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

File: [Pegasus] / pegasus / src / Providers / Makefile (download)
Revision: 1.12, Thu Jun 3 22:22:29 2004 UTC (20 years, 1 month ago) by tony
Branch: MAIN
Changes since 1.11: +6 -0 lines
BUG#: 1529
TITLE: Merge 2.3.2 SLP implementation to 2.4

DESCRIPTION:

# Recurse the directories defined in DIRS
# This makefile simply recurses all of the toplevel provider directories

ROOT = ../..

include $(ROOT)/mak/config.mak

#Directories to recurse
DIRS = \
    generic \
    ManagedSystem \
    statistic \
    sample \
    TestProviders \
    IndicationConsumer
	
	
ifdef PEGASUS_ENABLE_SLP
DIRS += \
    slp
endif

include $(ROOT)/mak/recurse.mak

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2