X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile.am;h=834b7e8fbfeef5aed6b415dd939453daf9120a4c;hb=19596bc4e5cd282b2e75d17077b1aaaeacbfd6f9;hp=f8a623d5af94d2d1851a30fbf2181c5680b95fe6;hpb=5888ac1c9fb2c2c603f8b7acea8be0196754bead;p=platform%2Fupstream%2Fisl.git diff --git a/Makefile.am b/Makefile.am index f8a623d..834b7e8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -66,6 +66,7 @@ libisl_la_SOURCES = \ isl_convex_hull.c \ isl_ctx.c \ isl_ctx_private.h \ + isl_deprecated.c \ isl_dim.c \ isl_dim_map.h \ isl_dim_map.c \ @@ -82,8 +83,7 @@ libisl_la_SOURCES = \ isl_hmap_map_basic_set.h \ isl_ilp.c \ isl_input.c \ - isl_list.c \ - isl_list_private.h \ + isl_int.h \ isl_local_space_private.h \ isl_local_space.c \ isl_lp.c \ @@ -121,6 +121,7 @@ libisl_la_SOURCES = \ isl_scan.h \ isl_schedule.c \ isl_schedule_private.h \ + isl_set_list.c \ isl_sort.c \ isl_sort.h \ isl_space.c \ @@ -136,6 +137,9 @@ libisl_la_SOURCES = \ isl_transitive_closure.c \ isl_union_map.c \ isl_union_map_private.h \ + isl_val.c \ + isl_val_gmp.c \ + isl_val_private.h \ isl_vec.c \ isl_version.c \ isl_vertices_private.h \ @@ -249,11 +253,15 @@ pkginclude_HEADERS = \ include/isl/union_map_type.h \ include/isl/union_set.h \ include/isl/union_set_type.h \ + include/isl/val.h \ + include/isl/val_gmp.h \ + include/isl/val_int.h \ include/isl/vec.h \ include/isl/version.h \ include/isl/vertices.h EXTRA_DIST = \ + LICENSE \ isl_config_post.h \ basis_reduction_templ.c \ isl_list_templ.c \ @@ -274,6 +282,8 @@ EXTRA_DIST = \ doc/mypod2latex \ doc/manual.tex \ doc/user.pod \ + interface/all.h \ + interface/isl.py.top \ test_inputs dist-hook: @@ -288,7 +298,7 @@ gitversion.h: @GIT_HEAD@ $(AM_V_GEN)echo '#define GIT_HEAD_ID "'@GIT_HEAD_VERSION@'"' > $@ install-data-local: $(srcdir)/isl.py - @libisl=`sed -ne "/^library_names=/{s/.*='//;s/'$$//;s/ .*//;p}" \ + @libisl=`sed -ne "/^library_names=/{s/.*='//;s/'$$//;s/ .*//;p;}" \ $(builddir)/libisl.la`; \ case $$libisl in \ '') echo Cannot find isl library name. GDB bindings not installed.;; \