X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/942be9a749f49ef03773666546ed436603d80008..924ef85080e1b257900110f0c3298a8c19acaeab:/samples/memcheck/Makefile.in diff --git a/samples/memcheck/Makefile.in b/samples/memcheck/Makefile.in index 35bce0cea8..ed51eed505 100644 --- a/samples/memcheck/Makefile.in +++ b/samples/memcheck/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 memory checking 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/memcheck -# define library name -BIN_TARGET=memcheck -# define library sources -BIN_SRC=\ -memcheck.cpp +PROGRAM=memcheck -#define library objects -BIN_OBJ=\ -memcheck.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