]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/proplist/Makefile.in
Moved the cleanup code to an EVT_WINDOW_DESTROY handler.
[wxWidgets.git] / samples / proplist / Makefile.in
index a6a1f0d772f82e07e8be2e6fa35f83fe398822ae..53f1887aebfb9bac2cc5935822fc26a8e4b18d64 100644 (file)
@@ -1,21 +1,15 @@
-#
-# File:                makefile.unx
-# Author:      Julian Smart
-# Created:     1998
-# Updated:     
-# Copyright:   (c) 1998 Julian Smart
-#
-# "%W% %G%"
-#
-# Makefile for proplist example (UNIX).
+# Purpose: makefile for proplist example (UNIX).
+# Created: 2000-03-15
 
-top_srcdir = @top_srcdir@
+top_srcdir = @top_srcdir@/..
 top_builddir = ../..
 program_dir = samples/proplist
 
-PROGRAM=test
+PROGRAM=proplist
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+@IF_GNU_MAKE@-include $(DEPFILES)