diff options
Diffstat (limited to 'src/livarot/Makefile_insert')
| -rw-r--r-- | src/livarot/Makefile_insert | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/src/livarot/Makefile_insert b/src/livarot/Makefile_insert new file mode 100644 index 000000000..6982d0a98 --- /dev/null +++ b/src/livarot/Makefile_insert @@ -0,0 +1,45 @@ +## Makefile.am fragment sourced by src/Makefile.am. + +livarot/all: livarot/libvarot.a + +livarot/clean: + rm -f livarot/libvarot.a $(livarot_libvarot_a_OBJECTS) + +livarot_libvarot_a_SOURCES = \ + livarot/AVL.cpp \ + livarot/AVL.h \ + livarot/AlphaLigne.cpp \ + livarot/AlphaLigne.h \ + livarot/BitLigne.cpp \ + livarot/BitLigne.h \ + livarot/float-line.cpp \ + livarot/float-line.h \ + livarot/int-line.cpp \ + livarot/int-line.h \ + livarot/LivarotDefs.h \ + livarot/MyMath.h \ + livarot/MySeg.cpp \ + livarot/MySeg.h \ + livarot/Path.cpp \ + livarot/Path.h \ + livarot/PathConversion.cpp \ + livarot/PathCutting.cpp \ + livarot/PathOutline.cpp \ + livarot/PathSimplify.cpp \ + livarot/PathStroke.cpp \ + livarot/Shape.cpp \ + livarot/Shape.h \ + livarot/ShapeDraw.cpp \ + livarot/ShapeMisc.cpp \ + livarot/ShapeRaster.cpp \ + livarot/ShapeSweep.cpp \ + livarot/sweep-tree-list.cpp \ + livarot/sweep-tree-list.h \ + livarot/sweep-tree.cpp \ + livarot/sweep-tree.h \ + livarot/sweep-event.cpp \ + livarot/sweep-event.h \ + livarot/sweep-event-queue.h \ + livarot/livarot-forward.h \ + livarot/path-description.h \ + livarot/path-description.cpp |
