]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blob - libfrog/Makefile
libfrog: move topology code out of libxcmd
[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 list_sort.c \
16 radix-tree.c \
17 topology.c \
18 util.c \
19 workqueue.c
20
21 default: ltdepend $(LTLIBRARY)
22
23 include $(BUILDRULES)
24
25 install install-dev: default
26
27 -include .ltdep