1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

o makefile for read_vg_t

This commit is contained in:
Joe Thornber 2001-10-08 09:50:00 +00:00
parent 812efa0f48
commit e0304b58e3
3 changed files with 23 additions and 0 deletions

2
configure vendored
View File

@ -2160,6 +2160,7 @@ lib/Makefile \
man/Makefile \
tools/Makefile \
test/mm/Makefile \
test/format1/Makefile \
" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
EOF
cat >> $CONFIG_STATUS <<EOF
@ -2256,6 +2257,7 @@ lib/Makefile \
man/Makefile \
tools/Makefile \
test/mm/Makefile \
test/format1/Makefile \
"}
EOF
cat >> $CONFIG_STATUS <<\EOF

View File

@ -136,4 +136,5 @@ lib/Makefile \
man/Makefile \
tools/Makefile \
test/mm/Makefile \
test/format1/Makefile \
)

View File

@ -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=\
read_vg_t.c
TARGETS=read_vg_t
include ../../make.tmpl
read_vg_t: read_vg_t.o
$(CC) -o read_vg_t read_vg_t.o -L$(top_srcdir)/lib -llvm