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

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

version 1.1, 2001/02/16 01:26:20 version 1.9, 2002/04/10 06:25:14
Line 1 
Line 1 
 misc: misc:
         misc.bat          @ - bash $(ROOT)/mak/misc.sh
   
   strip-license:
           mu strip //% //= *.h *.cpp
   
   prepend-license:
           mu prepend $(ROOT)/doc/license.txt *.h *.cpp
   
   ifeq ($(PEGASUS_PLATFORM),HPUX_PARISC_ACC)
   
   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.1  
changed lines
  Added in v.1.9

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2