X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/025e88c50bc838a02e352cdeb53918ebbec20aee..20f2deb3cf287fd2857940cba0d5efbcfc3bb0ad:/samples/fractal/Makefile.in diff --git a/samples/fractal/Makefile.in b/samples/fractal/Makefile.in index f7da59979c..28486d18b0 100644 --- a/samples/fractal/Makefile.in +++ b/samples/fractal/Makefile.in @@ -1,26 +1,21 @@ -# WXXT base directory -WXBASEDIR=@WXBASEDIR@ +# +# File: Makefile.in +# Author: Julian Smart +# Created: 1998 +# Updated: +# Copyright: (c) 1998 Julian Smart +# +# "%W% %G%" +# +# Makefile for fractal 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/fractal -# define library name -BIN_TARGET=fractal -# define library sources -BIN_SRC=\ -fractal.cpp +PROGRAM=fractal -#define library objects -BIN_OBJ=\ -fractal.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