home *** CD-ROM | disk | FTP | other *** search
Makefile | 1992-05-27 | 1.1 KB | 52 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 = SortingInAction
-
- PROJECTVERSION = 1.1
- LANGUAGE = English
-
- APPICON = SortApp.tiff
- LOCAL_RESOURCES = HelpPanel.nib InfoPanel.nib Sort.nib
-
- CLASSES = BubbleSort.m GenericSort.m InsertionSort.m MergeSort.m \
- QuickSort.m SelectionSort.m ShellSort.m SortApp.m \
- SortController.m SortView.m
-
- HFILES = BubbleSort.h GenericSort.h InsertionSort.h MergeSort.h \
- QuickSort.h SelectionSort.h ShellSort.h SortApp.h \
- SortController.h SortView.h
-
- MFILES = SortingInAction_main.m
-
- PSWFILES = SortWraps.psw
-
- OTHERSRCS = README.rtf
-
-
- MAKEFILEDIR = /NextDeveloper/Makefiles/app
- INSTALLDIR = /Apps
- INSTALLFLAGS = -c -s -m 755
- SOURCEMODE = 444
-
- ICONSECTIONS = -sectcreate __ICVpp SortApp.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
-