]> 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 756d62e45406777b0ab6c67e7a3ff75b5d4dc2aa..482ad0d73efa9e5820acc8e6394e25c49ebb057b 100644 (file)
@@ -1,13 +1,25 @@
-# Purpose: makefile for grid example (UNIX).
-# Created: 2000-03-15
+#
+# File:                makefile.unx
+# Author:      Julian Smart
+# Created:     1998
+# Updated:     
+# Copyright:   (c) 1998 Julian Smart
+#
+# "%W% %G%"
+#
+# Makefile for wxGrid example (UNIX).
 
 top_srcdir = @top_srcdir@/..
 top_builddir = ../..
 program_dir = samples/grid
 
-PROGRAM=grid
+DATAFILES =
 
-OBJECTS=$(PROGRAM).o
+PROGRAM=griddemo
+
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+@IF_GNU_MAKE@-include $(DEPFILES)