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

« back to all changes in this revision

Viewing changes to docs/reference/camel/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:
60
60
subdir = docs/reference/camel
61
61
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
62
62
am__aclocal_m4_deps = $(top_srcdir)/m4/as-compiler-flag.m4 \
 
63
        $(top_srcdir)/m4/eds-installed-tests.m4 \
63
64
        $(top_srcdir)/m4/evo_check_langinfo.m4 \
64
65
        $(top_srcdir)/m4/evo_krb5_support.m4 \
65
66
        $(top_srcdir)/m4/evo_ldap_check.m4 \
136
137
DATADIRNAME = @DATADIRNAME@
137
138
DB_CFLAGS = @DB_CFLAGS@
138
139
DB_LIBS = @DB_LIBS@
 
140
DB_LOAD = @DB_LOAD@
139
141
DEFS = @DEFS@
140
142
DEPDIR = @DEPDIR@
141
143
DLLTOOL = @DLLTOOL@
144
146
ECHO_C = @ECHO_C@
145
147
ECHO_N = @ECHO_N@
146
148
ECHO_T = @ECHO_T@
 
149
EDS_INSTALLED_TESTS_ENABLED = @EDS_INSTALLED_TESTS_ENABLED@
147
150
EDS_MAJOR_VERSION = @EDS_MAJOR_VERSION@
148
151
EDS_MICRO_VERSION = @EDS_MICRO_VERSION@
149
152
EDS_MINOR_VERSION = @EDS_MINOR_VERSION@
153
156
EVOLUTION_CALENDAR_CFLAGS = @EVOLUTION_CALENDAR_CFLAGS@
154
157
EVOLUTION_CALENDAR_LIBS = @EVOLUTION_CALENDAR_LIBS@
155
158
EVO_SUBST_SERVICE_RULE = @EVO_SUBST_SERVICE_RULE@
 
159
EXAMPLES_CFLAGS = @EXAMPLES_CFLAGS@
 
160
EXAMPLES_LIBS = @EXAMPLES_LIBS@
156
161
EXEEXT = @EXEEXT@
157
162
E_BACKEND_CFLAGS = @E_BACKEND_CFLAGS@
158
163
E_BACKEND_LIBS = @E_BACKEND_LIBS@
163
168
FGREP = @FGREP@
164
169
GCR_BASE_CFLAGS = @GCR_BASE_CFLAGS@
165
170
GCR_BASE_LIBS = @GCR_BASE_LIBS@
 
171
GCR_CFLAGS = @GCR_CFLAGS@
 
172
GCR_LIBS = @GCR_LIBS@
166
173
GDATA_CFLAGS = @GDATA_CFLAGS@
167
174
GDATA_LIBS = @GDATA_LIBS@
168
175
GENHTML = @GENHTML@
194
201
HAVE_VALA = @HAVE_VALA@
195
202
HTML_DIR = $(datadir)/gtk-doc/html
196
203
ICONV_LIBS = @ICONV_LIBS@
 
204
ICU_CFLAGS = @ICU_CFLAGS@
 
205
ICU_LIBS = @ICU_LIBS@
197
206
INSTALL = @INSTALL@
198
207
INSTALL_DATA = @INSTALL_DATA@
199
208
INSTALL_PROGRAM = @INSTALL_PROGRAM@
403
412
top_builddir = @top_builddir@
404
413
top_srcdir = @top_srcdir@
405
414
weatherdatadir = @weatherdatadir@
 
415
NULL = 
406
416
 
407
417
# The name of the module.
408
418
DOC_MODULE = camel
424
434
 
425
435
# CFLAGS and LDFLAGS for compiling gtkdoc-scangobj with your library.
426
436
GTKDOC_CFLAGS = \
427
 
        -I$(top_srcdir)         \
428
 
        -I$(top_builddir)       \
429
 
        -I$(top_builddir)/camel \
430
 
        $(CAMEL_CFLAGS)
 
437
        -I$(top_srcdir) \
 
438
        -I$(top_srcdir)/camel/providers \
 
439
        -I$(top_builddir) \
 
440
        -I$(top_builddir)/camel \
 
441
        -I$(top_builddir)/camel/providers \
 
442
        $(CAMEL_CFLAGS) \
 
443
        $(NULL)
431
444
 
432
445
GTKDOC_LIBS = \
433
 
        $(top_builddir)/camel/libcamel-1.2.la           \
434
 
        $(CAMEL_LIBS)
 
446
        $(top_builddir)/camel/libcamel-1.2.la \
 
447
        $(top_builddir)/camel/providers/local/libcamellocal.la \
 
448
        $(top_builddir)/camel/providers/imapx/libcamelimapx.la \
 
449
        $(top_builddir)/camel/providers/nntp/libcamelnntp.la \
 
450
        $(top_builddir)/camel/providers/pop3/libcamelpop3.la \
 
451
        $(top_builddir)/camel/providers/sendmail/libcamelsendmail.la \
 
452
        $(top_builddir)/camel/providers/smtp/libcamelsmtp.la \
 
453
        $(CAMEL_LIBS) \
 
454
        $(NULL)
435
455
 
436
456
 
437
457
# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE)
438
 
content_files = \
439
 
        tree_index.sgml
440
 
 
 
458
content_files = tree_index.sgml
441
459
 
442
460
# Used for dependencies. The docs will be rebuilt if any of these change.
443
461
HFILE_GLOB = $(top_srcdir)/camel/*.h
446
464
# Header files to ignore when scanning
447
465
# XXX Ignore the imapx provider for now.
448
466
IGNORE_HFILES = \
449
 
        broken-date-parser.h            \
450
 
        camel-charset-map-private.h     \
451
 
        camel-enumtypes.h               \
452
 
        camel-groupwise-private.h       \
453
 
        camel-i18n.h                    \
454
 
        camel-imap-private.h            \
455
 
        camel-imap-types.h              \
456
 
        camel-imapx-tokenise.h          \
457
 
        camel-imapx-utils.h             \
458
 
        camel-local-private.h           \
459
 
        camel-net-utils-win32.h         \
460
 
        camel-nntp-private.h            \
461
 
        camel-nntp-types.h              \
462
 
        camel-search-private.h          \
463
 
        camel-types.h                   \
464
 
        camel-win32.h                   \
465
 
        providers                       \
466
 
        tests
 
467
        camel-charset-map-private.h \
 
468
        camel-enumtypes.h \
 
469
        camel-i18n.h \
 
470
        camel-imapx-tokenise.h \
 
471
        camel-imapx-utils.h \
 
472
        camel-local-private.h \
 
473
        camel-nntp-private.h \
 
474
        camel-nntp-resp-codes.h \
 
475
        camel-search-private.h \
 
476
        camel-win32.h \
 
477
        tests \
 
478
        $(NULL)
467
479
 
468
480
@GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_CC = $(CC) $(INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
469
481
@GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_CC = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
491
503
# Other files to distribute
492
504
EXTRA_DIST = $(HTML_IMAGES) $(SETUP_FILES) $(content_files) \
493
505
        $(DOC_MODULE)-docs.sgml $(DOC_MODULE)-sections.txt \
494
 
        camel.hierarchy
 
506
        camel.hierarchy $(NULL)
495
507
DOC_STAMPS = setup-build.stamp scan-build.stamp sgml-build.stamp \
496
508
        html-build.stamp pdf-build.stamp \
497
509
        sgml.stamp html.stamp pdf.stamp