X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cfb88c556939f86c26ab9b2ad944618231f16606..9ef63a4a59eccce6cd8787f0ed966bfa8365a22e:/samples/typetest/Makefile.in diff --git a/samples/typetest/Makefile.in b/samples/typetest/Makefile.in index 6514d719b4..9c73aac690 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 +@IF_GNU_MAKE@-include $(DEPFILES)