X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/02e8b87f6fd740501b2f39504342e77ade92a177..abefd7eebac853dfc6a9b8939fa6fb8bc5dafcf6:/samples/text/Makefile.in diff --git a/samples/text/Makefile.in b/samples/text/Makefile.in index f011b493a7..4fb7723ea2 100644 --- a/samples/text/Makefile.in +++ b/samples/text/Makefile.in @@ -1,26 +1,23 @@ -# WXXT base directory -WXBASEDIR=@WXBASEDIR@ +# +# File: makefile.unx +# Author: Julian Smart +# Created: 1998 +# Updated: +# Copyright: (c) 1998 Julian Smart +# +# "%W% %G%" +# +# Makefile for text 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/text -# define library name -BIN_TARGET=controls -# define library sources -BIN_SRC=\ -controls.cpp +PROGRAM=text -#define library objects -BIN_OBJ=\ -controls.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)