(file) Return to misc.mak CVS log (file) (dir) Up to [Pegasus] / pegasus / mak

Diff for /pegasus/mak/misc.mak between version 1.3 and 1.9

version 1.3, 2001/06/16 20:54:05 version 1.9, 2002/04/10 06:25:14
Line 1 
Line 1 
   
 misc: misc:
           @ - bash $(ROOT)/mak/misc.sh
  
 strip-license: strip-license:
         mu strip //% //= *.h *.cpp         mu strip //% //= *.h *.cpp
Line 7 
Line 7 
 prepend-license: prepend-license:
         mu prepend $(ROOT)/doc/license.txt *.h *.cpp         mu prepend $(ROOT)/doc/license.txt *.h *.cpp
  
 zap:  ifeq ($(PEGASUS_PLATFORM),HPUX_PARISC_ACC)
         rm -f *.h *.cpp  
   ifeq ($(OPTION),1)
   general:
           muplus sourcelist -Dpegasus/src/$(DIR) *.cpp
   endif
   
   ifeq ($(OPTION),2)
   general:
           @$(foreach i, $(SOURCES),  printf "%s " "pegasus/src/$(DIR)/$(i)" >> $(PEGASUS_HOME)/Sources;)
   endif
   
   ifeq ($(OPTION),3)
   general:
           @$(foreach i, $(SOURCES),  echo pegasus/src/$(DIR)/$(i); grep -ni ATTN $(i);)
   endif
   
   endif


Legend:
Removed from v.1.3  
changed lines
  Added in v.1.9

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2