]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/minifram/Makefile.in
fixed bug in SetStyle() which wouldn't reset the slant if it had been set before
[wxWidgets.git] / samples / minifram / Makefile.in
index 9e9b1b68eb38e8e318ab9ad9f665c675142fb2ee..203ae4f9d42fe31f609ded7cb41e82145cbffa9e 100644 (file)
@@ -1,26 +1,15 @@
-# WXXT base directory
-WXBASEDIR=@WXBASEDIR@
+# Purpose: makefile for minifram example (UNIX).
+# Created: 2000-03-15
 
-# 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=toolbar
-# define library sources
-BIN_SRC=\
-test.cpp
+PROGRAM=minifram
 
-#define library objects
-BIN_OBJ=\
-test.o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
-# 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
+@IF_GNU_MAKE@-include $(DEPFILES)