]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blame - libxlog/Makefile
xfsprogs: Release v4.17.0
[thirdparty/xfsprogs-dev.git] / libxlog / Makefile
CommitLineData
d321ceac 1#
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
12
13CFILES = xfs_log_recover.c util.c
14
3a8e603d
NS
15# don't want to link xfs_repair with a debug libxlog.
16DEBUG = -DNDEBUG
17
d9320881 18default: ltdepend $(LTLIBRARY)
d321ceac
NS
19
20include $(BUILDRULES)
21
5711848a 22install install-dev: default
d9320881 23
932b0ba9 24-include .ltdep