|
Last change
on this file since a6e708f was
a6e708f,
checked in by tom <tom@…>, 14 years ago
|
|
ANULOWANIE POPRZEDNIEGO COMMITU
Revert "Replacing old implementation with working implementation"
This reverts commit 1e121f45e2d091fcd34a893291b8453e350d5884.
Please enter the commit message for your changes. Lines starting
with '#' will be ignored, and an empty message aborts the commit.
Committer: tom <tom@lim.(none)>
On branch master
Changes to be committed:
(use "git reset HEAD <file>..." to unstage)
modified: _old/app/Makefile
deleted: _old/app/conf/Makefile
deleted: _old/app/conf/compiledic.conf
deleted: _old/app/conf/cor.conf
deleted: _old/app/conf/dgc.conf
deleted: _old/app/conf/dgp.conf
deleted: _old/app/conf/gph.conf
deleted: _old/app/conf/grp.conf
deleted: _old/app/conf/gue.conf
deleted: _old/app/conf/kor.conf
deleted: _old/app/conf/lem.conf
deleted: _old/app/conf/mar.conf
deleted: _old/app/conf/ser.conf
deleted: _old/app/conf/utt.conf
modified: _old/app/src/common/Makefile
modified: _old/app/src/compiledic/Makefile
modified: _old/app/src/compiledic/aut2fsa.cc
modified: _old/app/src/cor/Makefile
modified: _old/app/src/dgp/Makefile
new file: _old/app/src/dgp/canonize
new file: _old/app/src/dgp/dgc
modified: _old/app/src/dgp/grammar.hh
modified: _old/app/src/dgp/mgraph.hh
modified: _old/app/src/dgp/sgraph.hh
modified: _old/app/src/dgp/thesymbols.hh
new file: _old/app/src/dgp/tre
modified: _old/app/src/gue/Makefile
modified: _old/app/src/gue/guess.cc
modified: _old/app/src/kor/Makefile
modified: _old/app/src/kor/corlist.cc
modified: _old/app/src/kor/corr.cc
new file: _old/app/src/kor/corr.hh
modified: _old/app/src/kor/main.cc
modified: _old/app/src/lem/Makefile
modified: _old/app/src/lem/lem.cc
modified: _old/app/src/lib/Makefile
modified: _old/app/src/lib/auttools.cc
modified: _old/app/src/lib/symtab.cc
modified: _old/app/src/lib/tft.h
modified: _old/app/src/lib/tfti.h
modified: _old/app/src/lib/ttrans.h
modified: _old/app/src/lib/word.cc
modified: _old/app/src/lib/word.h
modified: _old/app/src/tok.c/Makefile
modified: _old/app/src/tok.c/cmdline_tok.ggo
modified: _old/app/src/tok.c/common_tok.cc
modified: _old/app/src/tok/Makefile
modified: _old/nawszelkiwypadek/tools/aut2fsa
modified: _old/nawszelkiwypadek/tools/cor_dic/makeLabels.pl
modified: _old/nawszelkiwypadek/tools/cor_dic/prep.pl
modified: _old/nawszelkiwypadek/tools/fsm2aut
modified: _old/nawszelkiwypadek/tools/gue_dic/canon.pl
modified: _old/nawszelkiwypadek/tools/gue_dic/compile_user_dict.pl
modified: _old/nawszelkiwypadek/tools/gue_dic/count_prefs.pl
modified: _old/nawszelkiwypadek/tools/gue_dic/cut_prefs.pl
modified: _old/nawszelkiwypadek/tools/gue_dic/makeLabels.pl
modified: _old/nawszelkiwypadek/tools/gue_dic/prep.pl
modified: _old/nawszelkiwypadek/tools/gue_dic/prep_user_dict.pl
modified: _old/nawszelkiwypadek/tools/gue_dic/rmDup.pl
modified: _old/nawszelkiwypadek/tools/gue_dic/stat.pl
modified: _old/nawszelkiwypadek/tools/gue_dic/stat_pre.pl
modified: _old/nawszelkiwypadek/tools/lem_dic/makeLabels.pl
modified: _old/nawszelkiwypadek/tools/lem_dic/prep.pl
modified: auto/defaults
modified: auto/options
modified: auto/output/Makefile
modified: auto/output/config_h
modified: auto/summary
modified: configure
|
-
Property mode set to
100755
|
|
File size:
2.1 KB
|
| Line | |
|---|
| 1 | #!/bin/sh |
|---|
| 2 | |
|---|
| 3 | if [ "$quiet" = "yes" ]; then return; fi |
|---|
| 4 | |
|---|
| 5 | cat << SUMMARY_END |
|---|
| 6 | |
|---|
| 7 | Project name : $PROJECT_NAME |
|---|
| 8 | Project fullname : $PROJECT_FULLNAME |
|---|
| 9 | Project copyright : $PROJECT_COPYRIGHT |
|---|
| 10 | Project version : $PROJECT_VERSION |
|---|
| 11 | Project page : $PROJECT_PAGE |
|---|
| 12 | Project mail : $PROJECT_MAIL |
|---|
| 13 | |
|---|
| 14 | Configuration summary |
|---|
| 15 | |
|---|
| 16 | DESTDIR : $DESTDIR |
|---|
| 17 | |
|---|
| 18 | prefix : $prefix |
|---|
| 19 | exec_prefix : $exec_prefix |
|---|
| 20 | bindir : $bindir |
|---|
| 21 | sbindir : $sbindir |
|---|
| 22 | libexecdir : $libexecdir |
|---|
| 23 | datarootdir : $datarootdir |
|---|
| 24 | datadir : $datadir |
|---|
| 25 | sysconfdir : $sysconfdir |
|---|
| 26 | sharedstatedir : $sharedstatedir |
|---|
| 27 | localstatedir : $localstatedir |
|---|
| 28 | docdir : $docdir |
|---|
| 29 | infodir : $infodir |
|---|
| 30 | htmldir : $htmldir |
|---|
| 31 | dvidir : $dvidir |
|---|
| 32 | pdfdir : $pdfdir |
|---|
| 33 | psdir : $psdir |
|---|
| 34 | libdir : $libdir |
|---|
| 35 | localedir : $localedir |
|---|
| 36 | mandir : $mandir |
|---|
| 37 | man1dir : $man1dir |
|---|
| 38 | man2dir : $man2dir |
|---|
| 39 | man3dir : $man3dir |
|---|
| 40 | man4dir : $man4dir |
|---|
| 41 | man5dir : $man5dir |
|---|
| 42 | man6dir : $man6dir |
|---|
| 43 | man7dir : $man7dir |
|---|
| 44 | man8dir : $man8dir |
|---|
| 45 | man9dir : $man9dir |
|---|
| 46 | manext : $manext |
|---|
| 47 | man1ext : $man1ext |
|---|
| 48 | man2ext : $man2ext |
|---|
| 49 | man3ext : $man3ext |
|---|
| 50 | man4ext : $man4ext |
|---|
| 51 | man5ext : $man5ext |
|---|
| 52 | man6ext : $man6ext |
|---|
| 53 | man7ext : $man7ext |
|---|
| 54 | man8ext : $man8ext |
|---|
| 55 | man9ext : $man9ext |
|---|
| 56 | |
|---|
| 57 | INSTALL : $INSTALL |
|---|
| 58 | SHELL : $SHELL |
|---|
| 59 | CC : $CC |
|---|
| 60 | BISON : $BISON |
|---|
| 61 | FLEX : $FLEX |
|---|
| 62 | RM : $RM |
|---|
| 63 | RMDIR : $RMDIR |
|---|
| 64 | TEST : $TEST |
|---|
| 65 | MAKE : $MAKE |
|---|
| 66 | GREP : $GREP |
|---|
| 67 | CUT : $CUT |
|---|
| 68 | SORT : $SORT |
|---|
| 69 | PR : $PR |
|---|
| 70 | CP : $CP |
|---|
| 71 | CHMOD : $CHMOD |
|---|
| 72 | MAKEINFO : $MAKEINFO |
|---|
| 73 | TEXI2DVI : $TEXI2DVI |
|---|
| 74 | TEXI2PDF : $TEXI2PDF |
|---|
| 75 | DVIPS : $DVIPS |
|---|
| 76 | |
|---|
| 77 | CFLAGS : $CFLAGS |
|---|
| 78 | LDFLAGS : $LDFLAGS |
|---|
| 79 | LDLIBS : $LDLIBS |
|---|
| 80 | BFLAGS : $BFLAGS |
|---|
| 81 | FFLAGS : $FFLAGS |
|---|
| 82 | |
|---|
| 83 | SUMMARY_END |
|---|
Note: See
TracBrowser
for help on using the repository browser.