comparison lib-src/Makefile.in @ 3190:05268cd6e571

(ALL_CFLAGS): Add -I../src
author Richard M. Stallman <rms@gnu.org>
date Fri, 28 May 1993 01:19:17 +0000
parents b901b5e04fbb
children 5ffb8017f71c
comparison
equal deleted inserted replaced
3189:77efda0d2b31 3190:05268cd6e571
101 101
102 ### We need to #define emacs to get the right versions of some files. 102 ### We need to #define emacs to get the right versions of some files.
103 ### Some other files - those shared with other GNU utilities - need 103 ### Some other files - those shared with other GNU utilities - need
104 ### HAVE_CONFIG_H #defined before they know they can take advantage of 104 ### HAVE_CONFIG_H #defined before they know they can take advantage of
105 ### the information in ../src/config.h. 105 ### the information in ../src/config.h.
106 ALL_CFLAGS = ${C_SWITCH_SYSTEM} -Demacs -DHAVE_CONFIG_H -I${srcdir} -I${srcdir}/../src ${CFLAGS} 106 ALL_CFLAGS = ${C_SWITCH_SYSTEM} -Demacs -DHAVE_CONFIG_H \
107 -I${srcdir} -I${srcdir}/../src -I../src ${CFLAGS}
107 .c.o: 108 .c.o:
108 ${CC} -c ${CPPFLAGS} ${ALL_CFLAGS} $< 109 ${CC} -c ${CPPFLAGS} ${ALL_CFLAGS} $<
109 110
110 all: ${EXECUTABLES} 111 all: ${EXECUTABLES}
111 112