(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.2 and 1.9

version 1.6.2.2, 2001/08/02 19:56:12 version 1.9, 2002/04/10 06:25:14
Line 6 
Line 6 
  
 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 -ni ATTN $(i);)
   endif
   
   endif


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2