X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/aba99005d2a02461662d1c240886093ad548db4e..015e69f36dfbc469eef59456f973d0567e865d70:/samples/drawing/Makefile.in?ds=sidebyside diff --git a/samples/drawing/Makefile.in b/samples/drawing/Makefile.in index 13014dcdc0..77cc503b05 100644 --- a/samples/drawing/Makefile.in +++ b/samples/drawing/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 drawing 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/drawing -# define library name -BIN_TARGET=drawing -# define library sources -BIN_SRC=\ -drawing.cpp +PROGRAM=drawing -#define library objects -BIN_OBJ=\ -drawing.o +OBJECTS=$(PROGRAM).o +DATAFILES=pat4.bmp pat35.bmp pat36.bmp image.bmp mask.bmp -# 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