comparison lib-src/Makefile.in.in @ 276:6330739388db r21-0b36

Import from CVS: tag r21-0b36
author cvs
date Mon, 13 Aug 2007 10:30:37 +0200
parents c5d627a313b1
children c42ec1d1cded
comparison
equal deleted inserted replaced
275:a68ae4439f57 276:6330739388db
51 srcdir=@srcdir@ 51 srcdir=@srcdir@
52 archlibdir=@archlibdir@ 52 archlibdir=@archlibdir@
53 configuration=@configuration@ 53 configuration=@configuration@
54 ## ==================== Utility Programs for the Build ================= 54 ## ==================== Utility Programs for the Build =================
55 55
56 INSTALL = @INSTALL@ 56 INSTALL = @install_pp@ @INSTALL@
57 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 57 INSTALL_PROGRAM = @INSTALL_PROGRAM@
58 INSTALL_DATA = @INSTALL_DATA@ 58 INSTALL_DATA = @INSTALL_DATA@
59 59
60 ## ========================== Lists of Files =========================== 60 ## ========================== Lists of Files ===========================
61 61
250 250
251 regex.o: ${srcdir}/../src/regex.c ${srcdir}/../src/regex.h 251 regex.o: ${srcdir}/../src/regex.c ${srcdir}/../src/regex.h
252 $(CC) -c `echo $(cflags) | sed 's/-Demacs/ /'` \ 252 $(CC) -c `echo $(cflags) | sed 's/-Demacs/ /'` \
253 -DINHIBIT_STRING_HEADER ${srcdir}/../src/regex.c 253 -DINHIBIT_STRING_HEADER ${srcdir}/../src/regex.c
254 254
255 etags_args = -I. $(cflags) -I${srcdir} -I${srcdir}/../src \ 255 etags_args = -DOO_BROWSER -I. $(cflags) -I${srcdir} -I${srcdir}/../src \
256 -DVERSION='"${version}"' ${srcdir}/etags.c \ 256 -DVERSION='"${version}"' ${srcdir}/etags.c \
257 $(GETOPTOBJS) regex.o $(ldflags) 257 $(GETOPTOBJS) regex.o $(ldflags)
258 etags_deps = ${srcdir}/etags.c $(GETOPTDEPS) regex.o ../src/config.h 258 etags_deps = ${srcdir}/etags.c $(GETOPTDEPS) regex.o ../src/config.h
259 259
260 etags: ${etags_deps} 260 etags: ${etags_deps}