projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
don't process VK_OEM_XXX key presses
[wxWidgets.git]
/
samples
/
validate
/
Makefile.in
diff --git
a/samples/validate/Makefile.in
b/samples/validate/Makefile.in
index 7db2e4e5837068018bd00e8157179800d20a31ef..ec9b4b464a54df6cba508bb00389c675ad4f520e 100644
(file)
--- a/
samples/validate/Makefile.in
+++ b/
samples/validate/Makefile.in
@@
-1,26
+1,15
@@
-#
WXXT base directory
-WXBASEDIR=@WXBASEDIR@
+#
Purpose: makefile for validate 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/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
+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
+-include $(DEPFILES)