ack/etc/Makefile

33 lines
410 B
Makefile
Raw Normal View History

1985-01-01 19:42:53 +00:00
d=..
h=$d/h
c=$d/util/data
FILES= \
$h/em_spec.h \
$h/em_pseu.h \
$h/em_mnem.h \
$c/em_flag.c \
$c/em_pseu.c \
$c/em_mnem.c
$(FILES): em_table
1993-11-15 09:37:05 +00:00
-mkdir $d/h
-mkdir $d/util
-mkdir $d/util/data
1985-01-01 19:42:53 +00:00
new_table $h $c
install: $(FILES)
distr: $(FILES)
touch new_table_done
1985-01-01 19:42:53 +00:00
opr:
make pr ^ opr
pr:
@pr Makefile em_table new_table pop_push traps
clean:
-rm -f *.old
cmp : # do nothing