]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blob - libfrog/Makefile
Merge branch 'libxfs-4.15-sync' into for-next
[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 radix-tree.c \
20 topology.c \
21 util.c \
22 workqueue.c
23
24 ifeq ($(HAVE_GETMNTENT),yes)
25 LCFLAGS += -DHAVE_GETMNTENT
26 endif
27
28 ifeq ($(HAVE_GETMNTINFO),yes)
29 LCFLAGS += -DHAVE_GETMNTINFO
30 endif
31
32 default: ltdepend $(LTLIBRARY)
33
34 include $(BUILDRULES)
35
36 install install-dev: default
37
38 -include .ltdep