view src/autodeps.mk @ 110540:b1a96286ba6e

Remove W32 API function pointer unused since 2005-02-15 (revno 60055). * w32fns.c (clipboard_sequence_fn): Don't declare. (globals_of_w32fns): Don't initialize it.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 24 Sep 2010 05:35:55 +0200
parents 5df3f77a9df9
children
line wrap: on
line source

### autodeps.mk --- src/Makefile fragment for GNU Emacs

## This is inserted in src/Makefile if AUTO_DEPEND=yes.

ALLOBJS=$(START_FILES) ${obj} ${otherobj}
-include $(ALLOBJS:%.o=${DEPDIR}/%.d)