]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blob - libfrog/Makefile
libfrog: create a threaded workqueue
[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 util.c \
18 workqueue.c
19
20 default: ltdepend $(LTLIBRARY)
21
22 include $(BUILDRULES)
23
24 install install-dev: default
25
26 -include .ltdep