]> 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 1a786bbb1337d5563554f8774dc1107730e26569..9c73aac690f502e2c94334d57699a8d0d9e0738a 100644 (file)
@@ -1,21 +1,15 @@
-#
-# 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_srcdir = @top_srcdir@/..
 top_builddir = ../..
 program_dir = samples/typetest
 
 PROGRAM=typetest
 
 top_builddir = ../..
 program_dir = samples/typetest
 
 PROGRAM=typetest
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
 
 include ../../src/makeprog.env
 
+@IF_GNU_MAKE@-include $(DEPFILES)