1999-10-21 13:40:47 +00:00
|
|
|
#
|
|
|
|
# File: makefile.unx
|
|
|
|
# Author: Julian Smart
|
|
|
|
# Created: 1998
|
|
|
|
# Updated:
|
|
|
|
# Copyright: (c) 1998 Julian Smart
|
|
|
|
#
|
|
|
|
# "%W% %G%"
|
|
|
|
#
|
|
|
|
# Makefile for Tex2RTF (Unix)
|
|
|
|
|
2000-02-17 13:57:54 +00:00
|
|
|
APPEXTRADEFS=-DNO_GUI
|
2000-01-16 13:25:47 +00:00
|
|
|
# comment out if you want GUI version of tex2rtf...
|
|
|
|
|
2000-01-31 18:31:18 +00:00
|
|
|
top_srcdir = @top_srcdir@/..
|
1999-10-21 13:40:47 +00:00
|
|
|
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
|
2001-07-22 14:19:42 +00:00
|
|
|
DEPFILES=tex2rtf.d tex2any.d texutils.d rtfutils.d xlputils.d htmlutil.d readshg.d table.d
|
1999-10-21 13:40:47 +00:00
|
|
|
|
|
|
|
include ../../../src/makeprog.env
|
|
|
|
|
2001-07-22 14:19:42 +00:00
|
|
|
-include $(DEPFILES)
|