]> git.ipfire.org Git - thirdparty/util-linux.git/blame - Makefile.am
fdisk: fix man page typo
[thirdparty/util-linux.git] / Makefile.am
CommitLineData
48d7b13a
KZ
1include $(top_srcdir)/config/include-Makefile.am
2
2984313a 3SUBDIRS = \
8eeb575c 4 include \
48d7b13a
KZ
5 disk-utils \
6 fdisk \
7 getopt \
d00ed891 8 lib \
48d7b13a
KZ
9 login-utils \
10 misc-utils \
48d7b13a
KZ
11 po \
12 schedutils \
13 sys-utils \
e83446da
KZ
14 text-utils \
15 tests
48d7b13a 16
3bbc9320
ST
17if LINUX
18SUBDIRS += \
19 hwclock \
3bbc9320
ST
20 partx
21endif
22
7177d32e
ABL
23if BUILD_MOUNT
24SUBDIRS += mount
25endif
26
48d7b13a
KZ
27ACLOCAL_AMFLAGS = -I m4
28
1b38f7cc 29EXTRA_DIST = \
562218e6 30 autogen.sh \
81c3ab2d 31 README.devel \
dcb219b3 32 README.licensing \
b3adc972 33 DEPRECATED \
9645b5cb
KZ
34 licenses \
35 example.files \
71be1ee4 36 po/update-potfiles \
5196eb4b
KZ
37 tools \
38 docs
b8d1314d 39
baf39af1
KZ
40
41distclean-local:
0b9f737e 42 -find . -name \*~ -o -name \*.orig -o -name \*.rej | xargs rm -f
baf39af1 43 rm -rf autom4te.cache
8eeb575c 44
8569410c
SK
45ENABLE_ALL = --enable-static-programs \
46 --enable-elvtune --enable-init --enable-kill --enable-last \
33d7e660 47 --enable-mesg --enable-partx --enable-raw --enable-rdev --enable-reset \
7177d32e 48 --enable-login-utils --enable-write --enable-arch --enable-mount
33d7e660 49DISTCHECK_CONFIGURE_FLAGS = --disable-use-tty-group $(ENABLE_ALL)