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

File: [Pegasus] / pegasus / src / Makefile (download)
Revision: 1.23, Fri Mar 4 04:25:55 2005 UTC (19 years, 2 months ago) by h.sterling
Branch: MAIN
Changes since 1.22: +10 -0 lines
BUG#:2920
TITLE: DynListener needs to leverage new pegservice library

DESCRIPTION:
Putting listener service directory in src/Makefile so it has the Service
dependencies

ROOT = ..

include $(ROOT)/mak/config.mak

ifdef PEGASUS_ENABLE_SLP
DIRS = Platforms utils Pegasus slp Clients Providers Service Server
else
DIRS = Platforms utils Pegasus Clients Providers Service Server
endif


ifeq ($(PEGASUS_PLATFORM),LINUX_IX86_GNU)
DIRS += \
	Pegasus/DynListener/Service
endif

ifeq ($(PEGASUS_PLATFORM), WIN32_IX86_MSVC)
DIRS += \
	Pegasus/DynListener/Service
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