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