Skip to content

Commit

Permalink
Moving FL case study from a top level topic to a convergence subtopic
Browse files Browse the repository at this point in the history
git-svn-id: https://slps.svn.sourceforge.net/svnroot/slps@804 ab42f6e0-554d-0410-b580-99e487e6eeb2
  • Loading branch information
grammarware committed Jul 8, 2010
1 parent a4bb5a3 commit df8b6c8
Show file tree
Hide file tree
Showing 28 changed files with 15 additions and 18 deletions.
7 changes: 3 additions & 4 deletions topics/fl/lci/Makefile → topics/convergence/fl/Makefile
@@ -1,15 +1,14 @@
tools = ../../../shared/tools
validator = ${tools}/checkxml

build:

test:
${tools}/lci fl.lcf architecture

check:
${validator} lcf fl.lcf
ls -1 xbgf/*.xbgf | xargs -n1 ${validator} xbgf
ls -1 bgf/*.bgf | xargs -n1 ${validator} bgf
${tools}/checkxml lcf fl.lcf
ls -1 xbgf/*.xbgf | xargs -n1 ${tools}/checkxml xbgf
ls -1 bgf/*.bgf | xargs -n1 ${tools}/checkxml bgf

clean:
rm -f *~
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion topics/fl/lci/fl.lcf → topics/convergence/fl/fl.lcf
Expand Up @@ -7,7 +7,7 @@
</shortcut>
<shortcut>
<name>fl</name>
<expansion>..</expansion>
<expansion>../../fl</expansion>
</shortcut>
<shortcut>
<name>tools</name>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
24 changes: 11 additions & 13 deletions topics/convergence/java/Makefile
@@ -1,24 +1,22 @@
validator = ../../../shared/tools/checkxml
prettyprinter = ../../../shared/tools/bgf2bnf
framework = ../../../shared/tools/lci
tools = ../../../shared/tools

build:

test:
${framework} java.lcf architecture
${tools}/lci java.lcf architecture

check:
${validator} lcf java.lcf
ls -1 xbgf/*.xbgf | xargs -n1 ${validator} xbgf
ls -1 bgf/*.bgf | xargs -n1 ${validator} bgf
${tools}/checkxml lcf java.lcf
ls -1 xbgf/*.xbgf | xargs -n1 ${tools}/checkxml xbgf
ls -1 bgf/*.bgf | xargs -n1 ${tools}/checkxml bgf

debug:
${prettyprinter} snapshot/impl1.bgf 1.bnf
${prettyprinter} snapshot/impl2.bgf 2.bnf
${prettyprinter} snapshot/impl3.bgf 3.bnf
${prettyprinter} snapshot/read1.bgf q.bnf
${prettyprinter} snapshot/read2.bgf w.bnf
${prettyprinter} snapshot/read3.bgf e.bnf
${tools}/bgf2bnf snapshot/impl1.bgf 1.bnf
${tools}/bgf2bnf snapshot/impl2.bgf 2.bnf
${tools}/bgf2bnf snapshot/impl3.bgf 3.bnf
${tools}/bgf2bnf snapshot/read1.bgf q.bnf
${tools}/bgf2bnf snapshot/read2.bgf w.bnf
${tools}/bgf2bnf snapshot/read3.bgf e.bnf

clean:
rm -f *~
Expand Down

0 comments on commit df8b6c8

Please sign in to comment.