# GNUmakefile # # Master makefile of the WizardKit framework # # Copyright (c) 2006, by Saso Kiselkov # # For license details please see the file COPYING included with this # source distribution package. include $(GNUSTEP_MAKEFILES)/common.make FRAMEWORK_NAME=WizardKit $(FRAMEWORK_NAME)_OBJC_FILES=$(wildcard *.m) $(FRAMEWORK_NAME)_HEADER_FILES=$(wildcard *.h) -include GNUmakefile.preamble include $(GNUSTEP_MAKEFILES)/framework.make -include GNUmakefile.postamble