#
# 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
#

include $(GNUSTEP_MAKEFILES)/common.make


#
# Subprojects
#



#
# Bundle
#

PACKAGE_NAME=Esound
BUNDLE_NAME=Esound
BUNDLE_EXTENSION=.output
BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Cynthiune
Esound_PRINCIPAL_CLASS=Esound
Esound_LANGUAGES=English French
Esound_LOCALIZED_RESOURCE_FILES=Localizable.strings

#
# Additional libraries
#

Esound_LIBRARIES_DEPEND_UPON += 

#
# Resource files
#

Esound_RESOURCE_FILES= \
EsoundPreferences.gorm 

#
# Header files
#

Esound_HEADER_FILES= \
Esound.h 

#
# Class files
#

Esound_OBJC_FILES= \
Esound.m

#
# C files
#

Esound_C_FILES= 

ADDITIONAL_INCLUDE_DIRS += -I../..

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