comparison src/Makefile.in @ 18563:96aacd871a54

(lisp, shortlisp): Add widget.elc.
author Richard M. Stallman <rms@gnu.org>
date Wed, 02 Jul 1997 17:03:57 +0000
parents be79ecce0e02
children b49772979571
comparison
equal deleted inserted replaced
18562:e22e2a4e683a 18563:96aacd871a54
141 #define LD_SWITCH_SYSTEM -X 141 #define LD_SWITCH_SYSTEM -X
142 #else /* ! defined(COFF_ENCAPSULATE) || (defined (BSD_SYSTEM) && !defined (COFF)) */ 142 #else /* ! defined(COFF_ENCAPSULATE) || (defined (BSD_SYSTEM) && !defined (COFF)) */
143 #define LD_SWITCH_SYSTEM 143 #define LD_SWITCH_SYSTEM
144 #endif /* ! defined(COFF_ENCAPSULATE) || (defined (BSD_SYSTEM) && !defined (COFF)) */ 144 #endif /* ! defined(COFF_ENCAPSULATE) || (defined (BSD_SYSTEM) && !defined (COFF)) */
145 #endif /* LD_SWITCH_SYSTEM */ 145 #endif /* LD_SWITCH_SYSTEM */
146
147 /* This holds special options for linking temacs
148 that should be used for linking anything else. */
149 #ifndef LD_SWITCH_SYSTEM_TEMACS
150 #define LD_SWITCH_SYSTEM_TEMACS
151 #endif
146 152
147 /* Some m/MACHINE.h files define this to request special switches in ld. */ 153 /* Some m/MACHINE.h files define this to request special switches in ld. */
148 #ifndef LD_SWITCH_MACHINE 154 #ifndef LD_SWITCH_MACHINE
149 #define LD_SWITCH_MACHINE 155 #define LD_SWITCH_MACHINE
150 #endif 156 #endif
683 ${lispsource}vc-hooks.elc \ 689 ${lispsource}vc-hooks.elc \
684 ${lispsource}ediff-hook.elc \ 690 ${lispsource}ediff-hook.elc \
685 VMS_SUPPORT \ 691 VMS_SUPPORT \
686 MSDOS_SUPPORT \ 692 MSDOS_SUPPORT \
687 WINNT_SUPPORT \ 693 WINNT_SUPPORT \
694 ${lispsource}widget.elc \
688 ${lispsource}window.elc \ 695 ${lispsource}window.elc \
689 ${lispsource}version.el 696 ${lispsource}version.el
690 697
691 /* These are relative file names for the Lisp files 698 /* These are relative file names for the Lisp files
692 that are loaded unconditionally. This is used in make-docfile. 699 that are loaded unconditionally. This is used in make-docfile.
739 ../lisp/startup.elc \ 746 ../lisp/startup.elc \
740 ../lisp/subr.elc \ 747 ../lisp/subr.elc \
741 ../lisp/text-mode.elc \ 748 ../lisp/text-mode.elc \
742 ../lisp/vc-hooks.elc \ 749 ../lisp/vc-hooks.elc \
743 ../lisp/ediff-hook.elc \ 750 ../lisp/ediff-hook.elc \
751 ../lisp/widget.elc \
744 ../lisp/window.elc \ 752 ../lisp/window.elc \
745 ../lisp/version.el 753 ../lisp/version.el
746 754
747 /* Lisp files that may or may not be used. 755 /* Lisp files that may or may not be used.
748 We must unconditionally put them in the DOC file. 756 We must unconditionally put them in the DOC file.