Skip to content

Commit

Permalink
Moving Java 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@803 ab42f6e0-554d-0410-b580-99e487e6eeb2
  • Loading branch information
grammarware committed Jul 8, 2010
1 parent 3207596 commit a4bb5a3
Show file tree
Hide file tree
Showing 77 changed files with 29 additions and 28 deletions.
29 changes: 29 additions & 0 deletions topics/convergence/java/Makefile
@@ -0,0 +1,29 @@
validator = ../../../shared/tools/checkxml
prettyprinter = ../../../shared/tools/bgf2bnf
framework = ../../../shared/tools/lci

build:

test:
${framework} java.lcf architecture

check:
${validator} lcf java.lcf
ls -1 xbgf/*.xbgf | xargs -n1 ${validator} xbgf
ls -1 bgf/*.bgf | xargs -n1 ${validator} 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

clean:
rm -f *~
rm -f bgf/*
rm -rf bin obj
rm -f *.user *.suo
rm -f architecture*
rm -f java.log
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.
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.
28 changes: 0 additions & 28 deletions topics/java/lci/Makefile

This file was deleted.

0 comments on commit a4bb5a3

Please sign in to comment.