include $(GNUSTEP_MAKEFILES)/common.make

PACKAGE_NAME = Popup
VERSION = 0.4.x

APP_NAME = Popup 
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_LOCAL_ROOT)/
Popup_APPLICATION_ICON = Popup.tiff
Popup_MAIN_MODEL_FILE = MainMenu.nib 

Popup_OBJC_FILES = CardModel.m \
	CStackDocument.m \
	EditorWindowController.m \
	NSValue+Extensions.m \
	Piping.m \
	PopupController.m \
	Popup.m \
	PTableView.m \
	QuizController.m \
	SpellingQuizController.m \
	StackModel.m \
	STScriptingSupport.m

Popup_RESOURCE_FILES = ScriptingInfo.plist \
	Resources/DraggedCard.tiff \
	Resources/DraggedCards.tiff \
	Resources/FileIcon_cstack.tiff \
	Resources/Popup.icns \
	Resources/Popup.tiff \
	Resources/Wrong.wav \
	Resources/English.lproj \
	Resources/Thai.lproj
	
ADDITIONAL_OBJCFLAGS = -Wall

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

