1 AUTOMAKE_OPTIONS = foreign no-dependencies
3 AM_CPPFLAGS = -DPREFIX='"${prefix}"'
4 AM_CPPFLAGS += -DCONFIGFILE='"${sysconfdir}/collection.conf"'
7 AM_CFLAGS = -Wall -Wextra
12 BUILT_SOURCES = parser.h
14 bin_PROGRAMS = collection.fcgi
16 collection_fcgi_SOURCES = main.c \
17 oconfig.c oconfig.h aux_types.h scanner.l parser.y \
18 action_graph.c action_graph.h \
19 action_list_graphs.c action_list_graphs.h \
20 action_search_json.c action_search_json.h \
21 action_show_graph.c action_show_graph.h \
22 action_show_graph_json.c action_show_graph_json.h \
23 action_show_instance.c action_show_instance.h \
25 filesystem.c filesystem.h \
28 graph_config.c graph_config.h \
29 graph_def.c graph_def.h \
30 graph_ident.c graph_ident.h \
31 graph_instance.c graph_instance.h \
32 graph_list.c graph_list.h \
33 rrd_args.c rrd_args.h \
34 utils_array.c utils_array.h \
35 utils_cgi.c utils_cgi.h