# option

# CFLAGS etc. 
# maybe "-DHAVE_CONFIG_H  -I. -I.. -I../.." is common in most environment.
CFLAGS="-DHAVE_CONFIG_H  -I. -I.. -I../..  -s -O2"
LDFLAGS=
CC=gcc

# To enable FAM256 patch, set FAM256 to 1.
FAM256=0

# Location of binary and texmf tree.
# these default values are (default) temporary install directory of ptetex3
EPTEXDIR=/var/tmp/ptetex3/bin
TEXMF=/var/tmp/ptetex3/share/texmf

# Following 5 lines makes 
#  `compile e-upTeX if and only if upTeX is compiled'.
if test -d ../uptexdir; then
  EUPTEX=1  # compile e-upTeX
else
  EUPTEX=0  # not compile e-upTeX 
fi

