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

File: [Pegasus] / pegasus / Makefile (download)
Revision: 1.9.2.2, Wed Aug 15 22:43:46 2001 UTC (22 years, 8 months ago) by kumpf
Branch: dev
CVS Tags: SNAPSHOT_1_04
Changes since 1.9.2.1: +1 -1 lines
HP-NB Modified Config framework to remove dependency on the config files at the start of the cimserver. Now the cimserver will use in-memory default values in the absence of config files and command line options. Fixed a few defects in the config framework that were causing cimom to crash under certain conditions. Changed the config provider class name to 'PG_ConfigSetting' in the mof file and modified provider implementation files accordingly. Also modified the config CLI to show user friendly error/status messages.

# Pegasus top level make file
# options are
# Make rebuild
# Make world
# Make tests - Executes the complete test suite
# Make repository - Rebuilds the Pegasus repository
#
ROOT = .

include $(ROOT)/mak/config.mak

# Defines subdirectorys to go to recursively

# DIRS = src cgi
DIRS = src

# This is a recurse make file

include $(ROOT)/mak/recurse.mak

# rebuild target cleans, setup dependencies, compiles all and builds 
# repository

rebuild: clean depend all repository config
	@ $(MAKE) -s tests

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

# The repository Target removes and rebuilds the CIM repository

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

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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2