Newer
Older
Handbook / configuration / Makefile
  1. ################################################################################
  2. #
  3. # File: $Id$
  4. #
  5. # Makefile to build the handbook configure script and execute it to
  6. # produce a local make configuration for the command-line tools used.
  7. #
  8. ################################################################################
  9.  
  10.  
  11. DEPLOY=../make-includes
  12.  
  13.  
  14. configure: configure.ac install-sh $(wildcard include/*.m4)
  15. aclocal -I include
  16. autoreconf
  17.  
  18.  
  19. clean:
  20. rm -f aclocal.m4 config.log config.status configure \
  21. $(DEPLOY)/local_configuration.make
  22. rm -rf autom4te.cache