home *** CD-ROM | disk | FTP | other *** search
Makefile | 1992-03-16 | 930 b | 41 lines |
- #
- # Generated by the NeXT Interface Builder.
- #
- # NOTE: Do NOT change this file -- Interface Builder maintains it.
- #
- # Put all of your customizations in files called Makefile.preamble
- # and Makefile.postamble (both optional), and Makefile will include them.
- #
-
- NAME = Gopher
-
- INTERFACES = Gopher.nib GopherClient.nib
- CLASSES = GopherBrowserCell.m GopherClient.m GopherDispatcher.m \
- PhSpeaker.m StuartSpeaker.m
- MFILES = Gopher_main.m
- CFILES = SimpleSound.c Utilities.c
- HFILES = Parameters.h Sound.h Utilities.h
- TIFFFILES = Gopher.tiff NewGoph.tiff
- APPICON = NewGoph.tiff
-
-
- SOURCEMODE = 444
-
- LIBS = -lNeXT_s -lsys_s
- DEBUG_LIBS = $(LIBS)
- PROF_LIBS = -lNeXT_p -lsys_p
-
- MAKEFILEDIR = /usr/lib/nib
- ICONSECTIONS = -sectcreate __ICON app NewGoph.tiff
-
- INSTALLDIR = $(HOME)/Apps
- INSTALLFLAGS = -c -s -m 755
-
- -include Makefile.preamble
-
- include $(MAKEFILEDIR)/app.make
-
- -include Makefile.postamble
-
- -include Makefile.dependencies
-