wxWidgets/utils/tex2rtf/src/Makefile.in

25 lines
457 B
Makefile
Raw Normal View History

#
# File: makefile.unx
# Author: Julian Smart
# Created: 1998
# Updated:
# Copyright: (c) 1998 Julian Smart
#
# "%W% %G%"
#
# Makefile for Tex2RTF (Unix)
EXTRADEFS=-DNO_GUI
# comment out if you want GUI version of tex2rtf...
top_srcdir = @top_srcdir@
top_builddir = ../../..
program_dir = utils/tex2rtf/src
PROGRAM=tex2rtf
OBJECTS = tex2rtf.o tex2any.o texutils.o rtfutils.o xlputils.o htmlutil.o readshg.o table.o
include ../../../src/makeprog.env