#
# 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=MP3
BUNDLE_NAME=MP3
BUNDLE_EXTENSION=.format
BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Cynthiune
MP3_PRINCIPAL_CLASS=MP3

#
# Additional libraries
#

MP3_LIBRARIES_DEPEND_UPON += 

#
# Resource files
#

MP3_RESOURCE_FILES=

#
# Header files
#

MP3_HEADER_FILES= \
MP3.h \
xing.h

#
# Class files
#

MP3_OBJC_FILES= \
MP3.m 

#
# C files
#

MP3_C_FILES= \
xing.c

ADDITIONAL_INCLUDE_DIRS += -I../..

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