Updated Spanish translation
[anjuta-git-plugin.git] / tagmanager / Makefile.am
blob20598ca5757c00d0cb09ea63a1e6e85545aaa172
1 ## Process this file with automake to produce Makefile.in
2 SUBDIRS = include
3 AM_CPPFLAGS = \
4         $(GLIB_CFLAGS) \
5         $(DEPRECATED_FLAGS) \
6         -I$(srcdir)/include
8 lib_LTLIBRARIES = libanjuta-ctags.la
9 libanjuta_ctags_la_SOURCES =\
10         args.c\
11         args.h\
12         acconfig.h\
13         asm.c\
14         asp.c\
15         awk.c\
16         beta.c\
17         c.c\
18         cobol.c\
19         ctags.c\
20         ctags.h\
21         debug.c\
22         debug.h\
23         eiffel.c\
24         erlang.c\
25         entry.c\
26         entry.h\
27         fortran.c\
28         general.h\
29         get.c\
30         get.h\
31         html.c\
32         jscript.c\
33         keyword.c\
34         keyword.h\
35         lisp.c\
36         lregex.c\
37         lua.c\
38         main.h\
39         make.c\
40         options.c\
41         options.h\
42         parse.c\
43         parse.h\
44         parsers.h\
45         pascal.c\
46         perl.c\
47         php.c\
48         python.c\
49         read.c\
50         read.h\
51         readtags.c\
52         readtags.h\
53         rexx.c\
54         routines.c\
55         routines.h\
56         ruby.c\
57         scheme.c\
58         sh.c\
59         slang.c\
60         sml.c\
61         sort.c\
62         sort.h\
63         sql.c\
64         strlist.c\
65         strlist.h\
66         tcl.c\
67         tm_file_entry.c\
68         tm_project.c\
69         tm_source_file.c\
70         tm_symbol.c\
71         tm_tag.c\
72         tm_tagmanager.c\
73         tm_work_object.c\
74         tm_workspace.c\
75         verilog.c\
76         vim.c\
77         vstring.c\
78         vstring.h\
79         yacc.c
81 libanjuta_ctags_la_LDFLAGS = $(ANJUTA_LDFLAGS)
82 libanjuta_ctags_la_LIBADD = $(GLIB_LIBS)
84 noinst_PROGRAMS = \
85         test_tm_buffer 
86         
88 test_tm_buffer_SOURCES = \
89         test_tm_buffer.c\
90         entry.h                        \
91         general.h                        \
92         parse.h                        \
93         read.h                        \
94         include/tm_source_file.h                        \
95         include/tm_tag.h                        \
96         include/tm_work_object.h                        
98 test_tm_buffer_LDADD = $(GLIB_LIBS)\
99         libanjuta-ctags.la