Initial revision

This commit is contained in:
ceriel
1988-02-18 10:22:14 +00:00
parent 083404fc90
commit 3ccbd9cdc7
6 changed files with 173 additions and 0 deletions

22
mach/arm/cv/Makefile Normal file
View File

@@ -0,0 +1,22 @@
EMHOME=../../..
OBJLIB=$(EMHOME)/modules/lib/libobject.a
head: cv
cv: conv.c
$(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