#
# Generated by the NeXT Project Builder.
#
# NOTE: Do NOT change this file -- Project Builder maintains it.
#
# Put all of your customizations in files called Makefile.preamble
# and Makefile.postamble (both optional), and Makefile will include them.
#

NAME = Resound

PROJECTVERSION = 2.8
PROJECT_TYPE = Application
NEXTSTEP_APPICON = Resound.tiff
NEXTSTEP_DOCICONS = rmod.tiff au.tiff wav.tiff aiff.tiff\
                    backupsnd.tiff iff.tiff voc.tiff aiff.tiff\
                    mp2.tiff mp2.tiff  mp2.tiff wav.tiff

ICONSECTIONS =	-sectcreate __ICON app Resound.tiff \
		-sectcreate __ICON rmod rmod.tiff \
		-sectcreate __ICON au au.tiff \
		-sectcreate __ICON wav wav.tiff \
		-sectcreate __ICON aiff aiff.tiff \
		-sectcreate __ICON backupsnd backupsnd.tiff \
		-sectcreate __ICON iff iff.tiff \
		-sectcreate __ICON voc voc.tiff \
		-sectcreate __ICON mp2 mp2.tiff


GLOBAL_RESOURCES = AttributesInspector.nib Console.nib Edit.nib\
                   File.nib InfoStringInspector.nib Inspector.nib\
                   MarksInspector.nib Module.nib Preferences.nib\
                   Resound.nib SelectionInspector.nib Volume.nib\
                   ZoomInspector.nib down.tiff downin.tiff\
                   Miniaturize.tiff NotPlaying.tiff NotRecording.tiff\
                   NotStopped.tiff OneDown.tiff OneUp.tiff\
                   PauseOff.tiff PauseOn.tiff Playing.tiff\
                   RecordFormat.tiff Recording.tiff SoundViewCursor.tiff\
                   Stopped.tiff TwoDown.tiff TwoUp.tiff up.tiff\
                   upin.tiff rmod.tiff au.tiff wav.tiff aiff.tiff\
                   ResoundInfo.tiff Resound.tiff backupsnd.tiff\
                   iff.tiff mp2.tiff other.tiff voc.tiff Documentation

CLASSES = AttributesInspector.m ConsoleManager.m EditController.m\
          FileController.m InfoStringInspector.m InspectorManager.m\
          MarksInspector.m MiscSoundTracker.m MiscSoundView.m\
          MiscSoundViewRuler.m MiscVolumeMeter.m Module.m\
          ModuleController.m ModuleMenuNode.m ModuleSound.m\
          ModuleSoundView.m PreferencesManager.m ResoundMiscSoundView.m\
          ResoundMiscVolumeMeter.m ResoundScrollView.m\
          SelectionInspector.m SoundDocumentTable.m SoundManager.m\
          VolumeController.m ZoomInspector.m Extra.m

HFILES = AttributesInspector.h ConsoleManager.h EditController.h fft.h\
         FileController.h InfoStringInspector.h InspectorManager.h\
         MarksInspector.h MiscSoundTracker.h MiscSoundView.h\
         MiscSoundViewRuler.h MiscVolumeMeter.h Module.h\
         ModuleController.h ModuleMenuNode.h ModuleProtocol.h\
         ModuleSound.h ModuleSoundView.h PreferencesManager.h\
         ResoundMiscSoundView.h ResoundMiscVolumeMeter.h\
         ResoundScrollView.h SelectionInspector.h SoundDocumentTable.h\
         SoundManager.h VolumeController.h ZoomInspector.h Extra.h

MFILES = Resound_main.m

CFILES = fft.c

SUBPROJECTS = FileType.subproj

OTHERSRCS = Makefile Makefile.postamble Makefile.preamble


MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles
CODE_GEN_STYLE = DYNAMIC
MAKEFILE = app.make
NEXTSTEP_INSTALLDIR = $(HOME)/Apps
WINDOWS_INSTALLDIR = $(HOME)/Apps
PDO_UNIX_INSTALLDIR = $(HOME)/Apps
LIBS = 
DEBUG_LIBS = $(LIBS)
PROF_LIBS = $(LIBS)


FRAMEWORK_PATHS = -F/System/Library/PrivateFrameworks
FRAMEWORKS = -framework AppKit -framework Foundation -framework SoundKit


NEXTSTEP_OBJCPLUS_COMPILER = /usr/bin/cc
WINDOWS_OBJCPLUS_COMPILER = $(DEVDIR)/gcc
PDO_UNIX_OBJCPLUS_COMPILER = $(NEXTDEV_BIN)/gcc
NEXTSTEP_JAVA_COMPILER = /usr/bin/javac
WINDOWS_JAVA_COMPILER = $(JDKBINDIR)/javac.exe
PDO_UNIX_JAVA_COMPILER = $(NEXTDEV_BIN)/javac

include $(MAKEFILEDIR)/platform.make

-include Makefile.preamble

include $(MAKEFILEDIR)/$(MAKEFILE)

-include Makefile.postamble

-include Makefile.dependencies
