Skip to content

Commit

Permalink
changed the naming convention
Browse files Browse the repository at this point in the history
git-svn-id: https://slps.svn.sourceforge.net/svnroot/slps@1137 ab42f6e0-554d-0410-b580-99e487e6eeb2
  • Loading branch information
grammarware committed Dec 4, 2011
1 parent efbd9cc commit 5b2825e
Show file tree
Hide file tree
Showing 89 changed files with 120,371 additions and 138,261 deletions.
22 changes: 11 additions & 11 deletions shared/bgf/Makefile
Expand Up @@ -5,23 +5,23 @@ xdir = ../../topics/extraction

all:
make clean
make xpath
make fl
make bnf slps dsl
make ada
make c cpp
make csharp
make java jls
make ada.save c.save cpp.save csharp.save dart.save eiffel.save fortran.save modula.save oberon-0.save w3c.save wiki.save
make java-1.save java-2.save java-4.save java-5.save
make metasyntax.save
chmod 644 *.bgf

norm:
ls -1 *.rec.bgf | xargs -n1 ./runnorm

%.save:
rm -f ${gdir}/$*/*.bgf
cd ${gdir}/$* && make save
for f in ${gdir}/$*/*.bgf ; do cp "$$f" $*-`basename "$$f"` ; done

ada:
cd ${gdir}/ada && make build
cp ${gdir}/ada/kempe/iso-ada-1.bgf ada.95.kempe.ext.bgf
cp ${gdir}/ada/kempe/ada.bgf ada.95.kempe.rec.bgf
cp ${gdir}/ada/laemmel-verhoef/ada.bgf ada.95.rlxv.rec.bgf
rm -f ${gdir}/ada/*.bgf
cd ${gdir}/ada && make save
for f in ${gdir}/ada/*.bgf ; do cp "$$f" ada-`basename "$$f"` ; done

xpath:
cd ${gdir}/xpath && make test
Expand Down

0 comments on commit 5b2825e

Please sign in to comment.