]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/bombs/Makefile.in
added simple test for wxStaticBoxSizers
[wxWidgets.git] / samples / bombs / Makefile.in
index f72a39f7c2e0d93ba0c50e60ffda7627b4b617a8..90ec3d1ea59db1041d96642974549bce75c87926 100644 (file)
@@ -1,26 +1,21 @@
-# WXXT base directory
-WXBASEDIR=@WXBASEDIR@
+#
+# File:                Makefile.in
+# Author:      Julian Smart
+# Created:     1998
+# Updated:     
+# Copyright:   (c) 1998 Julian Smart
+#
+# "%W% %G%"
+#
+# Makefile for bombs 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/bombs
 
-# define library name
-BIN_TARGET=bombs
-# define library sources
-BIN_SRC=\
-bombs.cpp bombs1.cpp game.cpp
+PROGRAM=bombs
 
-#define library objects
-BIN_OBJ=\
-bombs.o bombs1.o game.o
+OBJECTS = bombs.o bombs1.o game.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