diff options
| author | Paul Eggert | 2011-02-18 00:07:03 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-02-18 00:07:03 -0800 |
| commit | 942f733fd1251da4486cf1d72ec5569532dfd19d (patch) | |
| tree | 7c04854c15370219b6282c302ebcaed75a2f0eb8 /src/deps.mk | |
| parent | 37b3d30244ad822e049b6b20c2eadf5946cb02cc (diff) | |
| download | emacs-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 'src/deps.mk')
| -rw-r--r-- | src/deps.mk | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/deps.mk b/src/deps.mk index 3cb69bab2d8..5a86f1d2a4b 100644 --- a/src/deps.mk +++ b/src/deps.mk | |||
| @@ -9,17 +9,17 @@ | |||
| 9 | ## it under the terms of the GNU General Public License as published by | 9 | ## it under the terms of the GNU General Public License as published by |
| 10 | ## the Free Software Foundation, either version 3 of the License, or | 10 | ## the Free Software Foundation, either version 3 of the License, or |
| 11 | ## (at your option) any later version. | 11 | ## (at your option) any later version. |
| 12 | ## | 12 | ## |
| 13 | ## GNU Emacs is distributed in the hope that it will be useful, | 13 | ## GNU Emacs is distributed in the hope that it will be useful, |
| 14 | ## but WITHOUT ANY WARRANTY; without even the implied warranty of | 14 | ## but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 15 | ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 15 | ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 16 | ## GNU General Public License for more details. | 16 | ## GNU General Public License for more details. |
| 17 | ## | 17 | ## |
| 18 | ## You should have received a copy of the GNU General Public License | 18 | ## You should have received a copy of the GNU General Public License |
| 19 | ## along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 19 | ## along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 20 | 20 | ||
| 21 | ## Commentary: | 21 | ## Commentary: |
| 22 | ## | 22 | ## |
| 23 | ## This file is inserted in src/Makefile if AUTO_DEPEND=no. | 23 | ## This file is inserted in src/Makefile if AUTO_DEPEND=no. |
| 24 | ## It defines static dependencies between the various source files. | 24 | ## It defines static dependencies between the various source files. |
| 25 | 25 | ||
| @@ -144,7 +144,6 @@ gmalloc.o: gmalloc.c $(config_h) | |||
| 144 | ralloc.o: ralloc.c lisp.h $(config_h) | 144 | ralloc.o: ralloc.c lisp.h $(config_h) |
| 145 | vm-limit.o: vm-limit.c mem-limits.h lisp.h globals.h $(config_h) | 145 | vm-limit.o: vm-limit.c mem-limits.h lisp.h globals.h $(config_h) |
| 146 | marker.o: marker.c buffer.h character.h lisp.h globals.h $(config_h) | 146 | marker.o: marker.c buffer.h character.h lisp.h globals.h $(config_h) |
| 147 | md5.o: md5.c md5.h $(config_h) | ||
| 148 | minibuf.o: minibuf.c syntax.h frame.h window.h keyboard.h systime.h \ | 147 | minibuf.o: minibuf.c syntax.h frame.h window.h keyboard.h systime.h \ |
| 149 | buffer.h commands.h character.h msdos.h $(INTERVALS_H) keymap.h \ | 148 | buffer.h commands.h character.h msdos.h $(INTERVALS_H) keymap.h \ |
| 150 | termhooks.h lisp.h globals.h $(config_h) coding.h | 149 | termhooks.h lisp.h globals.h $(config_h) coding.h |