scheduling: optionally create schedules with outermost parallelism
[platform/upstream/isl.git] / Makefile.am
index 71e98d8..eb1c817 100644 (file)
@@ -38,6 +38,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 \
@@ -70,6 +72,7 @@ libisl_la_SOURCES = \
        isl_ilp.c \
        isl_input.c \
        isl_list.c \
+       isl_list_private.h \
        isl_local_space_private.h \
        isl_local_space.c \
        isl_lp.c \
@@ -106,6 +109,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 \
@@ -185,6 +189,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,8 @@ pkginclude_HEADERS = \
 
 EXTRA_DIST = \
        basis_reduction_templ.c \
+       isl_list_templ.c \
+       isl_list_templ.h \
        isl_pw_templ.c \
        isl_union_templ.c \
        isl.py \