generic: test number of blocks used by a file after mwrite into a hole
[xfstests-dev.git] / lib / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 # Copyright (c) 2003 Silicon Graphics, Inc.  All Rights Reserved.
3 #
4
5 TOPDIR = ..
6 include $(TOPDIR)/include/builddefs
7
8 LTLIBRARY = libtest.la
9 LT_CURRENT = 0
10 LT_REVISION = 0
11 LT_AGE = 0
12
13 #
14 # Everything (except for random.c) copied directly from LTP.
15 # Refer to http://ltp.sourceforge.net/ for complete source.
16 #
17 CFILES = dataascii.c databin.c datapid.c file_lock.c forker.c \
18         pattern.c open_flags.c random_range.c string_to_tokens.c \
19         str_to_bytes.c tlibio.c write_log.c \
20         random.c
21
22 default: depend $(LTLIBRARY)
23
24 include $(BUILDRULES)
25
26 depend: .ltdep
27
28 install install-dev: default
29
30 -include .ltdep