X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/02e8b87f6fd740501b2f39504342e77ade92a177..f3412ea74858605b2d52c97a2c916ffca8d55c98:/samples/text/Makefile.in diff --git a/samples/text/Makefile.in b/samples/text/Makefile.in index f011b493a7..95905cc42a 100644 --- a/samples/text/Makefile.in +++ b/samples/text/Makefile.in @@ -1,26 +1,22 @@ -# 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 -#define library objects -BIN_OBJ=\ -controls.o +PROGRAM=text -# additional things needed to link -BIN_LINK= +OBJECTS=$(PROGRAM).o -# additional things needed to compile -ADD_COMPILE= +include ../../src/makeprog.env -# include the definitions now -include ../../../template.mak