]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/png/Makefile.in
Changes for wxOGL since wxFatalError has been deprecated.
[wxWidgets.git] / samples / png / Makefile.in
index ac72e6d715cb421036c7354a195acbf8c117ace0..f2c7ca353d81710319e148bca287a249e9fb2040 100644 (file)
@@ -9,7 +9,7 @@
 #
 # Makefile for PNG example (UNIX).
 
-top_srcdir = @top_srcdir@
+top_srcdir = @top_srcdir@/..
 top_builddir = ../..
 program_dir = samples/png
 
@@ -17,7 +17,9 @@ DATAFILES = julian.png paint16.png paint.png
 
 PROGRAM=pngdemo
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+@IF_GNU_MAKE@-include $(DEPFILES)