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

File: [Pegasus] / pegasus / src / Makefile (download)
Revision: 1.17.6.1, Wed Jan 21 16:31:23 2004 UTC (20 years, 4 months ago) by tony
Branch: RELEASE_2_3_2-branch
Changes since 1.17: +1 -1 lines
Support build from the top level using PEGASUS_ENABLE_SLP
- remove extra define PEGASUS_SLP_CLASSES from doc and make files
- add dependency of cim client on slp_client
- add dependency of common on slp agent

ROOT = ..

include $(ROOT)/mak/config.mak

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