summaryrefslogtreecommitdiffstats
path: root/old-tests
diff options
context:
space:
mode:
authorJoe Thornber <thornber@redhat.com>2001-10-04 10:25:34 +0000
committerJoe Thornber <thornber@redhat.com>2001-10-04 10:25:34 +0000
commitfa7e9d617722beedda6acda32525f1d9373d5d50 (patch)
treeea72c5ce260a7d20cb70908d23a497000437f4eb /old-tests
parente6efb2b0bde731b26604bf9cbe80b63dc19a5145 (diff)
downloadlvm2-fa7e9d617722beedda6acda32525f1d9373d5d50.tar.gz
lvm2-fa7e9d617722beedda6acda32525f1d9373d5d50.tar.xz
lvm2-fa7e9d617722beedda6acda32525f1d9373d5d50.zip
o forgot to add this before
Diffstat (limited to 'old-tests')
-rw-r--r--old-tests/mm/Makefile.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/old-tests/mm/Makefile.in b/old-tests/mm/Makefile.in
new file mode 100644
index 00000000..ac6d8f00
--- /dev/null
+++ b/old-tests/mm/Makefile.in
@@ -0,0 +1,20 @@
+#
+# Copyright (C) 2001 Sistina Software (UK) Limited
+#
+# This file is released under the GPL.
+#
+
+srcdir = @srcdir@
+top_srcdir = @top_srcdir@
+VPATH = @srcdir@
+
+SOURCES=\
+ ./dbg_malloc_t.c
+
+TARGETS=dbg_malloc_t
+
+include ../../make.tmpl
+
+dbg_malloc_t: dbg_malloc_t.o
+ gcc $(CFLAGS) -o dbg_malloc_t dbg_malloc_t.o -L../../lib -llvm
+