author | Florian Forster <ff@octo.it> | |
Wed, 16 Jun 2010 15:13:28 +0000 (17:13 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Wed, 16 Jun 2010 15:13:28 +0000 (17:13 +0200) | ||
commit | 0ab3085f89e64eecd67d3179ea87f0463e918a10 | |
tree | f4a8b1984eeb1803b28ad3c6b1554b7852f53e41 | tree | snapshot |
parent | af2ed61b280e1ec169aba2bcb9df30ac76b006d2 | commit | diff |
Autotoolization.
68 files changed:
AUTHORS | [new file with mode: 0644] | blob |
ChangeLog | [new file with mode: 0644] | blob |
Makefile | [deleted file] | blob | history |
Makefile.am | [new file with mode: 0644] | blob |
NEWS | [new file with mode: 0644] | blob |
README | [new file with mode: 0644] | blob |
action_graph.c | [deleted file] | blob | history |
action_graph.h | [deleted file] | blob | history |
action_list_graphs.c | [deleted file] | blob | history |
action_list_graphs.h | [deleted file] | blob | history |
aux_types.h | [deleted file] | blob | history |
common.c | [deleted file] | blob | history |
common.h | [deleted file] | blob | history |
configure.ac | [new file with mode: 0644] | blob |
filesystem.c | [deleted file] | blob | history |
filesystem.h | [deleted file] | blob | history |
graph.c | [deleted file] | blob | history |
graph.h | [deleted file] | blob | history |
graph_config.c | [deleted file] | blob | history |
graph_config.h | [deleted file] | blob | history |
graph_def.c | [deleted file] | blob | history |
graph_def.h | [deleted file] | blob | history |
graph_ident.c | [deleted file] | blob | history |
graph_ident.h | [deleted file] | blob | history |
graph_instance.c | [deleted file] | blob | history |
graph_instance.h | [deleted file] | blob | history |
graph_list.c | [deleted file] | blob | history |
graph_list.h | [deleted file] | blob | history |
oconfig.c | [deleted file] | blob | history |
oconfig.h | [deleted file] | blob | history |
parser.y | [deleted file] | blob | history |
scanner.l | [deleted file] | blob | history |
src/Makefile.am | [new file with mode: 0644] | blob |
src/action_graph.c | [new file with mode: 0644] | blob |
src/action_graph.h | [new file with mode: 0644] | blob |
src/action_list_graphs.c | [new file with mode: 0644] | blob |
src/action_list_graphs.h | [new file with mode: 0644] | blob |
src/aux_types.h | [new file with mode: 0644] | blob |
src/common.c | [new file with mode: 0644] | blob |
src/common.h | [new file with mode: 0644] | blob |
src/filesystem.c | [new file with mode: 0644] | blob |
src/filesystem.h | [new file with mode: 0644] | blob |
src/graph.c | [new file with mode: 0644] | blob |
src/graph.h | [new file with mode: 0644] | blob |
src/graph_config.c | [new file with mode: 0644] | blob |
src/graph_config.h | [new file with mode: 0644] | blob |
src/graph_def.c | [new file with mode: 0644] | blob |
src/graph_def.h | [new file with mode: 0644] | blob |
src/graph_ident.c | [new file with mode: 0644] | blob |
src/graph_ident.h | [new file with mode: 0644] | blob |
src/graph_instance.c | [new file with mode: 0644] | blob |
src/graph_instance.h | [new file with mode: 0644] | blob |
src/graph_list.c | [new file with mode: 0644] | blob |
src/graph_list.h | [new file with mode: 0644] | blob |
src/main.c | [new file with mode: 0644] | blob |
src/oconfig.c | [new file with mode: 0644] | blob |
src/oconfig.h | [new file with mode: 0644] | blob |
src/parser.y | [new file with mode: 0644] | blob |
src/scanner.l | [new file with mode: 0644] | blob |
src/utils_array.c | [new file with mode: 0644] | blob |
src/utils_array.h | [new file with mode: 0644] | blob |
src/utils_params.c | [new file with mode: 0644] | blob |
src/utils_params.h | [new file with mode: 0644] | blob |
test.fcgi.c | [deleted file] | blob | history |
utils_array.c | [deleted file] | blob | history |
utils_array.h | [deleted file] | blob | history |
utils_params.c | [deleted file] | blob | history |
utils_params.h | [deleted file] | blob | history |