]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/image/Makefile.in
Initial checkin of the wxFrame support added by Aleks G.
[wxWidgets.git] / samples / image / Makefile.in
index d8cbc50a2af7d983f638ca2ceb7af68b95e4ecb7..d9a5d10501374ea3132dec8cebad1a3b7ce11aa5 100644 (file)
@@ -1,26 +1,23 @@
-# WXXT base directory
-WXBASEDIR=@WXBASEDIR@
+#
+# File:                makefile.unx
+# Author:      Julian Smart
+# Created:     1998
+# Updated:     
+# Copyright:   (c) 1998 Julian Smart
+#
+# "%W% %G%"
+#
+# Makefile for image 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/image
 
-# define library name
-BIN_TARGET=image
-# define library sources
-BIN_SRC=\
-image.cpp
+DATAFILES = horse.png horse.jpg horse.bmp horse.gif horse.pcx horse.pnm horse.tif smile.xbm
 
-#define library objects
-BIN_OBJ=\
-image.o
+PROGRAM=image
 
-# additional things needed to link
-BIN_LINK=
+OBJECTS=$(PROGRAM).o
 
-# additional things needed to compile
-ADD_COMPILE=
+include ../../src/makeprog.env
 
-# include the definitions now
-include ../../../template.mak