home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-05-29 | 1.1 KB | 52 lines |
- #
- # Generated by the NeXT Project Builder.
- #
- # NOTE: Do NOT change this file -- Project Builder maintains it.
- #
- # Put all of your customizations in files called Makefile.preamble
- # and Makefile.postamble (both optional), and Makefile will include them.
- #
-
- NAME = MachOViewer
-
- PROJECTVERSION = 1.1
- LANGUAGE = English
-
- LOCAL_RESOURCES = MachOViewer.nib
-
- GLOBAL_RESOURCES = Document.nib HelpPanel.nib Info.nib
-
- CLASSES = Controller.m Document.m LoadCommand.m MachOFile.m\
- MachOView.m MappedFile.m Queue.m SortedList.m
-
- HFILES = Controller.h Document.h LoadCommand.h MachOFile.h MachOView.h\
- MachOViewwraps.h MappedFile.h Queue.h SortedList.h
-
- MFILES = MachOViewer_main.m
-
- PSWFILES = MachOViewwraps.psw
-
- OTHERSRCS = Makefile
-
-
- MAKEFILEDIR = /NextDeveloper/Makefiles/app
- MAKEFILE = app.make
- INSTALLDIR = $(HOME)/Apps
- INSTALLFLAGS = -c -s -m 755
- SOURCEMODE = 444
-
- ICONSECTIONS = -sectcreate __ICON app /usr/lib/NextStep/Workspace.app/application.tiff
-
- LIBS = -lMedia_s -lNeXT_s
- DEBUG_LIBS = $(LIBS)
- PROF_LIBS = $(LIBS)
-
-
- -include Makefile.preamble
-
- include $(MAKEFILEDIR)/$(MAKEFILE)
-
- -include Makefile.postamble
-
- -include Makefile.dependencies
-