home *** CD-ROM | disk | FTP | other *** search
Makefile | 1992-08-12 | 1.3 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 = StereoScope
-
- PROJECTVERSION = 1.1
- LANGUAGE = English
-
- APPICON = SterOptikon.tiff
- DOCICONS = SterOptikonDoc.tiff
-
- GLOBAL_RESOURCES = GNULicense.nib Help.nib Info.nib Stereo.nib \
- cubedot.tiff SterOptikon.tiff SterOptikonDoc.tiff
-
- CLASSES = AzimuthMat.m CubeView.m DefaultHandler.m GNULicense.m Help.m \
- PerspMat.m StereoController.m StereoView.m SterOptikonApp.m
-
- HFILES = AzimuthMat.h CubeView.h DefaultHandler.h GNULicense.h Help.h \
- PerspMat.h StereoController.h StereoView.h SterOptikonApp.h
-
- MFILES = StereoScope_main.m
-
- PSWFILES = dotAt.psw
-
- OTHERSRCS = BuckyBall.S3d monitor.m points50.3d sample.S3d \
- StereoScope.README
-
-
- MAKEFILEDIR = /NextDeveloper/Makefiles/app
- INSTALLDIR = $(HOME)/Apps
- INSTALLFLAGS = -c -s -m 755
- SOURCEMODE = 444
-
- ICONSECTIONS = -sectcreate __ICON app SterOptikon.tiff \
- -sectcreate __ICON SterOptikonDoc SterOptikonDoc.tiff
-
- LIBS = -lMedia_s -lNeXT_s
- DEBUG_LIBS = $(LIBS)
- PROF_LIBS = $(LIBS)
-
-
- -include Makefile.preamble
-
- include $(MAKEFILEDIR)/app.make
-
- -include Makefile.postamble
-
- -include Makefile.dependencies
-