X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fdd3ed7a8f5e43d44fffef5c7f857f6256dcc67a..2b33b72819002e038a2a0cb2b3aa9b2cde880c7a:/samples/scroll/Makefile.in diff --git a/samples/scroll/Makefile.in b/samples/scroll/Makefile.in index 31f2493478..db745e34d4 100644 --- a/samples/scroll/Makefile.in +++ b/samples/scroll/Makefile.in @@ -1,26 +1,21 @@ -# WXXT base directory -WXBASEDIR=@WXBASEDIR@ +# +# File: makefile.unx +# Author: Julian Smart +# Created: 1998 +# Updated: +# Copyright: (c) 1998 Julian Smart +# +# "%W% %G%" +# +# Makefile for scroll 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/scroll -# define library name -BIN_TARGET=scroll -# define library sources -BIN_SRC=\ -scroll.cpp +PROGRAM=scroll -#define library objects -BIN_OBJ=\ -scroll.o +OBJECTS=$(PROGRAM).o -# 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