~ubuntu-branches/ubuntu/oneiric/gnome-panel/oneiric

« back to all changes in this revision

Viewing changes to libpanel-applet/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-05-30 11:04:49 UTC
  • mfrom: (1.3.4 upstream)
  • mto: This revision was merged to the branch mainline in revision 204.
  • Revision ID: james.westby@ubuntu.com-20110530110449-ut1tc5t61rpvf9e3
Tags: upstream-3.0.2
ImportĀ upstreamĀ versionĀ 3.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
lib_LTLIBRARIES = libpanel-applet-3.la
 
1
lib_LTLIBRARIES = libpanel-applet-4.la
2
2
noinst_PROGRAMS = test-dbus-applet
3
3
 
4
4
AM_CPPFLAGS =                                                   \
9
9
 
10
10
AM_CFLAGS = $(WARN_CFLAGS)
11
11
 
12
 
libpanel_appletincludedir = $(includedir)/gnome-panel-3.0/libpanel-applet
 
12
libpanel_appletincludedir = $(includedir)/gnome-panel-4.0/libpanel-applet
13
13
libpanel_appletinclude_HEADERS =        \
14
14
        panel-applet.h                  \
15
15
        panel-applet-gconf.h            \
16
16
        panel-applet-enums.h
17
17
 
18
 
libpanel_applet_3_la_SOURCES =          \
 
18
libpanel_applet_4_la_SOURCES =          \
19
19
        $(BUILT_SOURCES)                \
20
20
        panel-applet.h                  \
21
21
        panel-applet.c                  \
22
22
        panel-applet-factory.h          \
23
23
        panel-applet-factory.c          \
 
24
        panel-applet-bindings.h         \
 
25
        panel-applet-bindings.c         \
24
26
        panel-applet-gconf.c            \
25
27
        panel-applet-gconf.h
26
28
 
27
 
libpanel_applet_3_la_LIBADD  = \
 
29
libpanel_applet_4_la_LIBADD  = \
28
30
        $(LIBPANEL_APPLET_LIBS) \
29
31
        $(X_LIBS)
30
32
 
31
 
libpanel_applet_3_la_LDFLAGS = \
 
33
libpanel_applet_4_la_LDFLAGS = \
32
34
        -version-info $(LIB_PANEL_APPLET_LT_VERSION)    \
33
35
        -no-undefined
34
36
 
35
37
test_dbus_applet_LDADD =        \
36
38
        $(LIBPANEL_APPLET_LIBS) \
37
 
        libpanel-applet-3.la
 
39
        libpanel-applet-4.la
38
40
 
39
 
$(libpanel_applet_3_la_OBJECTS) $(test_dbus_applet_OBJECTS): $(BUILT_SOURCES)
 
41
$(libpanel_applet_4_la_OBJECTS) $(test_dbus_applet_OBJECTS): $(BUILT_SOURCES)
40
42
 
41
43
panel-applet-marshal.h: panel-applet-marshal.list $(GLIB_GENMARSHAL)
42
44
        $(AM_V_GEN)$(GLIB_GENMARSHAL) $< --header --prefix=panel_applet_marshal > $@
82
84
        panel-applet-marshal.h
83
85
 
84
86
pkgconfigdir = $(libdir)/pkgconfig
85
 
pkgconfig_DATA = libpanelapplet-3.0.pc
 
87
pkgconfig_DATA = libpanelapplet-4.0.pc
86
88
 
87
89
appletdir       = $(datadir)/gnome-panel/applets
88
90
applet_in_files = org.gnome.panel.TestApplet.panel-applet.in
93
95
EXTRA_DIST =                                            \
94
96
        org.gnome.panel.TestApplet.panel-applet.in      \
95
97
        panel-applet-marshal.list                       \
96
 
        libpanelapplet-3.0.pc.in                        \
97
 
        libpanelapplet-3.0-uninstalled.pc.in
 
98
        libpanelapplet-4.0.pc.in                        \
 
99
        libpanelapplet-4.0-uninstalled.pc.in
98
100
 
99
101
CLEANFILES = $(BUILT_SOURCES) $(noinst_DATA)
100
102
 
116
118
        panel-applet-enums.c    \
117
119
        panel-applet-enums.h
118
120
 
119
 
PanelApplet-3.0.gir: libpanel-applet-3.la
120
 
PanelApplet_3_0_gir_INCLUDES = GObject-2.0 Gtk-2.0 GConf-2.0
121
 
PanelApplet_3_0_gir_CFLAGS = $(AM_CPPFLAGS)
122
 
PanelApplet_3_0_gir_LIBS = libpanel-applet-3.la
123
 
PanelApplet_3_0_gir_FILES = $(addprefix $(srcdir)/,$(introspection_sources)) $(addprefix $(builddir)/,$(built_introspection_sources))
124
 
# When requiring gobject-introspection 0.9.5, use this:
125
 
#PanelApplet_3_0_gir_SCANNERFLAGS = --identifier-prefix=Panel --symbol-prefix=panel --pkg-export=libpanelapplet-3.0
126
 
PanelApplet_3_0_gir_SCANNERFLAGS = --strip-prefix=Panel --pkg-export=libpanelapplet-3.0
127
 
INTROSPECTION_GIRS += PanelApplet-3.0.gir
 
121
PanelApplet-4.0.gir: libpanel-applet-4.la
 
122
PanelApplet_4_0_gir_INCLUDES = GObject-2.0 Gtk-3.0 GConf-2.0
 
123
PanelApplet_4_0_gir_CFLAGS = $(AM_CPPFLAGS)
 
124
PanelApplet_4_0_gir_LIBS = libpanel-applet-4.la
 
125
PanelApplet_4_0_gir_FILES = $(addprefix $(srcdir)/,$(introspection_sources)) $(addprefix $(builddir)/,$(built_introspection_sources))
 
126
PanelApplet_4_0_gir_SCANNERFLAGS = --identifier-prefix=Panel --symbol-prefix=panel --pkg-export=libpanelapplet-4.0
 
127
INTROSPECTION_GIRS += PanelApplet-4.0.gir
128
128
 
129
129
girdir = $(INTROSPECTION_GIRDIR)
130
130
gir_DATA = $(INTROSPECTION_GIRS)