home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-07-03 | 1.1 KB | 55 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 = NDCamera
-
- PROJECTVERSION = 1.1
- LANGUAGE = English
-
- APPICON = NDCamera.tiff
- LOCAL_RESOURCES = Info.nib NDCamera.nib Help
-
- GLOBAL_RESOURCES = NDCamera.info
-
- CLASSES = CameraController.m NDCInfo.m SimpleImageView.m
-
- HFILES = CameraController.h NDCInfo.h SimpleImageView.h
-
- MFILES = NDCamera_main.m
-
- SUBPROJECTS = MiscPaperView.subproj MiscSources.subproj
-
- 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 NDCamera.tiff
-
- LIBS = -lMedia_s -lNeXT_s -lIndexing_s
- DEBUG_LIBS = $(LIBS)
- PROF_LIBS = $(LIBS)
-
-
- HEADER_PATHS = -I/LocalDeveloper/Headers
- LIBRARY_PATHS = -L/LocalDeveloper/Libraries
-
-
- -include Makefile.preamble
-
- include $(MAKEFILEDIR)/$(MAKEFILE)
-
- -include Makefile.postamble
-
- -include Makefile.dependencies
-