]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blob - rtcp/Makefile
Merge tag 'scrub-repair-fixes-6.6_2024-01-11' of https://git.kernel.org/pub/scm/linux...
[thirdparty/xfsprogs-dev.git] / rtcp / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 # Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved.
3 #
4
5 TOPDIR = ..
6 include $(TOPDIR)/include/builddefs
7
8 LTCOMMAND = xfs_rtcp
9 CFILES = xfs_rtcp.c
10 LLDFLAGS = -static
11
12 LLDLIBS = $(LIBFROG)
13 LTDEPENDENCIES = $(LIBFROG)
14
15 default: depend $(LTCOMMAND)
16
17 include $(BUILDRULES)
18
19 install: default
20 $(INSTALL) -m 755 -d $(PKG_SBIN_DIR)
21 $(LTINSTALL) -m 755 $(LTCOMMAND) $(PKG_SBIN_DIR)
22 install-dev:
23
24 -include .dep