home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / SourceCode / AdobeExamples / NX_ImportInt / Makefile < prev    next >
Encoding:
Makefile  |  1992-12-19  |  1008 b   |  42 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 = Import
  11.  
  12. INTERFACES = Import.nib ResourcePanel.nib
  13. CLASSES = Document.m DrawingView.m GraphicImport.m ImportApp.m \
  14.           NXBitmapImageRepSub.m NXEPSImageRepSub.m ResourcePanel.m \
  15.           SaveAsPanel.m
  16. MFILES = Import_main.m epsferror.m epsfreader.m epsfwriter.m
  17. HFILES = epsf.h epsfstruct.h
  18. PSWFILES = DrawingViewWraps.psw epsfwraps.psw
  19. TIFFFILES = cursorImport.tiff
  20. APPICON = Icon.tiff
  21.  
  22.  
  23. SOURCEMODE = 444
  24.  
  25. LIBS = -lNeXT_s -lsys_s
  26. DEBUG_LIBS = $(LIBS)
  27. PROF_LIBS = -lNeXT_p -lsys_p
  28.  
  29. MAKEFILEDIR = /usr/lib/nib
  30. ICONSECTIONS =    -sectcreate __ICON app Icon.tiff
  31.  
  32. INSTALLDIR = $(HOME)/Apps
  33. INSTALLFLAGS = -c -s -m 755
  34.  
  35. -include Makefile.preamble
  36.  
  37. include $(MAKEFILEDIR)/app.make
  38.  
  39. -include Makefile.postamble
  40.  
  41. -include Makefile.dependencies
  42.