# Makefile for lgrind, a LaTeX prettyprinter
# for EMX+GCC with DMAKE, bound DOS-extender
# $Id: makefile.emx,v 1.1.1.1 1999/05/13 13:02:55 mike Exp $
# You will almost certainly want to change these
DESTDIR=c:\\emtex\\bin
DEFSFILE=c:\\emtex\\texinput\\lgrind\\lgrindef
TEXINPUTS=c:\\emtex\\texinput\\lgrind
CC=gcc
HELPOPTION=-?
CFLAGS=-O2 -DOS2
# CFLAGS=-g
# CFLAGS=-O2 -Dpopen=fopen -Dpclose=fclose
# There are operating systems and compilers without these...