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

File: [Pegasus] / pegasus / mak / misc.mak (download)
Revision: 1.8, Mon Jan 14 05:18:24 2002 UTC (22 years, 4 months ago) by kumpf
Branch: MAIN
CVS Tags: VERSION_1_09, VERSION_1_08, VERSION_1_07
Changes since 1.7: +14 -0 lines
Minor enhancements to make files to support capturing of metrics. Specifically added general option to recurse source tree.

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

endif

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2