sogo/Misc/WebUI/NGExtensions/NGLogging/GNUmakefile
dev-unix.inverse.qc.ca f18c764ffa see ChangeLog
Monotone-Revision: 9054022ef1ca8aeba6e34842d27d9b94ce002b89

Monotone-Author: dev-unix.inverse.qc.ca
Monotone-Date: 2006-06-15T19:34:10
Monotone-Branch: ca.inverse.sogo
2006-06-15 19:34:10 +00:00

31 lines
658 B
Makefile

# $Id$
include $(GNUSTEP_MAKEFILES)/common.make
SUBPROJECT_NAME = NGLogging
ADDITIONAL_INCLUDE_DIRS += -I.. -I../..
NGLogging_OBJC_FILES = \
NSObject+ExtendedLogging.m \
NGLogger.m \
NGLogEvent.m \
NGLogAppender.m \
NGLogConsoleAppender.m \
NGLogging_HEADER_FILES = \
NGLogging.h \
NSObject+ExtendedLogging.h \
NGLogger.h \
NGLogEvent.h \
NGLogAppender.h \
NGLogConsoleAppender.h \
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/subproject.make
-include GNUmakefile.postamble