
include $(GNUSTEP_MAKEFILES)/common.make

PACKAGE_NAME = Poe
VERSION = 0.5

APP_NAME = Poe
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_LOCAL_ROOT)/
Poe_APPLICATION_ICON =
Poe_MAIN_MODEL_FILE = Poe.gorm

ADDITIONAL_GUI_LIBS += -lvorbis -lvorbisfile 
ADDITIONAL_OBJCFLAGS = -Wall

Poe_HEADERS = OGGEditor.h \
              Controller.h \
              vcedit.h \
              EditorWindowController.h \
              AddPanelController.h \
              SwitchTableView.h \
              ExtendedTableColumn.h \
              PreferencesWindowController.h \
              NSMutableArray+goodies.h\
              Util.h


Poe_OBJC_FILES = main.m \
                 OGGEditor.m \
                 Controller.m \
                 EditorWindowController.m \
                 AddPanelController.m \
                 SwitchTableView.m \
                 ExtendedTableColumn.m \
                 PreferencesWindowController.m \
                 NSMutableArray+goodies.m\
                 Util.m

Poe_C_FILES = vcedit.c


Poe_RESOURCE_FILES = Resources/FileIcon_.ogg.tiff\
                     Resources/English.lproj\
                     Resources/Thai.lproj\
                     Resources/CommentInfo.plist\
                     Resources/Poe.tiff\
                     Resources/stock_add_18.png\
                     Resources/stock_remove_18.png


Poe_LANGUAGES = English Thai

Poe_LOCALIZABLE_RESOURCES = Localizable.strings\
                            CommentInfo.strings\
                            Poe.gorm \
                            Editor.gorm \
                            Preferences.gorm 

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