#
# Macro Test # 5
#
#  Microsoft DeMacro
#
all: hello.obj

.c.obj:
     echo $@ $* $** $? $< $(**D) $(@B) $(@F) $(@R):
     
hello.obj: ../macros/hello.tmp hello.c hello.boo
