]> err.no Git - scalable-opengroupware.org/blob - db/tests/znek/GNUmakefile
f73eab261cda1b247b8992c37e56edeea3f9544e
[scalable-opengroupware.org] / db / tests / znek / GNUmakefile
1 # $Id: GNUmakefile,v 1.2 2003/10/13 08:37:36 helge Exp $
2
3 include $(GNUSTEP_MAKEFILES)/common.make
4
5 TOOL_NAME = \
6         ldapPersonExporter \
7         findLongestEMailAddress \
8         personalFolderInfoInserts \
9         adaptorChannelInserts
10
11 ldapPersonExporter_OBJC_FILES = lpe.m
12 ldapPersonExporter_TOOL_LIBS += -lNGLdap
13
14 findLongestEMailAddress_OBJC_FILES = lmail.m
15
16 personalFolderInfoInserts_OBJC_FILES = pfinserts.m
17
18 adaptorChannelInserts_OBJC_FILES = inserts.m
19 adaptorChannelInserts_TOOL_LIBS += -lGDLAccess
20
21
22 -include GNUmakefile.preamble
23 include $(GNUSTEP_MAKEFILES)/tool.make
24 -include GNUmakefile.postamble