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

File: [Pegasus] / pegasus / Schemas / Pegasus / Makefile (download)
Revision: 1.7, Tue Mar 8 02:18:48 2005 UTC (19 years, 3 months ago) by kumpf
Branch: MAIN
Changes since 1.6: +0 -5 lines
BUG#: 2037
TITLE: install option in recurse.mak no longer used
DESCRIPTION: Removed install targets.

# 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