File: makefile.am

package info (click to toggle)
robodoc 4.0.18-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 924 kB
  • ctags: 669
  • sloc: ansic: 8,386; xml: 953; sh: 335; makefile: 144; perl: 68
file content (39 lines) | stat: -rw-r--r-- 1,110 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# $Id: makefile.am,v 1.19 2003/12/23 02:45:18 jeremy_c Exp $
# Process this file with automake to produce Makefile.in

bin_PROGRAMS = robodoc robohdrs

robohdrs_SOURCES = \
     robohdrs.c headers.c util.c globals.c

robohdrs_DEPENDENCIES = headers.h

robodoc_SOURCES = \
     analyser.c analyser.h \
     config.h \
     folds.c folds.h \
     generator.c generator.h \
     headers.c headers.h \
     headertypes.c headertypes.h \
     items.c items.h \
     links.c links.h \
     globals.c globals.h \
     robodoc.c robodoc.h \
     util.c util.h \
     html_generator.c html_generator.h \
     sgmldocbook_generator.c sgmldocbook_generator.h \
     xmldocbook_generator.c xmldocbook_generator.h \
     latex_generator.c latex_generator.h \
     rtf_generator.c rtf_generator.h \
     ascii_generator.c ascii_generator.h \
     troff_generator.c troff_generator.h \
     lua_generator.c lua_generator.h \
     document.c document.h \
     directory.c directory.h \
     file.c file.h \
     part.c part.h \
     path.c path.h \
     roboconfig.c roboconfig.h 

INCLUDES = @lua_includes@
LIBS = @lua_libs@