home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC] / NeXTSTEP 3.3 Dev Intel.iso / NextDeveloper / Examples / AppKit / Backspace / Makefile < prev    next >
Encoding:
Makefile  |  1993-07-21  |  1.6 KB  |  60 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 = BackSpace
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = backicon.tiff
  16. DOCICONS = backo.tiff backmodule.tiff
  17.  
  18. LOCAL_RESOURCES = BackSpace.nib Info.nib Help Localizable.strings
  19.  
  20. GLOBAL_RESOURCES = balls.tiff boink.tiff corner.tiff defaultImage.tiff\
  21.                    sam.tiff space.eps x.tiff
  22.  
  23. CLASSES = BackView.m BackWindow.m BlackView.m BoinkViewPart.m\
  24.           CornerView.m ModuleList.m MySlider.m PanelImageView.m\
  25.           Password.m SleepView.m SpaceView.m Thinker.m UserPath.m
  26.  
  27. HFILES = BackView.h BackWindow.h BlackView.h BoinkViewPart.h\
  28.          CornerView.h ModuleList.h MySlider.h PanelImageView.h\
  29.          Password.h SleepView.h SpaceView.h Thinker.h UserPath.h
  30.  
  31. MFILES = BackSpace_main.m ioctls.m ThinkMore.m Thinspector.m
  32.  
  33. PSWFILES = BoinkWraps.psw psfuncts.psw
  34.  
  35. OTHERSRCS = README.rtf .dir.tiff convertToBackOs
  36.  
  37.  
  38. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  39. MAKEFILE = app.make
  40. INSTALLDIR = /NextDeveloper/Demos
  41. INSTALLFLAGS = -c -s -m 755
  42. SOURCEMODE = 444
  43.  
  44. ICONSECTIONS =    -sectcreate __ICON app backicon.tiff \
  45.         -sectcreate __ICON backo backo.tiff \
  46.         -sectcreate __ICON backmodule backmodule.tiff
  47.  
  48. LIBS = -lMedia_s -lNeXT_s -lIndexing_s
  49. DEBUG_LIBS = $(LIBS)
  50. PROF_LIBS = $(LIBS)
  51.  
  52.  
  53. -include Makefile.preamble
  54.  
  55. include $(MAKEFILEDIR)/$(MAKEFILE)
  56.  
  57. -include Makefile.postamble
  58.  
  59. -include Makefile.dependencies
  60.