xfs: test fallocate ops when rt extent size is and isn't a power of 2
[xfstests-dev.git] / dmapi / src / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2 # Copyright (C) 2011 SGI  All Rights Reserved.
3 #
4 #
5 #
6 TOPDIR = ../..
7
8 include $(TOPDIR)/include/builddefs
9
10 LIB_SUBDIRS = common
11 TOOL_SUBDIRS = sample_hsm simple suite1 suite2
12
13 SUBDIRS = $(LIB_SUBDIRS) $(TOOL_SUBDIRS)
14
15 default: $(SUBDIRS)
16
17 $(TOOL_SUBDIRS): $(LIB_SUBDIRS)
18
19 include $(BUILDRULES)
20
21 install: default