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

File: [Pegasus] / pegasus / src / Makefile (download)
Revision: 1.13, Sun Sep 1 17:18:23 2002 UTC (21 years, 8 months ago) by kumpf
Branch: MAIN
Changes since 1.12: +1 -1 lines
HP-DME: Split configuration files for HPUX PARISC and HPUX IA64 builds.

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
DIRS =  Pegasus slp Clients Providers Server utils
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