]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blob - libxlog/Makefile
bdea6abacea480f9ef13e147f1c52cc9a773f3cc
[thirdparty/xfsprogs-dev.git] / libxlog / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 # Copyright (c) 2000-2002 Silicon Graphics, Inc. All Rights Reserved.
3 #
4
5 TOPDIR = ..
6 include $(TOPDIR)/include/builddefs
7
8 LTLIBRARY = libxlog.la
9 LT_CURRENT = 0
10 LT_REVISION = 0
11 LT_AGE = 0
12
13 CFILES = xfs_log_recover.c util.c
14
15 # don't want to link xfs_repair with a debug libxlog.
16 DEBUG = -DNDEBUG
17
18 default: ltdepend $(LTLIBRARY)
19
20 include $(BUILDRULES)
21
22 install install-dev: default
23
24 -include .ltdep