home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / SourceCode / Puppeteer1.1 / Source / Makefile < prev    next >
Encoding:
Makefile  |  1994-03-23  |  1.1 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 = Puppeteer
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = CyberMan.tiff
  16. LOCAL_RESOURCES = Puppeteer.nib
  17.  
  18. CLASSES = Controller.m Puppeteer.m RemoteView.m WindowInfo.m
  19.  
  20. HFILES = Controller.h Puppeteer.h RemoteView.h WindowInfo.h\
  21.          CyberPost.h util.h
  22.  
  23. MFILES = Puppeteer_main.m
  24.  
  25. CFILES = util.c
  26.  
  27. PSWFILES = CopyWindow.psw CyberPost.psw
  28.  
  29. OTHERSRCS = Makefile Makefile.postamble Makefile.preamble\
  30.             preferencesPuppet.m terminalPuppet.m
  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 CyberMan.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.