#
# GNUmakefile - Generated by ProjectCenter
# Written by Philippe C.D. Robert <probert@siggraph.org>
#
# NOTE: Do NOT change this file -- ProjectCenter maintains it!
#
# Put all of your customisations in GNUmakefile.preamble and
# GNUmakefile.postamble
#

ifeq "$(GNUSTEP_MAKEFILES)" ""
include Makefile
else
include $(GNUSTEP_MAKEFILES)/common.make

#
# Subprojects
#

SUBPROJECTS = \
Bundles/dummy \
Bundles/Esound \
Bundles/OSS \
Bundles/Ogg \
Bundles/MP3

#
# Main application
#

PACKAGE_NAME=Cynthiune
APP_NAME=Cynthiune
VERSION=0.9.2
GNUSTEP_INSTALLATION_DIR=$(GNUSTEP_LOCAL_ROOT)/
Cynthiune_APPLICATION_ICON=Cynthiune.tiff
Cynthiune_MAIN_MODEL_FILE=Cynthiune.gorm
Cynthiune_LANGUAGES=English French
Cynthiune_LOCALIZED_RESOURCE_FILES=Localizable.strings

#
# Additional libraries
#

ADDITIONAL_GUI_LIBS += 

#
# Resource files
#

Cynthiune_RESOURCE_FILES= \
CynthiuneInfo.plist \
Cynthiune.gorm \
GeneralPreference.gorm \
Preferences.gorm \
Images/Cynthiune.tiff \
Images/cynthiune-splash.tiff \
Images/cynthiune-splash-faded.tiff \
Images/FileIcon_.ogg.tiff \
Images/FileIcon_.mp3.tiff \
Images/note.tiff \
Images/notes.tiff \
Images/nomute.tiff \
Images/mute.tiff \
Images/playlist-show.tiff \
Images/playlist-hide.tiff \
Images/next.tiff \
Images/play.tiff \
Images/pause.tiff \
Images/previous.tiff \
Images/stop.tiff \
Images/eject.tiff \
Images/next-pushed.tiff \
Images/play-pushed.tiff \
Images/pause-pushed.tiff \
Images/previous-pushed.tiff \
Images/stop-pushed.tiff \
Images/eject-pushed.tiff \
Images/repeat-on.tiff \
Images/repeat-off.tiff \
Images/shuffle-on.tiff \
Images/shuffle-off.tiff

#
# Header files
#

Cynthiune_HEADER_FILES= \
FormatTester.h \
InfoDisplayController.h \
MainController.h \
GeneralPreference.h \
Player.h \
Playlist.h \
PlaylistFile.h \
PlaylistController.h \
PlaylistTableView.h \
Preference.h \
PreferencesController.h \
Song.h \
TableViewController.h \
utils.h

#
# Class files
#

Cynthiune_OBJC_FILES= \
main.m \
FormatTester.m \
InfoDisplayController.m \
MainController.m \
GeneralPreference.m \
Player.m \
Playlist.m \
PlaylistFile.m \
PlaylistController.m \
PlaylistTableView.m \
PreferencesController.m \
Song.m \
TableViewController.m \
utils.m

#
# C files
#

Cynthiune_C_FILES= 

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

endif
