# GNUmakefile # # Master makefile of the WizardPalette palette # # 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 PALETTE_NAME=WizardPalette $(PALETTE_NAME)_OBJC_FILES=$(wildcard *.m) $(PALETTE_NAME)_RESOURCE_FILES=$(wildcard Images/*) palette.table $(PALETTE_NAME)_LOCALIZED_RESOURCE_FILES=$(sort $(notdir $(wildcard *.lproj/*))) $(PALETTE_NAME)_LANGUAGES=$(basename $(wildcard *.lproj)) $(PALETTE_NAME)_MAIN_MODEL_FILE=WizardPalette.gorm $(PALETTE_NAME)_PALETTE_ICON=WizardPalette.tiff ADDITIONAL_LDFLAGS += -lWizardKit -include GNUmakefile.preamble include $(GNUSTEP_MAKEFILES)/palette.make -include GNUmakefile.postamble