From 17526fd33f1d85698d8f7f5b5dfd782875fa2d33 Mon Sep 17 00:00:00 2001 From: Sergii Stoian Date: Sat, 19 Jun 2004 22:30:45 +0000 Subject: [PATCH] Removed Modules/ApplicationProject/Resources/GNUmakefile.* git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@19557 72102866-910b-0410-8b05-ffd578937521 --- Library/GNUmakefile | 10 +---- .../Resources/GNUmakefile.postamble | 40 ------------------- .../Resources/GNUmakefile.preamble | 33 --------------- 3 files changed, 2 insertions(+), 81 deletions(-) delete mode 100644 Modules/ApplicationProject/Resources/GNUmakefile.postamble delete mode 100644 Modules/ApplicationProject/Resources/GNUmakefile.preamble diff --git a/Library/GNUmakefile b/Library/GNUmakefile index f742334..6918949 100644 --- a/Library/GNUmakefile +++ b/Library/GNUmakefile @@ -7,19 +7,13 @@ GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT) # -# Library +# Framework # -#LIBRARY_VAR = PROJECTCENTER -#PACKAGE_NAME = ProjectCenter - -#VERSION = 0.4.0 +VERSION = 0.4.0 FRAMEWORK_NAME = ProjectCenter ProjectCenter_CURRENT_VERSION_NAME = 0.4.0 ProjectCenter_DEPLOY_WITH_CURRENT_VERSION = yes -#libProjectCenter_HEADER_FILES_INSTALL_DIR = ProjectCenter -#HEADERS_INSTALL = $(libProjectCenter_HEADER_FILES) - ProjectCenter_LIBRARIES_DEPEND_UPON += -lgnustep-gui # diff --git a/Modules/ApplicationProject/Resources/GNUmakefile.postamble b/Modules/ApplicationProject/Resources/GNUmakefile.postamble deleted file mode 100644 index 00007e8..0000000 --- a/Modules/ApplicationProject/Resources/GNUmakefile.postamble +++ /dev/null @@ -1,40 +0,0 @@ -# -# GNUmakefile.postamble - Generated by ProjectCenter -# - -# Things to do before compiling -# before-all:: - -# Things to do after compiling -# after-all:: - -# Things to do before installing -# before-install:: - -# Things to do after installing -# after-install:: - -# Things to do before uninstalling -# before-uninstall:: - -# Things to do after uninstalling -# after-uninstall:: - -# Things to do before cleaning -# before-clean:: - -# Things to do after cleaning -# after-clean:: - -# Things to do before distcleaning -# before-distclean:: - -# Things to do after distcleaning -# after-distclean:: - -# Things to do before checking -# before-check:: - -# Things to do after checking -# after-check:: - diff --git a/Modules/ApplicationProject/Resources/GNUmakefile.preamble b/Modules/ApplicationProject/Resources/GNUmakefile.preamble deleted file mode 100644 index e8c9281..0000000 --- a/Modules/ApplicationProject/Resources/GNUmakefile.preamble +++ /dev/null @@ -1,33 +0,0 @@ -# -# GNUmakefile.preamble - Generated by ProjectCenter -# - - -# Additional flags to pass to the preprocessor -ADDITIONAL_CPPFLAGS += - -# Additional flags to pass to the Objective-C compiler -ADDITIONAL_OBJCFLAGS += - -# Additional flags to pass to the C compiler -ADDITIONAL_CFLAGS += - -# Additional LDFLAGS to pass to the linker -# (-l) will go here, I think -ADDITIONAL_LDFLAGS += - -# Additional include directories the compiler should search -# (-I) -ADDITIONAL_INCLUDE_DIRS += - -# Additional library directories the linker should search -# (-L) -ADDITIONAL_LIB_DIRS += - -# -# Flags dealing with installing and uninstalling -# - -# Additional directories to be created during installation -ADDITIONAL_INSTALL_DIRS += -