]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blame - libxlog/Makefile
xfs: create helpers to convert rt block numbers to rt extent numbers
[thirdparty/xfsprogs-dev.git] / libxlog / Makefile
CommitLineData
959ef981 1# SPDX-License-Identifier: GPL-2.0
0d3e0b37 2# Copyright (c) 2000-2002 Silicon Graphics, Inc. All Rights Reserved.
dfc130f3 3#
d321ceac
NS
4
5TOPDIR = ..
6include $(TOPDIR)/include/builddefs
7
8LTLIBRARY = libxlog.la
9LT_CURRENT = 0
10LT_REVISION = 0
11LT_AGE = 0
825b7432
DC
12# we need a static build even if --disable-static is specified
13LTLDFLAGS += -static
d321ceac
NS
14
15CFILES = xfs_log_recover.c util.c
16
3a8e603d
NS
17# don't want to link xfs_repair with a debug libxlog.
18DEBUG = -DNDEBUG
19
d9320881 20default: ltdepend $(LTLIBRARY)
d321ceac
NS
21
22include $(BUILDRULES)
23
5711848a 24install install-dev: default
d9320881 25
932b0ba9 26-include .ltdep