Makefile
312 Bytes
#
# Makefile for tools directory
#
PRDEPTH=..
include $(PRDEPTH)/PRdefs
EXPORTS_SUBDIRS = tools
SUBDIRS=dbgif tools
COMMONPREF = debugger
default install: $(_FORCE)
$(SUBDIRS_MAKERULE)
$(COMMONTARGS): $(_FORCE)
$(SUBDIRS_MAKERULE)
include $(COMMONRULES)
exports: $(_FORCE)
$(EXPORTS_SUBDIRS_MAKERULE)