Skip to content

Commit

Permalink
we use stripsxbgf everywhere now
Browse files Browse the repository at this point in the history
git-svn-id: https://slps.svn.sourceforge.net/svnroot/slps@480 ab42f6e0-554d-0410-b580-99e487e6eeb2
  • Loading branch information
grammarware committed Feb 19, 2009
1 parent 44c817d commit 82308b1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 18 deletions.
11 changes: 7 additions & 4 deletions topics/transformation/xbgf/apps/bgf/Makefile
Expand Up @@ -6,16 +6,19 @@ final = bgf1.bgf
build: ${final}

append.xbgf:
${tools}/appendxbgf append.xbgf \
${tools}/appendxbgf append1.xbgf \
normalize.xbgf \
rename.xbgf \
strip.xbgf \
rename.xbgf
${tools}/appendxbgf append2.xbgf \
designate.xbgf \
reroot.xbgf

${final}: append.xbgf
${tools}/xsd2bgf ${xsd}/bgf.xsd bgf0.bgf
${tools}/xbgf append.xbgf bgf0.bgf bgf1.bgf
${tools}/xbgf append1.xbgf bgf0.bgf bgf0s.bgf
${tools}/stripsxbgf bgf0s.bgf strip.xbgf
${tools}/xbgf strip.xbgf bgf0s.bgf bgf1_.bgf
${tools}/xbgf append2.xbgf bgf1_.bgf bgf1.bgf

rebuild:
make clean
Expand Down
5 changes: 0 additions & 5 deletions topics/transformation/xbgf/apps/bgf/strip.xbgf

This file was deleted.

5 changes: 3 additions & 2 deletions topics/transformation/xbgf/apps/btf/Makefile
Expand Up @@ -13,11 +13,12 @@ append.xbgf:
rename.xbgf \
reroot.xbgf \
normalize.xbgf
# strip.xbgf

${final}: append.xbgf
${tools}/xsd2bgf ${xsd}/btf.xsd btf0.bgf
${tools}/xbgf append.xbgf btf0.bgf btf1.bgf
${tools}/xbgf append.xbgf btf0.bgf btf0s.bgf
${tools}/stripsxbgf btf0s.bgf strip.xbgf
${tools}/xbgf strip.xbgf btf0s.bgf btf1.bgf

rebuild:
make clean
Expand Down
7 changes: 0 additions & 7 deletions topics/transformation/xbgf/apps/btf/strip.xbgf

This file was deleted.

0 comments on commit 82308b1

Please sign in to comment.