summaryrefslogblamecommitdiffstats
path: root/Makefile.am
blob: b78e8a77a582e6180915c6b01dc075c8b3eff05f (plain) (tree)
1
2
3
4
5
6
7
8
9
10

                                                
           
                 


                    
             

                     


                    

                    
 


                 


             



                

                       
              
                            
                              
                                  
                            

                               
                                    

                       
 

                
                                                                        
                             
 

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

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

if LINUX
SUBDIRS += \
	hwclock \
	partx
endif

if BUILD_MOUNT
SUBDIRS += mount
endif

ACLOCAL_AMFLAGS = -I m4

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


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

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