Mercurial > hg > xemacs-beta
comparison Makefile.in @ 272:c5d627a313b1 r21-0b34
Import from CVS: tag r21-0b34
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:28:48 +0200 |
parents | b2472a1930f2 |
children | ca9a9ec9c1c1 |
comparison
equal
deleted
inserted
replaced
271:c7b7086b0a39 | 272:c5d627a313b1 |
---|---|
375 cd $@ && $(RECURSIVE_MAKE) all | 375 cd $@ && $(RECURSIVE_MAKE) all |
376 | 376 |
377 Makefile: ${srcdir}/Makefile.in config.status | 377 Makefile: ${srcdir}/Makefile.in config.status |
378 ./config.status | 378 ./config.status |
379 | 379 |
380 src/Makefile: ${srcdir}/src/Makefile.in.in config.status | 380 src/Makefile: ${srcdir}/src/Makefile.in.in ${srcdir}/src/depend config.status |
381 ./config.status | 381 ./config.status |
382 | 382 |
383 lib-src/Makefile: ${srcdir}/lib-src/Makefile.in.in config.status | 383 lib-src/Makefile: ${srcdir}/lib-src/Makefile.in.in config.status |
384 ./config.status | 384 ./config.status |
385 | 385 |
656 for d in `find lisp -name SCCS -prune -o -name RCS -prune -o -type d -print` ; do \ | 656 for d in `find lisp -name SCCS -prune -o -name RCS -prune -o -type d -print` ; do \ |
657 (cd $$d && if [ "`echo *.el`" != "*.el" ] ; then etags -a -o ${srcdir}/TAGS *.el ; fi ) ; \ | 657 (cd $$d && if [ "`echo *.el`" != "*.el" ] ; then etags -a -o ${srcdir}/TAGS *.el ; fi ) ; \ |
658 done ; \ | 658 done ; \ |
659 etags -a lwlib/*.[ch] | 659 etags -a lwlib/*.[ch] |
660 | 660 |
661 ## We have automated tests! | |
662 testdir = ${srcdir}/tests | |
663 tests = ${testdir}/basic-lisp.el ${testdir}/database.el | |
664 | |
661 check: | 665 check: |
662 @echo "We don't have any automated tests for XEmacs yet." | 666 src/xemacs -batch -l ${testdir}/test-emacs.el -f batch-test-emacs ${tests} |
663 | |
664 ## Is this something Chuck used and doesn't work with CVS? -slb | |
665 ## dist: | |
666 ## cd ${srcdir} && make-dist | |
667 | 667 |
668 info: FRC.info | 668 info: FRC.info |
669 cd ${srcdir}/man && $(RECURSIVE_MAKE) $@ | 669 cd ${srcdir}/man && $(RECURSIVE_MAKE) $@ |
670 | 670 |
671 dvi: | 671 dvi: |