~ubuntu-branches/ubuntu/utopic/evolution-data-server/utopic-proposed

« back to all changes in this revision

Viewing changes to art/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2014-06-13 12:02:14 UTC
  • mfrom: (1.1.116) (1.2.35 sid)
  • Revision ID: package-import@ubuntu.com-20140613120214-1zx93d8jxwt093aw
Tags: 3.12.2-1ubuntu1
* Merge with Debian, remaining changes:
  - debian/control: build depend on hardening-wrapper
  - Add build-depends and pass configure flag to enable Ubuntu Online
    Accounts support.
  - Filter out -Bsymbolic-functions from LDFLAGS (for future people
    wondering about this change, see e.g. BGO #594473 and duplicates).
  - Enable Ubuntu Online Accounts and split it and GOA into a separate
    package

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
55
55
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
56
56
am__aclocal_m4_deps = $(top_srcdir)/m4/as-compiler-flag.m4 \
 
57
        $(top_srcdir)/m4/eds-installed-tests.m4 \
57
58
        $(top_srcdir)/m4/evo_check_langinfo.m4 \
58
59
        $(top_srcdir)/m4/evo_krb5_support.m4 \
59
60
        $(top_srcdir)/m4/evo_ldap_check.m4 \
159
160
DATADIRNAME = @DATADIRNAME@
160
161
DB_CFLAGS = @DB_CFLAGS@
161
162
DB_LIBS = @DB_LIBS@
 
163
DB_LOAD = @DB_LOAD@
162
164
DEFS = @DEFS@
163
165
DEPDIR = @DEPDIR@
164
166
DLLTOOL = @DLLTOOL@
167
169
ECHO_C = @ECHO_C@
168
170
ECHO_N = @ECHO_N@
169
171
ECHO_T = @ECHO_T@
 
172
EDS_INSTALLED_TESTS_ENABLED = @EDS_INSTALLED_TESTS_ENABLED@
170
173
EDS_MAJOR_VERSION = @EDS_MAJOR_VERSION@
171
174
EDS_MICRO_VERSION = @EDS_MICRO_VERSION@
172
175
EDS_MINOR_VERSION = @EDS_MINOR_VERSION@
176
179
EVOLUTION_CALENDAR_CFLAGS = @EVOLUTION_CALENDAR_CFLAGS@
177
180
EVOLUTION_CALENDAR_LIBS = @EVOLUTION_CALENDAR_LIBS@
178
181
EVO_SUBST_SERVICE_RULE = @EVO_SUBST_SERVICE_RULE@
 
182
EXAMPLES_CFLAGS = @EXAMPLES_CFLAGS@
 
183
EXAMPLES_LIBS = @EXAMPLES_LIBS@
179
184
EXEEXT = @EXEEXT@
180
185
E_BACKEND_CFLAGS = @E_BACKEND_CFLAGS@
181
186
E_BACKEND_LIBS = @E_BACKEND_LIBS@
186
191
FGREP = @FGREP@
187
192
GCR_BASE_CFLAGS = @GCR_BASE_CFLAGS@
188
193
GCR_BASE_LIBS = @GCR_BASE_LIBS@
 
194
GCR_CFLAGS = @GCR_CFLAGS@
 
195
GCR_LIBS = @GCR_LIBS@
189
196
GDATA_CFLAGS = @GDATA_CFLAGS@
190
197
GDATA_LIBS = @GDATA_LIBS@
191
198
GENHTML = @GENHTML@
217
224
HAVE_VALA = @HAVE_VALA@
218
225
HTML_DIR = @HTML_DIR@
219
226
ICONV_LIBS = @ICONV_LIBS@
 
227
ICU_CFLAGS = @ICU_CFLAGS@
 
228
ICU_LIBS = @ICU_LIBS@
220
229
INSTALL = @INSTALL@
221
230
INSTALL_DATA = @INSTALL_DATA@
222
231
INSTALL_PROGRAM = @INSTALL_PROGRAM@
427
436
top_srcdir = @top_srcdir@
428
437
weatherdatadir = @weatherdatadir@
429
438
images_DATA = \
430
 
        category_birthday_16.png                \
431
 
        category_business_16.png                \
432
 
        category_favorites_16.png               \
433
 
        category_gifts_16.png                   \
434
 
        category_goals_16.png                   \
435
 
        category_holiday_16.png                 \
436
 
        category_holiday-cards_16.png           \
437
 
        category_hot-contacts_16.png            \
438
 
        category_ideas_16.png                   \
439
 
        category_international_16.png           \
440
 
        category_key-customer_16.png            \
441
 
        category_miscellaneous_16.png           \
442
 
        category_personal_16.png                \
443
 
        category_phonecalls_16.png              \
444
 
        category_status_16.png                  \
445
 
        category_strategies_16.png              \
446
 
        category_suppliers_16.png               \
447
 
        category_time-and-expenses_16.png
448
 
 
449
 
EXTRA_DIST = \
450
 
        $(images_DATA)
451
 
 
 
439
        category_birthday_16.png \
 
440
        category_business_16.png \
 
441
        category_favorites_16.png \
 
442
        category_gifts_16.png \
 
443
        category_goals_16.png \
 
444
        category_holiday_16.png \
 
445
        category_holiday-cards_16.png \
 
446
        category_hot-contacts_16.png \
 
447
        category_ideas_16.png \
 
448
        category_international_16.png \
 
449
        category_key-customer_16.png \
 
450
        category_miscellaneous_16.png \
 
451
        category_personal_16.png \
 
452
        category_phonecalls_16.png \
 
453
        category_status_16.png \
 
454
        category_strategies_16.png \
 
455
        category_suppliers_16.png \
 
456
        category_time-and-expenses_16.png \
 
457
        $(NULL)
 
458
 
 
459
EXTRA_DIST = $(images_DATA)
452
460
all: all-am
453
461
 
454
462
.SUFFIXES: