Mercurial > hg > xemacs-beta
comparison lib-src/Makefile.in.in @ 3972:6cd3955b7e4d
[xemacs-hg @ 2007-05-21 03:50:13 by stephent]
Sync etags to pot version 17.32.
author | stephent |
---|---|
date | Mon, 21 May 2007 03:50:19 +0000 |
parents | 193188e494b2 |
children | 9aa33376bb5e |
comparison
equal
deleted
inserted
replaced
3971:de8a6fef7fcc | 3972:6cd3955b7e4d |
---|---|
40 CPPFLAGS=@CPPFLAGS@ | 40 CPPFLAGS=@CPPFLAGS@ |
41 LDFLAGS=@LDFLAGS@ | 41 LDFLAGS=@LDFLAGS@ |
42 ALLOCA=@ALLOCA@ | 42 ALLOCA=@ALLOCA@ |
43 LN_S=@LN_S@ | 43 LN_S=@LN_S@ |
44 version=@version@ | 44 version=@version@ |
45 etags_xemacs_version=@verbose_version@ | |
45 | 46 |
46 ## This will be the name of the generated binary and is set automatically | 47 ## This will be the name of the generated binary and is set automatically |
47 ## by configure. | 48 ## by configure. |
48 PROGNAME=@PROGNAME@ | 49 PROGNAME=@PROGNAME@ |
49 | 50 |
307 | 308 |
308 regex.o: ${srcdir}/../src/regex.c ${top_srcdir}/src/regex.h | 309 regex.o: ${srcdir}/../src/regex.c ${top_srcdir}/src/regex.h |
309 $(CC) -c $(cflags) \ | 310 $(CC) -c $(cflags) \ |
310 -DINHIBIT_STRING_HEADER ${top_srcdir}/src/regex.c | 311 -DINHIBIT_STRING_HEADER ${top_srcdir}/src/regex.c |
311 | 312 |
312 etags_args = $(cflags) -DEMACS_NAME='"XEmacs"' -DVERSION='"${version}"' \ | 313 etags_args = $(cflags) -DEMACS_NAME='"XEmacs"' -DVERSION='"${etags_xemacs_version}"' \ |
313 ${srcdir}/etags.c $(GETOPTOBJS) regex.o $(ldflags) | 314 ${srcdir}/etags.c $(GETOPTOBJS) regex.o $(ldflags) |
314 etags_deps = ${srcdir}/etags.c $(GETOPTDEPS) regex.o ../src/config.h | 315 etags_deps = ${srcdir}/etags.c $(GETOPTDEPS) regex.o ../src/config.h |
315 | 316 |
316 etags: ${etags_deps} | 317 etags: ${etags_deps} |
317 $(CC) ${etags_args} -o $@ | 318 $(CC) ${etags_args} -o $@ |
320 ellcc_deps = ${srcdir}/ellcc.c ellcc.h ../src/config.h | 321 ellcc_deps = ${srcdir}/ellcc.c ellcc.h ../src/config.h |
321 | 322 |
322 ellcc: ${ellcc_deps} | 323 ellcc: ${ellcc_deps} |
323 $(CC) ${ellcc_args} -o $@ | 324 $(CC) ${ellcc_args} -o $@ |
324 | 325 |
326 ## #### we should probably do the same as for pot's etags | |
325 ootags_args = $(cflags) -DVERSION='"${version}"' ${srcdir}/ootags.c \ | 327 ootags_args = $(cflags) -DVERSION='"${version}"' ${srcdir}/ootags.c \ |
326 $(GETOPTOBJS) regex.o $(ldflags) | 328 $(GETOPTOBJS) regex.o $(ldflags) |
327 ootags_deps = ${srcdir}/ootags.c $(GETOPTDEPS) regex.o ../src/config.h | 329 ootags_deps = ${srcdir}/ootags.c $(GETOPTDEPS) regex.o ../src/config.h |
328 | 330 |
329 ootags: ${ootags_deps} | 331 ootags: ${ootags_deps} |