]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/grid/Makefile.in
Oh well..
[wxWidgets.git] / samples / grid / Makefile.in
index 6b9f1fdd092cf37db18b79617a83311bf7261c1c..5fb458727a9f625aaf4f4f8814fce76fc53e086f 100644 (file)
@@ -1,26 +1,23 @@
-# WXXT base directory
-WXBASEDIR=@WXBASEDIR@
+#
+# File:                makefile.unx
+# Author:      Julian Smart
+# Created:     1998
+# Updated:     
+# Copyright:   (c) 1998 Julian Smart
+#
+# "%W% %G%"
+#
+# Makefile for toolbar 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/grid
 
-# define library name
-BIN_TARGET=grid
-# define library sources
-BIN_SRC=\
-test.cpp
+PROGRAM=grid
 
-#define library objects
-BIN_OBJ=\
-test.o
+OBJECTS=test.o
 
-# additional things needed to link
-BIN_LINK=
 
-# additional things needed to compile
-ADD_COMPILE=
+include ../../src/makeprog.env
+
 
-# include the definitions now
-include ../../../template.mak