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

PROJECTVERSION = 2.6
PROJECT_TYPE = Application
LANGUAGE = English

NEXTSTEP_APPICON = Cenon.tiff
NEXTSTEP_DOCICONS = typeAI.tiff typePS.tiff typeDXF.tiff typeHPGL.tiff\
                    typeHPGL.tiff typeHPGL.tiff typeCenon.tiff\
                    typeGerber.tiff typeGerber.tiff typeCenon.tiff\
                    typeEPS.tiff typeDrill.tiff typeDrill.tiff

ICONSECTIONS =	-sectcreate __ICON app Cenon.tiff \
		-sectcreate __ICON typeAI typeAI.tiff \
		-sectcreate __ICON typePS typePS.tiff \
		-sectcreate __ICON typeDXF typeDXF.tiff \
		-sectcreate __ICON typeHPGL typeHPGL.tiff \
		-sectcreate __ICON typeCenon typeCenon.tiff \
		-sectcreate __ICON typeGerber typeGerber.tiff \
		-sectcreate __ICON typeEPS typeEPS.tiff \
		-sectcreate __ICON typeDrill typeDrill.tiff

LOCAL_RESOURCES = Contour.nib Document.nib GridPanel.nib\
                  IntersectionPanel.nib LayerDetails.nib Main.nib\
                  PageLayoutAccessory.nib PrintPanelAccessory.nib\
                  TilePanel.nib WorkingAreaPanel.nib Localizable.strings\
                  Operations.strings

GLOBAL_RESOURCES = Info.nib ToolPanel.nib arrowDown.tiff\
                   arrowDownH.tiff arrowLeft.tiff arrowLeftH.tiff\
                   arrowRight.tiff arrowRightH.tiff arrowUp.tiff\
                   arrowUpH.tiff bucket.tiff bucketEmpty.tiff\
                   CheckMark.tiff contourInside.tiff contourNoside.tiff\
                   contourOutside.tiff cursorCross.tiff\
                   cursorCutter.tiff cursorMagnify.tiff\
                   cursorRotate.tiff eye.tiff eyeclosed.tiff\
                   pencil.tiff pencilBroken.tiff toolArc.tiff\
                   toolArrow.tiff toolCurve.tiff toolCutter.tiff\
                   toolLine.tiff toolRectangle.tiff toolRotate.tiff\
                   toolText.tiff lupe.tiff contourPickOut.tiff\
                   toolMark.tiff alignHLeft.tiff alignVBottom.tiff\
                   alignHRight.tiff alignVTop.tiff alignHCenter.tiff\
                   alignVCenter.tiff sortColLLUR.tiff sortColULLR.tiff\
                   sortRowULLR.tiff sortRowLLUR.tiff toolWeb.tiff\
                   sortColURLL.tiff toolThread.tiff toolSinking.tiff\
                   typeDXF.tiff typeHPGL.tiff typeEPS.tiff\
                   typeGerber.tiff typeCenon.tiff typePS.tiff\
                   typeAI.tiff typeDrill.tiff Cenon.tiff Info.tiff\
                   toolAddPt.tiff CharConversion CropMarks\
                   SinkingMetrics.plist

CLASSES = App.m apContour.m FlippedView.m DXFImportSub.m\
          GerberImportSub.m HPGLImportSub.m PSImportSub.m LayerObject.m\
          MoveMatrix.m MoveCell.m MyPageLayout.m TileObject.m\
          TileScrollView.m TilePanel.m WorkingAreaPanel.m GridPanel.m\
          IntersectionPanel.m Type1Font.m Type1ImportSub.m\
          Type1Import.m EPSExport.m DINImportSub.m Document.m\
          DocWindow.m DocView.m dvDrag.m dvGrid.m dvHiddenArea.m\
          dvUndo.m dvPasteboard.m dvTile.m NSBezierPath.m\
          DXFExportSub.m GerberExportSub.m HPGLExportSub.m\
          LayerDetailsController.m ProgressIndicator.m

HFILES = App.h debug.h FlippedView.h DXFImportSub.h GerberImportSub.h\
         HPGLImportSub.h PSImportSub.h Inspectors.h LayerObject.h\
         locations.h messages.h MoveMatrix.h MoveCell.h MyPageLayout.h\
         propertyList.h TileObject.h TilePanel.h TileScrollView.h\
         WorkingAreaPanel.h GridPanel.h IntersectionPanel.h Type1Font.h\
         Type1ImportSub.h Type1Import.h type1Funs.h EPSExport.h\
         DINImportSub.h Document.h DocWindow.h DocView.h Graphics.h\
         NSBezierPath.h DXFExportSub.h GerberExportSub.h\
         HPGLExportSub.h functions.h PreferencesMacros.h\
         type1Encoding.h CenonModuleMethods.h LayerDetailsController.h\
         ProgressIndicator.h

MFILES = Cenon_main.m functions.m propertyList.m type1Funs.m

SUBPROJECTS = GraphicObjects.subproj graphicsUndo.subproj\
              InspectorPanel.subproj PreferencesPanel.subproj\
              ProjectSettingsPanel.subproj TransformPanel.subproj\
              UITabActionCell.subproj undo.subproj VHFExport VHFImport\
              VHFShared

OTHERSRCS = ToDo.rtf README INSTALL NEWS LICENSE COPYRIGHT\
            2006-01.txt 2006-02.txt 2006-03.txt 2006-04.txt\
            2006-06.txt


MAKEFILEDIR = $(NEXT_ROOT)/NextDeveloper/Makefiles/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)


LIBRARY_PATHS = -L/LocalDeveloper/lib -L/usr/local/lib
FRAMEWORK_PATHS = -F/Users/georg/Projects/Cenon/Source/Trader
NEXTSTEP_PB_CFLAGS = -I. -Wall
FRAMEWORKS = -framework SoundKit -framework Foundation -framework AppKit


include $(MAKEFILEDIR)/platform.make

-include Makefile.preamble

include $(MAKEFILEDIR)/$(MAKEFILE)

-include Makefile.postamble

-include Makefile.dependencies
