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

PROJECTVERSION = 1.1
LANGUAGE = English

APPICON = MPEGHelper.tiff
DOCICONS = AiffFile.tiff AuFile.tiff BitFile.tiff WavFile.tiff\
           Mp2File.tiff Mp3File.tiff

LOCAL_RESOURCES = DocConverter.nib FhGDecoder.nib FhGEncoder.nib\
                  FhGLicensePanel.nib FileInformation.nib Info.nib\
                  MPEGHelper.nib StdErrorTool.nib Help

GLOBAL_RESOURCES = ConsoleTool.tiff DecodeTool.tiff EncodeTool.tiff\
                   InfoTool.tiff NotExistingFile.tiff Ring.tiff\
                   Sound.tiff StartDecodeProcess.tiff\
                   StartEncodeProcess.tiff StartFilterProcess.tiff\
                   StopProcess.tiff l3enc l3dec

CLASSES = FhGLicensePanel.m MHAppManager.m MHDocConverter.m\
          MHFileInfoTool.m MHFilterTool.m MHInfo.m MHStdErrorTool.m\
          MiscShell+Notification.m

HFILES = FhGLicensePanel.h FhGRegister.h MHAppManager.h\
         MHDocConverter.h MHFileInfoTool.h MHFilterTool.h MHInfo.h\
         MHStdErrorTool.h MiscShell+Notification.h MHFhGL3DecoderTool.h\
         MHFhGL3EncoderTool.h

OTHERLINKED = FhGRegister.o MHFhGL3DecoderTool.o MHFhGL3EncoderTool.o

MFILES = MPEGHelper_main.m

SUBPROJECTS = MiscPaperView.subproj

OTHERSRCS = Makefile.preamble Makefile Makefile.postamble

OTHERLINKEDOFILES = FhGRegister.o MHFhGL3DecoderTool.o\
                    MHFhGL3EncoderTool.o

MAKEFILEDIR = /NextDeveloper/Makefiles/app
MAKEFILE = app.make
INSTALLDIR = $(HOME)/Apps
INSTALLFLAGS = -c -s -m 755
SOURCEMODE = 444

ICONSECTIONS =	-sectcreate __ICON app MPEGHelper.tiff \
		-sectcreate __ICON AiffFile AiffFile.tiff \
		-sectcreate __ICON AuFile AuFile.tiff \
		-sectcreate __ICON BitFile BitFile.tiff \
		-sectcreate __ICON WavFile WavFile.tiff \
		-sectcreate __ICON Mp2File Mp2File.tiff \
		-sectcreate __ICON Mp3File Mp3File.tiff

LIBS = -lMedia_s -lMiscDragViews -lMiscKit -lMiscShell -lMiscSwapKit\
       -lNeXT_s -lIndexing_s
DEBUG_LIBS = $(LIBS)
PROF_LIBS = $(LIBS)




-include Makefile.preamble

include $(MAKEFILEDIR)/$(MAKEFILE)

-include Makefile.postamble

-include Makefile.dependencies
