4107: headers.mk: New. List of distributed files.

--- scribo/ChangeLog | 6 +++- scribo/headers.mk | 80 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 85 insertions(+), 1 deletions(-) create mode 100644 scribo/headers.mk diff --git a/scribo/ChangeLog b/scribo/ChangeLog index 33a4ef4..8825198 100644 --- a/scribo/ChangeLog +++ b/scribo/ChangeLog @@ -1,8 +1,12 @@ 2009-06-11 Guillaume Lazzara <lazzara@lrde.epita.fr> + * headers.mk: New. List of distributed files. + +2009-06-11 Guillaume Lazzara <lazzara@lrde.epita.fr> + Generate list of distributed headers for Scribo. - * generate_dist_headers.sh: new. Generate distributed file list. + * generate_dist_headers.sh: New. Generate distributed file list. 2009-06-11 Guillaume Lazzara <lazzara@lrde.epita.fr> diff --git a/scribo/headers.mk b/scribo/headers.mk new file mode 100644 index 0000000..eceb426 --- /dev/null +++ b/scribo/headers.mk @@ -0,0 +1,80 @@ +## Generated by ./generate_dist_headers, do not modify ## + +noinst_HEADERS = \ +./all.hh \ +./binarization/simple.hh \ +./core/all.hh \ +./core/central_sites.hh \ +./core/erase_objects.hh \ +./core/macros.hh \ +./core/object_image.hh \ +./debug/all.hh \ +./debug/save_bboxes_image.hh \ +./debug/save_label_image.hh \ +./debug/save_linked_bboxes_image.hh \ +./debug/save_table_image.hh \ +./debug/usage.hh \ +./demo/src/mainwindow.hh \ +./draw/all.hh \ +./draw/bounding_box_links.hh \ +./draw/bounding_boxes.hh \ +./extract/lines_discontinued.hh \ +./extract/primitive/canvas.hh \ +./extract/primitive/cells.hh \ +./extract/primitive/lines_discontinued.hh \ +./extract/primitive/lines_h_discontinued.hh \ +./extract/primitive/lines_h_thick.hh \ +./extract/primitive/lines_thick.hh \ +./extract/primitive/lines_v_discontinued.hh \ +./extract/primitive/lines_v_thick.hh \ +./extract/primitive/objects.hh \ +./filter/all.hh \ +./filter/large_objects.hh \ +./filter/small_objects.hh \ +./filter/thick_objects.hh \ +./filter/thin_objects.hh \ +./make/all.hh \ +./make/debug_filename.hh \ +./make/influence_zone_graph.hh \ +./make/text.hh \ +./preprocessing/all.hh \ +./preprocessing/unskew.hh \ +./table/align_lines_horizontaly.hh \ +./table/align_lines_verticaly.hh \ +./table/all.hh \ +./table/connect_horizontal_lines.hh \ +./table/connect_vertical_lines.hh \ +./table/erase.hh \ +./table/extract.hh \ +./table/internal/align_lines.hh \ +./table/internal/all.hh \ +./table/internal/connect_lines.hh \ +./table/internal/repair_lines.hh \ +./table/rebuild.hh \ +./table/repair_horizontal_lines.hh \ +./table/repair_vertical_lines.hh \ +./text/all.hh \ +./text/clean.hh \ +./text/extract_lines.hh \ +./text/grouping/all.hh \ +./text/grouping/group_from_double_link.hh \ +./text/grouping/group_from_graph.hh \ +./text/grouping/group_from_single_link.hh \ +./text/grouping/group_with_graph.hh \ +./text/grouping/group_with_several_graphes.hh \ +./text/grouping/group_with_several_left_links.hh \ +./text/grouping/group_with_several_right_links.hh \ +./text/grouping/group_with_single_left_link.hh \ +./text/grouping/group_with_single_right_link.hh \ +./text/grouping/internal/all.hh \ +./text/grouping/internal/find_graph_link.hh \ +./text/grouping/internal/find_left_link.hh \ +./text/grouping/internal/find_right_link.hh \ +./text/grouping/internal/find_root.hh \ +./text/grouping/internal/init_link_array.hh \ +./text/grouping/internal/is_link_valid.hh \ +./text/grouping/internal/update_graph_link.hh \ +./text/grouping/internal/update_link_array.hh \ +./text/recognition.hh \ +./util/all.hh \ +./util/text.hh -- 1.5.6.5
participants (1)
-
Guillaume Lazzara