mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-19 01:51:09 +00:00
remove old PB support
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@7877 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
fc638551ef
commit
696429d464
4 changed files with 0 additions and 396 deletions
|
@ -1,67 +0,0 @@
|
|||
#
|
||||
# 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
|
|
@ -1,122 +0,0 @@
|
|||
###############################################################################
|
||||
# NeXT Makefile.postamble
|
||||
# Copyright 1996, NeXT Software, Inc.
|
||||
#
|
||||
# This Makefile is used for configuring the standard app makefiles associated
|
||||
# with ProjectBuilder.
|
||||
#
|
||||
# Use this template to set attributes for a project, sub-project, bundle, or
|
||||
# palette. Each node in the project's tree of sub-projects and bundles
|
||||
# should have it's own Makefile.preamble and Makefile.postamble. Additional
|
||||
# rules (e.g., after_install) that are defined by the developer should be
|
||||
# defined in this file.
|
||||
#
|
||||
###############################################################################
|
||||
#
|
||||
# Here are the variables exported by the common "app" makefiles that can be
|
||||
# used in any customizations you make to the template below:
|
||||
#
|
||||
# PRODUCT_ROOT - Name of the directory to which resources are copied.
|
||||
# OFILE_DIR - Directory into which .o object files are generated.
|
||||
# (Note that this name is calculated based on the target
|
||||
# architectures specified in Project Builder).
|
||||
# DERIVED_SRC_DIR - Directory used for all other derived files
|
||||
# ALL_CFLAGS - All the flags passed to the cc(1) driver for compilations
|
||||
#
|
||||
# NAME - name of application, bundle, subproject, palette, etc.
|
||||
# LANGUAGE - langage in which the project is written (default "English")
|
||||
# LOCAL_RESOURCES - localized resources (e.g. nib's, images) of project
|
||||
# GLOBAL_RESOURCES - non-localized resources of project
|
||||
# PROJECTVERSION - version of ProjectBuilder project (NS3.X = 1.1, NS4.0 = 2.0)
|
||||
# ICONSECTIONS - Specifies icon sections when linking executable
|
||||
#
|
||||
# CLASSES - Class implementation files in project.
|
||||
# HFILES - Header files in project.
|
||||
# MFILES - Other Objective-C source files in project.
|
||||
# CFILES - Other C source files in project.
|
||||
# PSWFILES - .psw files in the project
|
||||
# PSWMFILES - .pswm files in the project
|
||||
# SUBPROJECTS - Subprojects of this project
|
||||
# BUNDLES - Bundle subprojects of this project
|
||||
# OTHERSRCS - Other miscellaneous sources of this project
|
||||
# OTHERLINKED - Source files not matching a standard source extention
|
||||
#
|
||||
# LIBS - Libraries to link with when making app target
|
||||
# DEBUG_LIBS - Libraries to link with when making debug target
|
||||
# PROF_LIBS - Libraries to link with when making profile target
|
||||
# OTHERLINKEDOFILES - Other relocatable files to (always) link in.
|
||||
#
|
||||
# APP_MAKEFILE_DIR - Directory in which to find generic set of Makefiles
|
||||
# MAKEFILEDIR - Directory in which to find $(MAKEFILE)
|
||||
# MAKEFILE - Top level mechanism Makefile (e.g., app.make, bundle.make)
|
||||
# INSTALLDIR - Directory app will be installed into by 'install' target
|
||||
#
|
||||
###############################################################################
|
||||
|
||||
|
||||
# Change defaults assumed by the standard makefiles here. Edit the
|
||||
# following default values as appropriate. (Note that if no Makefile.postamble
|
||||
# exists, these values will have defaults set in common.make).
|
||||
|
||||
# Versioning of frameworks, libraries, bundles, and palettes:
|
||||
#CURRENTLY_ACTIVE_VERSION = YES
|
||||
# Set to "NO" to produce a compatibility binary
|
||||
#DEPLOY_WITH_VERSION_NAME = A
|
||||
# This should be incremented as your API changes.
|
||||
#COMPATIBILITY_PROJECT_VERSION = 1
|
||||
# This should be incremented as your API grows.
|
||||
#CURRENT_PROJECT_VERSION = 1
|
||||
# Defaults to using the "vers_string" hack.
|
||||
|
||||
# Some compiler flags can be easily overridden here, but onlytake effect at
|
||||
# the top-level:
|
||||
#OPTIMIZATION_CFLAG = -O
|
||||
#DEBUG_SYMBOLS_CFLAG = -g
|
||||
#WARNING_CFLAGS = -Wmost
|
||||
#DEBUG_BUILD_CFLAGS = -DDEBUG
|
||||
#PROFILE_BUILD_CFLAGS = -pg -DPROFILE
|
||||
|
||||
# This definition will suppress stripping of debug symbols when an executable
|
||||
# is installed. By default it is YES.
|
||||
# STRIP_ON_INSTALL = NO
|
||||
|
||||
# Flags passed to yacc
|
||||
#YFLAGS = -d
|
||||
|
||||
# Library and Framework projects only:
|
||||
# 1. If you want something other than the default .dylib name, override it here
|
||||
#DYLIB_INSTALL_NAME = lib$(NAME).dylib
|
||||
|
||||
# 2. If you want to change the -install_name flag from the absolute path to the development area, change it here. One good choice is the installation directory. Another one might be none at all.
|
||||
#DYLIB_INSTALL_DIR = $(INSTALLDIR)
|
||||
|
||||
# Ownership and permissions of files installed by 'install' target
|
||||
#INSTALL_AS_USER = root
|
||||
# User/group ownership
|
||||
#INSTALL_AS_GROUP = wheel
|
||||
# (probably want to set both of these)
|
||||
#INSTALL_PERMISSIONS =
|
||||
# If set, 'install' chmod's executable to this
|
||||
|
||||
# Options to strip for various project types. Note: -S strips debugging symbols
|
||||
# (executables can be stripped down further with -x or, if they load no bundles, with no
|
||||
# options at all).
|
||||
#APP_STRIP_OPTS = -S
|
||||
#TOOL_STRIP_OPTS = -S
|
||||
#LIBRARY_STRIP_OPTS = -S
|
||||
# for .a archives
|
||||
#DYNAMIC_STRIP_OPTS = -S
|
||||
# for bundles and shared libraries
|
||||
|
||||
#########################################################################
|
||||
# Put rules to extend the behavior of the standard Makefiles here. "Official"
|
||||
# user-defined rules are:
|
||||
# * before_install
|
||||
# * after_install
|
||||
# * after_installhdrs
|
||||
# You should avoid redefining things like "install" or "app", as they are
|
||||
# owned by the top-level Makefile API and no context has been set up for where
|
||||
# derived files should go.
|
||||
#
|
||||
# Note: on MS Windows, executables, have an extension, so rules and dependencies
|
||||
# for generated tools should use $(EXECUTABLE_EXT) on the end.
|
|
@ -1,130 +0,0 @@
|
|||
###############################################################################
|
||||
# NeXT Makefile.preamble
|
||||
# Copyright 1996, NeXT Software, Inc.
|
||||
#
|
||||
# This Makefile is used for configuring the standard app makefiles associated
|
||||
# with ProjectBuilder.
|
||||
#
|
||||
# Use this template to set attributes for a project. Each node in a project
|
||||
# tree of sub-projects, tools, etc. should have its own Makefile.preamble and
|
||||
# Makefile.postamble.
|
||||
#
|
||||
###############################################################################
|
||||
## Configure the flags passed to $(CC) here. These flags will also be
|
||||
## inherited by all nested sub-projects and bundles. Put your -I, -D, -U, and
|
||||
## -L flags in ProjectBuilder's Build Options inspector if at all possible.
|
||||
## To change the default flags that get passed to ${CC}
|
||||
## (e.g. change -O to -O2), see Makefile.postamble.
|
||||
|
||||
# Flags passed to compiler (in addition to -g, -O, etc)
|
||||
OTHER_CFLAGS =
|
||||
# Flags passed to ld (in addition to -ObjC, etc.)
|
||||
OTHER_LDFLAGS =
|
||||
# Flags passed to libtool when building libraries
|
||||
OTHER_LIBTOOL_FLAGS =
|
||||
# For ordering named sections on NEXTSTEP (see ld(1))
|
||||
SECTORDER_FLAGS =
|
||||
|
||||
# If you do not want any headers exported before compilations begin,
|
||||
# uncomment the following line. This can be a big time saver.
|
||||
#SKIP_EXPORTING_HEADERS = YES
|
||||
|
||||
# Stuff related to exporting headers from this project that isn't already
|
||||
# handled by PB.
|
||||
OTHER_PUBLIC_HEADERS =
|
||||
OTHER_PROJECT_HEADERS =
|
||||
OTHER_PRIVATE_HEADERS =
|
||||
|
||||
# Set these two macros if you want a precomp to be built as part of
|
||||
# installation. The cc -precomp will be run in the public header directory
|
||||
# on the specified public header files with the specified additional flags.
|
||||
PUBLIC_PRECOMPILED_HEADERS =
|
||||
PUBLIC_PRECOMPILED_HEADERS_CFLAGS =
|
||||
|
||||
# Set this for library projects if you want to publish header files. If your
|
||||
# app or tool project exports headers Don't
|
||||
# include $(DSTROOT); this is added for you automatically.
|
||||
PUBLIC_HEADER_DIR =
|
||||
PRIVATE_HEADER_DIR =
|
||||
|
||||
# If, in a subproject, you want to append to the parent's PUBLIC_HEADER_DIR#
|
||||
# (say, to add a subdirectory like "/sys"), you can use:
|
||||
PUBLIC_HEADER_DIR_SUFFIX =
|
||||
PRIVATE_HEADER_DIR_SUFFIX =
|
||||
|
||||
# Set this for dynamic library projects on platforms where code which references
|
||||
# a dynamic library must link against an import library (i.e., Windows NT)
|
||||
# Don't include $(DSTROOT); this is added for you automatically.
|
||||
IMPORT_LIBRARY_DIR =
|
||||
|
||||
# Additional (non-localized) resources for this project, which can be generated
|
||||
OTHER_RESOURCES =
|
||||
|
||||
# Uncomment this to produce a static archive-style (.a) library
|
||||
#LIBRARY_STYLE = STATIC
|
||||
|
||||
# Set this to YES if you don't want a final libtool call for a library/framework.
|
||||
BUILD_OFILES_LIST_ONLY =
|
||||
|
||||
# Additional relocatables to be linked into this project
|
||||
OTHER_OFILES =
|
||||
# Additional libraries to link against
|
||||
OTHER_LIBS =
|
||||
# To include a version string, project source must exist in a directory named
|
||||
# $(NAME).%d[.%d][.%d] and the following line must be uncommented.
|
||||
# OTHER_GENERATED_OFILES = $(VERS_OFILE)
|
||||
|
||||
## Configure how things get built here. Additional dependencies, source files,
|
||||
## derived files, and build order should be specified here.
|
||||
|
||||
# Other dependencies of this project
|
||||
OTHER_PRODUCT_DEPENDS =
|
||||
# Built *before* building subprojects/bundles
|
||||
OTHER_INITIAL_TARGETS =
|
||||
# Other source files maintained by .pre/postamble
|
||||
OTHER_SOURCEFILES =
|
||||
# Additional files to be removed by `make clean'
|
||||
OTHER_GARBAGE =
|
||||
|
||||
# Targets to build before installation
|
||||
OTHER_INSTALL_DEPENDS =
|
||||
|
||||
# More obscure flags you might want to set for pswrap, yacc, lex, etc.
|
||||
PSWFLAGS =
|
||||
YFLAGS =
|
||||
LFLAGS =
|
||||
|
||||
## Delete this line if you want fast and loose cleans that will not remove
|
||||
## things like precomps and user-defined OTHER_GARBAGE in subprojects.
|
||||
CLEAN_ALL_SUBPROJECTS = YES
|
||||
|
||||
## Add more obscure source files here to cause them to be automatically
|
||||
## processed by the appropriate tool. Note that these files should also be
|
||||
## added to "Supporting Files" in ProjectBuilder. The desired .o files that
|
||||
## result from these files should also be added to OTHER_OFILES above so they
|
||||
## will be linked in.
|
||||
|
||||
# .msg files that should have msgwrap run on them
|
||||
MSGFILES =
|
||||
# .defs files that should have mig run on them
|
||||
DEFSFILES =
|
||||
# .mig files (no .defs files) that should have mig run on them
|
||||
MIGFILES =
|
||||
# .x files that should have rpcgen run on them
|
||||
RPCFILES =
|
||||
|
||||
## Add additional Help directories here (add them to the project as "Other
|
||||
## Resources" in Project Builder) so that they will be compressed into .store
|
||||
## files and copied into the app wrapper. If the help directories themselves
|
||||
## need to also be in the app wrapper, then a cp command will need to be added
|
||||
## in an after_install target.
|
||||
OTHER_HELP_DIRS =
|
||||
|
||||
# After you have saved your project using the 4.0 PB, you will automatically
|
||||
# start using the makefiles in /NextDeveloper/Makefiles/project. If you should
|
||||
# need to revert back to the old 3.3 Makefile behavior, override MAKEFILEDIR to
|
||||
# be /NextDeveloper/Makefiles/app.
|
||||
|
||||
# Don't add more rules here unless you want the first one to be the default
|
||||
# target for make! Put all your targets in Makefile.postamble.
|
||||
|
|
@ -1,77 +0,0 @@
|
|||
{
|
||||
APPCLASS = NSApplication;
|
||||
DYNAMIC_CODE_GEN = YES;
|
||||
FILESTABLE = {
|
||||
CLASSES = (
|
||||
PCAppController.m,
|
||||
PCPrefController.m,
|
||||
PCInfoController.m,
|
||||
PCFindController.m,
|
||||
PCLogController.m,
|
||||
PCMenuController.m
|
||||
);
|
||||
FRAMEWORKS = (AppKit.framework, Foundation.framework);
|
||||
HEADERSEARCH = (/LocalDeveloper/Headers/PCLib);
|
||||
H_FILES = (
|
||||
PCAppController.h,
|
||||
PCPrefController.h,
|
||||
PCInfoController.h,
|
||||
PCFindController.h,
|
||||
PCLogController.h,
|
||||
PCMenuController.h
|
||||
);
|
||||
IMAGES = (
|
||||
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
|
||||
);
|
||||
INTERFACES = (
|
||||
FileCreation.nib,
|
||||
Info.nib,
|
||||
Inspector.nib,
|
||||
NEXTSTEP_ProjectCenter.nib,
|
||||
Preferences.nib,
|
||||
Project.nib,
|
||||
TypePopup.nib
|
||||
);
|
||||
OTHER_LIBS = (PCLib);
|
||||
OTHER_LINKED = (ProjectCenter_main.m);
|
||||
OTHER_SOURCES = (Makefile.preamble, Makefile, Makefile.postamble, m.template, h.template);
|
||||
};
|
||||
LANGUAGE = English;
|
||||
LOCALIZABLE_FILES = {
|
||||
FileCreation.nib = FileCreation.nib;
|
||||
Info.nib = Info.nib;
|
||||
Inspector.nib = Inspector.nib;
|
||||
NEXTSTEP_ProjectCenter.nib = NEXTSTEP_ProjectCenter.nib;
|
||||
Preferences.nib = Preferences.nib;
|
||||
Project.nib = Project.nib;
|
||||
TypePopup.nib = TypePopup.nib;
|
||||
};
|
||||
MAKEFILEDIR = "$(NEXT_ROOT)/NextDeveloper/Makefiles/pb_makefiles";
|
||||
NEXTSTEP_APPICON = ProjectCenter.app.tiff;
|
||||
NEXTSTEP_BUILDTOOL = /bin/gnumake;
|
||||
NEXTSTEP_DOCUMENTEXTENSIONS = ();
|
||||
NEXTSTEP_INSTALLDIR = "$(HOME)/Apps";
|
||||
NEXTSTEP_MAINNIB = NEXTSTEP_ProjectCenter.nib;
|
||||
PDO_UNIX_BUILDTOOL = $NEXT_ROOT/NextDeveloper/bin/make;
|
||||
PROJECTNAME = ProjectCenter;
|
||||
PROJECTTYPE = Application;
|
||||
PROJECTVERSION = 2.6;
|
||||
WINDOWS_BUILDTOOL = $NEXT_ROOT/NextDeveloper/Executables/make;
|
||||
WINDOWS_INSTALLDIR = /MyApps;
|
||||
WINDOWS_MAINNIB = WINDOWS_ProjectCenter.nib;
|
||||
}
|
Loading…
Reference in a new issue