aboutsummaryrefslogtreecommitdiff
path: root/graphics/juno-2
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-05-24 11:38:16 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-05-24 11:38:16 +0000
commitd68b5e8340479dbab7de0b11551b6013258bf98d (patch)
treea1b53896f71a78030ff294c8342742a472629213 /graphics/juno-2
parent194d1b07e64f3067e441c3f886eb55a1d13cc509 (diff)
downloadports-d68b5e8340479dbab7de0b11551b6013258bf98d.tar.gz
ports-d68b5e8340479dbab7de0b11551b6013258bf98d.zip
Notes
Diffstat (limited to 'graphics/juno-2')
-rw-r--r--graphics/juno-2/Makefile17
-rw-r--r--graphics/juno-2/pkg-plist442
2 files changed, 231 insertions, 228 deletions
diff --git a/graphics/juno-2/Makefile b/graphics/juno-2/Makefile
index 8f8bbf01029e..72ee67eee34e 100644
--- a/graphics/juno-2/Makefile
+++ b/graphics/juno-2/Makefile
@@ -8,7 +8,7 @@
PORTNAME= juno-2
PORTVERSION= 1.23
CATEGORIES= graphics
-MASTER_SITES= http://www.research.compaq.com/SRC/juno-2/
+MASTER_SITES= http://freebsd.unixfreunde.de/sources/
DISTNAME= juno-sources
MAINTAINER= ports@FreeBSD.org
@@ -30,6 +30,9 @@ L1= ${PREFIX}/lib/m3/${TARGET}/
PROGS= bin/Juno
SOVERSION= 7
+DATADIR= ${PREFIX}/share/Juno
+EXAMPLESDIR= ${PREFIX}/share/examples/Juno
+
.include <bsd.port.pre.mk>
.if ${PORTOBJFORMAT} == "aout"
@@ -49,7 +52,7 @@ TARGETDIR= freebsd-4
WORDSIZE= 32
.elif ${ARCH} == "alpha"
.if ${OSVERSION} < 400011
-IGNORE= Not supported on older versions of FreeBSD/Alpha
+IGNORE= not supported on older versions of FreeBSD/Alpha
.endif
CFLAGS+= -mieee
L2= .so.${SOVERSION}
@@ -83,10 +86,10 @@ do-install:
${PREFIX}/bin/m3ship) \
done
@for i in ${PROGS}; do ${STRIP_CMD} ${PREFIX}/$$i; done
- @${ECHO_MSG} "Installing examples into ${PREFIX}/share/examples/Juno"
- @${MKDIR} ${PREFIX}/share/examples/Juno
- @${CP} -R ${WRKSRC}/juno-app/juno-src/* ${PREFIX}/share/examples/Juno
- @${MKDIR} ${PREFIX}/share/Juno
- @${INSTALL_DATA} ${FILESDIR}/COPYRIGHT ${PREFIX}/share/Juno
+ @${ECHO_MSG} "Installing examples into ${EXAMPLESDIR}"
+ @${MKDIR} ${EXAMPLESDIR}
+ @${CP} -R ${WRKSRC}/juno-app/juno-src/* ${EXAMPLESDIR}
+ @${MKDIR} ${DATADIR}
+ @${INSTALL_DATA} ${FILESDIR}/COPYRIGHT ${DATADIR}
.include <bsd.port.post.mk>
diff --git a/graphics/juno-2/pkg-plist b/graphics/juno-2/pkg-plist
index 8bf53c35f65d..c88bc62af9e3 100644
--- a/graphics/juno-2/pkg-plist
+++ b/graphics/juno-2/pkg-plist
@@ -91,227 +91,227 @@ lib/m3/pkg/juno-machine/src/RTVal.i3
lib/m3/pkg/juno-machine/src/RedundantLSolve.i3
lib/m3/pkg/juno-machine/src/RedundantSolve.i3
lib/m3/www/Juno.1.html
-share/Juno/COPYRIGHT
-share/examples/Juno/3D/Cube3D.juno
-share/examples/Juno/3D/Tetra.juno
-share/examples/Juno/README
-share/examples/Juno/animations/AliceBob.juno
-share/examples/Juno/animations/Archimedes.juno
-share/examples/Juno/animations/Binpack.juno
-share/examples/Juno/animations/ChaCha.juno
-share/examples/Juno/animations/GoJuno.juno
-share/examples/Juno/animations/LeungTransform.juno
-share/examples/Juno/animations/MoveBall.juno
-share/examples/Juno/animations/Rotate.juno
-share/examples/Juno/animations/StarFast.juno
-share/examples/Juno/animations/StarSlow.juno
-share/examples/Juno/animations/Valentine.juno
-share/examples/Juno/bugs/AlphaFloatCrash.juno
-share/examples/Juno/bugs/IntTest.juno
-share/examples/Juno/bugs/JunoCompileNF-Bug.juno
-share/examples/Juno/bundled/Angle.juno
-share/examples/Juno/bundled/Anim.juno
-share/examples/Juno/bundled/Arc.juno
-share/examples/Juno/bundled/Arrow.juno
-share/examples/Juno/bundled/BST.juno
-share/examples/Juno/bundled/Bezier.juno
-share/examples/Juno/bundled/BuiltIn.juno
-share/examples/Juno/bundled/Bundled.modlist
-share/examples/Juno/bundled/C.juno
-share/examples/Juno/bundled/CharSet.juno
-share/examples/Juno/bundled/Circle.juno
-share/examples/Juno/bundled/Color.juno
-share/examples/Juno/bundled/Curve.juno
-share/examples/Juno/bundled/Dash.juno
-share/examples/Juno/bundled/DiGraph.juno
-share/examples/Juno/bundled/Ellipse.juno
-share/examples/Juno/bundled/Font.juno
-share/examples/Juno/bundled/Geometry.juno
-share/examples/Juno/bundled/JunoUI.juno
-share/examples/Juno/bundled/Line.juno
-share/examples/Juno/bundled/LineSkip.juno
-share/examples/Juno/bundled/List.juno
-share/examples/Juno/bundled/Math.juno
-share/examples/Juno/bundled/New/Anim.juno
-share/examples/Juno/bundled/New/Arrow.juno
-share/examples/Juno/bundled/New/Curve.juno
-share/examples/Juno/bundled/New/Dash.juno
-share/examples/Juno/bundled/New/PieChart.juno
-share/examples/Juno/bundled/New/Slider.juno
-share/examples/Juno/bundled/New/Type.juno
-share/examples/Juno/bundled/Offset.juno
-share/examples/Juno/bundled/Outline.juno
-share/examples/Juno/bundled/PS.juno
-share/examples/Juno/bundled/Path.juno
-share/examples/Juno/bundled/Pen.juno
-share/examples/Juno/bundled/PieChart.juno
-share/examples/Juno/bundled/Plot.juno
-share/examples/Juno/bundled/Print.juno
-share/examples/Juno/bundled/Proj3D.juno
-share/examples/Juno/bundled/PtLabel.juno
-share/examples/Juno/bundled/PtLoc.juno
-share/examples/Juno/bundled/R2.juno
-share/examples/Juno/bundled/R3.juno
-share/examples/Juno/bundled/README
-share/examples/Juno/bundled/Random.juno
-share/examples/Juno/bundled/Rect.juno
-share/examples/Juno/bundled/Rel.juno
-share/examples/Juno/bundled/Shadow.juno
-share/examples/Juno/bundled/Show.juno
-share/examples/Juno/bundled/ShowLine.juno
-share/examples/Juno/bundled/Slider.juno
-share/examples/Juno/bundled/Square.juno
-share/examples/Juno/bundled/Text.juno
-share/examples/Juno/bundled/TextList.juno
-share/examples/Juno/bundled/Time.juno
-share/examples/Juno/bundled/Triangle.juno
-share/examples/Juno/bundled/Type.juno
-share/examples/Juno/bundled/TypeLinesC.juno
-share/examples/Juno/bundled/TypeLinesL.juno
-share/examples/Juno/bundled/TypeLinesR.juno
-share/examples/Juno/bundled/Unit.juno
-share/examples/Juno/bundled/Unparse.juno
-share/examples/Juno/bundled/Untitled.juno
-share/examples/Juno/bundled/Xform2.juno
-share/examples/Juno/figures/BlockA.juno
-share/examples/Juno/figures/BlockD.juno
-share/examples/Juno/figures/ColorChart.juno
-share/examples/Juno/figures/ColorCube.juno
-share/examples/Juno/figures/ConsCell.juno
-share/examples/Juno/figures/Damien.juno
-share/examples/Juno/figures/Dependency.bak
-share/examples/Juno/figures/Dependency.juno
-share/examples/Juno/figures/Flange.juno
-share/examples/Juno/figures/GODag.juno
-share/examples/Juno/figures/Integra.juno
-share/examples/Juno/figures/Jumble.juno
-share/examples/Juno/figures/Juno2Logo.juno
-share/examples/Juno/figures/JunoArchitecture.juno
-share/examples/Juno/figures/LetterS.juno
-share/examples/Juno/figures/Links.juno
-share/examples/Juno/figures/Memo.juno
-share/examples/Juno/figures/Speedometer.juno
-share/examples/Juno/figures/Spirograph.juno
-share/examples/Juno/figures/StickFig.juno
-share/examples/Juno/figures/ThreeSticks.juno
-share/examples/Juno/figures/TimesE.juno
-share/examples/Juno/figures/TimesS.juno
-share/examples/Juno/figures/TwoBars.juno
-share/examples/Juno/figures/VideotapeLabel.juno
-share/examples/Juno/geometry/AndreiEllipse.juno
-share/examples/Juno/geometry/CirclesTangent3.juno
-share/examples/Juno/geometry/CircumTriangle.juno
-share/examples/Juno/geometry/DeSargues.juno
-share/examples/Juno/geometry/Euler.juno
-share/examples/Juno/geometry/EulerLine.juno
-share/examples/Juno/geometry/GoodTrisector.juno
-share/examples/Juno/geometry/LyleQuad.juno
-share/examples/Juno/geometry/Miquel.juno
-share/examples/Juno/geometry/Morley.juno
-share/examples/Juno/geometry/Napoleon.juno
-share/examples/Juno/geometry/Pappus.juno
-share/examples/Juno/geometry/StolfiTrisector.bak
-share/examples/Juno/geometry/StolfiTrisector.juno
-share/examples/Juno/performance/AllOnes.juno
-share/examples/Juno/performance/AnimA.juno
-share/examples/Juno/performance/AnimFillD.juno
-share/examples/Juno/performance/AnimFillEqTri.juno
-share/examples/Juno/performance/AnimFillTri.juno
-share/examples/Juno/performance/AnimFlange.juno
-share/examples/Juno/performance/AnimFlange2.juno
-share/examples/Juno/performance/AnimMess.juno
-share/examples/Juno/performance/AnimMesses.juno
-share/examples/Juno/performance/AnimStrokeD.juno
-share/examples/Juno/performance/AnimStrokeTri.juno
-share/examples/Juno/performance/AnimTetra.juno
-share/examples/Juno/performance/BlockASolve.juno
-share/examples/Juno/performance/DragResponse.juno
-share/examples/Juno/performance/EqTriSolve.juno
-share/examples/Juno/performance/FactorialTest.juno
-share/examples/Juno/performance/GramSchmidt.juno
-share/examples/Juno/performance/HueDistrib.juno
-share/examples/Juno/performance/KramerFig.juno
-share/examples/Juno/performance/ShapeTest.juno
-share/examples/Juno/performance/SpinA.juno
-share/examples/Juno/performance/SpinEqTr.juno
-share/examples/Juno/shapes/Fractal.juno
-share/examples/Juno/shapes/Spiral.juno
-share/examples/Juno/test/AtanTest.juno
-share/examples/Juno/test/Bezier.juno
-share/examples/Juno/test/Boxes.juno
-share/examples/Juno/test/Cube3D.juno
-share/examples/Juno/test/Demo.juno
-share/examples/Juno/test/DemoUIST.juno
-share/examples/Juno/test/DemoUIST.juno.start
-share/examples/Juno/test/DotTest.juno
-share/examples/Juno/test/FontMetrics.juno
-share/examples/Juno/test/FontSizes.juno
-share/examples/Juno/test/GraphPaper.juno
-share/examples/Juno/test/Inequality.juno
-share/examples/Juno/test/KeystoneMap.juno
-share/examples/Juno/test/Lyle.juno
-share/examples/Juno/test/Mat2Multiply.juno
-share/examples/Juno/test/Meehan-Tile.juno
-share/examples/Juno/test/Misc.juno
-share/examples/Juno/test/NearHintTest.juno
-share/examples/Juno/test/OnCurve.juno
-share/examples/Juno/test/OnCurve2.juno
-share/examples/Juno/test/OnEllipseTest.juno
-share/examples/Juno/test/ParamCrash.juno
-share/examples/Juno/test/PathTest.juno
-share/examples/Juno/test/Pentagram.juno
-share/examples/Juno/test/Pretty-Printer.juno
-share/examples/Juno/test/RightAngle.juno
-share/examples/Juno/test/Runtime-Error.juno
-share/examples/Juno/test/Slider.juno
-share/examples/Juno/test/Slider2.juno
-share/examples/Juno/test/SliderConstraints.juno
-share/examples/Juno/test/Spring.juno
-share/examples/Juno/test/StringTest.juno
-share/examples/Juno/test/Trisect.juno
-share/examples/Juno/test/UnitTest.juno
-share/examples/Juno/test/Unpure-Predicate.juno
-share/examples/Juno/testRedundant/BadNearMid.juno
-share/examples/Juno/testRedundant/BezierBug.juno
-share/examples/Juno/testRedundant/FourCircles.juno
-share/examples/Juno/testRedundant/HorVerRect.juno
-share/examples/Juno/testRedundant/OnTouchingCircles.juno
-share/examples/Juno/testRedundant/OneEcc.juno
-share/examples/Juno/testRedundant/Pappus.juno
-share/examples/Juno/testRedundant/Untitled.juno
-share/examples/Juno/testRedundant/VerEqTri.juno
-share/examples/Juno/testRedundant/ellipse.juno
-share/examples/Juno/testRedundant/midpoint.juno
-share/examples/Juno/testRedundant/pentfreeze0.juno
-share/examples/Juno/testRedundant/pentfreeze2.juno
-share/examples/Juno/testRedundant/powers.juno
-share/examples/Juno/testRedundant/rightAngInSemicircle.juno
-share/examples/Juno/testRedundant/root2.juno
-share/examples/Juno/testRedundant/root2p100.juno
-share/examples/Juno/testRedundant/root2p1000.juno
-share/examples/Juno/testRedundant/tetrafig.juno
-share/examples/Juno/to-bundle/Anim2.juno
-share/examples/Juno/to-bundle/Brace.juno
-share/examples/Juno/to-bundle/Sqrt.juno
-share/examples/Juno/user-font/Dijkstra.juno
-share/examples/Juno/user-font/README
-share/examples/Juno/user-font/TypeCurve.juno
-share/examples/Juno/user-font/UserFont.juno
-@dirrm share/examples/Juno/user-font
-@dirrm share/examples/Juno/to-bundle
-@dirrm share/examples/Juno/testRedundant
-@dirrm share/examples/Juno/test
-@dirrm share/examples/Juno/shapes
-@dirrm share/examples/Juno/performance
-@dirrm share/examples/Juno/geometry
-@dirrm share/examples/Juno/figures
-@dirrm share/examples/Juno/bundled/New
-@dirrm share/examples/Juno/bundled
-@dirrm share/examples/Juno/bugs
-@dirrm share/examples/Juno/animations
-@dirrm share/examples/Juno/3D
-@dirrm share/examples/Juno
-@dirrm share/Juno
+%%DATADIR%%/COPYRIGHT
+%%EXAMPLESDIR%%/3D/Cube3D.juno
+%%EXAMPLESDIR%%/3D/Tetra.juno
+%%EXAMPLESDIR%%/README
+%%EXAMPLESDIR%%/animations/AliceBob.juno
+%%EXAMPLESDIR%%/animations/Archimedes.juno
+%%EXAMPLESDIR%%/animations/Binpack.juno
+%%EXAMPLESDIR%%/animations/ChaCha.juno
+%%EXAMPLESDIR%%/animations/GoJuno.juno
+%%EXAMPLESDIR%%/animations/LeungTransform.juno
+%%EXAMPLESDIR%%/animations/MoveBall.juno
+%%EXAMPLESDIR%%/animations/Rotate.juno
+%%EXAMPLESDIR%%/animations/StarFast.juno
+%%EXAMPLESDIR%%/animations/StarSlow.juno
+%%EXAMPLESDIR%%/animations/Valentine.juno
+%%EXAMPLESDIR%%/bugs/AlphaFloatCrash.juno
+%%EXAMPLESDIR%%/bugs/IntTest.juno
+%%EXAMPLESDIR%%/bugs/JunoCompileNF-Bug.juno
+%%EXAMPLESDIR%%/bundled/Angle.juno
+%%EXAMPLESDIR%%/bundled/Anim.juno
+%%EXAMPLESDIR%%/bundled/Arc.juno
+%%EXAMPLESDIR%%/bundled/Arrow.juno
+%%EXAMPLESDIR%%/bundled/BST.juno
+%%EXAMPLESDIR%%/bundled/Bezier.juno
+%%EXAMPLESDIR%%/bundled/BuiltIn.juno
+%%EXAMPLESDIR%%/bundled/Bundled.modlist
+%%EXAMPLESDIR%%/bundled/C.juno
+%%EXAMPLESDIR%%/bundled/CharSet.juno
+%%EXAMPLESDIR%%/bundled/Circle.juno
+%%EXAMPLESDIR%%/bundled/Color.juno
+%%EXAMPLESDIR%%/bundled/Curve.juno
+%%EXAMPLESDIR%%/bundled/Dash.juno
+%%EXAMPLESDIR%%/bundled/DiGraph.juno
+%%EXAMPLESDIR%%/bundled/Ellipse.juno
+%%EXAMPLESDIR%%/bundled/Font.juno
+%%EXAMPLESDIR%%/bundled/Geometry.juno
+%%EXAMPLESDIR%%/bundled/JunoUI.juno
+%%EXAMPLESDIR%%/bundled/Line.juno
+%%EXAMPLESDIR%%/bundled/LineSkip.juno
+%%EXAMPLESDIR%%/bundled/List.juno
+%%EXAMPLESDIR%%/bundled/Math.juno
+%%EXAMPLESDIR%%/bundled/New/Anim.juno
+%%EXAMPLESDIR%%/bundled/New/Arrow.juno
+%%EXAMPLESDIR%%/bundled/New/Curve.juno
+%%EXAMPLESDIR%%/bundled/New/Dash.juno
+%%EXAMPLESDIR%%/bundled/New/PieChart.juno
+%%EXAMPLESDIR%%/bundled/New/Slider.juno
+%%EXAMPLESDIR%%/bundled/New/Type.juno
+%%EXAMPLESDIR%%/bundled/Offset.juno
+%%EXAMPLESDIR%%/bundled/Outline.juno
+%%EXAMPLESDIR%%/bundled/PS.juno
+%%EXAMPLESDIR%%/bundled/Path.juno
+%%EXAMPLESDIR%%/bundled/Pen.juno
+%%EXAMPLESDIR%%/bundled/PieChart.juno
+%%EXAMPLESDIR%%/bundled/Plot.juno
+%%EXAMPLESDIR%%/bundled/Print.juno
+%%EXAMPLESDIR%%/bundled/Proj3D.juno
+%%EXAMPLESDIR%%/bundled/PtLabel.juno
+%%EXAMPLESDIR%%/bundled/PtLoc.juno
+%%EXAMPLESDIR%%/bundled/R2.juno
+%%EXAMPLESDIR%%/bundled/R3.juno
+%%EXAMPLESDIR%%/bundled/README
+%%EXAMPLESDIR%%/bundled/Random.juno
+%%EXAMPLESDIR%%/bundled/Rect.juno
+%%EXAMPLESDIR%%/bundled/Rel.juno
+%%EXAMPLESDIR%%/bundled/Shadow.juno
+%%EXAMPLESDIR%%/bundled/Show.juno
+%%EXAMPLESDIR%%/bundled/ShowLine.juno
+%%EXAMPLESDIR%%/bundled/Slider.juno
+%%EXAMPLESDIR%%/bundled/Square.juno
+%%EXAMPLESDIR%%/bundled/Text.juno
+%%EXAMPLESDIR%%/bundled/TextList.juno
+%%EXAMPLESDIR%%/bundled/Time.juno
+%%EXAMPLESDIR%%/bundled/Triangle.juno
+%%EXAMPLESDIR%%/bundled/Type.juno
+%%EXAMPLESDIR%%/bundled/TypeLinesC.juno
+%%EXAMPLESDIR%%/bundled/TypeLinesL.juno
+%%EXAMPLESDIR%%/bundled/TypeLinesR.juno
+%%EXAMPLESDIR%%/bundled/Unit.juno
+%%EXAMPLESDIR%%/bundled/Unparse.juno
+%%EXAMPLESDIR%%/bundled/Untitled.juno
+%%EXAMPLESDIR%%/bundled/Xform2.juno
+%%EXAMPLESDIR%%/figures/BlockA.juno
+%%EXAMPLESDIR%%/figures/BlockD.juno
+%%EXAMPLESDIR%%/figures/ColorChart.juno
+%%EXAMPLESDIR%%/figures/ColorCube.juno
+%%EXAMPLESDIR%%/figures/ConsCell.juno
+%%EXAMPLESDIR%%/figures/Damien.juno
+%%EXAMPLESDIR%%/figures/Dependency.bak
+%%EXAMPLESDIR%%/figures/Dependency.juno
+%%EXAMPLESDIR%%/figures/Flange.juno
+%%EXAMPLESDIR%%/figures/GODag.juno
+%%EXAMPLESDIR%%/figures/Integra.juno
+%%EXAMPLESDIR%%/figures/Jumble.juno
+%%EXAMPLESDIR%%/figures/Juno2Logo.juno
+%%EXAMPLESDIR%%/figures/JunoArchitecture.juno
+%%EXAMPLESDIR%%/figures/LetterS.juno
+%%EXAMPLESDIR%%/figures/Links.juno
+%%EXAMPLESDIR%%/figures/Memo.juno
+%%EXAMPLESDIR%%/figures/Speedometer.juno
+%%EXAMPLESDIR%%/figures/Spirograph.juno
+%%EXAMPLESDIR%%/figures/StickFig.juno
+%%EXAMPLESDIR%%/figures/ThreeSticks.juno
+%%EXAMPLESDIR%%/figures/TimesE.juno
+%%EXAMPLESDIR%%/figures/TimesS.juno
+%%EXAMPLESDIR%%/figures/TwoBars.juno
+%%EXAMPLESDIR%%/figures/VideotapeLabel.juno
+%%EXAMPLESDIR%%/geometry/AndreiEllipse.juno
+%%EXAMPLESDIR%%/geometry/CirclesTangent3.juno
+%%EXAMPLESDIR%%/geometry/CircumTriangle.juno
+%%EXAMPLESDIR%%/geometry/DeSargues.juno
+%%EXAMPLESDIR%%/geometry/Euler.juno
+%%EXAMPLESDIR%%/geometry/EulerLine.juno
+%%EXAMPLESDIR%%/geometry/GoodTrisector.juno
+%%EXAMPLESDIR%%/geometry/LyleQuad.juno
+%%EXAMPLESDIR%%/geometry/Miquel.juno
+%%EXAMPLESDIR%%/geometry/Morley.juno
+%%EXAMPLESDIR%%/geometry/Napoleon.juno
+%%EXAMPLESDIR%%/geometry/Pappus.juno
+%%EXAMPLESDIR%%/geometry/StolfiTrisector.bak
+%%EXAMPLESDIR%%/geometry/StolfiTrisector.juno
+%%EXAMPLESDIR%%/performance/AllOnes.juno
+%%EXAMPLESDIR%%/performance/AnimA.juno
+%%EXAMPLESDIR%%/performance/AnimFillD.juno
+%%EXAMPLESDIR%%/performance/AnimFillEqTri.juno
+%%EXAMPLESDIR%%/performance/AnimFillTri.juno
+%%EXAMPLESDIR%%/performance/AnimFlange.juno
+%%EXAMPLESDIR%%/performance/AnimFlange2.juno
+%%EXAMPLESDIR%%/performance/AnimMess.juno
+%%EXAMPLESDIR%%/performance/AnimMesses.juno
+%%EXAMPLESDIR%%/performance/AnimStrokeD.juno
+%%EXAMPLESDIR%%/performance/AnimStrokeTri.juno
+%%EXAMPLESDIR%%/performance/AnimTetra.juno
+%%EXAMPLESDIR%%/performance/BlockASolve.juno
+%%EXAMPLESDIR%%/performance/DragResponse.juno
+%%EXAMPLESDIR%%/performance/EqTriSolve.juno
+%%EXAMPLESDIR%%/performance/FactorialTest.juno
+%%EXAMPLESDIR%%/performance/GramSchmidt.juno
+%%EXAMPLESDIR%%/performance/HueDistrib.juno
+%%EXAMPLESDIR%%/performance/KramerFig.juno
+%%EXAMPLESDIR%%/performance/ShapeTest.juno
+%%EXAMPLESDIR%%/performance/SpinA.juno
+%%EXAMPLESDIR%%/performance/SpinEqTr.juno
+%%EXAMPLESDIR%%/shapes/Fractal.juno
+%%EXAMPLESDIR%%/shapes/Spiral.juno
+%%EXAMPLESDIR%%/test/AtanTest.juno
+%%EXAMPLESDIR%%/test/Bezier.juno
+%%EXAMPLESDIR%%/test/Boxes.juno
+%%EXAMPLESDIR%%/test/Cube3D.juno
+%%EXAMPLESDIR%%/test/Demo.juno
+%%EXAMPLESDIR%%/test/DemoUIST.juno
+%%EXAMPLESDIR%%/test/DemoUIST.juno.start
+%%EXAMPLESDIR%%/test/DotTest.juno
+%%EXAMPLESDIR%%/test/FontMetrics.juno
+%%EXAMPLESDIR%%/test/FontSizes.juno
+%%EXAMPLESDIR%%/test/GraphPaper.juno
+%%EXAMPLESDIR%%/test/Inequality.juno
+%%EXAMPLESDIR%%/test/KeystoneMap.juno
+%%EXAMPLESDIR%%/test/Lyle.juno
+%%EXAMPLESDIR%%/test/Mat2Multiply.juno
+%%EXAMPLESDIR%%/test/Meehan-Tile.juno
+%%EXAMPLESDIR%%/test/Misc.juno
+%%EXAMPLESDIR%%/test/NearHintTest.juno
+%%EXAMPLESDIR%%/test/OnCurve.juno
+%%EXAMPLESDIR%%/test/OnCurve2.juno
+%%EXAMPLESDIR%%/test/OnEllipseTest.juno
+%%EXAMPLESDIR%%/test/ParamCrash.juno
+%%EXAMPLESDIR%%/test/PathTest.juno
+%%EXAMPLESDIR%%/test/Pentagram.juno
+%%EXAMPLESDIR%%/test/Pretty-Printer.juno
+%%EXAMPLESDIR%%/test/RightAngle.juno
+%%EXAMPLESDIR%%/test/Runtime-Error.juno
+%%EXAMPLESDIR%%/test/Slider.juno
+%%EXAMPLESDIR%%/test/Slider2.juno
+%%EXAMPLESDIR%%/test/SliderConstraints.juno
+%%EXAMPLESDIR%%/test/Spring.juno
+%%EXAMPLESDIR%%/test/StringTest.juno
+%%EXAMPLESDIR%%/test/Trisect.juno
+%%EXAMPLESDIR%%/test/UnitTest.juno
+%%EXAMPLESDIR%%/test/Unpure-Predicate.juno
+%%EXAMPLESDIR%%/testRedundant/BadNearMid.juno
+%%EXAMPLESDIR%%/testRedundant/BezierBug.juno
+%%EXAMPLESDIR%%/testRedundant/FourCircles.juno
+%%EXAMPLESDIR%%/testRedundant/HorVerRect.juno
+%%EXAMPLESDIR%%/testRedundant/OnTouchingCircles.juno
+%%EXAMPLESDIR%%/testRedundant/OneEcc.juno
+%%EXAMPLESDIR%%/testRedundant/Pappus.juno
+%%EXAMPLESDIR%%/testRedundant/Untitled.juno
+%%EXAMPLESDIR%%/testRedundant/VerEqTri.juno
+%%EXAMPLESDIR%%/testRedundant/ellipse.juno
+%%EXAMPLESDIR%%/testRedundant/midpoint.juno
+%%EXAMPLESDIR%%/testRedundant/pentfreeze0.juno
+%%EXAMPLESDIR%%/testRedundant/pentfreeze2.juno
+%%EXAMPLESDIR%%/testRedundant/powers.juno
+%%EXAMPLESDIR%%/testRedundant/rightAngInSemicircle.juno
+%%EXAMPLESDIR%%/testRedundant/root2.juno
+%%EXAMPLESDIR%%/testRedundant/root2p100.juno
+%%EXAMPLESDIR%%/testRedundant/root2p1000.juno
+%%EXAMPLESDIR%%/testRedundant/tetrafig.juno
+%%EXAMPLESDIR%%/to-bundle/Anim2.juno
+%%EXAMPLESDIR%%/to-bundle/Brace.juno
+%%EXAMPLESDIR%%/to-bundle/Sqrt.juno
+%%EXAMPLESDIR%%/user-font/Dijkstra.juno
+%%EXAMPLESDIR%%/user-font/README
+%%EXAMPLESDIR%%/user-font/TypeCurve.juno
+%%EXAMPLESDIR%%/user-font/UserFont.juno
+@dirrm %%EXAMPLESDIR%%/user-font
+@dirrm %%EXAMPLESDIR%%/to-bundle
+@dirrm %%EXAMPLESDIR%%/testRedundant
+@dirrm %%EXAMPLESDIR%%/test
+@dirrm %%EXAMPLESDIR%%/shapes
+@dirrm %%EXAMPLESDIR%%/performance
+@dirrm %%EXAMPLESDIR%%/geometry
+@dirrm %%EXAMPLESDIR%%/figures
+@dirrm %%EXAMPLESDIR%%/bundled/New
+@dirrm %%EXAMPLESDIR%%/bundled
+@dirrm %%EXAMPLESDIR%%/bugs
+@dirrm %%EXAMPLESDIR%%/animations
+@dirrm %%EXAMPLESDIR%%/3D
+@dirrm %%EXAMPLESDIR%%
+@dirrm %%DATADIR%%
@dirrm lib/m3/www
@dirrm lib/m3/pkg/juno-machine/src
@dirrm lib/m3/pkg/juno-machine/%%TARGET%%