From d13da71edce4b913736c1e752a211ae20c193292 Mon Sep 17 00:00:00 2001 From: Bryan Jurish Date: Sat, 29 Nov 2008 23:22:39 +0000 Subject: + 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 --- gfsm/gfsm/gfsm.magic | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 gfsm/gfsm/gfsm.magic (limited to 'gfsm/gfsm/gfsm.magic') 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 + +## 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 -- cgit v1.2.1