Committing menubar changes again after CVS trashed them.
[wxWidgets.git] / samples / validate / Makefile.in
index 7db2e4e5837068018bd00e8157179800d20a31ef..70e24d07e67d057ae8c475a02812721e599f7405 100644 (file)
@@ -1,26 +1,21 @@
-# WXXT base directory
-WXBASEDIR=@WXBASEDIR@
+#
+# File:                makefile.unx
+# Author:      Julian Smart
+# Created:     1998
+# Updated:     
+# Copyright:   (c) 1998 Julian Smart
+#
+# "%W% %G%"
+#
+# Makefile for validate 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/validate
 
-# define library name
-BIN_TARGET=validate
-# define library sources
-BIN_SRC=\
-validate.cpp
+PROGRAM=validate
 
-#define library objects
-BIN_OBJ=\
-validate.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