9b235bac0e8f26b37c660f0422d4a9de55199eb0
[collection4.git] / src / Makefile.am
1 AUTOMAKE_OPTIONS = foreign no-dependencies
2
3 if COMPILER_IS_GCC
4 AM_CFLAGS = -Wall -Wextra
5 endif
6 AM_YFLAGS = -d
7
8 BUILT_SOURCES = parser.h
9
10 bin_PROGRAMS = collection.fcgi
11
12 collection_fcgi_SOURCES = main.c \
13                           oconfig.c oconfig.h aux_types.h scanner.l parser.y \
14                           action_graph.c action_graph.h \
15                           action_list_graphs.c action_list_graphs.h \
16                           common.c common.h \
17                           filesystem.c filesystem.h \
18                           graph_types.h \
19                           graph.c graph.h \
20                           graph_config.c graph_config.h \
21                           graph_def.c graph_def.h \
22                           graph_ident.c graph_ident.h \
23                           graph_instance.c graph_instance.h \
24                           graph_list.c graph_list.h \
25                           utils_array.c utils_array.h \
26                           utils_params.c utils_params.h