Initial revision

This commit is contained in:
ceriel
1987-03-03 08:48:53 +00:00
parent ab9d9ae079
commit f15c7bbd1d
3 changed files with 69 additions and 0 deletions

25
mach/sun2/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 -DMACH=1
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