comparison Makefile.in @ 112379:b14f98859016

Merge: build from gnulib a bit better; document autoreconf.
author Paul Eggert <eggert@cs.ucla.edu>
date Wed, 19 Jan 2011 15:59:52 -0800
parents 5855bdef20c9
children 75fec4affb13
comparison
equal deleted inserted replaced
112374:4d90cea362a3 112379:b14f98859016
341 $(gnulib_srcdir)/build-aux/config.guess \ 341 $(gnulib_srcdir)/build-aux/config.guess \
342 $(gnulib_srcdir)/build-aux/install-sh \ 342 $(gnulib_srcdir)/build-aux/install-sh \
343 $(gnulib_srcdir)/build-aux/mkinstalldirs \ 343 $(gnulib_srcdir)/build-aux/mkinstalldirs \
344 $(gnulib_srcdir)/build-aux/move-if-change \ 344 $(gnulib_srcdir)/build-aux/move-if-change \
345 $(srcdir) 345 $(srcdir)
346 cd $(srcdir) && autoreconf -I m4
346 .PHONY: sync-from-gnulib 347 .PHONY: sync-from-gnulib
347 348
348 # These targets should be "${SUBDIR} without `src'". 349 # These targets should be "${SUBDIR} without `src'".
349 lib lib-src lisp: Makefile FRC 350 lib lib-src lisp: Makefile FRC
350 cd $@; $(MAKE) all $(MFLAGS) \ 351 cd $@; $(MAKE) all $(MFLAGS) \
830 ### Makefile. More generally, `make maintainer-clean' should not delete 831 ### Makefile. More generally, `make maintainer-clean' should not delete
831 ### anything that needs to exist in order to run `configure' and then 832 ### anything that needs to exist in order to run `configure' and then
832 ### begin to build the program. 833 ### begin to build the program.
833 top_maintainer_clean=\ 834 top_maintainer_clean=\
834 ${top_distclean}; \ 835 ${top_distclean}; \
835 rm -fr autom4te.cache; \ 836 rm -fr autom4te.cache
836 rm -f aclocal.m4
837 maintainer-clean: bootstrap-clean FRC 837 maintainer-clean: bootstrap-clean FRC
838 (cd src; $(MAKE) $(MFLAGS) maintainer-clean) 838 (cd src; $(MAKE) $(MFLAGS) maintainer-clean)
839 (cd lisp; $(MAKE) $(MFLAGS) maintainer-clean) 839 (cd lisp; $(MAKE) $(MFLAGS) maintainer-clean)
840 ${top_maintainer_clean} 840 ${top_maintainer_clean}
841 841