|
|
1.1 ! root 1: # ! 2: # Makefile for dvi previewer. ! 3: # ! 4: # $Header: Makefile,v 10.5 86/02/01 15:44:17 tony Rel $ ! 5: # ! 6: DESTDIR= ! 7: CONFDIR= /usr/new ! 8: INCLUDES= -I../include ! 9: CFLAGS= -O ${INCLUDES} ! 10: LIBS= ../Xlib/libX.a ! 11: ! 12: OBJS= dv.o table.o ! 13: ! 14: all: xdvi mktable ! 15: ! 16: xdvi: $(OBJS) ! 17: cc $(CFLAGS) -o xdvi $(OBJS) $(LIBS) ! 18: ! 19: dv.o: dvi.h pxl.h ! 20: ! 21: table.c: mktable ! 22: mktable > table.c ! 23: ! 24: mktable: mktable.c ! 25: cc -o mktable mktable.c ! 26: ! 27: install: all ! 28: install xdvi ${DESTDIR}${CONFDIR} ! 29: ! 30: clean: ! 31: -rm -f mktable table.c *.o *.BAK *.CKP xdvi a.out core errs *~
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.