#
#   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