summaryrefslogblamecommitdiffstats
path: root/Makefile.am
blob: e3d7be505206abc5ec05a644e1488cd45e682ede (plain) (tree)
1
2
3
4

                                                
           
                 










                     

                    


                       
              
                            


                                

                                    
 

                
                                                                        
                             

                   
                                      
                                                        




                                                               




                                                                         
include $(top_srcdir)/config/include-Makefile.am

SUBDIRS = \
	include \
	disk-utils \
	fdisk \
	getopt \
	hwclock \
	login-utils \
	misc-utils \
	mount \
        partx \
	po \
	schedutils \
	sys-utils \
	text-utils \
	tests

ACLOCAL_AMFLAGS = -I m4

EXTRA_DIST = \
		autogen.sh \
		README.devel \
		licenses/ \
		example.files/ \
		po/update-potfiles \
		tools


distclean-local:
	-find . -name \*~ -o -name \*.orig -o -name \*.rej | xargs rm -f
	rm -rf autom4te.cache

mrproper: distclean
	if [ -f ".gitignore" ]; then \
		find -name Makefile.in | xargs rm -f ; \
		rm -f configure ABOUT-NLS ; \
		rm -rf m4 ; \
		cd config; rm -f `cat ../.gitignore`; cd .. ; \
		cd po; rm -f `cat .gitignore`; cd .. ; \
	fi

ENABLE_ALL = --enable-elvtune --enable-init --enable-kill --enable-last \
 --enable-mesg --enable-partx --enable-raw --enable-rdev --enable-reset \
 --enable-login-utils --enable-write
DISTCHECK_CONFIGURE_FLAGS = --disable-use-tty-group $(ENABLE_ALL)