]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/proplist/Makefile.in
fixes for programmatically deleting the find/replace dialog
[wxWidgets.git] / samples / proplist / Makefile.in
index 113c8bacdf050dee8c00b40801ade4a679042316..6ef44b6622dfcd352e920aae8a7110d5be67eb8f 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_builddir = ../..
 program_dir = samples/proplist
 
-PROGRAM=test
+PROGRAM=proplist
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+-include $(DEPFILES)