X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cfb88c556939f86c26ab9b2ad944618231f16606..b889a3a24bda7d1e9d361d866ada776400b2fb81:/samples/typetest/Makefile.in diff --git a/samples/typetest/Makefile.in b/samples/typetest/Makefile.in index 6514d719b4..773de3512a 100644 --- a/samples/typetest/Makefile.in +++ b/samples/typetest/Makefile.in @@ -1,26 +1,15 @@ -# WXXT base directory -WXBASEDIR=@WXBASEDIR@ +# Purpose: makefile for typetest 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/typetest -# define library name -BIN_TARGET=typetest -# define library sources -BIN_SRC=\ -typetest.cpp +PROGRAM=typetest -#define library objects -BIN_OBJ=\ -typetest.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)