X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ffaaaacbca5d66342d27251617e1bbc22748e7d9..59ae507561b72fc57a553b73ca54ea375dadaa0d:/utils/tex2rtf/src/Makefile.in diff --git a/utils/tex2rtf/src/Makefile.in b/utils/tex2rtf/src/Makefile.in index 47dc15d3d5..d9d0de5405 100644 --- a/utils/tex2rtf/src/Makefile.in +++ b/utils/tex2rtf/src/Makefile.in @@ -9,13 +9,18 @@ # # Makefile for Tex2RTF (Unix) -top_srcdir = @top_srcdir@ +APPEXTRADEFS=-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 +DEPFILES=tex2rtf.d tex2any.d texutils.d rtfutils.d xlputils.d htmlutil.d readshg.d table.d include ../../../src/makeprog.env +-include $(DEPFILES)