home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / Apps / Games / How / How_1.5 / Source / Makefile < prev    next >
Encoding:
Makefile  |  1994-05-07  |  1.2 KB  |  53 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 = How
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = How.tiff
  16. GLOBAL_RESOURCES = How.nib Boat.tiff Boat2.tiff Cow.tiff Cow2.tiff\
  17.                    Dino.tiff Dino2.tiff Elvis.tiff Elvis2.tiff\
  18.                    EricLbtySmall.tiff Flag.tiff Flag2.tiff Ghost.tiff\
  19.                    How.tiff Jolly.tiff Jolly2.tiff Juptier.tiff\
  20.                    Juptier2.tiff Karate.tiff Karate2.tiff Light.tiff\
  21.                    Light2.tiff MindLess.tiff Moto.tiff PC.tiff\
  22.                    PC2.tiff Porshe.tiff Safe.tiff Safe2.tiff\
  23.                    Wizard.tiff Wizard2.tiff
  24.  
  25. CLASSES = How.m
  26.  
  27. HFILES = How.h
  28.  
  29. MFILES = How_main.m
  30.  
  31.  
  32.  
  33. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  34. MAKEFILE = app.make
  35. INSTALLDIR = $(HOME)/Apps
  36. INSTALLFLAGS = -c -s -m 755
  37. SOURCEMODE = 444
  38.  
  39. ICONSECTIONS =    -sectcreate __ICON app How.tiff
  40.  
  41. LIBS = -lMedia_s -lNeXT_s
  42. DEBUG_LIBS = $(LIBS)
  43. PROF_LIBS = $(LIBS)
  44.  
  45.  
  46. -include Makefile.preamble
  47.  
  48. include $(MAKEFILEDIR)/$(MAKEFILE)
  49.  
  50. -include Makefile.postamble
  51.  
  52. -include Makefile.dependencies
  53.