mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-19 00:51:51 +00:00
renamed libPC into libProjectCenter
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@7361 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9b58cc9f36
commit
f1433a8ed2
4 changed files with 13 additions and 13 deletions
|
@ -52,7 +52,7 @@ ADDITIONAL_CFLAGS +=
|
|||
ADDITIONAL_INCLUDE_DIRS +=
|
||||
|
||||
# Additional LDFLAGS to pass to the linker
|
||||
ADDITIONAL_LDFLAGS += -lPC
|
||||
ADDITIONAL_LDFLAGS += -lProjectCenter
|
||||
|
||||
# Additional library directories the linker should search
|
||||
ADDITIONAL_LIB_DIRS +=
|
||||
|
|
|
@ -36,7 +36,7 @@ PACKAGE_NAME = PCLib
|
|||
LIBRARY_VAR = PCLIB
|
||||
|
||||
# The library to be compiled
|
||||
LIBRARY_NAME=libPC
|
||||
LIBRARY_NAME=libProjectCenter
|
||||
|
||||
PCLIB_INSTALL_PREFIX=$(GNUSTEP_LOCAL_ROOT)
|
||||
|
||||
|
@ -46,7 +46,7 @@ FILE_AUTHORS = \
|
|||
|
||||
# The source files
|
||||
|
||||
libPC_MFILES = \
|
||||
libProjectCenter_MFILES = \
|
||||
PCBrowserController.m \
|
||||
PCBundleLoader.m \
|
||||
PCDataSource.m \
|
||||
|
@ -56,9 +56,9 @@ libPC_MFILES = \
|
|||
PCProjectManager.m \
|
||||
PCServer.m
|
||||
|
||||
libPC_CFILES =
|
||||
libProjectCenter_CFILES =
|
||||
|
||||
libPC_HFILES = \
|
||||
libProjectCenter_HFILES = \
|
||||
FileCreator.h \
|
||||
PCBrowserController.h \
|
||||
PCBundleLoader.h \
|
||||
|
@ -76,18 +76,18 @@ libPC_HFILES = \
|
|||
ProjectType.h \
|
||||
Server.h
|
||||
|
||||
HEADERS_INSTALL = $(libPC_HFILES)
|
||||
HEADERS_INSTALL = $(libProjectCenter_HFILES)
|
||||
|
||||
# The Objective-C source files to be compiled
|
||||
libPC_OBJC_FILES = $(libPC_MFILES)
|
||||
libProjectCenter_OBJC_FILES = $(libProjectCenter_MFILES)
|
||||
|
||||
# The C source files to be compiled
|
||||
libPC_C_FILES = $(libPC_CFILES)
|
||||
libProjectCenter_C_FILES = $(libProjectCenter_CFILES)
|
||||
|
||||
# The headers
|
||||
libPC_HEADER_FILES_DIR = .
|
||||
libPC_HEADER_FILES_INSTALL_DIR = /ProjectCenter
|
||||
libPC_HEADER_FILES = $(libPC_HFILES)
|
||||
libProjectCenter_HEADER_FILES_DIR = .
|
||||
libProjectCenter_HEADER_FILES_INSTALL_DIR = /ProjectCenter
|
||||
libProjectCenter_HEADER_FILES = $(libProjectCenter_HFILES)
|
||||
|
||||
-include GNUmakefile.preamble
|
||||
|
||||
|
|
|
@ -52,7 +52,7 @@ ADDITIONAL_CFLAGS +=
|
|||
ADDITIONAL_INCLUDE_DIRS +=
|
||||
|
||||
# Additional LDFLAGS to pass to the linker
|
||||
ADDITIONAL_LDFLAGS += -lPC
|
||||
ADDITIONAL_LDFLAGS += -lProjectCenter
|
||||
|
||||
# Additional library directories the linker should search
|
||||
ADDITIONAL_LIB_DIRS +=
|
||||
|
|
2
Version
2
Version
|
@ -7,6 +7,6 @@ GCC_VERSION=2.8.0
|
|||
# The version number of this release.
|
||||
MAJOR_VERSION=0
|
||||
MINOR_VERSION=0
|
||||
SUBMINOR_VERSION=1
|
||||
SUBMINOR_VERSION=2
|
||||
PC_VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}
|
||||
VERSION=${PC_VERSION}
|
||||
|
|
Loading…
Reference in a new issue