Initial revision

This commit is contained in:
ceriel
1987-02-04 16:44:15 +00:00
parent b6a56fb7e8
commit 5627bb850e
2 changed files with 315 additions and 0 deletions

25
mach/i86/cv/Makefile Normal file
View File

@@ -0,0 +1,25 @@
EMHOME = ../../..
LIBOBJ = $(EMHOME)/modules/lib/libobject.a
INCLUDE = $(EMHOME)/h
CFLAGS = -I. -I$(INCLUDE) -O
TARGETS = cv
all: $(TARGETS)
install: all
../../install cv
cmp: all
../../compare cv
cv: cv.o
$(CC) $(LDFLAGS) -o cv cv.o $(LIBOBJ)
clean:
rm -f $(TARGETS) *.o nohup.out Out
pr:
@pr Makefile cv.c
opr:
make pr | opr