Makefile_insert revision c13dc321cb14a6ba3330843fe8ada0e754b6580f
409N/A## Makefile.am fragment sourced by src/Makefile.am.
1N/A
1N/A2geom/all: 2geom/lib2geom.a
1N/A
1N/A2geom/clean:
1N/A rm -f 2geom/lib2geom.a $(2geom_lib2geom_a_OBJECTS)
1N/A
1N/A2geom_lib2geom_a_SOURCES = \
1N/A 2geom/basic-intersection.cpp \
1N/A 2geom/bezier-clipping.cpp \
1N/A 2geom/utils.cpp \
1N/A 2geom/bezier-utils.cpp \
1N/A 2geom/circle-circle.cpp \
1N/A 2geom/circle.cpp \
1N/A 2geom/circle.h \
1N/A 2geom/conjugate_gradient.cpp \
1N/A 2geom/convex-cover.cpp \
1N/A 2geom/crossing.cpp \
1N/A 2geom/curve-helpers.cpp \
1N/A 2geom/d2-sbasis.cpp \
1N/A 2geom/ellipse.cpp \
221N/A 2geom/elliptical-arc.cpp \
1N/A 2geom/geom.cpp \
1N/A 2geom/matrix.cpp \
22N/A 2geom/nearest-point.cpp \
22N/A 2geom/path-intersection.cpp \
0N/A 2geom/path.cpp \
0N/A 2geom/pathvector.cpp \
221N/A 2geom/piecewise.cpp \
14N/A 2geom/point.cpp \
14N/A 2geom/poly.cpp \
221N/A 2geom/quadtree.cpp \
14N/A 2geom/region.cpp \
14N/A 2geom/sbasis-2d.cpp \
221N/A 2geom/sbasis-geometric.cpp \
14N/A 2geom/sbasis-math.cpp \
14N/A 2geom/sbasis-poly.cpp \
22N/A 2geom/sbasis-roots.cpp \
22N/A 2geom/sbasis-to-bezier.cpp \
22N/A 2geom/sbasis.cpp \
22N/A 2geom/shape.cpp \
22N/A 2geom/solve-bezier-one-d.cpp \
22N/A 2geom/solve-bezier-parametric.cpp \
14N/A 2geom/svg-elliptical-arc.cpp \
0N/A 2geom/svg-path-parser.cpp \
116N/A 2geom/svg-path.cpp \
204N/A 2geom/sweep.cpp \
0N/A 2geom/transforms.cpp \
0N/A 2geom/angle.h \
391N/A 2geom/basic-intersection.h \
0N/A 2geom/bezier-curve.h \
192N/A 2geom/bezier-to-sbasis.h \
0N/A 2geom/bezier-utils.h \
0N/A 2geom/bezier.h \
479N/A 2geom/choose.h \
479N/A 2geom/circulator.h \
479N/A 2geom/concepts.h \
479N/A 2geom/conjugate_gradient.h \
479N/A 2geom/convex-cover.h \
0N/A 2geom/coord.h \
26N/A 2geom/crossing.h \
50N/A 2geom/curve.h \
119N/A 2geom/curves.h \
235N/A 2geom/d2-sbasis.h \
309N/A 2geom/d2.h \
429N/A 2geom/ellipse.h \
296N/A 2geom/elliptical-arc.h \
327N/A 2geom/exception.h \
391N/A 2geom/forward.h \
361N/A 2geom/geom.h \
362N/A 2geom/hvlinesegment.h \
26N/A 2geom/interval.h \
391N/A 2geom/isnan.h \
429N/A 2geom/linear.h \
384N/A 2geom/matrix.h \
497N/A 2geom/nearest-point.h \
497N/A 2geom/ord.h \
497N/A 2geom/path-intersection.h \
497N/A 2geom/path.h \
497N/A 2geom/pathvector.h \
384N/A 2geom/piecewise.h \
384N/A 2geom/point-l.h \
497N/A 2geom/point-ops.h \
384N/A 2geom/point.h \
301N/A 2geom/poly.h \
429N/A 2geom/quadtree.h \
301N/A 2geom/rect.h \
301N/A 2geom/region.h \
301N/A 2geom/sbasis-2d.h \
384N/A 2geom/sbasis-curve.h \
301N/A 2geom/sbasis-geometric.h \
384N/A 2geom/sbasis-math.h \
0N/A 2geom/sbasis-poly.h \
0N/A 2geom/sbasis-to-bezier.h \
0N/A 2geom/sbasis.h \
301N/A 2geom/shape.h \
301N/A 2geom/solver.h \
301N/A 2geom/sturm.h \
318N/A 2geom/svg-elliptical-arc.h \
301N/A 2geom/svg-path-parser.h \
215N/A 2geom/svg-path.h \
362N/A 2geom/sweep.h \
362N/A 2geom/transforms.h \
162N/A 2geom/utils.h \
301N/A 2geom/numeric/matrix.cpp \
342N/A 2geom/numeric/fitting-model.h \
499N/A 2geom/numeric/fitting-tool.h \
235N/A 2geom/numeric/linear_system.h \
342N/A 2geom/numeric/matrix.h \
301N/A 2geom/numeric/vector.h
104N/A
310N/A