Mercurial > hg > xemacs-beta
diff lib-src/Makefile.in.in @ 5118:e0db3c197671 ben-lisp-object
merge up to latest default branch, doesn't compile yet
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Sat, 26 Dec 2009 21:18:49 -0600 |
parents | d6cfba1cc388 |
children | 03ab78e48ef6 |
line wrap: on
line diff
--- a/lib-src/Makefile.in.in Sat Dec 26 00:20:27 2009 -0600 +++ b/lib-src/Makefile.in.in Sat Dec 26 21:18:49 2009 -0600 @@ -42,6 +42,7 @@ ALLOCA=@ALLOCA@ LN_S=@LN_S@ version=@version@ +etags_xemacs_version=@verbose_version@ ## This will be the name of the generated binary and is set automatically ## by configure. @@ -55,6 +56,7 @@ libdir=@libdir@ srcdir=@srcdir@ datadir=@datadir@ +datarootdir=@datarootdir@ instvardir=@instvardir@ top_srcdir=@top_srcdir@ archlibdir=@archlibdir@ @@ -94,11 +96,11 @@ #endif etags ctags b2m ootags -PUBLIC_INSTALLABLE_SCRIPTS=\ #ifdef INSTALL_GNUSERV - gnudoit gnuattach\ +PUBLIC_INSTALLABLE_SCRIPTS=gnudoit gnuattach +#else +PUBLIC_INSTALLABLE_SCRIPTS= #endif - rcs-checkin PUBLIC_INSTALLABLES = ${PUBLIC_INSTALLABLE_EXES} ${PUBLIC_INSTALLABLE_SCRIPTS} @@ -115,8 +117,8 @@ #else fakemail\ #endif - wakeup profile make-docfile digest-doc\ - sorted-doc movemail cvtmail yow hexl mmencode + profile make-docfile digest-doc\ + sorted-doc movemail cvtmail hexl mmencode GEN_SCRIPTS = rcs2log vcdiff gzip-el.sh PKG_SCRIPTS = add-big-package.sh @@ -309,7 +311,7 @@ $(CC) -c $(cflags) \ -DINHIBIT_STRING_HEADER ${top_srcdir}/src/regex.c -etags_args = $(cflags) -DEMACS_NAME='"XEmacs"' -DVERSION='"${version}"' \ +etags_args = $(cflags) -DEMACS_NAME='"XEmacs"' -DVERSION='"${etags_xemacs_version}"' \ ${srcdir}/etags.c $(GETOPTOBJS) regex.o $(ldflags) etags_deps = ${srcdir}/etags.c $(GETOPTDEPS) regex.o ../src/config.h @@ -322,6 +324,7 @@ ellcc: ${ellcc_deps} $(CC) ${ellcc_args} -o $@ +## #### we should probably do the same as for pot's etags ootags_args = $(cflags) -DVERSION='"${version}"' ${srcdir}/ootags.c \ $(GETOPTOBJS) regex.o $(ldflags) ootags_deps = ${srcdir}/ootags.c $(GETOPTDEPS) regex.o ../src/config.h @@ -334,9 +337,6 @@ ctags: ${etags_deps} etags $(CC) -DCTAGS ${etags_args} -o $@ -wakeup: ${srcdir}/wakeup.c - $(CC) $(cflags) ${srcdir}/wakeup.c $(ldflags) -o $@ - profile: ${srcdir}/profile.c $(CC) $(cflags) ${srcdir}/profile.c $(ldflags) -o $@ @@ -363,9 +363,6 @@ fakemail: ${srcdir}/fakemail.c ../src/config.h $(CC) $(cflags) ${srcdir}/fakemail.c $(ldflags) -o $@ -yow: ${srcdir}/yow.c ../src/paths.h - $(CC) $(cflags) ${srcdir}/yow.c $(ldflags) -o $@ - i: ${srcdir}/i.c $(CC) $(cflags) ${srcdir}/i.c $(ldflags) -o $@