comparison lib-src/Makefile.in @ 8212:a8ed7164a837

(ALLOCA_CFLAGS): New variable. (alloca.o): New target.
author Richard M. Stallman <rms@gnu.org>
date Tue, 12 Jul 1994 01:18:53 +0000
parents b34d9c53ebb6
children 5102144886de
comparison
equal deleted inserted replaced
8211:08fb5e917205 8212:a8ed7164a837
149 ALL_CFLAGS = C_SWITCH_SYSTEM C_SWITCH_MACHINE -Demacs -DHAVE_CONFIG_H \ 149 ALL_CFLAGS = C_SWITCH_SYSTEM C_SWITCH_MACHINE -Demacs -DHAVE_CONFIG_H \
150 -I. -I../src -I${srcdir} -I${srcdir}/../src ${LDFLAGS} ${CPPFLAGS} ${CFLAGS} 150 -I. -I../src -I${srcdir} -I${srcdir}/../src ${LDFLAGS} ${CPPFLAGS} ${CFLAGS}
151 LINK_CFLAGS = C_SWITCH_SYSTEM C_SWITCH_MACHINE -Demacs -DHAVE_CONFIG_H \ 151 LINK_CFLAGS = C_SWITCH_SYSTEM C_SWITCH_MACHINE -Demacs -DHAVE_CONFIG_H \
152 -I. -I../src -I${srcdir} -I${srcdir}/../src ${LDFLAGS} ${CFLAGS} 152 -I. -I../src -I${srcdir} -I${srcdir}/../src ${LDFLAGS} ${CFLAGS}
153 CPP_CFLAGS = C_SWITCH_SYSTEM C_SWITCH_MACHINE -Demacs -DHAVE_CONFIG_H \ 153 CPP_CFLAGS = C_SWITCH_SYSTEM C_SWITCH_MACHINE -Demacs -DHAVE_CONFIG_H \
154 -I. -I../src -I${srcdir} -I${srcdir}/../src ${CPPFLAGS} ${CFLAGS}
155 ALLOCA_CFLAGS = C_SWITCH_SYSTEM C_SWITCH_MACHINE -DHAVE_CONFIG_H \
154 -I. -I../src -I${srcdir} -I${srcdir}/../src ${CPPFLAGS} ${CFLAGS} 156 -I. -I../src -I${srcdir} -I${srcdir}/../src ${CPPFLAGS} ${CFLAGS}
155 157
156 /* This is the default compilation command. 158 /* This is the default compilation command.
157 But we should never rely on it, because some make version 159 But we should never rely on it, because some make version
158 failed to find it for getopt.o. 160 failed to find it for getopt.o.
255 GETOPTDEPS = $(GETOPTOBJS) ${srcdir}/getopt.h 257 GETOPTDEPS = $(GETOPTOBJS) ${srcdir}/getopt.h
256 getopt.o: ${srcdir}/getopt.c ${srcdir}/getopt.h 258 getopt.o: ${srcdir}/getopt.c ${srcdir}/getopt.h
257 ${CC} -c ${CPP_CFLAGS} ${srcdir}/getopt.c 259 ${CC} -c ${CPP_CFLAGS} ${srcdir}/getopt.c
258 getopt1.o: ${srcdir}/getopt1.c ${srcdir}/getopt.h 260 getopt1.o: ${srcdir}/getopt1.c ${srcdir}/getopt.h
259 ${CC} -c ${CPP_CFLAGS} ${srcdir}/getopt1.c 261 ${CC} -c ${CPP_CFLAGS} ${srcdir}/getopt1.c
262 alloca.o: ${srcdir}/alloca.c
263 ${CC} -c ${ALLOCA_CFLAGS} ${srcdir}/alloca.c
260 264
261 etags: ${srcdir}/etags.c $(GETOPTDEPS) ../src/config.h 265 etags: ${srcdir}/etags.c $(GETOPTDEPS) ../src/config.h
262 $(CC) ${ALL_CFLAGS} -DVERSION="\"${version}\"" ${srcdir}/etags.c $(GETOPTOBJS) $(LOADLIBES) -o etags 266 $(CC) ${ALL_CFLAGS} -DVERSION="\"${version}\"" ${srcdir}/etags.c $(GETOPTOBJS) $(LOADLIBES) -o etags
263 267
264 /* We depend on etags to assure that parallel makes don't write two 268 /* We depend on etags to assure that parallel makes don't write two