]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/drawing/Makefile.in
renamed treelay sample
[wxWidgets.git] / samples / drawing / Makefile.in
index 13014dcdc014a9b8df2abb427f8691c938db5e39..77cc503b054172cf83b567db79c4d85967fba8b1 100644 (file)
@@ -1,26 +1,22 @@
-# WXXT base directory
-WXBASEDIR=@WXBASEDIR@
+#
+# File:                makefile.unx
+# Author:      Julian Smart
+# Created:     1998
+# Updated:     
+# Copyright:   (c) 1998 Julian Smart
+#
+# "%W% %G%"
+#
+# Makefile for drawing example (UNIX).
 
-# set the OS type for compilation
-OS=@OS@
-# compile a library only
-RULE=bin
+top_srcdir = @top_srcdir@/..
+top_builddir = ../..
+program_dir = samples/drawing
 
-# define library name
-BIN_TARGET=drawing
-# define library sources
-BIN_SRC=\
-drawing.cpp
+PROGRAM=drawing
 
-#define library objects
-BIN_OBJ=\
-drawing.o
+OBJECTS=$(PROGRAM).o
+DATAFILES=pat4.bmp pat35.bmp pat36.bmp image.bmp mask.bmp
 
-# additional things needed to link
-BIN_LINK=
+include ../../src/makeprog.env
 
-# additional things needed to compile
-ADD_COMPILE=
-
-# include the definitions now
-include ../../../template.mak