]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/splitter/Makefile.in
total wxBrush cleanup: made private stuff private, fixed data (un)sharing, create...
[wxWidgets.git] / samples / splitter / Makefile.in
index 522773e6cb3f39636df8c3dc0eeb6323b8f76423..9487c64f4fb14ee722aa3ca2ba0e0a9bded33ea4 100644 (file)
@@ -1,26 +1,15 @@
-# WXXT base directory
-WXBASEDIR=@WXBASEDIR@
+# Purpose: makefile for splitter 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/splitter
 
-# define library name
-BIN_TARGET=splitter
-# define library sources
-BIN_SRC=\
-test.cpp
+PROGRAM=splitter
 
-#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)