X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bbf7319063e50f6db64c521c52412609d69bc980..f35719ef1d3b34fb42ebfab33944ea9cdc4413eb:/samples/minifram/Makefile.in

diff --git a/samples/minifram/Makefile.in b/samples/minifram/Makefile.in
index 975b6b1702..3eb87d9294 100644
--- a/samples/minifram/Makefile.in
+++ b/samples/minifram/Makefile.in
@@ -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=minifram
-# 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
+-include $(DEPFILES)