Makefile
447 Bytes
#
# Makefile for installing useful shell scripts.
#
PRDEPTH = ../..
include $(PRDEPTH)/PRdefs
#INSTOPTS=
LDIRT=
default: $(TARGETS)
include $(COMMONRULES)
#
# Define INSTALL_TARGETS instead of TARGETS, otherwise the commonrules clobber
# rule will nuke the script sources.
#
INSTALL_TARGETS= copyToArchive copySimResultsToArchive whohas plotstt printvec gen_rdram
exports install: default
$(INSTALL) -F /usr/sbin -m 755 $(INSTALL_TARGETS)