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

File: [Pegasus] / pegasus / src / Makefile (download)
Revision: 1.14, Tue Sep 24 22:50:32 2002 UTC (21 years, 8 months ago) by kumpf
Branch: MAIN
Changes since 1.13: +1 -1 lines
HP-WO Do not build slp for IA-64 Linux.

ROOT = ..

include $(ROOT)/mak/config.mak

ifeq ($(PEGASUS_PLATFORM),ZOS_ZSERIES_IBM)
DIRS =  Pegasus Clients Providers Server
else
ifeq ($(OS),HPUX) || ifdef NO_SLP
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