mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-18 16:41:35 +00:00
Installation into GNUSPTE_INSTALLATION_DIR
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@13754 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
835ec95694
commit
7bfa1bddb8
10 changed files with 22 additions and 22 deletions
|
@ -9,11 +9,14 @@
|
|||
#
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
#
|
||||
|
||||
|
||||
#
|
||||
# Subprojects
|
||||
#
|
||||
|
||||
|
||||
|
||||
#
|
||||
# Bundle
|
||||
#
|
||||
|
@ -21,17 +24,17 @@ include $(GNUSTEP_MAKEFILES)/common.make
|
|||
PACKAGE_NAME=PCBaseFileTypes
|
||||
BUNDLE_NAME=PCBaseFileTypes
|
||||
BUNDLE_EXTENSION=.bundle
|
||||
BUNDLE_INSTALL_DIR=$(GNUSTEP_SYSTEM_ROOT)/Library/ProjectCenter
|
||||
BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/ProjectCenter
|
||||
PCBaseFileTypes_PRINCIPAL_CLASS=PCBaseFileType
|
||||
#
|
||||
|
||||
|
||||
#
|
||||
# Additional libraries
|
||||
#
|
||||
|
||||
PCBaseFileTypes_LIBRARIES_DEPEND_UPON += -lProjectCenter
|
||||
|
||||
#
|
||||
|
||||
# Resource files
|
||||
#
|
||||
|
||||
|
@ -45,7 +48,6 @@ nsviewclass.template \
|
|||
nsviewheader.template
|
||||
|
||||
#
|
||||
|
||||
# Header files
|
||||
#
|
||||
|
||||
|
@ -53,7 +55,6 @@ PCBaseFileTypes_HEADERS= \
|
|||
PCBaseFileType.h
|
||||
|
||||
#
|
||||
|
||||
# Class files
|
||||
#
|
||||
|
||||
|
@ -61,7 +62,6 @@ PCBaseFileTypes_OBJC_FILES= \
|
|||
PCBaseFileType.m
|
||||
|
||||
#
|
||||
|
||||
# C files
|
||||
#
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
);
|
||||
IMAGES = (
|
||||
);
|
||||
INSTALLDIR = "$(GNUSTEP_SYSTEM_ROOT)/Library/ProjectCenter";
|
||||
INSTALLDIR = "$(GNUSTEP_INSTALLATION_DIR)/Library/ProjectCenter";
|
||||
INTERFACES = (
|
||||
);
|
||||
LANGUAGE = English;
|
||||
|
|
|
@ -9,11 +9,14 @@
|
|||
#
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
#
|
||||
|
||||
|
||||
#
|
||||
# Subprojects
|
||||
#
|
||||
|
||||
|
||||
|
||||
#
|
||||
# Bundle
|
||||
#
|
||||
|
@ -21,17 +24,17 @@ include $(GNUSTEP_MAKEFILES)/common.make
|
|||
PACKAGE_NAME=PCBundleProj
|
||||
BUNDLE_NAME=PCBundleProj
|
||||
BUNDLE_EXTENSION=.bundle
|
||||
BUNDLE_INSTALL_DIR=$(GNUSTEP_SYSTEM_ROOT)/Library/ProjectCenter
|
||||
BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/ProjectCenter
|
||||
PCBundleProj_PRINCIPAL_CLASS=PCBundleProj
|
||||
#
|
||||
|
||||
|
||||
#
|
||||
# Additional libraries
|
||||
#
|
||||
|
||||
PCBundleProj_LIBRARIES_DEPEND_UPON += -lProjectCenter
|
||||
|
||||
#
|
||||
|
||||
# Resource files
|
||||
#
|
||||
|
||||
|
@ -39,7 +42,6 @@ PCBundleProj_RESOURCE_FILES= \
|
|||
PC.proj
|
||||
|
||||
#
|
||||
|
||||
# Header files
|
||||
#
|
||||
|
||||
|
@ -48,7 +50,6 @@ PCBundleProject.h \
|
|||
PCBundleProj.h
|
||||
|
||||
#
|
||||
|
||||
# Class files
|
||||
#
|
||||
|
||||
|
@ -57,7 +58,6 @@ PCBundleProject.m \
|
|||
PCBundleProj.m
|
||||
|
||||
#
|
||||
|
||||
# C files
|
||||
#
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
);
|
||||
IMAGES = (
|
||||
);
|
||||
INSTALLDIR = "$(GNUSTEP_SYSTEM_ROOT)/Library/ProjectCenter";
|
||||
INSTALLDIR = "$(GNUSTEP_INSTALLATION_DIR)/Library/ProjectCenter";
|
||||
INTERFACES = (
|
||||
);
|
||||
LANGUAGE = English;
|
||||
|
|
|
@ -24,7 +24,7 @@ include $(GNUSTEP_MAKEFILES)/common.make
|
|||
PACKAGE_NAME=PCGormProj
|
||||
BUNDLE_NAME=PCGormProj
|
||||
BUNDLE_EXTENSION=.bundle
|
||||
BUNDLE_INSTALL_DIR=$(GNUSTEP_SYSTEM_ROOT)/Library/ProjectCenter
|
||||
BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/ProjectCenter
|
||||
PCGormProj_PRINCIPAL_CLASS=PCGormProj
|
||||
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
);
|
||||
IMAGES = (
|
||||
);
|
||||
INSTALLDIR = "$(GNUSTEP_SYSTEM_ROOT)/Library/ProjectCenter";
|
||||
INSTALLDIR = "$(GNUSTEP_INSTALLATION_DIR)/Library/ProjectCenter";
|
||||
INTERFACES = (
|
||||
);
|
||||
LANGUAGE = English;
|
||||
|
|
|
@ -24,7 +24,7 @@ include $(GNUSTEP_MAKEFILES)/common.make
|
|||
PACKAGE_NAME=PCLibProj
|
||||
BUNDLE_NAME=PCLibProj
|
||||
BUNDLE_EXTENSION=.bundle
|
||||
BUNDLE_INSTALL_DIR=$(GNUSTEP_SYSTEM_ROOT)/Library/ProjectCenter
|
||||
BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/ProjectCenter
|
||||
PCLibProj_PRINCIPAL_CLASS=PCLibProj
|
||||
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
);
|
||||
IMAGES = (
|
||||
);
|
||||
INSTALLDIR = "$(GNUSTEP_SYSTEM_ROOT)/Library/ProjectCenter";
|
||||
INSTALLDIR = "$(GNUSTEP_INSTALLATION_DIR)/Library/ProjectCenter";
|
||||
INTERFACES = (
|
||||
);
|
||||
LANGUAGE = English;
|
||||
|
|
|
@ -24,7 +24,7 @@ include $(GNUSTEP_MAKEFILES)/common.make
|
|||
PACKAGE_NAME=PCToolProj
|
||||
BUNDLE_NAME=PCToolProj
|
||||
BUNDLE_EXTENSION=.bundle
|
||||
BUNDLE_INSTALL_DIR=$(GNUSTEP_SYSTEM_ROOT)/Library/ProjectCenter
|
||||
BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/ProjectCenter
|
||||
PCToolProj_PRINCIPAL_CLASS=PCToolProj
|
||||
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
);
|
||||
IMAGES = (
|
||||
);
|
||||
INSTALLDIR = "$(GNUSTEP_SYSTEM_ROOT)/Library/ProjectCenter";
|
||||
INSTALLDIR = "$(GNUSTEP_INSTALLATION_DIR)/Library/ProjectCenter";
|
||||
INTERFACES = (
|
||||
);
|
||||
LANGUAGE = English;
|
||||
|
|
Loading…
Reference in a new issue