# makefile for the dvi-to-(3812 || lj + || lj II || lj IIp ) filter.
#
CFLAGS=-O -s -Dunix
BINDIR=/usr/local/bin
MANDIR=/usr/man
MANSEC=1
CC=cc
# under Ultrix 4.1 use:
# CFLAGS=-O1 -s -Dunix
# for DEC alpha machines use
# LFLAGS=-lbsd
# CC=gcc
# CFLAGS=-Dunix -ansi -pedantic -Dalpha
# for gcc you might wish to set the following flags
CC=gcc
CFLAGS=-Dunix -ansi -pedantic -O2
# under Linux you might want to use the following configuration
CFLAGS=-Dunix -ansi -pedantic -O2 -m486
# of DO_SUBDIRS is specifies the fontpath is searched recursively
# for each subpart (applies to raster info and tfm files); the
# default search depth is bounded to 10
DO_SUBDIRS =
# DO_SUBDIRS = -DDO_SUBDIRECTORIES
DO_SUBDIRS = -DDO_SUBDIRECTORIES -DMAX_SUBDIR_SEARCH_DEPTH=2
# FONTAREA specifies the search path for locating raster information.
# if you are unhappy with dvi2xx's guess work, specify the path
# here, otherwise let it unspecified
FONTAREA =
# under Linux add the following path is used in most installations
FONTAREA = -DFONTAREA=\"/usr/TeX/lib/tex/fonts\"
# DEFAULT_TFM_PATH is the default search path for locating .tfm
# files. .tfm-files are only read by dvilj4. The pre configured
# search path ("/usr/local/lib/tex/fonts") is used when this
# variable is left empty
DEFAULT_TFM_PATH =
# under Linux add the following path is used in most installations
DEFAULT_TFM_PATH = -DDEFAULT_TFM_PATH=\"/usr/TeX/lib/tex/fonts\"