home *** CD-ROM | disk | FTP | other *** search
Makefile | 1997-02-13 | 2.9 KB | 88 lines |
- #
- # 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 = ToyViewer
-
- PROJECTVERSION = 1.1
- JAPANESE = YES
-
- LANGUAGE = Japanese
-
- APPICON = ToyViewer.tiff
- DOCICONS = imageIcon.tiff imageIcon.tiff imageIcon.tiff imageIcon.tiff\
- imageIcon.tiff imageIcon.tiff imageIcon.tiff imageIcon.tiff\
- imageIcon.tiff imageIcon.tiff imageIcon.tiff imageIcon.tiff\
- imageIcon.tiff imageIcon.tiff imageIcon.tiff imageIcon.tiff\
- imageIcon.tiff imageIcon.tiff imageIcon.tiff imageIcon.tiff\
- imageIcon.tiff imageIcon.tiff imageIcon.tiff imageIcon.tiff\
- imageIcon.tiff imageIcon.tiff imageIcon.tiff imageIcon.tiff
-
- LOCAL_RESOURCES = AutoDisplay.nib GifAccessory.nib HelpPanel.nib\
- ImageOpr.nib JpegAccessory.nib Preference.nib\
- TiffAccessory.nib ToyViewer.nib ToyWin.nib\
- Copyright.rtf HelpAbst.rtf HelpDoc.rtf HelpInfo.rtf\
- HelpCustom.rtf Localizable.strings
-
- GLOBAL_RESOURCES = cross.tiff miniwin.tiff pause.tiff pauseH.tiff\
- play.tiff playH.tiff step.tiff stepH.tiff stop.tiff\
- stopH.tiff ToyViewer.tiff djpeg filters services\
- cjpeg jbgtopbm pbmtojbg
-
- CLASSES = ColorMap.m DirList.m Exttab.m HelpPanelControl.m\
- ImageOpCtr.m PrefControl.m PrefView.m ToyView.m\
- ToyViewEvent.m ToyWin.m ToyWinBMP.m ToyWinDraw.m ToyWinEPS.m\
- ToyWinEPSRead.m ToyWinGIF.m ToyWinPCD.m ToyWinPPM.m\
- ToyWinSave.m TVbackMgr.m TVController.m TVpbService.m\
- TVwinMgr.m
-
- HFILES = ADController.h BackgCtr.h backgops.h bmp.h ColorMap.h\
- common.h DirList.h Exttab.h gif.h HelpPanelControl.h\
- ImageOpCtr.h ImageOpr.h ImageSave.h ppm.h PrefControl.h\
- PrefView.h PSsplat.h strfunc.h ToyView.h ToyWin.h\
- ToyWinBMP.h ToyWinEPS.h ToyWinGIF.h ToyWinPCD.h ToyWinPPM.h\
- TVController.h
-
- MFILES = ToyViewer_main.m errmessage.m
-
- CFILES = bmpheader.c bmpimage.c iofunc.c giflzw.c gifheader.c\
- gifbmap.c getpixel.c imfunc.c ppmread.c strfunc.c
-
- PSWFILES = PSsplat.psw
-
- BUNDLES = ImageOpr.bproj ADController.bproj ImageSave.bproj\
- BackgCtr.bproj
-
- TOOLS = pcx2pxo.tproj mag2pxo.tproj hpcdtoppm.tproj xbm2pbm.tproj\
- png2pao.tproj pao2png.tproj
-
-
- MAKEFILEDIR = /NextDeveloper/Makefiles/app
- MAKEFILE = app.make
- INSTALLDIR = $(HOME)/Apps
- INSTALLFLAGS = -c -s -m 755
- SOURCEMODE = 444
-
- ICONSECTIONS = -sectcreate __ICON app ToyViewer.tiff \
- -sectcreate __ICON imageIcon imageIcon.tiff
-
- LIBS = -lMedia_s -lNeXT_s
- DEBUG_LIBS = $(LIBS)
- PROF_LIBS = $(LIBS)
-
-
-
-
- -include Makefile.preamble
-
- include $(MAKEFILEDIR)/$(MAKEFILE)
-
- -include Makefile.postamble
-
- -include Makefile.dependencies
-