Revert "Remove GTS sources in favour of the libgts package."
commit585ecacd586107f29933b30b844e01dabcd85e2b
authorbert <bert.timmerman@xs4all.nl>
Sat, 31 Dec 2016 17:49:32 +0000 (31 18:49 +0100)
committerbert <bert.timmerman@xs4all.nl>
Mon, 2 Jan 2017 19:08:03 +0000 (2 20:08 +0100)
tree31abc49b9becc2caf615f24446b692c7f6cb1f45
parentf7a9bbdd4fe2d94992a70002d10585c989b47912
Revert "Remove GTS sources in favour of the libgts package."

This reverts commit 825caea4fe0dfe32b572017961a7f357fae97022.

Signed-off-by: bert <bert.timmerman@xs4all.nl>
47 files changed:
Makefile.am
configure.ac
doc/doxygen/pcb.dox
gts/.gitignore
gts/Makefile.am [new file with mode: 0644]
gts/NOTES [new file with mode: 0644]
gts/bbtree.c [new file with mode: 0644]
gts/boolean.c [new file with mode: 0644]
gts/cdt.c [new file with mode: 0644]
gts/container.c [new file with mode: 0644]
gts/curvature.c [new file with mode: 0644]
gts/edge.c [new file with mode: 0644]
gts/eheap.c [new file with mode: 0644]
gts/face.c [new file with mode: 0644]
gts/fifo.c [new file with mode: 0644]
gts/graph.c [new file with mode: 0644]
gts/gts-private.h [new file with mode: 0644]
gts/gts.h [new file with mode: 0644]
gts/heap.c [new file with mode: 0644]
gts/hsurface.c [new file with mode: 0644]
gts/iso.c [new file with mode: 0644]
gts/isotetra.c [new file with mode: 0644]
gts/kdtree.c [new file with mode: 0644]
gts/matrix.c [new file with mode: 0644]
gts/misc.c [new file with mode: 0644]
gts/named.c [new file with mode: 0644]
gts/object.c [new file with mode: 0644]
gts/oocs.c [new file with mode: 0644]
gts/partition.c [new file with mode: 0644]
gts/pgraph.c [new file with mode: 0644]
gts/point.c [new file with mode: 0644]
gts/predicates.c [new file with mode: 0644]
gts/predicates.h [new file with mode: 0644]
gts/psurface.c [new file with mode: 0644]
gts/refine.c [new file with mode: 0644]
gts/rounding.h [new file with mode: 0644]
gts/segment.c [new file with mode: 0644]
gts/split.c [new file with mode: 0644]
gts/stripe.c [new file with mode: 0644]
gts/surface.c [new file with mode: 0644]
gts/triangle.c [new file with mode: 0644]
gts/tribox3.c [new file with mode: 0644]
gts/vertex.c [new file with mode: 0644]
gts/vopt.c [new file with mode: 0644]
src/Makefile.am
src/toporouter.c
src/toporouter.h