comparison src/Makefile.in @ 19038:c6bd02eeb5fa

(LDFLAGS, CPPFLAGS): Get them from configure like CFLAGS.
author Richard M. Stallman <rms@gnu.org>
date Wed, 30 Jul 1997 04:24:46 +0000
parents f0f6d5dc8e09
children f6bd90990d66
comparison
equal deleted inserted replaced
19037:f37a8bfe3364 19038:c6bd02eeb5fa
22 srcdir=@srcdir@ 22 srcdir=@srcdir@
23 VPATH=@srcdir@ 23 VPATH=@srcdir@
24 CC=@CC@ 24 CC=@CC@
25 CPP=@CPP@ 25 CPP=@CPP@
26 CFLAGS=@CFLAGS@ 26 CFLAGS=@CFLAGS@
27 CPPFLAGS=@CPPFLAGS@
28 LDFLAGS=@LDFLAGS@
27 LN_S=@LN_S@ 29 LN_S=@LN_S@
28 # Substitute an assignment for the MAKE variable, because 30 # Substitute an assignment for the MAKE variable, because
29 # BSD doesn't have it as a default. 31 # BSD doesn't have it as a default.
30 @SET_MAKE@ 32 @SET_MAKE@
31 33
46 config_h = config.h $(M_FILE) $(S_FILE) 48 config_h = config.h $(M_FILE) $(S_FILE)
47 49
48 # ========================== start of cpp stuff ======================= 50 # ========================== start of cpp stuff =======================
49 /* From here on, comments must be done in C syntax. */ 51 /* From here on, comments must be done in C syntax. */
50 52
51 CPPFLAGS=
52 LDFLAGS=
53 C_SWITCH_SYSTEM= 53 C_SWITCH_SYSTEM=
54 54
55 /* just to be sure the sh is used */ 55 /* just to be sure the sh is used */
56 SHELL=/bin/sh 56 SHELL=/bin/sh
57 57