#
# -DMSBITFIRST usual server uses most significant bit first pixrects
# -DMSBYTEFIRST usual server uses most significant bit first pixrects
# -DX11DVI selects packing size
#
         CFLAGS = -g -DX11DVI -DMSBITFIRST -DMSBYTEFIRST
LOCAL_LIBRARIES = $(XLIB)
       PROGRAMS = dvix

SRCS1=\
	xbmdvi.c\
	bitmap.c\
	dvi_draw.c\
	generic.c\
	mktable.c\
	path_open.c\
	special.c\
	shrink.c\
	table.c\
	texfont.c

OBJS1=\
	xbmdvi.o\
	bitmap.o\
	dvi_draw.o\
	generic.o\
	path_open.o\
	shrink.o\
	special.o\
	table.o\
	texfont.o

ComplexProgramTarget_1(dvix,$(LOCAL_LIBRARIES),-lm)

table.c::	mktable
	./mktable > table.c

clean::
	$(RM) mktable table.c
