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

File: [Pegasus] / pegasus / mak / misc.mak (download)
Revision: 1.11, Sun Apr 14 05:02:30 2002 UTC (22 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.10: +6 -0 lines
DME: Extended versioning strategy to support product/platform specific version strings.

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 -n -eATTN -eREVIEW -e" FIX" -eFIXME $(i);)
endif

ifeq ($(OPTION),4)
general:
        @$(foreach i, $(SOURCES),  echo pegasus/src/$(DIR)/$(i); grep $(EXP) $(i
); cd .;)
endif

endif

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2