Austin Schuh | 405fa6c | 2015-09-06 18:13:55 -0700 | [diff] [blame] | 1 | bin_PROGRAMS = \ |
| 2 | scdd \ |
| 3 | lcdd \ |
| 4 | redcheck \ |
| 5 | fourier \ |
| 6 | projection \ |
| 7 | adjacency \ |
| 8 | allfaces \ |
| 9 | testcdd1 \ |
| 10 | testshoot \ |
| 11 | testcdd2 \ |
| 12 | testlp1 \ |
| 13 | testlp2 \ |
| 14 | testlp3 |
| 15 | #cddmathlink |
| 16 | |
| 17 | scdd_SOURCES = simplecdd.c |
| 18 | lcdd_SOURCES = lcdd.c |
| 19 | redcheck_SOURCES = redcheck.c |
| 20 | fourier_SOURCES = fourier.c |
| 21 | projection_SOURCES = projection.c |
| 22 | adjacency_SOURCES = adjacency.c |
| 23 | allfaces_SOURCES = allfaces.c |
| 24 | testcdd1_SOURCES = testcdd1.c |
| 25 | testshoot_SOURCES = testshoot.c |
| 26 | testcdd2_SOURCES = testcdd2.c |
| 27 | testlp1_SOURCES = testlp1.c |
| 28 | testlp2_SOURCES = testlp2.c |
| 29 | testlp3_SOURCES = testlp3.c |
| 30 | # cddmathlink_SOURCES = cddmathlink.c cddmlio.h cddmlio.c |
| 31 | |
| 32 | LDADD = ../lib-src/libcdd.la |
| 33 | INCLUDES = -I../lib-src |
| 34 | AM_CPPFLAGS = -UGMPRATIONAL |