home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / OPENSTEP / Utilities / ElectronHelper-2.0-MIS / Makefile < prev    next >
Encoding:
Makefile  |  1997-01-31  |  1.2 KB  |  55 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 = ElectronHelper
  11.  
  12. PROJECTVERSION = 2.5
  13. PROJECT_TYPE = Application
  14. LANGUAGE = English
  15.  
  16. NEXTSTEP_APPICON = ApplicationIcon.tiff
  17. ICONSECTIONS =    -sectcreate __ICON app ApplicationIcon.tiff
  18.  
  19. LOCAL_RESOURCES = ElectronHelper.nib MoreInfo.nib
  20.  
  21. GLOBAL_RESOURCES = ApplicationIcon.tiff Eric2.tiff
  22.  
  23. CLASSES = OhmsLawObject.m ResistorObject.m
  24.  
  25. HFILES = OhmsLawObject.h ResistorObject.h
  26.  
  27. MFILES = ElectronHelper_main.m
  28.  
  29. OTHERSRCS = Makefile.preamble Makefile Makefile.postamble m.template\
  30.             h.template
  31.  
  32.  
  33. MAKEFILEDIR = $(NEXT_ROOT)/NextDeveloper/Makefiles/project
  34. CODE_GEN_STYLE = DYNAMIC
  35. MAKEFILE = app.make
  36. NEXTSTEP_INSTALLDIR = $(HOME)/Apps
  37. WINDOWS_INSTALLDIR = /MyApps
  38. LIBS = 
  39. DEBUG_LIBS = $(LIBS)
  40. PROF_LIBS = $(LIBS)
  41.  
  42.  
  43. FRAMEWORKS = -framework AppKit -framework Foundation
  44.  
  45.  
  46. include $(MAKEFILEDIR)/platform.make
  47.  
  48. -include Makefile.preamble
  49.  
  50. include $(MAKEFILEDIR)/$(MAKEFILE)
  51.  
  52. -include Makefile.postamble
  53.  
  54. -include Makefile.dependencies
  55.