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

Diff for /pegasus/src/Makefile between version 1.15 and 1.16

version 1.15, 2002/10/02 18:31:18 version 1.16, 2003/10/15 20:10:15
Line 8 
Line 8 
 ifeq ($(OS),HPUX) ifeq ($(OS),HPUX)
 DIRS =  Pegasus Clients Providers Server DIRS =  Pegasus Clients Providers Server
 else else
 ifdef NO_SLP  ifdef ($PEGASUS_SLP_CLASSES)
 DIRS =  Pegasus Clients Providers Server  DIRS = slp Pegasus Clients Providers Server
 else else
 DIRS =  Pegasus slp Clients Providers Server utils  DIRS = Pegasus Clients Providers Server
 endif endif
 endif endif
 endif endif
  
   
 include $(ROOT)/mak/recurse.mak include $(ROOT)/mak/recurse.mak
  
 rebuild: clean depend all repository config rebuild: clean depend all repository config


Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2