add isl_point_get_dim
[platform/upstream/isl.git] / Makefile.am
index b724eb1..7019da0 100644 (file)
@@ -30,6 +30,7 @@ GET_MEMORY_FUNCTIONS=mp_get_memory_functions.c
 endif
 
 INCLUDES = -I. -I$(srcdir) -I$(srcdir)/include -Iinclude/ 
+AM_CFLAGS = @WARNING_FLAGS@
 
 libisl_la_SOURCES = \
        $(ISL_PIPLIB) \
@@ -38,6 +39,8 @@ libisl_la_SOURCES = \
        isl_aff_private.h \
        isl_affine_hull.c \
        isl_arg.c \
+       isl_band.c \
+       isl_band_private.h \
        isl_basis_reduction.h \
        basis_reduction_tab.c \
        isl_bernstein.c \
@@ -107,6 +110,7 @@ libisl_la_SOURCES = \
        isl_scan.c \
        isl_scan.h \
        isl_schedule.c \
+       isl_schedule_private.h \
        isl_stream.c \
        isl_seq.c \
        isl_tab.c \
@@ -186,6 +190,7 @@ nodist_pkginclude_HEADERS = \
 pkginclude_HEADERS = \
        include/isl/aff.h \
        include/isl/arg.h \
+       include/isl/band.h \
        include/isl/blk.h \
        include/isl/constraint.h \
        include/isl/ctx.h \
@@ -216,6 +221,7 @@ pkginclude_HEADERS = \
        include/isl/vertices.h
 
 EXTRA_DIST = \
+       isl_config_post.h \
        basis_reduction_templ.c \
        isl_list_templ.c \
        isl_list_templ.h \