aboutsummaryrefslogtreecommitdiff
path: root/gfsm/gfsm/src/programs/gfsmstrings.gog
diff options
context:
space:
mode:
authorBryan Jurish <mukau@users.sourceforge.net>2008-12-04 14:23:42 +0000
committerBryan Jurish <mukau@users.sourceforge.net>2008-12-04 14:23:42 +0000
commitb2394c4ae6c41d6f7a7dfbf7b2c2c3200c3c4992 (patch)
treebe0e9995576a695fb0eead5f4bc5aa9718f2e9a7 /gfsm/gfsm/src/programs/gfsmstrings.gog
parent6b81740cda47da83fe3dc8f1dbf53558fcd80d7c (diff)
+ added ./autogen.sh-generated stuff to SVN, for pd-extended auto-builds
- pkg-config autoconf macros e.g. PKG_CHECK_MODULES are missing on darwin + removed extraneous (non-library) gfsm/ subdirectories doc/, src/programs, tests/ + added a lot of UNUSED attributes to lighten the pd-extended autobuild logs a bit svn path=/trunk/externals/moocow/; revision=10421
Diffstat (limited to 'gfsm/gfsm/src/programs/gfsmstrings.gog')
-rw-r--r--gfsm/gfsm/src/programs/gfsmstrings.gog76
1 files changed, 0 insertions, 76 deletions
diff --git a/gfsm/gfsm/src/programs/gfsmstrings.gog b/gfsm/gfsm/src/programs/gfsmstrings.gog
deleted file mode 100644
index 5672f36..0000000
--- a/gfsm/gfsm/src/programs/gfsmstrings.gog
+++ /dev/null
@@ -1,76 +0,0 @@
-# -*- Mode: Shell-Script -*-
-#
-# Getopt::Gen specification
-#-----------------------------------------------------------------------------
-program "gfsmstrings"
-#program_version "0.01"
-
-purpose "Serialize binary acyclic gfsm files to lists of strings"
-author "Bryan Jurish <moocow@ling.uni-potsdam.de>"
-on_reparse "warn"
-
-#-----------------------------------------------------------------------------
-# Details
-#-----------------------------------------------------------------------------
-#details ""
-
-#-----------------------------------------------------------------------------
-# Files
-#-----------------------------------------------------------------------------
-#rcfile "/etc/gfsmrc"
-#rcfile "~/.gfsmrc"
-
-#-----------------------------------------------------------------------------
-# Arguments
-#-----------------------------------------------------------------------------
-argument "BINFILE" "Stored binary gfsm file" \
- details="
-If unspecified, standard input will be read.
-"
-
-#-----------------------------------------------------------------------------
-# Common Options
-#-----------------------------------------------------------------------------
-group "Common Options"
-
-string "ilabels" i "Specify input (lower) labels file." \
- arg="LABELS"
-
-string "olabels" o "Specify output (upper) labels file." \
- arg="LABELS"
-
-flag "att" a "Output in AT&T regex format." \
- default=0
-
-flag "viterbi" v "Treat input automaton as a Viterbi trellis." \
- default=0
-
-string "output" F "Output file." \
- arg="TXTFILE" \
- details="
-Default behavior is to write to stdout.
-"
-
-
-#-----------------------------------------------------------------------------
-# Addenda
-#-----------------------------------------------------------------------------
-#addenda ""
-
-#-----------------------------------------------------------------------------
-# Bugs
-#-----------------------------------------------------------------------------
-bugs "
-
-None known.
-
-"
-
-#-----------------------------------------------------------------------------
-# Footer
-#-----------------------------------------------------------------------------
-#acknowledge `cat acknowledge.pod`
-
-seealso "
-L<gfsmutils>,
-"