New target pear_setup added. (#980)
This commit is contained in:
parent
6bf46501fe
commit
8577486f25
1 changed files with 9 additions and 3 deletions
|
@ -20,7 +20,7 @@
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Author : $Author: tomas $
|
# Author : $Author: tomas $
|
||||||
# Version : $Revision: 1.13 $
|
# Version : $Revision: 1.14 $
|
||||||
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/Attic/Makefile,v $
|
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/Attic/Makefile,v $
|
||||||
#
|
#
|
||||||
# @configure_input@
|
# @configure_input@
|
||||||
|
@ -70,6 +70,9 @@ TRANS_DIR = ${PHP_DIR}/trans
|
||||||
BUFF_DIR = ${STOR_DIR}/buffer
|
BUFF_DIR = ${STOR_DIR}/buffer
|
||||||
TEST_RUNNER = ${PHP_DIR}/xmlrpc/testRunner.sh
|
TEST_RUNNER = ${PHP_DIR}/xmlrpc/testRunner.sh
|
||||||
|
|
||||||
|
PEAR_INSTALLER = ${BASE_DIR}/../../tools/pear/bin/install.sh
|
||||||
|
ROOT_PATH = ${BASE_DIR}/../..
|
||||||
|
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
# Configuration parameters
|
# Configuration parameters
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
|
@ -90,16 +93,19 @@ TEST_RUNNER = ${PHP_DIR}/xmlrpc/testRunner.sh
|
||||||
# Targets
|
# Targets
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
.PHONY: all dir_setup doc clean docclean depclean distclean dist \
|
.PHONY: all dir_setup doc clean docclean depclean distclean dist \
|
||||||
db_init db_clean testonly transtest local reset
|
db_init db_clean testonly transtest local reset pear_setup
|
||||||
|
|
||||||
all: local
|
all: local
|
||||||
$(MAKE) -C ../archiveServer all
|
$(MAKE) -C ../archiveServer all
|
||||||
|
|
||||||
local: dir_setup db_init
|
local: pear_setup dir_setup db_init
|
||||||
|
|
||||||
dir_setup: ${DOXYGEN_DIR}
|
dir_setup: ${DOXYGEN_DIR}
|
||||||
bin/setupDirs.sh ${STOR_DIR} ${ACCESS_DIR} ${TRANS_DIR} ${BUFF_DIR}
|
bin/setupDirs.sh ${STOR_DIR} ${ACCESS_DIR} ${TRANS_DIR} ${BUFF_DIR}
|
||||||
|
|
||||||
|
pear_setup:
|
||||||
|
${PEAR_INSTALLER} -d ${ROOT_PATH}
|
||||||
|
|
||||||
doc:
|
doc:
|
||||||
${DOXYGEN} ${DOXYGEN_CONFIG}
|
${DOXYGEN} ${DOXYGEN_CONFIG}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue