Skip to content

Commit

Permalink
we use stripsxbgf now
Browse files Browse the repository at this point in the history
git-svn-id: https://slps.svn.sourceforge.net/svnroot/slps@479 ab42f6e0-554d-0410-b580-99e487e6eeb2
  • Loading branch information
grammarware committed Feb 19, 2009
1 parent 2704a8e commit 44c817d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
11 changes: 6 additions & 5 deletions topics/transformation/xbgf/apps/xbgf/Makefile
Expand Up @@ -14,13 +14,14 @@ append.xbgf:
rename.xbgf \
reroot.xbgf \
unchainF.xbgf \
pnfF.xbgf \
strip.xbgf \
../bgf/designate.xbgf
pnfF.xbgf

${final}: append.xbgf
${tools}/xsd2bgf ${xsd}/xbgf.xsd xbgf0.bgf
${tools}/xbgf append.xbgf xbgf0.bgf xbgf1.bgf
${tools}/xbgf append.xbgf xbgf0.bgf xbgf0s.bgf
${tools}/stripsxbgf xbgf0s.bgf strip.xbgf
${tools}/xbgf strip.xbgf xbgf0s.bgf xbgf1_.bgf
${tools}/xbgf ../bgf/designate.xbgf xbgf1_.bgf xbgf1.bgf

rebuild:
make clean
Expand All @@ -35,4 +36,4 @@ clean:
rm -f *~
rm -f *.log
rm -f *.bgf
rm -f append.xbgf
rm -f append.xbgf strip.xbgf
7 changes: 0 additions & 7 deletions topics/transformation/xbgf/apps/xbgf/strip.xbgf

This file was deleted.

0 comments on commit 44c817d

Please sign in to comment.