diff oldXMenu/Makefile.in @ 108129:e272dbe64cda

Reduce CPP usage. * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE, C_SWITCH_X_SITE): Remove definitions and undefs. Inline definitions in the only user. (ALL_CFLAGS): Substitute C_SWITCH_X_SYSTEM using autoconf. * Makefile.in (C_SWITCH_X_SYSTEM): Define using autoconf. * Makefile.in (C_SWITCH_X_SYSTEM): Define using autoconf. * configure.in (C_SWITCH_X_SYSTEM): Define using autoconf, not cpp.
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 26 Apr 2010 22:24:53 -0700
parents 7a80cd5e5722
children a13ac113e6f6
line wrap: on
line diff
--- a/oldXMenu/Makefile.in	Mon Apr 26 20:47:47 2010 -0700
+++ b/oldXMenu/Makefile.in	Mon Apr 26 22:24:53 2010 -0700
@@ -46,6 +46,7 @@
 srcdir=@srcdir@
 VPATH=@srcdir@
 C_SWITCH_X_SITE=@C_SWITCH_X_SITE@
+C_SWITCH_X_SYSTEM=@C_SWITCH_X_SYSTEM@
 C_SWITCH_SYSTEM=@c_switch_system@
 C_SWITCH_MACHINE=@c_switch_machine@