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

Diff for /pegasus/mak/misc.mak between version 1.6.2.1 and 1.12

version 1.6.2.1, 2001/08/02 19:15:24 version 1.12, 2002/04/16 07:03:44
Line 1 
Line 1 
 misc: misc:
         bash $(ROOT)/mak/misc.sh          @ - bash $(ROOT)/mak/misc.sh
  
 strip-license: strip-license:
         mu strip //% //= *.h *.cpp         mu strip //% //= *.h *.cpp
  
 prepend-license: prepend-license:
         mu prepend $(ROOT)/doc/license.txt *.h *.cpp         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 -n -eATTN -eREVIEW -e" FIX" -eFIXME $(i);)
   endif
   
   ifeq ($(OPTION),4)
   general:
           @$(foreach i, $(SOURCES),  echo pegasus/src/$(DIR)/$(i); grep $(EXP) $(i); cd .;)
   endif
   
   endif


Legend:
Removed from v.1.6.2.1  
changed lines
  Added in v.1.12

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2