home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-06-12 | 1.2 KB | 56 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 = MolViewer
-
- PROJECTVERSION = 1.1
- LANGUAGE = English
-
- APPICON = Mol.tiff
- LOCAL_RESOURCES = MolViewer.nib Help
-
- GLOBAL_RESOURCES = c.tiff h.tiff icon0.tiff icon1.tiff icon2.tiff\
- icon3.tiff icon4.tiff icon5.tiff icon6.tiff\
- icon7.tiff meicon.tiff Mol.tiff n.tiff o.tiff\
- p.tiff s.tiff header.dat MolViewer.dat
-
- CLASSES = AminoView.m D3View.m Inspector.m MolObj.m MolShape.m\
- SelectView.m
-
- HFILES = AminoView.h D3View.h Inspector.h MolObj.h MolShape.h\
- Mtypes.h SelectView.h
-
- MFILES = MolViewer_main.m
-
- PSWFILES = wraps.psw
-
- OTHERSRCS = Makefile
-
-
- MAKEFILEDIR = /NextDeveloper/Makefiles/app
- MAKEFILE = app.make
- INSTALLDIR = $(HOME)/Apps
- INSTALLFLAGS = -c -s -m 755
- SOURCEMODE = 444
-
- ICONSECTIONS = -sectcreate __ICON app Mol.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
-