]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/propsize/Makefile.in
Make scrollbars appear.
[wxWidgets.git] / samples / propsize / Makefile.in
index f889d2842ca8a85186ba344d6495419f1bcf09eb..70238304dc960d59de4d3a0482ff48030ad2447d 100644 (file)
@@ -1,20 +1,15 @@
-#
-# 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_srcdir = @top_srcdir@/..
 top_builddir = ../..
 program_dir = samples/propsize
 
 PROGRAM=propsize
 
 top_builddir = ../..
 program_dir = samples/propsize
 
 PROGRAM=propsize
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
 include ../../src/makeprog.env
+
+@IF_GNU_MAKE@-include $(DEPFILES)