]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/typetest/Makefile.in
fix for dmc compilation of projects with more than one obj
[wxWidgets.git] / samples / typetest / Makefile.in
index 1a78e48bd349fc2ff7cefa3fe9f17049fd723892..9c73aac690f502e2c94334d57699a8d0d9e0738a 100644 (file)
@@ -1,13 +1,5 @@
-#
-# File:                makefile.unx
-# Author:      Julian Smart
-# Created:     1998
-# Updated:     
-# Copyright:   (c) 1998 Julian Smart
-#
-# "%W% %G%"
-#
-# Makefile for typetest example (UNIX).
+# Purpose: makefile for typetest example (UNIX).
+# Created: 2000-03-14
 
 top_srcdir = @top_srcdir@/..
 top_builddir = ../..
@@ -15,7 +7,9 @@ program_dir = samples/typetest
 
 PROGRAM=typetest
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+@IF_GNU_MAKE@-include $(DEPFILES)