]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blame - libxcmd/Makefile
xfs: use accessor functions for bitmap words
[thirdparty/xfsprogs-dev.git] / libxcmd / Makefile
CommitLineData
959ef981 1# SPDX-License-Identifier: GPL-2.0
3d93ccb7
NS
2# Copyright (c) 2005 Silicon Graphics, Inc. All Rights Reserved.
3#
3d93ccb7
NS
4
5TOPDIR = ..
6include $(TOPDIR)/include/builddefs
7
8LTLIBRARY = libxcmd.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
3d93ccb7 14
bd987fe3 15CFILES = command.c input.c help.c quit.c
cfe6e3f0 16
d2e43158
ES
17ifeq ($(ENABLE_EDITLINE),yes)
18LCFLAGS += -DENABLE_EDITLINE
d99f7a4e 19LTLIBS += $(LIBEDITLINE) $(LIBTERMCAP)
d2e43158
ES
20endif
21
d9320881 22default: ltdepend $(LTLIBRARY)
3d93ccb7
NS
23
24include $(BUILDRULES)
25
5711848a 26install install-dev: default
d9320881 27
932b0ba9 28-include .ltdep