home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.bin / SourceCode / GameKit / Examples / NX_Invaders / Makefile < prev    next >
Encoding:
Makefile  |  1994-06-07  |  1.2 KB  |  51 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 = NX_Invaders
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = InvadersIcon.tiff
  16. LOCAL_RESOURCES = HighScore.nib InfoPanel.nib NX_Invaders.nib \
  17.                   PreferencesPanel.nib Help
  18.  
  19. GLOBAL_RESOURCES = Base.tiff Bullet.tiff Invaders.tiff Saucer.tiff
  20.  
  21. CLASSES = NXIAlien.m NXIAlienOverseer.m NXIBullet.m NXIGameBrain.m \
  22.           NXIGameView.m NXIPlayer.m NXISaucer.m
  23.  
  24. HFILES = NXIAlien.h NXIAlienOverseer.h NXIBullet.h NXIGameBrain.h \
  25.          NXIGameView.h NXIPlayer.h NXISaucer.h
  26.  
  27. MFILES = NX_Invaders_main.m
  28.  
  29. OTHERSRCS = Makefile
  30.  
  31.  
  32. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  33. INSTALLDIR = $(HOME)/Apps
  34. INSTALLFLAGS = -c -s -m 755
  35. SOURCEMODE = 444
  36.  
  37. ICONSECTIONS =    -sectcreate __ICON app InvadersIcon.tiff
  38.  
  39. LIBS = -lgamekit_g -ldaymisckit -lMedia_s -lNeXT_s -lIndexing_s -lni_s
  40. DEBUG_LIBS = $(LIBS)
  41. PROF_LIBS = $(LIBS)
  42.  
  43.  
  44. -include Makefile.preamble
  45.  
  46. include $(MAKEFILEDIR)/app.make
  47.  
  48. -include Makefile.postamble
  49.  
  50. -include Makefile.dependencies
  51.