Makefile
327 Bytes
#
# Makefile for tool to expand .data scripts into .rdram files
#
PRDEPTH = ../..
include $(PRDEPTH)/PRdefs
OPTIMIZER = -g
LCINCS=-I$(ROOT)/usr/include/PR
LCOPTS=-fullwarn
TARGETS=blocks togcat togreport
default: $(TARGETS)
include $(PRDEPTH)/PRrules
exports install: default
$(INSTALL) -m 555 -F /usr/sbin $(TARGETS)