projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added context help stuff to wxPython
[wxWidgets.git]
/
samples
/
memcheck
/
Makefile.in
diff --git
a/samples/memcheck/Makefile.in
b/samples/memcheck/Makefile.in
index 35bce0cea8a6c6687a8be5aa12f96c0dd1e6fe11..35e8a9762308031d5fba0b00646c364cdc5d854f 100644
(file)
--- a/
samples/memcheck/Makefile.in
+++ b/
samples/memcheck/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 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
+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
+-include $(DEPFILES)