Files
wxWidgets/utils/tex2rtf/src/Makefile.in
1999-10-21 13:40:47 +00:00

22 lines
385 B
Makefile

#
# File: makefile.unx
# Author: Julian Smart
# Created: 1998
# Updated:
# Copyright: (c) 1998 Julian Smart
#
# "%W% %G%"
#
# Makefile for Tex2RTF (Unix)
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