]> git.ipfire.org Git - thirdparty/util-linux.git/blame - Makefile.am
build-sys: remove generated autotools stuff from git
[thirdparty/util-linux.git] / Makefile.am
CommitLineData
48d7b13a
KZ
1include $(top_srcdir)/config/include-Makefile.am
2
3SUBDIRS = lib \
8eeb575c 4 include \
48d7b13a
KZ
5 disk-utils \
6 fdisk \
7 getopt \
8 hwclock \
9 login-utils \
10 misc-utils \
11 mount \
12 partx \
13 po \
14 schedutils \
15 sys-utils \
16 text-utils
17
18ACLOCAL_AMFLAGS = -I m4
19
8eeb575c
KZ
20EXTRA_DIST = config/include-Makefile.am \
21 autogen.sh
baf39af1
KZ
22
23distclean-local:
8eeb575c 24 -find . \( -name \*~ -o -name \*.orig -o -name \*.rej \) -exec rm -f {} \;
baf39af1 25 rm -rf autom4te.cache
8eeb575c
KZ
26
27mrproper: distclean
28 -find -name Makefile.in -exec rm -f {} \;
29 rm -f configure ABOUT-NLS
30 rm -rf m4
31 cd po; rm -f `cat .gitignore`; cd ..
32 cd config; rm -f `cat ../.gitignore`; cd ..
33