]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blob - m4/Makefile
xfs_io: add a new 'log_writes' command
[thirdparty/xfsprogs-dev.git] / m4 / Makefile
1 #
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_libcdev.m4 \
21 package_pthread.m4 \
22 package_sanitizer.m4 \
23 package_types.m4 \
24 package_utilies.m4 \
25 package_uuiddev.m4 \
26 multilib.m4 \
27 $(CONFIGURE)
28
29 default:
30
31 include $(BUILDRULES)
32
33 install install-dev install-lib: default
34
35 realclean: distclean
36 rm -f $(CONFIGURE)