X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/903f689bf7c3c379cba45881373aa9bdd15d6e70..ab252f7b29379d786302b563f97cb8d0ee2a1246:/samples/validate/Makefile.in diff --git a/samples/validate/Makefile.in b/samples/validate/Makefile.in index 7db2e4e583..ec9b4b464a 100644 --- 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)