]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blame - libfrog/Makefile
libfrog: move topology code out of libxcmd
[thirdparty/xfsprogs-dev.git] / libfrog / Makefile
CommitLineData
5caa042b
DW
1#
2# Copyright (c) 2017 Oracle. All Rights Reserved.
3#
4
5TOPDIR = ..
6include $(TOPDIR)/include/builddefs
7
8LTLIBRARY = libfrog.la
9LT_CURRENT = 0
10LT_REVISION = 0
11LT_AGE = 0
12
24f4f998 13CFILES = \
67f3fafd 14avl64.c \
b28b84ca
DW
15list_sort.c \
16radix-tree.c \
695fc504 17topology.c \
f434fd95
DW
18util.c \
19workqueue.c
5caa042b
DW
20
21default: ltdepend $(LTLIBRARY)
22
23include $(BUILDRULES)
24
25install install-dev: default
26
27-include .ltdep