summaryrefslogtreecommitdiff
path: root/dviware/ln03/thomas/makefile
blob: 0baacbba210e29da93e6f6f229aca9806359f226 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#
#   Makefile for Ln03DVI with PK file support
#
#   Matt Thomas, Digital Equipment Corp. (mthomas@thebay.dec.com)
#   23-Mar-87
#
#   This code is distributed as-is. Thse programs are not a DEC product
#   and are not guaranteed to work.
#
LN03OBJS = ln03dvi.o ln03fonts.o ln03specials.o ln03version.o
PKOBJS = pk.o pkgbl.o

CC = cc
CFLAGS = -O
ln03dvi: $(LN03OBJS) $(PKOBJS)
	$(CC) $(CFLAGS) $(LN03OBJS) $(PKOBJS) -o ln03dvi

$(PKOBJS) : pk.h
ln03fonts.o : pk.h

clean:
	rm *.o