]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blob - libfrog/Makefile
xfs_fsr: refactor mountpoint finding to use libfrog paths functions
[thirdparty/xfsprogs-dev.git] / libfrog / Makefile
1 #
2 # Copyright (c) 2017 Oracle. All Rights Reserved.
3 #
4
5 TOPDIR = ..
6 include $(TOPDIR)/include/builddefs
7
8 LTLIBRARY = libfrog.la
9 LT_CURRENT = 0
10 LT_REVISION = 0
11 LT_AGE = 0
12
13 CFILES = \
14 avl64.c \
15 convert.c \
16 list_sort.c \
17 paths.c \
18 projects.c \
19 ptvar.c \
20 radix-tree.c \
21 topology.c \
22 util.c \
23 workqueue.c
24
25 ifeq ($(HAVE_GETMNTENT),yes)
26 LCFLAGS += -DHAVE_GETMNTENT
27 endif
28
29 ifeq ($(HAVE_GETMNTINFO),yes)
30 LCFLAGS += -DHAVE_GETMNTINFO
31 endif
32
33 default: ltdepend $(LTLIBRARY)
34
35 include $(BUILDRULES)
36
37 install install-dev: default
38
39 -include .ltdep