]> err.no Git - sope/blob - sope-core/NGExtensions/NGLogging.subproj/GNUmakefile
9f3bcf118eb54ea8d0bda65594cc3b5c104301fb
[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         NGLogSyslogAppender.m           \
15         NSObject+ExtendedLogging.m      \
16
17 ADDITIONAL_INCLUDE_DIRS += -I. -I../NGExtensions/ -I.. -I../..
18
19 -include GNUmakefile.preamble
20 include $(GNUSTEP_MAKEFILES)/subproject.make
21 -include GNUmakefile.postamble