X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/aba99005d2a02461662d1c240886093ad548db4e..a570d5b302bf1280452f35fa23ffd1c71b960b23:/samples/drawing/Makefile.in?ds=sidebyside diff --git a/samples/drawing/Makefile.in b/samples/drawing/Makefile.in index 13014dcdc0..414aa1f68c 100644 --- a/samples/drawing/Makefile.in +++ b/samples/drawing/Makefile.in @@ -1,26 +1,25 @@ -# 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 +DEPFILES=$(PROGRAM).d -# additional things needed to link -BIN_LINK= +DATAFILES=pat4.bmp pat35.bmp pat36.bmp image.bmp mask.bmp -# additional things needed to compile -ADD_COMPILE= +include ../../src/makeprog.env -# include the definitions now -include ../../../template.mak +@IF_GNU_MAKE@-include $(DEPFILES)