]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/exec/Makefile.in
wxSizeEvent now carries the total size, not just the client size
[wxWidgets.git] / samples / exec / Makefile.in
index 28da4b485ffe37fbf25bc60c7b9ddd068463253c..f463cecec777138233178844b9f9e6251c805167 100644 (file)
@@ -1,13 +1,5 @@
-#
-# File:                Makefile.in
-# Author:      Julian Smart
-# Created:     1998
-# Updated:     
-# Copyright:   (c) 1998 Julian Smart
-#
-# "%W% %G%"
-#
-# Makefile for checklst example (UNIX).
+# Purpose: makefile for exec example (UNIX).
+# Created: 2000-03-14
 
 top_srcdir = @top_srcdir@/..
 top_builddir = ../..
@@ -15,7 +7,9 @@ program_dir = samples/exec
 
 PROGRAM=exec
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+@IF_GNU_MAKE@-include $(DEPFILES)