1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00
lvm2/old-tests/format1/Makefile.in

21 lines
336 B
Makefile
Raw Normal View History

2001-10-08 13:50:00 +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=\
read_vg_t.c
TARGETS=read_vg_t
include ../../make.tmpl
2001-10-08 16:11:33 +04:00
read_vg_t: read_vg_t.o $(top_srcdir)/lib/liblvm.a
2001-10-08 13:50:00 +04:00
$(CC) -o read_vg_t read_vg_t.o -L$(top_srcdir)/lib -llvm