ack/util/amisc/Makefile

20 lines
343 B
Makefile
Raw Normal View History

1985-04-12 14:55:00 +00:00
# @(#)Makefile 1.1
EM = ../..
h = $(EM)/h
1985-04-12 15:06:05 +00:00
CFLAGS = -n -O -I$h
1985-04-12 14:55:00 +00:00
ALL = anm asize astrip
OFILES = anm.o asize.o astrip.o
CFILES = anm.c asize.c astrip.c
all: $(ALL)
1985-04-12 15:06:05 +00:00
cp cmp: all
for i in $(ALL); do $@ $$i $$ROOT/usr/bin/$$i; done
1985-04-12 14:55:00 +00:00
1985-04-12 15:06:05 +00:00
clean: ; rm -f $(ALL) $(OFILES)
get: ; getall
unget: ; ungetall
1985-04-12 14:55:00 +00:00
print: $(CFILES)
pr -n Makefile $(CFILES) | lpr