]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blob - libhandle/Makefile
xfsprogs: Release v4.20.0
[thirdparty/xfsprogs-dev.git] / libhandle / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 # Copyright (c) 2000-2004 Silicon Graphics, Inc. All Rights Reserved.
3 #
4
5 TOPDIR = ..
6 include $(TOPDIR)/include/builddefs
7
8 LTLIBRARY = libhandle.la
9 LT_CURRENT = 1
10 LT_REVISION = 3
11 LT_AGE = 0
12
13 LTLDFLAGS += -Wl,--version-script,libhandle.sym
14
15 CFILES = handle.c jdm.c
16 LSRCFILES = libhandle.sym
17
18 default: ltdepend $(LTLIBRARY)
19
20 include $(BUILDRULES)
21
22 install: default
23 $(INSTALL_LTLIB)
24
25 install-dev: default
26 $(INSTALL_LTLIB_DEV)
27
28 -include .ltdep