X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile.am;h=7019da0825cd1c7431ccda9050c8f8d4d665eedf;hb=91dceca677c550ef4d9016a13b20a4a2a53d1405;hp=b724eb15fb48618a7df22dc041977964a5f77661;hpb=93bcc60cff0ae7fdb2c0f33a0612534cf6ec5a68;p=platform%2Fupstream%2Fisl.git diff --git a/Makefile.am b/Makefile.am index b724eb1..7019da0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \