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

File: [Pegasus] / pegasus / src / Makefile (download)
Revision: 1.21, Mon Feb 7 01:09:22 2005 UTC (19 years, 3 months ago) by denise.eckstein
Branch: MAIN
CVS Tags: PEP214ROOT, PEP214BRANCH, PEP214-root, PEP214-branch, PEP-214B-root
Changes since 1.20: +2 -2 lines
BUG#: 2660
TITLE: Build stopping on platforms error

DESCRIPTION: The Makefile in pegasus/src is looking for the directory platforms rather than Platforms. Changed case from small to capital P.

ROOT = ..

include $(ROOT)/mak/config.mak

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

# Note: Arguments must be quoted to preserve upper case characters in VMS.
repository:
	@ $(MAKE) "-SC" Pegasus/Compiler/load repository

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

vms:
	@ $(MAKE) "-SC" Pegasus/ProviderManager2/Default -f makefile_vms

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2