~ubuntu-branches/ubuntu/precise/gnome-online-accounts/precise-security

« back to all changes in this revision

Viewing changes to .pc/01_git_fix_build.patch/src/goabackend/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Moya
  • Date: 2011-07-05 12:02:49 UTC
  • Revision ID: james.westby@ubuntu.com-20110705120249-uhllay00f6dzob2q
Tags: 3.1.1-0ubuntu1
Initial release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
NULL =
 
3
CLEANFILES =
 
4
EXTRA_DIST =
 
5
 
 
6
INCLUDES =                                                      \
 
7
        -I$(top_builddir)/src -I$(top_srcdir)/src               \
 
8
        -I$(top_builddir)/src -I$(top_srcdir)/src               \
 
9
        -DPACKAGE_LIBEXEC_DIR=\""$(libexecdir)"\"               \
 
10
        -DPACKAGE_SYSCONF_DIR=\""$(sysconfdir)"\"               \
 
11
        -DPACKAGE_DATA_DIR=\""$(datadir)"\"                     \
 
12
        -DPACKAGE_BIN_DIR=\""$(bindir)"\"                       \
 
13
        -DPACKAGE_LOCALSTATE_DIR=\""$(localstatedir)"\"         \
 
14
        -DPACKAGE_LOCALE_DIR=\""$(localedir)"\"                 \
 
15
        -DPACKAGE_LIB_DIR=\""$(libdir)"\"                       \
 
16
        -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT                 \
 
17
        $(WARN_CFLAGS)                                          \
 
18
        $(NULL)
 
19
 
 
20
# ----------------------------------------------------------------------------------------------------
 
21
 
 
22
goabackendenumtypes.h: goabackendenums.h goabackendenumtypes.h.template
 
23
        ( top_builddir=`cd $(top_builddir) && pwd`;                                                     \
 
24
         cd $(srcdir) && glib-mkenums --template goabackendenumtypes.h.template goabackendenums.h ) >   \
 
25
           goabackendenumtypes.h.tmp && mv goabackendenumtypes.h.tmp goabackendenumtypes.h
 
26
 
 
27
goabackendenumtypes.c: goabackendenums.h goabackendenumtypes.c.template goabackendenumtypes.h
 
28
        ( top_builddir=`cd $(top_builddir) && pwd`;                                                     \
 
29
         cd $(srcdir) && glib-mkenums --template goabackendenumtypes.c.template goabackendenums.h ) >   \
 
30
           goabackendenumtypes.c.tmp && mv goabackendenumtypes.c.tmp goabackendenumtypes.c
 
31
 
 
32
enum_built_sources =                                                    \
 
33
        goabackendenumtypes.h           goabackendenumtypes.c           \
 
34
        $(NULL)
 
35
 
 
36
EXTRA_DIST += goabackendenumtypes.h.template goabackendenumtypes.c.template
 
37
 
 
38
# ----------------------------------------------------------------------------------------------------
 
39
 
 
40
lib_LTLIBRARIES = libgoa-backend-1.0.la
 
41
 
 
42
libgoa_backend_1_0_ladir = $(includedir)/goa-1.0/goabackend
 
43
 
 
44
libgoa_backend_1_0_la_HEADERS =                                         \
 
45
        goabackend.h                                                    \
 
46
        goabackendtypes.h                                               \
 
47
        goabackendenums.h                                               \
 
48
        goabackendenumtypes.h                                           \
 
49
        goalogging.h                                                    \
 
50
        goaeditablelabel.h                                              \
 
51
        goaprovider.h                                                   \
 
52
        goaoauthprovider.h                                              \
 
53
        goaoauth2provider.h                                             \
 
54
        goagoogleprovider.h                                             \
 
55
        goafacebookprovider.h                                           \
 
56
        goayahooprovider.h                                              \
 
57
        goatwitterprovider.h                                            \
 
58
        $(NULL)
 
59
 
 
60
libgoa_backend_1_0_la_SOURCES =                                         \
 
61
        goabackend.h                                                    \
 
62
        goabackendtypes.h                                               \
 
63
        goabackendenums.h                                               \
 
64
        goabackendenumtypes.h           goabackendenumtypes.c           \
 
65
        goaeditablelabel.h              goaeditablelabel.c              \
 
66
        goaprovider.h                   goaprovider.c                   \
 
67
        goalogging.h                    goalogging.c                    \
 
68
        goaoauthprovider.h              goaoauthprovider.c              \
 
69
        goaoauth2provider.h             goaoauth2provider.c             \
 
70
        goagoogleprovider.h             goagoogleprovider.c             \
 
71
        goafacebookprovider.h           goafacebookprovider.c           \
 
72
        goayahooprovider.h              goayahooprovider.c              \
 
73
        goatwitterprovider.h            goatwitterprovider.c            \
 
74
        $(NULL)
 
75
 
 
76
libgoa_backend_1_0_la_CPPFLAGS =                                \
 
77
        -DG_LOG_DOMAIN=\"GoaBackend\"                           \
 
78
        $(NULL)
 
79
 
 
80
libgoa_backend_1_0_la_CFLAGS =                                  \
 
81
        -DGOA_BACKEND_COMPILATION                               \
 
82
        -DGOA_API_IS_SUBJECT_TO_CHANGE                          \
 
83
        $(WEBKIT_GTK_CFLAGS)                                    \
 
84
        $(JSON_GLIB_CFLAGS)                                     \
 
85
        $(GLIB_CFLAGS)                                          \
 
86
        $(GTK_CFLAGS)                                           \
 
87
        $(GNOME_KEYRING_CFLAGS)                                 \
 
88
        $(REST_CFLAGS)                                          \
 
89
        $(NULL)
 
90
 
 
91
libgoa_backend_1_0_la_LIBADD =                                  \
 
92
        $(WEBKIT_GTK_LIBS)                                      \
 
93
        $(JSON_GLIB_LIBS)                                       \
 
94
        $(GLIB_LIBS)                                            \
 
95
        $(GTK_LIBS)                                             \
 
96
        $(GNOME_KEYRING_LIBS)                                   \
 
97
        $(REST_LIBS)                                            \
 
98
        $(NULL)
 
99
 
 
100
# ----------------------------------------------------------------------------------------------------
 
101
 
 
102
pkgconfigdir = $(libdir)/pkgconfig
 
103
pkgconfig_DATA = goa-backend-1.0.pc
 
104
 
 
105
# ----------------------------------------------------------------------------------------------------
 
106
 
 
107
clean-local :
 
108
        rm -f *~ $(enum_built_sources)
 
109
 
 
110
-include $(top_srcdir)/git.mk