1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00
lvm2/old-tests/mm/Makefile.in

21 lines
327 B
Makefile
Raw Normal View History

2001-10-04 14:25:34 +04:00
#
# Copyright (C) 2001 Sistina Software (UK) Limited
#
# This file is released under the GPL.
#
srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
SOURCES=\
2001-10-04 16:07:29 +04:00
dbg_malloc_t.c
2001-10-04 14:25:34 +04:00
TARGETS=dbg_malloc_t
include ../../make.tmpl
dbg_malloc_t: dbg_malloc_t.o
2001-10-04 16:07:29 +04:00
$(CC) -o dbg_malloc_t dbg_malloc_t.o -L$(top_srcdir)/lib -llvm
2001-10-04 14:25:34 +04:00