]> err.no Git - sope/blob - sope-core/NGExtensions/NGLogging.subproj/GNUmakefile
e11b40990a3aaff437afa7bf1d88f4909f09d65c
[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_PCH_FILE = common.h
9
10 NGLogging_OBJC_FILES += \
11         NGLogger.m                      \
12         NGLoggerManager.m               \
13         NGLogEvent.m                    \
14         NGLogEventFormatter.m           \
15         NGLogEventDetailedFormatter.m   \
16         NGLogAppender.m                 \
17         NGLogFileHandleAppender.m       \
18         NGLogStdoutAppender.m           \
19         NGLogStderrAppender.m           \
20
21 # TODO: disable on Windows
22 NGLogging_OBJC_FILES += \
23         NGLogSyslogAppender.m
24
25 ADDITIONAL_INCLUDE_DIRS += -I. -I../NGExtensions/ -I.. -I../..
26
27 -include GNUmakefile.preamble
28 include $(GNUSTEP_MAKEFILES)/subproject.make
29 -include GNUmakefile.postamble