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

File: [Pegasus] / pegasus / src / Makefile (download)
Revision: 1.16, Wed Oct 15 19:10:15 2003 UTC (20 years, 7 months ago) by mday
Branch: MAIN
CVS Tags: TEST, RELEASE_2_3_0-root, RELEASE_2_3_0-branch, PRE_LICENSE_UPDATE_2003, POST_LICENSE_UPDATE_2003
Changes since 1.15: +4 -3 lines
pep 030 - update makefile to cnditionally build new slp pegasus class

ROOT = ..

include $(ROOT)/mak/config.mak

ifeq ($(PEGASUS_PLATFORM),ZOS_ZSERIES_IBM)
DIRS =  Pegasus Clients Providers Server
else
ifeq ($(OS),HPUX)
DIRS =  Pegasus Clients Providers Server
else
ifdef ($PEGASUS_SLP_CLASSES)
DIRS = slp Pegasus Clients Providers Server
else
DIRS = Pegasus Clients Providers Server
endif
endif
endif


include $(ROOT)/mak/recurse.mak

rebuild: clean depend all repository config

world: depend all repository config
	$(MAKE) -s tests

repository:
	@ $(MAKE) -SC Pegasus/Compiler/load repository

config:
	@ $(MAKE) -SC Providers/generic/ConfigSettingProvider/load config 

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2