comparison lwlib/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 3879f5eab4e9
children 4ac65e89bb6e
comparison
equal deleted inserted replaced
108128:1e7aaadc50e8 108129:e272dbe64cda
24 # and set up to be configured by ../configure. 24 # and set up to be configured by ../configure.
25 25
26 srcdir=@srcdir@ 26 srcdir=@srcdir@
27 VPATH=@srcdir@ 27 VPATH=@srcdir@
28 C_SWITCH_X_SITE=@C_SWITCH_X_SITE@ 28 C_SWITCH_X_SITE=@C_SWITCH_X_SITE@
29 C_SWITCH_X_SYSTEM=@C_SWITCH_X_SYSTEM@
29 C_SWITCH_SYSTEM=@c_switch_system@ 30 C_SWITCH_SYSTEM=@c_switch_system@
30 C_SWITCH_MACHINE=@c_switch_machine@ 31 C_SWITCH_MACHINE=@c_switch_machine@
31 32
32 CC=@CC@ 33 CC=@CC@
33 CFLAGS=@CFLAGS@ 34 CFLAGS=@CFLAGS@