]> sourceware.org Git - lvm2.git/blob - Makefile.in
Apply make distclean to test subdirs too.
[lvm2.git] / Makefile.in
1 #
2 # Copyright (C) 2001 Sistina Software
3 #
4 # This LVM library is free software; you can redistribute it and/or
5 # modify it under the terms of the GNU Library General Public
6 # License as published by the Free Software Foundation; either
7 # version 2 of the License, or (at your option) any later version.
8 #
9 # This LVM library is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 # Library General Public License for more details.
13 #
14 # You should have received a copy of the GNU Library General Public
15 # License along with this LVM library; if not, write to the Free
16 # Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
17 # MA 02111-1307, USA
18
19 srcdir = @srcdir@
20 top_srcdir = @top_srcdir@
21 VPATH = @srcdir@
22
23 SUBDIRS = include man lib tools
24
25 ifeq ($(MAKECMDGOALS),distclean)
26 SUBDIRS += test/mm test/device test/format1 test/regex test/filters
27 endif
28
29
30 include make.tmpl
31
This page took 0.036384 seconds and 6 git commands to generate.