home *** CD-ROM | disk | FTP | other *** search
Makefile | 1997-10-28 | 1.2 KB | 58 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 = msend
-
- PROJECTVERSION = 2.6
- PROJECT_TYPE = Application
- LANGUAGE = English
-
- NEXTSTEP_APPICON = msend.tiff
- ICONSECTIONS = -sectcreate __ICON app msend.tiff
-
- LOCAL_RESOURCES = Info.nib NEXTSTEP_msend.nib WINDOWS_msend.nib
-
- GLOBAL_RESOURCES = msend.tiff
-
- CLASSES = MSController.m MSMessage.m
-
- HFILES = common.h MSController.h msend.h MSMessage.h
-
- MFILES = msend_main.m
-
- CFILES = compat.c msave.c msend.c
-
- OTHERSRCS = Makefile.preamble Makefile Makefile.postamble m.template\
- h.template
-
-
- MAKEFILEDIR = $(NEXT_ROOT)/NextDeveloper/Makefiles/pb_makefiles
- CODE_GEN_STYLE = DYNAMIC
- MAKEFILE = app.make
- NEXTSTEP_INSTALLDIR = /LocalApps
- WINDOWS_INSTALLDIR = /MyApps
- LIBS =
- DEBUG_LIBS = $(LIBS)
- PROF_LIBS = $(LIBS)
-
-
- NEXTSTEP_PB_CFLAGS = -DOLDBSD -DMSEND_APP -DNEXT_ALERTPANEL -DUSE_STRFTIME
- FRAMEWORKS = -framework AppKit -framework Foundation
-
-
- include $(MAKEFILEDIR)/platform.make
-
- -include Makefile.preamble
-
- include $(MAKEFILEDIR)/$(MAKEFILE)
-
- -include Makefile.postamble
-
- -include Makefile.dependencies
-