]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/checklst/Makefile.in
added test for loading image from wxMemoryStream
[wxWidgets.git] / samples / checklst / Makefile.in
index 4bc8493433cd3c86fd28a706fc4f5031a1eb151a..f0e6304b7da146e0d8fe23c13383959552c61fe1 100644 (file)
@@ -9,12 +9,15 @@
 #
 # Makefile for checklst example (UNIX).
 
-top_srcdir = @top_srcdir@
+top_srcdir = @top_srcdir@/..
 top_builddir = ../..
+program_dir = samples/checklst
 
 PROGRAM=checklst
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+@IF_GNU_MAKE@-include $(DEPFILES)