home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-06-06 | 1.1 KB | 48 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 = DataSource
-
- PROJECTVERSION = 1.1
- LANGUAGE = English
-
- LOCAL_RESOURCES = DataSource.nib CBR900RR.tiff Ducati900SS.tiff
-
- CLASSES = AppController.m DataSource.m Motorcycle.m NSObject-IBFixes.m\
- ScrollViewExtensions.m
-
- HFILES = AppController.h DataSource.h Motorcycle.h\
- ScrollViewExtensions.h
-
- MFILES = DataSource_main.m
-
- OTHERSRCS = Makefile.preamble Makefile Makefile.postamble
-
-
- 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 = -lEOAccess_s -lEOInterface_s -lFoundation_s -lMedia_s -lNeXT_s
- DEBUG_LIBS = $(LIBS)
- PROF_LIBS = $(LIBS)
-
-
- -include Makefile.preamble
-
- include $(MAKEFILEDIR)/$(MAKEFILE)
-
- -include Makefile.postamble
-
- -include Makefile.dependencies
-