comparison src/Makefile.in @ 28586:208f9a3dc638

(LIBOBJS): New variable. (obj): Use it.
author Dave Love <fx@gnu.org>
date Fri, 14 Apr 2000 12:40:49 +0000
parents 844bad68a120
children 8099fbbcc6e9
comparison
equal deleted inserted replaced
28585:844bad68a120 28586:208f9a3dc638
30 LN_S=@LN_S@ 30 LN_S=@LN_S@
31 # Substitute an assignment for the MAKE variable, because 31 # Substitute an assignment for the MAKE variable, because
32 # BSD doesn't have it as a default. 32 # BSD doesn't have it as a default.
33 @SET_MAKE@ 33 @SET_MAKE@
34 LIBS = @LIBS@ 34 LIBS = @LIBS@
35 LIBOBJS = @LIBOBJS@
35 36
36 # On Xenix and the IBM RS6000, double-dot gets screwed up. 37 # On Xenix and the IBM RS6000, double-dot gets screwed up.
37 dot = . 38 dot = .
38 dotdot = ${dot}${dot} 39 dotdot = ${dot}${dot}
39 lispsource = ${srcdir}/$(dot)$(dot)/lisp/ 40 lispsource = ${srcdir}/$(dot)$(dot)/lisp/
549 eval.o floatfns.o fns.o print.o lread.o \ 550 eval.o floatfns.o fns.o print.o lread.o \
550 abbrev.o syntax.o UNEXEC mocklisp.o bytecode.o \ 551 abbrev.o syntax.o UNEXEC mocklisp.o bytecode.o \
551 process.o callproc.o \ 552 process.o callproc.o \
552 region-cache.o sound.o atimer.o \ 553 region-cache.o sound.o atimer.o \
553 doprnt.o strftime.o intervals.o textprop.o composite.o \ 554 doprnt.o strftime.o intervals.o textprop.o composite.o \
554 @LIBOBJS@ MSDOS_OBJ 555 $(LIBOBJS) MSDOS_OBJ
555 556
556 /* Object files used on some machine or other. 557 /* Object files used on some machine or other.
557 These go in the DOC file on all machines 558 These go in the DOC file on all machines
558 in case they are needed there. */ 559 in case they are needed there. */
559 SOME_MACHINE_OBJECTS = sunfns.o dosfns.o msdos.o \ 560 SOME_MACHINE_OBJECTS = sunfns.o dosfns.o msdos.o \