~ubuntu-branches/ubuntu/quantal/linphone/quantal

« back to all changes in this revision

Viewing changes to osipua/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Samuel Mimram
  • Date: 2006-11-15 10:34:50 UTC
  • mfrom: (1.2.1 upstream) (2.1.8 feisty)
  • Revision ID: james.westby@ubuntu.com-20061115103450-qgafwcks2lkhctlj
* New upstream release.
* Enable video support.
* Fix mismatched #endif in mscommon.h, closes: #398307.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.6.3 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5
 
# Free Software Foundation, Inc.
6
 
# This Makefile.in is free software; the Free Software Foundation
7
 
# gives unlimited permission to copy and/or distribute it,
8
 
# with or without modifications, as long as this notice is preserved.
9
 
 
10
 
# This program is distributed in the hope that it will be useful,
11
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
 
# PARTICULAR PURPOSE.
14
 
 
15
 
@SET_MAKE@
16
 
SHELL = @SHELL@
17
 
 
18
 
srcdir = @srcdir@
19
 
top_srcdir = @top_srcdir@
20
 
VPATH = @srcdir@
21
 
prefix = @prefix@
22
 
exec_prefix = @exec_prefix@
23
 
 
24
 
bindir = @bindir@
25
 
sbindir = @sbindir@
26
 
libexecdir = @libexecdir@
27
 
datadir = @datadir@
28
 
sysconfdir = @sysconfdir@
29
 
sharedstatedir = @sharedstatedir@
30
 
localstatedir = @localstatedir@
31
 
libdir = @libdir@
32
 
infodir = @infodir@
33
 
mandir = @mandir@
34
 
includedir = @includedir@
35
 
oldincludedir = /usr/include
36
 
pkgdatadir = $(datadir)/@PACKAGE@
37
 
pkglibdir = $(libdir)/@PACKAGE@
38
 
pkgincludedir = $(includedir)/@PACKAGE@
39
 
top_builddir = .
40
 
 
41
 
ACLOCAL = @ACLOCAL@
42
 
AUTOCONF = @AUTOCONF@
43
 
AUTOMAKE = @AUTOMAKE@
44
 
AUTOHEADER = @AUTOHEADER@
45
 
 
46
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47
 
INSTALL = @INSTALL@
48
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
49
 
INSTALL_DATA = @INSTALL_DATA@
50
 
install_sh_DATA = $(install_sh) -c -m 644
51
 
install_sh_PROGRAM = $(install_sh) -c
52
 
install_sh_SCRIPT = $(install_sh) -c
53
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
54
 
INSTALL_HEADER = $(INSTALL_DATA)
55
 
transform = @program_transform_name@
56
 
NORMAL_INSTALL = :
57
 
PRE_INSTALL = :
58
 
POST_INSTALL = :
59
 
NORMAL_UNINSTALL = :
60
 
PRE_UNINSTALL = :
61
 
POST_UNINSTALL = :
62
 
host_alias = @host_alias@
63
 
host_triplet = @host@
64
 
 
65
 
EXEEXT = @EXEEXT@
66
 
OBJEXT = @OBJEXT@
67
 
PATH_SEPARATOR = @PATH_SEPARATOR@
68
 
AMTAR = @AMTAR@
69
 
AR = @AR@
70
 
AS = @AS@
71
 
AWK = @AWK@
72
 
CC = @CC@
73
 
CXX = @CXX@
74
 
CXXCPP = @CXXCPP@
75
 
DEPDIR = @DEPDIR@
76
 
DLLTOOL = @DLLTOOL@
77
 
ECHO = @ECHO@
78
 
EGREP = @EGREP@
79
 
F77 = @F77@
80
 
GCJ = @GCJ@
81
 
GCJFLAGS = @GCJFLAGS@
82
 
GTKDOC = @GTKDOC@
83
 
HTML_DIR = @HTML_DIR@
84
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
85
 
IPV6_CFLAGS = @IPV6_CFLAGS@
86
 
LIBOSIPUA_SO_VERSION = @LIBOSIPUA_SO_VERSION@
87
 
LIBTOOL = @LIBTOOL@
88
 
LN_S = @LN_S@
89
 
OBJDUMP = @OBJDUMP@
90
 
OSIPUA_RELEASE = @OSIPUA_RELEASE@
91
 
OSIP_CFLAGS = @OSIP_CFLAGS@
92
 
OSIP_LDFLAGS = @OSIP_LDFLAGS@
93
 
OSIP_LIBS = @OSIP_LIBS@
94
 
PACKAGE = @PACKAGE@
95
 
RANLIB = @RANLIB@
96
 
RC = @RC@
97
 
STRIP = @STRIP@
98
 
VERSION = @VERSION@
99
 
am__include = @am__include@
100
 
am__quote = @am__quote@
101
 
install_sh = @install_sh@
102
 
osip_prefix = @osip_prefix@
103
 
EXTRA_DIST = osipua-config.h.in
104
 
 
105
 
SUBDIRS = src docs
106
 
subdir = .
107
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
108
 
mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
109
 
CONFIG_HEADER = osipua-config.h
110
 
CONFIG_CLEAN_FILES =
111
 
DIST_SOURCES =
112
 
 
113
 
RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
114
 
        uninstall-info-recursive all-recursive install-data-recursive \
115
 
        install-exec-recursive installdirs-recursive install-recursive \
116
 
        uninstall-recursive check-recursive installcheck-recursive
117
 
DIST_COMMON = README ../config.guess ../config.sub ../install-sh \
118
 
        ../ltmain.sh ../missing ../mkinstalldirs AUTHORS COPYING \
119
 
        ChangeLog INSTALL Makefile.am Makefile.in NEWS aclocal.m4 \
120
 
        configure configure.in osipua-config.h.in
121
 
DIST_SUBDIRS = $(SUBDIRS)
122
 
all: osipua-config.h
123
 
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
124
 
 
125
 
.SUFFIXES:
126
 
 
127
 
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
128
 
 configure.lineno
129
 
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
130
 
        cd $(top_srcdir) && \
131
 
          $(AUTOMAKE) --gnu  Makefile
132
 
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
133
 
        cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
134
 
 
135
 
$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
136
 
        $(SHELL) ./config.status --recheck
137
 
$(srcdir)/configure:  $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
138
 
        cd $(srcdir) && $(AUTOCONF)
139
 
 
140
 
$(ACLOCAL_M4):  configure.in 
141
 
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
142
 
 
143
 
osipua-config.h: stamp-h1
144
 
        @if test ! -f $@; then \
145
 
          rm -f stamp-h1; \
146
 
          $(MAKE) stamp-h1; \
147
 
        else :; fi
148
 
 
149
 
stamp-h1: $(srcdir)/osipua-config.h.in $(top_builddir)/config.status
150
 
        @rm -f stamp-h1
151
 
        cd $(top_builddir) && $(SHELL) ./config.status osipua-config.h
152
 
 
153
 
$(srcdir)/osipua-config.h.in:  $(top_srcdir)/configure.in $(ACLOCAL_M4) 
154
 
        cd $(top_srcdir) && $(AUTOHEADER)
155
 
        touch $(srcdir)/osipua-config.h.in
156
 
 
157
 
distclean-hdr:
158
 
        -rm -f osipua-config.h stamp-h1
159
 
 
160
 
mostlyclean-libtool:
161
 
        -rm -f *.lo
162
 
 
163
 
clean-libtool:
164
 
        -rm -rf .libs _libs
165
 
 
166
 
distclean-libtool:
167
 
        -rm -f libtool
168
 
uninstall-info-am:
169
 
 
170
 
# This directory's subdirectories are mostly independent; you can cd
171
 
# into them and run `make' without going through this Makefile.
172
 
# To change the values of `make' variables: instead of editing Makefiles,
173
 
# (1) if the variable is set in `config.status', edit `config.status'
174
 
#     (which will cause the Makefiles to be regenerated when you run `make');
175
 
# (2) otherwise, pass the desired values on the `make' command line.
176
 
$(RECURSIVE_TARGETS):
177
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
178
 
        dot_seen=no; \
179
 
        target=`echo $@ | sed s/-recursive//`; \
180
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
181
 
          echo "Making $$target in $$subdir"; \
182
 
          if test "$$subdir" = "."; then \
183
 
            dot_seen=yes; \
184
 
            local_target="$$target-am"; \
185
 
          else \
186
 
            local_target="$$target"; \
187
 
          fi; \
188
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
189
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
190
 
        done; \
191
 
        if test "$$dot_seen" = "no"; then \
192
 
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
193
 
        fi; test -z "$$fail"
194
 
 
195
 
mostlyclean-recursive clean-recursive distclean-recursive \
196
 
maintainer-clean-recursive:
197
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
198
 
        dot_seen=no; \
199
 
        case "$@" in \
200
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
201
 
          *) list='$(SUBDIRS)' ;; \
202
 
        esac; \
203
 
        rev=''; for subdir in $$list; do \
204
 
          if test "$$subdir" = "."; then :; else \
205
 
            rev="$$subdir $$rev"; \
206
 
          fi; \
207
 
        done; \
208
 
        rev="$$rev ."; \
209
 
        target=`echo $@ | sed s/-recursive//`; \
210
 
        for subdir in $$rev; do \
211
 
          echo "Making $$target in $$subdir"; \
212
 
          if test "$$subdir" = "."; then \
213
 
            local_target="$$target-am"; \
214
 
          else \
215
 
            local_target="$$target"; \
216
 
          fi; \
217
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
218
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
219
 
        done && test -z "$$fail"
220
 
tags-recursive:
221
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
222
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
223
 
        done
224
 
 
225
 
ETAGS = etags
226
 
ETAGSFLAGS =
227
 
 
228
 
tags: TAGS
229
 
 
230
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
231
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
232
 
        unique=`for i in $$list; do \
233
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
234
 
          done | \
235
 
          $(AWK) '    { files[$$0] = 1; } \
236
 
               END { for (i in files) print i; }'`; \
237
 
        mkid -fID $$unique
238
 
 
239
 
TAGS: tags-recursive $(HEADERS) $(SOURCES) osipua-config.h.in $(TAGS_DEPENDENCIES) \
240
 
                $(TAGS_FILES) $(LISP)
241
 
        tags=; \
242
 
        here=`pwd`; \
243
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
244
 
          if test "$$subdir" = .; then :; else \
245
 
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
246
 
          fi; \
247
 
        done; \
248
 
        list='$(SOURCES) $(HEADERS) osipua-config.h.in $(LISP) $(TAGS_FILES)'; \
249
 
        unique=`for i in $$list; do \
250
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
251
 
          done | \
252
 
          $(AWK) '    { files[$$0] = 1; } \
253
 
               END { for (i in files) print i; }'`; \
254
 
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
255
 
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
256
 
             $$tags $$unique
257
 
 
258
 
GTAGS:
259
 
        here=`$(am__cd) $(top_builddir) && pwd` \
260
 
          && cd $(top_srcdir) \
261
 
          && gtags -i $(GTAGS_ARGS) $$here
262
 
 
263
 
distclean-tags:
264
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
265
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
266
 
 
267
 
top_distdir = .
268
 
distdir = $(PACKAGE)-$(VERSION)
269
 
 
270
 
am__remove_distdir = \
271
 
  { test ! -d $(distdir) \
272
 
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
273
 
         && rm -fr $(distdir); }; }
274
 
 
275
 
GZIP_ENV = --best
276
 
distcleancheck_listfiles = find . -type f -print
277
 
 
278
 
distdir: $(DISTFILES)
279
 
        $(am__remove_distdir)
280
 
        mkdir $(distdir)
281
 
        $(mkinstalldirs) $(distdir)/..
282
 
        @list='$(DISTFILES)'; for file in $$list; do \
283
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
284
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
285
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
286
 
            dir="/$$dir"; \
287
 
            $(mkinstalldirs) "$(distdir)$$dir"; \
288
 
          else \
289
 
            dir=''; \
290
 
          fi; \
291
 
          if test -d $$d/$$file; then \
292
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
293
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
294
 
            fi; \
295
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
296
 
          else \
297
 
            test -f $(distdir)/$$file \
298
 
            || cp -p $$d/$$file $(distdir)/$$file \
299
 
            || exit 1; \
300
 
          fi; \
301
 
        done
302
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
303
 
          if test "$$subdir" = .; then :; else \
304
 
            test -d $(distdir)/$$subdir \
305
 
            || mkdir $(distdir)/$$subdir \
306
 
            || exit 1; \
307
 
            (cd $$subdir && \
308
 
              $(MAKE) $(AM_MAKEFLAGS) \
309
 
                top_distdir="$(top_distdir)" \
310
 
                distdir=../$(distdir)/$$subdir \
311
 
                distdir) \
312
 
              || exit 1; \
313
 
          fi; \
314
 
        done
315
 
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
316
 
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
317
 
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
318
 
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
319
 
        || chmod -R a+r $(distdir)
320
 
dist-gzip: distdir
321
 
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
322
 
        $(am__remove_distdir)
323
 
 
324
 
dist dist-all: distdir
325
 
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
326
 
        $(am__remove_distdir)
327
 
 
328
 
# This target untars the dist file and tries a VPATH configuration.  Then
329
 
# it guarantees that the distribution is self-contained by making another
330
 
# tarfile.
331
 
distcheck: dist
332
 
        $(am__remove_distdir)
333
 
        GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
334
 
        chmod -R a-w $(distdir); chmod a+w $(distdir)
335
 
        mkdir $(distdir)/=build
336
 
        mkdir $(distdir)/=inst
337
 
        chmod a-w $(distdir)
338
 
        dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
339
 
          && cd $(distdir)/=build \
340
 
          && ../configure --srcdir=.. --prefix=$$dc_install_base \
341
 
            $(DISTCHECK_CONFIGURE_FLAGS) \
342
 
          && $(MAKE) $(AM_MAKEFLAGS) \
343
 
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
344
 
          && $(MAKE) $(AM_MAKEFLAGS) check \
345
 
          && $(MAKE) $(AM_MAKEFLAGS) install \
346
 
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
347
 
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
348
 
          && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
349
 
              || { echo "ERROR: files left after uninstall:" ; \
350
 
                   find $$dc_install_base -type f -print ; \
351
 
                   exit 1; } >&2 ) \
352
 
          && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
353
 
          && rm -f $(distdir).tar.gz \
354
 
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
355
 
        $(am__remove_distdir)
356
 
        @echo "$(distdir).tar.gz is ready for distribution" | \
357
 
          sed 'h;s/./=/g;p;x;p;x'
358
 
distcleancheck: distclean
359
 
        if test '$(srcdir)' = . ; then \
360
 
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
361
 
          exit 1 ; \
362
 
        fi
363
 
        test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
364
 
          || { echo "ERROR: files left after distclean:" ; \
365
 
               $(distcleancheck_listfiles) ; \
366
 
               exit 1; } >&2
367
 
check-am: all-am
368
 
check: check-recursive
369
 
all-am: Makefile osipua-config.h
370
 
installdirs: installdirs-recursive
371
 
installdirs-am:
372
 
 
373
 
install: install-recursive
374
 
install-exec: install-exec-recursive
375
 
install-data: install-data-recursive
376
 
uninstall: uninstall-recursive
377
 
 
378
 
install-am: all-am
379
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
380
 
 
381
 
installcheck: installcheck-recursive
382
 
install-strip:
383
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
384
 
          INSTALL_STRIP_FLAG=-s \
385
 
          `test -z '$(STRIP)' || \
386
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
387
 
mostlyclean-generic:
388
 
 
389
 
clean-generic:
390
 
 
391
 
distclean-generic:
392
 
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
393
 
 
394
 
maintainer-clean-generic:
395
 
        @echo "This command is intended for maintainers to use"
396
 
        @echo "it deletes files that may require special tools to rebuild."
397
 
clean: clean-recursive
398
 
 
399
 
clean-am: clean-generic clean-libtool mostlyclean-am
400
 
 
401
 
distclean: distclean-recursive
402
 
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
403
 
distclean-am: clean-am distclean-generic distclean-hdr distclean-libtool \
404
 
        distclean-tags
405
 
 
406
 
dvi: dvi-recursive
407
 
 
408
 
dvi-am:
409
 
 
410
 
info: info-recursive
411
 
 
412
 
info-am:
413
 
 
414
 
install-data-am:
415
 
 
416
 
install-exec-am:
417
 
 
418
 
install-info: install-info-recursive
419
 
 
420
 
install-man:
421
 
 
422
 
installcheck-am:
423
 
 
424
 
maintainer-clean: maintainer-clean-recursive
425
 
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
426
 
        -rm -rf autom4te.cache
427
 
maintainer-clean-am: distclean-am maintainer-clean-generic
428
 
 
429
 
mostlyclean: mostlyclean-recursive
430
 
 
431
 
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
432
 
 
433
 
uninstall-am: uninstall-info-am
434
 
 
435
 
uninstall-info: uninstall-info-recursive
436
 
 
437
 
.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
438
 
        clean-generic clean-libtool clean-recursive dist dist-all \
439
 
        dist-gzip distcheck distclean distclean-generic distclean-hdr \
440
 
        distclean-libtool distclean-recursive distclean-tags \
441
 
        distcleancheck distdir dvi dvi-am dvi-recursive info info-am \
442
 
        info-recursive install install-am install-data install-data-am \
443
 
        install-data-recursive install-exec install-exec-am \
444
 
        install-exec-recursive install-info install-info-am \
445
 
        install-info-recursive install-man install-recursive \
446
 
        install-strip installcheck installcheck-am installdirs \
447
 
        installdirs-am installdirs-recursive maintainer-clean \
448
 
        maintainer-clean-generic maintainer-clean-recursive mostlyclean \
449
 
        mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
450
 
        tags tags-recursive uninstall uninstall-am uninstall-info-am \
451
 
        uninstall-info-recursive uninstall-recursive
452
 
 
453
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
454
 
# Otherwise a system limit (for SysV at least) may be exceeded.
455
 
.NOEXPORT: