X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c801d85f158c4cba50b588807daabdcbd0ed3853..b6e5eaa59701315ca06996ff845872ca4122695f:/samples/tab/Makefile.in?ds=sidebyside diff --git a/samples/tab/Makefile.in b/samples/tab/Makefile.in index fd1b9963fa..c8b6b06bf0 100644 --- a/samples/tab/Makefile.in +++ b/samples/tab/Makefile.in @@ -1,26 +1,15 @@ -# WXXT base directory -WXBASEDIR=@WXBASEDIR@ +# Purpose: makefile for tab example (UNIX). +# Created: 2000-03-15 -# set the OS type for compilation -OS=@OS@ -# compile a library only -RULE=bin +top_srcdir = @top_srcdir@/.. +top_builddir = ../.. +program_dir = samples/tab -# define library name -BIN_TARGET=test -# define library sources -BIN_SRC=\ -test.cpp +PROGRAM=tab -#define library objects -BIN_OBJ=\ -test.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)