xfs: test fallocate ops when rt extent size is and isn't a power of 2
[xfstests-dev.git] / dmapi / src / common / lib / 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 LTLIBRARY = libdmtest.la
11
12 LTLDFLAGS = -static
13
14 LT_CURRENT = 1
15 LT_REVISION = 0
16 LT_AGE = 0
17
18 CFILES = find_session.c print.c stubs.c util.c
19 HFILES = hsm.h dmport.h
20
21 CFLAGS += -I$(TOPDIR)/dmapi/src/common -I/usr/include/xfs
22
23 default: depend $(LTLIBRARY)
24
25 depend: .ltdep
26
27 include $(BUILDRULES)
28
29 install install-dev: default
30
31 -include .ltdep