]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/sashtest/Makefile.in
Fixed sashwin events
[wxWidgets.git] / samples / sashtest / Makefile.in
index 8199d27501afc13aba825c43361f4a0ea30ff46f..5e2670d751369c37c1ad60bf7db5bd0ec68c31b8 100644 (file)
@@ -1,26 +1,13 @@
-# WXXT base directory
-WXBASEDIR=@WXBASEDIR@
+# Purpose: makefile for sashtest example (UNIX).
+# Created: 2000-03-14
 
-# set the OS type for compilation
-OS=@OS@
-# compile a library only
-RULE=bin
+top_srcdir = @top_srcdir@/..
+top_builddir = ../..
+program_dir = samples/sashtest
 
-# define library name
-BIN_TARGET=sashtest
-# define library sources
-BIN_SRC=\
-sashtest.cpp
+PROGRAM=sashtest
 
-#define library objects
-BIN_OBJ=\
-sashtest.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