]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/about/Makefile.in
fix for dmc compilation of projects with more than one obj
[wxWidgets.git] / samples / html / about / Makefile.in
index a4f19d5c7253dce45a53b4ae8881625a2c2a6529..4a3551d16e18c46ba56680b0c7eeb2f52f285f44 100644 (file)
@@ -9,14 +9,18 @@
 #
 # Makefile for html about example (UNIX).
 
-top_srcdir = @top_srcdir@
+top_srcdir = @top_srcdir@/..
 top_builddir = ../../..
+program_dir = samples/html/about
 
-VPATH = :$(top_srcdir)/samples/html/about
+DATADIRS = data
+DATAFILES = data/about.htm data/logo.png
 
 PROGRAM=about
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../../src/makeprog.env
 
+@IF_GNU_MAKE@-include $(DEPFILES)