]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blob - m4/Makefile
xfsprogs: build: remove home-baked long/ptr size detection
[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_aiodev.m4 \
18 package_blkid.m4 \
19 package_globals.m4 \
20 package_libcdev.m4 \
21 package_pthread.m4 \
22 package_types.m4 \
23 package_utilies.m4 \
24 package_uuiddev.m4 \
25 multilib.m4 \
26 $(CONFIGURE)
27
28 default:
29
30 include $(BUILDRULES)
31
32 install install-dev install-lib: default
33
34 realclean: distclean
35 rm -f $(CONFIGURE)