home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-07-21 | 1.6 KB | 60 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 = BackSpace
-
- PROJECTVERSION = 1.1
- LANGUAGE = English
-
- APPICON = backicon.tiff
- DOCICONS = backo.tiff backmodule.tiff
-
- LOCAL_RESOURCES = BackSpace.nib Info.nib Help Localizable.strings
-
- GLOBAL_RESOURCES = balls.tiff boink.tiff corner.tiff defaultImage.tiff\
- sam.tiff space.eps x.tiff
-
- CLASSES = BackView.m BackWindow.m BlackView.m BoinkViewPart.m\
- CornerView.m ModuleList.m MySlider.m PanelImageView.m\
- Password.m SleepView.m SpaceView.m Thinker.m UserPath.m
-
- HFILES = BackView.h BackWindow.h BlackView.h BoinkViewPart.h\
- CornerView.h ModuleList.h MySlider.h PanelImageView.h\
- Password.h SleepView.h SpaceView.h Thinker.h UserPath.h
-
- MFILES = BackSpace_main.m ioctls.m ThinkMore.m Thinspector.m
-
- PSWFILES = BoinkWraps.psw psfuncts.psw
-
- OTHERSRCS = README.rtf .dir.tiff convertToBackOs
-
-
- MAKEFILEDIR = /NextDeveloper/Makefiles/app
- MAKEFILE = app.make
- INSTALLDIR = /NextDeveloper/Demos
- INSTALLFLAGS = -c -s -m 755
- SOURCEMODE = 444
-
- ICONSECTIONS = -sectcreate __ICON app backicon.tiff \
- -sectcreate __ICON backo backo.tiff \
- -sectcreate __ICON backmodule backmodule.tiff
-
- LIBS = -lMedia_s -lNeXT_s -lIndexing_s
- DEBUG_LIBS = $(LIBS)
- PROF_LIBS = $(LIBS)
-
-
- -include Makefile.preamble
-
- include $(MAKEFILEDIR)/$(MAKEFILE)
-
- -include Makefile.postamble
-
- -include Makefile.dependencies
-