Imported Robodoc.
[robodoc.git] / Source / makefile.am
1 # vi: ff=unix
2 # $Id: makefile.am,v 1.24 2007/01/13 11:43:10 gumpu Exp $
3 # Process this file with automake to produce Makefile.in
4
5 bin_PROGRAMS = robodoc robohdrs
6
7 robohdrs_SOURCES = \
8      robohdrs.c headers.c util.c globals.c roboconfig.c \
9      headertypes.c
10
11 robohdrs_DEPENDENCIES = headers.h
12
13 robodoc_SOURCES = \
14      optioncheck.c optioncheck.h \
15      analyser.c analyser.h \
16      config.h \
17      generator.c generator.h \
18      headers.c headers.h \
19      headertypes.c headertypes.h \
20      items.c items.h \
21      links.c links.h \
22      globals.c globals.h \
23      robodoc.c robodoc.h \
24      util.c util.h \
25      html_generator.c html_generator.h \
26      xmldocbook_generator.c xmldocbook_generator.h \
27      latex_generator.c latex_generator.h \
28      rtf_generator.c rtf_generator.h \
29      test_generator.c test_generator.h \
30      ascii_generator.c ascii_generator.h \
31      troff_generator.c troff_generator.h \
32      lua_generator.c lua_generator.h \
33      document.c document.h \
34      directory.c directory.h \
35      file.c file.h \
36      part.c part.h \
37      path.c path.h \
38      roboconfig.c roboconfig.h