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

File: [Pegasus] / pegasus / Schemas / Pegasus / Makefile (download)
Revision: 1.1, Fri Mar 1 06:30:22 2002 UTC (22 years, 3 months ago) by kumpf
Branch: MAIN
Create Pegasus Schema subdirectories.

# Makefile builds the required Pegasus Namespaces 
# ATTN: Today this makefile is implementation dependent.
#       It assumes that the repository is a set of directories
#       that can be removed by removing the directories.
#       This must be updated to an implementation independent repository
#       remove function.

ROOT = $(PEGASUS_ROOT)
include $(ROOT)/mak/config.mak

all:

# Delete and rebuild the repository using the MOF compiler.

repository:
	$(MAKE) --directory=InterOp repository
	$(MAKE) --directory=Internal repository

clean:
	$(MAKE) --directory=InterOp clean
	$(MAKE) --directory=Internal clean


depend:

sub:

misc:

tests:

poststarttests:

general:

xml:
	@ echo +++++ Loading CIM_Schema25.mof into root/cimv2 namespace...
	@ cimmof --xml -I$(MOF_PATH) -nroot/cimv2 $(MOF_PATH)/CIM_Schema25.mof

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2