apps-projectcenter/ProjectCenter/Makefile
Robert Slover 611d39e478 Initial revision
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@7258 72102866-910b-0410-8b05-ffd578937521
2000-08-27 19:11:42 +00:00

67 lines
2 KiB
Makefile
Executable file

#
# 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 = ProjectCenter
PROJECTVERSION = 2.6
PROJECT_TYPE = Application
LANGUAGE = English
NEXTSTEP_APPICON = ProjectCenter.app.tiff
ICONSECTIONS = -sectcreate __ICON app ProjectCenter.app.tiff
LOCAL_RESOURCES = FileCreation.nib Info.nib Inspector.nib\
NEXTSTEP_ProjectCenter.nib Preferences.nib Project.nib\
TypePopup.nib
GLOBAL_RESOURCES = FileIcon_.c.tiff FileIcon_.h.tiff FileIcon_.m.tiff\
FileIcon_rtf.tiff ProjectCenter.app.tiff\
ProjectCenter.tiff ProjectCentre_add.tiff\
ProjectCentre_build.tiff ProjectCentre_clean.tiff\
ProjectCentre_cvs.tiff\
ProjectCentre_documentation.tiff\
ProjectCentre_files.tiff ProjectCentre_find.tiff\
ProjectCentre_prefs.tiff ProjectCentre_run.tiff\
ProjectCentre_uml.tiff
CLASSES = PCAppController.m PCPrefController.m PCInfoController.m\
PCFindController.m PCLogController.m PCMenuController.m
HFILES = PCAppController.h PCPrefController.h PCInfoController.h\
PCFindController.h PCLogController.h PCMenuController.h
MFILES = ProjectCenter_main.m
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 = $(HOME)/Apps
WINDOWS_INSTALLDIR = /MyApps
LIBS = -lPCLib
DEBUG_LIBS = $(LIBS)
PROF_LIBS = $(LIBS)
HEADER_PATHS = -I/LocalDeveloper/Headers/PCLib
FRAMEWORKS = -framework AppKit -framework Foundation
include $(MAKEFILEDIR)/platform.make
-include Makefile.preamble
include $(MAKEFILEDIR)/$(MAKEFILE)
-include Makefile.postamble
-include Makefile.dependencies