home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / GameKit / Examples / NX_Invaders / AnimTester / Makefile < prev    next >
Encoding:
Makefile  |  1995-06-12  |  807 b   |  39 lines

  1. #
  2. # Generated by the NeXT Interface Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Interface 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 = Animate
  11.  
  12. INTERFACES = Animate.nib
  13. CLASSES = AnimView.m Animator.m GameBrain.m GameView.m
  14. MFILES = Animate_main.m
  15. TIFFFILES = Player.tiff
  16.  
  17.  
  18. SOURCEMODE = 444
  19.  
  20. LIBS = -lNeXT_s -lsys_s
  21. DEBUG_LIBS = $(LIBS)
  22. PROF_LIBS = -lNeXT_p -lsys_p
  23.  
  24. MAKEFILEDIR = /usr/lib/nib
  25. ICONSECTIONS =    -sectcreate __ICON app /usr/lib/nib/default_app_icon.tiff
  26. APPWRAPPER = YES
  27. NOMACHO = YES
  28.  
  29. INSTALLDIR = $(HOME)/Apps
  30. INSTALLFLAGS = -c -s -m 755
  31.  
  32. -include Makefile.preamble
  33.  
  34. include $(MAKEFILEDIR)/app.make
  35.  
  36. -include Makefile.postamble
  37.  
  38. -include Makefile.dependencies
  39.