]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/minifram/Makefile.in
the in-place control uses the attr for colours/font info too
[wxWidgets.git] / samples / minifram / Makefile.in
index 975b6b17022f659aa1186e7da41d16546aba8c4e..3215c45402675a18dc2b8c062804a13a8c095fb6 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 toolbar 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/minifram
 
-# define library name
-BIN_TARGET=minifram
-# define library sources
-BIN_SRC=\
-test.cpp
+PROGRAM=test
 
-#define library objects
-BIN_OBJ=\
-test.o
+OBJECTS=$(PROGRAM).o
 
-# 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