2001-09-21 12:37:43 +00:00
#
# Copyright (C) 2001 Sistina Software
#
# This LVM library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Library General Public
# License as published by the Free Software Foundation; either
# version 2 of the License, or (at your option) any later version.
#
# This LVM library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Library General Public License for more details.
#
# You should have received a copy of the GNU Library General Public
# License along with this LVM library; if not, write to the Free
# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
# MA 02111-1307, USA
srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
2004-02-13 22:56:45 +00:00
SUBDIRS = include man
i f e q ( "@INTL@" , "yes" )
SUBDIRS += po
e n d i f
SUBDIRS += lib tools
2001-09-21 12:37:43 +00:00
2001-12-11 16:26:34 +00:00
i f e q ( $( MAKECMDGOALS ) , d i s t c l e a n )
2002-11-18 14:04:08 +00:00
SUBDIRS += lib/format1 \
2004-02-13 22:56:45 +00:00
po \
2002-11-18 14:04:08 +00:00
test/mm test/device test/format1 test/regex test/filters
2001-12-11 16:26:34 +00:00
e n d i f
2001-09-21 12:37:43 +00:00
i n c l u d e m a k e . t m p l
2002-01-21 16:02:55 +00:00
lib : include
2004-02-13 22:56:45 +00:00
tools : lib
po : lib tools
2002-01-21 16:02:55 +00:00
2004-02-13 22:56:45 +00:00
i f e q ( "@INTL@" , "yes" )
lib.pofile : include .pofile
tools.pofile : lib .pofile
po.pofile : lib .pofile tools .pofile
pofile : po .pofile
e n d i f
2002-01-21 16:02:55 +00:00