~ubuntu-branches/ubuntu/trusty/epiphany-browser/trusty

« back to all changes in this revision

Viewing changes to tests/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2011-11-21 17:15:18 UTC
  • mfrom: (1.6.3) (98.2.3 sid)
  • Revision ID: package-import@ubuntu.com-20111121171518-0f07y0i5rvb2wrix
Tags: 3.2.1-2ubuntu1
* Resynchronize on Debian, remaining diffs:
* debian/branding.conf.in: set the branding to Ubuntu.
* debian/epiphany-browser-data.gsettings-override:
  - set startpage and search to Ubuntu
* debian/patches/80_ubuntu_search_url.patch: use Ubuntu search
* debian/patches/81_ubuntu_force_update_bookmarks_menu.patch:
  - update the bookmarks menu every time the internal structure
    is changed (needed for the indicator application menu to work correctly).

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
        $(top_builddir)/lib/widgets/libephywidgets.la \
73
73
        $(top_builddir)/lib/libephymisc.la \
74
74
        $(top_builddir)/lib/egg/libegg.la $(am__DEPENDENCIES_1) \
75
 
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2)
 
75
        $(am__DEPENDENCIES_2)
76
76
AM_V_lt = $(am__v_lt_$(V))
77
77
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
78
78
am__v_lt_0 = --silent
86
86
        $(top_builddir)/lib/widgets/libephywidgets.la \
87
87
        $(top_builddir)/lib/libephymisc.la \
88
88
        $(top_builddir)/lib/egg/libegg.la $(am__DEPENDENCIES_1) \
89
 
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2)
 
89
        $(am__DEPENDENCIES_2)
90
90
am_test_ephy_location_entry_OBJECTS = ephy-location-entry.$(OBJEXT)
91
91
test_ephy_location_entry_OBJECTS =  \
92
92
        $(am_test_ephy_location_entry_OBJECTS)
98
98
        $(top_builddir)/lib/widgets/libephywidgets.la \
99
99
        $(top_builddir)/lib/libephymisc.la \
100
100
        $(top_builddir)/lib/egg/libegg.la $(am__DEPENDENCIES_1) \
101
 
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2)
 
101
        $(am__DEPENDENCIES_2)
102
102
am_test_ephy_search_entry_OBJECTS = ephy-search-entry.$(OBJEXT)
103
103
test_ephy_search_entry_OBJECTS = $(am_test_ephy_search_entry_OBJECTS)
104
104
test_ephy_search_entry_LDADD = $(LDADD)
109
109
        $(top_builddir)/lib/widgets/libephywidgets.la \
110
110
        $(top_builddir)/lib/libephymisc.la \
111
111
        $(top_builddir)/lib/egg/libegg.la $(am__DEPENDENCIES_1) \
112
 
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2)
 
112
        $(am__DEPENDENCIES_2)
113
113
am_test_ephy_zoom_control_OBJECTS = ephy-zoom-control.$(OBJEXT)
114
114
test_ephy_zoom_control_OBJECTS = $(am_test_ephy_zoom_control_OBJECTS)
115
115
test_ephy_zoom_control_LDADD = $(LDADD)
120
120
        $(top_builddir)/lib/widgets/libephywidgets.la \
121
121
        $(top_builddir)/lib/libephymisc.la \
122
122
        $(top_builddir)/lib/egg/libegg.la $(am__DEPENDENCIES_1) \
123
 
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2)
 
123
        $(am__DEPENDENCIES_2)
124
124
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
125
125
depcomp = $(SHELL) $(top_srcdir)/depcomp
126
126
am__depfiles_maybe = depfiles
174
174
AVAHI_CFLAGS = @AVAHI_CFLAGS@
175
175
AVAHI_LIBS = @AVAHI_LIBS@
176
176
AWK = @AWK@
177
 
BUILDID = @BUILDID@
178
177
CATALOGS = @CATALOGS@
179
178
CATOBJEXT = @CATOBJEXT@
180
179
CC = @CC@
184
183
CPPFLAGS = @CPPFLAGS@
185
184
CYGPATH_W = @CYGPATH_W@
186
185
DATADIRNAME = @DATADIRNAME@
187
 
DBUS_BINDING_TOOL = @DBUS_BINDING_TOOL@
188
 
DBUS_CFLAGS = @DBUS_CFLAGS@
189
 
DBUS_LIBS = @DBUS_LIBS@
190
186
DEFS = @DEFS@
191
187
DEPDIR = @DEPDIR@
192
188
DEPENDENCIES_CFLAGS = @DEPENDENCIES_CFLAGS@
210
206
EPIPHANY_UA_VERSION = @EPIPHANY_UA_VERSION@
211
207
EXEEXT = @EXEEXT@
212
208
FGREP = @FGREP@
 
209
GDBUS_CODEGEN = @GDBUS_CODEGEN@
213
210
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
214
211
GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
215
212
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
259
256
MSGFMT = @MSGFMT@
260
257
MSGFMT_OPTS = @MSGFMT_OPTS@
261
258
MSGMERGE = @MSGMERGE@
262
 
NETWORK_MANAGER_CFLAGS = @NETWORK_MANAGER_CFLAGS@
263
 
NETWORK_MANAGER_LIBS = @NETWORK_MANAGER_LIBS@
264
259
NM = @NM@
265
260
NMEDIT = @NMEDIT@
266
261
NSS_CFLAGS = @NSS_CFLAGS@