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

 1 karl  1.2 # Recurse the directories defined in DIRS
 2 karl  1.4 # This makefile simply recurses all of the toplevel provider directories
 3 mike  1.3 
 4 karl  1.1 ROOT = ../..
 5           
 6           include $(ROOT)/mak/config.mak
 7           
 8 karl  1.4 #Directories to recurse
 9 mike  1.5 DIRS = \
10               generic
11           
12           ifdef PEGASUS_CONCURRENT
13           DIRS +=  sample
14           endif
15 mike  1.3 
16           # ATTN: Comment this out: it was breaking the build:
17           # DIRS = generic windows unix
18 karl  1.1 
19           include $(ROOT)/mak/recurse.mak

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2