]> err.no Git - sope/blob - sope-core/NGExtensions/NGLogging.subproj/GNUmakefile
overhauled logging for NGExtensions which NGObjWeb uses
[sope] / sope-core / NGExtensions / NGLogging.subproj / GNUmakefile
1 # GNUstep makefile
2
3 -include ../../../config.make
4 include ../../common.make
5
6 SUBPROJECT_NAME = NGLogging
7
8 NGLogging_OBJC_FILES += \
9         NGLogger.m                      \
10         NGLoggerManager.m               \
11         NGLogEvent.m                    \
12         NGLogAppender.m                 \
13         NGLogConsoleAppender.m          \
14
15 # TODO: disable on Windows
16 NGLogging_OBJC_FILES += \
17         NGLogSyslogAppender.m
18
19 ADDITIONAL_INCLUDE_DIRS += -I. -I../NGExtensions/ -I.. -I../..
20
21 -include GNUmakefile.preamble
22 include $(GNUSTEP_MAKEFILES)/subproject.make
23 -include GNUmakefile.postamble