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

File: [Pegasus] / pegasus / src / Pegasus / CQL / CQLCLI / Makefile (download)
Revision: 1.1.2.5, Thu Oct 14 19:45:44 2004 UTC (19 years, 8 months ago) by humberto
Branch: CQL_2_5_BRANCH
Changes since 1.1.2.4: +1 -1 lines
PEP#: 193

TITLE: CQL Stage 1

DESCRIPTION: changed Makefile target to use testrepository

ROOT = ../../../..

DIR = Pegasus/CQL/CQLCLI


ifneq ($(OS), HPUX) 
EXTRA_INCLUDES = -Int_includes
endif

include $(ROOT)/mak/config.mak
include $(ROOT)/mak/configschema.mak

LIBRARIES = \
    pegcommon \
    pegprovider \
    pegrepository \
    pegcql 

EXTRA_INCLUDES = $(SYS_INCLUDES)
SYS_LIBS += -lfl

PROGRAM = cqlcli

SOURCES = CQLCLI.cpp 

CQLTESTNS=root/SampleProvider
CQLTESTNSDIRECTORY=$(REPOSITORY_ROOT)/root\#SampleProvider     

include $(ROOT)/mak/program.mak

testrepository:
	@ echo +++++ Loading CQL Test Schema into $(CQLTESTNS) namespace ...
	@ cimmofl -R$(REPOSITORY_DIR) -n$(CQLTESTNS) CQLTestSchema.mof
	@ cimmofl -n$(CQLTESTNS) CQLTestSchemaR.mof

tests:
                                                                                
poststarttests:
                                                                                
install:




No CVS admin address has been configured
Powered by
ViewCVS 0.9.2