~ubuntu-branches/ubuntu/raring/geany/raring-proposed

« back to all changes in this revision

Viewing changes to tagmanager/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Damián Viano
  • Date: 2008-05-02 11:37:45 UTC
  • mfrom: (1.2.1 upstream) (9 hardy)
  • mto: (3.2.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 12.
  • Revision ID: james.westby@ubuntu.com-20080502113745-xzp4g6dmovrpoj17
Tags: 0.14-1
New upstream release (Closes: #478126)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
## Process this file with automake to produce Makefile.in
2
 
# $Id: Makefile.am 741 2006-08-18 19:57:02Z ntrel $
 
2
# $Id: Makefile.am 2317 2008-03-09 18:50:41Z eht16 $
3
3
 
4
4
SUBDIRS = include
5
 
INCLUDES = -Iinclude $(PACKAGE_CFLAGS)
 
5
INCLUDES = -I$(srcdir)/include $(GTK_CFLAGS)
6
6
#       -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED \
7
7
#       -DGDK_PIXBUF_DEPRECATED \
8
8
#       -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED
9
9
 
10
 
AM_CFLAGS = -Wall
 
10
# regex.c is the GNU regex implementation needed for Windows
 
11
EXTRA_DIST = regex.c
11
12
 
12
13
noinst_LIBRARIES = libtagmanager.a
13
14
libtagmanager_a_SOURCES =\
26
27
        strlist.h\
27
28
        args.c\
28
29
        args.h\
 
30
        basic.c\
29
31
        c.c\
30
32
        conf.c\
31
33
        css.c\
 
34
        diff.c\
32
35
        docbook.c\
33
36
        fortran.c\
 
37
        haskell.c\
 
38
        haxe.c\
 
39
        html.c\
 
40
        js.c\
 
41
        lua.c\
34
42
        make.c\
35
43
        asm.c\
36
44
        latex.c\
 
45
        lregex.c\
37
46
        pascal.c\
38
47
        perl.c\
 
48
        rest.c\
39
49
        ruby.c\
40
50
        sql.c\
41
51
        php.c\
42
52
        python.c\
43
 
        regex.c\
44
53
        tcl.c\
45
54
        sh.c\
 
55
        vhdl.c\
46
56
        ctags.c\
47
57
        entry.c\
48
58
        get.c\