]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/tex2rtf/src/Makefile.in
Moved the popup menu event handlers to dialog event handler
[wxWidgets.git] / utils / tex2rtf / src / Makefile.in
index 47dc15d3d5f8bebdad17953b154048d0b7ab5dd4..d9d0de54059f9a32941b2674f492bd00b3634bb6 100644 (file)
@@ -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)