]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/HelpGen/src/Makefile.in
attempts to fix recursive mutex initialized detection under RedHat 7.1 (new glibc)
[wxWidgets.git] / utils / HelpGen / src / Makefile.in
index b14543c00a0b2cb9d3837a30140f94be64a9dd6a..ae2b0f3a8c9d16803afb0635fee6ee6a29818972 100644 (file)
@@ -4,15 +4,19 @@
 # Created:     1998
 # Updated:     
 
-top_srcdir = @top_srcdir@
+top_srcdir = @top_srcdir@/..
 top_builddir = ../../..
 program_dir = utils/HelpGen/src
 
 PROGRAM=HelpGen
 
 OBJECTS = HelpGen.o cjparser.o docripper.o ifcontext.o markup.o \
-          ripper_main.o scriptbinder.o sourcepainter.o srcparser.o \
+          scriptbinder.o sourcepainter.o srcparser.o \
           wx_extra_imps.o
+DEPFILES= HelpGen.d cjparser.d docripper.d ifcontext.d markup.d \
+          scriptbinder.d sourcepainter.d srcparser.d \
+          wx_extra_imps.d
 
 include ../../../src/makeprog.env
 
+-include $(DEPFILES)