X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fdd3ed7a8f5e43d44fffef5c7f857f6256dcc67a..9ef63a4a59eccce6cd8787f0ed966bfa8365a22e:/samples/scroll/Makefile.in diff --git a/samples/scroll/Makefile.in b/samples/scroll/Makefile.in index 31f2493478..53529d2bd4 100644 --- a/samples/scroll/Makefile.in +++ b/samples/scroll/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 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 +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)