comparison src/Makefile.in @ 27665:105b01b90125

* Makefile.in (LIBX): Link in tiff library before jpeg, since tiff library may depend on jpeg. (atimer.o): Depends on atimer.c.
author Ken Raeburn <raeburn@raeburn.org>
date Fri, 11 Feb 2000 06:04:09 +0000
parents c3199813ea4d
children 9400865ec7cf
comparison
equal deleted inserted replaced
27664:c5c27d509bdf 27665:105b01b90125
418 418
419 #ifdef HAVE_X11 419 #ifdef HAVE_X11
420 /* LD_SWITCH_X_DEFAULT comes after everything else that specifies 420 /* LD_SWITCH_X_DEFAULT comes after everything else that specifies
421 options for where to find X libraries, but before those libraries. */ 421 options for where to find X libraries, but before those libraries. */
422 X11_LDFLAGS = LD_SWITCH_X_SITE LD_SWITCH_X_DEFAULT 422 X11_LDFLAGS = LD_SWITCH_X_SITE LD_SWITCH_X_DEFAULT
423 LIBX= $(LIBXMENU) $(X11_LDFLAGS) $(LIBXT) LIB_X11_LIB LIBX11_MACHINE LIBX11_SYSTEM LIBXPM LIBJPEG LIBPNG LIBTIFF LIBGIF 423 LIBX= $(LIBXMENU) $(X11_LDFLAGS) $(LIBXT) LIB_X11_LIB LIBX11_MACHINE LIBX11_SYSTEM LIBXPM LIBTIFF LIBJPEG LIBPNG LIBGIF
424 #else /* not HAVE_X11 */ 424 #else /* not HAVE_X11 */
425 LIBX= $(LIBXMENU) LD_SWITCH_X_SITE -lX10 LIBX10_MACHINE LIBX10_SYSTEM 425 LIBX= $(LIBXMENU) LD_SWITCH_X_SITE -lX10 LIBX10_MACHINE LIBX10_SYSTEM
426 #endif /* not HAVE_X11 */ 426 #endif /* not HAVE_X11 */
427 #endif /* not HAVE_X_WINDOWS */ 427 #endif /* not HAVE_X_WINDOWS */
428 428
1144 xselect.o: xselect.c dispextern.h frame.h xterm.h blockinput.h charset.h \ 1144 xselect.o: xselect.c dispextern.h frame.h xterm.h blockinput.h charset.h \
1145 coding.h ccl.h buffer.h $(config_h) 1145 coding.h ccl.h buffer.h $(config_h)
1146 xrdb.o: xrdb.c $(config_h) epaths.h 1146 xrdb.o: xrdb.c $(config_h) epaths.h
1147 hftctl.o: hftctl.c $(config_h) 1147 hftctl.o: hftctl.c $(config_h)
1148 sound.o: sound.c dispextern.h $(config_h) 1148 sound.o: sound.c dispextern.h $(config_h)
1149 atimer.o: atimer.h systime.h $(config_h) 1149 atimer.o: atimer.c atimer.h systime.h $(config_h)
1150 1150
1151 /* The files of Lisp proper */ 1151 /* The files of Lisp proper */
1152 1152
1153 alloc.o: alloc.c frame.h window.h buffer.h puresize.h syssignal.h keyboard.h \ 1153 alloc.o: alloc.c frame.h window.h buffer.h puresize.h syssignal.h keyboard.h \
1154 blockinput.h charset.h $(config_h) INTERVAL_SRC 1154 blockinput.h charset.h $(config_h) INTERVAL_SRC