]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/propsize/Makefile.in
Make scrollbars appear.
[wxWidgets.git] / samples / propsize / Makefile.in
index df53b87bab3b5c0888e6a377c6bdd2bc86aded42..70238304dc960d59de4d3a0482ff48030ad2447d 100644 (file)
@@ -1,13 +1,5 @@
-#
-# File:                makefile.unx
-# Author:      Julian Smart
-# Created:     1998
-# Updated:
-# Copyright:   (c) 1998 Julian Smart
-#
-# "%W% %G%"
-#
-# Makefile for wxWindows sample (UNIX).
+# Purpose: makefile for propsize example (UNIX).
+# Created: 2000-03-14
 
 top_srcdir = @top_srcdir@/..
 top_builddir = ../..
@@ -15,6 +7,9 @@ program_dir = samples/propsize
 
 PROGRAM=propsize
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
+
+@IF_GNU_MAKE@-include $(DEPFILES)