X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/37b8e6798782278fdfe4f3c1291aaff55cdbb8c9..59ae507561b72fc57a553b73ca54ea375dadaa0d:/utils/tex2rtf/src/Makefile.in diff --git a/utils/tex2rtf/src/Makefile.in b/utils/tex2rtf/src/Makefile.in index 6e5aaf39b9..d9d0de5405 100644 --- a/utils/tex2rtf/src/Makefile.in +++ b/utils/tex2rtf/src/Makefile.in @@ -9,16 +9,18 @@ # # Makefile for Tex2RTF (Unix) -EXTRADEFS=-DNO_GUI +APPEXTRADEFS=-DNO_GUI # comment out if you want GUI version of tex2rtf... -top_srcdir = @top_srcdir@ +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)