# $Id$ include $(GNUSTEP_MAKEFILES)/common.make SUBPROJECT_NAME = NGImap4 NGImap4_HEADER_FILES_DIR = . NGImap4_HEADER_FILES_INSTALL_DIR = /NGImap4 NGImap4_HEADER_FILES = \ NGImap4ResponseParser.h \ NGImap4Client.h \ NGImap4Support.h \ NGImap4Folder.h \ NGImap4Context.h \ NGImap4Message.h \ NGImap4ServerRoot.h \ NGImap4FileManager.h \ NGImap4.h \ NGImap4DataSource.h \ NSString+Imap4.h \ NGSieveClient.h \ NGImap4_OBJC_FILES = \ NGImap4ResponseParser.m \ NGImap4Client.m \ NGImap4Support.m \ NGImap4.m \ NGImap4Folder.m \ NGImap4Context.m \ NGImap4Message.m \ NGImap4ServerRoot.m \ NGImap4Functions.m \ NGImap4FileManager.m \ NGImap4DataSource.m \ NSString+Imap4.m \ NGSieveClient.m \ EOQualifier+IMAPAdditions.m \ \ NGImap4MessageGlobalID.m \ NGImap4FolderGlobalID.m \ NGImap4ServerGlobalID.m \ NGImap4FolderMailRegistry.m \ NGImap4FolderFlags.m \ NGImap4ResponseNormalizer.m \ #TOOL_NAME = imap_tool #imap_tool_OBJC_FILES = imap_tool.m #$(NGImap4_OBJC_FILES) ADDITIONAL_TOOL_LIBS += -lNGMime NGImap4_INCLUDE_DIRS += \ -I.. -I../.. \ -I../../NGStreams/ \ -I../../NGExtensions/ -include GNUmakefile.preamble include $(GNUSTEP_MAKEFILES)/subproject.make include $(GNUSTEP_MAKEFILES)/tool.make -include GNUmakefile.postamble