mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-21 19:01:18 +00:00
66 lines
2 KiB
Makefile
66 lines
2 KiB
Makefile
|
#
|
||
|
# 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 = PCLib
|
||
|
|
||
|
PROJECTVERSION = 2.6
|
||
|
PROJECT_TYPE = Library
|
||
|
LANGUAGE = English
|
||
|
|
||
|
CLASSES = PCBundleLoader.m PCDataSource.m PCProjectManager.m PCServer.m\
|
||
|
PCProject.m PCFileManager.m PCBrowserController.m\
|
||
|
PCProjectBuilder.m
|
||
|
|
||
|
HFILES = PCBundleLoader.h PCDataSource.h PCProjectManager.h PCServer.h\
|
||
|
PCProject.h PCFileManager.h PCBrowserController.h\
|
||
|
PreferenceController.h ProjectCenter.h ProjectDebugger.h\
|
||
|
ProjectEditor.h ProjectType.h Server.h ProjectBuilder.h\
|
||
|
FileCreator.h PCProjectBuilder.h
|
||
|
|
||
|
OTHERSRCS = Makefile.preamble Makefile Makefile.postamble m.template\
|
||
|
h.template
|
||
|
|
||
|
MAKEFILEDIR = $(NEXT_ROOT)/NextDeveloper/Makefiles/pb_makefiles
|
||
|
CURRENTLY_ACTIVE_VERSION = YES
|
||
|
DEPLOY_WITH_VERSION_NAME = A
|
||
|
CODE_GEN_STYLE = DYNAMIC
|
||
|
MAKEFILE = library.make
|
||
|
NEXTSTEP_INSTALLDIR = /usr/local/lib
|
||
|
WINDOWS_INSTALLDIR = $(HOMEDRIVE)/LocalDeveloper/Libraries
|
||
|
PDO_UNIX_INSTALLDIR = /usr/local/lib
|
||
|
LIBS =
|
||
|
DEBUG_LIBS = $(LIBS)
|
||
|
PROF_LIBS = $(LIBS)
|
||
|
|
||
|
|
||
|
FRAMEWORKS = -framework AppKit -framework Foundation
|
||
|
PUBLIC_HEADERS = PCBundleLoader.h PCProjectManager.h PCServer.h\
|
||
|
ProjectCenter.h ProjectDebugger.h ProjectEditor.h\
|
||
|
Server.h ProjectType.h PreferenceController.h\
|
||
|
PCDataSource.h PCProject.h ProjectBuilder.h\
|
||
|
FileCreator.h PCFileManager.h PCBrowserController.h
|
||
|
|
||
|
|
||
|
|
||
|
NEXTSTEP_PUBLIC_HEADERS_DIR = /LocalDeveloper/Headers/$(NAME)
|
||
|
|
||
|
WINDOWS_PUBLIC_HEADERS_DIR = $(HOMEDRIVE)/LocalDeveloper/Headers/$(NAME)
|
||
|
|
||
|
PDO_UNIX_PUBLIC_HEADERS_DIR = /LocalDeveloper/Headers/$(NAME)
|
||
|
|
||
|
include $(MAKEFILEDIR)/platform.make
|
||
|
|
||
|
-include Makefile.preamble
|
||
|
|
||
|
include $(MAKEFILEDIR)/$(MAKEFILE)
|
||
|
|
||
|
-include Makefile.postamble
|
||
|
|
||
|
-include Makefile.dependencies
|