]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/dragimag/Makefile.in
no message
[wxWidgets.git] / samples / dragimag / Makefile.in
index 4396949711c4b3fcccb5285bab530faefce2e89a..a43b4b5936f483a807b1de7526cc0f1a97c4a3a4 100644 (file)
@@ -1,23 +1,16 @@
-#
-# File:                makefile.unx
-# Author:      Julian Smart
-# Created:     1998
-# Updated:     
-# Copyright:   (c) 1998 Julian Smart
-#
-# "%W% %G%"
-#
-# Makefile for dragimag  example (UNIX).
+# Purpose: makefile for dragimag example (UNIX).
+# Created: 2000-03-15
 
 top_srcdir = @top_srcdir@/..
 top_builddir = ../..
 program_dir = samples/dragimag
 
-PROGRAM=test
+PROGRAM=dragimag
+DATAFILES=backgrnd.png shape01.png shape02.png shape03.png
 
-DATAFILES = backgrnd.png shape01.png shape02.png shape03.png
-
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+@IF_GNU_MAKE@-include $(DEPFILES)