Mercurial > emacs
comparison src/Makefile.in @ 4803:ce4372eaa443
(ALL_CFLAGS): Make sure `.' is searched before `${srcdir}'.
author | Brian Fox <bfox@gnu.org> |
---|---|
date | Thu, 30 Sep 1993 23:36:54 +0000 |
parents | 75ca3ef23e37 |
children | 9c7b28c16e94 |
comparison
equal
deleted
inserted
replaced
4802:5a3769d017ca | 4803:ce4372eaa443 |
---|---|
226 -DHAVE_CONFIG_H is needed for some other files to take advantage of | 226 -DHAVE_CONFIG_H is needed for some other files to take advantage of |
227 the information in `config.h'. */ | 227 the information in `config.h'. */ |
228 CFLAGS=-g | 228 CFLAGS=-g |
229 /* C_SWITCH_X_SITE must come before C_SWITCH_X_MACHINE and C_SWITCH_X_SYSTEM | 229 /* C_SWITCH_X_SITE must come before C_SWITCH_X_MACHINE and C_SWITCH_X_SYSTEM |
230 since it may have -I options that should override those two. */ | 230 since it may have -I options that should override those two. */ |
231 ALL_CFLAGS=-Demacs -DHAVE_CONFIG_H $(MYCPPFLAG) -I${srcdir} -I. C_SWITCH_MACHINE C_SWITCH_SYSTEM C_SWITCH_SITE C_SWITCH_X_SITE C_SWITCH_X_MACHINE C_SWITCH_X_SYSTEM ${CFLAGS} | 231 ALL_CFLAGS=-Demacs -DHAVE_CONFIG_H $(MYCPPFLAG) -I. -I${srcdir} C_SWITCH_MACHINE C_SWITCH_SYSTEM C_SWITCH_SITE C_SWITCH_X_SITE C_SWITCH_X_MACHINE C_SWITCH_X_SYSTEM ${CFLAGS} |
232 .c.o: | 232 .c.o: |
233 $(CC) -c $(CPPFLAGS) $(ALL_CFLAGS) $< | 233 $(CC) -c $(CPPFLAGS) $(ALL_CFLAGS) $< |
234 | 234 |
235 #ifndef LIBX10_MACHINE | 235 #ifndef LIBX10_MACHINE |
236 #define LIBX10_MACHINE | 236 #define LIBX10_MACHINE |