X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b6a158b04e7784dc30ad8fc043eb94ae71c19e4f..9b0326f79a1386a1d83195a0f1c96033c93d5e6b:/samples/dynamic/Makefile.in

diff --git a/samples/dynamic/Makefile.in b/samples/dynamic/Makefile.in
index bebee4cb44..2dc84a9616 100644
--- a/samples/dynamic/Makefile.in
+++ b/samples/dynamic/Makefile.in
@@ -1,26 +1,21 @@
-# WXXT base directory
-WXBASEDIR=@WXBASEDIR@
+#
+# File:		makefile.unx
+# Author:	Julian Smart
+# Created:	1998
+# Updated:	
+# Copyright:	(c) 1998 Julian Smart
+#
+# "%W% %G%"
+#
+# Makefile for dynamic 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/dynamic
 
-# define library name
-BIN_TARGET=dynamic
-# define library sources
-BIN_SRC=\
-dynamic.cpp
+PROGRAM=dynamic
 
-#define library objects
-BIN_OBJ=\
-dynamic.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