Changeset 7022cd in git for emacs/Makefile.in
- Timestamp:
- Dec 19, 2000, 7:36:53 PM (23 years ago)
- Branches:
- (u'spielwiese', 'd0474371d8c5d8068ab70bfb42719c97936b18a6')
- Children:
- c76b52ad8123876fa34ac26c35a671c198eab3b9
- Parents:
- 5ecf042a420044bf38a014d1208ce42c6de0b2bd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
emacs/Makefile.in
r5ecf042 r7022cd 10 10 examplesdir = ${prefix}/examples 11 11 SINGULAR = @SINGULAR@ 12 singulardir = ${prefix}/Singular 12 13 emacsdir = ${install_prefix}/emacs 14 13 15 14 16 PERL = @PERL@ … … 30 32 ${PERL} cmpl.pl -cmpl ex -ex_dir ${examplesdir} > ex-cmpl.el 31 33 32 # this is weird, if I work directly with _one_ pipe, 33 # then things break from time to time 34 lib-cmpl.el: ${prefix}/Singular/Makefile cmpl.pl 34 lib-cmpl-old.el: ${prefix}/Singular/Makefile cmpl.pl 35 35 ${MAKE} --no-print-directory -s -f ${prefix}/Singular/Makefile echoLIBS > lib-temp 36 cat lib-temp | ${PERL} cmpl.pl -cmpl lib > lib-cmpl .el36 cat lib-temp | ${PERL} cmpl.pl -cmpl lib > lib-cmpl-old.el 37 37 rm lib-temp 38 39 lib-cmpl.el: ${prefix}/Singular/Makefile lib.pl 40 ${MAKE} --no-print-directory -s -f ${prefix}/Singular/Makefile echoLIBS > lib-temp 41 ${PERL} lib.pl -s ${singulardir} `cat lib-temp` > lib-cmpl.el 38 42 39 43 clean mostlyclean distclean:
Note: See TracChangeset
for help on using the changeset viewer.