Added cddlib-094h from http://www.inf.ethz.ch/personal/fukudak/cdd_home/

Change-Id: I64519509269e434b1b9ea87c3fe0805e711c0ac9
diff --git a/third_party/cddlib/src/Makefile.am b/third_party/cddlib/src/Makefile.am
new file mode 100644
index 0000000..17f8625
--- /dev/null
+++ b/third_party/cddlib/src/Makefile.am
@@ -0,0 +1,34 @@
+bin_PROGRAMS = \
+scdd \
+lcdd \
+redcheck \
+fourier \
+projection \
+adjacency \
+allfaces \
+testcdd1 \
+testshoot \
+testcdd2 \
+testlp1 \
+testlp2 \
+testlp3
+#cddmathlink
+
+scdd_SOURCES                   = simplecdd.c
+lcdd_SOURCES                   = lcdd.c
+redcheck_SOURCES               = redcheck.c
+fourier_SOURCES                = fourier.c
+projection_SOURCES             = projection.c
+adjacency_SOURCES              = adjacency.c
+allfaces_SOURCES               = allfaces.c
+testcdd1_SOURCES               = testcdd1.c
+testshoot_SOURCES              = testshoot.c
+testcdd2_SOURCES               = testcdd2.c
+testlp1_SOURCES                = testlp1.c
+testlp2_SOURCES                = testlp2.c
+testlp3_SOURCES                = testlp3.c
+# cddmathlink_SOURCES                = cddmathlink.c cddmlio.h cddmlio.c
+
+LDADD        = ../lib-src/libcdd.la
+INCLUDES     = -I../lib-src
+AM_CPPFLAGS  = -UGMPRATIONAL