aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2008-05-14 01:09:06 +0000
committerKenichi Handa2008-05-14 01:09:06 +0000
commit0bd4ba0a5419273ed876ce825a5f02ca0d587852 (patch)
tree8d45729831e22699c4fc796cb55f5dfba717d9ac /src
parent1cc06b86c488cc663a4474f3338f0aa7c62e80da (diff)
downloademacs-0bd4ba0a5419273ed876ce825a5f02ca0d587852.tar.gz
emacs-0bd4ba0a5419273ed876ce825a5f02ca0d587852.zip
Delete USE_FONT_BACKEND conditionals.
(frame.o, image.o, print.o): Depend on $(FONTSRC).
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in11
1 files changed, 4 insertions, 7 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 80df9a66a93..bfeba06787f 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -541,7 +541,6 @@ emacsappsrc = ${srcdir}/../mac/Emacs.app/
541 541
542#ifdef HAVE_WINDOW_SYSTEM 542#ifdef HAVE_WINDOW_SYSTEM
543FONTSRC = font.h 543FONTSRC = font.h
544#ifdef USE_FONT_BACKEND
545#ifdef HAVE_X_WINDOWS 544#ifdef HAVE_X_WINDOWS
546#if defined (HAVE_XFT) 545#if defined (HAVE_XFT)
547FONTOBJ = font.o xfont.o ftfont.o xftfont.o ftxfont.o 546FONTOBJ = font.o xfont.o ftfont.o xftfont.o ftxfont.o
@@ -553,9 +552,6 @@ FONTOBJ = font.o xfont.o
553#else /* ! HAVE_X_WINDOWS */ 552#else /* ! HAVE_X_WINDOWS */
554FONTOBJ = font.o 553FONTOBJ = font.o
555#endif /* ! HAVE_X_WINDOWS */ 554#endif /* ! HAVE_X_WINDOWS */
556#else /* ! USE_FONT_BACKEND */
557FONTOBJ = font.o
558#endif /* ! USE_FONT_BACKEND */
559#endif /* HAVE_WINDOW_SYSTEM */ 555#endif /* HAVE_WINDOW_SYSTEM */
560 556
561/* lastfile must follow all files 557/* lastfile must follow all files
@@ -1086,7 +1082,7 @@ filelock.o: filelock.c buffer.h character.h charset.h coding.h systime.h \
1086 epaths.h $(config_h) 1082 epaths.h $(config_h)
1087filemode.o: filemode.c $(config_h) 1083filemode.o: filemode.c $(config_h)
1088frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \ 1084frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \
1089 blockinput.h atimer.h systime.h buffer.h character.h fontset.h \ 1085 blockinput.h atimer.h systime.h buffer.h character.h fontset.h $(FONTSRC) \
1090 msdos.h dosfns.h dispextern.h w32term.h macterm.h termchar.h $(config_h) 1086 msdos.h dosfns.h dispextern.h w32term.h macterm.h termchar.h $(config_h)
1091fringe.o: fringe.c dispextern.h frame.h window.h buffer.h termhooks.h $(config_h) 1087fringe.o: fringe.c dispextern.h frame.h window.h buffer.h termhooks.h $(config_h)
1092font.o: font.c dispextern.h frame.h window.h ccl.h character.h charset.h \ 1088font.o: font.c dispextern.h frame.h window.h ccl.h character.h charset.h \
@@ -1096,7 +1092,8 @@ fontset.o: dispextern.h fontset.h fontset.c ccl.h buffer.h character.h \
1096 charset.h frame.h keyboard.h termhooks.h $(FONTSRC) $(config_h) 1092 charset.h frame.h keyboard.h termhooks.h $(FONTSRC) $(config_h)
1097getloadavg.o: getloadavg.c $(config_h) 1093getloadavg.o: getloadavg.c $(config_h)
1098image.o: image.c frame.h window.h dispextern.h blockinput.h atimer.h \ 1094image.o: image.c frame.h window.h dispextern.h blockinput.h atimer.h \
1099 systime.h xterm.h w32term.h w32gui.h macterm.h macgui.h $(config_h) 1095 systime.h xterm.h w32term.h w32gui.h macterm.h macgui.h $(FONTSRC) \
1096 $(config_h)
1100indent.o: indent.c frame.h window.h indent.h buffer.h $(config_h) termchar.h \ 1097indent.o: indent.c frame.h window.h indent.h buffer.h $(config_h) termchar.h \
1101 termopts.h disptab.h region-cache.h character.h category.h composite.h \ 1098 termopts.h disptab.h region-cache.h character.h category.h composite.h \
1102 dispextern.h keyboard.h 1099 dispextern.h keyboard.h
@@ -1222,7 +1219,7 @@ fns.o: fns.c commands.h $(config_h) frame.h buffer.h character.h keyboard.h \
1222 blockinput.h atimer.h systime.h xterm.h termhooks.h 1219 blockinput.h atimer.h systime.h xterm.h termhooks.h
1223print.o: print.c process.h frame.h window.h buffer.h keyboard.h character.h \ 1220print.o: print.c process.h frame.h window.h buffer.h keyboard.h character.h \
1224 $(config_h) dispextern.h termchar.h $(INTERVAL_SRC) msdos.h composite.h \ 1221 $(config_h) dispextern.h termchar.h $(INTERVAL_SRC) msdos.h composite.h \
1225 blockinput.h atimer.h systime.h 1222 blockinput.h atimer.h systime.h $(FONTSRC)
1226lread.o: lread.c commands.h keyboard.h buffer.h epaths.h character.h \ 1223lread.o: lread.c commands.h keyboard.h buffer.h epaths.h character.h \
1227 charset.h $(config_h) $(INTERVAL_SRC) termhooks.h coding.h msdos.h 1224 charset.h $(config_h) $(INTERVAL_SRC) termhooks.h coding.h msdos.h
1228 1225