use uint_32_t from stdint.h instead of u_int_32_t
[platform/upstream/isl.git] / Makefile.am
index 9ef7107..e6e3dca 100644 (file)
@@ -3,13 +3,17 @@ MAYBE_PIPLIB = piplib
 endif
 
 SUBDIRS = $(MAYBE_PIPLIB) .
+DIST_SUBDIRS = $(MAYBE_PIPLIB)
+
+ACLOCAL_AMFLAGS = -I m4
 
 lib_LTLIBRARIES = libisl.la
+noinst_PROGRAMS = isl_test
+TESTS = isl_test
 
 if HAVE_POLYLIB
 ISL_POLYLIB = \
-       isl_map_polylib.c \
-       isl_polylib.h
+       isl_map_polylib.c
 endif
 
 if HAVE_PIPLIB
@@ -17,6 +21,7 @@ ISL_PIPLIB = \
        isl_lp_piplib.c \
        isl_map_piplib.c \
        isl_sample_piplib.c \
+       isl_sample_piplib.h \
        isl_piplib.c
 else
 ISL_PIPLIB = \
@@ -33,26 +38,25 @@ libisl_la_SOURCES = \
        $(ISL_POLYLIB) \
        isl_affine_hull.c \
        isl_blk.c \
-       isl_blk.h \
+       isl_constraint.c \
+       isl_convex_hull.c \
        isl_ctx.c \
-       isl_ctx.h \
        isl_equalities.c \
        isl_equalities.h \
        isl_gmp.c \
        isl_input.c \
-       isl_int.h \
-       isl_lp.h \
+       isl_input_omega.c \
+       isl_input_omega.h \
+       isl_list.c \
        isl_lp.c \
        isl_map.c \
-       isl_map.h \
        isl_map_private.h \
        isl_mat.c \
        isl_mat.h \
+       isl_output.c \
        isl_sample.h \
        isl_sample.c \
-       isl_set.h \
        isl_seq.c \
-       isl_seq.h \
        isl_vec.c \
        isl_vec.h
 EXTRA_libisl_la_SOURCES = \
@@ -63,6 +67,7 @@ EXTRA_libisl_la_SOURCES = \
        isl_map_polylib.c \
        isl_sample_no_piplib.c \
        isl_sample_piplib.c \
+       isl_sample_piplib.h \
        isl_piplib.c
 libisl_la_LIBADD = $(PIPLIB_LA) @PIPLIB_LIBS@ @POLYLIB_LIBS@ -lgmp
 libisl_la_LDFLAGS = -release @VERSION@ @PIPLIB_LDFLAGS@ @POLYLIB_LDFLAGS@ \
@@ -71,10 +76,17 @@ libisl_la_CPPFLAGS = -I$(srcdir)/include -Iinclude/ \
        @PIPLIB_CPPFLAGS@ @POLYLIB_CPPFLAGS@ \
        @GMP_CPPFLAGS@
 
+isl_test_CPPFLAGS = -I$(srcdir)/include -Iinclude/
+isl_test_LDADD = libisl.la
+
+nodist_pkginclude_HEADERS = \
+       include/isl_ctx.h \
+       include/isl_stdint.h
 pkginclude_HEADERS = \
        include/isl_blk.h \
-       include/isl_ctx.h \
+       include/isl_constraint.h \
        include/isl_int.h \
+       include/isl_list.h \
        include/isl_lp.h \
        include/isl_lp_piplib.h \
        include/isl_map.h \
@@ -85,3 +97,5 @@ pkginclude_HEADERS = \
        include/isl_seq.h \
        include/isl_set.h \
        include/isl_set_polylib.h
+
+EXTRA_DIST = test_inputs