eht16's changes
[geany-mirror.git] / tagmanager / Makefile.am
blob754412ce7397dcfeefed990ee987c590aff6c68c
1 ## Process this file with automake to produce Makefile.in
2 # $Id$
4 SUBDIRS = mio include
5 INCLUDES = -I$(srcdir)/include $(GTK_CFLAGS) -I$(srcdir)/mio -I$(srcdir)
7 AM_CFLAGS = -DG_LOG_DOMAIN=\""Tagmanager"\"
9 # regex.c is the GNU regex implementation needed for Windows
10 EXTRA_DIST = regex.c
12 noinst_LIBRARIES = libtagmanager.a
14 if USE_INCLUDED_REGEX
15 regex_sources = regex.c
16 else
17 regex_sources =
18 endif
20 libtagmanager_a_SOURCES =\
21         general.h\
22         keyword.h\
23         parsers.h\
24         sort.h\
25         vstring.h\
26         ctags.h\
27         entry.h\
28         get.h\
29         main.h\
30         nestlevel.h\
31         read.h\
32         parse.h\
33         strlist.h\
34         args.c\
35         args.h\
36         abc.c\
37         basic.c\
38         c.c\
39         cobol.c\
40         conf.c\
41         css.c\
42         diff.c\
43         docbook.c\
44         fortran.c\
45         haskell.c\
46         haxe.c\
47         html.c\
48         js.c\
49         lua.c\
50         make.c\
51         asm.c\
52         latex.c\
53         lregex.c\
54         matlab.c\
55         markdown.c\
56         pascal.c\
57         perl.c\
58         rest.c\
59         ruby.c\
60         sql.c\
61         php.c\
62         python.c\
63         tcl.c\
64         sh.c\
65         txt2tags.c\
66         vhdl.c\
67         verilog.c\
68         actionscript.c\
69         nsis.c\
70         r.c \
71         ctags.c\
72         entry.c\
73         get.c\
74         keyword.c\
75         nestlevel.c\
76         options.h\
77         options.c\
78         parse.c\
79         read.c\
80         sort.c\
81         strlist.c\
82         vstring.c\
83         tm_workspace.c\
84         tm_work_object.c\
85         tm_source_file.c\
86         tm_project.c\
87         tm_tag.c\
88         tm_symbol.c\
89         tm_file_entry.c\
90         tm_tagmanager.c \
91         $(regex_sources)