]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blob - mdrestore/Makefile
Merge branch 'xfsprogs-dev'
[thirdparty/xfsprogs-dev.git] / mdrestore / Makefile
1 #
2 # Copyright (c) 2007 Silicon Graphics, Inc. All Rights Reserved.
3 #
4
5 TOPDIR = ..
6 include $(TOPDIR)/include/builddefs
7
8 LTCOMMAND = xfs_mdrestore
9 CFILES = xfs_mdrestore.c
10
11 LLDLIBS = $(LIBXFS) $(LIBRT) $(LIBPTHREAD)
12 LTDEPENDENCIES = $(LIBXFS)
13 LLDFLAGS = -static
14
15 default: $(LTCOMMAND)
16
17 include $(BUILDRULES)
18
19 install:
20 $(INSTALL) -m 755 -d $(PKG_SBIN_DIR)
21 $(LTINSTALL) -m 755 $(LTCOMMAND) $(PKG_SBIN_DIR)
22 install-dev: