]> err.no Git - sope/blob - sope-core/NGExtensions/NGLogging.subproj/GNUmakefile
stabilized NGLogging - adapted enhancements in parts of NGObjWeb
[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         NGLogEventFormatter.m           \
13         NGLogEventDetailedFormatter.m   \
14         NGLogAppender.m                 \
15         NGLogFileHandleAppender.m       \
16         NGLogStdoutAppender.m           \
17         NGLogStderrAppender.m           \
18
19 # TODO: disable on Windows
20 NGLogging_OBJC_FILES += \
21         NGLogSyslogAppender.m
22
23 ADDITIONAL_INCLUDE_DIRS += -I. -I../NGExtensions/ -I.. -I../..
24
25 -include GNUmakefile.preamble
26 include $(GNUSTEP_MAKEFILES)/subproject.make
27 -include GNUmakefile.postamble