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

25 lines
421 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-12-20 14:52:54 +03:00
$(CC) $(CFLAGS) -o dbg_malloc_t dbg_malloc_t.o \
-L$(top_srcdir)/lib -llvm
pool_t: pool_t.o
$(CC) $(CFLAGS) -o pool_t pool_t.o -L$(top_srcdir)/lib -llvm
2001-10-04 14:25:34 +04:00