aboutsummaryrefslogtreecommitdiff
path: root/gfsm/gfsm/gfsm.magic
diff options
context:
space:
mode:
authorBryan Jurish <mukau@users.sourceforge.net>2008-11-29 23:22:39 +0000
committerBryan Jurish <mukau@users.sourceforge.net>2008-11-29 23:22:39 +0000
commitd13da71edce4b913736c1e752a211ae20c193292 (patch)
tree57b0c3884b5d465259d21906f89e4ec5635da9d3 /gfsm/gfsm/gfsm.magic
parent2072ea2ef54b92775efc83c82d9a4b7a8ac4d616 (diff)
+ added local copy of gfsm source tree in gfsm/ subdir (for pd-extended auto-builds)
+ external builds now use static local libgfsm by default (insulates vs. API change, etc.) svn path=/trunk/externals/moocow/; revision=10403
Diffstat (limited to 'gfsm/gfsm/gfsm.magic')
-rw-r--r--gfsm/gfsm/gfsm.magic17
1 files changed, 17 insertions, 0 deletions
diff --git a/gfsm/gfsm/gfsm.magic b/gfsm/gfsm/gfsm.magic
new file mode 100644
index 0000000..502dae5
--- /dev/null
+++ b/gfsm/gfsm/gfsm.magic
@@ -0,0 +1,17 @@
+## magic data for binary gfsm automata, for use with file(1).
+## Add the contents of this file to /etc/magic or equivalent.
+
+##--BEGIN gfsm.magic
+## - Bryan Jurish <moocow@ling.uni-potsdam.de>
+
+## stored binary gfsm automata
+0 string gfsm_ gfsm
+>5 string automaton\0 stored automaton
+>5 string indexed\0 indexed automaton
+>5 string cascade\0 automaton cascade
+>5 byte x data
+>16 ulong x (libgfsm v%u
+>20 ulong x \b.%u
+>24 ulong x \b.%u)
+
+##--END gfsm.magic