comparison src/makefile.nt @ 27891:5c190782d071

Add atimer.h to dependencies.
author Jason Rumney <jasonr@gnu.org>
date Sun, 27 Feb 2000 21:30:11 +0000
parents 1a1bb26a2326
children 350224e0efe6
comparison
equal deleted inserted replaced
27890:91be3fa84ccb 27891:5c190782d071
727 $(SRC)\systty.h \ 727 $(SRC)\systty.h \
728 $(SRC)\w32term.h \ 728 $(SRC)\w32term.h \
729 $(SRC)\w32gui.h \ 729 $(SRC)\w32gui.h \
730 $(SRC)\xterm.h \ 730 $(SRC)\xterm.h \
731 $(SRC)\vmstime.h \ 731 $(SRC)\vmstime.h \
732 $(SRC)\systime.h 732 $(SRC)\systime.h \
733 $(SRC)\atimer.h
733 734
734 $(BLD)\keymap.obj : \ 735 $(BLD)\keymap.obj : \
735 $(SRC)\keymap.c \ 736 $(SRC)\keymap.c \
736 $(EMACS_ROOT)\src\s\ms-w32.h \ 737 $(EMACS_ROOT)\src\s\ms-w32.h \
737 $(EMACS_ROOT)\src\m\intel386.h \ 738 $(EMACS_ROOT)\src\m\intel386.h \
894 $(SRC)\syswait.h \ 895 $(SRC)\syswait.h \
895 $(SRC)\lisp.h \ 896 $(SRC)\lisp.h \
896 $(SRC)\vmstime.h \ 897 $(SRC)\vmstime.h \
897 $(SRC)\systime.h \ 898 $(SRC)\systime.h \
898 $(SRC)\termopts.h \ 899 $(SRC)\termopts.h \
899 $(SRC)\composite.h 900 $(SRC)\composite.h \
901 $(SRC)\atimer.h
900 902
901 $(BLD)\ralloc.obj : \ 903 $(BLD)\ralloc.obj : \
902 $(SRC)\ralloc.c \ 904 $(SRC)\ralloc.c \
903 $(EMACS_ROOT)\src\s\ms-w32.h \ 905 $(EMACS_ROOT)\src\s\ms-w32.h \
904 $(EMACS_ROOT)\src\m\intel386.h \ 906 $(EMACS_ROOT)\src\m\intel386.h \
1223 $(SRC)\disptab.h \ 1225 $(SRC)\disptab.h \
1224 $(SRC)\buffer.h \ 1226 $(SRC)\buffer.h \
1225 $(SRC)\window.h \ 1227 $(SRC)\window.h \
1226 $(SRC)\keyboard.h \ 1228 $(SRC)\keyboard.h \
1227 $(SRC)\intervals.h \ 1229 $(SRC)\intervals.h \
1228 $(SRC)\composite.h 1230 $(SRC)\composite.h \
1231 $(SRC)\atimer.h
1229 1232
1230 $(BLD)\w32select.obj: \ 1233 $(BLD)\w32select.obj: \
1231 $(EMACS_ROOT)\src\s\ms-w32.h \ 1234 $(EMACS_ROOT)\src\s\ms-w32.h \
1232 $(EMACS_ROOT)\src\m\intel386.h \ 1235 $(EMACS_ROOT)\src\m\intel386.h \
1233 $(EMACS_ROOT)\src\config.h \ 1236 $(EMACS_ROOT)\src\config.h \