]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/grid/Makefile.in
fix for dmc compilation of projects with more than one obj
[wxWidgets.git] / samples / grid / Makefile.in
index 5fb458727a9f625aaf4f4f8814fce76fc53e086f..482ad0d73efa9e5820acc8e6394e25c49ebb057b 100644 (file)
@@ -7,17 +7,19 @@
 #
 # "%W% %G%"
 #
-# Makefile for toolbar example (UNIX).
+# Makefile for wxGrid example (UNIX).
 
 top_srcdir = @top_srcdir@/..
 top_builddir = ../..
 program_dir = samples/grid
 
-PROGRAM=grid
+DATAFILES =
 
-OBJECTS=test.o
+PROGRAM=griddemo
 
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
-
+@IF_GNU_MAKE@-include $(DEPFILES)