~ubuntu-branches/ubuntu/natty/libgweather/natty-proposed

« back to all changes in this revision

Viewing changes to libgweather/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-07-28 14:24:16 UTC
  • mfrom: (1.1.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20090728142416-s4e6lwvxpve8ypfm
Tags: 2.26.2.1-0ubuntu1
* New upstream version
* debian/patches/01_gettext_not_xml.patch,
  debian/patches/99_ltmain_as-needed.patch:
  - new version update

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
QUIET_GEN = $(Q:@=@echo '  GEN   '$@;)
 
2
 
1
3
lib_LTLIBRARIES = libgweather.la
2
4
 
3
5
libgweatherincdir = $(includedir)/libgweather
53
55
        $(GTK_LIBS)     \
54
56
        $(LIBXML_LIBS)  \
55
57
        $(LIBSOUP_LIBS) \
56
 
        $(GCONF_LIBS)
 
58
        $(GCONF_LIBS) \
 
59
        $(REGEX_LIBS)
57
60
 
58
61
libgweather_la_LDFLAGS = \
59
62
        -version-info $(LT_VERSION) -no-undefined
61
64
MKENUMS_GENERATED = gweather-enum-types.c gweather-enum-types.h
62
65
 
63
66
gweather-enum-types.h: $(gweather_new_headers)
64
 
        ( cd $(srcdir) && $(GLIB_MKENUMS) --template gweather-enum-types.h.tmpl \
 
67
        $(QUIET_GEN)( cd $(srcdir) && $(GLIB_MKENUMS) --template gweather-enum-types.h.tmpl \
65
68
                $(gweather_new_headers) ) > gweather-enum-types.h.tmp \
66
69
        && mv gweather-enum-types.h.tmp gweather-enum-types.h \
67
70
        || rm -f gweather-enum-type.h.tmp
68
71
 
69
72
gweather-enum-types.c: $(libgweatherinclude_HEADERS)
70
 
        ( cd $(srcdir) && $(GLIB_MKENUMS) --template gweather-enum-types.c.tmpl \
 
73
        $(QUIET_GEN)( cd $(srcdir) && $(GLIB_MKENUMS) --template gweather-enum-types.c.tmpl \
71
74
                $(gweather_new_headers) ) > gweather-enum-types.c.tmp \
72
75
        && mv gweather-enum-types.c.tmp gweather-enum-types.c \
73
76
        || rm -f gweather-enum-type.c.tmp
86
89
 
87
90
test_metar_LDADD = \
88
91
        $(LIBSOUP_LIBS) \
 
92
        $(REXEX_LIBS) \
89
93
        libgweather.la
90
94
 
91
95
test_locations_SOURCES = test_locations.c
127
131
EXTRA_PROGRAMS = test_metar
128
132
 
129
133
CLEANFILES = $(schema_DATA) $(EXTRA_PROGRAMS) $(MKENUMS_GENERATED)
 
134
 
 
135
-include $(top_srcdir)/git.mk