mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-10 12:59:49 +00:00
f18c764ffa
Monotone-Revision: 9054022ef1ca8aeba6e34842d27d9b94ce002b89 Monotone-Author: dev-unix.inverse.qc.ca Monotone-Date: 2006-06-15T19:34:10 Monotone-Branch: ca.inverse.sogo
25 lines
612 B
Makefile
25 lines
612 B
Makefile
# $Id: GNUmakefile,v 1.2 2003/10/13 08:37:36 helge Exp $
|
|
|
|
include $(GNUSTEP_MAKEFILES)/common.make
|
|
|
|
TOOL_NAME = \
|
|
ldapPersonExporter \
|
|
findLongestEMailAddress \
|
|
personalFolderInfoInserts \
|
|
adaptorChannelInserts
|
|
|
|
ldapPersonExporter_OBJC_FILES = lpe.m
|
|
ldapPersonExporter_TOOL_LIBS += -lNGLdap
|
|
|
|
findLongestEMailAddress_OBJC_FILES = lmail.m
|
|
|
|
personalFolderInfoInserts_OBJC_FILES = pfinserts.m
|
|
|
|
adaptorChannelInserts_OBJC_FILES = inserts.m NSArray+random.m
|
|
adaptorChannelInserts_TOOL_LIBS += -lGDLAccess
|
|
|
|
|
|
-include GNUmakefile.preamble
|
|
include $(GNUSTEP_MAKEFILES)/tool.make
|
|
-include GNUmakefile.postamble
|