home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / Rhapsody / Publishing / PDFConvert-0.1 / Makefile < prev    next >
Encoding:
Makefile  |  1998-01-03  |  1.2 KB  |  58 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 = PDFConvert
  11.  
  12. PROJECTVERSION = 2.6
  13. PROJECT_TYPE = Application
  14. LANGUAGE = English
  15.  
  16. NEXTSTEP_APPICON = PDFConvert.tiff
  17. NEXTSTEP_DOCICONS = PDF.tiff
  18.  
  19. ICONSECTIONS =    -sectcreate __ICON app PDFConvert.tiff \
  20.         -sectcreate __ICON PDF PDF.tiff
  21.  
  22. LOCAL_RESOURCES = PDFConvert.nib PDFConvert-windows.nib
  23.  
  24. GLOBAL_RESOURCES = PDF.tiff PDFConvert.tiff pdftotext pdftops
  25.  
  26. CLASSES = PDFConverter.m
  27.  
  28. HFILES = PDFConverter.h
  29.  
  30. MFILES = PDFConvert_main.m
  31.  
  32. OTHERSRCS = Makefile.preamble Makefile Makefile.postamble m.template\
  33.             h.template java.template
  34.  
  35.  
  36. MAKEFILEDIR = $(NEXT_ROOT)/NextDeveloper/Makefiles/pb_makefiles
  37. CODE_GEN_STYLE = DYNAMIC
  38. MAKEFILE = app.make
  39. NEXTSTEP_INSTALLDIR = /LocalApps
  40. WINDOWS_INSTALLDIR = /MyApps
  41. LIBS = 
  42. DEBUG_LIBS = $(LIBS)
  43. PROF_LIBS = $(LIBS)
  44.  
  45.  
  46. FRAMEWORKS = -framework AppKit -framework Foundation
  47.  
  48.  
  49. include $(MAKEFILEDIR)/platform.make
  50.  
  51. -include Makefile.preamble
  52.  
  53. include $(MAKEFILEDIR)/$(MAKEFILE)
  54.  
  55. -include Makefile.postamble
  56.  
  57. -include Makefile.dependencies
  58.