2002-01-07 10:00:23 +00:00
|
|
|
{
|
2002-11-27 18:16:30 +00:00
|
|
|
APPKIT = "GNUSTEP-GUI";
|
2002-01-07 10:00:23 +00:00
|
|
|
BUILDTOOL = "/usr/bin/make";
|
|
|
|
CLASS_FILES = (
|
|
|
|
PCBrowserController.m,
|
|
|
|
PCBundleLoader.m,
|
|
|
|
PCDataSource.m,
|
|
|
|
PCEditorView.m,
|
|
|
|
PCFileManager.m,
|
|
|
|
PCProject.m,
|
|
|
|
PCProjectBuilder.m,
|
|
|
|
PCProjectDebugger.m,
|
|
|
|
PCProjectManager.m,
|
2002-01-27 13:55:07 +00:00
|
|
|
PCServer.m,
|
2002-01-29 21:29:30 +00:00
|
|
|
PCSplitView.m,
|
2002-02-02 17:56:44 +00:00
|
|
|
PCEditor.m,
|
2002-02-03 16:30:35 +00:00
|
|
|
PCEditorController.m,
|
2002-02-11 22:19:39 +00:00
|
|
|
PCTextFinder.m,
|
|
|
|
PCProjectEditor.m,
|
2002-11-27 18:16:30 +00:00
|
|
|
"PCProject+ComponentHandling.m",
|
|
|
|
"PCEditorView+Highlighting.m",
|
2002-03-01 10:39:44 +00:00
|
|
|
PCHistoryController.m,
|
2002-11-27 18:16:30 +00:00
|
|
|
PCMakefileFactory.m,
|
|
|
|
"PCEditor+UInterface.m",
|
|
|
|
"PCFileManager+UInterface.m",
|
|
|
|
"PCProjectManager+UInterface.m",
|
|
|
|
"PCProject+UInterface.m",
|
|
|
|
"PCTextFinder+UInterface.m"
|
2002-01-07 10:00:23 +00:00
|
|
|
);
|
|
|
|
COMPILEROPTIONS = "";
|
|
|
|
CREATION_DATE = "";
|
|
|
|
DOCU_FILES = (
|
|
|
|
);
|
2002-11-27 18:16:30 +00:00
|
|
|
FOUNDATION = "GNUSTEP-BASE";
|
2002-01-07 10:00:23 +00:00
|
|
|
FRAMEWORKS = (
|
|
|
|
);
|
|
|
|
HEADER_FILES = (
|
|
|
|
PCBrowserController.h,
|
|
|
|
PCBundleLoader.h,
|
|
|
|
PCDataSource.h,
|
|
|
|
PCEditorView.h,
|
|
|
|
PCFileManager.h,
|
|
|
|
PCProject.h,
|
|
|
|
PCProjectBuilder.h,
|
|
|
|
PCProjectDebugger.h,
|
|
|
|
PCProjectManager.h,
|
|
|
|
PCServer.h,
|
|
|
|
FileCreator.h,
|
|
|
|
PreferenceController.h,
|
|
|
|
ProjectBuilder.h,
|
|
|
|
ProjectCenter.h,
|
|
|
|
ProjectDebugger.h,
|
|
|
|
ProjectEditor.h,
|
|
|
|
ProjectType.h,
|
2002-01-27 13:55:07 +00:00
|
|
|
Server.h,
|
2002-01-29 21:29:30 +00:00
|
|
|
PCSplitView.h,
|
2002-02-02 17:56:44 +00:00
|
|
|
PCEditor.h,
|
2002-02-02 21:12:49 +00:00
|
|
|
PCEditorController.h,
|
2002-02-03 16:30:35 +00:00
|
|
|
PCDefines.h,
|
2002-02-11 22:19:39 +00:00
|
|
|
PCTextFinder.h,
|
|
|
|
PCProjectEditor.h,
|
|
|
|
ProjectComponent.h,
|
2002-11-27 18:16:30 +00:00
|
|
|
"PCProject+ComponentHandling.h",
|
|
|
|
"PCEditorView+Highlighting.h",
|
2002-03-01 10:39:44 +00:00
|
|
|
PCHistoryController.h,
|
2002-11-27 18:16:30 +00:00
|
|
|
PCMakefileFactory.h,
|
|
|
|
"PCEditor+UInterface.h",
|
|
|
|
"PCFileManager+UInterface.h",
|
|
|
|
"PCProjectManager+UInterface.h",
|
|
|
|
"PCProject+UInterface.h",
|
|
|
|
"PCTextFinder+UInterface.h"
|
2002-01-07 10:00:23 +00:00
|
|
|
);
|
2002-06-01 13:46:29 +00:00
|
|
|
INSTALLDIR = "$(GNUSTEP_INSTALLATION_DIR)";
|
2002-01-07 10:00:23 +00:00
|
|
|
LANGUAGE = English;
|
|
|
|
LAST_EDITING = "";
|
|
|
|
LIBRARIES = (
|
2002-11-27 18:16:30 +00:00
|
|
|
"gnustep-gui",
|
|
|
|
"gnustep-base"
|
2002-01-07 10:00:23 +00:00
|
|
|
);
|
|
|
|
LINKEROPTIONS = "";
|
|
|
|
MAKEFILEDIR = "$(GNUSTEP_SYSTEM_ROOT)/Makefiles";
|
|
|
|
OTHER_FILES = (
|
|
|
|
);
|
|
|
|
OTHER_RESOURCES = (
|
|
|
|
Version
|
|
|
|
);
|
|
|
|
OTHER_SOURCES = (
|
|
|
|
);
|
|
|
|
PROJECT_BUILDER = PCLibProj;
|
|
|
|
PROJECT_COPYRIGHT = "No license specified!";
|
|
|
|
PROJECT_CREATOR = "";
|
|
|
|
PROJECT_DESCRIPTION = "No description avaliable!";
|
|
|
|
PROJECT_GROUP = "No description avaliable!";
|
|
|
|
PROJECT_MAINTAINER = "";
|
|
|
|
PROJECT_NAME = ProjectCenter;
|
|
|
|
PROJECT_RELEASE = 1;
|
|
|
|
PROJECT_SOURCE = "%{gs_name}-%{gs_version}.tar.gz";
|
|
|
|
PROJECT_SUMMARY = "No summary avaliable!";
|
|
|
|
PROJECT_TYPE = PCLibProject;
|
|
|
|
PROJECT_VERSION = 1.0;
|
|
|
|
SUBPROJECTS = (
|
|
|
|
);
|
|
|
|
SUPPORTING_FILES = (
|
|
|
|
GNUmakefile.preamble,
|
|
|
|
GNUmakefile,
|
|
|
|
GNUmakefile.postamble
|
|
|
|
);
|
|
|
|
}
|