Regenerate.
* aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
* lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
* m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
New files, generated automatically, with 'make sync-from-gnulib'
followed by 'make'.
* configure, lisp/dired.el, src/config.in: Regenerate.
2011-01-08 21:19:44 +00:00
|
|
|
## DO NOT EDIT! GENERATED AUTOMATICALLY!
|
|
|
|
## Process this file with automake to produce Makefile.in.
|
|
|
|
# Copyright (C) 2002-2011 Free Software Foundation, Inc.
|
|
|
|
#
|
|
|
|
# This file is free software, distributed under the terms of the GNU
|
|
|
|
# General Public License. As a special exception to the GNU General
|
|
|
|
# Public License, this file may be distributed as part of a program
|
|
|
|
# that contains a configuration script generated by Autoconf, under
|
|
|
|
# the same distribution terms as the rest of that program.
|
|
|
|
#
|
|
|
|
# Generated by gnulib-tool.
|
2011-01-09 01:20:28 +00:00
|
|
|
# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=. --makefile-name=gnulib.mk --no-libtool --macro-prefix=gl --no-vc-files ftoastr
|
Regenerate.
* aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
* lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
* m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
New files, generated automatically, with 'make sync-from-gnulib'
followed by 'make'.
* configure, lisp/dired.el, src/config.in: Regenerate.
2011-01-08 21:19:44 +00:00
|
|
|
|
|
|
|
|
|
|
|
MOSTLYCLEANFILES += core *.stackdump
|
|
|
|
|
|
|
|
noinst_LIBRARIES += libgnu.a
|
|
|
|
|
|
|
|
libgnu_a_SOURCES =
|
|
|
|
libgnu_a_LIBADD = $(gl_LIBOBJS)
|
|
|
|
libgnu_a_DEPENDENCIES = $(gl_LIBOBJS)
|
|
|
|
EXTRA_libgnu_a_SOURCES =
|
|
|
|
|
2011-01-09 01:20:28 +00:00
|
|
|
## begin gnulib module ftoastr
|
Regenerate.
* aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
* lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
* m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
New files, generated automatically, with 'make sync-from-gnulib'
followed by 'make'.
* configure, lisp/dired.el, src/config.in: Regenerate.
2011-01-08 21:19:44 +00:00
|
|
|
|
2011-01-09 01:20:28 +00:00
|
|
|
libgnu_a_SOURCES += ftoastr.h ftoastr.c dtoastr.c ldtoastr.c
|
Regenerate.
* aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
* lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
* m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
New files, generated automatically, with 'make sync-from-gnulib'
followed by 'make'.
* configure, lisp/dired.el, src/config.in: Regenerate.
2011-01-08 21:19:44 +00:00
|
|
|
|
2011-01-09 01:20:28 +00:00
|
|
|
## end gnulib module ftoastr
|
|
|
|
|
|
|
|
## begin gnulib module intprops
|
|
|
|
|
|
|
|
|
|
|
|
EXTRA_DIST += intprops.h
|
|
|
|
|
|
|
|
## end gnulib module intprops
|
Regenerate.
* aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
* lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
* m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
New files, generated automatically, with 'make sync-from-gnulib'
followed by 'make'.
* configure, lisp/dired.el, src/config.in: Regenerate.
2011-01-08 21:19:44 +00:00
|
|
|
|
|
|
|
|
|
|
|
mostlyclean-local: mostlyclean-generic
|
|
|
|
@for dir in '' $(MOSTLYCLEANDIRS); do \
|
|
|
|
if test -n "$$dir" && test -d $$dir; then \
|
|
|
|
echo "rmdir $$dir"; rmdir $$dir; \
|
|
|
|
fi; \
|
|
|
|
done; \
|
|
|
|
:
|