(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 kumpf 1.13 ifeq ($(OS),HPUX)
11 kumpf 1.8  
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 kumpf 1.10 	@$(foreach i, $(SOURCES),  echo pegasus/src/$(DIR)/$(i); grep -n -eATTN -eREVIEW -e" FIX" -eFIXME $(i);)
25 kumpf 1.9  endif
26            
27 kumpf 1.11 ifeq ($(OPTION),4)
28            general:
29 kumpf 1.12 	@$(foreach i, $(SOURCES),  echo pegasus/src/$(DIR)/$(i); grep $(EXP) $(i); cd .;)
30 kumpf 1.11 endif
31            
32 kumpf 1.8  endif

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2