intigrate bulkstat_unlink_test into XFS-QA
[xfstests-dev.git] / Makefile
1 #
2 # Copyright (c) 2000-2006 Silicon Graphics, Inc.  All Rights Reserved.
3 #
4
5 TOPDIR = .
6 HAVE_BUILDDEFS = $(shell test -f $(TOPDIR)/include/builddefs && echo yes || echo no)
7
8 ifeq ($(HAVE_BUILDDEFS), yes)
9 include $(TOPDIR)/include/builddefs
10 endif
11
12 TESTS = $(shell sed -n -e '/^[0-9][0-9][0-9]*/s/ .*//p' group)
13 CONFIGURE = configure include/builddefs include/config.h
14 DMAPI_MAKEFILE = dmapi/Makefile
15 LSRCFILES = configure configure.in aclocal.m4 README VERSION
16 LDIRT = config.log .dep config.status config.cache confdefs.h conftest* \
17         check.log check.time
18
19 SUBDIRS = include lib ltp src m4 dmapi
20
21 default: $(CONFIGURE) $(DMAPI_MAKEFILE) new remake check $(TESTS)
22 ifeq ($(HAVE_BUILDDEFS), no)
23         $(MAKE) $@
24 else
25         $(SUBDIRS_MAKERULE)
26 endif
27
28 ifeq ($(HAVE_BUILDDEFS), yes)
29 include $(BUILDRULES)
30 else
31 clean:  # if configure hasn't run, nothing to clean
32 endif
33
34 $(CONFIGURE):
35         autoheader
36         autoconf
37         ./configure \
38                 --libexecdir=/usr/lib \
39                 --enable-lib64=yes
40
41 $(DMAPI_MAKEFILE):
42         cd $(TOPDIR)/dmapi/ ; ./configure
43
44 aclocal.m4::
45         aclocal --acdir=`pwd`/m4 --output=$@
46
47 install install-dev install-lib:
48
49 realclean distclean: clean
50         rm -f $(LDIRT) $(CONFIGURE)
51         rm -rf autom4te.cache Logs