Changeset 7022cd in git
- Timestamp:
- Dec 19, 2000, 7:36:53 PM (22 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
- Children:
- c76b52ad8123876fa34ac26c35a671c198eab3b9
- Parents:
- 5ecf042a420044bf38a014d1208ce42c6de0b2bd
- Location:
- emacs
- Files:
-
- 1 added
- 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.