(file) Return to Makefile CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Clients / loadxml

File: [Pegasus] / pegasus / src / Clients / loadxml / Makefile (download)
Revision: 1.4, Mon Aug 9 22:29:56 2004 UTC (19 years, 10 months ago) by kumpf
Branch: MAIN
CVS Tags: pegasus25BeforeLicenseUpdate, SLPPERFINST-root, SLPPERFINST-branch, RELEASE_2_4_3, RELEASE_2_4_2, RELEASE_2_4_1-BETA3, RELEASE_2_4_1-BETA2, RELEASE_2_4_1-BETA1, RELEASE_2_4_1, RELEASE_2_4_0-RC3, RELEASE_2_4_0-RC2, RELEASE_2_4_0, RELEASE_2_4-root, RELEASE_2_4-branch, PEP217_PRE_BRANCH, PEP217_POST_BRANCH, PEP217_BRANCH, PEP214ROOT, PEP214BRANCH, PEP214-root, PEP214-branch, PEP213_SIZE_OPTIMIZATIONS, PEP-214B-root, IBM_241_April1405, CQL_2_5_BRANCH, CHUNKTESTDONE_PEP140
Changes since 1.3: +1 -1 lines
BUG#: 1772
TITLE: [HP-SK] All command line parameters in Makefiles should be enclosed in double quotes

DESCRIPTION: OpenVMS requires MAKE parameters that need to maintain case (mixed or upper) to be enclosed in double quotes.  This should NOT affect any other O/S. This change also fixes Bug # 1773 (Use of echo in makefiles should use ECHO Macro).

ROOT = $(PEGASUS_ROOT)

PROGRAM_NAME = loadxml
 
DIR = Clients/$(PROGRAM_NAME)
include $(ROOT)/mak/config.mak
include ../libraries.mak

PROGRAM = $(PROGRAM_NAME)

SOURCES = $(PROGRAM_NAME).cpp

LIBRARIES += pegrepository

include $(ROOT)/mak/program.mak

tests:
	@ $(ECHO) remove repository at $(REPOSITORY_PATH)
	$(RMREPOSITORY) $(REPOSITORY_PATH)/repository

	$(PROGRAM_NAME)  x.xml root $(REPOSITORY_ROOT)
	
poststarttests:


No CVS admin address has been configured
Powered by
ViewCVS 0.9.2