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

File: [Pegasus] / pegasus / Schemas / Pegasus / Makefile (download)
Revision: 1.5, Wed Mar 12 17:08:52 2003 UTC (21 years, 3 months ago) by kumpf
Branch: MAIN
CVS Tags: test, pep_88, mday-merge-start, mday-merge-pegasus/src/Pegasus/Server, mday-merge-pegasus/src/Pegasus/Common, local, TEST, RELEASE_2_3_2-testfreeze, RELEASE_2_3_2-root, RELEASE_2_3_2-releasesnapshot, RELEASE_2_3_2-branch-freeze, RELEASE_2_3_2-branch, RELEASE_2_3_1-root, RELEASE_2_3_1-branch, RELEASE_2_3_0-root, RELEASE_2_3_0-msg-freeze, RELEASE_2_3_0-branch, RELEASE_2_2_1-snapshot, RELEASE_2_2_0_0-release, RELEASE_2_2_0-root, RELEASE_2_2_0-branch, RELEASE_2_2-root, PRE_LICENSE_UPDATE_2003, POST_LICENSE_UPDATE_2003, PEGASUS_FC_VERSION_2_2
Changes since 1.4: +1 -2 lines
HP-[DME] Modify makefile scripts to simplify the adoption of new versions of the DMTF CIM Schema.  This commit also changes the default version of the CIM Schema from CIM25 to CIMPrelim271.

# 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.

include $(PEGASUS_ROOT)/mak/config.mak

all:

# Delete and rebuild the repository using the MOF compiler.

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

repositoryServer:
	$(MAKE) --directory=Internal repositoryServer
	$(MAKE) --directory=InterOp repositoryServer
	$(MAKE) --directory=ManagedSystem repositoryServer

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


depend:

sub:

misc:

tests:

poststarttests:

general:

xml:
	$(MAKE) -f $(ROOT)/Schemas/Makefile xml

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2