mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-21 10:51:05 +00:00
Removed Modules/ApplicationProject/Resources/GNUmakefile.*
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@19557 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
58ff2c3992
commit
17526fd33f
3 changed files with 2 additions and 81 deletions
|
@ -7,19 +7,13 @@ GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Library
|
# Framework
|
||||||
#
|
#
|
||||||
#LIBRARY_VAR = PROJECTCENTER
|
VERSION = 0.4.0
|
||||||
#PACKAGE_NAME = ProjectCenter
|
|
||||||
|
|
||||||
#VERSION = 0.4.0
|
|
||||||
FRAMEWORK_NAME = ProjectCenter
|
FRAMEWORK_NAME = ProjectCenter
|
||||||
ProjectCenter_CURRENT_VERSION_NAME = 0.4.0
|
ProjectCenter_CURRENT_VERSION_NAME = 0.4.0
|
||||||
ProjectCenter_DEPLOY_WITH_CURRENT_VERSION = yes
|
ProjectCenter_DEPLOY_WITH_CURRENT_VERSION = yes
|
||||||
|
|
||||||
#libProjectCenter_HEADER_FILES_INSTALL_DIR = ProjectCenter
|
|
||||||
#HEADERS_INSTALL = $(libProjectCenter_HEADER_FILES)
|
|
||||||
|
|
||||||
ProjectCenter_LIBRARIES_DEPEND_UPON += -lgnustep-gui
|
ProjectCenter_LIBRARIES_DEPEND_UPON += -lgnustep-gui
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
|
@ -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::
|
|
||||||
|
|
|
@ -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 +=
|
|
||||||
|
|
Loading…
Reference in a new issue