~ubuntu-branches/ubuntu/trusty/linphone/trusty-proposed

« back to all changes in this revision

Viewing changes to share/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Mark Purcell, Felix Lechner, Mark Purcell
  • Date: 2013-07-31 20:25:44 UTC
  • mfrom: (1.3.9) (15.1.6 experimental)
  • Revision ID: package-import@ubuntu.com-20130731202544-365xxf1ovlgwcexc
Tags: 3.6.1-1
* New upstream release
 - NEW packages liblinphone5, libmediastreamer-base3, libortp9 - match soname

[ Felix Lechner ]
* New upstream version
* Update Standards-Version: 3.9.4
* Port Linphone to the new libeXosip API v4
  - Fixes "FTBFS: sal_eXosip2.c:49:2: error: too few arguments to function
  'eXosip_guess_localip'" (Closes: #710638)
  - Fixes "FTBFS for libexosip2-4 API" (Closes: #709860)
* Add dh_autoreconf (while upstream patch is pending)
* Enable IPv6
* Install documentation README.Debian about 'cv_addr_book.pl'
* Update package names to reflect library SONAMEs
* Drop Build-Depends: libsdl1.2-dev, libsamplerate0-dev, libglib2.0-dev
* Add Build-Depends: automake, quilt, libudev-dev, libpcap-dev, libsoup2.4,
  libupnp-dev, libssl-dev, libxext-dev, mesa-common-dev, libcunit1-dev,
  libspandsp-dev, vim-common, sgmltools-lite, libsqlite3-dev, libpulse-dev,
  libopus-dev

[ Mark Purcell ]
* Add additional Build-Dpends:
 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.3 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
7
7
# This Makefile.in is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy and/or distribute it,
9
9
# with or without modifications, as long as this notice is preserved.
46
46
        $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
47
47
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
48
48
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
49
 
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/osip.m4 \
50
 
        $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
51
 
        $(top_srcdir)/m4/readline.m4 $(top_srcdir)/configure.ac
 
49
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/obsolete.m4 \
 
50
        $(top_srcdir)/m4/osip.m4 $(top_srcdir)/m4/po.m4 \
 
51
        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/readline.m4 \
 
52
        $(top_srcdir)/configure.ac
52
53
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
53
54
        $(ACLOCAL_M4)
54
55
mkinstalldirs = $(install_sh) -d
55
56
CONFIG_HEADER = $(top_builddir)/config.h
56
57
CONFIG_CLEAN_FILES = linphone.pc linphone.desktop
57
58
CONFIG_CLEAN_VPATH_FILES =
58
 
AM_V_GEN = $(am__v_GEN_$(V))
59
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
59
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
60
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
60
61
am__v_GEN_0 = @echo "  GEN   " $@;
61
 
AM_V_at = $(am__v_at_$(V))
62
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
62
AM_V_at = $(am__v_at_@AM_V@)
 
63
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
63
64
am__v_at_0 = @
64
65
SOURCES =
65
66
DIST_SOURCES =
91
92
am__base_list = \
92
93
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
93
94
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
95
am__uninstall_files_from_dir = { \
 
96
  test -z "$$files" \
 
97
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
98
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
99
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
100
  }
94
101
am__installdirs = "$(DESTDIR)$(linphonedir)" \
95
102
        "$(DESTDIR)$(linphone_fddir)" "$(DESTDIR)$(pkgconfigdir)" \
96
103
        "$(DESTDIR)$(ringdir)" "$(DESTDIR)$(sounddir)"
182
189
INTLTOOL_MERGE = @INTLTOOL_MERGE@
183
190
INTLTOOL_PERL = @INTLTOOL_PERL@
184
191
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
192
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
 
193
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
 
194
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
 
195
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
185
196
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
186
197
IPV6_CFLAGS = @IPV6_CFLAGS@
187
198
LD = @LD@
188
199
LDFLAGS = @LDFLAGS@
189
200
LIBGTKMAC_CFLAGS = @LIBGTKMAC_CFLAGS@
190
201
LIBGTKMAC_LIBS = @LIBGTKMAC_LIBS@
 
202
LIBGTKWIZARD_CFLAGS = @LIBGTKWIZARD_CFLAGS@
 
203
LIBGTKWIZARD_LIBS = @LIBGTKWIZARD_LIBS@
191
204
LIBGTK_CFLAGS = @LIBGTK_CFLAGS@
192
205
LIBGTK_LIBS = @LIBGTK_LIBS@
193
206
LIBICONV = @LIBICONV@
199
212
LIBSOUP_LIBS = @LIBSOUP_LIBS@
200
213
LIBTOOL = @LIBTOOL@
201
214
LIBTOOL_DEPS = @LIBTOOL_DEPS@
 
215
LIBUPNP_CFLAGS = @LIBUPNP_CFLAGS@
 
216
LIBUPNP_LIBS = @LIBUPNP_LIBS@
 
217
LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
 
218
LIBXML2_LIBS = @LIBXML2_LIBS@
202
219
LINPHONE_CFLAGS = @LINPHONE_CFLAGS@
203
220
LINPHONE_LIBS = @LINPHONE_LIBS@
204
221
LINPHONE_PLUGINS_DIR = @LINPHONE_PLUGINS_DIR@
209
226
LTLIBINTL = @LTLIBINTL@
210
227
LTLIBOBJS = @LTLIBOBJS@
211
228
MAKEINFO = @MAKEINFO@
 
229
MANIFEST_TOOL = @MANIFEST_TOOL@
212
230
MD5SUM = @MD5SUM@
213
231
MEDIASTREAMER_CFLAGS = @MEDIASTREAMER_CFLAGS@
214
232
MEDIASTREAMER_LIBS = @MEDIASTREAMER_LIBS@
256
274
SHELL = @SHELL@
257
275
SPEEX_CFLAGS = @SPEEX_CFLAGS@
258
276
SPEEX_LIBS = @SPEEX_LIBS@
 
277
SQLITE3_CFLAGS = @SQLITE3_CFLAGS@
 
278
SQLITE3_LIBS = @SQLITE3_LIBS@
259
279
STRICT_OPTIONS = @STRICT_OPTIONS@
260
280
STRIP = @STRIP@
261
281
TRUESPEECH_CFLAGS = @TRUESPEECH_CFLAGS@
270
290
abs_srcdir = @abs_srcdir@
271
291
abs_top_builddir = @abs_top_builddir@
272
292
abs_top_srcdir = @abs_top_srcdir@
 
293
ac_ct_AR = @ac_ct_AR@
273
294
ac_ct_CC = @ac_ct_CC@
274
295
ac_ct_CXX = @ac_ct_CXX@
275
296
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
300
321
includedir = @includedir@
301
322
infodir = @infodir@
302
323
install_sh = @install_sh@
 
324
intltool__v_merge_options_ = @intltool__v_merge_options_@
 
325
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
303
326
libdir = @libdir@
304
327
libexecdir = @libexecdir@
305
328
localedir = @localedir@
306
329
localstatedir = @localstatedir@
307
 
lt_ECHO = @lt_ECHO@
308
330
mandir = @mandir@
309
 
mkdir_p = @mkdir_p@
310
331
oldincludedir = @oldincludedir@
311
332
pdfdir = @pdfdir@
312
333
prefix = @prefix@
325
346
top_build_prefix = @top_build_prefix@
326
347
top_builddir = @top_builddir@
327
348
top_srcdir = @top_srcdir@
328
 
SUBDIRS = C fr it ja cs
 
349
SUBDIRS = C fr it ja cs xml
329
350
LINPHONE_SOUNDS = ringback.wav hello8000.wav hello16000.wav
330
351
LINPHONE_RINGS = rings/orig.wav \
331
352
                                rings/oldphone.wav \
351
372
linphonedir = $(datadir)/linphone
352
373
linphone_DATA = rootca.pem
353
374
EXTRA_DIST = $(LINPHONE_SOUNDS) \
354
 
                                                                $(LINPHONE_RINGS) \
355
 
                                                        linphone.desktop.in   \
356
 
                                                                linphone.pc.in \
357
 
                                                                Makefile.inc \
358
 
                                                                rootca.pem
 
375
                                                $(LINPHONE_RINGS) \
 
376
                                                linphone.desktop.in   \
 
377
                                                linphone.pc.in \
 
378
                                                Makefile.inc \
 
379
                                                rootca.pem
359
380
 
360
381
all: all-recursive
361
382
 
417
438
        @$(NORMAL_UNINSTALL)
418
439
        @list='$(linphone_DATA)'; test -n "$(linphonedir)" || list=; \
419
440
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
420
 
        test -n "$$files" || exit 0; \
421
 
        echo " ( cd '$(DESTDIR)$(linphonedir)' && rm -f" $$files ")"; \
422
 
        cd "$(DESTDIR)$(linphonedir)" && rm -f $$files
 
441
        dir='$(DESTDIR)$(linphonedir)'; $(am__uninstall_files_from_dir)
423
442
install-linphone_fdDATA: $(linphone_fd_DATA)
424
443
        @$(NORMAL_INSTALL)
425
444
        test -z "$(linphone_fddir)" || $(MKDIR_P) "$(DESTDIR)$(linphone_fddir)"
437
456
        @$(NORMAL_UNINSTALL)
438
457
        @list='$(linphone_fd_DATA)'; test -n "$(linphone_fddir)" || list=; \
439
458
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
440
 
        test -n "$$files" || exit 0; \
441
 
        echo " ( cd '$(DESTDIR)$(linphone_fddir)' && rm -f" $$files ")"; \
442
 
        cd "$(DESTDIR)$(linphone_fddir)" && rm -f $$files
 
459
        dir='$(DESTDIR)$(linphone_fddir)'; $(am__uninstall_files_from_dir)
443
460
install-pkgconfigDATA: $(pkgconfig_DATA)
444
461
        @$(NORMAL_INSTALL)
445
462
        test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
457
474
        @$(NORMAL_UNINSTALL)
458
475
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
459
476
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
460
 
        test -n "$$files" || exit 0; \
461
 
        echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
462
 
        cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
 
477
        dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
463
478
install-ringDATA: $(ring_DATA)
464
479
        @$(NORMAL_INSTALL)
465
480
        test -z "$(ringdir)" || $(MKDIR_P) "$(DESTDIR)$(ringdir)"
477
492
        @$(NORMAL_UNINSTALL)
478
493
        @list='$(ring_DATA)'; test -n "$(ringdir)" || list=; \
479
494
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
480
 
        test -n "$$files" || exit 0; \
481
 
        echo " ( cd '$(DESTDIR)$(ringdir)' && rm -f" $$files ")"; \
482
 
        cd "$(DESTDIR)$(ringdir)" && rm -f $$files
 
495
        dir='$(DESTDIR)$(ringdir)'; $(am__uninstall_files_from_dir)
483
496
install-soundDATA: $(sound_DATA)
484
497
        @$(NORMAL_INSTALL)
485
498
        test -z "$(sounddir)" || $(MKDIR_P) "$(DESTDIR)$(sounddir)"
497
510
        @$(NORMAL_UNINSTALL)
498
511
        @list='$(sound_DATA)'; test -n "$(sounddir)" || list=; \
499
512
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
500
 
        test -n "$$files" || exit 0; \
501
 
        echo " ( cd '$(DESTDIR)$(sounddir)' && rm -f" $$files ")"; \
502
 
        cd "$(DESTDIR)$(sounddir)" && rm -f $$files
 
513
        dir='$(DESTDIR)$(sounddir)'; $(am__uninstall_files_from_dir)
503
514
 
504
515
# This directory's subdirectories are mostly independent; you can cd
505
516
# into them and run `make' without going through this Makefile.
712
723
 
713
724
installcheck: installcheck-recursive
714
725
install-strip:
715
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
716
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
717
 
          `test -z '$(STRIP)' || \
718
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
726
        if test -z '$(STRIP)'; then \
 
727
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
728
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
729
              install; \
 
730
        else \
 
731
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
732
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
733
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
734
        fi
719
735
mostlyclean-generic:
720
736
 
721
737
clean-generic:
815
831
        uninstall-linphoneDATA uninstall-linphone_fdDATA \
816
832
        uninstall-pkgconfigDATA uninstall-ringDATA uninstall-soundDATA
817
833
 
 
834
rootca.pem: 
 
835
        $(top_srcdir)/scripts/mk-ca-bundle.pl rootca.pem
818
836
 
819
837
# Tell versions [3.59,3.63) of GNU make to not export all variables.
820
838
# Otherwise a system limit (for SysV at least) may be exceeded.