comparison src/Makefile.in @ 108086:e89f03024591

* Makefile.in (LD_SWITCH_MACHINE_TEMACS): Remove, unused. (TEMACS_LDFLAGS): Don't use LD_SWITCH_SYSTEM_TEMACS.
author Dan Nicolaescu <dann@ics.uci.edu>
date Fri, 23 Apr 2010 10:40:47 -0700
parents 39488fd097e8
children 7a80cd5e5722
comparison
equal deleted inserted replaced
108085:34eca4ecfbe6 108086:e89f03024591
194 /* Some m/MACHINE.h files define this to request special switches in ld. */ 194 /* Some m/MACHINE.h files define this to request special switches in ld. */
195 #ifndef LD_SWITCH_MACHINE 195 #ifndef LD_SWITCH_MACHINE
196 #define LD_SWITCH_MACHINE 196 #define LD_SWITCH_MACHINE
197 #endif 197 #endif
198 198
199 /* This holds special options for linking temacs
200 that should be used for linking anything else. */
201 #ifndef LD_SWITCH_MACHINE_TEMACS
202 #define LD_SWITCH_MACHINE_TEMACS
203 #endif
204
205 /* These macros are for switches specifically related to X Windows. */ 199 /* These macros are for switches specifically related to X Windows. */
206 #ifndef C_SWITCH_X_MACHINE 200 #ifndef C_SWITCH_X_MACHINE
207 #define C_SWITCH_X_MACHINE 201 #define C_SWITCH_X_MACHINE
208 #endif 202 #endif
209 203
401 #endif /* not ORDINARY_LINK */ 395 #endif /* not ORDINARY_LINK */
402 396
403 /* Flags to pass to LD only for temacs. */ 397 /* Flags to pass to LD only for temacs. */
404 /* Do not split this line with a backslash. That can cause trouble with 398 /* Do not split this line with a backslash. That can cause trouble with
405 some cpps. */ 399 some cpps. */
406 TEMACS_LDFLAGS = LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_TEMACS LD_SWITCH_MACHINE LD_SWITCH_MACHINE_TEMACS 400 TEMACS_LDFLAGS = LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_TEMACS LD_SWITCH_MACHINE
407 401
408 /* A macro which other sections of Makefile can redefine to munge the 402 /* A macro which other sections of Makefile can redefine to munge the
409 flags before they are passed to LD. This is helpful if you have 403 flags before they are passed to LD. This is helpful if you have
410 redefined LD to something odd, like "gcc". 404 redefined LD to something odd, like "gcc".
411 (The YMF prefix is a holdover from the old name "ymakefile".) 405 (The YMF prefix is a holdover from the old name "ymakefile".)