aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Makefile.in
diff options
context:
space:
mode:
authorPaul Eggert2011-02-18 00:07:03 -0800
committerPaul Eggert2011-02-18 00:07:03 -0800
commit942f733fd1251da4486cf1d72ec5569532dfd19d (patch)
tree7c04854c15370219b6282c302ebcaed75a2f0eb8 /lib/Makefile.in
parent37b3d30244ad822e049b6b20c2eadf5946cb02cc (diff)
downloademacs-942f733fd1251da4486cf1d72ec5569532dfd19d.tar.gz
emacs-942f733fd1251da4486cf1d72ec5569532dfd19d.zip
Import crypto/md5 module from gnulib.
* Makefile.in (MAKEFILE_MODULES): Add crypto/md5. * admin/notes/copyright: Remove src/md5.c and src/md5.h as special cases. * src/Makefile.in (base_obj): Remove md5.o, since this file is in lib now. * src/deps.mk (md5.o): Remove. * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: Regenerate. * lib/md5.c: Regenerate. This renames the file from src/md5.c, and adds some porting improvements from gnulib. * lib/md5.h: Regenerate, likwise; rename from src/md5.h. * m4/md5.m4: New file, from gnulib. 2011-02-18 Paul Eggert <eggert@cs.ucla.edu>
Diffstat (limited to 'lib/Makefile.in')
-rw-r--r--lib/Makefile.in30
1 files changed, 16 insertions, 14 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 82e23967865..b0fd92237cd 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -24,7 +24,7 @@
24# the same distribution terms as the rest of that program. 24# the same distribution terms as the rest of that program.
25# 25#
26# Generated by gnulib-tool. 26# Generated by gnulib-tool.
27# 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 dtoastr getloadavg getopt-gnu ignore-value mktime strftime 27# 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 crypto/md5 dtoastr getloadavg getopt-gnu ignore-value mktime strftime
28 28
29VPATH = @srcdir@ 29VPATH = @srcdir@
30pkgdatadir = $(datadir)/@PACKAGE@ 30pkgdatadir = $(datadir)/@PACKAGE@
@@ -53,13 +53,13 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/00gnulib.m4 \
53 $(top_srcdir)/m4/c-strtod.m4 $(top_srcdir)/m4/extensions.m4 \ 53 $(top_srcdir)/m4/c-strtod.m4 $(top_srcdir)/m4/extensions.m4 \
54 $(top_srcdir)/m4/getloadavg.m4 $(top_srcdir)/m4/getopt.m4 \ 54 $(top_srcdir)/m4/getloadavg.m4 $(top_srcdir)/m4/getopt.m4 \
55 $(top_srcdir)/m4/gl-comp.m4 $(top_srcdir)/m4/gnulib-common.m4 \ 55 $(top_srcdir)/m4/gl-comp.m4 $(top_srcdir)/m4/gnulib-common.m4 \
56 $(top_srcdir)/m4/include_next.m4 $(top_srcdir)/m4/mktime.m4 \ 56 $(top_srcdir)/m4/include_next.m4 $(top_srcdir)/m4/md5.m4 \
57 $(top_srcdir)/m4/multiarch.m4 $(top_srcdir)/m4/stdbool.m4 \ 57 $(top_srcdir)/m4/mktime.m4 $(top_srcdir)/m4/multiarch.m4 \
58 $(top_srcdir)/m4/stddef_h.m4 $(top_srcdir)/m4/stdlib_h.m4 \ 58 $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stddef_h.m4 \
59 $(top_srcdir)/m4/strftime.m4 $(top_srcdir)/m4/time_h.m4 \ 59 $(top_srcdir)/m4/stdlib_h.m4 $(top_srcdir)/m4/strftime.m4 \
60 $(top_srcdir)/m4/time_r.m4 $(top_srcdir)/m4/tm_gmtoff.m4 \ 60 $(top_srcdir)/m4/time_h.m4 $(top_srcdir)/m4/time_r.m4 \
61 $(top_srcdir)/m4/unistd_h.m4 $(top_srcdir)/m4/wchar_t.m4 \ 61 $(top_srcdir)/m4/tm_gmtoff.m4 $(top_srcdir)/m4/unistd_h.m4 \
62 $(top_srcdir)/configure.in 62 $(top_srcdir)/m4/wchar_t.m4 $(top_srcdir)/configure.in
63am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 63am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
64 $(ACLOCAL_M4) 64 $(ACLOCAL_M4)
65mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 65mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
@@ -536,10 +536,11 @@ x_default_search_path = @x_default_search_path@
536BUILT_SOURCES = arg-nonnull.h c++defs.h $(GETOPT_H) $(STDBOOL_H) \ 536BUILT_SOURCES = arg-nonnull.h c++defs.h $(GETOPT_H) $(STDBOOL_H) \
537 $(STDDEF_H) stdlib.h time.h unistd.h warn-on-use.h 537 $(STDDEF_H) stdlib.h time.h unistd.h warn-on-use.h
538EXTRA_DIST = $(top_srcdir)/./arg-nonnull.h $(top_srcdir)/./c++defs.h \ 538EXTRA_DIST = $(top_srcdir)/./arg-nonnull.h $(top_srcdir)/./c++defs.h \
539 ftoastr.c ftoastr.h getloadavg.c getopt.c getopt.in.h \ 539 md5.c md5.h ftoastr.c ftoastr.h getloadavg.c getopt.c \
540 getopt1.c getopt_int.h intprops.h mktime-internal.h mktime.c \ 540 getopt.in.h getopt1.c getopt_int.h intprops.h \
541 stdbool.in.h stddef.in.h stdlib.in.h strftime.c strftime.h \ 541 mktime-internal.h mktime.c stdbool.in.h stddef.in.h \
542 time.in.h time_r.c unistd.in.h $(top_srcdir)/./warn-on-use.h 542 stdlib.in.h strftime.c strftime.h time.in.h time_r.c \
543 unistd.in.h $(top_srcdir)/./warn-on-use.h
543MOSTLYCLEANFILES = core *.stackdump arg-nonnull.h arg-nonnull.h-t \ 544MOSTLYCLEANFILES = core *.stackdump arg-nonnull.h arg-nonnull.h-t \
544 c++defs.h c++defs.h-t getopt.h getopt.h-t stdbool.h \ 545 c++defs.h c++defs.h-t getopt.h getopt.h-t stdbool.h \
545 stdbool.h-t stddef.h stddef.h-t stdlib.h stdlib.h-t time.h \ 546 stdbool.h-t stddef.h stddef.h-t stdlib.h stdlib.h-t time.h \
@@ -549,8 +550,8 @@ DEFAULT_INCLUDES = -I. -I../src -I$(top_srcdir)/src
549libgnu_a_SOURCES = dtoastr.c gettext.h ignore-value.h 550libgnu_a_SOURCES = dtoastr.c gettext.h ignore-value.h
550libgnu_a_LIBADD = $(gl_LIBOBJS) 551libgnu_a_LIBADD = $(gl_LIBOBJS)
551libgnu_a_DEPENDENCIES = $(gl_LIBOBJS) 552libgnu_a_DEPENDENCIES = $(gl_LIBOBJS)
552EXTRA_libgnu_a_SOURCES = ftoastr.c getloadavg.c getopt.c getopt1.c \ 553EXTRA_libgnu_a_SOURCES = md5.c ftoastr.c getloadavg.c getopt.c \
553 mktime.c strftime.c time_r.c 554 getopt1.c mktime.c strftime.c time_r.c
554ARG_NONNULL_H = arg-nonnull.h 555ARG_NONNULL_H = arg-nonnull.h
555CXXDEFS_H = c++defs.h 556CXXDEFS_H = c++defs.h
556WARN_ON_USE_H = warn-on-use.h 557WARN_ON_USE_H = warn-on-use.h
@@ -608,6 +609,7 @@ distclean-compile:
608@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getloadavg.Po@am__quote@ 609@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getloadavg.Po@am__quote@
609@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@ 610@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@
610@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt1.Po@am__quote@ 611@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt1.Po@am__quote@
612@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5.Po@am__quote@
611@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mktime.Po@am__quote@ 613@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mktime.Po@am__quote@
612@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strftime.Po@am__quote@ 614@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strftime.Po@am__quote@
613@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/time_r.Po@am__quote@ 615@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/time_r.Po@am__quote@