home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-05-07 | 1.2 KB | 53 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 = How
-
- PROJECTVERSION = 1.1
- LANGUAGE = English
-
- APPICON = How.tiff
- GLOBAL_RESOURCES = How.nib Boat.tiff Boat2.tiff Cow.tiff Cow2.tiff\
- Dino.tiff Dino2.tiff Elvis.tiff Elvis2.tiff\
- EricLbtySmall.tiff Flag.tiff Flag2.tiff Ghost.tiff\
- How.tiff Jolly.tiff Jolly2.tiff Juptier.tiff\
- Juptier2.tiff Karate.tiff Karate2.tiff Light.tiff\
- Light2.tiff MindLess.tiff Moto.tiff PC.tiff\
- PC2.tiff Porshe.tiff Safe.tiff Safe2.tiff\
- Wizard.tiff Wizard2.tiff
-
- CLASSES = How.m
-
- HFILES = How.h
-
- MFILES = How_main.m
-
-
-
- MAKEFILEDIR = /NextDeveloper/Makefiles/app
- MAKEFILE = app.make
- INSTALLDIR = $(HOME)/Apps
- INSTALLFLAGS = -c -s -m 755
- SOURCEMODE = 444
-
- ICONSECTIONS = -sectcreate __ICON app How.tiff
-
- LIBS = -lMedia_s -lNeXT_s
- DEBUG_LIBS = $(LIBS)
- PROF_LIBS = $(LIBS)
-
-
- -include Makefile.preamble
-
- include $(MAKEFILEDIR)/$(MAKEFILE)
-
- -include Makefile.postamble
-
- -include Makefile.dependencies
-