Makefile
495 Bytes
#!smake
#
# Makefile for com
#
SUBDIR=com
CMDDEPTH=..
PRDEPTH=../../..
include $(PRDEPTH)/PRdefs
include $(CMDDEPTH)/cmddefs
sinclude locdefs
CFILES= \
compact_rel.c \
cpu_fix.c \
dwarf.c \
elf.c \
error.c \
mdebug.c \
read.c \
update32.c \
update64.c \
update_compact_rel.c \
write.c \
#
default: $(_FORCE)
@for i in $(TARGETS) ; do \
cd $(CMDDEPTH)/$$i ; \
$(MAKE) -f $(CMDDEPTH)/$(SUBDIR)/Makefile $$i ;\
done
gcord: $(OBJECTS)
include $(PRDEPTH)/PRrules