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

 1 mike  1.1 misc:
 2 mike  1.7 	@ - bash $(ROOT)/mak/misc.sh
 3 mike  1.3 
 4           strip-license:
 5           	mu strip //% //= *.h *.cpp
 6           
 7           prepend-license:
 8           	mu prepend $(ROOT)/doc/license.txt *.h *.cpp
 9 kumpf 1.8 
10           ifeq ($(PEGASUS_PLATFORM),HPUX_PARISC_ACC)
11           
12           ifeq ($(OPTION),1)
13           general:
14           	muplus sourcelist -Dpegasus/src/$(DIR) *.cpp
15           endif
16           
17           ifeq ($(OPTION),2)
18           general:
19           	@$(foreach i, $(SOURCES),  printf "%s " "pegasus/src/$(DIR)/$(i)" >> $(PEGASUS_HOME)/Sources;)
20           endif
21           
22 kumpf 1.9 ifeq ($(OPTION),3)
23           general:
24           	@$(foreach i, $(SOURCES),  echo pegasus/src/$(DIR)/$(i); grep -ni ATTN $(i);)
25           endif
26           
27 kumpf 1.8 endif

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2