Skip to content

Commit

Permalink
LCI upgrade
Browse files Browse the repository at this point in the history
git-svn-id: https://slps.svn.sourceforge.net/svnroot/slps@137 ab42f6e0-554d-0410-b580-99e487e6eeb2
  • Loading branch information
grammarware committed Aug 5, 2008
1 parent 38c6bfd commit c490b3a
Show file tree
Hide file tree
Showing 3 changed files with 115 additions and 193 deletions.
15 changes: 8 additions & 7 deletions topics/fl/lci/Makefile
Expand Up @@ -4,7 +4,10 @@ schemata = ../../../shared/xsd
build:

test:
python ../../convergence/lci/lci.py xml fl.lcf architecture
python ../../convergence/lci/lci.py fl.lcf architecture
@rm -f architecture*.dot
@mv *.bgf bgf
@mv sample* testset

check:
java -jar ${validator} -warning ${schemata}/lcf.xsd fl.lcf
Expand All @@ -13,11 +16,9 @@ check:

clean:
rm -f *~
rm -f bgf/*.bgf
rm -rf bin
rm -rf obj
rm -f *.user
rm -f *.suo
rm -f sample*
rm -f sample* testset/* *.bgf bgf/*.bgf
rm -rf bin obj
rm -f *.user *.suo
rm -f architecture*
rm -f fl.log

78 changes: 0 additions & 78 deletions topics/fl/lci/fl-lci.cfg

This file was deleted.

0 comments on commit c490b3a

Please sign in to comment.