ack/mach/sparc/ce/Makefile

15 lines
304 B
Makefile
Raw Permalink Normal View History

1991-09-20 18:14:05 +00:00
SED = sed
M4 = m4
all: EM_table cache.c
EM_table:
1995-07-27 07:14:54 +00:00
if [ -x /usr/ccs/lib/cpp ] ; then /usr/ccs/lib/cpp -P < EM_table.x | $(M4) | $(SED) -f cegpp > $@ ; else /lib/cpp -P < EM_table.x | $(M4) | $(SED) -f cegpp > $@ ; fi
1991-09-20 18:14:05 +00:00
cache.c:
1991-09-20 18:14:05 +00:00
$(SED) -f cegpp cache.c.x > $@
distr:
rm -f EM_table cache.c
make all