comparison lib-src/Makefile.in @ 13759:db3649779fcc

(LIB_STANDARD_LIBSRC): Use this instead of LIB_STANDARD. (LOADLIBES): Use LIB_STANDARD_LIBSRC.
author Karl Heuer <kwzh@gnu.org>
date Thu, 21 Dec 1995 16:45:29 +0000
parents 30147ba2d776
children 47fd98cc412a
comparison
equal deleted inserted replaced
13758:5a7e9e98add7 13759:db3649779fcc
132 132
133 # ========================== start of cpp stuff ======================= 133 # ========================== start of cpp stuff =======================
134 /* From here on, comments must be done in C syntax. */ 134 /* From here on, comments must be done in C syntax. */
135 135
136 #define NO_SHORTNAMES 136 #define NO_SHORTNAMES
137 #define THIS_IS_YMAKEFILE 137 #define THIS_IS_MAKEFILE
138 #define NOT_C_CODE 138 #define NOT_C_CODE
139 #include "../src/config.h" 139 #include "../src/config.h"
140 140
141 /* We won't really call alloca; 141 /* We won't really call alloca;
142 don't let the file name alloca.c get messed up. */ 142 don't let the file name alloca.c get messed up. */
144 #undef alloca 144 #undef alloca
145 #endif 145 #endif
146 146
147 /* Some machines don't find the standard C libraries in the usual place. */ 147 /* Some machines don't find the standard C libraries in the usual place. */
148 #ifndef ORDINARY_LINK 148 #ifndef ORDINARY_LINK
149 #ifndef LIB_STANDARD 149 #ifndef LIB_STANDARD_LIBSRC
150 #define LIB_STANDARD -lc 150 #define LIB_STANDARD_LIBSRC -lc
151 #endif 151 #endif
152 #else 152 #else
153 #ifndef LIB_STANDARD 153 #ifndef LIB_STANDARD_LIBSRC
154 #define LIB_STANDARD 154 #define LIB_STANDARD_LIBSRC
155 #endif 155 #endif
156 #endif 156 #endif
157 157
158 /* Some s/*.h files define this to request special libraries. */ 158 /* Some s/*.h files define this to request special libraries. */
159 #ifndef LIBS_SYSTEM 159 #ifndef LIBS_SYSTEM
184 #define BLESSMAIL blessmail 184 #define BLESSMAIL blessmail
185 #else 185 #else
186 #define BLESSMAIL 186 #define BLESSMAIL
187 #endif 187 #endif
188 188
189 LOADLIBES=LIBS_SYSTEM LIBS_MACHINE LIB_STANDARD 189 LOADLIBES=LIBS_SYSTEM LIBS_MACHINE LIB_STANDARD_LIBSRC
190 190
191 /* We need to #define emacs to get the right versions of some files. 191 /* We need to #define emacs to get the right versions of some files.
192 Some other files - those shared with other GNU utilities - need 192 Some other files - those shared with other GNU utilities - need
193 HAVE_CONFIG_H #defined before they know they can take advantage of 193 HAVE_CONFIG_H #defined before they know they can take advantage of
194 the information in ../src/config.h. */ 194 the information in ../src/config.h. */