]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blob - libhandle/Makefile
xfs: create bmbt update intent log items
[thirdparty/xfsprogs-dev.git] / libhandle / Makefile
1 #
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 ifeq ($(PKG_PLATFORM),darwin)
14 LTLDFLAGS += -Wl,libhandle.sym
15 else
16 LTLDFLAGS += -Wl,--version-script,libhandle.sym
17 endif
18
19 CFILES = handle.c jdm.c
20 LSRCFILES = libhandle.sym
21
22 default: ltdepend $(LTLIBRARY)
23
24 include $(BUILDRULES)
25
26 install: default
27 $(INSTALL_LTLIB)
28
29 install-dev: default
30 $(INSTALL_LTLIB_DEV)
31
32 -include .ltdep