]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/sashtest/Makefile.in
Added new stream tests to typetest.
[wxWidgets.git] / samples / sashtest / Makefile.in
index 8199d27501afc13aba825c43361f4a0ea30ff46f..c7a5981288f3495b2b630d7cbe8fc0b9ff0ab984 100644 (file)
@@ -1,26 +1,15 @@
-# 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
+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)