ack/mach/arm/cv/Makefile

23 lines
276 B
Makefile
Raw Normal View History

1988-02-18 10:22:14 +00:00
EMHOME=../../..
OBJLIB=$(EMHOME)/modules/lib/libobject.a
head: cv
1988-02-18 10:22:15 +00:00
cv: cv.c
1988-02-18 10:22:14 +00:00
$(CC) -I$(EMHOME)/h -o cv cv.c $(OBJLIB)
install: head
@echo Nothing is installed
cmp: head
@echo Nothing is compared
clean:
rm -f *.o
pr:
@pr `pwd`/Makefile `pwd`/cv.c
opr:
make pr | opr