# GNUstep makefile

-include ../../config.make
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		\
	NGImap4Envelope.h	\
	NGImap4EnvelopeAddress.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	\
	EOSortOrdering+IMAPAdditions.m	\
	\
	NGImap4MessageGlobalID.m	\
	NGImap4FolderGlobalID.m		\
	NGImap4ServerGlobalID.m		\
	NGImap4FolderMailRegistry.m	\
	NGImap4FolderFlags.m		\
	NGImap4ResponseNormalizer.m	\
	NGImap4Envelope.m		\
	NGImap4EnvelopeAddress.m	\

-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/subproject.make
-include GNUmakefile.postamble