home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / Graphics / ToyViewer-2.6a / src / Makefile < prev    next >
Encoding:
Makefile  |  1997-02-13  |  2.9 KB  |  88 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = ToyViewer
  11.  
  12. PROJECTVERSION = 1.1
  13. JAPANESE = YES
  14.  
  15. LANGUAGE = Japanese
  16.  
  17. APPICON = ToyViewer.tiff
  18. DOCICONS = imageIcon.tiff imageIcon.tiff imageIcon.tiff imageIcon.tiff\
  19.            imageIcon.tiff imageIcon.tiff imageIcon.tiff imageIcon.tiff\
  20.            imageIcon.tiff imageIcon.tiff imageIcon.tiff imageIcon.tiff\
  21.            imageIcon.tiff imageIcon.tiff imageIcon.tiff imageIcon.tiff\
  22.            imageIcon.tiff imageIcon.tiff imageIcon.tiff imageIcon.tiff\
  23.            imageIcon.tiff imageIcon.tiff imageIcon.tiff imageIcon.tiff\
  24.            imageIcon.tiff imageIcon.tiff imageIcon.tiff imageIcon.tiff
  25.  
  26. LOCAL_RESOURCES = AutoDisplay.nib GifAccessory.nib HelpPanel.nib\
  27.                   ImageOpr.nib JpegAccessory.nib Preference.nib\
  28.                   TiffAccessory.nib ToyViewer.nib ToyWin.nib\
  29.                   Copyright.rtf HelpAbst.rtf HelpDoc.rtf HelpInfo.rtf\
  30.                   HelpCustom.rtf Localizable.strings
  31.  
  32. GLOBAL_RESOURCES = cross.tiff miniwin.tiff pause.tiff pauseH.tiff\
  33.                    play.tiff playH.tiff step.tiff stepH.tiff stop.tiff\
  34.                    stopH.tiff ToyViewer.tiff djpeg filters services\
  35.                    cjpeg jbgtopbm pbmtojbg
  36.  
  37. CLASSES = ColorMap.m DirList.m Exttab.m HelpPanelControl.m\
  38.           ImageOpCtr.m PrefControl.m PrefView.m ToyView.m\
  39.           ToyViewEvent.m ToyWin.m ToyWinBMP.m ToyWinDraw.m ToyWinEPS.m\
  40.           ToyWinEPSRead.m ToyWinGIF.m ToyWinPCD.m ToyWinPPM.m\
  41.           ToyWinSave.m TVbackMgr.m TVController.m TVpbService.m\
  42.           TVwinMgr.m
  43.  
  44. HFILES = ADController.h BackgCtr.h backgops.h bmp.h ColorMap.h\
  45.          common.h DirList.h Exttab.h gif.h HelpPanelControl.h\
  46.          ImageOpCtr.h ImageOpr.h ImageSave.h ppm.h PrefControl.h\
  47.          PrefView.h PSsplat.h strfunc.h ToyView.h ToyWin.h\
  48.          ToyWinBMP.h ToyWinEPS.h ToyWinGIF.h ToyWinPCD.h ToyWinPPM.h\
  49.          TVController.h
  50.  
  51. MFILES = ToyViewer_main.m errmessage.m
  52.  
  53. CFILES = bmpheader.c bmpimage.c iofunc.c giflzw.c gifheader.c\
  54.          gifbmap.c getpixel.c imfunc.c ppmread.c strfunc.c
  55.  
  56. PSWFILES = PSsplat.psw
  57.  
  58. BUNDLES = ImageOpr.bproj ADController.bproj ImageSave.bproj\
  59.           BackgCtr.bproj
  60.  
  61. TOOLS = pcx2pxo.tproj mag2pxo.tproj hpcdtoppm.tproj xbm2pbm.tproj\
  62.         png2pao.tproj pao2png.tproj
  63.  
  64.  
  65. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  66. MAKEFILE = app.make
  67. INSTALLDIR = $(HOME)/Apps
  68. INSTALLFLAGS = -c -s -m 755
  69. SOURCEMODE = 444
  70.  
  71. ICONSECTIONS =    -sectcreate __ICON app ToyViewer.tiff \
  72.         -sectcreate __ICON imageIcon imageIcon.tiff
  73.  
  74. LIBS = -lMedia_s -lNeXT_s
  75. DEBUG_LIBS = $(LIBS)
  76. PROF_LIBS = $(LIBS)
  77.  
  78.  
  79.  
  80.  
  81. -include Makefile.preamble
  82.  
  83. include $(MAKEFILEDIR)/$(MAKEFILE)
  84.  
  85. -include Makefile.postamble
  86.  
  87. -include Makefile.dependencies
  88.