]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blob - m4/Makefile
xfsprogs: convert to SPDX license tags
[thirdparty/xfsprogs-dev.git] / m4 / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 # Copyright (c) 2003-2006 Silicon Graphics, Inc. All Rights Reserved.
3 #
4
5 TOPDIR = ..
6 include $(TOPDIR)/include/builddefs
7
8 CONFIGURE = \
9 libtool.m4 \
10 ltoptions.m4 \
11 ltsugar.m4 \
12 ltversion.m4 \
13 lt~obsolete.m4
14
15 LSRCFILES = \
16 manual_format.m4 \
17 package_blkid.m4 \
18 package_devmapper.m4 \
19 package_globals.m4 \
20 package_attr.m4 \
21 package_libcdev.m4 \
22 package_pthread.m4 \
23 package_sanitizer.m4 \
24 package_services.m4 \
25 package_types.m4 \
26 package_icu.m4 \
27 package_utilies.m4 \
28 package_uuiddev.m4 \
29 multilib.m4 \
30 $(CONFIGURE)
31
32 default:
33
34 include $(BUILDRULES)
35
36 install install-dev install-lib: default
37
38 realclean: distclean
39 rm -f $(CONFIGURE)