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

File: [Pegasus] / pegasus / mak / misc.mak (download)
Revision: 1.9, Wed Apr 10 05:25:14 2002 UTC (22 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.8: +5 -0 lines
DME: Add new general OPTION to create ATTN List

misc:
	@ - 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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2