Codebase list avahi / 509e960
Imported Upstream version 0.6.32 Michael Biebl 7 years ago
183 changed file(s) with 106604 addition(s) and 8895 deletion(s). Raw diff Collapse all Expand all
+0
-7
.dir-locals.el less more
0 ; Sets emacs variables based on mode.
1 ; A list of (major-mode . ((var1 . value1) (var2 . value2)))
2 ; Mode can be nil, which gives default values.
3
4 ((nil . ((indent-tabs-mode . nil)
5 (tab-width . 8)))
6 )
+0
-34
.gitignore less more
0 intltool-extract.in
1 intltool-merge.in
2 intltool-update.in
3 *.tar.gz
4 doxygen
5 Makefile
6 Makefile.in
7 *~
8 *.pc
9 *.o
10 *.lo
11 *.la
12 .deps/
13 .libs/
14 ABOUT-NLS
15 ChangeLog
16 aclocal.m4
17 *.cache
18 compile
19 config.guess
20 config.h
21 config.h.in
22 config.log
23 config.rpath
24 config.status
25 config.sub
26 configure
27 depcomp
28 install-sh
29 libtool
30 ltmain.sh
31 missing
32 py-compile
33 stamp-h1
+0
-10
.travis.yml less more
0 language: c
1 compiler:
2 - gcc
3 - clang
4 # Change this to your needs
5 script: ./bootstrap.sh && make -j3
6 before_install:
7 - sudo apt-get update -qq
8 - sudo apt-get build-dep avahi avahi-sharp
9 - sudo apt-get install mono-mcs
0 1 Notes on the Free Translation Project
1 ***************************************
2
3 Free software is going international! The Free Translation Project is a
4 way to get maintainers of free software, translators, and users all
5 together, so that free software will gradually become able to speak many
6 languages. A few packages already provide translations for their
7 messages.
8
9 If you found this 'ABOUT-NLS' file inside a distribution, you may
10 assume that the distributed package does use GNU 'gettext' internally,
11 itself available at your nearest GNU archive site. But you do _not_
12 need to install GNU 'gettext' prior to configuring, installing or using
13 this package with messages translated.
14
15 Installers will find here some useful hints. These notes also
16 explain how users should proceed for getting the programs to use the
17 available translations. They tell how people wanting to contribute and
18 work on translations can contact the appropriate team.
19
20 1.1 INSTALL Matters
21 ===================
22
23 Some packages are "localizable" when properly installed; the programs
24 they contain can be made to speak your own native language. Most such
25 packages use GNU 'gettext'. Other packages have their own ways to
26 internationalization, predating GNU 'gettext'.
27
28 By default, this package will be installed to allow translation of
29 messages. It will automatically detect whether the system already
30 provides the GNU 'gettext' functions. Installers may use special
31 options at configuration time for changing the default behaviour. The
32 command:
33
34 ./configure --disable-nls
35
36 will _totally_ disable translation of messages.
37
38 When you already have GNU 'gettext' installed on your system and run
39 configure without an option for your new package, 'configure' will
40 probably detect the previously built and installed 'libintl' library and
41 will decide to use it. If not, you may have to to use the
42 '--with-libintl-prefix' option to tell 'configure' where to look for it.
43
44 Internationalized packages usually have many 'po/LL.po' files, where
45 LL gives an ISO 639 two-letter code identifying the language. Unless
46 translations have been forbidden at 'configure' time by using the
47 '--disable-nls' switch, all available translations are installed
48 together with the package. However, the environment variable 'LINGUAS'
49 may be set, prior to configuration, to limit the installed set.
50 'LINGUAS' should then contain a space separated list of two-letter
51 codes, stating which languages are allowed.
52
53 1.2 Using This Package
54 ======================
55
56 As a user, if your language has been installed for this package, you
57 only have to set the 'LANG' environment variable to the appropriate
58 'LL_CC' combination. If you happen to have the 'LC_ALL' or some other
59 'LC_xxx' environment variables set, you should unset them before setting
60 'LANG', otherwise the setting of 'LANG' will not have the desired
61 effect. Here 'LL' is an ISO 639 two-letter language code, and 'CC' is
62 an ISO 3166 two-letter country code. For example, let's suppose that
63 you speak German and live in Germany. At the shell prompt, merely
64 execute 'setenv LANG de_DE' (in 'csh'), 'export LANG; LANG=de_DE' (in
65 'sh') or 'export LANG=de_DE' (in 'bash'). This can be done from your
66 '.login' or '.profile' file, once and for all.
67
68 You might think that the country code specification is redundant.
69 But in fact, some languages have dialects in different countries. For
70 example, 'de_AT' is used for Austria, and 'pt_BR' for Brazil. The
71 country code serves to distinguish the dialects.
72
73 The locale naming convention of 'LL_CC', with 'LL' denoting the
74 language and 'CC' denoting the country, is the one use on systems based
75 on GNU libc. On other systems, some variations of this scheme are used,
76 such as 'LL' or 'LL_CC.ENCODING'. You can get the list of locales
77 supported by your system for your language by running the command
78 'locale -a | grep '^LL''.
79
80 Not all programs have translations for all languages. By default, an
81 English message is shown in place of a nonexistent translation. If you
82 understand other languages, you can set up a priority list of languages.
83 This is done through a different environment variable, called
84 'LANGUAGE'. GNU 'gettext' gives preference to 'LANGUAGE' over 'LANG'
85 for the purpose of message handling, but you still need to have 'LANG'
86 set to the primary language; this is required by other parts of the
87 system libraries. For example, some Swedish users who would rather read
88 translations in German than English for when Swedish is not available,
89 set 'LANGUAGE' to 'sv:de' while leaving 'LANG' to 'sv_SE'.
90
91 Special advice for Norwegian users: The language code for Norwegian
92 bokma*l changed from 'no' to 'nb' recently (in 2003). During the
93 transition period, while some message catalogs for this language are
94 installed under 'nb' and some older ones under 'no', it's recommended
95 for Norwegian users to set 'LANGUAGE' to 'nb:no' so that both newer and
96 older translations are used.
97
98 In the 'LANGUAGE' environment variable, but not in the 'LANG'
99 environment variable, 'LL_CC' combinations can be abbreviated as 'LL' to
100 denote the language's main dialect. For example, 'de' is equivalent to
101 'de_DE' (German as spoken in Germany), and 'pt' to 'pt_PT' (Portuguese
102 as spoken in Portugal) in this context.
103
104 1.3 Translating Teams
105 =====================
106
107 For the Free Translation Project to be a success, we need interested
108 people who like their own language and write it well, and who are also
109 able to synergize with other translators speaking the same language.
110 Each translation team has its own mailing list. The up-to-date list of
111 teams can be found at the Free Translation Project's homepage,
112 'http://translationproject.org/', in the "Teams" area.
113
114 If you'd like to volunteer to _work_ at translating messages, you
115 should become a member of the translating team for your own language.
116 The subscribing address is _not_ the same as the list itself, it has
117 '-request' appended. For example, speakers of Swedish can send a
118 message to 'sv-request@li.org', having this message body:
119
120 subscribe
121
122 Keep in mind that team members are expected to participate _actively_
123 in translations, or at solving translational difficulties, rather than
124 merely lurking around. If your team does not exist yet and you want to
125 start one, or if you are unsure about what to do or how to get started,
126 please write to 'coordinator@translationproject.org' to reach the
127 coordinator for all translator teams.
128
129 The English team is special. It works at improving and uniformizing
130 the terminology in use. Proven linguistic skills are praised more than
131 programming skills, here.
132
133 1.4 Available Packages
134 ======================
135
136 Languages are not equally supported in all packages. The following
137 matrix shows the current state of internationalization, as of Jun 2014.
138 The matrix shows, in regard of each package, for which languages PO
139 files have been submitted to translation coordination, with a
140 translation percentage of at least 50%.
141
142 Ready PO files af am an ar as ast az be bg bn bn_IN bs ca crh cs
143 +---------------------------------------------------+
144 a2ps | [] [] [] |
145 aegis | |
146 anubis | |
147 aspell | [] [] [] |
148 bash | [] [] [] |
149 bfd | |
150 binutils | [] |
151 bison | |
152 bison-runtime | [] |
153 buzztrax | [] |
154 ccd2cue | |
155 ccide | |
156 cflow | |
157 clisp | |
158 coreutils | [] [] |
159 cpio | |
160 cppi | |
161 cpplib | [] |
162 cryptsetup | [] |
163 datamash | |
164 denemo | [] [] |
165 dfarc | [] |
166 dialog | [] [] [] |
167 dico | |
168 diffutils | [] |
169 dink | [] |
170 direvent | |
171 doodle | [] |
172 dos2unix | |
173 dos2unix-man | |
174 e2fsprogs | [] [] |
175 enscript | [] |
176 exif | [] |
177 fetchmail | [] [] |
178 findutils | [] |
179 flex | [] |
180 freedink | [] [] |
181 fusionforge | |
182 gas | |
183 gawk | [] |
184 gcal | [] |
185 gcc | |
186 gdbm | |
187 gettext-examples | [] [] [] [] [] |
188 gettext-runtime | [] [] [] |
189 gettext-tools | [] [] |
190 gjay | |
191 glunarclock | [] [] [] |
192 gnubiff | [] |
193 gnubik | [] |
194 gnucash | () () [] |
195 gnuchess | |
196 gnulib | [] |
197 gnunet | |
198 gnunet-gtk | |
199 gold | |
200 gphoto2 | [] |
201 gprof | [] |
202 gramadoir | |
203 grep | [] [] [] |
204 grub | [] |
205 gsasl | |
206 gss | |
207 gst-plugins-bad | [] |
208 gst-plugins-base | [] [] [] |
209 gst-plugins-good | [] [] [] |
210 gst-plugins-ugly | [] [] [] |
211 gstreamer | [] [] [] [] |
212 gtick | [] |
213 gtkam | [] [] |
214 gtkspell | [] [] [] [] [] |
215 guix | |
216 guix-packages | |
217 gutenprint | [] |
218 hello | [] |
219 help2man | |
220 help2man-texi | |
221 hylafax | |
222 idutils | |
223 iso_15924 | [] |
224 iso_3166 | [] [] [] [] [] [] [] [] [] [] |
225 iso_3166_2 | |
226 iso_4217 | [] |
227 iso_639 | [] [] [] [] [] [] [] [] [] |
228 iso_639_3 | [] [] |
229 iso_639_5 | |
230 jwhois | |
231 kbd | [] |
232 klavaro | [] [] [] [] [] |
233 latrine | |
234 ld | [] |
235 leafpad | [] [] [] [] |
236 libc | [] [] [] |
237 libexif | () |
238 libextractor | |
239 libgnutls | [] |
240 libgphoto2 | [] |
241 libgphoto2_port | [] |
242 libgsasl | |
243 libiconv | [] [] |
244 libidn | [] |
245 liferea | [] [] [] [] |
246 lilypond | [] [] |
247 lordsawar | [] |
248 lprng | |
249 lynx | [] [] |
250 m4 | [] |
251 mailfromd | |
252 mailutils | |
253 make | [] |
254 man-db | [] [] |
255 man-db-manpages | |
256 midi-instruments | [] [] [] |
257 minicom | [] |
258 mkisofs | [] |
259 myserver | [] |
260 nano | [] [] [] |
261 opcodes | |
262 parted | [] |
263 pies | |
264 popt | [] |
265 procps-ng | |
266 procps-ng-man | |
267 psmisc | [] |
268 pspp | [] |
269 pushover | [] |
270 pwdutils | |
271 pyspread | |
272 radius | [] |
273 recode | [] [] [] |
274 recutils | |
275 rpm | |
276 rush | |
277 sarg | |
278 sed | [] [] [] |
279 sharutils | [] |
280 shishi | |
281 skribilo | |
282 solfege | [] |
283 solfege-manual | |
284 spotmachine | |
285 sudo | [] [] |
286 sudoers | [] [] |
287 sysstat | [] |
288 tar | [] [] [] |
289 texinfo | [] [] |
290 texinfo_document | [] |
291 tigervnc | [] |
292 tin | |
293 tin-man | |
294 tracgoogleappsa... | |
295 trader | |
296 util-linux | [] |
297 ve | |
298 vice | |
299 vmm | |
300 vorbis-tools | [] |
301 wastesedge | |
302 wcd | |
303 wcd-man | |
304 wdiff | [] [] |
305 wget | [] |
306 wyslij-po | |
307 xboard | |
308 xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] |
309 xkeyboard-config | [] [] [] |
310 +---------------------------------------------------+
311 af am an ar as ast az be bg bn bn_IN bs ca crh cs
312 4 0 2 5 3 11 0 8 23 3 3 1 54 4 73
313
314 da de el en en_GB en_ZA eo es et eu fa fi fr
315 +--------------------------------------------------+
316 a2ps | [] [] [] [] [] [] [] [] [] |
317 aegis | [] [] [] [] |
318 anubis | [] [] [] [] [] |
319 aspell | [] [] [] [] [] [] [] |
320 bash | [] [] [] |
321 bfd | [] [] [] [] |
322 binutils | [] [] [] |
323 bison | [] [] [] [] [] [] [] [] |
324 bison-runtime | [] [] [] [] [] [] [] [] |
325 buzztrax | [] [] [] [] |
326 ccd2cue | [] [] [] |
327 ccide | [] [] [] [] [] [] |
328 cflow | [] [] [] [] [] |
329 clisp | [] [] [] [] [] |
330 coreutils | [] [] [] [] [] |
331 cpio | [] [] [] [] [] |
332 cppi | [] [] [] [] [] |
333 cpplib | [] [] [] [] [] [] |
334 cryptsetup | [] [] [] [] [] |
335 datamash | [] [] [] [] |
336 denemo | [] |
337 dfarc | [] [] [] [] [] [] |
338 dialog | [] [] [] [] [] [] [] [] [] |
339 dico | [] [] [] [] |
340 diffutils | [] [] [] [] [] [] |
341 dink | [] [] [] [] [] [] |
342 direvent | [] [] [] [] |
343 doodle | [] [] [] [] |
344 dos2unix | [] [] [] [] [] |
345 dos2unix-man | [] [] [] |
346 e2fsprogs | [] [] [] [] [] |
347 enscript | [] [] [] [] [] [] |
348 exif | [] [] [] [] [] [] |
349 fetchmail | [] () [] [] [] [] [] |
350 findutils | [] [] [] [] [] [] [] [] |
351 flex | [] [] [] [] [] [] |
352 freedink | [] [] [] [] [] [] [] [] |
353 fusionforge | [] [] [] |
354 gas | [] [] [] |
355 gawk | [] [] [] [] [] |
356 gcal | [] [] [] [] |
357 gcc | [] [] |
358 gdbm | [] [] [] [] [] |
359 gettext-examples | [] [] [] [] [] [] [] |
360 gettext-runtime | [] [] [] [] [] [] |
361 gettext-tools | [] [] [] [] [] |
362 gjay | [] [] [] [] |
363 glunarclock | [] [] [] [] [] |
364 gnubiff | () [] [] () |
365 gnubik | [] [] [] [] [] |
366 gnucash | [] () () () () () () |
367 gnuchess | [] [] [] [] |
368 gnulib | [] [] [] [] [] [] [] |
369 gnunet | [] |
370 gnunet-gtk | [] |
371 gold | [] [] [] |
372 gphoto2 | [] () [] [] |
373 gprof | [] [] [] [] [] [] |
374 gramadoir | [] [] [] [] [] |
375 grep | [] [] [] [] [] [] [] |
376 grub | [] [] [] [] [] |
377 gsasl | [] [] [] [] [] |
378 gss | [] [] [] [] [] |
379 gst-plugins-bad | [] [] |
380 gst-plugins-base | [] [] [] [] [] [] |
381 gst-plugins-good | [] [] [] [] [] [] [] |
382 gst-plugins-ugly | [] [] [] [] [] [] [] [] |
383 gstreamer | [] [] [] [] [] [] [] |
384 gtick | [] () [] [] [] |
385 gtkam | [] () [] [] [] [] |
386 gtkspell | [] [] [] [] [] [] [] [] |
387 guix | [] [] |
388 guix-packages | |
389 gutenprint | [] [] [] [] |
390 hello | [] [] [] [] [] [] [] [] |
391 help2man | [] [] [] [] [] [] [] |
392 help2man-texi | [] [] [] |
393 hylafax | [] [] |
394 idutils | [] [] [] [] [] |
395 iso_15924 | [] () [] [] () [] () |
396 iso_3166 | [] () [] [] [] [] () [] () |
397 iso_3166_2 | [] () () () |
398 iso_4217 | [] () [] [] [] () [] () |
399 iso_639 | [] () [] [] () [] () |
400 iso_639_3 | () () () |
401 iso_639_5 | () () () |
402 jwhois | [] [] [] [] [] |
403 kbd | [] [] [] [] [] [] |
404 klavaro | [] [] [] [] [] [] [] |
405 latrine | [] () [] [] |
406 ld | [] [] [] [] |
407 leafpad | [] [] [] [] [] [] [] [] |
408 libc | [] [] [] [] [] |
409 libexif | [] [] () [] [] |
410 libextractor | [] |
411 libgnutls | [] [] [] [] |
412 libgphoto2 | [] () [] |
413 libgphoto2_port | [] () [] [] [] [] |
414 libgsasl | [] [] [] [] [] |
415 libiconv | [] [] [] [] [] [] [] |
416 libidn | [] [] [] [] [] |
417 liferea | [] () [] [] [] [] [] |
418 lilypond | [] [] [] [] [] [] |
419 lordsawar | [] [] |
420 lprng | |
421 lynx | [] [] [] [] [] [] |
422 m4 | [] [] [] [] [] [] |
423 mailfromd | [] |
424 mailutils | [] [] [] [] |
425 make | [] [] [] [] [] |
426 man-db | [] [] [] [] |
427 man-db-manpages | [] [] |
428 midi-instruments | [] [] [] [] [] [] [] [] [] |
429 minicom | [] [] [] [] [] |
430 mkisofs | [] [] [] |
431 myserver | [] [] [] [] |
432 nano | [] [] [] [] [] [] [] |
433 opcodes | [] [] [] [] [] |
434 parted | [] [] [] |
435 pies | [] |
436 popt | [] [] [] [] [] [] |
437 procps-ng | [] [] |
438 procps-ng-man | [] [] |
439 psmisc | [] [] [] [] [] [] [] |
440 pspp | [] [] [] |
441 pushover | () [] [] [] |
442 pwdutils | [] [] [] |
443 pyspread | [] [] [] |
444 radius | [] [] |
445 recode | [] [] [] [] [] [] [] |
446 recutils | [] [] [] [] |
447 rpm | [] [] [] [] [] |
448 rush | [] [] [] |
449 sarg | [] [] |
450 sed | [] [] [] [] [] [] [] [] |
451 sharutils | [] [] [] [] |
452 shishi | [] [] [] |
453 skribilo | [] [] |
454 solfege | [] [] [] [] [] [] [] [] |
455 solfege-manual | [] [] [] [] [] |
456 spotmachine | [] [] [] [] |
457 sudo | [] [] [] [] [] [] |
458 sudoers | [] [] [] [] [] [] |
459 sysstat | [] [] [] [] [] [] |
460 tar | [] [] [] [] [] [] [] |
461 texinfo | [] [] [] [] [] |
462 texinfo_document | [] [] [] [] |
463 tigervnc | [] [] [] [] [] [] |
464 tin | [] [] [] [] |
465 tin-man | [] |
466 tracgoogleappsa... | [] [] [] [] [] |
467 trader | [] [] [] [] [] [] |
468 util-linux | [] [] [] [] |
469 ve | [] [] [] [] [] |
470 vice | () () () |
471 vmm | [] [] |
472 vorbis-tools | [] [] [] [] |
473 wastesedge | [] () |
474 wcd | [] [] [] [] |
475 wcd-man | [] |
476 wdiff | [] [] [] [] [] [] [] |
477 wget | [] [] [] [] [] [] |
478 wyslij-po | [] [] [] [] |
479 xboard | [] [] [] [] |
480 xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] |
481 xkeyboard-config | [] [] [] [] [] [] [] |
482 +--------------------------------------------------+
483 da de el en en_GB en_ZA eo es et eu fa fi fr
484 120 130 32 1 6 0 94 95 22 13 4 103 136
485
486 ga gd gl gu he hi hr hu hy ia id is it ja ka kk
487 +-------------------------------------------------+
488 a2ps | [] [] [] [] |
489 aegis | [] |
490 anubis | [] [] [] [] |
491 aspell | [] [] [] [] [] |
492 bash | [] [] [] |
493 bfd | [] [] |
494 binutils | [] [] [] |
495 bison | [] |
496 bison-runtime | [] [] [] [] [] [] [] [] |
497 buzztrax | |
498 ccd2cue | [] |
499 ccide | [] [] |
500 cflow | [] [] [] |
501 clisp | |
502 coreutils | [] [] [] |
503 cpio | [] [] [] [] [] [] |
504 cppi | [] [] [] [] [] |
505 cpplib | [] [] |
506 cryptsetup | [] |
507 datamash | |
508 denemo | [] |
509 dfarc | [] [] [] |
510 dialog | [] [] [] [] [] [] [] [] [] [] |
511 dico | |
512 diffutils | [] [] [] [] |
513 dink | [] |
514 direvent | [] |
515 doodle | [] [] |
516 dos2unix | [] [] |
517 dos2unix-man | |
518 e2fsprogs | [] |
519 enscript | [] [] [] |
520 exif | [] [] [] [] [] [] |
521 fetchmail | [] [] [] |
522 findutils | [] [] [] [] [] [] [] |
523 flex | [] |
524 freedink | [] [] [] [] |
525 fusionforge | |
526 gas | [] |
527 gawk | [] () [] |
528 gcal | |
529 gcc | |
530 gdbm | |
531 gettext-examples | [] [] [] [] [] [] [] |
532 gettext-runtime | [] [] [] [] [] [] [] |
533 gettext-tools | [] [] [] |
534 gjay | [] |
535 glunarclock | [] [] [] [] [] [] |
536 gnubiff | [] [] () |
537 gnubik | [] [] [] |
538 gnucash | () () () () () [] |
539 gnuchess | |
540 gnulib | [] [] [] [] [] |
541 gnunet | |
542 gnunet-gtk | |
543 gold | [] [] |
544 gphoto2 | [] [] [] [] |
545 gprof | [] [] [] [] |
546 gramadoir | [] [] [] |
547 grep | [] [] [] [] [] [] [] |
548 grub | [] [] [] |
549 gsasl | [] [] [] [] [] |
550 gss | [] [] [] [] [] |
551 gst-plugins-bad | [] |
552 gst-plugins-base | [] [] [] [] |
553 gst-plugins-good | [] [] [] [] [] [] |
554 gst-plugins-ugly | [] [] [] [] [] [] |
555 gstreamer | [] [] [] [] [] |
556 gtick | [] [] [] [] [] |
557 gtkam | [] [] [] [] [] |
558 gtkspell | [] [] [] [] [] [] [] [] [] [] |
559 guix | |
560 guix-packages | |
561 gutenprint | [] [] [] |
562 hello | [] [] [] [] [] |
563 help2man | [] [] [] |
564 help2man-texi | |
565 hylafax | [] |
566 idutils | [] [] |
567 iso_15924 | [] [] [] [] [] [] |
568 iso_3166 | [] [] [] [] [] [] [] [] [] [] [] [] [] |
569 iso_3166_2 | [] [] |
570 iso_4217 | [] [] [] [] [] [] |
571 iso_639 | [] [] [] [] [] [] [] [] [] |
572 iso_639_3 | [] [] |
573 iso_639_5 | |
574 jwhois | [] [] [] [] |
575 kbd | [] [] [] |
576 klavaro | [] [] [] [] [] |
577 latrine | [] |
578 ld | [] [] [] [] |
579 leafpad | [] [] [] [] [] [] [] () |
580 libc | [] [] [] [] [] |
581 libexif | [] |
582 libextractor | |
583 libgnutls | [] |
584 libgphoto2 | [] [] |
585 libgphoto2_port | [] [] |
586 libgsasl | [] [] [] [] |
587 libiconv | [] [] [] [] [] [] [] |
588 libidn | [] [] [] [] |
589 liferea | [] [] [] [] [] |
590 lilypond | [] |
591 lordsawar | |
592 lprng | [] |
593 lynx | [] [] [] [] |
594 m4 | [] [] [] [] [] |
595 mailfromd | |
596 mailutils | |
597 make | [] [] [] [] |
598 man-db | [] [] |
599 man-db-manpages | [] [] |
600 midi-instruments | [] [] [] [] [] [] [] [] [] |
601 minicom | [] [] [] |
602 mkisofs | [] [] |
603 myserver | [] |
604 nano | [] [] [] [] [] |
605 opcodes | [] [] [] |
606 parted | [] [] [] [] |
607 pies | |
608 popt | [] [] [] [] [] [] [] [] [] [] |
609 procps-ng | |
610 procps-ng-man | |
611 psmisc | [] [] [] [] |
612 pspp | [] [] |
613 pushover | [] |
614 pwdutils | [] |
615 pyspread | |
616 radius | [] |
617 recode | [] [] [] [] [] [] [] |
618 recutils | |
619 rpm | [] |
620 rush | [] |
621 sarg | |
622 sed | [] [] [] [] [] [] [] |
623 sharutils | |
624 shishi | |
625 skribilo | [] |
626 solfege | [] [] |
627 solfege-manual | |
628 spotmachine | |
629 sudo | [] [] [] [] |
630 sudoers | [] [] [] |
631 sysstat | [] [] [] |
632 tar | [] [] [] [] [] [] |
633 texinfo | [] [] [] |
634 texinfo_document | [] [] |
635 tigervnc | |
636 tin | |
637 tin-man | |
638 tracgoogleappsa... | [] [] [] [] |
639 trader | [] [] |
640 util-linux | [] |
641 ve | [] |
642 vice | () () |
643 vmm | |
644 vorbis-tools | [] [] |
645 wastesedge | () |
646 wcd | |
647 wcd-man | |
648 wdiff | [] [] [] |
649 wget | [] [] [] |
650 wyslij-po | [] [] [] |
651 xboard | |
652 xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] [] [] [] [] |
653 xkeyboard-config | [] [] [] [] [] |
654 +-------------------------------------------------+
655 ga gd gl gu he hi hr hu hy ia id is it ja ka kk
656 35 2 47 4 8 2 53 69 2 6 80 11 86 58 0 3
657
658 kn ko ku ky lg lt lv mk ml mn mr ms mt nb ne nl
659 +--------------------------------------------------+
660 a2ps | [] [] |
661 aegis | [] |
662 anubis | [] [] [] |
663 aspell | [] [] |
664 bash | [] [] |
665 bfd | |
666 binutils | |
667 bison | [] |
668 bison-runtime | [] [] [] [] [] [] |
669 buzztrax | |
670 ccd2cue | |
671 ccide | [] [] |
672 cflow | [] |
673 clisp | [] |
674 coreutils | [] [] |
675 cpio | [] |
676 cppi | |
677 cpplib | [] |
678 cryptsetup | [] |
679 datamash | [] [] |
680 denemo | |
681 dfarc | [] [] |
682 dialog | [] [] [] [] [] [] |
683 dico | |
684 diffutils | [] [] [] |
685 dink | [] |
686 direvent | [] |
687 doodle | [] |
688 dos2unix | [] [] |
689 dos2unix-man | [] |
690 e2fsprogs | [] |
691 enscript | [] |
692 exif | [] [] |
693 fetchmail | [] |
694 findutils | [] [] |
695 flex | [] |
696 freedink | [] [] |
697 fusionforge | |
698 gas | |
699 gawk | [] |
700 gcal | |
701 gcc | |
702 gdbm | |
703 gettext-examples | [] [] [] [] [] [] |
704 gettext-runtime | [] [] |
705 gettext-tools | [] |
706 gjay | |
707 glunarclock | [] [] |
708 gnubiff | [] |
709 gnubik | [] [] |
710 gnucash | () () () () () () () [] |
711 gnuchess | [] [] |
712 gnulib | [] |
713 gnunet | |
714 gnunet-gtk | |
715 gold | |
716 gphoto2 | [] |
717 gprof | [] [] |
718 gramadoir | [] |
719 grep | [] [] |
720 grub | [] [] [] |
721 gsasl | [] |
722 gss | |
723 gst-plugins-bad | [] [] |
724 gst-plugins-base | [] [] [] |
725 gst-plugins-good | [] [] [] [] |
726 gst-plugins-ugly | [] [] [] [] [] |
727 gstreamer | [] [] |
728 gtick | [] |
729 gtkam | [] [] |
730 gtkspell | [] [] [] [] [] [] [] |
731 guix | |
732 guix-packages | |
733 gutenprint | [] |
734 hello | [] [] [] |
735 help2man | [] |
736 help2man-texi | |
737 hylafax | [] |
738 idutils | [] |
739 iso_15924 | () [] [] |
740 iso_3166 | [] [] [] () [] [] [] [] [] [] |
741 iso_3166_2 | () [] |
742 iso_4217 | () [] [] [] |
743 iso_639 | [] [] () [] [] [] [] |
744 iso_639_3 | [] () [] |
745 iso_639_5 | () |
746 jwhois | [] [] |
747 kbd | [] |
748 klavaro | [] [] |
749 latrine | |
750 ld | |
751 leafpad | [] [] [] [] [] |
752 libc | [] [] |
753 libexif | [] |
754 libextractor | [] |
755 libgnutls | [] [] |
756 libgphoto2 | [] |
757 libgphoto2_port | [] |
758 libgsasl | [] |
759 libiconv | [] [] |
760 libidn | [] |
761 liferea | [] [] [] |
762 lilypond | [] |
763 lordsawar | |
764 lprng | |
765 lynx | [] |
766 m4 | [] |
767 mailfromd | |
768 mailutils | |
769 make | [] [] |
770 man-db | [] |
771 man-db-manpages | [] |
772 midi-instruments | [] [] [] [] [] [] [] |
773 minicom | [] |
774 mkisofs | [] |
775 myserver | |
776 nano | [] [] [] |
777 opcodes | [] |
778 parted | [] |
779 pies | |
780 popt | [] [] [] [] [] |
781 procps-ng | |
782 procps-ng-man | |
783 psmisc | [] |
784 pspp | [] [] |
785 pushover | |
786 pwdutils | [] |
787 pyspread | |
788 radius | [] |
789 recode | [] [] |
790 recutils | [] |
791 rpm | [] |
792 rush | [] |
793 sarg | |
794 sed | [] [] |
795 sharutils | [] |
796 shishi | |
797 skribilo | |
798 solfege | [] [] |
799 solfege-manual | [] |
800 spotmachine | [] |
801 sudo | [] [] |
802 sudoers | [] [] |
803 sysstat | [] [] |
804 tar | [] [] [] |
805 texinfo | [] |
806 texinfo_document | [] |
807 tigervnc | [] |
808 tin | |
809 tin-man | |
810 tracgoogleappsa... | [] [] [] |
811 trader | [] |
812 util-linux | [] |
813 ve | [] |
814 vice | [] |
815 vmm | [] |
816 vorbis-tools | [] |
817 wastesedge | [] |
818 wcd | [] |
819 wcd-man | [] |
820 wdiff | [] |
821 wget | [] [] |
822 wyslij-po | [] |
823 xboard | [] |
824 xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] [] |
825 xkeyboard-config | [] [] [] |
826 +--------------------------------------------------+
827 kn ko ku ky lg lt lv mk ml mn mr ms mt nb ne nl
828 5 11 4 6 0 13 22 3 3 3 4 11 2 40 1 124
829
830 nn or os pa pl ps pt pt_BR ro ru rw sk sl sq sr
831 +--------------------------------------------------+
832 a2ps | [] [] [] [] [] [] [] |
833 aegis | [] [] |
834 anubis | [] [] [] |
835 aspell | [] [] [] [] [] [] [] |
836 bash | [] [] [] [] [] |
837 bfd | [] |
838 binutils | [] [] |
839 bison | [] [] [] |
840 bison-runtime | [] [] [] [] [] [] [] [] |
841 buzztrax | |
842 ccd2cue | [] |
843 ccide | [] [] [] |
844 cflow | [] [] |
845 clisp | [] |
846 coreutils | [] [] [] [] |
847 cpio | [] [] [] |
848 cppi | [] [] [] |
849 cpplib | [] [] [] |
850 cryptsetup | [] [] |
851 datamash | [] [] |
852 denemo | |
853 dfarc | [] [] [] |
854 dialog | [] [] [] [] [] [] [] |
855 dico | [] |
856 diffutils | [] [] |
857 dink | |
858 direvent | [] [] |
859 doodle | [] [] |
860 dos2unix | [] [] [] [] |
861 dos2unix-man | [] [] |
862 e2fsprogs | [] |
863 enscript | [] [] [] [] [] [] |
864 exif | [] [] [] [] [] [] |
865 fetchmail | [] [] [] |
866 findutils | [] [] [] [] [] |
867 flex | [] [] [] [] [] |
868 freedink | [] [] [] [] [] |
869 fusionforge | |
870 gas | |
871 gawk | [] |
872 gcal | |
873 gcc | |
874 gdbm | [] [] [] |
875 gettext-examples | [] [] [] [] [] [] [] [] |
876 gettext-runtime | [] [] [] [] [] [] [] [] [] |
877 gettext-tools | [] [] [] [] [] [] [] |
878 gjay | [] |
879 glunarclock | [] [] [] [] [] [] |
880 gnubiff | [] |
881 gnubik | [] [] [] [] |
882 gnucash | () () () () [] |
883 gnuchess | [] [] |
884 gnulib | [] [] [] [] [] |
885 gnunet | |
886 gnunet-gtk | |
887 gold | |
888 gphoto2 | [] [] [] [] [] |
889 gprof | [] [] [] [] |
890 gramadoir | [] [] |
891 grep | [] [] [] [] [] [] |
892 grub | [] [] [] [] [] |
893 gsasl | [] [] [] |
894 gss | [] [] [] [] |
895 gst-plugins-bad | [] [] [] [] |
896 gst-plugins-base | [] [] [] [] [] [] |
897 gst-plugins-good | [] [] [] [] [] [] [] |
898 gst-plugins-ugly | [] [] [] [] [] [] [] |
899 gstreamer | [] [] [] [] [] [] [] |
900 gtick | [] [] [] [] [] |
901 gtkam | [] [] [] [] [] [] |
902 gtkspell | [] [] [] [] [] [] [] [] [] |
903 guix | |
904 guix-packages | |
905 gutenprint | [] [] |
906 hello | [] [] [] [] [] [] |
907 help2man | [] [] [] [] |
908 help2man-texi | [] |
909 hylafax | |
910 idutils | [] [] [] |
911 iso_15924 | [] () [] [] [] [] |
912 iso_3166 | [] [] [] [] () [] [] [] [] [] [] [] [] |
913 iso_3166_2 | [] () [] |
914 iso_4217 | [] [] () [] [] [] [] [] |
915 iso_639 | [] [] [] () [] [] [] [] [] [] |
916 iso_639_3 | [] () |
917 iso_639_5 | () [] |
918 jwhois | [] [] [] [] |
919 kbd | [] [] |
920 klavaro | [] [] [] [] [] |
921 latrine | [] |
922 ld | |
923 leafpad | [] [] [] [] [] [] [] [] [] |
924 libc | [] [] [] |
925 libexif | [] () [] |
926 libextractor | [] |
927 libgnutls | [] |
928 libgphoto2 | [] |
929 libgphoto2_port | [] [] [] [] [] |
930 libgsasl | [] [] [] [] |
931 libiconv | [] [] [] [] [] |
932 libidn | [] [] [] |
933 liferea | [] [] [] [] () [] [] |
934 lilypond | |
935 lordsawar | |
936 lprng | [] |
937 lynx | [] [] |
938 m4 | [] [] [] [] [] |
939 mailfromd | [] |
940 mailutils | [] |
941 make | [] [] [] |
942 man-db | [] [] [] |
943 man-db-manpages | [] [] [] |
944 midi-instruments | [] [] [] [] [] [] [] [] |
945 minicom | [] [] [] [] |
946 mkisofs | [] [] [] |
947 myserver | [] [] |
948 nano | [] [] [] [] [] [] |
949 opcodes | |
950 parted | [] [] [] [] [] [] |
951 pies | [] |
952 popt | [] [] [] [] [] [] |
953 procps-ng | [] |
954 procps-ng-man | [] |
955 psmisc | [] [] [] [] |
956 pspp | [] [] |
957 pushover | |
958 pwdutils | [] |
959 pyspread | [] [] |
960 radius | [] [] |
961 recode | [] [] [] [] [] [] [] [] |
962 recutils | [] |
963 rpm | [] |
964 rush | [] [] [] |
965 sarg | [] [] |
966 sed | [] [] [] [] [] [] [] [] |
967 sharutils | [] [] [] |
968 shishi | [] [] |
969 skribilo | |
970 solfege | [] [] [] |
971 solfege-manual | [] [] |
972 spotmachine | [] [] |
973 sudo | [] [] [] [] [] [] |
974 sudoers | [] [] [] [] |
975 sysstat | [] [] [] [] [] |
976 tar | [] [] [] [] [] |
977 texinfo | [] [] [] |
978 texinfo_document | [] [] |
979 tigervnc | [] |
980 tin | [] |
981 tin-man | |
982 tracgoogleappsa... | [] [] [] [] |
983 trader | [] |
984 util-linux | [] [] |
985 ve | [] [] [] |
986 vice | |
987 vmm | |
988 vorbis-tools | [] [] [] |
989 wastesedge | |
990 wcd | |
991 wcd-man | |
992 wdiff | [] [] [] [] [] |
993 wget | [] [] [] [] |
994 wyslij-po | [] [] [] [] |
995 xboard | [] [] [] |
996 xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] [] [] [] |
997 xkeyboard-config | [] [] [] [] |
998 +--------------------------------------------------+
999 nn or os pa pl ps pt pt_BR ro ru rw sk sl sq sr
1000 7 3 1 6 114 1 12 83 32 80 3 38 45 7 94
1001
1002 sv sw ta te tg th tr uk ur vi wa wo zh_CN zh_HK
1003 +---------------------------------------------------+
1004 a2ps | [] [] [] [] [] |
1005 aegis | [] |
1006 anubis | [] [] [] [] |
1007 aspell | [] [] [] [] |
1008 bash | [] [] [] [] |
1009 bfd | [] [] |
1010 binutils | [] [] [] |
1011 bison | [] [] [] [] |
1012 bison-runtime | [] [] [] [] [] [] |
1013 buzztrax | [] [] [] |
1014 ccd2cue | [] [] [] |
1015 ccide | [] [] [] [] |
1016 cflow | [] [] [] [] |
1017 clisp | |
1018 coreutils | [] [] [] [] |
1019 cpio | [] [] [] [] [] |
1020 cppi | [] [] [] [] |
1021 cpplib | [] [] [] [] [] |
1022 cryptsetup | [] [] [] |
1023 datamash | [] [] [] |
1024 denemo | |
1025 dfarc | [] |
1026 dialog | [] [] [] [] [] [] |
1027 dico | [] |
1028 diffutils | [] [] [] [] [] |
1029 dink | |
1030 direvent | [] [] |
1031 doodle | [] [] |
1032 dos2unix | [] [] [] [] |
1033 dos2unix-man | [] [] [] |
1034 e2fsprogs | [] [] [] [] |
1035 enscript | [] [] [] [] |
1036 exif | [] [] [] [] [] |
1037 fetchmail | [] [] [] [] |
1038 findutils | [] [] [] [] [] |
1039 flex | [] [] [] [] |
1040 freedink | [] [] |
1041 fusionforge | |
1042 gas | [] |
1043 gawk | [] [] |
1044 gcal | [] [] |
1045 gcc | [] [] |
1046 gdbm | [] [] |
1047 gettext-examples | [] [] [] [] [] [] |
1048 gettext-runtime | [] [] [] [] [] [] |
1049 gettext-tools | [] [] [] [] [] |
1050 gjay | [] [] |
1051 glunarclock | [] [] [] [] |
1052 gnubiff | [] [] |
1053 gnubik | [] [] [] [] |
1054 gnucash | () () () () [] |
1055 gnuchess | [] [] |
1056 gnulib | [] [] [] [] |
1057 gnunet | |
1058 gnunet-gtk | |
1059 gold | [] [] |
1060 gphoto2 | [] [] [] [] |
1061 gprof | [] [] [] [] |
1062 gramadoir | [] [] [] |
1063 grep | [] [] [] [] [] |
1064 grub | [] [] [] [] |
1065 gsasl | [] [] [] [] |
1066 gss | [] [] [] |
1067 gst-plugins-bad | [] [] [] [] |
1068 gst-plugins-base | [] [] [] [] [] |
1069 gst-plugins-good | [] [] [] [] [] |
1070 gst-plugins-ugly | [] [] [] [] [] |
1071 gstreamer | [] [] [] [] [] |
1072 gtick | [] [] [] |
1073 gtkam | [] [] [] [] |
1074 gtkspell | [] [] [] [] [] [] [] [] |
1075 guix | [] |
1076 guix-packages | |
1077 gutenprint | [] [] [] [] |
1078 hello | [] [] [] [] [] [] |
1079 help2man | [] [] [] |
1080 help2man-texi | [] |
1081 hylafax | [] |
1082 idutils | [] [] [] |
1083 iso_15924 | [] () [] [] () [] |
1084 iso_3166 | [] [] () [] [] () [] [] [] |
1085 iso_3166_2 | () [] [] () [] |
1086 iso_4217 | [] () [] [] () [] [] |
1087 iso_639 | [] [] [] () [] [] () [] [] [] |
1088 iso_639_3 | [] () [] [] () |
1089 iso_639_5 | () [] () |
1090 jwhois | [] [] [] [] |
1091 kbd | [] [] [] |
1092 klavaro | [] [] [] [] [] [] |
1093 latrine | [] [] |
1094 ld | [] [] [] [] [] |
1095 leafpad | [] [] [] [] [] [] |
1096 libc | [] [] [] [] [] |
1097 libexif | [] () |
1098 libextractor | [] [] |
1099 libgnutls | [] [] [] [] |
1100 libgphoto2 | [] [] |
1101 libgphoto2_port | [] [] [] [] |
1102 libgsasl | [] [] [] [] |
1103 libiconv | [] [] [] [] [] |
1104 libidn | () [] [] [] |
1105 liferea | [] [] [] [] [] |
1106 lilypond | [] |
1107 lordsawar | |
1108 lprng | [] |
1109 lynx | [] [] [] [] |
1110 m4 | [] [] [] |
1111 mailfromd | [] [] |
1112 mailutils | [] |
1113 make | [] [] [] [] |
1114 man-db | [] [] |
1115 man-db-manpages | [] |
1116 midi-instruments | [] [] [] [] [] [] |
1117 minicom | [] [] |
1118 mkisofs | [] [] [] |
1119 myserver | [] |
1120 nano | [] [] [] [] |
1121 opcodes | [] [] [] |
1122 parted | [] [] [] [] [] |
1123 pies | [] [] |
1124 popt | [] [] [] [] [] [] [] |
1125 procps-ng | [] [] |
1126 procps-ng-man | [] |
1127 psmisc | [] [] [] [] |
1128 pspp | [] [] [] |
1129 pushover | [] |
1130 pwdutils | [] [] |
1131 pyspread | [] |
1132 radius | [] [] |
1133 recode | [] [] [] [] |
1134 recutils | [] [] [] |
1135 rpm | [] [] [] [] |
1136 rush | [] [] |
1137 sarg | |
1138 sed | [] [] [] [] [] |
1139 sharutils | [] [] [] |
1140 shishi | [] [] |
1141 skribilo | [] |
1142 solfege | [] [] [] |
1143 solfege-manual | [] |
1144 spotmachine | [] [] [] |
1145 sudo | [] [] [] [] |
1146 sudoers | [] [] [] |
1147 sysstat | [] [] [] [] [] |
1148 tar | [] [] [] [] [] |
1149 texinfo | [] [] [] |
1150 texinfo_document | [] |
1151 tigervnc | [] [] |
1152 tin | [] |
1153 tin-man | |
1154 tracgoogleappsa... | [] [] [] [] [] |
1155 trader | [] |
1156 util-linux | [] [] [] |
1157 ve | [] [] [] [] |
1158 vice | () () |
1159 vmm | |
1160 vorbis-tools | [] [] |
1161 wastesedge | |
1162 wcd | [] [] [] |
1163 wcd-man | [] |
1164 wdiff | [] [] [] [] |
1165 wget | [] [] [] |
1166 wyslij-po | [] [] |
1167 xboard | [] |
1168 xdg-user-dirs | [] [] [] [] [] [] [] [] [] |
1169 xkeyboard-config | [] [] [] [] |
1170 +---------------------------------------------------+
1171 sv sw ta te tg th tr uk ur vi wa wo zh_CN zh_HK
1172 91 1 4 3 0 13 50 113 1 126 7 1 95 7
1173
1174 zh_TW
1175 +-------+
1176 a2ps | | 30
1177 aegis | | 9
1178 anubis | | 19
1179 aspell | | 28
1180 bash | [] | 21
1181 bfd | | 9
1182 binutils | | 12
1183 bison | [] | 18
1184 bison-runtime | [] | 38
1185 buzztrax | | 8
1186 ccd2cue | | 8
1187 ccide | | 17
1188 cflow | | 15
1189 clisp | | 10
1190 coreutils | | 20
1191 cpio | | 20
1192 cppi | | 17
1193 cpplib | [] | 19
1194 cryptsetup | | 13
1195 datamash | | 11
1196 denemo | | 4
1197 dfarc | | 16
1198 dialog | [] | 42
1199 dico | | 6
1200 diffutils | | 21
1201 dink | | 9
1202 direvent | | 10
1203 doodle | | 12
1204 dos2unix | [] | 18
1205 dos2unix-man | | 9
1206 e2fsprogs | | 14
1207 enscript | | 21
1208 exif | | 26
1209 fetchmail | | 19
1210 findutils | | 28
1211 flex | [] | 19
1212 freedink | | 23
1213 fusionforge | | 3
1214 gas | | 5
1215 gawk | | 12
1216 gcal | | 7
1217 gcc | | 4
1218 gdbm | | 10
1219 gettext-examples | [] | 40
1220 gettext-runtime | [] | 34
1221 gettext-tools | [] | 24
1222 gjay | | 8
1223 glunarclock | [] | 27
1224 gnubiff | | 9
1225 gnubik | | 19
1226 gnucash | () | 7
1227 gnuchess | | 10
1228 gnulib | | 23
1229 gnunet | | 1
1230 gnunet-gtk | | 1
1231 gold | | 7
1232 gphoto2 | [] | 19
1233 gprof | | 21
1234 gramadoir | | 14
1235 grep | [] | 31
1236 grub | | 21
1237 gsasl | [] | 19
1238 gss | | 17
1239 gst-plugins-bad | | 14
1240 gst-plugins-base | | 27
1241 gst-plugins-good | | 32
1242 gst-plugins-ugly | | 34
1243 gstreamer | [] | 31
1244 gtick | | 19
1245 gtkam | | 24
1246 gtkspell | [] | 48
1247 guix | | 3
1248 guix-packages | | 0
1249 gutenprint | | 15
1250 hello | [] | 30
1251 help2man | | 18
1252 help2man-texi | | 5
1253 hylafax | | 5
1254 idutils | | 14
1255 iso_15924 | [] | 23
1256 iso_3166 | [] | 58
1257 iso_3166_2 | | 9
1258 iso_4217 | [] | 28
1259 iso_639 | [] | 46
1260 iso_639_3 | | 10
1261 iso_639_5 | | 2
1262 jwhois | [] | 20
1263 kbd | | 16
1264 klavaro | | 30
1265 latrine | | 7
1266 ld | [] | 15
1267 leafpad | [] | 40
1268 libc | [] | 24
1269 libexif | | 9
1270 libextractor | | 5
1271 libgnutls | | 13
1272 libgphoto2 | | 9
1273 libgphoto2_port | [] | 19
1274 libgsasl | | 18
1275 libiconv | [] | 29
1276 libidn | | 17
1277 liferea | | 29
1278 lilypond | | 11
1279 lordsawar | | 3
1280 lprng | | 3
1281 lynx | | 19
1282 m4 | [] | 22
1283 mailfromd | | 4
1284 mailutils | | 6
1285 make | | 19
1286 man-db | | 14
1287 man-db-manpages | | 9
1288 midi-instruments | [] | 43
1289 minicom | [] | 17
1290 mkisofs | | 13
1291 myserver | | 9
1292 nano | [] | 29
1293 opcodes | | 12
1294 parted | [] | 21
1295 pies | | 4
1296 popt | [] | 36
1297 procps-ng | | 5
1298 procps-ng-man | | 4
1299 psmisc | [] | 22
1300 pspp | | 13
1301 pushover | | 6
1302 pwdutils | | 8
1303 pyspread | | 6
1304 radius | | 9
1305 recode | | 31
1306 recutils | | 9
1307 rpm | [] | 13
1308 rush | | 10
1309 sarg | | 4
1310 sed | [] | 34
1311 sharutils | | 12
1312 shishi | | 7
1313 skribilo | | 4
1314 solfege | | 19
1315 solfege-manual | | 9
1316 spotmachine | | 10
1317 sudo | | 24
1318 sudoers | | 20
1319 sysstat | | 22
1320 tar | [] | 30
1321 texinfo | | 17
1322 texinfo_document | | 11
1323 tigervnc | | 11
1324 tin | [] | 7
1325 tin-man | | 1
1326 tracgoogleappsa... | [] | 22
1327 trader | | 11
1328 util-linux | | 12
1329 ve | | 14
1330 vice | | 1
1331 vmm | | 3
1332 vorbis-tools | | 13
1333 wastesedge | | 2
1334 wcd | | 8
1335 wcd-man | | 3
1336 wdiff | [] | 23
1337 wget | | 19
1338 wyslij-po | | 14
1339 xboard | | 9
1340 xdg-user-dirs | [] | 68
1341 xkeyboard-config | [] | 27
1342 +-------+
1343 90 teams zh_TW
1344 166 domains 42 2748
1345
1346 Some counters in the preceding matrix are higher than the number of
1347 visible blocks let us expect. This is because a few extra PO files are
1348 used for implementing regional variants of languages, or language
1349 dialects.
1350
1351 For a PO file in the matrix above to be effective, the package to
1352 which it applies should also have been internationalized and distributed
1353 as such by its maintainer. There might be an observable lag between the
1354 mere existence a PO file and its wide availability in a distribution.
1355
1356 If Jun 2014 seems to be old, you may fetch a more recent copy of this
1357 'ABOUT-NLS' file on most GNU archive sites. The most up-to-date matrix
1358 with full percentage details can be found at
1359 'http://translationproject.org/extra/matrix.html'.
1360
1361 1.5 Using 'gettext' in new packages
1362 ===================================
1363
1364 If you are writing a freely available program and want to
1365 internationalize it you are welcome to use GNU 'gettext' in your
1366 package. Of course you have to respect the GNU Lesser General Public
1367 License which covers the use of the GNU 'gettext' library. This means
1368 in particular that even non-free programs can use 'libintl' as a shared
1369 library, whereas only free software can use 'libintl' as a static
1370 library or use modified versions of 'libintl'.
1371
1372 Once the sources are changed appropriately and the setup can handle
1373 the use of 'gettext' the only thing missing are the translations. The
1374 Free Translation Project is also available for packages which are not
1375 developed inside the GNU project. Therefore the information given above
1376 applies also for every other Free Software Project. Contact
1377 'coordinator@translationproject.org' to make the '.pot' files available
1378 to the translation teams.
0 2015-10-14 gettextize <bug-gnu-gettext@gnu.org>
1
2 * configure.ac (AC_CONFIG_FILES): Add po/Makefile.in.
3
4 2015-10-10 gettextize <bug-gnu-gettext@gnu.org>
5
6 * Makefile.am (EXTRA_DIST): Add config.rpath.
7 * configure.ac (AC_CONFIG_FILES): Add po/Makefile.in.
8
0 # Makefile.in generated by automake 1.15 from Makefile.am.
1 # @configure_input@
2
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
4
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 @SET_MAKE@
15
16 # This file is part of avahi.
17 #
18 # avahi is free software; you can redistribute it and/or modify it
19 # under the terms of the GNU Lesser General Public License as
20 # published by the Free Software Foundation; either version 2 of the
21 # License, or (at your option) any later version.
22 #
23 # avahi is distributed in the hope that it will be useful, but WITHOUT
24 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
25 # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
26 # License for more details.
27 #
28 # You should have received a copy of the GNU Lesser General Public
29 # License along with avahi; if not, write to the Free Software
30 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
31 # USA.
32
33 # Copyright (C) 2004 Oren Ben-Kiki
34 # This file is distributed under the same terms as the Automake macro files.
35
36 # Generate automatic documentation using Doxygen. Goals and variables values
37 # are controlled by the various DX_COND_??? conditionals set by autoconf.
38 #
39 # The provided goals are:
40 # doxygen-doc: Generate all doxygen documentation.
41 # doxygen-run: Run doxygen, which will generate some of the documentation
42 # (HTML, CHM, CHI, MAN, RTF, XML) but will not do the post
43 # processing required for the rest of it (PS, PDF, and some MAN).
44 # doxygen-man: Rename some doxygen generated man pages.
45 # doxygen-ps: Generate doxygen PostScript documentation.
46 # doxygen-pdf: Generate doxygen PDF documentation.
47 #
48 # Note that by default these are not integrated into the automake goals. If
49 # doxygen is used to generate man pages, you can achieve this integration by
50 # setting man3_MANS to the list of man pages generated and then adding the
51 # dependency:
52 #
53 # $(man3_MANS): doxygen-doc
54 #
55 # This will cause make to run doxygen and generate all the documentation.
56 #
57 # The following variable is intended for use in Makefile.am:
58 #
59 # DX_CLEANFILES = everything to clean.
60 #
61 # This is usually added to MOSTLYCLEANFILES.
62
63 VPATH = @srcdir@
64 am__is_gnu_make = { \
65 if test -z '$(MAKELEVEL)'; then \
66 false; \
67 elif test -n '$(MAKE_HOST)'; then \
68 true; \
69 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
70 true; \
71 else \
72 false; \
73 fi; \
74 }
75 am__make_running_with_option = \
76 case $${target_option-} in \
77 ?) ;; \
78 *) echo "am__make_running_with_option: internal error: invalid" \
79 "target option '$${target_option-}' specified" >&2; \
80 exit 1;; \
81 esac; \
82 has_opt=no; \
83 sane_makeflags=$$MAKEFLAGS; \
84 if $(am__is_gnu_make); then \
85 sane_makeflags=$$MFLAGS; \
86 else \
87 case $$MAKEFLAGS in \
88 *\\[\ \ ]*) \
89 bs=\\; \
90 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
91 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
92 esac; \
93 fi; \
94 skip_next=no; \
95 strip_trailopt () \
96 { \
97 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
98 }; \
99 for flg in $$sane_makeflags; do \
100 test $$skip_next = yes && { skip_next=no; continue; }; \
101 case $$flg in \
102 *=*|--*) continue;; \
103 -*I) strip_trailopt 'I'; skip_next=yes;; \
104 -*I?*) strip_trailopt 'I';; \
105 -*O) strip_trailopt 'O'; skip_next=yes;; \
106 -*O?*) strip_trailopt 'O';; \
107 -*l) strip_trailopt 'l'; skip_next=yes;; \
108 -*l?*) strip_trailopt 'l';; \
109 -[dEDm]) skip_next=yes;; \
110 -[JT]) skip_next=yes;; \
111 esac; \
112 case $$flg in \
113 *$$target_option*) has_opt=yes; break;; \
114 esac; \
115 done; \
116 test $$has_opt = yes
117 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
118 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
119 pkgdatadir = $(datadir)/@PACKAGE@
120 pkgincludedir = $(includedir)/@PACKAGE@
121 pkglibdir = $(libdir)/@PACKAGE@
122 pkglibexecdir = $(libexecdir)/@PACKAGE@
123 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
124 install_sh_DATA = $(install_sh) -c -m 644
125 install_sh_PROGRAM = $(install_sh) -c
126 install_sh_SCRIPT = $(install_sh) -c
127 INSTALL_HEADER = $(INSTALL_DATA)
128 transform = $(program_transform_name)
129 NORMAL_INSTALL = :
130 PRE_INSTALL = :
131 POST_INSTALL = :
132 NORMAL_UNINSTALL = :
133 PRE_UNINSTALL = :
134 POST_UNINSTALL = :
135 build_triplet = @build@
136 host_triplet = @host@
137 @HAVE_QT3_TRUE@am__append_1 = \
138 @HAVE_QT3_TRUE@ $(srcdir)/avahi-qt/qt-watch.h
139
140 @HAVE_QT3_FALSE@@HAVE_QT4_TRUE@am__append_2 = \
141 @HAVE_QT3_FALSE@@HAVE_QT4_TRUE@ $(srcdir)/avahi-qt/qt-watch.h
142
143 @HAVE_GLIB_TRUE@am__append_3 = \
144 @HAVE_GLIB_TRUE@ $(srcdir)/avahi-glib/glib-watch.h \
145 @HAVE_GLIB_TRUE@ $(srcdir)/avahi-glib/glib-malloc.h
146
147 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GOBJECT_TRUE@am__append_4 = \
148 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GOBJECT_TRUE@ $(srcdir)/avahi-gobject/ga-client.h \
149 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GOBJECT_TRUE@ $(srcdir)/avahi-gobject/ga-entry-group.h \
150 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GOBJECT_TRUE@ $(srcdir)/avahi-gobject/ga-enums.h \
151 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GOBJECT_TRUE@ $(srcdir)/avahi-gobject/ga-error.h \
152 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GOBJECT_TRUE@ $(srcdir)/avahi-gobject/ga-record-browser.h \
153 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GOBJECT_TRUE@ $(srcdir)/avahi-gobject/ga-service-browser.h \
154 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GOBJECT_TRUE@ $(srcdir)/avahi-gobject/ga-service-resolver.h
155
156 @HAVE_DBUS_TRUE@am__append_5 = \
157 @HAVE_DBUS_TRUE@ $(srcdir)/avahi-client/client.h \
158 @HAVE_DBUS_TRUE@ $(srcdir)/avahi-client/lookup.h \
159 @HAVE_DBUS_TRUE@ $(srcdir)/avahi-client/publish.h
160
161 @HAVE_DBUS_TRUE@@HAVE_GTK_TRUE@am__append_6 = \
162 @HAVE_DBUS_TRUE@@HAVE_GTK_TRUE@ $(srcdir)/avahi-ui/avahi-ui.h
163
164 @ENABLE_CORE_DOCS_TRUE@am__append_7 = \
165 @ENABLE_CORE_DOCS_TRUE@ $(srcdir)/avahi-core/core.h \
166 @ENABLE_CORE_DOCS_TRUE@ $(srcdir)/avahi-core/lookup.h \
167 @ENABLE_CORE_DOCS_TRUE@ $(srcdir)/avahi-core/publish.h \
168 @ENABLE_CORE_DOCS_TRUE@ $(srcdir)/avahi-core/rr.h \
169 @ENABLE_CORE_DOCS_TRUE@ $(srcdir)/avahi-core/log.h
170
171 @HAVE_GTK_TRUE@am__append_8 = \
172 @HAVE_GTK_TRUE@ $(srcdir)/avahi-ui/avahi-ui.h
173
174 @HAVE_DBUS_TRUE@am__append_9 = avahi-client.pc
175 @HAVE_DBUS_TRUE@am__append_10 = avahi-client.pc
176 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@am__append_11 = avahi-compat-howl.pc
177 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@am__append_12 = avahi-compat-howl.pc
178 @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@am__append_13 = avahi-compat-libdns_sd.pc
179 @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@am__append_14 = avahi-compat-libdns_sd.pc
180 @HAVE_DBUS_TRUE@@HAVE_MONO_TRUE@am__append_15 = avahi-sharp.pc avahi-ui-sharp.pc
181 @HAVE_DBUS_TRUE@@HAVE_MONO_TRUE@am__append_16 = avahi-sharp.pc avahi-ui-sharp.pc
182 @HAVE_GLIB_TRUE@am__append_17 = avahi-glib.pc
183 @HAVE_GLIB_TRUE@am__append_18 = avahi-glib.pc
184 @HAVE_GLIB_TRUE@@HAVE_GOBJECT_TRUE@am__append_19 = avahi-gobject.pc
185 @HAVE_GLIB_TRUE@@HAVE_GOBJECT_TRUE@am__append_20 = avahi-gobject.pc
186 @HAVE_DBUS_TRUE@@HAVE_GTK_TRUE@am__append_21 = avahi-ui.pc
187 @HAVE_DBUS_TRUE@@HAVE_GTK_TRUE@am__append_22 = avahi-ui.pc
188 @HAVE_DBUS_TRUE@@HAVE_GTK3_TRUE@am__append_23 = avahi-ui-gtk3.pc
189 @HAVE_DBUS_TRUE@@HAVE_GTK3_TRUE@am__append_24 = avahi-ui-gtk3.pc
190 @HAVE_QT3_TRUE@am__append_25 = avahi-qt3.pc
191 @HAVE_QT3_TRUE@am__append_26 = avahi-qt3.pc
192 @HAVE_QT4_TRUE@am__append_27 = avahi-qt4.pc
193 @HAVE_QT4_TRUE@am__append_28 = avahi-qt4.pc
194 subdir = .
195 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
196 am__aclocal_m4_deps = $(top_srcdir)/common/acx_pthread.m4 \
197 $(top_srcdir)/common/gcc_stack_protect.m4 \
198 $(top_srcdir)/common/gcc_visibility.m4 \
199 $(top_srcdir)/common/intltool.m4 \
200 $(top_srcdir)/common/introspection.m4 \
201 $(top_srcdir)/common/libtool.m4 \
202 $(top_srcdir)/common/ltoptions.m4 \
203 $(top_srcdir)/common/ltsugar.m4 \
204 $(top_srcdir)/common/ltversion.m4 \
205 $(top_srcdir)/common/lt~obsolete.m4 \
206 $(top_srcdir)/common/nls.m4 $(top_srcdir)/common/python.m4 \
207 $(top_srcdir)/acinclude.m4 $(top_srcdir)/common/doxygen.m4 \
208 $(top_srcdir)/configure.ac
209 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
210 $(ACLOCAL_M4)
211 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
212 $(am__configure_deps) $(am__DIST_COMMON)
213 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
214 configure.lineno config.status.lineno
215 mkinstalldirs = $(install_sh) -d
216 CONFIG_HEADER = config.h
217 CONFIG_CLEAN_FILES =
218 CONFIG_CLEAN_VPATH_FILES =
219 AM_V_P = $(am__v_P_@AM_V@)
220 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
221 am__v_P_0 = false
222 am__v_P_1 = :
223 AM_V_GEN = $(am__v_GEN_@AM_V@)
224 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
225 am__v_GEN_0 = @echo " GEN " $@;
226 am__v_GEN_1 =
227 AM_V_at = $(am__v_at_@AM_V@)
228 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
229 am__v_at_0 = @
230 am__v_at_1 =
231 SOURCES =
232 DIST_SOURCES =
233 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
234 ctags-recursive dvi-recursive html-recursive info-recursive \
235 install-data-recursive install-dvi-recursive \
236 install-exec-recursive install-html-recursive \
237 install-info-recursive install-pdf-recursive \
238 install-ps-recursive install-recursive installcheck-recursive \
239 installdirs-recursive pdf-recursive ps-recursive \
240 tags-recursive uninstall-recursive
241 am__can_run_installinfo = \
242 case $$AM_UPDATE_INFO_DIR in \
243 n|no|NO) false;; \
244 *) (install-info --version) >/dev/null 2>&1;; \
245 esac
246 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
247 am__vpath_adj = case $$p in \
248 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
249 *) f=$$p;; \
250 esac;
251 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
252 am__install_max = 40
253 am__nobase_strip_setup = \
254 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
255 am__nobase_strip = \
256 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
257 am__nobase_list = $(am__nobase_strip_setup); \
258 for p in $$list; do echo "$$p $$p"; done | \
259 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
260 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
261 if (++n[$$2] == $(am__install_max)) \
262 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
263 END { for (dir in files) print dir, files[dir] }'
264 am__base_list = \
265 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
266 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
267 am__uninstall_files_from_dir = { \
268 test -z "$$files" \
269 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
270 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
271 $(am__cd) "$$dir" && rm -f $$files; }; \
272 }
273 am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
274 DATA = $(pkgconfig_DATA)
275 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
276 distclean-recursive maintainer-clean-recursive
277 am__recursive_targets = \
278 $(RECURSIVE_TARGETS) \
279 $(RECURSIVE_CLEAN_TARGETS) \
280 $(am__extra_recursive_targets)
281 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
282 cscope distdir dist dist-all distcheck
283 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
284 $(LISP)config.h.in
285 # Read a list of newline-separated strings from the standard input,
286 # and print each of them once, without duplicates. Input order is
287 # *not* preserved.
288 am__uniquify_input = $(AWK) '\
289 BEGIN { nonempty = 0; } \
290 { items[$$0] = 1; nonempty = 1; } \
291 END { if (nonempty) { for (i in items) print i; }; } \
292 '
293 # Make sure the list of sources is unique. This is necessary because,
294 # e.g., the same source file might be shared among _SOURCES variables
295 # for different programs/libraries.
296 am__define_uniq_tagged_files = \
297 list='$(am__tagged_files)'; \
298 unique=`for i in $$list; do \
299 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
300 done | $(am__uniquify_input)`
301 ETAGS = etags
302 CTAGS = ctags
303 CSCOPE = cscope
304 DIST_SUBDIRS = $(SUBDIRS)
305 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/common/doxygen.mk \
306 $(srcdir)/config.h.in ABOUT-NLS ChangeLog README compile \
307 config.guess config.rpath config.sub install-sh ltmain.sh \
308 missing py-compile
309 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
310 distdir = $(PACKAGE)-$(VERSION)
311 top_distdir = $(distdir)
312 am__remove_distdir = \
313 if test -d "$(distdir)"; then \
314 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
315 && rm -rf "$(distdir)" \
316 || { sleep 5 && rm -rf "$(distdir)"; }; \
317 else :; fi
318 am__post_remove_distdir = $(am__remove_distdir)
319 am__relativize = \
320 dir0=`pwd`; \
321 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
322 sed_rest='s,^[^/]*/*,,'; \
323 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
324 sed_butlast='s,/*[^/]*$$,,'; \
325 while test -n "$$dir1"; do \
326 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
327 if test "$$first" != "."; then \
328 if test "$$first" = ".."; then \
329 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
330 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
331 else \
332 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
333 if test "$$first2" = "$$first"; then \
334 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
335 else \
336 dir2="../$$dir2"; \
337 fi; \
338 dir0="$$dir0"/"$$first"; \
339 fi; \
340 fi; \
341 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
342 done; \
343 reldir="$$dir2"
344 DIST_ARCHIVES = $(distdir).tar.gz
345 GZIP_ENV = --best
346 DIST_TARGETS = dist-gzip
347 distuninstallcheck_listfiles = find . -type f -print
348 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
349 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
350 distcleancheck_listfiles = find . -type f -print
351 ACLOCAL = @ACLOCAL@
352 ALL_LINGUAS = @ALL_LINGUAS@
353 AMTAR = @AMTAR@
354 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
355 AR = @AR@
356 AUTOCONF = @AUTOCONF@
357 AUTOHEADER = @AUTOHEADER@
358 AUTOMAKE = @AUTOMAKE@
359 AVAHI_AUTOIPD_GROUP = @AVAHI_AUTOIPD_GROUP@
360 AVAHI_AUTOIPD_USER = @AVAHI_AUTOIPD_USER@
361 AVAHI_GROUP = @AVAHI_GROUP@
362 AVAHI_PRIV_ACCESS_GROUP = @AVAHI_PRIV_ACCESS_GROUP@
363 AVAHI_USER = @AVAHI_USER@
364 AWK = @AWK@
365 CATALOGS = @CATALOGS@
366 CATOBJEXT = @CATOBJEXT@
367 CC = @CC@
368 CCDEPMODE = @CCDEPMODE@
369 CFLAGS = @CFLAGS@
370 CPP = @CPP@
371 CPPFLAGS = @CPPFLAGS@
372 CXX = @CXX@
373 CXXCPP = @CXXCPP@
374 CXXDEPMODE = @CXXDEPMODE@
375 CXXFLAGS = @CXXFLAGS@
376 CYGPATH_W = @CYGPATH_W@
377 DATADIRNAME = @DATADIRNAME@
378 DBUS_CFLAGS = @DBUS_CFLAGS@
379 DBUS_LIBS = @DBUS_LIBS@
380 DBUS_SYSTEM_BUS_DEFAULT_ADDRESS = @DBUS_SYSTEM_BUS_DEFAULT_ADDRESS@
381 DBUS_SYS_DIR = @DBUS_SYS_DIR@
382 DEFS = @DEFS@
383 DEPDIR = @DEPDIR@
384 DLLTOOL = @DLLTOOL@
385 DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
386 DSYMUTIL = @DSYMUTIL@
387 DUMPBIN = @DUMPBIN@
388 DX_CONFIG = @DX_CONFIG@
389 DX_DOCDIR = @DX_DOCDIR@
390 DX_DOT = @DX_DOT@
391 DX_DOXYGEN = @DX_DOXYGEN@
392 DX_DVIPS = @DX_DVIPS@
393 DX_EGREP = @DX_EGREP@
394 DX_ENV = @DX_ENV@
395 DX_FLAG_chi = @DX_FLAG_chi@
396 DX_FLAG_chm = @DX_FLAG_chm@
397 DX_FLAG_doc = @DX_FLAG_doc@
398 DX_FLAG_dot = @DX_FLAG_dot@
399 DX_FLAG_html = @DX_FLAG_html@
400 DX_FLAG_man = @DX_FLAG_man@
401 DX_FLAG_pdf = @DX_FLAG_pdf@
402 DX_FLAG_ps = @DX_FLAG_ps@
403 DX_FLAG_rtf = @DX_FLAG_rtf@
404 DX_FLAG_xml = @DX_FLAG_xml@
405 DX_HHC = @DX_HHC@
406 DX_LATEX = @DX_LATEX@
407 DX_MAKEINDEX = @DX_MAKEINDEX@
408 DX_PDFLATEX = @DX_PDFLATEX@
409 DX_PERL = @DX_PERL@
410 DX_PROJECT = @DX_PROJECT@
411 ECHO_C = @ECHO_C@
412 ECHO_N = @ECHO_N@
413 ECHO_T = @ECHO_T@
414 EGREP = @EGREP@
415 EXEEXT = @EXEEXT@
416 FGREP = @FGREP@
417 GACUTIL = @GACUTIL@
418 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
419 GLIB20_CFLAGS = @GLIB20_CFLAGS@
420 GLIB20_LIBS = @GLIB20_LIBS@
421 GMOFILES = @GMOFILES@
422 GMSGFMT = @GMSGFMT@
423 GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
424 GOBJECT_LIBS = @GOBJECT_LIBS@
425 GREP = @GREP@
426 GTK20_CFLAGS = @GTK20_CFLAGS@
427 GTK20_LIBS = @GTK20_LIBS@
428 GTK30_CFLAGS = @GTK30_CFLAGS@
429 GTK30_LIBS = @GTK30_LIBS@
430 HOWL_COMPAT_VERSION = @HOWL_COMPAT_VERSION@
431 INSTALL = @INSTALL@
432 INSTALL_DATA = @INSTALL_DATA@
433 INSTALL_PROGRAM = @INSTALL_PROGRAM@
434 INSTALL_SCRIPT = @INSTALL_SCRIPT@
435 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
436 INSTOBJEXT = @INSTOBJEXT@
437 INTLLIBS = @INTLLIBS@
438 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
439 INTLTOOL_MERGE = @INTLTOOL_MERGE@
440 INTLTOOL_PERL = @INTLTOOL_PERL@
441 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
442 INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
443 INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
444 INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
445 INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
446 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
447 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
448 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
449 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
450 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
451 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
452 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
453 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
454 LD = @LD@
455 LDFLAGS = @LDFLAGS@
456 LIBAVAHI_CLIENT_VERSION_INFO = @LIBAVAHI_CLIENT_VERSION_INFO@
457 LIBAVAHI_COMMON_VERSION_INFO = @LIBAVAHI_COMMON_VERSION_INFO@
458 LIBAVAHI_COMPAT_HOWL_VERSION_INFO = @LIBAVAHI_COMPAT_HOWL_VERSION_INFO@
459 LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO = @LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO@
460 LIBAVAHI_CORE_VERSION_INFO = @LIBAVAHI_CORE_VERSION_INFO@
461 LIBAVAHI_GLIB_VERSION_INFO = @LIBAVAHI_GLIB_VERSION_INFO@
462 LIBAVAHI_GOBJECT_VERSION_INFO = @LIBAVAHI_GOBJECT_VERSION_INFO@
463 LIBAVAHI_QT3_VERSION_INFO = @LIBAVAHI_QT3_VERSION_INFO@
464 LIBAVAHI_QT4_VERSION_INFO = @LIBAVAHI_QT4_VERSION_INFO@
465 LIBAVAHI_UI_VERSION_INFO = @LIBAVAHI_UI_VERSION_INFO@
466 LIBDAEMON_CFLAGS = @LIBDAEMON_CFLAGS@
467 LIBDAEMON_LIBS = @LIBDAEMON_LIBS@
468 LIBOBJS = @LIBOBJS@
469 LIBS = @LIBS@
470 LIBTOOL = @LIBTOOL@
471 LIPO = @LIPO@
472 LN_S = @LN_S@
473 LTLIBOBJS = @LTLIBOBJS@
474 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
475 MAKEINFO = @MAKEINFO@
476 MANIFEST_TOOL = @MANIFEST_TOOL@
477 MCS = @MCS@
478 MDASSEMBLER = @MDASSEMBLER@
479 MKDIR_P = @MKDIR_P@
480 MKINSTALLDIRS = @MKINSTALLDIRS@
481 MOC_QT3 = @MOC_QT3@
482 MOC_QT4 = @MOC_QT4@
483 MONODOCER = @MONODOCER@
484 MONODOC_CFLAGS = @MONODOC_CFLAGS@
485 MONODOC_DIR = @MONODOC_DIR@
486 MONODOC_LIBS = @MONODOC_LIBS@
487 MSGFMT = @MSGFMT@
488 MSGFMT_OPTS = @MSGFMT_OPTS@
489 MSGMERGE = @MSGMERGE@
490 NM = @NM@
491 NMEDIT = @NMEDIT@
492 OBJDUMP = @OBJDUMP@
493 OBJEXT = @OBJEXT@
494 OTOOL = @OTOOL@
495 OTOOL64 = @OTOOL64@
496 PACKAGE = @PACKAGE@
497 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
498 PACKAGE_NAME = @PACKAGE_NAME@
499 PACKAGE_STRING = @PACKAGE_STRING@
500 PACKAGE_TARNAME = @PACKAGE_TARNAME@
501 PACKAGE_URL = @PACKAGE_URL@
502 PACKAGE_VERSION = @PACKAGE_VERSION@
503 PATH_SEPARATOR = @PATH_SEPARATOR@
504 PKG_CONFIG = @PKG_CONFIG@
505 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
506 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
507 POFILES = @POFILES@
508 POSUB = @POSUB@
509 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
510 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
511 PTHREAD_CC = @PTHREAD_CC@
512 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
513 PTHREAD_LIBS = @PTHREAD_LIBS@
514 PYTHON = @PYTHON@
515 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
516 PYTHON_PLATFORM = @PYTHON_PLATFORM@
517 PYTHON_PREFIX = @PYTHON_PREFIX@
518 PYTHON_VERSION = @PYTHON_VERSION@
519 QT3_CFLAGS = @QT3_CFLAGS@
520 QT3_LIBS = @QT3_LIBS@
521 QT4_CFLAGS = @QT4_CFLAGS@
522 QT4_LIBS = @QT4_LIBS@
523 RANLIB = @RANLIB@
524 SED = @SED@
525 SET_MAKE = @SET_MAKE@
526 SHELL = @SHELL@
527 STOW = @STOW@
528 STRIP = @STRIP@
529 USE_NLS = @USE_NLS@
530 VERSION = @VERSION@
531 VISIBILITY_HIDDEN_CFLAGS = @VISIBILITY_HIDDEN_CFLAGS@
532 XGETTEXT = @XGETTEXT@
533 XML_CFLAGS = @XML_CFLAGS@
534 XML_LIBS = @XML_LIBS@
535 abs_builddir = @abs_builddir@
536 abs_srcdir = @abs_srcdir@
537 abs_top_builddir = @abs_top_builddir@
538 abs_top_srcdir = @abs_top_srcdir@
539 ac_ct_AR = @ac_ct_AR@
540 ac_ct_CC = @ac_ct_CC@
541 ac_ct_CXX = @ac_ct_CXX@
542 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
543 acx_pthread_config = @acx_pthread_config@
544 am__include = @am__include@
545 am__leading_dot = @am__leading_dot@
546 am__quote = @am__quote@
547 am__tar = @am__tar@
548 am__untar = @am__untar@
549 avahi_runtime_dir = @avahi_runtime_dir@
550 avahi_socket = @avahi_socket@
551 avahilocaledir = @avahilocaledir@
552 bindir = @bindir@
553 build = @build@
554 build_alias = @build_alias@
555 build_cpu = @build_cpu@
556 build_os = @build_os@
557 build_vendor = @build_vendor@
558 builddir = @builddir@
559 datadir = @datadir@
560 datarootdir = @datarootdir@
561 docdir = @docdir@
562 dvidir = @dvidir@
563 exec_prefix = @exec_prefix@
564 have_pkg_config = @have_pkg_config@
565 have_xmltoman = @have_xmltoman@
566 host = @host@
567 host_alias = @host_alias@
568 host_cpu = @host_cpu@
569 host_os = @host_os@
570 host_vendor = @host_vendor@
571 htmldir = @htmldir@
572 includedir = @includedir@
573 infodir = @infodir@
574 install_sh = @install_sh@
575 interfacesdir = @interfacesdir@
576 intltool__v_merge_options_ = @intltool__v_merge_options_@
577 intltool__v_merge_options_0 = @intltool__v_merge_options_0@
578 libdir = @libdir@
579 libexecdir = @libexecdir@
580 localedir = @localedir@
581 localstatedir = @localstatedir@
582 mandir = @mandir@
583 mkdir_p = @mkdir_p@
584 oldincludedir = @oldincludedir@
585 pdfdir = @pdfdir@
586 pkgpyexecdir = @pkgpyexecdir@
587 pkgpythondir = @pkgpythondir@
588 prefix = @prefix@
589 program_transform_name = @program_transform_name@
590 psdir = @psdir@
591 pyexecdir = @pyexecdir@
592 pythondir = @pythondir@
593 runstatedir = @runstatedir@
594 sbindir = @sbindir@
595 sharedstatedir = @sharedstatedir@
596 srcdir = @srcdir@
597 sysconfdir = @sysconfdir@
598 systemdsystemunitdir = @systemdsystemunitdir@
599 target_alias = @target_alias@
600 top_build_prefix = @top_build_prefix@
601 top_builddir = @top_builddir@
602 top_srcdir = @top_srcdir@
603 ACLOCAL_AMFLAGS = -I common
604 @DX_COND_doc_TRUE@@DX_COND_html_TRUE@DX_CLEAN_HTML = @DX_DOCDIR@/html
605 @DX_COND_chm_TRUE@@DX_COND_doc_TRUE@DX_CLEAN_CHM = @DX_DOCDIR@/chm
606 @DX_COND_chi_TRUE@@DX_COND_chm_TRUE@@DX_COND_doc_TRUE@DX_CLEAN_CHI = @DX_DOCDIR@/@PACKAGE@.chi
607 @DX_COND_doc_TRUE@@DX_COND_man_TRUE@DX_CLEAN_MAN = @DX_DOCDIR@/man
608 @DX_COND_doc_TRUE@@DX_COND_rtf_TRUE@DX_CLEAN_RTF = @DX_DOCDIR@/rtf
609 @DX_COND_doc_TRUE@@DX_COND_xml_TRUE@DX_CLEAN_XML = @DX_DOCDIR@/xml
610 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@DX_CLEAN_PS = @DX_DOCDIR@/@PACKAGE@.ps
611 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@DX_PS_GOAL = doxygen-ps
612 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@DX_CLEAN_PDF = @DX_DOCDIR@/@PACKAGE@.pdf
613 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@DX_PDF_GOAL = doxygen-pdf
614 @DX_COND_doc_TRUE@@DX_COND_latex_TRUE@DX_CLEAN_LATEX = @DX_DOCDIR@/latex
615 @DX_COND_doc_TRUE@DX_CLEANFILES = \
616 @DX_COND_doc_TRUE@ @DX_DOCDIR@/@PACKAGE@.tag \
617 @DX_COND_doc_TRUE@ -r \
618 @DX_COND_doc_TRUE@ $(DX_CLEAN_HTML) \
619 @DX_COND_doc_TRUE@ $(DX_CLEAN_CHM) \
620 @DX_COND_doc_TRUE@ $(DX_CLEAN_CHI) \
621 @DX_COND_doc_TRUE@ $(DX_CLEAN_MAN) \
622 @DX_COND_doc_TRUE@ $(DX_CLEAN_RTF) \
623 @DX_COND_doc_TRUE@ $(DX_CLEAN_XML) \
624 @DX_COND_doc_TRUE@ $(DX_CLEAN_PS) \
625 @DX_COND_doc_TRUE@ $(DX_CLEAN_PDF) \
626 @DX_COND_doc_TRUE@ $(DX_CLEAN_LATEX)
627
628 EXTRA_DIST = \
629 autogen.sh \
630 bootstrap.sh \
631 LICENSE \
632 $(DX_CONFIG) \
633 docs/INSTALL \
634 docs/TODO \
635 docs/NEWS \
636 docs/README \
637 docs/DBUS-API \
638 docs/AUTHORS \
639 docs/HACKING \
640 docs/API-CHANGES-0.6 \
641 docs/COMPAT-LAYERS \
642 docs/MALLOC \
643 docs/overview.dia \
644 docs/server-states.dia \
645 docs/avahi-poll.dia \
646 avahi-core.pc.in \
647 avahi-client.pc.in \
648 avahi-glib.pc.in \
649 avahi-gobject.pc.in \
650 avahi-qt3.pc.in \
651 avahi-qt4.pc.in \
652 avahi-sharp.pc.in \
653 avahi-ui-sharp.pc.in \
654 avahi-compat-libdns_sd.pc.in \
655 avahi-compat-howl.pc.in \
656 avahi-ui.pc.in \
657 avahi-ui-gtk3.pc.in \
658 doxygen_to_devhelp.xsl \
659 common/introspection.m4
660
661 SUBDIRS = \
662 common \
663 avahi-common \
664 avahi-core \
665 avahi-qt \
666 avahi-client \
667 avahi-glib \
668 avahi-gobject \
669 avahi-discover-standalone \
670 avahi-daemon \
671 avahi-sharp \
672 initscript \
673 avahi-dnsconfd \
674 avahi-utils \
675 avahi-python \
676 examples \
677 man \
678 tests \
679 service-type-database \
680 avahi-compat-libdns_sd \
681 avahi-compat-howl \
682 avahi-autoipd \
683 avahi-ui \
684 avahi-ui-sharp \
685 po
686
687 DX_INPUT = $(srcdir)/avahi-common/address.h \
688 $(srcdir)/avahi-common/malloc.h \
689 $(srcdir)/avahi-common/strlst.h \
690 $(srcdir)/avahi-common/alternative.h \
691 $(srcdir)/avahi-common/defs.h $(srcdir)/avahi-common/error.h \
692 $(srcdir)/avahi-common/domain.h $(srcdir)/avahi-common/watch.h \
693 $(srcdir)/avahi-common/simple-watch.h \
694 $(srcdir)/avahi-common/thread-watch.h $(am__append_1) \
695 $(am__append_2) $(am__append_3) $(am__append_4) \
696 $(am__append_5) $(am__append_6) $(am__append_7) \
697 $(am__append_8)
698 DX_EXAMPLE_PATH = $(srcdir)/examples
699 DX_EXAMPLE_PATTERNS = *.c
700 pkgconfigdir = $(libdir)/pkgconfig
701 pkgconfig_DATA = avahi-core.pc $(am__append_9) $(am__append_11) \
702 $(am__append_13) $(am__append_15) $(am__append_17) \
703 $(am__append_19) $(am__append_21) $(am__append_23) \
704 $(am__append_25) $(am__append_27)
705 CLEANFILES = avahi-core.pc $(am__append_10) $(am__append_12) \
706 $(am__append_14) $(am__append_16) $(am__append_18) \
707 $(am__append_20) $(am__append_22) $(am__append_24) \
708 $(am__append_26) $(am__append_28) avahi.devhelp
709 MOSTLYCLEANFILES = $(DX_CLEANFILES)
710 DISTCHECK_CONFIGURE_FLAGS = \
711 --disable-monodoc \
712 --enable-introspection \
713 --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir)
714
715 DISTCLEANFILES = \
716 po/.intltool-merge-cache
717
718 all: config.h
719 $(MAKE) $(AM_MAKEFLAGS) all-recursive
720
721 .SUFFIXES:
722 am--refresh: Makefile
723 @:
724 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/common/doxygen.mk $(am__configure_deps)
725 @for dep in $?; do \
726 case '$(am__configure_deps)' in \
727 *$$dep*) \
728 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
729 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
730 && exit 0; \
731 exit 1;; \
732 esac; \
733 done; \
734 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
735 $(am__cd) $(top_srcdir) && \
736 $(AUTOMAKE) --foreign Makefile
737 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
738 @case '$?' in \
739 *config.status*) \
740 echo ' $(SHELL) ./config.status'; \
741 $(SHELL) ./config.status;; \
742 *) \
743 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
744 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
745 esac;
746 $(srcdir)/common/doxygen.mk $(am__empty):
747
748 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
749 $(SHELL) ./config.status --recheck
750
751 $(top_srcdir)/configure: $(am__configure_deps)
752 $(am__cd) $(srcdir) && $(AUTOCONF)
753 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
754 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
755 $(am__aclocal_m4_deps):
756
757 config.h: stamp-h1
758 @test -f $@ || rm -f stamp-h1
759 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
760
761 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
762 @rm -f stamp-h1
763 cd $(top_builddir) && $(SHELL) ./config.status config.h
764 $(srcdir)/config.h.in: $(am__configure_deps)
765 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
766 rm -f stamp-h1
767 touch $@
768
769 distclean-hdr:
770 -rm -f config.h stamp-h1
771
772 mostlyclean-libtool:
773 -rm -f *.lo
774
775 clean-libtool:
776 -rm -rf .libs _libs
777
778 distclean-libtool:
779 -rm -f libtool config.lt
780 install-pkgconfigDATA: $(pkgconfig_DATA)
781 @$(NORMAL_INSTALL)
782 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
783 if test -n "$$list"; then \
784 echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
785 $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
786 fi; \
787 for p in $$list; do \
788 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
789 echo "$$d$$p"; \
790 done | $(am__base_list) | \
791 while read files; do \
792 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
793 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
794 done
795
796 uninstall-pkgconfigDATA:
797 @$(NORMAL_UNINSTALL)
798 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
799 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
800 dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
801
802 # This directory's subdirectories are mostly independent; you can cd
803 # into them and run 'make' without going through this Makefile.
804 # To change the values of 'make' variables: instead of editing Makefiles,
805 # (1) if the variable is set in 'config.status', edit 'config.status'
806 # (which will cause the Makefiles to be regenerated when you run 'make');
807 # (2) otherwise, pass the desired values on the 'make' command line.
808 $(am__recursive_targets):
809 @fail=; \
810 if $(am__make_keepgoing); then \
811 failcom='fail=yes'; \
812 else \
813 failcom='exit 1'; \
814 fi; \
815 dot_seen=no; \
816 target=`echo $@ | sed s/-recursive//`; \
817 case "$@" in \
818 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
819 *) list='$(SUBDIRS)' ;; \
820 esac; \
821 for subdir in $$list; do \
822 echo "Making $$target in $$subdir"; \
823 if test "$$subdir" = "."; then \
824 dot_seen=yes; \
825 local_target="$$target-am"; \
826 else \
827 local_target="$$target"; \
828 fi; \
829 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
830 || eval $$failcom; \
831 done; \
832 if test "$$dot_seen" = "no"; then \
833 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
834 fi; test -z "$$fail"
835
836 ID: $(am__tagged_files)
837 $(am__define_uniq_tagged_files); mkid -fID $$unique
838 tags: tags-recursive
839 TAGS: tags
840
841 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
842 set x; \
843 here=`pwd`; \
844 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
845 include_option=--etags-include; \
846 empty_fix=.; \
847 else \
848 include_option=--include; \
849 empty_fix=; \
850 fi; \
851 list='$(SUBDIRS)'; for subdir in $$list; do \
852 if test "$$subdir" = .; then :; else \
853 test ! -f $$subdir/TAGS || \
854 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
855 fi; \
856 done; \
857 $(am__define_uniq_tagged_files); \
858 shift; \
859 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
860 test -n "$$unique" || unique=$$empty_fix; \
861 if test $$# -gt 0; then \
862 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
863 "$$@" $$unique; \
864 else \
865 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
866 $$unique; \
867 fi; \
868 fi
869 ctags: ctags-recursive
870
871 CTAGS: ctags
872 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
873 $(am__define_uniq_tagged_files); \
874 test -z "$(CTAGS_ARGS)$$unique" \
875 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
876 $$unique
877
878 GTAGS:
879 here=`$(am__cd) $(top_builddir) && pwd` \
880 && $(am__cd) $(top_srcdir) \
881 && gtags -i $(GTAGS_ARGS) "$$here"
882 cscope: cscope.files
883 test ! -s cscope.files \
884 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
885 clean-cscope:
886 -rm -f cscope.files
887 cscope.files: clean-cscope cscopelist
888 cscopelist: cscopelist-recursive
889
890 cscopelist-am: $(am__tagged_files)
891 list='$(am__tagged_files)'; \
892 case "$(srcdir)" in \
893 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
894 *) sdir=$(subdir)/$(srcdir) ;; \
895 esac; \
896 for i in $$list; do \
897 if test -f "$$i"; then \
898 echo "$(subdir)/$$i"; \
899 else \
900 echo "$$sdir/$$i"; \
901 fi; \
902 done >> $(top_builddir)/cscope.files
903
904 distclean-tags:
905 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
906 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
907
908 distdir: $(DISTFILES)
909 $(am__remove_distdir)
910 test -d "$(distdir)" || mkdir "$(distdir)"
911 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
912 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
913 list='$(DISTFILES)'; \
914 dist_files=`for file in $$list; do echo $$file; done | \
915 sed -e "s|^$$srcdirstrip/||;t" \
916 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
917 case $$dist_files in \
918 */*) $(MKDIR_P) `echo "$$dist_files" | \
919 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
920 sort -u` ;; \
921 esac; \
922 for file in $$dist_files; do \
923 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
924 if test -d $$d/$$file; then \
925 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
926 if test -d "$(distdir)/$$file"; then \
927 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
928 fi; \
929 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
930 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
931 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
932 fi; \
933 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
934 else \
935 test -f "$(distdir)/$$file" \
936 || cp -p $$d/$$file "$(distdir)/$$file" \
937 || exit 1; \
938 fi; \
939 done
940 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
941 if test "$$subdir" = .; then :; else \
942 $(am__make_dryrun) \
943 || test -d "$(distdir)/$$subdir" \
944 || $(MKDIR_P) "$(distdir)/$$subdir" \
945 || exit 1; \
946 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
947 $(am__relativize); \
948 new_distdir=$$reldir; \
949 dir1=$$subdir; dir2="$(top_distdir)"; \
950 $(am__relativize); \
951 new_top_distdir=$$reldir; \
952 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
953 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
954 ($(am__cd) $$subdir && \
955 $(MAKE) $(AM_MAKEFLAGS) \
956 top_distdir="$$new_top_distdir" \
957 distdir="$$new_distdir" \
958 am__remove_distdir=: \
959 am__skip_length_check=: \
960 am__skip_mode_fix=: \
961 distdir) \
962 || exit 1; \
963 fi; \
964 done
965 -test -n "$(am__skip_mode_fix)" \
966 || find "$(distdir)" -type d ! -perm -755 \
967 -exec chmod u+rwx,go+rx {} \; -o \
968 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
969 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
970 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
971 || chmod -R a+r "$(distdir)"
972 dist-gzip: distdir
973 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
974 $(am__post_remove_distdir)
975
976 dist-bzip2: distdir
977 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
978 $(am__post_remove_distdir)
979
980 dist-lzip: distdir
981 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
982 $(am__post_remove_distdir)
983
984 dist-xz: distdir
985 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
986 $(am__post_remove_distdir)
987
988 dist-tarZ: distdir
989 @echo WARNING: "Support for distribution archives compressed with" \
990 "legacy program 'compress' is deprecated." >&2
991 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
992 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
993 $(am__post_remove_distdir)
994
995 dist-shar: distdir
996 @echo WARNING: "Support for shar distribution archives is" \
997 "deprecated." >&2
998 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
999 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
1000 $(am__post_remove_distdir)
1001
1002 dist-zip: distdir
1003 -rm -f $(distdir).zip
1004 zip -rq $(distdir).zip $(distdir)
1005 $(am__post_remove_distdir)
1006
1007 dist dist-all:
1008 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
1009 $(am__post_remove_distdir)
1010
1011 # This target untars the dist file and tries a VPATH configuration. Then
1012 # it guarantees that the distribution is self-contained by making another
1013 # tarfile.
1014 distcheck: dist
1015 case '$(DIST_ARCHIVES)' in \
1016 *.tar.gz*) \
1017 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
1018 *.tar.bz2*) \
1019 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1020 *.tar.lz*) \
1021 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
1022 *.tar.xz*) \
1023 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1024 *.tar.Z*) \
1025 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
1026 *.shar.gz*) \
1027 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
1028 *.zip*) \
1029 unzip $(distdir).zip ;;\
1030 esac
1031 chmod -R a-w $(distdir)
1032 chmod u+w $(distdir)
1033 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
1034 chmod a-w $(distdir)
1035 test -d $(distdir)/_build || exit 0; \
1036 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1037 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1038 && am__cwd=`pwd` \
1039 && $(am__cd) $(distdir)/_build/sub \
1040 && ../../configure \
1041 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
1042 $(DISTCHECK_CONFIGURE_FLAGS) \
1043 --srcdir=../.. --prefix="$$dc_install_base" \
1044 && $(MAKE) $(AM_MAKEFLAGS) \
1045 && $(MAKE) $(AM_MAKEFLAGS) dvi \
1046 && $(MAKE) $(AM_MAKEFLAGS) check \
1047 && $(MAKE) $(AM_MAKEFLAGS) install \
1048 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1049 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
1050 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
1051 distuninstallcheck \
1052 && chmod -R a-w "$$dc_install_base" \
1053 && ({ \
1054 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1055 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
1056 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
1057 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
1058 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
1059 } || { rm -rf "$$dc_destdir"; exit 1; }) \
1060 && rm -rf "$$dc_destdir" \
1061 && $(MAKE) $(AM_MAKEFLAGS) dist \
1062 && rm -rf $(DIST_ARCHIVES) \
1063 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
1064 && cd "$$am__cwd" \
1065 || exit 1
1066 $(am__post_remove_distdir)
1067 @(echo "$(distdir) archives ready for distribution: "; \
1068 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1069 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1070 distuninstallcheck:
1071 @test -n '$(distuninstallcheck_dir)' || { \
1072 echo 'ERROR: trying to run $@ with an empty' \
1073 '$$(distuninstallcheck_dir)' >&2; \
1074 exit 1; \
1075 }; \
1076 $(am__cd) '$(distuninstallcheck_dir)' || { \
1077 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
1078 exit 1; \
1079 }; \
1080 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
1081 || { echo "ERROR: files left after uninstall:" ; \
1082 if test -n "$(DESTDIR)"; then \
1083 echo " (check DESTDIR support)"; \
1084 fi ; \
1085 $(distuninstallcheck_listfiles) ; \
1086 exit 1; } >&2
1087 distcleancheck: distclean
1088 @if test '$(srcdir)' = . ; then \
1089 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
1090 exit 1 ; \
1091 fi
1092 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1093 || { echo "ERROR: files left in build directory after distclean:" ; \
1094 $(distcleancheck_listfiles) ; \
1095 exit 1; } >&2
1096 check-am: all-am
1097 check: check-recursive
1098 all-am: Makefile $(DATA) config.h
1099 installdirs: installdirs-recursive
1100 installdirs-am:
1101 for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
1102 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1103 done
1104 install: install-recursive
1105 install-exec: install-exec-recursive
1106 install-data: install-data-recursive
1107 uninstall: uninstall-recursive
1108
1109 install-am: all-am
1110 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1111
1112 installcheck: installcheck-recursive
1113 install-strip:
1114 if test -z '$(STRIP)'; then \
1115 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1116 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1117 install; \
1118 else \
1119 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1120 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1121 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1122 fi
1123 mostlyclean-generic:
1124 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
1125
1126 clean-generic:
1127 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1128
1129 distclean-generic:
1130 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1131 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1132 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
1133
1134 maintainer-clean-generic:
1135 @echo "This command is intended for maintainers to use"
1136 @echo "it deletes files that may require special tools to rebuild."
1137 clean: clean-recursive
1138
1139 clean-am: clean-generic clean-libtool mostlyclean-am
1140
1141 distclean: distclean-recursive
1142 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1143 -rm -f Makefile
1144 distclean-am: clean-am distclean-generic distclean-hdr \
1145 distclean-libtool distclean-tags
1146
1147 dvi: dvi-recursive
1148
1149 dvi-am:
1150
1151 html: html-recursive
1152
1153 html-am:
1154
1155 info: info-recursive
1156
1157 info-am:
1158
1159 install-data-am: install-pkgconfigDATA
1160
1161 install-dvi: install-dvi-recursive
1162
1163 install-dvi-am:
1164
1165 install-exec-am:
1166
1167 install-html: install-html-recursive
1168
1169 install-html-am:
1170
1171 install-info: install-info-recursive
1172
1173 install-info-am:
1174
1175 install-man:
1176
1177 install-pdf: install-pdf-recursive
1178
1179 install-pdf-am:
1180
1181 install-ps: install-ps-recursive
1182
1183 install-ps-am:
1184
1185 installcheck-am:
1186
1187 maintainer-clean: maintainer-clean-recursive
1188 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1189 -rm -rf $(top_srcdir)/autom4te.cache
1190 -rm -f Makefile
1191 maintainer-clean-am: distclean-am maintainer-clean-generic
1192
1193 mostlyclean: mostlyclean-recursive
1194
1195 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1196
1197 pdf: pdf-recursive
1198
1199 pdf-am:
1200
1201 ps: ps-recursive
1202
1203 ps-am:
1204
1205 uninstall-am: uninstall-pkgconfigDATA
1206
1207 .MAKE: $(am__recursive_targets) all install-am install-strip
1208
1209 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1210 am--refresh check check-am clean clean-cscope clean-generic \
1211 clean-libtool cscope cscopelist-am ctags ctags-am dist \
1212 dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
1213 dist-xz dist-zip distcheck distclean distclean-generic \
1214 distclean-hdr distclean-libtool distclean-tags distcleancheck \
1215 distdir distuninstallcheck dvi dvi-am html html-am info \
1216 info-am install install-am install-data install-data-am \
1217 install-dvi install-dvi-am install-exec install-exec-am \
1218 install-html install-html-am install-info install-info-am \
1219 install-man install-pdf install-pdf-am install-pkgconfigDATA \
1220 install-ps install-ps-am install-strip installcheck \
1221 installcheck-am installdirs installdirs-am maintainer-clean \
1222 maintainer-clean-generic mostlyclean mostlyclean-generic \
1223 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
1224 uninstall-am uninstall-pkgconfigDATA
1225
1226 .PRECIOUS: Makefile
1227
1228
1229 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@doxygen-ps: @DX_DOCDIR@/@PACKAGE@.ps
1230
1231 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@@DX_DOCDIR@/@PACKAGE@.ps: @DX_DOCDIR@/@PACKAGE@.tag
1232 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ cd @DX_DOCDIR@/latex; \
1233 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ rm -f *.aux *.toc *.idx *.ind *.ilg *.log *.out; \
1234 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ $(DX_LATEX) refman.tex; \
1235 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ $(MAKEINDEX_PATH) refman.idx; \
1236 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ $(DX_LATEX) refman.tex; \
1237 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ countdown=5; \
1238 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ while $(DX_EGREP) 'Rerun (LaTeX|to get cross-references right)' \
1239 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ refman.log > /dev/null 2>&1 \
1240 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ && test $$countdown -gt 0; do \
1241 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ $(DX_LATEX) refman.tex; \
1242 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ countdown=`expr $$countdown - 1`; \
1243 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ done; \
1244 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ $(DX_DVIPS) -o ../@PACKAGE@.ps refman.dvi
1245
1246 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@doxygen-pdf: @DX_DOCDIR@/@PACKAGE@.pdf
1247
1248 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@@DX_DOCDIR@/@PACKAGE@.pdf: @DX_DOCDIR@/@PACKAGE@.tag
1249 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ cd @DX_DOCDIR@/latex; \
1250 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ rm -f *.aux *.toc *.idx *.ind *.ilg *.log *.out; \
1251 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ $(DX_PDFLATEX) refman.tex; \
1252 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ $(DX_MAKEINDEX) refman.idx; \
1253 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ $(DX_PDFLATEX) refman.tex; \
1254 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ countdown=5; \
1255 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ while $(DX_EGREP) 'Rerun (LaTeX|to get cross-references right)' \
1256 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ refman.log > /dev/null 2>&1 \
1257 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ && test $$countdown -gt 0; do \
1258 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ $(DX_PDFLATEX) refman.tex; \
1259 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ countdown=`expr $$countdown - 1`; \
1260 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ done; \
1261 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ mv refman.pdf ../@PACKAGE@.pdf
1262
1263 @DX_COND_doc_TRUE@.PHONY: doxygen-run doxygen-doc $(DX_PS_GOAL) $(DX_PDF_GOAL)
1264
1265 @DX_COND_doc_TRUE@.INTERMEDIATE: doxygen-run $(DX_PS_GOAL) $(DX_PDF_GOAL)
1266
1267 @DX_COND_doc_TRUE@doxygen-run: @DX_DOCDIR@/@PACKAGE@.tag
1268
1269 @DX_COND_doc_TRUE@doxygen-doc: doxygen-run $(DX_PS_GOAL) $(DX_PDF_GOAL)
1270
1271 @DX_COND_doc_TRUE@@DX_DOCDIR@/@PACKAGE@.tag: $(DX_CONFIG) $(pkginclude_HEADERS) $(DX_INPUT) $(DX_EXAMPLE_PATH)/$(DX_EXAMPLE_PATTERNS)
1272 @DX_COND_doc_TRUE@ rm -rf @DX_DOCDIR@
1273 @DX_COND_doc_TRUE@ INPUT='$(DX_INPUT)' EXAMPLE_PATH='$(DX_EXAMPLE_PATH)' EXAMPLE_PATTERNS='$(DX_EXAMPLE_PATTERNS)' \
1274 @DX_COND_doc_TRUE@ $(DX_ENV) $(DX_DOXYGEN) $(srcdir)/$(DX_CONFIG)
1275
1276 %.pc: %.pc.in
1277 $(AM_V_GEN)sed -e 's,@prefix\@,$(prefix),g' \
1278 -e 's,@libdir\@,$(libdir),g' \
1279 -e 's,@HOWL_COMPAT_VERSION\@,$(HOWL_COMPAT_VERSION),g' \
1280 -e 's,@PACKAGE_VERSION\@,$(PACKAGE_VERSION),g' $< > $@
1281
1282 avahi.devhelp: doxygen-run
1283 xsltproc -o $@ doxygen_to_devhelp.xsl doxygen/xml/index.xml
1284
1285 homepage:
1286 $(MAKE) -C man
1287 scp avahi-daemon/*.xml avahi-daemon/introspect.dtd avahi-daemon/introspect.xsl\
1288 man/*.xml man/xmltoman.dtd man/xmltoman.xsl \
1289 tango:www/avahi.org/tree/download/
1290 scp avahi-$(PACKAGE_VERSION).tar.gz tango:www/avahi.org/tree/download/
1291 rm -rf doxygen
1292 $(MAKE) doxygen-run
1293 ssh tango rm -rf www/avahi.org/tree/download/doxygen
1294 scp -r doxygen/html tango:www/avahi.org/tree/download/doxygen
1295
1296 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1297 # Otherwise a system limit (for SysV at least) may be exceeded.
1298 .NOEXPORT:
0 # generated automatically by aclocal 1.15 -*- Autoconf -*-
1
2 # Copyright (C) 1996-2014 Free Software Foundation, Inc.
3
4 # This file is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
7
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
12
13 m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
14 m4_ifndef([AC_AUTOCONF_VERSION],
15 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
16 m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
17 [m4_warning([this file was generated for autoconf 2.69.
18 You have another version of autoconf. It may work, but is not guaranteed to.
19 If you have problems, you may need to regenerate the build system entirely.
20 To do so, use the procedure documented by the package, typically 'autoreconf'.])])
21
22 # Copyright (C) 1995-2002 Free Software Foundation, Inc.
23 # Copyright (C) 2001-2003,2004 Red Hat, Inc.
24 #
25 # This file is free software, distributed under the terms of the GNU
26 # General Public License. As a special exception to the GNU General
27 # Public License, this file may be distributed as part of a program
28 # that contains a configuration script generated by Autoconf, under
29 # the same distribution terms as the rest of that program.
30 #
31 # This file can be copied and used freely without restrictions. It can
32 # be used in projects which are not available under the GNU Public License
33 # but which still want to provide support for the GNU gettext functionality.
34 #
35 # Macro to add for using GNU gettext.
36 # Ulrich Drepper <drepper@cygnus.com>, 1995, 1996
37 #
38 # Modified to never use included libintl.
39 # Owen Taylor <otaylor@redhat.com>, 12/15/1998
40 #
41 # Major rework to remove unused code
42 # Owen Taylor <otaylor@redhat.com>, 12/11/2002
43 #
44 # Added better handling of ALL_LINGUAS from GNU gettext version
45 # written by Bruno Haible, Owen Taylor <otaylor.redhat.com> 5/30/3002
46 #
47 # Modified to require ngettext
48 # Matthias Clasen <mclasen@redhat.com> 08/06/2004
49 #
50 # We need this here as well, since someone might use autoconf-2.5x
51 # to configure GLib then an older version to configure a package
52 # using AM_GLIB_GNU_GETTEXT
53 AC_PREREQ(2.53)
54
55 dnl
56 dnl We go to great lengths to make sure that aclocal won't
57 dnl try to pull in the installed version of these macros
58 dnl when running aclocal in the glib directory.
59 dnl
60 m4_copy([AC_DEFUN],[glib_DEFUN])
61 m4_copy([AC_REQUIRE],[glib_REQUIRE])
62 dnl
63 dnl At the end, if we're not within glib, we'll define the public
64 dnl definitions in terms of our private definitions.
65 dnl
66
67 # GLIB_LC_MESSAGES
68 #--------------------
69 glib_DEFUN([GLIB_LC_MESSAGES],
70 [AC_CHECK_HEADERS([locale.h])
71 if test $ac_cv_header_locale_h = yes; then
72 AC_CACHE_CHECK([for LC_MESSAGES], am_cv_val_LC_MESSAGES,
73 [AC_TRY_LINK([#include <locale.h>], [return LC_MESSAGES],
74 am_cv_val_LC_MESSAGES=yes, am_cv_val_LC_MESSAGES=no)])
75 if test $am_cv_val_LC_MESSAGES = yes; then
76 AC_DEFINE(HAVE_LC_MESSAGES, 1,
77 [Define if your <locale.h> file defines LC_MESSAGES.])
78 fi
79 fi])
80
81 # GLIB_PATH_PROG_WITH_TEST
82 #----------------------------
83 dnl GLIB_PATH_PROG_WITH_TEST(VARIABLE, PROG-TO-CHECK-FOR,
84 dnl TEST-PERFORMED-ON-FOUND_PROGRAM [, VALUE-IF-NOT-FOUND [, PATH]])
85 glib_DEFUN([GLIB_PATH_PROG_WITH_TEST],
86 [# Extract the first word of "$2", so it can be a program name with args.
87 set dummy $2; ac_word=[$]2
88 AC_MSG_CHECKING([for $ac_word])
89 AC_CACHE_VAL(ac_cv_path_$1,
90 [case "[$]$1" in
91 /*)
92 ac_cv_path_$1="[$]$1" # Let the user override the test with a path.
93 ;;
94 *)
95 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
96 for ac_dir in ifelse([$5], , $PATH, [$5]); do
97 test -z "$ac_dir" && ac_dir=.
98 if test -f $ac_dir/$ac_word; then
99 if [$3]; then
100 ac_cv_path_$1="$ac_dir/$ac_word"
101 break
102 fi
103 fi
104 done
105 IFS="$ac_save_ifs"
106 dnl If no 4th arg is given, leave the cache variable unset,
107 dnl so AC_PATH_PROGS will keep looking.
108 ifelse([$4], , , [ test -z "[$]ac_cv_path_$1" && ac_cv_path_$1="$4"
109 ])dnl
110 ;;
111 esac])dnl
112 $1="$ac_cv_path_$1"
113 if test ifelse([$4], , [-n "[$]$1"], ["[$]$1" != "$4"]); then
114 AC_MSG_RESULT([$]$1)
115 else
116 AC_MSG_RESULT(no)
117 fi
118 AC_SUBST($1)dnl
119 ])
120
121 # GLIB_WITH_NLS
122 #-----------------
123 glib_DEFUN([GLIB_WITH_NLS],
124 dnl NLS is obligatory
125 [USE_NLS=yes
126 AC_SUBST(USE_NLS)
127
128 gt_cv_have_gettext=no
129
130 CATOBJEXT=NONE
131 XGETTEXT=:
132 INTLLIBS=
133
134 AC_CHECK_HEADER(libintl.h,
135 [gt_cv_func_dgettext_libintl="no"
136 libintl_extra_libs=""
137
138 #
139 # First check in libc
140 #
141 AC_CACHE_CHECK([for ngettext in libc], gt_cv_func_ngettext_libc,
142 [AC_TRY_LINK([
143 #include <libintl.h>
144 ],
145 [return !ngettext ("","", 1)],
146 gt_cv_func_ngettext_libc=yes,
147 gt_cv_func_ngettext_libc=no)
148 ])
149
150 if test "$gt_cv_func_ngettext_libc" = "yes" ; then
151 AC_CACHE_CHECK([for dgettext in libc], gt_cv_func_dgettext_libc,
152 [AC_TRY_LINK([
153 #include <libintl.h>
154 ],
155 [return !dgettext ("","")],
156 gt_cv_func_dgettext_libc=yes,
157 gt_cv_func_dgettext_libc=no)
158 ])
159 fi
160
161 if test "$gt_cv_func_ngettext_libc" = "yes" ; then
162 AC_CHECK_FUNCS(bind_textdomain_codeset)
163 fi
164
165 #
166 # If we don't have everything we want, check in libintl
167 #
168 if test "$gt_cv_func_dgettext_libc" != "yes" \
169 || test "$gt_cv_func_ngettext_libc" != "yes" \
170 || test "$ac_cv_func_bind_textdomain_codeset" != "yes" ; then
171
172 AC_CHECK_LIB(intl, bindtextdomain,
173 [AC_CHECK_LIB(intl, ngettext,
174 [AC_CHECK_LIB(intl, dgettext,
175 gt_cv_func_dgettext_libintl=yes)])])
176
177 if test "$gt_cv_func_dgettext_libintl" != "yes" ; then
178 AC_MSG_CHECKING([if -liconv is needed to use gettext])
179 AC_MSG_RESULT([])
180 AC_CHECK_LIB(intl, ngettext,
181 [AC_CHECK_LIB(intl, dcgettext,
182 [gt_cv_func_dgettext_libintl=yes
183 libintl_extra_libs=-liconv],
184 :,-liconv)],
185 :,-liconv)
186 fi
187
188 #
189 # If we found libintl, then check in it for bind_textdomain_codeset();
190 # we'll prefer libc if neither have bind_textdomain_codeset(),
191 # and both have dgettext and ngettext
192 #
193 if test "$gt_cv_func_dgettext_libintl" = "yes" ; then
194 glib_save_LIBS="$LIBS"
195 LIBS="$LIBS -lintl $libintl_extra_libs"
196 unset ac_cv_func_bind_textdomain_codeset
197 AC_CHECK_FUNCS(bind_textdomain_codeset)
198 LIBS="$glib_save_LIBS"
199
200 if test "$ac_cv_func_bind_textdomain_codeset" = "yes" ; then
201 gt_cv_func_dgettext_libc=no
202 else
203 if test "$gt_cv_func_dgettext_libc" = "yes" \
204 && test "$gt_cv_func_ngettext_libc" = "yes"; then
205 gt_cv_func_dgettext_libintl=no
206 fi
207 fi
208 fi
209 fi
210
211 if test "$gt_cv_func_dgettext_libc" = "yes" \
212 || test "$gt_cv_func_dgettext_libintl" = "yes"; then
213 gt_cv_have_gettext=yes
214 fi
215
216 if test "$gt_cv_func_dgettext_libintl" = "yes"; then
217 INTLLIBS="-lintl $libintl_extra_libs"
218 fi
219
220 if test "$gt_cv_have_gettext" = "yes"; then
221 AC_DEFINE(HAVE_GETTEXT,1,
222 [Define if the GNU gettext() function is already present or preinstalled.])
223 GLIB_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
224 [test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], no)dnl
225 if test "$MSGFMT" != "no"; then
226 glib_save_LIBS="$LIBS"
227 LIBS="$LIBS $INTLLIBS"
228 AC_CHECK_FUNCS(dcgettext)
229 MSGFMT_OPTS=
230 AC_MSG_CHECKING([if msgfmt accepts -c])
231 GLIB_RUN_PROG([$MSGFMT -c -o /dev/null],[
232 msgid ""
233 msgstr ""
234 "Content-Type: text/plain; charset=UTF-8\n"
235 "Project-Id-Version: test 1.0\n"
236 "PO-Revision-Date: 2007-02-15 12:01+0100\n"
237 "Last-Translator: test <foo@bar.xx>\n"
238 "Language-Team: C <LL@li.org>\n"
239 "MIME-Version: 1.0\n"
240 "Content-Transfer-Encoding: 8bit\n"
241 ], [MSGFMT_OPTS=-c; AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no])])
242 AC_SUBST(MSGFMT_OPTS)
243 AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT)
244 GLIB_PATH_PROG_WITH_TEST(XGETTEXT, xgettext,
245 [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :)
246 AC_TRY_LINK(, [extern int _nl_msg_cat_cntr;
247 return _nl_msg_cat_cntr],
248 [CATOBJEXT=.gmo
249 DATADIRNAME=share],
250 [case $host in
251 *-*-solaris*)
252 dnl On Solaris, if bind_textdomain_codeset is in libc,
253 dnl GNU format message catalog is always supported,
254 dnl since both are added to the libc all together.
255 dnl Hence, we'd like to go with DATADIRNAME=share and
256 dnl and CATOBJEXT=.gmo in this case.
257 AC_CHECK_FUNC(bind_textdomain_codeset,
258 [CATOBJEXT=.gmo
259 DATADIRNAME=share],
260 [CATOBJEXT=.mo
261 DATADIRNAME=lib])
262 ;;
263 *-*-openbsd*)
264 CATOBJEXT=.mo
265 DATADIRNAME=share
266 ;;
267 *)
268 CATOBJEXT=.mo
269 DATADIRNAME=lib
270 ;;
271 esac])
272 LIBS="$glib_save_LIBS"
273 INSTOBJEXT=.mo
274 else
275 gt_cv_have_gettext=no
276 fi
277 fi
278 ])
279
280 if test "$gt_cv_have_gettext" = "yes" ; then
281 AC_DEFINE(ENABLE_NLS, 1,
282 [always defined to indicate that i18n is enabled])
283 fi
284
285 dnl Test whether we really found GNU xgettext.
286 if test "$XGETTEXT" != ":"; then
287 dnl If it is not GNU xgettext we define it as : so that the
288 dnl Makefiles still can work.
289 if $XGETTEXT --omit-header /dev/null 2> /dev/null; then
290 : ;
291 else
292 AC_MSG_RESULT(
293 [found xgettext program is not GNU xgettext; ignore it])
294 XGETTEXT=":"
295 fi
296 fi
297
298 # We need to process the po/ directory.
299 POSUB=po
300
301 AC_OUTPUT_COMMANDS(
302 [case "$CONFIG_FILES" in *po/Makefile.in*)
303 sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile
304 esac])
305
306 dnl These rules are solely for the distribution goal. While doing this
307 dnl we only have to keep exactly one list of the available catalogs
308 dnl in configure.ac.
309 for lang in $ALL_LINGUAS; do
310 GMOFILES="$GMOFILES $lang.gmo"
311 POFILES="$POFILES $lang.po"
312 done
313
314 dnl Make all variables we use known to autoconf.
315 AC_SUBST(CATALOGS)
316 AC_SUBST(CATOBJEXT)
317 AC_SUBST(DATADIRNAME)
318 AC_SUBST(GMOFILES)
319 AC_SUBST(INSTOBJEXT)
320 AC_SUBST(INTLLIBS)
321 AC_SUBST(PO_IN_DATADIR_TRUE)
322 AC_SUBST(PO_IN_DATADIR_FALSE)
323 AC_SUBST(POFILES)
324 AC_SUBST(POSUB)
325 ])
326
327 # AM_GLIB_GNU_GETTEXT
328 # -------------------
329 # Do checks necessary for use of gettext. If a suitable implementation
330 # of gettext is found in either in libintl or in the C library,
331 # it will set INTLLIBS to the libraries needed for use of gettext
332 # and AC_DEFINE() HAVE_GETTEXT and ENABLE_NLS. (The shell variable
333 # gt_cv_have_gettext will be set to "yes".) It will also call AC_SUBST()
334 # on various variables needed by the Makefile.in.in installed by
335 # glib-gettextize.
336 dnl
337 AU_DEFUN([GLIB_GNU_GETTEXT],
338 [AC_REQUIRE([AC_PROG_CC])dnl
339
340 GLIB_LC_MESSAGES
341 GLIB_WITH_NLS
342
343 if test "$gt_cv_have_gettext" = "yes"; then
344 if test "x$ALL_LINGUAS" = "x"; then
345 LINGUAS=
346 else
347 AC_MSG_CHECKING(for catalogs to be installed)
348 NEW_LINGUAS=
349 for presentlang in $ALL_LINGUAS; do
350 useit=no
351 if test "%UNSET%" != "${LINGUAS-%UNSET%}"; then
352 desiredlanguages="$LINGUAS"
353 else
354 desiredlanguages="$ALL_LINGUAS"
355 fi
356 for desiredlang in $desiredlanguages; do
357 # Use the presentlang catalog if desiredlang is
358 # a. equal to presentlang, or
359 # b. a variant of presentlang (because in this case,
360 # presentlang can be used as a fallback for messages
361 # which are not translated in the desiredlang catalog).
362 case "$desiredlang" in
363 "$presentlang"*) useit=yes;;
364 esac
365 done
366 if test $useit = yes; then
367 NEW_LINGUAS="$NEW_LINGUAS $presentlang"
368 fi
369 done
370 LINGUAS=$NEW_LINGUAS
371 AC_MSG_RESULT($LINGUAS)
372 fi
373
374 dnl Construct list of names of catalog files to be constructed.
375 if test -n "$LINGUAS"; then
376 for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done
377 fi
378 fi
379
380 dnl If the AC_CONFIG_AUX_DIR macro for autoconf is used we possibly
381 dnl find the mkinstalldirs script in another subdir but ($top_srcdir).
382 dnl Try to locate is.
383 MKINSTALLDIRS=
384 if test -n "$ac_aux_dir"; then
385 MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs"
386 fi
387 if test -z "$MKINSTALLDIRS"; then
388 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
389 fi
390 AC_SUBST(MKINSTALLDIRS)
391
392 dnl Generate list of files to be processed by xgettext which will
393 dnl be included in po/Makefile.
394 test -d po || mkdir po
395 if test "x$srcdir" != "x."; then
396 if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
397 posrcprefix="$srcdir/"
398 else
399 posrcprefix="../$srcdir/"
400 fi
401 else
402 posrcprefix="../"
403 fi
404 rm -f po/POTFILES
405 sed -e "/^#/d" -e "/^\$/d" -e "s,.*, $posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \
406 < $srcdir/po/POTFILES.in > po/POTFILES
407 ],
408 [[$0: This macro is deprecated. You should use upstream gettext instead.]])
409
410 # AM_GLIB_DEFINE_LOCALEDIR(VARIABLE)
411 # -------------------------------
412 # Define VARIABLE to the location where catalog files will
413 # be installed by po/Makefile.
414 glib_DEFUN([GLIB_DEFINE_LOCALEDIR],
415 [glib_REQUIRE([GLIB_GNU_GETTEXT])dnl
416 glib_save_prefix="$prefix"
417 glib_save_exec_prefix="$exec_prefix"
418 glib_save_datarootdir="$datarootdir"
419 test "x$prefix" = xNONE && prefix=$ac_default_prefix
420 test "x$exec_prefix" = xNONE && exec_prefix=$prefix
421 datarootdir=`eval echo "${datarootdir}"`
422 if test "x$CATOBJEXT" = "x.mo" ; then
423 localedir=`eval echo "${libdir}/locale"`
424 else
425 localedir=`eval echo "${datadir}/locale"`
426 fi
427 prefix="$glib_save_prefix"
428 exec_prefix="$glib_save_exec_prefix"
429 datarootdir="$glib_save_datarootdir"
430 AC_DEFINE_UNQUOTED($1, "$localedir",
431 [Define the location where the catalogs will be installed])
432 ])
433
434 dnl
435 dnl Now the definitions that aclocal will find
436 dnl
437 ifdef(glib_configure_ac,[],[
438 AC_DEFUN([AM_GLIB_GNU_GETTEXT],[GLIB_GNU_GETTEXT($@)])
439 AC_DEFUN([AM_GLIB_DEFINE_LOCALEDIR],[GLIB_DEFINE_LOCALEDIR($@)])
440 ])dnl
441
442 # GLIB_RUN_PROG(PROGRAM, TEST-FILE, [ACTION-IF-PASS], [ACTION-IF-FAIL])
443 #
444 # Create a temporary file with TEST-FILE as its contents and pass the
445 # file name to PROGRAM. Perform ACTION-IF-PASS if PROGRAM exits with
446 # 0 and perform ACTION-IF-FAIL for any other exit status.
447 AC_DEFUN([GLIB_RUN_PROG],
448 [cat >conftest.foo <<_ACEOF
449 $2
450 _ACEOF
451 if AC_RUN_LOG([$1 conftest.foo]); then
452 m4_ifval([$3], [$3], [:])
453 m4_ifvaln([$4], [else $4])dnl
454 echo "$as_me: failed input was:" >&AS_MESSAGE_LOG_FD
455 sed 's/^/| /' conftest.foo >&AS_MESSAGE_LOG_FD
456 fi])
457
458
459 dnl pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*-
460 dnl serial 11 (pkg-config-0.29)
461 dnl
462 dnl Copyright © 2004 Scott James Remnant <scott@netsplit.com>.
463 dnl Copyright © 2012-2015 Dan Nicholson <dbn.lists@gmail.com>
464 dnl
465 dnl This program is free software; you can redistribute it and/or modify
466 dnl it under the terms of the GNU General Public License as published by
467 dnl the Free Software Foundation; either version 2 of the License, or
468 dnl (at your option) any later version.
469 dnl
470 dnl This program is distributed in the hope that it will be useful, but
471 dnl WITHOUT ANY WARRANTY; without even the implied warranty of
472 dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
473 dnl General Public License for more details.
474 dnl
475 dnl You should have received a copy of the GNU General Public License
476 dnl along with this program; if not, write to the Free Software
477 dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
478 dnl 02111-1307, USA.
479 dnl
480 dnl As a special exception to the GNU General Public License, if you
481 dnl distribute this file as part of a program that contains a
482 dnl configuration script generated by Autoconf, you may include it under
483 dnl the same distribution terms that you use for the rest of that
484 dnl program.
485
486 dnl PKG_PREREQ(MIN-VERSION)
487 dnl -----------------------
488 dnl Since: 0.29
489 dnl
490 dnl Verify that the version of the pkg-config macros are at least
491 dnl MIN-VERSION. Unlike PKG_PROG_PKG_CONFIG, which checks the user's
492 dnl installed version of pkg-config, this checks the developer's version
493 dnl of pkg.m4 when generating configure.
494 dnl
495 dnl To ensure that this macro is defined, also add:
496 dnl m4_ifndef([PKG_PREREQ],
497 dnl [m4_fatal([must install pkg-config 0.29 or later before running autoconf/autogen])])
498 dnl
499 dnl See the "Since" comment for each macro you use to see what version
500 dnl of the macros you require.
501 m4_defun([PKG_PREREQ],
502 [m4_define([PKG_MACROS_VERSION], [0.29])
503 m4_if(m4_version_compare(PKG_MACROS_VERSION, [$1]), -1,
504 [m4_fatal([pkg.m4 version $1 or higher is required but ]PKG_MACROS_VERSION[ found])])
505 ])dnl PKG_PREREQ
506
507 dnl PKG_PROG_PKG_CONFIG([MIN-VERSION])
508 dnl ----------------------------------
509 dnl Since: 0.16
510 dnl
511 dnl Search for the pkg-config tool and set the PKG_CONFIG variable to
512 dnl first found in the path. Checks that the version of pkg-config found
513 dnl is at least MIN-VERSION. If MIN-VERSION is not specified, 0.9.0 is
514 dnl used since that's the first version where most current features of
515 dnl pkg-config existed.
516 AC_DEFUN([PKG_PROG_PKG_CONFIG],
517 [m4_pattern_forbid([^_?PKG_[A-Z_]+$])
518 m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$])
519 m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$])
520 AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])
521 AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path])
522 AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path])
523
524 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
525 AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
526 fi
527 if test -n "$PKG_CONFIG"; then
528 _pkg_min_version=m4_default([$1], [0.9.0])
529 AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version])
530 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
531 AC_MSG_RESULT([yes])
532 else
533 AC_MSG_RESULT([no])
534 PKG_CONFIG=""
535 fi
536 fi[]dnl
537 ])dnl PKG_PROG_PKG_CONFIG
538
539 dnl PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
540 dnl -------------------------------------------------------------------
541 dnl Since: 0.18
542 dnl
543 dnl Check to see whether a particular set of modules exists. Similar to
544 dnl PKG_CHECK_MODULES(), but does not set variables or print errors.
545 dnl
546 dnl Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG])
547 dnl only at the first occurence in configure.ac, so if the first place
548 dnl it's called might be skipped (such as if it is within an "if", you
549 dnl have to call PKG_CHECK_EXISTS manually
550 AC_DEFUN([PKG_CHECK_EXISTS],
551 [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
552 if test -n "$PKG_CONFIG" && \
553 AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
554 m4_default([$2], [:])
555 m4_ifvaln([$3], [else
556 $3])dnl
557 fi])
558
559 dnl _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES])
560 dnl ---------------------------------------------
561 dnl Internal wrapper calling pkg-config via PKG_CONFIG and setting
562 dnl pkg_failed based on the result.
563 m4_define([_PKG_CONFIG],
564 [if test -n "$$1"; then
565 pkg_cv_[]$1="$$1"
566 elif test -n "$PKG_CONFIG"; then
567 PKG_CHECK_EXISTS([$3],
568 [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
569 test "x$?" != "x0" && pkg_failed=yes ],
570 [pkg_failed=yes])
571 else
572 pkg_failed=untried
573 fi[]dnl
574 ])dnl _PKG_CONFIG
575
576 dnl _PKG_SHORT_ERRORS_SUPPORTED
577 dnl ---------------------------
578 dnl Internal check to see if pkg-config supports short errors.
579 AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED],
580 [AC_REQUIRE([PKG_PROG_PKG_CONFIG])
581 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
582 _pkg_short_errors_supported=yes
583 else
584 _pkg_short_errors_supported=no
585 fi[]dnl
586 ])dnl _PKG_SHORT_ERRORS_SUPPORTED
587
588
589 dnl PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND],
590 dnl [ACTION-IF-NOT-FOUND])
591 dnl --------------------------------------------------------------
592 dnl Since: 0.4.0
593 dnl
594 dnl Note that if there is a possibility the first call to
595 dnl PKG_CHECK_MODULES might not happen, you should be sure to include an
596 dnl explicit call to PKG_PROG_PKG_CONFIG in your configure.ac
597 AC_DEFUN([PKG_CHECK_MODULES],
598 [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
599 AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl
600 AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl
601
602 pkg_failed=no
603 AC_MSG_CHECKING([for $1])
604
605 _PKG_CONFIG([$1][_CFLAGS], [cflags], [$2])
606 _PKG_CONFIG([$1][_LIBS], [libs], [$2])
607
608 m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS
609 and $1[]_LIBS to avoid the need to call pkg-config.
610 See the pkg-config man page for more details.])
611
612 if test $pkg_failed = yes; then
613 AC_MSG_RESULT([no])
614 _PKG_SHORT_ERRORS_SUPPORTED
615 if test $_pkg_short_errors_supported = yes; then
616 $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
617 else
618 $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
619 fi
620 # Put the nasty error message in config.log where it belongs
621 echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
622
623 m4_default([$4], [AC_MSG_ERROR(
624 [Package requirements ($2) were not met:
625
626 $$1_PKG_ERRORS
627
628 Consider adjusting the PKG_CONFIG_PATH environment variable if you
629 installed software in a non-standard prefix.
630
631 _PKG_TEXT])[]dnl
632 ])
633 elif test $pkg_failed = untried; then
634 AC_MSG_RESULT([no])
635 m4_default([$4], [AC_MSG_FAILURE(
636 [The pkg-config script could not be found or is too old. Make sure it
637 is in your PATH or set the PKG_CONFIG environment variable to the full
638 path to pkg-config.
639
640 _PKG_TEXT
641
642 To get pkg-config, see <http://pkg-config.freedesktop.org/>.])[]dnl
643 ])
644 else
645 $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
646 $1[]_LIBS=$pkg_cv_[]$1[]_LIBS
647 AC_MSG_RESULT([yes])
648 $3
649 fi[]dnl
650 ])dnl PKG_CHECK_MODULES
651
652
653 dnl PKG_CHECK_MODULES_STATIC(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND],
654 dnl [ACTION-IF-NOT-FOUND])
655 dnl ---------------------------------------------------------------------
656 dnl Since: 0.29
657 dnl
658 dnl Checks for existence of MODULES and gathers its build flags with
659 dnl static libraries enabled. Sets VARIABLE-PREFIX_CFLAGS from --cflags
660 dnl and VARIABLE-PREFIX_LIBS from --libs.
661 dnl
662 dnl Note that if there is a possibility the first call to
663 dnl PKG_CHECK_MODULES_STATIC might not happen, you should be sure to
664 dnl include an explicit call to PKG_PROG_PKG_CONFIG in your
665 dnl configure.ac.
666 AC_DEFUN([PKG_CHECK_MODULES_STATIC],
667 [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
668 _save_PKG_CONFIG=$PKG_CONFIG
669 PKG_CONFIG="$PKG_CONFIG --static"
670 PKG_CHECK_MODULES($@)
671 PKG_CONFIG=$_save_PKG_CONFIG[]dnl
672 ])dnl PKG_CHECK_MODULES_STATIC
673
674
675 dnl PKG_INSTALLDIR([DIRECTORY])
676 dnl -------------------------
677 dnl Since: 0.27
678 dnl
679 dnl Substitutes the variable pkgconfigdir as the location where a module
680 dnl should install pkg-config .pc files. By default the directory is
681 dnl $libdir/pkgconfig, but the default can be changed by passing
682 dnl DIRECTORY. The user can override through the --with-pkgconfigdir
683 dnl parameter.
684 AC_DEFUN([PKG_INSTALLDIR],
685 [m4_pushdef([pkg_default], [m4_default([$1], ['${libdir}/pkgconfig'])])
686 m4_pushdef([pkg_description],
687 [pkg-config installation directory @<:@]pkg_default[@:>@])
688 AC_ARG_WITH([pkgconfigdir],
689 [AS_HELP_STRING([--with-pkgconfigdir], pkg_description)],,
690 [with_pkgconfigdir=]pkg_default)
691 AC_SUBST([pkgconfigdir], [$with_pkgconfigdir])
692 m4_popdef([pkg_default])
693 m4_popdef([pkg_description])
694 ])dnl PKG_INSTALLDIR
695
696
697 dnl PKG_NOARCH_INSTALLDIR([DIRECTORY])
698 dnl --------------------------------
699 dnl Since: 0.27
700 dnl
701 dnl Substitutes the variable noarch_pkgconfigdir as the location where a
702 dnl module should install arch-independent pkg-config .pc files. By
703 dnl default the directory is $datadir/pkgconfig, but the default can be
704 dnl changed by passing DIRECTORY. The user can override through the
705 dnl --with-noarch-pkgconfigdir parameter.
706 AC_DEFUN([PKG_NOARCH_INSTALLDIR],
707 [m4_pushdef([pkg_default], [m4_default([$1], ['${datadir}/pkgconfig'])])
708 m4_pushdef([pkg_description],
709 [pkg-config arch-independent installation directory @<:@]pkg_default[@:>@])
710 AC_ARG_WITH([noarch-pkgconfigdir],
711 [AS_HELP_STRING([--with-noarch-pkgconfigdir], pkg_description)],,
712 [with_noarch_pkgconfigdir=]pkg_default)
713 AC_SUBST([noarch_pkgconfigdir], [$with_noarch_pkgconfigdir])
714 m4_popdef([pkg_default])
715 m4_popdef([pkg_description])
716 ])dnl PKG_NOARCH_INSTALLDIR
717
718
719 dnl PKG_CHECK_VAR(VARIABLE, MODULE, CONFIG-VARIABLE,
720 dnl [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
721 dnl -------------------------------------------
722 dnl Since: 0.28
723 dnl
724 dnl Retrieves the value of the pkg-config variable for the given module.
725 AC_DEFUN([PKG_CHECK_VAR],
726 [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
727 AC_ARG_VAR([$1], [value of $3 for $2, overriding pkg-config])dnl
728
729 _PKG_CONFIG([$1], [variable="][$3]["], [$2])
730 AS_VAR_COPY([$1], [pkg_cv_][$1])
731
732 AS_VAR_IF([$1], [""], [$5], [$4])dnl
733 ])dnl PKG_CHECK_VAR
734
735 # Copyright (C) 2002-2014 Free Software Foundation, Inc.
736 #
737 # This file is free software; the Free Software Foundation
738 # gives unlimited permission to copy and/or distribute it,
739 # with or without modifications, as long as this notice is preserved.
740
741 # AM_AUTOMAKE_VERSION(VERSION)
742 # ----------------------------
743 # Automake X.Y traces this macro to ensure aclocal.m4 has been
744 # generated from the m4 files accompanying Automake X.Y.
745 # (This private macro should not be called outside this file.)
746 AC_DEFUN([AM_AUTOMAKE_VERSION],
747 [am__api_version='1.15'
748 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
749 dnl require some minimum version. Point them to the right macro.
750 m4_if([$1], [1.15], [],
751 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
752 ])
753
754 # _AM_AUTOCONF_VERSION(VERSION)
755 # -----------------------------
756 # aclocal traces this macro to find the Autoconf version.
757 # This is a private macro too. Using m4_define simplifies
758 # the logic in aclocal, which can simply ignore this definition.
759 m4_define([_AM_AUTOCONF_VERSION], [])
760
761 # AM_SET_CURRENT_AUTOMAKE_VERSION
762 # -------------------------------
763 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
764 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
765 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
766 [AM_AUTOMAKE_VERSION([1.15])dnl
767 m4_ifndef([AC_AUTOCONF_VERSION],
768 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
769 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
770
771 # AM_AUX_DIR_EXPAND -*- Autoconf -*-
772
773 # Copyright (C) 2001-2014 Free Software Foundation, Inc.
774 #
775 # This file is free software; the Free Software Foundation
776 # gives unlimited permission to copy and/or distribute it,
777 # with or without modifications, as long as this notice is preserved.
778
779 # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
780 # $ac_aux_dir to '$srcdir/foo'. In other projects, it is set to
781 # '$srcdir', '$srcdir/..', or '$srcdir/../..'.
782 #
783 # Of course, Automake must honor this variable whenever it calls a
784 # tool from the auxiliary directory. The problem is that $srcdir (and
785 # therefore $ac_aux_dir as well) can be either absolute or relative,
786 # depending on how configure is run. This is pretty annoying, since
787 # it makes $ac_aux_dir quite unusable in subdirectories: in the top
788 # source directory, any form will work fine, but in subdirectories a
789 # relative path needs to be adjusted first.
790 #
791 # $ac_aux_dir/missing
792 # fails when called from a subdirectory if $ac_aux_dir is relative
793 # $top_srcdir/$ac_aux_dir/missing
794 # fails if $ac_aux_dir is absolute,
795 # fails when called from a subdirectory in a VPATH build with
796 # a relative $ac_aux_dir
797 #
798 # The reason of the latter failure is that $top_srcdir and $ac_aux_dir
799 # are both prefixed by $srcdir. In an in-source build this is usually
800 # harmless because $srcdir is '.', but things will broke when you
801 # start a VPATH build or use an absolute $srcdir.
802 #
803 # So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
804 # iff we strip the leading $srcdir from $ac_aux_dir. That would be:
805 # am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
806 # and then we would define $MISSING as
807 # MISSING="\${SHELL} $am_aux_dir/missing"
808 # This will work as long as MISSING is not called from configure, because
809 # unfortunately $(top_srcdir) has no meaning in configure.
810 # However there are other variables, like CC, which are often used in
811 # configure, and could therefore not use this "fixed" $ac_aux_dir.
812 #
813 # Another solution, used here, is to always expand $ac_aux_dir to an
814 # absolute PATH. The drawback is that using absolute paths prevent a
815 # configured tree to be moved without reconfiguration.
816
817 AC_DEFUN([AM_AUX_DIR_EXPAND],
818 [AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
819 # Expand $ac_aux_dir to an absolute path.
820 am_aux_dir=`cd "$ac_aux_dir" && pwd`
821 ])
822
823 # AM_CONDITIONAL -*- Autoconf -*-
824
825 # Copyright (C) 1997-2014 Free Software Foundation, Inc.
826 #
827 # This file is free software; the Free Software Foundation
828 # gives unlimited permission to copy and/or distribute it,
829 # with or without modifications, as long as this notice is preserved.
830
831 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
832 # -------------------------------------
833 # Define a conditional.
834 AC_DEFUN([AM_CONDITIONAL],
835 [AC_PREREQ([2.52])dnl
836 m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
837 [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
838 AC_SUBST([$1_TRUE])dnl
839 AC_SUBST([$1_FALSE])dnl
840 _AM_SUBST_NOTMAKE([$1_TRUE])dnl
841 _AM_SUBST_NOTMAKE([$1_FALSE])dnl
842 m4_define([_AM_COND_VALUE_$1], [$2])dnl
843 if $2; then
844 $1_TRUE=
845 $1_FALSE='#'
846 else
847 $1_TRUE='#'
848 $1_FALSE=
849 fi
850 AC_CONFIG_COMMANDS_PRE(
851 [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
852 AC_MSG_ERROR([[conditional "$1" was never defined.
853 Usually this means the macro was only invoked conditionally.]])
854 fi])])
855
856 # Copyright (C) 1999-2014 Free Software Foundation, Inc.
857 #
858 # This file is free software; the Free Software Foundation
859 # gives unlimited permission to copy and/or distribute it,
860 # with or without modifications, as long as this notice is preserved.
861
862
863 # There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be
864 # written in clear, in which case automake, when reading aclocal.m4,
865 # will think it sees a *use*, and therefore will trigger all it's
866 # C support machinery. Also note that it means that autoscan, seeing
867 # CC etc. in the Makefile, will ask for an AC_PROG_CC use...
868
869
870 # _AM_DEPENDENCIES(NAME)
871 # ----------------------
872 # See how the compiler implements dependency checking.
873 # NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC".
874 # We try a few techniques and use that to set a single cache variable.
875 #
876 # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
877 # modified to invoke _AM_DEPENDENCIES(CC); we would have a circular
878 # dependency, and given that the user is not expected to run this macro,
879 # just rely on AC_PROG_CC.
880 AC_DEFUN([_AM_DEPENDENCIES],
881 [AC_REQUIRE([AM_SET_DEPDIR])dnl
882 AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
883 AC_REQUIRE([AM_MAKE_INCLUDE])dnl
884 AC_REQUIRE([AM_DEP_TRACK])dnl
885
886 m4_if([$1], [CC], [depcc="$CC" am_compiler_list=],
887 [$1], [CXX], [depcc="$CXX" am_compiler_list=],
888 [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
889 [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'],
890 [$1], [UPC], [depcc="$UPC" am_compiler_list=],
891 [$1], [GCJ], [depcc="$GCJ" am_compiler_list='gcc3 gcc'],
892 [depcc="$$1" am_compiler_list=])
893
894 AC_CACHE_CHECK([dependency style of $depcc],
895 [am_cv_$1_dependencies_compiler_type],
896 [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
897 # We make a subdir and do the tests there. Otherwise we can end up
898 # making bogus files that we don't know about and never remove. For
899 # instance it was reported that on HP-UX the gcc test will end up
900 # making a dummy file named 'D' -- because '-MD' means "put the output
901 # in D".
902 rm -rf conftest.dir
903 mkdir conftest.dir
904 # Copy depcomp to subdir because otherwise we won't find it if we're
905 # using a relative directory.
906 cp "$am_depcomp" conftest.dir
907 cd conftest.dir
908 # We will build objects and dependencies in a subdirectory because
909 # it helps to detect inapplicable dependency modes. For instance
910 # both Tru64's cc and ICC support -MD to output dependencies as a
911 # side effect of compilation, but ICC will put the dependencies in
912 # the current directory while Tru64 will put them in the object
913 # directory.
914 mkdir sub
915
916 am_cv_$1_dependencies_compiler_type=none
917 if test "$am_compiler_list" = ""; then
918 am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
919 fi
920 am__universal=false
921 m4_case([$1], [CC],
922 [case " $depcc " in #(
923 *\ -arch\ *\ -arch\ *) am__universal=true ;;
924 esac],
925 [CXX],
926 [case " $depcc " in #(
927 *\ -arch\ *\ -arch\ *) am__universal=true ;;
928 esac])
929
930 for depmode in $am_compiler_list; do
931 # Setup a source with many dependencies, because some compilers
932 # like to wrap large dependency lists on column 80 (with \), and
933 # we should not choose a depcomp mode which is confused by this.
934 #
935 # We need to recreate these files for each test, as the compiler may
936 # overwrite some of them when testing with obscure command lines.
937 # This happens at least with the AIX C compiler.
938 : > sub/conftest.c
939 for i in 1 2 3 4 5 6; do
940 echo '#include "conftst'$i'.h"' >> sub/conftest.c
941 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
942 # Solaris 10 /bin/sh.
943 echo '/* dummy */' > sub/conftst$i.h
944 done
945 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
946
947 # We check with '-c' and '-o' for the sake of the "dashmstdout"
948 # mode. It turns out that the SunPro C++ compiler does not properly
949 # handle '-M -o', and we need to detect this. Also, some Intel
950 # versions had trouble with output in subdirs.
951 am__obj=sub/conftest.${OBJEXT-o}
952 am__minus_obj="-o $am__obj"
953 case $depmode in
954 gcc)
955 # This depmode causes a compiler race in universal mode.
956 test "$am__universal" = false || continue
957 ;;
958 nosideeffect)
959 # After this tag, mechanisms are not by side-effect, so they'll
960 # only be used when explicitly requested.
961 if test "x$enable_dependency_tracking" = xyes; then
962 continue
963 else
964 break
965 fi
966 ;;
967 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
968 # This compiler won't grok '-c -o', but also, the minuso test has
969 # not run yet. These depmodes are late enough in the game, and
970 # so weak that their functioning should not be impacted.
971 am__obj=conftest.${OBJEXT-o}
972 am__minus_obj=
973 ;;
974 none) break ;;
975 esac
976 if depmode=$depmode \
977 source=sub/conftest.c object=$am__obj \
978 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
979 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
980 >/dev/null 2>conftest.err &&
981 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
982 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
983 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
984 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
985 # icc doesn't choke on unknown options, it will just issue warnings
986 # or remarks (even with -Werror). So we grep stderr for any message
987 # that says an option was ignored or not supported.
988 # When given -MP, icc 7.0 and 7.1 complain thusly:
989 # icc: Command line warning: ignoring option '-M'; no argument required
990 # The diagnosis changed in icc 8.0:
991 # icc: Command line remark: option '-MP' not supported
992 if (grep 'ignoring option' conftest.err ||
993 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
994 am_cv_$1_dependencies_compiler_type=$depmode
995 break
996 fi
997 fi
998 done
999
1000 cd ..
1001 rm -rf conftest.dir
1002 else
1003 am_cv_$1_dependencies_compiler_type=none
1004 fi
1005 ])
1006 AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
1007 AM_CONDITIONAL([am__fastdep$1], [
1008 test "x$enable_dependency_tracking" != xno \
1009 && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
1010 ])
1011
1012
1013 # AM_SET_DEPDIR
1014 # -------------
1015 # Choose a directory name for dependency files.
1016 # This macro is AC_REQUIREd in _AM_DEPENDENCIES.
1017 AC_DEFUN([AM_SET_DEPDIR],
1018 [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
1019 AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
1020 ])
1021
1022
1023 # AM_DEP_TRACK
1024 # ------------
1025 AC_DEFUN([AM_DEP_TRACK],
1026 [AC_ARG_ENABLE([dependency-tracking], [dnl
1027 AS_HELP_STRING(
1028 [--enable-dependency-tracking],
1029 [do not reject slow dependency extractors])
1030 AS_HELP_STRING(
1031 [--disable-dependency-tracking],
1032 [speeds up one-time build])])
1033 if test "x$enable_dependency_tracking" != xno; then
1034 am_depcomp="$ac_aux_dir/depcomp"
1035 AMDEPBACKSLASH='\'
1036 am__nodep='_no'
1037 fi
1038 AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
1039 AC_SUBST([AMDEPBACKSLASH])dnl
1040 _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
1041 AC_SUBST([am__nodep])dnl
1042 _AM_SUBST_NOTMAKE([am__nodep])dnl
1043 ])
1044
1045 # Generate code to set up dependency tracking. -*- Autoconf -*-
1046
1047 # Copyright (C) 1999-2014 Free Software Foundation, Inc.
1048 #
1049 # This file is free software; the Free Software Foundation
1050 # gives unlimited permission to copy and/or distribute it,
1051 # with or without modifications, as long as this notice is preserved.
1052
1053
1054 # _AM_OUTPUT_DEPENDENCY_COMMANDS
1055 # ------------------------------
1056 AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
1057 [{
1058 # Older Autoconf quotes --file arguments for eval, but not when files
1059 # are listed without --file. Let's play safe and only enable the eval
1060 # if we detect the quoting.
1061 case $CONFIG_FILES in
1062 *\'*) eval set x "$CONFIG_FILES" ;;
1063 *) set x $CONFIG_FILES ;;
1064 esac
1065 shift
1066 for mf
1067 do
1068 # Strip MF so we end up with the name of the file.
1069 mf=`echo "$mf" | sed -e 's/:.*$//'`
1070 # Check whether this is an Automake generated Makefile or not.
1071 # We used to match only the files named 'Makefile.in', but
1072 # some people rename them; so instead we look at the file content.
1073 # Grep'ing the first line is not enough: some people post-process
1074 # each Makefile.in and add a new line on top of each file to say so.
1075 # Grep'ing the whole file is not good either: AIX grep has a line
1076 # limit of 2048, but all sed's we know have understand at least 4000.
1077 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
1078 dirpart=`AS_DIRNAME("$mf")`
1079 else
1080 continue
1081 fi
1082 # Extract the definition of DEPDIR, am__include, and am__quote
1083 # from the Makefile without running 'make'.
1084 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
1085 test -z "$DEPDIR" && continue
1086 am__include=`sed -n 's/^am__include = //p' < "$mf"`
1087 test -z "$am__include" && continue
1088 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
1089 # Find all dependency output files, they are included files with
1090 # $(DEPDIR) in their names. We invoke sed twice because it is the
1091 # simplest approach to changing $(DEPDIR) to its actual value in the
1092 # expansion.
1093 for file in `sed -n "
1094 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
1095 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
1096 # Make sure the directory exists.
1097 test -f "$dirpart/$file" && continue
1098 fdir=`AS_DIRNAME(["$file"])`
1099 AS_MKDIR_P([$dirpart/$fdir])
1100 # echo "creating $dirpart/$file"
1101 echo '# dummy' > "$dirpart/$file"
1102 done
1103 done
1104 }
1105 ])# _AM_OUTPUT_DEPENDENCY_COMMANDS
1106
1107
1108 # AM_OUTPUT_DEPENDENCY_COMMANDS
1109 # -----------------------------
1110 # This macro should only be invoked once -- use via AC_REQUIRE.
1111 #
1112 # This code is only required when automatic dependency tracking
1113 # is enabled. FIXME. This creates each '.P' file that we will
1114 # need in order to bootstrap the dependency handling code.
1115 AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
1116 [AC_CONFIG_COMMANDS([depfiles],
1117 [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
1118 [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
1119 ])
1120
1121 # Do all the work for Automake. -*- Autoconf -*-
1122
1123 # Copyright (C) 1996-2014 Free Software Foundation, Inc.
1124 #
1125 # This file is free software; the Free Software Foundation
1126 # gives unlimited permission to copy and/or distribute it,
1127 # with or without modifications, as long as this notice is preserved.
1128
1129 # This macro actually does too much. Some checks are only needed if
1130 # your package does certain things. But this isn't really a big deal.
1131
1132 dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O.
1133 m4_define([AC_PROG_CC],
1134 m4_defn([AC_PROG_CC])
1135 [_AM_PROG_CC_C_O
1136 ])
1137
1138 # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
1139 # AM_INIT_AUTOMAKE([OPTIONS])
1140 # -----------------------------------------------
1141 # The call with PACKAGE and VERSION arguments is the old style
1142 # call (pre autoconf-2.50), which is being phased out. PACKAGE
1143 # and VERSION should now be passed to AC_INIT and removed from
1144 # the call to AM_INIT_AUTOMAKE.
1145 # We support both call styles for the transition. After
1146 # the next Automake release, Autoconf can make the AC_INIT
1147 # arguments mandatory, and then we can depend on a new Autoconf
1148 # release and drop the old call support.
1149 AC_DEFUN([AM_INIT_AUTOMAKE],
1150 [AC_PREREQ([2.65])dnl
1151 dnl Autoconf wants to disallow AM_ names. We explicitly allow
1152 dnl the ones we care about.
1153 m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
1154 AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
1155 AC_REQUIRE([AC_PROG_INSTALL])dnl
1156 if test "`cd $srcdir && pwd`" != "`pwd`"; then
1157 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
1158 # is not polluted with repeated "-I."
1159 AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
1160 # test to see if srcdir already configured
1161 if test -f $srcdir/config.status; then
1162 AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
1163 fi
1164 fi
1165
1166 # test whether we have cygpath
1167 if test -z "$CYGPATH_W"; then
1168 if (cygpath --version) >/dev/null 2>/dev/null; then
1169 CYGPATH_W='cygpath -w'
1170 else
1171 CYGPATH_W=echo
1172 fi
1173 fi
1174 AC_SUBST([CYGPATH_W])
1175
1176 # Define the identity of the package.
1177 dnl Distinguish between old-style and new-style calls.
1178 m4_ifval([$2],
1179 [AC_DIAGNOSE([obsolete],
1180 [$0: two- and three-arguments forms are deprecated.])
1181 m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
1182 AC_SUBST([PACKAGE], [$1])dnl
1183 AC_SUBST([VERSION], [$2])],
1184 [_AM_SET_OPTIONS([$1])dnl
1185 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
1186 m4_if(
1187 m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]),
1188 [ok:ok],,
1189 [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
1190 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
1191 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
1192
1193 _AM_IF_OPTION([no-define],,
1194 [AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
1195 AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl
1196
1197 # Some tools Automake needs.
1198 AC_REQUIRE([AM_SANITY_CHECK])dnl
1199 AC_REQUIRE([AC_ARG_PROGRAM])dnl
1200 AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
1201 AM_MISSING_PROG([AUTOCONF], [autoconf])
1202 AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
1203 AM_MISSING_PROG([AUTOHEADER], [autoheader])
1204 AM_MISSING_PROG([MAKEINFO], [makeinfo])
1205 AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
1206 AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
1207 AC_REQUIRE([AC_PROG_MKDIR_P])dnl
1208 # For better backward compatibility. To be removed once Automake 1.9.x
1209 # dies out for good. For more background, see:
1210 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
1211 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
1212 AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
1213 # We need awk for the "check" target (and possibly the TAP driver). The
1214 # system "awk" is bad on some platforms.
1215 AC_REQUIRE([AC_PROG_AWK])dnl
1216 AC_REQUIRE([AC_PROG_MAKE_SET])dnl
1217 AC_REQUIRE([AM_SET_LEADING_DOT])dnl
1218 _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
1219 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
1220 [_AM_PROG_TAR([v7])])])
1221 _AM_IF_OPTION([no-dependencies],,
1222 [AC_PROVIDE_IFELSE([AC_PROG_CC],
1223 [_AM_DEPENDENCIES([CC])],
1224 [m4_define([AC_PROG_CC],
1225 m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl
1226 AC_PROVIDE_IFELSE([AC_PROG_CXX],
1227 [_AM_DEPENDENCIES([CXX])],
1228 [m4_define([AC_PROG_CXX],
1229 m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl
1230 AC_PROVIDE_IFELSE([AC_PROG_OBJC],
1231 [_AM_DEPENDENCIES([OBJC])],
1232 [m4_define([AC_PROG_OBJC],
1233 m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
1234 AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
1235 [_AM_DEPENDENCIES([OBJCXX])],
1236 [m4_define([AC_PROG_OBJCXX],
1237 m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
1238 ])
1239 AC_REQUIRE([AM_SILENT_RULES])dnl
1240 dnl The testsuite driver may need to know about EXEEXT, so add the
1241 dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This
1242 dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below.
1243 AC_CONFIG_COMMANDS_PRE(dnl
1244 [m4_provide_if([_AM_COMPILER_EXEEXT],
1245 [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
1246
1247 # POSIX will say in a future version that running "rm -f" with no argument
1248 # is OK; and we want to be able to make that assumption in our Makefile
1249 # recipes. So use an aggressive probe to check that the usage we want is
1250 # actually supported "in the wild" to an acceptable degree.
1251 # See automake bug#10828.
1252 # To make any issue more visible, cause the running configure to be aborted
1253 # by default if the 'rm' program in use doesn't match our expectations; the
1254 # user can still override this though.
1255 if rm -f && rm -fr && rm -rf; then : OK; else
1256 cat >&2 <<'END'
1257 Oops!
1258
1259 Your 'rm' program seems unable to run without file operands specified
1260 on the command line, even when the '-f' option is present. This is contrary
1261 to the behaviour of most rm programs out there, and not conforming with
1262 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
1263
1264 Please tell bug-automake@gnu.org about your system, including the value
1265 of your $PATH and any error possibly output before this message. This
1266 can help us improve future automake versions.
1267
1268 END
1269 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
1270 echo 'Configuration will proceed anyway, since you have set the' >&2
1271 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
1272 echo >&2
1273 else
1274 cat >&2 <<'END'
1275 Aborting the configuration process, to ensure you take notice of the issue.
1276
1277 You can download and install GNU coreutils to get an 'rm' implementation
1278 that behaves properly: <http://www.gnu.org/software/coreutils/>.
1279
1280 If you want to complete the configuration process using your problematic
1281 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
1282 to "yes", and re-run configure.
1283
1284 END
1285 AC_MSG_ERROR([Your 'rm' program is bad, sorry.])
1286 fi
1287 fi
1288 dnl The trailing newline in this macro's definition is deliberate, for
1289 dnl backward compatibility and to allow trailing 'dnl'-style comments
1290 dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841.
1291 ])
1292
1293 dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not
1294 dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
1295 dnl mangled by Autoconf and run in a shell conditional statement.
1296 m4_define([_AC_COMPILER_EXEEXT],
1297 m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
1298
1299 # When config.status generates a header, we must update the stamp-h file.
1300 # This file resides in the same directory as the config header
1301 # that is generated. The stamp files are numbered to have different names.
1302
1303 # Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
1304 # loop where config.status creates the headers, so we can generate
1305 # our stamp files there.
1306 AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
1307 [# Compute $1's index in $config_headers.
1308 _am_arg=$1
1309 _am_stamp_count=1
1310 for _am_header in $config_headers :; do
1311 case $_am_header in
1312 $_am_arg | $_am_arg:* )
1313 break ;;
1314 * )
1315 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
1316 esac
1317 done
1318 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
1319
1320 # Copyright (C) 2001-2014 Free Software Foundation, Inc.
1321 #
1322 # This file is free software; the Free Software Foundation
1323 # gives unlimited permission to copy and/or distribute it,
1324 # with or without modifications, as long as this notice is preserved.
1325
1326 # AM_PROG_INSTALL_SH
1327 # ------------------
1328 # Define $install_sh.
1329 AC_DEFUN([AM_PROG_INSTALL_SH],
1330 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
1331 if test x"${install_sh+set}" != xset; then
1332 case $am_aux_dir in
1333 *\ * | *\ *)
1334 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
1335 *)
1336 install_sh="\${SHELL} $am_aux_dir/install-sh"
1337 esac
1338 fi
1339 AC_SUBST([install_sh])])
1340
1341 # Copyright (C) 2003-2014 Free Software Foundation, Inc.
1342 #
1343 # This file is free software; the Free Software Foundation
1344 # gives unlimited permission to copy and/or distribute it,
1345 # with or without modifications, as long as this notice is preserved.
1346
1347 # Check whether the underlying file-system supports filenames
1348 # with a leading dot. For instance MS-DOS doesn't.
1349 AC_DEFUN([AM_SET_LEADING_DOT],
1350 [rm -rf .tst 2>/dev/null
1351 mkdir .tst 2>/dev/null
1352 if test -d .tst; then
1353 am__leading_dot=.
1354 else
1355 am__leading_dot=_
1356 fi
1357 rmdir .tst 2>/dev/null
1358 AC_SUBST([am__leading_dot])])
1359
1360 # Check to see how 'make' treats includes. -*- Autoconf -*-
1361
1362 # Copyright (C) 2001-2014 Free Software Foundation, Inc.
1363 #
1364 # This file is free software; the Free Software Foundation
1365 # gives unlimited permission to copy and/or distribute it,
1366 # with or without modifications, as long as this notice is preserved.
1367
1368 # AM_MAKE_INCLUDE()
1369 # -----------------
1370 # Check to see how make treats includes.
1371 AC_DEFUN([AM_MAKE_INCLUDE],
1372 [am_make=${MAKE-make}
1373 cat > confinc << 'END'
1374 am__doit:
1375 @echo this is the am__doit target
1376 .PHONY: am__doit
1377 END
1378 # If we don't find an include directive, just comment out the code.
1379 AC_MSG_CHECKING([for style of include used by $am_make])
1380 am__include="#"
1381 am__quote=
1382 _am_result=none
1383 # First try GNU make style include.
1384 echo "include confinc" > confmf
1385 # Ignore all kinds of additional output from 'make'.
1386 case `$am_make -s -f confmf 2> /dev/null` in #(
1387 *the\ am__doit\ target*)
1388 am__include=include
1389 am__quote=
1390 _am_result=GNU
1391 ;;
1392 esac
1393 # Now try BSD make style include.
1394 if test "$am__include" = "#"; then
1395 echo '.include "confinc"' > confmf
1396 case `$am_make -s -f confmf 2> /dev/null` in #(
1397 *the\ am__doit\ target*)
1398 am__include=.include
1399 am__quote="\""
1400 _am_result=BSD
1401 ;;
1402 esac
1403 fi
1404 AC_SUBST([am__include])
1405 AC_SUBST([am__quote])
1406 AC_MSG_RESULT([$_am_result])
1407 rm -f confinc confmf
1408 ])
1409
1410 # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
1411
1412 # Copyright (C) 1997-2014 Free Software Foundation, Inc.
1413 #
1414 # This file is free software; the Free Software Foundation
1415 # gives unlimited permission to copy and/or distribute it,
1416 # with or without modifications, as long as this notice is preserved.
1417
1418 # AM_MISSING_PROG(NAME, PROGRAM)
1419 # ------------------------------
1420 AC_DEFUN([AM_MISSING_PROG],
1421 [AC_REQUIRE([AM_MISSING_HAS_RUN])
1422 $1=${$1-"${am_missing_run}$2"}
1423 AC_SUBST($1)])
1424
1425 # AM_MISSING_HAS_RUN
1426 # ------------------
1427 # Define MISSING if not defined so far and test if it is modern enough.
1428 # If it is, set am_missing_run to use it, otherwise, to nothing.
1429 AC_DEFUN([AM_MISSING_HAS_RUN],
1430 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
1431 AC_REQUIRE_AUX_FILE([missing])dnl
1432 if test x"${MISSING+set}" != xset; then
1433 case $am_aux_dir in
1434 *\ * | *\ *)
1435 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
1436 *)
1437 MISSING="\${SHELL} $am_aux_dir/missing" ;;
1438 esac
1439 fi
1440 # Use eval to expand $SHELL
1441 if eval "$MISSING --is-lightweight"; then
1442 am_missing_run="$MISSING "
1443 else
1444 am_missing_run=
1445 AC_MSG_WARN(['missing' script is too old or missing])
1446 fi
1447 ])
1448
1449 # Helper functions for option handling. -*- Autoconf -*-
1450
1451 # Copyright (C) 2001-2014 Free Software Foundation, Inc.
1452 #
1453 # This file is free software; the Free Software Foundation
1454 # gives unlimited permission to copy and/or distribute it,
1455 # with or without modifications, as long as this notice is preserved.
1456
1457 # _AM_MANGLE_OPTION(NAME)
1458 # -----------------------
1459 AC_DEFUN([_AM_MANGLE_OPTION],
1460 [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
1461
1462 # _AM_SET_OPTION(NAME)
1463 # --------------------
1464 # Set option NAME. Presently that only means defining a flag for this option.
1465 AC_DEFUN([_AM_SET_OPTION],
1466 [m4_define(_AM_MANGLE_OPTION([$1]), [1])])
1467
1468 # _AM_SET_OPTIONS(OPTIONS)
1469 # ------------------------
1470 # OPTIONS is a space-separated list of Automake options.
1471 AC_DEFUN([_AM_SET_OPTIONS],
1472 [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
1473
1474 # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
1475 # -------------------------------------------
1476 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
1477 AC_DEFUN([_AM_IF_OPTION],
1478 [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
1479
1480 # Copyright (C) 1999-2014 Free Software Foundation, Inc.
1481 #
1482 # This file is free software; the Free Software Foundation
1483 # gives unlimited permission to copy and/or distribute it,
1484 # with or without modifications, as long as this notice is preserved.
1485
1486 # _AM_PROG_CC_C_O
1487 # ---------------
1488 # Like AC_PROG_CC_C_O, but changed for automake. We rewrite AC_PROG_CC
1489 # to automatically call this.
1490 AC_DEFUN([_AM_PROG_CC_C_O],
1491 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
1492 AC_REQUIRE_AUX_FILE([compile])dnl
1493 AC_LANG_PUSH([C])dnl
1494 AC_CACHE_CHECK(
1495 [whether $CC understands -c and -o together],
1496 [am_cv_prog_cc_c_o],
1497 [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])])
1498 # Make sure it works both with $CC and with simple cc.
1499 # Following AC_PROG_CC_C_O, we do the test twice because some
1500 # compilers refuse to overwrite an existing .o file with -o,
1501 # though they will create one.
1502 am_cv_prog_cc_c_o=yes
1503 for am_i in 1 2; do
1504 if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \
1505 && test -f conftest2.$ac_objext; then
1506 : OK
1507 else
1508 am_cv_prog_cc_c_o=no
1509 break
1510 fi
1511 done
1512 rm -f core conftest*
1513 unset am_i])
1514 if test "$am_cv_prog_cc_c_o" != yes; then
1515 # Losing compiler, so override with the script.
1516 # FIXME: It is wrong to rewrite CC.
1517 # But if we don't then we get into trouble of one sort or another.
1518 # A longer-term fix would be to have automake use am__CC in this case,
1519 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
1520 CC="$am_aux_dir/compile $CC"
1521 fi
1522 AC_LANG_POP([C])])
1523
1524 # For backward compatibility.
1525 AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
1526
1527 # Copyright (C) 1999-2014 Free Software Foundation, Inc.
1528 #
1529 # This file is free software; the Free Software Foundation
1530 # gives unlimited permission to copy and/or distribute it,
1531 # with or without modifications, as long as this notice is preserved.
1532
1533
1534 # AM_PATH_PYTHON([MINIMUM-VERSION], [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
1535 # ---------------------------------------------------------------------------
1536 # Adds support for distributing Python modules and packages. To
1537 # install modules, copy them to $(pythondir), using the python_PYTHON
1538 # automake variable. To install a package with the same name as the
1539 # automake package, install to $(pkgpythondir), or use the
1540 # pkgpython_PYTHON automake variable.
1541 #
1542 # The variables $(pyexecdir) and $(pkgpyexecdir) are provided as
1543 # locations to install python extension modules (shared libraries).
1544 # Another macro is required to find the appropriate flags to compile
1545 # extension modules.
1546 #
1547 # If your package is configured with a different prefix to python,
1548 # users will have to add the install directory to the PYTHONPATH
1549 # environment variable, or create a .pth file (see the python
1550 # documentation for details).
1551 #
1552 # If the MINIMUM-VERSION argument is passed, AM_PATH_PYTHON will
1553 # cause an error if the version of python installed on the system
1554 # doesn't meet the requirement. MINIMUM-VERSION should consist of
1555 # numbers and dots only.
1556 AC_DEFUN([AM_PATH_PYTHON],
1557 [
1558 dnl Find a Python interpreter. Python versions prior to 2.0 are not
1559 dnl supported. (2.0 was released on October 16, 2000).
1560 m4_define_default([_AM_PYTHON_INTERPRETER_LIST],
1561 [python python2 python3 python3.3 python3.2 python3.1 python3.0 python2.7 dnl
1562 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0])
1563
1564 AC_ARG_VAR([PYTHON], [the Python interpreter])
1565
1566 m4_if([$1],[],[
1567 dnl No version check is needed.
1568 # Find any Python interpreter.
1569 if test -z "$PYTHON"; then
1570 AC_PATH_PROGS([PYTHON], _AM_PYTHON_INTERPRETER_LIST, :)
1571 fi
1572 am_display_PYTHON=python
1573 ], [
1574 dnl A version check is needed.
1575 if test -n "$PYTHON"; then
1576 # If the user set $PYTHON, use it and don't search something else.
1577 AC_MSG_CHECKING([whether $PYTHON version is >= $1])
1578 AM_PYTHON_CHECK_VERSION([$PYTHON], [$1],
1579 [AC_MSG_RESULT([yes])],
1580 [AC_MSG_RESULT([no])
1581 AC_MSG_ERROR([Python interpreter is too old])])
1582 am_display_PYTHON=$PYTHON
1583 else
1584 # Otherwise, try each interpreter until we find one that satisfies
1585 # VERSION.
1586 AC_CACHE_CHECK([for a Python interpreter with version >= $1],
1587 [am_cv_pathless_PYTHON],[
1588 for am_cv_pathless_PYTHON in _AM_PYTHON_INTERPRETER_LIST none; do
1589 test "$am_cv_pathless_PYTHON" = none && break
1590 AM_PYTHON_CHECK_VERSION([$am_cv_pathless_PYTHON], [$1], [break])
1591 done])
1592 # Set $PYTHON to the absolute path of $am_cv_pathless_PYTHON.
1593 if test "$am_cv_pathless_PYTHON" = none; then
1594 PYTHON=:
1595 else
1596 AC_PATH_PROG([PYTHON], [$am_cv_pathless_PYTHON])
1597 fi
1598 am_display_PYTHON=$am_cv_pathless_PYTHON
1599 fi
1600 ])
1601
1602 if test "$PYTHON" = :; then
1603 dnl Run any user-specified action, or abort.
1604 m4_default([$3], [AC_MSG_ERROR([no suitable Python interpreter found])])
1605 else
1606
1607 dnl Query Python for its version number. Getting [:3] seems to be
1608 dnl the best way to do this; it's what "site.py" does in the standard
1609 dnl library.
1610
1611 AC_CACHE_CHECK([for $am_display_PYTHON version], [am_cv_python_version],
1612 [am_cv_python_version=`$PYTHON -c "import sys; sys.stdout.write(sys.version[[:3]])"`])
1613 AC_SUBST([PYTHON_VERSION], [$am_cv_python_version])
1614
1615 dnl Use the values of $prefix and $exec_prefix for the corresponding
1616 dnl values of PYTHON_PREFIX and PYTHON_EXEC_PREFIX. These are made
1617 dnl distinct variables so they can be overridden if need be. However,
1618 dnl general consensus is that you shouldn't need this ability.
1619
1620 AC_SUBST([PYTHON_PREFIX], ['${prefix}'])
1621 AC_SUBST([PYTHON_EXEC_PREFIX], ['${exec_prefix}'])
1622
1623 dnl At times (like when building shared libraries) you may want
1624 dnl to know which OS platform Python thinks this is.
1625
1626 AC_CACHE_CHECK([for $am_display_PYTHON platform], [am_cv_python_platform],
1627 [am_cv_python_platform=`$PYTHON -c "import sys; sys.stdout.write(sys.platform)"`])
1628 AC_SUBST([PYTHON_PLATFORM], [$am_cv_python_platform])
1629
1630 # Just factor out some code duplication.
1631 am_python_setup_sysconfig="\
1632 import sys
1633 # Prefer sysconfig over distutils.sysconfig, for better compatibility
1634 # with python 3.x. See automake bug#10227.
1635 try:
1636 import sysconfig
1637 except ImportError:
1638 can_use_sysconfig = 0
1639 else:
1640 can_use_sysconfig = 1
1641 # Can't use sysconfig in CPython 2.7, since it's broken in virtualenvs:
1642 # <https://github.com/pypa/virtualenv/issues/118>
1643 try:
1644 from platform import python_implementation
1645 if python_implementation() == 'CPython' and sys.version[[:3]] == '2.7':
1646 can_use_sysconfig = 0
1647 except ImportError:
1648 pass"
1649
1650 dnl Set up 4 directories:
1651
1652 dnl pythondir -- where to install python scripts. This is the
1653 dnl site-packages directory, not the python standard library
1654 dnl directory like in previous automake betas. This behavior
1655 dnl is more consistent with lispdir.m4 for example.
1656 dnl Query distutils for this directory.
1657 AC_CACHE_CHECK([for $am_display_PYTHON script directory],
1658 [am_cv_python_pythondir],
1659 [if test "x$prefix" = xNONE
1660 then
1661 am_py_prefix=$ac_default_prefix
1662 else
1663 am_py_prefix=$prefix
1664 fi
1665 am_cv_python_pythondir=`$PYTHON -c "
1666 $am_python_setup_sysconfig
1667 if can_use_sysconfig:
1668 sitedir = sysconfig.get_path('purelib', vars={'base':'$am_py_prefix'})
1669 else:
1670 from distutils import sysconfig
1671 sitedir = sysconfig.get_python_lib(0, 0, prefix='$am_py_prefix')
1672 sys.stdout.write(sitedir)"`
1673 case $am_cv_python_pythondir in
1674 $am_py_prefix*)
1675 am__strip_prefix=`echo "$am_py_prefix" | sed 's|.|.|g'`
1676 am_cv_python_pythondir=`echo "$am_cv_python_pythondir" | sed "s,^$am__strip_prefix,$PYTHON_PREFIX,"`
1677 ;;
1678 *)
1679 case $am_py_prefix in
1680 /usr|/System*) ;;
1681 *)
1682 am_cv_python_pythondir=$PYTHON_PREFIX/lib/python$PYTHON_VERSION/site-packages
1683 ;;
1684 esac
1685 ;;
1686 esac
1687 ])
1688 AC_SUBST([pythondir], [$am_cv_python_pythondir])
1689
1690 dnl pkgpythondir -- $PACKAGE directory under pythondir. Was
1691 dnl PYTHON_SITE_PACKAGE in previous betas, but this naming is
1692 dnl more consistent with the rest of automake.
1693
1694 AC_SUBST([pkgpythondir], [\${pythondir}/$PACKAGE])
1695
1696 dnl pyexecdir -- directory for installing python extension modules
1697 dnl (shared libraries)
1698 dnl Query distutils for this directory.
1699 AC_CACHE_CHECK([for $am_display_PYTHON extension module directory],
1700 [am_cv_python_pyexecdir],
1701 [if test "x$exec_prefix" = xNONE
1702 then
1703 am_py_exec_prefix=$am_py_prefix
1704 else
1705 am_py_exec_prefix=$exec_prefix
1706 fi
1707 am_cv_python_pyexecdir=`$PYTHON -c "
1708 $am_python_setup_sysconfig
1709 if can_use_sysconfig:
1710 sitedir = sysconfig.get_path('platlib', vars={'platbase':'$am_py_prefix'})
1711 else:
1712 from distutils import sysconfig
1713 sitedir = sysconfig.get_python_lib(1, 0, prefix='$am_py_prefix')
1714 sys.stdout.write(sitedir)"`
1715 case $am_cv_python_pyexecdir in
1716 $am_py_exec_prefix*)
1717 am__strip_prefix=`echo "$am_py_exec_prefix" | sed 's|.|.|g'`
1718 am_cv_python_pyexecdir=`echo "$am_cv_python_pyexecdir" | sed "s,^$am__strip_prefix,$PYTHON_EXEC_PREFIX,"`
1719 ;;
1720 *)
1721 case $am_py_exec_prefix in
1722 /usr|/System*) ;;
1723 *)
1724 am_cv_python_pyexecdir=$PYTHON_EXEC_PREFIX/lib/python$PYTHON_VERSION/site-packages
1725 ;;
1726 esac
1727 ;;
1728 esac
1729 ])
1730 AC_SUBST([pyexecdir], [$am_cv_python_pyexecdir])
1731
1732 dnl pkgpyexecdir -- $(pyexecdir)/$(PACKAGE)
1733
1734 AC_SUBST([pkgpyexecdir], [\${pyexecdir}/$PACKAGE])
1735
1736 dnl Run any user-specified action.
1737 $2
1738 fi
1739
1740 ])
1741
1742
1743 # AM_PYTHON_CHECK_VERSION(PROG, VERSION, [ACTION-IF-TRUE], [ACTION-IF-FALSE])
1744 # ---------------------------------------------------------------------------
1745 # Run ACTION-IF-TRUE if the Python interpreter PROG has version >= VERSION.
1746 # Run ACTION-IF-FALSE otherwise.
1747 # This test uses sys.hexversion instead of the string equivalent (first
1748 # word of sys.version), in order to cope with versions such as 2.2c1.
1749 # This supports Python 2.0 or higher. (2.0 was released on October 16, 2000).
1750 AC_DEFUN([AM_PYTHON_CHECK_VERSION],
1751 [prog="import sys
1752 # split strings by '.' and convert to numeric. Append some zeros
1753 # because we need at least 4 digits for the hex conversion.
1754 # map returns an iterator in Python 3.0 and a list in 2.x
1755 minver = list(map(int, '$2'.split('.'))) + [[0, 0, 0]]
1756 minverhex = 0
1757 # xrange is not present in Python 3.0 and range returns an iterator
1758 for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[[i]]
1759 sys.exit(sys.hexversion < minverhex)"
1760 AS_IF([AM_RUN_LOG([$1 -c "$prog"])], [$3], [$4])])
1761
1762 # Copyright (C) 2001-2014 Free Software Foundation, Inc.
1763 #
1764 # This file is free software; the Free Software Foundation
1765 # gives unlimited permission to copy and/or distribute it,
1766 # with or without modifications, as long as this notice is preserved.
1767
1768 # AM_RUN_LOG(COMMAND)
1769 # -------------------
1770 # Run COMMAND, save the exit status in ac_status, and log it.
1771 # (This has been adapted from Autoconf's _AC_RUN_LOG macro.)
1772 AC_DEFUN([AM_RUN_LOG],
1773 [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
1774 ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
1775 ac_status=$?
1776 echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
1777 (exit $ac_status); }])
1778
1779 # Check to make sure that the build environment is sane. -*- Autoconf -*-
1780
1781 # Copyright (C) 1996-2014 Free Software Foundation, Inc.
1782 #
1783 # This file is free software; the Free Software Foundation
1784 # gives unlimited permission to copy and/or distribute it,
1785 # with or without modifications, as long as this notice is preserved.
1786
1787 # AM_SANITY_CHECK
1788 # ---------------
1789 AC_DEFUN([AM_SANITY_CHECK],
1790 [AC_MSG_CHECKING([whether build environment is sane])
1791 # Reject unsafe characters in $srcdir or the absolute working directory
1792 # name. Accept space and tab only in the latter.
1793 am_lf='
1794 '
1795 case `pwd` in
1796 *[[\\\"\#\$\&\'\`$am_lf]]*)
1797 AC_MSG_ERROR([unsafe absolute working directory name]);;
1798 esac
1799 case $srcdir in
1800 *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*)
1801 AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);;
1802 esac
1803
1804 # Do 'set' in a subshell so we don't clobber the current shell's
1805 # arguments. Must try -L first in case configure is actually a
1806 # symlink; some systems play weird games with the mod time of symlinks
1807 # (eg FreeBSD returns the mod time of the symlink's containing
1808 # directory).
1809 if (
1810 am_has_slept=no
1811 for am_try in 1 2; do
1812 echo "timestamp, slept: $am_has_slept" > conftest.file
1813 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
1814 if test "$[*]" = "X"; then
1815 # -L didn't work.
1816 set X `ls -t "$srcdir/configure" conftest.file`
1817 fi
1818 if test "$[*]" != "X $srcdir/configure conftest.file" \
1819 && test "$[*]" != "X conftest.file $srcdir/configure"; then
1820
1821 # If neither matched, then we have a broken ls. This can happen
1822 # if, for instance, CONFIG_SHELL is bash and it inherits a
1823 # broken ls alias from the environment. This has actually
1824 # happened. Such a system could not be considered "sane".
1825 AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken
1826 alias in your environment])
1827 fi
1828 if test "$[2]" = conftest.file || test $am_try -eq 2; then
1829 break
1830 fi
1831 # Just in case.
1832 sleep 1
1833 am_has_slept=yes
1834 done
1835 test "$[2]" = conftest.file
1836 )
1837 then
1838 # Ok.
1839 :
1840 else
1841 AC_MSG_ERROR([newly created file is older than distributed files!
1842 Check your system clock])
1843 fi
1844 AC_MSG_RESULT([yes])
1845 # If we didn't sleep, we still need to ensure time stamps of config.status and
1846 # generated files are strictly newer.
1847 am_sleep_pid=
1848 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
1849 ( sleep 1 ) &
1850 am_sleep_pid=$!
1851 fi
1852 AC_CONFIG_COMMANDS_PRE(
1853 [AC_MSG_CHECKING([that generated files are newer than configure])
1854 if test -n "$am_sleep_pid"; then
1855 # Hide warnings about reused PIDs.
1856 wait $am_sleep_pid 2>/dev/null
1857 fi
1858 AC_MSG_RESULT([done])])
1859 rm -f conftest.file
1860 ])
1861
1862 # Copyright (C) 2009-2014 Free Software Foundation, Inc.
1863 #
1864 # This file is free software; the Free Software Foundation
1865 # gives unlimited permission to copy and/or distribute it,
1866 # with or without modifications, as long as this notice is preserved.
1867
1868 # AM_SILENT_RULES([DEFAULT])
1869 # --------------------------
1870 # Enable less verbose build rules; with the default set to DEFAULT
1871 # ("yes" being less verbose, "no" or empty being verbose).
1872 AC_DEFUN([AM_SILENT_RULES],
1873 [AC_ARG_ENABLE([silent-rules], [dnl
1874 AS_HELP_STRING(
1875 [--enable-silent-rules],
1876 [less verbose build output (undo: "make V=1")])
1877 AS_HELP_STRING(
1878 [--disable-silent-rules],
1879 [verbose build output (undo: "make V=0")])dnl
1880 ])
1881 case $enable_silent_rules in @%:@ (((
1882 yes) AM_DEFAULT_VERBOSITY=0;;
1883 no) AM_DEFAULT_VERBOSITY=1;;
1884 *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
1885 esac
1886 dnl
1887 dnl A few 'make' implementations (e.g., NonStop OS and NextStep)
1888 dnl do not support nested variable expansions.
1889 dnl See automake bug#9928 and bug#10237.
1890 am_make=${MAKE-make}
1891 AC_CACHE_CHECK([whether $am_make supports nested variables],
1892 [am_cv_make_support_nested_variables],
1893 [if AS_ECHO([['TRUE=$(BAR$(V))
1894 BAR0=false
1895 BAR1=true
1896 V=1
1897 am__doit:
1898 @$(TRUE)
1899 .PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then
1900 am_cv_make_support_nested_variables=yes
1901 else
1902 am_cv_make_support_nested_variables=no
1903 fi])
1904 if test $am_cv_make_support_nested_variables = yes; then
1905 dnl Using '$V' instead of '$(V)' breaks IRIX make.
1906 AM_V='$(V)'
1907 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
1908 else
1909 AM_V=$AM_DEFAULT_VERBOSITY
1910 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
1911 fi
1912 AC_SUBST([AM_V])dnl
1913 AM_SUBST_NOTMAKE([AM_V])dnl
1914 AC_SUBST([AM_DEFAULT_V])dnl
1915 AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl
1916 AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
1917 AM_BACKSLASH='\'
1918 AC_SUBST([AM_BACKSLASH])dnl
1919 _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
1920 ])
1921
1922 # Copyright (C) 2001-2014 Free Software Foundation, Inc.
1923 #
1924 # This file is free software; the Free Software Foundation
1925 # gives unlimited permission to copy and/or distribute it,
1926 # with or without modifications, as long as this notice is preserved.
1927
1928 # AM_PROG_INSTALL_STRIP
1929 # ---------------------
1930 # One issue with vendor 'install' (even GNU) is that you can't
1931 # specify the program used to strip binaries. This is especially
1932 # annoying in cross-compiling environments, where the build's strip
1933 # is unlikely to handle the host's binaries.
1934 # Fortunately install-sh will honor a STRIPPROG variable, so we
1935 # always use install-sh in "make install-strip", and initialize
1936 # STRIPPROG with the value of the STRIP variable (set by the user).
1937 AC_DEFUN([AM_PROG_INSTALL_STRIP],
1938 [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
1939 # Installed binaries are usually stripped using 'strip' when the user
1940 # run "make install-strip". However 'strip' might not be the right
1941 # tool to use in cross-compilation environments, therefore Automake
1942 # will honor the 'STRIP' environment variable to overrule this program.
1943 dnl Don't test for $cross_compiling = yes, because it might be 'maybe'.
1944 if test "$cross_compiling" != no; then
1945 AC_CHECK_TOOL([STRIP], [strip], :)
1946 fi
1947 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
1948 AC_SUBST([INSTALL_STRIP_PROGRAM])])
1949
1950 # Copyright (C) 2006-2014 Free Software Foundation, Inc.
1951 #
1952 # This file is free software; the Free Software Foundation
1953 # gives unlimited permission to copy and/or distribute it,
1954 # with or without modifications, as long as this notice is preserved.
1955
1956 # _AM_SUBST_NOTMAKE(VARIABLE)
1957 # ---------------------------
1958 # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
1959 # This macro is traced by Automake.
1960 AC_DEFUN([_AM_SUBST_NOTMAKE])
1961
1962 # AM_SUBST_NOTMAKE(VARIABLE)
1963 # --------------------------
1964 # Public sister of _AM_SUBST_NOTMAKE.
1965 AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
1966
1967 # Check how to create a tarball. -*- Autoconf -*-
1968
1969 # Copyright (C) 2004-2014 Free Software Foundation, Inc.
1970 #
1971 # This file is free software; the Free Software Foundation
1972 # gives unlimited permission to copy and/or distribute it,
1973 # with or without modifications, as long as this notice is preserved.
1974
1975 # _AM_PROG_TAR(FORMAT)
1976 # --------------------
1977 # Check how to create a tarball in format FORMAT.
1978 # FORMAT should be one of 'v7', 'ustar', or 'pax'.
1979 #
1980 # Substitute a variable $(am__tar) that is a command
1981 # writing to stdout a FORMAT-tarball containing the directory
1982 # $tardir.
1983 # tardir=directory && $(am__tar) > result.tar
1984 #
1985 # Substitute a variable $(am__untar) that extract such
1986 # a tarball read from stdin.
1987 # $(am__untar) < result.tar
1988 #
1989 AC_DEFUN([_AM_PROG_TAR],
1990 [# Always define AMTAR for backward compatibility. Yes, it's still used
1991 # in the wild :-( We should find a proper way to deprecate it ...
1992 AC_SUBST([AMTAR], ['$${TAR-tar}'])
1993
1994 # We'll loop over all known methods to create a tar archive until one works.
1995 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
1996
1997 m4_if([$1], [v7],
1998 [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
1999
2000 [m4_case([$1],
2001 [ustar],
2002 [# The POSIX 1988 'ustar' format is defined with fixed-size fields.
2003 # There is notably a 21 bits limit for the UID and the GID. In fact,
2004 # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
2005 # and bug#13588).
2006 am_max_uid=2097151 # 2^21 - 1
2007 am_max_gid=$am_max_uid
2008 # The $UID and $GID variables are not portable, so we need to resort
2009 # to the POSIX-mandated id(1) utility. Errors in the 'id' calls
2010 # below are definitely unexpected, so allow the users to see them
2011 # (that is, avoid stderr redirection).
2012 am_uid=`id -u || echo unknown`
2013 am_gid=`id -g || echo unknown`
2014 AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format])
2015 if test $am_uid -le $am_max_uid; then
2016 AC_MSG_RESULT([yes])
2017 else
2018 AC_MSG_RESULT([no])
2019 _am_tools=none
2020 fi
2021 AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format])
2022 if test $am_gid -le $am_max_gid; then
2023 AC_MSG_RESULT([yes])
2024 else
2025 AC_MSG_RESULT([no])
2026 _am_tools=none
2027 fi],
2028
2029 [pax],
2030 [],
2031
2032 [m4_fatal([Unknown tar format])])
2033
2034 AC_MSG_CHECKING([how to create a $1 tar archive])
2035
2036 # Go ahead even if we have the value already cached. We do so because we
2037 # need to set the values for the 'am__tar' and 'am__untar' variables.
2038 _am_tools=${am_cv_prog_tar_$1-$_am_tools}
2039
2040 for _am_tool in $_am_tools; do
2041 case $_am_tool in
2042 gnutar)
2043 for _am_tar in tar gnutar gtar; do
2044 AM_RUN_LOG([$_am_tar --version]) && break
2045 done
2046 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
2047 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
2048 am__untar="$_am_tar -xf -"
2049 ;;
2050 plaintar)
2051 # Must skip GNU tar: if it does not support --format= it doesn't create
2052 # ustar tarball either.
2053 (tar --version) >/dev/null 2>&1 && continue
2054 am__tar='tar chf - "$$tardir"'
2055 am__tar_='tar chf - "$tardir"'
2056 am__untar='tar xf -'
2057 ;;
2058 pax)
2059 am__tar='pax -L -x $1 -w "$$tardir"'
2060 am__tar_='pax -L -x $1 -w "$tardir"'
2061 am__untar='pax -r'
2062 ;;
2063 cpio)
2064 am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
2065 am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
2066 am__untar='cpio -i -H $1 -d'
2067 ;;
2068 none)
2069 am__tar=false
2070 am__tar_=false
2071 am__untar=false
2072 ;;
2073 esac
2074
2075 # If the value was cached, stop now. We just wanted to have am__tar
2076 # and am__untar set.
2077 test -n "${am_cv_prog_tar_$1}" && break
2078
2079 # tar/untar a dummy directory, and stop if the command works.
2080 rm -rf conftest.dir
2081 mkdir conftest.dir
2082 echo GrepMe > conftest.dir/file
2083 AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
2084 rm -rf conftest.dir
2085 if test -s conftest.tar; then
2086 AM_RUN_LOG([$am__untar <conftest.tar])
2087 AM_RUN_LOG([cat conftest.dir/file])
2088 grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
2089 fi
2090 done
2091 rm -rf conftest.dir
2092
2093 AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
2094 AC_MSG_RESULT([$am_cv_prog_tar_$1])])
2095
2096 AC_SUBST([am__tar])
2097 AC_SUBST([am__untar])
2098 ]) # _AM_PROG_TAR
2099
2100 m4_include([common/acx_pthread.m4])
2101 m4_include([common/gcc_stack_protect.m4])
2102 m4_include([common/gcc_visibility.m4])
2103 m4_include([common/intltool.m4])
2104 m4_include([common/introspection.m4])
2105 m4_include([common/libtool.m4])
2106 m4_include([common/ltoptions.m4])
2107 m4_include([common/ltsugar.m4])
2108 m4_include([common/ltversion.m4])
2109 m4_include([common/lt~obsolete.m4])
2110 m4_include([common/nls.m4])
2111 m4_include([common/python.m4])
2112 m4_include([acinclude.m4])
+0
-9
avahi-autoipd/.gitignore less more
0 *.o
1 *.lo
2 *.la
3 Makefile
4 Makefile.in
5 .deps
6 .libs
7 avahi-autoipd
8 avahi-autoipd.action
0 # Makefile.in generated by automake 1.15 from Makefile.am.
1 # @configure_input@
2
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
4
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 @SET_MAKE@
15
16 # This file is part of avahi.
17 #
18 # avahi is free software; you can redistribute it and/or modify it
19 # under the terms of the GNU Lesser General Public License as
20 # published by the Free Software Foundation; either version 2 of the
21 # License, or (at your option) any later version.
22 #
23 # avahi is distributed in the hope that it will be useful, but WITHOUT
24 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
25 # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
26 # License for more details.
27 #
28 # You should have received a copy of the GNU Lesser General Public
29 # License along with avahi; if not, write to the Free Software
30 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
31 # USA.
32
33
34 VPATH = @srcdir@
35 am__is_gnu_make = { \
36 if test -z '$(MAKELEVEL)'; then \
37 false; \
38 elif test -n '$(MAKE_HOST)'; then \
39 true; \
40 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
41 true; \
42 else \
43 false; \
44 fi; \
45 }
46 am__make_running_with_option = \
47 case $${target_option-} in \
48 ?) ;; \
49 *) echo "am__make_running_with_option: internal error: invalid" \
50 "target option '$${target_option-}' specified" >&2; \
51 exit 1;; \
52 esac; \
53 has_opt=no; \
54 sane_makeflags=$$MAKEFLAGS; \
55 if $(am__is_gnu_make); then \
56 sane_makeflags=$$MFLAGS; \
57 else \
58 case $$MAKEFLAGS in \
59 *\\[\ \ ]*) \
60 bs=\\; \
61 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
62 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
63 esac; \
64 fi; \
65 skip_next=no; \
66 strip_trailopt () \
67 { \
68 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
69 }; \
70 for flg in $$sane_makeflags; do \
71 test $$skip_next = yes && { skip_next=no; continue; }; \
72 case $$flg in \
73 *=*|--*) continue;; \
74 -*I) strip_trailopt 'I'; skip_next=yes;; \
75 -*I?*) strip_trailopt 'I';; \
76 -*O) strip_trailopt 'O'; skip_next=yes;; \
77 -*O?*) strip_trailopt 'O';; \
78 -*l) strip_trailopt 'l'; skip_next=yes;; \
79 -*l?*) strip_trailopt 'l';; \
80 -[dEDm]) skip_next=yes;; \
81 -[JT]) skip_next=yes;; \
82 esac; \
83 case $$flg in \
84 *$$target_option*) has_opt=yes; break;; \
85 esac; \
86 done; \
87 test $$has_opt = yes
88 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
89 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
90 pkgdatadir = $(datadir)/@PACKAGE@
91 pkgincludedir = $(includedir)/@PACKAGE@
92 pkglibdir = $(libdir)/@PACKAGE@
93 pkglibexecdir = $(libexecdir)/@PACKAGE@
94 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
95 install_sh_DATA = $(install_sh) -c -m 644
96 install_sh_PROGRAM = $(install_sh) -c
97 install_sh_SCRIPT = $(install_sh) -c
98 INSTALL_HEADER = $(INSTALL_DATA)
99 transform = $(program_transform_name)
100 NORMAL_INSTALL = :
101 PRE_INSTALL = :
102 POST_INSTALL = :
103 NORMAL_UNINSTALL = :
104 PRE_UNINSTALL = :
105 POST_UNINSTALL = :
106 build_triplet = @build@
107 host_triplet = @host@
108 @ENABLE_AUTOIPD_TRUE@@HAVE_LIBDAEMON_TRUE@sbin_PROGRAMS = avahi-autoipd$(EXEEXT)
109 @ENABLE_AUTOIPD_TRUE@@HAVE_LIBDAEMON_TRUE@@TARGET_FREEBSD_TRUE@am__append_1 = iface-bsd.c
110 @ENABLE_AUTOIPD_TRUE@@HAVE_LIBDAEMON_TRUE@@TARGET_FREEBSD_TRUE@am__append_2 = -lpcap
111 @ENABLE_AUTOIPD_TRUE@@HAVE_LIBDAEMON_TRUE@@TARGET_FREEBSD_FALSE@am__append_3 = iface-linux.c
112 subdir = avahi-autoipd
113 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
114 am__aclocal_m4_deps = $(top_srcdir)/common/acx_pthread.m4 \
115 $(top_srcdir)/common/gcc_stack_protect.m4 \
116 $(top_srcdir)/common/gcc_visibility.m4 \
117 $(top_srcdir)/common/intltool.m4 \
118 $(top_srcdir)/common/introspection.m4 \
119 $(top_srcdir)/common/libtool.m4 \
120 $(top_srcdir)/common/ltoptions.m4 \
121 $(top_srcdir)/common/ltsugar.m4 \
122 $(top_srcdir)/common/ltversion.m4 \
123 $(top_srcdir)/common/lt~obsolete.m4 \
124 $(top_srcdir)/common/nls.m4 $(top_srcdir)/common/python.m4 \
125 $(top_srcdir)/acinclude.m4 $(top_srcdir)/common/doxygen.m4 \
126 $(top_srcdir)/configure.ac
127 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
128 $(ACLOCAL_M4)
129 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
130 mkinstalldirs = $(install_sh) -d
131 CONFIG_HEADER = $(top_builddir)/config.h
132 CONFIG_CLEAN_FILES =
133 CONFIG_CLEAN_VPATH_FILES =
134 am__installdirs = "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(pkgsysconfdir)"
135 PROGRAMS = $(sbin_PROGRAMS)
136 am__avahi_autoipd_SOURCES_DIST = main.c main.h \
137 ../avahi-daemon/setproctitle.c ../avahi-daemon/setproctitle.h \
138 iface.h ../avahi-common/malloc.h ../avahi-common/malloc.c \
139 ../avahi-common/timeval.h ../avahi-common/timeval.c \
140 iface-bsd.c iface-linux.c
141 @ENABLE_AUTOIPD_TRUE@@HAVE_LIBDAEMON_TRUE@@TARGET_FREEBSD_TRUE@am__objects_1 = avahi_autoipd-iface-bsd.$(OBJEXT)
142 @ENABLE_AUTOIPD_TRUE@@HAVE_LIBDAEMON_TRUE@@TARGET_FREEBSD_FALSE@am__objects_2 = avahi_autoipd-iface-linux.$(OBJEXT)
143 @ENABLE_AUTOIPD_TRUE@@HAVE_LIBDAEMON_TRUE@am_avahi_autoipd_OBJECTS = avahi_autoipd-main.$(OBJEXT) \
144 @ENABLE_AUTOIPD_TRUE@@HAVE_LIBDAEMON_TRUE@ avahi_autoipd-setproctitle.$(OBJEXT) \
145 @ENABLE_AUTOIPD_TRUE@@HAVE_LIBDAEMON_TRUE@ avahi_autoipd-malloc.$(OBJEXT) \
146 @ENABLE_AUTOIPD_TRUE@@HAVE_LIBDAEMON_TRUE@ avahi_autoipd-timeval.$(OBJEXT) \
147 @ENABLE_AUTOIPD_TRUE@@HAVE_LIBDAEMON_TRUE@ $(am__objects_1) \
148 @ENABLE_AUTOIPD_TRUE@@HAVE_LIBDAEMON_TRUE@ $(am__objects_2)
149 avahi_autoipd_OBJECTS = $(am_avahi_autoipd_OBJECTS)
150 am__DEPENDENCIES_1 =
151 @ENABLE_AUTOIPD_TRUE@@HAVE_LIBDAEMON_TRUE@avahi_autoipd_DEPENDENCIES = $(am__DEPENDENCIES_1) \
152 @ENABLE_AUTOIPD_TRUE@@HAVE_LIBDAEMON_TRUE@ $(am__DEPENDENCIES_1)
153 AM_V_lt = $(am__v_lt_@AM_V@)
154 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
155 am__v_lt_0 = --silent
156 am__v_lt_1 =
157 avahi_autoipd_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
158 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(avahi_autoipd_CFLAGS) \
159 $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
160 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
161 am__vpath_adj = case $$p in \
162 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
163 *) f=$$p;; \
164 esac;
165 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
166 am__install_max = 40
167 am__nobase_strip_setup = \
168 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
169 am__nobase_strip = \
170 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
171 am__nobase_list = $(am__nobase_strip_setup); \
172 for p in $$list; do echo "$$p $$p"; done | \
173 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
174 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
175 if (++n[$$2] == $(am__install_max)) \
176 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
177 END { for (dir in files) print dir, files[dir] }'
178 am__base_list = \
179 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
180 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
181 am__uninstall_files_from_dir = { \
182 test -z "$$files" \
183 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
184 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
185 $(am__cd) "$$dir" && rm -f $$files; }; \
186 }
187 SCRIPTS = $(nodist_pkgsysconf_SCRIPTS) $(noinst_SCRIPTS)
188 AM_V_P = $(am__v_P_@AM_V@)
189 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
190 am__v_P_0 = false
191 am__v_P_1 = :
192 AM_V_GEN = $(am__v_GEN_@AM_V@)
193 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
194 am__v_GEN_0 = @echo " GEN " $@;
195 am__v_GEN_1 =
196 AM_V_at = $(am__v_at_@AM_V@)
197 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
198 am__v_at_0 = @
199 am__v_at_1 =
200 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
201 depcomp = $(SHELL) $(top_srcdir)/depcomp
202 am__depfiles_maybe = depfiles
203 am__mv = mv -f
204 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
205 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
206 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
207 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
208 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
209 $(AM_CFLAGS) $(CFLAGS)
210 AM_V_CC = $(am__v_CC_@AM_V@)
211 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
212 am__v_CC_0 = @echo " CC " $@;
213 am__v_CC_1 =
214 CCLD = $(CC)
215 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
216 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
217 $(AM_LDFLAGS) $(LDFLAGS) -o $@
218 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
219 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
220 am__v_CCLD_0 = @echo " CCLD " $@;
221 am__v_CCLD_1 =
222 SOURCES = $(avahi_autoipd_SOURCES)
223 DIST_SOURCES = $(am__avahi_autoipd_SOURCES_DIST)
224 am__can_run_installinfo = \
225 case $$AM_UPDATE_INFO_DIR in \
226 n|no|NO) false;; \
227 *) (install-info --version) >/dev/null 2>&1;; \
228 esac
229 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
230 # Read a list of newline-separated strings from the standard input,
231 # and print each of them once, without duplicates. Input order is
232 # *not* preserved.
233 am__uniquify_input = $(AWK) '\
234 BEGIN { nonempty = 0; } \
235 { items[$$0] = 1; nonempty = 1; } \
236 END { if (nonempty) { for (i in items) print i; }; } \
237 '
238 # Make sure the list of sources is unique. This is necessary because,
239 # e.g., the same source file might be shared among _SOURCES variables
240 # for different programs/libraries.
241 am__define_uniq_tagged_files = \
242 list='$(am__tagged_files)'; \
243 unique=`for i in $$list; do \
244 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
245 done | $(am__uniquify_input)`
246 ETAGS = etags
247 CTAGS = ctags
248 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
249 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
250 ACLOCAL = @ACLOCAL@
251 ALL_LINGUAS = @ALL_LINGUAS@
252 AMTAR = @AMTAR@
253 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
254 AR = @AR@
255 AUTOCONF = @AUTOCONF@
256 AUTOHEADER = @AUTOHEADER@
257 AUTOMAKE = @AUTOMAKE@
258 AVAHI_AUTOIPD_GROUP = @AVAHI_AUTOIPD_GROUP@
259 AVAHI_AUTOIPD_USER = @AVAHI_AUTOIPD_USER@
260 AVAHI_GROUP = @AVAHI_GROUP@
261 AVAHI_PRIV_ACCESS_GROUP = @AVAHI_PRIV_ACCESS_GROUP@
262 AVAHI_USER = @AVAHI_USER@
263 AWK = @AWK@
264 CATALOGS = @CATALOGS@
265 CATOBJEXT = @CATOBJEXT@
266 CC = @CC@
267 CCDEPMODE = @CCDEPMODE@
268 CFLAGS = @CFLAGS@
269 CPP = @CPP@
270 CPPFLAGS = @CPPFLAGS@
271 CXX = @CXX@
272 CXXCPP = @CXXCPP@
273 CXXDEPMODE = @CXXDEPMODE@
274 CXXFLAGS = @CXXFLAGS@
275 CYGPATH_W = @CYGPATH_W@
276 DATADIRNAME = @DATADIRNAME@
277 DBUS_CFLAGS = @DBUS_CFLAGS@
278 DBUS_LIBS = @DBUS_LIBS@
279 DBUS_SYSTEM_BUS_DEFAULT_ADDRESS = @DBUS_SYSTEM_BUS_DEFAULT_ADDRESS@
280 DBUS_SYS_DIR = @DBUS_SYS_DIR@
281 DEFS = @DEFS@
282 DEPDIR = @DEPDIR@
283 DLLTOOL = @DLLTOOL@
284 DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
285 DSYMUTIL = @DSYMUTIL@
286 DUMPBIN = @DUMPBIN@
287 DX_CONFIG = @DX_CONFIG@
288 DX_DOCDIR = @DX_DOCDIR@
289 DX_DOT = @DX_DOT@
290 DX_DOXYGEN = @DX_DOXYGEN@
291 DX_DVIPS = @DX_DVIPS@
292 DX_EGREP = @DX_EGREP@
293 DX_ENV = @DX_ENV@
294 DX_FLAG_chi = @DX_FLAG_chi@
295 DX_FLAG_chm = @DX_FLAG_chm@
296 DX_FLAG_doc = @DX_FLAG_doc@
297 DX_FLAG_dot = @DX_FLAG_dot@
298 DX_FLAG_html = @DX_FLAG_html@
299 DX_FLAG_man = @DX_FLAG_man@
300 DX_FLAG_pdf = @DX_FLAG_pdf@
301 DX_FLAG_ps = @DX_FLAG_ps@
302 DX_FLAG_rtf = @DX_FLAG_rtf@
303 DX_FLAG_xml = @DX_FLAG_xml@
304 DX_HHC = @DX_HHC@
305 DX_LATEX = @DX_LATEX@
306 DX_MAKEINDEX = @DX_MAKEINDEX@
307 DX_PDFLATEX = @DX_PDFLATEX@
308 DX_PERL = @DX_PERL@
309 DX_PROJECT = @DX_PROJECT@
310 ECHO_C = @ECHO_C@
311 ECHO_N = @ECHO_N@
312 ECHO_T = @ECHO_T@
313 EGREP = @EGREP@
314 EXEEXT = @EXEEXT@
315 FGREP = @FGREP@
316 GACUTIL = @GACUTIL@
317 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
318 GLIB20_CFLAGS = @GLIB20_CFLAGS@
319 GLIB20_LIBS = @GLIB20_LIBS@
320 GMOFILES = @GMOFILES@
321 GMSGFMT = @GMSGFMT@
322 GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
323 GOBJECT_LIBS = @GOBJECT_LIBS@
324 GREP = @GREP@
325 GTK20_CFLAGS = @GTK20_CFLAGS@
326 GTK20_LIBS = @GTK20_LIBS@
327 GTK30_CFLAGS = @GTK30_CFLAGS@
328 GTK30_LIBS = @GTK30_LIBS@
329 HOWL_COMPAT_VERSION = @HOWL_COMPAT_VERSION@
330 INSTALL = @INSTALL@
331 INSTALL_DATA = @INSTALL_DATA@
332 INSTALL_PROGRAM = @INSTALL_PROGRAM@
333 INSTALL_SCRIPT = @INSTALL_SCRIPT@
334 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
335 INSTOBJEXT = @INSTOBJEXT@
336 INTLLIBS = @INTLLIBS@
337 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
338 INTLTOOL_MERGE = @INTLTOOL_MERGE@
339 INTLTOOL_PERL = @INTLTOOL_PERL@
340 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
341 INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
342 INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
343 INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
344 INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
345 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
346 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
347 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
348 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
349 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
350 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
351 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
352 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
353 LD = @LD@
354 LDFLAGS = @LDFLAGS@
355 LIBAVAHI_CLIENT_VERSION_INFO = @LIBAVAHI_CLIENT_VERSION_INFO@
356 LIBAVAHI_COMMON_VERSION_INFO = @LIBAVAHI_COMMON_VERSION_INFO@
357 LIBAVAHI_COMPAT_HOWL_VERSION_INFO = @LIBAVAHI_COMPAT_HOWL_VERSION_INFO@
358 LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO = @LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO@
359 LIBAVAHI_CORE_VERSION_INFO = @LIBAVAHI_CORE_VERSION_INFO@
360 LIBAVAHI_GLIB_VERSION_INFO = @LIBAVAHI_GLIB_VERSION_INFO@
361 LIBAVAHI_GOBJECT_VERSION_INFO = @LIBAVAHI_GOBJECT_VERSION_INFO@
362 LIBAVAHI_QT3_VERSION_INFO = @LIBAVAHI_QT3_VERSION_INFO@
363 LIBAVAHI_QT4_VERSION_INFO = @LIBAVAHI_QT4_VERSION_INFO@
364 LIBAVAHI_UI_VERSION_INFO = @LIBAVAHI_UI_VERSION_INFO@
365 LIBDAEMON_CFLAGS = @LIBDAEMON_CFLAGS@
366 LIBDAEMON_LIBS = @LIBDAEMON_LIBS@
367 LIBOBJS = @LIBOBJS@
368 LIBS = @LIBS@
369 LIBTOOL = @LIBTOOL@
370 LIPO = @LIPO@
371 LN_S = @LN_S@
372 LTLIBOBJS = @LTLIBOBJS@
373 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
374 MAKEINFO = @MAKEINFO@
375 MANIFEST_TOOL = @MANIFEST_TOOL@
376 MCS = @MCS@
377 MDASSEMBLER = @MDASSEMBLER@
378 MKDIR_P = @MKDIR_P@
379 MKINSTALLDIRS = @MKINSTALLDIRS@
380 MOC_QT3 = @MOC_QT3@
381 MOC_QT4 = @MOC_QT4@
382 MONODOCER = @MONODOCER@
383 MONODOC_CFLAGS = @MONODOC_CFLAGS@
384 MONODOC_DIR = @MONODOC_DIR@
385 MONODOC_LIBS = @MONODOC_LIBS@
386 MSGFMT = @MSGFMT@
387 MSGFMT_OPTS = @MSGFMT_OPTS@
388 MSGMERGE = @MSGMERGE@
389 NM = @NM@
390 NMEDIT = @NMEDIT@
391 OBJDUMP = @OBJDUMP@
392 OBJEXT = @OBJEXT@
393 OTOOL = @OTOOL@
394 OTOOL64 = @OTOOL64@
395 PACKAGE = @PACKAGE@
396 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
397 PACKAGE_NAME = @PACKAGE_NAME@
398 PACKAGE_STRING = @PACKAGE_STRING@
399 PACKAGE_TARNAME = @PACKAGE_TARNAME@
400 PACKAGE_URL = @PACKAGE_URL@
401 PACKAGE_VERSION = @PACKAGE_VERSION@
402 PATH_SEPARATOR = @PATH_SEPARATOR@
403 PKG_CONFIG = @PKG_CONFIG@
404 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
405 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
406 POFILES = @POFILES@
407 POSUB = @POSUB@
408 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
409 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
410 PTHREAD_CC = @PTHREAD_CC@
411 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
412 PTHREAD_LIBS = @PTHREAD_LIBS@
413 PYTHON = @PYTHON@
414 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
415 PYTHON_PLATFORM = @PYTHON_PLATFORM@
416 PYTHON_PREFIX = @PYTHON_PREFIX@
417 PYTHON_VERSION = @PYTHON_VERSION@
418 QT3_CFLAGS = @QT3_CFLAGS@
419 QT3_LIBS = @QT3_LIBS@
420 QT4_CFLAGS = @QT4_CFLAGS@
421 QT4_LIBS = @QT4_LIBS@
422 RANLIB = @RANLIB@
423 SED = @SED@
424 SET_MAKE = @SET_MAKE@
425 SHELL = @SHELL@
426 STOW = @STOW@
427 STRIP = @STRIP@
428 USE_NLS = @USE_NLS@
429 VERSION = @VERSION@
430 VISIBILITY_HIDDEN_CFLAGS = @VISIBILITY_HIDDEN_CFLAGS@
431 XGETTEXT = @XGETTEXT@
432 XML_CFLAGS = @XML_CFLAGS@
433 XML_LIBS = @XML_LIBS@
434 abs_builddir = @abs_builddir@
435 abs_srcdir = @abs_srcdir@
436 abs_top_builddir = @abs_top_builddir@
437 abs_top_srcdir = @abs_top_srcdir@
438 ac_ct_AR = @ac_ct_AR@
439 ac_ct_CC = @ac_ct_CC@
440 ac_ct_CXX = @ac_ct_CXX@
441 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
442 acx_pthread_config = @acx_pthread_config@
443 am__include = @am__include@
444 am__leading_dot = @am__leading_dot@
445 am__quote = @am__quote@
446 am__tar = @am__tar@
447 am__untar = @am__untar@
448 avahi_runtime_dir = @avahi_runtime_dir@
449 avahi_socket = @avahi_socket@
450 avahilocaledir = @avahilocaledir@
451 bindir = @bindir@
452 build = @build@
453 build_alias = @build_alias@
454 build_cpu = @build_cpu@
455 build_os = @build_os@
456 build_vendor = @build_vendor@
457 builddir = @builddir@
458 datadir = @datadir@
459 datarootdir = @datarootdir@
460 docdir = @docdir@
461 dvidir = @dvidir@
462 exec_prefix = @exec_prefix@
463 have_pkg_config = @have_pkg_config@
464 have_xmltoman = @have_xmltoman@
465 host = @host@
466 host_alias = @host_alias@
467 host_cpu = @host_cpu@
468 host_os = @host_os@
469 host_vendor = @host_vendor@
470 htmldir = @htmldir@
471 includedir = @includedir@
472 infodir = @infodir@
473 install_sh = @install_sh@
474 interfacesdir = @interfacesdir@
475 intltool__v_merge_options_ = @intltool__v_merge_options_@
476 intltool__v_merge_options_0 = @intltool__v_merge_options_0@
477 libdir = @libdir@
478 libexecdir = @libexecdir@
479 localedir = @localedir@
480 localstatedir = @localstatedir@
481 mandir = @mandir@
482 mkdir_p = @mkdir_p@
483 oldincludedir = @oldincludedir@
484 pdfdir = @pdfdir@
485 pkgpyexecdir = @pkgpyexecdir@
486 pkgpythondir = @pkgpythondir@
487 prefix = @prefix@
488 program_transform_name = @program_transform_name@
489 psdir = @psdir@
490 pyexecdir = @pyexecdir@
491 pythondir = @pythondir@
492 runstatedir = @runstatedir@
493 sbindir = @sbindir@
494 sharedstatedir = @sharedstatedir@
495 srcdir = @srcdir@
496 sysconfdir = @sysconfdir@
497 systemdsystemunitdir = @systemdsystemunitdir@
498 target_alias = @target_alias@
499 top_build_prefix = @top_build_prefix@
500 top_builddir = @top_builddir@
501 top_srcdir = @top_srcdir@
502 @ENABLE_AUTOIPD_TRUE@@HAVE_LIBDAEMON_TRUE@pkgsysconfdir = $(sysconfdir)/avahi
503
504 # This cool debug trap works on i386/gcc only
505 @ENABLE_AUTOIPD_TRUE@@HAVE_LIBDAEMON_TRUE@AM_CFLAGS = -I$(top_srcdir) \
506 @ENABLE_AUTOIPD_TRUE@@HAVE_LIBDAEMON_TRUE@ '-DDEBUG_TRAP=__asm__("int \
507 @ENABLE_AUTOIPD_TRUE@@HAVE_LIBDAEMON_TRUE@ $$3")' \
508 @ENABLE_AUTOIPD_TRUE@@HAVE_LIBDAEMON_TRUE@ -DAVAHI_RUNTIME_DIR=\"$(avahi_runtime_dir)/\" \
509 @ENABLE_AUTOIPD_TRUE@@HAVE_LIBDAEMON_TRUE@ -DAVAHI_IPCONF_SCRIPT=\"$(pkgsysconfdir)/avahi-autoipd.action\" \
510 @ENABLE_AUTOIPD_TRUE@@HAVE_LIBDAEMON_TRUE@ -DAVAHI_IPDATA_DIR=\"$(localstatedir)/lib/avahi-autoipd\"
511 @ENABLE_AUTOIPD_TRUE@@HAVE_LIBDAEMON_TRUE@avahi_autoipd_SOURCES = \
512 @ENABLE_AUTOIPD_TRUE@@HAVE_LIBDAEMON_TRUE@ main.c main.h \
513 @ENABLE_AUTOIPD_TRUE@@HAVE_LIBDAEMON_TRUE@ ../avahi-daemon/setproctitle.c \
514 @ENABLE_AUTOIPD_TRUE@@HAVE_LIBDAEMON_TRUE@ ../avahi-daemon/setproctitle.h \
515 @ENABLE_AUTOIPD_TRUE@@HAVE_LIBDAEMON_TRUE@ iface.h \
516 @ENABLE_AUTOIPD_TRUE@@HAVE_LIBDAEMON_TRUE@ ../avahi-common/malloc.h \
517 @ENABLE_AUTOIPD_TRUE@@HAVE_LIBDAEMON_TRUE@ ../avahi-common/malloc.c \
518 @ENABLE_AUTOIPD_TRUE@@HAVE_LIBDAEMON_TRUE@ ../avahi-common/timeval.h \
519 @ENABLE_AUTOIPD_TRUE@@HAVE_LIBDAEMON_TRUE@ ../avahi-common/timeval.c \
520 @ENABLE_AUTOIPD_TRUE@@HAVE_LIBDAEMON_TRUE@ $(am__append_1) \
521 @ENABLE_AUTOIPD_TRUE@@HAVE_LIBDAEMON_TRUE@ $(am__append_3)
522 @ENABLE_AUTOIPD_TRUE@@HAVE_LIBDAEMON_TRUE@avahi_autoipd_CFLAGS = $(AM_CFLAGS) $(LIBDAEMON_CFLAGS)
523 @ENABLE_AUTOIPD_TRUE@@HAVE_LIBDAEMON_TRUE@avahi_autoipd_LDADD = \
524 @ENABLE_AUTOIPD_TRUE@@HAVE_LIBDAEMON_TRUE@ $(AM_LDADD) \
525 @ENABLE_AUTOIPD_TRUE@@HAVE_LIBDAEMON_TRUE@ $(LIBDAEMON_LIBS) \
526 @ENABLE_AUTOIPD_TRUE@@HAVE_LIBDAEMON_TRUE@ $(am__append_2)
527 @ENABLE_AUTOIPD_TRUE@@HAVE_LIBDAEMON_TRUE@nodist_pkgsysconf_SCRIPTS = avahi-autoipd.action
528 @ENABLE_AUTOIPD_TRUE@@HAVE_LIBDAEMON_TRUE@@TARGET_DEBIAN_TRUE@noinst_SCRIPTS = dhclient-enter-hook dhclient-exit-hook
529 @ENABLE_AUTOIPD_TRUE@@HAVE_LIBDAEMON_TRUE@@TARGET_DEBIAN_TRUE@BUILD = dhclient-exit-hook dhclient-enter-hook
530 @ENABLE_AUTOIPD_TRUE@@HAVE_LIBDAEMON_TRUE@@TARGET_DEBIAN_TRUE@dhcliententerdir = $(sysconfdir)/dhcp/dhclient-enter-hooks.d
531 @ENABLE_AUTOIPD_TRUE@@HAVE_LIBDAEMON_TRUE@@TARGET_DEBIAN_TRUE@dhclientexitdir = $(sysconfdir)/dhcp/dhclient-exit-hooks.d
532 EXTRA_DIST = dhclient-enter-hook.in dhclient-exit-hook.in avahi-autoipd.action.linux avahi-autoipd.action.bsd
533 CLEANFILES = dhclient-enter-hook dhclient-exit-hook avahi-autoipd.action
534 all: all-am
535
536 .SUFFIXES:
537 .SUFFIXES: .c .lo .o .obj
538 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
539 @for dep in $?; do \
540 case '$(am__configure_deps)' in \
541 *$$dep*) \
542 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
543 && { if test -f $@; then exit 0; else break; fi; }; \
544 exit 1;; \
545 esac; \
546 done; \
547 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign avahi-autoipd/Makefile'; \
548 $(am__cd) $(top_srcdir) && \
549 $(AUTOMAKE) --foreign avahi-autoipd/Makefile
550 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
551 @case '$?' in \
552 *config.status*) \
553 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
554 *) \
555 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
556 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
557 esac;
558
559 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
560 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
561
562 $(top_srcdir)/configure: $(am__configure_deps)
563 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
564 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
565 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
566 $(am__aclocal_m4_deps):
567 install-sbinPROGRAMS: $(sbin_PROGRAMS)
568 @$(NORMAL_INSTALL)
569 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
570 if test -n "$$list"; then \
571 echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
572 $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
573 fi; \
574 for p in $$list; do echo "$$p $$p"; done | \
575 sed 's/$(EXEEXT)$$//' | \
576 while read p p1; do if test -f $$p \
577 || test -f $$p1 \
578 ; then echo "$$p"; echo "$$p"; else :; fi; \
579 done | \
580 sed -e 'p;s,.*/,,;n;h' \
581 -e 's|.*|.|' \
582 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
583 sed 'N;N;N;s,\n, ,g' | \
584 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
585 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
586 if ($$2 == $$4) files[d] = files[d] " " $$1; \
587 else { print "f", $$3 "/" $$4, $$1; } } \
588 END { for (d in files) print "f", d, files[d] }' | \
589 while read type dir files; do \
590 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
591 test -z "$$files" || { \
592 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
593 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
594 } \
595 ; done
596
597 uninstall-sbinPROGRAMS:
598 @$(NORMAL_UNINSTALL)
599 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
600 files=`for p in $$list; do echo "$$p"; done | \
601 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
602 -e 's/$$/$(EXEEXT)/' \
603 `; \
604 test -n "$$list" || exit 0; \
605 echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
606 cd "$(DESTDIR)$(sbindir)" && rm -f $$files
607
608 clean-sbinPROGRAMS:
609 @list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
610 echo " rm -f" $$list; \
611 rm -f $$list || exit $$?; \
612 test -n "$(EXEEXT)" || exit 0; \
613 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
614 echo " rm -f" $$list; \
615 rm -f $$list
616
617 avahi-autoipd$(EXEEXT): $(avahi_autoipd_OBJECTS) $(avahi_autoipd_DEPENDENCIES) $(EXTRA_avahi_autoipd_DEPENDENCIES)
618 @rm -f avahi-autoipd$(EXEEXT)
619 $(AM_V_CCLD)$(avahi_autoipd_LINK) $(avahi_autoipd_OBJECTS) $(avahi_autoipd_LDADD) $(LIBS)
620 install-nodist_pkgsysconfSCRIPTS: $(nodist_pkgsysconf_SCRIPTS)
621 @$(NORMAL_INSTALL)
622 @list='$(nodist_pkgsysconf_SCRIPTS)'; test -n "$(pkgsysconfdir)" || list=; \
623 if test -n "$$list"; then \
624 echo " $(MKDIR_P) '$(DESTDIR)$(pkgsysconfdir)'"; \
625 $(MKDIR_P) "$(DESTDIR)$(pkgsysconfdir)" || exit 1; \
626 fi; \
627 for p in $$list; do \
628 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
629 if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
630 done | \
631 sed -e 'p;s,.*/,,;n' \
632 -e 'h;s|.*|.|' \
633 -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
634 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
635 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
636 if ($$2 == $$4) { files[d] = files[d] " " $$1; \
637 if (++n[d] == $(am__install_max)) { \
638 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
639 else { print "f", d "/" $$4, $$1 } } \
640 END { for (d in files) print "f", d, files[d] }' | \
641 while read type dir files; do \
642 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
643 test -z "$$files" || { \
644 echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(pkgsysconfdir)$$dir'"; \
645 $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(pkgsysconfdir)$$dir" || exit $$?; \
646 } \
647 ; done
648
649 uninstall-nodist_pkgsysconfSCRIPTS:
650 @$(NORMAL_UNINSTALL)
651 @list='$(nodist_pkgsysconf_SCRIPTS)'; test -n "$(pkgsysconfdir)" || exit 0; \
652 files=`for p in $$list; do echo "$$p"; done | \
653 sed -e 's,.*/,,;$(transform)'`; \
654 dir='$(DESTDIR)$(pkgsysconfdir)'; $(am__uninstall_files_from_dir)
655
656 mostlyclean-compile:
657 -rm -f *.$(OBJEXT)
658
659 distclean-compile:
660 -rm -f *.tab.c
661
662 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_autoipd-iface-bsd.Po@am__quote@
663 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_autoipd-iface-linux.Po@am__quote@
664 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_autoipd-main.Po@am__quote@
665 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_autoipd-malloc.Po@am__quote@
666 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_autoipd-setproctitle.Po@am__quote@
667 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_autoipd-timeval.Po@am__quote@
668
669 .c.o:
670 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
671 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
672 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
673 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
674 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
675
676 .c.obj:
677 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
678 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
679 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
680 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
681 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
682
683 .c.lo:
684 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
685 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
686 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
687 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
688 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
689
690 avahi_autoipd-main.o: main.c
691 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_autoipd_CFLAGS) $(CFLAGS) -MT avahi_autoipd-main.o -MD -MP -MF $(DEPDIR)/avahi_autoipd-main.Tpo -c -o avahi_autoipd-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c
692 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_autoipd-main.Tpo $(DEPDIR)/avahi_autoipd-main.Po
693 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='main.c' object='avahi_autoipd-main.o' libtool=no @AMDEPBACKSLASH@
694 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
695 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_autoipd_CFLAGS) $(CFLAGS) -c -o avahi_autoipd-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c
696
697 avahi_autoipd-main.obj: main.c
698 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_autoipd_CFLAGS) $(CFLAGS) -MT avahi_autoipd-main.obj -MD -MP -MF $(DEPDIR)/avahi_autoipd-main.Tpo -c -o avahi_autoipd-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`
699 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_autoipd-main.Tpo $(DEPDIR)/avahi_autoipd-main.Po
700 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='main.c' object='avahi_autoipd-main.obj' libtool=no @AMDEPBACKSLASH@
701 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
702 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_autoipd_CFLAGS) $(CFLAGS) -c -o avahi_autoipd-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`
703
704 avahi_autoipd-setproctitle.o: ../avahi-daemon/setproctitle.c
705 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_autoipd_CFLAGS) $(CFLAGS) -MT avahi_autoipd-setproctitle.o -MD -MP -MF $(DEPDIR)/avahi_autoipd-setproctitle.Tpo -c -o avahi_autoipd-setproctitle.o `test -f '../avahi-daemon/setproctitle.c' || echo '$(srcdir)/'`../avahi-daemon/setproctitle.c
706 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_autoipd-setproctitle.Tpo $(DEPDIR)/avahi_autoipd-setproctitle.Po
707 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../avahi-daemon/setproctitle.c' object='avahi_autoipd-setproctitle.o' libtool=no @AMDEPBACKSLASH@
708 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
709 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_autoipd_CFLAGS) $(CFLAGS) -c -o avahi_autoipd-setproctitle.o `test -f '../avahi-daemon/setproctitle.c' || echo '$(srcdir)/'`../avahi-daemon/setproctitle.c
710
711 avahi_autoipd-setproctitle.obj: ../avahi-daemon/setproctitle.c
712 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_autoipd_CFLAGS) $(CFLAGS) -MT avahi_autoipd-setproctitle.obj -MD -MP -MF $(DEPDIR)/avahi_autoipd-setproctitle.Tpo -c -o avahi_autoipd-setproctitle.obj `if test -f '../avahi-daemon/setproctitle.c'; then $(CYGPATH_W) '../avahi-daemon/setproctitle.c'; else $(CYGPATH_W) '$(srcdir)/../avahi-daemon/setproctitle.c'; fi`
713 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_autoipd-setproctitle.Tpo $(DEPDIR)/avahi_autoipd-setproctitle.Po
714 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../avahi-daemon/setproctitle.c' object='avahi_autoipd-setproctitle.obj' libtool=no @AMDEPBACKSLASH@
715 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
716 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_autoipd_CFLAGS) $(CFLAGS) -c -o avahi_autoipd-setproctitle.obj `if test -f '../avahi-daemon/setproctitle.c'; then $(CYGPATH_W) '../avahi-daemon/setproctitle.c'; else $(CYGPATH_W) '$(srcdir)/../avahi-daemon/setproctitle.c'; fi`
717
718 avahi_autoipd-malloc.o: ../avahi-common/malloc.c
719 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_autoipd_CFLAGS) $(CFLAGS) -MT avahi_autoipd-malloc.o -MD -MP -MF $(DEPDIR)/avahi_autoipd-malloc.Tpo -c -o avahi_autoipd-malloc.o `test -f '../avahi-common/malloc.c' || echo '$(srcdir)/'`../avahi-common/malloc.c
720 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_autoipd-malloc.Tpo $(DEPDIR)/avahi_autoipd-malloc.Po
721 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../avahi-common/malloc.c' object='avahi_autoipd-malloc.o' libtool=no @AMDEPBACKSLASH@
722 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
723 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_autoipd_CFLAGS) $(CFLAGS) -c -o avahi_autoipd-malloc.o `test -f '../avahi-common/malloc.c' || echo '$(srcdir)/'`../avahi-common/malloc.c
724
725 avahi_autoipd-malloc.obj: ../avahi-common/malloc.c
726 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_autoipd_CFLAGS) $(CFLAGS) -MT avahi_autoipd-malloc.obj -MD -MP -MF $(DEPDIR)/avahi_autoipd-malloc.Tpo -c -o avahi_autoipd-malloc.obj `if test -f '../avahi-common/malloc.c'; then $(CYGPATH_W) '../avahi-common/malloc.c'; else $(CYGPATH_W) '$(srcdir)/../avahi-common/malloc.c'; fi`
727 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_autoipd-malloc.Tpo $(DEPDIR)/avahi_autoipd-malloc.Po
728 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../avahi-common/malloc.c' object='avahi_autoipd-malloc.obj' libtool=no @AMDEPBACKSLASH@
729 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
730 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_autoipd_CFLAGS) $(CFLAGS) -c -o avahi_autoipd-malloc.obj `if test -f '../avahi-common/malloc.c'; then $(CYGPATH_W) '../avahi-common/malloc.c'; else $(CYGPATH_W) '$(srcdir)/../avahi-common/malloc.c'; fi`
731
732 avahi_autoipd-timeval.o: ../avahi-common/timeval.c
733 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_autoipd_CFLAGS) $(CFLAGS) -MT avahi_autoipd-timeval.o -MD -MP -MF $(DEPDIR)/avahi_autoipd-timeval.Tpo -c -o avahi_autoipd-timeval.o `test -f '../avahi-common/timeval.c' || echo '$(srcdir)/'`../avahi-common/timeval.c
734 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_autoipd-timeval.Tpo $(DEPDIR)/avahi_autoipd-timeval.Po
735 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../avahi-common/timeval.c' object='avahi_autoipd-timeval.o' libtool=no @AMDEPBACKSLASH@
736 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
737 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_autoipd_CFLAGS) $(CFLAGS) -c -o avahi_autoipd-timeval.o `test -f '../avahi-common/timeval.c' || echo '$(srcdir)/'`../avahi-common/timeval.c
738
739 avahi_autoipd-timeval.obj: ../avahi-common/timeval.c
740 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_autoipd_CFLAGS) $(CFLAGS) -MT avahi_autoipd-timeval.obj -MD -MP -MF $(DEPDIR)/avahi_autoipd-timeval.Tpo -c -o avahi_autoipd-timeval.obj `if test -f '../avahi-common/timeval.c'; then $(CYGPATH_W) '../avahi-common/timeval.c'; else $(CYGPATH_W) '$(srcdir)/../avahi-common/timeval.c'; fi`
741 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_autoipd-timeval.Tpo $(DEPDIR)/avahi_autoipd-timeval.Po
742 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../avahi-common/timeval.c' object='avahi_autoipd-timeval.obj' libtool=no @AMDEPBACKSLASH@
743 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
744 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_autoipd_CFLAGS) $(CFLAGS) -c -o avahi_autoipd-timeval.obj `if test -f '../avahi-common/timeval.c'; then $(CYGPATH_W) '../avahi-common/timeval.c'; else $(CYGPATH_W) '$(srcdir)/../avahi-common/timeval.c'; fi`
745
746 avahi_autoipd-iface-bsd.o: iface-bsd.c
747 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_autoipd_CFLAGS) $(CFLAGS) -MT avahi_autoipd-iface-bsd.o -MD -MP -MF $(DEPDIR)/avahi_autoipd-iface-bsd.Tpo -c -o avahi_autoipd-iface-bsd.o `test -f 'iface-bsd.c' || echo '$(srcdir)/'`iface-bsd.c
748 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_autoipd-iface-bsd.Tpo $(DEPDIR)/avahi_autoipd-iface-bsd.Po
749 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='iface-bsd.c' object='avahi_autoipd-iface-bsd.o' libtool=no @AMDEPBACKSLASH@
750 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
751 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_autoipd_CFLAGS) $(CFLAGS) -c -o avahi_autoipd-iface-bsd.o `test -f 'iface-bsd.c' || echo '$(srcdir)/'`iface-bsd.c
752
753 avahi_autoipd-iface-bsd.obj: iface-bsd.c
754 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_autoipd_CFLAGS) $(CFLAGS) -MT avahi_autoipd-iface-bsd.obj -MD -MP -MF $(DEPDIR)/avahi_autoipd-iface-bsd.Tpo -c -o avahi_autoipd-iface-bsd.obj `if test -f 'iface-bsd.c'; then $(CYGPATH_W) 'iface-bsd.c'; else $(CYGPATH_W) '$(srcdir)/iface-bsd.c'; fi`
755 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_autoipd-iface-bsd.Tpo $(DEPDIR)/avahi_autoipd-iface-bsd.Po
756 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='iface-bsd.c' object='avahi_autoipd-iface-bsd.obj' libtool=no @AMDEPBACKSLASH@
757 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
758 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_autoipd_CFLAGS) $(CFLAGS) -c -o avahi_autoipd-iface-bsd.obj `if test -f 'iface-bsd.c'; then $(CYGPATH_W) 'iface-bsd.c'; else $(CYGPATH_W) '$(srcdir)/iface-bsd.c'; fi`
759
760 avahi_autoipd-iface-linux.o: iface-linux.c
761 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_autoipd_CFLAGS) $(CFLAGS) -MT avahi_autoipd-iface-linux.o -MD -MP -MF $(DEPDIR)/avahi_autoipd-iface-linux.Tpo -c -o avahi_autoipd-iface-linux.o `test -f 'iface-linux.c' || echo '$(srcdir)/'`iface-linux.c
762 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_autoipd-iface-linux.Tpo $(DEPDIR)/avahi_autoipd-iface-linux.Po
763 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='iface-linux.c' object='avahi_autoipd-iface-linux.o' libtool=no @AMDEPBACKSLASH@
764 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
765 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_autoipd_CFLAGS) $(CFLAGS) -c -o avahi_autoipd-iface-linux.o `test -f 'iface-linux.c' || echo '$(srcdir)/'`iface-linux.c
766
767 avahi_autoipd-iface-linux.obj: iface-linux.c
768 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_autoipd_CFLAGS) $(CFLAGS) -MT avahi_autoipd-iface-linux.obj -MD -MP -MF $(DEPDIR)/avahi_autoipd-iface-linux.Tpo -c -o avahi_autoipd-iface-linux.obj `if test -f 'iface-linux.c'; then $(CYGPATH_W) 'iface-linux.c'; else $(CYGPATH_W) '$(srcdir)/iface-linux.c'; fi`
769 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_autoipd-iface-linux.Tpo $(DEPDIR)/avahi_autoipd-iface-linux.Po
770 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='iface-linux.c' object='avahi_autoipd-iface-linux.obj' libtool=no @AMDEPBACKSLASH@
771 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
772 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_autoipd_CFLAGS) $(CFLAGS) -c -o avahi_autoipd-iface-linux.obj `if test -f 'iface-linux.c'; then $(CYGPATH_W) 'iface-linux.c'; else $(CYGPATH_W) '$(srcdir)/iface-linux.c'; fi`
773
774 mostlyclean-libtool:
775 -rm -f *.lo
776
777 clean-libtool:
778 -rm -rf .libs _libs
779
780 ID: $(am__tagged_files)
781 $(am__define_uniq_tagged_files); mkid -fID $$unique
782 tags: tags-am
783 TAGS: tags
784
785 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
786 set x; \
787 here=`pwd`; \
788 $(am__define_uniq_tagged_files); \
789 shift; \
790 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
791 test -n "$$unique" || unique=$$empty_fix; \
792 if test $$# -gt 0; then \
793 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
794 "$$@" $$unique; \
795 else \
796 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
797 $$unique; \
798 fi; \
799 fi
800 ctags: ctags-am
801
802 CTAGS: ctags
803 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
804 $(am__define_uniq_tagged_files); \
805 test -z "$(CTAGS_ARGS)$$unique" \
806 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
807 $$unique
808
809 GTAGS:
810 here=`$(am__cd) $(top_builddir) && pwd` \
811 && $(am__cd) $(top_srcdir) \
812 && gtags -i $(GTAGS_ARGS) "$$here"
813 cscopelist: cscopelist-am
814
815 cscopelist-am: $(am__tagged_files)
816 list='$(am__tagged_files)'; \
817 case "$(srcdir)" in \
818 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
819 *) sdir=$(subdir)/$(srcdir) ;; \
820 esac; \
821 for i in $$list; do \
822 if test -f "$$i"; then \
823 echo "$(subdir)/$$i"; \
824 else \
825 echo "$$sdir/$$i"; \
826 fi; \
827 done >> $(top_builddir)/cscope.files
828
829 distclean-tags:
830 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
831
832 distdir: $(DISTFILES)
833 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
834 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
835 list='$(DISTFILES)'; \
836 dist_files=`for file in $$list; do echo $$file; done | \
837 sed -e "s|^$$srcdirstrip/||;t" \
838 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
839 case $$dist_files in \
840 */*) $(MKDIR_P) `echo "$$dist_files" | \
841 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
842 sort -u` ;; \
843 esac; \
844 for file in $$dist_files; do \
845 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
846 if test -d $$d/$$file; then \
847 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
848 if test -d "$(distdir)/$$file"; then \
849 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
850 fi; \
851 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
852 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
853 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
854 fi; \
855 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
856 else \
857 test -f "$(distdir)/$$file" \
858 || cp -p $$d/$$file "$(distdir)/$$file" \
859 || exit 1; \
860 fi; \
861 done
862 check-am: all-am
863 check: check-am
864 all-am: Makefile $(PROGRAMS) $(SCRIPTS)
865 installdirs:
866 for dir in "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(pkgsysconfdir)"; do \
867 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
868 done
869 install: install-am
870 install-exec: install-exec-am
871 install-data: install-data-am
872 uninstall: uninstall-am
873
874 install-am: all-am
875 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
876
877 installcheck: installcheck-am
878 install-strip:
879 if test -z '$(STRIP)'; then \
880 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
881 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
882 install; \
883 else \
884 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
885 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
886 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
887 fi
888 mostlyclean-generic:
889
890 clean-generic:
891 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
892
893 distclean-generic:
894 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
895 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
896
897 maintainer-clean-generic:
898 @echo "This command is intended for maintainers to use"
899 @echo "it deletes files that may require special tools to rebuild."
900 @ENABLE_AUTOIPD_FALSE@install-exec-hook:
901 @HAVE_LIBDAEMON_FALSE@install-exec-hook:
902 @TARGET_DEBIAN_FALSE@install-exec-hook:
903 @ENABLE_AUTOIPD_FALSE@uninstall-hook:
904 @HAVE_LIBDAEMON_FALSE@uninstall-hook:
905 @TARGET_DEBIAN_FALSE@uninstall-hook:
906 clean: clean-am
907
908 clean-am: clean-generic clean-libtool clean-sbinPROGRAMS \
909 mostlyclean-am
910
911 distclean: distclean-am
912 -rm -rf ./$(DEPDIR)
913 -rm -f Makefile
914 distclean-am: clean-am distclean-compile distclean-generic \
915 distclean-tags
916
917 dvi: dvi-am
918
919 dvi-am:
920
921 html: html-am
922
923 html-am:
924
925 info: info-am
926
927 info-am:
928
929 install-data-am: install-nodist_pkgsysconfSCRIPTS
930
931 install-dvi: install-dvi-am
932
933 install-dvi-am:
934
935 install-exec-am: install-sbinPROGRAMS
936 @$(NORMAL_INSTALL)
937 $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
938 install-html: install-html-am
939
940 install-html-am:
941
942 install-info: install-info-am
943
944 install-info-am:
945
946 install-man:
947
948 install-pdf: install-pdf-am
949
950 install-pdf-am:
951
952 install-ps: install-ps-am
953
954 install-ps-am:
955
956 installcheck-am:
957
958 maintainer-clean: maintainer-clean-am
959 -rm -rf ./$(DEPDIR)
960 -rm -f Makefile
961 maintainer-clean-am: distclean-am maintainer-clean-generic
962
963 mostlyclean: mostlyclean-am
964
965 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
966 mostlyclean-libtool
967
968 pdf: pdf-am
969
970 pdf-am:
971
972 ps: ps-am
973
974 ps-am:
975
976 uninstall-am: uninstall-nodist_pkgsysconfSCRIPTS \
977 uninstall-sbinPROGRAMS
978 @$(NORMAL_INSTALL)
979 $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
980 .MAKE: install-am install-exec-am install-strip uninstall-am
981
982 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
983 clean-libtool clean-sbinPROGRAMS cscopelist-am ctags ctags-am \
984 distclean distclean-compile distclean-generic \
985 distclean-libtool distclean-tags distdir dvi dvi-am html \
986 html-am info info-am install install-am install-data \
987 install-data-am install-dvi install-dvi-am install-exec \
988 install-exec-am install-exec-hook install-html install-html-am \
989 install-info install-info-am install-man \
990 install-nodist_pkgsysconfSCRIPTS install-pdf install-pdf-am \
991 install-ps install-ps-am install-sbinPROGRAMS install-strip \
992 installcheck installcheck-am installdirs maintainer-clean \
993 maintainer-clean-generic mostlyclean mostlyclean-compile \
994 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
995 tags tags-am uninstall uninstall-am uninstall-hook \
996 uninstall-nodist_pkgsysconfSCRIPTS uninstall-sbinPROGRAMS
997
998 .PRECIOUS: Makefile
999
1000
1001 @ENABLE_AUTOIPD_TRUE@@HAVE_LIBDAEMON_TRUE@@TARGET_FREEBSD_TRUE@avahi-autoipd.action: avahi-autoipd.action.bsd
1002 @ENABLE_AUTOIPD_TRUE@@HAVE_LIBDAEMON_TRUE@@TARGET_FREEBSD_TRUE@ $(AM_V_GEN)cp $< $@
1003 @ENABLE_AUTOIPD_TRUE@@HAVE_LIBDAEMON_TRUE@@TARGET_FREEBSD_FALSE@avahi-autoipd.action: avahi-autoipd.action.linux
1004 @ENABLE_AUTOIPD_TRUE@@HAVE_LIBDAEMON_TRUE@@TARGET_FREEBSD_FALSE@ $(AM_V_GEN)cp $< $@
1005
1006 @ENABLE_AUTOIPD_TRUE@@HAVE_LIBDAEMON_TRUE@@TARGET_DEBIAN_TRUE@dhclient-enter-hook: dhclient-enter-hook.in
1007 @ENABLE_AUTOIPD_TRUE@@HAVE_LIBDAEMON_TRUE@@TARGET_DEBIAN_TRUE@ $(AM_V_GEN)sed -e 's,@sbindir\@,$(sbindir),g' $< > $@ && \
1008 @ENABLE_AUTOIPD_TRUE@@HAVE_LIBDAEMON_TRUE@@TARGET_DEBIAN_TRUE@ chmod +x $@
1009
1010 @ENABLE_AUTOIPD_TRUE@@HAVE_LIBDAEMON_TRUE@@TARGET_DEBIAN_TRUE@dhclient-exit-hook: dhclient-exit-hook.in
1011 @ENABLE_AUTOIPD_TRUE@@HAVE_LIBDAEMON_TRUE@@TARGET_DEBIAN_TRUE@ $(AM_V_GEN)sed -e 's,@sbindir\@,$(sbindir),g' $< > $@ && \
1012 @ENABLE_AUTOIPD_TRUE@@HAVE_LIBDAEMON_TRUE@@TARGET_DEBIAN_TRUE@ chmod +x $@
1013
1014 @ENABLE_AUTOIPD_TRUE@@HAVE_LIBDAEMON_TRUE@@TARGET_DEBIAN_TRUE@install-exec-hook: dhclient-exit-hook dhclient-enter-hook
1015 @ENABLE_AUTOIPD_TRUE@@HAVE_LIBDAEMON_TRUE@@TARGET_DEBIAN_TRUE@ $(MKDIR_P) $(DESTDIR)$(dhcliententerdir) $(DESTDIR)$(dhclientexitdir)
1016 @ENABLE_AUTOIPD_TRUE@@HAVE_LIBDAEMON_TRUE@@TARGET_DEBIAN_TRUE@ $(INSTALL) dhclient-enter-hook $(DESTDIR)$(dhcliententerdir)/avahi-autoipd
1017 @ENABLE_AUTOIPD_TRUE@@HAVE_LIBDAEMON_TRUE@@TARGET_DEBIAN_TRUE@ $(INSTALL) dhclient-exit-hook $(DESTDIR)$(dhclientexitdir)/avahi-autoipd
1018
1019 @ENABLE_AUTOIPD_TRUE@@HAVE_LIBDAEMON_TRUE@@TARGET_DEBIAN_TRUE@uninstall-hook:
1020 @ENABLE_AUTOIPD_TRUE@@HAVE_LIBDAEMON_TRUE@@TARGET_DEBIAN_TRUE@ rm -f $(DESTDIR)$(dhcliententerdir)/avahi-autoipd $(DESTDIR)$(dhclientexitdir)/avahi-autoipd
1021
1022 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1023 # Otherwise a system limit (for SysV at least) may be exceeded.
1024 .NOEXPORT:
140140 return 0;
141141
142142 l = NLMSG_PAYLOAD(n, sizeof(*ifa));
143 a = IFLA_RTA(ifa);
143 a = IFA_RTA(ifa);
144144
145145 while(RTA_OK(a, l)) {
146146
12261226
12271227 } else if (state == STATE_WAITING_PROBE || state == STATE_PROBING || state == STATE_WAITING_ANNOUNCE) {
12281228 /* Probe conflict */
1229 conflict = info.target_ip_address == addr && memcmp(hw_address, info.sender_hw_address, ETHER_ADDRLEN);
1229 conflict = info.target_ip_address == addr &&
1230 info.sender_ip_address == 0 &&
1231 memcmp(hw_address, info.sender_hw_address, ETHER_ADDRLEN);
12301232
12311233 if (conflict)
12321234 daemon_log(LOG_INFO, "Received conflicting probe ARP packet.");
+0
-12
avahi-client/.gitignore less more
0 *.o
1 *.lo
2 *.la
3 Makefile
4 Makefile.in
5 .deps
6 .libs
7 check-nss-test
8 client-test
9 rr-test
10 srv-test
11 xdg-config-test
0 # Makefile.in generated by automake 1.15 from Makefile.am.
1 # @configure_input@
2
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
4
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 @SET_MAKE@
15
16 # This file is part of avahi.
17 #
18 # avahi is free software; you can redistribute it and/or modify it
19 # under the terms of the GNU Lesser General Public License as
20 # published by the Free Software Foundation; either version 2 of the
21 # License, or (at your option) any later version.
22 #
23 # avahi is distributed in the hope that it will be useful, but WITHOUT
24 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
25 # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
26 # License for more details.
27 #
28 # You should have received a copy of the GNU Lesser General Public
29 # License along with avahi; if not, write to the Free Software
30 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
31 # USA.
32
33
34
35 VPATH = @srcdir@
36 am__is_gnu_make = { \
37 if test -z '$(MAKELEVEL)'; then \
38 false; \
39 elif test -n '$(MAKE_HOST)'; then \
40 true; \
41 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
42 true; \
43 else \
44 false; \
45 fi; \
46 }
47 am__make_running_with_option = \
48 case $${target_option-} in \
49 ?) ;; \
50 *) echo "am__make_running_with_option: internal error: invalid" \
51 "target option '$${target_option-}' specified" >&2; \
52 exit 1;; \
53 esac; \
54 has_opt=no; \
55 sane_makeflags=$$MAKEFLAGS; \
56 if $(am__is_gnu_make); then \
57 sane_makeflags=$$MFLAGS; \
58 else \
59 case $$MAKEFLAGS in \
60 *\\[\ \ ]*) \
61 bs=\\; \
62 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
63 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
64 esac; \
65 fi; \
66 skip_next=no; \
67 strip_trailopt () \
68 { \
69 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
70 }; \
71 for flg in $$sane_makeflags; do \
72 test $$skip_next = yes && { skip_next=no; continue; }; \
73 case $$flg in \
74 *=*|--*) continue;; \
75 -*I) strip_trailopt 'I'; skip_next=yes;; \
76 -*I?*) strip_trailopt 'I';; \
77 -*O) strip_trailopt 'O'; skip_next=yes;; \
78 -*O?*) strip_trailopt 'O';; \
79 -*l) strip_trailopt 'l'; skip_next=yes;; \
80 -*l?*) strip_trailopt 'l';; \
81 -[dEDm]) skip_next=yes;; \
82 -[JT]) skip_next=yes;; \
83 esac; \
84 case $$flg in \
85 *$$target_option*) has_opt=yes; break;; \
86 esac; \
87 done; \
88 test $$has_opt = yes
89 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
90 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
91 pkgdatadir = $(datadir)/@PACKAGE@
92 pkgincludedir = $(includedir)/@PACKAGE@
93 pkglibdir = $(libdir)/@PACKAGE@
94 pkglibexecdir = $(libexecdir)/@PACKAGE@
95 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
96 install_sh_DATA = $(install_sh) -c -m 644
97 install_sh_PROGRAM = $(install_sh) -c
98 install_sh_SCRIPT = $(install_sh) -c
99 INSTALL_HEADER = $(INSTALL_DATA)
100 transform = $(program_transform_name)
101 NORMAL_INSTALL = :
102 PRE_INSTALL = :
103 POST_INSTALL = :
104 NORMAL_UNINSTALL = :
105 PRE_UNINSTALL = :
106 POST_UNINSTALL = :
107 build_triplet = @build@
108 host_triplet = @host@
109 @ENABLE_TESTS_TRUE@@HAVE_DBUS_TRUE@noinst_PROGRAMS = \
110 @ENABLE_TESTS_TRUE@@HAVE_DBUS_TRUE@ client-test$(EXEEXT) \
111 @ENABLE_TESTS_TRUE@@HAVE_DBUS_TRUE@ srv-test$(EXEEXT) \
112 @ENABLE_TESTS_TRUE@@HAVE_DBUS_TRUE@ xdg-config-test$(EXEEXT) \
113 @ENABLE_TESTS_TRUE@@HAVE_DBUS_TRUE@ rr-test$(EXEEXT) \
114 @ENABLE_TESTS_TRUE@@HAVE_DBUS_TRUE@ check-nss-test$(EXEEXT)
115 @HAVE_DBUS_TRUE@@HAVE_DLOPEN_TRUE@am__append_1 = -ldl
116 @HAVE_DBUS_TRUE@@HAVE_DLOPEN_TRUE@am__append_2 = -ldl
117 subdir = avahi-client
118 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
119 am__aclocal_m4_deps = $(top_srcdir)/common/acx_pthread.m4 \
120 $(top_srcdir)/common/gcc_stack_protect.m4 \
121 $(top_srcdir)/common/gcc_visibility.m4 \
122 $(top_srcdir)/common/intltool.m4 \
123 $(top_srcdir)/common/introspection.m4 \
124 $(top_srcdir)/common/libtool.m4 \
125 $(top_srcdir)/common/ltoptions.m4 \
126 $(top_srcdir)/common/ltsugar.m4 \
127 $(top_srcdir)/common/ltversion.m4 \
128 $(top_srcdir)/common/lt~obsolete.m4 \
129 $(top_srcdir)/common/nls.m4 $(top_srcdir)/common/python.m4 \
130 $(top_srcdir)/acinclude.m4 $(top_srcdir)/common/doxygen.m4 \
131 $(top_srcdir)/configure.ac
132 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
133 $(ACLOCAL_M4)
134 DIST_COMMON = $(srcdir)/Makefile.am \
135 $(am__avahi_clientinclude_HEADERS_DIST) \
136 $(am__noinst_HEADERS_DIST) $(am__DIST_COMMON)
137 mkinstalldirs = $(install_sh) -d
138 CONFIG_HEADER = $(top_builddir)/config.h
139 CONFIG_CLEAN_FILES =
140 CONFIG_CLEAN_VPATH_FILES =
141 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
142 am__vpath_adj = case $$p in \
143 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
144 *) f=$$p;; \
145 esac;
146 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
147 am__install_max = 40
148 am__nobase_strip_setup = \
149 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
150 am__nobase_strip = \
151 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
152 am__nobase_list = $(am__nobase_strip_setup); \
153 for p in $$list; do echo "$$p $$p"; done | \
154 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
155 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
156 if (++n[$$2] == $(am__install_max)) \
157 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
158 END { for (dir in files) print dir, files[dir] }'
159 am__base_list = \
160 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
161 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
162 am__uninstall_files_from_dir = { \
163 test -z "$$files" \
164 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
165 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
166 $(am__cd) "$$dir" && rm -f $$files; }; \
167 }
168 am__installdirs = "$(DESTDIR)$(libdir)" \
169 "$(DESTDIR)$(avahi_clientincludedir)"
170 LTLIBRARIES = $(lib_LTLIBRARIES)
171 am__DEPENDENCIES_1 =
172 @HAVE_DBUS_TRUE@libavahi_client_la_DEPENDENCIES = \
173 @HAVE_DBUS_TRUE@ $(am__DEPENDENCIES_1) \
174 @HAVE_DBUS_TRUE@ ../avahi-common/libavahi-common.la \
175 @HAVE_DBUS_TRUE@ $(am__DEPENDENCIES_1)
176 am__libavahi_client_la_SOURCES_DIST = client.c client.h entrygroup.c \
177 browser.c resolver.c publish.h lookup.h xdg-config.c \
178 xdg-config.h check-nss.c ../avahi-common/dbus.c \
179 ../avahi-common/dbus.h ../avahi-common/dbus-watch-glue.c \
180 ../avahi-common/dbus-watch-glue.h
181 @HAVE_DBUS_TRUE@am_libavahi_client_la_OBJECTS = \
182 @HAVE_DBUS_TRUE@ libavahi_client_la-client.lo \
183 @HAVE_DBUS_TRUE@ libavahi_client_la-entrygroup.lo \
184 @HAVE_DBUS_TRUE@ libavahi_client_la-browser.lo \
185 @HAVE_DBUS_TRUE@ libavahi_client_la-resolver.lo \
186 @HAVE_DBUS_TRUE@ libavahi_client_la-xdg-config.lo \
187 @HAVE_DBUS_TRUE@ libavahi_client_la-check-nss.lo \
188 @HAVE_DBUS_TRUE@ libavahi_client_la-dbus.lo \
189 @HAVE_DBUS_TRUE@ libavahi_client_la-dbus-watch-glue.lo
190 libavahi_client_la_OBJECTS = $(am_libavahi_client_la_OBJECTS)
191 AM_V_lt = $(am__v_lt_@AM_V@)
192 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
193 am__v_lt_0 = --silent
194 am__v_lt_1 =
195 libavahi_client_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
196 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
197 $(libavahi_client_la_CFLAGS) $(CFLAGS) \
198 $(libavahi_client_la_LDFLAGS) $(LDFLAGS) -o $@
199 @HAVE_DBUS_TRUE@am_libavahi_client_la_rpath = -rpath $(libdir)
200 PROGRAMS = $(noinst_PROGRAMS)
201 am__check_nss_test_SOURCES_DIST = check-nss.c check-nss-test.c \
202 client.h
203 @HAVE_DBUS_TRUE@am_check_nss_test_OBJECTS = \
204 @HAVE_DBUS_TRUE@ check_nss_test-check-nss.$(OBJEXT) \
205 @HAVE_DBUS_TRUE@ check_nss_test-check-nss-test.$(OBJEXT)
206 check_nss_test_OBJECTS = $(am_check_nss_test_OBJECTS)
207 @HAVE_DBUS_TRUE@check_nss_test_DEPENDENCIES = $(am__DEPENDENCIES_1)
208 check_nss_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
209 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
210 $(check_nss_test_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o \
211 $@
212 am__client_test_SOURCES_DIST = client-test.c
213 @HAVE_DBUS_TRUE@am_client_test_OBJECTS = \
214 @HAVE_DBUS_TRUE@ client_test-client-test.$(OBJEXT)
215 client_test_OBJECTS = $(am_client_test_OBJECTS)
216 @HAVE_DBUS_TRUE@client_test_DEPENDENCIES = libavahi-client.la \
217 @HAVE_DBUS_TRUE@ ../avahi-common/libavahi-common.la
218 client_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
219 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(client_test_CFLAGS) \
220 $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
221 am__rr_test_SOURCES_DIST = rr-test.c
222 @HAVE_DBUS_TRUE@am_rr_test_OBJECTS = rr_test-rr-test.$(OBJEXT)
223 rr_test_OBJECTS = $(am_rr_test_OBJECTS)
224 @HAVE_DBUS_TRUE@rr_test_DEPENDENCIES = libavahi-client.la \
225 @HAVE_DBUS_TRUE@ ../avahi-common/libavahi-common.la
226 rr_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
227 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(rr_test_CFLAGS) \
228 $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
229 am__srv_test_SOURCES_DIST = srv-test.c
230 @HAVE_DBUS_TRUE@am_srv_test_OBJECTS = srv_test-srv-test.$(OBJEXT)
231 srv_test_OBJECTS = $(am_srv_test_OBJECTS)
232 @HAVE_DBUS_TRUE@srv_test_DEPENDENCIES = libavahi-client.la \
233 @HAVE_DBUS_TRUE@ ../avahi-common/libavahi-common.la
234 srv_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
235 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(srv_test_CFLAGS) \
236 $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
237 am__xdg_config_test_SOURCES_DIST = xdg-config-test.c xdg-config.c \
238 xdg-config.h
239 @HAVE_DBUS_TRUE@am_xdg_config_test_OBJECTS = \
240 @HAVE_DBUS_TRUE@ xdg_config_test-xdg-config-test.$(OBJEXT) \
241 @HAVE_DBUS_TRUE@ xdg_config_test-xdg-config.$(OBJEXT)
242 xdg_config_test_OBJECTS = $(am_xdg_config_test_OBJECTS)
243 xdg_config_test_DEPENDENCIES =
244 xdg_config_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
245 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
246 $(xdg_config_test_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
247 -o $@
248 AM_V_P = $(am__v_P_@AM_V@)
249 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
250 am__v_P_0 = false
251 am__v_P_1 = :
252 AM_V_GEN = $(am__v_GEN_@AM_V@)
253 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
254 am__v_GEN_0 = @echo " GEN " $@;
255 am__v_GEN_1 =
256 AM_V_at = $(am__v_at_@AM_V@)
257 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
258 am__v_at_0 = @
259 am__v_at_1 =
260 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
261 depcomp = $(SHELL) $(top_srcdir)/depcomp
262 am__depfiles_maybe = depfiles
263 am__mv = mv -f
264 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
265 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
266 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
267 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
268 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
269 $(AM_CFLAGS) $(CFLAGS)
270 AM_V_CC = $(am__v_CC_@AM_V@)
271 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
272 am__v_CC_0 = @echo " CC " $@;
273 am__v_CC_1 =
274 CCLD = $(CC)
275 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
276 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
277 $(AM_LDFLAGS) $(LDFLAGS) -o $@
278 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
279 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
280 am__v_CCLD_0 = @echo " CCLD " $@;
281 am__v_CCLD_1 =
282 SOURCES = $(libavahi_client_la_SOURCES) $(check_nss_test_SOURCES) \
283 $(client_test_SOURCES) $(rr_test_SOURCES) $(srv_test_SOURCES) \
284 $(xdg_config_test_SOURCES)
285 DIST_SOURCES = $(am__libavahi_client_la_SOURCES_DIST) \
286 $(am__check_nss_test_SOURCES_DIST) \
287 $(am__client_test_SOURCES_DIST) $(am__rr_test_SOURCES_DIST) \
288 $(am__srv_test_SOURCES_DIST) \
289 $(am__xdg_config_test_SOURCES_DIST)
290 am__can_run_installinfo = \
291 case $$AM_UPDATE_INFO_DIR in \
292 n|no|NO) false;; \
293 *) (install-info --version) >/dev/null 2>&1;; \
294 esac
295 am__avahi_clientinclude_HEADERS_DIST = client.h lookup.h publish.h
296 am__noinst_HEADERS_DIST = internal.h
297 HEADERS = $(avahi_clientinclude_HEADERS) $(noinst_HEADERS)
298 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
299 # Read a list of newline-separated strings from the standard input,
300 # and print each of them once, without duplicates. Input order is
301 # *not* preserved.
302 am__uniquify_input = $(AWK) '\
303 BEGIN { nonempty = 0; } \
304 { items[$$0] = 1; nonempty = 1; } \
305 END { if (nonempty) { for (i in items) print i; }; } \
306 '
307 # Make sure the list of sources is unique. This is necessary because,
308 # e.g., the same source file might be shared among _SOURCES variables
309 # for different programs/libraries.
310 am__define_uniq_tagged_files = \
311 list='$(am__tagged_files)'; \
312 unique=`for i in $$list; do \
313 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
314 done | $(am__uniquify_input)`
315 ETAGS = etags
316 CTAGS = ctags
317 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
318 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
319 ACLOCAL = @ACLOCAL@
320 ALL_LINGUAS = @ALL_LINGUAS@
321 AMTAR = @AMTAR@
322 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
323 AR = @AR@
324 AUTOCONF = @AUTOCONF@
325 AUTOHEADER = @AUTOHEADER@
326 AUTOMAKE = @AUTOMAKE@
327 AVAHI_AUTOIPD_GROUP = @AVAHI_AUTOIPD_GROUP@
328 AVAHI_AUTOIPD_USER = @AVAHI_AUTOIPD_USER@
329 AVAHI_GROUP = @AVAHI_GROUP@
330 AVAHI_PRIV_ACCESS_GROUP = @AVAHI_PRIV_ACCESS_GROUP@
331 AVAHI_USER = @AVAHI_USER@
332 AWK = @AWK@
333 CATALOGS = @CATALOGS@
334 CATOBJEXT = @CATOBJEXT@
335 CC = @CC@
336 CCDEPMODE = @CCDEPMODE@
337 CFLAGS = @CFLAGS@
338 CPP = @CPP@
339 CPPFLAGS = @CPPFLAGS@
340 CXX = @CXX@
341 CXXCPP = @CXXCPP@
342 CXXDEPMODE = @CXXDEPMODE@
343 CXXFLAGS = @CXXFLAGS@
344 CYGPATH_W = @CYGPATH_W@
345 DATADIRNAME = @DATADIRNAME@
346 DBUS_CFLAGS = @DBUS_CFLAGS@
347 DBUS_LIBS = @DBUS_LIBS@
348 DBUS_SYSTEM_BUS_DEFAULT_ADDRESS = @DBUS_SYSTEM_BUS_DEFAULT_ADDRESS@
349 DBUS_SYS_DIR = @DBUS_SYS_DIR@
350 DEFS = @DEFS@
351 DEPDIR = @DEPDIR@
352 DLLTOOL = @DLLTOOL@
353 DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
354 DSYMUTIL = @DSYMUTIL@
355 DUMPBIN = @DUMPBIN@
356 DX_CONFIG = @DX_CONFIG@
357 DX_DOCDIR = @DX_DOCDIR@
358 DX_DOT = @DX_DOT@
359 DX_DOXYGEN = @DX_DOXYGEN@
360 DX_DVIPS = @DX_DVIPS@
361 DX_EGREP = @DX_EGREP@
362 DX_ENV = @DX_ENV@
363 DX_FLAG_chi = @DX_FLAG_chi@
364 DX_FLAG_chm = @DX_FLAG_chm@
365 DX_FLAG_doc = @DX_FLAG_doc@
366 DX_FLAG_dot = @DX_FLAG_dot@
367 DX_FLAG_html = @DX_FLAG_html@
368 DX_FLAG_man = @DX_FLAG_man@
369 DX_FLAG_pdf = @DX_FLAG_pdf@
370 DX_FLAG_ps = @DX_FLAG_ps@
371 DX_FLAG_rtf = @DX_FLAG_rtf@
372 DX_FLAG_xml = @DX_FLAG_xml@
373 DX_HHC = @DX_HHC@
374 DX_LATEX = @DX_LATEX@
375 DX_MAKEINDEX = @DX_MAKEINDEX@
376 DX_PDFLATEX = @DX_PDFLATEX@
377 DX_PERL = @DX_PERL@
378 DX_PROJECT = @DX_PROJECT@
379 ECHO_C = @ECHO_C@
380 ECHO_N = @ECHO_N@
381 ECHO_T = @ECHO_T@
382 EGREP = @EGREP@
383 EXEEXT = @EXEEXT@
384 FGREP = @FGREP@
385 GACUTIL = @GACUTIL@
386 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
387 GLIB20_CFLAGS = @GLIB20_CFLAGS@
388 GLIB20_LIBS = @GLIB20_LIBS@
389 GMOFILES = @GMOFILES@
390 GMSGFMT = @GMSGFMT@
391 GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
392 GOBJECT_LIBS = @GOBJECT_LIBS@
393 GREP = @GREP@
394 GTK20_CFLAGS = @GTK20_CFLAGS@
395 GTK20_LIBS = @GTK20_LIBS@
396 GTK30_CFLAGS = @GTK30_CFLAGS@
397 GTK30_LIBS = @GTK30_LIBS@
398 HOWL_COMPAT_VERSION = @HOWL_COMPAT_VERSION@
399 INSTALL = @INSTALL@
400 INSTALL_DATA = @INSTALL_DATA@
401 INSTALL_PROGRAM = @INSTALL_PROGRAM@
402 INSTALL_SCRIPT = @INSTALL_SCRIPT@
403 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
404 INSTOBJEXT = @INSTOBJEXT@
405 INTLLIBS = @INTLLIBS@
406 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
407 INTLTOOL_MERGE = @INTLTOOL_MERGE@
408 INTLTOOL_PERL = @INTLTOOL_PERL@
409 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
410 INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
411 INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
412 INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
413 INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
414 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
415 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
416 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
417 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
418 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
419 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
420 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
421 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
422 LD = @LD@
423 LDFLAGS = @LDFLAGS@
424 LIBAVAHI_CLIENT_VERSION_INFO = @LIBAVAHI_CLIENT_VERSION_INFO@
425 LIBAVAHI_COMMON_VERSION_INFO = @LIBAVAHI_COMMON_VERSION_INFO@
426 LIBAVAHI_COMPAT_HOWL_VERSION_INFO = @LIBAVAHI_COMPAT_HOWL_VERSION_INFO@
427 LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO = @LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO@
428 LIBAVAHI_CORE_VERSION_INFO = @LIBAVAHI_CORE_VERSION_INFO@
429 LIBAVAHI_GLIB_VERSION_INFO = @LIBAVAHI_GLIB_VERSION_INFO@
430 LIBAVAHI_GOBJECT_VERSION_INFO = @LIBAVAHI_GOBJECT_VERSION_INFO@
431 LIBAVAHI_QT3_VERSION_INFO = @LIBAVAHI_QT3_VERSION_INFO@
432 LIBAVAHI_QT4_VERSION_INFO = @LIBAVAHI_QT4_VERSION_INFO@
433 LIBAVAHI_UI_VERSION_INFO = @LIBAVAHI_UI_VERSION_INFO@
434 LIBDAEMON_CFLAGS = @LIBDAEMON_CFLAGS@
435 LIBDAEMON_LIBS = @LIBDAEMON_LIBS@
436 LIBOBJS = @LIBOBJS@
437 LIBS = @LIBS@
438 LIBTOOL = @LIBTOOL@
439 LIPO = @LIPO@
440 LN_S = @LN_S@
441 LTLIBOBJS = @LTLIBOBJS@
442 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
443 MAKEINFO = @MAKEINFO@
444 MANIFEST_TOOL = @MANIFEST_TOOL@
445 MCS = @MCS@
446 MDASSEMBLER = @MDASSEMBLER@
447 MKDIR_P = @MKDIR_P@
448 MKINSTALLDIRS = @MKINSTALLDIRS@
449 MOC_QT3 = @MOC_QT3@
450 MOC_QT4 = @MOC_QT4@
451 MONODOCER = @MONODOCER@
452 MONODOC_CFLAGS = @MONODOC_CFLAGS@
453 MONODOC_DIR = @MONODOC_DIR@
454 MONODOC_LIBS = @MONODOC_LIBS@
455 MSGFMT = @MSGFMT@
456 MSGFMT_OPTS = @MSGFMT_OPTS@
457 MSGMERGE = @MSGMERGE@
458 NM = @NM@
459 NMEDIT = @NMEDIT@
460 OBJDUMP = @OBJDUMP@
461 OBJEXT = @OBJEXT@
462 OTOOL = @OTOOL@
463 OTOOL64 = @OTOOL64@
464 PACKAGE = @PACKAGE@
465 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
466 PACKAGE_NAME = @PACKAGE_NAME@
467 PACKAGE_STRING = @PACKAGE_STRING@
468 PACKAGE_TARNAME = @PACKAGE_TARNAME@
469 PACKAGE_URL = @PACKAGE_URL@
470 PACKAGE_VERSION = @PACKAGE_VERSION@
471 PATH_SEPARATOR = @PATH_SEPARATOR@
472 PKG_CONFIG = @PKG_CONFIG@
473 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
474 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
475 POFILES = @POFILES@
476 POSUB = @POSUB@
477 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
478 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
479 PTHREAD_CC = @PTHREAD_CC@
480 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
481 PTHREAD_LIBS = @PTHREAD_LIBS@
482 PYTHON = @PYTHON@
483 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
484 PYTHON_PLATFORM = @PYTHON_PLATFORM@
485 PYTHON_PREFIX = @PYTHON_PREFIX@
486 PYTHON_VERSION = @PYTHON_VERSION@
487 QT3_CFLAGS = @QT3_CFLAGS@
488 QT3_LIBS = @QT3_LIBS@
489 QT4_CFLAGS = @QT4_CFLAGS@
490 QT4_LIBS = @QT4_LIBS@
491 RANLIB = @RANLIB@
492 SED = @SED@
493 SET_MAKE = @SET_MAKE@
494 SHELL = @SHELL@
495 STOW = @STOW@
496 STRIP = @STRIP@
497 USE_NLS = @USE_NLS@
498 VERSION = @VERSION@
499 VISIBILITY_HIDDEN_CFLAGS = @VISIBILITY_HIDDEN_CFLAGS@
500 XGETTEXT = @XGETTEXT@
501 XML_CFLAGS = @XML_CFLAGS@
502 XML_LIBS = @XML_LIBS@
503 abs_builddir = @abs_builddir@
504 abs_srcdir = @abs_srcdir@
505 abs_top_builddir = @abs_top_builddir@
506 abs_top_srcdir = @abs_top_srcdir@
507 ac_ct_AR = @ac_ct_AR@
508 ac_ct_CC = @ac_ct_CC@
509 ac_ct_CXX = @ac_ct_CXX@
510 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
511 acx_pthread_config = @acx_pthread_config@
512 am__include = @am__include@
513 am__leading_dot = @am__leading_dot@
514 am__quote = @am__quote@
515 am__tar = @am__tar@
516 am__untar = @am__untar@
517 avahi_runtime_dir = @avahi_runtime_dir@
518 avahi_socket = @avahi_socket@
519 avahilocaledir = @avahilocaledir@
520 bindir = @bindir@
521 build = @build@
522 build_alias = @build_alias@
523 build_cpu = @build_cpu@
524 build_os = @build_os@
525 build_vendor = @build_vendor@
526 builddir = @builddir@
527 datadir = @datadir@
528 datarootdir = @datarootdir@
529 docdir = @docdir@
530 dvidir = @dvidir@
531 exec_prefix = @exec_prefix@
532 have_pkg_config = @have_pkg_config@
533 have_xmltoman = @have_xmltoman@
534 host = @host@
535 host_alias = @host_alias@
536 host_cpu = @host_cpu@
537 host_os = @host_os@
538 host_vendor = @host_vendor@
539 htmldir = @htmldir@
540 includedir = @includedir@
541 infodir = @infodir@
542 install_sh = @install_sh@
543 interfacesdir = @interfacesdir@
544 intltool__v_merge_options_ = @intltool__v_merge_options_@
545 intltool__v_merge_options_0 = @intltool__v_merge_options_0@
546 libdir = @libdir@
547 libexecdir = @libexecdir@
548 localedir = @localedir@
549 localstatedir = @localstatedir@
550 mandir = @mandir@
551 mkdir_p = @mkdir_p@
552 oldincludedir = @oldincludedir@
553 pdfdir = @pdfdir@
554 pkgpyexecdir = @pkgpyexecdir@
555 pkgpythondir = @pkgpythondir@
556 prefix = @prefix@
557 program_transform_name = @program_transform_name@
558 psdir = @psdir@
559 pyexecdir = @pyexecdir@
560 pythondir = @pythondir@
561 runstatedir = @runstatedir@
562 sbindir = @sbindir@
563 sharedstatedir = @sharedstatedir@
564 srcdir = @srcdir@
565 sysconfdir = @sysconfdir@
566 systemdsystemunitdir = @systemdsystemunitdir@
567 target_alias = @target_alias@
568 top_build_prefix = @top_build_prefix@
569 top_builddir = @top_builddir@
570 top_srcdir = @top_srcdir@
571
572 # This cool debug trap works on i386/gcc only
573 AM_CFLAGS = -I$(top_srcdir) '-DDEBUG_TRAP=__asm__("int $$3")'
574 @HAVE_DBUS_TRUE@avahi_clientincludedir = $(includedir)/avahi-client
575 @HAVE_DBUS_TRUE@avahi_clientinclude_HEADERS = client.h lookup.h publish.h
576 @HAVE_DBUS_TRUE@noinst_HEADERS = internal.h
577 @HAVE_DBUS_TRUE@lib_LTLIBRARIES = libavahi-client.la
578 @HAVE_DBUS_TRUE@libavahi_client_la_SOURCES = \
579 @HAVE_DBUS_TRUE@ client.c client.h \
580 @HAVE_DBUS_TRUE@ entrygroup.c \
581 @HAVE_DBUS_TRUE@ browser.c \
582 @HAVE_DBUS_TRUE@ resolver.c \
583 @HAVE_DBUS_TRUE@ publish.h lookup.h \
584 @HAVE_DBUS_TRUE@ xdg-config.c xdg-config.h \
585 @HAVE_DBUS_TRUE@ check-nss.c \
586 @HAVE_DBUS_TRUE@ ../avahi-common/dbus.c ../avahi-common/dbus.h \
587 @HAVE_DBUS_TRUE@ ../avahi-common/dbus-watch-glue.c ../avahi-common/dbus-watch-glue.h
588
589 @HAVE_DBUS_TRUE@libavahi_client_la_CFLAGS = $(AM_CFLAGS) $(DBUS_CFLAGS) -DDBUS_SYSTEM_BUS_DEFAULT_ADDRESS=\"$(DBUS_SYSTEM_BUS_DEFAULT_ADDRESS)\"
590 @HAVE_DBUS_TRUE@libavahi_client_la_LIBADD = $(AM_LDADD) $(DBUS_LIBS) \
591 @HAVE_DBUS_TRUE@ ../avahi-common/libavahi-common.la \
592 @HAVE_DBUS_TRUE@ $(am__append_2)
593 @HAVE_DBUS_TRUE@libavahi_client_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(LIBAVAHI_CLIENT_VERSION_INFO)
594 @HAVE_DBUS_TRUE@client_test_SOURCES = client-test.c
595 @HAVE_DBUS_TRUE@client_test_CFLAGS = $(AM_CFLAGS)
596 @HAVE_DBUS_TRUE@client_test_LDADD = $(AM_LDADD) libavahi-client.la ../avahi-common/libavahi-common.la
597 @HAVE_DBUS_TRUE@srv_test_SOURCES = srv-test.c
598 @HAVE_DBUS_TRUE@srv_test_CFLAGS = $(AM_CFLAGS)
599 @HAVE_DBUS_TRUE@srv_test_LDADD = $(AM_LDADD) libavahi-client.la ../avahi-common/libavahi-common.la
600 @HAVE_DBUS_TRUE@rr_test_SOURCES = rr-test.c
601 @HAVE_DBUS_TRUE@rr_test_CFLAGS = $(AM_CFLAGS)
602 @HAVE_DBUS_TRUE@rr_test_LDADD = $(AM_LDADD) libavahi-client.la ../avahi-common/libavahi-common.la
603 @HAVE_DBUS_TRUE@xdg_config_test_SOURCES = xdg-config-test.c xdg-config.c xdg-config.h
604 @HAVE_DBUS_TRUE@xdg_config_test_CFLAGS = $(AM_CFLAGS)
605 @HAVE_DBUS_TRUE@xdg_config_test_LDADD = $(AM_LDADD)
606 @HAVE_DBUS_TRUE@check_nss_test_SOURCES = check-nss.c check-nss-test.c client.h
607 @HAVE_DBUS_TRUE@check_nss_test_CFLAGS = $(AM_CFLAGS)
608 @HAVE_DBUS_TRUE@check_nss_test_LDADD = $(AM_LDADD) $(am__append_1)
609 all: all-am
610
611 .SUFFIXES:
612 .SUFFIXES: .c .lo .o .obj
613 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
614 @for dep in $?; do \
615 case '$(am__configure_deps)' in \
616 *$$dep*) \
617 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
618 && { if test -f $@; then exit 0; else break; fi; }; \
619 exit 1;; \
620 esac; \
621 done; \
622 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign avahi-client/Makefile'; \
623 $(am__cd) $(top_srcdir) && \
624 $(AUTOMAKE) --foreign avahi-client/Makefile
625 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
626 @case '$?' in \
627 *config.status*) \
628 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
629 *) \
630 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
631 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
632 esac;
633
634 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
635 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
636
637 $(top_srcdir)/configure: $(am__configure_deps)
638 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
639 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
640 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
641 $(am__aclocal_m4_deps):
642
643 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
644 @$(NORMAL_INSTALL)
645 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
646 list2=; for p in $$list; do \
647 if test -f $$p; then \
648 list2="$$list2 $$p"; \
649 else :; fi; \
650 done; \
651 test -z "$$list2" || { \
652 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
653 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
654 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
655 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
656 }
657
658 uninstall-libLTLIBRARIES:
659 @$(NORMAL_UNINSTALL)
660 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
661 for p in $$list; do \
662 $(am__strip_dir) \
663 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
664 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
665 done
666
667 clean-libLTLIBRARIES:
668 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
669 @list='$(lib_LTLIBRARIES)'; \
670 locs=`for p in $$list; do echo $$p; done | \
671 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
672 sort -u`; \
673 test -z "$$locs" || { \
674 echo rm -f $${locs}; \
675 rm -f $${locs}; \
676 }
677
678 libavahi-client.la: $(libavahi_client_la_OBJECTS) $(libavahi_client_la_DEPENDENCIES) $(EXTRA_libavahi_client_la_DEPENDENCIES)
679 $(AM_V_CCLD)$(libavahi_client_la_LINK) $(am_libavahi_client_la_rpath) $(libavahi_client_la_OBJECTS) $(libavahi_client_la_LIBADD) $(LIBS)
680
681 clean-noinstPROGRAMS:
682 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
683 echo " rm -f" $$list; \
684 rm -f $$list || exit $$?; \
685 test -n "$(EXEEXT)" || exit 0; \
686 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
687 echo " rm -f" $$list; \
688 rm -f $$list
689
690 check-nss-test$(EXEEXT): $(check_nss_test_OBJECTS) $(check_nss_test_DEPENDENCIES) $(EXTRA_check_nss_test_DEPENDENCIES)
691 @rm -f check-nss-test$(EXEEXT)
692 $(AM_V_CCLD)$(check_nss_test_LINK) $(check_nss_test_OBJECTS) $(check_nss_test_LDADD) $(LIBS)
693
694 client-test$(EXEEXT): $(client_test_OBJECTS) $(client_test_DEPENDENCIES) $(EXTRA_client_test_DEPENDENCIES)
695 @rm -f client-test$(EXEEXT)
696 $(AM_V_CCLD)$(client_test_LINK) $(client_test_OBJECTS) $(client_test_LDADD) $(LIBS)
697
698 rr-test$(EXEEXT): $(rr_test_OBJECTS) $(rr_test_DEPENDENCIES) $(EXTRA_rr_test_DEPENDENCIES)
699 @rm -f rr-test$(EXEEXT)
700 $(AM_V_CCLD)$(rr_test_LINK) $(rr_test_OBJECTS) $(rr_test_LDADD) $(LIBS)
701
702 srv-test$(EXEEXT): $(srv_test_OBJECTS) $(srv_test_DEPENDENCIES) $(EXTRA_srv_test_DEPENDENCIES)
703 @rm -f srv-test$(EXEEXT)
704 $(AM_V_CCLD)$(srv_test_LINK) $(srv_test_OBJECTS) $(srv_test_LDADD) $(LIBS)
705
706 xdg-config-test$(EXEEXT): $(xdg_config_test_OBJECTS) $(xdg_config_test_DEPENDENCIES) $(EXTRA_xdg_config_test_DEPENDENCIES)
707 @rm -f xdg-config-test$(EXEEXT)
708 $(AM_V_CCLD)$(xdg_config_test_LINK) $(xdg_config_test_OBJECTS) $(xdg_config_test_LDADD) $(LIBS)
709
710 mostlyclean-compile:
711 -rm -f *.$(OBJEXT)
712
713 distclean-compile:
714 -rm -f *.tab.c
715
716 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_nss_test-check-nss-test.Po@am__quote@
717 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_nss_test-check-nss.Po@am__quote@
718 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client_test-client-test.Po@am__quote@
719 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_client_la-browser.Plo@am__quote@
720 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_client_la-check-nss.Plo@am__quote@
721 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_client_la-client.Plo@am__quote@
722 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_client_la-dbus-watch-glue.Plo@am__quote@
723 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_client_la-dbus.Plo@am__quote@
724 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_client_la-entrygroup.Plo@am__quote@
725 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_client_la-resolver.Plo@am__quote@
726 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_client_la-xdg-config.Plo@am__quote@
727 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rr_test-rr-test.Po@am__quote@
728 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srv_test-srv-test.Po@am__quote@
729 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xdg_config_test-xdg-config-test.Po@am__quote@
730 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xdg_config_test-xdg-config.Po@am__quote@
731
732 .c.o:
733 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
734 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
735 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
736 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
737 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
738
739 .c.obj:
740 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
741 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
742 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
743 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
744 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
745
746 .c.lo:
747 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
748 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
749 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
750 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
751 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
752
753 libavahi_client_la-client.lo: client.c
754 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_client_la_CFLAGS) $(CFLAGS) -MT libavahi_client_la-client.lo -MD -MP -MF $(DEPDIR)/libavahi_client_la-client.Tpo -c -o libavahi_client_la-client.lo `test -f 'client.c' || echo '$(srcdir)/'`client.c
755 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_client_la-client.Tpo $(DEPDIR)/libavahi_client_la-client.Plo
756 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='client.c' object='libavahi_client_la-client.lo' libtool=yes @AMDEPBACKSLASH@
757 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
758 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_client_la_CFLAGS) $(CFLAGS) -c -o libavahi_client_la-client.lo `test -f 'client.c' || echo '$(srcdir)/'`client.c
759
760 libavahi_client_la-entrygroup.lo: entrygroup.c
761 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_client_la_CFLAGS) $(CFLAGS) -MT libavahi_client_la-entrygroup.lo -MD -MP -MF $(DEPDIR)/libavahi_client_la-entrygroup.Tpo -c -o libavahi_client_la-entrygroup.lo `test -f 'entrygroup.c' || echo '$(srcdir)/'`entrygroup.c
762 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_client_la-entrygroup.Tpo $(DEPDIR)/libavahi_client_la-entrygroup.Plo
763 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='entrygroup.c' object='libavahi_client_la-entrygroup.lo' libtool=yes @AMDEPBACKSLASH@
764 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
765 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_client_la_CFLAGS) $(CFLAGS) -c -o libavahi_client_la-entrygroup.lo `test -f 'entrygroup.c' || echo '$(srcdir)/'`entrygroup.c
766
767 libavahi_client_la-browser.lo: browser.c
768 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_client_la_CFLAGS) $(CFLAGS) -MT libavahi_client_la-browser.lo -MD -MP -MF $(DEPDIR)/libavahi_client_la-browser.Tpo -c -o libavahi_client_la-browser.lo `test -f 'browser.c' || echo '$(srcdir)/'`browser.c
769 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_client_la-browser.Tpo $(DEPDIR)/libavahi_client_la-browser.Plo
770 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='browser.c' object='libavahi_client_la-browser.lo' libtool=yes @AMDEPBACKSLASH@
771 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
772 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_client_la_CFLAGS) $(CFLAGS) -c -o libavahi_client_la-browser.lo `test -f 'browser.c' || echo '$(srcdir)/'`browser.c
773
774 libavahi_client_la-resolver.lo: resolver.c
775 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_client_la_CFLAGS) $(CFLAGS) -MT libavahi_client_la-resolver.lo -MD -MP -MF $(DEPDIR)/libavahi_client_la-resolver.Tpo -c -o libavahi_client_la-resolver.lo `test -f 'resolver.c' || echo '$(srcdir)/'`resolver.c
776 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_client_la-resolver.Tpo $(DEPDIR)/libavahi_client_la-resolver.Plo
777 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='resolver.c' object='libavahi_client_la-resolver.lo' libtool=yes @AMDEPBACKSLASH@
778 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
779 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_client_la_CFLAGS) $(CFLAGS) -c -o libavahi_client_la-resolver.lo `test -f 'resolver.c' || echo '$(srcdir)/'`resolver.c
780
781 libavahi_client_la-xdg-config.lo: xdg-config.c
782 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_client_la_CFLAGS) $(CFLAGS) -MT libavahi_client_la-xdg-config.lo -MD -MP -MF $(DEPDIR)/libavahi_client_la-xdg-config.Tpo -c -o libavahi_client_la-xdg-config.lo `test -f 'xdg-config.c' || echo '$(srcdir)/'`xdg-config.c
783 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_client_la-xdg-config.Tpo $(DEPDIR)/libavahi_client_la-xdg-config.Plo
784 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xdg-config.c' object='libavahi_client_la-xdg-config.lo' libtool=yes @AMDEPBACKSLASH@
785 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
786 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_client_la_CFLAGS) $(CFLAGS) -c -o libavahi_client_la-xdg-config.lo `test -f 'xdg-config.c' || echo '$(srcdir)/'`xdg-config.c
787
788 libavahi_client_la-check-nss.lo: check-nss.c
789 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_client_la_CFLAGS) $(CFLAGS) -MT libavahi_client_la-check-nss.lo -MD -MP -MF $(DEPDIR)/libavahi_client_la-check-nss.Tpo -c -o libavahi_client_la-check-nss.lo `test -f 'check-nss.c' || echo '$(srcdir)/'`check-nss.c
790 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_client_la-check-nss.Tpo $(DEPDIR)/libavahi_client_la-check-nss.Plo
791 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='check-nss.c' object='libavahi_client_la-check-nss.lo' libtool=yes @AMDEPBACKSLASH@
792 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
793 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_client_la_CFLAGS) $(CFLAGS) -c -o libavahi_client_la-check-nss.lo `test -f 'check-nss.c' || echo '$(srcdir)/'`check-nss.c
794
795 libavahi_client_la-dbus.lo: ../avahi-common/dbus.c
796 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_client_la_CFLAGS) $(CFLAGS) -MT libavahi_client_la-dbus.lo -MD -MP -MF $(DEPDIR)/libavahi_client_la-dbus.Tpo -c -o libavahi_client_la-dbus.lo `test -f '../avahi-common/dbus.c' || echo '$(srcdir)/'`../avahi-common/dbus.c
797 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_client_la-dbus.Tpo $(DEPDIR)/libavahi_client_la-dbus.Plo
798 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../avahi-common/dbus.c' object='libavahi_client_la-dbus.lo' libtool=yes @AMDEPBACKSLASH@
799 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
800 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_client_la_CFLAGS) $(CFLAGS) -c -o libavahi_client_la-dbus.lo `test -f '../avahi-common/dbus.c' || echo '$(srcdir)/'`../avahi-common/dbus.c
801
802 libavahi_client_la-dbus-watch-glue.lo: ../avahi-common/dbus-watch-glue.c
803 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_client_la_CFLAGS) $(CFLAGS) -MT libavahi_client_la-dbus-watch-glue.lo -MD -MP -MF $(DEPDIR)/libavahi_client_la-dbus-watch-glue.Tpo -c -o libavahi_client_la-dbus-watch-glue.lo `test -f '../avahi-common/dbus-watch-glue.c' || echo '$(srcdir)/'`../avahi-common/dbus-watch-glue.c
804 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_client_la-dbus-watch-glue.Tpo $(DEPDIR)/libavahi_client_la-dbus-watch-glue.Plo
805 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../avahi-common/dbus-watch-glue.c' object='libavahi_client_la-dbus-watch-glue.lo' libtool=yes @AMDEPBACKSLASH@
806 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
807 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_client_la_CFLAGS) $(CFLAGS) -c -o libavahi_client_la-dbus-watch-glue.lo `test -f '../avahi-common/dbus-watch-glue.c' || echo '$(srcdir)/'`../avahi-common/dbus-watch-glue.c
808
809 check_nss_test-check-nss.o: check-nss.c
810 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_nss_test_CFLAGS) $(CFLAGS) -MT check_nss_test-check-nss.o -MD -MP -MF $(DEPDIR)/check_nss_test-check-nss.Tpo -c -o check_nss_test-check-nss.o `test -f 'check-nss.c' || echo '$(srcdir)/'`check-nss.c
811 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/check_nss_test-check-nss.Tpo $(DEPDIR)/check_nss_test-check-nss.Po
812 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='check-nss.c' object='check_nss_test-check-nss.o' libtool=no @AMDEPBACKSLASH@
813 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
814 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_nss_test_CFLAGS) $(CFLAGS) -c -o check_nss_test-check-nss.o `test -f 'check-nss.c' || echo '$(srcdir)/'`check-nss.c
815
816 check_nss_test-check-nss.obj: check-nss.c
817 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_nss_test_CFLAGS) $(CFLAGS) -MT check_nss_test-check-nss.obj -MD -MP -MF $(DEPDIR)/check_nss_test-check-nss.Tpo -c -o check_nss_test-check-nss.obj `if test -f 'check-nss.c'; then $(CYGPATH_W) 'check-nss.c'; else $(CYGPATH_W) '$(srcdir)/check-nss.c'; fi`
818 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/check_nss_test-check-nss.Tpo $(DEPDIR)/check_nss_test-check-nss.Po
819 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='check-nss.c' object='check_nss_test-check-nss.obj' libtool=no @AMDEPBACKSLASH@
820 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
821 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_nss_test_CFLAGS) $(CFLAGS) -c -o check_nss_test-check-nss.obj `if test -f 'check-nss.c'; then $(CYGPATH_W) 'check-nss.c'; else $(CYGPATH_W) '$(srcdir)/check-nss.c'; fi`
822
823 check_nss_test-check-nss-test.o: check-nss-test.c
824 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_nss_test_CFLAGS) $(CFLAGS) -MT check_nss_test-check-nss-test.o -MD -MP -MF $(DEPDIR)/check_nss_test-check-nss-test.Tpo -c -o check_nss_test-check-nss-test.o `test -f 'check-nss-test.c' || echo '$(srcdir)/'`check-nss-test.c
825 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/check_nss_test-check-nss-test.Tpo $(DEPDIR)/check_nss_test-check-nss-test.Po
826 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='check-nss-test.c' object='check_nss_test-check-nss-test.o' libtool=no @AMDEPBACKSLASH@
827 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
828 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_nss_test_CFLAGS) $(CFLAGS) -c -o check_nss_test-check-nss-test.o `test -f 'check-nss-test.c' || echo '$(srcdir)/'`check-nss-test.c
829
830 check_nss_test-check-nss-test.obj: check-nss-test.c
831 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_nss_test_CFLAGS) $(CFLAGS) -MT check_nss_test-check-nss-test.obj -MD -MP -MF $(DEPDIR)/check_nss_test-check-nss-test.Tpo -c -o check_nss_test-check-nss-test.obj `if test -f 'check-nss-test.c'; then $(CYGPATH_W) 'check-nss-test.c'; else $(CYGPATH_W) '$(srcdir)/check-nss-test.c'; fi`
832 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/check_nss_test-check-nss-test.Tpo $(DEPDIR)/check_nss_test-check-nss-test.Po
833 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='check-nss-test.c' object='check_nss_test-check-nss-test.obj' libtool=no @AMDEPBACKSLASH@
834 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
835 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_nss_test_CFLAGS) $(CFLAGS) -c -o check_nss_test-check-nss-test.obj `if test -f 'check-nss-test.c'; then $(CYGPATH_W) 'check-nss-test.c'; else $(CYGPATH_W) '$(srcdir)/check-nss-test.c'; fi`
836
837 client_test-client-test.o: client-test.c
838 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(client_test_CFLAGS) $(CFLAGS) -MT client_test-client-test.o -MD -MP -MF $(DEPDIR)/client_test-client-test.Tpo -c -o client_test-client-test.o `test -f 'client-test.c' || echo '$(srcdir)/'`client-test.c
839 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/client_test-client-test.Tpo $(DEPDIR)/client_test-client-test.Po
840 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='client-test.c' object='client_test-client-test.o' libtool=no @AMDEPBACKSLASH@
841 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
842 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(client_test_CFLAGS) $(CFLAGS) -c -o client_test-client-test.o `test -f 'client-test.c' || echo '$(srcdir)/'`client-test.c
843
844 client_test-client-test.obj: client-test.c
845 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(client_test_CFLAGS) $(CFLAGS) -MT client_test-client-test.obj -MD -MP -MF $(DEPDIR)/client_test-client-test.Tpo -c -o client_test-client-test.obj `if test -f 'client-test.c'; then $(CYGPATH_W) 'client-test.c'; else $(CYGPATH_W) '$(srcdir)/client-test.c'; fi`
846 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/client_test-client-test.Tpo $(DEPDIR)/client_test-client-test.Po
847 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='client-test.c' object='client_test-client-test.obj' libtool=no @AMDEPBACKSLASH@
848 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
849 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(client_test_CFLAGS) $(CFLAGS) -c -o client_test-client-test.obj `if test -f 'client-test.c'; then $(CYGPATH_W) 'client-test.c'; else $(CYGPATH_W) '$(srcdir)/client-test.c'; fi`
850
851 rr_test-rr-test.o: rr-test.c
852 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rr_test_CFLAGS) $(CFLAGS) -MT rr_test-rr-test.o -MD -MP -MF $(DEPDIR)/rr_test-rr-test.Tpo -c -o rr_test-rr-test.o `test -f 'rr-test.c' || echo '$(srcdir)/'`rr-test.c
853 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/rr_test-rr-test.Tpo $(DEPDIR)/rr_test-rr-test.Po
854 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='rr-test.c' object='rr_test-rr-test.o' libtool=no @AMDEPBACKSLASH@
855 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
856 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rr_test_CFLAGS) $(CFLAGS) -c -o rr_test-rr-test.o `test -f 'rr-test.c' || echo '$(srcdir)/'`rr-test.c
857
858 rr_test-rr-test.obj: rr-test.c
859 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rr_test_CFLAGS) $(CFLAGS) -MT rr_test-rr-test.obj -MD -MP -MF $(DEPDIR)/rr_test-rr-test.Tpo -c -o rr_test-rr-test.obj `if test -f 'rr-test.c'; then $(CYGPATH_W) 'rr-test.c'; else $(CYGPATH_W) '$(srcdir)/rr-test.c'; fi`
860 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/rr_test-rr-test.Tpo $(DEPDIR)/rr_test-rr-test.Po
861 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='rr-test.c' object='rr_test-rr-test.obj' libtool=no @AMDEPBACKSLASH@
862 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
863 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rr_test_CFLAGS) $(CFLAGS) -c -o rr_test-rr-test.obj `if test -f 'rr-test.c'; then $(CYGPATH_W) 'rr-test.c'; else $(CYGPATH_W) '$(srcdir)/rr-test.c'; fi`
864
865 srv_test-srv-test.o: srv-test.c
866 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(srv_test_CFLAGS) $(CFLAGS) -MT srv_test-srv-test.o -MD -MP -MF $(DEPDIR)/srv_test-srv-test.Tpo -c -o srv_test-srv-test.o `test -f 'srv-test.c' || echo '$(srcdir)/'`srv-test.c
867 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/srv_test-srv-test.Tpo $(DEPDIR)/srv_test-srv-test.Po
868 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='srv-test.c' object='srv_test-srv-test.o' libtool=no @AMDEPBACKSLASH@
869 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
870 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(srv_test_CFLAGS) $(CFLAGS) -c -o srv_test-srv-test.o `test -f 'srv-test.c' || echo '$(srcdir)/'`srv-test.c
871
872 srv_test-srv-test.obj: srv-test.c
873 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(srv_test_CFLAGS) $(CFLAGS) -MT srv_test-srv-test.obj -MD -MP -MF $(DEPDIR)/srv_test-srv-test.Tpo -c -o srv_test-srv-test.obj `if test -f 'srv-test.c'; then $(CYGPATH_W) 'srv-test.c'; else $(CYGPATH_W) '$(srcdir)/srv-test.c'; fi`
874 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/srv_test-srv-test.Tpo $(DEPDIR)/srv_test-srv-test.Po
875 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='srv-test.c' object='srv_test-srv-test.obj' libtool=no @AMDEPBACKSLASH@
876 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
877 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(srv_test_CFLAGS) $(CFLAGS) -c -o srv_test-srv-test.obj `if test -f 'srv-test.c'; then $(CYGPATH_W) 'srv-test.c'; else $(CYGPATH_W) '$(srcdir)/srv-test.c'; fi`
878
879 xdg_config_test-xdg-config-test.o: xdg-config-test.c
880 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xdg_config_test_CFLAGS) $(CFLAGS) -MT xdg_config_test-xdg-config-test.o -MD -MP -MF $(DEPDIR)/xdg_config_test-xdg-config-test.Tpo -c -o xdg_config_test-xdg-config-test.o `test -f 'xdg-config-test.c' || echo '$(srcdir)/'`xdg-config-test.c
881 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xdg_config_test-xdg-config-test.Tpo $(DEPDIR)/xdg_config_test-xdg-config-test.Po
882 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xdg-config-test.c' object='xdg_config_test-xdg-config-test.o' libtool=no @AMDEPBACKSLASH@
883 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
884 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xdg_config_test_CFLAGS) $(CFLAGS) -c -o xdg_config_test-xdg-config-test.o `test -f 'xdg-config-test.c' || echo '$(srcdir)/'`xdg-config-test.c
885
886 xdg_config_test-xdg-config-test.obj: xdg-config-test.c
887 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xdg_config_test_CFLAGS) $(CFLAGS) -MT xdg_config_test-xdg-config-test.obj -MD -MP -MF $(DEPDIR)/xdg_config_test-xdg-config-test.Tpo -c -o xdg_config_test-xdg-config-test.obj `if test -f 'xdg-config-test.c'; then $(CYGPATH_W) 'xdg-config-test.c'; else $(CYGPATH_W) '$(srcdir)/xdg-config-test.c'; fi`
888 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xdg_config_test-xdg-config-test.Tpo $(DEPDIR)/xdg_config_test-xdg-config-test.Po
889 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xdg-config-test.c' object='xdg_config_test-xdg-config-test.obj' libtool=no @AMDEPBACKSLASH@
890 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
891 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xdg_config_test_CFLAGS) $(CFLAGS) -c -o xdg_config_test-xdg-config-test.obj `if test -f 'xdg-config-test.c'; then $(CYGPATH_W) 'xdg-config-test.c'; else $(CYGPATH_W) '$(srcdir)/xdg-config-test.c'; fi`
892
893 xdg_config_test-xdg-config.o: xdg-config.c
894 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xdg_config_test_CFLAGS) $(CFLAGS) -MT xdg_config_test-xdg-config.o -MD -MP -MF $(DEPDIR)/xdg_config_test-xdg-config.Tpo -c -o xdg_config_test-xdg-config.o `test -f 'xdg-config.c' || echo '$(srcdir)/'`xdg-config.c
895 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xdg_config_test-xdg-config.Tpo $(DEPDIR)/xdg_config_test-xdg-config.Po
896 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xdg-config.c' object='xdg_config_test-xdg-config.o' libtool=no @AMDEPBACKSLASH@
897 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
898 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xdg_config_test_CFLAGS) $(CFLAGS) -c -o xdg_config_test-xdg-config.o `test -f 'xdg-config.c' || echo '$(srcdir)/'`xdg-config.c
899
900 xdg_config_test-xdg-config.obj: xdg-config.c
901 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xdg_config_test_CFLAGS) $(CFLAGS) -MT xdg_config_test-xdg-config.obj -MD -MP -MF $(DEPDIR)/xdg_config_test-xdg-config.Tpo -c -o xdg_config_test-xdg-config.obj `if test -f 'xdg-config.c'; then $(CYGPATH_W) 'xdg-config.c'; else $(CYGPATH_W) '$(srcdir)/xdg-config.c'; fi`
902 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xdg_config_test-xdg-config.Tpo $(DEPDIR)/xdg_config_test-xdg-config.Po
903 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xdg-config.c' object='xdg_config_test-xdg-config.obj' libtool=no @AMDEPBACKSLASH@
904 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
905 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xdg_config_test_CFLAGS) $(CFLAGS) -c -o xdg_config_test-xdg-config.obj `if test -f 'xdg-config.c'; then $(CYGPATH_W) 'xdg-config.c'; else $(CYGPATH_W) '$(srcdir)/xdg-config.c'; fi`
906
907 mostlyclean-libtool:
908 -rm -f *.lo
909
910 clean-libtool:
911 -rm -rf .libs _libs
912 install-avahi_clientincludeHEADERS: $(avahi_clientinclude_HEADERS)
913 @$(NORMAL_INSTALL)
914 @list='$(avahi_clientinclude_HEADERS)'; test -n "$(avahi_clientincludedir)" || list=; \
915 if test -n "$$list"; then \
916 echo " $(MKDIR_P) '$(DESTDIR)$(avahi_clientincludedir)'"; \
917 $(MKDIR_P) "$(DESTDIR)$(avahi_clientincludedir)" || exit 1; \
918 fi; \
919 for p in $$list; do \
920 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
921 echo "$$d$$p"; \
922 done | $(am__base_list) | \
923 while read files; do \
924 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(avahi_clientincludedir)'"; \
925 $(INSTALL_HEADER) $$files "$(DESTDIR)$(avahi_clientincludedir)" || exit $$?; \
926 done
927
928 uninstall-avahi_clientincludeHEADERS:
929 @$(NORMAL_UNINSTALL)
930 @list='$(avahi_clientinclude_HEADERS)'; test -n "$(avahi_clientincludedir)" || list=; \
931 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
932 dir='$(DESTDIR)$(avahi_clientincludedir)'; $(am__uninstall_files_from_dir)
933
934 ID: $(am__tagged_files)
935 $(am__define_uniq_tagged_files); mkid -fID $$unique
936 tags: tags-am
937 TAGS: tags
938
939 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
940 set x; \
941 here=`pwd`; \
942 $(am__define_uniq_tagged_files); \
943 shift; \
944 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
945 test -n "$$unique" || unique=$$empty_fix; \
946 if test $$# -gt 0; then \
947 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
948 "$$@" $$unique; \
949 else \
950 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
951 $$unique; \
952 fi; \
953 fi
954 ctags: ctags-am
955
956 CTAGS: ctags
957 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
958 $(am__define_uniq_tagged_files); \
959 test -z "$(CTAGS_ARGS)$$unique" \
960 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
961 $$unique
962
963 GTAGS:
964 here=`$(am__cd) $(top_builddir) && pwd` \
965 && $(am__cd) $(top_srcdir) \
966 && gtags -i $(GTAGS_ARGS) "$$here"
967 cscopelist: cscopelist-am
968
969 cscopelist-am: $(am__tagged_files)
970 list='$(am__tagged_files)'; \
971 case "$(srcdir)" in \
972 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
973 *) sdir=$(subdir)/$(srcdir) ;; \
974 esac; \
975 for i in $$list; do \
976 if test -f "$$i"; then \
977 echo "$(subdir)/$$i"; \
978 else \
979 echo "$$sdir/$$i"; \
980 fi; \
981 done >> $(top_builddir)/cscope.files
982
983 distclean-tags:
984 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
985
986 distdir: $(DISTFILES)
987 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
988 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
989 list='$(DISTFILES)'; \
990 dist_files=`for file in $$list; do echo $$file; done | \
991 sed -e "s|^$$srcdirstrip/||;t" \
992 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
993 case $$dist_files in \
994 */*) $(MKDIR_P) `echo "$$dist_files" | \
995 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
996 sort -u` ;; \
997 esac; \
998 for file in $$dist_files; do \
999 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1000 if test -d $$d/$$file; then \
1001 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1002 if test -d "$(distdir)/$$file"; then \
1003 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1004 fi; \
1005 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1006 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1007 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1008 fi; \
1009 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1010 else \
1011 test -f "$(distdir)/$$file" \
1012 || cp -p $$d/$$file "$(distdir)/$$file" \
1013 || exit 1; \
1014 fi; \
1015 done
1016 check-am: all-am
1017 check: check-am
1018 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS)
1019 installdirs:
1020 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(avahi_clientincludedir)"; do \
1021 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1022 done
1023 install: install-am
1024 install-exec: install-exec-am
1025 install-data: install-data-am
1026 uninstall: uninstall-am
1027
1028 install-am: all-am
1029 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1030
1031 installcheck: installcheck-am
1032 install-strip:
1033 if test -z '$(STRIP)'; then \
1034 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1035 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1036 install; \
1037 else \
1038 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1039 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1040 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1041 fi
1042 mostlyclean-generic:
1043
1044 clean-generic:
1045
1046 distclean-generic:
1047 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1048 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1049
1050 maintainer-clean-generic:
1051 @echo "This command is intended for maintainers to use"
1052 @echo "it deletes files that may require special tools to rebuild."
1053 clean: clean-am
1054
1055 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
1056 clean-noinstPROGRAMS mostlyclean-am
1057
1058 distclean: distclean-am
1059 -rm -rf ./$(DEPDIR)
1060 -rm -f Makefile
1061 distclean-am: clean-am distclean-compile distclean-generic \
1062 distclean-tags
1063
1064 dvi: dvi-am
1065
1066 dvi-am:
1067
1068 html: html-am
1069
1070 html-am:
1071
1072 info: info-am
1073
1074 info-am:
1075
1076 install-data-am: install-avahi_clientincludeHEADERS
1077
1078 install-dvi: install-dvi-am
1079
1080 install-dvi-am:
1081
1082 install-exec-am: install-libLTLIBRARIES
1083
1084 install-html: install-html-am
1085
1086 install-html-am:
1087
1088 install-info: install-info-am
1089
1090 install-info-am:
1091
1092 install-man:
1093
1094 install-pdf: install-pdf-am
1095
1096 install-pdf-am:
1097
1098 install-ps: install-ps-am
1099
1100 install-ps-am:
1101
1102 installcheck-am:
1103
1104 maintainer-clean: maintainer-clean-am
1105 -rm -rf ./$(DEPDIR)
1106 -rm -f Makefile
1107 maintainer-clean-am: distclean-am maintainer-clean-generic
1108
1109 mostlyclean: mostlyclean-am
1110
1111 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1112 mostlyclean-libtool
1113
1114 pdf: pdf-am
1115
1116 pdf-am:
1117
1118 ps: ps-am
1119
1120 ps-am:
1121
1122 uninstall-am: uninstall-avahi_clientincludeHEADERS \
1123 uninstall-libLTLIBRARIES
1124
1125 .MAKE: install-am install-strip
1126
1127 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
1128 clean-libLTLIBRARIES clean-libtool clean-noinstPROGRAMS \
1129 cscopelist-am ctags ctags-am distclean distclean-compile \
1130 distclean-generic distclean-libtool distclean-tags distdir dvi \
1131 dvi-am html html-am info info-am install install-am \
1132 install-avahi_clientincludeHEADERS install-data \
1133 install-data-am install-dvi install-dvi-am install-exec \
1134 install-exec-am install-html install-html-am install-info \
1135 install-info-am install-libLTLIBRARIES install-man install-pdf \
1136 install-pdf-am install-ps install-ps-am install-strip \
1137 installcheck installcheck-am installdirs maintainer-clean \
1138 maintainer-clean-generic mostlyclean mostlyclean-compile \
1139 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1140 tags tags-am uninstall uninstall-am \
1141 uninstall-avahi_clientincludeHEADERS uninstall-libLTLIBRARIES
1142
1143 .PRECIOUS: Makefile
1144
1145
1146 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1147 # Otherwise a system limit (for SysV at least) may be exceeded.
1148 .NOEXPORT:
+0
-14
avahi-common/.gitignore less more
0 *.o
1 *.lo
2 *.la
3 Makefile
4 Makefile.in
5 .deps
6 .libs
7 alternative-test
8 domain-test
9 strlst-test
10 timeval-test
11 utf8-test
12 watch-test
13 watch-test-thread
0 # Makefile.in generated by automake 1.15 from Makefile.am.
1 # @configure_input@
2
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
4
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 @SET_MAKE@
15
16 # This file is part of avahi.
17 #
18 # avahi is free software; you can redistribute it and/or modify it
19 # under the terms of the GNU Lesser General Public License as
20 # published by the Free Software Foundation; either version 2 of the
21 # License, or (at your option) any later version.
22 #
23 # avahi is distributed in the hope that it will be useful, but WITHOUT
24 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
25 # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
26 # License for more details.
27 #
28 # You should have received a copy of the GNU Lesser General Public
29 # License along with avahi; if not, write to the Free Software
30 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
31 # USA.
32
33
34
35 VPATH = @srcdir@
36 am__is_gnu_make = { \
37 if test -z '$(MAKELEVEL)'; then \
38 false; \
39 elif test -n '$(MAKE_HOST)'; then \
40 true; \
41 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
42 true; \
43 else \
44 false; \
45 fi; \
46 }
47 am__make_running_with_option = \
48 case $${target_option-} in \
49 ?) ;; \
50 *) echo "am__make_running_with_option: internal error: invalid" \
51 "target option '$${target_option-}' specified" >&2; \
52 exit 1;; \
53 esac; \
54 has_opt=no; \
55 sane_makeflags=$$MAKEFLAGS; \
56 if $(am__is_gnu_make); then \
57 sane_makeflags=$$MFLAGS; \
58 else \
59 case $$MAKEFLAGS in \
60 *\\[\ \ ]*) \
61 bs=\\; \
62 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
63 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
64 esac; \
65 fi; \
66 skip_next=no; \
67 strip_trailopt () \
68 { \
69 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
70 }; \
71 for flg in $$sane_makeflags; do \
72 test $$skip_next = yes && { skip_next=no; continue; }; \
73 case $$flg in \
74 *=*|--*) continue;; \
75 -*I) strip_trailopt 'I'; skip_next=yes;; \
76 -*I?*) strip_trailopt 'I';; \
77 -*O) strip_trailopt 'O'; skip_next=yes;; \
78 -*O?*) strip_trailopt 'O';; \
79 -*l) strip_trailopt 'l'; skip_next=yes;; \
80 -*l?*) strip_trailopt 'l';; \
81 -[dEDm]) skip_next=yes;; \
82 -[JT]) skip_next=yes;; \
83 esac; \
84 case $$flg in \
85 *$$target_option*) has_opt=yes; break;; \
86 esac; \
87 done; \
88 test $$has_opt = yes
89 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
90 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
91 pkgdatadir = $(datadir)/@PACKAGE@
92 pkgincludedir = $(includedir)/@PACKAGE@
93 pkglibdir = $(libdir)/@PACKAGE@
94 pkglibexecdir = $(libexecdir)/@PACKAGE@
95 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
96 install_sh_DATA = $(install_sh) -c -m 644
97 install_sh_PROGRAM = $(install_sh) -c
98 install_sh_SCRIPT = $(install_sh) -c
99 INSTALL_HEADER = $(INSTALL_DATA)
100 transform = $(program_transform_name)
101 NORMAL_INSTALL = :
102 PRE_INSTALL = :
103 POST_INSTALL = :
104 NORMAL_UNINSTALL = :
105 PRE_UNINSTALL = :
106 POST_UNINSTALL = :
107 build_triplet = @build@
108 host_triplet = @host@
109 @ENABLE_TESTS_TRUE@noinst_PROGRAMS = strlst-test$(EXEEXT) \
110 @ENABLE_TESTS_TRUE@ domain-test$(EXEEXT) \
111 @ENABLE_TESTS_TRUE@ alternative-test$(EXEEXT) \
112 @ENABLE_TESTS_TRUE@ timeval-test$(EXEEXT) watch-test$(EXEEXT) \
113 @ENABLE_TESTS_TRUE@ watch-test-thread$(EXEEXT) \
114 @ENABLE_TESTS_TRUE@ utf8-test$(EXEEXT)
115 subdir = avahi-common
116 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
117 am__aclocal_m4_deps = $(top_srcdir)/common/acx_pthread.m4 \
118 $(top_srcdir)/common/gcc_stack_protect.m4 \
119 $(top_srcdir)/common/gcc_visibility.m4 \
120 $(top_srcdir)/common/intltool.m4 \
121 $(top_srcdir)/common/introspection.m4 \
122 $(top_srcdir)/common/libtool.m4 \
123 $(top_srcdir)/common/ltoptions.m4 \
124 $(top_srcdir)/common/ltsugar.m4 \
125 $(top_srcdir)/common/ltversion.m4 \
126 $(top_srcdir)/common/lt~obsolete.m4 \
127 $(top_srcdir)/common/nls.m4 $(top_srcdir)/common/python.m4 \
128 $(top_srcdir)/acinclude.m4 $(top_srcdir)/common/doxygen.m4 \
129 $(top_srcdir)/configure.ac
130 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
131 $(ACLOCAL_M4)
132 DIST_COMMON = $(srcdir)/Makefile.am $(avahi_commoninclude_HEADERS) \
133 $(am__noinst_HEADERS_DIST) $(am__DIST_COMMON)
134 mkinstalldirs = $(install_sh) -d
135 CONFIG_HEADER = $(top_builddir)/config.h
136 CONFIG_CLEAN_FILES =
137 CONFIG_CLEAN_VPATH_FILES =
138 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
139 am__vpath_adj = case $$p in \
140 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
141 *) f=$$p;; \
142 esac;
143 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
144 am__install_max = 40
145 am__nobase_strip_setup = \
146 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
147 am__nobase_strip = \
148 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
149 am__nobase_list = $(am__nobase_strip_setup); \
150 for p in $$list; do echo "$$p $$p"; done | \
151 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
152 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
153 if (++n[$$2] == $(am__install_max)) \
154 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
155 END { for (dir in files) print dir, files[dir] }'
156 am__base_list = \
157 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
158 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
159 am__uninstall_files_from_dir = { \
160 test -z "$$files" \
161 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
162 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
163 $(am__cd) "$$dir" && rm -f $$files; }; \
164 }
165 am__installdirs = "$(DESTDIR)$(libdir)" \
166 "$(DESTDIR)$(avahi_commonincludedir)"
167 LTLIBRARIES = $(lib_LTLIBRARIES)
168 am__DEPENDENCIES_1 =
169 libavahi_common_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
170 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
171 am_libavahi_common_la_OBJECTS = libavahi_common_la-malloc.lo \
172 libavahi_common_la-address.lo \
173 libavahi_common_la-alternative.lo libavahi_common_la-error.lo \
174 libavahi_common_la-strlst.lo libavahi_common_la-domain.lo \
175 libavahi_common_la-timeval.lo \
176 libavahi_common_la-simple-watch.lo \
177 libavahi_common_la-thread-watch.lo libavahi_common_la-rlist.lo \
178 libavahi_common_la-utf8.lo libavahi_common_la-i18n.lo
179 libavahi_common_la_OBJECTS = $(am_libavahi_common_la_OBJECTS)
180 AM_V_lt = $(am__v_lt_@AM_V@)
181 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
182 am__v_lt_0 = --silent
183 am__v_lt_1 =
184 libavahi_common_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
185 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
186 $(libavahi_common_la_CFLAGS) $(CFLAGS) \
187 $(libavahi_common_la_LDFLAGS) $(LDFLAGS) -o $@
188 PROGRAMS = $(noinst_PROGRAMS)
189 am_alternative_test_OBJECTS = alternative_test-alternative.$(OBJEXT) \
190 alternative_test-malloc.$(OBJEXT) \
191 alternative_test-domain.$(OBJEXT) \
192 alternative_test-address.$(OBJEXT) \
193 alternative_test-alternative-test.$(OBJEXT) \
194 alternative_test-utf8.$(OBJEXT)
195 alternative_test_OBJECTS = $(am_alternative_test_OBJECTS)
196 alternative_test_LDADD = $(LDADD)
197 alternative_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
198 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
199 $(alternative_test_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
200 -o $@
201 am_domain_test_OBJECTS = domain_test-domain.$(OBJEXT) \
202 domain_test-malloc.$(OBJEXT) domain_test-address.$(OBJEXT) \
203 domain_test-domain-test.$(OBJEXT) domain_test-utf8.$(OBJEXT)
204 domain_test_OBJECTS = $(am_domain_test_OBJECTS)
205 domain_test_LDADD = $(LDADD)
206 domain_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
207 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(domain_test_CFLAGS) \
208 $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
209 am_strlst_test_OBJECTS = strlst_test-strlst.$(OBJEXT) \
210 strlst_test-malloc.$(OBJEXT) strlst_test-strlst-test.$(OBJEXT)
211 strlst_test_OBJECTS = $(am_strlst_test_OBJECTS)
212 strlst_test_LDADD = $(LDADD)
213 strlst_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
214 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(strlst_test_CFLAGS) \
215 $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
216 am_timeval_test_OBJECTS = timeval_test-timeval.$(OBJEXT) \
217 timeval_test-timeval-test.$(OBJEXT)
218 timeval_test_OBJECTS = $(am_timeval_test_OBJECTS)
219 timeval_test_DEPENDENCIES = $(am__DEPENDENCIES_1) \
220 $(am__DEPENDENCIES_1)
221 timeval_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
222 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(timeval_test_CFLAGS) \
223 $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
224 am_utf8_test_OBJECTS = utf8_test-utf8-test.$(OBJEXT) \
225 utf8_test-utf8.$(OBJEXT)
226 utf8_test_OBJECTS = $(am_utf8_test_OBJECTS)
227 utf8_test_DEPENDENCIES =
228 utf8_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
229 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(utf8_test_CFLAGS) \
230 $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
231 am_watch_test_OBJECTS = watch_test-timeval.$(OBJEXT) \
232 watch_test-simple-watch.$(OBJEXT) watch_test-malloc.$(OBJEXT) \
233 watch_test-watch-test.$(OBJEXT)
234 watch_test_OBJECTS = $(am_watch_test_OBJECTS)
235 watch_test_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
236 watch_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
237 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(watch_test_CFLAGS) \
238 $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
239 am__objects_1 = watch_test_thread-timeval.$(OBJEXT) \
240 watch_test_thread-simple-watch.$(OBJEXT) \
241 watch_test_thread-malloc.$(OBJEXT) \
242 watch_test_thread-watch-test.$(OBJEXT)
243 am_watch_test_thread_OBJECTS = $(am__objects_1) \
244 watch_test_thread-thread-watch.$(OBJEXT)
245 watch_test_thread_OBJECTS = $(am_watch_test_thread_OBJECTS)
246 am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
247 watch_test_thread_DEPENDENCIES = $(am__DEPENDENCIES_2)
248 watch_test_thread_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
249 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
250 $(watch_test_thread_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
251 -o $@
252 AM_V_P = $(am__v_P_@AM_V@)
253 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
254 am__v_P_0 = false
255 am__v_P_1 = :
256 AM_V_GEN = $(am__v_GEN_@AM_V@)
257 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
258 am__v_GEN_0 = @echo " GEN " $@;
259 am__v_GEN_1 =
260 AM_V_at = $(am__v_at_@AM_V@)
261 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
262 am__v_at_0 = @
263 am__v_at_1 =
264 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
265 depcomp = $(SHELL) $(top_srcdir)/depcomp
266 am__depfiles_maybe = depfiles
267 am__mv = mv -f
268 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
269 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
270 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
271 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
272 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
273 $(AM_CFLAGS) $(CFLAGS)
274 AM_V_CC = $(am__v_CC_@AM_V@)
275 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
276 am__v_CC_0 = @echo " CC " $@;
277 am__v_CC_1 =
278 CCLD = $(CC)
279 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
280 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
281 $(AM_LDFLAGS) $(LDFLAGS) -o $@
282 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
283 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
284 am__v_CCLD_0 = @echo " CCLD " $@;
285 am__v_CCLD_1 =
286 SOURCES = $(libavahi_common_la_SOURCES) $(alternative_test_SOURCES) \
287 $(domain_test_SOURCES) $(strlst_test_SOURCES) \
288 $(timeval_test_SOURCES) $(utf8_test_SOURCES) \
289 $(watch_test_SOURCES) $(watch_test_thread_SOURCES)
290 DIST_SOURCES = $(libavahi_common_la_SOURCES) \
291 $(alternative_test_SOURCES) $(domain_test_SOURCES) \
292 $(strlst_test_SOURCES) $(timeval_test_SOURCES) \
293 $(utf8_test_SOURCES) $(watch_test_SOURCES) \
294 $(watch_test_thread_SOURCES)
295 am__can_run_installinfo = \
296 case $$AM_UPDATE_INFO_DIR in \
297 n|no|NO) false;; \
298 *) (install-info --version) >/dev/null 2>&1;; \
299 esac
300 am__noinst_HEADERS_DIST = dbus.h dbus-watch-glue.h
301 HEADERS = $(avahi_commoninclude_HEADERS) $(noinst_HEADERS)
302 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
303 # Read a list of newline-separated strings from the standard input,
304 # and print each of them once, without duplicates. Input order is
305 # *not* preserved.
306 am__uniquify_input = $(AWK) '\
307 BEGIN { nonempty = 0; } \
308 { items[$$0] = 1; nonempty = 1; } \
309 END { if (nonempty) { for (i in items) print i; }; } \
310 '
311 # Make sure the list of sources is unique. This is necessary because,
312 # e.g., the same source file might be shared among _SOURCES variables
313 # for different programs/libraries.
314 am__define_uniq_tagged_files = \
315 list='$(am__tagged_files)'; \
316 unique=`for i in $$list; do \
317 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
318 done | $(am__uniquify_input)`
319 ETAGS = etags
320 CTAGS = ctags
321 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
322 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
323 ACLOCAL = @ACLOCAL@
324 ALL_LINGUAS = @ALL_LINGUAS@
325 AMTAR = @AMTAR@
326 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
327 AR = @AR@
328 AUTOCONF = @AUTOCONF@
329 AUTOHEADER = @AUTOHEADER@
330 AUTOMAKE = @AUTOMAKE@
331 AVAHI_AUTOIPD_GROUP = @AVAHI_AUTOIPD_GROUP@
332 AVAHI_AUTOIPD_USER = @AVAHI_AUTOIPD_USER@
333 AVAHI_GROUP = @AVAHI_GROUP@
334 AVAHI_PRIV_ACCESS_GROUP = @AVAHI_PRIV_ACCESS_GROUP@
335 AVAHI_USER = @AVAHI_USER@
336 AWK = @AWK@
337 CATALOGS = @CATALOGS@
338 CATOBJEXT = @CATOBJEXT@
339 CC = @CC@
340 CCDEPMODE = @CCDEPMODE@
341 CFLAGS = @CFLAGS@
342 CPP = @CPP@
343 CPPFLAGS = @CPPFLAGS@
344 CXX = @CXX@
345 CXXCPP = @CXXCPP@
346 CXXDEPMODE = @CXXDEPMODE@
347 CXXFLAGS = @CXXFLAGS@
348 CYGPATH_W = @CYGPATH_W@
349 DATADIRNAME = @DATADIRNAME@
350 DBUS_CFLAGS = @DBUS_CFLAGS@
351 DBUS_LIBS = @DBUS_LIBS@
352 DBUS_SYSTEM_BUS_DEFAULT_ADDRESS = @DBUS_SYSTEM_BUS_DEFAULT_ADDRESS@
353 DBUS_SYS_DIR = @DBUS_SYS_DIR@
354 DEFS = @DEFS@
355 DEPDIR = @DEPDIR@
356 DLLTOOL = @DLLTOOL@
357 DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
358 DSYMUTIL = @DSYMUTIL@
359 DUMPBIN = @DUMPBIN@
360 DX_CONFIG = @DX_CONFIG@
361 DX_DOCDIR = @DX_DOCDIR@
362 DX_DOT = @DX_DOT@
363 DX_DOXYGEN = @DX_DOXYGEN@
364 DX_DVIPS = @DX_DVIPS@
365 DX_EGREP = @DX_EGREP@
366 DX_ENV = @DX_ENV@
367 DX_FLAG_chi = @DX_FLAG_chi@
368 DX_FLAG_chm = @DX_FLAG_chm@
369 DX_FLAG_doc = @DX_FLAG_doc@
370 DX_FLAG_dot = @DX_FLAG_dot@
371 DX_FLAG_html = @DX_FLAG_html@
372 DX_FLAG_man = @DX_FLAG_man@
373 DX_FLAG_pdf = @DX_FLAG_pdf@
374 DX_FLAG_ps = @DX_FLAG_ps@
375 DX_FLAG_rtf = @DX_FLAG_rtf@
376 DX_FLAG_xml = @DX_FLAG_xml@
377 DX_HHC = @DX_HHC@
378 DX_LATEX = @DX_LATEX@
379 DX_MAKEINDEX = @DX_MAKEINDEX@
380 DX_PDFLATEX = @DX_PDFLATEX@
381 DX_PERL = @DX_PERL@
382 DX_PROJECT = @DX_PROJECT@
383 ECHO_C = @ECHO_C@
384 ECHO_N = @ECHO_N@
385 ECHO_T = @ECHO_T@
386 EGREP = @EGREP@
387 EXEEXT = @EXEEXT@
388 FGREP = @FGREP@
389 GACUTIL = @GACUTIL@
390 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
391 GLIB20_CFLAGS = @GLIB20_CFLAGS@
392 GLIB20_LIBS = @GLIB20_LIBS@
393 GMOFILES = @GMOFILES@
394 GMSGFMT = @GMSGFMT@
395 GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
396 GOBJECT_LIBS = @GOBJECT_LIBS@
397 GREP = @GREP@
398 GTK20_CFLAGS = @GTK20_CFLAGS@
399 GTK20_LIBS = @GTK20_LIBS@
400 GTK30_CFLAGS = @GTK30_CFLAGS@
401 GTK30_LIBS = @GTK30_LIBS@
402 HOWL_COMPAT_VERSION = @HOWL_COMPAT_VERSION@
403 INSTALL = @INSTALL@
404 INSTALL_DATA = @INSTALL_DATA@
405 INSTALL_PROGRAM = @INSTALL_PROGRAM@
406 INSTALL_SCRIPT = @INSTALL_SCRIPT@
407 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
408 INSTOBJEXT = @INSTOBJEXT@
409 INTLLIBS = @INTLLIBS@
410 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
411 INTLTOOL_MERGE = @INTLTOOL_MERGE@
412 INTLTOOL_PERL = @INTLTOOL_PERL@
413 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
414 INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
415 INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
416 INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
417 INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
418 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
419 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
420 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
421 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
422 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
423 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
424 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
425 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
426 LD = @LD@
427 LDFLAGS = @LDFLAGS@
428 LIBAVAHI_CLIENT_VERSION_INFO = @LIBAVAHI_CLIENT_VERSION_INFO@
429 LIBAVAHI_COMMON_VERSION_INFO = @LIBAVAHI_COMMON_VERSION_INFO@
430 LIBAVAHI_COMPAT_HOWL_VERSION_INFO = @LIBAVAHI_COMPAT_HOWL_VERSION_INFO@
431 LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO = @LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO@
432 LIBAVAHI_CORE_VERSION_INFO = @LIBAVAHI_CORE_VERSION_INFO@
433 LIBAVAHI_GLIB_VERSION_INFO = @LIBAVAHI_GLIB_VERSION_INFO@
434 LIBAVAHI_GOBJECT_VERSION_INFO = @LIBAVAHI_GOBJECT_VERSION_INFO@
435 LIBAVAHI_QT3_VERSION_INFO = @LIBAVAHI_QT3_VERSION_INFO@
436 LIBAVAHI_QT4_VERSION_INFO = @LIBAVAHI_QT4_VERSION_INFO@
437 LIBAVAHI_UI_VERSION_INFO = @LIBAVAHI_UI_VERSION_INFO@
438 LIBDAEMON_CFLAGS = @LIBDAEMON_CFLAGS@
439 LIBDAEMON_LIBS = @LIBDAEMON_LIBS@
440 LIBOBJS = @LIBOBJS@
441 LIBS = @LIBS@
442 LIBTOOL = @LIBTOOL@
443 LIPO = @LIPO@
444 LN_S = @LN_S@
445 LTLIBOBJS = @LTLIBOBJS@
446 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
447 MAKEINFO = @MAKEINFO@
448 MANIFEST_TOOL = @MANIFEST_TOOL@
449 MCS = @MCS@
450 MDASSEMBLER = @MDASSEMBLER@
451 MKDIR_P = @MKDIR_P@
452 MKINSTALLDIRS = @MKINSTALLDIRS@
453 MOC_QT3 = @MOC_QT3@
454 MOC_QT4 = @MOC_QT4@
455 MONODOCER = @MONODOCER@
456 MONODOC_CFLAGS = @MONODOC_CFLAGS@
457 MONODOC_DIR = @MONODOC_DIR@
458 MONODOC_LIBS = @MONODOC_LIBS@
459 MSGFMT = @MSGFMT@
460 MSGFMT_OPTS = @MSGFMT_OPTS@
461 MSGMERGE = @MSGMERGE@
462 NM = @NM@
463 NMEDIT = @NMEDIT@
464 OBJDUMP = @OBJDUMP@
465 OBJEXT = @OBJEXT@
466 OTOOL = @OTOOL@
467 OTOOL64 = @OTOOL64@
468 PACKAGE = @PACKAGE@
469 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
470 PACKAGE_NAME = @PACKAGE_NAME@
471 PACKAGE_STRING = @PACKAGE_STRING@
472 PACKAGE_TARNAME = @PACKAGE_TARNAME@
473 PACKAGE_URL = @PACKAGE_URL@
474 PACKAGE_VERSION = @PACKAGE_VERSION@
475 PATH_SEPARATOR = @PATH_SEPARATOR@
476 PKG_CONFIG = @PKG_CONFIG@
477 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
478 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
479 POFILES = @POFILES@
480 POSUB = @POSUB@
481 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
482 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
483 PTHREAD_CC = @PTHREAD_CC@
484 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
485 PTHREAD_LIBS = @PTHREAD_LIBS@
486 PYTHON = @PYTHON@
487 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
488 PYTHON_PLATFORM = @PYTHON_PLATFORM@
489 PYTHON_PREFIX = @PYTHON_PREFIX@
490 PYTHON_VERSION = @PYTHON_VERSION@
491 QT3_CFLAGS = @QT3_CFLAGS@
492 QT3_LIBS = @QT3_LIBS@
493 QT4_CFLAGS = @QT4_CFLAGS@
494 QT4_LIBS = @QT4_LIBS@
495 RANLIB = @RANLIB@
496 SED = @SED@
497 SET_MAKE = @SET_MAKE@
498 SHELL = @SHELL@
499 STOW = @STOW@
500 STRIP = @STRIP@
501 USE_NLS = @USE_NLS@
502 VERSION = @VERSION@
503 VISIBILITY_HIDDEN_CFLAGS = @VISIBILITY_HIDDEN_CFLAGS@
504 XGETTEXT = @XGETTEXT@
505 XML_CFLAGS = @XML_CFLAGS@
506 XML_LIBS = @XML_LIBS@
507 abs_builddir = @abs_builddir@
508 abs_srcdir = @abs_srcdir@
509 abs_top_builddir = @abs_top_builddir@
510 abs_top_srcdir = @abs_top_srcdir@
511 ac_ct_AR = @ac_ct_AR@
512 ac_ct_CC = @ac_ct_CC@
513 ac_ct_CXX = @ac_ct_CXX@
514 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
515 acx_pthread_config = @acx_pthread_config@
516 am__include = @am__include@
517 am__leading_dot = @am__leading_dot@
518 am__quote = @am__quote@
519 am__tar = @am__tar@
520 am__untar = @am__untar@
521 avahi_runtime_dir = @avahi_runtime_dir@
522 avahi_socket = @avahi_socket@
523 avahilocaledir = @avahilocaledir@
524 bindir = @bindir@
525 build = @build@
526 build_alias = @build_alias@
527 build_cpu = @build_cpu@
528 build_os = @build_os@
529 build_vendor = @build_vendor@
530 builddir = @builddir@
531 datadir = @datadir@
532 datarootdir = @datarootdir@
533 docdir = @docdir@
534 dvidir = @dvidir@
535 exec_prefix = @exec_prefix@
536 have_pkg_config = @have_pkg_config@
537 have_xmltoman = @have_xmltoman@
538 host = @host@
539 host_alias = @host_alias@
540 host_cpu = @host_cpu@
541 host_os = @host_os@
542 host_vendor = @host_vendor@
543 htmldir = @htmldir@
544 includedir = @includedir@
545 infodir = @infodir@
546 install_sh = @install_sh@
547 interfacesdir = @interfacesdir@
548 intltool__v_merge_options_ = @intltool__v_merge_options_@
549 intltool__v_merge_options_0 = @intltool__v_merge_options_0@
550 libdir = @libdir@
551 libexecdir = @libexecdir@
552 localedir = @localedir@
553 localstatedir = @localstatedir@
554 mandir = @mandir@
555 mkdir_p = @mkdir_p@
556 oldincludedir = @oldincludedir@
557 pdfdir = @pdfdir@
558 pkgpyexecdir = @pkgpyexecdir@
559 pkgpythondir = @pkgpythondir@
560 prefix = @prefix@
561 program_transform_name = @program_transform_name@
562 psdir = @psdir@
563 pyexecdir = @pyexecdir@
564 pythondir = @pythondir@
565 runstatedir = @runstatedir@
566 sbindir = @sbindir@
567 sharedstatedir = @sharedstatedir@
568 srcdir = @srcdir@
569 sysconfdir = @sysconfdir@
570 systemdsystemunitdir = @systemdsystemunitdir@
571 target_alias = @target_alias@
572 top_build_prefix = @top_build_prefix@
573 top_builddir = @top_builddir@
574 top_srcdir = @top_srcdir@
575
576 # This cool debug trap works on i386/gcc only
577 AM_CFLAGS = -I$(top_srcdir) '-DDEBUG_TRAP=__asm__("int $$3")'
578 avahi_commonincludedir = $(includedir)/avahi-common
579 avahi_commoninclude_HEADERS = \
580 strlst.h \
581 address.h \
582 alternative.h \
583 domain.h \
584 cdecl.h \
585 defs.h \
586 malloc.h \
587 watch.h \
588 timeval.h \
589 simple-watch.h \
590 thread-watch.h \
591 gccmacro.h \
592 error.h \
593 llist.h \
594 rlist.h
595
596 lib_LTLIBRARIES = \
597 libavahi-common.la
598
599 libavahi_common_la_SOURCES = \
600 malloc.c malloc.h \
601 address.c address.h \
602 alternative.c alternative.h \
603 error.c error.h \
604 strlst.c strlst.h \
605 domain.c domain.h \
606 timeval.c timeval.h \
607 simple-watch.c simple-watch.h \
608 thread-watch.c thread-watch.h \
609 watch.h gccmacro.h \
610 rlist.h rlist.c \
611 utf8.c utf8.h \
612 i18n.c i18n.h
613
614 libavahi_common_la_CFLAGS = $(AM_CFLAGS) $(PTHREAD_CFLAGS) -DAVAHI_LOCALEDIR=\"$(avahilocaledir)\"
615 libavahi_common_la_LIBADD = $(AM_LDADD) $(PTHREAD_CFLAGS) $(PTHREAD_LIBS) $(INTLLIBS)
616 libavahi_common_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(LIBAVAHI_COMMON_VERSION_INFO)
617 strlst_test_SOURCES = \
618 strlst.c strlst.h \
619 malloc.c malloc.h \
620 strlst-test.c
621
622 strlst_test_CFLAGS = $(AM_CFLAGS)
623 alternative_test_SOURCES = \
624 alternative.c alternative.h \
625 malloc.c malloc.h \
626 domain.c domain.h \
627 address.c address.h \
628 alternative-test.c \
629 utf8.c utf8.h
630
631 alternative_test_CFLAGS = $(AM_CFLAGS)
632 domain_test_SOURCES = \
633 domain.c domain.h \
634 malloc.c malloc.h \
635 address.c address.h \
636 domain-test.c \
637 utf8.c utf8.h
638
639 domain_test_CFLAGS = $(AM_CFLAGS)
640 watch_test_SOURCES = \
641 timeval.c timeval.h \
642 simple-watch.c simple-watch.h \
643 watch.h \
644 malloc.c malloc.h \
645 watch-test.c
646
647 watch_test_CFLAGS = $(AM_CFLAGS) $(PTHREAD_CFLAGS)
648 watch_test_LDADD = $(AM_LDADD) $(PTHREAD_LIBS) $(PTHREAD_CFLAGS)
649 watch_test_thread_SOURCES = $(watch_test_SOURCES) thread-watch.c thread-watch.h
650 watch_test_thread_CFLAGS = $(watch_test_CFLAGS) -DUSE_THREAD
651 watch_test_thread_LDADD = $(watch_test_LDADD)
652 timeval_test_SOURCES = \
653 timeval.c timeval.h \
654 timeval-test.c
655
656 timeval_test_CFLAGS = $(AM_CFLAGS) $(PTHREAD_CFLAGS)
657 timeval_test_LDADD = $(AM_LDADD) $(PTHREAD_LIBS) $(PTHREAD_CFLAGS)
658 utf8_test_SOURCES = \
659 utf8-test.c \
660 utf8.c utf8.h
661
662 utf8_test_CFLAGS = $(AM_CFLAGS)
663 utf8_test_LDADD = $(AM_LDADD)
664 @HAVE_DBUS_TRUE@noinst_HEADERS = \
665 @HAVE_DBUS_TRUE@ dbus.h \
666 @HAVE_DBUS_TRUE@ dbus-watch-glue.h
667
668 all: all-am
669
670 .SUFFIXES:
671 .SUFFIXES: .c .lo .o .obj
672 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
673 @for dep in $?; do \
674 case '$(am__configure_deps)' in \
675 *$$dep*) \
676 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
677 && { if test -f $@; then exit 0; else break; fi; }; \
678 exit 1;; \
679 esac; \
680 done; \
681 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign avahi-common/Makefile'; \
682 $(am__cd) $(top_srcdir) && \
683 $(AUTOMAKE) --foreign avahi-common/Makefile
684 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
685 @case '$?' in \
686 *config.status*) \
687 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
688 *) \
689 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
690 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
691 esac;
692
693 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
694 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
695
696 $(top_srcdir)/configure: $(am__configure_deps)
697 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
698 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
699 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
700 $(am__aclocal_m4_deps):
701
702 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
703 @$(NORMAL_INSTALL)
704 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
705 list2=; for p in $$list; do \
706 if test -f $$p; then \
707 list2="$$list2 $$p"; \
708 else :; fi; \
709 done; \
710 test -z "$$list2" || { \
711 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
712 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
713 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
714 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
715 }
716
717 uninstall-libLTLIBRARIES:
718 @$(NORMAL_UNINSTALL)
719 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
720 for p in $$list; do \
721 $(am__strip_dir) \
722 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
723 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
724 done
725
726 clean-libLTLIBRARIES:
727 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
728 @list='$(lib_LTLIBRARIES)'; \
729 locs=`for p in $$list; do echo $$p; done | \
730 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
731 sort -u`; \
732 test -z "$$locs" || { \
733 echo rm -f $${locs}; \
734 rm -f $${locs}; \
735 }
736
737 libavahi-common.la: $(libavahi_common_la_OBJECTS) $(libavahi_common_la_DEPENDENCIES) $(EXTRA_libavahi_common_la_DEPENDENCIES)
738 $(AM_V_CCLD)$(libavahi_common_la_LINK) -rpath $(libdir) $(libavahi_common_la_OBJECTS) $(libavahi_common_la_LIBADD) $(LIBS)
739
740 clean-noinstPROGRAMS:
741 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
742 echo " rm -f" $$list; \
743 rm -f $$list || exit $$?; \
744 test -n "$(EXEEXT)" || exit 0; \
745 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
746 echo " rm -f" $$list; \
747 rm -f $$list
748
749 alternative-test$(EXEEXT): $(alternative_test_OBJECTS) $(alternative_test_DEPENDENCIES) $(EXTRA_alternative_test_DEPENDENCIES)
750 @rm -f alternative-test$(EXEEXT)
751 $(AM_V_CCLD)$(alternative_test_LINK) $(alternative_test_OBJECTS) $(alternative_test_LDADD) $(LIBS)
752
753 domain-test$(EXEEXT): $(domain_test_OBJECTS) $(domain_test_DEPENDENCIES) $(EXTRA_domain_test_DEPENDENCIES)
754 @rm -f domain-test$(EXEEXT)
755 $(AM_V_CCLD)$(domain_test_LINK) $(domain_test_OBJECTS) $(domain_test_LDADD) $(LIBS)
756
757 strlst-test$(EXEEXT): $(strlst_test_OBJECTS) $(strlst_test_DEPENDENCIES) $(EXTRA_strlst_test_DEPENDENCIES)
758 @rm -f strlst-test$(EXEEXT)
759 $(AM_V_CCLD)$(strlst_test_LINK) $(strlst_test_OBJECTS) $(strlst_test_LDADD) $(LIBS)
760
761 timeval-test$(EXEEXT): $(timeval_test_OBJECTS) $(timeval_test_DEPENDENCIES) $(EXTRA_timeval_test_DEPENDENCIES)
762 @rm -f timeval-test$(EXEEXT)
763 $(AM_V_CCLD)$(timeval_test_LINK) $(timeval_test_OBJECTS) $(timeval_test_LDADD) $(LIBS)
764
765 utf8-test$(EXEEXT): $(utf8_test_OBJECTS) $(utf8_test_DEPENDENCIES) $(EXTRA_utf8_test_DEPENDENCIES)
766 @rm -f utf8-test$(EXEEXT)
767 $(AM_V_CCLD)$(utf8_test_LINK) $(utf8_test_OBJECTS) $(utf8_test_LDADD) $(LIBS)
768
769 watch-test$(EXEEXT): $(watch_test_OBJECTS) $(watch_test_DEPENDENCIES) $(EXTRA_watch_test_DEPENDENCIES)
770 @rm -f watch-test$(EXEEXT)
771 $(AM_V_CCLD)$(watch_test_LINK) $(watch_test_OBJECTS) $(watch_test_LDADD) $(LIBS)
772
773 watch-test-thread$(EXEEXT): $(watch_test_thread_OBJECTS) $(watch_test_thread_DEPENDENCIES) $(EXTRA_watch_test_thread_DEPENDENCIES)
774 @rm -f watch-test-thread$(EXEEXT)
775 $(AM_V_CCLD)$(watch_test_thread_LINK) $(watch_test_thread_OBJECTS) $(watch_test_thread_LDADD) $(LIBS)
776
777 mostlyclean-compile:
778 -rm -f *.$(OBJEXT)
779
780 distclean-compile:
781 -rm -f *.tab.c
782
783 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alternative_test-address.Po@am__quote@
784 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alternative_test-alternative-test.Po@am__quote@
785 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alternative_test-alternative.Po@am__quote@
786 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alternative_test-domain.Po@am__quote@
787 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alternative_test-malloc.Po@am__quote@
788 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alternative_test-utf8.Po@am__quote@
789 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/domain_test-address.Po@am__quote@
790 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/domain_test-domain-test.Po@am__quote@
791 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/domain_test-domain.Po@am__quote@
792 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/domain_test-malloc.Po@am__quote@
793 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/domain_test-utf8.Po@am__quote@
794 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_common_la-address.Plo@am__quote@
795 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_common_la-alternative.Plo@am__quote@
796 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_common_la-domain.Plo@am__quote@
797 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_common_la-error.Plo@am__quote@
798 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_common_la-i18n.Plo@am__quote@
799 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_common_la-malloc.Plo@am__quote@
800 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_common_la-rlist.Plo@am__quote@
801 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_common_la-simple-watch.Plo@am__quote@
802 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_common_la-strlst.Plo@am__quote@
803 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_common_la-thread-watch.Plo@am__quote@
804 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_common_la-timeval.Plo@am__quote@
805 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_common_la-utf8.Plo@am__quote@
806 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlst_test-malloc.Po@am__quote@
807 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlst_test-strlst-test.Po@am__quote@
808 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlst_test-strlst.Po@am__quote@
809 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timeval_test-timeval-test.Po@am__quote@
810 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timeval_test-timeval.Po@am__quote@
811 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utf8_test-utf8-test.Po@am__quote@
812 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utf8_test-utf8.Po@am__quote@
813 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/watch_test-malloc.Po@am__quote@
814 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/watch_test-simple-watch.Po@am__quote@
815 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/watch_test-timeval.Po@am__quote@
816 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/watch_test-watch-test.Po@am__quote@
817 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/watch_test_thread-malloc.Po@am__quote@
818 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/watch_test_thread-simple-watch.Po@am__quote@
819 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/watch_test_thread-thread-watch.Po@am__quote@
820 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/watch_test_thread-timeval.Po@am__quote@
821 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/watch_test_thread-watch-test.Po@am__quote@
822
823 .c.o:
824 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
825 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
826 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
827 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
828 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
829
830 .c.obj:
831 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
832 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
833 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
834 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
835 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
836
837 .c.lo:
838 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
839 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
840 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
841 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
842 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
843
844 libavahi_common_la-malloc.lo: malloc.c
845 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_common_la_CFLAGS) $(CFLAGS) -MT libavahi_common_la-malloc.lo -MD -MP -MF $(DEPDIR)/libavahi_common_la-malloc.Tpo -c -o libavahi_common_la-malloc.lo `test -f 'malloc.c' || echo '$(srcdir)/'`malloc.c
846 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_common_la-malloc.Tpo $(DEPDIR)/libavahi_common_la-malloc.Plo
847 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='malloc.c' object='libavahi_common_la-malloc.lo' libtool=yes @AMDEPBACKSLASH@
848 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
849 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_common_la_CFLAGS) $(CFLAGS) -c -o libavahi_common_la-malloc.lo `test -f 'malloc.c' || echo '$(srcdir)/'`malloc.c
850
851 libavahi_common_la-address.lo: address.c
852 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_common_la_CFLAGS) $(CFLAGS) -MT libavahi_common_la-address.lo -MD -MP -MF $(DEPDIR)/libavahi_common_la-address.Tpo -c -o libavahi_common_la-address.lo `test -f 'address.c' || echo '$(srcdir)/'`address.c
853 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_common_la-address.Tpo $(DEPDIR)/libavahi_common_la-address.Plo
854 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='address.c' object='libavahi_common_la-address.lo' libtool=yes @AMDEPBACKSLASH@
855 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
856 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_common_la_CFLAGS) $(CFLAGS) -c -o libavahi_common_la-address.lo `test -f 'address.c' || echo '$(srcdir)/'`address.c
857
858 libavahi_common_la-alternative.lo: alternative.c
859 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_common_la_CFLAGS) $(CFLAGS) -MT libavahi_common_la-alternative.lo -MD -MP -MF $(DEPDIR)/libavahi_common_la-alternative.Tpo -c -o libavahi_common_la-alternative.lo `test -f 'alternative.c' || echo '$(srcdir)/'`alternative.c
860 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_common_la-alternative.Tpo $(DEPDIR)/libavahi_common_la-alternative.Plo
861 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='alternative.c' object='libavahi_common_la-alternative.lo' libtool=yes @AMDEPBACKSLASH@
862 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
863 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_common_la_CFLAGS) $(CFLAGS) -c -o libavahi_common_la-alternative.lo `test -f 'alternative.c' || echo '$(srcdir)/'`alternative.c
864
865 libavahi_common_la-error.lo: error.c
866 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_common_la_CFLAGS) $(CFLAGS) -MT libavahi_common_la-error.lo -MD -MP -MF $(DEPDIR)/libavahi_common_la-error.Tpo -c -o libavahi_common_la-error.lo `test -f 'error.c' || echo '$(srcdir)/'`error.c
867 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_common_la-error.Tpo $(DEPDIR)/libavahi_common_la-error.Plo
868 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='error.c' object='libavahi_common_la-error.lo' libtool=yes @AMDEPBACKSLASH@
869 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
870 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_common_la_CFLAGS) $(CFLAGS) -c -o libavahi_common_la-error.lo `test -f 'error.c' || echo '$(srcdir)/'`error.c
871
872 libavahi_common_la-strlst.lo: strlst.c
873 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_common_la_CFLAGS) $(CFLAGS) -MT libavahi_common_la-strlst.lo -MD -MP -MF $(DEPDIR)/libavahi_common_la-strlst.Tpo -c -o libavahi_common_la-strlst.lo `test -f 'strlst.c' || echo '$(srcdir)/'`strlst.c
874 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_common_la-strlst.Tpo $(DEPDIR)/libavahi_common_la-strlst.Plo
875 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='strlst.c' object='libavahi_common_la-strlst.lo' libtool=yes @AMDEPBACKSLASH@
876 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
877 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_common_la_CFLAGS) $(CFLAGS) -c -o libavahi_common_la-strlst.lo `test -f 'strlst.c' || echo '$(srcdir)/'`strlst.c
878
879 libavahi_common_la-domain.lo: domain.c
880 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_common_la_CFLAGS) $(CFLAGS) -MT libavahi_common_la-domain.lo -MD -MP -MF $(DEPDIR)/libavahi_common_la-domain.Tpo -c -o libavahi_common_la-domain.lo `test -f 'domain.c' || echo '$(srcdir)/'`domain.c
881 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_common_la-domain.Tpo $(DEPDIR)/libavahi_common_la-domain.Plo
882 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='domain.c' object='libavahi_common_la-domain.lo' libtool=yes @AMDEPBACKSLASH@
883 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
884 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_common_la_CFLAGS) $(CFLAGS) -c -o libavahi_common_la-domain.lo `test -f 'domain.c' || echo '$(srcdir)/'`domain.c
885
886 libavahi_common_la-timeval.lo: timeval.c
887 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_common_la_CFLAGS) $(CFLAGS) -MT libavahi_common_la-timeval.lo -MD -MP -MF $(DEPDIR)/libavahi_common_la-timeval.Tpo -c -o libavahi_common_la-timeval.lo `test -f 'timeval.c' || echo '$(srcdir)/'`timeval.c
888 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_common_la-timeval.Tpo $(DEPDIR)/libavahi_common_la-timeval.Plo
889 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='timeval.c' object='libavahi_common_la-timeval.lo' libtool=yes @AMDEPBACKSLASH@
890 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
891 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_common_la_CFLAGS) $(CFLAGS) -c -o libavahi_common_la-timeval.lo `test -f 'timeval.c' || echo '$(srcdir)/'`timeval.c
892
893 libavahi_common_la-simple-watch.lo: simple-watch.c
894 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_common_la_CFLAGS) $(CFLAGS) -MT libavahi_common_la-simple-watch.lo -MD -MP -MF $(DEPDIR)/libavahi_common_la-simple-watch.Tpo -c -o libavahi_common_la-simple-watch.lo `test -f 'simple-watch.c' || echo '$(srcdir)/'`simple-watch.c
895 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_common_la-simple-watch.Tpo $(DEPDIR)/libavahi_common_la-simple-watch.Plo
896 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='simple-watch.c' object='libavahi_common_la-simple-watch.lo' libtool=yes @AMDEPBACKSLASH@
897 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
898 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_common_la_CFLAGS) $(CFLAGS) -c -o libavahi_common_la-simple-watch.lo `test -f 'simple-watch.c' || echo '$(srcdir)/'`simple-watch.c
899
900 libavahi_common_la-thread-watch.lo: thread-watch.c
901 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_common_la_CFLAGS) $(CFLAGS) -MT libavahi_common_la-thread-watch.lo -MD -MP -MF $(DEPDIR)/libavahi_common_la-thread-watch.Tpo -c -o libavahi_common_la-thread-watch.lo `test -f 'thread-watch.c' || echo '$(srcdir)/'`thread-watch.c
902 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_common_la-thread-watch.Tpo $(DEPDIR)/libavahi_common_la-thread-watch.Plo
903 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='thread-watch.c' object='libavahi_common_la-thread-watch.lo' libtool=yes @AMDEPBACKSLASH@
904 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
905 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_common_la_CFLAGS) $(CFLAGS) -c -o libavahi_common_la-thread-watch.lo `test -f 'thread-watch.c' || echo '$(srcdir)/'`thread-watch.c
906
907 libavahi_common_la-rlist.lo: rlist.c
908 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_common_la_CFLAGS) $(CFLAGS) -MT libavahi_common_la-rlist.lo -MD -MP -MF $(DEPDIR)/libavahi_common_la-rlist.Tpo -c -o libavahi_common_la-rlist.lo `test -f 'rlist.c' || echo '$(srcdir)/'`rlist.c
909 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_common_la-rlist.Tpo $(DEPDIR)/libavahi_common_la-rlist.Plo
910 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='rlist.c' object='libavahi_common_la-rlist.lo' libtool=yes @AMDEPBACKSLASH@
911 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
912 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_common_la_CFLAGS) $(CFLAGS) -c -o libavahi_common_la-rlist.lo `test -f 'rlist.c' || echo '$(srcdir)/'`rlist.c
913
914 libavahi_common_la-utf8.lo: utf8.c
915 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_common_la_CFLAGS) $(CFLAGS) -MT libavahi_common_la-utf8.lo -MD -MP -MF $(DEPDIR)/libavahi_common_la-utf8.Tpo -c -o libavahi_common_la-utf8.lo `test -f 'utf8.c' || echo '$(srcdir)/'`utf8.c
916 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_common_la-utf8.Tpo $(DEPDIR)/libavahi_common_la-utf8.Plo
917 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='utf8.c' object='libavahi_common_la-utf8.lo' libtool=yes @AMDEPBACKSLASH@
918 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
919 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_common_la_CFLAGS) $(CFLAGS) -c -o libavahi_common_la-utf8.lo `test -f 'utf8.c' || echo '$(srcdir)/'`utf8.c
920
921 libavahi_common_la-i18n.lo: i18n.c
922 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_common_la_CFLAGS) $(CFLAGS) -MT libavahi_common_la-i18n.lo -MD -MP -MF $(DEPDIR)/libavahi_common_la-i18n.Tpo -c -o libavahi_common_la-i18n.lo `test -f 'i18n.c' || echo '$(srcdir)/'`i18n.c
923 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_common_la-i18n.Tpo $(DEPDIR)/libavahi_common_la-i18n.Plo
924 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='i18n.c' object='libavahi_common_la-i18n.lo' libtool=yes @AMDEPBACKSLASH@
925 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
926 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_common_la_CFLAGS) $(CFLAGS) -c -o libavahi_common_la-i18n.lo `test -f 'i18n.c' || echo '$(srcdir)/'`i18n.c
927
928 alternative_test-alternative.o: alternative.c
929 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(alternative_test_CFLAGS) $(CFLAGS) -MT alternative_test-alternative.o -MD -MP -MF $(DEPDIR)/alternative_test-alternative.Tpo -c -o alternative_test-alternative.o `test -f 'alternative.c' || echo '$(srcdir)/'`alternative.c
930 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/alternative_test-alternative.Tpo $(DEPDIR)/alternative_test-alternative.Po
931 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='alternative.c' object='alternative_test-alternative.o' libtool=no @AMDEPBACKSLASH@
932 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
933 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(alternative_test_CFLAGS) $(CFLAGS) -c -o alternative_test-alternative.o `test -f 'alternative.c' || echo '$(srcdir)/'`alternative.c
934
935 alternative_test-alternative.obj: alternative.c
936 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(alternative_test_CFLAGS) $(CFLAGS) -MT alternative_test-alternative.obj -MD -MP -MF $(DEPDIR)/alternative_test-alternative.Tpo -c -o alternative_test-alternative.obj `if test -f 'alternative.c'; then $(CYGPATH_W) 'alternative.c'; else $(CYGPATH_W) '$(srcdir)/alternative.c'; fi`
937 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/alternative_test-alternative.Tpo $(DEPDIR)/alternative_test-alternative.Po
938 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='alternative.c' object='alternative_test-alternative.obj' libtool=no @AMDEPBACKSLASH@
939 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
940 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(alternative_test_CFLAGS) $(CFLAGS) -c -o alternative_test-alternative.obj `if test -f 'alternative.c'; then $(CYGPATH_W) 'alternative.c'; else $(CYGPATH_W) '$(srcdir)/alternative.c'; fi`
941
942 alternative_test-malloc.o: malloc.c
943 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(alternative_test_CFLAGS) $(CFLAGS) -MT alternative_test-malloc.o -MD -MP -MF $(DEPDIR)/alternative_test-malloc.Tpo -c -o alternative_test-malloc.o `test -f 'malloc.c' || echo '$(srcdir)/'`malloc.c
944 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/alternative_test-malloc.Tpo $(DEPDIR)/alternative_test-malloc.Po
945 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='malloc.c' object='alternative_test-malloc.o' libtool=no @AMDEPBACKSLASH@
946 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
947 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(alternative_test_CFLAGS) $(CFLAGS) -c -o alternative_test-malloc.o `test -f 'malloc.c' || echo '$(srcdir)/'`malloc.c
948
949 alternative_test-malloc.obj: malloc.c
950 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(alternative_test_CFLAGS) $(CFLAGS) -MT alternative_test-malloc.obj -MD -MP -MF $(DEPDIR)/alternative_test-malloc.Tpo -c -o alternative_test-malloc.obj `if test -f 'malloc.c'; then $(CYGPATH_W) 'malloc.c'; else $(CYGPATH_W) '$(srcdir)/malloc.c'; fi`
951 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/alternative_test-malloc.Tpo $(DEPDIR)/alternative_test-malloc.Po
952 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='malloc.c' object='alternative_test-malloc.obj' libtool=no @AMDEPBACKSLASH@
953 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
954 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(alternative_test_CFLAGS) $(CFLAGS) -c -o alternative_test-malloc.obj `if test -f 'malloc.c'; then $(CYGPATH_W) 'malloc.c'; else $(CYGPATH_W) '$(srcdir)/malloc.c'; fi`
955
956 alternative_test-domain.o: domain.c
957 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(alternative_test_CFLAGS) $(CFLAGS) -MT alternative_test-domain.o -MD -MP -MF $(DEPDIR)/alternative_test-domain.Tpo -c -o alternative_test-domain.o `test -f 'domain.c' || echo '$(srcdir)/'`domain.c
958 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/alternative_test-domain.Tpo $(DEPDIR)/alternative_test-domain.Po
959 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='domain.c' object='alternative_test-domain.o' libtool=no @AMDEPBACKSLASH@
960 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
961 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(alternative_test_CFLAGS) $(CFLAGS) -c -o alternative_test-domain.o `test -f 'domain.c' || echo '$(srcdir)/'`domain.c
962
963 alternative_test-domain.obj: domain.c
964 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(alternative_test_CFLAGS) $(CFLAGS) -MT alternative_test-domain.obj -MD -MP -MF $(DEPDIR)/alternative_test-domain.Tpo -c -o alternative_test-domain.obj `if test -f 'domain.c'; then $(CYGPATH_W) 'domain.c'; else $(CYGPATH_W) '$(srcdir)/domain.c'; fi`
965 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/alternative_test-domain.Tpo $(DEPDIR)/alternative_test-domain.Po
966 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='domain.c' object='alternative_test-domain.obj' libtool=no @AMDEPBACKSLASH@
967 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
968 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(alternative_test_CFLAGS) $(CFLAGS) -c -o alternative_test-domain.obj `if test -f 'domain.c'; then $(CYGPATH_W) 'domain.c'; else $(CYGPATH_W) '$(srcdir)/domain.c'; fi`
969
970 alternative_test-address.o: address.c
971 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(alternative_test_CFLAGS) $(CFLAGS) -MT alternative_test-address.o -MD -MP -MF $(DEPDIR)/alternative_test-address.Tpo -c -o alternative_test-address.o `test -f 'address.c' || echo '$(srcdir)/'`address.c
972 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/alternative_test-address.Tpo $(DEPDIR)/alternative_test-address.Po
973 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='address.c' object='alternative_test-address.o' libtool=no @AMDEPBACKSLASH@
974 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
975 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(alternative_test_CFLAGS) $(CFLAGS) -c -o alternative_test-address.o `test -f 'address.c' || echo '$(srcdir)/'`address.c
976
977 alternative_test-address.obj: address.c
978 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(alternative_test_CFLAGS) $(CFLAGS) -MT alternative_test-address.obj -MD -MP -MF $(DEPDIR)/alternative_test-address.Tpo -c -o alternative_test-address.obj `if test -f 'address.c'; then $(CYGPATH_W) 'address.c'; else $(CYGPATH_W) '$(srcdir)/address.c'; fi`
979 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/alternative_test-address.Tpo $(DEPDIR)/alternative_test-address.Po
980 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='address.c' object='alternative_test-address.obj' libtool=no @AMDEPBACKSLASH@
981 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
982 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(alternative_test_CFLAGS) $(CFLAGS) -c -o alternative_test-address.obj `if test -f 'address.c'; then $(CYGPATH_W) 'address.c'; else $(CYGPATH_W) '$(srcdir)/address.c'; fi`
983
984 alternative_test-alternative-test.o: alternative-test.c
985 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(alternative_test_CFLAGS) $(CFLAGS) -MT alternative_test-alternative-test.o -MD -MP -MF $(DEPDIR)/alternative_test-alternative-test.Tpo -c -o alternative_test-alternative-test.o `test -f 'alternative-test.c' || echo '$(srcdir)/'`alternative-test.c
986 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/alternative_test-alternative-test.Tpo $(DEPDIR)/alternative_test-alternative-test.Po
987 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='alternative-test.c' object='alternative_test-alternative-test.o' libtool=no @AMDEPBACKSLASH@
988 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
989 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(alternative_test_CFLAGS) $(CFLAGS) -c -o alternative_test-alternative-test.o `test -f 'alternative-test.c' || echo '$(srcdir)/'`alternative-test.c
990
991 alternative_test-alternative-test.obj: alternative-test.c
992 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(alternative_test_CFLAGS) $(CFLAGS) -MT alternative_test-alternative-test.obj -MD -MP -MF $(DEPDIR)/alternative_test-alternative-test.Tpo -c -o alternative_test-alternative-test.obj `if test -f 'alternative-test.c'; then $(CYGPATH_W) 'alternative-test.c'; else $(CYGPATH_W) '$(srcdir)/alternative-test.c'; fi`
993 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/alternative_test-alternative-test.Tpo $(DEPDIR)/alternative_test-alternative-test.Po
994 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='alternative-test.c' object='alternative_test-alternative-test.obj' libtool=no @AMDEPBACKSLASH@
995 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
996 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(alternative_test_CFLAGS) $(CFLAGS) -c -o alternative_test-alternative-test.obj `if test -f 'alternative-test.c'; then $(CYGPATH_W) 'alternative-test.c'; else $(CYGPATH_W) '$(srcdir)/alternative-test.c'; fi`
997
998 alternative_test-utf8.o: utf8.c
999 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(alternative_test_CFLAGS) $(CFLAGS) -MT alternative_test-utf8.o -MD -MP -MF $(DEPDIR)/alternative_test-utf8.Tpo -c -o alternative_test-utf8.o `test -f 'utf8.c' || echo '$(srcdir)/'`utf8.c
1000 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/alternative_test-utf8.Tpo $(DEPDIR)/alternative_test-utf8.Po
1001 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='utf8.c' object='alternative_test-utf8.o' libtool=no @AMDEPBACKSLASH@
1002 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1003 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(alternative_test_CFLAGS) $(CFLAGS) -c -o alternative_test-utf8.o `test -f 'utf8.c' || echo '$(srcdir)/'`utf8.c
1004
1005 alternative_test-utf8.obj: utf8.c
1006 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(alternative_test_CFLAGS) $(CFLAGS) -MT alternative_test-utf8.obj -MD -MP -MF $(DEPDIR)/alternative_test-utf8.Tpo -c -o alternative_test-utf8.obj `if test -f 'utf8.c'; then $(CYGPATH_W) 'utf8.c'; else $(CYGPATH_W) '$(srcdir)/utf8.c'; fi`
1007 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/alternative_test-utf8.Tpo $(DEPDIR)/alternative_test-utf8.Po
1008 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='utf8.c' object='alternative_test-utf8.obj' libtool=no @AMDEPBACKSLASH@
1009 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1010 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(alternative_test_CFLAGS) $(CFLAGS) -c -o alternative_test-utf8.obj `if test -f 'utf8.c'; then $(CYGPATH_W) 'utf8.c'; else $(CYGPATH_W) '$(srcdir)/utf8.c'; fi`
1011
1012 domain_test-domain.o: domain.c
1013 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(domain_test_CFLAGS) $(CFLAGS) -MT domain_test-domain.o -MD -MP -MF $(DEPDIR)/domain_test-domain.Tpo -c -o domain_test-domain.o `test -f 'domain.c' || echo '$(srcdir)/'`domain.c
1014 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/domain_test-domain.Tpo $(DEPDIR)/domain_test-domain.Po
1015 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='domain.c' object='domain_test-domain.o' libtool=no @AMDEPBACKSLASH@
1016 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1017 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(domain_test_CFLAGS) $(CFLAGS) -c -o domain_test-domain.o `test -f 'domain.c' || echo '$(srcdir)/'`domain.c
1018
1019 domain_test-domain.obj: domain.c
1020 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(domain_test_CFLAGS) $(CFLAGS) -MT domain_test-domain.obj -MD -MP -MF $(DEPDIR)/domain_test-domain.Tpo -c -o domain_test-domain.obj `if test -f 'domain.c'; then $(CYGPATH_W) 'domain.c'; else $(CYGPATH_W) '$(srcdir)/domain.c'; fi`
1021 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/domain_test-domain.Tpo $(DEPDIR)/domain_test-domain.Po
1022 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='domain.c' object='domain_test-domain.obj' libtool=no @AMDEPBACKSLASH@
1023 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1024 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(domain_test_CFLAGS) $(CFLAGS) -c -o domain_test-domain.obj `if test -f 'domain.c'; then $(CYGPATH_W) 'domain.c'; else $(CYGPATH_W) '$(srcdir)/domain.c'; fi`
1025
1026 domain_test-malloc.o: malloc.c
1027 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(domain_test_CFLAGS) $(CFLAGS) -MT domain_test-malloc.o -MD -MP -MF $(DEPDIR)/domain_test-malloc.Tpo -c -o domain_test-malloc.o `test -f 'malloc.c' || echo '$(srcdir)/'`malloc.c
1028 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/domain_test-malloc.Tpo $(DEPDIR)/domain_test-malloc.Po
1029 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='malloc.c' object='domain_test-malloc.o' libtool=no @AMDEPBACKSLASH@
1030 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1031 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(domain_test_CFLAGS) $(CFLAGS) -c -o domain_test-malloc.o `test -f 'malloc.c' || echo '$(srcdir)/'`malloc.c
1032
1033 domain_test-malloc.obj: malloc.c
1034 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(domain_test_CFLAGS) $(CFLAGS) -MT domain_test-malloc.obj -MD -MP -MF $(DEPDIR)/domain_test-malloc.Tpo -c -o domain_test-malloc.obj `if test -f 'malloc.c'; then $(CYGPATH_W) 'malloc.c'; else $(CYGPATH_W) '$(srcdir)/malloc.c'; fi`
1035 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/domain_test-malloc.Tpo $(DEPDIR)/domain_test-malloc.Po
1036 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='malloc.c' object='domain_test-malloc.obj' libtool=no @AMDEPBACKSLASH@
1037 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1038 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(domain_test_CFLAGS) $(CFLAGS) -c -o domain_test-malloc.obj `if test -f 'malloc.c'; then $(CYGPATH_W) 'malloc.c'; else $(CYGPATH_W) '$(srcdir)/malloc.c'; fi`
1039
1040 domain_test-address.o: address.c
1041 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(domain_test_CFLAGS) $(CFLAGS) -MT domain_test-address.o -MD -MP -MF $(DEPDIR)/domain_test-address.Tpo -c -o domain_test-address.o `test -f 'address.c' || echo '$(srcdir)/'`address.c
1042 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/domain_test-address.Tpo $(DEPDIR)/domain_test-address.Po
1043 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='address.c' object='domain_test-address.o' libtool=no @AMDEPBACKSLASH@
1044 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1045 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(domain_test_CFLAGS) $(CFLAGS) -c -o domain_test-address.o `test -f 'address.c' || echo '$(srcdir)/'`address.c
1046
1047 domain_test-address.obj: address.c
1048 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(domain_test_CFLAGS) $(CFLAGS) -MT domain_test-address.obj -MD -MP -MF $(DEPDIR)/domain_test-address.Tpo -c -o domain_test-address.obj `if test -f 'address.c'; then $(CYGPATH_W) 'address.c'; else $(CYGPATH_W) '$(srcdir)/address.c'; fi`
1049 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/domain_test-address.Tpo $(DEPDIR)/domain_test-address.Po
1050 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='address.c' object='domain_test-address.obj' libtool=no @AMDEPBACKSLASH@
1051 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1052 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(domain_test_CFLAGS) $(CFLAGS) -c -o domain_test-address.obj `if test -f 'address.c'; then $(CYGPATH_W) 'address.c'; else $(CYGPATH_W) '$(srcdir)/address.c'; fi`
1053
1054 domain_test-domain-test.o: domain-test.c
1055 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(domain_test_CFLAGS) $(CFLAGS) -MT domain_test-domain-test.o -MD -MP -MF $(DEPDIR)/domain_test-domain-test.Tpo -c -o domain_test-domain-test.o `test -f 'domain-test.c' || echo '$(srcdir)/'`domain-test.c
1056 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/domain_test-domain-test.Tpo $(DEPDIR)/domain_test-domain-test.Po
1057 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='domain-test.c' object='domain_test-domain-test.o' libtool=no @AMDEPBACKSLASH@
1058 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1059 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(domain_test_CFLAGS) $(CFLAGS) -c -o domain_test-domain-test.o `test -f 'domain-test.c' || echo '$(srcdir)/'`domain-test.c
1060
1061 domain_test-domain-test.obj: domain-test.c
1062 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(domain_test_CFLAGS) $(CFLAGS) -MT domain_test-domain-test.obj -MD -MP -MF $(DEPDIR)/domain_test-domain-test.Tpo -c -o domain_test-domain-test.obj `if test -f 'domain-test.c'; then $(CYGPATH_W) 'domain-test.c'; else $(CYGPATH_W) '$(srcdir)/domain-test.c'; fi`
1063 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/domain_test-domain-test.Tpo $(DEPDIR)/domain_test-domain-test.Po
1064 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='domain-test.c' object='domain_test-domain-test.obj' libtool=no @AMDEPBACKSLASH@
1065 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1066 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(domain_test_CFLAGS) $(CFLAGS) -c -o domain_test-domain-test.obj `if test -f 'domain-test.c'; then $(CYGPATH_W) 'domain-test.c'; else $(CYGPATH_W) '$(srcdir)/domain-test.c'; fi`
1067
1068 domain_test-utf8.o: utf8.c
1069 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(domain_test_CFLAGS) $(CFLAGS) -MT domain_test-utf8.o -MD -MP -MF $(DEPDIR)/domain_test-utf8.Tpo -c -o domain_test-utf8.o `test -f 'utf8.c' || echo '$(srcdir)/'`utf8.c
1070 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/domain_test-utf8.Tpo $(DEPDIR)/domain_test-utf8.Po
1071 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='utf8.c' object='domain_test-utf8.o' libtool=no @AMDEPBACKSLASH@
1072 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1073 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(domain_test_CFLAGS) $(CFLAGS) -c -o domain_test-utf8.o `test -f 'utf8.c' || echo '$(srcdir)/'`utf8.c
1074
1075 domain_test-utf8.obj: utf8.c
1076 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(domain_test_CFLAGS) $(CFLAGS) -MT domain_test-utf8.obj -MD -MP -MF $(DEPDIR)/domain_test-utf8.Tpo -c -o domain_test-utf8.obj `if test -f 'utf8.c'; then $(CYGPATH_W) 'utf8.c'; else $(CYGPATH_W) '$(srcdir)/utf8.c'; fi`
1077 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/domain_test-utf8.Tpo $(DEPDIR)/domain_test-utf8.Po
1078 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='utf8.c' object='domain_test-utf8.obj' libtool=no @AMDEPBACKSLASH@
1079 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1080 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(domain_test_CFLAGS) $(CFLAGS) -c -o domain_test-utf8.obj `if test -f 'utf8.c'; then $(CYGPATH_W) 'utf8.c'; else $(CYGPATH_W) '$(srcdir)/utf8.c'; fi`
1081
1082 strlst_test-strlst.o: strlst.c
1083 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(strlst_test_CFLAGS) $(CFLAGS) -MT strlst_test-strlst.o -MD -MP -MF $(DEPDIR)/strlst_test-strlst.Tpo -c -o strlst_test-strlst.o `test -f 'strlst.c' || echo '$(srcdir)/'`strlst.c
1084 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/strlst_test-strlst.Tpo $(DEPDIR)/strlst_test-strlst.Po
1085 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='strlst.c' object='strlst_test-strlst.o' libtool=no @AMDEPBACKSLASH@
1086 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1087 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(strlst_test_CFLAGS) $(CFLAGS) -c -o strlst_test-strlst.o `test -f 'strlst.c' || echo '$(srcdir)/'`strlst.c
1088
1089 strlst_test-strlst.obj: strlst.c
1090 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(strlst_test_CFLAGS) $(CFLAGS) -MT strlst_test-strlst.obj -MD -MP -MF $(DEPDIR)/strlst_test-strlst.Tpo -c -o strlst_test-strlst.obj `if test -f 'strlst.c'; then $(CYGPATH_W) 'strlst.c'; else $(CYGPATH_W) '$(srcdir)/strlst.c'; fi`
1091 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/strlst_test-strlst.Tpo $(DEPDIR)/strlst_test-strlst.Po
1092 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='strlst.c' object='strlst_test-strlst.obj' libtool=no @AMDEPBACKSLASH@
1093 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1094 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(strlst_test_CFLAGS) $(CFLAGS) -c -o strlst_test-strlst.obj `if test -f 'strlst.c'; then $(CYGPATH_W) 'strlst.c'; else $(CYGPATH_W) '$(srcdir)/strlst.c'; fi`
1095
1096 strlst_test-malloc.o: malloc.c
1097 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(strlst_test_CFLAGS) $(CFLAGS) -MT strlst_test-malloc.o -MD -MP -MF $(DEPDIR)/strlst_test-malloc.Tpo -c -o strlst_test-malloc.o `test -f 'malloc.c' || echo '$(srcdir)/'`malloc.c
1098 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/strlst_test-malloc.Tpo $(DEPDIR)/strlst_test-malloc.Po
1099 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='malloc.c' object='strlst_test-malloc.o' libtool=no @AMDEPBACKSLASH@
1100 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1101 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(strlst_test_CFLAGS) $(CFLAGS) -c -o strlst_test-malloc.o `test -f 'malloc.c' || echo '$(srcdir)/'`malloc.c
1102
1103 strlst_test-malloc.obj: malloc.c
1104 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(strlst_test_CFLAGS) $(CFLAGS) -MT strlst_test-malloc.obj -MD -MP -MF $(DEPDIR)/strlst_test-malloc.Tpo -c -o strlst_test-malloc.obj `if test -f 'malloc.c'; then $(CYGPATH_W) 'malloc.c'; else $(CYGPATH_W) '$(srcdir)/malloc.c'; fi`
1105 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/strlst_test-malloc.Tpo $(DEPDIR)/strlst_test-malloc.Po
1106 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='malloc.c' object='strlst_test-malloc.obj' libtool=no @AMDEPBACKSLASH@
1107 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1108 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(strlst_test_CFLAGS) $(CFLAGS) -c -o strlst_test-malloc.obj `if test -f 'malloc.c'; then $(CYGPATH_W) 'malloc.c'; else $(CYGPATH_W) '$(srcdir)/malloc.c'; fi`
1109
1110 strlst_test-strlst-test.o: strlst-test.c
1111 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(strlst_test_CFLAGS) $(CFLAGS) -MT strlst_test-strlst-test.o -MD -MP -MF $(DEPDIR)/strlst_test-strlst-test.Tpo -c -o strlst_test-strlst-test.o `test -f 'strlst-test.c' || echo '$(srcdir)/'`strlst-test.c
1112 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/strlst_test-strlst-test.Tpo $(DEPDIR)/strlst_test-strlst-test.Po
1113 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='strlst-test.c' object='strlst_test-strlst-test.o' libtool=no @AMDEPBACKSLASH@
1114 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1115 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(strlst_test_CFLAGS) $(CFLAGS) -c -o strlst_test-strlst-test.o `test -f 'strlst-test.c' || echo '$(srcdir)/'`strlst-test.c
1116
1117 strlst_test-strlst-test.obj: strlst-test.c
1118 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(strlst_test_CFLAGS) $(CFLAGS) -MT strlst_test-strlst-test.obj -MD -MP -MF $(DEPDIR)/strlst_test-strlst-test.Tpo -c -o strlst_test-strlst-test.obj `if test -f 'strlst-test.c'; then $(CYGPATH_W) 'strlst-test.c'; else $(CYGPATH_W) '$(srcdir)/strlst-test.c'; fi`
1119 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/strlst_test-strlst-test.Tpo $(DEPDIR)/strlst_test-strlst-test.Po
1120 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='strlst-test.c' object='strlst_test-strlst-test.obj' libtool=no @AMDEPBACKSLASH@
1121 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1122 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(strlst_test_CFLAGS) $(CFLAGS) -c -o strlst_test-strlst-test.obj `if test -f 'strlst-test.c'; then $(CYGPATH_W) 'strlst-test.c'; else $(CYGPATH_W) '$(srcdir)/strlst-test.c'; fi`
1123
1124 timeval_test-timeval.o: timeval.c
1125 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(timeval_test_CFLAGS) $(CFLAGS) -MT timeval_test-timeval.o -MD -MP -MF $(DEPDIR)/timeval_test-timeval.Tpo -c -o timeval_test-timeval.o `test -f 'timeval.c' || echo '$(srcdir)/'`timeval.c
1126 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/timeval_test-timeval.Tpo $(DEPDIR)/timeval_test-timeval.Po
1127 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='timeval.c' object='timeval_test-timeval.o' libtool=no @AMDEPBACKSLASH@
1128 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1129 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(timeval_test_CFLAGS) $(CFLAGS) -c -o timeval_test-timeval.o `test -f 'timeval.c' || echo '$(srcdir)/'`timeval.c
1130
1131 timeval_test-timeval.obj: timeval.c
1132 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(timeval_test_CFLAGS) $(CFLAGS) -MT timeval_test-timeval.obj -MD -MP -MF $(DEPDIR)/timeval_test-timeval.Tpo -c -o timeval_test-timeval.obj `if test -f 'timeval.c'; then $(CYGPATH_W) 'timeval.c'; else $(CYGPATH_W) '$(srcdir)/timeval.c'; fi`
1133 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/timeval_test-timeval.Tpo $(DEPDIR)/timeval_test-timeval.Po
1134 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='timeval.c' object='timeval_test-timeval.obj' libtool=no @AMDEPBACKSLASH@
1135 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1136 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(timeval_test_CFLAGS) $(CFLAGS) -c -o timeval_test-timeval.obj `if test -f 'timeval.c'; then $(CYGPATH_W) 'timeval.c'; else $(CYGPATH_W) '$(srcdir)/timeval.c'; fi`
1137
1138 timeval_test-timeval-test.o: timeval-test.c
1139 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(timeval_test_CFLAGS) $(CFLAGS) -MT timeval_test-timeval-test.o -MD -MP -MF $(DEPDIR)/timeval_test-timeval-test.Tpo -c -o timeval_test-timeval-test.o `test -f 'timeval-test.c' || echo '$(srcdir)/'`timeval-test.c
1140 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/timeval_test-timeval-test.Tpo $(DEPDIR)/timeval_test-timeval-test.Po
1141 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='timeval-test.c' object='timeval_test-timeval-test.o' libtool=no @AMDEPBACKSLASH@
1142 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1143 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(timeval_test_CFLAGS) $(CFLAGS) -c -o timeval_test-timeval-test.o `test -f 'timeval-test.c' || echo '$(srcdir)/'`timeval-test.c
1144
1145 timeval_test-timeval-test.obj: timeval-test.c
1146 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(timeval_test_CFLAGS) $(CFLAGS) -MT timeval_test-timeval-test.obj -MD -MP -MF $(DEPDIR)/timeval_test-timeval-test.Tpo -c -o timeval_test-timeval-test.obj `if test -f 'timeval-test.c'; then $(CYGPATH_W) 'timeval-test.c'; else $(CYGPATH_W) '$(srcdir)/timeval-test.c'; fi`
1147 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/timeval_test-timeval-test.Tpo $(DEPDIR)/timeval_test-timeval-test.Po
1148 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='timeval-test.c' object='timeval_test-timeval-test.obj' libtool=no @AMDEPBACKSLASH@
1149 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1150 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(timeval_test_CFLAGS) $(CFLAGS) -c -o timeval_test-timeval-test.obj `if test -f 'timeval-test.c'; then $(CYGPATH_W) 'timeval-test.c'; else $(CYGPATH_W) '$(srcdir)/timeval-test.c'; fi`
1151
1152 utf8_test-utf8-test.o: utf8-test.c
1153 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(utf8_test_CFLAGS) $(CFLAGS) -MT utf8_test-utf8-test.o -MD -MP -MF $(DEPDIR)/utf8_test-utf8-test.Tpo -c -o utf8_test-utf8-test.o `test -f 'utf8-test.c' || echo '$(srcdir)/'`utf8-test.c
1154 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/utf8_test-utf8-test.Tpo $(DEPDIR)/utf8_test-utf8-test.Po
1155 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='utf8-test.c' object='utf8_test-utf8-test.o' libtool=no @AMDEPBACKSLASH@
1156 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1157 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(utf8_test_CFLAGS) $(CFLAGS) -c -o utf8_test-utf8-test.o `test -f 'utf8-test.c' || echo '$(srcdir)/'`utf8-test.c
1158
1159 utf8_test-utf8-test.obj: utf8-test.c
1160 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(utf8_test_CFLAGS) $(CFLAGS) -MT utf8_test-utf8-test.obj -MD -MP -MF $(DEPDIR)/utf8_test-utf8-test.Tpo -c -o utf8_test-utf8-test.obj `if test -f 'utf8-test.c'; then $(CYGPATH_W) 'utf8-test.c'; else $(CYGPATH_W) '$(srcdir)/utf8-test.c'; fi`
1161 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/utf8_test-utf8-test.Tpo $(DEPDIR)/utf8_test-utf8-test.Po
1162 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='utf8-test.c' object='utf8_test-utf8-test.obj' libtool=no @AMDEPBACKSLASH@
1163 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1164 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(utf8_test_CFLAGS) $(CFLAGS) -c -o utf8_test-utf8-test.obj `if test -f 'utf8-test.c'; then $(CYGPATH_W) 'utf8-test.c'; else $(CYGPATH_W) '$(srcdir)/utf8-test.c'; fi`
1165
1166 utf8_test-utf8.o: utf8.c
1167 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(utf8_test_CFLAGS) $(CFLAGS) -MT utf8_test-utf8.o -MD -MP -MF $(DEPDIR)/utf8_test-utf8.Tpo -c -o utf8_test-utf8.o `test -f 'utf8.c' || echo '$(srcdir)/'`utf8.c
1168 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/utf8_test-utf8.Tpo $(DEPDIR)/utf8_test-utf8.Po
1169 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='utf8.c' object='utf8_test-utf8.o' libtool=no @AMDEPBACKSLASH@
1170 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1171 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(utf8_test_CFLAGS) $(CFLAGS) -c -o utf8_test-utf8.o `test -f 'utf8.c' || echo '$(srcdir)/'`utf8.c
1172
1173 utf8_test-utf8.obj: utf8.c
1174 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(utf8_test_CFLAGS) $(CFLAGS) -MT utf8_test-utf8.obj -MD -MP -MF $(DEPDIR)/utf8_test-utf8.Tpo -c -o utf8_test-utf8.obj `if test -f 'utf8.c'; then $(CYGPATH_W) 'utf8.c'; else $(CYGPATH_W) '$(srcdir)/utf8.c'; fi`
1175 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/utf8_test-utf8.Tpo $(DEPDIR)/utf8_test-utf8.Po
1176 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='utf8.c' object='utf8_test-utf8.obj' libtool=no @AMDEPBACKSLASH@
1177 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1178 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(utf8_test_CFLAGS) $(CFLAGS) -c -o utf8_test-utf8.obj `if test -f 'utf8.c'; then $(CYGPATH_W) 'utf8.c'; else $(CYGPATH_W) '$(srcdir)/utf8.c'; fi`
1179
1180 watch_test-timeval.o: timeval.c
1181 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_CFLAGS) $(CFLAGS) -MT watch_test-timeval.o -MD -MP -MF $(DEPDIR)/watch_test-timeval.Tpo -c -o watch_test-timeval.o `test -f 'timeval.c' || echo '$(srcdir)/'`timeval.c
1182 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/watch_test-timeval.Tpo $(DEPDIR)/watch_test-timeval.Po
1183 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='timeval.c' object='watch_test-timeval.o' libtool=no @AMDEPBACKSLASH@
1184 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1185 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_CFLAGS) $(CFLAGS) -c -o watch_test-timeval.o `test -f 'timeval.c' || echo '$(srcdir)/'`timeval.c
1186
1187 watch_test-timeval.obj: timeval.c
1188 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_CFLAGS) $(CFLAGS) -MT watch_test-timeval.obj -MD -MP -MF $(DEPDIR)/watch_test-timeval.Tpo -c -o watch_test-timeval.obj `if test -f 'timeval.c'; then $(CYGPATH_W) 'timeval.c'; else $(CYGPATH_W) '$(srcdir)/timeval.c'; fi`
1189 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/watch_test-timeval.Tpo $(DEPDIR)/watch_test-timeval.Po
1190 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='timeval.c' object='watch_test-timeval.obj' libtool=no @AMDEPBACKSLASH@
1191 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1192 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_CFLAGS) $(CFLAGS) -c -o watch_test-timeval.obj `if test -f 'timeval.c'; then $(CYGPATH_W) 'timeval.c'; else $(CYGPATH_W) '$(srcdir)/timeval.c'; fi`
1193
1194 watch_test-simple-watch.o: simple-watch.c
1195 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_CFLAGS) $(CFLAGS) -MT watch_test-simple-watch.o -MD -MP -MF $(DEPDIR)/watch_test-simple-watch.Tpo -c -o watch_test-simple-watch.o `test -f 'simple-watch.c' || echo '$(srcdir)/'`simple-watch.c
1196 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/watch_test-simple-watch.Tpo $(DEPDIR)/watch_test-simple-watch.Po
1197 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='simple-watch.c' object='watch_test-simple-watch.o' libtool=no @AMDEPBACKSLASH@
1198 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1199 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_CFLAGS) $(CFLAGS) -c -o watch_test-simple-watch.o `test -f 'simple-watch.c' || echo '$(srcdir)/'`simple-watch.c
1200
1201 watch_test-simple-watch.obj: simple-watch.c
1202 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_CFLAGS) $(CFLAGS) -MT watch_test-simple-watch.obj -MD -MP -MF $(DEPDIR)/watch_test-simple-watch.Tpo -c -o watch_test-simple-watch.obj `if test -f 'simple-watch.c'; then $(CYGPATH_W) 'simple-watch.c'; else $(CYGPATH_W) '$(srcdir)/simple-watch.c'; fi`
1203 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/watch_test-simple-watch.Tpo $(DEPDIR)/watch_test-simple-watch.Po
1204 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='simple-watch.c' object='watch_test-simple-watch.obj' libtool=no @AMDEPBACKSLASH@
1205 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1206 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_CFLAGS) $(CFLAGS) -c -o watch_test-simple-watch.obj `if test -f 'simple-watch.c'; then $(CYGPATH_W) 'simple-watch.c'; else $(CYGPATH_W) '$(srcdir)/simple-watch.c'; fi`
1207
1208 watch_test-malloc.o: malloc.c
1209 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_CFLAGS) $(CFLAGS) -MT watch_test-malloc.o -MD -MP -MF $(DEPDIR)/watch_test-malloc.Tpo -c -o watch_test-malloc.o `test -f 'malloc.c' || echo '$(srcdir)/'`malloc.c
1210 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/watch_test-malloc.Tpo $(DEPDIR)/watch_test-malloc.Po
1211 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='malloc.c' object='watch_test-malloc.o' libtool=no @AMDEPBACKSLASH@
1212 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1213 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_CFLAGS) $(CFLAGS) -c -o watch_test-malloc.o `test -f 'malloc.c' || echo '$(srcdir)/'`malloc.c
1214
1215 watch_test-malloc.obj: malloc.c
1216 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_CFLAGS) $(CFLAGS) -MT watch_test-malloc.obj -MD -MP -MF $(DEPDIR)/watch_test-malloc.Tpo -c -o watch_test-malloc.obj `if test -f 'malloc.c'; then $(CYGPATH_W) 'malloc.c'; else $(CYGPATH_W) '$(srcdir)/malloc.c'; fi`
1217 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/watch_test-malloc.Tpo $(DEPDIR)/watch_test-malloc.Po
1218 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='malloc.c' object='watch_test-malloc.obj' libtool=no @AMDEPBACKSLASH@
1219 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1220 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_CFLAGS) $(CFLAGS) -c -o watch_test-malloc.obj `if test -f 'malloc.c'; then $(CYGPATH_W) 'malloc.c'; else $(CYGPATH_W) '$(srcdir)/malloc.c'; fi`
1221
1222 watch_test-watch-test.o: watch-test.c
1223 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_CFLAGS) $(CFLAGS) -MT watch_test-watch-test.o -MD -MP -MF $(DEPDIR)/watch_test-watch-test.Tpo -c -o watch_test-watch-test.o `test -f 'watch-test.c' || echo '$(srcdir)/'`watch-test.c
1224 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/watch_test-watch-test.Tpo $(DEPDIR)/watch_test-watch-test.Po
1225 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='watch-test.c' object='watch_test-watch-test.o' libtool=no @AMDEPBACKSLASH@
1226 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1227 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_CFLAGS) $(CFLAGS) -c -o watch_test-watch-test.o `test -f 'watch-test.c' || echo '$(srcdir)/'`watch-test.c
1228
1229 watch_test-watch-test.obj: watch-test.c
1230 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_CFLAGS) $(CFLAGS) -MT watch_test-watch-test.obj -MD -MP -MF $(DEPDIR)/watch_test-watch-test.Tpo -c -o watch_test-watch-test.obj `if test -f 'watch-test.c'; then $(CYGPATH_W) 'watch-test.c'; else $(CYGPATH_W) '$(srcdir)/watch-test.c'; fi`
1231 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/watch_test-watch-test.Tpo $(DEPDIR)/watch_test-watch-test.Po
1232 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='watch-test.c' object='watch_test-watch-test.obj' libtool=no @AMDEPBACKSLASH@
1233 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1234 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_CFLAGS) $(CFLAGS) -c -o watch_test-watch-test.obj `if test -f 'watch-test.c'; then $(CYGPATH_W) 'watch-test.c'; else $(CYGPATH_W) '$(srcdir)/watch-test.c'; fi`
1235
1236 watch_test_thread-timeval.o: timeval.c
1237 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_thread_CFLAGS) $(CFLAGS) -MT watch_test_thread-timeval.o -MD -MP -MF $(DEPDIR)/watch_test_thread-timeval.Tpo -c -o watch_test_thread-timeval.o `test -f 'timeval.c' || echo '$(srcdir)/'`timeval.c
1238 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/watch_test_thread-timeval.Tpo $(DEPDIR)/watch_test_thread-timeval.Po
1239 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='timeval.c' object='watch_test_thread-timeval.o' libtool=no @AMDEPBACKSLASH@
1240 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1241 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_thread_CFLAGS) $(CFLAGS) -c -o watch_test_thread-timeval.o `test -f 'timeval.c' || echo '$(srcdir)/'`timeval.c
1242
1243 watch_test_thread-timeval.obj: timeval.c
1244 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_thread_CFLAGS) $(CFLAGS) -MT watch_test_thread-timeval.obj -MD -MP -MF $(DEPDIR)/watch_test_thread-timeval.Tpo -c -o watch_test_thread-timeval.obj `if test -f 'timeval.c'; then $(CYGPATH_W) 'timeval.c'; else $(CYGPATH_W) '$(srcdir)/timeval.c'; fi`
1245 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/watch_test_thread-timeval.Tpo $(DEPDIR)/watch_test_thread-timeval.Po
1246 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='timeval.c' object='watch_test_thread-timeval.obj' libtool=no @AMDEPBACKSLASH@
1247 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1248 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_thread_CFLAGS) $(CFLAGS) -c -o watch_test_thread-timeval.obj `if test -f 'timeval.c'; then $(CYGPATH_W) 'timeval.c'; else $(CYGPATH_W) '$(srcdir)/timeval.c'; fi`
1249
1250 watch_test_thread-simple-watch.o: simple-watch.c
1251 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_thread_CFLAGS) $(CFLAGS) -MT watch_test_thread-simple-watch.o -MD -MP -MF $(DEPDIR)/watch_test_thread-simple-watch.Tpo -c -o watch_test_thread-simple-watch.o `test -f 'simple-watch.c' || echo '$(srcdir)/'`simple-watch.c
1252 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/watch_test_thread-simple-watch.Tpo $(DEPDIR)/watch_test_thread-simple-watch.Po
1253 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='simple-watch.c' object='watch_test_thread-simple-watch.o' libtool=no @AMDEPBACKSLASH@
1254 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1255 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_thread_CFLAGS) $(CFLAGS) -c -o watch_test_thread-simple-watch.o `test -f 'simple-watch.c' || echo '$(srcdir)/'`simple-watch.c
1256
1257 watch_test_thread-simple-watch.obj: simple-watch.c
1258 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_thread_CFLAGS) $(CFLAGS) -MT watch_test_thread-simple-watch.obj -MD -MP -MF $(DEPDIR)/watch_test_thread-simple-watch.Tpo -c -o watch_test_thread-simple-watch.obj `if test -f 'simple-watch.c'; then $(CYGPATH_W) 'simple-watch.c'; else $(CYGPATH_W) '$(srcdir)/simple-watch.c'; fi`
1259 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/watch_test_thread-simple-watch.Tpo $(DEPDIR)/watch_test_thread-simple-watch.Po
1260 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='simple-watch.c' object='watch_test_thread-simple-watch.obj' libtool=no @AMDEPBACKSLASH@
1261 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1262 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_thread_CFLAGS) $(CFLAGS) -c -o watch_test_thread-simple-watch.obj `if test -f 'simple-watch.c'; then $(CYGPATH_W) 'simple-watch.c'; else $(CYGPATH_W) '$(srcdir)/simple-watch.c'; fi`
1263
1264 watch_test_thread-malloc.o: malloc.c
1265 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_thread_CFLAGS) $(CFLAGS) -MT watch_test_thread-malloc.o -MD -MP -MF $(DEPDIR)/watch_test_thread-malloc.Tpo -c -o watch_test_thread-malloc.o `test -f 'malloc.c' || echo '$(srcdir)/'`malloc.c
1266 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/watch_test_thread-malloc.Tpo $(DEPDIR)/watch_test_thread-malloc.Po
1267 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='malloc.c' object='watch_test_thread-malloc.o' libtool=no @AMDEPBACKSLASH@
1268 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1269 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_thread_CFLAGS) $(CFLAGS) -c -o watch_test_thread-malloc.o `test -f 'malloc.c' || echo '$(srcdir)/'`malloc.c
1270
1271 watch_test_thread-malloc.obj: malloc.c
1272 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_thread_CFLAGS) $(CFLAGS) -MT watch_test_thread-malloc.obj -MD -MP -MF $(DEPDIR)/watch_test_thread-malloc.Tpo -c -o watch_test_thread-malloc.obj `if test -f 'malloc.c'; then $(CYGPATH_W) 'malloc.c'; else $(CYGPATH_W) '$(srcdir)/malloc.c'; fi`
1273 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/watch_test_thread-malloc.Tpo $(DEPDIR)/watch_test_thread-malloc.Po
1274 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='malloc.c' object='watch_test_thread-malloc.obj' libtool=no @AMDEPBACKSLASH@
1275 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1276 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_thread_CFLAGS) $(CFLAGS) -c -o watch_test_thread-malloc.obj `if test -f 'malloc.c'; then $(CYGPATH_W) 'malloc.c'; else $(CYGPATH_W) '$(srcdir)/malloc.c'; fi`
1277
1278 watch_test_thread-watch-test.o: watch-test.c
1279 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_thread_CFLAGS) $(CFLAGS) -MT watch_test_thread-watch-test.o -MD -MP -MF $(DEPDIR)/watch_test_thread-watch-test.Tpo -c -o watch_test_thread-watch-test.o `test -f 'watch-test.c' || echo '$(srcdir)/'`watch-test.c
1280 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/watch_test_thread-watch-test.Tpo $(DEPDIR)/watch_test_thread-watch-test.Po
1281 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='watch-test.c' object='watch_test_thread-watch-test.o' libtool=no @AMDEPBACKSLASH@
1282 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1283 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_thread_CFLAGS) $(CFLAGS) -c -o watch_test_thread-watch-test.o `test -f 'watch-test.c' || echo '$(srcdir)/'`watch-test.c
1284
1285 watch_test_thread-watch-test.obj: watch-test.c
1286 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_thread_CFLAGS) $(CFLAGS) -MT watch_test_thread-watch-test.obj -MD -MP -MF $(DEPDIR)/watch_test_thread-watch-test.Tpo -c -o watch_test_thread-watch-test.obj `if test -f 'watch-test.c'; then $(CYGPATH_W) 'watch-test.c'; else $(CYGPATH_W) '$(srcdir)/watch-test.c'; fi`
1287 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/watch_test_thread-watch-test.Tpo $(DEPDIR)/watch_test_thread-watch-test.Po
1288 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='watch-test.c' object='watch_test_thread-watch-test.obj' libtool=no @AMDEPBACKSLASH@
1289 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1290 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_thread_CFLAGS) $(CFLAGS) -c -o watch_test_thread-watch-test.obj `if test -f 'watch-test.c'; then $(CYGPATH_W) 'watch-test.c'; else $(CYGPATH_W) '$(srcdir)/watch-test.c'; fi`
1291
1292 watch_test_thread-thread-watch.o: thread-watch.c
1293 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_thread_CFLAGS) $(CFLAGS) -MT watch_test_thread-thread-watch.o -MD -MP -MF $(DEPDIR)/watch_test_thread-thread-watch.Tpo -c -o watch_test_thread-thread-watch.o `test -f 'thread-watch.c' || echo '$(srcdir)/'`thread-watch.c
1294 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/watch_test_thread-thread-watch.Tpo $(DEPDIR)/watch_test_thread-thread-watch.Po
1295 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='thread-watch.c' object='watch_test_thread-thread-watch.o' libtool=no @AMDEPBACKSLASH@
1296 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1297 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_thread_CFLAGS) $(CFLAGS) -c -o watch_test_thread-thread-watch.o `test -f 'thread-watch.c' || echo '$(srcdir)/'`thread-watch.c
1298
1299 watch_test_thread-thread-watch.obj: thread-watch.c
1300 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_thread_CFLAGS) $(CFLAGS) -MT watch_test_thread-thread-watch.obj -MD -MP -MF $(DEPDIR)/watch_test_thread-thread-watch.Tpo -c -o watch_test_thread-thread-watch.obj `if test -f 'thread-watch.c'; then $(CYGPATH_W) 'thread-watch.c'; else $(CYGPATH_W) '$(srcdir)/thread-watch.c'; fi`
1301 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/watch_test_thread-thread-watch.Tpo $(DEPDIR)/watch_test_thread-thread-watch.Po
1302 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='thread-watch.c' object='watch_test_thread-thread-watch.obj' libtool=no @AMDEPBACKSLASH@
1303 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1304 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_thread_CFLAGS) $(CFLAGS) -c -o watch_test_thread-thread-watch.obj `if test -f 'thread-watch.c'; then $(CYGPATH_W) 'thread-watch.c'; else $(CYGPATH_W) '$(srcdir)/thread-watch.c'; fi`
1305
1306 mostlyclean-libtool:
1307 -rm -f *.lo
1308
1309 clean-libtool:
1310 -rm -rf .libs _libs
1311 install-avahi_commonincludeHEADERS: $(avahi_commoninclude_HEADERS)
1312 @$(NORMAL_INSTALL)
1313 @list='$(avahi_commoninclude_HEADERS)'; test -n "$(avahi_commonincludedir)" || list=; \
1314 if test -n "$$list"; then \
1315 echo " $(MKDIR_P) '$(DESTDIR)$(avahi_commonincludedir)'"; \
1316 $(MKDIR_P) "$(DESTDIR)$(avahi_commonincludedir)" || exit 1; \
1317 fi; \
1318 for p in $$list; do \
1319 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1320 echo "$$d$$p"; \
1321 done | $(am__base_list) | \
1322 while read files; do \
1323 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(avahi_commonincludedir)'"; \
1324 $(INSTALL_HEADER) $$files "$(DESTDIR)$(avahi_commonincludedir)" || exit $$?; \
1325 done
1326
1327 uninstall-avahi_commonincludeHEADERS:
1328 @$(NORMAL_UNINSTALL)
1329 @list='$(avahi_commoninclude_HEADERS)'; test -n "$(avahi_commonincludedir)" || list=; \
1330 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1331 dir='$(DESTDIR)$(avahi_commonincludedir)'; $(am__uninstall_files_from_dir)
1332
1333 ID: $(am__tagged_files)
1334 $(am__define_uniq_tagged_files); mkid -fID $$unique
1335 tags: tags-am
1336 TAGS: tags
1337
1338 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1339 set x; \
1340 here=`pwd`; \
1341 $(am__define_uniq_tagged_files); \
1342 shift; \
1343 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1344 test -n "$$unique" || unique=$$empty_fix; \
1345 if test $$# -gt 0; then \
1346 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1347 "$$@" $$unique; \
1348 else \
1349 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1350 $$unique; \
1351 fi; \
1352 fi
1353 ctags: ctags-am
1354
1355 CTAGS: ctags
1356 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1357 $(am__define_uniq_tagged_files); \
1358 test -z "$(CTAGS_ARGS)$$unique" \
1359 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1360 $$unique
1361
1362 GTAGS:
1363 here=`$(am__cd) $(top_builddir) && pwd` \
1364 && $(am__cd) $(top_srcdir) \
1365 && gtags -i $(GTAGS_ARGS) "$$here"
1366 cscopelist: cscopelist-am
1367
1368 cscopelist-am: $(am__tagged_files)
1369 list='$(am__tagged_files)'; \
1370 case "$(srcdir)" in \
1371 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1372 *) sdir=$(subdir)/$(srcdir) ;; \
1373 esac; \
1374 for i in $$list; do \
1375 if test -f "$$i"; then \
1376 echo "$(subdir)/$$i"; \
1377 else \
1378 echo "$$sdir/$$i"; \
1379 fi; \
1380 done >> $(top_builddir)/cscope.files
1381
1382 distclean-tags:
1383 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1384
1385 distdir: $(DISTFILES)
1386 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1387 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1388 list='$(DISTFILES)'; \
1389 dist_files=`for file in $$list; do echo $$file; done | \
1390 sed -e "s|^$$srcdirstrip/||;t" \
1391 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1392 case $$dist_files in \
1393 */*) $(MKDIR_P) `echo "$$dist_files" | \
1394 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1395 sort -u` ;; \
1396 esac; \
1397 for file in $$dist_files; do \
1398 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1399 if test -d $$d/$$file; then \
1400 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1401 if test -d "$(distdir)/$$file"; then \
1402 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1403 fi; \
1404 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1405 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1406 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1407 fi; \
1408 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1409 else \
1410 test -f "$(distdir)/$$file" \
1411 || cp -p $$d/$$file "$(distdir)/$$file" \
1412 || exit 1; \
1413 fi; \
1414 done
1415 check-am: all-am
1416 check: check-am
1417 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS)
1418 installdirs:
1419 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(avahi_commonincludedir)"; do \
1420 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1421 done
1422 install: install-am
1423 install-exec: install-exec-am
1424 install-data: install-data-am
1425 uninstall: uninstall-am
1426
1427 install-am: all-am
1428 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1429
1430 installcheck: installcheck-am
1431 install-strip:
1432 if test -z '$(STRIP)'; then \
1433 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1434 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1435 install; \
1436 else \
1437 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1438 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1439 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1440 fi
1441 mostlyclean-generic:
1442
1443 clean-generic:
1444
1445 distclean-generic:
1446 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1447 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1448
1449 maintainer-clean-generic:
1450 @echo "This command is intended for maintainers to use"
1451 @echo "it deletes files that may require special tools to rebuild."
1452 clean: clean-am
1453
1454 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
1455 clean-noinstPROGRAMS mostlyclean-am
1456
1457 distclean: distclean-am
1458 -rm -rf ./$(DEPDIR)
1459 -rm -f Makefile
1460 distclean-am: clean-am distclean-compile distclean-generic \
1461 distclean-tags
1462
1463 dvi: dvi-am
1464
1465 dvi-am:
1466
1467 html: html-am
1468
1469 html-am:
1470
1471 info: info-am
1472
1473 info-am:
1474
1475 install-data-am: install-avahi_commonincludeHEADERS
1476
1477 install-dvi: install-dvi-am
1478
1479 install-dvi-am:
1480
1481 install-exec-am: install-libLTLIBRARIES
1482
1483 install-html: install-html-am
1484
1485 install-html-am:
1486
1487 install-info: install-info-am
1488
1489 install-info-am:
1490
1491 install-man:
1492
1493 install-pdf: install-pdf-am
1494
1495 install-pdf-am:
1496
1497 install-ps: install-ps-am
1498
1499 install-ps-am:
1500
1501 installcheck-am:
1502
1503 maintainer-clean: maintainer-clean-am
1504 -rm -rf ./$(DEPDIR)
1505 -rm -f Makefile
1506 maintainer-clean-am: distclean-am maintainer-clean-generic
1507
1508 mostlyclean: mostlyclean-am
1509
1510 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1511 mostlyclean-libtool
1512
1513 pdf: pdf-am
1514
1515 pdf-am:
1516
1517 ps: ps-am
1518
1519 ps-am:
1520
1521 uninstall-am: uninstall-avahi_commonincludeHEADERS \
1522 uninstall-libLTLIBRARIES
1523
1524 .MAKE: install-am install-strip
1525
1526 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
1527 clean-libLTLIBRARIES clean-libtool clean-noinstPROGRAMS \
1528 cscopelist-am ctags ctags-am distclean distclean-compile \
1529 distclean-generic distclean-libtool distclean-tags distdir dvi \
1530 dvi-am html html-am info info-am install install-am \
1531 install-avahi_commonincludeHEADERS install-data \
1532 install-data-am install-dvi install-dvi-am install-exec \
1533 install-exec-am install-html install-html-am install-info \
1534 install-info-am install-libLTLIBRARIES install-man install-pdf \
1535 install-pdf-am install-ps install-ps-am install-strip \
1536 installcheck installcheck-am installdirs maintainer-clean \
1537 maintainer-clean-generic mostlyclean mostlyclean-compile \
1538 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1539 tags tags-am uninstall uninstall-am \
1540 uninstall-avahi_commonincludeHEADERS uninstall-libLTLIBRARIES
1541
1542 .PRECIOUS: Makefile
1543
1544
1545 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1546 # Otherwise a system limit (for SysV at least) may be exceeded.
1547 .NOEXPORT:
+0
-11
avahi-compat-howl/.gitignore less more
0 address-test
1 browse-domain-test
2 samples/resolve
3 text-test
4 *.o
5 *.lo
6 *.la
7 Makefile
8 Makefile.in
9 .deps
10 .libs
0 # Makefile.in generated by automake 1.15 from Makefile.am.
1 # @configure_input@
2
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
4
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 @SET_MAKE@
15
16 # This file is part of avahi.
17 #
18 # avahi is free software; you can redistribute it and/or modify it
19 # under the terms of the GNU Lesser General Public License as
20 # published by the Free Software Foundation; either version 2 of the
21 # License, or (at your option) any later version.
22 #
23 # avahi is distributed in the hope that it will be useful, but WITHOUT
24 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
25 # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
26 # License for more details.
27 #
28 # You should have received a copy of the GNU Lesser General Public
29 # License along with avahi; if not, write to the Free Software
30 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
31 # USA.
32
33
34
35 VPATH = @srcdir@
36 am__is_gnu_make = { \
37 if test -z '$(MAKELEVEL)'; then \
38 false; \
39 elif test -n '$(MAKE_HOST)'; then \
40 true; \
41 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
42 true; \
43 else \
44 false; \
45 fi; \
46 }
47 am__make_running_with_option = \
48 case $${target_option-} in \
49 ?) ;; \
50 *) echo "am__make_running_with_option: internal error: invalid" \
51 "target option '$${target_option-}' specified" >&2; \
52 exit 1;; \
53 esac; \
54 has_opt=no; \
55 sane_makeflags=$$MAKEFLAGS; \
56 if $(am__is_gnu_make); then \
57 sane_makeflags=$$MFLAGS; \
58 else \
59 case $$MAKEFLAGS in \
60 *\\[\ \ ]*) \
61 bs=\\; \
62 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
63 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
64 esac; \
65 fi; \
66 skip_next=no; \
67 strip_trailopt () \
68 { \
69 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
70 }; \
71 for flg in $$sane_makeflags; do \
72 test $$skip_next = yes && { skip_next=no; continue; }; \
73 case $$flg in \
74 *=*|--*) continue;; \
75 -*I) strip_trailopt 'I'; skip_next=yes;; \
76 -*I?*) strip_trailopt 'I';; \
77 -*O) strip_trailopt 'O'; skip_next=yes;; \
78 -*O?*) strip_trailopt 'O';; \
79 -*l) strip_trailopt 'l'; skip_next=yes;; \
80 -*l?*) strip_trailopt 'l';; \
81 -[dEDm]) skip_next=yes;; \
82 -[JT]) skip_next=yes;; \
83 esac; \
84 case $$flg in \
85 *$$target_option*) has_opt=yes; break;; \
86 esac; \
87 done; \
88 test $$has_opt = yes
89 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
90 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
91 pkgdatadir = $(datadir)/@PACKAGE@
92 pkgincludedir = $(includedir)/@PACKAGE@
93 pkglibdir = $(libdir)/@PACKAGE@
94 pkglibexecdir = $(libexecdir)/@PACKAGE@
95 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
96 install_sh_DATA = $(install_sh) -c -m 644
97 install_sh_PROGRAM = $(install_sh) -c
98 install_sh_SCRIPT = $(install_sh) -c
99 INSTALL_HEADER = $(INSTALL_DATA)
100 transform = $(program_transform_name)
101 NORMAL_INSTALL = :
102 PRE_INSTALL = :
103 POST_INSTALL = :
104 NORMAL_UNINSTALL = :
105 PRE_UNINSTALL = :
106 POST_UNINSTALL = :
107 build_triplet = @build@
108 host_triplet = @host@
109 @ENABLE_COMPAT_HOWL_TRUE@@ENABLE_TESTS_TRUE@@HAVE_DBUS_TRUE@noinst_PROGRAMS = address-test$(EXEEXT) \
110 @ENABLE_COMPAT_HOWL_TRUE@@ENABLE_TESTS_TRUE@@HAVE_DBUS_TRUE@ text-test$(EXEEXT) \
111 @ENABLE_COMPAT_HOWL_TRUE@@ENABLE_TESTS_TRUE@@HAVE_DBUS_TRUE@ browse-domain-test$(EXEEXT)
112 subdir = avahi-compat-howl
113 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
114 am__aclocal_m4_deps = $(top_srcdir)/common/acx_pthread.m4 \
115 $(top_srcdir)/common/gcc_stack_protect.m4 \
116 $(top_srcdir)/common/gcc_visibility.m4 \
117 $(top_srcdir)/common/intltool.m4 \
118 $(top_srcdir)/common/introspection.m4 \
119 $(top_srcdir)/common/libtool.m4 \
120 $(top_srcdir)/common/ltoptions.m4 \
121 $(top_srcdir)/common/ltsugar.m4 \
122 $(top_srcdir)/common/ltversion.m4 \
123 $(top_srcdir)/common/lt~obsolete.m4 \
124 $(top_srcdir)/common/nls.m4 $(top_srcdir)/common/python.m4 \
125 $(top_srcdir)/acinclude.m4 $(top_srcdir)/common/doxygen.m4 \
126 $(top_srcdir)/configure.ac
127 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
128 $(ACLOCAL_M4)
129 DIST_COMMON = $(srcdir)/Makefile.am \
130 $(am__avahi_compat_howl_HEADERS_DIST) \
131 $(am__avahi_compat_howl_corby_HEADERS_DIST) \
132 $(am__avahi_compat_howl_discovery_HEADERS_DIST) \
133 $(am__avahi_compat_howl_rendezvous_HEADERS_DIST) \
134 $(am__avahi_compat_howl_salt_HEADERS_DIST) $(am__DIST_COMMON)
135 mkinstalldirs = $(install_sh) -d
136 CONFIG_HEADER = $(top_builddir)/config.h
137 CONFIG_CLEAN_FILES =
138 CONFIG_CLEAN_VPATH_FILES =
139 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
140 am__vpath_adj = case $$p in \
141 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
142 *) f=$$p;; \
143 esac;
144 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
145 am__install_max = 40
146 am__nobase_strip_setup = \
147 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
148 am__nobase_strip = \
149 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
150 am__nobase_list = $(am__nobase_strip_setup); \
151 for p in $$list; do echo "$$p $$p"; done | \
152 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
153 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
154 if (++n[$$2] == $(am__install_max)) \
155 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
156 END { for (dir in files) print dir, files[dir] }'
157 am__base_list = \
158 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
159 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
160 am__uninstall_files_from_dir = { \
161 test -z "$$files" \
162 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
163 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
164 $(am__cd) "$$dir" && rm -f $$files; }; \
165 }
166 am__installdirs = "$(DESTDIR)$(libdir)" \
167 "$(DESTDIR)$(avahi_compat_howldir)" \
168 "$(DESTDIR)$(avahi_compat_howl_corbydir)" \
169 "$(DESTDIR)$(avahi_compat_howl_discoverydir)" \
170 "$(DESTDIR)$(avahi_compat_howl_rendezvousdir)" \
171 "$(DESTDIR)$(avahi_compat_howl_saltdir)"
172 LTLIBRARIES = $(lib_LTLIBRARIES)
173 libhowl_la_LIBADD =
174 am__libhowl_la_SOURCES_DIST = include/howl.h \
175 include/rendezvous/rendezvous.h \
176 include/rendezvous/text_record.h include/corby/message.h \
177 include/corby/object.h include/corby/orb.h \
178 include/corby/corby.h include/corby/channel.h \
179 include/corby/buffer.h include/discovery/discovery.h \
180 include/discovery/text_record.h include/salt/socket.h \
181 include/salt/address.h include/salt/platform.h \
182 include/salt/signal.h include/salt/interface.h \
183 include/salt/salt.h include/salt/time.h include/salt/debug.h \
184 warn.c warn.h unsupported.c address.c text.c compat.c
185 am__objects_1 =
186 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@am__objects_2 = \
187 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ $(am__objects_1) \
188 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ $(am__objects_1) \
189 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ $(am__objects_1) \
190 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ $(am__objects_1) \
191 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ $(am__objects_1)
192 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@am_libhowl_la_OBJECTS = \
193 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ $(am__objects_2) \
194 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ libhowl_la-warn.lo \
195 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ libhowl_la-unsupported.lo \
196 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ libhowl_la-address.lo \
197 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ libhowl_la-text.lo \
198 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ libhowl_la-compat.lo
199 libhowl_la_OBJECTS = $(am_libhowl_la_OBJECTS)
200 AM_V_lt = $(am__v_lt_@AM_V@)
201 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
202 am__v_lt_0 = --silent
203 am__v_lt_1 =
204 libhowl_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
205 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libhowl_la_CFLAGS) \
206 $(CFLAGS) $(libhowl_la_LDFLAGS) $(LDFLAGS) -o $@
207 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@am_libhowl_la_rpath = -rpath \
208 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ $(libdir)
209 PROGRAMS = $(noinst_PROGRAMS)
210 am__address_test_SOURCES_DIST = include/howl.h \
211 include/rendezvous/rendezvous.h \
212 include/rendezvous/text_record.h include/corby/message.h \
213 include/corby/object.h include/corby/orb.h \
214 include/corby/corby.h include/corby/channel.h \
215 include/corby/buffer.h include/discovery/discovery.h \
216 include/discovery/text_record.h include/salt/socket.h \
217 include/salt/address.h include/salt/platform.h \
218 include/salt/signal.h include/salt/interface.h \
219 include/salt/salt.h include/salt/time.h include/salt/debug.h \
220 address.c address-test.c warn.c warn.h
221 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@am_address_test_OBJECTS = \
222 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ $(am__objects_2) \
223 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ address_test-address.$(OBJEXT) \
224 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ address_test-address-test.$(OBJEXT) \
225 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ address_test-warn.$(OBJEXT)
226 address_test_OBJECTS = $(am_address_test_OBJECTS)
227 am__DEPENDENCIES_1 =
228 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@address_test_DEPENDENCIES = $(am__DEPENDENCIES_1) \
229 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ $(am__DEPENDENCIES_1) \
230 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ ../avahi-common/libavahi-common.la
231 address_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
232 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(address_test_CFLAGS) \
233 $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
234 am__browse_domain_test_SOURCES_DIST = include/howl.h \
235 include/rendezvous/rendezvous.h \
236 include/rendezvous/text_record.h include/corby/message.h \
237 include/corby/object.h include/corby/orb.h \
238 include/corby/corby.h include/corby/channel.h \
239 include/corby/buffer.h include/discovery/discovery.h \
240 include/discovery/text_record.h include/salt/socket.h \
241 include/salt/address.h include/salt/platform.h \
242 include/salt/signal.h include/salt/interface.h \
243 include/salt/salt.h include/salt/time.h include/salt/debug.h \
244 browse-domain-test.c
245 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@am_browse_domain_test_OBJECTS = \
246 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ $(am__objects_2) \
247 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ browse_domain_test-browse-domain-test.$(OBJEXT)
248 browse_domain_test_OBJECTS = $(am_browse_domain_test_OBJECTS)
249 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@browse_domain_test_DEPENDENCIES = $(am__DEPENDENCIES_1) \
250 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ $(am__DEPENDENCIES_1) \
251 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ libhowl.la
252 browse_domain_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
253 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
254 $(browse_domain_test_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
255 $(LDFLAGS) -o $@
256 am__text_test_SOURCES_DIST = include/howl.h \
257 include/rendezvous/rendezvous.h \
258 include/rendezvous/text_record.h include/corby/message.h \
259 include/corby/object.h include/corby/orb.h \
260 include/corby/corby.h include/corby/channel.h \
261 include/corby/buffer.h include/discovery/discovery.h \
262 include/discovery/text_record.h include/salt/socket.h \
263 include/salt/address.h include/salt/platform.h \
264 include/salt/signal.h include/salt/interface.h \
265 include/salt/salt.h include/salt/time.h include/salt/debug.h \
266 text.c text-test.c warn.c warn.h
267 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@am_text_test_OBJECTS = \
268 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ $(am__objects_2) \
269 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ text_test-text.$(OBJEXT) \
270 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ text_test-text-test.$(OBJEXT) \
271 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ text_test-warn.$(OBJEXT)
272 text_test_OBJECTS = $(am_text_test_OBJECTS)
273 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@text_test_DEPENDENCIES = $(am__DEPENDENCIES_1) \
274 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ $(am__DEPENDENCIES_1) \
275 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ ../avahi-common/libavahi-common.la
276 text_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
277 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(text_test_CFLAGS) \
278 $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
279 AM_V_P = $(am__v_P_@AM_V@)
280 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
281 am__v_P_0 = false
282 am__v_P_1 = :
283 AM_V_GEN = $(am__v_GEN_@AM_V@)
284 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
285 am__v_GEN_0 = @echo " GEN " $@;
286 am__v_GEN_1 =
287 AM_V_at = $(am__v_at_@AM_V@)
288 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
289 am__v_at_0 = @
290 am__v_at_1 =
291 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
292 depcomp = $(SHELL) $(top_srcdir)/depcomp
293 am__depfiles_maybe = depfiles
294 am__mv = mv -f
295 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
296 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
297 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
298 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
299 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
300 $(AM_CFLAGS) $(CFLAGS)
301 AM_V_CC = $(am__v_CC_@AM_V@)
302 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
303 am__v_CC_0 = @echo " CC " $@;
304 am__v_CC_1 =
305 CCLD = $(CC)
306 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
307 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
308 $(AM_LDFLAGS) $(LDFLAGS) -o $@
309 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
310 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
311 am__v_CCLD_0 = @echo " CCLD " $@;
312 am__v_CCLD_1 =
313 SOURCES = $(libhowl_la_SOURCES) $(address_test_SOURCES) \
314 $(browse_domain_test_SOURCES) $(text_test_SOURCES)
315 DIST_SOURCES = $(am__libhowl_la_SOURCES_DIST) \
316 $(am__address_test_SOURCES_DIST) \
317 $(am__browse_domain_test_SOURCES_DIST) \
318 $(am__text_test_SOURCES_DIST)
319 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
320 ctags-recursive dvi-recursive html-recursive info-recursive \
321 install-data-recursive install-dvi-recursive \
322 install-exec-recursive install-html-recursive \
323 install-info-recursive install-pdf-recursive \
324 install-ps-recursive install-recursive installcheck-recursive \
325 installdirs-recursive pdf-recursive ps-recursive \
326 tags-recursive uninstall-recursive
327 am__can_run_installinfo = \
328 case $$AM_UPDATE_INFO_DIR in \
329 n|no|NO) false;; \
330 *) (install-info --version) >/dev/null 2>&1;; \
331 esac
332 am__avahi_compat_howl_HEADERS_DIST = include/howl.h
333 am__avahi_compat_howl_corby_HEADERS_DIST = include/corby/message.h \
334 include/corby/object.h include/corby/orb.h \
335 include/corby/corby.h include/corby/channel.h \
336 include/corby/buffer.h
337 am__avahi_compat_howl_discovery_HEADERS_DIST = \
338 include/discovery/discovery.h include/discovery/text_record.h
339 am__avahi_compat_howl_rendezvous_HEADERS_DIST = \
340 include/rendezvous/rendezvous.h \
341 include/rendezvous/text_record.h
342 am__avahi_compat_howl_salt_HEADERS_DIST = include/salt/socket.h \
343 include/salt/address.h include/salt/platform.h \
344 include/salt/signal.h include/salt/interface.h \
345 include/salt/salt.h include/salt/time.h include/salt/debug.h
346 HEADERS = $(avahi_compat_howl_HEADERS) \
347 $(avahi_compat_howl_corby_HEADERS) \
348 $(avahi_compat_howl_discovery_HEADERS) \
349 $(avahi_compat_howl_rendezvous_HEADERS) \
350 $(avahi_compat_howl_salt_HEADERS)
351 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
352 distclean-recursive maintainer-clean-recursive
353 am__recursive_targets = \
354 $(RECURSIVE_TARGETS) \
355 $(RECURSIVE_CLEAN_TARGETS) \
356 $(am__extra_recursive_targets)
357 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
358 distdir
359 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
360 # Read a list of newline-separated strings from the standard input,
361 # and print each of them once, without duplicates. Input order is
362 # *not* preserved.
363 am__uniquify_input = $(AWK) '\
364 BEGIN { nonempty = 0; } \
365 { items[$$0] = 1; nonempty = 1; } \
366 END { if (nonempty) { for (i in items) print i; }; } \
367 '
368 # Make sure the list of sources is unique. This is necessary because,
369 # e.g., the same source file might be shared among _SOURCES variables
370 # for different programs/libraries.
371 am__define_uniq_tagged_files = \
372 list='$(am__tagged_files)'; \
373 unique=`for i in $$list; do \
374 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
375 done | $(am__uniquify_input)`
376 ETAGS = etags
377 CTAGS = ctags
378 DIST_SUBDIRS = $(SUBDIRS)
379 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
380 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
381 am__relativize = \
382 dir0=`pwd`; \
383 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
384 sed_rest='s,^[^/]*/*,,'; \
385 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
386 sed_butlast='s,/*[^/]*$$,,'; \
387 while test -n "$$dir1"; do \
388 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
389 if test "$$first" != "."; then \
390 if test "$$first" = ".."; then \
391 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
392 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
393 else \
394 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
395 if test "$$first2" = "$$first"; then \
396 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
397 else \
398 dir2="../$$dir2"; \
399 fi; \
400 dir0="$$dir0"/"$$first"; \
401 fi; \
402 fi; \
403 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
404 done; \
405 reldir="$$dir2"
406 ACLOCAL = @ACLOCAL@
407 ALL_LINGUAS = @ALL_LINGUAS@
408 AMTAR = @AMTAR@
409 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
410 AR = @AR@
411 AUTOCONF = @AUTOCONF@
412 AUTOHEADER = @AUTOHEADER@
413 AUTOMAKE = @AUTOMAKE@
414 AVAHI_AUTOIPD_GROUP = @AVAHI_AUTOIPD_GROUP@
415 AVAHI_AUTOIPD_USER = @AVAHI_AUTOIPD_USER@
416 AVAHI_GROUP = @AVAHI_GROUP@
417 AVAHI_PRIV_ACCESS_GROUP = @AVAHI_PRIV_ACCESS_GROUP@
418 AVAHI_USER = @AVAHI_USER@
419 AWK = @AWK@
420 CATALOGS = @CATALOGS@
421 CATOBJEXT = @CATOBJEXT@
422 CC = @CC@
423 CCDEPMODE = @CCDEPMODE@
424 CFLAGS = @CFLAGS@
425 CPP = @CPP@
426 CPPFLAGS = @CPPFLAGS@
427 CXX = @CXX@
428 CXXCPP = @CXXCPP@
429 CXXDEPMODE = @CXXDEPMODE@
430 CXXFLAGS = @CXXFLAGS@
431 CYGPATH_W = @CYGPATH_W@
432 DATADIRNAME = @DATADIRNAME@
433 DBUS_CFLAGS = @DBUS_CFLAGS@
434 DBUS_LIBS = @DBUS_LIBS@
435 DBUS_SYSTEM_BUS_DEFAULT_ADDRESS = @DBUS_SYSTEM_BUS_DEFAULT_ADDRESS@
436 DBUS_SYS_DIR = @DBUS_SYS_DIR@
437 DEFS = @DEFS@
438 DEPDIR = @DEPDIR@
439 DLLTOOL = @DLLTOOL@
440 DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
441 DSYMUTIL = @DSYMUTIL@
442 DUMPBIN = @DUMPBIN@
443 DX_CONFIG = @DX_CONFIG@
444 DX_DOCDIR = @DX_DOCDIR@
445 DX_DOT = @DX_DOT@
446 DX_DOXYGEN = @DX_DOXYGEN@
447 DX_DVIPS = @DX_DVIPS@
448 DX_EGREP = @DX_EGREP@
449 DX_ENV = @DX_ENV@
450 DX_FLAG_chi = @DX_FLAG_chi@
451 DX_FLAG_chm = @DX_FLAG_chm@
452 DX_FLAG_doc = @DX_FLAG_doc@
453 DX_FLAG_dot = @DX_FLAG_dot@
454 DX_FLAG_html = @DX_FLAG_html@
455 DX_FLAG_man = @DX_FLAG_man@
456 DX_FLAG_pdf = @DX_FLAG_pdf@
457 DX_FLAG_ps = @DX_FLAG_ps@
458 DX_FLAG_rtf = @DX_FLAG_rtf@
459 DX_FLAG_xml = @DX_FLAG_xml@
460 DX_HHC = @DX_HHC@
461 DX_LATEX = @DX_LATEX@
462 DX_MAKEINDEX = @DX_MAKEINDEX@
463 DX_PDFLATEX = @DX_PDFLATEX@
464 DX_PERL = @DX_PERL@
465 DX_PROJECT = @DX_PROJECT@
466 ECHO_C = @ECHO_C@
467 ECHO_N = @ECHO_N@
468 ECHO_T = @ECHO_T@
469 EGREP = @EGREP@
470 EXEEXT = @EXEEXT@
471 FGREP = @FGREP@
472 GACUTIL = @GACUTIL@
473 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
474 GLIB20_CFLAGS = @GLIB20_CFLAGS@
475 GLIB20_LIBS = @GLIB20_LIBS@
476 GMOFILES = @GMOFILES@
477 GMSGFMT = @GMSGFMT@
478 GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
479 GOBJECT_LIBS = @GOBJECT_LIBS@
480 GREP = @GREP@
481 GTK20_CFLAGS = @GTK20_CFLAGS@
482 GTK20_LIBS = @GTK20_LIBS@
483 GTK30_CFLAGS = @GTK30_CFLAGS@
484 GTK30_LIBS = @GTK30_LIBS@
485 HOWL_COMPAT_VERSION = @HOWL_COMPAT_VERSION@
486 INSTALL = @INSTALL@
487 INSTALL_DATA = @INSTALL_DATA@
488 INSTALL_PROGRAM = @INSTALL_PROGRAM@
489 INSTALL_SCRIPT = @INSTALL_SCRIPT@
490 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
491 INSTOBJEXT = @INSTOBJEXT@
492 INTLLIBS = @INTLLIBS@
493 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
494 INTLTOOL_MERGE = @INTLTOOL_MERGE@
495 INTLTOOL_PERL = @INTLTOOL_PERL@
496 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
497 INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
498 INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
499 INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
500 INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
501 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
502 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
503 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
504 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
505 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
506 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
507 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
508 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
509 LD = @LD@
510 LDFLAGS = @LDFLAGS@
511 LIBAVAHI_CLIENT_VERSION_INFO = @LIBAVAHI_CLIENT_VERSION_INFO@
512 LIBAVAHI_COMMON_VERSION_INFO = @LIBAVAHI_COMMON_VERSION_INFO@
513 LIBAVAHI_COMPAT_HOWL_VERSION_INFO = @LIBAVAHI_COMPAT_HOWL_VERSION_INFO@
514 LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO = @LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO@
515 LIBAVAHI_CORE_VERSION_INFO = @LIBAVAHI_CORE_VERSION_INFO@
516 LIBAVAHI_GLIB_VERSION_INFO = @LIBAVAHI_GLIB_VERSION_INFO@
517 LIBAVAHI_GOBJECT_VERSION_INFO = @LIBAVAHI_GOBJECT_VERSION_INFO@
518 LIBAVAHI_QT3_VERSION_INFO = @LIBAVAHI_QT3_VERSION_INFO@
519 LIBAVAHI_QT4_VERSION_INFO = @LIBAVAHI_QT4_VERSION_INFO@
520 LIBAVAHI_UI_VERSION_INFO = @LIBAVAHI_UI_VERSION_INFO@
521 LIBDAEMON_CFLAGS = @LIBDAEMON_CFLAGS@
522 LIBDAEMON_LIBS = @LIBDAEMON_LIBS@
523 LIBOBJS = @LIBOBJS@
524 LIBS = @LIBS@
525 LIBTOOL = @LIBTOOL@
526 LIPO = @LIPO@
527 LN_S = @LN_S@
528 LTLIBOBJS = @LTLIBOBJS@
529 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
530 MAKEINFO = @MAKEINFO@
531 MANIFEST_TOOL = @MANIFEST_TOOL@
532 MCS = @MCS@
533 MDASSEMBLER = @MDASSEMBLER@
534 MKDIR_P = @MKDIR_P@
535 MKINSTALLDIRS = @MKINSTALLDIRS@
536 MOC_QT3 = @MOC_QT3@
537 MOC_QT4 = @MOC_QT4@
538 MONODOCER = @MONODOCER@
539 MONODOC_CFLAGS = @MONODOC_CFLAGS@
540 MONODOC_DIR = @MONODOC_DIR@
541 MONODOC_LIBS = @MONODOC_LIBS@
542 MSGFMT = @MSGFMT@
543 MSGFMT_OPTS = @MSGFMT_OPTS@
544 MSGMERGE = @MSGMERGE@
545 NM = @NM@
546 NMEDIT = @NMEDIT@
547 OBJDUMP = @OBJDUMP@
548 OBJEXT = @OBJEXT@
549 OTOOL = @OTOOL@
550 OTOOL64 = @OTOOL64@
551 PACKAGE = @PACKAGE@
552 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
553 PACKAGE_NAME = @PACKAGE_NAME@
554 PACKAGE_STRING = @PACKAGE_STRING@
555 PACKAGE_TARNAME = @PACKAGE_TARNAME@
556 PACKAGE_URL = @PACKAGE_URL@
557 PACKAGE_VERSION = @PACKAGE_VERSION@
558 PATH_SEPARATOR = @PATH_SEPARATOR@
559 PKG_CONFIG = @PKG_CONFIG@
560 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
561 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
562 POFILES = @POFILES@
563 POSUB = @POSUB@
564 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
565 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
566 PTHREAD_CC = @PTHREAD_CC@
567 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
568 PTHREAD_LIBS = @PTHREAD_LIBS@
569 PYTHON = @PYTHON@
570 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
571 PYTHON_PLATFORM = @PYTHON_PLATFORM@
572 PYTHON_PREFIX = @PYTHON_PREFIX@
573 PYTHON_VERSION = @PYTHON_VERSION@
574 QT3_CFLAGS = @QT3_CFLAGS@
575 QT3_LIBS = @QT3_LIBS@
576 QT4_CFLAGS = @QT4_CFLAGS@
577 QT4_LIBS = @QT4_LIBS@
578 RANLIB = @RANLIB@
579 SED = @SED@
580 SET_MAKE = @SET_MAKE@
581 SHELL = @SHELL@
582 STOW = @STOW@
583 STRIP = @STRIP@
584 USE_NLS = @USE_NLS@
585 VERSION = @VERSION@
586 VISIBILITY_HIDDEN_CFLAGS = @VISIBILITY_HIDDEN_CFLAGS@
587 XGETTEXT = @XGETTEXT@
588 XML_CFLAGS = @XML_CFLAGS@
589 XML_LIBS = @XML_LIBS@
590 abs_builddir = @abs_builddir@
591 abs_srcdir = @abs_srcdir@
592 abs_top_builddir = @abs_top_builddir@
593 abs_top_srcdir = @abs_top_srcdir@
594 ac_ct_AR = @ac_ct_AR@
595 ac_ct_CC = @ac_ct_CC@
596 ac_ct_CXX = @ac_ct_CXX@
597 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
598 acx_pthread_config = @acx_pthread_config@
599 am__include = @am__include@
600 am__leading_dot = @am__leading_dot@
601 am__quote = @am__quote@
602 am__tar = @am__tar@
603 am__untar = @am__untar@
604 avahi_runtime_dir = @avahi_runtime_dir@
605 avahi_socket = @avahi_socket@
606 avahilocaledir = @avahilocaledir@
607 bindir = @bindir@
608 build = @build@
609 build_alias = @build_alias@
610 build_cpu = @build_cpu@
611 build_os = @build_os@
612 build_vendor = @build_vendor@
613 builddir = @builddir@
614 datadir = @datadir@
615 datarootdir = @datarootdir@
616 docdir = @docdir@
617 dvidir = @dvidir@
618 exec_prefix = @exec_prefix@
619 have_pkg_config = @have_pkg_config@
620 have_xmltoman = @have_xmltoman@
621 host = @host@
622 host_alias = @host_alias@
623 host_cpu = @host_cpu@
624 host_os = @host_os@
625 host_vendor = @host_vendor@
626 htmldir = @htmldir@
627 includedir = @includedir@
628 infodir = @infodir@
629 install_sh = @install_sh@
630 interfacesdir = @interfacesdir@
631 intltool__v_merge_options_ = @intltool__v_merge_options_@
632 intltool__v_merge_options_0 = @intltool__v_merge_options_0@
633 libdir = @libdir@
634 libexecdir = @libexecdir@
635 localedir = @localedir@
636 localstatedir = @localstatedir@
637 mandir = @mandir@
638 mkdir_p = @mkdir_p@
639 oldincludedir = @oldincludedir@
640 pdfdir = @pdfdir@
641 pkgpyexecdir = @pkgpyexecdir@
642 pkgpythondir = @pkgpythondir@
643 prefix = @prefix@
644 program_transform_name = @program_transform_name@
645 psdir = @psdir@
646 pyexecdir = @pyexecdir@
647 pythondir = @pythondir@
648 runstatedir = @runstatedir@
649 sbindir = @sbindir@
650 sharedstatedir = @sharedstatedir@
651 srcdir = @srcdir@
652 sysconfdir = @sysconfdir@
653 systemdsystemunitdir = @systemdsystemunitdir@
654 target_alias = @target_alias@
655 top_build_prefix = @top_build_prefix@
656 top_builddir = @top_builddir@
657 top_srcdir = @top_srcdir@
658
659 # This cool debug trap works on i386/gcc only
660 AM_CFLAGS = -I$(top_srcdir) '-DDEBUG_TRAP=__asm__("int $$3")'
661 SUBDIRS = . samples
662 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@avahi_compat_howldir = $(includedir)/avahi-compat-howl
663 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@avahi_compat_howl_rendezvousdir = $(avahi_compat_howldir)/rendezvous
664 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@avahi_compat_howl_corbydir = $(avahi_compat_howldir)/corby
665 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@avahi_compat_howl_discoverydir = $(avahi_compat_howldir)/discovery
666 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@avahi_compat_howl_saltdir = $(avahi_compat_howldir)/salt
667 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@avahi_compat_howl_HEADERS = \
668 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ include/howl.h
669
670 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@avahi_compat_howl_rendezvous_HEADERS = \
671 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ include/rendezvous/rendezvous.h \
672 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ include/rendezvous/text_record.h
673
674 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@avahi_compat_howl_corby_HEADERS = \
675 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ include/corby/message.h \
676 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ include/corby/object.h \
677 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ include/corby/orb.h \
678 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ include/corby/corby.h \
679 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ include/corby/channel.h \
680 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ include/corby/buffer.h
681
682 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@avahi_compat_howl_discovery_HEADERS = \
683 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ include/discovery/discovery.h \
684 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ include/discovery/text_record.h
685
686 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@avahi_compat_howl_salt_HEADERS = \
687 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ include/salt/socket.h \
688 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ include/salt/address.h \
689 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ include/salt/platform.h \
690 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ include/salt/signal.h \
691 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ include/salt/interface.h \
692 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ include/salt/salt.h \
693 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ include/salt/time.h \
694 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ include/salt/debug.h
695
696 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@HOWLHEADERS = \
697 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ $(avahi_compat_howl_HEADERS) \
698 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ $(avahi_compat_howl_rendezvous_HEADERS) \
699 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ $(avahi_compat_howl_corby_HEADERS) \
700 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ $(avahi_compat_howl_discovery_HEADERS) \
701 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ $(avahi_compat_howl_salt_HEADERS)
702
703 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@lib_LTLIBRARIES = libhowl.la
704 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@libhowl_la_SOURCES = \
705 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ $(HOWLHEADERS) \
706 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ warn.c warn.h \
707 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ unsupported.c \
708 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ address.c \
709 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ text.c \
710 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ compat.c
711
712 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@libhowl_la_CFLAGS = $(AM_CFLAGS) $(PTHREAD_CFLAGS) -I $(srcdir)/include
713 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@libhowl_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(LIBAVAHI_COMPAT_HOWL_VERSION_INFO) $(PTHREAD_LIBS) $(PTHREAD_CFLAGS) ../avahi-common/libavahi-common.la ../avahi-client/libavahi-client.la
714 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@address_test_SOURCES = \
715 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ $(HOWLHEADERS) \
716 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ address.c \
717 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ address-test.c \
718 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ warn.c warn.h
719
720 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@address_test_CFLAGS = $(AM_CFLAGS) $(PTHREAD_CFLAGS) -I $(srcdir)/include
721 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@address_test_LDADD = $(AM_LDADD) $(PTHREAD_LIBS) $(PTHREAD_CFLAGS) ../avahi-common/libavahi-common.la
722 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@text_test_SOURCES = \
723 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ $(HOWLHEADERS) \
724 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ text.c \
725 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ text-test.c \
726 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ warn.c warn.h
727
728 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@text_test_CFLAGS = $(AM_CFLAGS) $(PTHREAD_CFLAGS) -I $(srcdir)/include
729 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@text_test_LDADD = $(AM_LDADD) $(PTHREAD_LIBS) $(PTHREAD_CFLAGS) ../avahi-common/libavahi-common.la
730 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@browse_domain_test_SOURCES = \
731 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ $(HOWLHEADERS) \
732 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ browse-domain-test.c
733
734 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@browse_domain_test_CFLAGS = $(AM_CFLAGS) $(PTHREAD_CFLAGS) -I $(srcdir)/include
735 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@browse_domain_test_LDADD = $(AM_LDADD) $(PTHREAD_LIBS) $(PTHREAD_CFLAGS) libhowl.la
736 all: all-recursive
737
738 .SUFFIXES:
739 .SUFFIXES: .c .lo .o .obj
740 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
741 @for dep in $?; do \
742 case '$(am__configure_deps)' in \
743 *$$dep*) \
744 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
745 && { if test -f $@; then exit 0; else break; fi; }; \
746 exit 1;; \
747 esac; \
748 done; \
749 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign avahi-compat-howl/Makefile'; \
750 $(am__cd) $(top_srcdir) && \
751 $(AUTOMAKE) --foreign avahi-compat-howl/Makefile
752 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
753 @case '$?' in \
754 *config.status*) \
755 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
756 *) \
757 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
758 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
759 esac;
760
761 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
762 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
763
764 $(top_srcdir)/configure: $(am__configure_deps)
765 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
766 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
767 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
768 $(am__aclocal_m4_deps):
769
770 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
771 @$(NORMAL_INSTALL)
772 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
773 list2=; for p in $$list; do \
774 if test -f $$p; then \
775 list2="$$list2 $$p"; \
776 else :; fi; \
777 done; \
778 test -z "$$list2" || { \
779 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
780 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
781 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
782 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
783 }
784
785 uninstall-libLTLIBRARIES:
786 @$(NORMAL_UNINSTALL)
787 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
788 for p in $$list; do \
789 $(am__strip_dir) \
790 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
791 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
792 done
793
794 clean-libLTLIBRARIES:
795 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
796 @list='$(lib_LTLIBRARIES)'; \
797 locs=`for p in $$list; do echo $$p; done | \
798 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
799 sort -u`; \
800 test -z "$$locs" || { \
801 echo rm -f $${locs}; \
802 rm -f $${locs}; \
803 }
804
805 libhowl.la: $(libhowl_la_OBJECTS) $(libhowl_la_DEPENDENCIES) $(EXTRA_libhowl_la_DEPENDENCIES)
806 $(AM_V_CCLD)$(libhowl_la_LINK) $(am_libhowl_la_rpath) $(libhowl_la_OBJECTS) $(libhowl_la_LIBADD) $(LIBS)
807
808 clean-noinstPROGRAMS:
809 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
810 echo " rm -f" $$list; \
811 rm -f $$list || exit $$?; \
812 test -n "$(EXEEXT)" || exit 0; \
813 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
814 echo " rm -f" $$list; \
815 rm -f $$list
816
817 address-test$(EXEEXT): $(address_test_OBJECTS) $(address_test_DEPENDENCIES) $(EXTRA_address_test_DEPENDENCIES)
818 @rm -f address-test$(EXEEXT)
819 $(AM_V_CCLD)$(address_test_LINK) $(address_test_OBJECTS) $(address_test_LDADD) $(LIBS)
820
821 browse-domain-test$(EXEEXT): $(browse_domain_test_OBJECTS) $(browse_domain_test_DEPENDENCIES) $(EXTRA_browse_domain_test_DEPENDENCIES)
822 @rm -f browse-domain-test$(EXEEXT)
823 $(AM_V_CCLD)$(browse_domain_test_LINK) $(browse_domain_test_OBJECTS) $(browse_domain_test_LDADD) $(LIBS)
824
825 text-test$(EXEEXT): $(text_test_OBJECTS) $(text_test_DEPENDENCIES) $(EXTRA_text_test_DEPENDENCIES)
826 @rm -f text-test$(EXEEXT)
827 $(AM_V_CCLD)$(text_test_LINK) $(text_test_OBJECTS) $(text_test_LDADD) $(LIBS)
828
829 mostlyclean-compile:
830 -rm -f *.$(OBJEXT)
831
832 distclean-compile:
833 -rm -f *.tab.c
834
835 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address_test-address-test.Po@am__quote@
836 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address_test-address.Po@am__quote@
837 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address_test-warn.Po@am__quote@
838 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/browse_domain_test-browse-domain-test.Po@am__quote@
839 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhowl_la-address.Plo@am__quote@
840 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhowl_la-compat.Plo@am__quote@
841 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhowl_la-text.Plo@am__quote@
842 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhowl_la-unsupported.Plo@am__quote@
843 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhowl_la-warn.Plo@am__quote@
844 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/text_test-text-test.Po@am__quote@
845 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/text_test-text.Po@am__quote@
846 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/text_test-warn.Po@am__quote@
847
848 .c.o:
849 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
850 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
851 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
852 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
853 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
854
855 .c.obj:
856 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
857 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
858 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
859 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
860 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
861
862 .c.lo:
863 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
864 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
865 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
866 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
867 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
868
869 libhowl_la-warn.lo: warn.c
870 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhowl_la_CFLAGS) $(CFLAGS) -MT libhowl_la-warn.lo -MD -MP -MF $(DEPDIR)/libhowl_la-warn.Tpo -c -o libhowl_la-warn.lo `test -f 'warn.c' || echo '$(srcdir)/'`warn.c
871 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libhowl_la-warn.Tpo $(DEPDIR)/libhowl_la-warn.Plo
872 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='warn.c' object='libhowl_la-warn.lo' libtool=yes @AMDEPBACKSLASH@
873 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
874 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhowl_la_CFLAGS) $(CFLAGS) -c -o libhowl_la-warn.lo `test -f 'warn.c' || echo '$(srcdir)/'`warn.c
875
876 libhowl_la-unsupported.lo: unsupported.c
877 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhowl_la_CFLAGS) $(CFLAGS) -MT libhowl_la-unsupported.lo -MD -MP -MF $(DEPDIR)/libhowl_la-unsupported.Tpo -c -o libhowl_la-unsupported.lo `test -f 'unsupported.c' || echo '$(srcdir)/'`unsupported.c
878 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libhowl_la-unsupported.Tpo $(DEPDIR)/libhowl_la-unsupported.Plo
879 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='unsupported.c' object='libhowl_la-unsupported.lo' libtool=yes @AMDEPBACKSLASH@
880 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
881 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhowl_la_CFLAGS) $(CFLAGS) -c -o libhowl_la-unsupported.lo `test -f 'unsupported.c' || echo '$(srcdir)/'`unsupported.c
882
883 libhowl_la-address.lo: address.c
884 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhowl_la_CFLAGS) $(CFLAGS) -MT libhowl_la-address.lo -MD -MP -MF $(DEPDIR)/libhowl_la-address.Tpo -c -o libhowl_la-address.lo `test -f 'address.c' || echo '$(srcdir)/'`address.c
885 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libhowl_la-address.Tpo $(DEPDIR)/libhowl_la-address.Plo
886 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='address.c' object='libhowl_la-address.lo' libtool=yes @AMDEPBACKSLASH@
887 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
888 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhowl_la_CFLAGS) $(CFLAGS) -c -o libhowl_la-address.lo `test -f 'address.c' || echo '$(srcdir)/'`address.c
889
890 libhowl_la-text.lo: text.c
891 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhowl_la_CFLAGS) $(CFLAGS) -MT libhowl_la-text.lo -MD -MP -MF $(DEPDIR)/libhowl_la-text.Tpo -c -o libhowl_la-text.lo `test -f 'text.c' || echo '$(srcdir)/'`text.c
892 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libhowl_la-text.Tpo $(DEPDIR)/libhowl_la-text.Plo
893 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='text.c' object='libhowl_la-text.lo' libtool=yes @AMDEPBACKSLASH@
894 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
895 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhowl_la_CFLAGS) $(CFLAGS) -c -o libhowl_la-text.lo `test -f 'text.c' || echo '$(srcdir)/'`text.c
896
897 libhowl_la-compat.lo: compat.c
898 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhowl_la_CFLAGS) $(CFLAGS) -MT libhowl_la-compat.lo -MD -MP -MF $(DEPDIR)/libhowl_la-compat.Tpo -c -o libhowl_la-compat.lo `test -f 'compat.c' || echo '$(srcdir)/'`compat.c
899 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libhowl_la-compat.Tpo $(DEPDIR)/libhowl_la-compat.Plo
900 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='compat.c' object='libhowl_la-compat.lo' libtool=yes @AMDEPBACKSLASH@
901 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
902 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhowl_la_CFLAGS) $(CFLAGS) -c -o libhowl_la-compat.lo `test -f 'compat.c' || echo '$(srcdir)/'`compat.c
903
904 address_test-address.o: address.c
905 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_test_CFLAGS) $(CFLAGS) -MT address_test-address.o -MD -MP -MF $(DEPDIR)/address_test-address.Tpo -c -o address_test-address.o `test -f 'address.c' || echo '$(srcdir)/'`address.c
906 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_test-address.Tpo $(DEPDIR)/address_test-address.Po
907 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='address.c' object='address_test-address.o' libtool=no @AMDEPBACKSLASH@
908 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
909 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_test_CFLAGS) $(CFLAGS) -c -o address_test-address.o `test -f 'address.c' || echo '$(srcdir)/'`address.c
910
911 address_test-address.obj: address.c
912 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_test_CFLAGS) $(CFLAGS) -MT address_test-address.obj -MD -MP -MF $(DEPDIR)/address_test-address.Tpo -c -o address_test-address.obj `if test -f 'address.c'; then $(CYGPATH_W) 'address.c'; else $(CYGPATH_W) '$(srcdir)/address.c'; fi`
913 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_test-address.Tpo $(DEPDIR)/address_test-address.Po
914 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='address.c' object='address_test-address.obj' libtool=no @AMDEPBACKSLASH@
915 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
916 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_test_CFLAGS) $(CFLAGS) -c -o address_test-address.obj `if test -f 'address.c'; then $(CYGPATH_W) 'address.c'; else $(CYGPATH_W) '$(srcdir)/address.c'; fi`
917
918 address_test-address-test.o: address-test.c
919 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_test_CFLAGS) $(CFLAGS) -MT address_test-address-test.o -MD -MP -MF $(DEPDIR)/address_test-address-test.Tpo -c -o address_test-address-test.o `test -f 'address-test.c' || echo '$(srcdir)/'`address-test.c
920 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_test-address-test.Tpo $(DEPDIR)/address_test-address-test.Po
921 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='address-test.c' object='address_test-address-test.o' libtool=no @AMDEPBACKSLASH@
922 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
923 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_test_CFLAGS) $(CFLAGS) -c -o address_test-address-test.o `test -f 'address-test.c' || echo '$(srcdir)/'`address-test.c
924
925 address_test-address-test.obj: address-test.c
926 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_test_CFLAGS) $(CFLAGS) -MT address_test-address-test.obj -MD -MP -MF $(DEPDIR)/address_test-address-test.Tpo -c -o address_test-address-test.obj `if test -f 'address-test.c'; then $(CYGPATH_W) 'address-test.c'; else $(CYGPATH_W) '$(srcdir)/address-test.c'; fi`
927 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_test-address-test.Tpo $(DEPDIR)/address_test-address-test.Po
928 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='address-test.c' object='address_test-address-test.obj' libtool=no @AMDEPBACKSLASH@
929 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
930 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_test_CFLAGS) $(CFLAGS) -c -o address_test-address-test.obj `if test -f 'address-test.c'; then $(CYGPATH_W) 'address-test.c'; else $(CYGPATH_W) '$(srcdir)/address-test.c'; fi`
931
932 address_test-warn.o: warn.c
933 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_test_CFLAGS) $(CFLAGS) -MT address_test-warn.o -MD -MP -MF $(DEPDIR)/address_test-warn.Tpo -c -o address_test-warn.o `test -f 'warn.c' || echo '$(srcdir)/'`warn.c
934 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_test-warn.Tpo $(DEPDIR)/address_test-warn.Po
935 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='warn.c' object='address_test-warn.o' libtool=no @AMDEPBACKSLASH@
936 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
937 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_test_CFLAGS) $(CFLAGS) -c -o address_test-warn.o `test -f 'warn.c' || echo '$(srcdir)/'`warn.c
938
939 address_test-warn.obj: warn.c
940 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_test_CFLAGS) $(CFLAGS) -MT address_test-warn.obj -MD -MP -MF $(DEPDIR)/address_test-warn.Tpo -c -o address_test-warn.obj `if test -f 'warn.c'; then $(CYGPATH_W) 'warn.c'; else $(CYGPATH_W) '$(srcdir)/warn.c'; fi`
941 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/address_test-warn.Tpo $(DEPDIR)/address_test-warn.Po
942 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='warn.c' object='address_test-warn.obj' libtool=no @AMDEPBACKSLASH@
943 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
944 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(address_test_CFLAGS) $(CFLAGS) -c -o address_test-warn.obj `if test -f 'warn.c'; then $(CYGPATH_W) 'warn.c'; else $(CYGPATH_W) '$(srcdir)/warn.c'; fi`
945
946 browse_domain_test-browse-domain-test.o: browse-domain-test.c
947 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(browse_domain_test_CFLAGS) $(CFLAGS) -MT browse_domain_test-browse-domain-test.o -MD -MP -MF $(DEPDIR)/browse_domain_test-browse-domain-test.Tpo -c -o browse_domain_test-browse-domain-test.o `test -f 'browse-domain-test.c' || echo '$(srcdir)/'`browse-domain-test.c
948 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/browse_domain_test-browse-domain-test.Tpo $(DEPDIR)/browse_domain_test-browse-domain-test.Po
949 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='browse-domain-test.c' object='browse_domain_test-browse-domain-test.o' libtool=no @AMDEPBACKSLASH@
950 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
951 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(browse_domain_test_CFLAGS) $(CFLAGS) -c -o browse_domain_test-browse-domain-test.o `test -f 'browse-domain-test.c' || echo '$(srcdir)/'`browse-domain-test.c
952
953 browse_domain_test-browse-domain-test.obj: browse-domain-test.c
954 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(browse_domain_test_CFLAGS) $(CFLAGS) -MT browse_domain_test-browse-domain-test.obj -MD -MP -MF $(DEPDIR)/browse_domain_test-browse-domain-test.Tpo -c -o browse_domain_test-browse-domain-test.obj `if test -f 'browse-domain-test.c'; then $(CYGPATH_W) 'browse-domain-test.c'; else $(CYGPATH_W) '$(srcdir)/browse-domain-test.c'; fi`
955 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/browse_domain_test-browse-domain-test.Tpo $(DEPDIR)/browse_domain_test-browse-domain-test.Po
956 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='browse-domain-test.c' object='browse_domain_test-browse-domain-test.obj' libtool=no @AMDEPBACKSLASH@
957 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
958 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(browse_domain_test_CFLAGS) $(CFLAGS) -c -o browse_domain_test-browse-domain-test.obj `if test -f 'browse-domain-test.c'; then $(CYGPATH_W) 'browse-domain-test.c'; else $(CYGPATH_W) '$(srcdir)/browse-domain-test.c'; fi`
959
960 text_test-text.o: text.c
961 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(text_test_CFLAGS) $(CFLAGS) -MT text_test-text.o -MD -MP -MF $(DEPDIR)/text_test-text.Tpo -c -o text_test-text.o `test -f 'text.c' || echo '$(srcdir)/'`text.c
962 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/text_test-text.Tpo $(DEPDIR)/text_test-text.Po
963 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='text.c' object='text_test-text.o' libtool=no @AMDEPBACKSLASH@
964 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
965 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(text_test_CFLAGS) $(CFLAGS) -c -o text_test-text.o `test -f 'text.c' || echo '$(srcdir)/'`text.c
966
967 text_test-text.obj: text.c
968 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(text_test_CFLAGS) $(CFLAGS) -MT text_test-text.obj -MD -MP -MF $(DEPDIR)/text_test-text.Tpo -c -o text_test-text.obj `if test -f 'text.c'; then $(CYGPATH_W) 'text.c'; else $(CYGPATH_W) '$(srcdir)/text.c'; fi`
969 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/text_test-text.Tpo $(DEPDIR)/text_test-text.Po
970 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='text.c' object='text_test-text.obj' libtool=no @AMDEPBACKSLASH@
971 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
972 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(text_test_CFLAGS) $(CFLAGS) -c -o text_test-text.obj `if test -f 'text.c'; then $(CYGPATH_W) 'text.c'; else $(CYGPATH_W) '$(srcdir)/text.c'; fi`
973
974 text_test-text-test.o: text-test.c
975 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(text_test_CFLAGS) $(CFLAGS) -MT text_test-text-test.o -MD -MP -MF $(DEPDIR)/text_test-text-test.Tpo -c -o text_test-text-test.o `test -f 'text-test.c' || echo '$(srcdir)/'`text-test.c
976 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/text_test-text-test.Tpo $(DEPDIR)/text_test-text-test.Po
977 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='text-test.c' object='text_test-text-test.o' libtool=no @AMDEPBACKSLASH@
978 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
979 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(text_test_CFLAGS) $(CFLAGS) -c -o text_test-text-test.o `test -f 'text-test.c' || echo '$(srcdir)/'`text-test.c
980
981 text_test-text-test.obj: text-test.c
982 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(text_test_CFLAGS) $(CFLAGS) -MT text_test-text-test.obj -MD -MP -MF $(DEPDIR)/text_test-text-test.Tpo -c -o text_test-text-test.obj `if test -f 'text-test.c'; then $(CYGPATH_W) 'text-test.c'; else $(CYGPATH_W) '$(srcdir)/text-test.c'; fi`
983 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/text_test-text-test.Tpo $(DEPDIR)/text_test-text-test.Po
984 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='text-test.c' object='text_test-text-test.obj' libtool=no @AMDEPBACKSLASH@
985 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
986 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(text_test_CFLAGS) $(CFLAGS) -c -o text_test-text-test.obj `if test -f 'text-test.c'; then $(CYGPATH_W) 'text-test.c'; else $(CYGPATH_W) '$(srcdir)/text-test.c'; fi`
987
988 text_test-warn.o: warn.c
989 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(text_test_CFLAGS) $(CFLAGS) -MT text_test-warn.o -MD -MP -MF $(DEPDIR)/text_test-warn.Tpo -c -o text_test-warn.o `test -f 'warn.c' || echo '$(srcdir)/'`warn.c
990 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/text_test-warn.Tpo $(DEPDIR)/text_test-warn.Po
991 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='warn.c' object='text_test-warn.o' libtool=no @AMDEPBACKSLASH@
992 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
993 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(text_test_CFLAGS) $(CFLAGS) -c -o text_test-warn.o `test -f 'warn.c' || echo '$(srcdir)/'`warn.c
994
995 text_test-warn.obj: warn.c
996 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(text_test_CFLAGS) $(CFLAGS) -MT text_test-warn.obj -MD -MP -MF $(DEPDIR)/text_test-warn.Tpo -c -o text_test-warn.obj `if test -f 'warn.c'; then $(CYGPATH_W) 'warn.c'; else $(CYGPATH_W) '$(srcdir)/warn.c'; fi`
997 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/text_test-warn.Tpo $(DEPDIR)/text_test-warn.Po
998 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='warn.c' object='text_test-warn.obj' libtool=no @AMDEPBACKSLASH@
999 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1000 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(text_test_CFLAGS) $(CFLAGS) -c -o text_test-warn.obj `if test -f 'warn.c'; then $(CYGPATH_W) 'warn.c'; else $(CYGPATH_W) '$(srcdir)/warn.c'; fi`
1001
1002 mostlyclean-libtool:
1003 -rm -f *.lo
1004
1005 clean-libtool:
1006 -rm -rf .libs _libs
1007 install-avahi_compat_howlHEADERS: $(avahi_compat_howl_HEADERS)
1008 @$(NORMAL_INSTALL)
1009 @list='$(avahi_compat_howl_HEADERS)'; test -n "$(avahi_compat_howldir)" || list=; \
1010 if test -n "$$list"; then \
1011 echo " $(MKDIR_P) '$(DESTDIR)$(avahi_compat_howldir)'"; \
1012 $(MKDIR_P) "$(DESTDIR)$(avahi_compat_howldir)" || exit 1; \
1013 fi; \
1014 for p in $$list; do \
1015 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1016 echo "$$d$$p"; \
1017 done | $(am__base_list) | \
1018 while read files; do \
1019 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(avahi_compat_howldir)'"; \
1020 $(INSTALL_HEADER) $$files "$(DESTDIR)$(avahi_compat_howldir)" || exit $$?; \
1021 done
1022
1023 uninstall-avahi_compat_howlHEADERS:
1024 @$(NORMAL_UNINSTALL)
1025 @list='$(avahi_compat_howl_HEADERS)'; test -n "$(avahi_compat_howldir)" || list=; \
1026 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1027 dir='$(DESTDIR)$(avahi_compat_howldir)'; $(am__uninstall_files_from_dir)
1028 install-avahi_compat_howl_corbyHEADERS: $(avahi_compat_howl_corby_HEADERS)
1029 @$(NORMAL_INSTALL)
1030 @list='$(avahi_compat_howl_corby_HEADERS)'; test -n "$(avahi_compat_howl_corbydir)" || list=; \
1031 if test -n "$$list"; then \
1032 echo " $(MKDIR_P) '$(DESTDIR)$(avahi_compat_howl_corbydir)'"; \
1033 $(MKDIR_P) "$(DESTDIR)$(avahi_compat_howl_corbydir)" || exit 1; \
1034 fi; \
1035 for p in $$list; do \
1036 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1037 echo "$$d$$p"; \
1038 done | $(am__base_list) | \
1039 while read files; do \
1040 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(avahi_compat_howl_corbydir)'"; \
1041 $(INSTALL_HEADER) $$files "$(DESTDIR)$(avahi_compat_howl_corbydir)" || exit $$?; \
1042 done
1043
1044 uninstall-avahi_compat_howl_corbyHEADERS:
1045 @$(NORMAL_UNINSTALL)
1046 @list='$(avahi_compat_howl_corby_HEADERS)'; test -n "$(avahi_compat_howl_corbydir)" || list=; \
1047 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1048 dir='$(DESTDIR)$(avahi_compat_howl_corbydir)'; $(am__uninstall_files_from_dir)
1049 install-avahi_compat_howl_discoveryHEADERS: $(avahi_compat_howl_discovery_HEADERS)
1050 @$(NORMAL_INSTALL)
1051 @list='$(avahi_compat_howl_discovery_HEADERS)'; test -n "$(avahi_compat_howl_discoverydir)" || list=; \
1052 if test -n "$$list"; then \
1053 echo " $(MKDIR_P) '$(DESTDIR)$(avahi_compat_howl_discoverydir)'"; \
1054 $(MKDIR_P) "$(DESTDIR)$(avahi_compat_howl_discoverydir)" || exit 1; \
1055 fi; \
1056 for p in $$list; do \
1057 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1058 echo "$$d$$p"; \
1059 done | $(am__base_list) | \
1060 while read files; do \
1061 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(avahi_compat_howl_discoverydir)'"; \
1062 $(INSTALL_HEADER) $$files "$(DESTDIR)$(avahi_compat_howl_discoverydir)" || exit $$?; \
1063 done
1064
1065 uninstall-avahi_compat_howl_discoveryHEADERS:
1066 @$(NORMAL_UNINSTALL)
1067 @list='$(avahi_compat_howl_discovery_HEADERS)'; test -n "$(avahi_compat_howl_discoverydir)" || list=; \
1068 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1069 dir='$(DESTDIR)$(avahi_compat_howl_discoverydir)'; $(am__uninstall_files_from_dir)
1070 install-avahi_compat_howl_rendezvousHEADERS: $(avahi_compat_howl_rendezvous_HEADERS)
1071 @$(NORMAL_INSTALL)
1072 @list='$(avahi_compat_howl_rendezvous_HEADERS)'; test -n "$(avahi_compat_howl_rendezvousdir)" || list=; \
1073 if test -n "$$list"; then \
1074 echo " $(MKDIR_P) '$(DESTDIR)$(avahi_compat_howl_rendezvousdir)'"; \
1075 $(MKDIR_P) "$(DESTDIR)$(avahi_compat_howl_rendezvousdir)" || exit 1; \
1076 fi; \
1077 for p in $$list; do \
1078 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1079 echo "$$d$$p"; \
1080 done | $(am__base_list) | \
1081 while read files; do \
1082 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(avahi_compat_howl_rendezvousdir)'"; \
1083 $(INSTALL_HEADER) $$files "$(DESTDIR)$(avahi_compat_howl_rendezvousdir)" || exit $$?; \
1084 done
1085
1086 uninstall-avahi_compat_howl_rendezvousHEADERS:
1087 @$(NORMAL_UNINSTALL)
1088 @list='$(avahi_compat_howl_rendezvous_HEADERS)'; test -n "$(avahi_compat_howl_rendezvousdir)" || list=; \
1089 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1090 dir='$(DESTDIR)$(avahi_compat_howl_rendezvousdir)'; $(am__uninstall_files_from_dir)
1091 install-avahi_compat_howl_saltHEADERS: $(avahi_compat_howl_salt_HEADERS)
1092 @$(NORMAL_INSTALL)
1093 @list='$(avahi_compat_howl_salt_HEADERS)'; test -n "$(avahi_compat_howl_saltdir)" || list=; \
1094 if test -n "$$list"; then \
1095 echo " $(MKDIR_P) '$(DESTDIR)$(avahi_compat_howl_saltdir)'"; \
1096 $(MKDIR_P) "$(DESTDIR)$(avahi_compat_howl_saltdir)" || exit 1; \
1097 fi; \
1098 for p in $$list; do \
1099 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1100 echo "$$d$$p"; \
1101 done | $(am__base_list) | \
1102 while read files; do \
1103 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(avahi_compat_howl_saltdir)'"; \
1104 $(INSTALL_HEADER) $$files "$(DESTDIR)$(avahi_compat_howl_saltdir)" || exit $$?; \
1105 done
1106
1107 uninstall-avahi_compat_howl_saltHEADERS:
1108 @$(NORMAL_UNINSTALL)
1109 @list='$(avahi_compat_howl_salt_HEADERS)'; test -n "$(avahi_compat_howl_saltdir)" || list=; \
1110 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1111 dir='$(DESTDIR)$(avahi_compat_howl_saltdir)'; $(am__uninstall_files_from_dir)
1112
1113 # This directory's subdirectories are mostly independent; you can cd
1114 # into them and run 'make' without going through this Makefile.
1115 # To change the values of 'make' variables: instead of editing Makefiles,
1116 # (1) if the variable is set in 'config.status', edit 'config.status'
1117 # (which will cause the Makefiles to be regenerated when you run 'make');
1118 # (2) otherwise, pass the desired values on the 'make' command line.
1119 $(am__recursive_targets):
1120 @fail=; \
1121 if $(am__make_keepgoing); then \
1122 failcom='fail=yes'; \
1123 else \
1124 failcom='exit 1'; \
1125 fi; \
1126 dot_seen=no; \
1127 target=`echo $@ | sed s/-recursive//`; \
1128 case "$@" in \
1129 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
1130 *) list='$(SUBDIRS)' ;; \
1131 esac; \
1132 for subdir in $$list; do \
1133 echo "Making $$target in $$subdir"; \
1134 if test "$$subdir" = "."; then \
1135 dot_seen=yes; \
1136 local_target="$$target-am"; \
1137 else \
1138 local_target="$$target"; \
1139 fi; \
1140 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1141 || eval $$failcom; \
1142 done; \
1143 if test "$$dot_seen" = "no"; then \
1144 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1145 fi; test -z "$$fail"
1146
1147 ID: $(am__tagged_files)
1148 $(am__define_uniq_tagged_files); mkid -fID $$unique
1149 tags: tags-recursive
1150 TAGS: tags
1151
1152 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1153 set x; \
1154 here=`pwd`; \
1155 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1156 include_option=--etags-include; \
1157 empty_fix=.; \
1158 else \
1159 include_option=--include; \
1160 empty_fix=; \
1161 fi; \
1162 list='$(SUBDIRS)'; for subdir in $$list; do \
1163 if test "$$subdir" = .; then :; else \
1164 test ! -f $$subdir/TAGS || \
1165 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1166 fi; \
1167 done; \
1168 $(am__define_uniq_tagged_files); \
1169 shift; \
1170 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1171 test -n "$$unique" || unique=$$empty_fix; \
1172 if test $$# -gt 0; then \
1173 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1174 "$$@" $$unique; \
1175 else \
1176 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1177 $$unique; \
1178 fi; \
1179 fi
1180 ctags: ctags-recursive
1181
1182 CTAGS: ctags
1183 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1184 $(am__define_uniq_tagged_files); \
1185 test -z "$(CTAGS_ARGS)$$unique" \
1186 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1187 $$unique
1188
1189 GTAGS:
1190 here=`$(am__cd) $(top_builddir) && pwd` \
1191 && $(am__cd) $(top_srcdir) \
1192 && gtags -i $(GTAGS_ARGS) "$$here"
1193 cscopelist: cscopelist-recursive
1194
1195 cscopelist-am: $(am__tagged_files)
1196 list='$(am__tagged_files)'; \
1197 case "$(srcdir)" in \
1198 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1199 *) sdir=$(subdir)/$(srcdir) ;; \
1200 esac; \
1201 for i in $$list; do \
1202 if test -f "$$i"; then \
1203 echo "$(subdir)/$$i"; \
1204 else \
1205 echo "$$sdir/$$i"; \
1206 fi; \
1207 done >> $(top_builddir)/cscope.files
1208
1209 distclean-tags:
1210 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1211
1212 distdir: $(DISTFILES)
1213 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1214 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1215 list='$(DISTFILES)'; \
1216 dist_files=`for file in $$list; do echo $$file; done | \
1217 sed -e "s|^$$srcdirstrip/||;t" \
1218 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1219 case $$dist_files in \
1220 */*) $(MKDIR_P) `echo "$$dist_files" | \
1221 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1222 sort -u` ;; \
1223 esac; \
1224 for file in $$dist_files; do \
1225 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1226 if test -d $$d/$$file; then \
1227 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1228 if test -d "$(distdir)/$$file"; then \
1229 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1230 fi; \
1231 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1232 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1233 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1234 fi; \
1235 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1236 else \
1237 test -f "$(distdir)/$$file" \
1238 || cp -p $$d/$$file "$(distdir)/$$file" \
1239 || exit 1; \
1240 fi; \
1241 done
1242 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1243 if test "$$subdir" = .; then :; else \
1244 $(am__make_dryrun) \
1245 || test -d "$(distdir)/$$subdir" \
1246 || $(MKDIR_P) "$(distdir)/$$subdir" \
1247 || exit 1; \
1248 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1249 $(am__relativize); \
1250 new_distdir=$$reldir; \
1251 dir1=$$subdir; dir2="$(top_distdir)"; \
1252 $(am__relativize); \
1253 new_top_distdir=$$reldir; \
1254 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
1255 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
1256 ($(am__cd) $$subdir && \
1257 $(MAKE) $(AM_MAKEFLAGS) \
1258 top_distdir="$$new_top_distdir" \
1259 distdir="$$new_distdir" \
1260 am__remove_distdir=: \
1261 am__skip_length_check=: \
1262 am__skip_mode_fix=: \
1263 distdir) \
1264 || exit 1; \
1265 fi; \
1266 done
1267 check-am: all-am
1268 check: check-recursive
1269 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS)
1270 installdirs: installdirs-recursive
1271 installdirs-am:
1272 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(avahi_compat_howldir)" "$(DESTDIR)$(avahi_compat_howl_corbydir)" "$(DESTDIR)$(avahi_compat_howl_discoverydir)" "$(DESTDIR)$(avahi_compat_howl_rendezvousdir)" "$(DESTDIR)$(avahi_compat_howl_saltdir)"; do \
1273 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1274 done
1275 install: install-recursive
1276 install-exec: install-exec-recursive
1277 install-data: install-data-recursive
1278 uninstall: uninstall-recursive
1279
1280 install-am: all-am
1281 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1282
1283 installcheck: installcheck-recursive
1284 install-strip:
1285 if test -z '$(STRIP)'; then \
1286 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1287 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1288 install; \
1289 else \
1290 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1291 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1292 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1293 fi
1294 mostlyclean-generic:
1295
1296 clean-generic:
1297
1298 distclean-generic:
1299 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1300 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1301
1302 maintainer-clean-generic:
1303 @echo "This command is intended for maintainers to use"
1304 @echo "it deletes files that may require special tools to rebuild."
1305 clean: clean-recursive
1306
1307 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
1308 clean-noinstPROGRAMS mostlyclean-am
1309
1310 distclean: distclean-recursive
1311 -rm -rf ./$(DEPDIR)
1312 -rm -f Makefile
1313 distclean-am: clean-am distclean-compile distclean-generic \
1314 distclean-tags
1315
1316 dvi: dvi-recursive
1317
1318 dvi-am:
1319
1320 html: html-recursive
1321
1322 html-am:
1323
1324 info: info-recursive
1325
1326 info-am:
1327
1328 install-data-am: install-avahi_compat_howlHEADERS \
1329 install-avahi_compat_howl_corbyHEADERS \
1330 install-avahi_compat_howl_discoveryHEADERS \
1331 install-avahi_compat_howl_rendezvousHEADERS \
1332 install-avahi_compat_howl_saltHEADERS
1333
1334 install-dvi: install-dvi-recursive
1335
1336 install-dvi-am:
1337
1338 install-exec-am: install-libLTLIBRARIES
1339
1340 install-html: install-html-recursive
1341
1342 install-html-am:
1343
1344 install-info: install-info-recursive
1345
1346 install-info-am:
1347
1348 install-man:
1349
1350 install-pdf: install-pdf-recursive
1351
1352 install-pdf-am:
1353
1354 install-ps: install-ps-recursive
1355
1356 install-ps-am:
1357
1358 installcheck-am:
1359
1360 maintainer-clean: maintainer-clean-recursive
1361 -rm -rf ./$(DEPDIR)
1362 -rm -f Makefile
1363 maintainer-clean-am: distclean-am maintainer-clean-generic
1364
1365 mostlyclean: mostlyclean-recursive
1366
1367 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1368 mostlyclean-libtool
1369
1370 pdf: pdf-recursive
1371
1372 pdf-am:
1373
1374 ps: ps-recursive
1375
1376 ps-am:
1377
1378 uninstall-am: uninstall-avahi_compat_howlHEADERS \
1379 uninstall-avahi_compat_howl_corbyHEADERS \
1380 uninstall-avahi_compat_howl_discoveryHEADERS \
1381 uninstall-avahi_compat_howl_rendezvousHEADERS \
1382 uninstall-avahi_compat_howl_saltHEADERS \
1383 uninstall-libLTLIBRARIES
1384
1385 .MAKE: $(am__recursive_targets) install-am install-strip
1386
1387 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
1388 check-am clean clean-generic clean-libLTLIBRARIES \
1389 clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \
1390 ctags-am distclean distclean-compile distclean-generic \
1391 distclean-libtool distclean-tags distdir dvi dvi-am html \
1392 html-am info info-am install install-am \
1393 install-avahi_compat_howlHEADERS \
1394 install-avahi_compat_howl_corbyHEADERS \
1395 install-avahi_compat_howl_discoveryHEADERS \
1396 install-avahi_compat_howl_rendezvousHEADERS \
1397 install-avahi_compat_howl_saltHEADERS install-data \
1398 install-data-am install-dvi install-dvi-am install-exec \
1399 install-exec-am install-html install-html-am install-info \
1400 install-info-am install-libLTLIBRARIES install-man install-pdf \
1401 install-pdf-am install-ps install-ps-am install-strip \
1402 installcheck installcheck-am installdirs installdirs-am \
1403 maintainer-clean maintainer-clean-generic mostlyclean \
1404 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1405 pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
1406 uninstall-avahi_compat_howlHEADERS \
1407 uninstall-avahi_compat_howl_corbyHEADERS \
1408 uninstall-avahi_compat_howl_discoveryHEADERS \
1409 uninstall-avahi_compat_howl_rendezvousHEADERS \
1410 uninstall-avahi_compat_howl_saltHEADERS \
1411 uninstall-libLTLIBRARIES
1412
1413 .PRECIOUS: Makefile
1414
1415
1416 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1417 # Otherwise a system limit (for SysV at least) may be exceeded.
1418 .NOEXPORT:
+0
-182
avahi-compat-howl/funcs.txt less more
0 -- Supported --
1
2 sw_discovery_init
3 sw_discovery_init_with_flags
4 sw_discovery_fina
5 sw_discovery_publish
6 sw_discovery_browse_domains
7 sw_discovery_browse
8 sw_discovery_resolve
9 sw_discovery_cancel
10 sw_discovery_run
11 sw_discovery_stop_run
12 sw_discovery_socket
13 sw_discovery_read_socket
14 sw_discovery_salt
15
16 sw_text_record_init
17 sw_text_record_fina
18 sw_text_record_add_string
19 sw_text_record_add_key_and_string_value
20 sw_text_record_add_key_and_binary_value
21 sw_text_record_bytes
22 sw_text_record_len
23 sw_text_record_iterator_init
24 sw_text_record_iterator_fina
25 sw_text_record_iterator_next
26
27 sw_ipv4_address_any
28 sw_ipv4_address_loopback
29 sw_ipv4_address_init
30 sw_ipv4_address_init_from_saddr
31 sw_ipv4_address_init_from_name
32 sw_ipv4_address_init_from_address
33 sw_ipv4_address_init_from_this_host
34 sw_ipv4_address_fina
35 sw_ipv4_address_is_any
36 sw_ipv4_address_saddr
37 sw_ipv4_address_name
38 sw_ipv4_address_decompose
39 sw_ipv4_address_equals
40
41 sw_salt_step
42 sw_salt_lock
43 sw_salt_unlock
44 sw_salt_run
45 sw_salt_stop_run
46
47 -- Unsupported but Relevant --
48
49 sw_discovery_publish_update
50 sw_discovery_publish_host
51 sw_discovery_query_record
52
53 -- Unsupported and Irrelevant --
54
55 sw_strdup
56 sw_strerror
57 sw_timer_init
58 sw_timer_fina
59 sw_time_init
60 sw_time_init_now
61 sw_time_fina
62 sw_time_add
63 sw_time_sub
64 sw_time_cmp
65 sw_salt_init
66 sw_salt_fina
67 sw_salt_register_socket
68 sw_salt_unregister_socket
69 sw_salt_register_timer
70 sw_salt_unregister_timer
71 sw_salt_register_network_interface
72 sw_salt_unregister_network_interface_handler
73 sw_salt_register_signal
74 sw_salt_unregister_signal
75 sw_print_assert
76 sw_print_debug
77 sw_tcp_socket_init
78 sw_tcp_socket_init_with_desc
79 sw_udp_socket_init
80 sw_multicast_socket_init
81 sw_socket_fina
82 sw_socket_bind
83 sw_socket_join_multicast_group
84 sw_socket_leave_multicast_group
85 sw_socket_listen
86 sw_socket_connect
87 sw_socket_accept
88 sw_socket_send
89 sw_socket_sendto
90 sw_socket_recv
91 sw_socket_recvfrom
92 sw_socket_set_blocking_mode
93 sw_socket_set_options
94 sw_socket_ipv4_address
95 sw_socket_port
96 sw_socket_desc
97 sw_socket_close
98 sw_socket_options_init
99 sw_socket_options_fina
100 sw_socket_options_set_debug
101 sw_socket_options_set_nodelay
102 sw_socket_options_set_dontroute
103 sw_socket_options_set_keepalive
104 sw_socket_options_set_linger
105 sw_socket_options_set_reuseaddr
106 sw_socket_options_set_rcvbuf
107 sw_socket_options_set_sndbuf
108 sw_socket_error_code
109 sw_corby_orb_init
110 sw_corby_orb_fina
111 sw_corby_orb_register_servant
112 sw_corby_orb_unregister_servant
113 sw_corby_orb_register_bidirectional_object
114 sw_corby_orb_register_channel
115 sw_corby_orb_get_delegate
116 sw_corby_orb_set_delegate
117 sw_corby_orb_set_observer
118 sw_corby_orb_protocol_to_address
119 sw_corby_orb_protocol_to_url
120 sw_corby_orb_read_channel
121 sw_corby_orb_dispatch_message
122 sw_corby_message_init
123 sw_corby_message_fina
124 sw_corby_buffer_init
125 sw_corby_buffer_init_with_size
126 sw_corby_buffer_init_with_delegate
127 sw_corby_buffer_init_with_size_and_delegate
128 sw_corby_buffer_fina
129 sw_corby_buffer_reset
130 sw_corby_buffer_set_octets
131 sw_corby_buffer_octets
132 sw_corby_buffer_bytes_used
133 sw_corby_buffer_size
134 sw_corby_buffer_put_int8
135 sw_corby_buffer_put_uint8
136 sw_corby_buffer_put_int16
137 sw_corby_buffer_put_uint16
138 sw_corby_buffer_put_int32
139 sw_corby_buffer_put_uint32
140 sw_corby_buffer_put_octets
141 sw_corby_buffer_put_sized_octets
142 sw_corby_buffer_put_cstring
143 sw_corby_buffer_put_object
144 sw_corby_buffer_put_pad
145 sw_corby_buffer_get_int8
146 sw_corby_buffer_get_uint8
147 sw_corby_buffer_get_int16
148 sw_corby_buffer_get_uint16
149 sw_corby_buffer_get_int32
150 sw_corby_buffer_get_uint32
151 sw_corby_buffer_get_octets
152 sw_corby_buffer_allocate_and_get_sized_octets
153 sw_corby_buffer_get_zerocopy_sized_octets
154 sw_corby_buffer_get_sized_octets
155 sw_corby_buffer_allocate_and_get_cstring
156 sw_corby_buffer_get_zerocopy_cstring
157 sw_corby_buffer_get_cstring
158 sw_corby_buffer_get_object
159 sw_corby_channel_start_request
160 sw_corby_channel_start_reply
161 sw_corby_channel_send
162 sw_corby_channel_recv
163 sw_corby_channel_last_recv_from
164 sw_corby_channel_ff
165 sw_corby_channel_socket
166 sw_corby_channel_retain
167 sw_corby_channel_set_delegate
168 sw_corby_channel_get_delegate
169 sw_corby_channel_set_app_data
170 sw_corby_channel_get_app_data
171 sw_corby_channel_fina
172 sw_corby_object_init_from_url
173 sw_corby_object_fina
174 sw_corby_object_start_request
175 sw_corby_object_send
176 sw_corby_object_recv
177 sw_corby_object_channel
178 sw_corby_object_set_channel
179 sw_text_record_string_iterator_init
180 sw_text_record_string_iterator_fina
181 sw_text_record_string_iterator_next
+0
-3
avahi-compat-howl/samples/.gitignore less more
0 browse
1 publish
2 query
0 # Makefile.in generated by automake 1.15 from Makefile.am.
1 # @configure_input@
2
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
4
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 @SET_MAKE@
15
16 # This file is part of avahi.
17 #
18 # avahi is free software; you can redistribute it and/or modify it
19 # under the terms of the GNU Lesser General Public License as
20 # published by the Free Software Foundation; either version 2 of the
21 # License, or (at your option) any later version.
22 #
23 # avahi is distributed in the hope that it will be useful, but WITHOUT
24 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
25 # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
26 # License for more details.
27 #
28 # You should have received a copy of the GNU Lesser General Public
29 # License along with avahi; if not, write to the Free Software
30 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
31 # USA.
32
33 VPATH = @srcdir@
34 am__is_gnu_make = { \
35 if test -z '$(MAKELEVEL)'; then \
36 false; \
37 elif test -n '$(MAKE_HOST)'; then \
38 true; \
39 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
40 true; \
41 else \
42 false; \
43 fi; \
44 }
45 am__make_running_with_option = \
46 case $${target_option-} in \
47 ?) ;; \
48 *) echo "am__make_running_with_option: internal error: invalid" \
49 "target option '$${target_option-}' specified" >&2; \
50 exit 1;; \
51 esac; \
52 has_opt=no; \
53 sane_makeflags=$$MAKEFLAGS; \
54 if $(am__is_gnu_make); then \
55 sane_makeflags=$$MFLAGS; \
56 else \
57 case $$MAKEFLAGS in \
58 *\\[\ \ ]*) \
59 bs=\\; \
60 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
61 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
62 esac; \
63 fi; \
64 skip_next=no; \
65 strip_trailopt () \
66 { \
67 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
68 }; \
69 for flg in $$sane_makeflags; do \
70 test $$skip_next = yes && { skip_next=no; continue; }; \
71 case $$flg in \
72 *=*|--*) continue;; \
73 -*I) strip_trailopt 'I'; skip_next=yes;; \
74 -*I?*) strip_trailopt 'I';; \
75 -*O) strip_trailopt 'O'; skip_next=yes;; \
76 -*O?*) strip_trailopt 'O';; \
77 -*l) strip_trailopt 'l'; skip_next=yes;; \
78 -*l?*) strip_trailopt 'l';; \
79 -[dEDm]) skip_next=yes;; \
80 -[JT]) skip_next=yes;; \
81 esac; \
82 case $$flg in \
83 *$$target_option*) has_opt=yes; break;; \
84 esac; \
85 done; \
86 test $$has_opt = yes
87 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
88 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
89 pkgdatadir = $(datadir)/@PACKAGE@
90 pkgincludedir = $(includedir)/@PACKAGE@
91 pkglibdir = $(libdir)/@PACKAGE@
92 pkglibexecdir = $(libexecdir)/@PACKAGE@
93 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
94 install_sh_DATA = $(install_sh) -c -m 644
95 install_sh_PROGRAM = $(install_sh) -c
96 install_sh_SCRIPT = $(install_sh) -c
97 INSTALL_HEADER = $(INSTALL_DATA)
98 transform = $(program_transform_name)
99 NORMAL_INSTALL = :
100 PRE_INSTALL = :
101 POST_INSTALL = :
102 NORMAL_UNINSTALL = :
103 PRE_UNINSTALL = :
104 POST_UNINSTALL = :
105 build_triplet = @build@
106 host_triplet = @host@
107 @ENABLE_COMPAT_HOWL_TRUE@@ENABLE_TESTS_TRUE@@HAVE_DBUS_TRUE@noinst_PROGRAMS = browse$(EXEEXT) \
108 @ENABLE_COMPAT_HOWL_TRUE@@ENABLE_TESTS_TRUE@@HAVE_DBUS_TRUE@ resolve$(EXEEXT) \
109 @ENABLE_COMPAT_HOWL_TRUE@@ENABLE_TESTS_TRUE@@HAVE_DBUS_TRUE@ publish$(EXEEXT) \
110 @ENABLE_COMPAT_HOWL_TRUE@@ENABLE_TESTS_TRUE@@HAVE_DBUS_TRUE@ query$(EXEEXT)
111 subdir = avahi-compat-howl/samples
112 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
113 am__aclocal_m4_deps = $(top_srcdir)/common/acx_pthread.m4 \
114 $(top_srcdir)/common/gcc_stack_protect.m4 \
115 $(top_srcdir)/common/gcc_visibility.m4 \
116 $(top_srcdir)/common/intltool.m4 \
117 $(top_srcdir)/common/introspection.m4 \
118 $(top_srcdir)/common/libtool.m4 \
119 $(top_srcdir)/common/ltoptions.m4 \
120 $(top_srcdir)/common/ltsugar.m4 \
121 $(top_srcdir)/common/ltversion.m4 \
122 $(top_srcdir)/common/lt~obsolete.m4 \
123 $(top_srcdir)/common/nls.m4 $(top_srcdir)/common/python.m4 \
124 $(top_srcdir)/acinclude.m4 $(top_srcdir)/common/doxygen.m4 \
125 $(top_srcdir)/configure.ac
126 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
127 $(ACLOCAL_M4)
128 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
129 mkinstalldirs = $(install_sh) -d
130 CONFIG_HEADER = $(top_builddir)/config.h
131 CONFIG_CLEAN_FILES =
132 CONFIG_CLEAN_VPATH_FILES =
133 PROGRAMS = $(noinst_PROGRAMS)
134 am__browse_SOURCES_DIST = browse.c
135 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@am_browse_OBJECTS = browse-browse.$(OBJEXT)
136 browse_OBJECTS = $(am_browse_OBJECTS)
137 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@browse_DEPENDENCIES = \
138 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ ../libhowl.la
139 AM_V_lt = $(am__v_lt_@AM_V@)
140 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
141 am__v_lt_0 = --silent
142 am__v_lt_1 =
143 browse_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
144 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(browse_CFLAGS) $(CFLAGS) \
145 $(AM_LDFLAGS) $(LDFLAGS) -o $@
146 am__publish_SOURCES_DIST = publish.c
147 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@am_publish_OBJECTS = publish-publish.$(OBJEXT)
148 publish_OBJECTS = $(am_publish_OBJECTS)
149 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@publish_DEPENDENCIES = \
150 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ ../libhowl.la
151 publish_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
152 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(publish_CFLAGS) \
153 $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
154 am__query_SOURCES_DIST = query.c
155 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@am_query_OBJECTS = query-query.$(OBJEXT)
156 query_OBJECTS = $(am_query_OBJECTS)
157 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@query_DEPENDENCIES = \
158 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ ../libhowl.la
159 query_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
160 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(query_CFLAGS) $(CFLAGS) \
161 $(AM_LDFLAGS) $(LDFLAGS) -o $@
162 am__resolve_SOURCES_DIST = resolve.c
163 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@am_resolve_OBJECTS = resolve-resolve.$(OBJEXT)
164 resolve_OBJECTS = $(am_resolve_OBJECTS)
165 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@resolve_DEPENDENCIES = \
166 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ ../libhowl.la
167 resolve_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
168 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(resolve_CFLAGS) \
169 $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
170 AM_V_P = $(am__v_P_@AM_V@)
171 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
172 am__v_P_0 = false
173 am__v_P_1 = :
174 AM_V_GEN = $(am__v_GEN_@AM_V@)
175 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
176 am__v_GEN_0 = @echo " GEN " $@;
177 am__v_GEN_1 =
178 AM_V_at = $(am__v_at_@AM_V@)
179 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
180 am__v_at_0 = @
181 am__v_at_1 =
182 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
183 depcomp = $(SHELL) $(top_srcdir)/depcomp
184 am__depfiles_maybe = depfiles
185 am__mv = mv -f
186 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
187 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
188 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
189 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
190 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
191 $(AM_CFLAGS) $(CFLAGS)
192 AM_V_CC = $(am__v_CC_@AM_V@)
193 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
194 am__v_CC_0 = @echo " CC " $@;
195 am__v_CC_1 =
196 CCLD = $(CC)
197 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
198 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
199 $(AM_LDFLAGS) $(LDFLAGS) -o $@
200 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
201 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
202 am__v_CCLD_0 = @echo " CCLD " $@;
203 am__v_CCLD_1 =
204 SOURCES = $(browse_SOURCES) $(publish_SOURCES) $(query_SOURCES) \
205 $(resolve_SOURCES)
206 DIST_SOURCES = $(am__browse_SOURCES_DIST) $(am__publish_SOURCES_DIST) \
207 $(am__query_SOURCES_DIST) $(am__resolve_SOURCES_DIST)
208 am__can_run_installinfo = \
209 case $$AM_UPDATE_INFO_DIR in \
210 n|no|NO) false;; \
211 *) (install-info --version) >/dev/null 2>&1;; \
212 esac
213 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
214 # Read a list of newline-separated strings from the standard input,
215 # and print each of them once, without duplicates. Input order is
216 # *not* preserved.
217 am__uniquify_input = $(AWK) '\
218 BEGIN { nonempty = 0; } \
219 { items[$$0] = 1; nonempty = 1; } \
220 END { if (nonempty) { for (i in items) print i; }; } \
221 '
222 # Make sure the list of sources is unique. This is necessary because,
223 # e.g., the same source file might be shared among _SOURCES variables
224 # for different programs/libraries.
225 am__define_uniq_tagged_files = \
226 list='$(am__tagged_files)'; \
227 unique=`for i in $$list; do \
228 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
229 done | $(am__uniquify_input)`
230 ETAGS = etags
231 CTAGS = ctags
232 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
233 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
234 ACLOCAL = @ACLOCAL@
235 ALL_LINGUAS = @ALL_LINGUAS@
236 AMTAR = @AMTAR@
237 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
238 AR = @AR@
239 AUTOCONF = @AUTOCONF@
240 AUTOHEADER = @AUTOHEADER@
241 AUTOMAKE = @AUTOMAKE@
242 AVAHI_AUTOIPD_GROUP = @AVAHI_AUTOIPD_GROUP@
243 AVAHI_AUTOIPD_USER = @AVAHI_AUTOIPD_USER@
244 AVAHI_GROUP = @AVAHI_GROUP@
245 AVAHI_PRIV_ACCESS_GROUP = @AVAHI_PRIV_ACCESS_GROUP@
246 AVAHI_USER = @AVAHI_USER@
247 AWK = @AWK@
248 CATALOGS = @CATALOGS@
249 CATOBJEXT = @CATOBJEXT@
250 CC = @CC@
251 CCDEPMODE = @CCDEPMODE@
252 CFLAGS = @CFLAGS@
253 CPP = @CPP@
254 CPPFLAGS = @CPPFLAGS@
255 CXX = @CXX@
256 CXXCPP = @CXXCPP@
257 CXXDEPMODE = @CXXDEPMODE@
258 CXXFLAGS = @CXXFLAGS@
259 CYGPATH_W = @CYGPATH_W@
260 DATADIRNAME = @DATADIRNAME@
261 DBUS_CFLAGS = @DBUS_CFLAGS@
262 DBUS_LIBS = @DBUS_LIBS@
263 DBUS_SYSTEM_BUS_DEFAULT_ADDRESS = @DBUS_SYSTEM_BUS_DEFAULT_ADDRESS@
264 DBUS_SYS_DIR = @DBUS_SYS_DIR@
265 DEFS = @DEFS@
266 DEPDIR = @DEPDIR@
267 DLLTOOL = @DLLTOOL@
268 DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
269 DSYMUTIL = @DSYMUTIL@
270 DUMPBIN = @DUMPBIN@
271 DX_CONFIG = @DX_CONFIG@
272 DX_DOCDIR = @DX_DOCDIR@
273 DX_DOT = @DX_DOT@
274 DX_DOXYGEN = @DX_DOXYGEN@
275 DX_DVIPS = @DX_DVIPS@
276 DX_EGREP = @DX_EGREP@
277 DX_ENV = @DX_ENV@
278 DX_FLAG_chi = @DX_FLAG_chi@
279 DX_FLAG_chm = @DX_FLAG_chm@
280 DX_FLAG_doc = @DX_FLAG_doc@
281 DX_FLAG_dot = @DX_FLAG_dot@
282 DX_FLAG_html = @DX_FLAG_html@
283 DX_FLAG_man = @DX_FLAG_man@
284 DX_FLAG_pdf = @DX_FLAG_pdf@
285 DX_FLAG_ps = @DX_FLAG_ps@
286 DX_FLAG_rtf = @DX_FLAG_rtf@
287 DX_FLAG_xml = @DX_FLAG_xml@
288 DX_HHC = @DX_HHC@
289 DX_LATEX = @DX_LATEX@
290 DX_MAKEINDEX = @DX_MAKEINDEX@
291 DX_PDFLATEX = @DX_PDFLATEX@
292 DX_PERL = @DX_PERL@
293 DX_PROJECT = @DX_PROJECT@
294 ECHO_C = @ECHO_C@
295 ECHO_N = @ECHO_N@
296 ECHO_T = @ECHO_T@
297 EGREP = @EGREP@
298 EXEEXT = @EXEEXT@
299 FGREP = @FGREP@
300 GACUTIL = @GACUTIL@
301 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
302 GLIB20_CFLAGS = @GLIB20_CFLAGS@
303 GLIB20_LIBS = @GLIB20_LIBS@
304 GMOFILES = @GMOFILES@
305 GMSGFMT = @GMSGFMT@
306 GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
307 GOBJECT_LIBS = @GOBJECT_LIBS@
308 GREP = @GREP@
309 GTK20_CFLAGS = @GTK20_CFLAGS@
310 GTK20_LIBS = @GTK20_LIBS@
311 GTK30_CFLAGS = @GTK30_CFLAGS@
312 GTK30_LIBS = @GTK30_LIBS@
313 HOWL_COMPAT_VERSION = @HOWL_COMPAT_VERSION@
314 INSTALL = @INSTALL@
315 INSTALL_DATA = @INSTALL_DATA@
316 INSTALL_PROGRAM = @INSTALL_PROGRAM@
317 INSTALL_SCRIPT = @INSTALL_SCRIPT@
318 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
319 INSTOBJEXT = @INSTOBJEXT@
320 INTLLIBS = @INTLLIBS@
321 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
322 INTLTOOL_MERGE = @INTLTOOL_MERGE@
323 INTLTOOL_PERL = @INTLTOOL_PERL@
324 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
325 INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
326 INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
327 INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
328 INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
329 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
330 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
331 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
332 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
333 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
334 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
335 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
336 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
337 LD = @LD@
338 LDFLAGS = @LDFLAGS@
339 LIBAVAHI_CLIENT_VERSION_INFO = @LIBAVAHI_CLIENT_VERSION_INFO@
340 LIBAVAHI_COMMON_VERSION_INFO = @LIBAVAHI_COMMON_VERSION_INFO@
341 LIBAVAHI_COMPAT_HOWL_VERSION_INFO = @LIBAVAHI_COMPAT_HOWL_VERSION_INFO@
342 LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO = @LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO@
343 LIBAVAHI_CORE_VERSION_INFO = @LIBAVAHI_CORE_VERSION_INFO@
344 LIBAVAHI_GLIB_VERSION_INFO = @LIBAVAHI_GLIB_VERSION_INFO@
345 LIBAVAHI_GOBJECT_VERSION_INFO = @LIBAVAHI_GOBJECT_VERSION_INFO@
346 LIBAVAHI_QT3_VERSION_INFO = @LIBAVAHI_QT3_VERSION_INFO@
347 LIBAVAHI_QT4_VERSION_INFO = @LIBAVAHI_QT4_VERSION_INFO@
348 LIBAVAHI_UI_VERSION_INFO = @LIBAVAHI_UI_VERSION_INFO@
349 LIBDAEMON_CFLAGS = @LIBDAEMON_CFLAGS@
350 LIBDAEMON_LIBS = @LIBDAEMON_LIBS@
351 LIBOBJS = @LIBOBJS@
352 LIBS = @LIBS@
353 LIBTOOL = @LIBTOOL@
354 LIPO = @LIPO@
355 LN_S = @LN_S@
356 LTLIBOBJS = @LTLIBOBJS@
357 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
358 MAKEINFO = @MAKEINFO@
359 MANIFEST_TOOL = @MANIFEST_TOOL@
360 MCS = @MCS@
361 MDASSEMBLER = @MDASSEMBLER@
362 MKDIR_P = @MKDIR_P@
363 MKINSTALLDIRS = @MKINSTALLDIRS@
364 MOC_QT3 = @MOC_QT3@
365 MOC_QT4 = @MOC_QT4@
366 MONODOCER = @MONODOCER@
367 MONODOC_CFLAGS = @MONODOC_CFLAGS@
368 MONODOC_DIR = @MONODOC_DIR@
369 MONODOC_LIBS = @MONODOC_LIBS@
370 MSGFMT = @MSGFMT@
371 MSGFMT_OPTS = @MSGFMT_OPTS@
372 MSGMERGE = @MSGMERGE@
373 NM = @NM@
374 NMEDIT = @NMEDIT@
375 OBJDUMP = @OBJDUMP@
376 OBJEXT = @OBJEXT@
377 OTOOL = @OTOOL@
378 OTOOL64 = @OTOOL64@
379 PACKAGE = @PACKAGE@
380 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
381 PACKAGE_NAME = @PACKAGE_NAME@
382 PACKAGE_STRING = @PACKAGE_STRING@
383 PACKAGE_TARNAME = @PACKAGE_TARNAME@
384 PACKAGE_URL = @PACKAGE_URL@
385 PACKAGE_VERSION = @PACKAGE_VERSION@
386 PATH_SEPARATOR = @PATH_SEPARATOR@
387 PKG_CONFIG = @PKG_CONFIG@
388 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
389 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
390 POFILES = @POFILES@
391 POSUB = @POSUB@
392 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
393 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
394 PTHREAD_CC = @PTHREAD_CC@
395 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
396 PTHREAD_LIBS = @PTHREAD_LIBS@
397 PYTHON = @PYTHON@
398 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
399 PYTHON_PLATFORM = @PYTHON_PLATFORM@
400 PYTHON_PREFIX = @PYTHON_PREFIX@
401 PYTHON_VERSION = @PYTHON_VERSION@
402 QT3_CFLAGS = @QT3_CFLAGS@
403 QT3_LIBS = @QT3_LIBS@
404 QT4_CFLAGS = @QT4_CFLAGS@
405 QT4_LIBS = @QT4_LIBS@
406 RANLIB = @RANLIB@
407 SED = @SED@
408 SET_MAKE = @SET_MAKE@
409 SHELL = @SHELL@
410 STOW = @STOW@
411 STRIP = @STRIP@
412 USE_NLS = @USE_NLS@
413 VERSION = @VERSION@
414 VISIBILITY_HIDDEN_CFLAGS = @VISIBILITY_HIDDEN_CFLAGS@
415 XGETTEXT = @XGETTEXT@
416 XML_CFLAGS = @XML_CFLAGS@
417 XML_LIBS = @XML_LIBS@
418 abs_builddir = @abs_builddir@
419 abs_srcdir = @abs_srcdir@
420 abs_top_builddir = @abs_top_builddir@
421 abs_top_srcdir = @abs_top_srcdir@
422 ac_ct_AR = @ac_ct_AR@
423 ac_ct_CC = @ac_ct_CC@
424 ac_ct_CXX = @ac_ct_CXX@
425 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
426 acx_pthread_config = @acx_pthread_config@
427 am__include = @am__include@
428 am__leading_dot = @am__leading_dot@
429 am__quote = @am__quote@
430 am__tar = @am__tar@
431 am__untar = @am__untar@
432 avahi_runtime_dir = @avahi_runtime_dir@
433 avahi_socket = @avahi_socket@
434 avahilocaledir = @avahilocaledir@
435 bindir = @bindir@
436 build = @build@
437 build_alias = @build_alias@
438 build_cpu = @build_cpu@
439 build_os = @build_os@
440 build_vendor = @build_vendor@
441 builddir = @builddir@
442 datadir = @datadir@
443 datarootdir = @datarootdir@
444 docdir = @docdir@
445 dvidir = @dvidir@
446 exec_prefix = @exec_prefix@
447 have_pkg_config = @have_pkg_config@
448 have_xmltoman = @have_xmltoman@
449 host = @host@
450 host_alias = @host_alias@
451 host_cpu = @host_cpu@
452 host_os = @host_os@
453 host_vendor = @host_vendor@
454 htmldir = @htmldir@
455 includedir = @includedir@
456 infodir = @infodir@
457 install_sh = @install_sh@
458 interfacesdir = @interfacesdir@
459 intltool__v_merge_options_ = @intltool__v_merge_options_@
460 intltool__v_merge_options_0 = @intltool__v_merge_options_0@
461 libdir = @libdir@
462 libexecdir = @libexecdir@
463 localedir = @localedir@
464 localstatedir = @localstatedir@
465 mandir = @mandir@
466 mkdir_p = @mkdir_p@
467 oldincludedir = @oldincludedir@
468 pdfdir = @pdfdir@
469 pkgpyexecdir = @pkgpyexecdir@
470 pkgpythondir = @pkgpythondir@
471 prefix = @prefix@
472 program_transform_name = @program_transform_name@
473 psdir = @psdir@
474 pyexecdir = @pyexecdir@
475 pythondir = @pythondir@
476 runstatedir = @runstatedir@
477 sbindir = @sbindir@
478 sharedstatedir = @sharedstatedir@
479 srcdir = @srcdir@
480 sysconfdir = @sysconfdir@
481 systemdsystemunitdir = @systemdsystemunitdir@
482 target_alias = @target_alias@
483 top_build_prefix = @top_build_prefix@
484 top_builddir = @top_builddir@
485 top_srcdir = @top_srcdir@
486
487 # This cool debug trap works on i386/gcc only
488 AM_CFLAGS = -I$(top_srcdir) -I$(top_srcdir)/avahi-compat-howl/include \
489 '-DDEBUG_TRAP=__asm__("int $$3")'
490 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@browse_SOURCES = \
491 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ browse.c
492
493 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@browse_CFLAGS = $(AM_CFLAGS) $(PTHREAD_CFLAGS) -I $(srcdir)/include
494 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@browse_LDADD = $(AM_LDADD) ../libhowl.la
495 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@resolve_SOURCES = \
496 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ resolve.c
497
498 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@resolve_CFLAGS = $(AM_CFLAGS) $(PTHREAD_CFLAGS) -I $(srcdir)/include
499 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@resolve_LDADD = $(AM_LDADD) ../libhowl.la
500 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@publish_SOURCES = \
501 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ publish.c
502
503 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@publish_CFLAGS = $(AM_CFLAGS) $(PTHREAD_CFLAGS) -I $(srcdir)/include
504 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@publish_LDADD = $(AM_LDADD) ../libhowl.la
505 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@query_SOURCES = \
506 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ query.c
507
508 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@query_CFLAGS = $(AM_CFLAGS) $(PTHREAD_CFLAGS) -I $(srcdir)/include
509 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@query_LDADD = $(AM_LDADD) ../libhowl.la
510 all: all-am
511
512 .SUFFIXES:
513 .SUFFIXES: .c .lo .o .obj
514 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
515 @for dep in $?; do \
516 case '$(am__configure_deps)' in \
517 *$$dep*) \
518 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
519 && { if test -f $@; then exit 0; else break; fi; }; \
520 exit 1;; \
521 esac; \
522 done; \
523 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign avahi-compat-howl/samples/Makefile'; \
524 $(am__cd) $(top_srcdir) && \
525 $(AUTOMAKE) --foreign avahi-compat-howl/samples/Makefile
526 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
527 @case '$?' in \
528 *config.status*) \
529 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
530 *) \
531 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
532 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
533 esac;
534
535 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
536 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
537
538 $(top_srcdir)/configure: $(am__configure_deps)
539 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
540 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
541 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
542 $(am__aclocal_m4_deps):
543
544 clean-noinstPROGRAMS:
545 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
546 echo " rm -f" $$list; \
547 rm -f $$list || exit $$?; \
548 test -n "$(EXEEXT)" || exit 0; \
549 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
550 echo " rm -f" $$list; \
551 rm -f $$list
552
553 browse$(EXEEXT): $(browse_OBJECTS) $(browse_DEPENDENCIES) $(EXTRA_browse_DEPENDENCIES)
554 @rm -f browse$(EXEEXT)
555 $(AM_V_CCLD)$(browse_LINK) $(browse_OBJECTS) $(browse_LDADD) $(LIBS)
556
557 publish$(EXEEXT): $(publish_OBJECTS) $(publish_DEPENDENCIES) $(EXTRA_publish_DEPENDENCIES)
558 @rm -f publish$(EXEEXT)
559 $(AM_V_CCLD)$(publish_LINK) $(publish_OBJECTS) $(publish_LDADD) $(LIBS)
560
561 query$(EXEEXT): $(query_OBJECTS) $(query_DEPENDENCIES) $(EXTRA_query_DEPENDENCIES)
562 @rm -f query$(EXEEXT)
563 $(AM_V_CCLD)$(query_LINK) $(query_OBJECTS) $(query_LDADD) $(LIBS)
564
565 resolve$(EXEEXT): $(resolve_OBJECTS) $(resolve_DEPENDENCIES) $(EXTRA_resolve_DEPENDENCIES)
566 @rm -f resolve$(EXEEXT)
567 $(AM_V_CCLD)$(resolve_LINK) $(resolve_OBJECTS) $(resolve_LDADD) $(LIBS)
568
569 mostlyclean-compile:
570 -rm -f *.$(OBJEXT)
571
572 distclean-compile:
573 -rm -f *.tab.c
574
575 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/browse-browse.Po@am__quote@
576 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/publish-publish.Po@am__quote@
577 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/query-query.Po@am__quote@
578 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resolve-resolve.Po@am__quote@
579
580 .c.o:
581 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
582 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
583 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
584 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
585 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
586
587 .c.obj:
588 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
589 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
590 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
591 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
592 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
593
594 .c.lo:
595 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
596 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
597 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
598 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
599 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
600
601 browse-browse.o: browse.c
602 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(browse_CFLAGS) $(CFLAGS) -MT browse-browse.o -MD -MP -MF $(DEPDIR)/browse-browse.Tpo -c -o browse-browse.o `test -f 'browse.c' || echo '$(srcdir)/'`browse.c
603 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/browse-browse.Tpo $(DEPDIR)/browse-browse.Po
604 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='browse.c' object='browse-browse.o' libtool=no @AMDEPBACKSLASH@
605 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
606 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(browse_CFLAGS) $(CFLAGS) -c -o browse-browse.o `test -f 'browse.c' || echo '$(srcdir)/'`browse.c
607
608 browse-browse.obj: browse.c
609 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(browse_CFLAGS) $(CFLAGS) -MT browse-browse.obj -MD -MP -MF $(DEPDIR)/browse-browse.Tpo -c -o browse-browse.obj `if test -f 'browse.c'; then $(CYGPATH_W) 'browse.c'; else $(CYGPATH_W) '$(srcdir)/browse.c'; fi`
610 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/browse-browse.Tpo $(DEPDIR)/browse-browse.Po
611 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='browse.c' object='browse-browse.obj' libtool=no @AMDEPBACKSLASH@
612 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
613 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(browse_CFLAGS) $(CFLAGS) -c -o browse-browse.obj `if test -f 'browse.c'; then $(CYGPATH_W) 'browse.c'; else $(CYGPATH_W) '$(srcdir)/browse.c'; fi`
614
615 publish-publish.o: publish.c
616 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(publish_CFLAGS) $(CFLAGS) -MT publish-publish.o -MD -MP -MF $(DEPDIR)/publish-publish.Tpo -c -o publish-publish.o `test -f 'publish.c' || echo '$(srcdir)/'`publish.c
617 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/publish-publish.Tpo $(DEPDIR)/publish-publish.Po
618 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='publish.c' object='publish-publish.o' libtool=no @AMDEPBACKSLASH@
619 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
620 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(publish_CFLAGS) $(CFLAGS) -c -o publish-publish.o `test -f 'publish.c' || echo '$(srcdir)/'`publish.c
621
622 publish-publish.obj: publish.c
623 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(publish_CFLAGS) $(CFLAGS) -MT publish-publish.obj -MD -MP -MF $(DEPDIR)/publish-publish.Tpo -c -o publish-publish.obj `if test -f 'publish.c'; then $(CYGPATH_W) 'publish.c'; else $(CYGPATH_W) '$(srcdir)/publish.c'; fi`
624 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/publish-publish.Tpo $(DEPDIR)/publish-publish.Po
625 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='publish.c' object='publish-publish.obj' libtool=no @AMDEPBACKSLASH@
626 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
627 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(publish_CFLAGS) $(CFLAGS) -c -o publish-publish.obj `if test -f 'publish.c'; then $(CYGPATH_W) 'publish.c'; else $(CYGPATH_W) '$(srcdir)/publish.c'; fi`
628
629 query-query.o: query.c
630 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(query_CFLAGS) $(CFLAGS) -MT query-query.o -MD -MP -MF $(DEPDIR)/query-query.Tpo -c -o query-query.o `test -f 'query.c' || echo '$(srcdir)/'`query.c
631 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/query-query.Tpo $(DEPDIR)/query-query.Po
632 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='query.c' object='query-query.o' libtool=no @AMDEPBACKSLASH@
633 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
634 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(query_CFLAGS) $(CFLAGS) -c -o query-query.o `test -f 'query.c' || echo '$(srcdir)/'`query.c
635
636 query-query.obj: query.c
637 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(query_CFLAGS) $(CFLAGS) -MT query-query.obj -MD -MP -MF $(DEPDIR)/query-query.Tpo -c -o query-query.obj `if test -f 'query.c'; then $(CYGPATH_W) 'query.c'; else $(CYGPATH_W) '$(srcdir)/query.c'; fi`
638 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/query-query.Tpo $(DEPDIR)/query-query.Po
639 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='query.c' object='query-query.obj' libtool=no @AMDEPBACKSLASH@
640 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
641 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(query_CFLAGS) $(CFLAGS) -c -o query-query.obj `if test -f 'query.c'; then $(CYGPATH_W) 'query.c'; else $(CYGPATH_W) '$(srcdir)/query.c'; fi`
642
643 resolve-resolve.o: resolve.c
644 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resolve_CFLAGS) $(CFLAGS) -MT resolve-resolve.o -MD -MP -MF $(DEPDIR)/resolve-resolve.Tpo -c -o resolve-resolve.o `test -f 'resolve.c' || echo '$(srcdir)/'`resolve.c
645 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/resolve-resolve.Tpo $(DEPDIR)/resolve-resolve.Po
646 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='resolve.c' object='resolve-resolve.o' libtool=no @AMDEPBACKSLASH@
647 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
648 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resolve_CFLAGS) $(CFLAGS) -c -o resolve-resolve.o `test -f 'resolve.c' || echo '$(srcdir)/'`resolve.c
649
650 resolve-resolve.obj: resolve.c
651 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resolve_CFLAGS) $(CFLAGS) -MT resolve-resolve.obj -MD -MP -MF $(DEPDIR)/resolve-resolve.Tpo -c -o resolve-resolve.obj `if test -f 'resolve.c'; then $(CYGPATH_W) 'resolve.c'; else $(CYGPATH_W) '$(srcdir)/resolve.c'; fi`
652 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/resolve-resolve.Tpo $(DEPDIR)/resolve-resolve.Po
653 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='resolve.c' object='resolve-resolve.obj' libtool=no @AMDEPBACKSLASH@
654 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
655 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resolve_CFLAGS) $(CFLAGS) -c -o resolve-resolve.obj `if test -f 'resolve.c'; then $(CYGPATH_W) 'resolve.c'; else $(CYGPATH_W) '$(srcdir)/resolve.c'; fi`
656
657 mostlyclean-libtool:
658 -rm -f *.lo
659
660 clean-libtool:
661 -rm -rf .libs _libs
662
663 ID: $(am__tagged_files)
664 $(am__define_uniq_tagged_files); mkid -fID $$unique
665 tags: tags-am
666 TAGS: tags
667
668 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
669 set x; \
670 here=`pwd`; \
671 $(am__define_uniq_tagged_files); \
672 shift; \
673 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
674 test -n "$$unique" || unique=$$empty_fix; \
675 if test $$# -gt 0; then \
676 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
677 "$$@" $$unique; \
678 else \
679 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
680 $$unique; \
681 fi; \
682 fi
683 ctags: ctags-am
684
685 CTAGS: ctags
686 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
687 $(am__define_uniq_tagged_files); \
688 test -z "$(CTAGS_ARGS)$$unique" \
689 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
690 $$unique
691
692 GTAGS:
693 here=`$(am__cd) $(top_builddir) && pwd` \
694 && $(am__cd) $(top_srcdir) \
695 && gtags -i $(GTAGS_ARGS) "$$here"
696 cscopelist: cscopelist-am
697
698 cscopelist-am: $(am__tagged_files)
699 list='$(am__tagged_files)'; \
700 case "$(srcdir)" in \
701 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
702 *) sdir=$(subdir)/$(srcdir) ;; \
703 esac; \
704 for i in $$list; do \
705 if test -f "$$i"; then \
706 echo "$(subdir)/$$i"; \
707 else \
708 echo "$$sdir/$$i"; \
709 fi; \
710 done >> $(top_builddir)/cscope.files
711
712 distclean-tags:
713 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
714
715 distdir: $(DISTFILES)
716 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
717 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
718 list='$(DISTFILES)'; \
719 dist_files=`for file in $$list; do echo $$file; done | \
720 sed -e "s|^$$srcdirstrip/||;t" \
721 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
722 case $$dist_files in \
723 */*) $(MKDIR_P) `echo "$$dist_files" | \
724 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
725 sort -u` ;; \
726 esac; \
727 for file in $$dist_files; do \
728 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
729 if test -d $$d/$$file; then \
730 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
731 if test -d "$(distdir)/$$file"; then \
732 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
733 fi; \
734 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
735 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
736 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
737 fi; \
738 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
739 else \
740 test -f "$(distdir)/$$file" \
741 || cp -p $$d/$$file "$(distdir)/$$file" \
742 || exit 1; \
743 fi; \
744 done
745 check-am: all-am
746 check: check-am
747 all-am: Makefile $(PROGRAMS)
748 installdirs:
749 install: install-am
750 install-exec: install-exec-am
751 install-data: install-data-am
752 uninstall: uninstall-am
753
754 install-am: all-am
755 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
756
757 installcheck: installcheck-am
758 install-strip:
759 if test -z '$(STRIP)'; then \
760 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
761 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
762 install; \
763 else \
764 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
765 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
766 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
767 fi
768 mostlyclean-generic:
769
770 clean-generic:
771
772 distclean-generic:
773 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
774 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
775
776 maintainer-clean-generic:
777 @echo "This command is intended for maintainers to use"
778 @echo "it deletes files that may require special tools to rebuild."
779 clean: clean-am
780
781 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
782 mostlyclean-am
783
784 distclean: distclean-am
785 -rm -rf ./$(DEPDIR)
786 -rm -f Makefile
787 distclean-am: clean-am distclean-compile distclean-generic \
788 distclean-tags
789
790 dvi: dvi-am
791
792 dvi-am:
793
794 html: html-am
795
796 html-am:
797
798 info: info-am
799
800 info-am:
801
802 install-data-am:
803
804 install-dvi: install-dvi-am
805
806 install-dvi-am:
807
808 install-exec-am:
809
810 install-html: install-html-am
811
812 install-html-am:
813
814 install-info: install-info-am
815
816 install-info-am:
817
818 install-man:
819
820 install-pdf: install-pdf-am
821
822 install-pdf-am:
823
824 install-ps: install-ps-am
825
826 install-ps-am:
827
828 installcheck-am:
829
830 maintainer-clean: maintainer-clean-am
831 -rm -rf ./$(DEPDIR)
832 -rm -f Makefile
833 maintainer-clean-am: distclean-am maintainer-clean-generic
834
835 mostlyclean: mostlyclean-am
836
837 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
838 mostlyclean-libtool
839
840 pdf: pdf-am
841
842 pdf-am:
843
844 ps: ps-am
845
846 ps-am:
847
848 uninstall-am:
849
850 .MAKE: install-am install-strip
851
852 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
853 clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \
854 ctags-am distclean distclean-compile distclean-generic \
855 distclean-libtool distclean-tags distdir dvi dvi-am html \
856 html-am info info-am install install-am install-data \
857 install-data-am install-dvi install-dvi-am install-exec \
858 install-exec-am install-html install-html-am install-info \
859 install-info-am install-man install-pdf install-pdf-am \
860 install-ps install-ps-am install-strip installcheck \
861 installcheck-am installdirs maintainer-clean \
862 maintainer-clean-generic mostlyclean mostlyclean-compile \
863 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
864 tags tags-am uninstall uninstall-am
865
866 .PRECIOUS: Makefile
867
868
869 # Tell versions [3.59,3.63) of GNU make to not export all variables.
870 # Otherwise a system limit (for SysV at least) may be exceeded.
871 .NOEXPORT:
+0
-9
avahi-compat-libdns_sd/.gitignore less more
0 null-test
1 txt-test
2 *.o
3 *.lo
4 *.la
5 Makefile
6 Makefile.in
7 .deps
8 .libs
0 # Makefile.in generated by automake 1.15 from Makefile.am.
1 # @configure_input@
2
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
4
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 @SET_MAKE@
15
16 # This file is part of avahi.
17 #
18 # avahi is free software; you can redistribute it and/or modify it
19 # under the terms of the GNU Lesser General Public License as
20 # published by the Free Software Foundation; either version 2 of the
21 # License, or (at your option) any later version.
22 #
23 # avahi is distributed in the hope that it will be useful, but WITHOUT
24 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
25 # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
26 # License for more details.
27 #
28 # You should have received a copy of the GNU Lesser General Public
29 # License along with avahi; if not, write to the Free Software
30 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
31 # USA.
32
33
34
35 VPATH = @srcdir@
36 am__is_gnu_make = { \
37 if test -z '$(MAKELEVEL)'; then \
38 false; \
39 elif test -n '$(MAKE_HOST)'; then \
40 true; \
41 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
42 true; \
43 else \
44 false; \
45 fi; \
46 }
47 am__make_running_with_option = \
48 case $${target_option-} in \
49 ?) ;; \
50 *) echo "am__make_running_with_option: internal error: invalid" \
51 "target option '$${target_option-}' specified" >&2; \
52 exit 1;; \
53 esac; \
54 has_opt=no; \
55 sane_makeflags=$$MAKEFLAGS; \
56 if $(am__is_gnu_make); then \
57 sane_makeflags=$$MFLAGS; \
58 else \
59 case $$MAKEFLAGS in \
60 *\\[\ \ ]*) \
61 bs=\\; \
62 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
63 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
64 esac; \
65 fi; \
66 skip_next=no; \
67 strip_trailopt () \
68 { \
69 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
70 }; \
71 for flg in $$sane_makeflags; do \
72 test $$skip_next = yes && { skip_next=no; continue; }; \
73 case $$flg in \
74 *=*|--*) continue;; \
75 -*I) strip_trailopt 'I'; skip_next=yes;; \
76 -*I?*) strip_trailopt 'I';; \
77 -*O) strip_trailopt 'O'; skip_next=yes;; \
78 -*O?*) strip_trailopt 'O';; \
79 -*l) strip_trailopt 'l'; skip_next=yes;; \
80 -*l?*) strip_trailopt 'l';; \
81 -[dEDm]) skip_next=yes;; \
82 -[JT]) skip_next=yes;; \
83 esac; \
84 case $$flg in \
85 *$$target_option*) has_opt=yes; break;; \
86 esac; \
87 done; \
88 test $$has_opt = yes
89 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
90 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
91 pkgdatadir = $(datadir)/@PACKAGE@
92 pkgincludedir = $(includedir)/@PACKAGE@
93 pkglibdir = $(libdir)/@PACKAGE@
94 pkglibexecdir = $(libexecdir)/@PACKAGE@
95 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
96 install_sh_DATA = $(install_sh) -c -m 644
97 install_sh_PROGRAM = $(install_sh) -c
98 install_sh_SCRIPT = $(install_sh) -c
99 INSTALL_HEADER = $(INSTALL_DATA)
100 transform = $(program_transform_name)
101 NORMAL_INSTALL = :
102 PRE_INSTALL = :
103 POST_INSTALL = :
104 NORMAL_UNINSTALL = :
105 PRE_UNINSTALL = :
106 POST_UNINSTALL = :
107 build_triplet = @build@
108 host_triplet = @host@
109 @ENABLE_COMPAT_LIBDNS_SD_TRUE@@ENABLE_TESTS_TRUE@@HAVE_DBUS_TRUE@noinst_PROGRAMS = txt-test$(EXEEXT) \
110 @ENABLE_COMPAT_LIBDNS_SD_TRUE@@ENABLE_TESTS_TRUE@@HAVE_DBUS_TRUE@ null-test$(EXEEXT)
111 subdir = avahi-compat-libdns_sd
112 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
113 am__aclocal_m4_deps = $(top_srcdir)/common/acx_pthread.m4 \
114 $(top_srcdir)/common/gcc_stack_protect.m4 \
115 $(top_srcdir)/common/gcc_visibility.m4 \
116 $(top_srcdir)/common/intltool.m4 \
117 $(top_srcdir)/common/introspection.m4 \
118 $(top_srcdir)/common/libtool.m4 \
119 $(top_srcdir)/common/ltoptions.m4 \
120 $(top_srcdir)/common/ltsugar.m4 \
121 $(top_srcdir)/common/ltversion.m4 \
122 $(top_srcdir)/common/lt~obsolete.m4 \
123 $(top_srcdir)/common/nls.m4 $(top_srcdir)/common/python.m4 \
124 $(top_srcdir)/acinclude.m4 $(top_srcdir)/common/doxygen.m4 \
125 $(top_srcdir)/configure.ac
126 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
127 $(ACLOCAL_M4)
128 DIST_COMMON = $(srcdir)/Makefile.am \
129 $(am__avahi_compat_libdns_sd_HEADERS_DIST) $(am__DIST_COMMON)
130 mkinstalldirs = $(install_sh) -d
131 CONFIG_HEADER = $(top_builddir)/config.h
132 CONFIG_CLEAN_FILES =
133 CONFIG_CLEAN_VPATH_FILES =
134 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
135 am__vpath_adj = case $$p in \
136 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
137 *) f=$$p;; \
138 esac;
139 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
140 am__install_max = 40
141 am__nobase_strip_setup = \
142 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
143 am__nobase_strip = \
144 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
145 am__nobase_list = $(am__nobase_strip_setup); \
146 for p in $$list; do echo "$$p $$p"; done | \
147 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
148 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
149 if (++n[$$2] == $(am__install_max)) \
150 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
151 END { for (dir in files) print dir, files[dir] }'
152 am__base_list = \
153 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
154 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
155 am__uninstall_files_from_dir = { \
156 test -z "$$files" \
157 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
158 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
159 $(am__cd) "$$dir" && rm -f $$files; }; \
160 }
161 am__installdirs = "$(DESTDIR)$(libdir)" \
162 "$(DESTDIR)$(avahi_compat_libdns_sddir)"
163 LTLIBRARIES = $(lib_LTLIBRARIES)
164 libdns_sd_la_LIBADD =
165 am__libdns_sd_la_SOURCES_DIST = dns_sd.h compat.c txt.c unsupported.c \
166 warn.c warn.h
167 @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@am_libdns_sd_la_OBJECTS = libdns_sd_la-compat.lo \
168 @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@ libdns_sd_la-txt.lo \
169 @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@ libdns_sd_la-unsupported.lo \
170 @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@ libdns_sd_la-warn.lo
171 libdns_sd_la_OBJECTS = $(am_libdns_sd_la_OBJECTS)
172 AM_V_lt = $(am__v_lt_@AM_V@)
173 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
174 am__v_lt_0 = --silent
175 am__v_lt_1 =
176 libdns_sd_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
177 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libdns_sd_la_CFLAGS) \
178 $(CFLAGS) $(libdns_sd_la_LDFLAGS) $(LDFLAGS) -o $@
179 @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@am_libdns_sd_la_rpath = \
180 @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@ -rpath $(libdir)
181 PROGRAMS = $(noinst_PROGRAMS)
182 am__null_test_SOURCES_DIST = dns_sd.h compat.c null-test.c warn.c \
183 warn.h
184 @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@am_null_test_OBJECTS = null_test-compat.$(OBJEXT) \
185 @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@ null_test-null-test.$(OBJEXT) \
186 @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@ null_test-warn.$(OBJEXT)
187 null_test_OBJECTS = $(am_null_test_OBJECTS)
188 am__DEPENDENCIES_1 =
189 @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@null_test_DEPENDENCIES = $(am__DEPENDENCIES_1) \
190 @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@ $(am__DEPENDENCIES_1) \
191 @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@ ../avahi-common/libavahi-common.la \
192 @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@ ../avahi-client/libavahi-client.la
193 null_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
194 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(null_test_CFLAGS) \
195 $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
196 am__txt_test_SOURCES_DIST = dns_sd.h txt.c txt-test.c warn.c warn.h
197 @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@am_txt_test_OBJECTS = txt_test-txt.$(OBJEXT) \
198 @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@ txt_test-txt-test.$(OBJEXT) \
199 @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@ txt_test-warn.$(OBJEXT)
200 txt_test_OBJECTS = $(am_txt_test_OBJECTS)
201 @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@txt_test_DEPENDENCIES = $(am__DEPENDENCIES_1) \
202 @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@ $(am__DEPENDENCIES_1) \
203 @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@ ../avahi-common/libavahi-common.la
204 txt_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
205 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(txt_test_CFLAGS) \
206 $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
207 AM_V_P = $(am__v_P_@AM_V@)
208 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
209 am__v_P_0 = false
210 am__v_P_1 = :
211 AM_V_GEN = $(am__v_GEN_@AM_V@)
212 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
213 am__v_GEN_0 = @echo " GEN " $@;
214 am__v_GEN_1 =
215 AM_V_at = $(am__v_at_@AM_V@)
216 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
217 am__v_at_0 = @
218 am__v_at_1 =
219 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
220 depcomp = $(SHELL) $(top_srcdir)/depcomp
221 am__depfiles_maybe = depfiles
222 am__mv = mv -f
223 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
224 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
225 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
226 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
227 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
228 $(AM_CFLAGS) $(CFLAGS)
229 AM_V_CC = $(am__v_CC_@AM_V@)
230 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
231 am__v_CC_0 = @echo " CC " $@;
232 am__v_CC_1 =
233 CCLD = $(CC)
234 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
235 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
236 $(AM_LDFLAGS) $(LDFLAGS) -o $@
237 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
238 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
239 am__v_CCLD_0 = @echo " CCLD " $@;
240 am__v_CCLD_1 =
241 SOURCES = $(libdns_sd_la_SOURCES) $(null_test_SOURCES) \
242 $(txt_test_SOURCES)
243 DIST_SOURCES = $(am__libdns_sd_la_SOURCES_DIST) \
244 $(am__null_test_SOURCES_DIST) $(am__txt_test_SOURCES_DIST)
245 am__can_run_installinfo = \
246 case $$AM_UPDATE_INFO_DIR in \
247 n|no|NO) false;; \
248 *) (install-info --version) >/dev/null 2>&1;; \
249 esac
250 am__avahi_compat_libdns_sd_HEADERS_DIST = dns_sd.h
251 HEADERS = $(avahi_compat_libdns_sd_HEADERS)
252 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
253 # Read a list of newline-separated strings from the standard input,
254 # and print each of them once, without duplicates. Input order is
255 # *not* preserved.
256 am__uniquify_input = $(AWK) '\
257 BEGIN { nonempty = 0; } \
258 { items[$$0] = 1; nonempty = 1; } \
259 END { if (nonempty) { for (i in items) print i; }; } \
260 '
261 # Make sure the list of sources is unique. This is necessary because,
262 # e.g., the same source file might be shared among _SOURCES variables
263 # for different programs/libraries.
264 am__define_uniq_tagged_files = \
265 list='$(am__tagged_files)'; \
266 unique=`for i in $$list; do \
267 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
268 done | $(am__uniquify_input)`
269 ETAGS = etags
270 CTAGS = ctags
271 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
272 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
273 ACLOCAL = @ACLOCAL@
274 ALL_LINGUAS = @ALL_LINGUAS@
275 AMTAR = @AMTAR@
276 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
277 AR = @AR@
278 AUTOCONF = @AUTOCONF@
279 AUTOHEADER = @AUTOHEADER@
280 AUTOMAKE = @AUTOMAKE@
281 AVAHI_AUTOIPD_GROUP = @AVAHI_AUTOIPD_GROUP@
282 AVAHI_AUTOIPD_USER = @AVAHI_AUTOIPD_USER@
283 AVAHI_GROUP = @AVAHI_GROUP@
284 AVAHI_PRIV_ACCESS_GROUP = @AVAHI_PRIV_ACCESS_GROUP@
285 AVAHI_USER = @AVAHI_USER@
286 AWK = @AWK@
287 CATALOGS = @CATALOGS@
288 CATOBJEXT = @CATOBJEXT@
289 CC = @CC@
290 CCDEPMODE = @CCDEPMODE@
291 CFLAGS = @CFLAGS@
292 CPP = @CPP@
293 CPPFLAGS = @CPPFLAGS@
294 CXX = @CXX@
295 CXXCPP = @CXXCPP@
296 CXXDEPMODE = @CXXDEPMODE@
297 CXXFLAGS = @CXXFLAGS@
298 CYGPATH_W = @CYGPATH_W@
299 DATADIRNAME = @DATADIRNAME@
300 DBUS_CFLAGS = @DBUS_CFLAGS@
301 DBUS_LIBS = @DBUS_LIBS@
302 DBUS_SYSTEM_BUS_DEFAULT_ADDRESS = @DBUS_SYSTEM_BUS_DEFAULT_ADDRESS@
303 DBUS_SYS_DIR = @DBUS_SYS_DIR@
304 DEFS = @DEFS@
305 DEPDIR = @DEPDIR@
306 DLLTOOL = @DLLTOOL@
307 DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
308 DSYMUTIL = @DSYMUTIL@
309 DUMPBIN = @DUMPBIN@
310 DX_CONFIG = @DX_CONFIG@
311 DX_DOCDIR = @DX_DOCDIR@
312 DX_DOT = @DX_DOT@
313 DX_DOXYGEN = @DX_DOXYGEN@
314 DX_DVIPS = @DX_DVIPS@
315 DX_EGREP = @DX_EGREP@
316 DX_ENV = @DX_ENV@
317 DX_FLAG_chi = @DX_FLAG_chi@
318 DX_FLAG_chm = @DX_FLAG_chm@
319 DX_FLAG_doc = @DX_FLAG_doc@
320 DX_FLAG_dot = @DX_FLAG_dot@
321 DX_FLAG_html = @DX_FLAG_html@
322 DX_FLAG_man = @DX_FLAG_man@
323 DX_FLAG_pdf = @DX_FLAG_pdf@
324 DX_FLAG_ps = @DX_FLAG_ps@
325 DX_FLAG_rtf = @DX_FLAG_rtf@
326 DX_FLAG_xml = @DX_FLAG_xml@
327 DX_HHC = @DX_HHC@
328 DX_LATEX = @DX_LATEX@
329 DX_MAKEINDEX = @DX_MAKEINDEX@
330 DX_PDFLATEX = @DX_PDFLATEX@
331 DX_PERL = @DX_PERL@
332 DX_PROJECT = @DX_PROJECT@
333 ECHO_C = @ECHO_C@
334 ECHO_N = @ECHO_N@
335 ECHO_T = @ECHO_T@
336 EGREP = @EGREP@
337 EXEEXT = @EXEEXT@
338 FGREP = @FGREP@
339 GACUTIL = @GACUTIL@
340 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
341 GLIB20_CFLAGS = @GLIB20_CFLAGS@
342 GLIB20_LIBS = @GLIB20_LIBS@
343 GMOFILES = @GMOFILES@
344 GMSGFMT = @GMSGFMT@
345 GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
346 GOBJECT_LIBS = @GOBJECT_LIBS@
347 GREP = @GREP@
348 GTK20_CFLAGS = @GTK20_CFLAGS@
349 GTK20_LIBS = @GTK20_LIBS@
350 GTK30_CFLAGS = @GTK30_CFLAGS@
351 GTK30_LIBS = @GTK30_LIBS@
352 HOWL_COMPAT_VERSION = @HOWL_COMPAT_VERSION@
353 INSTALL = @INSTALL@
354 INSTALL_DATA = @INSTALL_DATA@
355 INSTALL_PROGRAM = @INSTALL_PROGRAM@
356 INSTALL_SCRIPT = @INSTALL_SCRIPT@
357 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
358 INSTOBJEXT = @INSTOBJEXT@
359 INTLLIBS = @INTLLIBS@
360 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
361 INTLTOOL_MERGE = @INTLTOOL_MERGE@
362 INTLTOOL_PERL = @INTLTOOL_PERL@
363 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
364 INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
365 INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
366 INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
367 INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
368 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
369 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
370 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
371 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
372 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
373 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
374 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
375 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
376 LD = @LD@
377 LDFLAGS = @LDFLAGS@
378 LIBAVAHI_CLIENT_VERSION_INFO = @LIBAVAHI_CLIENT_VERSION_INFO@
379 LIBAVAHI_COMMON_VERSION_INFO = @LIBAVAHI_COMMON_VERSION_INFO@
380 LIBAVAHI_COMPAT_HOWL_VERSION_INFO = @LIBAVAHI_COMPAT_HOWL_VERSION_INFO@
381 LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO = @LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO@
382 LIBAVAHI_CORE_VERSION_INFO = @LIBAVAHI_CORE_VERSION_INFO@
383 LIBAVAHI_GLIB_VERSION_INFO = @LIBAVAHI_GLIB_VERSION_INFO@
384 LIBAVAHI_GOBJECT_VERSION_INFO = @LIBAVAHI_GOBJECT_VERSION_INFO@
385 LIBAVAHI_QT3_VERSION_INFO = @LIBAVAHI_QT3_VERSION_INFO@
386 LIBAVAHI_QT4_VERSION_INFO = @LIBAVAHI_QT4_VERSION_INFO@
387 LIBAVAHI_UI_VERSION_INFO = @LIBAVAHI_UI_VERSION_INFO@
388 LIBDAEMON_CFLAGS = @LIBDAEMON_CFLAGS@
389 LIBDAEMON_LIBS = @LIBDAEMON_LIBS@
390 LIBOBJS = @LIBOBJS@
391 LIBS = @LIBS@
392 LIBTOOL = @LIBTOOL@
393 LIPO = @LIPO@
394 LN_S = @LN_S@
395 LTLIBOBJS = @LTLIBOBJS@
396 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
397 MAKEINFO = @MAKEINFO@
398 MANIFEST_TOOL = @MANIFEST_TOOL@
399 MCS = @MCS@
400 MDASSEMBLER = @MDASSEMBLER@
401 MKDIR_P = @MKDIR_P@
402 MKINSTALLDIRS = @MKINSTALLDIRS@
403 MOC_QT3 = @MOC_QT3@
404 MOC_QT4 = @MOC_QT4@
405 MONODOCER = @MONODOCER@
406 MONODOC_CFLAGS = @MONODOC_CFLAGS@
407 MONODOC_DIR = @MONODOC_DIR@
408 MONODOC_LIBS = @MONODOC_LIBS@
409 MSGFMT = @MSGFMT@
410 MSGFMT_OPTS = @MSGFMT_OPTS@
411 MSGMERGE = @MSGMERGE@
412 NM = @NM@
413 NMEDIT = @NMEDIT@
414 OBJDUMP = @OBJDUMP@
415 OBJEXT = @OBJEXT@
416 OTOOL = @OTOOL@
417 OTOOL64 = @OTOOL64@
418 PACKAGE = @PACKAGE@
419 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
420 PACKAGE_NAME = @PACKAGE_NAME@
421 PACKAGE_STRING = @PACKAGE_STRING@
422 PACKAGE_TARNAME = @PACKAGE_TARNAME@
423 PACKAGE_URL = @PACKAGE_URL@
424 PACKAGE_VERSION = @PACKAGE_VERSION@
425 PATH_SEPARATOR = @PATH_SEPARATOR@
426 PKG_CONFIG = @PKG_CONFIG@
427 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
428 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
429 POFILES = @POFILES@
430 POSUB = @POSUB@
431 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
432 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
433 PTHREAD_CC = @PTHREAD_CC@
434 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
435 PTHREAD_LIBS = @PTHREAD_LIBS@
436 PYTHON = @PYTHON@
437 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
438 PYTHON_PLATFORM = @PYTHON_PLATFORM@
439 PYTHON_PREFIX = @PYTHON_PREFIX@
440 PYTHON_VERSION = @PYTHON_VERSION@
441 QT3_CFLAGS = @QT3_CFLAGS@
442 QT3_LIBS = @QT3_LIBS@
443 QT4_CFLAGS = @QT4_CFLAGS@
444 QT4_LIBS = @QT4_LIBS@
445 RANLIB = @RANLIB@
446 SED = @SED@
447 SET_MAKE = @SET_MAKE@
448 SHELL = @SHELL@
449 STOW = @STOW@
450 STRIP = @STRIP@
451 USE_NLS = @USE_NLS@
452 VERSION = @VERSION@
453 VISIBILITY_HIDDEN_CFLAGS = @VISIBILITY_HIDDEN_CFLAGS@
454 XGETTEXT = @XGETTEXT@
455 XML_CFLAGS = @XML_CFLAGS@
456 XML_LIBS = @XML_LIBS@
457 abs_builddir = @abs_builddir@
458 abs_srcdir = @abs_srcdir@
459 abs_top_builddir = @abs_top_builddir@
460 abs_top_srcdir = @abs_top_srcdir@
461 ac_ct_AR = @ac_ct_AR@
462 ac_ct_CC = @ac_ct_CC@
463 ac_ct_CXX = @ac_ct_CXX@
464 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
465 acx_pthread_config = @acx_pthread_config@
466 am__include = @am__include@
467 am__leading_dot = @am__leading_dot@
468 am__quote = @am__quote@
469 am__tar = @am__tar@
470 am__untar = @am__untar@
471 avahi_runtime_dir = @avahi_runtime_dir@
472 avahi_socket = @avahi_socket@
473 avahilocaledir = @avahilocaledir@
474 bindir = @bindir@
475 build = @build@
476 build_alias = @build_alias@
477 build_cpu = @build_cpu@
478 build_os = @build_os@
479 build_vendor = @build_vendor@
480 builddir = @builddir@
481 datadir = @datadir@
482 datarootdir = @datarootdir@
483 docdir = @docdir@
484 dvidir = @dvidir@
485 exec_prefix = @exec_prefix@
486 have_pkg_config = @have_pkg_config@
487 have_xmltoman = @have_xmltoman@
488 host = @host@
489 host_alias = @host_alias@
490 host_cpu = @host_cpu@
491 host_os = @host_os@
492 host_vendor = @host_vendor@
493 htmldir = @htmldir@
494 includedir = @includedir@
495 infodir = @infodir@
496 install_sh = @install_sh@
497 interfacesdir = @interfacesdir@
498 intltool__v_merge_options_ = @intltool__v_merge_options_@
499 intltool__v_merge_options_0 = @intltool__v_merge_options_0@
500 libdir = @libdir@
501 libexecdir = @libexecdir@
502 localedir = @localedir@
503 localstatedir = @localstatedir@
504 mandir = @mandir@
505 mkdir_p = @mkdir_p@
506 oldincludedir = @oldincludedir@
507 pdfdir = @pdfdir@
508 pkgpyexecdir = @pkgpyexecdir@
509 pkgpythondir = @pkgpythondir@
510 prefix = @prefix@
511 program_transform_name = @program_transform_name@
512 psdir = @psdir@
513 pyexecdir = @pyexecdir@
514 pythondir = @pythondir@
515 runstatedir = @runstatedir@
516 sbindir = @sbindir@
517 sharedstatedir = @sharedstatedir@
518 srcdir = @srcdir@
519 sysconfdir = @sysconfdir@
520 systemdsystemunitdir = @systemdsystemunitdir@
521 target_alias = @target_alias@
522 top_build_prefix = @top_build_prefix@
523 top_builddir = @top_builddir@
524 top_srcdir = @top_srcdir@
525
526 # This cool debug trap works on i386/gcc only
527 AM_CFLAGS = -I$(top_srcdir) '-DDEBUG_TRAP=__asm__("int $$3")'
528 @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@avahi_compat_libdns_sddir = $(includedir)/avahi-compat-libdns_sd
529 @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@avahi_compat_libdns_sd_HEADERS = dns_sd.h
530 @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@lib_LTLIBRARIES = libdns_sd.la
531 @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@libdns_sd_la_SOURCES = \
532 @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@ dns_sd.h \
533 @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@ compat.c \
534 @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@ txt.c \
535 @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@ unsupported.c \
536 @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@ warn.c warn.h
537
538 @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@libdns_sd_la_CFLAGS = $(AM_CFLAGS) $(PTHREAD_CFLAGS)
539 @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@libdns_sd_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO) $(PTHREAD_LIBS) $(PTHREAD_CFLAGS) ../avahi-common/libavahi-common.la ../avahi-client/libavahi-client.la
540 @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@txt_test_SOURCES = \
541 @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@ dns_sd.h \
542 @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@ txt.c \
543 @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@ txt-test.c \
544 @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@ warn.c warn.h
545
546 @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@txt_test_CFLAGS = $(AM_CFLAGS) $(PTHREAD_CFLAGS)
547 @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@txt_test_LDADD = $(AM_LDADD) $(PTHREAD_LIBS) $(PTHREAD_CFLAGS) ../avahi-common/libavahi-common.la
548 @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@null_test_SOURCES = \
549 @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@ dns_sd.h \
550 @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@ compat.c \
551 @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@ null-test.c \
552 @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@ warn.c warn.h
553
554 @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@null_test_CFLAGS = $(AM_CFLAGS) $(PTHREAD_CFLAGS)
555 @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@null_test_LDADD = $(AM_LDADD) $(PTHREAD_LIBS) $(PTHREAD_CFLAGS) ../avahi-common/libavahi-common.la ../avahi-client/libavahi-client.la
556 @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@CLEANFILES = libdns_sd-test.o libdns_sd-test
557 all: all-am
558
559 .SUFFIXES:
560 .SUFFIXES: .c .lo .o .obj
561 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
562 @for dep in $?; do \
563 case '$(am__configure_deps)' in \
564 *$$dep*) \
565 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
566 && { if test -f $@; then exit 0; else break; fi; }; \
567 exit 1;; \
568 esac; \
569 done; \
570 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign avahi-compat-libdns_sd/Makefile'; \
571 $(am__cd) $(top_srcdir) && \
572 $(AUTOMAKE) --foreign avahi-compat-libdns_sd/Makefile
573 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
574 @case '$?' in \
575 *config.status*) \
576 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
577 *) \
578 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
579 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
580 esac;
581
582 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
583 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
584
585 $(top_srcdir)/configure: $(am__configure_deps)
586 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
587 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
588 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
589 $(am__aclocal_m4_deps):
590
591 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
592 @$(NORMAL_INSTALL)
593 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
594 list2=; for p in $$list; do \
595 if test -f $$p; then \
596 list2="$$list2 $$p"; \
597 else :; fi; \
598 done; \
599 test -z "$$list2" || { \
600 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
601 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
602 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
603 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
604 }
605
606 uninstall-libLTLIBRARIES:
607 @$(NORMAL_UNINSTALL)
608 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
609 for p in $$list; do \
610 $(am__strip_dir) \
611 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
612 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
613 done
614
615 clean-libLTLIBRARIES:
616 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
617 @list='$(lib_LTLIBRARIES)'; \
618 locs=`for p in $$list; do echo $$p; done | \
619 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
620 sort -u`; \
621 test -z "$$locs" || { \
622 echo rm -f $${locs}; \
623 rm -f $${locs}; \
624 }
625
626 libdns_sd.la: $(libdns_sd_la_OBJECTS) $(libdns_sd_la_DEPENDENCIES) $(EXTRA_libdns_sd_la_DEPENDENCIES)
627 $(AM_V_CCLD)$(libdns_sd_la_LINK) $(am_libdns_sd_la_rpath) $(libdns_sd_la_OBJECTS) $(libdns_sd_la_LIBADD) $(LIBS)
628
629 clean-noinstPROGRAMS:
630 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
631 echo " rm -f" $$list; \
632 rm -f $$list || exit $$?; \
633 test -n "$(EXEEXT)" || exit 0; \
634 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
635 echo " rm -f" $$list; \
636 rm -f $$list
637
638 null-test$(EXEEXT): $(null_test_OBJECTS) $(null_test_DEPENDENCIES) $(EXTRA_null_test_DEPENDENCIES)
639 @rm -f null-test$(EXEEXT)
640 $(AM_V_CCLD)$(null_test_LINK) $(null_test_OBJECTS) $(null_test_LDADD) $(LIBS)
641
642 txt-test$(EXEEXT): $(txt_test_OBJECTS) $(txt_test_DEPENDENCIES) $(EXTRA_txt_test_DEPENDENCIES)
643 @rm -f txt-test$(EXEEXT)
644 $(AM_V_CCLD)$(txt_test_LINK) $(txt_test_OBJECTS) $(txt_test_LDADD) $(LIBS)
645
646 mostlyclean-compile:
647 -rm -f *.$(OBJEXT)
648
649 distclean-compile:
650 -rm -f *.tab.c
651
652 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdns_sd_la-compat.Plo@am__quote@
653 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdns_sd_la-txt.Plo@am__quote@
654 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdns_sd_la-unsupported.Plo@am__quote@
655 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdns_sd_la-warn.Plo@am__quote@
656 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/null_test-compat.Po@am__quote@
657 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/null_test-null-test.Po@am__quote@
658 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/null_test-warn.Po@am__quote@
659 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/txt_test-txt-test.Po@am__quote@
660 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/txt_test-txt.Po@am__quote@
661 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/txt_test-warn.Po@am__quote@
662
663 .c.o:
664 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
665 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
666 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
667 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
668 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
669
670 .c.obj:
671 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
672 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
673 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
674 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
675 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
676
677 .c.lo:
678 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
679 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
680 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
681 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
682 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
683
684 libdns_sd_la-compat.lo: compat.c
685 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdns_sd_la_CFLAGS) $(CFLAGS) -MT libdns_sd_la-compat.lo -MD -MP -MF $(DEPDIR)/libdns_sd_la-compat.Tpo -c -o libdns_sd_la-compat.lo `test -f 'compat.c' || echo '$(srcdir)/'`compat.c
686 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libdns_sd_la-compat.Tpo $(DEPDIR)/libdns_sd_la-compat.Plo
687 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='compat.c' object='libdns_sd_la-compat.lo' libtool=yes @AMDEPBACKSLASH@
688 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
689 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdns_sd_la_CFLAGS) $(CFLAGS) -c -o libdns_sd_la-compat.lo `test -f 'compat.c' || echo '$(srcdir)/'`compat.c
690
691 libdns_sd_la-txt.lo: txt.c
692 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdns_sd_la_CFLAGS) $(CFLAGS) -MT libdns_sd_la-txt.lo -MD -MP -MF $(DEPDIR)/libdns_sd_la-txt.Tpo -c -o libdns_sd_la-txt.lo `test -f 'txt.c' || echo '$(srcdir)/'`txt.c
693 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libdns_sd_la-txt.Tpo $(DEPDIR)/libdns_sd_la-txt.Plo
694 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='txt.c' object='libdns_sd_la-txt.lo' libtool=yes @AMDEPBACKSLASH@
695 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
696 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdns_sd_la_CFLAGS) $(CFLAGS) -c -o libdns_sd_la-txt.lo `test -f 'txt.c' || echo '$(srcdir)/'`txt.c
697
698 libdns_sd_la-unsupported.lo: unsupported.c
699 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdns_sd_la_CFLAGS) $(CFLAGS) -MT libdns_sd_la-unsupported.lo -MD -MP -MF $(DEPDIR)/libdns_sd_la-unsupported.Tpo -c -o libdns_sd_la-unsupported.lo `test -f 'unsupported.c' || echo '$(srcdir)/'`unsupported.c
700 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libdns_sd_la-unsupported.Tpo $(DEPDIR)/libdns_sd_la-unsupported.Plo
701 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='unsupported.c' object='libdns_sd_la-unsupported.lo' libtool=yes @AMDEPBACKSLASH@
702 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
703 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdns_sd_la_CFLAGS) $(CFLAGS) -c -o libdns_sd_la-unsupported.lo `test -f 'unsupported.c' || echo '$(srcdir)/'`unsupported.c
704
705 libdns_sd_la-warn.lo: warn.c
706 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdns_sd_la_CFLAGS) $(CFLAGS) -MT libdns_sd_la-warn.lo -MD -MP -MF $(DEPDIR)/libdns_sd_la-warn.Tpo -c -o libdns_sd_la-warn.lo `test -f 'warn.c' || echo '$(srcdir)/'`warn.c
707 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libdns_sd_la-warn.Tpo $(DEPDIR)/libdns_sd_la-warn.Plo
708 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='warn.c' object='libdns_sd_la-warn.lo' libtool=yes @AMDEPBACKSLASH@
709 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
710 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdns_sd_la_CFLAGS) $(CFLAGS) -c -o libdns_sd_la-warn.lo `test -f 'warn.c' || echo '$(srcdir)/'`warn.c
711
712 null_test-compat.o: compat.c
713 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(null_test_CFLAGS) $(CFLAGS) -MT null_test-compat.o -MD -MP -MF $(DEPDIR)/null_test-compat.Tpo -c -o null_test-compat.o `test -f 'compat.c' || echo '$(srcdir)/'`compat.c
714 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/null_test-compat.Tpo $(DEPDIR)/null_test-compat.Po
715 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='compat.c' object='null_test-compat.o' libtool=no @AMDEPBACKSLASH@
716 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
717 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(null_test_CFLAGS) $(CFLAGS) -c -o null_test-compat.o `test -f 'compat.c' || echo '$(srcdir)/'`compat.c
718
719 null_test-compat.obj: compat.c
720 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(null_test_CFLAGS) $(CFLAGS) -MT null_test-compat.obj -MD -MP -MF $(DEPDIR)/null_test-compat.Tpo -c -o null_test-compat.obj `if test -f 'compat.c'; then $(CYGPATH_W) 'compat.c'; else $(CYGPATH_W) '$(srcdir)/compat.c'; fi`
721 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/null_test-compat.Tpo $(DEPDIR)/null_test-compat.Po
722 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='compat.c' object='null_test-compat.obj' libtool=no @AMDEPBACKSLASH@
723 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
724 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(null_test_CFLAGS) $(CFLAGS) -c -o null_test-compat.obj `if test -f 'compat.c'; then $(CYGPATH_W) 'compat.c'; else $(CYGPATH_W) '$(srcdir)/compat.c'; fi`
725
726 null_test-null-test.o: null-test.c
727 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(null_test_CFLAGS) $(CFLAGS) -MT null_test-null-test.o -MD -MP -MF $(DEPDIR)/null_test-null-test.Tpo -c -o null_test-null-test.o `test -f 'null-test.c' || echo '$(srcdir)/'`null-test.c
728 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/null_test-null-test.Tpo $(DEPDIR)/null_test-null-test.Po
729 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='null-test.c' object='null_test-null-test.o' libtool=no @AMDEPBACKSLASH@
730 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
731 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(null_test_CFLAGS) $(CFLAGS) -c -o null_test-null-test.o `test -f 'null-test.c' || echo '$(srcdir)/'`null-test.c
732
733 null_test-null-test.obj: null-test.c
734 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(null_test_CFLAGS) $(CFLAGS) -MT null_test-null-test.obj -MD -MP -MF $(DEPDIR)/null_test-null-test.Tpo -c -o null_test-null-test.obj `if test -f 'null-test.c'; then $(CYGPATH_W) 'null-test.c'; else $(CYGPATH_W) '$(srcdir)/null-test.c'; fi`
735 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/null_test-null-test.Tpo $(DEPDIR)/null_test-null-test.Po
736 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='null-test.c' object='null_test-null-test.obj' libtool=no @AMDEPBACKSLASH@
737 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
738 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(null_test_CFLAGS) $(CFLAGS) -c -o null_test-null-test.obj `if test -f 'null-test.c'; then $(CYGPATH_W) 'null-test.c'; else $(CYGPATH_W) '$(srcdir)/null-test.c'; fi`
739
740 null_test-warn.o: warn.c
741 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(null_test_CFLAGS) $(CFLAGS) -MT null_test-warn.o -MD -MP -MF $(DEPDIR)/null_test-warn.Tpo -c -o null_test-warn.o `test -f 'warn.c' || echo '$(srcdir)/'`warn.c
742 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/null_test-warn.Tpo $(DEPDIR)/null_test-warn.Po
743 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='warn.c' object='null_test-warn.o' libtool=no @AMDEPBACKSLASH@
744 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
745 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(null_test_CFLAGS) $(CFLAGS) -c -o null_test-warn.o `test -f 'warn.c' || echo '$(srcdir)/'`warn.c
746
747 null_test-warn.obj: warn.c
748 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(null_test_CFLAGS) $(CFLAGS) -MT null_test-warn.obj -MD -MP -MF $(DEPDIR)/null_test-warn.Tpo -c -o null_test-warn.obj `if test -f 'warn.c'; then $(CYGPATH_W) 'warn.c'; else $(CYGPATH_W) '$(srcdir)/warn.c'; fi`
749 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/null_test-warn.Tpo $(DEPDIR)/null_test-warn.Po
750 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='warn.c' object='null_test-warn.obj' libtool=no @AMDEPBACKSLASH@
751 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
752 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(null_test_CFLAGS) $(CFLAGS) -c -o null_test-warn.obj `if test -f 'warn.c'; then $(CYGPATH_W) 'warn.c'; else $(CYGPATH_W) '$(srcdir)/warn.c'; fi`
753
754 txt_test-txt.o: txt.c
755 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(txt_test_CFLAGS) $(CFLAGS) -MT txt_test-txt.o -MD -MP -MF $(DEPDIR)/txt_test-txt.Tpo -c -o txt_test-txt.o `test -f 'txt.c' || echo '$(srcdir)/'`txt.c
756 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/txt_test-txt.Tpo $(DEPDIR)/txt_test-txt.Po
757 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='txt.c' object='txt_test-txt.o' libtool=no @AMDEPBACKSLASH@
758 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
759 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(txt_test_CFLAGS) $(CFLAGS) -c -o txt_test-txt.o `test -f 'txt.c' || echo '$(srcdir)/'`txt.c
760
761 txt_test-txt.obj: txt.c
762 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(txt_test_CFLAGS) $(CFLAGS) -MT txt_test-txt.obj -MD -MP -MF $(DEPDIR)/txt_test-txt.Tpo -c -o txt_test-txt.obj `if test -f 'txt.c'; then $(CYGPATH_W) 'txt.c'; else $(CYGPATH_W) '$(srcdir)/txt.c'; fi`
763 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/txt_test-txt.Tpo $(DEPDIR)/txt_test-txt.Po
764 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='txt.c' object='txt_test-txt.obj' libtool=no @AMDEPBACKSLASH@
765 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
766 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(txt_test_CFLAGS) $(CFLAGS) -c -o txt_test-txt.obj `if test -f 'txt.c'; then $(CYGPATH_W) 'txt.c'; else $(CYGPATH_W) '$(srcdir)/txt.c'; fi`
767
768 txt_test-txt-test.o: txt-test.c
769 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(txt_test_CFLAGS) $(CFLAGS) -MT txt_test-txt-test.o -MD -MP -MF $(DEPDIR)/txt_test-txt-test.Tpo -c -o txt_test-txt-test.o `test -f 'txt-test.c' || echo '$(srcdir)/'`txt-test.c
770 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/txt_test-txt-test.Tpo $(DEPDIR)/txt_test-txt-test.Po
771 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='txt-test.c' object='txt_test-txt-test.o' libtool=no @AMDEPBACKSLASH@
772 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
773 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(txt_test_CFLAGS) $(CFLAGS) -c -o txt_test-txt-test.o `test -f 'txt-test.c' || echo '$(srcdir)/'`txt-test.c
774
775 txt_test-txt-test.obj: txt-test.c
776 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(txt_test_CFLAGS) $(CFLAGS) -MT txt_test-txt-test.obj -MD -MP -MF $(DEPDIR)/txt_test-txt-test.Tpo -c -o txt_test-txt-test.obj `if test -f 'txt-test.c'; then $(CYGPATH_W) 'txt-test.c'; else $(CYGPATH_W) '$(srcdir)/txt-test.c'; fi`
777 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/txt_test-txt-test.Tpo $(DEPDIR)/txt_test-txt-test.Po
778 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='txt-test.c' object='txt_test-txt-test.obj' libtool=no @AMDEPBACKSLASH@
779 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
780 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(txt_test_CFLAGS) $(CFLAGS) -c -o txt_test-txt-test.obj `if test -f 'txt-test.c'; then $(CYGPATH_W) 'txt-test.c'; else $(CYGPATH_W) '$(srcdir)/txt-test.c'; fi`
781
782 txt_test-warn.o: warn.c
783 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(txt_test_CFLAGS) $(CFLAGS) -MT txt_test-warn.o -MD -MP -MF $(DEPDIR)/txt_test-warn.Tpo -c -o txt_test-warn.o `test -f 'warn.c' || echo '$(srcdir)/'`warn.c
784 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/txt_test-warn.Tpo $(DEPDIR)/txt_test-warn.Po
785 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='warn.c' object='txt_test-warn.o' libtool=no @AMDEPBACKSLASH@
786 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
787 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(txt_test_CFLAGS) $(CFLAGS) -c -o txt_test-warn.o `test -f 'warn.c' || echo '$(srcdir)/'`warn.c
788
789 txt_test-warn.obj: warn.c
790 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(txt_test_CFLAGS) $(CFLAGS) -MT txt_test-warn.obj -MD -MP -MF $(DEPDIR)/txt_test-warn.Tpo -c -o txt_test-warn.obj `if test -f 'warn.c'; then $(CYGPATH_W) 'warn.c'; else $(CYGPATH_W) '$(srcdir)/warn.c'; fi`
791 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/txt_test-warn.Tpo $(DEPDIR)/txt_test-warn.Po
792 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='warn.c' object='txt_test-warn.obj' libtool=no @AMDEPBACKSLASH@
793 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
794 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(txt_test_CFLAGS) $(CFLAGS) -c -o txt_test-warn.obj `if test -f 'warn.c'; then $(CYGPATH_W) 'warn.c'; else $(CYGPATH_W) '$(srcdir)/warn.c'; fi`
795
796 mostlyclean-libtool:
797 -rm -f *.lo
798
799 clean-libtool:
800 -rm -rf .libs _libs
801 install-avahi_compat_libdns_sdHEADERS: $(avahi_compat_libdns_sd_HEADERS)
802 @$(NORMAL_INSTALL)
803 @list='$(avahi_compat_libdns_sd_HEADERS)'; test -n "$(avahi_compat_libdns_sddir)" || list=; \
804 if test -n "$$list"; then \
805 echo " $(MKDIR_P) '$(DESTDIR)$(avahi_compat_libdns_sddir)'"; \
806 $(MKDIR_P) "$(DESTDIR)$(avahi_compat_libdns_sddir)" || exit 1; \
807 fi; \
808 for p in $$list; do \
809 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
810 echo "$$d$$p"; \
811 done | $(am__base_list) | \
812 while read files; do \
813 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(avahi_compat_libdns_sddir)'"; \
814 $(INSTALL_HEADER) $$files "$(DESTDIR)$(avahi_compat_libdns_sddir)" || exit $$?; \
815 done
816
817 uninstall-avahi_compat_libdns_sdHEADERS:
818 @$(NORMAL_UNINSTALL)
819 @list='$(avahi_compat_libdns_sd_HEADERS)'; test -n "$(avahi_compat_libdns_sddir)" || list=; \
820 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
821 dir='$(DESTDIR)$(avahi_compat_libdns_sddir)'; $(am__uninstall_files_from_dir)
822
823 ID: $(am__tagged_files)
824 $(am__define_uniq_tagged_files); mkid -fID $$unique
825 tags: tags-am
826 TAGS: tags
827
828 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
829 set x; \
830 here=`pwd`; \
831 $(am__define_uniq_tagged_files); \
832 shift; \
833 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
834 test -n "$$unique" || unique=$$empty_fix; \
835 if test $$# -gt 0; then \
836 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
837 "$$@" $$unique; \
838 else \
839 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
840 $$unique; \
841 fi; \
842 fi
843 ctags: ctags-am
844
845 CTAGS: ctags
846 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
847 $(am__define_uniq_tagged_files); \
848 test -z "$(CTAGS_ARGS)$$unique" \
849 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
850 $$unique
851
852 GTAGS:
853 here=`$(am__cd) $(top_builddir) && pwd` \
854 && $(am__cd) $(top_srcdir) \
855 && gtags -i $(GTAGS_ARGS) "$$here"
856 cscopelist: cscopelist-am
857
858 cscopelist-am: $(am__tagged_files)
859 list='$(am__tagged_files)'; \
860 case "$(srcdir)" in \
861 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
862 *) sdir=$(subdir)/$(srcdir) ;; \
863 esac; \
864 for i in $$list; do \
865 if test -f "$$i"; then \
866 echo "$(subdir)/$$i"; \
867 else \
868 echo "$$sdir/$$i"; \
869 fi; \
870 done >> $(top_builddir)/cscope.files
871
872 distclean-tags:
873 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
874
875 distdir: $(DISTFILES)
876 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
877 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
878 list='$(DISTFILES)'; \
879 dist_files=`for file in $$list; do echo $$file; done | \
880 sed -e "s|^$$srcdirstrip/||;t" \
881 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
882 case $$dist_files in \
883 */*) $(MKDIR_P) `echo "$$dist_files" | \
884 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
885 sort -u` ;; \
886 esac; \
887 for file in $$dist_files; do \
888 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
889 if test -d $$d/$$file; then \
890 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
891 if test -d "$(distdir)/$$file"; then \
892 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
893 fi; \
894 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
895 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
896 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
897 fi; \
898 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
899 else \
900 test -f "$(distdir)/$$file" \
901 || cp -p $$d/$$file "$(distdir)/$$file" \
902 || exit 1; \
903 fi; \
904 done
905 check-am: all-am
906 check: check-am
907 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS)
908 installdirs:
909 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(avahi_compat_libdns_sddir)"; do \
910 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
911 done
912 install: install-am
913 install-exec: install-exec-am
914 install-data: install-data-am
915 uninstall: uninstall-am
916
917 install-am: all-am
918 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
919
920 installcheck: installcheck-am
921 install-strip:
922 if test -z '$(STRIP)'; then \
923 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
924 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
925 install; \
926 else \
927 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
928 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
929 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
930 fi
931 mostlyclean-generic:
932
933 clean-generic:
934 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
935
936 distclean-generic:
937 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
938 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
939
940 maintainer-clean-generic:
941 @echo "This command is intended for maintainers to use"
942 @echo "it deletes files that may require special tools to rebuild."
943 clean: clean-am
944
945 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
946 clean-noinstPROGRAMS mostlyclean-am
947
948 distclean: distclean-am
949 -rm -rf ./$(DEPDIR)
950 -rm -f Makefile
951 distclean-am: clean-am distclean-compile distclean-generic \
952 distclean-tags
953
954 dvi: dvi-am
955
956 dvi-am:
957
958 html: html-am
959
960 html-am:
961
962 info: info-am
963
964 info-am:
965
966 install-data-am: install-avahi_compat_libdns_sdHEADERS
967
968 install-dvi: install-dvi-am
969
970 install-dvi-am:
971
972 install-exec-am: install-libLTLIBRARIES
973
974 install-html: install-html-am
975
976 install-html-am:
977
978 install-info: install-info-am
979
980 install-info-am:
981
982 install-man:
983
984 install-pdf: install-pdf-am
985
986 install-pdf-am:
987
988 install-ps: install-ps-am
989
990 install-ps-am:
991
992 installcheck-am:
993
994 maintainer-clean: maintainer-clean-am
995 -rm -rf ./$(DEPDIR)
996 -rm -f Makefile
997 maintainer-clean-am: distclean-am maintainer-clean-generic
998
999 mostlyclean: mostlyclean-am
1000
1001 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1002 mostlyclean-libtool
1003
1004 pdf: pdf-am
1005
1006 pdf-am:
1007
1008 ps: ps-am
1009
1010 ps-am:
1011
1012 uninstall-am: uninstall-avahi_compat_libdns_sdHEADERS \
1013 uninstall-libLTLIBRARIES
1014
1015 .MAKE: install-am install-strip
1016
1017 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
1018 clean-libLTLIBRARIES clean-libtool clean-noinstPROGRAMS \
1019 cscopelist-am ctags ctags-am distclean distclean-compile \
1020 distclean-generic distclean-libtool distclean-tags distdir dvi \
1021 dvi-am html html-am info info-am install install-am \
1022 install-avahi_compat_libdns_sdHEADERS install-data \
1023 install-data-am install-dvi install-dvi-am install-exec \
1024 install-exec-am install-html install-html-am install-info \
1025 install-info-am install-libLTLIBRARIES install-man install-pdf \
1026 install-pdf-am install-ps install-ps-am install-strip \
1027 installcheck installcheck-am installdirs maintainer-clean \
1028 maintainer-clean-generic mostlyclean mostlyclean-compile \
1029 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1030 tags tags-am uninstall uninstall-am \
1031 uninstall-avahi_compat_libdns_sdHEADERS \
1032 uninstall-libLTLIBRARIES
1033
1034 .PRECIOUS: Makefile
1035
1036
1037 # You can test the compatibility layer by sticking in mDNSResponder's
1038 # dns-sd.c source here, naming it "libdns_sd-test.c" and running "make
1039 # libdns_sd-test" manually. We do not distribute that file due to
1040 # licensing restrictions.
1041
1042 @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@libdns_sd-test: libdns_sd-test.c libdns_sd.la
1043 @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@ $(LIBTOOL) --mode=compile $(CC) $(AM_CFLAGS) $(PTHREAD_CFLAGS) -o libdns_sd-test.o -c libdns_sd-test.c
1044 @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@ $(LIBTOOL) --mode=link $(CC) $(AM_CFLAGS) $(PTHREAD_CFLAGS) -o libdns_sd-test libdns_sd-test.o $(PTHREAD_LIBS) ../avahi-common/libavahi-common.la libdns_sd.la
1045
1046 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1047 # Otherwise a system limit (for SysV at least) may be exceeded.
1048 .NOEXPORT:
+0
-35
avahi-compat-libdns_sd/funcs.txt less more
0 -- Supported --
1
2 DNSServiceRefSockFD
3 DNSServiceProcessResult
4 DNSServiceRefDeallocate
5 DNSServiceEnumerateDomains
6 DNSServiceRegister
7 DNSServiceBrowse
8 DNSServiceResolve
9 DNSServiceConstructFullName
10
11 TXTRecordCreate
12 TXTRecordDeallocate
13 TXTRecordSetValue
14 TXTRecordRemoveValue
15 TXTRecordGetLength
16 TXTRecordGetBytesPtr
17 TXTRecordContainsKey
18 TXTRecordGetValuePtr
19 TXTRecordGetCount
20 TXTRecordGetItemAtIndex
21
22 -- Unsupported but Relevant --
23
24 DNSServiceRegisterRecord
25 DNSServiceQueryRecord
26 DNSServiceReconfirmRecord
27 DNSServiceCreateConnection
28 DNSServiceAddRecord
29 DNSServiceUpdateRecord
30 DNSServiceRemoveRecord
31
32 -- Unsupported and Irrelevant --
33
34 DNSServiceSetDefaultDomainForUser
+0
-17
avahi-core/.gitignore less more
0 *.o
1 *.lo
2 *.la
3 Makefile
4 Makefile.in
5 .deps
6 .libs
7 avahi-reflector
8 avahi-test
9 conformance-test
10 dns-spin-test
11 dns-test
12 hashmap-test
13 prioq-test
14 querier-test
15 timeeventq-test
16 update-test
0 # Makefile.in generated by automake 1.15 from Makefile.am.
1 # @configure_input@
2
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
4
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 @SET_MAKE@
15
16 # This file is part of avahi.
17 #
18 # avahi is free software; you can redistribute it and/or modify it
19 # under the terms of the GNU Lesser General Public License as
20 # published by the Free Software Foundation; either version 2 of the
21 # License, or (at your option) any later version.
22 #
23 # avahi is distributed in the hope that it will be useful, but WITHOUT
24 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
25 # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
26 # License for more details.
27 #
28 # You should have received a copy of the GNU Lesser General Public
29 # License along with avahi; if not, write to the Free Software
30 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
31 # USA.
32
33
34
35 VPATH = @srcdir@
36 am__is_gnu_make = { \
37 if test -z '$(MAKELEVEL)'; then \
38 false; \
39 elif test -n '$(MAKE_HOST)'; then \
40 true; \
41 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
42 true; \
43 else \
44 false; \
45 fi; \
46 }
47 am__make_running_with_option = \
48 case $${target_option-} in \
49 ?) ;; \
50 *) echo "am__make_running_with_option: internal error: invalid" \
51 "target option '$${target_option-}' specified" >&2; \
52 exit 1;; \
53 esac; \
54 has_opt=no; \
55 sane_makeflags=$$MAKEFLAGS; \
56 if $(am__is_gnu_make); then \
57 sane_makeflags=$$MFLAGS; \
58 else \
59 case $$MAKEFLAGS in \
60 *\\[\ \ ]*) \
61 bs=\\; \
62 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
63 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
64 esac; \
65 fi; \
66 skip_next=no; \
67 strip_trailopt () \
68 { \
69 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
70 }; \
71 for flg in $$sane_makeflags; do \
72 test $$skip_next = yes && { skip_next=no; continue; }; \
73 case $$flg in \
74 *=*|--*) continue;; \
75 -*I) strip_trailopt 'I'; skip_next=yes;; \
76 -*I?*) strip_trailopt 'I';; \
77 -*O) strip_trailopt 'O'; skip_next=yes;; \
78 -*O?*) strip_trailopt 'O';; \
79 -*l) strip_trailopt 'l'; skip_next=yes;; \
80 -*l?*) strip_trailopt 'l';; \
81 -[dEDm]) skip_next=yes;; \
82 -[JT]) skip_next=yes;; \
83 esac; \
84 case $$flg in \
85 *$$target_option*) has_opt=yes; break;; \
86 esac; \
87 done; \
88 test $$has_opt = yes
89 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
90 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
91 pkgdatadir = $(datadir)/@PACKAGE@
92 pkgincludedir = $(includedir)/@PACKAGE@
93 pkglibdir = $(libdir)/@PACKAGE@
94 pkglibexecdir = $(libexecdir)/@PACKAGE@
95 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
96 install_sh_DATA = $(install_sh) -c -m 644
97 install_sh_PROGRAM = $(install_sh) -c
98 install_sh_SCRIPT = $(install_sh) -c
99 INSTALL_HEADER = $(INSTALL_DATA)
100 transform = $(program_transform_name)
101 NORMAL_INSTALL = :
102 PRE_INSTALL = :
103 POST_INSTALL = :
104 NORMAL_UNINSTALL = :
105 PRE_UNINSTALL = :
106 POST_UNINSTALL = :
107 build_triplet = @build@
108 host_triplet = @host@
109 @ENABLE_TESTS_TRUE@noinst_PROGRAMS = prioq-test$(EXEEXT) \
110 @ENABLE_TESTS_TRUE@ avahi-test$(EXEEXT) \
111 @ENABLE_TESTS_TRUE@ conformance-test$(EXEEXT) \
112 @ENABLE_TESTS_TRUE@ avahi-reflector$(EXEEXT) dns-test$(EXEEXT) \
113 @ENABLE_TESTS_TRUE@ dns-spin-test$(EXEEXT) \
114 @ENABLE_TESTS_TRUE@ timeeventq-test$(EXEEXT) \
115 @ENABLE_TESTS_TRUE@ hashmap-test$(EXEEXT) querier-test$(EXEEXT) \
116 @ENABLE_TESTS_TRUE@ update-test$(EXEEXT)
117 @ENABLE_TESTS_TRUE@TESTS = dns-spin-test$(EXEEXT) dns-test$(EXEEXT) \
118 @ENABLE_TESTS_TRUE@ hashmap-test$(EXEEXT)
119 @HAVE_NETLINK_TRUE@am__append_1 = \
120 @HAVE_NETLINK_TRUE@ iface-linux.c iface-linux.h \
121 @HAVE_NETLINK_TRUE@ netlink.c netlink.h
122
123 @HAVE_NETLINK_FALSE@@HAVE_PF_ROUTE_TRUE@am__append_2 = \
124 @HAVE_NETLINK_FALSE@@HAVE_PF_ROUTE_TRUE@ iface-pfroute.c iface-pfroute.h
125
126 @HAVE_NETLINK_FALSE@@HAVE_PF_ROUTE_FALSE@am__append_3 = \
127 @HAVE_NETLINK_FALSE@@HAVE_PF_ROUTE_FALSE@ iface-none.c
128
129 subdir = avahi-core
130 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
131 am__aclocal_m4_deps = $(top_srcdir)/common/acx_pthread.m4 \
132 $(top_srcdir)/common/gcc_stack_protect.m4 \
133 $(top_srcdir)/common/gcc_visibility.m4 \
134 $(top_srcdir)/common/intltool.m4 \
135 $(top_srcdir)/common/introspection.m4 \
136 $(top_srcdir)/common/libtool.m4 \
137 $(top_srcdir)/common/ltoptions.m4 \
138 $(top_srcdir)/common/ltsugar.m4 \
139 $(top_srcdir)/common/ltversion.m4 \
140 $(top_srcdir)/common/lt~obsolete.m4 \
141 $(top_srcdir)/common/nls.m4 $(top_srcdir)/common/python.m4 \
142 $(top_srcdir)/acinclude.m4 $(top_srcdir)/common/doxygen.m4 \
143 $(top_srcdir)/configure.ac
144 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
145 $(ACLOCAL_M4)
146 DIST_COMMON = $(srcdir)/Makefile.am $(avahiinclude_HEADERS) \
147 $(am__DIST_COMMON)
148 mkinstalldirs = $(install_sh) -d
149 CONFIG_HEADER = $(top_builddir)/config.h
150 CONFIG_CLEAN_FILES =
151 CONFIG_CLEAN_VPATH_FILES =
152 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
153 am__vpath_adj = case $$p in \
154 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
155 *) f=$$p;; \
156 esac;
157 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
158 am__install_max = 40
159 am__nobase_strip_setup = \
160 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
161 am__nobase_strip = \
162 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
163 am__nobase_list = $(am__nobase_strip_setup); \
164 for p in $$list; do echo "$$p $$p"; done | \
165 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
166 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
167 if (++n[$$2] == $(am__install_max)) \
168 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
169 END { for (dir in files) print dir, files[dir] }'
170 am__base_list = \
171 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
172 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
173 am__uninstall_files_from_dir = { \
174 test -z "$$files" \
175 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
176 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
177 $(am__cd) "$$dir" && rm -f $$files; }; \
178 }
179 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(avahiincludedir)"
180 LTLIBRARIES = $(lib_LTLIBRARIES)
181 libavahi_core_la_DEPENDENCIES = ../avahi-common/libavahi-common.la
182 am__libavahi_core_la_SOURCES_DIST = timeeventq.c timeeventq.h iface.c \
183 iface.h server.c internal.h entry.c prioq.c prioq.h cache.c \
184 cache.h socket.c socket.h response-sched.c response-sched.h \
185 query-sched.c query-sched.h probe-sched.c probe-sched.h \
186 announce.c announce.h browse.c browse.h rrlist.c rrlist.h \
187 resolve-host-name.c resolve-address.c browse-domain.c \
188 browse-service-type.c browse-service.c resolve-service.c dns.c \
189 dns.h rr.c rr.h rr-util.h core.h lookup.h publish.h log.c \
190 log.h browse-dns-server.c fdutil.h fdutil.c util.c util.h \
191 hashmap.c hashmap.h wide-area.c wide-area.h multicast-lookup.c \
192 multicast-lookup.h querier.c querier.h addr-util.h addr-util.c \
193 domain-util.h domain-util.c dns-srv-rr.h iface-linux.c \
194 iface-linux.h netlink.c netlink.h iface-pfroute.c \
195 iface-pfroute.h iface-none.c
196 @HAVE_NETLINK_TRUE@am__objects_1 = libavahi_core_la-iface-linux.lo \
197 @HAVE_NETLINK_TRUE@ libavahi_core_la-netlink.lo
198 @HAVE_NETLINK_FALSE@@HAVE_PF_ROUTE_TRUE@am__objects_2 = libavahi_core_la-iface-pfroute.lo
199 @HAVE_NETLINK_FALSE@@HAVE_PF_ROUTE_FALSE@am__objects_3 = libavahi_core_la-iface-none.lo
200 am_libavahi_core_la_OBJECTS = libavahi_core_la-timeeventq.lo \
201 libavahi_core_la-iface.lo libavahi_core_la-server.lo \
202 libavahi_core_la-entry.lo libavahi_core_la-prioq.lo \
203 libavahi_core_la-cache.lo libavahi_core_la-socket.lo \
204 libavahi_core_la-response-sched.lo \
205 libavahi_core_la-query-sched.lo \
206 libavahi_core_la-probe-sched.lo libavahi_core_la-announce.lo \
207 libavahi_core_la-browse.lo libavahi_core_la-rrlist.lo \
208 libavahi_core_la-resolve-host-name.lo \
209 libavahi_core_la-resolve-address.lo \
210 libavahi_core_la-browse-domain.lo \
211 libavahi_core_la-browse-service-type.lo \
212 libavahi_core_la-browse-service.lo \
213 libavahi_core_la-resolve-service.lo libavahi_core_la-dns.lo \
214 libavahi_core_la-rr.lo libavahi_core_la-log.lo \
215 libavahi_core_la-browse-dns-server.lo \
216 libavahi_core_la-fdutil.lo libavahi_core_la-util.lo \
217 libavahi_core_la-hashmap.lo libavahi_core_la-wide-area.lo \
218 libavahi_core_la-multicast-lookup.lo \
219 libavahi_core_la-querier.lo libavahi_core_la-addr-util.lo \
220 libavahi_core_la-domain-util.lo $(am__objects_1) \
221 $(am__objects_2) $(am__objects_3)
222 libavahi_core_la_OBJECTS = $(am_libavahi_core_la_OBJECTS)
223 AM_V_lt = $(am__v_lt_@AM_V@)
224 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
225 am__v_lt_0 = --silent
226 am__v_lt_1 =
227 libavahi_core_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
228 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
229 $(libavahi_core_la_CFLAGS) $(CFLAGS) \
230 $(libavahi_core_la_LDFLAGS) $(LDFLAGS) -o $@
231 PROGRAMS = $(noinst_PROGRAMS)
232 am_avahi_reflector_OBJECTS = \
233 avahi_reflector-avahi-reflector.$(OBJEXT)
234 avahi_reflector_OBJECTS = $(am_avahi_reflector_OBJECTS)
235 avahi_reflector_DEPENDENCIES = ../avahi-common/libavahi-common.la \
236 libavahi-core.la
237 avahi_reflector_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
238 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
239 $(avahi_reflector_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
240 -o $@
241 am_avahi_test_OBJECTS = avahi_test-avahi-test.$(OBJEXT)
242 avahi_test_OBJECTS = $(am_avahi_test_OBJECTS)
243 avahi_test_DEPENDENCIES = ../avahi-common/libavahi-common.la \
244 libavahi-core.la
245 avahi_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
246 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(avahi_test_CFLAGS) \
247 $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
248 am_conformance_test_OBJECTS = \
249 conformance_test-conformance-test.$(OBJEXT)
250 conformance_test_OBJECTS = $(am_conformance_test_OBJECTS)
251 conformance_test_DEPENDENCIES = ../avahi-common/libavahi-common.la \
252 libavahi-core.la
253 conformance_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
254 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
255 $(conformance_test_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
256 -o $@
257 am_dns_spin_test_OBJECTS = dns_spin_test-dns-spin-test.$(OBJEXT)
258 dns_spin_test_OBJECTS = $(am_dns_spin_test_OBJECTS)
259 dns_spin_test_DEPENDENCIES = libavahi-core.la
260 dns_spin_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
261 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(dns_spin_test_CFLAGS) \
262 $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
263 am_dns_test_OBJECTS = dns_test-dns.$(OBJEXT) \
264 dns_test-dns-test.$(OBJEXT) dns_test-log.$(OBJEXT) \
265 dns_test-util.$(OBJEXT) dns_test-rr.$(OBJEXT) \
266 dns_test-hashmap.$(OBJEXT) dns_test-domain-util.$(OBJEXT) \
267 dns_test-addr-util.$(OBJEXT)
268 dns_test_OBJECTS = $(am_dns_test_OBJECTS)
269 dns_test_DEPENDENCIES = ../avahi-common/libavahi-common.la
270 dns_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
271 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(dns_test_CFLAGS) \
272 $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
273 am_hashmap_test_OBJECTS = hashmap_test-hashmap-test.$(OBJEXT) \
274 hashmap_test-hashmap.$(OBJEXT) hashmap_test-util.$(OBJEXT)
275 hashmap_test_OBJECTS = $(am_hashmap_test_OBJECTS)
276 hashmap_test_DEPENDENCIES = ../avahi-common/libavahi-common.la
277 hashmap_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
278 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(hashmap_test_CFLAGS) \
279 $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
280 am_prioq_test_OBJECTS = prioq_test-prioq-test.$(OBJEXT) \
281 prioq_test-prioq.$(OBJEXT)
282 prioq_test_OBJECTS = $(am_prioq_test_OBJECTS)
283 prioq_test_DEPENDENCIES = ../avahi-common/libavahi-common.la
284 prioq_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
285 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(prioq_test_CFLAGS) \
286 $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
287 am_querier_test_OBJECTS = querier_test-querier-test.$(OBJEXT)
288 querier_test_OBJECTS = $(am_querier_test_OBJECTS)
289 querier_test_DEPENDENCIES = ../avahi-common/libavahi-common.la \
290 libavahi-core.la
291 querier_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
292 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(querier_test_CFLAGS) \
293 $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
294 am_timeeventq_test_OBJECTS = \
295 timeeventq_test-timeeventq-test.$(OBJEXT) \
296 timeeventq_test-timeeventq.$(OBJEXT) \
297 timeeventq_test-prioq.$(OBJEXT) timeeventq_test-log.$(OBJEXT)
298 timeeventq_test_OBJECTS = $(am_timeeventq_test_OBJECTS)
299 timeeventq_test_DEPENDENCIES = ../avahi-common/libavahi-common.la
300 timeeventq_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
301 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
302 $(timeeventq_test_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
303 -o $@
304 am_update_test_OBJECTS = update_test-update-test.$(OBJEXT)
305 update_test_OBJECTS = $(am_update_test_OBJECTS)
306 update_test_DEPENDENCIES = ../avahi-common/libavahi-common.la \
307 libavahi-core.la
308 update_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
309 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(update_test_CFLAGS) \
310 $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
311 AM_V_P = $(am__v_P_@AM_V@)
312 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
313 am__v_P_0 = false
314 am__v_P_1 = :
315 AM_V_GEN = $(am__v_GEN_@AM_V@)
316 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
317 am__v_GEN_0 = @echo " GEN " $@;
318 am__v_GEN_1 =
319 AM_V_at = $(am__v_at_@AM_V@)
320 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
321 am__v_at_0 = @
322 am__v_at_1 =
323 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
324 depcomp = $(SHELL) $(top_srcdir)/depcomp
325 am__depfiles_maybe = depfiles
326 am__mv = mv -f
327 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
328 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
329 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
330 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
331 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
332 $(AM_CFLAGS) $(CFLAGS)
333 AM_V_CC = $(am__v_CC_@AM_V@)
334 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
335 am__v_CC_0 = @echo " CC " $@;
336 am__v_CC_1 =
337 CCLD = $(CC)
338 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
339 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
340 $(AM_LDFLAGS) $(LDFLAGS) -o $@
341 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
342 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
343 am__v_CCLD_0 = @echo " CCLD " $@;
344 am__v_CCLD_1 =
345 SOURCES = $(libavahi_core_la_SOURCES) $(avahi_reflector_SOURCES) \
346 $(avahi_test_SOURCES) $(conformance_test_SOURCES) \
347 $(dns_spin_test_SOURCES) $(dns_test_SOURCES) \
348 $(hashmap_test_SOURCES) $(prioq_test_SOURCES) \
349 $(querier_test_SOURCES) $(timeeventq_test_SOURCES) \
350 $(update_test_SOURCES)
351 DIST_SOURCES = $(am__libavahi_core_la_SOURCES_DIST) \
352 $(avahi_reflector_SOURCES) $(avahi_test_SOURCES) \
353 $(conformance_test_SOURCES) $(dns_spin_test_SOURCES) \
354 $(dns_test_SOURCES) $(hashmap_test_SOURCES) \
355 $(prioq_test_SOURCES) $(querier_test_SOURCES) \
356 $(timeeventq_test_SOURCES) $(update_test_SOURCES)
357 am__can_run_installinfo = \
358 case $$AM_UPDATE_INFO_DIR in \
359 n|no|NO) false;; \
360 *) (install-info --version) >/dev/null 2>&1;; \
361 esac
362 HEADERS = $(avahiinclude_HEADERS)
363 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
364 # Read a list of newline-separated strings from the standard input,
365 # and print each of them once, without duplicates. Input order is
366 # *not* preserved.
367 am__uniquify_input = $(AWK) '\
368 BEGIN { nonempty = 0; } \
369 { items[$$0] = 1; nonempty = 1; } \
370 END { if (nonempty) { for (i in items) print i; }; } \
371 '
372 # Make sure the list of sources is unique. This is necessary because,
373 # e.g., the same source file might be shared among _SOURCES variables
374 # for different programs/libraries.
375 am__define_uniq_tagged_files = \
376 list='$(am__tagged_files)'; \
377 unique=`for i in $$list; do \
378 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
379 done | $(am__uniquify_input)`
380 ETAGS = etags
381 CTAGS = ctags
382 am__tty_colors_dummy = \
383 mgn= red= grn= lgn= blu= brg= std=; \
384 am__color_tests=no
385 am__tty_colors = { \
386 $(am__tty_colors_dummy); \
387 if test "X$(AM_COLOR_TESTS)" = Xno; then \
388 am__color_tests=no; \
389 elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
390 am__color_tests=yes; \
391 elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
392 am__color_tests=yes; \
393 fi; \
394 if test $$am__color_tests = yes; then \
395 red=''; \
396 grn=''; \
397 lgn=''; \
398 blu=''; \
399 mgn=''; \
400 brg=''; \
401 std=''; \
402 fi; \
403 }
404 am__recheck_rx = ^[ ]*:recheck:[ ]*
405 am__global_test_result_rx = ^[ ]*:global-test-result:[ ]*
406 am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]*
407 # A command that, given a newline-separated list of test names on the
408 # standard input, print the name of the tests that are to be re-run
409 # upon "make recheck".
410 am__list_recheck_tests = $(AWK) '{ \
411 recheck = 1; \
412 while ((rc = (getline line < ($$0 ".trs"))) != 0) \
413 { \
414 if (rc < 0) \
415 { \
416 if ((getline line2 < ($$0 ".log")) < 0) \
417 recheck = 0; \
418 break; \
419 } \
420 else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
421 { \
422 recheck = 0; \
423 break; \
424 } \
425 else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
426 { \
427 break; \
428 } \
429 }; \
430 if (recheck) \
431 print $$0; \
432 close ($$0 ".trs"); \
433 close ($$0 ".log"); \
434 }'
435 # A command that, given a newline-separated list of test names on the
436 # standard input, create the global log from their .trs and .log files.
437 am__create_global_log = $(AWK) ' \
438 function fatal(msg) \
439 { \
440 print "fatal: making $@: " msg | "cat >&2"; \
441 exit 1; \
442 } \
443 function rst_section(header) \
444 { \
445 print header; \
446 len = length(header); \
447 for (i = 1; i <= len; i = i + 1) \
448 printf "="; \
449 printf "\n\n"; \
450 } \
451 { \
452 copy_in_global_log = 1; \
453 global_test_result = "RUN"; \
454 while ((rc = (getline line < ($$0 ".trs"))) != 0) \
455 { \
456 if (rc < 0) \
457 fatal("failed to read from " $$0 ".trs"); \
458 if (line ~ /$(am__global_test_result_rx)/) \
459 { \
460 sub("$(am__global_test_result_rx)", "", line); \
461 sub("[ ]*$$", "", line); \
462 global_test_result = line; \
463 } \
464 else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
465 copy_in_global_log = 0; \
466 }; \
467 if (copy_in_global_log) \
468 { \
469 rst_section(global_test_result ": " $$0); \
470 while ((rc = (getline line < ($$0 ".log"))) != 0) \
471 { \
472 if (rc < 0) \
473 fatal("failed to read from " $$0 ".log"); \
474 print line; \
475 }; \
476 printf "\n"; \
477 }; \
478 close ($$0 ".trs"); \
479 close ($$0 ".log"); \
480 }'
481 # Restructured Text title.
482 am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
483 # Solaris 10 'make', and several other traditional 'make' implementations,
484 # pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it
485 # by disabling -e (using the XSI extension "set +e") if it's set.
486 am__sh_e_setup = case $$- in *e*) set +e;; esac
487 # Default flags passed to test drivers.
488 am__common_driver_flags = \
489 --color-tests "$$am__color_tests" \
490 --enable-hard-errors "$$am__enable_hard_errors" \
491 --expect-failure "$$am__expect_failure"
492 # To be inserted before the command running the test. Creates the
493 # directory for the log if needed. Stores in $dir the directory
494 # containing $f, in $tst the test, in $log the log. Executes the
495 # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
496 # passes TESTS_ENVIRONMENT. Set up options for the wrapper that
497 # will run the test scripts (or their associated LOG_COMPILER, if
498 # thy have one).
499 am__check_pre = \
500 $(am__sh_e_setup); \
501 $(am__vpath_adj_setup) $(am__vpath_adj) \
502 $(am__tty_colors); \
503 srcdir=$(srcdir); export srcdir; \
504 case "$@" in \
505 */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \
506 *) am__odir=.;; \
507 esac; \
508 test "x$$am__odir" = x"." || test -d "$$am__odir" \
509 || $(MKDIR_P) "$$am__odir" || exit $$?; \
510 if test -f "./$$f"; then dir=./; \
511 elif test -f "$$f"; then dir=; \
512 else dir="$(srcdir)/"; fi; \
513 tst=$$dir$$f; log='$@'; \
514 if test -n '$(DISABLE_HARD_ERRORS)'; then \
515 am__enable_hard_errors=no; \
516 else \
517 am__enable_hard_errors=yes; \
518 fi; \
519 case " $(XFAIL_TESTS) " in \
520 *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \
521 am__expect_failure=yes;; \
522 *) \
523 am__expect_failure=no;; \
524 esac; \
525 $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
526 # A shell command to get the names of the tests scripts with any registered
527 # extension removed (i.e., equivalently, the names of the test logs, with
528 # the '.log' extension removed). The result is saved in the shell variable
529 # '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly,
530 # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
531 # since that might cause problem with VPATH rewrites for suffix-less tests.
532 # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
533 am__set_TESTS_bases = \
534 bases='$(TEST_LOGS)'; \
535 bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
536 bases=`echo $$bases`
537 RECHECK_LOGS = $(TEST_LOGS)
538 AM_RECURSIVE_TARGETS = check recheck
539 TEST_SUITE_LOG = test-suite.log
540 TEST_EXTENSIONS = @EXEEXT@ .test
541 LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
542 LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
543 am__set_b = \
544 case '$@' in \
545 */*) \
546 case '$*' in \
547 */*) b='$*';; \
548 *) b=`echo '$@' | sed 's/\.log$$//'`; \
549 esac;; \
550 *) \
551 b='$*';; \
552 esac
553 am__test_logs1 = $(TESTS:=.log)
554 am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
555 TEST_LOGS = $(am__test_logs2:.test.log=.log)
556 TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
557 TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
558 $(TEST_LOG_FLAGS)
559 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
560 $(top_srcdir)/test-driver
561 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
562 ACLOCAL = @ACLOCAL@
563 ALL_LINGUAS = @ALL_LINGUAS@
564 AMTAR = @AMTAR@
565 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
566 AR = @AR@
567 AUTOCONF = @AUTOCONF@
568 AUTOHEADER = @AUTOHEADER@
569 AUTOMAKE = @AUTOMAKE@
570 AVAHI_AUTOIPD_GROUP = @AVAHI_AUTOIPD_GROUP@
571 AVAHI_AUTOIPD_USER = @AVAHI_AUTOIPD_USER@
572 AVAHI_GROUP = @AVAHI_GROUP@
573 AVAHI_PRIV_ACCESS_GROUP = @AVAHI_PRIV_ACCESS_GROUP@
574 AVAHI_USER = @AVAHI_USER@
575 AWK = @AWK@
576 CATALOGS = @CATALOGS@
577 CATOBJEXT = @CATOBJEXT@
578 CC = @CC@
579 CCDEPMODE = @CCDEPMODE@
580 CFLAGS = @CFLAGS@
581 CPP = @CPP@
582 CPPFLAGS = @CPPFLAGS@
583 CXX = @CXX@
584 CXXCPP = @CXXCPP@
585 CXXDEPMODE = @CXXDEPMODE@
586 CXXFLAGS = @CXXFLAGS@
587 CYGPATH_W = @CYGPATH_W@
588 DATADIRNAME = @DATADIRNAME@
589 DBUS_CFLAGS = @DBUS_CFLAGS@
590 DBUS_LIBS = @DBUS_LIBS@
591 DBUS_SYSTEM_BUS_DEFAULT_ADDRESS = @DBUS_SYSTEM_BUS_DEFAULT_ADDRESS@
592 DBUS_SYS_DIR = @DBUS_SYS_DIR@
593 DEFS = @DEFS@
594 DEPDIR = @DEPDIR@
595 DLLTOOL = @DLLTOOL@
596 DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
597 DSYMUTIL = @DSYMUTIL@
598 DUMPBIN = @DUMPBIN@
599 DX_CONFIG = @DX_CONFIG@
600 DX_DOCDIR = @DX_DOCDIR@
601 DX_DOT = @DX_DOT@
602 DX_DOXYGEN = @DX_DOXYGEN@
603 DX_DVIPS = @DX_DVIPS@
604 DX_EGREP = @DX_EGREP@
605 DX_ENV = @DX_ENV@
606 DX_FLAG_chi = @DX_FLAG_chi@
607 DX_FLAG_chm = @DX_FLAG_chm@
608 DX_FLAG_doc = @DX_FLAG_doc@
609 DX_FLAG_dot = @DX_FLAG_dot@
610 DX_FLAG_html = @DX_FLAG_html@
611 DX_FLAG_man = @DX_FLAG_man@
612 DX_FLAG_pdf = @DX_FLAG_pdf@
613 DX_FLAG_ps = @DX_FLAG_ps@
614 DX_FLAG_rtf = @DX_FLAG_rtf@
615 DX_FLAG_xml = @DX_FLAG_xml@
616 DX_HHC = @DX_HHC@
617 DX_LATEX = @DX_LATEX@
618 DX_MAKEINDEX = @DX_MAKEINDEX@
619 DX_PDFLATEX = @DX_PDFLATEX@
620 DX_PERL = @DX_PERL@
621 DX_PROJECT = @DX_PROJECT@
622 ECHO_C = @ECHO_C@
623 ECHO_N = @ECHO_N@
624 ECHO_T = @ECHO_T@
625 EGREP = @EGREP@
626 EXEEXT = @EXEEXT@
627 FGREP = @FGREP@
628 GACUTIL = @GACUTIL@
629 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
630 GLIB20_CFLAGS = @GLIB20_CFLAGS@
631 GLIB20_LIBS = @GLIB20_LIBS@
632 GMOFILES = @GMOFILES@
633 GMSGFMT = @GMSGFMT@
634 GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
635 GOBJECT_LIBS = @GOBJECT_LIBS@
636 GREP = @GREP@
637 GTK20_CFLAGS = @GTK20_CFLAGS@
638 GTK20_LIBS = @GTK20_LIBS@
639 GTK30_CFLAGS = @GTK30_CFLAGS@
640 GTK30_LIBS = @GTK30_LIBS@
641 HOWL_COMPAT_VERSION = @HOWL_COMPAT_VERSION@
642 INSTALL = @INSTALL@
643 INSTALL_DATA = @INSTALL_DATA@
644 INSTALL_PROGRAM = @INSTALL_PROGRAM@
645 INSTALL_SCRIPT = @INSTALL_SCRIPT@
646 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
647 INSTOBJEXT = @INSTOBJEXT@
648 INTLLIBS = @INTLLIBS@
649 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
650 INTLTOOL_MERGE = @INTLTOOL_MERGE@
651 INTLTOOL_PERL = @INTLTOOL_PERL@
652 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
653 INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
654 INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
655 INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
656 INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
657 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
658 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
659 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
660 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
661 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
662 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
663 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
664 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
665 LD = @LD@
666 LDFLAGS = @LDFLAGS@
667 LIBAVAHI_CLIENT_VERSION_INFO = @LIBAVAHI_CLIENT_VERSION_INFO@
668 LIBAVAHI_COMMON_VERSION_INFO = @LIBAVAHI_COMMON_VERSION_INFO@
669 LIBAVAHI_COMPAT_HOWL_VERSION_INFO = @LIBAVAHI_COMPAT_HOWL_VERSION_INFO@
670 LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO = @LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO@
671 LIBAVAHI_CORE_VERSION_INFO = @LIBAVAHI_CORE_VERSION_INFO@
672 LIBAVAHI_GLIB_VERSION_INFO = @LIBAVAHI_GLIB_VERSION_INFO@
673 LIBAVAHI_GOBJECT_VERSION_INFO = @LIBAVAHI_GOBJECT_VERSION_INFO@
674 LIBAVAHI_QT3_VERSION_INFO = @LIBAVAHI_QT3_VERSION_INFO@
675 LIBAVAHI_QT4_VERSION_INFO = @LIBAVAHI_QT4_VERSION_INFO@
676 LIBAVAHI_UI_VERSION_INFO = @LIBAVAHI_UI_VERSION_INFO@
677 LIBDAEMON_CFLAGS = @LIBDAEMON_CFLAGS@
678 LIBDAEMON_LIBS = @LIBDAEMON_LIBS@
679 LIBOBJS = @LIBOBJS@
680 LIBS = @LIBS@
681 LIBTOOL = @LIBTOOL@
682 LIPO = @LIPO@
683 LN_S = @LN_S@
684 LTLIBOBJS = @LTLIBOBJS@
685 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
686 MAKEINFO = @MAKEINFO@
687 MANIFEST_TOOL = @MANIFEST_TOOL@
688 MCS = @MCS@
689 MDASSEMBLER = @MDASSEMBLER@
690 MKDIR_P = @MKDIR_P@
691 MKINSTALLDIRS = @MKINSTALLDIRS@
692 MOC_QT3 = @MOC_QT3@
693 MOC_QT4 = @MOC_QT4@
694 MONODOCER = @MONODOCER@
695 MONODOC_CFLAGS = @MONODOC_CFLAGS@
696 MONODOC_DIR = @MONODOC_DIR@
697 MONODOC_LIBS = @MONODOC_LIBS@
698 MSGFMT = @MSGFMT@
699 MSGFMT_OPTS = @MSGFMT_OPTS@
700 MSGMERGE = @MSGMERGE@
701 NM = @NM@
702 NMEDIT = @NMEDIT@
703 OBJDUMP = @OBJDUMP@
704 OBJEXT = @OBJEXT@
705 OTOOL = @OTOOL@
706 OTOOL64 = @OTOOL64@
707 PACKAGE = @PACKAGE@
708 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
709 PACKAGE_NAME = @PACKAGE_NAME@
710 PACKAGE_STRING = @PACKAGE_STRING@
711 PACKAGE_TARNAME = @PACKAGE_TARNAME@
712 PACKAGE_URL = @PACKAGE_URL@
713 PACKAGE_VERSION = @PACKAGE_VERSION@
714 PATH_SEPARATOR = @PATH_SEPARATOR@
715 PKG_CONFIG = @PKG_CONFIG@
716 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
717 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
718 POFILES = @POFILES@
719 POSUB = @POSUB@
720 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
721 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
722 PTHREAD_CC = @PTHREAD_CC@
723 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
724 PTHREAD_LIBS = @PTHREAD_LIBS@
725 PYTHON = @PYTHON@
726 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
727 PYTHON_PLATFORM = @PYTHON_PLATFORM@
728 PYTHON_PREFIX = @PYTHON_PREFIX@
729 PYTHON_VERSION = @PYTHON_VERSION@
730 QT3_CFLAGS = @QT3_CFLAGS@
731 QT3_LIBS = @QT3_LIBS@
732 QT4_CFLAGS = @QT4_CFLAGS@
733 QT4_LIBS = @QT4_LIBS@
734 RANLIB = @RANLIB@
735 SED = @SED@
736 SET_MAKE = @SET_MAKE@
737 SHELL = @SHELL@
738 STOW = @STOW@
739 STRIP = @STRIP@
740 USE_NLS = @USE_NLS@
741 VERSION = @VERSION@
742 VISIBILITY_HIDDEN_CFLAGS = @VISIBILITY_HIDDEN_CFLAGS@
743 XGETTEXT = @XGETTEXT@
744 XML_CFLAGS = @XML_CFLAGS@
745 XML_LIBS = @XML_LIBS@
746 abs_builddir = @abs_builddir@
747 abs_srcdir = @abs_srcdir@
748 abs_top_builddir = @abs_top_builddir@
749 abs_top_srcdir = @abs_top_srcdir@
750 ac_ct_AR = @ac_ct_AR@
751 ac_ct_CC = @ac_ct_CC@
752 ac_ct_CXX = @ac_ct_CXX@
753 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
754 acx_pthread_config = @acx_pthread_config@
755 am__include = @am__include@
756 am__leading_dot = @am__leading_dot@
757 am__quote = @am__quote@
758 am__tar = @am__tar@
759 am__untar = @am__untar@
760 avahi_runtime_dir = @avahi_runtime_dir@
761 avahi_socket = @avahi_socket@
762 avahilocaledir = @avahilocaledir@
763 bindir = @bindir@
764 build = @build@
765 build_alias = @build_alias@
766 build_cpu = @build_cpu@
767 build_os = @build_os@
768 build_vendor = @build_vendor@
769 builddir = @builddir@
770 datadir = @datadir@
771 datarootdir = @datarootdir@
772 docdir = @docdir@
773 dvidir = @dvidir@
774 exec_prefix = @exec_prefix@
775 have_pkg_config = @have_pkg_config@
776 have_xmltoman = @have_xmltoman@
777 host = @host@
778 host_alias = @host_alias@
779 host_cpu = @host_cpu@
780 host_os = @host_os@
781 host_vendor = @host_vendor@
782 htmldir = @htmldir@
783 includedir = @includedir@
784 infodir = @infodir@
785 install_sh = @install_sh@
786 interfacesdir = @interfacesdir@
787 intltool__v_merge_options_ = @intltool__v_merge_options_@
788 intltool__v_merge_options_0 = @intltool__v_merge_options_0@
789 libdir = @libdir@
790 libexecdir = @libexecdir@
791 localedir = @localedir@
792 localstatedir = @localstatedir@
793 mandir = @mandir@
794 mkdir_p = @mkdir_p@
795 oldincludedir = @oldincludedir@
796 pdfdir = @pdfdir@
797 pkgpyexecdir = @pkgpyexecdir@
798 pkgpythondir = @pkgpythondir@
799 prefix = @prefix@
800 program_transform_name = @program_transform_name@
801 psdir = @psdir@
802 pyexecdir = @pyexecdir@
803 pythondir = @pythondir@
804 runstatedir = @runstatedir@
805 sbindir = @sbindir@
806 sharedstatedir = @sharedstatedir@
807 srcdir = @srcdir@
808 sysconfdir = @sysconfdir@
809 systemdsystemunitdir = @systemdsystemunitdir@
810 target_alias = @target_alias@
811 top_build_prefix = @top_build_prefix@
812 top_builddir = @top_builddir@
813 top_srcdir = @top_srcdir@
814
815 # This cool debug trap works on i386/gcc only
816 AM_CFLAGS = -I$(top_srcdir) '-DDEBUG_TRAP=__asm__("int $$3")'
817 avahiincludedir = $(includedir)/avahi-core
818 avahiinclude_HEADERS = \
819 core.h \
820 log.h \
821 rr.h \
822 publish.h \
823 lookup.h
824
825 lib_LTLIBRARIES = \
826 libavahi-core.la
827
828 libavahi_core_la_SOURCES = timeeventq.c timeeventq.h iface.c iface.h \
829 server.c internal.h entry.c prioq.c prioq.h cache.c cache.h \
830 socket.c socket.h response-sched.c response-sched.h \
831 query-sched.c query-sched.h probe-sched.c probe-sched.h \
832 announce.c announce.h browse.c browse.h rrlist.c rrlist.h \
833 resolve-host-name.c resolve-address.c browse-domain.c \
834 browse-service-type.c browse-service.c resolve-service.c dns.c \
835 dns.h rr.c rr.h rr-util.h core.h lookup.h publish.h log.c \
836 log.h browse-dns-server.c fdutil.h fdutil.c util.c util.h \
837 hashmap.c hashmap.h wide-area.c wide-area.h multicast-lookup.c \
838 multicast-lookup.h querier.c querier.h addr-util.h addr-util.c \
839 domain-util.h domain-util.c dns-srv-rr.h $(am__append_1) \
840 $(am__append_2) $(am__append_3)
841 libavahi_core_la_CFLAGS = $(AM_CFLAGS)
842 libavahi_core_la_LIBADD = $(AM_LDADD) ../avahi-common/libavahi-common.la
843 libavahi_core_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(LIBAVAHI_CORE_VERSION_INFO)
844 prioq_test_SOURCES = \
845 prioq-test.c \
846 prioq.c prioq.h
847
848 prioq_test_CFLAGS = $(AM_CFLAGS)
849 prioq_test_LDADD = $(AM_LDADD) ../avahi-common/libavahi-common.la
850 avahi_test_SOURCES = \
851 avahi-test.c
852
853 avahi_test_CFLAGS = $(AM_CFLAGS)
854 avahi_test_LDADD = $(AM_LDADD) ../avahi-common/libavahi-common.la libavahi-core.la
855 update_test_SOURCES = \
856 update-test.c
857
858 update_test_CFLAGS = $(AM_CFLAGS)
859 update_test_LDADD = $(AM_LDADD) ../avahi-common/libavahi-common.la libavahi-core.la
860 querier_test_SOURCES = \
861 querier-test.c
862
863 querier_test_CFLAGS = $(AM_CFLAGS)
864 querier_test_LDADD = $(AM_LDADD) ../avahi-common/libavahi-common.la libavahi-core.la
865 conformance_test_SOURCES = \
866 conformance-test.c
867
868 conformance_test_CFLAGS = $(AM_CFLAGS)
869 conformance_test_LDADD = $(AM_LDADD) ../avahi-common/libavahi-common.la libavahi-core.la
870 avahi_reflector_SOURCES = \
871 avahi-reflector.c
872
873 avahi_reflector_CFLAGS = $(AM_CFLAGS)
874 avahi_reflector_LDADD = $(AM_LDADD) ../avahi-common/libavahi-common.la libavahi-core.la
875 dns_test_SOURCES = \
876 dns.c dns.h \
877 dns-test.c \
878 log.c log.h \
879 util.c util.h \
880 rr.c rr.h \
881 hashmap.c hashmap.h \
882 domain-util.c domain-util.h \
883 addr-util.c addr-util.h
884
885 dns_test_CFLAGS = $(AM_CFLAGS)
886 dns_test_LDADD = $(AM_LDADD) ../avahi-common/libavahi-common.la
887 dns_spin_test_SOURCES = \
888 dns-spin-test.c
889
890 dns_spin_test_CFLAGS = $(AM_CFLAGS)
891 dns_spin_test_LDADD = $(AM_LDADD) libavahi-core.la
892 timeeventq_test_SOURCES = \
893 timeeventq-test.c \
894 timeeventq.h timeeventq.c \
895 prioq.h prioq.c \
896 log.c log.h
897
898 timeeventq_test_CFLAGS = $(AM_CFLAGS)
899 timeeventq_test_LDADD = $(AM_LDADD) ../avahi-common/libavahi-common.la
900 hashmap_test_SOURCES = \
901 hashmap-test.c \
902 hashmap.h hashmap.c \
903 util.h util.c
904
905 hashmap_test_CFLAGS = $(AM_CFLAGS)
906 hashmap_test_LDADD = $(AM_LDADD) ../avahi-common/libavahi-common.la
907 all: all-am
908
909 .SUFFIXES:
910 .SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs
911 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
912 @for dep in $?; do \
913 case '$(am__configure_deps)' in \
914 *$$dep*) \
915 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
916 && { if test -f $@; then exit 0; else break; fi; }; \
917 exit 1;; \
918 esac; \
919 done; \
920 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign avahi-core/Makefile'; \
921 $(am__cd) $(top_srcdir) && \
922 $(AUTOMAKE) --foreign avahi-core/Makefile
923 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
924 @case '$?' in \
925 *config.status*) \
926 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
927 *) \
928 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
929 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
930 esac;
931
932 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
933 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
934
935 $(top_srcdir)/configure: $(am__configure_deps)
936 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
937 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
938 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
939 $(am__aclocal_m4_deps):
940
941 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
942 @$(NORMAL_INSTALL)
943 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
944 list2=; for p in $$list; do \
945 if test -f $$p; then \
946 list2="$$list2 $$p"; \
947 else :; fi; \
948 done; \
949 test -z "$$list2" || { \
950 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
951 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
952 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
953 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
954 }
955
956 uninstall-libLTLIBRARIES:
957 @$(NORMAL_UNINSTALL)
958 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
959 for p in $$list; do \
960 $(am__strip_dir) \
961 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
962 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
963 done
964
965 clean-libLTLIBRARIES:
966 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
967 @list='$(lib_LTLIBRARIES)'; \
968 locs=`for p in $$list; do echo $$p; done | \
969 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
970 sort -u`; \
971 test -z "$$locs" || { \
972 echo rm -f $${locs}; \
973 rm -f $${locs}; \
974 }
975
976 libavahi-core.la: $(libavahi_core_la_OBJECTS) $(libavahi_core_la_DEPENDENCIES) $(EXTRA_libavahi_core_la_DEPENDENCIES)
977 $(AM_V_CCLD)$(libavahi_core_la_LINK) -rpath $(libdir) $(libavahi_core_la_OBJECTS) $(libavahi_core_la_LIBADD) $(LIBS)
978
979 clean-noinstPROGRAMS:
980 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
981 echo " rm -f" $$list; \
982 rm -f $$list || exit $$?; \
983 test -n "$(EXEEXT)" || exit 0; \
984 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
985 echo " rm -f" $$list; \
986 rm -f $$list
987
988 avahi-reflector$(EXEEXT): $(avahi_reflector_OBJECTS) $(avahi_reflector_DEPENDENCIES) $(EXTRA_avahi_reflector_DEPENDENCIES)
989 @rm -f avahi-reflector$(EXEEXT)
990 $(AM_V_CCLD)$(avahi_reflector_LINK) $(avahi_reflector_OBJECTS) $(avahi_reflector_LDADD) $(LIBS)
991
992 avahi-test$(EXEEXT): $(avahi_test_OBJECTS) $(avahi_test_DEPENDENCIES) $(EXTRA_avahi_test_DEPENDENCIES)
993 @rm -f avahi-test$(EXEEXT)
994 $(AM_V_CCLD)$(avahi_test_LINK) $(avahi_test_OBJECTS) $(avahi_test_LDADD) $(LIBS)
995
996 conformance-test$(EXEEXT): $(conformance_test_OBJECTS) $(conformance_test_DEPENDENCIES) $(EXTRA_conformance_test_DEPENDENCIES)
997 @rm -f conformance-test$(EXEEXT)
998 $(AM_V_CCLD)$(conformance_test_LINK) $(conformance_test_OBJECTS) $(conformance_test_LDADD) $(LIBS)
999
1000 dns-spin-test$(EXEEXT): $(dns_spin_test_OBJECTS) $(dns_spin_test_DEPENDENCIES) $(EXTRA_dns_spin_test_DEPENDENCIES)
1001 @rm -f dns-spin-test$(EXEEXT)
1002 $(AM_V_CCLD)$(dns_spin_test_LINK) $(dns_spin_test_OBJECTS) $(dns_spin_test_LDADD) $(LIBS)
1003
1004 dns-test$(EXEEXT): $(dns_test_OBJECTS) $(dns_test_DEPENDENCIES) $(EXTRA_dns_test_DEPENDENCIES)
1005 @rm -f dns-test$(EXEEXT)
1006 $(AM_V_CCLD)$(dns_test_LINK) $(dns_test_OBJECTS) $(dns_test_LDADD) $(LIBS)
1007
1008 hashmap-test$(EXEEXT): $(hashmap_test_OBJECTS) $(hashmap_test_DEPENDENCIES) $(EXTRA_hashmap_test_DEPENDENCIES)
1009 @rm -f hashmap-test$(EXEEXT)
1010 $(AM_V_CCLD)$(hashmap_test_LINK) $(hashmap_test_OBJECTS) $(hashmap_test_LDADD) $(LIBS)
1011
1012 prioq-test$(EXEEXT): $(prioq_test_OBJECTS) $(prioq_test_DEPENDENCIES) $(EXTRA_prioq_test_DEPENDENCIES)
1013 @rm -f prioq-test$(EXEEXT)
1014 $(AM_V_CCLD)$(prioq_test_LINK) $(prioq_test_OBJECTS) $(prioq_test_LDADD) $(LIBS)
1015
1016 querier-test$(EXEEXT): $(querier_test_OBJECTS) $(querier_test_DEPENDENCIES) $(EXTRA_querier_test_DEPENDENCIES)
1017 @rm -f querier-test$(EXEEXT)
1018 $(AM_V_CCLD)$(querier_test_LINK) $(querier_test_OBJECTS) $(querier_test_LDADD) $(LIBS)
1019
1020 timeeventq-test$(EXEEXT): $(timeeventq_test_OBJECTS) $(timeeventq_test_DEPENDENCIES) $(EXTRA_timeeventq_test_DEPENDENCIES)
1021 @rm -f timeeventq-test$(EXEEXT)
1022 $(AM_V_CCLD)$(timeeventq_test_LINK) $(timeeventq_test_OBJECTS) $(timeeventq_test_LDADD) $(LIBS)
1023
1024 update-test$(EXEEXT): $(update_test_OBJECTS) $(update_test_DEPENDENCIES) $(EXTRA_update_test_DEPENDENCIES)
1025 @rm -f update-test$(EXEEXT)
1026 $(AM_V_CCLD)$(update_test_LINK) $(update_test_OBJECTS) $(update_test_LDADD) $(LIBS)
1027
1028 mostlyclean-compile:
1029 -rm -f *.$(OBJEXT)
1030
1031 distclean-compile:
1032 -rm -f *.tab.c
1033
1034 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_reflector-avahi-reflector.Po@am__quote@
1035 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_test-avahi-test.Po@am__quote@
1036 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conformance_test-conformance-test.Po@am__quote@
1037 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dns_spin_test-dns-spin-test.Po@am__quote@
1038 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dns_test-addr-util.Po@am__quote@
1039 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dns_test-dns-test.Po@am__quote@
1040 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dns_test-dns.Po@am__quote@
1041 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dns_test-domain-util.Po@am__quote@
1042 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dns_test-hashmap.Po@am__quote@
1043 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dns_test-log.Po@am__quote@
1044 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dns_test-rr.Po@am__quote@
1045 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dns_test-util.Po@am__quote@
1046 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hashmap_test-hashmap-test.Po@am__quote@
1047 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hashmap_test-hashmap.Po@am__quote@
1048 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hashmap_test-util.Po@am__quote@
1049 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-addr-util.Plo@am__quote@
1050 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-announce.Plo@am__quote@
1051 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-browse-dns-server.Plo@am__quote@
1052 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-browse-domain.Plo@am__quote@
1053 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-browse-service-type.Plo@am__quote@
1054 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-browse-service.Plo@am__quote@
1055 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-browse.Plo@am__quote@
1056 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-cache.Plo@am__quote@
1057 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-dns.Plo@am__quote@
1058 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-domain-util.Plo@am__quote@
1059 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-entry.Plo@am__quote@
1060 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-fdutil.Plo@am__quote@
1061 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-hashmap.Plo@am__quote@
1062 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-iface-linux.Plo@am__quote@
1063 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-iface-none.Plo@am__quote@
1064 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-iface-pfroute.Plo@am__quote@
1065 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-iface.Plo@am__quote@
1066 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-log.Plo@am__quote@
1067 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-multicast-lookup.Plo@am__quote@
1068 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-netlink.Plo@am__quote@
1069 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-prioq.Plo@am__quote@
1070 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-probe-sched.Plo@am__quote@
1071 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-querier.Plo@am__quote@
1072 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-query-sched.Plo@am__quote@
1073 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-resolve-address.Plo@am__quote@
1074 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-resolve-host-name.Plo@am__quote@
1075 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-resolve-service.Plo@am__quote@
1076 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-response-sched.Plo@am__quote@
1077 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-rr.Plo@am__quote@
1078 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-rrlist.Plo@am__quote@
1079 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-server.Plo@am__quote@
1080 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-socket.Plo@am__quote@
1081 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-timeeventq.Plo@am__quote@
1082 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-util.Plo@am__quote@
1083 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-wide-area.Plo@am__quote@
1084 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prioq_test-prioq-test.Po@am__quote@
1085 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prioq_test-prioq.Po@am__quote@
1086 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/querier_test-querier-test.Po@am__quote@
1087 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timeeventq_test-log.Po@am__quote@
1088 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timeeventq_test-prioq.Po@am__quote@
1089 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timeeventq_test-timeeventq-test.Po@am__quote@
1090 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timeeventq_test-timeeventq.Po@am__quote@
1091 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/update_test-update-test.Po@am__quote@
1092
1093 .c.o:
1094 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1095 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1096 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1097 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1098 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
1099
1100 .c.obj:
1101 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1102 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1103 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1104 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1105 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1106
1107 .c.lo:
1108 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1109 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1110 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1111 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1112 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
1113
1114 libavahi_core_la-timeeventq.lo: timeeventq.c
1115 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-timeeventq.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-timeeventq.Tpo -c -o libavahi_core_la-timeeventq.lo `test -f 'timeeventq.c' || echo '$(srcdir)/'`timeeventq.c
1116 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-timeeventq.Tpo $(DEPDIR)/libavahi_core_la-timeeventq.Plo
1117 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='timeeventq.c' object='libavahi_core_la-timeeventq.lo' libtool=yes @AMDEPBACKSLASH@
1118 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1119 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-timeeventq.lo `test -f 'timeeventq.c' || echo '$(srcdir)/'`timeeventq.c
1120
1121 libavahi_core_la-iface.lo: iface.c
1122 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-iface.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-iface.Tpo -c -o libavahi_core_la-iface.lo `test -f 'iface.c' || echo '$(srcdir)/'`iface.c
1123 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-iface.Tpo $(DEPDIR)/libavahi_core_la-iface.Plo
1124 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='iface.c' object='libavahi_core_la-iface.lo' libtool=yes @AMDEPBACKSLASH@
1125 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1126 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-iface.lo `test -f 'iface.c' || echo '$(srcdir)/'`iface.c
1127
1128 libavahi_core_la-server.lo: server.c
1129 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-server.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-server.Tpo -c -o libavahi_core_la-server.lo `test -f 'server.c' || echo '$(srcdir)/'`server.c
1130 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-server.Tpo $(DEPDIR)/libavahi_core_la-server.Plo
1131 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='server.c' object='libavahi_core_la-server.lo' libtool=yes @AMDEPBACKSLASH@
1132 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1133 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-server.lo `test -f 'server.c' || echo '$(srcdir)/'`server.c
1134
1135 libavahi_core_la-entry.lo: entry.c
1136 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-entry.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-entry.Tpo -c -o libavahi_core_la-entry.lo `test -f 'entry.c' || echo '$(srcdir)/'`entry.c
1137 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-entry.Tpo $(DEPDIR)/libavahi_core_la-entry.Plo
1138 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='entry.c' object='libavahi_core_la-entry.lo' libtool=yes @AMDEPBACKSLASH@
1139 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1140 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-entry.lo `test -f 'entry.c' || echo '$(srcdir)/'`entry.c
1141
1142 libavahi_core_la-prioq.lo: prioq.c
1143 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-prioq.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-prioq.Tpo -c -o libavahi_core_la-prioq.lo `test -f 'prioq.c' || echo '$(srcdir)/'`prioq.c
1144 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-prioq.Tpo $(DEPDIR)/libavahi_core_la-prioq.Plo
1145 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='prioq.c' object='libavahi_core_la-prioq.lo' libtool=yes @AMDEPBACKSLASH@
1146 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1147 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-prioq.lo `test -f 'prioq.c' || echo '$(srcdir)/'`prioq.c
1148
1149 libavahi_core_la-cache.lo: cache.c
1150 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-cache.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-cache.Tpo -c -o libavahi_core_la-cache.lo `test -f 'cache.c' || echo '$(srcdir)/'`cache.c
1151 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-cache.Tpo $(DEPDIR)/libavahi_core_la-cache.Plo
1152 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cache.c' object='libavahi_core_la-cache.lo' libtool=yes @AMDEPBACKSLASH@
1153 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1154 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-cache.lo `test -f 'cache.c' || echo '$(srcdir)/'`cache.c
1155
1156 libavahi_core_la-socket.lo: socket.c
1157 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-socket.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-socket.Tpo -c -o libavahi_core_la-socket.lo `test -f 'socket.c' || echo '$(srcdir)/'`socket.c
1158 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-socket.Tpo $(DEPDIR)/libavahi_core_la-socket.Plo
1159 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='socket.c' object='libavahi_core_la-socket.lo' libtool=yes @AMDEPBACKSLASH@
1160 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1161 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-socket.lo `test -f 'socket.c' || echo '$(srcdir)/'`socket.c
1162
1163 libavahi_core_la-response-sched.lo: response-sched.c
1164 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-response-sched.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-response-sched.Tpo -c -o libavahi_core_la-response-sched.lo `test -f 'response-sched.c' || echo '$(srcdir)/'`response-sched.c
1165 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-response-sched.Tpo $(DEPDIR)/libavahi_core_la-response-sched.Plo
1166 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='response-sched.c' object='libavahi_core_la-response-sched.lo' libtool=yes @AMDEPBACKSLASH@
1167 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1168 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-response-sched.lo `test -f 'response-sched.c' || echo '$(srcdir)/'`response-sched.c
1169
1170 libavahi_core_la-query-sched.lo: query-sched.c
1171 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-query-sched.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-query-sched.Tpo -c -o libavahi_core_la-query-sched.lo `test -f 'query-sched.c' || echo '$(srcdir)/'`query-sched.c
1172 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-query-sched.Tpo $(DEPDIR)/libavahi_core_la-query-sched.Plo
1173 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='query-sched.c' object='libavahi_core_la-query-sched.lo' libtool=yes @AMDEPBACKSLASH@
1174 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1175 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-query-sched.lo `test -f 'query-sched.c' || echo '$(srcdir)/'`query-sched.c
1176
1177 libavahi_core_la-probe-sched.lo: probe-sched.c
1178 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-probe-sched.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-probe-sched.Tpo -c -o libavahi_core_la-probe-sched.lo `test -f 'probe-sched.c' || echo '$(srcdir)/'`probe-sched.c
1179 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-probe-sched.Tpo $(DEPDIR)/libavahi_core_la-probe-sched.Plo
1180 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='probe-sched.c' object='libavahi_core_la-probe-sched.lo' libtool=yes @AMDEPBACKSLASH@
1181 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1182 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-probe-sched.lo `test -f 'probe-sched.c' || echo '$(srcdir)/'`probe-sched.c
1183
1184 libavahi_core_la-announce.lo: announce.c
1185 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-announce.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-announce.Tpo -c -o libavahi_core_la-announce.lo `test -f 'announce.c' || echo '$(srcdir)/'`announce.c
1186 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-announce.Tpo $(DEPDIR)/libavahi_core_la-announce.Plo
1187 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='announce.c' object='libavahi_core_la-announce.lo' libtool=yes @AMDEPBACKSLASH@
1188 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1189 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-announce.lo `test -f 'announce.c' || echo '$(srcdir)/'`announce.c
1190
1191 libavahi_core_la-browse.lo: browse.c
1192 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-browse.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-browse.Tpo -c -o libavahi_core_la-browse.lo `test -f 'browse.c' || echo '$(srcdir)/'`browse.c
1193 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-browse.Tpo $(DEPDIR)/libavahi_core_la-browse.Plo
1194 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='browse.c' object='libavahi_core_la-browse.lo' libtool=yes @AMDEPBACKSLASH@
1195 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1196 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-browse.lo `test -f 'browse.c' || echo '$(srcdir)/'`browse.c
1197
1198 libavahi_core_la-rrlist.lo: rrlist.c
1199 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-rrlist.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-rrlist.Tpo -c -o libavahi_core_la-rrlist.lo `test -f 'rrlist.c' || echo '$(srcdir)/'`rrlist.c
1200 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-rrlist.Tpo $(DEPDIR)/libavahi_core_la-rrlist.Plo
1201 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='rrlist.c' object='libavahi_core_la-rrlist.lo' libtool=yes @AMDEPBACKSLASH@
1202 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1203 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-rrlist.lo `test -f 'rrlist.c' || echo '$(srcdir)/'`rrlist.c
1204
1205 libavahi_core_la-resolve-host-name.lo: resolve-host-name.c
1206 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-resolve-host-name.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-resolve-host-name.Tpo -c -o libavahi_core_la-resolve-host-name.lo `test -f 'resolve-host-name.c' || echo '$(srcdir)/'`resolve-host-name.c
1207 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-resolve-host-name.Tpo $(DEPDIR)/libavahi_core_la-resolve-host-name.Plo
1208 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='resolve-host-name.c' object='libavahi_core_la-resolve-host-name.lo' libtool=yes @AMDEPBACKSLASH@
1209 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1210 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-resolve-host-name.lo `test -f 'resolve-host-name.c' || echo '$(srcdir)/'`resolve-host-name.c
1211
1212 libavahi_core_la-resolve-address.lo: resolve-address.c
1213 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-resolve-address.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-resolve-address.Tpo -c -o libavahi_core_la-resolve-address.lo `test -f 'resolve-address.c' || echo '$(srcdir)/'`resolve-address.c
1214 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-resolve-address.Tpo $(DEPDIR)/libavahi_core_la-resolve-address.Plo
1215 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='resolve-address.c' object='libavahi_core_la-resolve-address.lo' libtool=yes @AMDEPBACKSLASH@
1216 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1217 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-resolve-address.lo `test -f 'resolve-address.c' || echo '$(srcdir)/'`resolve-address.c
1218
1219 libavahi_core_la-browse-domain.lo: browse-domain.c
1220 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-browse-domain.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-browse-domain.Tpo -c -o libavahi_core_la-browse-domain.lo `test -f 'browse-domain.c' || echo '$(srcdir)/'`browse-domain.c
1221 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-browse-domain.Tpo $(DEPDIR)/libavahi_core_la-browse-domain.Plo
1222 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='browse-domain.c' object='libavahi_core_la-browse-domain.lo' libtool=yes @AMDEPBACKSLASH@
1223 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1224 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-browse-domain.lo `test -f 'browse-domain.c' || echo '$(srcdir)/'`browse-domain.c
1225
1226 libavahi_core_la-browse-service-type.lo: browse-service-type.c
1227 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-browse-service-type.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-browse-service-type.Tpo -c -o libavahi_core_la-browse-service-type.lo `test -f 'browse-service-type.c' || echo '$(srcdir)/'`browse-service-type.c
1228 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-browse-service-type.Tpo $(DEPDIR)/libavahi_core_la-browse-service-type.Plo
1229 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='browse-service-type.c' object='libavahi_core_la-browse-service-type.lo' libtool=yes @AMDEPBACKSLASH@
1230 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1231 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-browse-service-type.lo `test -f 'browse-service-type.c' || echo '$(srcdir)/'`browse-service-type.c
1232
1233 libavahi_core_la-browse-service.lo: browse-service.c
1234 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-browse-service.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-browse-service.Tpo -c -o libavahi_core_la-browse-service.lo `test -f 'browse-service.c' || echo '$(srcdir)/'`browse-service.c
1235 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-browse-service.Tpo $(DEPDIR)/libavahi_core_la-browse-service.Plo
1236 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='browse-service.c' object='libavahi_core_la-browse-service.lo' libtool=yes @AMDEPBACKSLASH@
1237 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1238 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-browse-service.lo `test -f 'browse-service.c' || echo '$(srcdir)/'`browse-service.c
1239
1240 libavahi_core_la-resolve-service.lo: resolve-service.c
1241 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-resolve-service.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-resolve-service.Tpo -c -o libavahi_core_la-resolve-service.lo `test -f 'resolve-service.c' || echo '$(srcdir)/'`resolve-service.c
1242 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-resolve-service.Tpo $(DEPDIR)/libavahi_core_la-resolve-service.Plo
1243 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='resolve-service.c' object='libavahi_core_la-resolve-service.lo' libtool=yes @AMDEPBACKSLASH@
1244 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1245 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-resolve-service.lo `test -f 'resolve-service.c' || echo '$(srcdir)/'`resolve-service.c
1246
1247 libavahi_core_la-dns.lo: dns.c
1248 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-dns.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-dns.Tpo -c -o libavahi_core_la-dns.lo `test -f 'dns.c' || echo '$(srcdir)/'`dns.c
1249 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-dns.Tpo $(DEPDIR)/libavahi_core_la-dns.Plo
1250 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dns.c' object='libavahi_core_la-dns.lo' libtool=yes @AMDEPBACKSLASH@
1251 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1252 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-dns.lo `test -f 'dns.c' || echo '$(srcdir)/'`dns.c
1253
1254 libavahi_core_la-rr.lo: rr.c
1255 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-rr.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-rr.Tpo -c -o libavahi_core_la-rr.lo `test -f 'rr.c' || echo '$(srcdir)/'`rr.c
1256 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-rr.Tpo $(DEPDIR)/libavahi_core_la-rr.Plo
1257 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='rr.c' object='libavahi_core_la-rr.lo' libtool=yes @AMDEPBACKSLASH@
1258 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1259 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-rr.lo `test -f 'rr.c' || echo '$(srcdir)/'`rr.c
1260
1261 libavahi_core_la-log.lo: log.c
1262 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-log.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-log.Tpo -c -o libavahi_core_la-log.lo `test -f 'log.c' || echo '$(srcdir)/'`log.c
1263 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-log.Tpo $(DEPDIR)/libavahi_core_la-log.Plo
1264 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='log.c' object='libavahi_core_la-log.lo' libtool=yes @AMDEPBACKSLASH@
1265 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1266 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-log.lo `test -f 'log.c' || echo '$(srcdir)/'`log.c
1267
1268 libavahi_core_la-browse-dns-server.lo: browse-dns-server.c
1269 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-browse-dns-server.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-browse-dns-server.Tpo -c -o libavahi_core_la-browse-dns-server.lo `test -f 'browse-dns-server.c' || echo '$(srcdir)/'`browse-dns-server.c
1270 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-browse-dns-server.Tpo $(DEPDIR)/libavahi_core_la-browse-dns-server.Plo
1271 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='browse-dns-server.c' object='libavahi_core_la-browse-dns-server.lo' libtool=yes @AMDEPBACKSLASH@
1272 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1273 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-browse-dns-server.lo `test -f 'browse-dns-server.c' || echo '$(srcdir)/'`browse-dns-server.c
1274
1275 libavahi_core_la-fdutil.lo: fdutil.c
1276 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-fdutil.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-fdutil.Tpo -c -o libavahi_core_la-fdutil.lo `test -f 'fdutil.c' || echo '$(srcdir)/'`fdutil.c
1277 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-fdutil.Tpo $(DEPDIR)/libavahi_core_la-fdutil.Plo
1278 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='fdutil.c' object='libavahi_core_la-fdutil.lo' libtool=yes @AMDEPBACKSLASH@
1279 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1280 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-fdutil.lo `test -f 'fdutil.c' || echo '$(srcdir)/'`fdutil.c
1281
1282 libavahi_core_la-util.lo: util.c
1283 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-util.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-util.Tpo -c -o libavahi_core_la-util.lo `test -f 'util.c' || echo '$(srcdir)/'`util.c
1284 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-util.Tpo $(DEPDIR)/libavahi_core_la-util.Plo
1285 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='util.c' object='libavahi_core_la-util.lo' libtool=yes @AMDEPBACKSLASH@
1286 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1287 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-util.lo `test -f 'util.c' || echo '$(srcdir)/'`util.c
1288
1289 libavahi_core_la-hashmap.lo: hashmap.c
1290 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-hashmap.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-hashmap.Tpo -c -o libavahi_core_la-hashmap.lo `test -f 'hashmap.c' || echo '$(srcdir)/'`hashmap.c
1291 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-hashmap.Tpo $(DEPDIR)/libavahi_core_la-hashmap.Plo
1292 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='hashmap.c' object='libavahi_core_la-hashmap.lo' libtool=yes @AMDEPBACKSLASH@
1293 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1294 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-hashmap.lo `test -f 'hashmap.c' || echo '$(srcdir)/'`hashmap.c
1295
1296 libavahi_core_la-wide-area.lo: wide-area.c
1297 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-wide-area.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-wide-area.Tpo -c -o libavahi_core_la-wide-area.lo `test -f 'wide-area.c' || echo '$(srcdir)/'`wide-area.c
1298 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-wide-area.Tpo $(DEPDIR)/libavahi_core_la-wide-area.Plo
1299 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='wide-area.c' object='libavahi_core_la-wide-area.lo' libtool=yes @AMDEPBACKSLASH@
1300 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1301 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-wide-area.lo `test -f 'wide-area.c' || echo '$(srcdir)/'`wide-area.c
1302
1303 libavahi_core_la-multicast-lookup.lo: multicast-lookup.c
1304 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-multicast-lookup.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-multicast-lookup.Tpo -c -o libavahi_core_la-multicast-lookup.lo `test -f 'multicast-lookup.c' || echo '$(srcdir)/'`multicast-lookup.c
1305 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-multicast-lookup.Tpo $(DEPDIR)/libavahi_core_la-multicast-lookup.Plo
1306 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='multicast-lookup.c' object='libavahi_core_la-multicast-lookup.lo' libtool=yes @AMDEPBACKSLASH@
1307 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1308 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-multicast-lookup.lo `test -f 'multicast-lookup.c' || echo '$(srcdir)/'`multicast-lookup.c
1309
1310 libavahi_core_la-querier.lo: querier.c
1311 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-querier.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-querier.Tpo -c -o libavahi_core_la-querier.lo `test -f 'querier.c' || echo '$(srcdir)/'`querier.c
1312 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-querier.Tpo $(DEPDIR)/libavahi_core_la-querier.Plo
1313 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='querier.c' object='libavahi_core_la-querier.lo' libtool=yes @AMDEPBACKSLASH@
1314 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1315 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-querier.lo `test -f 'querier.c' || echo '$(srcdir)/'`querier.c
1316
1317 libavahi_core_la-addr-util.lo: addr-util.c
1318 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-addr-util.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-addr-util.Tpo -c -o libavahi_core_la-addr-util.lo `test -f 'addr-util.c' || echo '$(srcdir)/'`addr-util.c
1319 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-addr-util.Tpo $(DEPDIR)/libavahi_core_la-addr-util.Plo
1320 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='addr-util.c' object='libavahi_core_la-addr-util.lo' libtool=yes @AMDEPBACKSLASH@
1321 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1322 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-addr-util.lo `test -f 'addr-util.c' || echo '$(srcdir)/'`addr-util.c
1323
1324 libavahi_core_la-domain-util.lo: domain-util.c
1325 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-domain-util.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-domain-util.Tpo -c -o libavahi_core_la-domain-util.lo `test -f 'domain-util.c' || echo '$(srcdir)/'`domain-util.c
1326 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-domain-util.Tpo $(DEPDIR)/libavahi_core_la-domain-util.Plo
1327 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='domain-util.c' object='libavahi_core_la-domain-util.lo' libtool=yes @AMDEPBACKSLASH@
1328 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1329 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-domain-util.lo `test -f 'domain-util.c' || echo '$(srcdir)/'`domain-util.c
1330
1331 libavahi_core_la-iface-linux.lo: iface-linux.c
1332 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-iface-linux.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-iface-linux.Tpo -c -o libavahi_core_la-iface-linux.lo `test -f 'iface-linux.c' || echo '$(srcdir)/'`iface-linux.c
1333 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-iface-linux.Tpo $(DEPDIR)/libavahi_core_la-iface-linux.Plo
1334 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='iface-linux.c' object='libavahi_core_la-iface-linux.lo' libtool=yes @AMDEPBACKSLASH@
1335 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1336 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-iface-linux.lo `test -f 'iface-linux.c' || echo '$(srcdir)/'`iface-linux.c
1337
1338 libavahi_core_la-netlink.lo: netlink.c
1339 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-netlink.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-netlink.Tpo -c -o libavahi_core_la-netlink.lo `test -f 'netlink.c' || echo '$(srcdir)/'`netlink.c
1340 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-netlink.Tpo $(DEPDIR)/libavahi_core_la-netlink.Plo
1341 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='netlink.c' object='libavahi_core_la-netlink.lo' libtool=yes @AMDEPBACKSLASH@
1342 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1343 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-netlink.lo `test -f 'netlink.c' || echo '$(srcdir)/'`netlink.c
1344
1345 libavahi_core_la-iface-pfroute.lo: iface-pfroute.c
1346 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-iface-pfroute.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-iface-pfroute.Tpo -c -o libavahi_core_la-iface-pfroute.lo `test -f 'iface-pfroute.c' || echo '$(srcdir)/'`iface-pfroute.c
1347 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-iface-pfroute.Tpo $(DEPDIR)/libavahi_core_la-iface-pfroute.Plo
1348 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='iface-pfroute.c' object='libavahi_core_la-iface-pfroute.lo' libtool=yes @AMDEPBACKSLASH@
1349 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1350 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-iface-pfroute.lo `test -f 'iface-pfroute.c' || echo '$(srcdir)/'`iface-pfroute.c
1351
1352 libavahi_core_la-iface-none.lo: iface-none.c
1353 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-iface-none.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-iface-none.Tpo -c -o libavahi_core_la-iface-none.lo `test -f 'iface-none.c' || echo '$(srcdir)/'`iface-none.c
1354 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-iface-none.Tpo $(DEPDIR)/libavahi_core_la-iface-none.Plo
1355 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='iface-none.c' object='libavahi_core_la-iface-none.lo' libtool=yes @AMDEPBACKSLASH@
1356 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1357 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-iface-none.lo `test -f 'iface-none.c' || echo '$(srcdir)/'`iface-none.c
1358
1359 avahi_reflector-avahi-reflector.o: avahi-reflector.c
1360 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_reflector_CFLAGS) $(CFLAGS) -MT avahi_reflector-avahi-reflector.o -MD -MP -MF $(DEPDIR)/avahi_reflector-avahi-reflector.Tpo -c -o avahi_reflector-avahi-reflector.o `test -f 'avahi-reflector.c' || echo '$(srcdir)/'`avahi-reflector.c
1361 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_reflector-avahi-reflector.Tpo $(DEPDIR)/avahi_reflector-avahi-reflector.Po
1362 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='avahi-reflector.c' object='avahi_reflector-avahi-reflector.o' libtool=no @AMDEPBACKSLASH@
1363 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1364 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_reflector_CFLAGS) $(CFLAGS) -c -o avahi_reflector-avahi-reflector.o `test -f 'avahi-reflector.c' || echo '$(srcdir)/'`avahi-reflector.c
1365
1366 avahi_reflector-avahi-reflector.obj: avahi-reflector.c
1367 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_reflector_CFLAGS) $(CFLAGS) -MT avahi_reflector-avahi-reflector.obj -MD -MP -MF $(DEPDIR)/avahi_reflector-avahi-reflector.Tpo -c -o avahi_reflector-avahi-reflector.obj `if test -f 'avahi-reflector.c'; then $(CYGPATH_W) 'avahi-reflector.c'; else $(CYGPATH_W) '$(srcdir)/avahi-reflector.c'; fi`
1368 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_reflector-avahi-reflector.Tpo $(DEPDIR)/avahi_reflector-avahi-reflector.Po
1369 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='avahi-reflector.c' object='avahi_reflector-avahi-reflector.obj' libtool=no @AMDEPBACKSLASH@
1370 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1371 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_reflector_CFLAGS) $(CFLAGS) -c -o avahi_reflector-avahi-reflector.obj `if test -f 'avahi-reflector.c'; then $(CYGPATH_W) 'avahi-reflector.c'; else $(CYGPATH_W) '$(srcdir)/avahi-reflector.c'; fi`
1372
1373 avahi_test-avahi-test.o: avahi-test.c
1374 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_test_CFLAGS) $(CFLAGS) -MT avahi_test-avahi-test.o -MD -MP -MF $(DEPDIR)/avahi_test-avahi-test.Tpo -c -o avahi_test-avahi-test.o `test -f 'avahi-test.c' || echo '$(srcdir)/'`avahi-test.c
1375 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_test-avahi-test.Tpo $(DEPDIR)/avahi_test-avahi-test.Po
1376 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='avahi-test.c' object='avahi_test-avahi-test.o' libtool=no @AMDEPBACKSLASH@
1377 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1378 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_test_CFLAGS) $(CFLAGS) -c -o avahi_test-avahi-test.o `test -f 'avahi-test.c' || echo '$(srcdir)/'`avahi-test.c
1379
1380 avahi_test-avahi-test.obj: avahi-test.c
1381 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_test_CFLAGS) $(CFLAGS) -MT avahi_test-avahi-test.obj -MD -MP -MF $(DEPDIR)/avahi_test-avahi-test.Tpo -c -o avahi_test-avahi-test.obj `if test -f 'avahi-test.c'; then $(CYGPATH_W) 'avahi-test.c'; else $(CYGPATH_W) '$(srcdir)/avahi-test.c'; fi`
1382 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_test-avahi-test.Tpo $(DEPDIR)/avahi_test-avahi-test.Po
1383 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='avahi-test.c' object='avahi_test-avahi-test.obj' libtool=no @AMDEPBACKSLASH@
1384 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1385 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_test_CFLAGS) $(CFLAGS) -c -o avahi_test-avahi-test.obj `if test -f 'avahi-test.c'; then $(CYGPATH_W) 'avahi-test.c'; else $(CYGPATH_W) '$(srcdir)/avahi-test.c'; fi`
1386
1387 conformance_test-conformance-test.o: conformance-test.c
1388 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(conformance_test_CFLAGS) $(CFLAGS) -MT conformance_test-conformance-test.o -MD -MP -MF $(DEPDIR)/conformance_test-conformance-test.Tpo -c -o conformance_test-conformance-test.o `test -f 'conformance-test.c' || echo '$(srcdir)/'`conformance-test.c
1389 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/conformance_test-conformance-test.Tpo $(DEPDIR)/conformance_test-conformance-test.Po
1390 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='conformance-test.c' object='conformance_test-conformance-test.o' libtool=no @AMDEPBACKSLASH@
1391 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1392 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(conformance_test_CFLAGS) $(CFLAGS) -c -o conformance_test-conformance-test.o `test -f 'conformance-test.c' || echo '$(srcdir)/'`conformance-test.c
1393
1394 conformance_test-conformance-test.obj: conformance-test.c
1395 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(conformance_test_CFLAGS) $(CFLAGS) -MT conformance_test-conformance-test.obj -MD -MP -MF $(DEPDIR)/conformance_test-conformance-test.Tpo -c -o conformance_test-conformance-test.obj `if test -f 'conformance-test.c'; then $(CYGPATH_W) 'conformance-test.c'; else $(CYGPATH_W) '$(srcdir)/conformance-test.c'; fi`
1396 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/conformance_test-conformance-test.Tpo $(DEPDIR)/conformance_test-conformance-test.Po
1397 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='conformance-test.c' object='conformance_test-conformance-test.obj' libtool=no @AMDEPBACKSLASH@
1398 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1399 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(conformance_test_CFLAGS) $(CFLAGS) -c -o conformance_test-conformance-test.obj `if test -f 'conformance-test.c'; then $(CYGPATH_W) 'conformance-test.c'; else $(CYGPATH_W) '$(srcdir)/conformance-test.c'; fi`
1400
1401 dns_spin_test-dns-spin-test.o: dns-spin-test.c
1402 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_spin_test_CFLAGS) $(CFLAGS) -MT dns_spin_test-dns-spin-test.o -MD -MP -MF $(DEPDIR)/dns_spin_test-dns-spin-test.Tpo -c -o dns_spin_test-dns-spin-test.o `test -f 'dns-spin-test.c' || echo '$(srcdir)/'`dns-spin-test.c
1403 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/dns_spin_test-dns-spin-test.Tpo $(DEPDIR)/dns_spin_test-dns-spin-test.Po
1404 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dns-spin-test.c' object='dns_spin_test-dns-spin-test.o' libtool=no @AMDEPBACKSLASH@
1405 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1406 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_spin_test_CFLAGS) $(CFLAGS) -c -o dns_spin_test-dns-spin-test.o `test -f 'dns-spin-test.c' || echo '$(srcdir)/'`dns-spin-test.c
1407
1408 dns_spin_test-dns-spin-test.obj: dns-spin-test.c
1409 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_spin_test_CFLAGS) $(CFLAGS) -MT dns_spin_test-dns-spin-test.obj -MD -MP -MF $(DEPDIR)/dns_spin_test-dns-spin-test.Tpo -c -o dns_spin_test-dns-spin-test.obj `if test -f 'dns-spin-test.c'; then $(CYGPATH_W) 'dns-spin-test.c'; else $(CYGPATH_W) '$(srcdir)/dns-spin-test.c'; fi`
1410 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/dns_spin_test-dns-spin-test.Tpo $(DEPDIR)/dns_spin_test-dns-spin-test.Po
1411 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dns-spin-test.c' object='dns_spin_test-dns-spin-test.obj' libtool=no @AMDEPBACKSLASH@
1412 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1413 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_spin_test_CFLAGS) $(CFLAGS) -c -o dns_spin_test-dns-spin-test.obj `if test -f 'dns-spin-test.c'; then $(CYGPATH_W) 'dns-spin-test.c'; else $(CYGPATH_W) '$(srcdir)/dns-spin-test.c'; fi`
1414
1415 dns_test-dns.o: dns.c
1416 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_test_CFLAGS) $(CFLAGS) -MT dns_test-dns.o -MD -MP -MF $(DEPDIR)/dns_test-dns.Tpo -c -o dns_test-dns.o `test -f 'dns.c' || echo '$(srcdir)/'`dns.c
1417 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/dns_test-dns.Tpo $(DEPDIR)/dns_test-dns.Po
1418 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dns.c' object='dns_test-dns.o' libtool=no @AMDEPBACKSLASH@
1419 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1420 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_test_CFLAGS) $(CFLAGS) -c -o dns_test-dns.o `test -f 'dns.c' || echo '$(srcdir)/'`dns.c
1421
1422 dns_test-dns.obj: dns.c
1423 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_test_CFLAGS) $(CFLAGS) -MT dns_test-dns.obj -MD -MP -MF $(DEPDIR)/dns_test-dns.Tpo -c -o dns_test-dns.obj `if test -f 'dns.c'; then $(CYGPATH_W) 'dns.c'; else $(CYGPATH_W) '$(srcdir)/dns.c'; fi`
1424 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/dns_test-dns.Tpo $(DEPDIR)/dns_test-dns.Po
1425 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dns.c' object='dns_test-dns.obj' libtool=no @AMDEPBACKSLASH@
1426 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1427 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_test_CFLAGS) $(CFLAGS) -c -o dns_test-dns.obj `if test -f 'dns.c'; then $(CYGPATH_W) 'dns.c'; else $(CYGPATH_W) '$(srcdir)/dns.c'; fi`
1428
1429 dns_test-dns-test.o: dns-test.c
1430 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_test_CFLAGS) $(CFLAGS) -MT dns_test-dns-test.o -MD -MP -MF $(DEPDIR)/dns_test-dns-test.Tpo -c -o dns_test-dns-test.o `test -f 'dns-test.c' || echo '$(srcdir)/'`dns-test.c
1431 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/dns_test-dns-test.Tpo $(DEPDIR)/dns_test-dns-test.Po
1432 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dns-test.c' object='dns_test-dns-test.o' libtool=no @AMDEPBACKSLASH@
1433 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1434 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_test_CFLAGS) $(CFLAGS) -c -o dns_test-dns-test.o `test -f 'dns-test.c' || echo '$(srcdir)/'`dns-test.c
1435
1436 dns_test-dns-test.obj: dns-test.c
1437 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_test_CFLAGS) $(CFLAGS) -MT dns_test-dns-test.obj -MD -MP -MF $(DEPDIR)/dns_test-dns-test.Tpo -c -o dns_test-dns-test.obj `if test -f 'dns-test.c'; then $(CYGPATH_W) 'dns-test.c'; else $(CYGPATH_W) '$(srcdir)/dns-test.c'; fi`
1438 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/dns_test-dns-test.Tpo $(DEPDIR)/dns_test-dns-test.Po
1439 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dns-test.c' object='dns_test-dns-test.obj' libtool=no @AMDEPBACKSLASH@
1440 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1441 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_test_CFLAGS) $(CFLAGS) -c -o dns_test-dns-test.obj `if test -f 'dns-test.c'; then $(CYGPATH_W) 'dns-test.c'; else $(CYGPATH_W) '$(srcdir)/dns-test.c'; fi`
1442
1443 dns_test-log.o: log.c
1444 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_test_CFLAGS) $(CFLAGS) -MT dns_test-log.o -MD -MP -MF $(DEPDIR)/dns_test-log.Tpo -c -o dns_test-log.o `test -f 'log.c' || echo '$(srcdir)/'`log.c
1445 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/dns_test-log.Tpo $(DEPDIR)/dns_test-log.Po
1446 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='log.c' object='dns_test-log.o' libtool=no @AMDEPBACKSLASH@
1447 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1448 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_test_CFLAGS) $(CFLAGS) -c -o dns_test-log.o `test -f 'log.c' || echo '$(srcdir)/'`log.c
1449
1450 dns_test-log.obj: log.c
1451 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_test_CFLAGS) $(CFLAGS) -MT dns_test-log.obj -MD -MP -MF $(DEPDIR)/dns_test-log.Tpo -c -o dns_test-log.obj `if test -f 'log.c'; then $(CYGPATH_W) 'log.c'; else $(CYGPATH_W) '$(srcdir)/log.c'; fi`
1452 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/dns_test-log.Tpo $(DEPDIR)/dns_test-log.Po
1453 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='log.c' object='dns_test-log.obj' libtool=no @AMDEPBACKSLASH@
1454 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1455 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_test_CFLAGS) $(CFLAGS) -c -o dns_test-log.obj `if test -f 'log.c'; then $(CYGPATH_W) 'log.c'; else $(CYGPATH_W) '$(srcdir)/log.c'; fi`
1456
1457 dns_test-util.o: util.c
1458 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_test_CFLAGS) $(CFLAGS) -MT dns_test-util.o -MD -MP -MF $(DEPDIR)/dns_test-util.Tpo -c -o dns_test-util.o `test -f 'util.c' || echo '$(srcdir)/'`util.c
1459 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/dns_test-util.Tpo $(DEPDIR)/dns_test-util.Po
1460 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='util.c' object='dns_test-util.o' libtool=no @AMDEPBACKSLASH@
1461 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1462 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_test_CFLAGS) $(CFLAGS) -c -o dns_test-util.o `test -f 'util.c' || echo '$(srcdir)/'`util.c
1463
1464 dns_test-util.obj: util.c
1465 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_test_CFLAGS) $(CFLAGS) -MT dns_test-util.obj -MD -MP -MF $(DEPDIR)/dns_test-util.Tpo -c -o dns_test-util.obj `if test -f 'util.c'; then $(CYGPATH_W) 'util.c'; else $(CYGPATH_W) '$(srcdir)/util.c'; fi`
1466 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/dns_test-util.Tpo $(DEPDIR)/dns_test-util.Po
1467 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='util.c' object='dns_test-util.obj' libtool=no @AMDEPBACKSLASH@
1468 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1469 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_test_CFLAGS) $(CFLAGS) -c -o dns_test-util.obj `if test -f 'util.c'; then $(CYGPATH_W) 'util.c'; else $(CYGPATH_W) '$(srcdir)/util.c'; fi`
1470
1471 dns_test-rr.o: rr.c
1472 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_test_CFLAGS) $(CFLAGS) -MT dns_test-rr.o -MD -MP -MF $(DEPDIR)/dns_test-rr.Tpo -c -o dns_test-rr.o `test -f 'rr.c' || echo '$(srcdir)/'`rr.c
1473 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/dns_test-rr.Tpo $(DEPDIR)/dns_test-rr.Po
1474 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='rr.c' object='dns_test-rr.o' libtool=no @AMDEPBACKSLASH@
1475 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1476 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_test_CFLAGS) $(CFLAGS) -c -o dns_test-rr.o `test -f 'rr.c' || echo '$(srcdir)/'`rr.c
1477
1478 dns_test-rr.obj: rr.c
1479 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_test_CFLAGS) $(CFLAGS) -MT dns_test-rr.obj -MD -MP -MF $(DEPDIR)/dns_test-rr.Tpo -c -o dns_test-rr.obj `if test -f 'rr.c'; then $(CYGPATH_W) 'rr.c'; else $(CYGPATH_W) '$(srcdir)/rr.c'; fi`
1480 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/dns_test-rr.Tpo $(DEPDIR)/dns_test-rr.Po
1481 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='rr.c' object='dns_test-rr.obj' libtool=no @AMDEPBACKSLASH@
1482 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1483 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_test_CFLAGS) $(CFLAGS) -c -o dns_test-rr.obj `if test -f 'rr.c'; then $(CYGPATH_W) 'rr.c'; else $(CYGPATH_W) '$(srcdir)/rr.c'; fi`
1484
1485 dns_test-hashmap.o: hashmap.c
1486 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_test_CFLAGS) $(CFLAGS) -MT dns_test-hashmap.o -MD -MP -MF $(DEPDIR)/dns_test-hashmap.Tpo -c -o dns_test-hashmap.o `test -f 'hashmap.c' || echo '$(srcdir)/'`hashmap.c
1487 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/dns_test-hashmap.Tpo $(DEPDIR)/dns_test-hashmap.Po
1488 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='hashmap.c' object='dns_test-hashmap.o' libtool=no @AMDEPBACKSLASH@
1489 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1490 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_test_CFLAGS) $(CFLAGS) -c -o dns_test-hashmap.o `test -f 'hashmap.c' || echo '$(srcdir)/'`hashmap.c
1491
1492 dns_test-hashmap.obj: hashmap.c
1493 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_test_CFLAGS) $(CFLAGS) -MT dns_test-hashmap.obj -MD -MP -MF $(DEPDIR)/dns_test-hashmap.Tpo -c -o dns_test-hashmap.obj `if test -f 'hashmap.c'; then $(CYGPATH_W) 'hashmap.c'; else $(CYGPATH_W) '$(srcdir)/hashmap.c'; fi`
1494 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/dns_test-hashmap.Tpo $(DEPDIR)/dns_test-hashmap.Po
1495 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='hashmap.c' object='dns_test-hashmap.obj' libtool=no @AMDEPBACKSLASH@
1496 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1497 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_test_CFLAGS) $(CFLAGS) -c -o dns_test-hashmap.obj `if test -f 'hashmap.c'; then $(CYGPATH_W) 'hashmap.c'; else $(CYGPATH_W) '$(srcdir)/hashmap.c'; fi`
1498
1499 dns_test-domain-util.o: domain-util.c
1500 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_test_CFLAGS) $(CFLAGS) -MT dns_test-domain-util.o -MD -MP -MF $(DEPDIR)/dns_test-domain-util.Tpo -c -o dns_test-domain-util.o `test -f 'domain-util.c' || echo '$(srcdir)/'`domain-util.c
1501 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/dns_test-domain-util.Tpo $(DEPDIR)/dns_test-domain-util.Po
1502 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='domain-util.c' object='dns_test-domain-util.o' libtool=no @AMDEPBACKSLASH@
1503 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1504 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_test_CFLAGS) $(CFLAGS) -c -o dns_test-domain-util.o `test -f 'domain-util.c' || echo '$(srcdir)/'`domain-util.c
1505
1506 dns_test-domain-util.obj: domain-util.c
1507 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_test_CFLAGS) $(CFLAGS) -MT dns_test-domain-util.obj -MD -MP -MF $(DEPDIR)/dns_test-domain-util.Tpo -c -o dns_test-domain-util.obj `if test -f 'domain-util.c'; then $(CYGPATH_W) 'domain-util.c'; else $(CYGPATH_W) '$(srcdir)/domain-util.c'; fi`
1508 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/dns_test-domain-util.Tpo $(DEPDIR)/dns_test-domain-util.Po
1509 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='domain-util.c' object='dns_test-domain-util.obj' libtool=no @AMDEPBACKSLASH@
1510 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1511 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_test_CFLAGS) $(CFLAGS) -c -o dns_test-domain-util.obj `if test -f 'domain-util.c'; then $(CYGPATH_W) 'domain-util.c'; else $(CYGPATH_W) '$(srcdir)/domain-util.c'; fi`
1512
1513 dns_test-addr-util.o: addr-util.c
1514 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_test_CFLAGS) $(CFLAGS) -MT dns_test-addr-util.o -MD -MP -MF $(DEPDIR)/dns_test-addr-util.Tpo -c -o dns_test-addr-util.o `test -f 'addr-util.c' || echo '$(srcdir)/'`addr-util.c
1515 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/dns_test-addr-util.Tpo $(DEPDIR)/dns_test-addr-util.Po
1516 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='addr-util.c' object='dns_test-addr-util.o' libtool=no @AMDEPBACKSLASH@
1517 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1518 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_test_CFLAGS) $(CFLAGS) -c -o dns_test-addr-util.o `test -f 'addr-util.c' || echo '$(srcdir)/'`addr-util.c
1519
1520 dns_test-addr-util.obj: addr-util.c
1521 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_test_CFLAGS) $(CFLAGS) -MT dns_test-addr-util.obj -MD -MP -MF $(DEPDIR)/dns_test-addr-util.Tpo -c -o dns_test-addr-util.obj `if test -f 'addr-util.c'; then $(CYGPATH_W) 'addr-util.c'; else $(CYGPATH_W) '$(srcdir)/addr-util.c'; fi`
1522 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/dns_test-addr-util.Tpo $(DEPDIR)/dns_test-addr-util.Po
1523 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='addr-util.c' object='dns_test-addr-util.obj' libtool=no @AMDEPBACKSLASH@
1524 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1525 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_test_CFLAGS) $(CFLAGS) -c -o dns_test-addr-util.obj `if test -f 'addr-util.c'; then $(CYGPATH_W) 'addr-util.c'; else $(CYGPATH_W) '$(srcdir)/addr-util.c'; fi`
1526
1527 hashmap_test-hashmap-test.o: hashmap-test.c
1528 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hashmap_test_CFLAGS) $(CFLAGS) -MT hashmap_test-hashmap-test.o -MD -MP -MF $(DEPDIR)/hashmap_test-hashmap-test.Tpo -c -o hashmap_test-hashmap-test.o `test -f 'hashmap-test.c' || echo '$(srcdir)/'`hashmap-test.c
1529 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/hashmap_test-hashmap-test.Tpo $(DEPDIR)/hashmap_test-hashmap-test.Po
1530 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='hashmap-test.c' object='hashmap_test-hashmap-test.o' libtool=no @AMDEPBACKSLASH@
1531 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1532 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hashmap_test_CFLAGS) $(CFLAGS) -c -o hashmap_test-hashmap-test.o `test -f 'hashmap-test.c' || echo '$(srcdir)/'`hashmap-test.c
1533
1534 hashmap_test-hashmap-test.obj: hashmap-test.c
1535 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hashmap_test_CFLAGS) $(CFLAGS) -MT hashmap_test-hashmap-test.obj -MD -MP -MF $(DEPDIR)/hashmap_test-hashmap-test.Tpo -c -o hashmap_test-hashmap-test.obj `if test -f 'hashmap-test.c'; then $(CYGPATH_W) 'hashmap-test.c'; else $(CYGPATH_W) '$(srcdir)/hashmap-test.c'; fi`
1536 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/hashmap_test-hashmap-test.Tpo $(DEPDIR)/hashmap_test-hashmap-test.Po
1537 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='hashmap-test.c' object='hashmap_test-hashmap-test.obj' libtool=no @AMDEPBACKSLASH@
1538 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1539 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hashmap_test_CFLAGS) $(CFLAGS) -c -o hashmap_test-hashmap-test.obj `if test -f 'hashmap-test.c'; then $(CYGPATH_W) 'hashmap-test.c'; else $(CYGPATH_W) '$(srcdir)/hashmap-test.c'; fi`
1540
1541 hashmap_test-hashmap.o: hashmap.c
1542 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hashmap_test_CFLAGS) $(CFLAGS) -MT hashmap_test-hashmap.o -MD -MP -MF $(DEPDIR)/hashmap_test-hashmap.Tpo -c -o hashmap_test-hashmap.o `test -f 'hashmap.c' || echo '$(srcdir)/'`hashmap.c
1543 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/hashmap_test-hashmap.Tpo $(DEPDIR)/hashmap_test-hashmap.Po
1544 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='hashmap.c' object='hashmap_test-hashmap.o' libtool=no @AMDEPBACKSLASH@
1545 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1546 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hashmap_test_CFLAGS) $(CFLAGS) -c -o hashmap_test-hashmap.o `test -f 'hashmap.c' || echo '$(srcdir)/'`hashmap.c
1547
1548 hashmap_test-hashmap.obj: hashmap.c
1549 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hashmap_test_CFLAGS) $(CFLAGS) -MT hashmap_test-hashmap.obj -MD -MP -MF $(DEPDIR)/hashmap_test-hashmap.Tpo -c -o hashmap_test-hashmap.obj `if test -f 'hashmap.c'; then $(CYGPATH_W) 'hashmap.c'; else $(CYGPATH_W) '$(srcdir)/hashmap.c'; fi`
1550 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/hashmap_test-hashmap.Tpo $(DEPDIR)/hashmap_test-hashmap.Po
1551 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='hashmap.c' object='hashmap_test-hashmap.obj' libtool=no @AMDEPBACKSLASH@
1552 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1553 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hashmap_test_CFLAGS) $(CFLAGS) -c -o hashmap_test-hashmap.obj `if test -f 'hashmap.c'; then $(CYGPATH_W) 'hashmap.c'; else $(CYGPATH_W) '$(srcdir)/hashmap.c'; fi`
1554
1555 hashmap_test-util.o: util.c
1556 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hashmap_test_CFLAGS) $(CFLAGS) -MT hashmap_test-util.o -MD -MP -MF $(DEPDIR)/hashmap_test-util.Tpo -c -o hashmap_test-util.o `test -f 'util.c' || echo '$(srcdir)/'`util.c
1557 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/hashmap_test-util.Tpo $(DEPDIR)/hashmap_test-util.Po
1558 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='util.c' object='hashmap_test-util.o' libtool=no @AMDEPBACKSLASH@
1559 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1560 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hashmap_test_CFLAGS) $(CFLAGS) -c -o hashmap_test-util.o `test -f 'util.c' || echo '$(srcdir)/'`util.c
1561
1562 hashmap_test-util.obj: util.c
1563 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hashmap_test_CFLAGS) $(CFLAGS) -MT hashmap_test-util.obj -MD -MP -MF $(DEPDIR)/hashmap_test-util.Tpo -c -o hashmap_test-util.obj `if test -f 'util.c'; then $(CYGPATH_W) 'util.c'; else $(CYGPATH_W) '$(srcdir)/util.c'; fi`
1564 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/hashmap_test-util.Tpo $(DEPDIR)/hashmap_test-util.Po
1565 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='util.c' object='hashmap_test-util.obj' libtool=no @AMDEPBACKSLASH@
1566 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1567 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hashmap_test_CFLAGS) $(CFLAGS) -c -o hashmap_test-util.obj `if test -f 'util.c'; then $(CYGPATH_W) 'util.c'; else $(CYGPATH_W) '$(srcdir)/util.c'; fi`
1568
1569 prioq_test-prioq-test.o: prioq-test.c
1570 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(prioq_test_CFLAGS) $(CFLAGS) -MT prioq_test-prioq-test.o -MD -MP -MF $(DEPDIR)/prioq_test-prioq-test.Tpo -c -o prioq_test-prioq-test.o `test -f 'prioq-test.c' || echo '$(srcdir)/'`prioq-test.c
1571 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/prioq_test-prioq-test.Tpo $(DEPDIR)/prioq_test-prioq-test.Po
1572 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='prioq-test.c' object='prioq_test-prioq-test.o' libtool=no @AMDEPBACKSLASH@
1573 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1574 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(prioq_test_CFLAGS) $(CFLAGS) -c -o prioq_test-prioq-test.o `test -f 'prioq-test.c' || echo '$(srcdir)/'`prioq-test.c
1575
1576 prioq_test-prioq-test.obj: prioq-test.c
1577 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(prioq_test_CFLAGS) $(CFLAGS) -MT prioq_test-prioq-test.obj -MD -MP -MF $(DEPDIR)/prioq_test-prioq-test.Tpo -c -o prioq_test-prioq-test.obj `if test -f 'prioq-test.c'; then $(CYGPATH_W) 'prioq-test.c'; else $(CYGPATH_W) '$(srcdir)/prioq-test.c'; fi`
1578 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/prioq_test-prioq-test.Tpo $(DEPDIR)/prioq_test-prioq-test.Po
1579 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='prioq-test.c' object='prioq_test-prioq-test.obj' libtool=no @AMDEPBACKSLASH@
1580 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1581 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(prioq_test_CFLAGS) $(CFLAGS) -c -o prioq_test-prioq-test.obj `if test -f 'prioq-test.c'; then $(CYGPATH_W) 'prioq-test.c'; else $(CYGPATH_W) '$(srcdir)/prioq-test.c'; fi`
1582
1583 prioq_test-prioq.o: prioq.c
1584 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(prioq_test_CFLAGS) $(CFLAGS) -MT prioq_test-prioq.o -MD -MP -MF $(DEPDIR)/prioq_test-prioq.Tpo -c -o prioq_test-prioq.o `test -f 'prioq.c' || echo '$(srcdir)/'`prioq.c
1585 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/prioq_test-prioq.Tpo $(DEPDIR)/prioq_test-prioq.Po
1586 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='prioq.c' object='prioq_test-prioq.o' libtool=no @AMDEPBACKSLASH@
1587 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1588 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(prioq_test_CFLAGS) $(CFLAGS) -c -o prioq_test-prioq.o `test -f 'prioq.c' || echo '$(srcdir)/'`prioq.c
1589
1590 prioq_test-prioq.obj: prioq.c
1591 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(prioq_test_CFLAGS) $(CFLAGS) -MT prioq_test-prioq.obj -MD -MP -MF $(DEPDIR)/prioq_test-prioq.Tpo -c -o prioq_test-prioq.obj `if test -f 'prioq.c'; then $(CYGPATH_W) 'prioq.c'; else $(CYGPATH_W) '$(srcdir)/prioq.c'; fi`
1592 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/prioq_test-prioq.Tpo $(DEPDIR)/prioq_test-prioq.Po
1593 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='prioq.c' object='prioq_test-prioq.obj' libtool=no @AMDEPBACKSLASH@
1594 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1595 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(prioq_test_CFLAGS) $(CFLAGS) -c -o prioq_test-prioq.obj `if test -f 'prioq.c'; then $(CYGPATH_W) 'prioq.c'; else $(CYGPATH_W) '$(srcdir)/prioq.c'; fi`
1596
1597 querier_test-querier-test.o: querier-test.c
1598 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(querier_test_CFLAGS) $(CFLAGS) -MT querier_test-querier-test.o -MD -MP -MF $(DEPDIR)/querier_test-querier-test.Tpo -c -o querier_test-querier-test.o `test -f 'querier-test.c' || echo '$(srcdir)/'`querier-test.c
1599 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/querier_test-querier-test.Tpo $(DEPDIR)/querier_test-querier-test.Po
1600 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='querier-test.c' object='querier_test-querier-test.o' libtool=no @AMDEPBACKSLASH@
1601 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1602 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(querier_test_CFLAGS) $(CFLAGS) -c -o querier_test-querier-test.o `test -f 'querier-test.c' || echo '$(srcdir)/'`querier-test.c
1603
1604 querier_test-querier-test.obj: querier-test.c
1605 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(querier_test_CFLAGS) $(CFLAGS) -MT querier_test-querier-test.obj -MD -MP -MF $(DEPDIR)/querier_test-querier-test.Tpo -c -o querier_test-querier-test.obj `if test -f 'querier-test.c'; then $(CYGPATH_W) 'querier-test.c'; else $(CYGPATH_W) '$(srcdir)/querier-test.c'; fi`
1606 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/querier_test-querier-test.Tpo $(DEPDIR)/querier_test-querier-test.Po
1607 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='querier-test.c' object='querier_test-querier-test.obj' libtool=no @AMDEPBACKSLASH@
1608 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1609 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(querier_test_CFLAGS) $(CFLAGS) -c -o querier_test-querier-test.obj `if test -f 'querier-test.c'; then $(CYGPATH_W) 'querier-test.c'; else $(CYGPATH_W) '$(srcdir)/querier-test.c'; fi`
1610
1611 timeeventq_test-timeeventq-test.o: timeeventq-test.c
1612 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(timeeventq_test_CFLAGS) $(CFLAGS) -MT timeeventq_test-timeeventq-test.o -MD -MP -MF $(DEPDIR)/timeeventq_test-timeeventq-test.Tpo -c -o timeeventq_test-timeeventq-test.o `test -f 'timeeventq-test.c' || echo '$(srcdir)/'`timeeventq-test.c
1613 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/timeeventq_test-timeeventq-test.Tpo $(DEPDIR)/timeeventq_test-timeeventq-test.Po
1614 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='timeeventq-test.c' object='timeeventq_test-timeeventq-test.o' libtool=no @AMDEPBACKSLASH@
1615 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1616 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(timeeventq_test_CFLAGS) $(CFLAGS) -c -o timeeventq_test-timeeventq-test.o `test -f 'timeeventq-test.c' || echo '$(srcdir)/'`timeeventq-test.c
1617
1618 timeeventq_test-timeeventq-test.obj: timeeventq-test.c
1619 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(timeeventq_test_CFLAGS) $(CFLAGS) -MT timeeventq_test-timeeventq-test.obj -MD -MP -MF $(DEPDIR)/timeeventq_test-timeeventq-test.Tpo -c -o timeeventq_test-timeeventq-test.obj `if test -f 'timeeventq-test.c'; then $(CYGPATH_W) 'timeeventq-test.c'; else $(CYGPATH_W) '$(srcdir)/timeeventq-test.c'; fi`
1620 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/timeeventq_test-timeeventq-test.Tpo $(DEPDIR)/timeeventq_test-timeeventq-test.Po
1621 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='timeeventq-test.c' object='timeeventq_test-timeeventq-test.obj' libtool=no @AMDEPBACKSLASH@
1622 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1623 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(timeeventq_test_CFLAGS) $(CFLAGS) -c -o timeeventq_test-timeeventq-test.obj `if test -f 'timeeventq-test.c'; then $(CYGPATH_W) 'timeeventq-test.c'; else $(CYGPATH_W) '$(srcdir)/timeeventq-test.c'; fi`
1624
1625 timeeventq_test-timeeventq.o: timeeventq.c
1626 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(timeeventq_test_CFLAGS) $(CFLAGS) -MT timeeventq_test-timeeventq.o -MD -MP -MF $(DEPDIR)/timeeventq_test-timeeventq.Tpo -c -o timeeventq_test-timeeventq.o `test -f 'timeeventq.c' || echo '$(srcdir)/'`timeeventq.c
1627 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/timeeventq_test-timeeventq.Tpo $(DEPDIR)/timeeventq_test-timeeventq.Po
1628 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='timeeventq.c' object='timeeventq_test-timeeventq.o' libtool=no @AMDEPBACKSLASH@
1629 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1630 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(timeeventq_test_CFLAGS) $(CFLAGS) -c -o timeeventq_test-timeeventq.o `test -f 'timeeventq.c' || echo '$(srcdir)/'`timeeventq.c
1631
1632 timeeventq_test-timeeventq.obj: timeeventq.c
1633 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(timeeventq_test_CFLAGS) $(CFLAGS) -MT timeeventq_test-timeeventq.obj -MD -MP -MF $(DEPDIR)/timeeventq_test-timeeventq.Tpo -c -o timeeventq_test-timeeventq.obj `if test -f 'timeeventq.c'; then $(CYGPATH_W) 'timeeventq.c'; else $(CYGPATH_W) '$(srcdir)/timeeventq.c'; fi`
1634 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/timeeventq_test-timeeventq.Tpo $(DEPDIR)/timeeventq_test-timeeventq.Po
1635 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='timeeventq.c' object='timeeventq_test-timeeventq.obj' libtool=no @AMDEPBACKSLASH@
1636 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1637 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(timeeventq_test_CFLAGS) $(CFLAGS) -c -o timeeventq_test-timeeventq.obj `if test -f 'timeeventq.c'; then $(CYGPATH_W) 'timeeventq.c'; else $(CYGPATH_W) '$(srcdir)/timeeventq.c'; fi`
1638
1639 timeeventq_test-prioq.o: prioq.c
1640 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(timeeventq_test_CFLAGS) $(CFLAGS) -MT timeeventq_test-prioq.o -MD -MP -MF $(DEPDIR)/timeeventq_test-prioq.Tpo -c -o timeeventq_test-prioq.o `test -f 'prioq.c' || echo '$(srcdir)/'`prioq.c
1641 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/timeeventq_test-prioq.Tpo $(DEPDIR)/timeeventq_test-prioq.Po
1642 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='prioq.c' object='timeeventq_test-prioq.o' libtool=no @AMDEPBACKSLASH@
1643 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1644 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(timeeventq_test_CFLAGS) $(CFLAGS) -c -o timeeventq_test-prioq.o `test -f 'prioq.c' || echo '$(srcdir)/'`prioq.c
1645
1646 timeeventq_test-prioq.obj: prioq.c
1647 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(timeeventq_test_CFLAGS) $(CFLAGS) -MT timeeventq_test-prioq.obj -MD -MP -MF $(DEPDIR)/timeeventq_test-prioq.Tpo -c -o timeeventq_test-prioq.obj `if test -f 'prioq.c'; then $(CYGPATH_W) 'prioq.c'; else $(CYGPATH_W) '$(srcdir)/prioq.c'; fi`
1648 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/timeeventq_test-prioq.Tpo $(DEPDIR)/timeeventq_test-prioq.Po
1649 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='prioq.c' object='timeeventq_test-prioq.obj' libtool=no @AMDEPBACKSLASH@
1650 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1651 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(timeeventq_test_CFLAGS) $(CFLAGS) -c -o timeeventq_test-prioq.obj `if test -f 'prioq.c'; then $(CYGPATH_W) 'prioq.c'; else $(CYGPATH_W) '$(srcdir)/prioq.c'; fi`
1652
1653 timeeventq_test-log.o: log.c
1654 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(timeeventq_test_CFLAGS) $(CFLAGS) -MT timeeventq_test-log.o -MD -MP -MF $(DEPDIR)/timeeventq_test-log.Tpo -c -o timeeventq_test-log.o `test -f 'log.c' || echo '$(srcdir)/'`log.c
1655 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/timeeventq_test-log.Tpo $(DEPDIR)/timeeventq_test-log.Po
1656 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='log.c' object='timeeventq_test-log.o' libtool=no @AMDEPBACKSLASH@
1657 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1658 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(timeeventq_test_CFLAGS) $(CFLAGS) -c -o timeeventq_test-log.o `test -f 'log.c' || echo '$(srcdir)/'`log.c
1659
1660 timeeventq_test-log.obj: log.c
1661 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(timeeventq_test_CFLAGS) $(CFLAGS) -MT timeeventq_test-log.obj -MD -MP -MF $(DEPDIR)/timeeventq_test-log.Tpo -c -o timeeventq_test-log.obj `if test -f 'log.c'; then $(CYGPATH_W) 'log.c'; else $(CYGPATH_W) '$(srcdir)/log.c'; fi`
1662 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/timeeventq_test-log.Tpo $(DEPDIR)/timeeventq_test-log.Po
1663 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='log.c' object='timeeventq_test-log.obj' libtool=no @AMDEPBACKSLASH@
1664 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1665 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(timeeventq_test_CFLAGS) $(CFLAGS) -c -o timeeventq_test-log.obj `if test -f 'log.c'; then $(CYGPATH_W) 'log.c'; else $(CYGPATH_W) '$(srcdir)/log.c'; fi`
1666
1667 update_test-update-test.o: update-test.c
1668 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(update_test_CFLAGS) $(CFLAGS) -MT update_test-update-test.o -MD -MP -MF $(DEPDIR)/update_test-update-test.Tpo -c -o update_test-update-test.o `test -f 'update-test.c' || echo '$(srcdir)/'`update-test.c
1669 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/update_test-update-test.Tpo $(DEPDIR)/update_test-update-test.Po
1670 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='update-test.c' object='update_test-update-test.o' libtool=no @AMDEPBACKSLASH@
1671 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1672 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(update_test_CFLAGS) $(CFLAGS) -c -o update_test-update-test.o `test -f 'update-test.c' || echo '$(srcdir)/'`update-test.c
1673
1674 update_test-update-test.obj: update-test.c
1675 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(update_test_CFLAGS) $(CFLAGS) -MT update_test-update-test.obj -MD -MP -MF $(DEPDIR)/update_test-update-test.Tpo -c -o update_test-update-test.obj `if test -f 'update-test.c'; then $(CYGPATH_W) 'update-test.c'; else $(CYGPATH_W) '$(srcdir)/update-test.c'; fi`
1676 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/update_test-update-test.Tpo $(DEPDIR)/update_test-update-test.Po
1677 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='update-test.c' object='update_test-update-test.obj' libtool=no @AMDEPBACKSLASH@
1678 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1679 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(update_test_CFLAGS) $(CFLAGS) -c -o update_test-update-test.obj `if test -f 'update-test.c'; then $(CYGPATH_W) 'update-test.c'; else $(CYGPATH_W) '$(srcdir)/update-test.c'; fi`
1680
1681 mostlyclean-libtool:
1682 -rm -f *.lo
1683
1684 clean-libtool:
1685 -rm -rf .libs _libs
1686 install-avahiincludeHEADERS: $(avahiinclude_HEADERS)
1687 @$(NORMAL_INSTALL)
1688 @list='$(avahiinclude_HEADERS)'; test -n "$(avahiincludedir)" || list=; \
1689 if test -n "$$list"; then \
1690 echo " $(MKDIR_P) '$(DESTDIR)$(avahiincludedir)'"; \
1691 $(MKDIR_P) "$(DESTDIR)$(avahiincludedir)" || exit 1; \
1692 fi; \
1693 for p in $$list; do \
1694 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1695 echo "$$d$$p"; \
1696 done | $(am__base_list) | \
1697 while read files; do \
1698 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(avahiincludedir)'"; \
1699 $(INSTALL_HEADER) $$files "$(DESTDIR)$(avahiincludedir)" || exit $$?; \
1700 done
1701
1702 uninstall-avahiincludeHEADERS:
1703 @$(NORMAL_UNINSTALL)
1704 @list='$(avahiinclude_HEADERS)'; test -n "$(avahiincludedir)" || list=; \
1705 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1706 dir='$(DESTDIR)$(avahiincludedir)'; $(am__uninstall_files_from_dir)
1707
1708 ID: $(am__tagged_files)
1709 $(am__define_uniq_tagged_files); mkid -fID $$unique
1710 tags: tags-am
1711 TAGS: tags
1712
1713 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1714 set x; \
1715 here=`pwd`; \
1716 $(am__define_uniq_tagged_files); \
1717 shift; \
1718 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1719 test -n "$$unique" || unique=$$empty_fix; \
1720 if test $$# -gt 0; then \
1721 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1722 "$$@" $$unique; \
1723 else \
1724 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1725 $$unique; \
1726 fi; \
1727 fi
1728 ctags: ctags-am
1729
1730 CTAGS: ctags
1731 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1732 $(am__define_uniq_tagged_files); \
1733 test -z "$(CTAGS_ARGS)$$unique" \
1734 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1735 $$unique
1736
1737 GTAGS:
1738 here=`$(am__cd) $(top_builddir) && pwd` \
1739 && $(am__cd) $(top_srcdir) \
1740 && gtags -i $(GTAGS_ARGS) "$$here"
1741 cscopelist: cscopelist-am
1742
1743 cscopelist-am: $(am__tagged_files)
1744 list='$(am__tagged_files)'; \
1745 case "$(srcdir)" in \
1746 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1747 *) sdir=$(subdir)/$(srcdir) ;; \
1748 esac; \
1749 for i in $$list; do \
1750 if test -f "$$i"; then \
1751 echo "$(subdir)/$$i"; \
1752 else \
1753 echo "$$sdir/$$i"; \
1754 fi; \
1755 done >> $(top_builddir)/cscope.files
1756
1757 distclean-tags:
1758 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1759
1760 # Recover from deleted '.trs' file; this should ensure that
1761 # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
1762 # both 'foo.log' and 'foo.trs'. Break the recipe in two subshells
1763 # to avoid problems with "make -n".
1764 .log.trs:
1765 rm -f $< $@
1766 $(MAKE) $(AM_MAKEFLAGS) $<
1767
1768 # Leading 'am--fnord' is there to ensure the list of targets does not
1769 # expand to empty, as could happen e.g. with make check TESTS=''.
1770 am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
1771 am--force-recheck:
1772 @:
1773
1774 $(TEST_SUITE_LOG): $(TEST_LOGS)
1775 @$(am__set_TESTS_bases); \
1776 am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
1777 redo_bases=`for i in $$bases; do \
1778 am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
1779 done`; \
1780 if test -n "$$redo_bases"; then \
1781 redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
1782 redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
1783 if $(am__make_dryrun); then :; else \
1784 rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
1785 fi; \
1786 fi; \
1787 if test -n "$$am__remaking_logs"; then \
1788 echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
1789 "recursion detected" >&2; \
1790 elif test -n "$$redo_logs"; then \
1791 am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
1792 fi; \
1793 if $(am__make_dryrun); then :; else \
1794 st=0; \
1795 errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
1796 for i in $$redo_bases; do \
1797 test -f $$i.trs && test -r $$i.trs \
1798 || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
1799 test -f $$i.log && test -r $$i.log \
1800 || { echo "$$errmsg $$i.log" >&2; st=1; }; \
1801 done; \
1802 test $$st -eq 0 || exit 1; \
1803 fi
1804 @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
1805 ws='[ ]'; \
1806 results=`for b in $$bases; do echo $$b.trs; done`; \
1807 test -n "$$results" || results=/dev/null; \
1808 all=` grep "^$$ws*:test-result:" $$results | wc -l`; \
1809 pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \
1810 fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \
1811 skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \
1812 xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
1813 xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
1814 error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
1815 if test `expr $$fail + $$xpass + $$error` -eq 0; then \
1816 success=true; \
1817 else \
1818 success=false; \
1819 fi; \
1820 br='==================='; br=$$br$$br$$br$$br; \
1821 result_count () \
1822 { \
1823 if test x"$$1" = x"--maybe-color"; then \
1824 maybe_colorize=yes; \
1825 elif test x"$$1" = x"--no-color"; then \
1826 maybe_colorize=no; \
1827 else \
1828 echo "$@: invalid 'result_count' usage" >&2; exit 4; \
1829 fi; \
1830 shift; \
1831 desc=$$1 count=$$2; \
1832 if test $$maybe_colorize = yes && test $$count -gt 0; then \
1833 color_start=$$3 color_end=$$std; \
1834 else \
1835 color_start= color_end=; \
1836 fi; \
1837 echo "$${color_start}# $$desc $$count$${color_end}"; \
1838 }; \
1839 create_testsuite_report () \
1840 { \
1841 result_count $$1 "TOTAL:" $$all "$$brg"; \
1842 result_count $$1 "PASS: " $$pass "$$grn"; \
1843 result_count $$1 "SKIP: " $$skip "$$blu"; \
1844 result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
1845 result_count $$1 "FAIL: " $$fail "$$red"; \
1846 result_count $$1 "XPASS:" $$xpass "$$red"; \
1847 result_count $$1 "ERROR:" $$error "$$mgn"; \
1848 }; \
1849 { \
1850 echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \
1851 $(am__rst_title); \
1852 create_testsuite_report --no-color; \
1853 echo; \
1854 echo ".. contents:: :depth: 2"; \
1855 echo; \
1856 for b in $$bases; do echo $$b; done \
1857 | $(am__create_global_log); \
1858 } >$(TEST_SUITE_LOG).tmp || exit 1; \
1859 mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \
1860 if $$success; then \
1861 col="$$grn"; \
1862 else \
1863 col="$$red"; \
1864 test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \
1865 fi; \
1866 echo "$${col}$$br$${std}"; \
1867 echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \
1868 echo "$${col}$$br$${std}"; \
1869 create_testsuite_report --maybe-color; \
1870 echo "$$col$$br$$std"; \
1871 if $$success; then :; else \
1872 echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \
1873 if test -n "$(PACKAGE_BUGREPORT)"; then \
1874 echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
1875 fi; \
1876 echo "$$col$$br$$std"; \
1877 fi; \
1878 $$success || exit 1
1879
1880 check-TESTS:
1881 @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list
1882 @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
1883 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1884 @set +e; $(am__set_TESTS_bases); \
1885 log_list=`for i in $$bases; do echo $$i.log; done`; \
1886 trs_list=`for i in $$bases; do echo $$i.trs; done`; \
1887 log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
1888 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
1889 exit $$?;
1890 recheck: all
1891 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1892 @set +e; $(am__set_TESTS_bases); \
1893 bases=`for i in $$bases; do echo $$i; done \
1894 | $(am__list_recheck_tests)` || exit 1; \
1895 log_list=`for i in $$bases; do echo $$i.log; done`; \
1896 log_list=`echo $$log_list`; \
1897 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
1898 am__force_recheck=am--force-recheck \
1899 TEST_LOGS="$$log_list"; \
1900 exit $$?
1901 dns-spin-test.log: dns-spin-test$(EXEEXT)
1902 @p='dns-spin-test$(EXEEXT)'; \
1903 b='dns-spin-test'; \
1904 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1905 --log-file $$b.log --trs-file $$b.trs \
1906 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1907 "$$tst" $(AM_TESTS_FD_REDIRECT)
1908 dns-test.log: dns-test$(EXEEXT)
1909 @p='dns-test$(EXEEXT)'; \
1910 b='dns-test'; \
1911 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1912 --log-file $$b.log --trs-file $$b.trs \
1913 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1914 "$$tst" $(AM_TESTS_FD_REDIRECT)
1915 hashmap-test.log: hashmap-test$(EXEEXT)
1916 @p='hashmap-test$(EXEEXT)'; \
1917 b='hashmap-test'; \
1918 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1919 --log-file $$b.log --trs-file $$b.trs \
1920 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1921 "$$tst" $(AM_TESTS_FD_REDIRECT)
1922 .test.log:
1923 @p='$<'; \
1924 $(am__set_b); \
1925 $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1926 --log-file $$b.log --trs-file $$b.trs \
1927 $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1928 "$$tst" $(AM_TESTS_FD_REDIRECT)
1929 @am__EXEEXT_TRUE@.test$(EXEEXT).log:
1930 @am__EXEEXT_TRUE@ @p='$<'; \
1931 @am__EXEEXT_TRUE@ $(am__set_b); \
1932 @am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1933 @am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \
1934 @am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1935 @am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT)
1936
1937 distdir: $(DISTFILES)
1938 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1939 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1940 list='$(DISTFILES)'; \
1941 dist_files=`for file in $$list; do echo $$file; done | \
1942 sed -e "s|^$$srcdirstrip/||;t" \
1943 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1944 case $$dist_files in \
1945 */*) $(MKDIR_P) `echo "$$dist_files" | \
1946 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1947 sort -u` ;; \
1948 esac; \
1949 for file in $$dist_files; do \
1950 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1951 if test -d $$d/$$file; then \
1952 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1953 if test -d "$(distdir)/$$file"; then \
1954 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1955 fi; \
1956 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1957 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1958 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1959 fi; \
1960 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1961 else \
1962 test -f "$(distdir)/$$file" \
1963 || cp -p $$d/$$file "$(distdir)/$$file" \
1964 || exit 1; \
1965 fi; \
1966 done
1967 check-am: all-am
1968 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
1969 check: check-am
1970 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS)
1971 installdirs:
1972 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(avahiincludedir)"; do \
1973 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1974 done
1975 install: install-am
1976 install-exec: install-exec-am
1977 install-data: install-data-am
1978 uninstall: uninstall-am
1979
1980 install-am: all-am
1981 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1982
1983 installcheck: installcheck-am
1984 install-strip:
1985 if test -z '$(STRIP)'; then \
1986 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1987 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1988 install; \
1989 else \
1990 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1991 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1992 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1993 fi
1994 mostlyclean-generic:
1995 -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
1996 -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
1997 -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1998
1999 clean-generic:
2000
2001 distclean-generic:
2002 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
2003 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
2004
2005 maintainer-clean-generic:
2006 @echo "This command is intended for maintainers to use"
2007 @echo "it deletes files that may require special tools to rebuild."
2008 clean: clean-am
2009
2010 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
2011 clean-noinstPROGRAMS mostlyclean-am
2012
2013 distclean: distclean-am
2014 -rm -rf ./$(DEPDIR)
2015 -rm -f Makefile
2016 distclean-am: clean-am distclean-compile distclean-generic \
2017 distclean-tags
2018
2019 dvi: dvi-am
2020
2021 dvi-am:
2022
2023 html: html-am
2024
2025 html-am:
2026
2027 info: info-am
2028
2029 info-am:
2030
2031 install-data-am: install-avahiincludeHEADERS
2032
2033 install-dvi: install-dvi-am
2034
2035 install-dvi-am:
2036
2037 install-exec-am: install-libLTLIBRARIES
2038
2039 install-html: install-html-am
2040
2041 install-html-am:
2042
2043 install-info: install-info-am
2044
2045 install-info-am:
2046
2047 install-man:
2048
2049 install-pdf: install-pdf-am
2050
2051 install-pdf-am:
2052
2053 install-ps: install-ps-am
2054
2055 install-ps-am:
2056
2057 installcheck-am:
2058
2059 maintainer-clean: maintainer-clean-am
2060 -rm -rf ./$(DEPDIR)
2061 -rm -f Makefile
2062 maintainer-clean-am: distclean-am maintainer-clean-generic
2063
2064 mostlyclean: mostlyclean-am
2065
2066 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
2067 mostlyclean-libtool
2068
2069 pdf: pdf-am
2070
2071 pdf-am:
2072
2073 ps: ps-am
2074
2075 ps-am:
2076
2077 uninstall-am: uninstall-avahiincludeHEADERS uninstall-libLTLIBRARIES
2078
2079 .MAKE: check-am install-am install-strip
2080
2081 .PHONY: CTAGS GTAGS TAGS all all-am check check-TESTS check-am clean \
2082 clean-generic clean-libLTLIBRARIES clean-libtool \
2083 clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \
2084 distclean-compile distclean-generic distclean-libtool \
2085 distclean-tags distdir dvi dvi-am html html-am info info-am \
2086 install install-am install-avahiincludeHEADERS install-data \
2087 install-data-am install-dvi install-dvi-am install-exec \
2088 install-exec-am install-html install-html-am install-info \
2089 install-info-am install-libLTLIBRARIES install-man install-pdf \
2090 install-pdf-am install-ps install-ps-am install-strip \
2091 installcheck installcheck-am installdirs maintainer-clean \
2092 maintainer-clean-generic mostlyclean mostlyclean-compile \
2093 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
2094 recheck tags tags-am uninstall uninstall-am \
2095 uninstall-avahiincludeHEADERS uninstall-libLTLIBRARIES
2096
2097 .PRECIOUS: Makefile
2098
2099
2100 valgrind: avahi-test
2101 libtool --mode=execute valgrind ./avahi-test
2102
2103 gdb: avahi-test
2104 libtool --mode=execute gdb ./avahi-test
2105
2106 # Tell versions [3.59,3.63) of GNU make to not export all variables.
2107 # Otherwise a system limit (for SysV at least) may be exceeded.
2108 .NOEXPORT:
+0
-70
avahi-core/findstatic.pl less more
0 #!/usr/bin/perl -w
1 # find a list of fns and variables in the code that could be static
2 # usually called with something like this:
3 # findstatic.pl `find . -name "*.o"`
4 # Andrew Tridgell <tridge@samba.org>
5
6 use strict;
7
8 # use nm to find the symbols
9 my($saved_delim) = $/;
10 undef $/;
11 my($syms) = `nm -o @ARGV`;
12 $/ = $saved_delim;
13
14 my(@lines) = split(/\n/s, $syms);
15
16 my(%def);
17 my(%undef);
18 my(%stype);
19
20 my(%typemap) = (
21 "T" => "function",
22 "C" => "uninitialised variable",
23 "D" => "initialised variable"
24 );
25
26
27 # parse the symbols into defined and undefined
28 for (my($i)=0; $i <= $#{@lines}; $i++) {
29 my($line) = $lines[$i];
30 if ($line =~ /(.*):[a-f0-9]* ([TCD]) (.*)/) {
31 my($fname) = $1;
32 my($symbol) = $3;
33 push(@{$def{$fname}}, $symbol);
34 $stype{$symbol} = $2;
35 }
36 if ($line =~ /(.*):\s* U (.*)/) {
37 my($fname) = $1;
38 my($symbol) = $2;
39 push(@{$undef{$fname}}, $symbol);
40 }
41 }
42
43 # look for defined symbols that are never referenced outside the place they
44 # are defined
45 foreach my $f (keys %def) {
46 print "Checking $f\n";
47 my($found_one) = 0;
48 foreach my $s (@{$def{$f}}) {
49 my($found) = 0;
50 foreach my $f2 (keys %undef) {
51 if ($f2 ne $f) {
52 foreach my $s2 (@{$undef{$f2}}) {
53 if ($s2 eq $s) {
54 $found = 1;
55 $found_one = 1;
56 }
57 }
58 }
59 }
60 if ($found == 0) {
61 my($t) = $typemap{$stype{$s}};
62 print " '$s' is unique to $f ($t)\n";
63 }
64 }
65 if ($found_one == 0) {
66 print " all symbols in '$f' are unused (main program?)\n";
67 }
68 }
69
+0
-11
avahi-daemon/.gitignore less more
0 avahi-daemon.service
1 avahi-daemon.socket
2 avahi-daemon
3 avahi-dbus.conf
4 ini-file-parser-test
5 *.o
6 *.lo
7 Makefile
8 Makefile.in
9 .deps
10 .libs
0 # Makefile.in generated by automake 1.15 from Makefile.am.
1 # @configure_input@
2
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
4
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 @SET_MAKE@
15
16 # This file is part of avahi.
17 #
18 # avahi is free software; you can redistribute it and/or modify it
19 # under the terms of the GNU Lesser General Public License as
20 # published by the Free Software Foundation; either version 2 of the
21 # License, or (at your option) any later version.
22 #
23 # avahi is distributed in the hope that it will be useful, but WITHOUT
24 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
25 # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
26 # License for more details.
27 #
28 # You should have received a copy of the GNU Lesser General Public
29 # License along with avahi; if not, write to the Free Software
30 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
31 # USA.
32
33
34 VPATH = @srcdir@
35 am__is_gnu_make = { \
36 if test -z '$(MAKELEVEL)'; then \
37 false; \
38 elif test -n '$(MAKE_HOST)'; then \
39 true; \
40 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
41 true; \
42 else \
43 false; \
44 fi; \
45 }
46 am__make_running_with_option = \
47 case $${target_option-} in \
48 ?) ;; \
49 *) echo "am__make_running_with_option: internal error: invalid" \
50 "target option '$${target_option-}' specified" >&2; \
51 exit 1;; \
52 esac; \
53 has_opt=no; \
54 sane_makeflags=$$MAKEFLAGS; \
55 if $(am__is_gnu_make); then \
56 sane_makeflags=$$MFLAGS; \
57 else \
58 case $$MAKEFLAGS in \
59 *\\[\ \ ]*) \
60 bs=\\; \
61 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
62 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
63 esac; \
64 fi; \
65 skip_next=no; \
66 strip_trailopt () \
67 { \
68 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
69 }; \
70 for flg in $$sane_makeflags; do \
71 test $$skip_next = yes && { skip_next=no; continue; }; \
72 case $$flg in \
73 *=*|--*) continue;; \
74 -*I) strip_trailopt 'I'; skip_next=yes;; \
75 -*I?*) strip_trailopt 'I';; \
76 -*O) strip_trailopt 'O'; skip_next=yes;; \
77 -*O?*) strip_trailopt 'O';; \
78 -*l) strip_trailopt 'l'; skip_next=yes;; \
79 -*l?*) strip_trailopt 'l';; \
80 -[dEDm]) skip_next=yes;; \
81 -[JT]) skip_next=yes;; \
82 esac; \
83 case $$flg in \
84 *$$target_option*) has_opt=yes; break;; \
85 esac; \
86 done; \
87 test $$has_opt = yes
88 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
89 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
90 pkgdatadir = $(datadir)/@PACKAGE@
91 pkgincludedir = $(includedir)/@PACKAGE@
92 pkglibdir = $(libdir)/@PACKAGE@
93 pkglibexecdir = $(libexecdir)/@PACKAGE@
94 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
95 install_sh_DATA = $(install_sh) -c -m 644
96 install_sh_PROGRAM = $(install_sh) -c
97 install_sh_SCRIPT = $(install_sh) -c
98 INSTALL_HEADER = $(INSTALL_DATA)
99 transform = $(program_transform_name)
100 NORMAL_INSTALL = :
101 PRE_INSTALL = :
102 POST_INSTALL = :
103 NORMAL_UNINSTALL = :
104 PRE_UNINSTALL = :
105 POST_UNINSTALL = :
106 build_triplet = @build@
107 host_triplet = @host@
108 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@am__append_1 = \
109 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ -DAVAHI_DAEMON_RUNTIME_DIR=\"$(avahi_runtime_dir)/avahi-daemon/\" \
110 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ -DAVAHI_SOCKET=\"$(avahi_socket)\" \
111 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ -DAVAHI_SERVICE_DIR=\"$(servicedir)\" \
112 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ -DAVAHI_CONFIG_FILE=\"$(pkgsysconfdir)/avahi-daemon.conf\" \
113 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ -DAVAHI_HOSTS_FILE=\"$(pkgsysconfdir)/hosts\" \
114 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ -DAVAHI_DBUS_INTROSPECTION_DIR=\"$(introspectiondir)\" \
115 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ -DAVAHI_CONFIG_DIR=\"$(pkgsysconfdir)\"
116
117 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@sbin_PROGRAMS = \
118 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ avahi-daemon$(EXEEXT)
119 @ENABLE_TESTS_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@noinst_PROGRAMS = ini-file-parser-test$(EXEEXT)
120 @ENABLE_CHROOT_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@am__append_2 = \
121 @ENABLE_CHROOT_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ chroot.c chroot.h \
122 @ENABLE_CHROOT_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ caps.c caps.h
123
124 @ENABLE_CHROOT_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@am__append_3 = -lcap
125 @HAVE_DLOPEN_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@am__append_4 = -ldl
126 @HAVE_DBUS_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@am__append_5 = \
127 @HAVE_DBUS_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ dbus-protocol.c dbus-protocol.h \
128 @HAVE_DBUS_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ dbus-util.c dbus-util.h \
129 @HAVE_DBUS_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ dbus-internal.h \
130 @HAVE_DBUS_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ dbus-async-address-resolver.c \
131 @HAVE_DBUS_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ dbus-async-host-name-resolver.c \
132 @HAVE_DBUS_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ dbus-async-service-resolver.c \
133 @HAVE_DBUS_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ dbus-domain-browser.c \
134 @HAVE_DBUS_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ dbus-entry-group.c \
135 @HAVE_DBUS_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ dbus-service-browser.c \
136 @HAVE_DBUS_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ dbus-service-type-browser.c \
137 @HAVE_DBUS_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ dbus-sync-address-resolver.c \
138 @HAVE_DBUS_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ dbus-sync-host-name-resolver.c \
139 @HAVE_DBUS_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ dbus-sync-service-resolver.c \
140 @HAVE_DBUS_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ dbus-record-browser.c \
141 @HAVE_DBUS_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ ../avahi-common/dbus.c ../avahi-common/dbus.h \
142 @HAVE_DBUS_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ ../avahi-common/dbus-watch-glue.c ../avahi-common/dbus-watch-glue.h
143
144 @HAVE_DBUS_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@am__append_6 = \
145 @HAVE_DBUS_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ $(DBUS_LIBS)
146
147 @HAVE_DBUS_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@am__append_7 = $(DBUS_CFLAGS) -DDBUS_SYSTEM_BUS_DEFAULT_ADDRESS=\"$(DBUS_SYSTEM_BUS_DEFAULT_ADDRESS)\"
148 subdir = avahi-daemon
149 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
150 am__aclocal_m4_deps = $(top_srcdir)/common/acx_pthread.m4 \
151 $(top_srcdir)/common/gcc_stack_protect.m4 \
152 $(top_srcdir)/common/gcc_visibility.m4 \
153 $(top_srcdir)/common/intltool.m4 \
154 $(top_srcdir)/common/introspection.m4 \
155 $(top_srcdir)/common/libtool.m4 \
156 $(top_srcdir)/common/ltoptions.m4 \
157 $(top_srcdir)/common/ltsugar.m4 \
158 $(top_srcdir)/common/ltversion.m4 \
159 $(top_srcdir)/common/lt~obsolete.m4 \
160 $(top_srcdir)/common/nls.m4 $(top_srcdir)/common/python.m4 \
161 $(top_srcdir)/acinclude.m4 $(top_srcdir)/common/doxygen.m4 \
162 $(top_srcdir)/configure.ac
163 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
164 $(ACLOCAL_M4)
165 DIST_COMMON = $(srcdir)/Makefile.am $(am__dist_dbusservice_DATA_DIST) \
166 $(am__dist_dbussystemservices_DATA_DIST) \
167 $(am__dist_introspection_DATA_DIST) \
168 $(am__dist_pkgdata_DATA_DIST) $(am__dist_service_DATA_DIST) \
169 $(am__DIST_COMMON)
170 mkinstalldirs = $(install_sh) -d
171 CONFIG_HEADER = $(top_builddir)/config.h
172 CONFIG_CLEAN_FILES = avahi-dbus.conf
173 CONFIG_CLEAN_VPATH_FILES =
174 am__installdirs = "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(dbusservicedir)" \
175 "$(DESTDIR)$(dbussystemservicesdir)" \
176 "$(DESTDIR)$(introspectiondir)" "$(DESTDIR)$(pkgdatadir)" \
177 "$(DESTDIR)$(servicedir)" "$(DESTDIR)$(pkgsysconfdir)" \
178 "$(DESTDIR)$(systemdsystemunitdir)"
179 PROGRAMS = $(noinst_PROGRAMS) $(sbin_PROGRAMS)
180 am__avahi_daemon_SOURCES_DIST = main.c main.h simple-protocol.c \
181 simple-protocol.h static-services.c static-services.h \
182 static-hosts.c static-hosts.h ini-file-parser.c \
183 ini-file-parser.h setproctitle.c setproctitle.h sd-daemon.h \
184 sd-daemon.c ../avahi-client/check-nss.c chroot.c chroot.h \
185 caps.c caps.h dbus-protocol.c dbus-protocol.h dbus-util.c \
186 dbus-util.h dbus-internal.h dbus-async-address-resolver.c \
187 dbus-async-host-name-resolver.c dbus-async-service-resolver.c \
188 dbus-domain-browser.c dbus-entry-group.c \
189 dbus-service-browser.c dbus-service-type-browser.c \
190 dbus-sync-address-resolver.c dbus-sync-host-name-resolver.c \
191 dbus-sync-service-resolver.c dbus-record-browser.c \
192 ../avahi-common/dbus.c ../avahi-common/dbus.h \
193 ../avahi-common/dbus-watch-glue.c \
194 ../avahi-common/dbus-watch-glue.h
195 @ENABLE_CHROOT_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@am__objects_1 = avahi_daemon-chroot.$(OBJEXT) \
196 @ENABLE_CHROOT_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ avahi_daemon-caps.$(OBJEXT)
197 @HAVE_DBUS_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@am__objects_2 = avahi_daemon-dbus-protocol.$(OBJEXT) \
198 @HAVE_DBUS_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ avahi_daemon-dbus-util.$(OBJEXT) \
199 @HAVE_DBUS_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ avahi_daemon-dbus-async-address-resolver.$(OBJEXT) \
200 @HAVE_DBUS_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ avahi_daemon-dbus-async-host-name-resolver.$(OBJEXT) \
201 @HAVE_DBUS_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ avahi_daemon-dbus-async-service-resolver.$(OBJEXT) \
202 @HAVE_DBUS_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ avahi_daemon-dbus-domain-browser.$(OBJEXT) \
203 @HAVE_DBUS_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ avahi_daemon-dbus-entry-group.$(OBJEXT) \
204 @HAVE_DBUS_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ avahi_daemon-dbus-service-browser.$(OBJEXT) \
205 @HAVE_DBUS_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ avahi_daemon-dbus-service-type-browser.$(OBJEXT) \
206 @HAVE_DBUS_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ avahi_daemon-dbus-sync-address-resolver.$(OBJEXT) \
207 @HAVE_DBUS_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ avahi_daemon-dbus-sync-host-name-resolver.$(OBJEXT) \
208 @HAVE_DBUS_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ avahi_daemon-dbus-sync-service-resolver.$(OBJEXT) \
209 @HAVE_DBUS_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ avahi_daemon-dbus-record-browser.$(OBJEXT) \
210 @HAVE_DBUS_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ avahi_daemon-dbus.$(OBJEXT) \
211 @HAVE_DBUS_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ avahi_daemon-dbus-watch-glue.$(OBJEXT)
212 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@am_avahi_daemon_OBJECTS = avahi_daemon-main.$(OBJEXT) \
213 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ avahi_daemon-simple-protocol.$(OBJEXT) \
214 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ avahi_daemon-static-services.$(OBJEXT) \
215 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ avahi_daemon-static-hosts.$(OBJEXT) \
216 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ avahi_daemon-ini-file-parser.$(OBJEXT) \
217 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ avahi_daemon-setproctitle.$(OBJEXT) \
218 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ avahi_daemon-sd-daemon.$(OBJEXT) \
219 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ avahi_daemon-check-nss.$(OBJEXT) \
220 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ $(am__objects_1) \
221 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ $(am__objects_2)
222 avahi_daemon_OBJECTS = $(am_avahi_daemon_OBJECTS)
223 am__DEPENDENCIES_1 =
224 @HAVE_DBUS_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1)
225 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@avahi_daemon_DEPENDENCIES = ../avahi-common/libavahi-common.la \
226 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ ../avahi-core/libavahi-core.la \
227 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ $(am__DEPENDENCIES_1) \
228 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ $(am__DEPENDENCIES_1) \
229 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ $(am__DEPENDENCIES_1) \
230 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ $(am__DEPENDENCIES_1) \
231 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ $(am__DEPENDENCIES_2)
232 AM_V_lt = $(am__v_lt_@AM_V@)
233 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
234 am__v_lt_0 = --silent
235 am__v_lt_1 =
236 avahi_daemon_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
237 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(avahi_daemon_CFLAGS) \
238 $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
239 am__ini_file_parser_test_SOURCES_DIST = ini-file-parser.c \
240 ini-file-parser.h ini-file-parser-test.c
241 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@am_ini_file_parser_test_OBJECTS = ini_file_parser_test-ini-file-parser.$(OBJEXT) \
242 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ ini_file_parser_test-ini-file-parser-test.$(OBJEXT)
243 ini_file_parser_test_OBJECTS = $(am_ini_file_parser_test_OBJECTS)
244 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ini_file_parser_test_DEPENDENCIES = ../avahi-common/libavahi-common.la \
245 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ ../avahi-core/libavahi-core.la
246 ini_file_parser_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
247 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
248 $(ini_file_parser_test_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
249 $(LDFLAGS) -o $@
250 AM_V_P = $(am__v_P_@AM_V@)
251 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
252 am__v_P_0 = false
253 am__v_P_1 = :
254 AM_V_GEN = $(am__v_GEN_@AM_V@)
255 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
256 am__v_GEN_0 = @echo " GEN " $@;
257 am__v_GEN_1 =
258 AM_V_at = $(am__v_at_@AM_V@)
259 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
260 am__v_at_0 = @
261 am__v_at_1 =
262 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
263 depcomp = $(SHELL) $(top_srcdir)/depcomp
264 am__depfiles_maybe = depfiles
265 am__mv = mv -f
266 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
267 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
268 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
269 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
270 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
271 $(AM_CFLAGS) $(CFLAGS)
272 AM_V_CC = $(am__v_CC_@AM_V@)
273 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
274 am__v_CC_0 = @echo " CC " $@;
275 am__v_CC_1 =
276 CCLD = $(CC)
277 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
278 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
279 $(AM_LDFLAGS) $(LDFLAGS) -o $@
280 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
281 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
282 am__v_CCLD_0 = @echo " CCLD " $@;
283 am__v_CCLD_1 =
284 SOURCES = $(avahi_daemon_SOURCES) $(ini_file_parser_test_SOURCES)
285 DIST_SOURCES = $(am__avahi_daemon_SOURCES_DIST) \
286 $(am__ini_file_parser_test_SOURCES_DIST)
287 am__can_run_installinfo = \
288 case $$AM_UPDATE_INFO_DIR in \
289 n|no|NO) false;; \
290 *) (install-info --version) >/dev/null 2>&1;; \
291 esac
292 am__dist_dbusservice_DATA_DIST = avahi-dbus.conf
293 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
294 am__vpath_adj = case $$p in \
295 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
296 *) f=$$p;; \
297 esac;
298 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
299 am__install_max = 40
300 am__nobase_strip_setup = \
301 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
302 am__nobase_strip = \
303 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
304 am__nobase_list = $(am__nobase_strip_setup); \
305 for p in $$list; do echo "$$p $$p"; done | \
306 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
307 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
308 if (++n[$$2] == $(am__install_max)) \
309 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
310 END { for (dir in files) print dir, files[dir] }'
311 am__base_list = \
312 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
313 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
314 am__uninstall_files_from_dir = { \
315 test -z "$$files" \
316 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
317 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
318 $(am__cd) "$$dir" && rm -f $$files; }; \
319 }
320 am__dist_dbussystemservices_DATA_DIST = org.freedesktop.Avahi.service
321 am__dist_introspection_DATA_DIST = org.freedesktop.Avahi.Server.xml \
322 org.freedesktop.Avahi.EntryGroup.xml \
323 org.freedesktop.Avahi.DomainBrowser.xml \
324 org.freedesktop.Avahi.ServiceTypeBrowser.xml \
325 org.freedesktop.Avahi.ServiceBrowser.xml \
326 org.freedesktop.Avahi.ServiceResolver.xml \
327 org.freedesktop.Avahi.AddressResolver.xml \
328 org.freedesktop.Avahi.HostNameResolver.xml \
329 org.freedesktop.Avahi.RecordBrowser.xml
330 am__dist_pkgdata_DATA_DIST = avahi-service.dtd
331 am__dist_service_DATA_DIST = ssh.service sftp-ssh.service
332 DATA = $(dist_dbusservice_DATA) $(dist_dbussystemservices_DATA) \
333 $(dist_introspection_DATA) $(dist_pkgdata_DATA) \
334 $(dist_service_DATA) $(pkgsysconf_DATA) \
335 $(systemdsystemunit_DATA)
336 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
337 # Read a list of newline-separated strings from the standard input,
338 # and print each of them once, without duplicates. Input order is
339 # *not* preserved.
340 am__uniquify_input = $(AWK) '\
341 BEGIN { nonempty = 0; } \
342 { items[$$0] = 1; nonempty = 1; } \
343 END { if (nonempty) { for (i in items) print i; }; } \
344 '
345 # Make sure the list of sources is unique. This is necessary because,
346 # e.g., the same source file might be shared among _SOURCES variables
347 # for different programs/libraries.
348 am__define_uniq_tagged_files = \
349 list='$(am__tagged_files)'; \
350 unique=`for i in $$list; do \
351 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
352 done | $(am__uniquify_input)`
353 ETAGS = etags
354 CTAGS = ctags
355 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/avahi-dbus.conf.in \
356 $(top_srcdir)/depcomp
357 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
358 ACLOCAL = @ACLOCAL@
359 ALL_LINGUAS = @ALL_LINGUAS@
360 AMTAR = @AMTAR@
361 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
362 AR = @AR@
363 AUTOCONF = @AUTOCONF@
364 AUTOHEADER = @AUTOHEADER@
365 AUTOMAKE = @AUTOMAKE@
366 AVAHI_AUTOIPD_GROUP = @AVAHI_AUTOIPD_GROUP@
367 AVAHI_AUTOIPD_USER = @AVAHI_AUTOIPD_USER@
368 AVAHI_GROUP = @AVAHI_GROUP@
369 AVAHI_PRIV_ACCESS_GROUP = @AVAHI_PRIV_ACCESS_GROUP@
370 AVAHI_USER = @AVAHI_USER@
371 AWK = @AWK@
372 CATALOGS = @CATALOGS@
373 CATOBJEXT = @CATOBJEXT@
374 CC = @CC@
375 CCDEPMODE = @CCDEPMODE@
376 CFLAGS = @CFLAGS@
377 CPP = @CPP@
378 CPPFLAGS = @CPPFLAGS@
379 CXX = @CXX@
380 CXXCPP = @CXXCPP@
381 CXXDEPMODE = @CXXDEPMODE@
382 CXXFLAGS = @CXXFLAGS@
383 CYGPATH_W = @CYGPATH_W@
384 DATADIRNAME = @DATADIRNAME@
385 DBUS_CFLAGS = @DBUS_CFLAGS@
386 DBUS_LIBS = @DBUS_LIBS@
387 DBUS_SYSTEM_BUS_DEFAULT_ADDRESS = @DBUS_SYSTEM_BUS_DEFAULT_ADDRESS@
388 DBUS_SYS_DIR = @DBUS_SYS_DIR@
389 DEFS = @DEFS@
390 DEPDIR = @DEPDIR@
391 DLLTOOL = @DLLTOOL@
392 DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
393 DSYMUTIL = @DSYMUTIL@
394 DUMPBIN = @DUMPBIN@
395 DX_CONFIG = @DX_CONFIG@
396 DX_DOCDIR = @DX_DOCDIR@
397 DX_DOT = @DX_DOT@
398 DX_DOXYGEN = @DX_DOXYGEN@
399 DX_DVIPS = @DX_DVIPS@
400 DX_EGREP = @DX_EGREP@
401 DX_ENV = @DX_ENV@
402 DX_FLAG_chi = @DX_FLAG_chi@
403 DX_FLAG_chm = @DX_FLAG_chm@
404 DX_FLAG_doc = @DX_FLAG_doc@
405 DX_FLAG_dot = @DX_FLAG_dot@
406 DX_FLAG_html = @DX_FLAG_html@
407 DX_FLAG_man = @DX_FLAG_man@
408 DX_FLAG_pdf = @DX_FLAG_pdf@
409 DX_FLAG_ps = @DX_FLAG_ps@
410 DX_FLAG_rtf = @DX_FLAG_rtf@
411 DX_FLAG_xml = @DX_FLAG_xml@
412 DX_HHC = @DX_HHC@
413 DX_LATEX = @DX_LATEX@
414 DX_MAKEINDEX = @DX_MAKEINDEX@
415 DX_PDFLATEX = @DX_PDFLATEX@
416 DX_PERL = @DX_PERL@
417 DX_PROJECT = @DX_PROJECT@
418 ECHO_C = @ECHO_C@
419 ECHO_N = @ECHO_N@
420 ECHO_T = @ECHO_T@
421 EGREP = @EGREP@
422 EXEEXT = @EXEEXT@
423 FGREP = @FGREP@
424 GACUTIL = @GACUTIL@
425 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
426 GLIB20_CFLAGS = @GLIB20_CFLAGS@
427 GLIB20_LIBS = @GLIB20_LIBS@
428 GMOFILES = @GMOFILES@
429 GMSGFMT = @GMSGFMT@
430 GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
431 GOBJECT_LIBS = @GOBJECT_LIBS@
432 GREP = @GREP@
433 GTK20_CFLAGS = @GTK20_CFLAGS@
434 GTK20_LIBS = @GTK20_LIBS@
435 GTK30_CFLAGS = @GTK30_CFLAGS@
436 GTK30_LIBS = @GTK30_LIBS@
437 HOWL_COMPAT_VERSION = @HOWL_COMPAT_VERSION@
438 INSTALL = @INSTALL@
439 INSTALL_DATA = @INSTALL_DATA@
440 INSTALL_PROGRAM = @INSTALL_PROGRAM@
441 INSTALL_SCRIPT = @INSTALL_SCRIPT@
442 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
443 INSTOBJEXT = @INSTOBJEXT@
444 INTLLIBS = @INTLLIBS@
445 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
446 INTLTOOL_MERGE = @INTLTOOL_MERGE@
447 INTLTOOL_PERL = @INTLTOOL_PERL@
448 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
449 INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
450 INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
451 INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
452 INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
453 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
454 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
455 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
456 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
457 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
458 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
459 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
460 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
461 LD = @LD@
462 LDFLAGS = @LDFLAGS@
463 LIBAVAHI_CLIENT_VERSION_INFO = @LIBAVAHI_CLIENT_VERSION_INFO@
464 LIBAVAHI_COMMON_VERSION_INFO = @LIBAVAHI_COMMON_VERSION_INFO@
465 LIBAVAHI_COMPAT_HOWL_VERSION_INFO = @LIBAVAHI_COMPAT_HOWL_VERSION_INFO@
466 LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO = @LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO@
467 LIBAVAHI_CORE_VERSION_INFO = @LIBAVAHI_CORE_VERSION_INFO@
468 LIBAVAHI_GLIB_VERSION_INFO = @LIBAVAHI_GLIB_VERSION_INFO@
469 LIBAVAHI_GOBJECT_VERSION_INFO = @LIBAVAHI_GOBJECT_VERSION_INFO@
470 LIBAVAHI_QT3_VERSION_INFO = @LIBAVAHI_QT3_VERSION_INFO@
471 LIBAVAHI_QT4_VERSION_INFO = @LIBAVAHI_QT4_VERSION_INFO@
472 LIBAVAHI_UI_VERSION_INFO = @LIBAVAHI_UI_VERSION_INFO@
473 LIBDAEMON_CFLAGS = @LIBDAEMON_CFLAGS@
474 LIBDAEMON_LIBS = @LIBDAEMON_LIBS@
475 LIBOBJS = @LIBOBJS@
476 LIBS = @LIBS@
477 LIBTOOL = @LIBTOOL@
478 LIPO = @LIPO@
479 LN_S = @LN_S@
480 LTLIBOBJS = @LTLIBOBJS@
481 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
482 MAKEINFO = @MAKEINFO@
483 MANIFEST_TOOL = @MANIFEST_TOOL@
484 MCS = @MCS@
485 MDASSEMBLER = @MDASSEMBLER@
486 MKDIR_P = @MKDIR_P@
487 MKINSTALLDIRS = @MKINSTALLDIRS@
488 MOC_QT3 = @MOC_QT3@
489 MOC_QT4 = @MOC_QT4@
490 MONODOCER = @MONODOCER@
491 MONODOC_CFLAGS = @MONODOC_CFLAGS@
492 MONODOC_DIR = @MONODOC_DIR@
493 MONODOC_LIBS = @MONODOC_LIBS@
494 MSGFMT = @MSGFMT@
495 MSGFMT_OPTS = @MSGFMT_OPTS@
496 MSGMERGE = @MSGMERGE@
497 NM = @NM@
498 NMEDIT = @NMEDIT@
499 OBJDUMP = @OBJDUMP@
500 OBJEXT = @OBJEXT@
501 OTOOL = @OTOOL@
502 OTOOL64 = @OTOOL64@
503 PACKAGE = @PACKAGE@
504 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
505 PACKAGE_NAME = @PACKAGE_NAME@
506 PACKAGE_STRING = @PACKAGE_STRING@
507 PACKAGE_TARNAME = @PACKAGE_TARNAME@
508 PACKAGE_URL = @PACKAGE_URL@
509 PACKAGE_VERSION = @PACKAGE_VERSION@
510 PATH_SEPARATOR = @PATH_SEPARATOR@
511 PKG_CONFIG = @PKG_CONFIG@
512 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
513 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
514 POFILES = @POFILES@
515 POSUB = @POSUB@
516 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
517 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
518 PTHREAD_CC = @PTHREAD_CC@
519 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
520 PTHREAD_LIBS = @PTHREAD_LIBS@
521 PYTHON = @PYTHON@
522 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
523 PYTHON_PLATFORM = @PYTHON_PLATFORM@
524 PYTHON_PREFIX = @PYTHON_PREFIX@
525 PYTHON_VERSION = @PYTHON_VERSION@
526 QT3_CFLAGS = @QT3_CFLAGS@
527 QT3_LIBS = @QT3_LIBS@
528 QT4_CFLAGS = @QT4_CFLAGS@
529 QT4_LIBS = @QT4_LIBS@
530 RANLIB = @RANLIB@
531 SED = @SED@
532 SET_MAKE = @SET_MAKE@
533 SHELL = @SHELL@
534 STOW = @STOW@
535 STRIP = @STRIP@
536 USE_NLS = @USE_NLS@
537 VERSION = @VERSION@
538 VISIBILITY_HIDDEN_CFLAGS = @VISIBILITY_HIDDEN_CFLAGS@
539 XGETTEXT = @XGETTEXT@
540 XML_CFLAGS = @XML_CFLAGS@
541 XML_LIBS = @XML_LIBS@
542 abs_builddir = @abs_builddir@
543 abs_srcdir = @abs_srcdir@
544 abs_top_builddir = @abs_top_builddir@
545 abs_top_srcdir = @abs_top_srcdir@
546 ac_ct_AR = @ac_ct_AR@
547 ac_ct_CC = @ac_ct_CC@
548 ac_ct_CXX = @ac_ct_CXX@
549 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
550 acx_pthread_config = @acx_pthread_config@
551 am__include = @am__include@
552 am__leading_dot = @am__leading_dot@
553 am__quote = @am__quote@
554 am__tar = @am__tar@
555 am__untar = @am__untar@
556 avahi_runtime_dir = @avahi_runtime_dir@
557 avahi_socket = @avahi_socket@
558 avahilocaledir = @avahilocaledir@
559 bindir = @bindir@
560 build = @build@
561 build_alias = @build_alias@
562 build_cpu = @build_cpu@
563 build_os = @build_os@
564 build_vendor = @build_vendor@
565 builddir = @builddir@
566 datadir = @datadir@
567 datarootdir = @datarootdir@
568 docdir = @docdir@
569 dvidir = @dvidir@
570 exec_prefix = @exec_prefix@
571 have_pkg_config = @have_pkg_config@
572 have_xmltoman = @have_xmltoman@
573 host = @host@
574 host_alias = @host_alias@
575 host_cpu = @host_cpu@
576 host_os = @host_os@
577 host_vendor = @host_vendor@
578 htmldir = @htmldir@
579 includedir = @includedir@
580 infodir = @infodir@
581 install_sh = @install_sh@
582 interfacesdir = @interfacesdir@
583 intltool__v_merge_options_ = @intltool__v_merge_options_@
584 intltool__v_merge_options_0 = @intltool__v_merge_options_0@
585 libdir = @libdir@
586 libexecdir = @libexecdir@
587 localedir = @localedir@
588 localstatedir = @localstatedir@
589 mandir = @mandir@
590 mkdir_p = @mkdir_p@
591 oldincludedir = @oldincludedir@
592 pdfdir = @pdfdir@
593 pkgpyexecdir = @pkgpyexecdir@
594 pkgpythondir = @pkgpythondir@
595 prefix = @prefix@
596 program_transform_name = @program_transform_name@
597 psdir = @psdir@
598 pyexecdir = @pyexecdir@
599 pythondir = @pythondir@
600 runstatedir = @runstatedir@
601 sbindir = @sbindir@
602 sharedstatedir = @sharedstatedir@
603 srcdir = @srcdir@
604 sysconfdir = @sysconfdir@
605 systemdsystemunitdir = @systemdsystemunitdir@
606 target_alias = @target_alias@
607 top_build_prefix = @top_build_prefix@
608 top_builddir = @top_builddir@
609 top_srcdir = @top_srcdir@
610
611 # This cool debug trap works on i386/gcc only
612 AM_CFLAGS = -I$(top_srcdir) '-DDEBUG_TRAP=__asm__("int $$3")' \
613 $(am__append_1)
614 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@pkgsysconfdir = $(sysconfdir)/avahi
615 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@servicedir = $(pkgsysconfdir)/services
616 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@introspectiondir = $(datadir)/dbus-1/interfaces
617 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@dbussystemservicesdir = $(datadir)/dbus-1/system-services
618 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@avahi_daemon_SOURCES = main.c \
619 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ main.h simple-protocol.c \
620 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ simple-protocol.h \
621 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ static-services.c \
622 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ static-services.h \
623 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ static-hosts.c \
624 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ static-hosts.h \
625 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ ini-file-parser.c \
626 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ ini-file-parser.h \
627 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ setproctitle.c \
628 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ setproctitle.h sd-daemon.h \
629 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ sd-daemon.c \
630 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ ../avahi-client/check-nss.c \
631 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ $(am__append_2) \
632 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ $(am__append_5)
633 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@avahi_daemon_CFLAGS = \
634 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ $(AM_CFLAGS) \
635 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ $(LIBDAEMON_CFLAGS) \
636 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ $(XML_CFLAGS) \
637 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ $(am__append_7)
638 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@avahi_daemon_LDADD = $(AM_LDADD) \
639 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ ../avahi-common/libavahi-common.la \
640 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ ../avahi-core/libavahi-core.la \
641 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ $(LIBDAEMON_LIBS) \
642 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ $(XML_LIBS) \
643 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ $(am__append_3) \
644 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ $(am__append_4) \
645 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ $(am__append_6)
646 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ini_file_parser_test_SOURCES = \
647 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ ini-file-parser.c ini-file-parser.h \
648 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ ini-file-parser-test.c
649
650 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ini_file_parser_test_CFLAGS = $(AM_CFLAGS)
651 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ini_file_parser_test_LDADD = $(AM_LDADD) ../avahi-common/libavahi-common.la ../avahi-core/libavahi-core.la
652 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@pkgsysconf_DATA = \
653 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ avahi-daemon.conf \
654 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ hosts
655
656 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@dist_service_DATA = \
657 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ ssh.service \
658 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ sftp-ssh.service
659
660 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@dist_pkgdata_DATA = \
661 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ avahi-service.dtd
662
663 @HAVE_LIBDAEMON_TRUE@@HAVE_SYSTEMD_TRUE@@HAVE_XML_TRUE@systemdsystemunit_DATA = \
664 @HAVE_LIBDAEMON_TRUE@@HAVE_SYSTEMD_TRUE@@HAVE_XML_TRUE@ avahi-daemon.service \
665 @HAVE_LIBDAEMON_TRUE@@HAVE_SYSTEMD_TRUE@@HAVE_XML_TRUE@ avahi-daemon.socket
666
667 @HAVE_LIBDAEMON_TRUE@@HAVE_SYSTEMD_TRUE@@HAVE_XML_TRUE@dist_dbussystemservices_DATA = \
668 @HAVE_LIBDAEMON_TRUE@@HAVE_SYSTEMD_TRUE@@HAVE_XML_TRUE@ org.freedesktop.Avahi.service
669
670 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@CLEANFILES = $(systemdsystemunit_DATA)
671 @HAVE_DBUS_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@dbusservicedir = $(DBUS_SYS_DIR)
672 @HAVE_DBUS_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@dist_dbusservice_DATA = avahi-dbus.conf
673 @HAVE_DBUS_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@dist_introspection_DATA = \
674 @HAVE_DBUS_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ org.freedesktop.Avahi.Server.xml \
675 @HAVE_DBUS_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ org.freedesktop.Avahi.EntryGroup.xml \
676 @HAVE_DBUS_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ org.freedesktop.Avahi.DomainBrowser.xml \
677 @HAVE_DBUS_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ org.freedesktop.Avahi.ServiceTypeBrowser.xml \
678 @HAVE_DBUS_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ org.freedesktop.Avahi.ServiceBrowser.xml \
679 @HAVE_DBUS_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ org.freedesktop.Avahi.ServiceResolver.xml \
680 @HAVE_DBUS_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ org.freedesktop.Avahi.AddressResolver.xml \
681 @HAVE_DBUS_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ org.freedesktop.Avahi.HostNameResolver.xml \
682 @HAVE_DBUS_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ org.freedesktop.Avahi.RecordBrowser.xml
683
684 EXTRA_DIST = \
685 avahi-daemon.conf \
686 example.service \
687 hosts \
688 example.service \
689 introspect.dtd \
690 introspect.xsl \
691 avahi-daemon.service.in \
692 avahi-daemon.socket.in
693
694 all: all-am
695
696 .SUFFIXES:
697 .SUFFIXES: .c .lo .o .obj
698 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
699 @for dep in $?; do \
700 case '$(am__configure_deps)' in \
701 *$$dep*) \
702 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
703 && { if test -f $@; then exit 0; else break; fi; }; \
704 exit 1;; \
705 esac; \
706 done; \
707 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign avahi-daemon/Makefile'; \
708 $(am__cd) $(top_srcdir) && \
709 $(AUTOMAKE) --foreign avahi-daemon/Makefile
710 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
711 @case '$?' in \
712 *config.status*) \
713 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
714 *) \
715 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
716 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
717 esac;
718
719 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
720 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
721
722 $(top_srcdir)/configure: $(am__configure_deps)
723 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
724 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
725 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
726 $(am__aclocal_m4_deps):
727 avahi-dbus.conf: $(top_builddir)/config.status $(srcdir)/avahi-dbus.conf.in
728 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
729
730 clean-noinstPROGRAMS:
731 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
732 echo " rm -f" $$list; \
733 rm -f $$list || exit $$?; \
734 test -n "$(EXEEXT)" || exit 0; \
735 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
736 echo " rm -f" $$list; \
737 rm -f $$list
738 install-sbinPROGRAMS: $(sbin_PROGRAMS)
739 @$(NORMAL_INSTALL)
740 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
741 if test -n "$$list"; then \
742 echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
743 $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
744 fi; \
745 for p in $$list; do echo "$$p $$p"; done | \
746 sed 's/$(EXEEXT)$$//' | \
747 while read p p1; do if test -f $$p \
748 || test -f $$p1 \
749 ; then echo "$$p"; echo "$$p"; else :; fi; \
750 done | \
751 sed -e 'p;s,.*/,,;n;h' \
752 -e 's|.*|.|' \
753 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
754 sed 'N;N;N;s,\n, ,g' | \
755 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
756 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
757 if ($$2 == $$4) files[d] = files[d] " " $$1; \
758 else { print "f", $$3 "/" $$4, $$1; } } \
759 END { for (d in files) print "f", d, files[d] }' | \
760 while read type dir files; do \
761 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
762 test -z "$$files" || { \
763 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
764 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
765 } \
766 ; done
767
768 uninstall-sbinPROGRAMS:
769 @$(NORMAL_UNINSTALL)
770 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
771 files=`for p in $$list; do echo "$$p"; done | \
772 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
773 -e 's/$$/$(EXEEXT)/' \
774 `; \
775 test -n "$$list" || exit 0; \
776 echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
777 cd "$(DESTDIR)$(sbindir)" && rm -f $$files
778
779 clean-sbinPROGRAMS:
780 @list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
781 echo " rm -f" $$list; \
782 rm -f $$list || exit $$?; \
783 test -n "$(EXEEXT)" || exit 0; \
784 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
785 echo " rm -f" $$list; \
786 rm -f $$list
787
788 avahi-daemon$(EXEEXT): $(avahi_daemon_OBJECTS) $(avahi_daemon_DEPENDENCIES) $(EXTRA_avahi_daemon_DEPENDENCIES)
789 @rm -f avahi-daemon$(EXEEXT)
790 $(AM_V_CCLD)$(avahi_daemon_LINK) $(avahi_daemon_OBJECTS) $(avahi_daemon_LDADD) $(LIBS)
791
792 ini-file-parser-test$(EXEEXT): $(ini_file_parser_test_OBJECTS) $(ini_file_parser_test_DEPENDENCIES) $(EXTRA_ini_file_parser_test_DEPENDENCIES)
793 @rm -f ini-file-parser-test$(EXEEXT)
794 $(AM_V_CCLD)$(ini_file_parser_test_LINK) $(ini_file_parser_test_OBJECTS) $(ini_file_parser_test_LDADD) $(LIBS)
795
796 mostlyclean-compile:
797 -rm -f *.$(OBJEXT)
798
799 distclean-compile:
800 -rm -f *.tab.c
801
802 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-caps.Po@am__quote@
803 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-check-nss.Po@am__quote@
804 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-chroot.Po@am__quote@
805 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-dbus-async-address-resolver.Po@am__quote@
806 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-dbus-async-host-name-resolver.Po@am__quote@
807 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-dbus-async-service-resolver.Po@am__quote@
808 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-dbus-domain-browser.Po@am__quote@
809 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-dbus-entry-group.Po@am__quote@
810 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-dbus-protocol.Po@am__quote@
811 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-dbus-record-browser.Po@am__quote@
812 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-dbus-service-browser.Po@am__quote@
813 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-dbus-service-type-browser.Po@am__quote@
814 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-dbus-sync-address-resolver.Po@am__quote@
815 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-dbus-sync-host-name-resolver.Po@am__quote@
816 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-dbus-sync-service-resolver.Po@am__quote@
817 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-dbus-util.Po@am__quote@
818 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-dbus-watch-glue.Po@am__quote@
819 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-dbus.Po@am__quote@
820 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-ini-file-parser.Po@am__quote@
821 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-main.Po@am__quote@
822 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-sd-daemon.Po@am__quote@
823 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-setproctitle.Po@am__quote@
824 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-simple-protocol.Po@am__quote@
825 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-static-hosts.Po@am__quote@
826 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-static-services.Po@am__quote@
827 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ini_file_parser_test-ini-file-parser-test.Po@am__quote@
828 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ini_file_parser_test-ini-file-parser.Po@am__quote@
829
830 .c.o:
831 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
832 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
833 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
834 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
835 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
836
837 .c.obj:
838 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
839 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
840 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
841 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
842 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
843
844 .c.lo:
845 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
846 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
847 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
848 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
849 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
850
851 avahi_daemon-main.o: main.c
852 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -MT avahi_daemon-main.o -MD -MP -MF $(DEPDIR)/avahi_daemon-main.Tpo -c -o avahi_daemon-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c
853 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_daemon-main.Tpo $(DEPDIR)/avahi_daemon-main.Po
854 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='main.c' object='avahi_daemon-main.o' libtool=no @AMDEPBACKSLASH@
855 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
856 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -c -o avahi_daemon-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c
857
858 avahi_daemon-main.obj: main.c
859 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -MT avahi_daemon-main.obj -MD -MP -MF $(DEPDIR)/avahi_daemon-main.Tpo -c -o avahi_daemon-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`
860 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_daemon-main.Tpo $(DEPDIR)/avahi_daemon-main.Po
861 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='main.c' object='avahi_daemon-main.obj' libtool=no @AMDEPBACKSLASH@
862 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
863 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -c -o avahi_daemon-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`
864
865 avahi_daemon-simple-protocol.o: simple-protocol.c
866 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -MT avahi_daemon-simple-protocol.o -MD -MP -MF $(DEPDIR)/avahi_daemon-simple-protocol.Tpo -c -o avahi_daemon-simple-protocol.o `test -f 'simple-protocol.c' || echo '$(srcdir)/'`simple-protocol.c
867 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_daemon-simple-protocol.Tpo $(DEPDIR)/avahi_daemon-simple-protocol.Po
868 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='simple-protocol.c' object='avahi_daemon-simple-protocol.o' libtool=no @AMDEPBACKSLASH@
869 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
870 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -c -o avahi_daemon-simple-protocol.o `test -f 'simple-protocol.c' || echo '$(srcdir)/'`simple-protocol.c
871
872 avahi_daemon-simple-protocol.obj: simple-protocol.c
873 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -MT avahi_daemon-simple-protocol.obj -MD -MP -MF $(DEPDIR)/avahi_daemon-simple-protocol.Tpo -c -o avahi_daemon-simple-protocol.obj `if test -f 'simple-protocol.c'; then $(CYGPATH_W) 'simple-protocol.c'; else $(CYGPATH_W) '$(srcdir)/simple-protocol.c'; fi`
874 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_daemon-simple-protocol.Tpo $(DEPDIR)/avahi_daemon-simple-protocol.Po
875 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='simple-protocol.c' object='avahi_daemon-simple-protocol.obj' libtool=no @AMDEPBACKSLASH@
876 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
877 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -c -o avahi_daemon-simple-protocol.obj `if test -f 'simple-protocol.c'; then $(CYGPATH_W) 'simple-protocol.c'; else $(CYGPATH_W) '$(srcdir)/simple-protocol.c'; fi`
878
879 avahi_daemon-static-services.o: static-services.c
880 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -MT avahi_daemon-static-services.o -MD -MP -MF $(DEPDIR)/avahi_daemon-static-services.Tpo -c -o avahi_daemon-static-services.o `test -f 'static-services.c' || echo '$(srcdir)/'`static-services.c
881 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_daemon-static-services.Tpo $(DEPDIR)/avahi_daemon-static-services.Po
882 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='static-services.c' object='avahi_daemon-static-services.o' libtool=no @AMDEPBACKSLASH@
883 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
884 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -c -o avahi_daemon-static-services.o `test -f 'static-services.c' || echo '$(srcdir)/'`static-services.c
885
886 avahi_daemon-static-services.obj: static-services.c
887 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -MT avahi_daemon-static-services.obj -MD -MP -MF $(DEPDIR)/avahi_daemon-static-services.Tpo -c -o avahi_daemon-static-services.obj `if test -f 'static-services.c'; then $(CYGPATH_W) 'static-services.c'; else $(CYGPATH_W) '$(srcdir)/static-services.c'; fi`
888 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_daemon-static-services.Tpo $(DEPDIR)/avahi_daemon-static-services.Po
889 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='static-services.c' object='avahi_daemon-static-services.obj' libtool=no @AMDEPBACKSLASH@
890 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
891 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -c -o avahi_daemon-static-services.obj `if test -f 'static-services.c'; then $(CYGPATH_W) 'static-services.c'; else $(CYGPATH_W) '$(srcdir)/static-services.c'; fi`
892
893 avahi_daemon-static-hosts.o: static-hosts.c
894 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -MT avahi_daemon-static-hosts.o -MD -MP -MF $(DEPDIR)/avahi_daemon-static-hosts.Tpo -c -o avahi_daemon-static-hosts.o `test -f 'static-hosts.c' || echo '$(srcdir)/'`static-hosts.c
895 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_daemon-static-hosts.Tpo $(DEPDIR)/avahi_daemon-static-hosts.Po
896 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='static-hosts.c' object='avahi_daemon-static-hosts.o' libtool=no @AMDEPBACKSLASH@
897 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
898 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -c -o avahi_daemon-static-hosts.o `test -f 'static-hosts.c' || echo '$(srcdir)/'`static-hosts.c
899
900 avahi_daemon-static-hosts.obj: static-hosts.c
901 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -MT avahi_daemon-static-hosts.obj -MD -MP -MF $(DEPDIR)/avahi_daemon-static-hosts.Tpo -c -o avahi_daemon-static-hosts.obj `if test -f 'static-hosts.c'; then $(CYGPATH_W) 'static-hosts.c'; else $(CYGPATH_W) '$(srcdir)/static-hosts.c'; fi`
902 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_daemon-static-hosts.Tpo $(DEPDIR)/avahi_daemon-static-hosts.Po
903 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='static-hosts.c' object='avahi_daemon-static-hosts.obj' libtool=no @AMDEPBACKSLASH@
904 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
905 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -c -o avahi_daemon-static-hosts.obj `if test -f 'static-hosts.c'; then $(CYGPATH_W) 'static-hosts.c'; else $(CYGPATH_W) '$(srcdir)/static-hosts.c'; fi`
906
907 avahi_daemon-ini-file-parser.o: ini-file-parser.c
908 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -MT avahi_daemon-ini-file-parser.o -MD -MP -MF $(DEPDIR)/avahi_daemon-ini-file-parser.Tpo -c -o avahi_daemon-ini-file-parser.o `test -f 'ini-file-parser.c' || echo '$(srcdir)/'`ini-file-parser.c
909 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_daemon-ini-file-parser.Tpo $(DEPDIR)/avahi_daemon-ini-file-parser.Po
910 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ini-file-parser.c' object='avahi_daemon-ini-file-parser.o' libtool=no @AMDEPBACKSLASH@
911 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
912 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -c -o avahi_daemon-ini-file-parser.o `test -f 'ini-file-parser.c' || echo '$(srcdir)/'`ini-file-parser.c
913
914 avahi_daemon-ini-file-parser.obj: ini-file-parser.c
915 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -MT avahi_daemon-ini-file-parser.obj -MD -MP -MF $(DEPDIR)/avahi_daemon-ini-file-parser.Tpo -c -o avahi_daemon-ini-file-parser.obj `if test -f 'ini-file-parser.c'; then $(CYGPATH_W) 'ini-file-parser.c'; else $(CYGPATH_W) '$(srcdir)/ini-file-parser.c'; fi`
916 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_daemon-ini-file-parser.Tpo $(DEPDIR)/avahi_daemon-ini-file-parser.Po
917 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ini-file-parser.c' object='avahi_daemon-ini-file-parser.obj' libtool=no @AMDEPBACKSLASH@
918 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
919 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -c -o avahi_daemon-ini-file-parser.obj `if test -f 'ini-file-parser.c'; then $(CYGPATH_W) 'ini-file-parser.c'; else $(CYGPATH_W) '$(srcdir)/ini-file-parser.c'; fi`
920
921 avahi_daemon-setproctitle.o: setproctitle.c
922 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -MT avahi_daemon-setproctitle.o -MD -MP -MF $(DEPDIR)/avahi_daemon-setproctitle.Tpo -c -o avahi_daemon-setproctitle.o `test -f 'setproctitle.c' || echo '$(srcdir)/'`setproctitle.c
923 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_daemon-setproctitle.Tpo $(DEPDIR)/avahi_daemon-setproctitle.Po
924 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='setproctitle.c' object='avahi_daemon-setproctitle.o' libtool=no @AMDEPBACKSLASH@
925 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
926 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -c -o avahi_daemon-setproctitle.o `test -f 'setproctitle.c' || echo '$(srcdir)/'`setproctitle.c
927
928 avahi_daemon-setproctitle.obj: setproctitle.c
929 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -MT avahi_daemon-setproctitle.obj -MD -MP -MF $(DEPDIR)/avahi_daemon-setproctitle.Tpo -c -o avahi_daemon-setproctitle.obj `if test -f 'setproctitle.c'; then $(CYGPATH_W) 'setproctitle.c'; else $(CYGPATH_W) '$(srcdir)/setproctitle.c'; fi`
930 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_daemon-setproctitle.Tpo $(DEPDIR)/avahi_daemon-setproctitle.Po
931 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='setproctitle.c' object='avahi_daemon-setproctitle.obj' libtool=no @AMDEPBACKSLASH@
932 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
933 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -c -o avahi_daemon-setproctitle.obj `if test -f 'setproctitle.c'; then $(CYGPATH_W) 'setproctitle.c'; else $(CYGPATH_W) '$(srcdir)/setproctitle.c'; fi`
934
935 avahi_daemon-sd-daemon.o: sd-daemon.c
936 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -MT avahi_daemon-sd-daemon.o -MD -MP -MF $(DEPDIR)/avahi_daemon-sd-daemon.Tpo -c -o avahi_daemon-sd-daemon.o `test -f 'sd-daemon.c' || echo '$(srcdir)/'`sd-daemon.c
937 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_daemon-sd-daemon.Tpo $(DEPDIR)/avahi_daemon-sd-daemon.Po
938 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sd-daemon.c' object='avahi_daemon-sd-daemon.o' libtool=no @AMDEPBACKSLASH@
939 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
940 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -c -o avahi_daemon-sd-daemon.o `test -f 'sd-daemon.c' || echo '$(srcdir)/'`sd-daemon.c
941
942 avahi_daemon-sd-daemon.obj: sd-daemon.c
943 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -MT avahi_daemon-sd-daemon.obj -MD -MP -MF $(DEPDIR)/avahi_daemon-sd-daemon.Tpo -c -o avahi_daemon-sd-daemon.obj `if test -f 'sd-daemon.c'; then $(CYGPATH_W) 'sd-daemon.c'; else $(CYGPATH_W) '$(srcdir)/sd-daemon.c'; fi`
944 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_daemon-sd-daemon.Tpo $(DEPDIR)/avahi_daemon-sd-daemon.Po
945 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sd-daemon.c' object='avahi_daemon-sd-daemon.obj' libtool=no @AMDEPBACKSLASH@
946 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
947 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -c -o avahi_daemon-sd-daemon.obj `if test -f 'sd-daemon.c'; then $(CYGPATH_W) 'sd-daemon.c'; else $(CYGPATH_W) '$(srcdir)/sd-daemon.c'; fi`
948
949 avahi_daemon-check-nss.o: ../avahi-client/check-nss.c
950 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -MT avahi_daemon-check-nss.o -MD -MP -MF $(DEPDIR)/avahi_daemon-check-nss.Tpo -c -o avahi_daemon-check-nss.o `test -f '../avahi-client/check-nss.c' || echo '$(srcdir)/'`../avahi-client/check-nss.c
951 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_daemon-check-nss.Tpo $(DEPDIR)/avahi_daemon-check-nss.Po
952 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../avahi-client/check-nss.c' object='avahi_daemon-check-nss.o' libtool=no @AMDEPBACKSLASH@
953 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
954 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -c -o avahi_daemon-check-nss.o `test -f '../avahi-client/check-nss.c' || echo '$(srcdir)/'`../avahi-client/check-nss.c
955
956 avahi_daemon-check-nss.obj: ../avahi-client/check-nss.c
957 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -MT avahi_daemon-check-nss.obj -MD -MP -MF $(DEPDIR)/avahi_daemon-check-nss.Tpo -c -o avahi_daemon-check-nss.obj `if test -f '../avahi-client/check-nss.c'; then $(CYGPATH_W) '../avahi-client/check-nss.c'; else $(CYGPATH_W) '$(srcdir)/../avahi-client/check-nss.c'; fi`
958 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_daemon-check-nss.Tpo $(DEPDIR)/avahi_daemon-check-nss.Po
959 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../avahi-client/check-nss.c' object='avahi_daemon-check-nss.obj' libtool=no @AMDEPBACKSLASH@
960 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
961 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -c -o avahi_daemon-check-nss.obj `if test -f '../avahi-client/check-nss.c'; then $(CYGPATH_W) '../avahi-client/check-nss.c'; else $(CYGPATH_W) '$(srcdir)/../avahi-client/check-nss.c'; fi`
962
963 avahi_daemon-chroot.o: chroot.c
964 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -MT avahi_daemon-chroot.o -MD -MP -MF $(DEPDIR)/avahi_daemon-chroot.Tpo -c -o avahi_daemon-chroot.o `test -f 'chroot.c' || echo '$(srcdir)/'`chroot.c
965 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_daemon-chroot.Tpo $(DEPDIR)/avahi_daemon-chroot.Po
966 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='chroot.c' object='avahi_daemon-chroot.o' libtool=no @AMDEPBACKSLASH@
967 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
968 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -c -o avahi_daemon-chroot.o `test -f 'chroot.c' || echo '$(srcdir)/'`chroot.c
969
970 avahi_daemon-chroot.obj: chroot.c
971 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -MT avahi_daemon-chroot.obj -MD -MP -MF $(DEPDIR)/avahi_daemon-chroot.Tpo -c -o avahi_daemon-chroot.obj `if test -f 'chroot.c'; then $(CYGPATH_W) 'chroot.c'; else $(CYGPATH_W) '$(srcdir)/chroot.c'; fi`
972 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_daemon-chroot.Tpo $(DEPDIR)/avahi_daemon-chroot.Po
973 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='chroot.c' object='avahi_daemon-chroot.obj' libtool=no @AMDEPBACKSLASH@
974 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
975 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -c -o avahi_daemon-chroot.obj `if test -f 'chroot.c'; then $(CYGPATH_W) 'chroot.c'; else $(CYGPATH_W) '$(srcdir)/chroot.c'; fi`
976
977 avahi_daemon-caps.o: caps.c
978 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -MT avahi_daemon-caps.o -MD -MP -MF $(DEPDIR)/avahi_daemon-caps.Tpo -c -o avahi_daemon-caps.o `test -f 'caps.c' || echo '$(srcdir)/'`caps.c
979 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_daemon-caps.Tpo $(DEPDIR)/avahi_daemon-caps.Po
980 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='caps.c' object='avahi_daemon-caps.o' libtool=no @AMDEPBACKSLASH@
981 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
982 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -c -o avahi_daemon-caps.o `test -f 'caps.c' || echo '$(srcdir)/'`caps.c
983
984 avahi_daemon-caps.obj: caps.c
985 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -MT avahi_daemon-caps.obj -MD -MP -MF $(DEPDIR)/avahi_daemon-caps.Tpo -c -o avahi_daemon-caps.obj `if test -f 'caps.c'; then $(CYGPATH_W) 'caps.c'; else $(CYGPATH_W) '$(srcdir)/caps.c'; fi`
986 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_daemon-caps.Tpo $(DEPDIR)/avahi_daemon-caps.Po
987 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='caps.c' object='avahi_daemon-caps.obj' libtool=no @AMDEPBACKSLASH@
988 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
989 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -c -o avahi_daemon-caps.obj `if test -f 'caps.c'; then $(CYGPATH_W) 'caps.c'; else $(CYGPATH_W) '$(srcdir)/caps.c'; fi`
990
991 avahi_daemon-dbus-protocol.o: dbus-protocol.c
992 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -MT avahi_daemon-dbus-protocol.o -MD -MP -MF $(DEPDIR)/avahi_daemon-dbus-protocol.Tpo -c -o avahi_daemon-dbus-protocol.o `test -f 'dbus-protocol.c' || echo '$(srcdir)/'`dbus-protocol.c
993 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_daemon-dbus-protocol.Tpo $(DEPDIR)/avahi_daemon-dbus-protocol.Po
994 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dbus-protocol.c' object='avahi_daemon-dbus-protocol.o' libtool=no @AMDEPBACKSLASH@
995 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
996 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -c -o avahi_daemon-dbus-protocol.o `test -f 'dbus-protocol.c' || echo '$(srcdir)/'`dbus-protocol.c
997
998 avahi_daemon-dbus-protocol.obj: dbus-protocol.c
999 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -MT avahi_daemon-dbus-protocol.obj -MD -MP -MF $(DEPDIR)/avahi_daemon-dbus-protocol.Tpo -c -o avahi_daemon-dbus-protocol.obj `if test -f 'dbus-protocol.c'; then $(CYGPATH_W) 'dbus-protocol.c'; else $(CYGPATH_W) '$(srcdir)/dbus-protocol.c'; fi`
1000 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_daemon-dbus-protocol.Tpo $(DEPDIR)/avahi_daemon-dbus-protocol.Po
1001 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dbus-protocol.c' object='avahi_daemon-dbus-protocol.obj' libtool=no @AMDEPBACKSLASH@
1002 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1003 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -c -o avahi_daemon-dbus-protocol.obj `if test -f 'dbus-protocol.c'; then $(CYGPATH_W) 'dbus-protocol.c'; else $(CYGPATH_W) '$(srcdir)/dbus-protocol.c'; fi`
1004
1005 avahi_daemon-dbus-util.o: dbus-util.c
1006 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -MT avahi_daemon-dbus-util.o -MD -MP -MF $(DEPDIR)/avahi_daemon-dbus-util.Tpo -c -o avahi_daemon-dbus-util.o `test -f 'dbus-util.c' || echo '$(srcdir)/'`dbus-util.c
1007 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_daemon-dbus-util.Tpo $(DEPDIR)/avahi_daemon-dbus-util.Po
1008 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dbus-util.c' object='avahi_daemon-dbus-util.o' libtool=no @AMDEPBACKSLASH@
1009 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1010 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -c -o avahi_daemon-dbus-util.o `test -f 'dbus-util.c' || echo '$(srcdir)/'`dbus-util.c
1011
1012 avahi_daemon-dbus-util.obj: dbus-util.c
1013 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -MT avahi_daemon-dbus-util.obj -MD -MP -MF $(DEPDIR)/avahi_daemon-dbus-util.Tpo -c -o avahi_daemon-dbus-util.obj `if test -f 'dbus-util.c'; then $(CYGPATH_W) 'dbus-util.c'; else $(CYGPATH_W) '$(srcdir)/dbus-util.c'; fi`
1014 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_daemon-dbus-util.Tpo $(DEPDIR)/avahi_daemon-dbus-util.Po
1015 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dbus-util.c' object='avahi_daemon-dbus-util.obj' libtool=no @AMDEPBACKSLASH@
1016 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1017 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -c -o avahi_daemon-dbus-util.obj `if test -f 'dbus-util.c'; then $(CYGPATH_W) 'dbus-util.c'; else $(CYGPATH_W) '$(srcdir)/dbus-util.c'; fi`
1018
1019 avahi_daemon-dbus-async-address-resolver.o: dbus-async-address-resolver.c
1020 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -MT avahi_daemon-dbus-async-address-resolver.o -MD -MP -MF $(DEPDIR)/avahi_daemon-dbus-async-address-resolver.Tpo -c -o avahi_daemon-dbus-async-address-resolver.o `test -f 'dbus-async-address-resolver.c' || echo '$(srcdir)/'`dbus-async-address-resolver.c
1021 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_daemon-dbus-async-address-resolver.Tpo $(DEPDIR)/avahi_daemon-dbus-async-address-resolver.Po
1022 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dbus-async-address-resolver.c' object='avahi_daemon-dbus-async-address-resolver.o' libtool=no @AMDEPBACKSLASH@
1023 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1024 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -c -o avahi_daemon-dbus-async-address-resolver.o `test -f 'dbus-async-address-resolver.c' || echo '$(srcdir)/'`dbus-async-address-resolver.c
1025
1026 avahi_daemon-dbus-async-address-resolver.obj: dbus-async-address-resolver.c
1027 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -MT avahi_daemon-dbus-async-address-resolver.obj -MD -MP -MF $(DEPDIR)/avahi_daemon-dbus-async-address-resolver.Tpo -c -o avahi_daemon-dbus-async-address-resolver.obj `if test -f 'dbus-async-address-resolver.c'; then $(CYGPATH_W) 'dbus-async-address-resolver.c'; else $(CYGPATH_W) '$(srcdir)/dbus-async-address-resolver.c'; fi`
1028 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_daemon-dbus-async-address-resolver.Tpo $(DEPDIR)/avahi_daemon-dbus-async-address-resolver.Po
1029 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dbus-async-address-resolver.c' object='avahi_daemon-dbus-async-address-resolver.obj' libtool=no @AMDEPBACKSLASH@
1030 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1031 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -c -o avahi_daemon-dbus-async-address-resolver.obj `if test -f 'dbus-async-address-resolver.c'; then $(CYGPATH_W) 'dbus-async-address-resolver.c'; else $(CYGPATH_W) '$(srcdir)/dbus-async-address-resolver.c'; fi`
1032
1033 avahi_daemon-dbus-async-host-name-resolver.o: dbus-async-host-name-resolver.c
1034 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -MT avahi_daemon-dbus-async-host-name-resolver.o -MD -MP -MF $(DEPDIR)/avahi_daemon-dbus-async-host-name-resolver.Tpo -c -o avahi_daemon-dbus-async-host-name-resolver.o `test -f 'dbus-async-host-name-resolver.c' || echo '$(srcdir)/'`dbus-async-host-name-resolver.c
1035 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_daemon-dbus-async-host-name-resolver.Tpo $(DEPDIR)/avahi_daemon-dbus-async-host-name-resolver.Po
1036 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dbus-async-host-name-resolver.c' object='avahi_daemon-dbus-async-host-name-resolver.o' libtool=no @AMDEPBACKSLASH@
1037 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1038 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -c -o avahi_daemon-dbus-async-host-name-resolver.o `test -f 'dbus-async-host-name-resolver.c' || echo '$(srcdir)/'`dbus-async-host-name-resolver.c
1039
1040 avahi_daemon-dbus-async-host-name-resolver.obj: dbus-async-host-name-resolver.c
1041 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -MT avahi_daemon-dbus-async-host-name-resolver.obj -MD -MP -MF $(DEPDIR)/avahi_daemon-dbus-async-host-name-resolver.Tpo -c -o avahi_daemon-dbus-async-host-name-resolver.obj `if test -f 'dbus-async-host-name-resolver.c'; then $(CYGPATH_W) 'dbus-async-host-name-resolver.c'; else $(CYGPATH_W) '$(srcdir)/dbus-async-host-name-resolver.c'; fi`
1042 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_daemon-dbus-async-host-name-resolver.Tpo $(DEPDIR)/avahi_daemon-dbus-async-host-name-resolver.Po
1043 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dbus-async-host-name-resolver.c' object='avahi_daemon-dbus-async-host-name-resolver.obj' libtool=no @AMDEPBACKSLASH@
1044 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1045 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -c -o avahi_daemon-dbus-async-host-name-resolver.obj `if test -f 'dbus-async-host-name-resolver.c'; then $(CYGPATH_W) 'dbus-async-host-name-resolver.c'; else $(CYGPATH_W) '$(srcdir)/dbus-async-host-name-resolver.c'; fi`
1046
1047 avahi_daemon-dbus-async-service-resolver.o: dbus-async-service-resolver.c
1048 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -MT avahi_daemon-dbus-async-service-resolver.o -MD -MP -MF $(DEPDIR)/avahi_daemon-dbus-async-service-resolver.Tpo -c -o avahi_daemon-dbus-async-service-resolver.o `test -f 'dbus-async-service-resolver.c' || echo '$(srcdir)/'`dbus-async-service-resolver.c
1049 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_daemon-dbus-async-service-resolver.Tpo $(DEPDIR)/avahi_daemon-dbus-async-service-resolver.Po
1050 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dbus-async-service-resolver.c' object='avahi_daemon-dbus-async-service-resolver.o' libtool=no @AMDEPBACKSLASH@
1051 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1052 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -c -o avahi_daemon-dbus-async-service-resolver.o `test -f 'dbus-async-service-resolver.c' || echo '$(srcdir)/'`dbus-async-service-resolver.c
1053
1054 avahi_daemon-dbus-async-service-resolver.obj: dbus-async-service-resolver.c
1055 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -MT avahi_daemon-dbus-async-service-resolver.obj -MD -MP -MF $(DEPDIR)/avahi_daemon-dbus-async-service-resolver.Tpo -c -o avahi_daemon-dbus-async-service-resolver.obj `if test -f 'dbus-async-service-resolver.c'; then $(CYGPATH_W) 'dbus-async-service-resolver.c'; else $(CYGPATH_W) '$(srcdir)/dbus-async-service-resolver.c'; fi`
1056 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_daemon-dbus-async-service-resolver.Tpo $(DEPDIR)/avahi_daemon-dbus-async-service-resolver.Po
1057 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dbus-async-service-resolver.c' object='avahi_daemon-dbus-async-service-resolver.obj' libtool=no @AMDEPBACKSLASH@
1058 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1059 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -c -o avahi_daemon-dbus-async-service-resolver.obj `if test -f 'dbus-async-service-resolver.c'; then $(CYGPATH_W) 'dbus-async-service-resolver.c'; else $(CYGPATH_W) '$(srcdir)/dbus-async-service-resolver.c'; fi`
1060
1061 avahi_daemon-dbus-domain-browser.o: dbus-domain-browser.c
1062 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -MT avahi_daemon-dbus-domain-browser.o -MD -MP -MF $(DEPDIR)/avahi_daemon-dbus-domain-browser.Tpo -c -o avahi_daemon-dbus-domain-browser.o `test -f 'dbus-domain-browser.c' || echo '$(srcdir)/'`dbus-domain-browser.c
1063 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_daemon-dbus-domain-browser.Tpo $(DEPDIR)/avahi_daemon-dbus-domain-browser.Po
1064 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dbus-domain-browser.c' object='avahi_daemon-dbus-domain-browser.o' libtool=no @AMDEPBACKSLASH@
1065 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1066 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -c -o avahi_daemon-dbus-domain-browser.o `test -f 'dbus-domain-browser.c' || echo '$(srcdir)/'`dbus-domain-browser.c
1067
1068 avahi_daemon-dbus-domain-browser.obj: dbus-domain-browser.c
1069 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -MT avahi_daemon-dbus-domain-browser.obj -MD -MP -MF $(DEPDIR)/avahi_daemon-dbus-domain-browser.Tpo -c -o avahi_daemon-dbus-domain-browser.obj `if test -f 'dbus-domain-browser.c'; then $(CYGPATH_W) 'dbus-domain-browser.c'; else $(CYGPATH_W) '$(srcdir)/dbus-domain-browser.c'; fi`
1070 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_daemon-dbus-domain-browser.Tpo $(DEPDIR)/avahi_daemon-dbus-domain-browser.Po
1071 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dbus-domain-browser.c' object='avahi_daemon-dbus-domain-browser.obj' libtool=no @AMDEPBACKSLASH@
1072 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1073 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -c -o avahi_daemon-dbus-domain-browser.obj `if test -f 'dbus-domain-browser.c'; then $(CYGPATH_W) 'dbus-domain-browser.c'; else $(CYGPATH_W) '$(srcdir)/dbus-domain-browser.c'; fi`
1074
1075 avahi_daemon-dbus-entry-group.o: dbus-entry-group.c
1076 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -MT avahi_daemon-dbus-entry-group.o -MD -MP -MF $(DEPDIR)/avahi_daemon-dbus-entry-group.Tpo -c -o avahi_daemon-dbus-entry-group.o `test -f 'dbus-entry-group.c' || echo '$(srcdir)/'`dbus-entry-group.c
1077 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_daemon-dbus-entry-group.Tpo $(DEPDIR)/avahi_daemon-dbus-entry-group.Po
1078 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dbus-entry-group.c' object='avahi_daemon-dbus-entry-group.o' libtool=no @AMDEPBACKSLASH@
1079 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1080 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -c -o avahi_daemon-dbus-entry-group.o `test -f 'dbus-entry-group.c' || echo '$(srcdir)/'`dbus-entry-group.c
1081
1082 avahi_daemon-dbus-entry-group.obj: dbus-entry-group.c
1083 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -MT avahi_daemon-dbus-entry-group.obj -MD -MP -MF $(DEPDIR)/avahi_daemon-dbus-entry-group.Tpo -c -o avahi_daemon-dbus-entry-group.obj `if test -f 'dbus-entry-group.c'; then $(CYGPATH_W) 'dbus-entry-group.c'; else $(CYGPATH_W) '$(srcdir)/dbus-entry-group.c'; fi`
1084 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_daemon-dbus-entry-group.Tpo $(DEPDIR)/avahi_daemon-dbus-entry-group.Po
1085 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dbus-entry-group.c' object='avahi_daemon-dbus-entry-group.obj' libtool=no @AMDEPBACKSLASH@
1086 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1087 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -c -o avahi_daemon-dbus-entry-group.obj `if test -f 'dbus-entry-group.c'; then $(CYGPATH_W) 'dbus-entry-group.c'; else $(CYGPATH_W) '$(srcdir)/dbus-entry-group.c'; fi`
1088
1089 avahi_daemon-dbus-service-browser.o: dbus-service-browser.c
1090 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -MT avahi_daemon-dbus-service-browser.o -MD -MP -MF $(DEPDIR)/avahi_daemon-dbus-service-browser.Tpo -c -o avahi_daemon-dbus-service-browser.o `test -f 'dbus-service-browser.c' || echo '$(srcdir)/'`dbus-service-browser.c
1091 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_daemon-dbus-service-browser.Tpo $(DEPDIR)/avahi_daemon-dbus-service-browser.Po
1092 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dbus-service-browser.c' object='avahi_daemon-dbus-service-browser.o' libtool=no @AMDEPBACKSLASH@
1093 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1094 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -c -o avahi_daemon-dbus-service-browser.o `test -f 'dbus-service-browser.c' || echo '$(srcdir)/'`dbus-service-browser.c
1095
1096 avahi_daemon-dbus-service-browser.obj: dbus-service-browser.c
1097 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -MT avahi_daemon-dbus-service-browser.obj -MD -MP -MF $(DEPDIR)/avahi_daemon-dbus-service-browser.Tpo -c -o avahi_daemon-dbus-service-browser.obj `if test -f 'dbus-service-browser.c'; then $(CYGPATH_W) 'dbus-service-browser.c'; else $(CYGPATH_W) '$(srcdir)/dbus-service-browser.c'; fi`
1098 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_daemon-dbus-service-browser.Tpo $(DEPDIR)/avahi_daemon-dbus-service-browser.Po
1099 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dbus-service-browser.c' object='avahi_daemon-dbus-service-browser.obj' libtool=no @AMDEPBACKSLASH@
1100 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1101 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -c -o avahi_daemon-dbus-service-browser.obj `if test -f 'dbus-service-browser.c'; then $(CYGPATH_W) 'dbus-service-browser.c'; else $(CYGPATH_W) '$(srcdir)/dbus-service-browser.c'; fi`
1102
1103 avahi_daemon-dbus-service-type-browser.o: dbus-service-type-browser.c
1104 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -MT avahi_daemon-dbus-service-type-browser.o -MD -MP -MF $(DEPDIR)/avahi_daemon-dbus-service-type-browser.Tpo -c -o avahi_daemon-dbus-service-type-browser.o `test -f 'dbus-service-type-browser.c' || echo '$(srcdir)/'`dbus-service-type-browser.c
1105 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_daemon-dbus-service-type-browser.Tpo $(DEPDIR)/avahi_daemon-dbus-service-type-browser.Po
1106 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dbus-service-type-browser.c' object='avahi_daemon-dbus-service-type-browser.o' libtool=no @AMDEPBACKSLASH@
1107 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1108 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -c -o avahi_daemon-dbus-service-type-browser.o `test -f 'dbus-service-type-browser.c' || echo '$(srcdir)/'`dbus-service-type-browser.c
1109
1110 avahi_daemon-dbus-service-type-browser.obj: dbus-service-type-browser.c
1111 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -MT avahi_daemon-dbus-service-type-browser.obj -MD -MP -MF $(DEPDIR)/avahi_daemon-dbus-service-type-browser.Tpo -c -o avahi_daemon-dbus-service-type-browser.obj `if test -f 'dbus-service-type-browser.c'; then $(CYGPATH_W) 'dbus-service-type-browser.c'; else $(CYGPATH_W) '$(srcdir)/dbus-service-type-browser.c'; fi`
1112 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_daemon-dbus-service-type-browser.Tpo $(DEPDIR)/avahi_daemon-dbus-service-type-browser.Po
1113 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dbus-service-type-browser.c' object='avahi_daemon-dbus-service-type-browser.obj' libtool=no @AMDEPBACKSLASH@
1114 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1115 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -c -o avahi_daemon-dbus-service-type-browser.obj `if test -f 'dbus-service-type-browser.c'; then $(CYGPATH_W) 'dbus-service-type-browser.c'; else $(CYGPATH_W) '$(srcdir)/dbus-service-type-browser.c'; fi`
1116
1117 avahi_daemon-dbus-sync-address-resolver.o: dbus-sync-address-resolver.c
1118 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -MT avahi_daemon-dbus-sync-address-resolver.o -MD -MP -MF $(DEPDIR)/avahi_daemon-dbus-sync-address-resolver.Tpo -c -o avahi_daemon-dbus-sync-address-resolver.o `test -f 'dbus-sync-address-resolver.c' || echo '$(srcdir)/'`dbus-sync-address-resolver.c
1119 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_daemon-dbus-sync-address-resolver.Tpo $(DEPDIR)/avahi_daemon-dbus-sync-address-resolver.Po
1120 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dbus-sync-address-resolver.c' object='avahi_daemon-dbus-sync-address-resolver.o' libtool=no @AMDEPBACKSLASH@
1121 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1122 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -c -o avahi_daemon-dbus-sync-address-resolver.o `test -f 'dbus-sync-address-resolver.c' || echo '$(srcdir)/'`dbus-sync-address-resolver.c
1123
1124 avahi_daemon-dbus-sync-address-resolver.obj: dbus-sync-address-resolver.c
1125 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -MT avahi_daemon-dbus-sync-address-resolver.obj -MD -MP -MF $(DEPDIR)/avahi_daemon-dbus-sync-address-resolver.Tpo -c -o avahi_daemon-dbus-sync-address-resolver.obj `if test -f 'dbus-sync-address-resolver.c'; then $(CYGPATH_W) 'dbus-sync-address-resolver.c'; else $(CYGPATH_W) '$(srcdir)/dbus-sync-address-resolver.c'; fi`
1126 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_daemon-dbus-sync-address-resolver.Tpo $(DEPDIR)/avahi_daemon-dbus-sync-address-resolver.Po
1127 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dbus-sync-address-resolver.c' object='avahi_daemon-dbus-sync-address-resolver.obj' libtool=no @AMDEPBACKSLASH@
1128 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1129 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -c -o avahi_daemon-dbus-sync-address-resolver.obj `if test -f 'dbus-sync-address-resolver.c'; then $(CYGPATH_W) 'dbus-sync-address-resolver.c'; else $(CYGPATH_W) '$(srcdir)/dbus-sync-address-resolver.c'; fi`
1130
1131 avahi_daemon-dbus-sync-host-name-resolver.o: dbus-sync-host-name-resolver.c
1132 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -MT avahi_daemon-dbus-sync-host-name-resolver.o -MD -MP -MF $(DEPDIR)/avahi_daemon-dbus-sync-host-name-resolver.Tpo -c -o avahi_daemon-dbus-sync-host-name-resolver.o `test -f 'dbus-sync-host-name-resolver.c' || echo '$(srcdir)/'`dbus-sync-host-name-resolver.c
1133 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_daemon-dbus-sync-host-name-resolver.Tpo $(DEPDIR)/avahi_daemon-dbus-sync-host-name-resolver.Po
1134 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dbus-sync-host-name-resolver.c' object='avahi_daemon-dbus-sync-host-name-resolver.o' libtool=no @AMDEPBACKSLASH@
1135 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1136 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -c -o avahi_daemon-dbus-sync-host-name-resolver.o `test -f 'dbus-sync-host-name-resolver.c' || echo '$(srcdir)/'`dbus-sync-host-name-resolver.c
1137
1138 avahi_daemon-dbus-sync-host-name-resolver.obj: dbus-sync-host-name-resolver.c
1139 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -MT avahi_daemon-dbus-sync-host-name-resolver.obj -MD -MP -MF $(DEPDIR)/avahi_daemon-dbus-sync-host-name-resolver.Tpo -c -o avahi_daemon-dbus-sync-host-name-resolver.obj `if test -f 'dbus-sync-host-name-resolver.c'; then $(CYGPATH_W) 'dbus-sync-host-name-resolver.c'; else $(CYGPATH_W) '$(srcdir)/dbus-sync-host-name-resolver.c'; fi`
1140 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_daemon-dbus-sync-host-name-resolver.Tpo $(DEPDIR)/avahi_daemon-dbus-sync-host-name-resolver.Po
1141 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dbus-sync-host-name-resolver.c' object='avahi_daemon-dbus-sync-host-name-resolver.obj' libtool=no @AMDEPBACKSLASH@
1142 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1143 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -c -o avahi_daemon-dbus-sync-host-name-resolver.obj `if test -f 'dbus-sync-host-name-resolver.c'; then $(CYGPATH_W) 'dbus-sync-host-name-resolver.c'; else $(CYGPATH_W) '$(srcdir)/dbus-sync-host-name-resolver.c'; fi`
1144
1145 avahi_daemon-dbus-sync-service-resolver.o: dbus-sync-service-resolver.c
1146 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -MT avahi_daemon-dbus-sync-service-resolver.o -MD -MP -MF $(DEPDIR)/avahi_daemon-dbus-sync-service-resolver.Tpo -c -o avahi_daemon-dbus-sync-service-resolver.o `test -f 'dbus-sync-service-resolver.c' || echo '$(srcdir)/'`dbus-sync-service-resolver.c
1147 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_daemon-dbus-sync-service-resolver.Tpo $(DEPDIR)/avahi_daemon-dbus-sync-service-resolver.Po
1148 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dbus-sync-service-resolver.c' object='avahi_daemon-dbus-sync-service-resolver.o' libtool=no @AMDEPBACKSLASH@
1149 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1150 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -c -o avahi_daemon-dbus-sync-service-resolver.o `test -f 'dbus-sync-service-resolver.c' || echo '$(srcdir)/'`dbus-sync-service-resolver.c
1151
1152 avahi_daemon-dbus-sync-service-resolver.obj: dbus-sync-service-resolver.c
1153 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -MT avahi_daemon-dbus-sync-service-resolver.obj -MD -MP -MF $(DEPDIR)/avahi_daemon-dbus-sync-service-resolver.Tpo -c -o avahi_daemon-dbus-sync-service-resolver.obj `if test -f 'dbus-sync-service-resolver.c'; then $(CYGPATH_W) 'dbus-sync-service-resolver.c'; else $(CYGPATH_W) '$(srcdir)/dbus-sync-service-resolver.c'; fi`
1154 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_daemon-dbus-sync-service-resolver.Tpo $(DEPDIR)/avahi_daemon-dbus-sync-service-resolver.Po
1155 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dbus-sync-service-resolver.c' object='avahi_daemon-dbus-sync-service-resolver.obj' libtool=no @AMDEPBACKSLASH@
1156 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1157 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -c -o avahi_daemon-dbus-sync-service-resolver.obj `if test -f 'dbus-sync-service-resolver.c'; then $(CYGPATH_W) 'dbus-sync-service-resolver.c'; else $(CYGPATH_W) '$(srcdir)/dbus-sync-service-resolver.c'; fi`
1158
1159 avahi_daemon-dbus-record-browser.o: dbus-record-browser.c
1160 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -MT avahi_daemon-dbus-record-browser.o -MD -MP -MF $(DEPDIR)/avahi_daemon-dbus-record-browser.Tpo -c -o avahi_daemon-dbus-record-browser.o `test -f 'dbus-record-browser.c' || echo '$(srcdir)/'`dbus-record-browser.c
1161 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_daemon-dbus-record-browser.Tpo $(DEPDIR)/avahi_daemon-dbus-record-browser.Po
1162 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dbus-record-browser.c' object='avahi_daemon-dbus-record-browser.o' libtool=no @AMDEPBACKSLASH@
1163 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1164 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -c -o avahi_daemon-dbus-record-browser.o `test -f 'dbus-record-browser.c' || echo '$(srcdir)/'`dbus-record-browser.c
1165
1166 avahi_daemon-dbus-record-browser.obj: dbus-record-browser.c
1167 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -MT avahi_daemon-dbus-record-browser.obj -MD -MP -MF $(DEPDIR)/avahi_daemon-dbus-record-browser.Tpo -c -o avahi_daemon-dbus-record-browser.obj `if test -f 'dbus-record-browser.c'; then $(CYGPATH_W) 'dbus-record-browser.c'; else $(CYGPATH_W) '$(srcdir)/dbus-record-browser.c'; fi`
1168 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_daemon-dbus-record-browser.Tpo $(DEPDIR)/avahi_daemon-dbus-record-browser.Po
1169 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dbus-record-browser.c' object='avahi_daemon-dbus-record-browser.obj' libtool=no @AMDEPBACKSLASH@
1170 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1171 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -c -o avahi_daemon-dbus-record-browser.obj `if test -f 'dbus-record-browser.c'; then $(CYGPATH_W) 'dbus-record-browser.c'; else $(CYGPATH_W) '$(srcdir)/dbus-record-browser.c'; fi`
1172
1173 avahi_daemon-dbus.o: ../avahi-common/dbus.c
1174 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -MT avahi_daemon-dbus.o -MD -MP -MF $(DEPDIR)/avahi_daemon-dbus.Tpo -c -o avahi_daemon-dbus.o `test -f '../avahi-common/dbus.c' || echo '$(srcdir)/'`../avahi-common/dbus.c
1175 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_daemon-dbus.Tpo $(DEPDIR)/avahi_daemon-dbus.Po
1176 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../avahi-common/dbus.c' object='avahi_daemon-dbus.o' libtool=no @AMDEPBACKSLASH@
1177 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1178 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -c -o avahi_daemon-dbus.o `test -f '../avahi-common/dbus.c' || echo '$(srcdir)/'`../avahi-common/dbus.c
1179
1180 avahi_daemon-dbus.obj: ../avahi-common/dbus.c
1181 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -MT avahi_daemon-dbus.obj -MD -MP -MF $(DEPDIR)/avahi_daemon-dbus.Tpo -c -o avahi_daemon-dbus.obj `if test -f '../avahi-common/dbus.c'; then $(CYGPATH_W) '../avahi-common/dbus.c'; else $(CYGPATH_W) '$(srcdir)/../avahi-common/dbus.c'; fi`
1182 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_daemon-dbus.Tpo $(DEPDIR)/avahi_daemon-dbus.Po
1183 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../avahi-common/dbus.c' object='avahi_daemon-dbus.obj' libtool=no @AMDEPBACKSLASH@
1184 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1185 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -c -o avahi_daemon-dbus.obj `if test -f '../avahi-common/dbus.c'; then $(CYGPATH_W) '../avahi-common/dbus.c'; else $(CYGPATH_W) '$(srcdir)/../avahi-common/dbus.c'; fi`
1186
1187 avahi_daemon-dbus-watch-glue.o: ../avahi-common/dbus-watch-glue.c
1188 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -MT avahi_daemon-dbus-watch-glue.o -MD -MP -MF $(DEPDIR)/avahi_daemon-dbus-watch-glue.Tpo -c -o avahi_daemon-dbus-watch-glue.o `test -f '../avahi-common/dbus-watch-glue.c' || echo '$(srcdir)/'`../avahi-common/dbus-watch-glue.c
1189 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_daemon-dbus-watch-glue.Tpo $(DEPDIR)/avahi_daemon-dbus-watch-glue.Po
1190 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../avahi-common/dbus-watch-glue.c' object='avahi_daemon-dbus-watch-glue.o' libtool=no @AMDEPBACKSLASH@
1191 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1192 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -c -o avahi_daemon-dbus-watch-glue.o `test -f '../avahi-common/dbus-watch-glue.c' || echo '$(srcdir)/'`../avahi-common/dbus-watch-glue.c
1193
1194 avahi_daemon-dbus-watch-glue.obj: ../avahi-common/dbus-watch-glue.c
1195 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -MT avahi_daemon-dbus-watch-glue.obj -MD -MP -MF $(DEPDIR)/avahi_daemon-dbus-watch-glue.Tpo -c -o avahi_daemon-dbus-watch-glue.obj `if test -f '../avahi-common/dbus-watch-glue.c'; then $(CYGPATH_W) '../avahi-common/dbus-watch-glue.c'; else $(CYGPATH_W) '$(srcdir)/../avahi-common/dbus-watch-glue.c'; fi`
1196 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_daemon-dbus-watch-glue.Tpo $(DEPDIR)/avahi_daemon-dbus-watch-glue.Po
1197 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../avahi-common/dbus-watch-glue.c' object='avahi_daemon-dbus-watch-glue.obj' libtool=no @AMDEPBACKSLASH@
1198 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1199 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_daemon_CFLAGS) $(CFLAGS) -c -o avahi_daemon-dbus-watch-glue.obj `if test -f '../avahi-common/dbus-watch-glue.c'; then $(CYGPATH_W) '../avahi-common/dbus-watch-glue.c'; else $(CYGPATH_W) '$(srcdir)/../avahi-common/dbus-watch-glue.c'; fi`
1200
1201 ini_file_parser_test-ini-file-parser.o: ini-file-parser.c
1202 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ini_file_parser_test_CFLAGS) $(CFLAGS) -MT ini_file_parser_test-ini-file-parser.o -MD -MP -MF $(DEPDIR)/ini_file_parser_test-ini-file-parser.Tpo -c -o ini_file_parser_test-ini-file-parser.o `test -f 'ini-file-parser.c' || echo '$(srcdir)/'`ini-file-parser.c
1203 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/ini_file_parser_test-ini-file-parser.Tpo $(DEPDIR)/ini_file_parser_test-ini-file-parser.Po
1204 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ini-file-parser.c' object='ini_file_parser_test-ini-file-parser.o' libtool=no @AMDEPBACKSLASH@
1205 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1206 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ini_file_parser_test_CFLAGS) $(CFLAGS) -c -o ini_file_parser_test-ini-file-parser.o `test -f 'ini-file-parser.c' || echo '$(srcdir)/'`ini-file-parser.c
1207
1208 ini_file_parser_test-ini-file-parser.obj: ini-file-parser.c
1209 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ini_file_parser_test_CFLAGS) $(CFLAGS) -MT ini_file_parser_test-ini-file-parser.obj -MD -MP -MF $(DEPDIR)/ini_file_parser_test-ini-file-parser.Tpo -c -o ini_file_parser_test-ini-file-parser.obj `if test -f 'ini-file-parser.c'; then $(CYGPATH_W) 'ini-file-parser.c'; else $(CYGPATH_W) '$(srcdir)/ini-file-parser.c'; fi`
1210 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/ini_file_parser_test-ini-file-parser.Tpo $(DEPDIR)/ini_file_parser_test-ini-file-parser.Po
1211 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ini-file-parser.c' object='ini_file_parser_test-ini-file-parser.obj' libtool=no @AMDEPBACKSLASH@
1212 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1213 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ini_file_parser_test_CFLAGS) $(CFLAGS) -c -o ini_file_parser_test-ini-file-parser.obj `if test -f 'ini-file-parser.c'; then $(CYGPATH_W) 'ini-file-parser.c'; else $(CYGPATH_W) '$(srcdir)/ini-file-parser.c'; fi`
1214
1215 ini_file_parser_test-ini-file-parser-test.o: ini-file-parser-test.c
1216 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ini_file_parser_test_CFLAGS) $(CFLAGS) -MT ini_file_parser_test-ini-file-parser-test.o -MD -MP -MF $(DEPDIR)/ini_file_parser_test-ini-file-parser-test.Tpo -c -o ini_file_parser_test-ini-file-parser-test.o `test -f 'ini-file-parser-test.c' || echo '$(srcdir)/'`ini-file-parser-test.c
1217 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/ini_file_parser_test-ini-file-parser-test.Tpo $(DEPDIR)/ini_file_parser_test-ini-file-parser-test.Po
1218 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ini-file-parser-test.c' object='ini_file_parser_test-ini-file-parser-test.o' libtool=no @AMDEPBACKSLASH@
1219 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1220 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ini_file_parser_test_CFLAGS) $(CFLAGS) -c -o ini_file_parser_test-ini-file-parser-test.o `test -f 'ini-file-parser-test.c' || echo '$(srcdir)/'`ini-file-parser-test.c
1221
1222 ini_file_parser_test-ini-file-parser-test.obj: ini-file-parser-test.c
1223 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ini_file_parser_test_CFLAGS) $(CFLAGS) -MT ini_file_parser_test-ini-file-parser-test.obj -MD -MP -MF $(DEPDIR)/ini_file_parser_test-ini-file-parser-test.Tpo -c -o ini_file_parser_test-ini-file-parser-test.obj `if test -f 'ini-file-parser-test.c'; then $(CYGPATH_W) 'ini-file-parser-test.c'; else $(CYGPATH_W) '$(srcdir)/ini-file-parser-test.c'; fi`
1224 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/ini_file_parser_test-ini-file-parser-test.Tpo $(DEPDIR)/ini_file_parser_test-ini-file-parser-test.Po
1225 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ini-file-parser-test.c' object='ini_file_parser_test-ini-file-parser-test.obj' libtool=no @AMDEPBACKSLASH@
1226 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1227 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ini_file_parser_test_CFLAGS) $(CFLAGS) -c -o ini_file_parser_test-ini-file-parser-test.obj `if test -f 'ini-file-parser-test.c'; then $(CYGPATH_W) 'ini-file-parser-test.c'; else $(CYGPATH_W) '$(srcdir)/ini-file-parser-test.c'; fi`
1228
1229 mostlyclean-libtool:
1230 -rm -f *.lo
1231
1232 clean-libtool:
1233 -rm -rf .libs _libs
1234 install-dist_dbusserviceDATA: $(dist_dbusservice_DATA)
1235 @$(NORMAL_INSTALL)
1236 @list='$(dist_dbusservice_DATA)'; test -n "$(dbusservicedir)" || list=; \
1237 if test -n "$$list"; then \
1238 echo " $(MKDIR_P) '$(DESTDIR)$(dbusservicedir)'"; \
1239 $(MKDIR_P) "$(DESTDIR)$(dbusservicedir)" || exit 1; \
1240 fi; \
1241 for p in $$list; do \
1242 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1243 echo "$$d$$p"; \
1244 done | $(am__base_list) | \
1245 while read files; do \
1246 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dbusservicedir)'"; \
1247 $(INSTALL_DATA) $$files "$(DESTDIR)$(dbusservicedir)" || exit $$?; \
1248 done
1249
1250 uninstall-dist_dbusserviceDATA:
1251 @$(NORMAL_UNINSTALL)
1252 @list='$(dist_dbusservice_DATA)'; test -n "$(dbusservicedir)" || list=; \
1253 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1254 dir='$(DESTDIR)$(dbusservicedir)'; $(am__uninstall_files_from_dir)
1255 install-dist_dbussystemservicesDATA: $(dist_dbussystemservices_DATA)
1256 @$(NORMAL_INSTALL)
1257 @list='$(dist_dbussystemservices_DATA)'; test -n "$(dbussystemservicesdir)" || list=; \
1258 if test -n "$$list"; then \
1259 echo " $(MKDIR_P) '$(DESTDIR)$(dbussystemservicesdir)'"; \
1260 $(MKDIR_P) "$(DESTDIR)$(dbussystemservicesdir)" || exit 1; \
1261 fi; \
1262 for p in $$list; do \
1263 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1264 echo "$$d$$p"; \
1265 done | $(am__base_list) | \
1266 while read files; do \
1267 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dbussystemservicesdir)'"; \
1268 $(INSTALL_DATA) $$files "$(DESTDIR)$(dbussystemservicesdir)" || exit $$?; \
1269 done
1270
1271 uninstall-dist_dbussystemservicesDATA:
1272 @$(NORMAL_UNINSTALL)
1273 @list='$(dist_dbussystemservices_DATA)'; test -n "$(dbussystemservicesdir)" || list=; \
1274 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1275 dir='$(DESTDIR)$(dbussystemservicesdir)'; $(am__uninstall_files_from_dir)
1276 install-dist_introspectionDATA: $(dist_introspection_DATA)
1277 @$(NORMAL_INSTALL)
1278 @list='$(dist_introspection_DATA)'; test -n "$(introspectiondir)" || list=; \
1279 if test -n "$$list"; then \
1280 echo " $(MKDIR_P) '$(DESTDIR)$(introspectiondir)'"; \
1281 $(MKDIR_P) "$(DESTDIR)$(introspectiondir)" || exit 1; \
1282 fi; \
1283 for p in $$list; do \
1284 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1285 echo "$$d$$p"; \
1286 done | $(am__base_list) | \
1287 while read files; do \
1288 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(introspectiondir)'"; \
1289 $(INSTALL_DATA) $$files "$(DESTDIR)$(introspectiondir)" || exit $$?; \
1290 done
1291
1292 uninstall-dist_introspectionDATA:
1293 @$(NORMAL_UNINSTALL)
1294 @list='$(dist_introspection_DATA)'; test -n "$(introspectiondir)" || list=; \
1295 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1296 dir='$(DESTDIR)$(introspectiondir)'; $(am__uninstall_files_from_dir)
1297 install-dist_pkgdataDATA: $(dist_pkgdata_DATA)
1298 @$(NORMAL_INSTALL)
1299 @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
1300 if test -n "$$list"; then \
1301 echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \
1302 $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \
1303 fi; \
1304 for p in $$list; do \
1305 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1306 echo "$$d$$p"; \
1307 done | $(am__base_list) | \
1308 while read files; do \
1309 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \
1310 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \
1311 done
1312
1313 uninstall-dist_pkgdataDATA:
1314 @$(NORMAL_UNINSTALL)
1315 @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
1316 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1317 dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
1318 install-dist_serviceDATA: $(dist_service_DATA)
1319 @$(NORMAL_INSTALL)
1320 @list='$(dist_service_DATA)'; test -n "$(servicedir)" || list=; \
1321 if test -n "$$list"; then \
1322 echo " $(MKDIR_P) '$(DESTDIR)$(servicedir)'"; \
1323 $(MKDIR_P) "$(DESTDIR)$(servicedir)" || exit 1; \
1324 fi; \
1325 for p in $$list; do \
1326 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1327 echo "$$d$$p"; \
1328 done | $(am__base_list) | \
1329 while read files; do \
1330 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(servicedir)'"; \
1331 $(INSTALL_DATA) $$files "$(DESTDIR)$(servicedir)" || exit $$?; \
1332 done
1333
1334 uninstall-dist_serviceDATA:
1335 @$(NORMAL_UNINSTALL)
1336 @list='$(dist_service_DATA)'; test -n "$(servicedir)" || list=; \
1337 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1338 dir='$(DESTDIR)$(servicedir)'; $(am__uninstall_files_from_dir)
1339 install-pkgsysconfDATA: $(pkgsysconf_DATA)
1340 @$(NORMAL_INSTALL)
1341 @list='$(pkgsysconf_DATA)'; test -n "$(pkgsysconfdir)" || list=; \
1342 if test -n "$$list"; then \
1343 echo " $(MKDIR_P) '$(DESTDIR)$(pkgsysconfdir)'"; \
1344 $(MKDIR_P) "$(DESTDIR)$(pkgsysconfdir)" || exit 1; \
1345 fi; \
1346 for p in $$list; do \
1347 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1348 echo "$$d$$p"; \
1349 done | $(am__base_list) | \
1350 while read files; do \
1351 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgsysconfdir)'"; \
1352 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgsysconfdir)" || exit $$?; \
1353 done
1354
1355 uninstall-pkgsysconfDATA:
1356 @$(NORMAL_UNINSTALL)
1357 @list='$(pkgsysconf_DATA)'; test -n "$(pkgsysconfdir)" || list=; \
1358 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1359 dir='$(DESTDIR)$(pkgsysconfdir)'; $(am__uninstall_files_from_dir)
1360 install-systemdsystemunitDATA: $(systemdsystemunit_DATA)
1361 @$(NORMAL_INSTALL)
1362 @list='$(systemdsystemunit_DATA)'; test -n "$(systemdsystemunitdir)" || list=; \
1363 if test -n "$$list"; then \
1364 echo " $(MKDIR_P) '$(DESTDIR)$(systemdsystemunitdir)'"; \
1365 $(MKDIR_P) "$(DESTDIR)$(systemdsystemunitdir)" || exit 1; \
1366 fi; \
1367 for p in $$list; do \
1368 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1369 echo "$$d$$p"; \
1370 done | $(am__base_list) | \
1371 while read files; do \
1372 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(systemdsystemunitdir)'"; \
1373 $(INSTALL_DATA) $$files "$(DESTDIR)$(systemdsystemunitdir)" || exit $$?; \
1374 done
1375
1376 uninstall-systemdsystemunitDATA:
1377 @$(NORMAL_UNINSTALL)
1378 @list='$(systemdsystemunit_DATA)'; test -n "$(systemdsystemunitdir)" || list=; \
1379 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1380 dir='$(DESTDIR)$(systemdsystemunitdir)'; $(am__uninstall_files_from_dir)
1381
1382 ID: $(am__tagged_files)
1383 $(am__define_uniq_tagged_files); mkid -fID $$unique
1384 tags: tags-am
1385 TAGS: tags
1386
1387 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1388 set x; \
1389 here=`pwd`; \
1390 $(am__define_uniq_tagged_files); \
1391 shift; \
1392 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1393 test -n "$$unique" || unique=$$empty_fix; \
1394 if test $$# -gt 0; then \
1395 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1396 "$$@" $$unique; \
1397 else \
1398 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1399 $$unique; \
1400 fi; \
1401 fi
1402 ctags: ctags-am
1403
1404 CTAGS: ctags
1405 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1406 $(am__define_uniq_tagged_files); \
1407 test -z "$(CTAGS_ARGS)$$unique" \
1408 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1409 $$unique
1410
1411 GTAGS:
1412 here=`$(am__cd) $(top_builddir) && pwd` \
1413 && $(am__cd) $(top_srcdir) \
1414 && gtags -i $(GTAGS_ARGS) "$$here"
1415 cscopelist: cscopelist-am
1416
1417 cscopelist-am: $(am__tagged_files)
1418 list='$(am__tagged_files)'; \
1419 case "$(srcdir)" in \
1420 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1421 *) sdir=$(subdir)/$(srcdir) ;; \
1422 esac; \
1423 for i in $$list; do \
1424 if test -f "$$i"; then \
1425 echo "$(subdir)/$$i"; \
1426 else \
1427 echo "$$sdir/$$i"; \
1428 fi; \
1429 done >> $(top_builddir)/cscope.files
1430
1431 distclean-tags:
1432 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1433
1434 distdir: $(DISTFILES)
1435 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1436 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1437 list='$(DISTFILES)'; \
1438 dist_files=`for file in $$list; do echo $$file; done | \
1439 sed -e "s|^$$srcdirstrip/||;t" \
1440 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1441 case $$dist_files in \
1442 */*) $(MKDIR_P) `echo "$$dist_files" | \
1443 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1444 sort -u` ;; \
1445 esac; \
1446 for file in $$dist_files; do \
1447 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1448 if test -d $$d/$$file; then \
1449 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1450 if test -d "$(distdir)/$$file"; then \
1451 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1452 fi; \
1453 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1454 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1455 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1456 fi; \
1457 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1458 else \
1459 test -f "$(distdir)/$$file" \
1460 || cp -p $$d/$$file "$(distdir)/$$file" \
1461 || exit 1; \
1462 fi; \
1463 done
1464 check-am: all-am
1465 check: check-am
1466 all-am: Makefile $(PROGRAMS) $(DATA)
1467 installdirs:
1468 for dir in "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(dbusservicedir)" "$(DESTDIR)$(dbussystemservicesdir)" "$(DESTDIR)$(introspectiondir)" "$(DESTDIR)$(pkgdatadir)" "$(DESTDIR)$(servicedir)" "$(DESTDIR)$(pkgsysconfdir)" "$(DESTDIR)$(systemdsystemunitdir)"; do \
1469 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1470 done
1471 install: install-am
1472 install-exec: install-exec-am
1473 install-data: install-data-am
1474 uninstall: uninstall-am
1475
1476 install-am: all-am
1477 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1478
1479 installcheck: installcheck-am
1480 install-strip:
1481 if test -z '$(STRIP)'; then \
1482 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1483 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1484 install; \
1485 else \
1486 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1487 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1488 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1489 fi
1490 mostlyclean-generic:
1491
1492 clean-generic:
1493 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1494
1495 distclean-generic:
1496 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1497 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1498
1499 maintainer-clean-generic:
1500 @echo "This command is intended for maintainers to use"
1501 @echo "it deletes files that may require special tools to rebuild."
1502 clean: clean-am
1503
1504 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
1505 clean-sbinPROGRAMS mostlyclean-am
1506
1507 distclean: distclean-am
1508 -rm -rf ./$(DEPDIR)
1509 -rm -f Makefile
1510 distclean-am: clean-am distclean-compile distclean-generic \
1511 distclean-tags
1512
1513 dvi: dvi-am
1514
1515 dvi-am:
1516
1517 html: html-am
1518
1519 html-am:
1520
1521 info: info-am
1522
1523 info-am:
1524
1525 install-data-am: install-data-local install-dist_dbusserviceDATA \
1526 install-dist_dbussystemservicesDATA \
1527 install-dist_introspectionDATA install-dist_pkgdataDATA \
1528 install-dist_serviceDATA install-pkgsysconfDATA \
1529 install-systemdsystemunitDATA
1530
1531 install-dvi: install-dvi-am
1532
1533 install-dvi-am:
1534
1535 install-exec-am: install-sbinPROGRAMS
1536
1537 install-html: install-html-am
1538
1539 install-html-am:
1540
1541 install-info: install-info-am
1542
1543 install-info-am:
1544
1545 install-man:
1546
1547 install-pdf: install-pdf-am
1548
1549 install-pdf-am:
1550
1551 install-ps: install-ps-am
1552
1553 install-ps-am:
1554
1555 installcheck-am:
1556
1557 maintainer-clean: maintainer-clean-am
1558 -rm -rf ./$(DEPDIR)
1559 -rm -f Makefile
1560 maintainer-clean-am: distclean-am maintainer-clean-generic
1561
1562 mostlyclean: mostlyclean-am
1563
1564 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1565 mostlyclean-libtool
1566
1567 pdf: pdf-am
1568
1569 pdf-am:
1570
1571 ps: ps-am
1572
1573 ps-am:
1574
1575 uninstall-am: uninstall-dist_dbusserviceDATA \
1576 uninstall-dist_dbussystemservicesDATA \
1577 uninstall-dist_introspectionDATA uninstall-dist_pkgdataDATA \
1578 uninstall-dist_serviceDATA uninstall-pkgsysconfDATA \
1579 uninstall-sbinPROGRAMS uninstall-systemdsystemunitDATA
1580
1581 .MAKE: install-am install-strip
1582
1583 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
1584 clean-libtool clean-noinstPROGRAMS clean-sbinPROGRAMS \
1585 cscopelist-am ctags ctags-am distclean distclean-compile \
1586 distclean-generic distclean-libtool distclean-tags distdir dvi \
1587 dvi-am html html-am info info-am install install-am \
1588 install-data install-data-am install-data-local \
1589 install-dist_dbusserviceDATA \
1590 install-dist_dbussystemservicesDATA \
1591 install-dist_introspectionDATA install-dist_pkgdataDATA \
1592 install-dist_serviceDATA install-dvi install-dvi-am \
1593 install-exec install-exec-am install-html install-html-am \
1594 install-info install-info-am install-man install-pdf \
1595 install-pdf-am install-pkgsysconfDATA install-ps install-ps-am \
1596 install-sbinPROGRAMS install-strip \
1597 install-systemdsystemunitDATA installcheck installcheck-am \
1598 installdirs maintainer-clean maintainer-clean-generic \
1599 mostlyclean mostlyclean-compile mostlyclean-generic \
1600 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
1601 uninstall-am uninstall-dist_dbusserviceDATA \
1602 uninstall-dist_dbussystemservicesDATA \
1603 uninstall-dist_introspectionDATA uninstall-dist_pkgdataDATA \
1604 uninstall-dist_serviceDATA uninstall-pkgsysconfDATA \
1605 uninstall-sbinPROGRAMS uninstall-systemdsystemunitDATA
1606
1607 .PRECIOUS: Makefile
1608
1609
1610 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@%.service: %.service.in
1611 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ $(AM_V_GEN)sed -e 's,@sbindir\@,$(sbindir),g' $< > $@
1612
1613 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@%.socket: %.socket.in
1614 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ $(AM_V_GEN)sed -e 's,@sbindir\@,$(sbindir),g' \
1615 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ -e 's,@avahi_runtime_dir\@,$(avahi_runtime_dir),g' $< > $@
1616
1617 xmllint:
1618 xmllint --noout --valid example.service
1619 for F in $(introspection_DATA) ; do \
1620 xmllint --noout --valid $$F ; \
1621 done
1622
1623 install-data-local:
1624 test -z "$(localstatedir)/run" || $(MKDIR_P) "$(DESTDIR)$(localstatedir)/run"
1625
1626 update-systemd:
1627 curl http://cgit.freedesktop.org/systemd/plain/src/sd-daemon.c > sd-daemon.c
1628 curl http://cgit.freedesktop.org/systemd/plain/src/sd-daemon.h > sd-daemon.h
1629
1630 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1631 # Otherwise a system limit (for SysV at least) may be exceeded.
1632 .NOEXPORT:
0 <!DOCTYPE busconfig PUBLIC
1 "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
2 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
3 <busconfig>
4
5 <!-- Only root or user avahi can own the Avahi service -->
6 <policy user="avahi">
7 <allow own="org.freedesktop.Avahi"/>
8 </policy>
9 <policy user="root">
10 <allow own="org.freedesktop.Avahi"/>
11 </policy>
12
13 <!-- Allow anyone to invoke methods on Avahi server, except SetHostName -->
14 <policy context="default">
15 <allow send_destination="org.freedesktop.Avahi"/>
16 <allow receive_sender="org.freedesktop.Avahi"/>
17
18 <deny send_destination="org.freedesktop.Avahi"
19 send_interface="org.freedesktop.Avahi.Server" send_member="SetHostName"/>
20 </policy>
21
22 <!-- Allow everything, including access to SetHostName to users of the group "netdev" -->
23 <policy group="netdev">
24 <allow send_destination="org.freedesktop.Avahi"/>
25 <allow receive_sender="org.freedesktop.Avahi"/>
26 </policy>
27 <policy user="root">
28 <allow send_destination="org.freedesktop.Avahi"/>
29 <allow receive_sender="org.freedesktop.Avahi"/>
30 </policy>
31 </busconfig>
+0
-8
avahi-discover-standalone/.gitignore less more
0 avahi-discover-standalone
1 *.o
2 *.lo
3 *.la
4 Makefile
5 Makefile.in
6 .deps
7 .libs
0 # Makefile.in generated by automake 1.15 from Makefile.am.
1 # @configure_input@
2
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
4
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 @SET_MAKE@
15
16 # This file is part of avahi.
17 #
18 # avahi is free software; you can redistribute it and/or modify it
19 # under the terms of the GNU Lesser General Public License as
20 # published by the Free Software Foundation; either version 2 of the
21 # License, or (at your option) any later version.
22 #
23 # avahi is distributed in the hope that it will be useful, but WITHOUT
24 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
25 # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
26 # License for more details.
27 #
28 # You should have received a copy of the GNU Lesser General Public
29 # License along with avahi; if not, write to the Free Software
30 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
31 # USA.
32
33
34 VPATH = @srcdir@
35 am__is_gnu_make = { \
36 if test -z '$(MAKELEVEL)'; then \
37 false; \
38 elif test -n '$(MAKE_HOST)'; then \
39 true; \
40 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
41 true; \
42 else \
43 false; \
44 fi; \
45 }
46 am__make_running_with_option = \
47 case $${target_option-} in \
48 ?) ;; \
49 *) echo "am__make_running_with_option: internal error: invalid" \
50 "target option '$${target_option-}' specified" >&2; \
51 exit 1;; \
52 esac; \
53 has_opt=no; \
54 sane_makeflags=$$MAKEFLAGS; \
55 if $(am__is_gnu_make); then \
56 sane_makeflags=$$MFLAGS; \
57 else \
58 case $$MAKEFLAGS in \
59 *\\[\ \ ]*) \
60 bs=\\; \
61 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
62 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
63 esac; \
64 fi; \
65 skip_next=no; \
66 strip_trailopt () \
67 { \
68 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
69 }; \
70 for flg in $$sane_makeflags; do \
71 test $$skip_next = yes && { skip_next=no; continue; }; \
72 case $$flg in \
73 *=*|--*) continue;; \
74 -*I) strip_trailopt 'I'; skip_next=yes;; \
75 -*I?*) strip_trailopt 'I';; \
76 -*O) strip_trailopt 'O'; skip_next=yes;; \
77 -*O?*) strip_trailopt 'O';; \
78 -*l) strip_trailopt 'l'; skip_next=yes;; \
79 -*l?*) strip_trailopt 'l';; \
80 -[dEDm]) skip_next=yes;; \
81 -[JT]) skip_next=yes;; \
82 esac; \
83 case $$flg in \
84 *$$target_option*) has_opt=yes; break;; \
85 esac; \
86 done; \
87 test $$has_opt = yes
88 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
89 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
90 pkgdatadir = $(datadir)/@PACKAGE@
91 pkgincludedir = $(includedir)/@PACKAGE@
92 pkglibdir = $(libdir)/@PACKAGE@
93 pkglibexecdir = $(libexecdir)/@PACKAGE@
94 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
95 install_sh_DATA = $(install_sh) -c -m 644
96 install_sh_PROGRAM = $(install_sh) -c
97 install_sh_SCRIPT = $(install_sh) -c
98 INSTALL_HEADER = $(INSTALL_DATA)
99 transform = $(program_transform_name)
100 NORMAL_INSTALL = :
101 PRE_INSTALL = :
102 POST_INSTALL = :
103 NORMAL_UNINSTALL = :
104 PRE_UNINSTALL = :
105 POST_UNINSTALL = :
106 build_triplet = @build@
107 host_triplet = @host@
108 @HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@bin_PROGRAMS = avahi-discover-standalone$(EXEEXT)
109 @HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@@HAVE_GTK3_TRUE@am__append_1 = \
110 @HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@@HAVE_GTK3_TRUE@ $(GLIB30_CFLAGS) $(GTK30_CFLAGS)
111
112 @HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@@HAVE_GTK3_TRUE@am__append_2 = \
113 @HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@@HAVE_GTK3_TRUE@ $(GLIB30_LIBS) $(GTK30_LIBS)
114
115 @HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@@HAVE_GTK3_FALSE@am__append_3 = \
116 @HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@@HAVE_GTK3_FALSE@ $(GLIB20_CFLAGS) $(GTK20_CFLAGS)
117
118 @HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@@HAVE_GTK3_FALSE@am__append_4 = \
119 @HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@@HAVE_GTK3_FALSE@ $(GLIB20_LIBS) $(GTK20_LIBS)
120
121 subdir = avahi-discover-standalone
122 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
123 am__aclocal_m4_deps = $(top_srcdir)/common/acx_pthread.m4 \
124 $(top_srcdir)/common/gcc_stack_protect.m4 \
125 $(top_srcdir)/common/gcc_visibility.m4 \
126 $(top_srcdir)/common/intltool.m4 \
127 $(top_srcdir)/common/introspection.m4 \
128 $(top_srcdir)/common/libtool.m4 \
129 $(top_srcdir)/common/ltoptions.m4 \
130 $(top_srcdir)/common/ltsugar.m4 \
131 $(top_srcdir)/common/ltversion.m4 \
132 $(top_srcdir)/common/lt~obsolete.m4 \
133 $(top_srcdir)/common/nls.m4 $(top_srcdir)/common/python.m4 \
134 $(top_srcdir)/acinclude.m4 $(top_srcdir)/common/doxygen.m4 \
135 $(top_srcdir)/configure.ac
136 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
137 $(ACLOCAL_M4)
138 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
139 mkinstalldirs = $(install_sh) -d
140 CONFIG_HEADER = $(top_builddir)/config.h
141 CONFIG_CLEAN_FILES =
142 CONFIG_CLEAN_VPATH_FILES =
143 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(interfacesdir)"
144 PROGRAMS = $(bin_PROGRAMS)
145 am__avahi_discover_standalone_SOURCES_DIST = main.c
146 @HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@am_avahi_discover_standalone_OBJECTS = avahi_discover_standalone-main.$(OBJEXT)
147 avahi_discover_standalone_OBJECTS = \
148 $(am_avahi_discover_standalone_OBJECTS)
149 am__DEPENDENCIES_1 =
150 @HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@@HAVE_GTK3_TRUE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1)
151 @HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@@HAVE_GTK3_FALSE@am__DEPENDENCIES_3 = $(am__DEPENDENCIES_1) \
152 @HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@@HAVE_GTK3_FALSE@ $(am__DEPENDENCIES_1)
153 @HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@avahi_discover_standalone_DEPENDENCIES = ../avahi-common/libavahi-common.la \
154 @HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@ ../avahi-glib/libavahi-glib.la \
155 @HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@ ../avahi-core/libavahi-core.la \
156 @HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@ $(am__DEPENDENCIES_2) \
157 @HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@ $(am__DEPENDENCIES_3)
158 AM_V_lt = $(am__v_lt_@AM_V@)
159 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
160 am__v_lt_0 = --silent
161 am__v_lt_1 =
162 avahi_discover_standalone_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
163 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
164 $(avahi_discover_standalone_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
165 $(LDFLAGS) -o $@
166 AM_V_P = $(am__v_P_@AM_V@)
167 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
168 am__v_P_0 = false
169 am__v_P_1 = :
170 AM_V_GEN = $(am__v_GEN_@AM_V@)
171 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
172 am__v_GEN_0 = @echo " GEN " $@;
173 am__v_GEN_1 =
174 AM_V_at = $(am__v_at_@AM_V@)
175 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
176 am__v_at_0 = @
177 am__v_at_1 =
178 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
179 depcomp = $(SHELL) $(top_srcdir)/depcomp
180 am__depfiles_maybe = depfiles
181 am__mv = mv -f
182 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
183 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
184 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
185 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
186 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
187 $(AM_CFLAGS) $(CFLAGS)
188 AM_V_CC = $(am__v_CC_@AM_V@)
189 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
190 am__v_CC_0 = @echo " CC " $@;
191 am__v_CC_1 =
192 CCLD = $(CC)
193 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
194 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
195 $(AM_LDFLAGS) $(LDFLAGS) -o $@
196 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
197 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
198 am__v_CCLD_0 = @echo " CCLD " $@;
199 am__v_CCLD_1 =
200 SOURCES = $(avahi_discover_standalone_SOURCES)
201 DIST_SOURCES = $(am__avahi_discover_standalone_SOURCES_DIST)
202 am__can_run_installinfo = \
203 case $$AM_UPDATE_INFO_DIR in \
204 n|no|NO) false;; \
205 *) (install-info --version) >/dev/null 2>&1;; \
206 esac
207 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
208 am__vpath_adj = case $$p in \
209 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
210 *) f=$$p;; \
211 esac;
212 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
213 am__install_max = 40
214 am__nobase_strip_setup = \
215 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
216 am__nobase_strip = \
217 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
218 am__nobase_list = $(am__nobase_strip_setup); \
219 for p in $$list; do echo "$$p $$p"; done | \
220 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
221 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
222 if (++n[$$2] == $(am__install_max)) \
223 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
224 END { for (dir in files) print dir, files[dir] }'
225 am__base_list = \
226 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
227 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
228 am__uninstall_files_from_dir = { \
229 test -z "$$files" \
230 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
231 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
232 $(am__cd) "$$dir" && rm -f $$files; }; \
233 }
234 DATA = $(interfaces_DATA)
235 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
236 # Read a list of newline-separated strings from the standard input,
237 # and print each of them once, without duplicates. Input order is
238 # *not* preserved.
239 am__uniquify_input = $(AWK) '\
240 BEGIN { nonempty = 0; } \
241 { items[$$0] = 1; nonempty = 1; } \
242 END { if (nonempty) { for (i in items) print i; }; } \
243 '
244 # Make sure the list of sources is unique. This is necessary because,
245 # e.g., the same source file might be shared among _SOURCES variables
246 # for different programs/libraries.
247 am__define_uniq_tagged_files = \
248 list='$(am__tagged_files)'; \
249 unique=`for i in $$list; do \
250 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
251 done | $(am__uniquify_input)`
252 ETAGS = etags
253 CTAGS = ctags
254 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
255 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
256 ACLOCAL = @ACLOCAL@
257 ALL_LINGUAS = @ALL_LINGUAS@
258 AMTAR = @AMTAR@
259 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
260 AR = @AR@
261 AUTOCONF = @AUTOCONF@
262 AUTOHEADER = @AUTOHEADER@
263 AUTOMAKE = @AUTOMAKE@
264 AVAHI_AUTOIPD_GROUP = @AVAHI_AUTOIPD_GROUP@
265 AVAHI_AUTOIPD_USER = @AVAHI_AUTOIPD_USER@
266 AVAHI_GROUP = @AVAHI_GROUP@
267 AVAHI_PRIV_ACCESS_GROUP = @AVAHI_PRIV_ACCESS_GROUP@
268 AVAHI_USER = @AVAHI_USER@
269 AWK = @AWK@
270 CATALOGS = @CATALOGS@
271 CATOBJEXT = @CATOBJEXT@
272 CC = @CC@
273 CCDEPMODE = @CCDEPMODE@
274 CFLAGS = @CFLAGS@
275 CPP = @CPP@
276 CPPFLAGS = @CPPFLAGS@
277 CXX = @CXX@
278 CXXCPP = @CXXCPP@
279 CXXDEPMODE = @CXXDEPMODE@
280 CXXFLAGS = @CXXFLAGS@
281 CYGPATH_W = @CYGPATH_W@
282 DATADIRNAME = @DATADIRNAME@
283 DBUS_CFLAGS = @DBUS_CFLAGS@
284 DBUS_LIBS = @DBUS_LIBS@
285 DBUS_SYSTEM_BUS_DEFAULT_ADDRESS = @DBUS_SYSTEM_BUS_DEFAULT_ADDRESS@
286 DBUS_SYS_DIR = @DBUS_SYS_DIR@
287 DEFS = @DEFS@
288 DEPDIR = @DEPDIR@
289 DLLTOOL = @DLLTOOL@
290 DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
291 DSYMUTIL = @DSYMUTIL@
292 DUMPBIN = @DUMPBIN@
293 DX_CONFIG = @DX_CONFIG@
294 DX_DOCDIR = @DX_DOCDIR@
295 DX_DOT = @DX_DOT@
296 DX_DOXYGEN = @DX_DOXYGEN@
297 DX_DVIPS = @DX_DVIPS@
298 DX_EGREP = @DX_EGREP@
299 DX_ENV = @DX_ENV@
300 DX_FLAG_chi = @DX_FLAG_chi@
301 DX_FLAG_chm = @DX_FLAG_chm@
302 DX_FLAG_doc = @DX_FLAG_doc@
303 DX_FLAG_dot = @DX_FLAG_dot@
304 DX_FLAG_html = @DX_FLAG_html@
305 DX_FLAG_man = @DX_FLAG_man@
306 DX_FLAG_pdf = @DX_FLAG_pdf@
307 DX_FLAG_ps = @DX_FLAG_ps@
308 DX_FLAG_rtf = @DX_FLAG_rtf@
309 DX_FLAG_xml = @DX_FLAG_xml@
310 DX_HHC = @DX_HHC@
311 DX_LATEX = @DX_LATEX@
312 DX_MAKEINDEX = @DX_MAKEINDEX@
313 DX_PDFLATEX = @DX_PDFLATEX@
314 DX_PERL = @DX_PERL@
315 DX_PROJECT = @DX_PROJECT@
316 ECHO_C = @ECHO_C@
317 ECHO_N = @ECHO_N@
318 ECHO_T = @ECHO_T@
319 EGREP = @EGREP@
320 EXEEXT = @EXEEXT@
321 FGREP = @FGREP@
322 GACUTIL = @GACUTIL@
323 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
324 GLIB20_CFLAGS = @GLIB20_CFLAGS@
325 GLIB20_LIBS = @GLIB20_LIBS@
326 GMOFILES = @GMOFILES@
327 GMSGFMT = @GMSGFMT@
328 GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
329 GOBJECT_LIBS = @GOBJECT_LIBS@
330 GREP = @GREP@
331 GTK20_CFLAGS = @GTK20_CFLAGS@
332 GTK20_LIBS = @GTK20_LIBS@
333 GTK30_CFLAGS = @GTK30_CFLAGS@
334 GTK30_LIBS = @GTK30_LIBS@
335 HOWL_COMPAT_VERSION = @HOWL_COMPAT_VERSION@
336 INSTALL = @INSTALL@
337 INSTALL_DATA = @INSTALL_DATA@
338 INSTALL_PROGRAM = @INSTALL_PROGRAM@
339 INSTALL_SCRIPT = @INSTALL_SCRIPT@
340 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
341 INSTOBJEXT = @INSTOBJEXT@
342 INTLLIBS = @INTLLIBS@
343 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
344 INTLTOOL_MERGE = @INTLTOOL_MERGE@
345 INTLTOOL_PERL = @INTLTOOL_PERL@
346 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
347 INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
348 INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
349 INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
350 INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
351 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
352 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
353 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
354 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
355 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
356 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
357 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
358 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
359 LD = @LD@
360 LDFLAGS = @LDFLAGS@
361 LIBAVAHI_CLIENT_VERSION_INFO = @LIBAVAHI_CLIENT_VERSION_INFO@
362 LIBAVAHI_COMMON_VERSION_INFO = @LIBAVAHI_COMMON_VERSION_INFO@
363 LIBAVAHI_COMPAT_HOWL_VERSION_INFO = @LIBAVAHI_COMPAT_HOWL_VERSION_INFO@
364 LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO = @LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO@
365 LIBAVAHI_CORE_VERSION_INFO = @LIBAVAHI_CORE_VERSION_INFO@
366 LIBAVAHI_GLIB_VERSION_INFO = @LIBAVAHI_GLIB_VERSION_INFO@
367 LIBAVAHI_GOBJECT_VERSION_INFO = @LIBAVAHI_GOBJECT_VERSION_INFO@
368 LIBAVAHI_QT3_VERSION_INFO = @LIBAVAHI_QT3_VERSION_INFO@
369 LIBAVAHI_QT4_VERSION_INFO = @LIBAVAHI_QT4_VERSION_INFO@
370 LIBAVAHI_UI_VERSION_INFO = @LIBAVAHI_UI_VERSION_INFO@
371 LIBDAEMON_CFLAGS = @LIBDAEMON_CFLAGS@
372 LIBDAEMON_LIBS = @LIBDAEMON_LIBS@
373 LIBOBJS = @LIBOBJS@
374 LIBS = @LIBS@
375 LIBTOOL = @LIBTOOL@
376 LIPO = @LIPO@
377 LN_S = @LN_S@
378 LTLIBOBJS = @LTLIBOBJS@
379 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
380 MAKEINFO = @MAKEINFO@
381 MANIFEST_TOOL = @MANIFEST_TOOL@
382 MCS = @MCS@
383 MDASSEMBLER = @MDASSEMBLER@
384 MKDIR_P = @MKDIR_P@
385 MKINSTALLDIRS = @MKINSTALLDIRS@
386 MOC_QT3 = @MOC_QT3@
387 MOC_QT4 = @MOC_QT4@
388 MONODOCER = @MONODOCER@
389 MONODOC_CFLAGS = @MONODOC_CFLAGS@
390 MONODOC_DIR = @MONODOC_DIR@
391 MONODOC_LIBS = @MONODOC_LIBS@
392 MSGFMT = @MSGFMT@
393 MSGFMT_OPTS = @MSGFMT_OPTS@
394 MSGMERGE = @MSGMERGE@
395 NM = @NM@
396 NMEDIT = @NMEDIT@
397 OBJDUMP = @OBJDUMP@
398 OBJEXT = @OBJEXT@
399 OTOOL = @OTOOL@
400 OTOOL64 = @OTOOL64@
401 PACKAGE = @PACKAGE@
402 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
403 PACKAGE_NAME = @PACKAGE_NAME@
404 PACKAGE_STRING = @PACKAGE_STRING@
405 PACKAGE_TARNAME = @PACKAGE_TARNAME@
406 PACKAGE_URL = @PACKAGE_URL@
407 PACKAGE_VERSION = @PACKAGE_VERSION@
408 PATH_SEPARATOR = @PATH_SEPARATOR@
409 PKG_CONFIG = @PKG_CONFIG@
410 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
411 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
412 POFILES = @POFILES@
413 POSUB = @POSUB@
414 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
415 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
416 PTHREAD_CC = @PTHREAD_CC@
417 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
418 PTHREAD_LIBS = @PTHREAD_LIBS@
419 PYTHON = @PYTHON@
420 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
421 PYTHON_PLATFORM = @PYTHON_PLATFORM@
422 PYTHON_PREFIX = @PYTHON_PREFIX@
423 PYTHON_VERSION = @PYTHON_VERSION@
424 QT3_CFLAGS = @QT3_CFLAGS@
425 QT3_LIBS = @QT3_LIBS@
426 QT4_CFLAGS = @QT4_CFLAGS@
427 QT4_LIBS = @QT4_LIBS@
428 RANLIB = @RANLIB@
429 SED = @SED@
430 SET_MAKE = @SET_MAKE@
431 SHELL = @SHELL@
432 STOW = @STOW@
433 STRIP = @STRIP@
434 USE_NLS = @USE_NLS@
435 VERSION = @VERSION@
436 VISIBILITY_HIDDEN_CFLAGS = @VISIBILITY_HIDDEN_CFLAGS@
437 XGETTEXT = @XGETTEXT@
438 XML_CFLAGS = @XML_CFLAGS@
439 XML_LIBS = @XML_LIBS@
440 abs_builddir = @abs_builddir@
441 abs_srcdir = @abs_srcdir@
442 abs_top_builddir = @abs_top_builddir@
443 abs_top_srcdir = @abs_top_srcdir@
444 ac_ct_AR = @ac_ct_AR@
445 ac_ct_CC = @ac_ct_CC@
446 ac_ct_CXX = @ac_ct_CXX@
447 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
448 acx_pthread_config = @acx_pthread_config@
449 am__include = @am__include@
450 am__leading_dot = @am__leading_dot@
451 am__quote = @am__quote@
452 am__tar = @am__tar@
453 am__untar = @am__untar@
454 avahi_runtime_dir = @avahi_runtime_dir@
455 avahi_socket = @avahi_socket@
456 avahilocaledir = @avahilocaledir@
457 bindir = @bindir@
458 build = @build@
459 build_alias = @build_alias@
460 build_cpu = @build_cpu@
461 build_os = @build_os@
462 build_vendor = @build_vendor@
463 builddir = @builddir@
464 datadir = @datadir@
465 datarootdir = @datarootdir@
466 docdir = @docdir@
467 dvidir = @dvidir@
468 exec_prefix = @exec_prefix@
469 have_pkg_config = @have_pkg_config@
470 have_xmltoman = @have_xmltoman@
471 host = @host@
472 host_alias = @host_alias@
473 host_cpu = @host_cpu@
474 host_os = @host_os@
475 host_vendor = @host_vendor@
476 htmldir = @htmldir@
477 includedir = @includedir@
478 infodir = @infodir@
479 install_sh = @install_sh@
480 interfacesdir = @interfacesdir@
481 intltool__v_merge_options_ = @intltool__v_merge_options_@
482 intltool__v_merge_options_0 = @intltool__v_merge_options_0@
483 libdir = @libdir@
484 libexecdir = @libexecdir@
485 localedir = @localedir@
486 localstatedir = @localstatedir@
487 mandir = @mandir@
488 mkdir_p = @mkdir_p@
489 oldincludedir = @oldincludedir@
490 pdfdir = @pdfdir@
491 pkgpyexecdir = @pkgpyexecdir@
492 pkgpythondir = @pkgpythondir@
493 prefix = @prefix@
494 program_transform_name = @program_transform_name@
495 psdir = @psdir@
496 pyexecdir = @pyexecdir@
497 pythondir = @pythondir@
498 runstatedir = @runstatedir@
499 sbindir = @sbindir@
500 sharedstatedir = @sharedstatedir@
501 srcdir = @srcdir@
502 sysconfdir = @sysconfdir@
503 systemdsystemunitdir = @systemdsystemunitdir@
504 target_alias = @target_alias@
505 top_build_prefix = @top_build_prefix@
506 top_builddir = @top_builddir@
507 top_srcdir = @top_srcdir@
508
509 # This cool debug trap works on i386/gcc only
510 AM_CFLAGS = -I$(top_srcdir) '-DDEBUG_TRAP=__asm__("int $$3")'
511 interfaces = \
512 avahi-discover.ui
513
514 @HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@avahi_discover_standalone_SOURCES = \
515 @HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@ main.c
516
517 @HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@avahi_discover_standalone_CFLAGS = \
518 @HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@ $(AM_CFLAGS) \
519 @HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@ -DAVAHI_INTERFACES_DIR=\"$(interfacesdir)\" \
520 @HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@ $(am__append_1) \
521 @HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@ $(am__append_3)
522 @HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@avahi_discover_standalone_LDADD = \
523 @HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@ $(AM_LDADD) \
524 @HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@ ../avahi-common/libavahi-common.la \
525 @HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@ ../avahi-glib/libavahi-glib.la \
526 @HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@ ../avahi-core/libavahi-core.la \
527 @HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@ $(am__append_2) \
528 @HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@ $(am__append_4)
529 @HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@interfaces_DATA = $(interfaces)
530 @HAVE_GTK2OR3_FALSE@@HAVE_PYTHON_DBUS_TRUE@interfaces_DATA =
531 EXTRA_DIST = \
532 $(interfaces)
533
534 all: all-am
535
536 .SUFFIXES:
537 .SUFFIXES: .c .lo .o .obj
538 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
539 @for dep in $?; do \
540 case '$(am__configure_deps)' in \
541 *$$dep*) \
542 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
543 && { if test -f $@; then exit 0; else break; fi; }; \
544 exit 1;; \
545 esac; \
546 done; \
547 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign avahi-discover-standalone/Makefile'; \
548 $(am__cd) $(top_srcdir) && \
549 $(AUTOMAKE) --foreign avahi-discover-standalone/Makefile
550 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
551 @case '$?' in \
552 *config.status*) \
553 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
554 *) \
555 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
556 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
557 esac;
558
559 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
560 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
561
562 $(top_srcdir)/configure: $(am__configure_deps)
563 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
564 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
565 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
566 $(am__aclocal_m4_deps):
567 install-binPROGRAMS: $(bin_PROGRAMS)
568 @$(NORMAL_INSTALL)
569 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
570 if test -n "$$list"; then \
571 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
572 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
573 fi; \
574 for p in $$list; do echo "$$p $$p"; done | \
575 sed 's/$(EXEEXT)$$//' | \
576 while read p p1; do if test -f $$p \
577 || test -f $$p1 \
578 ; then echo "$$p"; echo "$$p"; else :; fi; \
579 done | \
580 sed -e 'p;s,.*/,,;n;h' \
581 -e 's|.*|.|' \
582 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
583 sed 'N;N;N;s,\n, ,g' | \
584 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
585 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
586 if ($$2 == $$4) files[d] = files[d] " " $$1; \
587 else { print "f", $$3 "/" $$4, $$1; } } \
588 END { for (d in files) print "f", d, files[d] }' | \
589 while read type dir files; do \
590 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
591 test -z "$$files" || { \
592 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
593 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
594 } \
595 ; done
596
597 uninstall-binPROGRAMS:
598 @$(NORMAL_UNINSTALL)
599 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
600 files=`for p in $$list; do echo "$$p"; done | \
601 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
602 -e 's/$$/$(EXEEXT)/' \
603 `; \
604 test -n "$$list" || exit 0; \
605 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
606 cd "$(DESTDIR)$(bindir)" && rm -f $$files
607
608 clean-binPROGRAMS:
609 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
610 echo " rm -f" $$list; \
611 rm -f $$list || exit $$?; \
612 test -n "$(EXEEXT)" || exit 0; \
613 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
614 echo " rm -f" $$list; \
615 rm -f $$list
616
617 avahi-discover-standalone$(EXEEXT): $(avahi_discover_standalone_OBJECTS) $(avahi_discover_standalone_DEPENDENCIES) $(EXTRA_avahi_discover_standalone_DEPENDENCIES)
618 @rm -f avahi-discover-standalone$(EXEEXT)
619 $(AM_V_CCLD)$(avahi_discover_standalone_LINK) $(avahi_discover_standalone_OBJECTS) $(avahi_discover_standalone_LDADD) $(LIBS)
620
621 mostlyclean-compile:
622 -rm -f *.$(OBJEXT)
623
624 distclean-compile:
625 -rm -f *.tab.c
626
627 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_discover_standalone-main.Po@am__quote@
628
629 .c.o:
630 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
631 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
632 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
633 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
634 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
635
636 .c.obj:
637 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
638 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
639 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
640 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
641 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
642
643 .c.lo:
644 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
645 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
646 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
647 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
648 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
649
650 avahi_discover_standalone-main.o: main.c
651 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_discover_standalone_CFLAGS) $(CFLAGS) -MT avahi_discover_standalone-main.o -MD -MP -MF $(DEPDIR)/avahi_discover_standalone-main.Tpo -c -o avahi_discover_standalone-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c
652 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_discover_standalone-main.Tpo $(DEPDIR)/avahi_discover_standalone-main.Po
653 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='main.c' object='avahi_discover_standalone-main.o' libtool=no @AMDEPBACKSLASH@
654 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
655 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_discover_standalone_CFLAGS) $(CFLAGS) -c -o avahi_discover_standalone-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c
656
657 avahi_discover_standalone-main.obj: main.c
658 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_discover_standalone_CFLAGS) $(CFLAGS) -MT avahi_discover_standalone-main.obj -MD -MP -MF $(DEPDIR)/avahi_discover_standalone-main.Tpo -c -o avahi_discover_standalone-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`
659 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_discover_standalone-main.Tpo $(DEPDIR)/avahi_discover_standalone-main.Po
660 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='main.c' object='avahi_discover_standalone-main.obj' libtool=no @AMDEPBACKSLASH@
661 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
662 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_discover_standalone_CFLAGS) $(CFLAGS) -c -o avahi_discover_standalone-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`
663
664 mostlyclean-libtool:
665 -rm -f *.lo
666
667 clean-libtool:
668 -rm -rf .libs _libs
669 install-interfacesDATA: $(interfaces_DATA)
670 @$(NORMAL_INSTALL)
671 @list='$(interfaces_DATA)'; test -n "$(interfacesdir)" || list=; \
672 if test -n "$$list"; then \
673 echo " $(MKDIR_P) '$(DESTDIR)$(interfacesdir)'"; \
674 $(MKDIR_P) "$(DESTDIR)$(interfacesdir)" || exit 1; \
675 fi; \
676 for p in $$list; do \
677 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
678 echo "$$d$$p"; \
679 done | $(am__base_list) | \
680 while read files; do \
681 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(interfacesdir)'"; \
682 $(INSTALL_DATA) $$files "$(DESTDIR)$(interfacesdir)" || exit $$?; \
683 done
684
685 uninstall-interfacesDATA:
686 @$(NORMAL_UNINSTALL)
687 @list='$(interfaces_DATA)'; test -n "$(interfacesdir)" || list=; \
688 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
689 dir='$(DESTDIR)$(interfacesdir)'; $(am__uninstall_files_from_dir)
690
691 ID: $(am__tagged_files)
692 $(am__define_uniq_tagged_files); mkid -fID $$unique
693 tags: tags-am
694 TAGS: tags
695
696 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
697 set x; \
698 here=`pwd`; \
699 $(am__define_uniq_tagged_files); \
700 shift; \
701 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
702 test -n "$$unique" || unique=$$empty_fix; \
703 if test $$# -gt 0; then \
704 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
705 "$$@" $$unique; \
706 else \
707 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
708 $$unique; \
709 fi; \
710 fi
711 ctags: ctags-am
712
713 CTAGS: ctags
714 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
715 $(am__define_uniq_tagged_files); \
716 test -z "$(CTAGS_ARGS)$$unique" \
717 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
718 $$unique
719
720 GTAGS:
721 here=`$(am__cd) $(top_builddir) && pwd` \
722 && $(am__cd) $(top_srcdir) \
723 && gtags -i $(GTAGS_ARGS) "$$here"
724 cscopelist: cscopelist-am
725
726 cscopelist-am: $(am__tagged_files)
727 list='$(am__tagged_files)'; \
728 case "$(srcdir)" in \
729 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
730 *) sdir=$(subdir)/$(srcdir) ;; \
731 esac; \
732 for i in $$list; do \
733 if test -f "$$i"; then \
734 echo "$(subdir)/$$i"; \
735 else \
736 echo "$$sdir/$$i"; \
737 fi; \
738 done >> $(top_builddir)/cscope.files
739
740 distclean-tags:
741 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
742
743 distdir: $(DISTFILES)
744 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
745 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
746 list='$(DISTFILES)'; \
747 dist_files=`for file in $$list; do echo $$file; done | \
748 sed -e "s|^$$srcdirstrip/||;t" \
749 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
750 case $$dist_files in \
751 */*) $(MKDIR_P) `echo "$$dist_files" | \
752 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
753 sort -u` ;; \
754 esac; \
755 for file in $$dist_files; do \
756 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
757 if test -d $$d/$$file; then \
758 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
759 if test -d "$(distdir)/$$file"; then \
760 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
761 fi; \
762 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
763 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
764 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
765 fi; \
766 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
767 else \
768 test -f "$(distdir)/$$file" \
769 || cp -p $$d/$$file "$(distdir)/$$file" \
770 || exit 1; \
771 fi; \
772 done
773 check-am: all-am
774 check: check-am
775 all-am: Makefile $(PROGRAMS) $(DATA)
776 installdirs:
777 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(interfacesdir)"; do \
778 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
779 done
780 install: install-am
781 install-exec: install-exec-am
782 install-data: install-data-am
783 uninstall: uninstall-am
784
785 install-am: all-am
786 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
787
788 installcheck: installcheck-am
789 install-strip:
790 if test -z '$(STRIP)'; then \
791 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
792 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
793 install; \
794 else \
795 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
796 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
797 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
798 fi
799 mostlyclean-generic:
800
801 clean-generic:
802
803 distclean-generic:
804 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
805 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
806
807 maintainer-clean-generic:
808 @echo "This command is intended for maintainers to use"
809 @echo "it deletes files that may require special tools to rebuild."
810 clean: clean-am
811
812 clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
813
814 distclean: distclean-am
815 -rm -rf ./$(DEPDIR)
816 -rm -f Makefile
817 distclean-am: clean-am distclean-compile distclean-generic \
818 distclean-tags
819
820 dvi: dvi-am
821
822 dvi-am:
823
824 html: html-am
825
826 html-am:
827
828 info: info-am
829
830 info-am:
831
832 install-data-am: install-interfacesDATA
833
834 install-dvi: install-dvi-am
835
836 install-dvi-am:
837
838 install-exec-am: install-binPROGRAMS
839
840 install-html: install-html-am
841
842 install-html-am:
843
844 install-info: install-info-am
845
846 install-info-am:
847
848 install-man:
849
850 install-pdf: install-pdf-am
851
852 install-pdf-am:
853
854 install-ps: install-ps-am
855
856 install-ps-am:
857
858 installcheck-am:
859
860 maintainer-clean: maintainer-clean-am
861 -rm -rf ./$(DEPDIR)
862 -rm -f Makefile
863 maintainer-clean-am: distclean-am maintainer-clean-generic
864
865 mostlyclean: mostlyclean-am
866
867 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
868 mostlyclean-libtool
869
870 pdf: pdf-am
871
872 pdf-am:
873
874 ps: ps-am
875
876 ps-am:
877
878 uninstall-am: uninstall-binPROGRAMS uninstall-interfacesDATA
879
880 .MAKE: install-am install-strip
881
882 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
883 clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
884 ctags ctags-am distclean distclean-compile distclean-generic \
885 distclean-libtool distclean-tags distdir dvi dvi-am html \
886 html-am info info-am install install-am install-binPROGRAMS \
887 install-data install-data-am install-dvi install-dvi-am \
888 install-exec install-exec-am install-html install-html-am \
889 install-info install-info-am install-interfacesDATA \
890 install-man install-pdf install-pdf-am install-ps \
891 install-ps-am install-strip installcheck installcheck-am \
892 installdirs maintainer-clean maintainer-clean-generic \
893 mostlyclean mostlyclean-compile mostlyclean-generic \
894 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
895 uninstall-am uninstall-binPROGRAMS uninstall-interfacesDATA
896
897 .PRECIOUS: Makefile
898
899
900 # Tell versions [3.59,3.63) of GNU make to not export all variables.
901 # Otherwise a system limit (for SysV at least) may be exceeded.
902 .NOEXPORT:
329329 poll_api = avahi_glib_poll_new(NULL, G_PRIORITY_DEFAULT);
330330
331331 ui = gtk_builder_new();
332 gtk_builder_set_translation_domain(ui, "avahi");
332333 gtk_builder_add_from_file(ui, AVAHI_INTERFACES_DIR"avahi-discover.ui", NULL);
333334 main_window = GTK_WIDGET(gtk_builder_get_object(ui, "main_window"));
334335 g_signal_connect(main_window, "delete-event", (GCallback) main_window_on_delete_event, NULL);
+0
-2
avahi-dnsconfd/.gitignore less more
0 avahi-dnsconfd.service
1 avahi-dnsconfd
0 # Makefile.in generated by automake 1.15 from Makefile.am.
1 # @configure_input@
2
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
4
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 @SET_MAKE@
15
16 # This file is part of avahi.
17 #
18 # avahi is free software; you can redistribute it and/or modify it
19 # under the terms of the GNU Lesser General Public License as
20 # published by the Free Software Foundation; either version 2 of the
21 # License, or (at your option) any later version.
22 #
23 # avahi is distributed in the hope that it will be useful, but WITHOUT
24 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
25 # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
26 # License for more details.
27 #
28 # You should have received a copy of the GNU Lesser General Public
29 # License along with avahi; if not, write to the Free Software
30 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
31 # USA.
32
33
34
35 VPATH = @srcdir@
36 am__is_gnu_make = { \
37 if test -z '$(MAKELEVEL)'; then \
38 false; \
39 elif test -n '$(MAKE_HOST)'; then \
40 true; \
41 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
42 true; \
43 else \
44 false; \
45 fi; \
46 }
47 am__make_running_with_option = \
48 case $${target_option-} in \
49 ?) ;; \
50 *) echo "am__make_running_with_option: internal error: invalid" \
51 "target option '$${target_option-}' specified" >&2; \
52 exit 1;; \
53 esac; \
54 has_opt=no; \
55 sane_makeflags=$$MAKEFLAGS; \
56 if $(am__is_gnu_make); then \
57 sane_makeflags=$$MFLAGS; \
58 else \
59 case $$MAKEFLAGS in \
60 *\\[\ \ ]*) \
61 bs=\\; \
62 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
63 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
64 esac; \
65 fi; \
66 skip_next=no; \
67 strip_trailopt () \
68 { \
69 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
70 }; \
71 for flg in $$sane_makeflags; do \
72 test $$skip_next = yes && { skip_next=no; continue; }; \
73 case $$flg in \
74 *=*|--*) continue;; \
75 -*I) strip_trailopt 'I'; skip_next=yes;; \
76 -*I?*) strip_trailopt 'I';; \
77 -*O) strip_trailopt 'O'; skip_next=yes;; \
78 -*O?*) strip_trailopt 'O';; \
79 -*l) strip_trailopt 'l'; skip_next=yes;; \
80 -*l?*) strip_trailopt 'l';; \
81 -[dEDm]) skip_next=yes;; \
82 -[JT]) skip_next=yes;; \
83 esac; \
84 case $$flg in \
85 *$$target_option*) has_opt=yes; break;; \
86 esac; \
87 done; \
88 test $$has_opt = yes
89 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
90 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
91 pkgdatadir = $(datadir)/@PACKAGE@
92 pkgincludedir = $(includedir)/@PACKAGE@
93 pkglibdir = $(libdir)/@PACKAGE@
94 pkglibexecdir = $(libexecdir)/@PACKAGE@
95 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
96 install_sh_DATA = $(install_sh) -c -m 644
97 install_sh_PROGRAM = $(install_sh) -c
98 install_sh_SCRIPT = $(install_sh) -c
99 INSTALL_HEADER = $(INSTALL_DATA)
100 transform = $(program_transform_name)
101 NORMAL_INSTALL = :
102 PRE_INSTALL = :
103 POST_INSTALL = :
104 NORMAL_UNINSTALL = :
105 PRE_UNINSTALL = :
106 POST_UNINSTALL = :
107 build_triplet = @build@
108 host_triplet = @host@
109 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@sbin_PROGRAMS = \
110 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ avahi-dnsconfd$(EXEEXT)
111 subdir = avahi-dnsconfd
112 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
113 am__aclocal_m4_deps = $(top_srcdir)/common/acx_pthread.m4 \
114 $(top_srcdir)/common/gcc_stack_protect.m4 \
115 $(top_srcdir)/common/gcc_visibility.m4 \
116 $(top_srcdir)/common/intltool.m4 \
117 $(top_srcdir)/common/introspection.m4 \
118 $(top_srcdir)/common/libtool.m4 \
119 $(top_srcdir)/common/ltoptions.m4 \
120 $(top_srcdir)/common/ltsugar.m4 \
121 $(top_srcdir)/common/ltversion.m4 \
122 $(top_srcdir)/common/lt~obsolete.m4 \
123 $(top_srcdir)/common/nls.m4 $(top_srcdir)/common/python.m4 \
124 $(top_srcdir)/acinclude.m4 $(top_srcdir)/common/doxygen.m4 \
125 $(top_srcdir)/configure.ac
126 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
127 $(ACLOCAL_M4)
128 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
129 mkinstalldirs = $(install_sh) -d
130 CONFIG_HEADER = $(top_builddir)/config.h
131 CONFIG_CLEAN_FILES =
132 CONFIG_CLEAN_VPATH_FILES =
133 am__installdirs = "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(pkgsysconfdir)" \
134 "$(DESTDIR)$(systemdsystemunitdir)"
135 PROGRAMS = $(sbin_PROGRAMS)
136 am__avahi_dnsconfd_SOURCES_DIST = main.c
137 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@am_avahi_dnsconfd_OBJECTS = avahi_dnsconfd-main.$(OBJEXT)
138 avahi_dnsconfd_OBJECTS = $(am_avahi_dnsconfd_OBJECTS)
139 am__DEPENDENCIES_1 =
140 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@avahi_dnsconfd_DEPENDENCIES = ../avahi-common/libavahi-common.la \
141 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ $(am__DEPENDENCIES_1)
142 AM_V_lt = $(am__v_lt_@AM_V@)
143 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
144 am__v_lt_0 = --silent
145 am__v_lt_1 =
146 avahi_dnsconfd_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
147 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
148 $(avahi_dnsconfd_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o \
149 $@
150 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
151 am__vpath_adj = case $$p in \
152 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
153 *) f=$$p;; \
154 esac;
155 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
156 am__install_max = 40
157 am__nobase_strip_setup = \
158 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
159 am__nobase_strip = \
160 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
161 am__nobase_list = $(am__nobase_strip_setup); \
162 for p in $$list; do echo "$$p $$p"; done | \
163 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
164 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
165 if (++n[$$2] == $(am__install_max)) \
166 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
167 END { for (dir in files) print dir, files[dir] }'
168 am__base_list = \
169 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
170 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
171 am__uninstall_files_from_dir = { \
172 test -z "$$files" \
173 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
174 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
175 $(am__cd) "$$dir" && rm -f $$files; }; \
176 }
177 SCRIPTS = $(pkgsysconf_SCRIPTS)
178 AM_V_P = $(am__v_P_@AM_V@)
179 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
180 am__v_P_0 = false
181 am__v_P_1 = :
182 AM_V_GEN = $(am__v_GEN_@AM_V@)
183 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
184 am__v_GEN_0 = @echo " GEN " $@;
185 am__v_GEN_1 =
186 AM_V_at = $(am__v_at_@AM_V@)
187 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
188 am__v_at_0 = @
189 am__v_at_1 =
190 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
191 depcomp = $(SHELL) $(top_srcdir)/depcomp
192 am__depfiles_maybe = depfiles
193 am__mv = mv -f
194 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
195 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
196 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
197 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
198 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
199 $(AM_CFLAGS) $(CFLAGS)
200 AM_V_CC = $(am__v_CC_@AM_V@)
201 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
202 am__v_CC_0 = @echo " CC " $@;
203 am__v_CC_1 =
204 CCLD = $(CC)
205 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
206 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
207 $(AM_LDFLAGS) $(LDFLAGS) -o $@
208 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
209 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
210 am__v_CCLD_0 = @echo " CCLD " $@;
211 am__v_CCLD_1 =
212 SOURCES = $(avahi_dnsconfd_SOURCES)
213 DIST_SOURCES = $(am__avahi_dnsconfd_SOURCES_DIST)
214 am__can_run_installinfo = \
215 case $$AM_UPDATE_INFO_DIR in \
216 n|no|NO) false;; \
217 *) (install-info --version) >/dev/null 2>&1;; \
218 esac
219 DATA = $(systemdsystemunit_DATA)
220 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
221 # Read a list of newline-separated strings from the standard input,
222 # and print each of them once, without duplicates. Input order is
223 # *not* preserved.
224 am__uniquify_input = $(AWK) '\
225 BEGIN { nonempty = 0; } \
226 { items[$$0] = 1; nonempty = 1; } \
227 END { if (nonempty) { for (i in items) print i; }; } \
228 '
229 # Make sure the list of sources is unique. This is necessary because,
230 # e.g., the same source file might be shared among _SOURCES variables
231 # for different programs/libraries.
232 am__define_uniq_tagged_files = \
233 list='$(am__tagged_files)'; \
234 unique=`for i in $$list; do \
235 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
236 done | $(am__uniquify_input)`
237 ETAGS = etags
238 CTAGS = ctags
239 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
240 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
241 ACLOCAL = @ACLOCAL@
242 ALL_LINGUAS = @ALL_LINGUAS@
243 AMTAR = @AMTAR@
244 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
245 AR = @AR@
246 AUTOCONF = @AUTOCONF@
247 AUTOHEADER = @AUTOHEADER@
248 AUTOMAKE = @AUTOMAKE@
249 AVAHI_AUTOIPD_GROUP = @AVAHI_AUTOIPD_GROUP@
250 AVAHI_AUTOIPD_USER = @AVAHI_AUTOIPD_USER@
251 AVAHI_GROUP = @AVAHI_GROUP@
252 AVAHI_PRIV_ACCESS_GROUP = @AVAHI_PRIV_ACCESS_GROUP@
253 AVAHI_USER = @AVAHI_USER@
254 AWK = @AWK@
255 CATALOGS = @CATALOGS@
256 CATOBJEXT = @CATOBJEXT@
257 CC = @CC@
258 CCDEPMODE = @CCDEPMODE@
259 CFLAGS = @CFLAGS@
260 CPP = @CPP@
261 CPPFLAGS = @CPPFLAGS@
262 CXX = @CXX@
263 CXXCPP = @CXXCPP@
264 CXXDEPMODE = @CXXDEPMODE@
265 CXXFLAGS = @CXXFLAGS@
266 CYGPATH_W = @CYGPATH_W@
267 DATADIRNAME = @DATADIRNAME@
268 DBUS_CFLAGS = @DBUS_CFLAGS@
269 DBUS_LIBS = @DBUS_LIBS@
270 DBUS_SYSTEM_BUS_DEFAULT_ADDRESS = @DBUS_SYSTEM_BUS_DEFAULT_ADDRESS@
271 DBUS_SYS_DIR = @DBUS_SYS_DIR@
272 DEFS = @DEFS@
273 DEPDIR = @DEPDIR@
274 DLLTOOL = @DLLTOOL@
275 DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
276 DSYMUTIL = @DSYMUTIL@
277 DUMPBIN = @DUMPBIN@
278 DX_CONFIG = @DX_CONFIG@
279 DX_DOCDIR = @DX_DOCDIR@
280 DX_DOT = @DX_DOT@
281 DX_DOXYGEN = @DX_DOXYGEN@
282 DX_DVIPS = @DX_DVIPS@
283 DX_EGREP = @DX_EGREP@
284 DX_ENV = @DX_ENV@
285 DX_FLAG_chi = @DX_FLAG_chi@
286 DX_FLAG_chm = @DX_FLAG_chm@
287 DX_FLAG_doc = @DX_FLAG_doc@
288 DX_FLAG_dot = @DX_FLAG_dot@
289 DX_FLAG_html = @DX_FLAG_html@
290 DX_FLAG_man = @DX_FLAG_man@
291 DX_FLAG_pdf = @DX_FLAG_pdf@
292 DX_FLAG_ps = @DX_FLAG_ps@
293 DX_FLAG_rtf = @DX_FLAG_rtf@
294 DX_FLAG_xml = @DX_FLAG_xml@
295 DX_HHC = @DX_HHC@
296 DX_LATEX = @DX_LATEX@
297 DX_MAKEINDEX = @DX_MAKEINDEX@
298 DX_PDFLATEX = @DX_PDFLATEX@
299 DX_PERL = @DX_PERL@
300 DX_PROJECT = @DX_PROJECT@
301 ECHO_C = @ECHO_C@
302 ECHO_N = @ECHO_N@
303 ECHO_T = @ECHO_T@
304 EGREP = @EGREP@
305 EXEEXT = @EXEEXT@
306 FGREP = @FGREP@
307 GACUTIL = @GACUTIL@
308 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
309 GLIB20_CFLAGS = @GLIB20_CFLAGS@
310 GLIB20_LIBS = @GLIB20_LIBS@
311 GMOFILES = @GMOFILES@
312 GMSGFMT = @GMSGFMT@
313 GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
314 GOBJECT_LIBS = @GOBJECT_LIBS@
315 GREP = @GREP@
316 GTK20_CFLAGS = @GTK20_CFLAGS@
317 GTK20_LIBS = @GTK20_LIBS@
318 GTK30_CFLAGS = @GTK30_CFLAGS@
319 GTK30_LIBS = @GTK30_LIBS@
320 HOWL_COMPAT_VERSION = @HOWL_COMPAT_VERSION@
321 INSTALL = @INSTALL@
322 INSTALL_DATA = @INSTALL_DATA@
323 INSTALL_PROGRAM = @INSTALL_PROGRAM@
324 INSTALL_SCRIPT = @INSTALL_SCRIPT@
325 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
326 INSTOBJEXT = @INSTOBJEXT@
327 INTLLIBS = @INTLLIBS@
328 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
329 INTLTOOL_MERGE = @INTLTOOL_MERGE@
330 INTLTOOL_PERL = @INTLTOOL_PERL@
331 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
332 INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
333 INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
334 INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
335 INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
336 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
337 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
338 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
339 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
340 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
341 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
342 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
343 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
344 LD = @LD@
345 LDFLAGS = @LDFLAGS@
346 LIBAVAHI_CLIENT_VERSION_INFO = @LIBAVAHI_CLIENT_VERSION_INFO@
347 LIBAVAHI_COMMON_VERSION_INFO = @LIBAVAHI_COMMON_VERSION_INFO@
348 LIBAVAHI_COMPAT_HOWL_VERSION_INFO = @LIBAVAHI_COMPAT_HOWL_VERSION_INFO@
349 LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO = @LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO@
350 LIBAVAHI_CORE_VERSION_INFO = @LIBAVAHI_CORE_VERSION_INFO@
351 LIBAVAHI_GLIB_VERSION_INFO = @LIBAVAHI_GLIB_VERSION_INFO@
352 LIBAVAHI_GOBJECT_VERSION_INFO = @LIBAVAHI_GOBJECT_VERSION_INFO@
353 LIBAVAHI_QT3_VERSION_INFO = @LIBAVAHI_QT3_VERSION_INFO@
354 LIBAVAHI_QT4_VERSION_INFO = @LIBAVAHI_QT4_VERSION_INFO@
355 LIBAVAHI_UI_VERSION_INFO = @LIBAVAHI_UI_VERSION_INFO@
356 LIBDAEMON_CFLAGS = @LIBDAEMON_CFLAGS@
357 LIBDAEMON_LIBS = @LIBDAEMON_LIBS@
358 LIBOBJS = @LIBOBJS@
359 LIBS = @LIBS@
360 LIBTOOL = @LIBTOOL@
361 LIPO = @LIPO@
362 LN_S = @LN_S@
363 LTLIBOBJS = @LTLIBOBJS@
364 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
365 MAKEINFO = @MAKEINFO@
366 MANIFEST_TOOL = @MANIFEST_TOOL@
367 MCS = @MCS@
368 MDASSEMBLER = @MDASSEMBLER@
369 MKDIR_P = @MKDIR_P@
370 MKINSTALLDIRS = @MKINSTALLDIRS@
371 MOC_QT3 = @MOC_QT3@
372 MOC_QT4 = @MOC_QT4@
373 MONODOCER = @MONODOCER@
374 MONODOC_CFLAGS = @MONODOC_CFLAGS@
375 MONODOC_DIR = @MONODOC_DIR@
376 MONODOC_LIBS = @MONODOC_LIBS@
377 MSGFMT = @MSGFMT@
378 MSGFMT_OPTS = @MSGFMT_OPTS@
379 MSGMERGE = @MSGMERGE@
380 NM = @NM@
381 NMEDIT = @NMEDIT@
382 OBJDUMP = @OBJDUMP@
383 OBJEXT = @OBJEXT@
384 OTOOL = @OTOOL@
385 OTOOL64 = @OTOOL64@
386 PACKAGE = @PACKAGE@
387 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
388 PACKAGE_NAME = @PACKAGE_NAME@
389 PACKAGE_STRING = @PACKAGE_STRING@
390 PACKAGE_TARNAME = @PACKAGE_TARNAME@
391 PACKAGE_URL = @PACKAGE_URL@
392 PACKAGE_VERSION = @PACKAGE_VERSION@
393 PATH_SEPARATOR = @PATH_SEPARATOR@
394 PKG_CONFIG = @PKG_CONFIG@
395 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
396 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
397 POFILES = @POFILES@
398 POSUB = @POSUB@
399 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
400 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
401 PTHREAD_CC = @PTHREAD_CC@
402 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
403 PTHREAD_LIBS = @PTHREAD_LIBS@
404 PYTHON = @PYTHON@
405 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
406 PYTHON_PLATFORM = @PYTHON_PLATFORM@
407 PYTHON_PREFIX = @PYTHON_PREFIX@
408 PYTHON_VERSION = @PYTHON_VERSION@
409 QT3_CFLAGS = @QT3_CFLAGS@
410 QT3_LIBS = @QT3_LIBS@
411 QT4_CFLAGS = @QT4_CFLAGS@
412 QT4_LIBS = @QT4_LIBS@
413 RANLIB = @RANLIB@
414 SED = @SED@
415 SET_MAKE = @SET_MAKE@
416 SHELL = @SHELL@
417 STOW = @STOW@
418 STRIP = @STRIP@
419 USE_NLS = @USE_NLS@
420 VERSION = @VERSION@
421 VISIBILITY_HIDDEN_CFLAGS = @VISIBILITY_HIDDEN_CFLAGS@
422 XGETTEXT = @XGETTEXT@
423 XML_CFLAGS = @XML_CFLAGS@
424 XML_LIBS = @XML_LIBS@
425 abs_builddir = @abs_builddir@
426 abs_srcdir = @abs_srcdir@
427 abs_top_builddir = @abs_top_builddir@
428 abs_top_srcdir = @abs_top_srcdir@
429 ac_ct_AR = @ac_ct_AR@
430 ac_ct_CC = @ac_ct_CC@
431 ac_ct_CXX = @ac_ct_CXX@
432 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
433 acx_pthread_config = @acx_pthread_config@
434 am__include = @am__include@
435 am__leading_dot = @am__leading_dot@
436 am__quote = @am__quote@
437 am__tar = @am__tar@
438 am__untar = @am__untar@
439 avahi_runtime_dir = @avahi_runtime_dir@
440 avahi_socket = @avahi_socket@
441 avahilocaledir = @avahilocaledir@
442 bindir = @bindir@
443 build = @build@
444 build_alias = @build_alias@
445 build_cpu = @build_cpu@
446 build_os = @build_os@
447 build_vendor = @build_vendor@
448 builddir = @builddir@
449 datadir = @datadir@
450 datarootdir = @datarootdir@
451 docdir = @docdir@
452 dvidir = @dvidir@
453 exec_prefix = @exec_prefix@
454 have_pkg_config = @have_pkg_config@
455 have_xmltoman = @have_xmltoman@
456 host = @host@
457 host_alias = @host_alias@
458 host_cpu = @host_cpu@
459 host_os = @host_os@
460 host_vendor = @host_vendor@
461 htmldir = @htmldir@
462 includedir = @includedir@
463 infodir = @infodir@
464 install_sh = @install_sh@
465 interfacesdir = @interfacesdir@
466 intltool__v_merge_options_ = @intltool__v_merge_options_@
467 intltool__v_merge_options_0 = @intltool__v_merge_options_0@
468 libdir = @libdir@
469 libexecdir = @libexecdir@
470 localedir = @localedir@
471 localstatedir = @localstatedir@
472 mandir = @mandir@
473 mkdir_p = @mkdir_p@
474 oldincludedir = @oldincludedir@
475 pdfdir = @pdfdir@
476 pkgpyexecdir = @pkgpyexecdir@
477 pkgpythondir = @pkgpythondir@
478 prefix = @prefix@
479 program_transform_name = @program_transform_name@
480 psdir = @psdir@
481 pyexecdir = @pyexecdir@
482 pythondir = @pythondir@
483 runstatedir = @runstatedir@
484 sbindir = @sbindir@
485 sharedstatedir = @sharedstatedir@
486 srcdir = @srcdir@
487 sysconfdir = @sysconfdir@
488 systemdsystemunitdir = @systemdsystemunitdir@
489 target_alias = @target_alias@
490 top_build_prefix = @top_build_prefix@
491 top_builddir = @top_builddir@
492 top_srcdir = @top_srcdir@
493 EXTRA_DIST = avahi-dnsconfd.action avahi-dnsconfd.service.in
494 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@pkgsysconfdir = $(sysconfdir)/avahi
495
496 # This cool debug trap works on i386/gcc only
497 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@AM_CFLAGS = -I$(top_srcdir) \
498 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ -DAVAHI_RUNTIME_DIR=\"$(avahi_runtime_dir)/\" \
499 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ -DAVAHI_SOCKET=\"$(avahi_socket)\" \
500 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ -DAVAHI_DNSCONF_SCRIPT=\"$(pkgsysconfdir)/avahi-dnsconfd.action\" \
501 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ '-DDEBUG_TRAP=__asm__("int \
502 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ $$3")'
503 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@avahi_dnsconfd_SOURCES = main.c
504 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@avahi_dnsconfd_CFLAGS = $(AM_CFLAGS) $(LIBDAEMON_CFLAGS)
505 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@avahi_dnsconfd_LDADD = $(AM_LDADD) ../avahi-common/libavahi-common.la $(LIBDAEMON_LIBS)
506 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@pkgsysconf_SCRIPTS = avahi-dnsconfd.action
507 @HAVE_LIBDAEMON_TRUE@@HAVE_SYSTEMD_TRUE@@HAVE_XML_TRUE@systemdsystemunit_DATA = \
508 @HAVE_LIBDAEMON_TRUE@@HAVE_SYSTEMD_TRUE@@HAVE_XML_TRUE@ avahi-dnsconfd.service
509
510 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@CLEANFILES = $(systemdsystemunit_DATA)
511 all: all-am
512
513 .SUFFIXES:
514 .SUFFIXES: .c .lo .o .obj
515 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
516 @for dep in $?; do \
517 case '$(am__configure_deps)' in \
518 *$$dep*) \
519 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
520 && { if test -f $@; then exit 0; else break; fi; }; \
521 exit 1;; \
522 esac; \
523 done; \
524 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign avahi-dnsconfd/Makefile'; \
525 $(am__cd) $(top_srcdir) && \
526 $(AUTOMAKE) --foreign avahi-dnsconfd/Makefile
527 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
528 @case '$?' in \
529 *config.status*) \
530 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
531 *) \
532 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
533 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
534 esac;
535
536 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
537 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
538
539 $(top_srcdir)/configure: $(am__configure_deps)
540 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
541 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
542 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
543 $(am__aclocal_m4_deps):
544 install-sbinPROGRAMS: $(sbin_PROGRAMS)
545 @$(NORMAL_INSTALL)
546 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
547 if test -n "$$list"; then \
548 echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
549 $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
550 fi; \
551 for p in $$list; do echo "$$p $$p"; done | \
552 sed 's/$(EXEEXT)$$//' | \
553 while read p p1; do if test -f $$p \
554 || test -f $$p1 \
555 ; then echo "$$p"; echo "$$p"; else :; fi; \
556 done | \
557 sed -e 'p;s,.*/,,;n;h' \
558 -e 's|.*|.|' \
559 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
560 sed 'N;N;N;s,\n, ,g' | \
561 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
562 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
563 if ($$2 == $$4) files[d] = files[d] " " $$1; \
564 else { print "f", $$3 "/" $$4, $$1; } } \
565 END { for (d in files) print "f", d, files[d] }' | \
566 while read type dir files; do \
567 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
568 test -z "$$files" || { \
569 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
570 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
571 } \
572 ; done
573
574 uninstall-sbinPROGRAMS:
575 @$(NORMAL_UNINSTALL)
576 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
577 files=`for p in $$list; do echo "$$p"; done | \
578 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
579 -e 's/$$/$(EXEEXT)/' \
580 `; \
581 test -n "$$list" || exit 0; \
582 echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
583 cd "$(DESTDIR)$(sbindir)" && rm -f $$files
584
585 clean-sbinPROGRAMS:
586 @list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
587 echo " rm -f" $$list; \
588 rm -f $$list || exit $$?; \
589 test -n "$(EXEEXT)" || exit 0; \
590 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
591 echo " rm -f" $$list; \
592 rm -f $$list
593
594 avahi-dnsconfd$(EXEEXT): $(avahi_dnsconfd_OBJECTS) $(avahi_dnsconfd_DEPENDENCIES) $(EXTRA_avahi_dnsconfd_DEPENDENCIES)
595 @rm -f avahi-dnsconfd$(EXEEXT)
596 $(AM_V_CCLD)$(avahi_dnsconfd_LINK) $(avahi_dnsconfd_OBJECTS) $(avahi_dnsconfd_LDADD) $(LIBS)
597 install-pkgsysconfSCRIPTS: $(pkgsysconf_SCRIPTS)
598 @$(NORMAL_INSTALL)
599 @list='$(pkgsysconf_SCRIPTS)'; test -n "$(pkgsysconfdir)" || list=; \
600 if test -n "$$list"; then \
601 echo " $(MKDIR_P) '$(DESTDIR)$(pkgsysconfdir)'"; \
602 $(MKDIR_P) "$(DESTDIR)$(pkgsysconfdir)" || exit 1; \
603 fi; \
604 for p in $$list; do \
605 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
606 if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
607 done | \
608 sed -e 'p;s,.*/,,;n' \
609 -e 'h;s|.*|.|' \
610 -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
611 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
612 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
613 if ($$2 == $$4) { files[d] = files[d] " " $$1; \
614 if (++n[d] == $(am__install_max)) { \
615 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
616 else { print "f", d "/" $$4, $$1 } } \
617 END { for (d in files) print "f", d, files[d] }' | \
618 while read type dir files; do \
619 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
620 test -z "$$files" || { \
621 echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(pkgsysconfdir)$$dir'"; \
622 $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(pkgsysconfdir)$$dir" || exit $$?; \
623 } \
624 ; done
625
626 uninstall-pkgsysconfSCRIPTS:
627 @$(NORMAL_UNINSTALL)
628 @list='$(pkgsysconf_SCRIPTS)'; test -n "$(pkgsysconfdir)" || exit 0; \
629 files=`for p in $$list; do echo "$$p"; done | \
630 sed -e 's,.*/,,;$(transform)'`; \
631 dir='$(DESTDIR)$(pkgsysconfdir)'; $(am__uninstall_files_from_dir)
632
633 mostlyclean-compile:
634 -rm -f *.$(OBJEXT)
635
636 distclean-compile:
637 -rm -f *.tab.c
638
639 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_dnsconfd-main.Po@am__quote@
640
641 .c.o:
642 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
643 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
644 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
645 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
646 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
647
648 .c.obj:
649 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
650 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
651 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
652 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
653 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
654
655 .c.lo:
656 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
657 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
658 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
659 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
660 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
661
662 avahi_dnsconfd-main.o: main.c
663 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_dnsconfd_CFLAGS) $(CFLAGS) -MT avahi_dnsconfd-main.o -MD -MP -MF $(DEPDIR)/avahi_dnsconfd-main.Tpo -c -o avahi_dnsconfd-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c
664 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_dnsconfd-main.Tpo $(DEPDIR)/avahi_dnsconfd-main.Po
665 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='main.c' object='avahi_dnsconfd-main.o' libtool=no @AMDEPBACKSLASH@
666 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
667 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_dnsconfd_CFLAGS) $(CFLAGS) -c -o avahi_dnsconfd-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c
668
669 avahi_dnsconfd-main.obj: main.c
670 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_dnsconfd_CFLAGS) $(CFLAGS) -MT avahi_dnsconfd-main.obj -MD -MP -MF $(DEPDIR)/avahi_dnsconfd-main.Tpo -c -o avahi_dnsconfd-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`
671 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_dnsconfd-main.Tpo $(DEPDIR)/avahi_dnsconfd-main.Po
672 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='main.c' object='avahi_dnsconfd-main.obj' libtool=no @AMDEPBACKSLASH@
673 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
674 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_dnsconfd_CFLAGS) $(CFLAGS) -c -o avahi_dnsconfd-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`
675
676 mostlyclean-libtool:
677 -rm -f *.lo
678
679 clean-libtool:
680 -rm -rf .libs _libs
681 install-systemdsystemunitDATA: $(systemdsystemunit_DATA)
682 @$(NORMAL_INSTALL)
683 @list='$(systemdsystemunit_DATA)'; test -n "$(systemdsystemunitdir)" || list=; \
684 if test -n "$$list"; then \
685 echo " $(MKDIR_P) '$(DESTDIR)$(systemdsystemunitdir)'"; \
686 $(MKDIR_P) "$(DESTDIR)$(systemdsystemunitdir)" || exit 1; \
687 fi; \
688 for p in $$list; do \
689 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
690 echo "$$d$$p"; \
691 done | $(am__base_list) | \
692 while read files; do \
693 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(systemdsystemunitdir)'"; \
694 $(INSTALL_DATA) $$files "$(DESTDIR)$(systemdsystemunitdir)" || exit $$?; \
695 done
696
697 uninstall-systemdsystemunitDATA:
698 @$(NORMAL_UNINSTALL)
699 @list='$(systemdsystemunit_DATA)'; test -n "$(systemdsystemunitdir)" || list=; \
700 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
701 dir='$(DESTDIR)$(systemdsystemunitdir)'; $(am__uninstall_files_from_dir)
702
703 ID: $(am__tagged_files)
704 $(am__define_uniq_tagged_files); mkid -fID $$unique
705 tags: tags-am
706 TAGS: tags
707
708 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
709 set x; \
710 here=`pwd`; \
711 $(am__define_uniq_tagged_files); \
712 shift; \
713 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
714 test -n "$$unique" || unique=$$empty_fix; \
715 if test $$# -gt 0; then \
716 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
717 "$$@" $$unique; \
718 else \
719 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
720 $$unique; \
721 fi; \
722 fi
723 ctags: ctags-am
724
725 CTAGS: ctags
726 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
727 $(am__define_uniq_tagged_files); \
728 test -z "$(CTAGS_ARGS)$$unique" \
729 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
730 $$unique
731
732 GTAGS:
733 here=`$(am__cd) $(top_builddir) && pwd` \
734 && $(am__cd) $(top_srcdir) \
735 && gtags -i $(GTAGS_ARGS) "$$here"
736 cscopelist: cscopelist-am
737
738 cscopelist-am: $(am__tagged_files)
739 list='$(am__tagged_files)'; \
740 case "$(srcdir)" in \
741 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
742 *) sdir=$(subdir)/$(srcdir) ;; \
743 esac; \
744 for i in $$list; do \
745 if test -f "$$i"; then \
746 echo "$(subdir)/$$i"; \
747 else \
748 echo "$$sdir/$$i"; \
749 fi; \
750 done >> $(top_builddir)/cscope.files
751
752 distclean-tags:
753 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
754
755 distdir: $(DISTFILES)
756 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
757 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
758 list='$(DISTFILES)'; \
759 dist_files=`for file in $$list; do echo $$file; done | \
760 sed -e "s|^$$srcdirstrip/||;t" \
761 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
762 case $$dist_files in \
763 */*) $(MKDIR_P) `echo "$$dist_files" | \
764 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
765 sort -u` ;; \
766 esac; \
767 for file in $$dist_files; do \
768 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
769 if test -d $$d/$$file; then \
770 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
771 if test -d "$(distdir)/$$file"; then \
772 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
773 fi; \
774 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
775 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
776 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
777 fi; \
778 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
779 else \
780 test -f "$(distdir)/$$file" \
781 || cp -p $$d/$$file "$(distdir)/$$file" \
782 || exit 1; \
783 fi; \
784 done
785 check-am: all-am
786 check: check-am
787 all-am: Makefile $(PROGRAMS) $(SCRIPTS) $(DATA)
788 installdirs:
789 for dir in "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(pkgsysconfdir)" "$(DESTDIR)$(systemdsystemunitdir)"; do \
790 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
791 done
792 install: install-am
793 install-exec: install-exec-am
794 install-data: install-data-am
795 uninstall: uninstall-am
796
797 install-am: all-am
798 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
799
800 installcheck: installcheck-am
801 install-strip:
802 if test -z '$(STRIP)'; then \
803 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
804 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
805 install; \
806 else \
807 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
808 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
809 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
810 fi
811 mostlyclean-generic:
812
813 clean-generic:
814 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
815
816 distclean-generic:
817 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
818 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
819
820 maintainer-clean-generic:
821 @echo "This command is intended for maintainers to use"
822 @echo "it deletes files that may require special tools to rebuild."
823 clean: clean-am
824
825 clean-am: clean-generic clean-libtool clean-sbinPROGRAMS \
826 mostlyclean-am
827
828 distclean: distclean-am
829 -rm -rf ./$(DEPDIR)
830 -rm -f Makefile
831 distclean-am: clean-am distclean-compile distclean-generic \
832 distclean-tags
833
834 dvi: dvi-am
835
836 dvi-am:
837
838 html: html-am
839
840 html-am:
841
842 info: info-am
843
844 info-am:
845
846 install-data-am: install-pkgsysconfSCRIPTS \
847 install-systemdsystemunitDATA
848
849 install-dvi: install-dvi-am
850
851 install-dvi-am:
852
853 install-exec-am: install-sbinPROGRAMS
854
855 install-html: install-html-am
856
857 install-html-am:
858
859 install-info: install-info-am
860
861 install-info-am:
862
863 install-man:
864
865 install-pdf: install-pdf-am
866
867 install-pdf-am:
868
869 install-ps: install-ps-am
870
871 install-ps-am:
872
873 installcheck-am:
874
875 maintainer-clean: maintainer-clean-am
876 -rm -rf ./$(DEPDIR)
877 -rm -f Makefile
878 maintainer-clean-am: distclean-am maintainer-clean-generic
879
880 mostlyclean: mostlyclean-am
881
882 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
883 mostlyclean-libtool
884
885 pdf: pdf-am
886
887 pdf-am:
888
889 ps: ps-am
890
891 ps-am:
892
893 uninstall-am: uninstall-pkgsysconfSCRIPTS uninstall-sbinPROGRAMS \
894 uninstall-systemdsystemunitDATA
895
896 .MAKE: install-am install-strip
897
898 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
899 clean-libtool clean-sbinPROGRAMS cscopelist-am ctags ctags-am \
900 distclean distclean-compile distclean-generic \
901 distclean-libtool distclean-tags distdir dvi dvi-am html \
902 html-am info info-am install install-am install-data \
903 install-data-am install-dvi install-dvi-am install-exec \
904 install-exec-am install-html install-html-am install-info \
905 install-info-am install-man install-pdf install-pdf-am \
906 install-pkgsysconfSCRIPTS install-ps install-ps-am \
907 install-sbinPROGRAMS install-strip \
908 install-systemdsystemunitDATA installcheck installcheck-am \
909 installdirs maintainer-clean maintainer-clean-generic \
910 mostlyclean mostlyclean-compile mostlyclean-generic \
911 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
912 uninstall-am uninstall-pkgsysconfSCRIPTS \
913 uninstall-sbinPROGRAMS uninstall-systemdsystemunitDATA
914
915 .PRECIOUS: Makefile
916
917
918 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@%.service: %.service.in
919 @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ $(AM_V_GEN)sed -e 's,@sbindir\@,$(sbindir),g' $< > $@
920
921 # Tell versions [3.59,3.63) of GNU make to not export all variables.
922 # Otherwise a system limit (for SysV at least) may be exceeded.
923 .NOEXPORT:
+0
-8
avahi-glib/.gitignore less more
0 *.o
1 *.lo
2 *.la
3 Makefile
4 Makefile.in
5 .deps
6 .libs
7 glib-watch-test
0 # Makefile.in generated by automake 1.15 from Makefile.am.
1 # @configure_input@
2
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
4
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 @SET_MAKE@
15
16 # This file is part of avahi.
17 #
18 # avahi is free software; you can redistribute it and/or modify it
19 # under the terms of the GNU Lesser General Public License as
20 # published by the Free Software Foundation; either version 2 of the
21 # License, or (at your option) any later version.
22 #
23 # avahi is distributed in the hope that it will be useful, but WITHOUT
24 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
25 # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
26 # License for more details.
27 #
28 # You should have received a copy of the GNU Lesser General Public
29 # License along with avahi; if not, write to the Free Software
30 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
31 # USA.
32
33
34
35 VPATH = @srcdir@
36 am__is_gnu_make = { \
37 if test -z '$(MAKELEVEL)'; then \
38 false; \
39 elif test -n '$(MAKE_HOST)'; then \
40 true; \
41 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
42 true; \
43 else \
44 false; \
45 fi; \
46 }
47 am__make_running_with_option = \
48 case $${target_option-} in \
49 ?) ;; \
50 *) echo "am__make_running_with_option: internal error: invalid" \
51 "target option '$${target_option-}' specified" >&2; \
52 exit 1;; \
53 esac; \
54 has_opt=no; \
55 sane_makeflags=$$MAKEFLAGS; \
56 if $(am__is_gnu_make); then \
57 sane_makeflags=$$MFLAGS; \
58 else \
59 case $$MAKEFLAGS in \
60 *\\[\ \ ]*) \
61 bs=\\; \
62 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
63 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
64 esac; \
65 fi; \
66 skip_next=no; \
67 strip_trailopt () \
68 { \
69 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
70 }; \
71 for flg in $$sane_makeflags; do \
72 test $$skip_next = yes && { skip_next=no; continue; }; \
73 case $$flg in \
74 *=*|--*) continue;; \
75 -*I) strip_trailopt 'I'; skip_next=yes;; \
76 -*I?*) strip_trailopt 'I';; \
77 -*O) strip_trailopt 'O'; skip_next=yes;; \
78 -*O?*) strip_trailopt 'O';; \
79 -*l) strip_trailopt 'l'; skip_next=yes;; \
80 -*l?*) strip_trailopt 'l';; \
81 -[dEDm]) skip_next=yes;; \
82 -[JT]) skip_next=yes;; \
83 esac; \
84 case $$flg in \
85 *$$target_option*) has_opt=yes; break;; \
86 esac; \
87 done; \
88 test $$has_opt = yes
89 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
90 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
91 pkgdatadir = $(datadir)/@PACKAGE@
92 pkgincludedir = $(includedir)/@PACKAGE@
93 pkglibdir = $(libdir)/@PACKAGE@
94 pkglibexecdir = $(libexecdir)/@PACKAGE@
95 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
96 install_sh_DATA = $(install_sh) -c -m 644
97 install_sh_PROGRAM = $(install_sh) -c
98 install_sh_SCRIPT = $(install_sh) -c
99 INSTALL_HEADER = $(INSTALL_DATA)
100 transform = $(program_transform_name)
101 NORMAL_INSTALL = :
102 PRE_INSTALL = :
103 POST_INSTALL = :
104 NORMAL_UNINSTALL = :
105 PRE_UNINSTALL = :
106 POST_UNINSTALL = :
107 build_triplet = @build@
108 host_triplet = @host@
109 @ENABLE_TESTS_TRUE@@HAVE_GLIB_TRUE@noinst_PROGRAMS = \
110 @ENABLE_TESTS_TRUE@@HAVE_GLIB_TRUE@ glib-watch-test$(EXEEXT)
111 subdir = avahi-glib
112 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
113 am__aclocal_m4_deps = $(top_srcdir)/common/acx_pthread.m4 \
114 $(top_srcdir)/common/gcc_stack_protect.m4 \
115 $(top_srcdir)/common/gcc_visibility.m4 \
116 $(top_srcdir)/common/intltool.m4 \
117 $(top_srcdir)/common/introspection.m4 \
118 $(top_srcdir)/common/libtool.m4 \
119 $(top_srcdir)/common/ltoptions.m4 \
120 $(top_srcdir)/common/ltsugar.m4 \
121 $(top_srcdir)/common/ltversion.m4 \
122 $(top_srcdir)/common/lt~obsolete.m4 \
123 $(top_srcdir)/common/nls.m4 $(top_srcdir)/common/python.m4 \
124 $(top_srcdir)/acinclude.m4 $(top_srcdir)/common/doxygen.m4 \
125 $(top_srcdir)/configure.ac
126 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
127 $(ACLOCAL_M4)
128 DIST_COMMON = $(srcdir)/Makefile.am \
129 $(am__avahiglibinclude_HEADERS_DIST) $(am__DIST_COMMON)
130 mkinstalldirs = $(install_sh) -d
131 CONFIG_HEADER = $(top_builddir)/config.h
132 CONFIG_CLEAN_FILES =
133 CONFIG_CLEAN_VPATH_FILES =
134 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
135 am__vpath_adj = case $$p in \
136 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
137 *) f=$$p;; \
138 esac;
139 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
140 am__install_max = 40
141 am__nobase_strip_setup = \
142 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
143 am__nobase_strip = \
144 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
145 am__nobase_list = $(am__nobase_strip_setup); \
146 for p in $$list; do echo "$$p $$p"; done | \
147 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
148 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
149 if (++n[$$2] == $(am__install_max)) \
150 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
151 END { for (dir in files) print dir, files[dir] }'
152 am__base_list = \
153 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
154 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
155 am__uninstall_files_from_dir = { \
156 test -z "$$files" \
157 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
158 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
159 $(am__cd) "$$dir" && rm -f $$files; }; \
160 }
161 am__installdirs = "$(DESTDIR)$(libdir)" \
162 "$(DESTDIR)$(avahiglibincludedir)"
163 LTLIBRARIES = $(lib_LTLIBRARIES)
164 am__DEPENDENCIES_1 =
165 @HAVE_GLIB_TRUE@libavahi_glib_la_DEPENDENCIES = \
166 @HAVE_GLIB_TRUE@ ../avahi-common/libavahi-common.la \
167 @HAVE_GLIB_TRUE@ $(am__DEPENDENCIES_1)
168 am__libavahi_glib_la_SOURCES_DIST = glib-watch.c glib-watch.h \
169 glib-malloc.h glib-malloc.c
170 @HAVE_GLIB_TRUE@am_libavahi_glib_la_OBJECTS = \
171 @HAVE_GLIB_TRUE@ libavahi_glib_la-glib-watch.lo \
172 @HAVE_GLIB_TRUE@ libavahi_glib_la-glib-malloc.lo
173 libavahi_glib_la_OBJECTS = $(am_libavahi_glib_la_OBJECTS)
174 AM_V_lt = $(am__v_lt_@AM_V@)
175 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
176 am__v_lt_0 = --silent
177 am__v_lt_1 =
178 libavahi_glib_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
179 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
180 $(libavahi_glib_la_CFLAGS) $(CFLAGS) \
181 $(libavahi_glib_la_LDFLAGS) $(LDFLAGS) -o $@
182 @HAVE_GLIB_TRUE@am_libavahi_glib_la_rpath = -rpath $(libdir)
183 PROGRAMS = $(noinst_PROGRAMS)
184 am__glib_watch_test_SOURCES_DIST = glib-watch.c glib-watch.h \
185 glib-watch-test.c
186 @HAVE_GLIB_TRUE@am_glib_watch_test_OBJECTS = \
187 @HAVE_GLIB_TRUE@ glib_watch_test-glib-watch.$(OBJEXT) \
188 @HAVE_GLIB_TRUE@ glib_watch_test-glib-watch-test.$(OBJEXT)
189 glib_watch_test_OBJECTS = $(am_glib_watch_test_OBJECTS)
190 @HAVE_GLIB_TRUE@glib_watch_test_DEPENDENCIES = \
191 @HAVE_GLIB_TRUE@ ../avahi-common/libavahi-common.la \
192 @HAVE_GLIB_TRUE@ $(am__DEPENDENCIES_1)
193 glib_watch_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
194 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
195 $(glib_watch_test_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
196 -o $@
197 AM_V_P = $(am__v_P_@AM_V@)
198 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
199 am__v_P_0 = false
200 am__v_P_1 = :
201 AM_V_GEN = $(am__v_GEN_@AM_V@)
202 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
203 am__v_GEN_0 = @echo " GEN " $@;
204 am__v_GEN_1 =
205 AM_V_at = $(am__v_at_@AM_V@)
206 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
207 am__v_at_0 = @
208 am__v_at_1 =
209 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
210 depcomp = $(SHELL) $(top_srcdir)/depcomp
211 am__depfiles_maybe = depfiles
212 am__mv = mv -f
213 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
214 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
215 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
216 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
217 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
218 $(AM_CFLAGS) $(CFLAGS)
219 AM_V_CC = $(am__v_CC_@AM_V@)
220 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
221 am__v_CC_0 = @echo " CC " $@;
222 am__v_CC_1 =
223 CCLD = $(CC)
224 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
225 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
226 $(AM_LDFLAGS) $(LDFLAGS) -o $@
227 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
228 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
229 am__v_CCLD_0 = @echo " CCLD " $@;
230 am__v_CCLD_1 =
231 SOURCES = $(libavahi_glib_la_SOURCES) $(glib_watch_test_SOURCES)
232 DIST_SOURCES = $(am__libavahi_glib_la_SOURCES_DIST) \
233 $(am__glib_watch_test_SOURCES_DIST)
234 am__can_run_installinfo = \
235 case $$AM_UPDATE_INFO_DIR in \
236 n|no|NO) false;; \
237 *) (install-info --version) >/dev/null 2>&1;; \
238 esac
239 am__avahiglibinclude_HEADERS_DIST = glib-watch.h glib-malloc.h
240 HEADERS = $(avahiglibinclude_HEADERS)
241 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
242 # Read a list of newline-separated strings from the standard input,
243 # and print each of them once, without duplicates. Input order is
244 # *not* preserved.
245 am__uniquify_input = $(AWK) '\
246 BEGIN { nonempty = 0; } \
247 { items[$$0] = 1; nonempty = 1; } \
248 END { if (nonempty) { for (i in items) print i; }; } \
249 '
250 # Make sure the list of sources is unique. This is necessary because,
251 # e.g., the same source file might be shared among _SOURCES variables
252 # for different programs/libraries.
253 am__define_uniq_tagged_files = \
254 list='$(am__tagged_files)'; \
255 unique=`for i in $$list; do \
256 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
257 done | $(am__uniquify_input)`
258 ETAGS = etags
259 CTAGS = ctags
260 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
261 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
262 ACLOCAL = @ACLOCAL@
263 ALL_LINGUAS = @ALL_LINGUAS@
264 AMTAR = @AMTAR@
265 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
266 AR = @AR@
267 AUTOCONF = @AUTOCONF@
268 AUTOHEADER = @AUTOHEADER@
269 AUTOMAKE = @AUTOMAKE@
270 AVAHI_AUTOIPD_GROUP = @AVAHI_AUTOIPD_GROUP@
271 AVAHI_AUTOIPD_USER = @AVAHI_AUTOIPD_USER@
272 AVAHI_GROUP = @AVAHI_GROUP@
273 AVAHI_PRIV_ACCESS_GROUP = @AVAHI_PRIV_ACCESS_GROUP@
274 AVAHI_USER = @AVAHI_USER@
275 AWK = @AWK@
276 CATALOGS = @CATALOGS@
277 CATOBJEXT = @CATOBJEXT@
278 CC = @CC@
279 CCDEPMODE = @CCDEPMODE@
280 CFLAGS = @CFLAGS@
281 CPP = @CPP@
282 CPPFLAGS = @CPPFLAGS@
283 CXX = @CXX@
284 CXXCPP = @CXXCPP@
285 CXXDEPMODE = @CXXDEPMODE@
286 CXXFLAGS = @CXXFLAGS@
287 CYGPATH_W = @CYGPATH_W@
288 DATADIRNAME = @DATADIRNAME@
289 DBUS_CFLAGS = @DBUS_CFLAGS@
290 DBUS_LIBS = @DBUS_LIBS@
291 DBUS_SYSTEM_BUS_DEFAULT_ADDRESS = @DBUS_SYSTEM_BUS_DEFAULT_ADDRESS@
292 DBUS_SYS_DIR = @DBUS_SYS_DIR@
293 DEFS = @DEFS@
294 DEPDIR = @DEPDIR@
295 DLLTOOL = @DLLTOOL@
296 DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
297 DSYMUTIL = @DSYMUTIL@
298 DUMPBIN = @DUMPBIN@
299 DX_CONFIG = @DX_CONFIG@
300 DX_DOCDIR = @DX_DOCDIR@
301 DX_DOT = @DX_DOT@
302 DX_DOXYGEN = @DX_DOXYGEN@
303 DX_DVIPS = @DX_DVIPS@
304 DX_EGREP = @DX_EGREP@
305 DX_ENV = @DX_ENV@
306 DX_FLAG_chi = @DX_FLAG_chi@
307 DX_FLAG_chm = @DX_FLAG_chm@
308 DX_FLAG_doc = @DX_FLAG_doc@
309 DX_FLAG_dot = @DX_FLAG_dot@
310 DX_FLAG_html = @DX_FLAG_html@
311 DX_FLAG_man = @DX_FLAG_man@
312 DX_FLAG_pdf = @DX_FLAG_pdf@
313 DX_FLAG_ps = @DX_FLAG_ps@
314 DX_FLAG_rtf = @DX_FLAG_rtf@
315 DX_FLAG_xml = @DX_FLAG_xml@
316 DX_HHC = @DX_HHC@
317 DX_LATEX = @DX_LATEX@
318 DX_MAKEINDEX = @DX_MAKEINDEX@
319 DX_PDFLATEX = @DX_PDFLATEX@
320 DX_PERL = @DX_PERL@
321 DX_PROJECT = @DX_PROJECT@
322 ECHO_C = @ECHO_C@
323 ECHO_N = @ECHO_N@
324 ECHO_T = @ECHO_T@
325 EGREP = @EGREP@
326 EXEEXT = @EXEEXT@
327 FGREP = @FGREP@
328 GACUTIL = @GACUTIL@
329 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
330 GLIB20_CFLAGS = @GLIB20_CFLAGS@
331 GLIB20_LIBS = @GLIB20_LIBS@
332 GMOFILES = @GMOFILES@
333 GMSGFMT = @GMSGFMT@
334 GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
335 GOBJECT_LIBS = @GOBJECT_LIBS@
336 GREP = @GREP@
337 GTK20_CFLAGS = @GTK20_CFLAGS@
338 GTK20_LIBS = @GTK20_LIBS@
339 GTK30_CFLAGS = @GTK30_CFLAGS@
340 GTK30_LIBS = @GTK30_LIBS@
341 HOWL_COMPAT_VERSION = @HOWL_COMPAT_VERSION@
342 INSTALL = @INSTALL@
343 INSTALL_DATA = @INSTALL_DATA@
344 INSTALL_PROGRAM = @INSTALL_PROGRAM@
345 INSTALL_SCRIPT = @INSTALL_SCRIPT@
346 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
347 INSTOBJEXT = @INSTOBJEXT@
348 INTLLIBS = @INTLLIBS@
349 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
350 INTLTOOL_MERGE = @INTLTOOL_MERGE@
351 INTLTOOL_PERL = @INTLTOOL_PERL@
352 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
353 INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
354 INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
355 INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
356 INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
357 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
358 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
359 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
360 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
361 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
362 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
363 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
364 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
365 LD = @LD@
366 LDFLAGS = @LDFLAGS@
367 LIBAVAHI_CLIENT_VERSION_INFO = @LIBAVAHI_CLIENT_VERSION_INFO@
368 LIBAVAHI_COMMON_VERSION_INFO = @LIBAVAHI_COMMON_VERSION_INFO@
369 LIBAVAHI_COMPAT_HOWL_VERSION_INFO = @LIBAVAHI_COMPAT_HOWL_VERSION_INFO@
370 LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO = @LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO@
371 LIBAVAHI_CORE_VERSION_INFO = @LIBAVAHI_CORE_VERSION_INFO@
372 LIBAVAHI_GLIB_VERSION_INFO = @LIBAVAHI_GLIB_VERSION_INFO@
373 LIBAVAHI_GOBJECT_VERSION_INFO = @LIBAVAHI_GOBJECT_VERSION_INFO@
374 LIBAVAHI_QT3_VERSION_INFO = @LIBAVAHI_QT3_VERSION_INFO@
375 LIBAVAHI_QT4_VERSION_INFO = @LIBAVAHI_QT4_VERSION_INFO@
376 LIBAVAHI_UI_VERSION_INFO = @LIBAVAHI_UI_VERSION_INFO@
377 LIBDAEMON_CFLAGS = @LIBDAEMON_CFLAGS@
378 LIBDAEMON_LIBS = @LIBDAEMON_LIBS@
379 LIBOBJS = @LIBOBJS@
380 LIBS = @LIBS@
381 LIBTOOL = @LIBTOOL@
382 LIPO = @LIPO@
383 LN_S = @LN_S@
384 LTLIBOBJS = @LTLIBOBJS@
385 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
386 MAKEINFO = @MAKEINFO@
387 MANIFEST_TOOL = @MANIFEST_TOOL@
388 MCS = @MCS@
389 MDASSEMBLER = @MDASSEMBLER@
390 MKDIR_P = @MKDIR_P@
391 MKINSTALLDIRS = @MKINSTALLDIRS@
392 MOC_QT3 = @MOC_QT3@
393 MOC_QT4 = @MOC_QT4@
394 MONODOCER = @MONODOCER@
395 MONODOC_CFLAGS = @MONODOC_CFLAGS@
396 MONODOC_DIR = @MONODOC_DIR@
397 MONODOC_LIBS = @MONODOC_LIBS@
398 MSGFMT = @MSGFMT@
399 MSGFMT_OPTS = @MSGFMT_OPTS@
400 MSGMERGE = @MSGMERGE@
401 NM = @NM@
402 NMEDIT = @NMEDIT@
403 OBJDUMP = @OBJDUMP@
404 OBJEXT = @OBJEXT@
405 OTOOL = @OTOOL@
406 OTOOL64 = @OTOOL64@
407 PACKAGE = @PACKAGE@
408 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
409 PACKAGE_NAME = @PACKAGE_NAME@
410 PACKAGE_STRING = @PACKAGE_STRING@
411 PACKAGE_TARNAME = @PACKAGE_TARNAME@
412 PACKAGE_URL = @PACKAGE_URL@
413 PACKAGE_VERSION = @PACKAGE_VERSION@
414 PATH_SEPARATOR = @PATH_SEPARATOR@
415 PKG_CONFIG = @PKG_CONFIG@
416 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
417 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
418 POFILES = @POFILES@
419 POSUB = @POSUB@
420 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
421 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
422 PTHREAD_CC = @PTHREAD_CC@
423 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
424 PTHREAD_LIBS = @PTHREAD_LIBS@
425 PYTHON = @PYTHON@
426 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
427 PYTHON_PLATFORM = @PYTHON_PLATFORM@
428 PYTHON_PREFIX = @PYTHON_PREFIX@
429 PYTHON_VERSION = @PYTHON_VERSION@
430 QT3_CFLAGS = @QT3_CFLAGS@
431 QT3_LIBS = @QT3_LIBS@
432 QT4_CFLAGS = @QT4_CFLAGS@
433 QT4_LIBS = @QT4_LIBS@
434 RANLIB = @RANLIB@
435 SED = @SED@
436 SET_MAKE = @SET_MAKE@
437 SHELL = @SHELL@
438 STOW = @STOW@
439 STRIP = @STRIP@
440 USE_NLS = @USE_NLS@
441 VERSION = @VERSION@
442 VISIBILITY_HIDDEN_CFLAGS = @VISIBILITY_HIDDEN_CFLAGS@
443 XGETTEXT = @XGETTEXT@
444 XML_CFLAGS = @XML_CFLAGS@
445 XML_LIBS = @XML_LIBS@
446 abs_builddir = @abs_builddir@
447 abs_srcdir = @abs_srcdir@
448 abs_top_builddir = @abs_top_builddir@
449 abs_top_srcdir = @abs_top_srcdir@
450 ac_ct_AR = @ac_ct_AR@
451 ac_ct_CC = @ac_ct_CC@
452 ac_ct_CXX = @ac_ct_CXX@
453 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
454 acx_pthread_config = @acx_pthread_config@
455 am__include = @am__include@
456 am__leading_dot = @am__leading_dot@
457 am__quote = @am__quote@
458 am__tar = @am__tar@
459 am__untar = @am__untar@
460 avahi_runtime_dir = @avahi_runtime_dir@
461 avahi_socket = @avahi_socket@
462 avahilocaledir = @avahilocaledir@
463 bindir = @bindir@
464 build = @build@
465 build_alias = @build_alias@
466 build_cpu = @build_cpu@
467 build_os = @build_os@
468 build_vendor = @build_vendor@
469 builddir = @builddir@
470 datadir = @datadir@
471 datarootdir = @datarootdir@
472 docdir = @docdir@
473 dvidir = @dvidir@
474 exec_prefix = @exec_prefix@
475 have_pkg_config = @have_pkg_config@
476 have_xmltoman = @have_xmltoman@
477 host = @host@
478 host_alias = @host_alias@
479 host_cpu = @host_cpu@
480 host_os = @host_os@
481 host_vendor = @host_vendor@
482 htmldir = @htmldir@
483 includedir = @includedir@
484 infodir = @infodir@
485 install_sh = @install_sh@
486 interfacesdir = @interfacesdir@
487 intltool__v_merge_options_ = @intltool__v_merge_options_@
488 intltool__v_merge_options_0 = @intltool__v_merge_options_0@
489 libdir = @libdir@
490 libexecdir = @libexecdir@
491 localedir = @localedir@
492 localstatedir = @localstatedir@
493 mandir = @mandir@
494 mkdir_p = @mkdir_p@
495 oldincludedir = @oldincludedir@
496 pdfdir = @pdfdir@
497 pkgpyexecdir = @pkgpyexecdir@
498 pkgpythondir = @pkgpythondir@
499 prefix = @prefix@
500 program_transform_name = @program_transform_name@
501 psdir = @psdir@
502 pyexecdir = @pyexecdir@
503 pythondir = @pythondir@
504 runstatedir = @runstatedir@
505 sbindir = @sbindir@
506 sharedstatedir = @sharedstatedir@
507 srcdir = @srcdir@
508 sysconfdir = @sysconfdir@
509 systemdsystemunitdir = @systemdsystemunitdir@
510 target_alias = @target_alias@
511 top_build_prefix = @top_build_prefix@
512 top_builddir = @top_builddir@
513 top_srcdir = @top_srcdir@
514
515 # This cool debug trap works on i386/gcc only
516 AM_CFLAGS = -I$(top_srcdir) '-DDEBUG_TRAP=__asm__("int $$3")'
517 @HAVE_GLIB_TRUE@avahiglibincludedir = $(includedir)/avahi-glib
518 @HAVE_GLIB_TRUE@avahiglibinclude_HEADERS = \
519 @HAVE_GLIB_TRUE@ glib-watch.h \
520 @HAVE_GLIB_TRUE@ glib-malloc.h
521
522 @HAVE_GLIB_TRUE@lib_LTLIBRARIES = \
523 @HAVE_GLIB_TRUE@ libavahi-glib.la
524
525 @HAVE_GLIB_TRUE@libavahi_glib_la_SOURCES = \
526 @HAVE_GLIB_TRUE@ glib-watch.c glib-watch.h \
527 @HAVE_GLIB_TRUE@ glib-malloc.h glib-malloc.c
528
529 @HAVE_GLIB_TRUE@libavahi_glib_la_CFLAGS = $(AM_CFLAGS) $(GLIB20_CFLAGS)
530 @HAVE_GLIB_TRUE@libavahi_glib_la_LIBADD = $(AM_LDADD) ../avahi-common/libavahi-common.la $(GLIB20_LIBS)
531 @HAVE_GLIB_TRUE@libavahi_glib_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(LIBAVAHI_GLIB_VERSION_INFO)
532 @HAVE_GLIB_TRUE@glib_watch_test_SOURCES = \
533 @HAVE_GLIB_TRUE@ glib-watch.c glib-watch.h \
534 @HAVE_GLIB_TRUE@ glib-watch-test.c
535
536 @HAVE_GLIB_TRUE@glib_watch_test_CFLAGS = $(AM_CFLAGS) $(GLIB20_CFLAGS)
537 @HAVE_GLIB_TRUE@glib_watch_test_LDADD = $(AM_LDADD) ../avahi-common/libavahi-common.la $(GLIB20_LIBS)
538 all: all-am
539
540 .SUFFIXES:
541 .SUFFIXES: .c .lo .o .obj
542 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
543 @for dep in $?; do \
544 case '$(am__configure_deps)' in \
545 *$$dep*) \
546 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
547 && { if test -f $@; then exit 0; else break; fi; }; \
548 exit 1;; \
549 esac; \
550 done; \
551 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign avahi-glib/Makefile'; \
552 $(am__cd) $(top_srcdir) && \
553 $(AUTOMAKE) --foreign avahi-glib/Makefile
554 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
555 @case '$?' in \
556 *config.status*) \
557 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
558 *) \
559 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
560 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
561 esac;
562
563 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
564 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
565
566 $(top_srcdir)/configure: $(am__configure_deps)
567 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
568 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
569 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
570 $(am__aclocal_m4_deps):
571
572 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
573 @$(NORMAL_INSTALL)
574 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
575 list2=; for p in $$list; do \
576 if test -f $$p; then \
577 list2="$$list2 $$p"; \
578 else :; fi; \
579 done; \
580 test -z "$$list2" || { \
581 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
582 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
583 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
584 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
585 }
586
587 uninstall-libLTLIBRARIES:
588 @$(NORMAL_UNINSTALL)
589 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
590 for p in $$list; do \
591 $(am__strip_dir) \
592 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
593 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
594 done
595
596 clean-libLTLIBRARIES:
597 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
598 @list='$(lib_LTLIBRARIES)'; \
599 locs=`for p in $$list; do echo $$p; done | \
600 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
601 sort -u`; \
602 test -z "$$locs" || { \
603 echo rm -f $${locs}; \
604 rm -f $${locs}; \
605 }
606
607 libavahi-glib.la: $(libavahi_glib_la_OBJECTS) $(libavahi_glib_la_DEPENDENCIES) $(EXTRA_libavahi_glib_la_DEPENDENCIES)
608 $(AM_V_CCLD)$(libavahi_glib_la_LINK) $(am_libavahi_glib_la_rpath) $(libavahi_glib_la_OBJECTS) $(libavahi_glib_la_LIBADD) $(LIBS)
609
610 clean-noinstPROGRAMS:
611 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
612 echo " rm -f" $$list; \
613 rm -f $$list || exit $$?; \
614 test -n "$(EXEEXT)" || exit 0; \
615 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
616 echo " rm -f" $$list; \
617 rm -f $$list
618
619 glib-watch-test$(EXEEXT): $(glib_watch_test_OBJECTS) $(glib_watch_test_DEPENDENCIES) $(EXTRA_glib_watch_test_DEPENDENCIES)
620 @rm -f glib-watch-test$(EXEEXT)
621 $(AM_V_CCLD)$(glib_watch_test_LINK) $(glib_watch_test_OBJECTS) $(glib_watch_test_LDADD) $(LIBS)
622
623 mostlyclean-compile:
624 -rm -f *.$(OBJEXT)
625
626 distclean-compile:
627 -rm -f *.tab.c
628
629 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glib_watch_test-glib-watch-test.Po@am__quote@
630 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glib_watch_test-glib-watch.Po@am__quote@
631 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_glib_la-glib-malloc.Plo@am__quote@
632 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_glib_la-glib-watch.Plo@am__quote@
633
634 .c.o:
635 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
636 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
637 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
638 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
639 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
640
641 .c.obj:
642 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
643 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
644 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
645 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
646 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
647
648 .c.lo:
649 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
650 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
651 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
652 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
653 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
654
655 libavahi_glib_la-glib-watch.lo: glib-watch.c
656 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_glib_la_CFLAGS) $(CFLAGS) -MT libavahi_glib_la-glib-watch.lo -MD -MP -MF $(DEPDIR)/libavahi_glib_la-glib-watch.Tpo -c -o libavahi_glib_la-glib-watch.lo `test -f 'glib-watch.c' || echo '$(srcdir)/'`glib-watch.c
657 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_glib_la-glib-watch.Tpo $(DEPDIR)/libavahi_glib_la-glib-watch.Plo
658 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='glib-watch.c' object='libavahi_glib_la-glib-watch.lo' libtool=yes @AMDEPBACKSLASH@
659 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
660 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_glib_la_CFLAGS) $(CFLAGS) -c -o libavahi_glib_la-glib-watch.lo `test -f 'glib-watch.c' || echo '$(srcdir)/'`glib-watch.c
661
662 libavahi_glib_la-glib-malloc.lo: glib-malloc.c
663 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_glib_la_CFLAGS) $(CFLAGS) -MT libavahi_glib_la-glib-malloc.lo -MD -MP -MF $(DEPDIR)/libavahi_glib_la-glib-malloc.Tpo -c -o libavahi_glib_la-glib-malloc.lo `test -f 'glib-malloc.c' || echo '$(srcdir)/'`glib-malloc.c
664 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_glib_la-glib-malloc.Tpo $(DEPDIR)/libavahi_glib_la-glib-malloc.Plo
665 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='glib-malloc.c' object='libavahi_glib_la-glib-malloc.lo' libtool=yes @AMDEPBACKSLASH@
666 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
667 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_glib_la_CFLAGS) $(CFLAGS) -c -o libavahi_glib_la-glib-malloc.lo `test -f 'glib-malloc.c' || echo '$(srcdir)/'`glib-malloc.c
668
669 glib_watch_test-glib-watch.o: glib-watch.c
670 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(glib_watch_test_CFLAGS) $(CFLAGS) -MT glib_watch_test-glib-watch.o -MD -MP -MF $(DEPDIR)/glib_watch_test-glib-watch.Tpo -c -o glib_watch_test-glib-watch.o `test -f 'glib-watch.c' || echo '$(srcdir)/'`glib-watch.c
671 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/glib_watch_test-glib-watch.Tpo $(DEPDIR)/glib_watch_test-glib-watch.Po
672 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='glib-watch.c' object='glib_watch_test-glib-watch.o' libtool=no @AMDEPBACKSLASH@
673 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
674 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(glib_watch_test_CFLAGS) $(CFLAGS) -c -o glib_watch_test-glib-watch.o `test -f 'glib-watch.c' || echo '$(srcdir)/'`glib-watch.c
675
676 glib_watch_test-glib-watch.obj: glib-watch.c
677 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(glib_watch_test_CFLAGS) $(CFLAGS) -MT glib_watch_test-glib-watch.obj -MD -MP -MF $(DEPDIR)/glib_watch_test-glib-watch.Tpo -c -o glib_watch_test-glib-watch.obj `if test -f 'glib-watch.c'; then $(CYGPATH_W) 'glib-watch.c'; else $(CYGPATH_W) '$(srcdir)/glib-watch.c'; fi`
678 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/glib_watch_test-glib-watch.Tpo $(DEPDIR)/glib_watch_test-glib-watch.Po
679 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='glib-watch.c' object='glib_watch_test-glib-watch.obj' libtool=no @AMDEPBACKSLASH@
680 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
681 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(glib_watch_test_CFLAGS) $(CFLAGS) -c -o glib_watch_test-glib-watch.obj `if test -f 'glib-watch.c'; then $(CYGPATH_W) 'glib-watch.c'; else $(CYGPATH_W) '$(srcdir)/glib-watch.c'; fi`
682
683 glib_watch_test-glib-watch-test.o: glib-watch-test.c
684 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(glib_watch_test_CFLAGS) $(CFLAGS) -MT glib_watch_test-glib-watch-test.o -MD -MP -MF $(DEPDIR)/glib_watch_test-glib-watch-test.Tpo -c -o glib_watch_test-glib-watch-test.o `test -f 'glib-watch-test.c' || echo '$(srcdir)/'`glib-watch-test.c
685 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/glib_watch_test-glib-watch-test.Tpo $(DEPDIR)/glib_watch_test-glib-watch-test.Po
686 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='glib-watch-test.c' object='glib_watch_test-glib-watch-test.o' libtool=no @AMDEPBACKSLASH@
687 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
688 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(glib_watch_test_CFLAGS) $(CFLAGS) -c -o glib_watch_test-glib-watch-test.o `test -f 'glib-watch-test.c' || echo '$(srcdir)/'`glib-watch-test.c
689
690 glib_watch_test-glib-watch-test.obj: glib-watch-test.c
691 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(glib_watch_test_CFLAGS) $(CFLAGS) -MT glib_watch_test-glib-watch-test.obj -MD -MP -MF $(DEPDIR)/glib_watch_test-glib-watch-test.Tpo -c -o glib_watch_test-glib-watch-test.obj `if test -f 'glib-watch-test.c'; then $(CYGPATH_W) 'glib-watch-test.c'; else $(CYGPATH_W) '$(srcdir)/glib-watch-test.c'; fi`
692 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/glib_watch_test-glib-watch-test.Tpo $(DEPDIR)/glib_watch_test-glib-watch-test.Po
693 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='glib-watch-test.c' object='glib_watch_test-glib-watch-test.obj' libtool=no @AMDEPBACKSLASH@
694 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
695 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(glib_watch_test_CFLAGS) $(CFLAGS) -c -o glib_watch_test-glib-watch-test.obj `if test -f 'glib-watch-test.c'; then $(CYGPATH_W) 'glib-watch-test.c'; else $(CYGPATH_W) '$(srcdir)/glib-watch-test.c'; fi`
696
697 mostlyclean-libtool:
698 -rm -f *.lo
699
700 clean-libtool:
701 -rm -rf .libs _libs
702 install-avahiglibincludeHEADERS: $(avahiglibinclude_HEADERS)
703 @$(NORMAL_INSTALL)
704 @list='$(avahiglibinclude_HEADERS)'; test -n "$(avahiglibincludedir)" || list=; \
705 if test -n "$$list"; then \
706 echo " $(MKDIR_P) '$(DESTDIR)$(avahiglibincludedir)'"; \
707 $(MKDIR_P) "$(DESTDIR)$(avahiglibincludedir)" || exit 1; \
708 fi; \
709 for p in $$list; do \
710 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
711 echo "$$d$$p"; \
712 done | $(am__base_list) | \
713 while read files; do \
714 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(avahiglibincludedir)'"; \
715 $(INSTALL_HEADER) $$files "$(DESTDIR)$(avahiglibincludedir)" || exit $$?; \
716 done
717
718 uninstall-avahiglibincludeHEADERS:
719 @$(NORMAL_UNINSTALL)
720 @list='$(avahiglibinclude_HEADERS)'; test -n "$(avahiglibincludedir)" || list=; \
721 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
722 dir='$(DESTDIR)$(avahiglibincludedir)'; $(am__uninstall_files_from_dir)
723
724 ID: $(am__tagged_files)
725 $(am__define_uniq_tagged_files); mkid -fID $$unique
726 tags: tags-am
727 TAGS: tags
728
729 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
730 set x; \
731 here=`pwd`; \
732 $(am__define_uniq_tagged_files); \
733 shift; \
734 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
735 test -n "$$unique" || unique=$$empty_fix; \
736 if test $$# -gt 0; then \
737 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
738 "$$@" $$unique; \
739 else \
740 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
741 $$unique; \
742 fi; \
743 fi
744 ctags: ctags-am
745
746 CTAGS: ctags
747 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
748 $(am__define_uniq_tagged_files); \
749 test -z "$(CTAGS_ARGS)$$unique" \
750 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
751 $$unique
752
753 GTAGS:
754 here=`$(am__cd) $(top_builddir) && pwd` \
755 && $(am__cd) $(top_srcdir) \
756 && gtags -i $(GTAGS_ARGS) "$$here"
757 cscopelist: cscopelist-am
758
759 cscopelist-am: $(am__tagged_files)
760 list='$(am__tagged_files)'; \
761 case "$(srcdir)" in \
762 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
763 *) sdir=$(subdir)/$(srcdir) ;; \
764 esac; \
765 for i in $$list; do \
766 if test -f "$$i"; then \
767 echo "$(subdir)/$$i"; \
768 else \
769 echo "$$sdir/$$i"; \
770 fi; \
771 done >> $(top_builddir)/cscope.files
772
773 distclean-tags:
774 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
775
776 distdir: $(DISTFILES)
777 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
778 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
779 list='$(DISTFILES)'; \
780 dist_files=`for file in $$list; do echo $$file; done | \
781 sed -e "s|^$$srcdirstrip/||;t" \
782 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
783 case $$dist_files in \
784 */*) $(MKDIR_P) `echo "$$dist_files" | \
785 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
786 sort -u` ;; \
787 esac; \
788 for file in $$dist_files; do \
789 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
790 if test -d $$d/$$file; then \
791 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
792 if test -d "$(distdir)/$$file"; then \
793 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
794 fi; \
795 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
796 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
797 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
798 fi; \
799 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
800 else \
801 test -f "$(distdir)/$$file" \
802 || cp -p $$d/$$file "$(distdir)/$$file" \
803 || exit 1; \
804 fi; \
805 done
806 check-am: all-am
807 check: check-am
808 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS)
809 installdirs:
810 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(avahiglibincludedir)"; do \
811 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
812 done
813 install: install-am
814 install-exec: install-exec-am
815 install-data: install-data-am
816 uninstall: uninstall-am
817
818 install-am: all-am
819 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
820
821 installcheck: installcheck-am
822 install-strip:
823 if test -z '$(STRIP)'; then \
824 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
825 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
826 install; \
827 else \
828 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
829 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
830 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
831 fi
832 mostlyclean-generic:
833
834 clean-generic:
835
836 distclean-generic:
837 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
838 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
839
840 maintainer-clean-generic:
841 @echo "This command is intended for maintainers to use"
842 @echo "it deletes files that may require special tools to rebuild."
843 clean: clean-am
844
845 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
846 clean-noinstPROGRAMS mostlyclean-am
847
848 distclean: distclean-am
849 -rm -rf ./$(DEPDIR)
850 -rm -f Makefile
851 distclean-am: clean-am distclean-compile distclean-generic \
852 distclean-tags
853
854 dvi: dvi-am
855
856 dvi-am:
857
858 html: html-am
859
860 html-am:
861
862 info: info-am
863
864 info-am:
865
866 install-data-am: install-avahiglibincludeHEADERS
867
868 install-dvi: install-dvi-am
869
870 install-dvi-am:
871
872 install-exec-am: install-libLTLIBRARIES
873
874 install-html: install-html-am
875
876 install-html-am:
877
878 install-info: install-info-am
879
880 install-info-am:
881
882 install-man:
883
884 install-pdf: install-pdf-am
885
886 install-pdf-am:
887
888 install-ps: install-ps-am
889
890 install-ps-am:
891
892 installcheck-am:
893
894 maintainer-clean: maintainer-clean-am
895 -rm -rf ./$(DEPDIR)
896 -rm -f Makefile
897 maintainer-clean-am: distclean-am maintainer-clean-generic
898
899 mostlyclean: mostlyclean-am
900
901 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
902 mostlyclean-libtool
903
904 pdf: pdf-am
905
906 pdf-am:
907
908 ps: ps-am
909
910 ps-am:
911
912 uninstall-am: uninstall-avahiglibincludeHEADERS \
913 uninstall-libLTLIBRARIES
914
915 .MAKE: install-am install-strip
916
917 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
918 clean-libLTLIBRARIES clean-libtool clean-noinstPROGRAMS \
919 cscopelist-am ctags ctags-am distclean distclean-compile \
920 distclean-generic distclean-libtool distclean-tags distdir dvi \
921 dvi-am html html-am info info-am install install-am \
922 install-avahiglibincludeHEADERS install-data install-data-am \
923 install-dvi install-dvi-am install-exec install-exec-am \
924 install-html install-html-am install-info install-info-am \
925 install-libLTLIBRARIES install-man install-pdf install-pdf-am \
926 install-ps install-ps-am install-strip installcheck \
927 installcheck-am installdirs maintainer-clean \
928 maintainer-clean-generic mostlyclean mostlyclean-compile \
929 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
930 tags tags-am uninstall uninstall-am \
931 uninstall-avahiglibincludeHEADERS uninstall-libLTLIBRARIES
932
933 .PRECIOUS: Makefile
934
935
936 # Tell versions [3.59,3.63) of GNU make to not export all variables.
937 # Otherwise a system limit (for SysV at least) may be exceeded.
938 .NOEXPORT:
+0
-14
avahi-gobject/.gitignore less more
0 *.typelib
1 Avahi-0.6.gir
2 ga-*-enumtypes.c
3 ga-*-enumtypes.h
4 *.o
5 *.lo
6 *.la
7 Makefile
8 Makefile.in
9 .deps
10 .libs
11 signals-marshal.c
12 signals-marshal.h
13 signals-marshal.list
0 # Makefile.in generated by automake 1.15 from Makefile.am.
1 # @configure_input@
2
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
4
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 @SET_MAKE@
15
16 # This file is part of avahi.
17 #
18 # avahi is free software; you can redistribute it and/or modify it
19 # under the terms of the GNU Lesser General Public License as
20 # published by the Free Software Foundation; either version 2 of the
21 # License, or (at your option) any later version.
22 #
23 # avahi is distributed in the hope that it will be useful, but WITHOUT
24 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
25 # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
26 # License for more details.
27 #
28 # You should have received a copy of the GNU Lesser General Public
29 # License along with avahi; if not, write to the Free Software
30 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
31 # USA.
32
33
34
35 VPATH = @srcdir@
36 am__is_gnu_make = { \
37 if test -z '$(MAKELEVEL)'; then \
38 false; \
39 elif test -n '$(MAKE_HOST)'; then \
40 true; \
41 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
42 true; \
43 else \
44 false; \
45 fi; \
46 }
47 am__make_running_with_option = \
48 case $${target_option-} in \
49 ?) ;; \
50 *) echo "am__make_running_with_option: internal error: invalid" \
51 "target option '$${target_option-}' specified" >&2; \
52 exit 1;; \
53 esac; \
54 has_opt=no; \
55 sane_makeflags=$$MAKEFLAGS; \
56 if $(am__is_gnu_make); then \
57 sane_makeflags=$$MFLAGS; \
58 else \
59 case $$MAKEFLAGS in \
60 *\\[\ \ ]*) \
61 bs=\\; \
62 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
63 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
64 esac; \
65 fi; \
66 skip_next=no; \
67 strip_trailopt () \
68 { \
69 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
70 }; \
71 for flg in $$sane_makeflags; do \
72 test $$skip_next = yes && { skip_next=no; continue; }; \
73 case $$flg in \
74 *=*|--*) continue;; \
75 -*I) strip_trailopt 'I'; skip_next=yes;; \
76 -*I?*) strip_trailopt 'I';; \
77 -*O) strip_trailopt 'O'; skip_next=yes;; \
78 -*O?*) strip_trailopt 'O';; \
79 -*l) strip_trailopt 'l'; skip_next=yes;; \
80 -*l?*) strip_trailopt 'l';; \
81 -[dEDm]) skip_next=yes;; \
82 -[JT]) skip_next=yes;; \
83 esac; \
84 case $$flg in \
85 *$$target_option*) has_opt=yes; break;; \
86 esac; \
87 done; \
88 test $$has_opt = yes
89 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
90 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
91 pkgdatadir = $(datadir)/@PACKAGE@
92 pkgincludedir = $(includedir)/@PACKAGE@
93 pkglibdir = $(libdir)/@PACKAGE@
94 pkglibexecdir = $(libexecdir)/@PACKAGE@
95 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
96 install_sh_DATA = $(install_sh) -c -m 644
97 install_sh_PROGRAM = $(install_sh) -c
98 install_sh_SCRIPT = $(install_sh) -c
99 INSTALL_HEADER = $(INSTALL_DATA)
100 transform = $(program_transform_name)
101 NORMAL_INSTALL = :
102 PRE_INSTALL = :
103 POST_INSTALL = :
104 NORMAL_UNINSTALL = :
105 PRE_UNINSTALL = :
106 POST_UNINSTALL = :
107 build_triplet = @build@
108 host_triplet = @host@
109 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@@HAVE_INTROSPECTION_TRUE@am__append_1 = Avahi-0.6.gir
110 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@@HAVE_INTROSPECTION_TRUE@am__append_2 = $(INTROSPECTION_GIRS) $(typelib_DATA)
111 subdir = avahi-gobject
112 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
113 am__aclocal_m4_deps = $(top_srcdir)/common/acx_pthread.m4 \
114 $(top_srcdir)/common/gcc_stack_protect.m4 \
115 $(top_srcdir)/common/gcc_visibility.m4 \
116 $(top_srcdir)/common/intltool.m4 \
117 $(top_srcdir)/common/introspection.m4 \
118 $(top_srcdir)/common/libtool.m4 \
119 $(top_srcdir)/common/ltoptions.m4 \
120 $(top_srcdir)/common/ltsugar.m4 \
121 $(top_srcdir)/common/ltversion.m4 \
122 $(top_srcdir)/common/lt~obsolete.m4 \
123 $(top_srcdir)/common/nls.m4 $(top_srcdir)/common/python.m4 \
124 $(top_srcdir)/acinclude.m4 $(top_srcdir)/common/doxygen.m4 \
125 $(top_srcdir)/configure.ac
126 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
127 $(ACLOCAL_M4)
128 DIST_COMMON = $(srcdir)/Makefile.am \
129 $(am__avahigobjectinclude_HEADERS_DIST) $(am__DIST_COMMON)
130 mkinstalldirs = $(install_sh) -d
131 CONFIG_HEADER = $(top_builddir)/config.h
132 CONFIG_CLEAN_FILES =
133 CONFIG_CLEAN_VPATH_FILES =
134 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
135 am__vpath_adj = case $$p in \
136 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
137 *) f=$$p;; \
138 esac;
139 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
140 am__install_max = 40
141 am__nobase_strip_setup = \
142 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
143 am__nobase_strip = \
144 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
145 am__nobase_list = $(am__nobase_strip_setup); \
146 for p in $$list; do echo "$$p $$p"; done | \
147 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
148 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
149 if (++n[$$2] == $(am__install_max)) \
150 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
151 END { for (dir in files) print dir, files[dir] }'
152 am__base_list = \
153 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
154 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
155 am__uninstall_files_from_dir = { \
156 test -z "$$files" \
157 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
158 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
159 $(am__cd) "$$dir" && rm -f $$files; }; \
160 }
161 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(girdir)" \
162 "$(DESTDIR)$(typelibdir)" \
163 "$(DESTDIR)$(avahigobjectincludedir)"
164 LTLIBRARIES = $(lib_LTLIBRARIES)
165 am__DEPENDENCIES_1 =
166 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@libavahi_gobject_la_DEPENDENCIES = ../avahi-common/libavahi-common.la \
167 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@ ../avahi-client/libavahi-client.la \
168 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@ ../avahi-glib/libavahi-glib.la \
169 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@ $(am__DEPENDENCIES_1)
170 am__libavahi_gobject_la_SOURCES_DIST = ga-client.c ga-client.h \
171 ga-entry-group.c ga-entry-group.h ga-enums.h ga-error.c \
172 ga-error.h ga-record-browser.c ga-record-browser.h \
173 ga-service-browser.c ga-service-browser.h \
174 ga-service-resolver.c ga-service-resolver.h \
175 signals-marshal.list signals-marshal.h signals-marshal.c \
176 ga-client-enumtypes.h ga-client-enumtypes.c \
177 ga-entry-group-enumtypes.h ga-entry-group-enumtypes.c \
178 ga-enums-enumtypes.h ga-enums-enumtypes.c
179 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@am__objects_1 = libavahi_gobject_la-ga-client.lo \
180 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@ libavahi_gobject_la-ga-entry-group.lo \
181 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@ libavahi_gobject_la-ga-error.lo \
182 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@ libavahi_gobject_la-ga-record-browser.lo \
183 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@ libavahi_gobject_la-ga-service-browser.lo \
184 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@ libavahi_gobject_la-ga-service-resolver.lo
185 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@am__objects_2 = libavahi_gobject_la-signals-marshal.lo \
186 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@ libavahi_gobject_la-ga-client-enumtypes.lo \
187 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@ libavahi_gobject_la-ga-entry-group-enumtypes.lo \
188 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@ libavahi_gobject_la-ga-enums-enumtypes.lo
189 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@am_libavahi_gobject_la_OBJECTS = \
190 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@ $(am__objects_1) \
191 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@ $(am__objects_2)
192 libavahi_gobject_la_OBJECTS = $(am_libavahi_gobject_la_OBJECTS)
193 AM_V_lt = $(am__v_lt_@AM_V@)
194 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
195 am__v_lt_0 = --silent
196 am__v_lt_1 =
197 libavahi_gobject_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
198 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
199 $(libavahi_gobject_la_CFLAGS) $(CFLAGS) \
200 $(libavahi_gobject_la_LDFLAGS) $(LDFLAGS) -o $@
201 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@am_libavahi_gobject_la_rpath = \
202 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@ -rpath $(libdir)
203 AM_V_P = $(am__v_P_@AM_V@)
204 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
205 am__v_P_0 = false
206 am__v_P_1 = :
207 AM_V_GEN = $(am__v_GEN_@AM_V@)
208 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
209 am__v_GEN_0 = @echo " GEN " $@;
210 am__v_GEN_1 =
211 AM_V_at = $(am__v_at_@AM_V@)
212 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
213 am__v_at_0 = @
214 am__v_at_1 =
215 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
216 depcomp = $(SHELL) $(top_srcdir)/depcomp
217 am__depfiles_maybe = depfiles
218 am__mv = mv -f
219 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
220 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
221 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
222 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
223 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
224 $(AM_CFLAGS) $(CFLAGS)
225 AM_V_CC = $(am__v_CC_@AM_V@)
226 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
227 am__v_CC_0 = @echo " CC " $@;
228 am__v_CC_1 =
229 CCLD = $(CC)
230 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
231 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
232 $(AM_LDFLAGS) $(LDFLAGS) -o $@
233 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
234 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
235 am__v_CCLD_0 = @echo " CCLD " $@;
236 am__v_CCLD_1 =
237 SOURCES = $(libavahi_gobject_la_SOURCES)
238 DIST_SOURCES = $(am__libavahi_gobject_la_SOURCES_DIST)
239 am__can_run_installinfo = \
240 case $$AM_UPDATE_INFO_DIR in \
241 n|no|NO) false;; \
242 *) (install-info --version) >/dev/null 2>&1;; \
243 esac
244 DATA = $(gir_DATA) $(typelib_DATA)
245 am__avahigobjectinclude_HEADERS_DIST = ga-client.h ga-entry-group.h \
246 ga-enums.h ga-error.h ga-record-browser.h ga-service-browser.h \
247 ga-service-resolver.h
248 HEADERS = $(avahigobjectinclude_HEADERS)
249 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
250 # Read a list of newline-separated strings from the standard input,
251 # and print each of them once, without duplicates. Input order is
252 # *not* preserved.
253 am__uniquify_input = $(AWK) '\
254 BEGIN { nonempty = 0; } \
255 { items[$$0] = 1; nonempty = 1; } \
256 END { if (nonempty) { for (i in items) print i; }; } \
257 '
258 # Make sure the list of sources is unique. This is necessary because,
259 # e.g., the same source file might be shared among _SOURCES variables
260 # for different programs/libraries.
261 am__define_uniq_tagged_files = \
262 list='$(am__tagged_files)'; \
263 unique=`for i in $$list; do \
264 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
265 done | $(am__uniquify_input)`
266 ETAGS = etags
267 CTAGS = ctags
268 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
269 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
270 ACLOCAL = @ACLOCAL@
271 ALL_LINGUAS = @ALL_LINGUAS@
272 AMTAR = @AMTAR@
273 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
274 AR = @AR@
275 AUTOCONF = @AUTOCONF@
276 AUTOHEADER = @AUTOHEADER@
277 AUTOMAKE = @AUTOMAKE@
278 AVAHI_AUTOIPD_GROUP = @AVAHI_AUTOIPD_GROUP@
279 AVAHI_AUTOIPD_USER = @AVAHI_AUTOIPD_USER@
280 AVAHI_GROUP = @AVAHI_GROUP@
281 AVAHI_PRIV_ACCESS_GROUP = @AVAHI_PRIV_ACCESS_GROUP@
282 AVAHI_USER = @AVAHI_USER@
283 AWK = @AWK@
284 CATALOGS = @CATALOGS@
285 CATOBJEXT = @CATOBJEXT@
286 CC = @CC@
287 CCDEPMODE = @CCDEPMODE@
288 CFLAGS = @CFLAGS@
289 CPP = @CPP@
290 CPPFLAGS = @CPPFLAGS@
291 CXX = @CXX@
292 CXXCPP = @CXXCPP@
293 CXXDEPMODE = @CXXDEPMODE@
294 CXXFLAGS = @CXXFLAGS@
295 CYGPATH_W = @CYGPATH_W@
296 DATADIRNAME = @DATADIRNAME@
297 DBUS_CFLAGS = @DBUS_CFLAGS@
298 DBUS_LIBS = @DBUS_LIBS@
299 DBUS_SYSTEM_BUS_DEFAULT_ADDRESS = @DBUS_SYSTEM_BUS_DEFAULT_ADDRESS@
300 DBUS_SYS_DIR = @DBUS_SYS_DIR@
301 DEFS = @DEFS@
302 DEPDIR = @DEPDIR@
303 DLLTOOL = @DLLTOOL@
304 DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
305 DSYMUTIL = @DSYMUTIL@
306 DUMPBIN = @DUMPBIN@
307 DX_CONFIG = @DX_CONFIG@
308 DX_DOCDIR = @DX_DOCDIR@
309 DX_DOT = @DX_DOT@
310 DX_DOXYGEN = @DX_DOXYGEN@
311 DX_DVIPS = @DX_DVIPS@
312 DX_EGREP = @DX_EGREP@
313 DX_ENV = @DX_ENV@
314 DX_FLAG_chi = @DX_FLAG_chi@
315 DX_FLAG_chm = @DX_FLAG_chm@
316 DX_FLAG_doc = @DX_FLAG_doc@
317 DX_FLAG_dot = @DX_FLAG_dot@
318 DX_FLAG_html = @DX_FLAG_html@
319 DX_FLAG_man = @DX_FLAG_man@
320 DX_FLAG_pdf = @DX_FLAG_pdf@
321 DX_FLAG_ps = @DX_FLAG_ps@
322 DX_FLAG_rtf = @DX_FLAG_rtf@
323 DX_FLAG_xml = @DX_FLAG_xml@
324 DX_HHC = @DX_HHC@
325 DX_LATEX = @DX_LATEX@
326 DX_MAKEINDEX = @DX_MAKEINDEX@
327 DX_PDFLATEX = @DX_PDFLATEX@
328 DX_PERL = @DX_PERL@
329 DX_PROJECT = @DX_PROJECT@
330 ECHO_C = @ECHO_C@
331 ECHO_N = @ECHO_N@
332 ECHO_T = @ECHO_T@
333 EGREP = @EGREP@
334 EXEEXT = @EXEEXT@
335 FGREP = @FGREP@
336 GACUTIL = @GACUTIL@
337 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
338 GLIB20_CFLAGS = @GLIB20_CFLAGS@
339 GLIB20_LIBS = @GLIB20_LIBS@
340 GMOFILES = @GMOFILES@
341 GMSGFMT = @GMSGFMT@
342 GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
343 GOBJECT_LIBS = @GOBJECT_LIBS@
344 GREP = @GREP@
345 GTK20_CFLAGS = @GTK20_CFLAGS@
346 GTK20_LIBS = @GTK20_LIBS@
347 GTK30_CFLAGS = @GTK30_CFLAGS@
348 GTK30_LIBS = @GTK30_LIBS@
349 HOWL_COMPAT_VERSION = @HOWL_COMPAT_VERSION@
350 INSTALL = @INSTALL@
351 INSTALL_DATA = @INSTALL_DATA@
352 INSTALL_PROGRAM = @INSTALL_PROGRAM@
353 INSTALL_SCRIPT = @INSTALL_SCRIPT@
354 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
355 INSTOBJEXT = @INSTOBJEXT@
356 INTLLIBS = @INTLLIBS@
357 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
358 INTLTOOL_MERGE = @INTLTOOL_MERGE@
359 INTLTOOL_PERL = @INTLTOOL_PERL@
360 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
361 INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
362 INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
363 INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
364 INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
365 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
366 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
367 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
368 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
369 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
370 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
371 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
372 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
373 LD = @LD@
374 LDFLAGS = @LDFLAGS@
375 LIBAVAHI_CLIENT_VERSION_INFO = @LIBAVAHI_CLIENT_VERSION_INFO@
376 LIBAVAHI_COMMON_VERSION_INFO = @LIBAVAHI_COMMON_VERSION_INFO@
377 LIBAVAHI_COMPAT_HOWL_VERSION_INFO = @LIBAVAHI_COMPAT_HOWL_VERSION_INFO@
378 LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO = @LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO@
379 LIBAVAHI_CORE_VERSION_INFO = @LIBAVAHI_CORE_VERSION_INFO@
380 LIBAVAHI_GLIB_VERSION_INFO = @LIBAVAHI_GLIB_VERSION_INFO@
381 LIBAVAHI_GOBJECT_VERSION_INFO = @LIBAVAHI_GOBJECT_VERSION_INFO@
382 LIBAVAHI_QT3_VERSION_INFO = @LIBAVAHI_QT3_VERSION_INFO@
383 LIBAVAHI_QT4_VERSION_INFO = @LIBAVAHI_QT4_VERSION_INFO@
384 LIBAVAHI_UI_VERSION_INFO = @LIBAVAHI_UI_VERSION_INFO@
385 LIBDAEMON_CFLAGS = @LIBDAEMON_CFLAGS@
386 LIBDAEMON_LIBS = @LIBDAEMON_LIBS@
387 LIBOBJS = @LIBOBJS@
388 LIBS = @LIBS@
389 LIBTOOL = @LIBTOOL@
390 LIPO = @LIPO@
391 LN_S = @LN_S@
392 LTLIBOBJS = @LTLIBOBJS@
393 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
394 MAKEINFO = @MAKEINFO@
395 MANIFEST_TOOL = @MANIFEST_TOOL@
396 MCS = @MCS@
397 MDASSEMBLER = @MDASSEMBLER@
398 MKDIR_P = @MKDIR_P@
399 MKINSTALLDIRS = @MKINSTALLDIRS@
400 MOC_QT3 = @MOC_QT3@
401 MOC_QT4 = @MOC_QT4@
402 MONODOCER = @MONODOCER@
403 MONODOC_CFLAGS = @MONODOC_CFLAGS@
404 MONODOC_DIR = @MONODOC_DIR@
405 MONODOC_LIBS = @MONODOC_LIBS@
406 MSGFMT = @MSGFMT@
407 MSGFMT_OPTS = @MSGFMT_OPTS@
408 MSGMERGE = @MSGMERGE@
409 NM = @NM@
410 NMEDIT = @NMEDIT@
411 OBJDUMP = @OBJDUMP@
412 OBJEXT = @OBJEXT@
413 OTOOL = @OTOOL@
414 OTOOL64 = @OTOOL64@
415 PACKAGE = @PACKAGE@
416 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
417 PACKAGE_NAME = @PACKAGE_NAME@
418 PACKAGE_STRING = @PACKAGE_STRING@
419 PACKAGE_TARNAME = @PACKAGE_TARNAME@
420 PACKAGE_URL = @PACKAGE_URL@
421 PACKAGE_VERSION = @PACKAGE_VERSION@
422 PATH_SEPARATOR = @PATH_SEPARATOR@
423 PKG_CONFIG = @PKG_CONFIG@
424 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
425 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
426 POFILES = @POFILES@
427 POSUB = @POSUB@
428 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
429 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
430 PTHREAD_CC = @PTHREAD_CC@
431 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
432 PTHREAD_LIBS = @PTHREAD_LIBS@
433 PYTHON = @PYTHON@
434 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
435 PYTHON_PLATFORM = @PYTHON_PLATFORM@
436 PYTHON_PREFIX = @PYTHON_PREFIX@
437 PYTHON_VERSION = @PYTHON_VERSION@
438 QT3_CFLAGS = @QT3_CFLAGS@
439 QT3_LIBS = @QT3_LIBS@
440 QT4_CFLAGS = @QT4_CFLAGS@
441 QT4_LIBS = @QT4_LIBS@
442 RANLIB = @RANLIB@
443 SED = @SED@
444 SET_MAKE = @SET_MAKE@
445 SHELL = @SHELL@
446 STOW = @STOW@
447 STRIP = @STRIP@
448 USE_NLS = @USE_NLS@
449 VERSION = @VERSION@
450 VISIBILITY_HIDDEN_CFLAGS = @VISIBILITY_HIDDEN_CFLAGS@
451 XGETTEXT = @XGETTEXT@
452 XML_CFLAGS = @XML_CFLAGS@
453 XML_LIBS = @XML_LIBS@
454 abs_builddir = @abs_builddir@
455 abs_srcdir = @abs_srcdir@
456 abs_top_builddir = @abs_top_builddir@
457 abs_top_srcdir = @abs_top_srcdir@
458 ac_ct_AR = @ac_ct_AR@
459 ac_ct_CC = @ac_ct_CC@
460 ac_ct_CXX = @ac_ct_CXX@
461 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
462 acx_pthread_config = @acx_pthread_config@
463 am__include = @am__include@
464 am__leading_dot = @am__leading_dot@
465 am__quote = @am__quote@
466 am__tar = @am__tar@
467 am__untar = @am__untar@
468 avahi_runtime_dir = @avahi_runtime_dir@
469 avahi_socket = @avahi_socket@
470 avahilocaledir = @avahilocaledir@
471 bindir = @bindir@
472 build = @build@
473 build_alias = @build_alias@
474 build_cpu = @build_cpu@
475 build_os = @build_os@
476 build_vendor = @build_vendor@
477 builddir = @builddir@
478 datadir = @datadir@
479 datarootdir = @datarootdir@
480 docdir = @docdir@
481 dvidir = @dvidir@
482 exec_prefix = @exec_prefix@
483 have_pkg_config = @have_pkg_config@
484 have_xmltoman = @have_xmltoman@
485 host = @host@
486 host_alias = @host_alias@
487 host_cpu = @host_cpu@
488 host_os = @host_os@
489 host_vendor = @host_vendor@
490 htmldir = @htmldir@
491 includedir = @includedir@
492 infodir = @infodir@
493 install_sh = @install_sh@
494 interfacesdir = @interfacesdir@
495 intltool__v_merge_options_ = @intltool__v_merge_options_@
496 intltool__v_merge_options_0 = @intltool__v_merge_options_0@
497 libdir = @libdir@
498 libexecdir = @libexecdir@
499 localedir = @localedir@
500 localstatedir = @localstatedir@
501 mandir = @mandir@
502 mkdir_p = @mkdir_p@
503 oldincludedir = @oldincludedir@
504 pdfdir = @pdfdir@
505 pkgpyexecdir = @pkgpyexecdir@
506 pkgpythondir = @pkgpythondir@
507 prefix = @prefix@
508 program_transform_name = @program_transform_name@
509 psdir = @psdir@
510 pyexecdir = @pyexecdir@
511 pythondir = @pythondir@
512 runstatedir = @runstatedir@
513 sbindir = @sbindir@
514 sharedstatedir = @sharedstatedir@
515 srcdir = @srcdir@
516 sysconfdir = @sysconfdir@
517 systemdsystemunitdir = @systemdsystemunitdir@
518 target_alias = @target_alias@
519 top_build_prefix = @top_build_prefix@
520 top_builddir = @top_builddir@
521 top_srcdir = @top_srcdir@
522
523 # This cool debug trap works on i386/gcc only
524 AM_CFLAGS = -I$(top_srcdir) '-DDEBUG_TRAP=__asm__("int $$3")'
525 EXTRA_DIST = \
526 AvahiCore-0.6.gir
527
528 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@avahigobjectincludedir = $(includedir)/avahi-gobject
529 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@avahigobjectinclude_HEADERS = \
530 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@ ga-client.h \
531 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@ ga-entry-group.h \
532 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@ ga-enums.h \
533 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@ ga-error.h \
534 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@ ga-record-browser.h \
535 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@ ga-service-browser.h \
536 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@ ga-service-resolver.h
537
538 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@lib_LTLIBRARIES = \
539 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@ libavahi-gobject.la
540
541 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@BUILT_SOURCES = \
542 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@ signals-marshal.list \
543 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@ signals-marshal.h \
544 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@ signals-marshal.c \
545 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@ ga-client-enumtypes.h \
546 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@ ga-client-enumtypes.c \
547 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@ ga-entry-group-enumtypes.h \
548 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@ ga-entry-group-enumtypes.c \
549 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@ ga-enums-enumtypes.h \
550 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@ ga-enums-enumtypes.c
551
552 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@CORE_SOURCES = \
553 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@ ga-client.c ga-client.h \
554 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@ ga-entry-group.c ga-entry-group.h \
555 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@ ga-enums.h \
556 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@ ga-error.c ga-error.h \
557 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@ ga-record-browser.c ga-record-browser.h \
558 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@ ga-service-browser.c ga-service-browser.h \
559 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@ ga-service-resolver.c ga-service-resolver.h
560
561 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@libavahi_gobject_la_SOURCES = \
562 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@ $(CORE_SOURCES) \
563 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@ $(BUILT_SOURCES)
564
565 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@libavahi_gobject_la_CFLAGS = $(AM_CFLAGS) $(GOBJECT_CFLAGS)
566 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@libavahi_gobject_la_LIBADD = $(AM_LDADD) ../avahi-common/libavahi-common.la ../avahi-client/libavahi-client.la ../avahi-glib/libavahi-glib.la $(GOBJECT_LIBS)
567 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@libavahi_gobject_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(LIBAVAHI_GOBJECT_VERSION_INFO) -export-symbols-regex '^ga_'
568
569 # correctly clean the generated source files
570 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@CLEANFILES = $(BUILT_SOURCES) \
571 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@ $(am__append_2)
572 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@INTROSPECTION_GIRS = \
573 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@ $(am__append_1)
574 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@INTROSPECTION_SCANNER_ARGS = --add-include-path=$(srcdir)
575 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@INTROSPECTION_COMPILER_ARGS = --includedir=$(srcdir)
576 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@@HAVE_INTROSPECTION_TRUE@introspection_sources = $(libavahi_gobject_la_SOURCES)
577 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@@HAVE_INTROSPECTION_TRUE@Avahi_0_6_gir_INCLUDES = GObject-2.0 AvahiCore-0.6
578 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@@HAVE_INTROSPECTION_TRUE@Avahi_0_6_gir_CFLAGS = $(libavahi_gobject_la_CFLAGS)
579 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@@HAVE_INTROSPECTION_TRUE@Avahi_0_6_gir_LIBS = $(lib_LTLIBRARIES)
580 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@@HAVE_INTROSPECTION_TRUE@Avahi_0_6_gir_FILES = $(addprefix $(srcdir)/, $(CORE_SOURCES)) $(BUILT_SOURCES)
581 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@@HAVE_INTROSPECTION_TRUE@Avahi_0_6_gir_SCANNERFLAGS = --strip-prefix=Ga
582 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@@HAVE_INTROSPECTION_TRUE@INTROSPECTION_INSTALL_GIRS = AvahiCore-0.6.gir $(INTROSPECTION_GIRS)
583 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@@HAVE_INTROSPECTION_TRUE@girdir = $(datadir)/gir-1.0
584 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@@HAVE_INTROSPECTION_TRUE@gir_DATA = $(INTROSPECTION_INSTALL_GIRS)
585 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@@HAVE_INTROSPECTION_TRUE@typelibdir = $(libdir)/girepository-1.0
586 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@@HAVE_INTROSPECTION_TRUE@typelib_DATA = $(INTROSPECTION_INSTALL_GIRS:.gir=.typelib)
587 all: $(BUILT_SOURCES)
588 $(MAKE) $(AM_MAKEFLAGS) all-am
589
590 .SUFFIXES:
591 .SUFFIXES: .c .lo .o .obj
592 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
593 @for dep in $?; do \
594 case '$(am__configure_deps)' in \
595 *$$dep*) \
596 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
597 && { if test -f $@; then exit 0; else break; fi; }; \
598 exit 1;; \
599 esac; \
600 done; \
601 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign avahi-gobject/Makefile'; \
602 $(am__cd) $(top_srcdir) && \
603 $(AUTOMAKE) --foreign avahi-gobject/Makefile
604 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
605 @case '$?' in \
606 *config.status*) \
607 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
608 *) \
609 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
610 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
611 esac;
612
613 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
614 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
615
616 $(top_srcdir)/configure: $(am__configure_deps)
617 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
618 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
619 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
620 $(am__aclocal_m4_deps):
621
622 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
623 @$(NORMAL_INSTALL)
624 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
625 list2=; for p in $$list; do \
626 if test -f $$p; then \
627 list2="$$list2 $$p"; \
628 else :; fi; \
629 done; \
630 test -z "$$list2" || { \
631 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
632 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
633 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
634 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
635 }
636
637 uninstall-libLTLIBRARIES:
638 @$(NORMAL_UNINSTALL)
639 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
640 for p in $$list; do \
641 $(am__strip_dir) \
642 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
643 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
644 done
645
646 clean-libLTLIBRARIES:
647 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
648 @list='$(lib_LTLIBRARIES)'; \
649 locs=`for p in $$list; do echo $$p; done | \
650 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
651 sort -u`; \
652 test -z "$$locs" || { \
653 echo rm -f $${locs}; \
654 rm -f $${locs}; \
655 }
656
657 libavahi-gobject.la: $(libavahi_gobject_la_OBJECTS) $(libavahi_gobject_la_DEPENDENCIES) $(EXTRA_libavahi_gobject_la_DEPENDENCIES)
658 $(AM_V_CCLD)$(libavahi_gobject_la_LINK) $(am_libavahi_gobject_la_rpath) $(libavahi_gobject_la_OBJECTS) $(libavahi_gobject_la_LIBADD) $(LIBS)
659
660 mostlyclean-compile:
661 -rm -f *.$(OBJEXT)
662
663 distclean-compile:
664 -rm -f *.tab.c
665
666 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_gobject_la-ga-client-enumtypes.Plo@am__quote@
667 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_gobject_la-ga-client.Plo@am__quote@
668 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_gobject_la-ga-entry-group-enumtypes.Plo@am__quote@
669 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_gobject_la-ga-entry-group.Plo@am__quote@
670 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_gobject_la-ga-enums-enumtypes.Plo@am__quote@
671 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_gobject_la-ga-error.Plo@am__quote@
672 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_gobject_la-ga-record-browser.Plo@am__quote@
673 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_gobject_la-ga-service-browser.Plo@am__quote@
674 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_gobject_la-ga-service-resolver.Plo@am__quote@
675 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_gobject_la-signals-marshal.Plo@am__quote@
676
677 .c.o:
678 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
679 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
680 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
681 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
682 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
683
684 .c.obj:
685 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
686 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
687 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
688 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
689 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
690
691 .c.lo:
692 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
693 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
694 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
695 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
696 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
697
698 libavahi_gobject_la-ga-client.lo: ga-client.c
699 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_gobject_la_CFLAGS) $(CFLAGS) -MT libavahi_gobject_la-ga-client.lo -MD -MP -MF $(DEPDIR)/libavahi_gobject_la-ga-client.Tpo -c -o libavahi_gobject_la-ga-client.lo `test -f 'ga-client.c' || echo '$(srcdir)/'`ga-client.c
700 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_gobject_la-ga-client.Tpo $(DEPDIR)/libavahi_gobject_la-ga-client.Plo
701 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ga-client.c' object='libavahi_gobject_la-ga-client.lo' libtool=yes @AMDEPBACKSLASH@
702 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
703 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_gobject_la_CFLAGS) $(CFLAGS) -c -o libavahi_gobject_la-ga-client.lo `test -f 'ga-client.c' || echo '$(srcdir)/'`ga-client.c
704
705 libavahi_gobject_la-ga-entry-group.lo: ga-entry-group.c
706 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_gobject_la_CFLAGS) $(CFLAGS) -MT libavahi_gobject_la-ga-entry-group.lo -MD -MP -MF $(DEPDIR)/libavahi_gobject_la-ga-entry-group.Tpo -c -o libavahi_gobject_la-ga-entry-group.lo `test -f 'ga-entry-group.c' || echo '$(srcdir)/'`ga-entry-group.c
707 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_gobject_la-ga-entry-group.Tpo $(DEPDIR)/libavahi_gobject_la-ga-entry-group.Plo
708 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ga-entry-group.c' object='libavahi_gobject_la-ga-entry-group.lo' libtool=yes @AMDEPBACKSLASH@
709 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
710 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_gobject_la_CFLAGS) $(CFLAGS) -c -o libavahi_gobject_la-ga-entry-group.lo `test -f 'ga-entry-group.c' || echo '$(srcdir)/'`ga-entry-group.c
711
712 libavahi_gobject_la-ga-error.lo: ga-error.c
713 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_gobject_la_CFLAGS) $(CFLAGS) -MT libavahi_gobject_la-ga-error.lo -MD -MP -MF $(DEPDIR)/libavahi_gobject_la-ga-error.Tpo -c -o libavahi_gobject_la-ga-error.lo `test -f 'ga-error.c' || echo '$(srcdir)/'`ga-error.c
714 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_gobject_la-ga-error.Tpo $(DEPDIR)/libavahi_gobject_la-ga-error.Plo
715 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ga-error.c' object='libavahi_gobject_la-ga-error.lo' libtool=yes @AMDEPBACKSLASH@
716 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
717 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_gobject_la_CFLAGS) $(CFLAGS) -c -o libavahi_gobject_la-ga-error.lo `test -f 'ga-error.c' || echo '$(srcdir)/'`ga-error.c
718
719 libavahi_gobject_la-ga-record-browser.lo: ga-record-browser.c
720 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_gobject_la_CFLAGS) $(CFLAGS) -MT libavahi_gobject_la-ga-record-browser.lo -MD -MP -MF $(DEPDIR)/libavahi_gobject_la-ga-record-browser.Tpo -c -o libavahi_gobject_la-ga-record-browser.lo `test -f 'ga-record-browser.c' || echo '$(srcdir)/'`ga-record-browser.c
721 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_gobject_la-ga-record-browser.Tpo $(DEPDIR)/libavahi_gobject_la-ga-record-browser.Plo
722 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ga-record-browser.c' object='libavahi_gobject_la-ga-record-browser.lo' libtool=yes @AMDEPBACKSLASH@
723 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
724 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_gobject_la_CFLAGS) $(CFLAGS) -c -o libavahi_gobject_la-ga-record-browser.lo `test -f 'ga-record-browser.c' || echo '$(srcdir)/'`ga-record-browser.c
725
726 libavahi_gobject_la-ga-service-browser.lo: ga-service-browser.c
727 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_gobject_la_CFLAGS) $(CFLAGS) -MT libavahi_gobject_la-ga-service-browser.lo -MD -MP -MF $(DEPDIR)/libavahi_gobject_la-ga-service-browser.Tpo -c -o libavahi_gobject_la-ga-service-browser.lo `test -f 'ga-service-browser.c' || echo '$(srcdir)/'`ga-service-browser.c
728 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_gobject_la-ga-service-browser.Tpo $(DEPDIR)/libavahi_gobject_la-ga-service-browser.Plo
729 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ga-service-browser.c' object='libavahi_gobject_la-ga-service-browser.lo' libtool=yes @AMDEPBACKSLASH@
730 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
731 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_gobject_la_CFLAGS) $(CFLAGS) -c -o libavahi_gobject_la-ga-service-browser.lo `test -f 'ga-service-browser.c' || echo '$(srcdir)/'`ga-service-browser.c
732
733 libavahi_gobject_la-ga-service-resolver.lo: ga-service-resolver.c
734 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_gobject_la_CFLAGS) $(CFLAGS) -MT libavahi_gobject_la-ga-service-resolver.lo -MD -MP -MF $(DEPDIR)/libavahi_gobject_la-ga-service-resolver.Tpo -c -o libavahi_gobject_la-ga-service-resolver.lo `test -f 'ga-service-resolver.c' || echo '$(srcdir)/'`ga-service-resolver.c
735 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_gobject_la-ga-service-resolver.Tpo $(DEPDIR)/libavahi_gobject_la-ga-service-resolver.Plo
736 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ga-service-resolver.c' object='libavahi_gobject_la-ga-service-resolver.lo' libtool=yes @AMDEPBACKSLASH@
737 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
738 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_gobject_la_CFLAGS) $(CFLAGS) -c -o libavahi_gobject_la-ga-service-resolver.lo `test -f 'ga-service-resolver.c' || echo '$(srcdir)/'`ga-service-resolver.c
739
740 libavahi_gobject_la-signals-marshal.lo: signals-marshal.c
741 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_gobject_la_CFLAGS) $(CFLAGS) -MT libavahi_gobject_la-signals-marshal.lo -MD -MP -MF $(DEPDIR)/libavahi_gobject_la-signals-marshal.Tpo -c -o libavahi_gobject_la-signals-marshal.lo `test -f 'signals-marshal.c' || echo '$(srcdir)/'`signals-marshal.c
742 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_gobject_la-signals-marshal.Tpo $(DEPDIR)/libavahi_gobject_la-signals-marshal.Plo
743 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='signals-marshal.c' object='libavahi_gobject_la-signals-marshal.lo' libtool=yes @AMDEPBACKSLASH@
744 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
745 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_gobject_la_CFLAGS) $(CFLAGS) -c -o libavahi_gobject_la-signals-marshal.lo `test -f 'signals-marshal.c' || echo '$(srcdir)/'`signals-marshal.c
746
747 libavahi_gobject_la-ga-client-enumtypes.lo: ga-client-enumtypes.c
748 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_gobject_la_CFLAGS) $(CFLAGS) -MT libavahi_gobject_la-ga-client-enumtypes.lo -MD -MP -MF $(DEPDIR)/libavahi_gobject_la-ga-client-enumtypes.Tpo -c -o libavahi_gobject_la-ga-client-enumtypes.lo `test -f 'ga-client-enumtypes.c' || echo '$(srcdir)/'`ga-client-enumtypes.c
749 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_gobject_la-ga-client-enumtypes.Tpo $(DEPDIR)/libavahi_gobject_la-ga-client-enumtypes.Plo
750 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ga-client-enumtypes.c' object='libavahi_gobject_la-ga-client-enumtypes.lo' libtool=yes @AMDEPBACKSLASH@
751 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
752 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_gobject_la_CFLAGS) $(CFLAGS) -c -o libavahi_gobject_la-ga-client-enumtypes.lo `test -f 'ga-client-enumtypes.c' || echo '$(srcdir)/'`ga-client-enumtypes.c
753
754 libavahi_gobject_la-ga-entry-group-enumtypes.lo: ga-entry-group-enumtypes.c
755 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_gobject_la_CFLAGS) $(CFLAGS) -MT libavahi_gobject_la-ga-entry-group-enumtypes.lo -MD -MP -MF $(DEPDIR)/libavahi_gobject_la-ga-entry-group-enumtypes.Tpo -c -o libavahi_gobject_la-ga-entry-group-enumtypes.lo `test -f 'ga-entry-group-enumtypes.c' || echo '$(srcdir)/'`ga-entry-group-enumtypes.c
756 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_gobject_la-ga-entry-group-enumtypes.Tpo $(DEPDIR)/libavahi_gobject_la-ga-entry-group-enumtypes.Plo
757 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ga-entry-group-enumtypes.c' object='libavahi_gobject_la-ga-entry-group-enumtypes.lo' libtool=yes @AMDEPBACKSLASH@
758 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
759 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_gobject_la_CFLAGS) $(CFLAGS) -c -o libavahi_gobject_la-ga-entry-group-enumtypes.lo `test -f 'ga-entry-group-enumtypes.c' || echo '$(srcdir)/'`ga-entry-group-enumtypes.c
760
761 libavahi_gobject_la-ga-enums-enumtypes.lo: ga-enums-enumtypes.c
762 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_gobject_la_CFLAGS) $(CFLAGS) -MT libavahi_gobject_la-ga-enums-enumtypes.lo -MD -MP -MF $(DEPDIR)/libavahi_gobject_la-ga-enums-enumtypes.Tpo -c -o libavahi_gobject_la-ga-enums-enumtypes.lo `test -f 'ga-enums-enumtypes.c' || echo '$(srcdir)/'`ga-enums-enumtypes.c
763 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_gobject_la-ga-enums-enumtypes.Tpo $(DEPDIR)/libavahi_gobject_la-ga-enums-enumtypes.Plo
764 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ga-enums-enumtypes.c' object='libavahi_gobject_la-ga-enums-enumtypes.lo' libtool=yes @AMDEPBACKSLASH@
765 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
766 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_gobject_la_CFLAGS) $(CFLAGS) -c -o libavahi_gobject_la-ga-enums-enumtypes.lo `test -f 'ga-enums-enumtypes.c' || echo '$(srcdir)/'`ga-enums-enumtypes.c
767
768 mostlyclean-libtool:
769 -rm -f *.lo
770
771 clean-libtool:
772 -rm -rf .libs _libs
773 install-girDATA: $(gir_DATA)
774 @$(NORMAL_INSTALL)
775 @list='$(gir_DATA)'; test -n "$(girdir)" || list=; \
776 if test -n "$$list"; then \
777 echo " $(MKDIR_P) '$(DESTDIR)$(girdir)'"; \
778 $(MKDIR_P) "$(DESTDIR)$(girdir)" || exit 1; \
779 fi; \
780 for p in $$list; do \
781 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
782 echo "$$d$$p"; \
783 done | $(am__base_list) | \
784 while read files; do \
785 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(girdir)'"; \
786 $(INSTALL_DATA) $$files "$(DESTDIR)$(girdir)" || exit $$?; \
787 done
788
789 uninstall-girDATA:
790 @$(NORMAL_UNINSTALL)
791 @list='$(gir_DATA)'; test -n "$(girdir)" || list=; \
792 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
793 dir='$(DESTDIR)$(girdir)'; $(am__uninstall_files_from_dir)
794 install-typelibDATA: $(typelib_DATA)
795 @$(NORMAL_INSTALL)
796 @list='$(typelib_DATA)'; test -n "$(typelibdir)" || list=; \
797 if test -n "$$list"; then \
798 echo " $(MKDIR_P) '$(DESTDIR)$(typelibdir)'"; \
799 $(MKDIR_P) "$(DESTDIR)$(typelibdir)" || exit 1; \
800 fi; \
801 for p in $$list; do \
802 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
803 echo "$$d$$p"; \
804 done | $(am__base_list) | \
805 while read files; do \
806 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(typelibdir)'"; \
807 $(INSTALL_DATA) $$files "$(DESTDIR)$(typelibdir)" || exit $$?; \
808 done
809
810 uninstall-typelibDATA:
811 @$(NORMAL_UNINSTALL)
812 @list='$(typelib_DATA)'; test -n "$(typelibdir)" || list=; \
813 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
814 dir='$(DESTDIR)$(typelibdir)'; $(am__uninstall_files_from_dir)
815 install-avahigobjectincludeHEADERS: $(avahigobjectinclude_HEADERS)
816 @$(NORMAL_INSTALL)
817 @list='$(avahigobjectinclude_HEADERS)'; test -n "$(avahigobjectincludedir)" || list=; \
818 if test -n "$$list"; then \
819 echo " $(MKDIR_P) '$(DESTDIR)$(avahigobjectincludedir)'"; \
820 $(MKDIR_P) "$(DESTDIR)$(avahigobjectincludedir)" || exit 1; \
821 fi; \
822 for p in $$list; do \
823 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
824 echo "$$d$$p"; \
825 done | $(am__base_list) | \
826 while read files; do \
827 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(avahigobjectincludedir)'"; \
828 $(INSTALL_HEADER) $$files "$(DESTDIR)$(avahigobjectincludedir)" || exit $$?; \
829 done
830
831 uninstall-avahigobjectincludeHEADERS:
832 @$(NORMAL_UNINSTALL)
833 @list='$(avahigobjectinclude_HEADERS)'; test -n "$(avahigobjectincludedir)" || list=; \
834 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
835 dir='$(DESTDIR)$(avahigobjectincludedir)'; $(am__uninstall_files_from_dir)
836
837 ID: $(am__tagged_files)
838 $(am__define_uniq_tagged_files); mkid -fID $$unique
839 tags: tags-am
840 TAGS: tags
841
842 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
843 set x; \
844 here=`pwd`; \
845 $(am__define_uniq_tagged_files); \
846 shift; \
847 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
848 test -n "$$unique" || unique=$$empty_fix; \
849 if test $$# -gt 0; then \
850 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
851 "$$@" $$unique; \
852 else \
853 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
854 $$unique; \
855 fi; \
856 fi
857 ctags: ctags-am
858
859 CTAGS: ctags
860 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
861 $(am__define_uniq_tagged_files); \
862 test -z "$(CTAGS_ARGS)$$unique" \
863 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
864 $$unique
865
866 GTAGS:
867 here=`$(am__cd) $(top_builddir) && pwd` \
868 && $(am__cd) $(top_srcdir) \
869 && gtags -i $(GTAGS_ARGS) "$$here"
870 cscopelist: cscopelist-am
871
872 cscopelist-am: $(am__tagged_files)
873 list='$(am__tagged_files)'; \
874 case "$(srcdir)" in \
875 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
876 *) sdir=$(subdir)/$(srcdir) ;; \
877 esac; \
878 for i in $$list; do \
879 if test -f "$$i"; then \
880 echo "$(subdir)/$$i"; \
881 else \
882 echo "$$sdir/$$i"; \
883 fi; \
884 done >> $(top_builddir)/cscope.files
885
886 distclean-tags:
887 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
888 @HAVE_DBUS_FALSE@dist-hook:
889 @HAVE_GOBJECT_FALSE@dist-hook:
890
891 distdir: $(DISTFILES)
892 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
893 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
894 list='$(DISTFILES)'; \
895 dist_files=`for file in $$list; do echo $$file; done | \
896 sed -e "s|^$$srcdirstrip/||;t" \
897 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
898 case $$dist_files in \
899 */*) $(MKDIR_P) `echo "$$dist_files" | \
900 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
901 sort -u` ;; \
902 esac; \
903 for file in $$dist_files; do \
904 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
905 if test -d $$d/$$file; then \
906 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
907 if test -d "$(distdir)/$$file"; then \
908 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
909 fi; \
910 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
911 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
912 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
913 fi; \
914 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
915 else \
916 test -f "$(distdir)/$$file" \
917 || cp -p $$d/$$file "$(distdir)/$$file" \
918 || exit 1; \
919 fi; \
920 done
921 $(MAKE) $(AM_MAKEFLAGS) \
922 top_distdir="$(top_distdir)" distdir="$(distdir)" \
923 dist-hook
924 check-am: all-am
925 check: $(BUILT_SOURCES)
926 $(MAKE) $(AM_MAKEFLAGS) check-am
927 all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
928 installdirs:
929 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(girdir)" "$(DESTDIR)$(typelibdir)" "$(DESTDIR)$(avahigobjectincludedir)"; do \
930 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
931 done
932 install: $(BUILT_SOURCES)
933 $(MAKE) $(AM_MAKEFLAGS) install-am
934 install-exec: install-exec-am
935 install-data: install-data-am
936 uninstall: uninstall-am
937
938 install-am: all-am
939 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
940
941 installcheck: installcheck-am
942 install-strip:
943 if test -z '$(STRIP)'; then \
944 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
945 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
946 install; \
947 else \
948 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
949 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
950 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
951 fi
952 mostlyclean-generic:
953
954 clean-generic:
955 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
956
957 distclean-generic:
958 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
959 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
960
961 maintainer-clean-generic:
962 @echo "This command is intended for maintainers to use"
963 @echo "it deletes files that may require special tools to rebuild."
964 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
965 clean: clean-am
966
967 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
968 mostlyclean-am
969
970 distclean: distclean-am
971 -rm -rf ./$(DEPDIR)
972 -rm -f Makefile
973 distclean-am: clean-am distclean-compile distclean-generic \
974 distclean-tags
975
976 dvi: dvi-am
977
978 dvi-am:
979
980 html: html-am
981
982 html-am:
983
984 info: info-am
985
986 info-am:
987
988 install-data-am: install-avahigobjectincludeHEADERS install-girDATA \
989 install-typelibDATA
990
991 install-dvi: install-dvi-am
992
993 install-dvi-am:
994
995 install-exec-am: install-libLTLIBRARIES
996
997 install-html: install-html-am
998
999 install-html-am:
1000
1001 install-info: install-info-am
1002
1003 install-info-am:
1004
1005 install-man:
1006
1007 install-pdf: install-pdf-am
1008
1009 install-pdf-am:
1010
1011 install-ps: install-ps-am
1012
1013 install-ps-am:
1014
1015 installcheck-am:
1016
1017 maintainer-clean: maintainer-clean-am
1018 -rm -rf ./$(DEPDIR)
1019 -rm -f Makefile
1020 maintainer-clean-am: distclean-am maintainer-clean-generic
1021
1022 mostlyclean: mostlyclean-am
1023
1024 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1025 mostlyclean-libtool
1026
1027 pdf: pdf-am
1028
1029 pdf-am:
1030
1031 ps: ps-am
1032
1033 ps-am:
1034
1035 uninstall-am: uninstall-avahigobjectincludeHEADERS uninstall-girDATA \
1036 uninstall-libLTLIBRARIES uninstall-typelibDATA
1037
1038 .MAKE: all check install install-am install-strip
1039
1040 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
1041 clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \
1042 ctags-am dist-hook distclean distclean-compile \
1043 distclean-generic distclean-libtool distclean-tags distdir dvi \
1044 dvi-am html html-am info info-am install install-am \
1045 install-avahigobjectincludeHEADERS install-data \
1046 install-data-am install-dvi install-dvi-am install-exec \
1047 install-exec-am install-girDATA install-html install-html-am \
1048 install-info install-info-am install-libLTLIBRARIES \
1049 install-man install-pdf install-pdf-am install-ps \
1050 install-ps-am install-strip install-typelibDATA installcheck \
1051 installcheck-am installdirs maintainer-clean \
1052 maintainer-clean-generic mostlyclean mostlyclean-compile \
1053 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1054 tags tags-am uninstall uninstall-am \
1055 uninstall-avahigobjectincludeHEADERS uninstall-girDATA \
1056 uninstall-libLTLIBRARIES uninstall-typelibDATA
1057
1058 .PRECIOUS: Makefile
1059
1060
1061 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@dist-hook:
1062 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@ $(shell for x in $(BUILT_SOURCES); do rm -f $(distdir)/$$x ; done)
1063
1064 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@signals-marshal.list: $(CORE_SOURCES) Makefile.am
1065 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@ $(AM_V_GEN)( cd $(srcdir) && \
1066 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@ sed -n -e 's/.*_ga_signals_marshal_\([A-Z]*__[A-Z_]*\).*/\1/p' \
1067 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@ $(CORE_SOURCES) ) \
1068 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@ | sed -e 's/__/:/' -e 'y/_/,/' | sort -u > $@.tmp && \
1069 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@ if cmp -s $@.tmp $@; then \
1070 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@ rm $@.tmp; \
1071 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@ else \
1072 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@ mv $@.tmp $@; \
1073 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@ fi
1074
1075 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@signals-marshal.h: signals-marshal.list
1076 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@ $(AM_V_GEN)glib-genmarshal --header --prefix=_ga_signals_marshal $< > $@
1077
1078 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@signals-marshal.c: signals-marshal.list
1079 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@ $(AM_V_GEN)(echo "#include \"signals-marshal.h\"" ; glib-genmarshal --body --prefix=_ga_signals_marshal $< ) > $@
1080
1081 # rules for making the glib enum objects
1082 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@%-enumtypes.h: %.h Makefile.in
1083 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@ $(AM_V_GEN)glib-mkenums \
1084 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@ --fhead "#ifndef __$(shell echo $* | tr [:lower:]- [:upper:]_)_ENUM_TYPES_H__\n#define __$(shell echo $* | tr [:lower:]- [:upper:]_)_ENUM_TYPES_H__\n\n#include <glib-object.h>\n\nG_BEGIN_DECLS\n" \
1085 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@ --fprod "/* enumerations from \"@filename@\" */\n" \
1086 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@ --vhead "GType @enum_name@_get_type (void);\n#define $(shell echo $* | tr [:lower:]- [:upper:]_ | sed 's/_.*//')_TYPE_@ENUMSHORT@ (@enum_name@_get_type())\n" \
1087 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@ --ftail "G_END_DECLS\n\n#endif /* __$(shell echo $* | tr [:lower:]- [:upper:]_)_ENUM_TYPES_H__ */" \
1088 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@ $< > $@
1089
1090 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@%-enumtypes.c: %.h Makefile.in
1091 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@ $(AM_V_GEN)glib-mkenums \
1092 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@ --fhead "#include <$*.h>\n#include<$*-enumtypes.h>" \
1093 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@ --fprod "\n/* enumerations from \"@filename@\" */" \
1094 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@ --vhead "GType\n@enum_name@_get_type (void)\n{\n static GType etype = 0;\n if (etype == 0) {\n static const G@Type@Value values[] = {" \
1095 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@ --vprod " { @VALUENAME@, \"@VALUENAME@\", \"@VALUENAME@\" }," \
1096 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@ --vtail " { 0, NULL, NULL }\n };\n etype = g_@type@_register_static (\"@EnumName@\", values);\n }\n return etype;\n}\n" \
1097 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@ $< > $@
1098
1099 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@-include $(INTROSPECTION_MAKEFILE)
1100
1101 @HAVE_DBUS_TRUE@@HAVE_GOBJECT_TRUE@@HAVE_INTROSPECTION_TRUE@Avahi-0.6.gir: $(lib_LTLIBRARIES)
1102
1103 indent:
1104 indent -brf -nbbo -nbc -ip0 -cs -nbfde -npsl -br -brs -bap -i4 -bs -cdw -ce -npcs -hnl -cli4 -nut -ci8 ga-*.[ch]
1105
1106 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1107 # Otherwise a system limit (for SysV at least) may be exceeded.
1108 .NOEXPORT:
+0
-1
avahi-python/.gitignore less more
0 avahi-bookmarks
0 # Makefile.in generated by automake 1.15 from Makefile.am.
1 # @configure_input@
2
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
4
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 @SET_MAKE@
15
16 # This file is part of avahi.
17 #
18 # avahi is free software; you can redistribute it and/or modify it
19 # under the terms of the GNU Lesser General Public License as
20 # published by the Free Software Foundation; either version 2 of the
21 # License, or (at your option) any later version.
22 #
23 # avahi is distributed in the hope that it will be useful, but WITHOUT
24 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
25 # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
26 # License for more details.
27 #
28 # You should have received a copy of the GNU Lesser General Public
29 # License along with avahi; if not, write to the Free Software
30 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
31 # USA.
32
33 VPATH = @srcdir@
34 am__is_gnu_make = { \
35 if test -z '$(MAKELEVEL)'; then \
36 false; \
37 elif test -n '$(MAKE_HOST)'; then \
38 true; \
39 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
40 true; \
41 else \
42 false; \
43 fi; \
44 }
45 am__make_running_with_option = \
46 case $${target_option-} in \
47 ?) ;; \
48 *) echo "am__make_running_with_option: internal error: invalid" \
49 "target option '$${target_option-}' specified" >&2; \
50 exit 1;; \
51 esac; \
52 has_opt=no; \
53 sane_makeflags=$$MAKEFLAGS; \
54 if $(am__is_gnu_make); then \
55 sane_makeflags=$$MFLAGS; \
56 else \
57 case $$MAKEFLAGS in \
58 *\\[\ \ ]*) \
59 bs=\\; \
60 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
61 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
62 esac; \
63 fi; \
64 skip_next=no; \
65 strip_trailopt () \
66 { \
67 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
68 }; \
69 for flg in $$sane_makeflags; do \
70 test $$skip_next = yes && { skip_next=no; continue; }; \
71 case $$flg in \
72 *=*|--*) continue;; \
73 -*I) strip_trailopt 'I'; skip_next=yes;; \
74 -*I?*) strip_trailopt 'I';; \
75 -*O) strip_trailopt 'O'; skip_next=yes;; \
76 -*O?*) strip_trailopt 'O';; \
77 -*l) strip_trailopt 'l'; skip_next=yes;; \
78 -*l?*) strip_trailopt 'l';; \
79 -[dEDm]) skip_next=yes;; \
80 -[JT]) skip_next=yes;; \
81 esac; \
82 case $$flg in \
83 *$$target_option*) has_opt=yes; break;; \
84 esac; \
85 done; \
86 test $$has_opt = yes
87 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
88 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
89 pkgdatadir = $(datadir)/@PACKAGE@
90 pkgincludedir = $(includedir)/@PACKAGE@
91 pkglibdir = $(libdir)/@PACKAGE@
92 pkglibexecdir = $(libexecdir)/@PACKAGE@
93 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
94 install_sh_DATA = $(install_sh) -c -m 644
95 install_sh_PROGRAM = $(install_sh) -c
96 install_sh_SCRIPT = $(install_sh) -c
97 INSTALL_HEADER = $(INSTALL_DATA)
98 transform = $(program_transform_name)
99 NORMAL_INSTALL = :
100 PRE_INSTALL = :
101 POST_INSTALL = :
102 NORMAL_UNINSTALL = :
103 PRE_UNINSTALL = :
104 POST_UNINSTALL = :
105 build_triplet = @build@
106 host_triplet = @host@
107 subdir = avahi-python
108 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
109 am__aclocal_m4_deps = $(top_srcdir)/common/acx_pthread.m4 \
110 $(top_srcdir)/common/gcc_stack_protect.m4 \
111 $(top_srcdir)/common/gcc_visibility.m4 \
112 $(top_srcdir)/common/intltool.m4 \
113 $(top_srcdir)/common/introspection.m4 \
114 $(top_srcdir)/common/libtool.m4 \
115 $(top_srcdir)/common/ltoptions.m4 \
116 $(top_srcdir)/common/ltsugar.m4 \
117 $(top_srcdir)/common/ltversion.m4 \
118 $(top_srcdir)/common/lt~obsolete.m4 \
119 $(top_srcdir)/common/nls.m4 $(top_srcdir)/common/python.m4 \
120 $(top_srcdir)/acinclude.m4 $(top_srcdir)/common/doxygen.m4 \
121 $(top_srcdir)/configure.ac
122 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
123 $(ACLOCAL_M4)
124 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
125 mkinstalldirs = $(install_sh) -d
126 CONFIG_HEADER = $(top_builddir)/config.h
127 CONFIG_CLEAN_FILES =
128 CONFIG_CLEAN_VPATH_FILES =
129 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
130 am__vpath_adj = case $$p in \
131 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
132 *) f=$$p;; \
133 esac;
134 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
135 am__install_max = 40
136 am__nobase_strip_setup = \
137 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
138 am__nobase_strip = \
139 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
140 am__nobase_list = $(am__nobase_strip_setup); \
141 for p in $$list; do echo "$$p $$p"; done | \
142 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
143 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
144 if (++n[$$2] == $(am__install_max)) \
145 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
146 END { for (dir in files) print dir, files[dir] }'
147 am__base_list = \
148 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
149 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
150 am__uninstall_files_from_dir = { \
151 test -z "$$files" \
152 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
153 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
154 $(am__cd) "$$dir" && rm -f $$files; }; \
155 }
156 am__installdirs = "$(DESTDIR)$(bindir)"
157 SCRIPTS = $(bin_SCRIPTS)
158 AM_V_P = $(am__v_P_@AM_V@)
159 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
160 am__v_P_0 = false
161 am__v_P_1 = :
162 AM_V_GEN = $(am__v_GEN_@AM_V@)
163 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
164 am__v_GEN_0 = @echo " GEN " $@;
165 am__v_GEN_1 =
166 AM_V_at = $(am__v_at_@AM_V@)
167 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
168 am__v_at_0 = @
169 am__v_at_1 =
170 SOURCES =
171 DIST_SOURCES =
172 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
173 ctags-recursive dvi-recursive html-recursive info-recursive \
174 install-data-recursive install-dvi-recursive \
175 install-exec-recursive install-html-recursive \
176 install-info-recursive install-pdf-recursive \
177 install-ps-recursive install-recursive installcheck-recursive \
178 installdirs-recursive pdf-recursive ps-recursive \
179 tags-recursive uninstall-recursive
180 am__can_run_installinfo = \
181 case $$AM_UPDATE_INFO_DIR in \
182 n|no|NO) false;; \
183 *) (install-info --version) >/dev/null 2>&1;; \
184 esac
185 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
186 distclean-recursive maintainer-clean-recursive
187 am__recursive_targets = \
188 $(RECURSIVE_TARGETS) \
189 $(RECURSIVE_CLEAN_TARGETS) \
190 $(am__extra_recursive_targets)
191 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
192 distdir
193 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
194 # Read a list of newline-separated strings from the standard input,
195 # and print each of them once, without duplicates. Input order is
196 # *not* preserved.
197 am__uniquify_input = $(AWK) '\
198 BEGIN { nonempty = 0; } \
199 { items[$$0] = 1; nonempty = 1; } \
200 END { if (nonempty) { for (i in items) print i; }; } \
201 '
202 # Make sure the list of sources is unique. This is necessary because,
203 # e.g., the same source file might be shared among _SOURCES variables
204 # for different programs/libraries.
205 am__define_uniq_tagged_files = \
206 list='$(am__tagged_files)'; \
207 unique=`for i in $$list; do \
208 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
209 done | $(am__uniquify_input)`
210 ETAGS = etags
211 CTAGS = ctags
212 DIST_SUBDIRS = $(SUBDIRS)
213 am__DIST_COMMON = $(srcdir)/Makefile.in
214 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
215 am__relativize = \
216 dir0=`pwd`; \
217 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
218 sed_rest='s,^[^/]*/*,,'; \
219 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
220 sed_butlast='s,/*[^/]*$$,,'; \
221 while test -n "$$dir1"; do \
222 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
223 if test "$$first" != "."; then \
224 if test "$$first" = ".."; then \
225 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
226 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
227 else \
228 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
229 if test "$$first2" = "$$first"; then \
230 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
231 else \
232 dir2="../$$dir2"; \
233 fi; \
234 dir0="$$dir0"/"$$first"; \
235 fi; \
236 fi; \
237 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
238 done; \
239 reldir="$$dir2"
240 ACLOCAL = @ACLOCAL@
241 ALL_LINGUAS = @ALL_LINGUAS@
242 AMTAR = @AMTAR@
243 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
244 AR = @AR@
245 AUTOCONF = @AUTOCONF@
246 AUTOHEADER = @AUTOHEADER@
247 AUTOMAKE = @AUTOMAKE@
248 AVAHI_AUTOIPD_GROUP = @AVAHI_AUTOIPD_GROUP@
249 AVAHI_AUTOIPD_USER = @AVAHI_AUTOIPD_USER@
250 AVAHI_GROUP = @AVAHI_GROUP@
251 AVAHI_PRIV_ACCESS_GROUP = @AVAHI_PRIV_ACCESS_GROUP@
252 AVAHI_USER = @AVAHI_USER@
253 AWK = @AWK@
254 CATALOGS = @CATALOGS@
255 CATOBJEXT = @CATOBJEXT@
256 CC = @CC@
257 CCDEPMODE = @CCDEPMODE@
258 CFLAGS = @CFLAGS@
259 CPP = @CPP@
260 CPPFLAGS = @CPPFLAGS@
261 CXX = @CXX@
262 CXXCPP = @CXXCPP@
263 CXXDEPMODE = @CXXDEPMODE@
264 CXXFLAGS = @CXXFLAGS@
265 CYGPATH_W = @CYGPATH_W@
266 DATADIRNAME = @DATADIRNAME@
267 DBUS_CFLAGS = @DBUS_CFLAGS@
268 DBUS_LIBS = @DBUS_LIBS@
269 DBUS_SYSTEM_BUS_DEFAULT_ADDRESS = @DBUS_SYSTEM_BUS_DEFAULT_ADDRESS@
270 DBUS_SYS_DIR = @DBUS_SYS_DIR@
271 DEFS = @DEFS@
272 DEPDIR = @DEPDIR@
273 DLLTOOL = @DLLTOOL@
274 DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
275 DSYMUTIL = @DSYMUTIL@
276 DUMPBIN = @DUMPBIN@
277 DX_CONFIG = @DX_CONFIG@
278 DX_DOCDIR = @DX_DOCDIR@
279 DX_DOT = @DX_DOT@
280 DX_DOXYGEN = @DX_DOXYGEN@
281 DX_DVIPS = @DX_DVIPS@
282 DX_EGREP = @DX_EGREP@
283 DX_ENV = @DX_ENV@
284 DX_FLAG_chi = @DX_FLAG_chi@
285 DX_FLAG_chm = @DX_FLAG_chm@
286 DX_FLAG_doc = @DX_FLAG_doc@
287 DX_FLAG_dot = @DX_FLAG_dot@
288 DX_FLAG_html = @DX_FLAG_html@
289 DX_FLAG_man = @DX_FLAG_man@
290 DX_FLAG_pdf = @DX_FLAG_pdf@
291 DX_FLAG_ps = @DX_FLAG_ps@
292 DX_FLAG_rtf = @DX_FLAG_rtf@
293 DX_FLAG_xml = @DX_FLAG_xml@
294 DX_HHC = @DX_HHC@
295 DX_LATEX = @DX_LATEX@
296 DX_MAKEINDEX = @DX_MAKEINDEX@
297 DX_PDFLATEX = @DX_PDFLATEX@
298 DX_PERL = @DX_PERL@
299 DX_PROJECT = @DX_PROJECT@
300 ECHO_C = @ECHO_C@
301 ECHO_N = @ECHO_N@
302 ECHO_T = @ECHO_T@
303 EGREP = @EGREP@
304 EXEEXT = @EXEEXT@
305 FGREP = @FGREP@
306 GACUTIL = @GACUTIL@
307 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
308 GLIB20_CFLAGS = @GLIB20_CFLAGS@
309 GLIB20_LIBS = @GLIB20_LIBS@
310 GMOFILES = @GMOFILES@
311 GMSGFMT = @GMSGFMT@
312 GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
313 GOBJECT_LIBS = @GOBJECT_LIBS@
314 GREP = @GREP@
315 GTK20_CFLAGS = @GTK20_CFLAGS@
316 GTK20_LIBS = @GTK20_LIBS@
317 GTK30_CFLAGS = @GTK30_CFLAGS@
318 GTK30_LIBS = @GTK30_LIBS@
319 HOWL_COMPAT_VERSION = @HOWL_COMPAT_VERSION@
320 INSTALL = @INSTALL@
321 INSTALL_DATA = @INSTALL_DATA@
322 INSTALL_PROGRAM = @INSTALL_PROGRAM@
323 INSTALL_SCRIPT = @INSTALL_SCRIPT@
324 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
325 INSTOBJEXT = @INSTOBJEXT@
326 INTLLIBS = @INTLLIBS@
327 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
328 INTLTOOL_MERGE = @INTLTOOL_MERGE@
329 INTLTOOL_PERL = @INTLTOOL_PERL@
330 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
331 INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
332 INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
333 INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
334 INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
335 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
336 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
337 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
338 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
339 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
340 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
341 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
342 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
343 LD = @LD@
344 LDFLAGS = @LDFLAGS@
345 LIBAVAHI_CLIENT_VERSION_INFO = @LIBAVAHI_CLIENT_VERSION_INFO@
346 LIBAVAHI_COMMON_VERSION_INFO = @LIBAVAHI_COMMON_VERSION_INFO@
347 LIBAVAHI_COMPAT_HOWL_VERSION_INFO = @LIBAVAHI_COMPAT_HOWL_VERSION_INFO@
348 LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO = @LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO@
349 LIBAVAHI_CORE_VERSION_INFO = @LIBAVAHI_CORE_VERSION_INFO@
350 LIBAVAHI_GLIB_VERSION_INFO = @LIBAVAHI_GLIB_VERSION_INFO@
351 LIBAVAHI_GOBJECT_VERSION_INFO = @LIBAVAHI_GOBJECT_VERSION_INFO@
352 LIBAVAHI_QT3_VERSION_INFO = @LIBAVAHI_QT3_VERSION_INFO@
353 LIBAVAHI_QT4_VERSION_INFO = @LIBAVAHI_QT4_VERSION_INFO@
354 LIBAVAHI_UI_VERSION_INFO = @LIBAVAHI_UI_VERSION_INFO@
355 LIBDAEMON_CFLAGS = @LIBDAEMON_CFLAGS@
356 LIBDAEMON_LIBS = @LIBDAEMON_LIBS@
357 LIBOBJS = @LIBOBJS@
358 LIBS = @LIBS@
359 LIBTOOL = @LIBTOOL@
360 LIPO = @LIPO@
361 LN_S = @LN_S@
362 LTLIBOBJS = @LTLIBOBJS@
363 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
364 MAKEINFO = @MAKEINFO@
365 MANIFEST_TOOL = @MANIFEST_TOOL@
366 MCS = @MCS@
367 MDASSEMBLER = @MDASSEMBLER@
368 MKDIR_P = @MKDIR_P@
369 MKINSTALLDIRS = @MKINSTALLDIRS@
370 MOC_QT3 = @MOC_QT3@
371 MOC_QT4 = @MOC_QT4@
372 MONODOCER = @MONODOCER@
373 MONODOC_CFLAGS = @MONODOC_CFLAGS@
374 MONODOC_DIR = @MONODOC_DIR@
375 MONODOC_LIBS = @MONODOC_LIBS@
376 MSGFMT = @MSGFMT@
377 MSGFMT_OPTS = @MSGFMT_OPTS@
378 MSGMERGE = @MSGMERGE@
379 NM = @NM@
380 NMEDIT = @NMEDIT@
381 OBJDUMP = @OBJDUMP@
382 OBJEXT = @OBJEXT@
383 OTOOL = @OTOOL@
384 OTOOL64 = @OTOOL64@
385 PACKAGE = @PACKAGE@
386 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
387 PACKAGE_NAME = @PACKAGE_NAME@
388 PACKAGE_STRING = @PACKAGE_STRING@
389 PACKAGE_TARNAME = @PACKAGE_TARNAME@
390 PACKAGE_URL = @PACKAGE_URL@
391 PACKAGE_VERSION = @PACKAGE_VERSION@
392 PATH_SEPARATOR = @PATH_SEPARATOR@
393 PKG_CONFIG = @PKG_CONFIG@
394 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
395 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
396 POFILES = @POFILES@
397 POSUB = @POSUB@
398 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
399 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
400 PTHREAD_CC = @PTHREAD_CC@
401 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
402 PTHREAD_LIBS = @PTHREAD_LIBS@
403 PYTHON = @PYTHON@
404 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
405 PYTHON_PLATFORM = @PYTHON_PLATFORM@
406 PYTHON_PREFIX = @PYTHON_PREFIX@
407 PYTHON_VERSION = @PYTHON_VERSION@
408 QT3_CFLAGS = @QT3_CFLAGS@
409 QT3_LIBS = @QT3_LIBS@
410 QT4_CFLAGS = @QT4_CFLAGS@
411 QT4_LIBS = @QT4_LIBS@
412 RANLIB = @RANLIB@
413 SED = @SED@
414 SET_MAKE = @SET_MAKE@
415 SHELL = @SHELL@
416 STOW = @STOW@
417 STRIP = @STRIP@
418 USE_NLS = @USE_NLS@
419 VERSION = @VERSION@
420 VISIBILITY_HIDDEN_CFLAGS = @VISIBILITY_HIDDEN_CFLAGS@
421 XGETTEXT = @XGETTEXT@
422 XML_CFLAGS = @XML_CFLAGS@
423 XML_LIBS = @XML_LIBS@
424 abs_builddir = @abs_builddir@
425 abs_srcdir = @abs_srcdir@
426 abs_top_builddir = @abs_top_builddir@
427 abs_top_srcdir = @abs_top_srcdir@
428 ac_ct_AR = @ac_ct_AR@
429 ac_ct_CC = @ac_ct_CC@
430 ac_ct_CXX = @ac_ct_CXX@
431 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
432 acx_pthread_config = @acx_pthread_config@
433 am__include = @am__include@
434 am__leading_dot = @am__leading_dot@
435 am__quote = @am__quote@
436 am__tar = @am__tar@
437 am__untar = @am__untar@
438 avahi_runtime_dir = @avahi_runtime_dir@
439 avahi_socket = @avahi_socket@
440 avahilocaledir = @avahilocaledir@
441 bindir = @bindir@
442 build = @build@
443 build_alias = @build_alias@
444 build_cpu = @build_cpu@
445 build_os = @build_os@
446 build_vendor = @build_vendor@
447 builddir = @builddir@
448 datadir = @datadir@
449 datarootdir = @datarootdir@
450 docdir = @docdir@
451 dvidir = @dvidir@
452 exec_prefix = @exec_prefix@
453 have_pkg_config = @have_pkg_config@
454 have_xmltoman = @have_xmltoman@
455 host = @host@
456 host_alias = @host_alias@
457 host_cpu = @host_cpu@
458 host_os = @host_os@
459 host_vendor = @host_vendor@
460 htmldir = @htmldir@
461 includedir = @includedir@
462 infodir = @infodir@
463 install_sh = @install_sh@
464 interfacesdir = @interfacesdir@
465 intltool__v_merge_options_ = @intltool__v_merge_options_@
466 intltool__v_merge_options_0 = @intltool__v_merge_options_0@
467 libdir = @libdir@
468 libexecdir = @libexecdir@
469 localedir = @localedir@
470 localstatedir = @localstatedir@
471 mandir = @mandir@
472 mkdir_p = @mkdir_p@
473 oldincludedir = @oldincludedir@
474 pdfdir = @pdfdir@
475 pkgpyexecdir = @pkgpyexecdir@
476 pkgpythondir = @pkgpythondir@
477 prefix = @prefix@
478 program_transform_name = @program_transform_name@
479 psdir = @psdir@
480 pyexecdir = @pyexecdir@
481 pythondir = @pythondir@
482 runstatedir = @runstatedir@
483 sbindir = @sbindir@
484 sharedstatedir = @sharedstatedir@
485 srcdir = @srcdir@
486 sysconfdir = @sysconfdir@
487 systemdsystemunitdir = @systemdsystemunitdir@
488 target_alias = @target_alias@
489 top_build_prefix = @top_build_prefix@
490 top_builddir = @top_builddir@
491 top_srcdir = @top_srcdir@
492
493 # This cool debug trap works on i386/gcc only
494 AM_CFLAGS = -I$(top_srcdir) '-DDEBUG_TRAP=__asm__("int $$3")'
495 EXTRA_DIST = \
496 avahi-bookmarks.in
497
498 SUBDIRS = avahi avahi-discover
499 @HAVE_PYTHON_DBUS_TRUE@@HAVE_PYTHON_TRUE@pythonscripts = \
500 @HAVE_PYTHON_DBUS_TRUE@@HAVE_PYTHON_TRUE@ avahi-bookmarks
501
502 @HAVE_PYTHON_DBUS_TRUE@@HAVE_PYTHON_TRUE@bin_SCRIPTS = $(pythonscripts)
503 @HAVE_PYTHON_DBUS_TRUE@@HAVE_PYTHON_TRUE@CLEANFILES = $(pythonscripts)
504 all: all-recursive
505
506 .SUFFIXES:
507 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
508 @for dep in $?; do \
509 case '$(am__configure_deps)' in \
510 *$$dep*) \
511 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
512 && { if test -f $@; then exit 0; else break; fi; }; \
513 exit 1;; \
514 esac; \
515 done; \
516 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign avahi-python/Makefile'; \
517 $(am__cd) $(top_srcdir) && \
518 $(AUTOMAKE) --foreign avahi-python/Makefile
519 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
520 @case '$?' in \
521 *config.status*) \
522 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
523 *) \
524 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
525 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
526 esac;
527
528 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
529 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
530
531 $(top_srcdir)/configure: $(am__configure_deps)
532 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
533 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
534 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
535 $(am__aclocal_m4_deps):
536 install-binSCRIPTS: $(bin_SCRIPTS)
537 @$(NORMAL_INSTALL)
538 @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
539 if test -n "$$list"; then \
540 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
541 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
542 fi; \
543 for p in $$list; do \
544 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
545 if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
546 done | \
547 sed -e 'p;s,.*/,,;n' \
548 -e 'h;s|.*|.|' \
549 -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
550 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
551 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
552 if ($$2 == $$4) { files[d] = files[d] " " $$1; \
553 if (++n[d] == $(am__install_max)) { \
554 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
555 else { print "f", d "/" $$4, $$1 } } \
556 END { for (d in files) print "f", d, files[d] }' | \
557 while read type dir files; do \
558 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
559 test -z "$$files" || { \
560 echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
561 $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
562 } \
563 ; done
564
565 uninstall-binSCRIPTS:
566 @$(NORMAL_UNINSTALL)
567 @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
568 files=`for p in $$list; do echo "$$p"; done | \
569 sed -e 's,.*/,,;$(transform)'`; \
570 dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
571
572 mostlyclean-libtool:
573 -rm -f *.lo
574
575 clean-libtool:
576 -rm -rf .libs _libs
577
578 # This directory's subdirectories are mostly independent; you can cd
579 # into them and run 'make' without going through this Makefile.
580 # To change the values of 'make' variables: instead of editing Makefiles,
581 # (1) if the variable is set in 'config.status', edit 'config.status'
582 # (which will cause the Makefiles to be regenerated when you run 'make');
583 # (2) otherwise, pass the desired values on the 'make' command line.
584 $(am__recursive_targets):
585 @fail=; \
586 if $(am__make_keepgoing); then \
587 failcom='fail=yes'; \
588 else \
589 failcom='exit 1'; \
590 fi; \
591 dot_seen=no; \
592 target=`echo $@ | sed s/-recursive//`; \
593 case "$@" in \
594 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
595 *) list='$(SUBDIRS)' ;; \
596 esac; \
597 for subdir in $$list; do \
598 echo "Making $$target in $$subdir"; \
599 if test "$$subdir" = "."; then \
600 dot_seen=yes; \
601 local_target="$$target-am"; \
602 else \
603 local_target="$$target"; \
604 fi; \
605 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
606 || eval $$failcom; \
607 done; \
608 if test "$$dot_seen" = "no"; then \
609 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
610 fi; test -z "$$fail"
611
612 ID: $(am__tagged_files)
613 $(am__define_uniq_tagged_files); mkid -fID $$unique
614 tags: tags-recursive
615 TAGS: tags
616
617 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
618 set x; \
619 here=`pwd`; \
620 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
621 include_option=--etags-include; \
622 empty_fix=.; \
623 else \
624 include_option=--include; \
625 empty_fix=; \
626 fi; \
627 list='$(SUBDIRS)'; for subdir in $$list; do \
628 if test "$$subdir" = .; then :; else \
629 test ! -f $$subdir/TAGS || \
630 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
631 fi; \
632 done; \
633 $(am__define_uniq_tagged_files); \
634 shift; \
635 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
636 test -n "$$unique" || unique=$$empty_fix; \
637 if test $$# -gt 0; then \
638 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
639 "$$@" $$unique; \
640 else \
641 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
642 $$unique; \
643 fi; \
644 fi
645 ctags: ctags-recursive
646
647 CTAGS: ctags
648 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
649 $(am__define_uniq_tagged_files); \
650 test -z "$(CTAGS_ARGS)$$unique" \
651 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
652 $$unique
653
654 GTAGS:
655 here=`$(am__cd) $(top_builddir) && pwd` \
656 && $(am__cd) $(top_srcdir) \
657 && gtags -i $(GTAGS_ARGS) "$$here"
658 cscopelist: cscopelist-recursive
659
660 cscopelist-am: $(am__tagged_files)
661 list='$(am__tagged_files)'; \
662 case "$(srcdir)" in \
663 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
664 *) sdir=$(subdir)/$(srcdir) ;; \
665 esac; \
666 for i in $$list; do \
667 if test -f "$$i"; then \
668 echo "$(subdir)/$$i"; \
669 else \
670 echo "$$sdir/$$i"; \
671 fi; \
672 done >> $(top_builddir)/cscope.files
673
674 distclean-tags:
675 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
676
677 distdir: $(DISTFILES)
678 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
679 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
680 list='$(DISTFILES)'; \
681 dist_files=`for file in $$list; do echo $$file; done | \
682 sed -e "s|^$$srcdirstrip/||;t" \
683 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
684 case $$dist_files in \
685 */*) $(MKDIR_P) `echo "$$dist_files" | \
686 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
687 sort -u` ;; \
688 esac; \
689 for file in $$dist_files; do \
690 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
691 if test -d $$d/$$file; then \
692 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
693 if test -d "$(distdir)/$$file"; then \
694 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
695 fi; \
696 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
697 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
698 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
699 fi; \
700 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
701 else \
702 test -f "$(distdir)/$$file" \
703 || cp -p $$d/$$file "$(distdir)/$$file" \
704 || exit 1; \
705 fi; \
706 done
707 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
708 if test "$$subdir" = .; then :; else \
709 $(am__make_dryrun) \
710 || test -d "$(distdir)/$$subdir" \
711 || $(MKDIR_P) "$(distdir)/$$subdir" \
712 || exit 1; \
713 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
714 $(am__relativize); \
715 new_distdir=$$reldir; \
716 dir1=$$subdir; dir2="$(top_distdir)"; \
717 $(am__relativize); \
718 new_top_distdir=$$reldir; \
719 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
720 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
721 ($(am__cd) $$subdir && \
722 $(MAKE) $(AM_MAKEFLAGS) \
723 top_distdir="$$new_top_distdir" \
724 distdir="$$new_distdir" \
725 am__remove_distdir=: \
726 am__skip_length_check=: \
727 am__skip_mode_fix=: \
728 distdir) \
729 || exit 1; \
730 fi; \
731 done
732 check-am: all-am
733 check: check-recursive
734 all-am: Makefile $(SCRIPTS)
735 installdirs: installdirs-recursive
736 installdirs-am:
737 for dir in "$(DESTDIR)$(bindir)"; do \
738 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
739 done
740 install: install-recursive
741 install-exec: install-exec-recursive
742 install-data: install-data-recursive
743 uninstall: uninstall-recursive
744
745 install-am: all-am
746 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
747
748 installcheck: installcheck-recursive
749 install-strip:
750 if test -z '$(STRIP)'; then \
751 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
752 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
753 install; \
754 else \
755 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
756 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
757 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
758 fi
759 mostlyclean-generic:
760
761 clean-generic:
762 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
763
764 distclean-generic:
765 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
766 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
767
768 maintainer-clean-generic:
769 @echo "This command is intended for maintainers to use"
770 @echo "it deletes files that may require special tools to rebuild."
771 clean: clean-recursive
772
773 clean-am: clean-generic clean-libtool mostlyclean-am
774
775 distclean: distclean-recursive
776 -rm -f Makefile
777 distclean-am: clean-am distclean-generic distclean-tags
778
779 dvi: dvi-recursive
780
781 dvi-am:
782
783 html: html-recursive
784
785 html-am:
786
787 info: info-recursive
788
789 info-am:
790
791 install-data-am:
792
793 install-dvi: install-dvi-recursive
794
795 install-dvi-am:
796
797 install-exec-am: install-binSCRIPTS
798
799 install-html: install-html-recursive
800
801 install-html-am:
802
803 install-info: install-info-recursive
804
805 install-info-am:
806
807 install-man:
808
809 install-pdf: install-pdf-recursive
810
811 install-pdf-am:
812
813 install-ps: install-ps-recursive
814
815 install-ps-am:
816
817 installcheck-am:
818
819 maintainer-clean: maintainer-clean-recursive
820 -rm -f Makefile
821 maintainer-clean-am: distclean-am maintainer-clean-generic
822
823 mostlyclean: mostlyclean-recursive
824
825 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
826
827 pdf: pdf-recursive
828
829 pdf-am:
830
831 ps: ps-recursive
832
833 ps-am:
834
835 uninstall-am: uninstall-binSCRIPTS
836
837 .MAKE: $(am__recursive_targets) install-am install-strip
838
839 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
840 check-am clean clean-generic clean-libtool cscopelist-am ctags \
841 ctags-am distclean distclean-generic distclean-libtool \
842 distclean-tags distdir dvi dvi-am html html-am info info-am \
843 install install-am install-binSCRIPTS install-data \
844 install-data-am install-dvi install-dvi-am install-exec \
845 install-exec-am install-html install-html-am install-info \
846 install-info-am install-man install-pdf install-pdf-am \
847 install-ps install-ps-am install-strip installcheck \
848 installcheck-am installdirs installdirs-am maintainer-clean \
849 maintainer-clean-generic mostlyclean mostlyclean-generic \
850 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
851 uninstall-am uninstall-binSCRIPTS
852
853 .PRECIOUS: Makefile
854
855
856 @HAVE_PYTHON_DBUS_TRUE@@HAVE_PYTHON_TRUE@avahi-bookmarks: avahi-bookmarks.in
857 @HAVE_PYTHON_DBUS_TRUE@@HAVE_PYTHON_TRUE@ $(AM_V_GEN)sed -e 's,@PYTHON\@,$(PYTHON),g' $< > $@ && \
858 @HAVE_PYTHON_DBUS_TRUE@@HAVE_PYTHON_TRUE@ chmod +x $@
859
860 # Tell versions [3.59,3.63) of GNU make to not export all variables.
861 # Otherwise a system limit (for SysV at least) may be exceeded.
862 .NOEXPORT:
+0
-1
avahi-python/avahi/.gitignore less more
0 ServiceTypeDatabase.py
0 # Makefile.in generated by automake 1.15 from Makefile.am.
1 # @configure_input@
2
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
4
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 @SET_MAKE@
15
16 # This file is part of avahi.
17 #
18 # avahi is free software; you can redistribute it and/or modify it
19 # under the terms of the GNU Lesser General Public License as
20 # published by the Free Software Foundation; either version 2 of the
21 # License, or (at your option) any later version.
22 #
23 # avahi is distributed in the hope that it will be useful, but WITHOUT
24 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
25 # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
26 # License for more details.
27 #
28 # You should have received a copy of the GNU Lesser General Public
29 # License along with avahi; if not, write to the Free Software
30 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
31 # USA.
32
33 VPATH = @srcdir@
34 am__is_gnu_make = { \
35 if test -z '$(MAKELEVEL)'; then \
36 false; \
37 elif test -n '$(MAKE_HOST)'; then \
38 true; \
39 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
40 true; \
41 else \
42 false; \
43 fi; \
44 }
45 am__make_running_with_option = \
46 case $${target_option-} in \
47 ?) ;; \
48 *) echo "am__make_running_with_option: internal error: invalid" \
49 "target option '$${target_option-}' specified" >&2; \
50 exit 1;; \
51 esac; \
52 has_opt=no; \
53 sane_makeflags=$$MAKEFLAGS; \
54 if $(am__is_gnu_make); then \
55 sane_makeflags=$$MFLAGS; \
56 else \
57 case $$MAKEFLAGS in \
58 *\\[\ \ ]*) \
59 bs=\\; \
60 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
61 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
62 esac; \
63 fi; \
64 skip_next=no; \
65 strip_trailopt () \
66 { \
67 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
68 }; \
69 for flg in $$sane_makeflags; do \
70 test $$skip_next = yes && { skip_next=no; continue; }; \
71 case $$flg in \
72 *=*|--*) continue;; \
73 -*I) strip_trailopt 'I'; skip_next=yes;; \
74 -*I?*) strip_trailopt 'I';; \
75 -*O) strip_trailopt 'O'; skip_next=yes;; \
76 -*O?*) strip_trailopt 'O';; \
77 -*l) strip_trailopt 'l'; skip_next=yes;; \
78 -*l?*) strip_trailopt 'l';; \
79 -[dEDm]) skip_next=yes;; \
80 -[JT]) skip_next=yes;; \
81 esac; \
82 case $$flg in \
83 *$$target_option*) has_opt=yes; break;; \
84 esac; \
85 done; \
86 test $$has_opt = yes
87 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
88 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
89 pkgdatadir = $(datadir)/@PACKAGE@
90 pkgincludedir = $(includedir)/@PACKAGE@
91 pkglibdir = $(libdir)/@PACKAGE@
92 pkglibexecdir = $(libexecdir)/@PACKAGE@
93 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
94 install_sh_DATA = $(install_sh) -c -m 644
95 install_sh_PROGRAM = $(install_sh) -c
96 install_sh_SCRIPT = $(install_sh) -c
97 INSTALL_HEADER = $(INSTALL_DATA)
98 transform = $(program_transform_name)
99 NORMAL_INSTALL = :
100 PRE_INSTALL = :
101 POST_INSTALL = :
102 NORMAL_UNINSTALL = :
103 PRE_UNINSTALL = :
104 POST_UNINSTALL = :
105 build_triplet = @build@
106 host_triplet = @host@
107 @HAVE_PYTHON_DBUS_TRUE@@HAVE_PYTHON_TRUE@am__append_1 = __init__.py
108 subdir = avahi-python/avahi
109 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
110 am__aclocal_m4_deps = $(top_srcdir)/common/acx_pthread.m4 \
111 $(top_srcdir)/common/gcc_stack_protect.m4 \
112 $(top_srcdir)/common/gcc_visibility.m4 \
113 $(top_srcdir)/common/intltool.m4 \
114 $(top_srcdir)/common/introspection.m4 \
115 $(top_srcdir)/common/libtool.m4 \
116 $(top_srcdir)/common/ltoptions.m4 \
117 $(top_srcdir)/common/ltsugar.m4 \
118 $(top_srcdir)/common/ltversion.m4 \
119 $(top_srcdir)/common/lt~obsolete.m4 \
120 $(top_srcdir)/common/nls.m4 $(top_srcdir)/common/python.m4 \
121 $(top_srcdir)/acinclude.m4 $(top_srcdir)/common/doxygen.m4 \
122 $(top_srcdir)/configure.ac
123 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
124 $(ACLOCAL_M4)
125 DIST_COMMON = $(srcdir)/Makefile.am $(am__avahi_PYTHON_DIST) \
126 $(am__DIST_COMMON)
127 mkinstalldirs = $(install_sh) -d
128 CONFIG_HEADER = $(top_builddir)/config.h
129 CONFIG_CLEAN_FILES =
130 CONFIG_CLEAN_VPATH_FILES =
131 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
132 am__vpath_adj = case $$p in \
133 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
134 *) f=$$p;; \
135 esac;
136 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
137 am__install_max = 40
138 am__nobase_strip_setup = \
139 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
140 am__nobase_strip = \
141 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
142 am__nobase_list = $(am__nobase_strip_setup); \
143 for p in $$list; do echo "$$p $$p"; done | \
144 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
145 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
146 if (++n[$$2] == $(am__install_max)) \
147 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
148 END { for (dir in files) print dir, files[dir] }'
149 am__base_list = \
150 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
151 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
152 am__uninstall_files_from_dir = { \
153 test -z "$$files" \
154 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
155 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
156 $(am__cd) "$$dir" && rm -f $$files; }; \
157 }
158 am__installdirs = "$(DESTDIR)$(avahidir)" "$(DESTDIR)$(avahidir)"
159 SCRIPTS = $(nodist_avahi_SCRIPTS)
160 AM_V_P = $(am__v_P_@AM_V@)
161 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
162 am__v_P_0 = false
163 am__v_P_1 = :
164 AM_V_GEN = $(am__v_GEN_@AM_V@)
165 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
166 am__v_GEN_0 = @echo " GEN " $@;
167 am__v_GEN_1 =
168 AM_V_at = $(am__v_at_@AM_V@)
169 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
170 am__v_at_0 = @
171 am__v_at_1 =
172 SOURCES =
173 DIST_SOURCES =
174 am__can_run_installinfo = \
175 case $$AM_UPDATE_INFO_DIR in \
176 n|no|NO) false;; \
177 *) (install-info --version) >/dev/null 2>&1;; \
178 esac
179 am__avahi_PYTHON_DIST = __init__.py
180 am__py_compile = PYTHON=$(PYTHON) $(SHELL) $(py_compile)
181 am__pep3147_tweak = \
182 sed -e 's|\.py$$||' -e 's|[^/]*$$|__pycache__/&.*.py|'
183 py_compile = $(top_srcdir)/py-compile
184 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
185 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/py-compile
186 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
187 ACLOCAL = @ACLOCAL@
188 ALL_LINGUAS = @ALL_LINGUAS@
189 AMTAR = @AMTAR@
190 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
191 AR = @AR@
192 AUTOCONF = @AUTOCONF@
193 AUTOHEADER = @AUTOHEADER@
194 AUTOMAKE = @AUTOMAKE@
195 AVAHI_AUTOIPD_GROUP = @AVAHI_AUTOIPD_GROUP@
196 AVAHI_AUTOIPD_USER = @AVAHI_AUTOIPD_USER@
197 AVAHI_GROUP = @AVAHI_GROUP@
198 AVAHI_PRIV_ACCESS_GROUP = @AVAHI_PRIV_ACCESS_GROUP@
199 AVAHI_USER = @AVAHI_USER@
200 AWK = @AWK@
201 CATALOGS = @CATALOGS@
202 CATOBJEXT = @CATOBJEXT@
203 CC = @CC@
204 CCDEPMODE = @CCDEPMODE@
205 CFLAGS = @CFLAGS@
206 CPP = @CPP@
207 CPPFLAGS = @CPPFLAGS@
208 CXX = @CXX@
209 CXXCPP = @CXXCPP@
210 CXXDEPMODE = @CXXDEPMODE@
211 CXXFLAGS = @CXXFLAGS@
212 CYGPATH_W = @CYGPATH_W@
213 DATADIRNAME = @DATADIRNAME@
214 DBUS_CFLAGS = @DBUS_CFLAGS@
215 DBUS_LIBS = @DBUS_LIBS@
216 DBUS_SYSTEM_BUS_DEFAULT_ADDRESS = @DBUS_SYSTEM_BUS_DEFAULT_ADDRESS@
217 DBUS_SYS_DIR = @DBUS_SYS_DIR@
218 DEFS = @DEFS@
219 DEPDIR = @DEPDIR@
220 DLLTOOL = @DLLTOOL@
221 DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
222 DSYMUTIL = @DSYMUTIL@
223 DUMPBIN = @DUMPBIN@
224 DX_CONFIG = @DX_CONFIG@
225 DX_DOCDIR = @DX_DOCDIR@
226 DX_DOT = @DX_DOT@
227 DX_DOXYGEN = @DX_DOXYGEN@
228 DX_DVIPS = @DX_DVIPS@
229 DX_EGREP = @DX_EGREP@
230 DX_ENV = @DX_ENV@
231 DX_FLAG_chi = @DX_FLAG_chi@
232 DX_FLAG_chm = @DX_FLAG_chm@
233 DX_FLAG_doc = @DX_FLAG_doc@
234 DX_FLAG_dot = @DX_FLAG_dot@
235 DX_FLAG_html = @DX_FLAG_html@
236 DX_FLAG_man = @DX_FLAG_man@
237 DX_FLAG_pdf = @DX_FLAG_pdf@
238 DX_FLAG_ps = @DX_FLAG_ps@
239 DX_FLAG_rtf = @DX_FLAG_rtf@
240 DX_FLAG_xml = @DX_FLAG_xml@
241 DX_HHC = @DX_HHC@
242 DX_LATEX = @DX_LATEX@
243 DX_MAKEINDEX = @DX_MAKEINDEX@
244 DX_PDFLATEX = @DX_PDFLATEX@
245 DX_PERL = @DX_PERL@
246 DX_PROJECT = @DX_PROJECT@
247 ECHO_C = @ECHO_C@
248 ECHO_N = @ECHO_N@
249 ECHO_T = @ECHO_T@
250 EGREP = @EGREP@
251 EXEEXT = @EXEEXT@
252 FGREP = @FGREP@
253 GACUTIL = @GACUTIL@
254 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
255 GLIB20_CFLAGS = @GLIB20_CFLAGS@
256 GLIB20_LIBS = @GLIB20_LIBS@
257 GMOFILES = @GMOFILES@
258 GMSGFMT = @GMSGFMT@
259 GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
260 GOBJECT_LIBS = @GOBJECT_LIBS@
261 GREP = @GREP@
262 GTK20_CFLAGS = @GTK20_CFLAGS@
263 GTK20_LIBS = @GTK20_LIBS@
264 GTK30_CFLAGS = @GTK30_CFLAGS@
265 GTK30_LIBS = @GTK30_LIBS@
266 HOWL_COMPAT_VERSION = @HOWL_COMPAT_VERSION@
267 INSTALL = @INSTALL@
268 INSTALL_DATA = @INSTALL_DATA@
269 INSTALL_PROGRAM = @INSTALL_PROGRAM@
270 INSTALL_SCRIPT = @INSTALL_SCRIPT@
271 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
272 INSTOBJEXT = @INSTOBJEXT@
273 INTLLIBS = @INTLLIBS@
274 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
275 INTLTOOL_MERGE = @INTLTOOL_MERGE@
276 INTLTOOL_PERL = @INTLTOOL_PERL@
277 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
278 INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
279 INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
280 INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
281 INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
282 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
283 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
284 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
285 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
286 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
287 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
288 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
289 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
290 LD = @LD@
291 LDFLAGS = @LDFLAGS@
292 LIBAVAHI_CLIENT_VERSION_INFO = @LIBAVAHI_CLIENT_VERSION_INFO@
293 LIBAVAHI_COMMON_VERSION_INFO = @LIBAVAHI_COMMON_VERSION_INFO@
294 LIBAVAHI_COMPAT_HOWL_VERSION_INFO = @LIBAVAHI_COMPAT_HOWL_VERSION_INFO@
295 LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO = @LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO@
296 LIBAVAHI_CORE_VERSION_INFO = @LIBAVAHI_CORE_VERSION_INFO@
297 LIBAVAHI_GLIB_VERSION_INFO = @LIBAVAHI_GLIB_VERSION_INFO@
298 LIBAVAHI_GOBJECT_VERSION_INFO = @LIBAVAHI_GOBJECT_VERSION_INFO@
299 LIBAVAHI_QT3_VERSION_INFO = @LIBAVAHI_QT3_VERSION_INFO@
300 LIBAVAHI_QT4_VERSION_INFO = @LIBAVAHI_QT4_VERSION_INFO@
301 LIBAVAHI_UI_VERSION_INFO = @LIBAVAHI_UI_VERSION_INFO@
302 LIBDAEMON_CFLAGS = @LIBDAEMON_CFLAGS@
303 LIBDAEMON_LIBS = @LIBDAEMON_LIBS@
304 LIBOBJS = @LIBOBJS@
305 LIBS = @LIBS@
306 LIBTOOL = @LIBTOOL@
307 LIPO = @LIPO@
308 LN_S = @LN_S@
309 LTLIBOBJS = @LTLIBOBJS@
310 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
311 MAKEINFO = @MAKEINFO@
312 MANIFEST_TOOL = @MANIFEST_TOOL@
313 MCS = @MCS@
314 MDASSEMBLER = @MDASSEMBLER@
315 MKDIR_P = @MKDIR_P@
316 MKINSTALLDIRS = @MKINSTALLDIRS@
317 MOC_QT3 = @MOC_QT3@
318 MOC_QT4 = @MOC_QT4@
319 MONODOCER = @MONODOCER@
320 MONODOC_CFLAGS = @MONODOC_CFLAGS@
321 MONODOC_DIR = @MONODOC_DIR@
322 MONODOC_LIBS = @MONODOC_LIBS@
323 MSGFMT = @MSGFMT@
324 MSGFMT_OPTS = @MSGFMT_OPTS@
325 MSGMERGE = @MSGMERGE@
326 NM = @NM@
327 NMEDIT = @NMEDIT@
328 OBJDUMP = @OBJDUMP@
329 OBJEXT = @OBJEXT@
330 OTOOL = @OTOOL@
331 OTOOL64 = @OTOOL64@
332 PACKAGE = @PACKAGE@
333 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
334 PACKAGE_NAME = @PACKAGE_NAME@
335 PACKAGE_STRING = @PACKAGE_STRING@
336 PACKAGE_TARNAME = @PACKAGE_TARNAME@
337 PACKAGE_URL = @PACKAGE_URL@
338 PACKAGE_VERSION = @PACKAGE_VERSION@
339 PATH_SEPARATOR = @PATH_SEPARATOR@
340 PKG_CONFIG = @PKG_CONFIG@
341 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
342 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
343 POFILES = @POFILES@
344 POSUB = @POSUB@
345 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
346 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
347 PTHREAD_CC = @PTHREAD_CC@
348 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
349 PTHREAD_LIBS = @PTHREAD_LIBS@
350 PYTHON = @PYTHON@
351 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
352 PYTHON_PLATFORM = @PYTHON_PLATFORM@
353 PYTHON_PREFIX = @PYTHON_PREFIX@
354 PYTHON_VERSION = @PYTHON_VERSION@
355 QT3_CFLAGS = @QT3_CFLAGS@
356 QT3_LIBS = @QT3_LIBS@
357 QT4_CFLAGS = @QT4_CFLAGS@
358 QT4_LIBS = @QT4_LIBS@
359 RANLIB = @RANLIB@
360 SED = @SED@
361 SET_MAKE = @SET_MAKE@
362 SHELL = @SHELL@
363 STOW = @STOW@
364 STRIP = @STRIP@
365 USE_NLS = @USE_NLS@
366 VERSION = @VERSION@
367 VISIBILITY_HIDDEN_CFLAGS = @VISIBILITY_HIDDEN_CFLAGS@
368 XGETTEXT = @XGETTEXT@
369 XML_CFLAGS = @XML_CFLAGS@
370 XML_LIBS = @XML_LIBS@
371 abs_builddir = @abs_builddir@
372 abs_srcdir = @abs_srcdir@
373 abs_top_builddir = @abs_top_builddir@
374 abs_top_srcdir = @abs_top_srcdir@
375 ac_ct_AR = @ac_ct_AR@
376 ac_ct_CC = @ac_ct_CC@
377 ac_ct_CXX = @ac_ct_CXX@
378 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
379 acx_pthread_config = @acx_pthread_config@
380 am__include = @am__include@
381 am__leading_dot = @am__leading_dot@
382 am__quote = @am__quote@
383 am__tar = @am__tar@
384 am__untar = @am__untar@
385 avahi_runtime_dir = @avahi_runtime_dir@
386 avahi_socket = @avahi_socket@
387 avahilocaledir = @avahilocaledir@
388 bindir = @bindir@
389 build = @build@
390 build_alias = @build_alias@
391 build_cpu = @build_cpu@
392 build_os = @build_os@
393 build_vendor = @build_vendor@
394 builddir = @builddir@
395 datadir = @datadir@
396 datarootdir = @datarootdir@
397 docdir = @docdir@
398 dvidir = @dvidir@
399 exec_prefix = @exec_prefix@
400 have_pkg_config = @have_pkg_config@
401 have_xmltoman = @have_xmltoman@
402 host = @host@
403 host_alias = @host_alias@
404 host_cpu = @host_cpu@
405 host_os = @host_os@
406 host_vendor = @host_vendor@
407 htmldir = @htmldir@
408 includedir = @includedir@
409 infodir = @infodir@
410 install_sh = @install_sh@
411 interfacesdir = @interfacesdir@
412 intltool__v_merge_options_ = @intltool__v_merge_options_@
413 intltool__v_merge_options_0 = @intltool__v_merge_options_0@
414 libdir = @libdir@
415 libexecdir = @libexecdir@
416 localedir = @localedir@
417 localstatedir = @localstatedir@
418 mandir = @mandir@
419 mkdir_p = @mkdir_p@
420 oldincludedir = @oldincludedir@
421 pdfdir = @pdfdir@
422 pkgpyexecdir = @pkgpyexecdir@
423 pkgpythondir = @pkgpythondir@
424 prefix = @prefix@
425 program_transform_name = @program_transform_name@
426 psdir = @psdir@
427 pyexecdir = @pyexecdir@
428 pythondir = @pythondir@
429 runstatedir = @runstatedir@
430 sbindir = @sbindir@
431 sharedstatedir = @sharedstatedir@
432 srcdir = @srcdir@
433 sysconfdir = @sysconfdir@
434 systemdsystemunitdir = @systemdsystemunitdir@
435 target_alias = @target_alias@
436 top_build_prefix = @top_build_prefix@
437 top_builddir = @top_builddir@
438 top_srcdir = @top_srcdir@
439 EXTRA_DIST = __init__.py ServiceTypeDatabase.py.in
440 pkglibdatadir = $(libdir)/avahi
441 @HAVE_PYTHON_TRUE@avahidir = $(pythondir)/avahi
442 @HAVE_DBM_TRUE@@HAVE_PYTHON_TRUE@nodist_avahi_SCRIPTS = ServiceTypeDatabase.py
443 @HAVE_GDBM_TRUE@@HAVE_PYTHON_TRUE@nodist_avahi_SCRIPTS = ServiceTypeDatabase.py
444 @HAVE_PYTHON_TRUE@avahi_PYTHON = $(avahi_SCRIPTS) $(am__append_1)
445 CLEANFILES = *.pyc *.pyo ServiceTypeDatabase.py
446 all: all-am
447
448 .SUFFIXES:
449 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
450 @for dep in $?; do \
451 case '$(am__configure_deps)' in \
452 *$$dep*) \
453 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
454 && { if test -f $@; then exit 0; else break; fi; }; \
455 exit 1;; \
456 esac; \
457 done; \
458 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign avahi-python/avahi/Makefile'; \
459 $(am__cd) $(top_srcdir) && \
460 $(AUTOMAKE) --foreign avahi-python/avahi/Makefile
461 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
462 @case '$?' in \
463 *config.status*) \
464 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
465 *) \
466 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
467 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
468 esac;
469
470 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
471 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
472
473 $(top_srcdir)/configure: $(am__configure_deps)
474 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
475 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
476 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
477 $(am__aclocal_m4_deps):
478 install-nodist_avahiSCRIPTS: $(nodist_avahi_SCRIPTS)
479 @$(NORMAL_INSTALL)
480 @list='$(nodist_avahi_SCRIPTS)'; test -n "$(avahidir)" || list=; \
481 if test -n "$$list"; then \
482 echo " $(MKDIR_P) '$(DESTDIR)$(avahidir)'"; \
483 $(MKDIR_P) "$(DESTDIR)$(avahidir)" || exit 1; \
484 fi; \
485 for p in $$list; do \
486 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
487 if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
488 done | \
489 sed -e 'p;s,.*/,,;n' \
490 -e 'h;s|.*|.|' \
491 -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
492 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
493 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
494 if ($$2 == $$4) { files[d] = files[d] " " $$1; \
495 if (++n[d] == $(am__install_max)) { \
496 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
497 else { print "f", d "/" $$4, $$1 } } \
498 END { for (d in files) print "f", d, files[d] }' | \
499 while read type dir files; do \
500 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
501 test -z "$$files" || { \
502 echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(avahidir)$$dir'"; \
503 $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(avahidir)$$dir" || exit $$?; \
504 } \
505 ; done
506
507 uninstall-nodist_avahiSCRIPTS:
508 @$(NORMAL_UNINSTALL)
509 @list='$(nodist_avahi_SCRIPTS)'; test -n "$(avahidir)" || exit 0; \
510 files=`for p in $$list; do echo "$$p"; done | \
511 sed -e 's,.*/,,;$(transform)'`; \
512 dir='$(DESTDIR)$(avahidir)'; $(am__uninstall_files_from_dir)
513
514 mostlyclean-libtool:
515 -rm -f *.lo
516
517 clean-libtool:
518 -rm -rf .libs _libs
519 install-avahiPYTHON: $(avahi_PYTHON)
520 @$(NORMAL_INSTALL)
521 @list='$(avahi_PYTHON)'; dlist=; list2=; test -n "$(avahidir)" || list=; \
522 if test -n "$$list"; then \
523 echo " $(MKDIR_P) '$(DESTDIR)$(avahidir)'"; \
524 $(MKDIR_P) "$(DESTDIR)$(avahidir)" || exit 1; \
525 fi; \
526 for p in $$list; do \
527 if test -f "$$p"; then b=; else b="$(srcdir)/"; fi; \
528 if test -f $$b$$p; then \
529 $(am__strip_dir) \
530 dlist="$$dlist $$f"; \
531 list2="$$list2 $$b$$p"; \
532 else :; fi; \
533 done; \
534 for file in $$list2; do echo $$file; done | $(am__base_list) | \
535 while read files; do \
536 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(avahidir)'"; \
537 $(INSTALL_DATA) $$files "$(DESTDIR)$(avahidir)" || exit $$?; \
538 done || exit $$?; \
539 if test -n "$$dlist"; then \
540 $(am__py_compile) --destdir "$(DESTDIR)" \
541 --basedir "$(avahidir)" $$dlist; \
542 else :; fi
543
544 uninstall-avahiPYTHON:
545 @$(NORMAL_UNINSTALL)
546 @list='$(avahi_PYTHON)'; test -n "$(avahidir)" || list=; \
547 py_files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
548 test -n "$$py_files" || exit 0; \
549 dir='$(DESTDIR)$(avahidir)'; \
550 pyc_files=`echo "$$py_files" | sed 's|$$|c|'`; \
551 pyo_files=`echo "$$py_files" | sed 's|$$|o|'`; \
552 py_files_pep3147=`echo "$$py_files" | $(am__pep3147_tweak)`; \
553 echo "$$py_files_pep3147";\
554 pyc_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|c|'`; \
555 pyo_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|o|'`; \
556 st=0; \
557 for files in \
558 "$$py_files" \
559 "$$pyc_files" \
560 "$$pyo_files" \
561 "$$pyc_files_pep3147" \
562 "$$pyo_files_pep3147" \
563 ; do \
564 $(am__uninstall_files_from_dir) || st=$$?; \
565 done; \
566 exit $$st
567 tags TAGS:
568
569 ctags CTAGS:
570
571 cscope cscopelist:
572
573
574 distdir: $(DISTFILES)
575 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
576 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
577 list='$(DISTFILES)'; \
578 dist_files=`for file in $$list; do echo $$file; done | \
579 sed -e "s|^$$srcdirstrip/||;t" \
580 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
581 case $$dist_files in \
582 */*) $(MKDIR_P) `echo "$$dist_files" | \
583 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
584 sort -u` ;; \
585 esac; \
586 for file in $$dist_files; do \
587 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
588 if test -d $$d/$$file; then \
589 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
590 if test -d "$(distdir)/$$file"; then \
591 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
592 fi; \
593 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
594 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
595 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
596 fi; \
597 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
598 else \
599 test -f "$(distdir)/$$file" \
600 || cp -p $$d/$$file "$(distdir)/$$file" \
601 || exit 1; \
602 fi; \
603 done
604 check-am: all-am
605 check: check-am
606 all-am: Makefile $(SCRIPTS)
607 installdirs:
608 for dir in "$(DESTDIR)$(avahidir)" "$(DESTDIR)$(avahidir)"; do \
609 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
610 done
611 install: install-am
612 install-exec: install-exec-am
613 install-data: install-data-am
614 uninstall: uninstall-am
615
616 install-am: all-am
617 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
618
619 installcheck: installcheck-am
620 install-strip:
621 if test -z '$(STRIP)'; then \
622 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
623 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
624 install; \
625 else \
626 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
627 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
628 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
629 fi
630 mostlyclean-generic:
631
632 clean-generic:
633 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
634
635 distclean-generic:
636 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
637 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
638
639 maintainer-clean-generic:
640 @echo "This command is intended for maintainers to use"
641 @echo "it deletes files that may require special tools to rebuild."
642 clean: clean-am
643
644 clean-am: clean-generic clean-libtool mostlyclean-am
645
646 distclean: distclean-am
647 -rm -f Makefile
648 distclean-am: clean-am distclean-generic
649
650 dvi: dvi-am
651
652 dvi-am:
653
654 html: html-am
655
656 html-am:
657
658 info: info-am
659
660 info-am:
661
662 install-data-am: install-avahiPYTHON install-nodist_avahiSCRIPTS
663
664 install-dvi: install-dvi-am
665
666 install-dvi-am:
667
668 install-exec-am:
669
670 install-html: install-html-am
671
672 install-html-am:
673
674 install-info: install-info-am
675
676 install-info-am:
677
678 install-man:
679
680 install-pdf: install-pdf-am
681
682 install-pdf-am:
683
684 install-ps: install-ps-am
685
686 install-ps-am:
687
688 installcheck-am:
689
690 maintainer-clean: maintainer-clean-am
691 -rm -f Makefile
692 maintainer-clean-am: distclean-am maintainer-clean-generic
693
694 mostlyclean: mostlyclean-am
695
696 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
697
698 pdf: pdf-am
699
700 pdf-am:
701
702 ps: ps-am
703
704 ps-am:
705
706 uninstall-am: uninstall-avahiPYTHON uninstall-nodist_avahiSCRIPTS
707
708 .MAKE: install-am install-strip
709
710 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
711 cscopelist-am ctags-am distclean distclean-generic \
712 distclean-libtool distdir dvi dvi-am html html-am info info-am \
713 install install-am install-avahiPYTHON install-data \
714 install-data-am install-dvi install-dvi-am install-exec \
715 install-exec-am install-html install-html-am install-info \
716 install-info-am install-man install-nodist_avahiSCRIPTS \
717 install-pdf install-pdf-am install-ps install-ps-am \
718 install-strip installcheck installcheck-am installdirs \
719 maintainer-clean maintainer-clean-generic mostlyclean \
720 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
721 tags-am uninstall uninstall-am uninstall-avahiPYTHON \
722 uninstall-nodist_avahiSCRIPTS
723
724 .PRECIOUS: Makefile
725
726
727 @HAVE_GDBM_TRUE@@HAVE_PYTHON_TRUE@ServiceTypeDatabase.py: ServiceTypeDatabase.py.in
728 @HAVE_GDBM_TRUE@@HAVE_PYTHON_TRUE@ $(AM_V_GEN)sed -e 's,@PYTHON\@,$(PYTHON),g' \
729 @HAVE_GDBM_TRUE@@HAVE_PYTHON_TRUE@ -e 's,@DBM\@,gdbm,g' \
730 @HAVE_GDBM_TRUE@@HAVE_PYTHON_TRUE@ -e 's,@FIRST_KEY\@,key = self.db.firstkey(),g' \
731 @HAVE_GDBM_TRUE@@HAVE_PYTHON_TRUE@ -e 's,@CHECK_KEY\@,while key is not None:,g' \
732 @HAVE_GDBM_TRUE@@HAVE_PYTHON_TRUE@ -e 's,@NEXT_KEY\@,key = self.db.nextkey(key),g' \
733 @HAVE_GDBM_TRUE@@HAVE_PYTHON_TRUE@ -e 's,@pkglibdatadir\@,$(pkglibdatadir),g' $< > $@ && \
734 @HAVE_GDBM_TRUE@@HAVE_PYTHON_TRUE@ chmod +x $@
735
736 @HAVE_DBM_TRUE@@HAVE_PYTHON_TRUE@ServiceTypeDatabase.py: ServiceTypeDatabase.py.in
737 @HAVE_DBM_TRUE@@HAVE_PYTHON_TRUE@ $(AM_V_GEN)sed -e 's,@PYTHON\@,$(PYTHON),g' \
738 @HAVE_DBM_TRUE@@HAVE_PYTHON_TRUE@ -e 's,@DBM\@,dbm,g' \
739 @HAVE_DBM_TRUE@@HAVE_PYTHON_TRUE@ -e 's,@FIRST_KEY\@,keys = self.db.keys(),g' \
740 @HAVE_DBM_TRUE@@HAVE_PYTHON_TRUE@ -e 's,@CHECK_KEY\@,for key in keys:,g' \
741 @HAVE_DBM_TRUE@@HAVE_PYTHON_TRUE@ -e 's,@NEXT_KEY\@,,g' \
742 @HAVE_DBM_TRUE@@HAVE_PYTHON_TRUE@ -e 's,@pkglibdatadir\@,$(pkglibdatadir),g' $< > $@ && \
743 @HAVE_DBM_TRUE@@HAVE_PYTHON_TRUE@ chmod +x $@
744
745 # Tell versions [3.59,3.63) of GNU make to not export all variables.
746 # Otherwise a system limit (for SysV at least) may be exceeded.
747 .NOEXPORT:
+0
-3
avahi-python/avahi-discover/.gitignore less more
0 avahi-discover
1 avahi-discover.desktop
2 avahi-discover.desktop.in
0 # Makefile.in generated by automake 1.15 from Makefile.am.
1 # @configure_input@
2
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
4
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 @SET_MAKE@
15
16 # This file is part of avahi.
17 #
18 # avahi is free software; you can redistribute it and/or modify it
19 # under the terms of the GNU Lesser General Public License as
20 # published by the Free Software Foundation; either version 2 of the
21 # License, or (at your option) any later version.
22 #
23 # avahi is distributed in the hope that it will be useful, but WITHOUT
24 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
25 # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
26 # License for more details.
27 #
28 # You should have received a copy of the GNU Lesser General Public
29 # License along with avahi; if not, write to the Free Software
30 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
31 # USA.
32
33
34 VPATH = @srcdir@
35 am__is_gnu_make = { \
36 if test -z '$(MAKELEVEL)'; then \
37 false; \
38 elif test -n '$(MAKE_HOST)'; then \
39 true; \
40 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
41 true; \
42 else \
43 false; \
44 fi; \
45 }
46 am__make_running_with_option = \
47 case $${target_option-} in \
48 ?) ;; \
49 *) echo "am__make_running_with_option: internal error: invalid" \
50 "target option '$${target_option-}' specified" >&2; \
51 exit 1;; \
52 esac; \
53 has_opt=no; \
54 sane_makeflags=$$MAKEFLAGS; \
55 if $(am__is_gnu_make); then \
56 sane_makeflags=$$MFLAGS; \
57 else \
58 case $$MAKEFLAGS in \
59 *\\[\ \ ]*) \
60 bs=\\; \
61 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
62 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
63 esac; \
64 fi; \
65 skip_next=no; \
66 strip_trailopt () \
67 { \
68 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
69 }; \
70 for flg in $$sane_makeflags; do \
71 test $$skip_next = yes && { skip_next=no; continue; }; \
72 case $$flg in \
73 *=*|--*) continue;; \
74 -*I) strip_trailopt 'I'; skip_next=yes;; \
75 -*I?*) strip_trailopt 'I';; \
76 -*O) strip_trailopt 'O'; skip_next=yes;; \
77 -*O?*) strip_trailopt 'O';; \
78 -*l) strip_trailopt 'l'; skip_next=yes;; \
79 -*l?*) strip_trailopt 'l';; \
80 -[dEDm]) skip_next=yes;; \
81 -[JT]) skip_next=yes;; \
82 esac; \
83 case $$flg in \
84 *$$target_option*) has_opt=yes; break;; \
85 esac; \
86 done; \
87 test $$has_opt = yes
88 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
89 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
90 pkgdatadir = $(datadir)/@PACKAGE@
91 pkgincludedir = $(includedir)/@PACKAGE@
92 pkglibdir = $(libdir)/@PACKAGE@
93 pkglibexecdir = $(libexecdir)/@PACKAGE@
94 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
95 install_sh_DATA = $(install_sh) -c -m 644
96 install_sh_PROGRAM = $(install_sh) -c
97 install_sh_SCRIPT = $(install_sh) -c
98 INSTALL_HEADER = $(INSTALL_DATA)
99 transform = $(program_transform_name)
100 NORMAL_INSTALL = :
101 PRE_INSTALL = :
102 POST_INSTALL = :
103 NORMAL_UNINSTALL = :
104 PRE_UNINSTALL = :
105 POST_UNINSTALL = :
106 build_triplet = @build@
107 host_triplet = @host@
108 @HAVE_GDBM_TRUE@@HAVE_PYGTK_TRUE@@HAVE_PYTHON_DBUS_TRUE@@HAVE_PYTHON_TRUE@am__append_1 = \
109 @HAVE_GDBM_TRUE@@HAVE_PYGTK_TRUE@@HAVE_PYTHON_DBUS_TRUE@@HAVE_PYTHON_TRUE@ avahi-discover
110
111 @HAVE_GDBM_TRUE@@HAVE_PYGTK_TRUE@@HAVE_PYTHON_DBUS_TRUE@@HAVE_PYTHON_TRUE@am__append_2 = avahi-discover.desktop
112 @HAVE_GDBM_TRUE@@HAVE_PYGTK_TRUE@@HAVE_PYTHON_DBUS_TRUE@@HAVE_PYTHON_TRUE@am__append_3 = __init__.py
113 @HAVE_DBM_TRUE@@HAVE_PYGTK_TRUE@@HAVE_PYTHON_DBUS_TRUE@@HAVE_PYTHON_TRUE@am__append_4 = \
114 @HAVE_DBM_TRUE@@HAVE_PYGTK_TRUE@@HAVE_PYTHON_DBUS_TRUE@@HAVE_PYTHON_TRUE@ avahi-discover
115
116 @HAVE_DBM_TRUE@@HAVE_PYGTK_TRUE@@HAVE_PYTHON_DBUS_TRUE@@HAVE_PYTHON_TRUE@am__append_5 = avahi-discover.desktop
117 @HAVE_DBM_TRUE@@HAVE_PYGTK_TRUE@@HAVE_PYTHON_DBUS_TRUE@@HAVE_PYTHON_TRUE@am__append_6 = __init__.py
118 subdir = avahi-python/avahi-discover
119 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
120 am__aclocal_m4_deps = $(top_srcdir)/common/acx_pthread.m4 \
121 $(top_srcdir)/common/gcc_stack_protect.m4 \
122 $(top_srcdir)/common/gcc_visibility.m4 \
123 $(top_srcdir)/common/intltool.m4 \
124 $(top_srcdir)/common/introspection.m4 \
125 $(top_srcdir)/common/libtool.m4 \
126 $(top_srcdir)/common/ltoptions.m4 \
127 $(top_srcdir)/common/ltsugar.m4 \
128 $(top_srcdir)/common/ltversion.m4 \
129 $(top_srcdir)/common/lt~obsolete.m4 \
130 $(top_srcdir)/common/nls.m4 $(top_srcdir)/common/python.m4 \
131 $(top_srcdir)/acinclude.m4 $(top_srcdir)/common/doxygen.m4 \
132 $(top_srcdir)/configure.ac
133 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
134 $(ACLOCAL_M4)
135 DIST_COMMON = $(srcdir)/Makefile.am $(am__avahi_discover_PYTHON_DIST) \
136 $(am__DIST_COMMON)
137 mkinstalldirs = $(install_sh) -d
138 CONFIG_HEADER = $(top_builddir)/config.h
139 CONFIG_CLEAN_FILES =
140 CONFIG_CLEAN_VPATH_FILES =
141 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
142 am__vpath_adj = case $$p in \
143 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
144 *) f=$$p;; \
145 esac;
146 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
147 am__install_max = 40
148 am__nobase_strip_setup = \
149 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
150 am__nobase_strip = \
151 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
152 am__nobase_list = $(am__nobase_strip_setup); \
153 for p in $$list; do echo "$$p $$p"; done | \
154 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
155 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
156 if (++n[$$2] == $(am__install_max)) \
157 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
158 END { for (dir in files) print dir, files[dir] }'
159 am__base_list = \
160 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
161 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
162 am__uninstall_files_from_dir = { \
163 test -z "$$files" \
164 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
165 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
166 $(am__cd) "$$dir" && rm -f $$files; }; \
167 }
168 am__installdirs = "$(DESTDIR)$(bindir)" \
169 "$(DESTDIR)$(avahi_discoverdir)" "$(DESTDIR)$(desktopdir)"
170 SCRIPTS = $(bin_SCRIPTS)
171 AM_V_P = $(am__v_P_@AM_V@)
172 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
173 am__v_P_0 = false
174 am__v_P_1 = :
175 AM_V_GEN = $(am__v_GEN_@AM_V@)
176 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
177 am__v_GEN_0 = @echo " GEN " $@;
178 am__v_GEN_1 =
179 AM_V_at = $(am__v_at_@AM_V@)
180 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
181 am__v_at_0 = @
182 am__v_at_1 =
183 SOURCES =
184 DIST_SOURCES =
185 am__can_run_installinfo = \
186 case $$AM_UPDATE_INFO_DIR in \
187 n|no|NO) false;; \
188 *) (install-info --version) >/dev/null 2>&1;; \
189 esac
190 am__avahi_discover_PYTHON_DIST = __init__.py
191 am__py_compile = PYTHON=$(PYTHON) $(SHELL) $(py_compile)
192 am__pep3147_tweak = \
193 sed -e 's|\.py$$||' -e 's|[^/]*$$|__pycache__/&.*.py|'
194 py_compile = $(top_srcdir)/py-compile
195 DATA = $(desktop_DATA)
196 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
197 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/py-compile
198 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
199 ACLOCAL = @ACLOCAL@
200 ALL_LINGUAS = @ALL_LINGUAS@
201 AMTAR = @AMTAR@
202 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
203 AR = @AR@
204 AUTOCONF = @AUTOCONF@
205 AUTOHEADER = @AUTOHEADER@
206 AUTOMAKE = @AUTOMAKE@
207 AVAHI_AUTOIPD_GROUP = @AVAHI_AUTOIPD_GROUP@
208 AVAHI_AUTOIPD_USER = @AVAHI_AUTOIPD_USER@
209 AVAHI_GROUP = @AVAHI_GROUP@
210 AVAHI_PRIV_ACCESS_GROUP = @AVAHI_PRIV_ACCESS_GROUP@
211 AVAHI_USER = @AVAHI_USER@
212 AWK = @AWK@
213 CATALOGS = @CATALOGS@
214 CATOBJEXT = @CATOBJEXT@
215 CC = @CC@
216 CCDEPMODE = @CCDEPMODE@
217 CFLAGS = @CFLAGS@
218 CPP = @CPP@
219 CPPFLAGS = @CPPFLAGS@
220 CXX = @CXX@
221 CXXCPP = @CXXCPP@
222 CXXDEPMODE = @CXXDEPMODE@
223 CXXFLAGS = @CXXFLAGS@
224 CYGPATH_W = @CYGPATH_W@
225 DATADIRNAME = @DATADIRNAME@
226 DBUS_CFLAGS = @DBUS_CFLAGS@
227 DBUS_LIBS = @DBUS_LIBS@
228 DBUS_SYSTEM_BUS_DEFAULT_ADDRESS = @DBUS_SYSTEM_BUS_DEFAULT_ADDRESS@
229 DBUS_SYS_DIR = @DBUS_SYS_DIR@
230 DEFS = @DEFS@
231 DEPDIR = @DEPDIR@
232 DLLTOOL = @DLLTOOL@
233 DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
234 DSYMUTIL = @DSYMUTIL@
235 DUMPBIN = @DUMPBIN@
236 DX_CONFIG = @DX_CONFIG@
237 DX_DOCDIR = @DX_DOCDIR@
238 DX_DOT = @DX_DOT@
239 DX_DOXYGEN = @DX_DOXYGEN@
240 DX_DVIPS = @DX_DVIPS@
241 DX_EGREP = @DX_EGREP@
242 DX_ENV = @DX_ENV@
243 DX_FLAG_chi = @DX_FLAG_chi@
244 DX_FLAG_chm = @DX_FLAG_chm@
245 DX_FLAG_doc = @DX_FLAG_doc@
246 DX_FLAG_dot = @DX_FLAG_dot@
247 DX_FLAG_html = @DX_FLAG_html@
248 DX_FLAG_man = @DX_FLAG_man@
249 DX_FLAG_pdf = @DX_FLAG_pdf@
250 DX_FLAG_ps = @DX_FLAG_ps@
251 DX_FLAG_rtf = @DX_FLAG_rtf@
252 DX_FLAG_xml = @DX_FLAG_xml@
253 DX_HHC = @DX_HHC@
254 DX_LATEX = @DX_LATEX@
255 DX_MAKEINDEX = @DX_MAKEINDEX@
256 DX_PDFLATEX = @DX_PDFLATEX@
257 DX_PERL = @DX_PERL@
258 DX_PROJECT = @DX_PROJECT@
259 ECHO_C = @ECHO_C@
260 ECHO_N = @ECHO_N@
261 ECHO_T = @ECHO_T@
262 EGREP = @EGREP@
263 EXEEXT = @EXEEXT@
264 FGREP = @FGREP@
265 GACUTIL = @GACUTIL@
266 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
267 GLIB20_CFLAGS = @GLIB20_CFLAGS@
268 GLIB20_LIBS = @GLIB20_LIBS@
269 GMOFILES = @GMOFILES@
270 GMSGFMT = @GMSGFMT@
271 GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
272 GOBJECT_LIBS = @GOBJECT_LIBS@
273 GREP = @GREP@
274 GTK20_CFLAGS = @GTK20_CFLAGS@
275 GTK20_LIBS = @GTK20_LIBS@
276 GTK30_CFLAGS = @GTK30_CFLAGS@
277 GTK30_LIBS = @GTK30_LIBS@
278 HOWL_COMPAT_VERSION = @HOWL_COMPAT_VERSION@
279 INSTALL = @INSTALL@
280 INSTALL_DATA = @INSTALL_DATA@
281 INSTALL_PROGRAM = @INSTALL_PROGRAM@
282 INSTALL_SCRIPT = @INSTALL_SCRIPT@
283 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
284 INSTOBJEXT = @INSTOBJEXT@
285 INTLLIBS = @INTLLIBS@
286 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
287 INTLTOOL_MERGE = @INTLTOOL_MERGE@
288 INTLTOOL_PERL = @INTLTOOL_PERL@
289 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
290 INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
291 INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
292 INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
293 INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
294 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
295 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
296 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
297 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
298 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
299 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
300 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
301 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
302 LD = @LD@
303 LDFLAGS = @LDFLAGS@
304 LIBAVAHI_CLIENT_VERSION_INFO = @LIBAVAHI_CLIENT_VERSION_INFO@
305 LIBAVAHI_COMMON_VERSION_INFO = @LIBAVAHI_COMMON_VERSION_INFO@
306 LIBAVAHI_COMPAT_HOWL_VERSION_INFO = @LIBAVAHI_COMPAT_HOWL_VERSION_INFO@
307 LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO = @LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO@
308 LIBAVAHI_CORE_VERSION_INFO = @LIBAVAHI_CORE_VERSION_INFO@
309 LIBAVAHI_GLIB_VERSION_INFO = @LIBAVAHI_GLIB_VERSION_INFO@
310 LIBAVAHI_GOBJECT_VERSION_INFO = @LIBAVAHI_GOBJECT_VERSION_INFO@
311 LIBAVAHI_QT3_VERSION_INFO = @LIBAVAHI_QT3_VERSION_INFO@
312 LIBAVAHI_QT4_VERSION_INFO = @LIBAVAHI_QT4_VERSION_INFO@
313 LIBAVAHI_UI_VERSION_INFO = @LIBAVAHI_UI_VERSION_INFO@
314 LIBDAEMON_CFLAGS = @LIBDAEMON_CFLAGS@
315 LIBDAEMON_LIBS = @LIBDAEMON_LIBS@
316 LIBOBJS = @LIBOBJS@
317 LIBS = @LIBS@
318 LIBTOOL = @LIBTOOL@
319 LIPO = @LIPO@
320 LN_S = @LN_S@
321 LTLIBOBJS = @LTLIBOBJS@
322 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
323 MAKEINFO = @MAKEINFO@
324 MANIFEST_TOOL = @MANIFEST_TOOL@
325 MCS = @MCS@
326 MDASSEMBLER = @MDASSEMBLER@
327 MKDIR_P = @MKDIR_P@
328 MKINSTALLDIRS = @MKINSTALLDIRS@
329 MOC_QT3 = @MOC_QT3@
330 MOC_QT4 = @MOC_QT4@
331 MONODOCER = @MONODOCER@
332 MONODOC_CFLAGS = @MONODOC_CFLAGS@
333 MONODOC_DIR = @MONODOC_DIR@
334 MONODOC_LIBS = @MONODOC_LIBS@
335 MSGFMT = @MSGFMT@
336 MSGFMT_OPTS = @MSGFMT_OPTS@
337 MSGMERGE = @MSGMERGE@
338 NM = @NM@
339 NMEDIT = @NMEDIT@
340 OBJDUMP = @OBJDUMP@
341 OBJEXT = @OBJEXT@
342 OTOOL = @OTOOL@
343 OTOOL64 = @OTOOL64@
344 PACKAGE = @PACKAGE@
345 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
346 PACKAGE_NAME = @PACKAGE_NAME@
347 PACKAGE_STRING = @PACKAGE_STRING@
348 PACKAGE_TARNAME = @PACKAGE_TARNAME@
349 PACKAGE_URL = @PACKAGE_URL@
350 PACKAGE_VERSION = @PACKAGE_VERSION@
351 PATH_SEPARATOR = @PATH_SEPARATOR@
352 PKG_CONFIG = @PKG_CONFIG@
353 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
354 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
355 POFILES = @POFILES@
356 POSUB = @POSUB@
357 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
358 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
359 PTHREAD_CC = @PTHREAD_CC@
360 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
361 PTHREAD_LIBS = @PTHREAD_LIBS@
362 PYTHON = @PYTHON@
363 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
364 PYTHON_PLATFORM = @PYTHON_PLATFORM@
365 PYTHON_PREFIX = @PYTHON_PREFIX@
366 PYTHON_VERSION = @PYTHON_VERSION@
367 QT3_CFLAGS = @QT3_CFLAGS@
368 QT3_LIBS = @QT3_LIBS@
369 QT4_CFLAGS = @QT4_CFLAGS@
370 QT4_LIBS = @QT4_LIBS@
371 RANLIB = @RANLIB@
372 SED = @SED@
373 SET_MAKE = @SET_MAKE@
374 SHELL = @SHELL@
375 STOW = @STOW@
376 STRIP = @STRIP@
377 USE_NLS = @USE_NLS@
378 VERSION = @VERSION@
379 VISIBILITY_HIDDEN_CFLAGS = @VISIBILITY_HIDDEN_CFLAGS@
380 XGETTEXT = @XGETTEXT@
381 XML_CFLAGS = @XML_CFLAGS@
382 XML_LIBS = @XML_LIBS@
383 abs_builddir = @abs_builddir@
384 abs_srcdir = @abs_srcdir@
385 abs_top_builddir = @abs_top_builddir@
386 abs_top_srcdir = @abs_top_srcdir@
387 ac_ct_AR = @ac_ct_AR@
388 ac_ct_CC = @ac_ct_CC@
389 ac_ct_CXX = @ac_ct_CXX@
390 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
391 acx_pthread_config = @acx_pthread_config@
392 am__include = @am__include@
393 am__leading_dot = @am__leading_dot@
394 am__quote = @am__quote@
395 am__tar = @am__tar@
396 am__untar = @am__untar@
397 avahi_runtime_dir = @avahi_runtime_dir@
398 avahi_socket = @avahi_socket@
399 avahilocaledir = @avahilocaledir@
400 bindir = @bindir@
401 build = @build@
402 build_alias = @build_alias@
403 build_cpu = @build_cpu@
404 build_os = @build_os@
405 build_vendor = @build_vendor@
406 builddir = @builddir@
407 datadir = @datadir@
408 datarootdir = @datarootdir@
409 docdir = @docdir@
410 dvidir = @dvidir@
411 exec_prefix = @exec_prefix@
412 have_pkg_config = @have_pkg_config@
413 have_xmltoman = @have_xmltoman@
414 host = @host@
415 host_alias = @host_alias@
416 host_cpu = @host_cpu@
417 host_os = @host_os@
418 host_vendor = @host_vendor@
419 htmldir = @htmldir@
420 includedir = @includedir@
421 infodir = @infodir@
422 install_sh = @install_sh@
423 interfacesdir = @interfacesdir@
424 intltool__v_merge_options_ = @intltool__v_merge_options_@
425 intltool__v_merge_options_0 = @intltool__v_merge_options_0@
426 libdir = @libdir@
427 libexecdir = @libexecdir@
428 localedir = @localedir@
429 localstatedir = @localstatedir@
430 mandir = @mandir@
431 mkdir_p = @mkdir_p@
432 oldincludedir = @oldincludedir@
433 pdfdir = @pdfdir@
434 pkgpyexecdir = @pkgpyexecdir@
435 pkgpythondir = @pkgpythondir@
436 prefix = @prefix@
437 program_transform_name = @program_transform_name@
438 psdir = @psdir@
439 pyexecdir = @pyexecdir@
440 pythondir = @pythondir@
441 runstatedir = @runstatedir@
442 sbindir = @sbindir@
443 sharedstatedir = @sharedstatedir@
444 srcdir = @srcdir@
445 sysconfdir = @sysconfdir@
446 systemdsystemunitdir = @systemdsystemunitdir@
447 target_alias = @target_alias@
448 top_build_prefix = @top_build_prefix@
449 top_builddir = @top_builddir@
450 top_srcdir = @top_srcdir@
451 AM_CFLAGS = -I$(top_srcdir)
452 EXTRA_DIST = \
453 __init__.py \
454 avahi-discover.py \
455 avahi-discover.desktop.in.in
456
457 @HAVE_PYGTK_TRUE@@HAVE_PYTHON_DBUS_TRUE@@HAVE_PYTHON_TRUE@pythonscripts = $(am__append_1) \
458 @HAVE_PYGTK_TRUE@@HAVE_PYTHON_DBUS_TRUE@@HAVE_PYTHON_TRUE@ $(am__append_4)
459 @HAVE_PYGTK_TRUE@@HAVE_PYTHON_DBUS_TRUE@@HAVE_PYTHON_TRUE@desktopdir = $(datadir)/applications
460 @HAVE_PYGTK_TRUE@@HAVE_PYTHON_DBUS_TRUE@@HAVE_PYTHON_TRUE@desktop_DATA = $(am__append_2) \
461 @HAVE_PYGTK_TRUE@@HAVE_PYTHON_DBUS_TRUE@@HAVE_PYTHON_TRUE@ $(am__append_5)
462 @HAVE_PYGTK_TRUE@@HAVE_PYTHON_DBUS_TRUE@@HAVE_PYTHON_TRUE@avahi_discoverdir = $(pythondir)/avahi_discover
463 @HAVE_PYGTK_TRUE@@HAVE_PYTHON_DBUS_TRUE@@HAVE_PYTHON_TRUE@avahi_discover_PYTHON = $(am__append_3) \
464 @HAVE_PYGTK_TRUE@@HAVE_PYTHON_DBUS_TRUE@@HAVE_PYTHON_TRUE@ $(am__append_6)
465 @HAVE_PYGTK_TRUE@@HAVE_PYTHON_DBUS_TRUE@@HAVE_PYTHON_TRUE@bin_SCRIPTS = $(pythonscripts)
466 @HAVE_PYGTK_TRUE@@HAVE_PYTHON_DBUS_TRUE@@HAVE_PYTHON_TRUE@CLEANFILES = $(pythonscripts) $(desktop_DATA) *.pyc *.pyo avahi-discover.desktop.in
467 all: all-am
468
469 .SUFFIXES:
470 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
471 @for dep in $?; do \
472 case '$(am__configure_deps)' in \
473 *$$dep*) \
474 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
475 && { if test -f $@; then exit 0; else break; fi; }; \
476 exit 1;; \
477 esac; \
478 done; \
479 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign avahi-python/avahi-discover/Makefile'; \
480 $(am__cd) $(top_srcdir) && \
481 $(AUTOMAKE) --foreign avahi-python/avahi-discover/Makefile
482 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
483 @case '$?' in \
484 *config.status*) \
485 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
486 *) \
487 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
488 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
489 esac;
490
491 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
492 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
493
494 $(top_srcdir)/configure: $(am__configure_deps)
495 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
496 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
497 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
498 $(am__aclocal_m4_deps):
499 install-binSCRIPTS: $(bin_SCRIPTS)
500 @$(NORMAL_INSTALL)
501 @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
502 if test -n "$$list"; then \
503 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
504 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
505 fi; \
506 for p in $$list; do \
507 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
508 if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
509 done | \
510 sed -e 'p;s,.*/,,;n' \
511 -e 'h;s|.*|.|' \
512 -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
513 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
514 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
515 if ($$2 == $$4) { files[d] = files[d] " " $$1; \
516 if (++n[d] == $(am__install_max)) { \
517 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
518 else { print "f", d "/" $$4, $$1 } } \
519 END { for (d in files) print "f", d, files[d] }' | \
520 while read type dir files; do \
521 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
522 test -z "$$files" || { \
523 echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
524 $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
525 } \
526 ; done
527
528 uninstall-binSCRIPTS:
529 @$(NORMAL_UNINSTALL)
530 @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
531 files=`for p in $$list; do echo "$$p"; done | \
532 sed -e 's,.*/,,;$(transform)'`; \
533 dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
534
535 mostlyclean-libtool:
536 -rm -f *.lo
537
538 clean-libtool:
539 -rm -rf .libs _libs
540 install-avahi_discoverPYTHON: $(avahi_discover_PYTHON)
541 @$(NORMAL_INSTALL)
542 @list='$(avahi_discover_PYTHON)'; dlist=; list2=; test -n "$(avahi_discoverdir)" || list=; \
543 if test -n "$$list"; then \
544 echo " $(MKDIR_P) '$(DESTDIR)$(avahi_discoverdir)'"; \
545 $(MKDIR_P) "$(DESTDIR)$(avahi_discoverdir)" || exit 1; \
546 fi; \
547 for p in $$list; do \
548 if test -f "$$p"; then b=; else b="$(srcdir)/"; fi; \
549 if test -f $$b$$p; then \
550 $(am__strip_dir) \
551 dlist="$$dlist $$f"; \
552 list2="$$list2 $$b$$p"; \
553 else :; fi; \
554 done; \
555 for file in $$list2; do echo $$file; done | $(am__base_list) | \
556 while read files; do \
557 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(avahi_discoverdir)'"; \
558 $(INSTALL_DATA) $$files "$(DESTDIR)$(avahi_discoverdir)" || exit $$?; \
559 done || exit $$?; \
560 if test -n "$$dlist"; then \
561 $(am__py_compile) --destdir "$(DESTDIR)" \
562 --basedir "$(avahi_discoverdir)" $$dlist; \
563 else :; fi
564
565 uninstall-avahi_discoverPYTHON:
566 @$(NORMAL_UNINSTALL)
567 @list='$(avahi_discover_PYTHON)'; test -n "$(avahi_discoverdir)" || list=; \
568 py_files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
569 test -n "$$py_files" || exit 0; \
570 dir='$(DESTDIR)$(avahi_discoverdir)'; \
571 pyc_files=`echo "$$py_files" | sed 's|$$|c|'`; \
572 pyo_files=`echo "$$py_files" | sed 's|$$|o|'`; \
573 py_files_pep3147=`echo "$$py_files" | $(am__pep3147_tweak)`; \
574 echo "$$py_files_pep3147";\
575 pyc_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|c|'`; \
576 pyo_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|o|'`; \
577 st=0; \
578 for files in \
579 "$$py_files" \
580 "$$pyc_files" \
581 "$$pyo_files" \
582 "$$pyc_files_pep3147" \
583 "$$pyo_files_pep3147" \
584 ; do \
585 $(am__uninstall_files_from_dir) || st=$$?; \
586 done; \
587 exit $$st
588 install-desktopDATA: $(desktop_DATA)
589 @$(NORMAL_INSTALL)
590 @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
591 if test -n "$$list"; then \
592 echo " $(MKDIR_P) '$(DESTDIR)$(desktopdir)'"; \
593 $(MKDIR_P) "$(DESTDIR)$(desktopdir)" || exit 1; \
594 fi; \
595 for p in $$list; do \
596 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
597 echo "$$d$$p"; \
598 done | $(am__base_list) | \
599 while read files; do \
600 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(desktopdir)'"; \
601 $(INSTALL_DATA) $$files "$(DESTDIR)$(desktopdir)" || exit $$?; \
602 done
603
604 uninstall-desktopDATA:
605 @$(NORMAL_UNINSTALL)
606 @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
607 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
608 dir='$(DESTDIR)$(desktopdir)'; $(am__uninstall_files_from_dir)
609 tags TAGS:
610
611 ctags CTAGS:
612
613 cscope cscopelist:
614
615
616 distdir: $(DISTFILES)
617 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
618 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
619 list='$(DISTFILES)'; \
620 dist_files=`for file in $$list; do echo $$file; done | \
621 sed -e "s|^$$srcdirstrip/||;t" \
622 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
623 case $$dist_files in \
624 */*) $(MKDIR_P) `echo "$$dist_files" | \
625 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
626 sort -u` ;; \
627 esac; \
628 for file in $$dist_files; do \
629 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
630 if test -d $$d/$$file; then \
631 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
632 if test -d "$(distdir)/$$file"; then \
633 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
634 fi; \
635 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
636 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
637 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
638 fi; \
639 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
640 else \
641 test -f "$(distdir)/$$file" \
642 || cp -p $$d/$$file "$(distdir)/$$file" \
643 || exit 1; \
644 fi; \
645 done
646 check-am: all-am
647 check: check-am
648 all-am: Makefile $(SCRIPTS) $(DATA)
649 installdirs:
650 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(avahi_discoverdir)" "$(DESTDIR)$(desktopdir)"; do \
651 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
652 done
653 install: install-am
654 install-exec: install-exec-am
655 install-data: install-data-am
656 uninstall: uninstall-am
657
658 install-am: all-am
659 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
660
661 installcheck: installcheck-am
662 install-strip:
663 if test -z '$(STRIP)'; then \
664 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
665 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
666 install; \
667 else \
668 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
669 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
670 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
671 fi
672 mostlyclean-generic:
673
674 clean-generic:
675 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
676
677 distclean-generic:
678 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
679 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
680
681 maintainer-clean-generic:
682 @echo "This command is intended for maintainers to use"
683 @echo "it deletes files that may require special tools to rebuild."
684 clean: clean-am
685
686 clean-am: clean-generic clean-libtool mostlyclean-am
687
688 distclean: distclean-am
689 -rm -f Makefile
690 distclean-am: clean-am distclean-generic
691
692 dvi: dvi-am
693
694 dvi-am:
695
696 html: html-am
697
698 html-am:
699
700 info: info-am
701
702 info-am:
703
704 install-data-am: install-avahi_discoverPYTHON install-desktopDATA
705
706 install-dvi: install-dvi-am
707
708 install-dvi-am:
709
710 install-exec-am: install-binSCRIPTS
711
712 install-html: install-html-am
713
714 install-html-am:
715
716 install-info: install-info-am
717
718 install-info-am:
719
720 install-man:
721
722 install-pdf: install-pdf-am
723
724 install-pdf-am:
725
726 install-ps: install-ps-am
727
728 install-ps-am:
729
730 installcheck-am:
731
732 maintainer-clean: maintainer-clean-am
733 -rm -f Makefile
734 maintainer-clean-am: distclean-am maintainer-clean-generic
735
736 mostlyclean: mostlyclean-am
737
738 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
739
740 pdf: pdf-am
741
742 pdf-am:
743
744 ps: ps-am
745
746 ps-am:
747
748 uninstall-am: uninstall-avahi_discoverPYTHON uninstall-binSCRIPTS \
749 uninstall-desktopDATA
750
751 .MAKE: install-am install-strip
752
753 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
754 cscopelist-am ctags-am distclean distclean-generic \
755 distclean-libtool distdir dvi dvi-am html html-am info info-am \
756 install install-am install-avahi_discoverPYTHON \
757 install-binSCRIPTS install-data install-data-am \
758 install-desktopDATA install-dvi install-dvi-am install-exec \
759 install-exec-am install-html install-html-am install-info \
760 install-info-am install-man install-pdf install-pdf-am \
761 install-ps install-ps-am install-strip installcheck \
762 installcheck-am installdirs maintainer-clean \
763 maintainer-clean-generic mostlyclean mostlyclean-generic \
764 mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
765 uninstall-am uninstall-avahi_discoverPYTHON \
766 uninstall-binSCRIPTS uninstall-desktopDATA
767
768 .PRECIOUS: Makefile
769
770 @HAVE_GDBM_TRUE@@HAVE_PYGTK_TRUE@@HAVE_PYTHON_DBUS_TRUE@@HAVE_PYTHON_TRUE@@INTLTOOL_DESKTOP_RULE@
771 @HAVE_DBM_TRUE@@HAVE_PYGTK_TRUE@@HAVE_PYTHON_DBUS_TRUE@@HAVE_PYTHON_TRUE@@INTLTOOL_DESKTOP_RULE@
772
773 @HAVE_PYGTK_TRUE@@HAVE_PYTHON_DBUS_TRUE@@HAVE_PYTHON_TRUE@avahi-discover.desktop.in: avahi-discover.desktop.in.in
774 @HAVE_PYGTK_TRUE@@HAVE_PYTHON_DBUS_TRUE@@HAVE_PYTHON_TRUE@ $(AM_V_GEN)sed -e 's,@bindir\@,$(bindir),g' $< > $@
775
776 @HAVE_PYGTK_TRUE@@HAVE_PYTHON_DBUS_TRUE@@HAVE_PYTHON_TRUE@avahi-discover: avahi-discover.py
777 @HAVE_PYGTK_TRUE@@HAVE_PYTHON_DBUS_TRUE@@HAVE_PYTHON_TRUE@ $(AM_V_GEN)sed -e 's,@PYTHON\@,$(PYTHON),g' \
778 @HAVE_PYGTK_TRUE@@HAVE_PYTHON_DBUS_TRUE@@HAVE_PYTHON_TRUE@ -e 's,@GETTEXT_PACKAGE\@,"$(GETTEXT_PACKAGE)",g' \
779 @HAVE_PYGTK_TRUE@@HAVE_PYTHON_DBUS_TRUE@@HAVE_PYTHON_TRUE@ -e 's,@LOCALEDIR\@,"$(avahilocaledir)",g' \
780 @HAVE_PYGTK_TRUE@@HAVE_PYTHON_DBUS_TRUE@@HAVE_PYTHON_TRUE@ -e 's,@interfacesdir\@,$(interfacesdir),g' $< > $@ && \
781 @HAVE_PYGTK_TRUE@@HAVE_PYTHON_DBUS_TRUE@@HAVE_PYTHON_TRUE@ chmod +x $@
782
783 # Tell versions [3.59,3.63) of GNU make to not export all variables.
784 # Otherwise a system limit (for SysV at least) may be exceeded.
785 .NOEXPORT:
6060 path = os.path.join(ui_dir, path)
6161 gtk.window_set_default_icon_name("network-wired")
6262 self.ui = gtk.Builder()
63 self.ui.set_translation_domain("avahi")
6364 self.ui.add_from_file(path)
6465 self.ui.connect_signals(self)
6566 self.tree_view = self.ui.get_object("tree_view")
+0
-9
avahi-qt/.gitignore less more
0 *.o
1 *.lo
2 *.la
3 Makefile
4 Makefile.in
5 .deps
6 .libs
7 *.moc3
8 *.moc4
0 # Makefile.in generated by automake 1.15 from Makefile.am.
1 # @configure_input@
2
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
4
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 @SET_MAKE@
15
16 # This file is part of avahi.
17 #
18 # avahi is free software; you can redistribute it and/or modify it
19 # under the terms of the GNU Lesser General Public License as
20 # published by the Free Software Foundation; either version 2 of the
21 # License, or (at your option) any later version.
22 #
23 # avahi is distributed in the hope that it will be useful, but WITHOUT
24 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
25 # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
26 # License for more details.
27 #
28 # You should have received a copy of the GNU Lesser General Public
29 # License along with avahi; if not, write to the Free Software
30 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
31 # USA.
32
33
34 VPATH = @srcdir@
35 am__is_gnu_make = { \
36 if test -z '$(MAKELEVEL)'; then \
37 false; \
38 elif test -n '$(MAKE_HOST)'; then \
39 true; \
40 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
41 true; \
42 else \
43 false; \
44 fi; \
45 }
46 am__make_running_with_option = \
47 case $${target_option-} in \
48 ?) ;; \
49 *) echo "am__make_running_with_option: internal error: invalid" \
50 "target option '$${target_option-}' specified" >&2; \
51 exit 1;; \
52 esac; \
53 has_opt=no; \
54 sane_makeflags=$$MAKEFLAGS; \
55 if $(am__is_gnu_make); then \
56 sane_makeflags=$$MFLAGS; \
57 else \
58 case $$MAKEFLAGS in \
59 *\\[\ \ ]*) \
60 bs=\\; \
61 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
62 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
63 esac; \
64 fi; \
65 skip_next=no; \
66 strip_trailopt () \
67 { \
68 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
69 }; \
70 for flg in $$sane_makeflags; do \
71 test $$skip_next = yes && { skip_next=no; continue; }; \
72 case $$flg in \
73 *=*|--*) continue;; \
74 -*I) strip_trailopt 'I'; skip_next=yes;; \
75 -*I?*) strip_trailopt 'I';; \
76 -*O) strip_trailopt 'O'; skip_next=yes;; \
77 -*O?*) strip_trailopt 'O';; \
78 -*l) strip_trailopt 'l'; skip_next=yes;; \
79 -*l?*) strip_trailopt 'l';; \
80 -[dEDm]) skip_next=yes;; \
81 -[JT]) skip_next=yes;; \
82 esac; \
83 case $$flg in \
84 *$$target_option*) has_opt=yes; break;; \
85 esac; \
86 done; \
87 test $$has_opt = yes
88 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
89 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
90 pkgdatadir = $(datadir)/@PACKAGE@
91 pkgincludedir = $(includedir)/@PACKAGE@
92 pkglibdir = $(libdir)/@PACKAGE@
93 pkglibexecdir = $(libexecdir)/@PACKAGE@
94 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
95 install_sh_DATA = $(install_sh) -c -m 644
96 install_sh_PROGRAM = $(install_sh) -c
97 install_sh_SCRIPT = $(install_sh) -c
98 INSTALL_HEADER = $(INSTALL_DATA)
99 transform = $(program_transform_name)
100 NORMAL_INSTALL = :
101 PRE_INSTALL = :
102 POST_INSTALL = :
103 NORMAL_UNINSTALL = :
104 PRE_UNINSTALL = :
105 POST_UNINSTALL = :
106 build_triplet = @build@
107 host_triplet = @host@
108 @HAVE_QT3_TRUE@am__append_1 = \
109 @HAVE_QT3_TRUE@ libavahi-qt3.la
110
111 @HAVE_QT3_TRUE@am__append_2 = qt-watch.moc3
112 @HAVE_QT4_TRUE@am__append_3 = \
113 @HAVE_QT4_TRUE@ libavahi-qt4.la
114
115 @HAVE_QT4_TRUE@am__append_4 = qt-watch.moc4
116 subdir = avahi-qt
117 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
118 am__aclocal_m4_deps = $(top_srcdir)/common/acx_pthread.m4 \
119 $(top_srcdir)/common/gcc_stack_protect.m4 \
120 $(top_srcdir)/common/gcc_visibility.m4 \
121 $(top_srcdir)/common/intltool.m4 \
122 $(top_srcdir)/common/introspection.m4 \
123 $(top_srcdir)/common/libtool.m4 \
124 $(top_srcdir)/common/ltoptions.m4 \
125 $(top_srcdir)/common/ltsugar.m4 \
126 $(top_srcdir)/common/ltversion.m4 \
127 $(top_srcdir)/common/lt~obsolete.m4 \
128 $(top_srcdir)/common/nls.m4 $(top_srcdir)/common/python.m4 \
129 $(top_srcdir)/acinclude.m4 $(top_srcdir)/common/doxygen.m4 \
130 $(top_srcdir)/configure.ac
131 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
132 $(ACLOCAL_M4)
133 DIST_COMMON = $(srcdir)/Makefile.am \
134 $(am__avahiqt3include_HEADERS_DIST) \
135 $(am__avahiqt4include_HEADERS_DIST) $(am__DIST_COMMON)
136 mkinstalldirs = $(install_sh) -d
137 CONFIG_HEADER = $(top_builddir)/config.h
138 CONFIG_CLEAN_FILES =
139 CONFIG_CLEAN_VPATH_FILES =
140 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
141 am__vpath_adj = case $$p in \
142 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
143 *) f=$$p;; \
144 esac;
145 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
146 am__install_max = 40
147 am__nobase_strip_setup = \
148 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
149 am__nobase_strip = \
150 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
151 am__nobase_list = $(am__nobase_strip_setup); \
152 for p in $$list; do echo "$$p $$p"; done | \
153 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
154 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
155 if (++n[$$2] == $(am__install_max)) \
156 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
157 END { for (dir in files) print dir, files[dir] }'
158 am__base_list = \
159 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
160 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
161 am__uninstall_files_from_dir = { \
162 test -z "$$files" \
163 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
164 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
165 $(am__cd) "$$dir" && rm -f $$files; }; \
166 }
167 am__installdirs = "$(DESTDIR)$(libdir)" \
168 "$(DESTDIR)$(avahiqt3includedir)" \
169 "$(DESTDIR)$(avahiqt4includedir)"
170 LTLIBRARIES = $(lib_LTLIBRARIES)
171 am__DEPENDENCIES_1 =
172 @HAVE_QT3_TRUE@libavahi_qt3_la_DEPENDENCIES = \
173 @HAVE_QT3_TRUE@ ../avahi-common/libavahi-common.la \
174 @HAVE_QT3_TRUE@ $(am__DEPENDENCIES_1)
175 am__libavahi_qt3_la_SOURCES_DIST = qt-watch.cpp
176 @HAVE_QT3_TRUE@am_libavahi_qt3_la_OBJECTS = \
177 @HAVE_QT3_TRUE@ libavahi_qt3_la-qt-watch.lo
178 libavahi_qt3_la_OBJECTS = $(am_libavahi_qt3_la_OBJECTS)
179 AM_V_lt = $(am__v_lt_@AM_V@)
180 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
181 am__v_lt_0 = --silent
182 am__v_lt_1 =
183 libavahi_qt3_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
184 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
185 $(AM_CXXFLAGS) $(CXXFLAGS) $(libavahi_qt3_la_LDFLAGS) \
186 $(LDFLAGS) -o $@
187 @HAVE_QT3_TRUE@am_libavahi_qt3_la_rpath = -rpath $(libdir)
188 @HAVE_QT4_TRUE@libavahi_qt4_la_DEPENDENCIES = \
189 @HAVE_QT4_TRUE@ ../avahi-common/libavahi-common.la \
190 @HAVE_QT4_TRUE@ $(am__DEPENDENCIES_1)
191 am__libavahi_qt4_la_SOURCES_DIST = qt-watch.cpp
192 @HAVE_QT4_TRUE@am_libavahi_qt4_la_OBJECTS = \
193 @HAVE_QT4_TRUE@ libavahi_qt4_la-qt-watch.lo
194 libavahi_qt4_la_OBJECTS = $(am_libavahi_qt4_la_OBJECTS)
195 libavahi_qt4_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
196 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
197 $(AM_CXXFLAGS) $(CXXFLAGS) $(libavahi_qt4_la_LDFLAGS) \
198 $(LDFLAGS) -o $@
199 @HAVE_QT4_TRUE@am_libavahi_qt4_la_rpath = -rpath $(libdir)
200 AM_V_P = $(am__v_P_@AM_V@)
201 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
202 am__v_P_0 = false
203 am__v_P_1 = :
204 AM_V_GEN = $(am__v_GEN_@AM_V@)
205 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
206 am__v_GEN_0 = @echo " GEN " $@;
207 am__v_GEN_1 =
208 AM_V_at = $(am__v_at_@AM_V@)
209 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
210 am__v_at_0 = @
211 am__v_at_1 =
212 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
213 depcomp = $(SHELL) $(top_srcdir)/depcomp
214 am__depfiles_maybe = depfiles
215 am__mv = mv -f
216 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
217 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
218 LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
219 $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
220 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
221 $(AM_CXXFLAGS) $(CXXFLAGS)
222 AM_V_CXX = $(am__v_CXX_@AM_V@)
223 am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
224 am__v_CXX_0 = @echo " CXX " $@;
225 am__v_CXX_1 =
226 CXXLD = $(CXX)
227 CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
228 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
229 $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
230 AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
231 am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
232 am__v_CXXLD_0 = @echo " CXXLD " $@;
233 am__v_CXXLD_1 =
234 SOURCES = $(libavahi_qt3_la_SOURCES) $(libavahi_qt4_la_SOURCES)
235 DIST_SOURCES = $(am__libavahi_qt3_la_SOURCES_DIST) \
236 $(am__libavahi_qt4_la_SOURCES_DIST)
237 am__can_run_installinfo = \
238 case $$AM_UPDATE_INFO_DIR in \
239 n|no|NO) false;; \
240 *) (install-info --version) >/dev/null 2>&1;; \
241 esac
242 am__avahiqt3include_HEADERS_DIST = qt-watch.h
243 am__avahiqt4include_HEADERS_DIST = qt-watch.h
244 HEADERS = $(avahiqt3include_HEADERS) $(avahiqt4include_HEADERS)
245 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
246 # Read a list of newline-separated strings from the standard input,
247 # and print each of them once, without duplicates. Input order is
248 # *not* preserved.
249 am__uniquify_input = $(AWK) '\
250 BEGIN { nonempty = 0; } \
251 { items[$$0] = 1; nonempty = 1; } \
252 END { if (nonempty) { for (i in items) print i; }; } \
253 '
254 # Make sure the list of sources is unique. This is necessary because,
255 # e.g., the same source file might be shared among _SOURCES variables
256 # for different programs/libraries.
257 am__define_uniq_tagged_files = \
258 list='$(am__tagged_files)'; \
259 unique=`for i in $$list; do \
260 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
261 done | $(am__uniquify_input)`
262 ETAGS = etags
263 CTAGS = ctags
264 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
265 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
266 ACLOCAL = @ACLOCAL@
267 ALL_LINGUAS = @ALL_LINGUAS@
268 AMTAR = @AMTAR@
269 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
270 AR = @AR@
271 AUTOCONF = @AUTOCONF@
272 AUTOHEADER = @AUTOHEADER@
273 AUTOMAKE = @AUTOMAKE@
274 AVAHI_AUTOIPD_GROUP = @AVAHI_AUTOIPD_GROUP@
275 AVAHI_AUTOIPD_USER = @AVAHI_AUTOIPD_USER@
276 AVAHI_GROUP = @AVAHI_GROUP@
277 AVAHI_PRIV_ACCESS_GROUP = @AVAHI_PRIV_ACCESS_GROUP@
278 AVAHI_USER = @AVAHI_USER@
279 AWK = @AWK@
280 CATALOGS = @CATALOGS@
281 CATOBJEXT = @CATOBJEXT@
282 CC = @CC@
283 CCDEPMODE = @CCDEPMODE@
284 CFLAGS = @CFLAGS@
285 CPP = @CPP@
286 CPPFLAGS = @CPPFLAGS@
287 CXX = @CXX@
288 CXXCPP = @CXXCPP@
289 CXXDEPMODE = @CXXDEPMODE@
290 CXXFLAGS = @CXXFLAGS@
291 CYGPATH_W = @CYGPATH_W@
292 DATADIRNAME = @DATADIRNAME@
293 DBUS_CFLAGS = @DBUS_CFLAGS@
294 DBUS_LIBS = @DBUS_LIBS@
295 DBUS_SYSTEM_BUS_DEFAULT_ADDRESS = @DBUS_SYSTEM_BUS_DEFAULT_ADDRESS@
296 DBUS_SYS_DIR = @DBUS_SYS_DIR@
297 DEFS = @DEFS@
298 DEPDIR = @DEPDIR@
299 DLLTOOL = @DLLTOOL@
300 DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
301 DSYMUTIL = @DSYMUTIL@
302 DUMPBIN = @DUMPBIN@
303 DX_CONFIG = @DX_CONFIG@
304 DX_DOCDIR = @DX_DOCDIR@
305 DX_DOT = @DX_DOT@
306 DX_DOXYGEN = @DX_DOXYGEN@
307 DX_DVIPS = @DX_DVIPS@
308 DX_EGREP = @DX_EGREP@
309 DX_ENV = @DX_ENV@
310 DX_FLAG_chi = @DX_FLAG_chi@
311 DX_FLAG_chm = @DX_FLAG_chm@
312 DX_FLAG_doc = @DX_FLAG_doc@
313 DX_FLAG_dot = @DX_FLAG_dot@
314 DX_FLAG_html = @DX_FLAG_html@
315 DX_FLAG_man = @DX_FLAG_man@
316 DX_FLAG_pdf = @DX_FLAG_pdf@
317 DX_FLAG_ps = @DX_FLAG_ps@
318 DX_FLAG_rtf = @DX_FLAG_rtf@
319 DX_FLAG_xml = @DX_FLAG_xml@
320 DX_HHC = @DX_HHC@
321 DX_LATEX = @DX_LATEX@
322 DX_MAKEINDEX = @DX_MAKEINDEX@
323 DX_PDFLATEX = @DX_PDFLATEX@
324 DX_PERL = @DX_PERL@
325 DX_PROJECT = @DX_PROJECT@
326 ECHO_C = @ECHO_C@
327 ECHO_N = @ECHO_N@
328 ECHO_T = @ECHO_T@
329 EGREP = @EGREP@
330 EXEEXT = @EXEEXT@
331 FGREP = @FGREP@
332 GACUTIL = @GACUTIL@
333 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
334 GLIB20_CFLAGS = @GLIB20_CFLAGS@
335 GLIB20_LIBS = @GLIB20_LIBS@
336 GMOFILES = @GMOFILES@
337 GMSGFMT = @GMSGFMT@
338 GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
339 GOBJECT_LIBS = @GOBJECT_LIBS@
340 GREP = @GREP@
341 GTK20_CFLAGS = @GTK20_CFLAGS@
342 GTK20_LIBS = @GTK20_LIBS@
343 GTK30_CFLAGS = @GTK30_CFLAGS@
344 GTK30_LIBS = @GTK30_LIBS@
345 HOWL_COMPAT_VERSION = @HOWL_COMPAT_VERSION@
346 INSTALL = @INSTALL@
347 INSTALL_DATA = @INSTALL_DATA@
348 INSTALL_PROGRAM = @INSTALL_PROGRAM@
349 INSTALL_SCRIPT = @INSTALL_SCRIPT@
350 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
351 INSTOBJEXT = @INSTOBJEXT@
352 INTLLIBS = @INTLLIBS@
353 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
354 INTLTOOL_MERGE = @INTLTOOL_MERGE@
355 INTLTOOL_PERL = @INTLTOOL_PERL@
356 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
357 INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
358 INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
359 INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
360 INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
361 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
362 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
363 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
364 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
365 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
366 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
367 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
368 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
369 LD = @LD@
370 LDFLAGS = @LDFLAGS@
371 LIBAVAHI_CLIENT_VERSION_INFO = @LIBAVAHI_CLIENT_VERSION_INFO@
372 LIBAVAHI_COMMON_VERSION_INFO = @LIBAVAHI_COMMON_VERSION_INFO@
373 LIBAVAHI_COMPAT_HOWL_VERSION_INFO = @LIBAVAHI_COMPAT_HOWL_VERSION_INFO@
374 LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO = @LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO@
375 LIBAVAHI_CORE_VERSION_INFO = @LIBAVAHI_CORE_VERSION_INFO@
376 LIBAVAHI_GLIB_VERSION_INFO = @LIBAVAHI_GLIB_VERSION_INFO@
377 LIBAVAHI_GOBJECT_VERSION_INFO = @LIBAVAHI_GOBJECT_VERSION_INFO@
378 LIBAVAHI_QT3_VERSION_INFO = @LIBAVAHI_QT3_VERSION_INFO@
379 LIBAVAHI_QT4_VERSION_INFO = @LIBAVAHI_QT4_VERSION_INFO@
380 LIBAVAHI_UI_VERSION_INFO = @LIBAVAHI_UI_VERSION_INFO@
381 LIBDAEMON_CFLAGS = @LIBDAEMON_CFLAGS@
382 LIBDAEMON_LIBS = @LIBDAEMON_LIBS@
383 LIBOBJS = @LIBOBJS@
384 LIBS = @LIBS@
385 LIBTOOL = @LIBTOOL@
386 LIPO = @LIPO@
387 LN_S = @LN_S@
388 LTLIBOBJS = @LTLIBOBJS@
389 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
390 MAKEINFO = @MAKEINFO@
391 MANIFEST_TOOL = @MANIFEST_TOOL@
392 MCS = @MCS@
393 MDASSEMBLER = @MDASSEMBLER@
394 MKDIR_P = @MKDIR_P@
395 MKINSTALLDIRS = @MKINSTALLDIRS@
396 MOC_QT3 = @MOC_QT3@
397 MOC_QT4 = @MOC_QT4@
398 MONODOCER = @MONODOCER@
399 MONODOC_CFLAGS = @MONODOC_CFLAGS@
400 MONODOC_DIR = @MONODOC_DIR@
401 MONODOC_LIBS = @MONODOC_LIBS@
402 MSGFMT = @MSGFMT@
403 MSGFMT_OPTS = @MSGFMT_OPTS@
404 MSGMERGE = @MSGMERGE@
405 NM = @NM@
406 NMEDIT = @NMEDIT@
407 OBJDUMP = @OBJDUMP@
408 OBJEXT = @OBJEXT@
409 OTOOL = @OTOOL@
410 OTOOL64 = @OTOOL64@
411 PACKAGE = @PACKAGE@
412 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
413 PACKAGE_NAME = @PACKAGE_NAME@
414 PACKAGE_STRING = @PACKAGE_STRING@
415 PACKAGE_TARNAME = @PACKAGE_TARNAME@
416 PACKAGE_URL = @PACKAGE_URL@
417 PACKAGE_VERSION = @PACKAGE_VERSION@
418 PATH_SEPARATOR = @PATH_SEPARATOR@
419 PKG_CONFIG = @PKG_CONFIG@
420 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
421 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
422 POFILES = @POFILES@
423 POSUB = @POSUB@
424 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
425 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
426 PTHREAD_CC = @PTHREAD_CC@
427 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
428 PTHREAD_LIBS = @PTHREAD_LIBS@
429 PYTHON = @PYTHON@
430 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
431 PYTHON_PLATFORM = @PYTHON_PLATFORM@
432 PYTHON_PREFIX = @PYTHON_PREFIX@
433 PYTHON_VERSION = @PYTHON_VERSION@
434 QT3_CFLAGS = @QT3_CFLAGS@
435 QT3_LIBS = @QT3_LIBS@
436 QT4_CFLAGS = @QT4_CFLAGS@
437 QT4_LIBS = @QT4_LIBS@
438 RANLIB = @RANLIB@
439 SED = @SED@
440 SET_MAKE = @SET_MAKE@
441 SHELL = @SHELL@
442 STOW = @STOW@
443 STRIP = @STRIP@
444 USE_NLS = @USE_NLS@
445 VERSION = @VERSION@
446 VISIBILITY_HIDDEN_CFLAGS = @VISIBILITY_HIDDEN_CFLAGS@
447 XGETTEXT = @XGETTEXT@
448 XML_CFLAGS = @XML_CFLAGS@
449 XML_LIBS = @XML_LIBS@
450 abs_builddir = @abs_builddir@
451 abs_srcdir = @abs_srcdir@
452 abs_top_builddir = @abs_top_builddir@
453 abs_top_srcdir = @abs_top_srcdir@
454 ac_ct_AR = @ac_ct_AR@
455 ac_ct_CC = @ac_ct_CC@
456 ac_ct_CXX = @ac_ct_CXX@
457 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
458 acx_pthread_config = @acx_pthread_config@
459 am__include = @am__include@
460 am__leading_dot = @am__leading_dot@
461 am__quote = @am__quote@
462 am__tar = @am__tar@
463 am__untar = @am__untar@
464 avahi_runtime_dir = @avahi_runtime_dir@
465 avahi_socket = @avahi_socket@
466 avahilocaledir = @avahilocaledir@
467 bindir = @bindir@
468 build = @build@
469 build_alias = @build_alias@
470 build_cpu = @build_cpu@
471 build_os = @build_os@
472 build_vendor = @build_vendor@
473 builddir = @builddir@
474 datadir = @datadir@
475 datarootdir = @datarootdir@
476 docdir = @docdir@
477 dvidir = @dvidir@
478 exec_prefix = @exec_prefix@
479 have_pkg_config = @have_pkg_config@
480 have_xmltoman = @have_xmltoman@
481 host = @host@
482 host_alias = @host_alias@
483 host_cpu = @host_cpu@
484 host_os = @host_os@
485 host_vendor = @host_vendor@
486 htmldir = @htmldir@
487 includedir = @includedir@
488 infodir = @infodir@
489 install_sh = @install_sh@
490 interfacesdir = @interfacesdir@
491 intltool__v_merge_options_ = @intltool__v_merge_options_@
492 intltool__v_merge_options_0 = @intltool__v_merge_options_0@
493 libdir = @libdir@
494 libexecdir = @libexecdir@
495 localedir = @localedir@
496 localstatedir = @localstatedir@
497 mandir = @mandir@
498 mkdir_p = @mkdir_p@
499 oldincludedir = @oldincludedir@
500 pdfdir = @pdfdir@
501 pkgpyexecdir = @pkgpyexecdir@
502 pkgpythondir = @pkgpythondir@
503 prefix = @prefix@
504 program_transform_name = @program_transform_name@
505 psdir = @psdir@
506 pyexecdir = @pyexecdir@
507 pythondir = @pythondir@
508 runstatedir = @runstatedir@
509 sbindir = @sbindir@
510 sharedstatedir = @sharedstatedir@
511 srcdir = @srcdir@
512 sysconfdir = @sysconfdir@
513 systemdsystemunitdir = @systemdsystemunitdir@
514 target_alias = @target_alias@
515 top_build_prefix = @top_build_prefix@
516 top_builddir = @top_builddir@
517 top_srcdir = @top_srcdir@
518 AM_CFLAGS = -I$(top_srcdir)
519 lib_LTLIBRARIES = $(am__append_1) $(am__append_3)
520 BUILT_SOURCES = $(am__append_2) $(am__append_4)
521 @HAVE_QT3_TRUE@avahiqt3includedir = $(includedir)/avahi-qt3
522 @HAVE_QT3_TRUE@avahiqt3include_HEADERS = \
523 @HAVE_QT3_TRUE@ qt-watch.h
524
525 @HAVE_QT3_TRUE@libavahi_qt3_la_SOURCES = \
526 @HAVE_QT3_TRUE@ qt-watch.cpp
527
528 @HAVE_QT3_TRUE@libavahi_qt3_la_CPPFLAGS = $(AM_CFLAGS) $(QT3_CFLAGS) $(VISIBILITY_HIDDEN_CFLAGS)
529 @HAVE_QT3_TRUE@libavahi_qt3_la_LIBADD = $(AM_LDADD) ../avahi-common/libavahi-common.la $(QT3_LIBS)
530 @HAVE_QT3_TRUE@libavahi_qt3_la_LDFLAGS = $(AM_LDFLAGS) -export-dynamic -version-info $(LIBAVAHI_QT3_VERSION_INFO)
531 @HAVE_QT4_TRUE@avahiqt4includedir = $(includedir)/avahi-qt4
532 @HAVE_QT4_TRUE@avahiqt4include_HEADERS = \
533 @HAVE_QT4_TRUE@ qt-watch.h
534
535 @HAVE_QT4_TRUE@libavahi_qt4_la_SOURCES = \
536 @HAVE_QT4_TRUE@ qt-watch.cpp
537
538 @HAVE_QT4_TRUE@libavahi_qt4_la_CPPFLAGS = $(AM_CFLAGS) $(QT4_CFLAGS) -DQT4 $(VISIBILITY_HIDDEN_CFLAGS)
539 @HAVE_QT4_TRUE@libavahi_qt4_la_LIBADD = $(AM_LDADD) ../avahi-common/libavahi-common.la $(QT4_LIBS)
540 @HAVE_QT4_TRUE@libavahi_qt4_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(LIBAVAHI_QT4_VERSION_INFO)
541 CLEANFILES = $(BUILT_SOURCES)
542 all: $(BUILT_SOURCES)
543 $(MAKE) $(AM_MAKEFLAGS) all-am
544
545 .SUFFIXES:
546 .SUFFIXES: .cpp .lo .o .obj
547 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
548 @for dep in $?; do \
549 case '$(am__configure_deps)' in \
550 *$$dep*) \
551 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
552 && { if test -f $@; then exit 0; else break; fi; }; \
553 exit 1;; \
554 esac; \
555 done; \
556 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign avahi-qt/Makefile'; \
557 $(am__cd) $(top_srcdir) && \
558 $(AUTOMAKE) --foreign avahi-qt/Makefile
559 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
560 @case '$?' in \
561 *config.status*) \
562 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
563 *) \
564 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
565 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
566 esac;
567
568 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
569 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
570
571 $(top_srcdir)/configure: $(am__configure_deps)
572 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
573 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
574 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
575 $(am__aclocal_m4_deps):
576
577 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
578 @$(NORMAL_INSTALL)
579 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
580 list2=; for p in $$list; do \
581 if test -f $$p; then \
582 list2="$$list2 $$p"; \
583 else :; fi; \
584 done; \
585 test -z "$$list2" || { \
586 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
587 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
588 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
589 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
590 }
591
592 uninstall-libLTLIBRARIES:
593 @$(NORMAL_UNINSTALL)
594 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
595 for p in $$list; do \
596 $(am__strip_dir) \
597 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
598 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
599 done
600
601 clean-libLTLIBRARIES:
602 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
603 @list='$(lib_LTLIBRARIES)'; \
604 locs=`for p in $$list; do echo $$p; done | \
605 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
606 sort -u`; \
607 test -z "$$locs" || { \
608 echo rm -f $${locs}; \
609 rm -f $${locs}; \
610 }
611
612 libavahi-qt3.la: $(libavahi_qt3_la_OBJECTS) $(libavahi_qt3_la_DEPENDENCIES) $(EXTRA_libavahi_qt3_la_DEPENDENCIES)
613 $(AM_V_CXXLD)$(libavahi_qt3_la_LINK) $(am_libavahi_qt3_la_rpath) $(libavahi_qt3_la_OBJECTS) $(libavahi_qt3_la_LIBADD) $(LIBS)
614
615 libavahi-qt4.la: $(libavahi_qt4_la_OBJECTS) $(libavahi_qt4_la_DEPENDENCIES) $(EXTRA_libavahi_qt4_la_DEPENDENCIES)
616 $(AM_V_CXXLD)$(libavahi_qt4_la_LINK) $(am_libavahi_qt4_la_rpath) $(libavahi_qt4_la_OBJECTS) $(libavahi_qt4_la_LIBADD) $(LIBS)
617
618 mostlyclean-compile:
619 -rm -f *.$(OBJEXT)
620
621 distclean-compile:
622 -rm -f *.tab.c
623
624 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_qt3_la-qt-watch.Plo@am__quote@
625 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_qt4_la-qt-watch.Plo@am__quote@
626
627 .cpp.o:
628 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
629 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
630 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
631 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
632 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
633
634 .cpp.obj:
635 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
636 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
637 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
638 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
639 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
640
641 .cpp.lo:
642 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
643 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
644 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
645 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
646 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
647
648 libavahi_qt3_la-qt-watch.lo: qt-watch.cpp
649 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavahi_qt3_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libavahi_qt3_la-qt-watch.lo -MD -MP -MF $(DEPDIR)/libavahi_qt3_la-qt-watch.Tpo -c -o libavahi_qt3_la-qt-watch.lo `test -f 'qt-watch.cpp' || echo '$(srcdir)/'`qt-watch.cpp
650 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_qt3_la-qt-watch.Tpo $(DEPDIR)/libavahi_qt3_la-qt-watch.Plo
651 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='qt-watch.cpp' object='libavahi_qt3_la-qt-watch.lo' libtool=yes @AMDEPBACKSLASH@
652 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
653 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavahi_qt3_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libavahi_qt3_la-qt-watch.lo `test -f 'qt-watch.cpp' || echo '$(srcdir)/'`qt-watch.cpp
654
655 libavahi_qt4_la-qt-watch.lo: qt-watch.cpp
656 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavahi_qt4_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libavahi_qt4_la-qt-watch.lo -MD -MP -MF $(DEPDIR)/libavahi_qt4_la-qt-watch.Tpo -c -o libavahi_qt4_la-qt-watch.lo `test -f 'qt-watch.cpp' || echo '$(srcdir)/'`qt-watch.cpp
657 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_qt4_la-qt-watch.Tpo $(DEPDIR)/libavahi_qt4_la-qt-watch.Plo
658 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='qt-watch.cpp' object='libavahi_qt4_la-qt-watch.lo' libtool=yes @AMDEPBACKSLASH@
659 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
660 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavahi_qt4_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libavahi_qt4_la-qt-watch.lo `test -f 'qt-watch.cpp' || echo '$(srcdir)/'`qt-watch.cpp
661
662 mostlyclean-libtool:
663 -rm -f *.lo
664
665 clean-libtool:
666 -rm -rf .libs _libs
667 install-avahiqt3includeHEADERS: $(avahiqt3include_HEADERS)
668 @$(NORMAL_INSTALL)
669 @list='$(avahiqt3include_HEADERS)'; test -n "$(avahiqt3includedir)" || list=; \
670 if test -n "$$list"; then \
671 echo " $(MKDIR_P) '$(DESTDIR)$(avahiqt3includedir)'"; \
672 $(MKDIR_P) "$(DESTDIR)$(avahiqt3includedir)" || exit 1; \
673 fi; \
674 for p in $$list; do \
675 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
676 echo "$$d$$p"; \
677 done | $(am__base_list) | \
678 while read files; do \
679 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(avahiqt3includedir)'"; \
680 $(INSTALL_HEADER) $$files "$(DESTDIR)$(avahiqt3includedir)" || exit $$?; \
681 done
682
683 uninstall-avahiqt3includeHEADERS:
684 @$(NORMAL_UNINSTALL)
685 @list='$(avahiqt3include_HEADERS)'; test -n "$(avahiqt3includedir)" || list=; \
686 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
687 dir='$(DESTDIR)$(avahiqt3includedir)'; $(am__uninstall_files_from_dir)
688 install-avahiqt4includeHEADERS: $(avahiqt4include_HEADERS)
689 @$(NORMAL_INSTALL)
690 @list='$(avahiqt4include_HEADERS)'; test -n "$(avahiqt4includedir)" || list=; \
691 if test -n "$$list"; then \
692 echo " $(MKDIR_P) '$(DESTDIR)$(avahiqt4includedir)'"; \
693 $(MKDIR_P) "$(DESTDIR)$(avahiqt4includedir)" || exit 1; \
694 fi; \
695 for p in $$list; do \
696 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
697 echo "$$d$$p"; \
698 done | $(am__base_list) | \
699 while read files; do \
700 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(avahiqt4includedir)'"; \
701 $(INSTALL_HEADER) $$files "$(DESTDIR)$(avahiqt4includedir)" || exit $$?; \
702 done
703
704 uninstall-avahiqt4includeHEADERS:
705 @$(NORMAL_UNINSTALL)
706 @list='$(avahiqt4include_HEADERS)'; test -n "$(avahiqt4includedir)" || list=; \
707 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
708 dir='$(DESTDIR)$(avahiqt4includedir)'; $(am__uninstall_files_from_dir)
709
710 ID: $(am__tagged_files)
711 $(am__define_uniq_tagged_files); mkid -fID $$unique
712 tags: tags-am
713 TAGS: tags
714
715 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
716 set x; \
717 here=`pwd`; \
718 $(am__define_uniq_tagged_files); \
719 shift; \
720 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
721 test -n "$$unique" || unique=$$empty_fix; \
722 if test $$# -gt 0; then \
723 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
724 "$$@" $$unique; \
725 else \
726 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
727 $$unique; \
728 fi; \
729 fi
730 ctags: ctags-am
731
732 CTAGS: ctags
733 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
734 $(am__define_uniq_tagged_files); \
735 test -z "$(CTAGS_ARGS)$$unique" \
736 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
737 $$unique
738
739 GTAGS:
740 here=`$(am__cd) $(top_builddir) && pwd` \
741 && $(am__cd) $(top_srcdir) \
742 && gtags -i $(GTAGS_ARGS) "$$here"
743 cscopelist: cscopelist-am
744
745 cscopelist-am: $(am__tagged_files)
746 list='$(am__tagged_files)'; \
747 case "$(srcdir)" in \
748 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
749 *) sdir=$(subdir)/$(srcdir) ;; \
750 esac; \
751 for i in $$list; do \
752 if test -f "$$i"; then \
753 echo "$(subdir)/$$i"; \
754 else \
755 echo "$$sdir/$$i"; \
756 fi; \
757 done >> $(top_builddir)/cscope.files
758
759 distclean-tags:
760 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
761
762 distdir: $(DISTFILES)
763 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
764 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
765 list='$(DISTFILES)'; \
766 dist_files=`for file in $$list; do echo $$file; done | \
767 sed -e "s|^$$srcdirstrip/||;t" \
768 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
769 case $$dist_files in \
770 */*) $(MKDIR_P) `echo "$$dist_files" | \
771 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
772 sort -u` ;; \
773 esac; \
774 for file in $$dist_files; do \
775 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
776 if test -d $$d/$$file; then \
777 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
778 if test -d "$(distdir)/$$file"; then \
779 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
780 fi; \
781 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
782 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
783 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
784 fi; \
785 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
786 else \
787 test -f "$(distdir)/$$file" \
788 || cp -p $$d/$$file "$(distdir)/$$file" \
789 || exit 1; \
790 fi; \
791 done
792 check-am: all-am
793 check: $(BUILT_SOURCES)
794 $(MAKE) $(AM_MAKEFLAGS) check-am
795 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
796 installdirs:
797 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(avahiqt3includedir)" "$(DESTDIR)$(avahiqt4includedir)"; do \
798 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
799 done
800 install: $(BUILT_SOURCES)
801 $(MAKE) $(AM_MAKEFLAGS) install-am
802 install-exec: install-exec-am
803 install-data: install-data-am
804 uninstall: uninstall-am
805
806 install-am: all-am
807 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
808
809 installcheck: installcheck-am
810 install-strip:
811 if test -z '$(STRIP)'; then \
812 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
813 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
814 install; \
815 else \
816 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
817 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
818 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
819 fi
820 mostlyclean-generic:
821
822 clean-generic:
823 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
824
825 distclean-generic:
826 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
827 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
828
829 maintainer-clean-generic:
830 @echo "This command is intended for maintainers to use"
831 @echo "it deletes files that may require special tools to rebuild."
832 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
833 clean: clean-am
834
835 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
836 mostlyclean-am
837
838 distclean: distclean-am
839 -rm -rf ./$(DEPDIR)
840 -rm -f Makefile
841 distclean-am: clean-am distclean-compile distclean-generic \
842 distclean-tags
843
844 dvi: dvi-am
845
846 dvi-am:
847
848 html: html-am
849
850 html-am:
851
852 info: info-am
853
854 info-am:
855
856 install-data-am: install-avahiqt3includeHEADERS \
857 install-avahiqt4includeHEADERS
858
859 install-dvi: install-dvi-am
860
861 install-dvi-am:
862
863 install-exec-am: install-libLTLIBRARIES
864
865 install-html: install-html-am
866
867 install-html-am:
868
869 install-info: install-info-am
870
871 install-info-am:
872
873 install-man:
874
875 install-pdf: install-pdf-am
876
877 install-pdf-am:
878
879 install-ps: install-ps-am
880
881 install-ps-am:
882
883 installcheck-am:
884
885 maintainer-clean: maintainer-clean-am
886 -rm -rf ./$(DEPDIR)
887 -rm -f Makefile
888 maintainer-clean-am: distclean-am maintainer-clean-generic
889
890 mostlyclean: mostlyclean-am
891
892 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
893 mostlyclean-libtool
894
895 pdf: pdf-am
896
897 pdf-am:
898
899 ps: ps-am
900
901 ps-am:
902
903 uninstall-am: uninstall-avahiqt3includeHEADERS \
904 uninstall-avahiqt4includeHEADERS uninstall-libLTLIBRARIES
905
906 .MAKE: all check install install-am install-strip
907
908 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
909 clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \
910 ctags-am distclean distclean-compile distclean-generic \
911 distclean-libtool distclean-tags distdir dvi dvi-am html \
912 html-am info info-am install install-am \
913 install-avahiqt3includeHEADERS install-avahiqt4includeHEADERS \
914 install-data install-data-am install-dvi install-dvi-am \
915 install-exec install-exec-am install-html install-html-am \
916 install-info install-info-am install-libLTLIBRARIES \
917 install-man install-pdf install-pdf-am install-ps \
918 install-ps-am install-strip installcheck installcheck-am \
919 installdirs maintainer-clean maintainer-clean-generic \
920 mostlyclean mostlyclean-compile mostlyclean-generic \
921 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
922 uninstall-am uninstall-avahiqt3includeHEADERS \
923 uninstall-avahiqt4includeHEADERS uninstall-libLTLIBRARIES
924
925 .PRECIOUS: Makefile
926
927
928 @HAVE_QT3_TRUE@qt-watch.moc3: qt-watch.cpp
929 @HAVE_QT3_TRUE@ $(AM_V_GEN)$(MOC_QT3) $^ > $@
930
931 @HAVE_QT4_TRUE@qt-watch.moc4: qt-watch.cpp
932 @HAVE_QT4_TRUE@ $(AM_V_GEN)$(MOC_QT4) $^ > $@
933
934 # Tell versions [3.59,3.63) of GNU make to not export all variables.
935 # Otherwise a system limit (for SysV at least) may be exceeded.
936 .NOEXPORT:
+0
-6
avahi-sharp/.gitignore less more
0 avahi-sharp-docs.tree
1 avahi-sharp-docs.zip
2 avahi-sharp.dll
3 avahi-sharp.dll.config
4 avahi-sharp.dll.mdb
5
0 # Makefile.in generated by automake 1.15 from Makefile.am.
1 # @configure_input@
2
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
4
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 @SET_MAKE@
15
16 # This file is part of avahi.
17 #
18 # avahi is free software; you can redistribute it and/or modify it
19 # under the terms of the GNU Lesser General Public License as
20 # published by the Free Software Foundation; either version 2 of the
21 # License, or (at your option) any later version.
22 #
23 # avahi is distributed in the hope that it will be useful, but WITHOUT
24 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
25 # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
26 # License for more details.
27 #
28 # You should have received a copy of the GNU Lesser General Public
29 # License along with avahi; if not, write to the Free Software
30 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
31 # USA.
32
33 VPATH = @srcdir@
34 am__is_gnu_make = { \
35 if test -z '$(MAKELEVEL)'; then \
36 false; \
37 elif test -n '$(MAKE_HOST)'; then \
38 true; \
39 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
40 true; \
41 else \
42 false; \
43 fi; \
44 }
45 am__make_running_with_option = \
46 case $${target_option-} in \
47 ?) ;; \
48 *) echo "am__make_running_with_option: internal error: invalid" \
49 "target option '$${target_option-}' specified" >&2; \
50 exit 1;; \
51 esac; \
52 has_opt=no; \
53 sane_makeflags=$$MAKEFLAGS; \
54 if $(am__is_gnu_make); then \
55 sane_makeflags=$$MFLAGS; \
56 else \
57 case $$MAKEFLAGS in \
58 *\\[\ \ ]*) \
59 bs=\\; \
60 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
61 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
62 esac; \
63 fi; \
64 skip_next=no; \
65 strip_trailopt () \
66 { \
67 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
68 }; \
69 for flg in $$sane_makeflags; do \
70 test $$skip_next = yes && { skip_next=no; continue; }; \
71 case $$flg in \
72 *=*|--*) continue;; \
73 -*I) strip_trailopt 'I'; skip_next=yes;; \
74 -*I?*) strip_trailopt 'I';; \
75 -*O) strip_trailopt 'O'; skip_next=yes;; \
76 -*O?*) strip_trailopt 'O';; \
77 -*l) strip_trailopt 'l'; skip_next=yes;; \
78 -*l?*) strip_trailopt 'l';; \
79 -[dEDm]) skip_next=yes;; \
80 -[JT]) skip_next=yes;; \
81 esac; \
82 case $$flg in \
83 *$$target_option*) has_opt=yes; break;; \
84 esac; \
85 done; \
86 test $$has_opt = yes
87 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
88 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
89 pkgdatadir = $(datadir)/@PACKAGE@
90 pkgincludedir = $(includedir)/@PACKAGE@
91 pkglibdir = $(libdir)/@PACKAGE@
92 pkglibexecdir = $(libexecdir)/@PACKAGE@
93 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
94 install_sh_DATA = $(install_sh) -c -m 644
95 install_sh_PROGRAM = $(install_sh) -c
96 install_sh_SCRIPT = $(install_sh) -c
97 INSTALL_HEADER = $(INSTALL_DATA)
98 transform = $(program_transform_name)
99 NORMAL_INSTALL = :
100 PRE_INSTALL = :
101 POST_INSTALL = :
102 NORMAL_UNINSTALL = :
103 PRE_UNINSTALL = :
104 POST_UNINSTALL = :
105 build_triplet = @build@
106 host_triplet = @host@
107 subdir = avahi-sharp
108 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
109 am__aclocal_m4_deps = $(top_srcdir)/common/acx_pthread.m4 \
110 $(top_srcdir)/common/gcc_stack_protect.m4 \
111 $(top_srcdir)/common/gcc_visibility.m4 \
112 $(top_srcdir)/common/intltool.m4 \
113 $(top_srcdir)/common/introspection.m4 \
114 $(top_srcdir)/common/libtool.m4 \
115 $(top_srcdir)/common/ltoptions.m4 \
116 $(top_srcdir)/common/ltsugar.m4 \
117 $(top_srcdir)/common/ltversion.m4 \
118 $(top_srcdir)/common/lt~obsolete.m4 \
119 $(top_srcdir)/common/nls.m4 $(top_srcdir)/common/python.m4 \
120 $(top_srcdir)/acinclude.m4 $(top_srcdir)/common/doxygen.m4 \
121 $(top_srcdir)/configure.ac
122 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
123 $(ACLOCAL_M4)
124 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
125 mkinstalldirs = $(install_sh) -d
126 CONFIG_HEADER = $(top_builddir)/config.h
127 CONFIG_CLEAN_FILES =
128 CONFIG_CLEAN_VPATH_FILES =
129 AM_V_P = $(am__v_P_@AM_V@)
130 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
131 am__v_P_0 = false
132 am__v_P_1 = :
133 AM_V_GEN = $(am__v_GEN_@AM_V@)
134 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
135 am__v_GEN_0 = @echo " GEN " $@;
136 am__v_GEN_1 =
137 AM_V_at = $(am__v_at_@AM_V@)
138 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
139 am__v_at_0 = @
140 am__v_at_1 =
141 SOURCES =
142 DIST_SOURCES =
143 am__can_run_installinfo = \
144 case $$AM_UPDATE_INFO_DIR in \
145 n|no|NO) false;; \
146 *) (install-info --version) >/dev/null 2>&1;; \
147 esac
148 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
149 am__vpath_adj = case $$p in \
150 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
151 *) f=$$p;; \
152 esac;
153 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
154 am__install_max = 40
155 am__nobase_strip_setup = \
156 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
157 am__nobase_strip = \
158 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
159 am__nobase_list = $(am__nobase_strip_setup); \
160 for p in $$list; do echo "$$p $$p"; done | \
161 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
162 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
163 if (++n[$$2] == $(am__install_max)) \
164 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
165 END { for (dir in files) print dir, files[dir] }'
166 am__base_list = \
167 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
168 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
169 am__uninstall_files_from_dir = { \
170 test -z "$$files" \
171 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
172 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
173 $(am__cd) "$$dir" && rm -f $$files; }; \
174 }
175 am__installdirs = "$(DESTDIR)$(monodocdir)"
176 DATA = $(monodoc_DATA)
177 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
178 am__DIST_COMMON = $(srcdir)/Makefile.in
179 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
180 ACLOCAL = @ACLOCAL@
181 ALL_LINGUAS = @ALL_LINGUAS@
182 AMTAR = @AMTAR@
183 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
184 AR = @AR@
185 AUTOCONF = @AUTOCONF@
186 AUTOHEADER = @AUTOHEADER@
187 AUTOMAKE = @AUTOMAKE@
188 AVAHI_AUTOIPD_GROUP = @AVAHI_AUTOIPD_GROUP@
189 AVAHI_AUTOIPD_USER = @AVAHI_AUTOIPD_USER@
190 AVAHI_GROUP = @AVAHI_GROUP@
191 AVAHI_PRIV_ACCESS_GROUP = @AVAHI_PRIV_ACCESS_GROUP@
192 AVAHI_USER = @AVAHI_USER@
193 AWK = @AWK@
194 CATALOGS = @CATALOGS@
195 CATOBJEXT = @CATOBJEXT@
196 CC = @CC@
197 CCDEPMODE = @CCDEPMODE@
198 CFLAGS = @CFLAGS@
199 CPP = @CPP@
200 CPPFLAGS = @CPPFLAGS@
201 CXX = @CXX@
202 CXXCPP = @CXXCPP@
203 CXXDEPMODE = @CXXDEPMODE@
204 CXXFLAGS = @CXXFLAGS@
205 CYGPATH_W = @CYGPATH_W@
206 DATADIRNAME = @DATADIRNAME@
207 DBUS_CFLAGS = @DBUS_CFLAGS@
208 DBUS_LIBS = @DBUS_LIBS@
209 DBUS_SYSTEM_BUS_DEFAULT_ADDRESS = @DBUS_SYSTEM_BUS_DEFAULT_ADDRESS@
210 DBUS_SYS_DIR = @DBUS_SYS_DIR@
211 DEFS = @DEFS@
212 DEPDIR = @DEPDIR@
213 DLLTOOL = @DLLTOOL@
214 DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
215 DSYMUTIL = @DSYMUTIL@
216 DUMPBIN = @DUMPBIN@
217 DX_CONFIG = @DX_CONFIG@
218 DX_DOCDIR = @DX_DOCDIR@
219 DX_DOT = @DX_DOT@
220 DX_DOXYGEN = @DX_DOXYGEN@
221 DX_DVIPS = @DX_DVIPS@
222 DX_EGREP = @DX_EGREP@
223 DX_ENV = @DX_ENV@
224 DX_FLAG_chi = @DX_FLAG_chi@
225 DX_FLAG_chm = @DX_FLAG_chm@
226 DX_FLAG_doc = @DX_FLAG_doc@
227 DX_FLAG_dot = @DX_FLAG_dot@
228 DX_FLAG_html = @DX_FLAG_html@
229 DX_FLAG_man = @DX_FLAG_man@
230 DX_FLAG_pdf = @DX_FLAG_pdf@
231 DX_FLAG_ps = @DX_FLAG_ps@
232 DX_FLAG_rtf = @DX_FLAG_rtf@
233 DX_FLAG_xml = @DX_FLAG_xml@
234 DX_HHC = @DX_HHC@
235 DX_LATEX = @DX_LATEX@
236 DX_MAKEINDEX = @DX_MAKEINDEX@
237 DX_PDFLATEX = @DX_PDFLATEX@
238 DX_PERL = @DX_PERL@
239 DX_PROJECT = @DX_PROJECT@
240 ECHO_C = @ECHO_C@
241 ECHO_N = @ECHO_N@
242 ECHO_T = @ECHO_T@
243 EGREP = @EGREP@
244 EXEEXT = @EXEEXT@
245 FGREP = @FGREP@
246 GACUTIL = @GACUTIL@
247 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
248 GLIB20_CFLAGS = @GLIB20_CFLAGS@
249 GLIB20_LIBS = @GLIB20_LIBS@
250 GMOFILES = @GMOFILES@
251 GMSGFMT = @GMSGFMT@
252 GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
253 GOBJECT_LIBS = @GOBJECT_LIBS@
254 GREP = @GREP@
255 GTK20_CFLAGS = @GTK20_CFLAGS@
256 GTK20_LIBS = @GTK20_LIBS@
257 GTK30_CFLAGS = @GTK30_CFLAGS@
258 GTK30_LIBS = @GTK30_LIBS@
259 HOWL_COMPAT_VERSION = @HOWL_COMPAT_VERSION@
260 INSTALL = @INSTALL@
261 INSTALL_DATA = @INSTALL_DATA@
262 INSTALL_PROGRAM = @INSTALL_PROGRAM@
263 INSTALL_SCRIPT = @INSTALL_SCRIPT@
264 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
265 INSTOBJEXT = @INSTOBJEXT@
266 INTLLIBS = @INTLLIBS@
267 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
268 INTLTOOL_MERGE = @INTLTOOL_MERGE@
269 INTLTOOL_PERL = @INTLTOOL_PERL@
270 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
271 INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
272 INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
273 INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
274 INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
275 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
276 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
277 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
278 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
279 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
280 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
281 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
282 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
283 LD = @LD@
284 LDFLAGS = @LDFLAGS@
285 LIBAVAHI_CLIENT_VERSION_INFO = @LIBAVAHI_CLIENT_VERSION_INFO@
286 LIBAVAHI_COMMON_VERSION_INFO = @LIBAVAHI_COMMON_VERSION_INFO@
287 LIBAVAHI_COMPAT_HOWL_VERSION_INFO = @LIBAVAHI_COMPAT_HOWL_VERSION_INFO@
288 LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO = @LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO@
289 LIBAVAHI_CORE_VERSION_INFO = @LIBAVAHI_CORE_VERSION_INFO@
290 LIBAVAHI_GLIB_VERSION_INFO = @LIBAVAHI_GLIB_VERSION_INFO@
291 LIBAVAHI_GOBJECT_VERSION_INFO = @LIBAVAHI_GOBJECT_VERSION_INFO@
292 LIBAVAHI_QT3_VERSION_INFO = @LIBAVAHI_QT3_VERSION_INFO@
293 LIBAVAHI_QT4_VERSION_INFO = @LIBAVAHI_QT4_VERSION_INFO@
294 LIBAVAHI_UI_VERSION_INFO = @LIBAVAHI_UI_VERSION_INFO@
295 LIBDAEMON_CFLAGS = @LIBDAEMON_CFLAGS@
296 LIBDAEMON_LIBS = @LIBDAEMON_LIBS@
297 LIBOBJS = @LIBOBJS@
298 LIBS = @LIBS@
299 LIBTOOL = @LIBTOOL@
300 LIPO = @LIPO@
301 LN_S = @LN_S@
302 LTLIBOBJS = @LTLIBOBJS@
303 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
304 MAKEINFO = @MAKEINFO@
305 MANIFEST_TOOL = @MANIFEST_TOOL@
306 MCS = @MCS@
307 MDASSEMBLER = @MDASSEMBLER@
308 MKDIR_P = @MKDIR_P@
309 MKINSTALLDIRS = @MKINSTALLDIRS@
310 MOC_QT3 = @MOC_QT3@
311 MOC_QT4 = @MOC_QT4@
312 MONODOCER = @MONODOCER@
313 MONODOC_CFLAGS = @MONODOC_CFLAGS@
314 MONODOC_DIR = @MONODOC_DIR@
315 MONODOC_LIBS = @MONODOC_LIBS@
316 MSGFMT = @MSGFMT@
317 MSGFMT_OPTS = @MSGFMT_OPTS@
318 MSGMERGE = @MSGMERGE@
319 NM = @NM@
320 NMEDIT = @NMEDIT@
321 OBJDUMP = @OBJDUMP@
322 OBJEXT = @OBJEXT@
323 OTOOL = @OTOOL@
324 OTOOL64 = @OTOOL64@
325 PACKAGE = @PACKAGE@
326 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
327 PACKAGE_NAME = @PACKAGE_NAME@
328 PACKAGE_STRING = @PACKAGE_STRING@
329 PACKAGE_TARNAME = @PACKAGE_TARNAME@
330 PACKAGE_URL = @PACKAGE_URL@
331 PACKAGE_VERSION = @PACKAGE_VERSION@
332 PATH_SEPARATOR = @PATH_SEPARATOR@
333 PKG_CONFIG = @PKG_CONFIG@
334 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
335 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
336 POFILES = @POFILES@
337 POSUB = @POSUB@
338 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
339 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
340 PTHREAD_CC = @PTHREAD_CC@
341 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
342 PTHREAD_LIBS = @PTHREAD_LIBS@
343 PYTHON = @PYTHON@
344 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
345 PYTHON_PLATFORM = @PYTHON_PLATFORM@
346 PYTHON_PREFIX = @PYTHON_PREFIX@
347 PYTHON_VERSION = @PYTHON_VERSION@
348 QT3_CFLAGS = @QT3_CFLAGS@
349 QT3_LIBS = @QT3_LIBS@
350 QT4_CFLAGS = @QT4_CFLAGS@
351 QT4_LIBS = @QT4_LIBS@
352 RANLIB = @RANLIB@
353 SED = @SED@
354 SET_MAKE = @SET_MAKE@
355 SHELL = @SHELL@
356 STOW = @STOW@
357 STRIP = @STRIP@
358 USE_NLS = @USE_NLS@
359 VERSION = @VERSION@
360 VISIBILITY_HIDDEN_CFLAGS = @VISIBILITY_HIDDEN_CFLAGS@
361 XGETTEXT = @XGETTEXT@
362 XML_CFLAGS = @XML_CFLAGS@
363 XML_LIBS = @XML_LIBS@
364 abs_builddir = @abs_builddir@
365 abs_srcdir = @abs_srcdir@
366 abs_top_builddir = @abs_top_builddir@
367 abs_top_srcdir = @abs_top_srcdir@
368 ac_ct_AR = @ac_ct_AR@
369 ac_ct_CC = @ac_ct_CC@
370 ac_ct_CXX = @ac_ct_CXX@
371 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
372 acx_pthread_config = @acx_pthread_config@
373 am__include = @am__include@
374 am__leading_dot = @am__leading_dot@
375 am__quote = @am__quote@
376 am__tar = @am__tar@
377 am__untar = @am__untar@
378 avahi_runtime_dir = @avahi_runtime_dir@
379 avahi_socket = @avahi_socket@
380 avahilocaledir = @avahilocaledir@
381 bindir = @bindir@
382 build = @build@
383 build_alias = @build_alias@
384 build_cpu = @build_cpu@
385 build_os = @build_os@
386 build_vendor = @build_vendor@
387 builddir = @builddir@
388 datadir = @datadir@
389 datarootdir = @datarootdir@
390 docdir = @docdir@
391 dvidir = @dvidir@
392 exec_prefix = @exec_prefix@
393 have_pkg_config = @have_pkg_config@
394 have_xmltoman = @have_xmltoman@
395 host = @host@
396 host_alias = @host_alias@
397 host_cpu = @host_cpu@
398 host_os = @host_os@
399 host_vendor = @host_vendor@
400 htmldir = @htmldir@
401 includedir = @includedir@
402 infodir = @infodir@
403 install_sh = @install_sh@
404 interfacesdir = @interfacesdir@
405 intltool__v_merge_options_ = @intltool__v_merge_options_@
406 intltool__v_merge_options_0 = @intltool__v_merge_options_0@
407 libdir = @libdir@
408 libexecdir = @libexecdir@
409 localedir = @localedir@
410 localstatedir = @localstatedir@
411 mandir = @mandir@
412 mkdir_p = @mkdir_p@
413 oldincludedir = @oldincludedir@
414 pdfdir = @pdfdir@
415 pkgpyexecdir = @pkgpyexecdir@
416 pkgpythondir = @pkgpythondir@
417 prefix = @prefix@
418 program_transform_name = @program_transform_name@
419 psdir = @psdir@
420 pyexecdir = @pyexecdir@
421 pythondir = @pythondir@
422 runstatedir = @runstatedir@
423 sbindir = @sbindir@
424 sharedstatedir = @sharedstatedir@
425 srcdir = @srcdir@
426 sysconfdir = @sysconfdir@
427 systemdsystemunitdir = @systemdsystemunitdir@
428 target_alias = @target_alias@
429 top_build_prefix = @top_build_prefix@
430 top_builddir = @top_builddir@
431 top_srcdir = @top_srcdir@
432 ASSEMBLY = avahi-sharp.dll
433 CLEANFILES = $(ASSEMBLY) $(ASSEMBLY).mdb $(ASSEMBLY).config
434 AVAHISOURCES = \
435 $(srcdir)/AddressResolver.cs \
436 $(srcdir)/AssemblyInfo.cs \
437 $(srcdir)/BrowserBase.cs \
438 $(srcdir)/Client.cs \
439 $(srcdir)/ClientException.cs \
440 $(srcdir)/DomainBrowser.cs \
441 $(srcdir)/EntryGroup.cs \
442 $(srcdir)/HostNameResolver.cs \
443 $(srcdir)/RecordBrowser.cs \
444 $(srcdir)/ResolverBase.cs \
445 $(srcdir)/ServiceBrowser.cs \
446 $(srcdir)/ServiceResolver.cs \
447 $(srcdir)/ServiceTypeBrowser.cs \
448 $(srcdir)/Utility.cs
449
450 EXTRA_DIST = \
451 $(AVAHISOURCES) \
452 $(srcdir)/AvahiTest.cs \
453 $(srcdir)/avahi.snk \
454 $(srcdir)/$(ASSEMBLY).config.in \
455 $(srcdir)/avahi-sharp-docs.source \
456 $(srcdir)/en/*.xml \
457 $(srcdir)/en/*/*.xml \
458 $(srcdir)/gencfg.sh
459
460 @HAVE_DBUS_TRUE@@HAVE_MONODOC_TRUE@@HAVE_MONO_TRUE@monodocdir = $(MONODOC_DIR)
461 @HAVE_DBUS_TRUE@@HAVE_MONODOC_TRUE@@HAVE_MONO_TRUE@monodoc_DATA = avahi-sharp-docs.zip avahi-sharp-docs.tree avahi-sharp-docs.source
462 all: all-am
463
464 .SUFFIXES:
465 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
466 @for dep in $?; do \
467 case '$(am__configure_deps)' in \
468 *$$dep*) \
469 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
470 && { if test -f $@; then exit 0; else break; fi; }; \
471 exit 1;; \
472 esac; \
473 done; \
474 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign avahi-sharp/Makefile'; \
475 $(am__cd) $(top_srcdir) && \
476 $(AUTOMAKE) --foreign avahi-sharp/Makefile
477 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
478 @case '$?' in \
479 *config.status*) \
480 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
481 *) \
482 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
483 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
484 esac;
485
486 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
487 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
488
489 $(top_srcdir)/configure: $(am__configure_deps)
490 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
491 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
492 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
493 $(am__aclocal_m4_deps):
494
495 mostlyclean-libtool:
496 -rm -f *.lo
497
498 clean-libtool:
499 -rm -rf .libs _libs
500 install-monodocDATA: $(monodoc_DATA)
501 @$(NORMAL_INSTALL)
502 @list='$(monodoc_DATA)'; test -n "$(monodocdir)" || list=; \
503 if test -n "$$list"; then \
504 echo " $(MKDIR_P) '$(DESTDIR)$(monodocdir)'"; \
505 $(MKDIR_P) "$(DESTDIR)$(monodocdir)" || exit 1; \
506 fi; \
507 for p in $$list; do \
508 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
509 echo "$$d$$p"; \
510 done | $(am__base_list) | \
511 while read files; do \
512 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(monodocdir)'"; \
513 $(INSTALL_DATA) $$files "$(DESTDIR)$(monodocdir)" || exit $$?; \
514 done
515
516 uninstall-monodocDATA:
517 @$(NORMAL_UNINSTALL)
518 @list='$(monodoc_DATA)'; test -n "$(monodocdir)" || list=; \
519 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
520 dir='$(DESTDIR)$(monodocdir)'; $(am__uninstall_files_from_dir)
521 tags TAGS:
522
523 ctags CTAGS:
524
525 cscope cscopelist:
526
527
528 distdir: $(DISTFILES)
529 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
530 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
531 list='$(DISTFILES)'; \
532 dist_files=`for file in $$list; do echo $$file; done | \
533 sed -e "s|^$$srcdirstrip/||;t" \
534 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
535 case $$dist_files in \
536 */*) $(MKDIR_P) `echo "$$dist_files" | \
537 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
538 sort -u` ;; \
539 esac; \
540 for file in $$dist_files; do \
541 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
542 if test -d $$d/$$file; then \
543 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
544 if test -d "$(distdir)/$$file"; then \
545 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
546 fi; \
547 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
548 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
549 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
550 fi; \
551 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
552 else \
553 test -f "$(distdir)/$$file" \
554 || cp -p $$d/$$file "$(distdir)/$$file" \
555 || exit 1; \
556 fi; \
557 done
558 check-am: all-am
559 check: check-am
560 all-am: Makefile $(DATA)
561 installdirs:
562 for dir in "$(DESTDIR)$(monodocdir)"; do \
563 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
564 done
565 install: install-am
566 install-exec: install-exec-am
567 install-data: install-data-am
568 uninstall: uninstall-am
569
570 install-am: all-am
571 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
572
573 installcheck: installcheck-am
574 install-strip:
575 if test -z '$(STRIP)'; then \
576 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
577 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
578 install; \
579 else \
580 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
581 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
582 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
583 fi
584 mostlyclean-generic:
585
586 clean-generic:
587 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
588
589 distclean-generic:
590 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
591 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
592
593 maintainer-clean-generic:
594 @echo "This command is intended for maintainers to use"
595 @echo "it deletes files that may require special tools to rebuild."
596 @HAVE_DBUS_FALSE@install-data-hook:
597 @HAVE_MONO_FALSE@install-data-hook:
598 @HAVE_DBUS_FALSE@uninstall-hook:
599 @HAVE_MONO_FALSE@uninstall-hook:
600 clean: clean-am
601
602 clean-am: clean-generic clean-libtool mostlyclean-am
603
604 distclean: distclean-am
605 -rm -f Makefile
606 distclean-am: clean-am distclean-generic
607
608 dvi: dvi-am
609
610 dvi-am:
611
612 html: html-am
613
614 html-am:
615
616 info: info-am
617
618 info-am:
619
620 install-data-am: install-monodocDATA
621 @$(NORMAL_INSTALL)
622 $(MAKE) $(AM_MAKEFLAGS) install-data-hook
623 install-dvi: install-dvi-am
624
625 install-dvi-am:
626
627 install-exec-am:
628
629 install-html: install-html-am
630
631 install-html-am:
632
633 install-info: install-info-am
634
635 install-info-am:
636
637 install-man:
638
639 install-pdf: install-pdf-am
640
641 install-pdf-am:
642
643 install-ps: install-ps-am
644
645 install-ps-am:
646
647 installcheck-am:
648
649 maintainer-clean: maintainer-clean-am
650 -rm -f Makefile
651 maintainer-clean-am: distclean-am maintainer-clean-generic
652
653 mostlyclean: mostlyclean-am
654
655 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
656
657 pdf: pdf-am
658
659 pdf-am:
660
661 ps: ps-am
662
663 ps-am:
664
665 uninstall-am: uninstall-monodocDATA
666 @$(NORMAL_INSTALL)
667 $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
668 .MAKE: install-am install-data-am install-strip uninstall-am
669
670 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
671 cscopelist-am ctags-am distclean distclean-generic \
672 distclean-libtool distdir dvi dvi-am html html-am info info-am \
673 install install-am install-data install-data-am \
674 install-data-hook install-dvi install-dvi-am install-exec \
675 install-exec-am install-html install-html-am install-info \
676 install-info-am install-man install-monodocDATA install-pdf \
677 install-pdf-am install-ps install-ps-am install-strip \
678 installcheck installcheck-am installdirs maintainer-clean \
679 maintainer-clean-generic mostlyclean mostlyclean-generic \
680 mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
681 uninstall-am uninstall-hook uninstall-monodocDATA
682
683 .PRECIOUS: Makefile
684
685
686 $(ASSEMBLY): $(AVAHISOURCES)
687 $(AM_V_GEN)MONO_SHARED_DIR=. mcs -keyfile:$(srcdir)/avahi.snk -target:library -out:$@ -debug $(AVAHISOURCES) -r:Mono.Posix
688
689 $(ASSEMBLY).config: $(ASSEMBLY).config.in
690 $(AM_V_GEN)$(srcdir)/gencfg.sh $(top_builddir)/avahi-client/libavahi-client.la \
691 $(top_builddir)/avahi-common/libavahi-common.la \
692 $(top_builddir)/avahi-glib/libavahi-glib.la < $< > $@
693
694 @HAVE_DBUS_TRUE@@HAVE_MONO_TRUE@all: $(ASSEMBLY) $(ASSEMBLY).config
695
696 @HAVE_DBUS_TRUE@@HAVE_MONODOC_TRUE@@HAVE_MONO_TRUE@update-docs: $(ASSEMBLY)
697 @HAVE_DBUS_TRUE@@HAVE_MONODOC_TRUE@@HAVE_MONO_TRUE@ $(AM_V_GEN)$(MONODOCER) -assembly:$(ASSEMBLY) -path:en
698
699 @HAVE_DBUS_TRUE@@HAVE_MONODOC_TRUE@@HAVE_MONO_TRUE@avahi-sharp-docs.zip: avahi-sharp-docs.tree
700
701 @HAVE_DBUS_TRUE@@HAVE_MONODOC_TRUE@@HAVE_MONO_TRUE@avahi-sharp-docs.tree: $(srcdir)/en/*/*
702 @HAVE_DBUS_TRUE@@HAVE_MONODOC_TRUE@@HAVE_MONO_TRUE@ $(AM_V_GEN)$(MDASSEMBLER) --out avahi-sharp-docs --ecma $(srcdir)/en
703
704 @HAVE_DBUS_TRUE@@HAVE_MONO_TRUE@install-data-hook: $(ASSEMBLY)
705 @HAVE_DBUS_TRUE@@HAVE_MONO_TRUE@ $(AM_V_GEN)MONO_SHARED_DIR=. $(GACUTIL) /i $(ASSEMBLY) /package avahi-sharp /gacdir $(libdir) /root $(DESTDIR)$(libdir)
706
707 @HAVE_DBUS_TRUE@@HAVE_MONO_TRUE@uninstall-hook: $(ASSEMBLY)
708 @HAVE_DBUS_TRUE@@HAVE_MONO_TRUE@ $(AM_V_GEN)MONO_SHARED_DIR=. $(GACUTIL) /u avahi-sharp /package avahi-sharp /gacdir $(libdir) /root $(DESTDIR)$(libdir)
709
710 # Tell versions [3.59,3.63) of GNU make to not export all variables.
711 # Otherwise a system limit (for SysV at least) may be exceeded.
712 .NOEXPORT:
+0
-13
avahi-ui/.gitignore less more
0 bssh
1 bvnc
2 bssh.desktop
3 bvnc.desktop
4 bssh.desktop.in
5 bvnc.desktop.in
6 *.o
7 *.lo
8 *.la
9 Makefile
10 Makefile.in
11 .deps
12 .libs
0 # Makefile.in generated by automake 1.15 from Makefile.am.
1 # @configure_input@
2
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
4
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 @SET_MAKE@
15
16 # This file is part of avahi.
17 #
18 # avahi is free software; you can redistribute it and/or modify it
19 # under the terms of the GNU Lesser General Public License as
20 # published by the Free Software Foundation; either version 2 of the
21 # License, or (at your option) any later version.
22 #
23 # avahi is distributed in the hope that it will be useful, but WITHOUT
24 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
25 # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
26 # License for more details.
27 #
28 # You should have received a copy of the GNU Lesser General Public
29 # License along with avahi; if not, write to the Free Software
30 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
31 # USA.
32
33
34
35
36 VPATH = @srcdir@
37 am__is_gnu_make = { \
38 if test -z '$(MAKELEVEL)'; then \
39 false; \
40 elif test -n '$(MAKE_HOST)'; then \
41 true; \
42 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
43 true; \
44 else \
45 false; \
46 fi; \
47 }
48 am__make_running_with_option = \
49 case $${target_option-} in \
50 ?) ;; \
51 *) echo "am__make_running_with_option: internal error: invalid" \
52 "target option '$${target_option-}' specified" >&2; \
53 exit 1;; \
54 esac; \
55 has_opt=no; \
56 sane_makeflags=$$MAKEFLAGS; \
57 if $(am__is_gnu_make); then \
58 sane_makeflags=$$MFLAGS; \
59 else \
60 case $$MAKEFLAGS in \
61 *\\[\ \ ]*) \
62 bs=\\; \
63 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
64 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
65 esac; \
66 fi; \
67 skip_next=no; \
68 strip_trailopt () \
69 { \
70 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
71 }; \
72 for flg in $$sane_makeflags; do \
73 test $$skip_next = yes && { skip_next=no; continue; }; \
74 case $$flg in \
75 *=*|--*) continue;; \
76 -*I) strip_trailopt 'I'; skip_next=yes;; \
77 -*I?*) strip_trailopt 'I';; \
78 -*O) strip_trailopt 'O'; skip_next=yes;; \
79 -*O?*) strip_trailopt 'O';; \
80 -*l) strip_trailopt 'l'; skip_next=yes;; \
81 -*l?*) strip_trailopt 'l';; \
82 -[dEDm]) skip_next=yes;; \
83 -[JT]) skip_next=yes;; \
84 esac; \
85 case $$flg in \
86 *$$target_option*) has_opt=yes; break;; \
87 esac; \
88 done; \
89 test $$has_opt = yes
90 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
91 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
92 pkgdatadir = $(datadir)/@PACKAGE@
93 pkgincludedir = $(includedir)/@PACKAGE@
94 pkglibdir = $(libdir)/@PACKAGE@
95 pkglibexecdir = $(libexecdir)/@PACKAGE@
96 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
97 install_sh_DATA = $(install_sh) -c -m 644
98 install_sh_PROGRAM = $(install_sh) -c
99 install_sh_SCRIPT = $(install_sh) -c
100 INSTALL_HEADER = $(INSTALL_DATA)
101 transform = $(program_transform_name)
102 NORMAL_INSTALL = :
103 PRE_INSTALL = :
104 POST_INSTALL = :
105 NORMAL_UNINSTALL = :
106 PRE_UNINSTALL = :
107 POST_UNINSTALL = :
108 build_triplet = @build@
109 host_triplet = @host@
110 @HAVE_GTK2OR3_TRUE@am__append_1 = -DGNOMELOCALEDIR=\"$(datadir)/locale\"
111 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@@HAVE_GTK_TRUE@am__append_2 = \
112 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@@HAVE_GTK_TRUE@ libavahi-ui.la
113
114 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@@HAVE_GTK3_TRUE@am__append_3 = \
115 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@@HAVE_GTK3_TRUE@ libavahi-ui-gtk3.la
116
117 @HAVE_DBUS_TRUE@@HAVE_GDBM_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@am__append_4 = ../avahi-utils/stdb.h ../avahi-utils/stdb.c
118 @HAVE_DBUS_TRUE@@HAVE_GDBM_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@am__append_5 = -DDATABASE_FILE=\"$(pkglibdatadir)/service-types.db\"
119 @HAVE_DBUS_TRUE@@HAVE_GDBM_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@am__append_6 = -lgdbm
120 @HAVE_DBUS_TRUE@@HAVE_GDBM_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@am__append_7 = -DDATABASE_FILE=\"$(pkglibdatadir)/service-types.db\"
121 @HAVE_DBUS_TRUE@@HAVE_GDBM_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@am__append_8 = -lgdbm
122 @HAVE_DBM_TRUE@@HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@am__append_9 = ../avahi-utils/stdb.h ../avahi-utils/stdb.c
123 @HAVE_DBM_TRUE@@HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@am__append_10 = -DDATABASE_FILE=\"$(pkglibdatadir)/service-types.db\"
124 @HAVE_DBM_TRUE@@HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@am__append_11 = -DDATABASE_FILE=\"$(pkglibdatadir)/service-types.db\"
125 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@bin_PROGRAMS = bssh$(EXEEXT)
126 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@am__append_12 = bssh.desktop bvnc.desktop
127 subdir = avahi-ui
128 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
129 am__aclocal_m4_deps = $(top_srcdir)/common/acx_pthread.m4 \
130 $(top_srcdir)/common/gcc_stack_protect.m4 \
131 $(top_srcdir)/common/gcc_visibility.m4 \
132 $(top_srcdir)/common/intltool.m4 \
133 $(top_srcdir)/common/introspection.m4 \
134 $(top_srcdir)/common/libtool.m4 \
135 $(top_srcdir)/common/ltoptions.m4 \
136 $(top_srcdir)/common/ltsugar.m4 \
137 $(top_srcdir)/common/ltversion.m4 \
138 $(top_srcdir)/common/lt~obsolete.m4 \
139 $(top_srcdir)/common/nls.m4 $(top_srcdir)/common/python.m4 \
140 $(top_srcdir)/acinclude.m4 $(top_srcdir)/common/doxygen.m4 \
141 $(top_srcdir)/configure.ac
142 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
143 $(ACLOCAL_M4)
144 DIST_COMMON = $(srcdir)/Makefile.am $(am__avahiinclude_HEADERS_DIST) \
145 $(am__DIST_COMMON)
146 mkinstalldirs = $(install_sh) -d
147 CONFIG_HEADER = $(top_builddir)/config.h
148 CONFIG_CLEAN_FILES =
149 CONFIG_CLEAN_VPATH_FILES =
150 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
151 am__vpath_adj = case $$p in \
152 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
153 *) f=$$p;; \
154 esac;
155 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
156 am__install_max = 40
157 am__nobase_strip_setup = \
158 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
159 am__nobase_strip = \
160 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
161 am__nobase_list = $(am__nobase_strip_setup); \
162 for p in $$list; do echo "$$p $$p"; done | \
163 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
164 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
165 if (++n[$$2] == $(am__install_max)) \
166 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
167 END { for (dir in files) print dir, files[dir] }'
168 am__base_list = \
169 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
170 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
171 am__uninstall_files_from_dir = { \
172 test -z "$$files" \
173 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
174 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
175 $(am__cd) "$$dir" && rm -f $$files; }; \
176 }
177 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
178 "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(avahiincludedir)"
179 LTLIBRARIES = $(lib_LTLIBRARIES)
180 am__DEPENDENCIES_1 =
181 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@libavahi_ui_gtk3_la_DEPENDENCIES = ../avahi-common/libavahi-common.la \
182 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@ ../avahi-client/libavahi-client.la \
183 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@ ../avahi-glib/libavahi-glib.la \
184 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@ $(am__DEPENDENCIES_1) \
185 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@ $(am__DEPENDENCIES_1)
186 am__libavahi_ui_gtk3_la_SOURCES_DIST = avahi-ui.h avahi-ui.c \
187 ../avahi-utils/stdb.h ../avahi-utils/stdb.c
188 @HAVE_DBUS_TRUE@@HAVE_GDBM_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@am__objects_1 = libavahi_ui_gtk3_la-stdb.lo
189 @HAVE_DBM_TRUE@@HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@am__objects_2 = libavahi_ui_gtk3_la-stdb.lo
190 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@am__objects_3 = libavahi_ui_gtk3_la-avahi-ui.lo \
191 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@ $(am__objects_1) \
192 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@ $(am__objects_2)
193 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@am_libavahi_ui_gtk3_la_OBJECTS = $(am__objects_3)
194 libavahi_ui_gtk3_la_OBJECTS = $(am_libavahi_ui_gtk3_la_OBJECTS)
195 AM_V_lt = $(am__v_lt_@AM_V@)
196 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
197 am__v_lt_0 = --silent
198 am__v_lt_1 =
199 libavahi_ui_gtk3_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
200 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
201 $(libavahi_ui_gtk3_la_CFLAGS) $(CFLAGS) \
202 $(libavahi_ui_gtk3_la_LDFLAGS) $(LDFLAGS) -o $@
203 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@@HAVE_GTK3_TRUE@am_libavahi_ui_gtk3_la_rpath = -rpath \
204 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@@HAVE_GTK3_TRUE@ $(libdir)
205 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@libavahi_ui_la_DEPENDENCIES = ../avahi-common/libavahi-common.la \
206 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@ ../avahi-client/libavahi-client.la \
207 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@ ../avahi-glib/libavahi-glib.la \
208 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@ $(am__DEPENDENCIES_1) \
209 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@ $(am__DEPENDENCIES_1)
210 am__libavahi_ui_la_SOURCES_DIST = avahi-ui.h avahi-ui.c \
211 ../avahi-utils/stdb.h ../avahi-utils/stdb.c
212 @HAVE_DBUS_TRUE@@HAVE_GDBM_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@am__objects_4 = libavahi_ui_la-stdb.lo
213 @HAVE_DBM_TRUE@@HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@am__objects_5 = libavahi_ui_la-stdb.lo
214 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@am_libavahi_ui_la_OBJECTS = libavahi_ui_la-avahi-ui.lo \
215 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@ $(am__objects_4) \
216 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@ $(am__objects_5)
217 libavahi_ui_la_OBJECTS = $(am_libavahi_ui_la_OBJECTS)
218 libavahi_ui_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
219 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
220 $(libavahi_ui_la_CFLAGS) $(CFLAGS) $(libavahi_ui_la_LDFLAGS) \
221 $(LDFLAGS) -o $@
222 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@@HAVE_GTK_TRUE@am_libavahi_ui_la_rpath = -rpath \
223 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@@HAVE_GTK_TRUE@ $(libdir)
224 PROGRAMS = $(bin_PROGRAMS)
225 am__bssh_SOURCES_DIST = bssh.c
226 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@am_bssh_OBJECTS = bssh-bssh.$(OBJEXT)
227 bssh_OBJECTS = $(am_bssh_OBJECTS)
228 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@@HAVE_GTK3_FALSE@bssh_DEPENDENCIES = $(am__DEPENDENCIES_1) \
229 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@@HAVE_GTK3_FALSE@ ../avahi-client/libavahi-client.la \
230 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@@HAVE_GTK3_FALSE@ ../avahi-common/libavahi-common.la \
231 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@@HAVE_GTK3_FALSE@ libavahi-ui.la
232 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@@HAVE_GTK3_TRUE@bssh_DEPENDENCIES = $(am__DEPENDENCIES_1) \
233 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@@HAVE_GTK3_TRUE@ ../avahi-client/libavahi-client.la \
234 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@@HAVE_GTK3_TRUE@ ../avahi-common/libavahi-common.la \
235 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@@HAVE_GTK3_TRUE@ libavahi-ui-gtk3.la
236 bssh_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
237 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(bssh_CFLAGS) $(CFLAGS) \
238 $(AM_LDFLAGS) $(LDFLAGS) -o $@
239 AM_V_P = $(am__v_P_@AM_V@)
240 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
241 am__v_P_0 = false
242 am__v_P_1 = :
243 AM_V_GEN = $(am__v_GEN_@AM_V@)
244 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
245 am__v_GEN_0 = @echo " GEN " $@;
246 am__v_GEN_1 =
247 AM_V_at = $(am__v_at_@AM_V@)
248 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
249 am__v_at_0 = @
250 am__v_at_1 =
251 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
252 depcomp = $(SHELL) $(top_srcdir)/depcomp
253 am__depfiles_maybe = depfiles
254 am__mv = mv -f
255 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
256 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
257 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
258 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
259 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
260 $(AM_CFLAGS) $(CFLAGS)
261 AM_V_CC = $(am__v_CC_@AM_V@)
262 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
263 am__v_CC_0 = @echo " CC " $@;
264 am__v_CC_1 =
265 CCLD = $(CC)
266 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
267 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
268 $(AM_LDFLAGS) $(LDFLAGS) -o $@
269 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
270 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
271 am__v_CCLD_0 = @echo " CCLD " $@;
272 am__v_CCLD_1 =
273 SOURCES = $(libavahi_ui_gtk3_la_SOURCES) $(libavahi_ui_la_SOURCES) \
274 $(bssh_SOURCES)
275 DIST_SOURCES = $(am__libavahi_ui_gtk3_la_SOURCES_DIST) \
276 $(am__libavahi_ui_la_SOURCES_DIST) $(am__bssh_SOURCES_DIST)
277 am__can_run_installinfo = \
278 case $$AM_UPDATE_INFO_DIR in \
279 n|no|NO) false;; \
280 *) (install-info --version) >/dev/null 2>&1;; \
281 esac
282 DATA = $(desktop_DATA)
283 am__avahiinclude_HEADERS_DIST = avahi-ui.h
284 HEADERS = $(avahiinclude_HEADERS)
285 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
286 # Read a list of newline-separated strings from the standard input,
287 # and print each of them once, without duplicates. Input order is
288 # *not* preserved.
289 am__uniquify_input = $(AWK) '\
290 BEGIN { nonempty = 0; } \
291 { items[$$0] = 1; nonempty = 1; } \
292 END { if (nonempty) { for (i in items) print i; }; } \
293 '
294 # Make sure the list of sources is unique. This is necessary because,
295 # e.g., the same source file might be shared among _SOURCES variables
296 # for different programs/libraries.
297 am__define_uniq_tagged_files = \
298 list='$(am__tagged_files)'; \
299 unique=`for i in $$list; do \
300 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
301 done | $(am__uniquify_input)`
302 ETAGS = etags
303 CTAGS = ctags
304 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
305 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
306 ACLOCAL = @ACLOCAL@
307 ALL_LINGUAS = @ALL_LINGUAS@
308 AMTAR = @AMTAR@
309 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
310 AR = @AR@
311 AUTOCONF = @AUTOCONF@
312 AUTOHEADER = @AUTOHEADER@
313 AUTOMAKE = @AUTOMAKE@
314 AVAHI_AUTOIPD_GROUP = @AVAHI_AUTOIPD_GROUP@
315 AVAHI_AUTOIPD_USER = @AVAHI_AUTOIPD_USER@
316 AVAHI_GROUP = @AVAHI_GROUP@
317 AVAHI_PRIV_ACCESS_GROUP = @AVAHI_PRIV_ACCESS_GROUP@
318 AVAHI_USER = @AVAHI_USER@
319 AWK = @AWK@
320 CATALOGS = @CATALOGS@
321 CATOBJEXT = @CATOBJEXT@
322 CC = @CC@
323 CCDEPMODE = @CCDEPMODE@
324 CFLAGS = @CFLAGS@
325 CPP = @CPP@
326 CPPFLAGS = @CPPFLAGS@
327 CXX = @CXX@
328 CXXCPP = @CXXCPP@
329 CXXDEPMODE = @CXXDEPMODE@
330 CXXFLAGS = @CXXFLAGS@
331 CYGPATH_W = @CYGPATH_W@
332 DATADIRNAME = @DATADIRNAME@
333 DBUS_CFLAGS = @DBUS_CFLAGS@
334 DBUS_LIBS = @DBUS_LIBS@
335 DBUS_SYSTEM_BUS_DEFAULT_ADDRESS = @DBUS_SYSTEM_BUS_DEFAULT_ADDRESS@
336 DBUS_SYS_DIR = @DBUS_SYS_DIR@
337 DEFS = @DEFS@
338 DEPDIR = @DEPDIR@
339 DLLTOOL = @DLLTOOL@
340 DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
341 DSYMUTIL = @DSYMUTIL@
342 DUMPBIN = @DUMPBIN@
343 DX_CONFIG = @DX_CONFIG@
344 DX_DOCDIR = @DX_DOCDIR@
345 DX_DOT = @DX_DOT@
346 DX_DOXYGEN = @DX_DOXYGEN@
347 DX_DVIPS = @DX_DVIPS@
348 DX_EGREP = @DX_EGREP@
349 DX_ENV = @DX_ENV@
350 DX_FLAG_chi = @DX_FLAG_chi@
351 DX_FLAG_chm = @DX_FLAG_chm@
352 DX_FLAG_doc = @DX_FLAG_doc@
353 DX_FLAG_dot = @DX_FLAG_dot@
354 DX_FLAG_html = @DX_FLAG_html@
355 DX_FLAG_man = @DX_FLAG_man@
356 DX_FLAG_pdf = @DX_FLAG_pdf@
357 DX_FLAG_ps = @DX_FLAG_ps@
358 DX_FLAG_rtf = @DX_FLAG_rtf@
359 DX_FLAG_xml = @DX_FLAG_xml@
360 DX_HHC = @DX_HHC@
361 DX_LATEX = @DX_LATEX@
362 DX_MAKEINDEX = @DX_MAKEINDEX@
363 DX_PDFLATEX = @DX_PDFLATEX@
364 DX_PERL = @DX_PERL@
365 DX_PROJECT = @DX_PROJECT@
366 ECHO_C = @ECHO_C@
367 ECHO_N = @ECHO_N@
368 ECHO_T = @ECHO_T@
369 EGREP = @EGREP@
370 EXEEXT = @EXEEXT@
371 FGREP = @FGREP@
372 GACUTIL = @GACUTIL@
373 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
374 GLIB20_CFLAGS = @GLIB20_CFLAGS@
375 GLIB20_LIBS = @GLIB20_LIBS@
376 GMOFILES = @GMOFILES@
377 GMSGFMT = @GMSGFMT@
378 GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
379 GOBJECT_LIBS = @GOBJECT_LIBS@
380 GREP = @GREP@
381 GTK20_CFLAGS = @GTK20_CFLAGS@
382 GTK20_LIBS = @GTK20_LIBS@
383 GTK30_CFLAGS = @GTK30_CFLAGS@
384 GTK30_LIBS = @GTK30_LIBS@
385 HOWL_COMPAT_VERSION = @HOWL_COMPAT_VERSION@
386 INSTALL = @INSTALL@
387 INSTALL_DATA = @INSTALL_DATA@
388 INSTALL_PROGRAM = @INSTALL_PROGRAM@
389 INSTALL_SCRIPT = @INSTALL_SCRIPT@
390 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
391 INSTOBJEXT = @INSTOBJEXT@
392 INTLLIBS = @INTLLIBS@
393 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
394 INTLTOOL_MERGE = @INTLTOOL_MERGE@
395 INTLTOOL_PERL = @INTLTOOL_PERL@
396 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
397 INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
398 INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
399 INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
400 INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
401 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
402 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
403 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
404 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
405 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
406 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
407 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
408 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
409 LD = @LD@
410 LDFLAGS = @LDFLAGS@
411 LIBAVAHI_CLIENT_VERSION_INFO = @LIBAVAHI_CLIENT_VERSION_INFO@
412 LIBAVAHI_COMMON_VERSION_INFO = @LIBAVAHI_COMMON_VERSION_INFO@
413 LIBAVAHI_COMPAT_HOWL_VERSION_INFO = @LIBAVAHI_COMPAT_HOWL_VERSION_INFO@
414 LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO = @LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO@
415 LIBAVAHI_CORE_VERSION_INFO = @LIBAVAHI_CORE_VERSION_INFO@
416 LIBAVAHI_GLIB_VERSION_INFO = @LIBAVAHI_GLIB_VERSION_INFO@
417 LIBAVAHI_GOBJECT_VERSION_INFO = @LIBAVAHI_GOBJECT_VERSION_INFO@
418 LIBAVAHI_QT3_VERSION_INFO = @LIBAVAHI_QT3_VERSION_INFO@
419 LIBAVAHI_QT4_VERSION_INFO = @LIBAVAHI_QT4_VERSION_INFO@
420 LIBAVAHI_UI_VERSION_INFO = @LIBAVAHI_UI_VERSION_INFO@
421 LIBDAEMON_CFLAGS = @LIBDAEMON_CFLAGS@
422 LIBDAEMON_LIBS = @LIBDAEMON_LIBS@
423 LIBOBJS = @LIBOBJS@
424 LIBS = @LIBS@
425 LIBTOOL = @LIBTOOL@
426 LIPO = @LIPO@
427 LN_S = @LN_S@
428 LTLIBOBJS = @LTLIBOBJS@
429 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
430 MAKEINFO = @MAKEINFO@
431 MANIFEST_TOOL = @MANIFEST_TOOL@
432 MCS = @MCS@
433 MDASSEMBLER = @MDASSEMBLER@
434 MKDIR_P = @MKDIR_P@
435 MKINSTALLDIRS = @MKINSTALLDIRS@
436 MOC_QT3 = @MOC_QT3@
437 MOC_QT4 = @MOC_QT4@
438 MONODOCER = @MONODOCER@
439 MONODOC_CFLAGS = @MONODOC_CFLAGS@
440 MONODOC_DIR = @MONODOC_DIR@
441 MONODOC_LIBS = @MONODOC_LIBS@
442 MSGFMT = @MSGFMT@
443 MSGFMT_OPTS = @MSGFMT_OPTS@
444 MSGMERGE = @MSGMERGE@
445 NM = @NM@
446 NMEDIT = @NMEDIT@
447 OBJDUMP = @OBJDUMP@
448 OBJEXT = @OBJEXT@
449 OTOOL = @OTOOL@
450 OTOOL64 = @OTOOL64@
451 PACKAGE = @PACKAGE@
452 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
453 PACKAGE_NAME = @PACKAGE_NAME@
454 PACKAGE_STRING = @PACKAGE_STRING@
455 PACKAGE_TARNAME = @PACKAGE_TARNAME@
456 PACKAGE_URL = @PACKAGE_URL@
457 PACKAGE_VERSION = @PACKAGE_VERSION@
458 PATH_SEPARATOR = @PATH_SEPARATOR@
459 PKG_CONFIG = @PKG_CONFIG@
460 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
461 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
462 POFILES = @POFILES@
463 POSUB = @POSUB@
464 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
465 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
466 PTHREAD_CC = @PTHREAD_CC@
467 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
468 PTHREAD_LIBS = @PTHREAD_LIBS@
469 PYTHON = @PYTHON@
470 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
471 PYTHON_PLATFORM = @PYTHON_PLATFORM@
472 PYTHON_PREFIX = @PYTHON_PREFIX@
473 PYTHON_VERSION = @PYTHON_VERSION@
474 QT3_CFLAGS = @QT3_CFLAGS@
475 QT3_LIBS = @QT3_LIBS@
476 QT4_CFLAGS = @QT4_CFLAGS@
477 QT4_LIBS = @QT4_LIBS@
478 RANLIB = @RANLIB@
479 SED = @SED@
480 SET_MAKE = @SET_MAKE@
481 SHELL = @SHELL@
482 STOW = @STOW@
483 STRIP = @STRIP@
484 USE_NLS = @USE_NLS@
485 VERSION = @VERSION@
486 VISIBILITY_HIDDEN_CFLAGS = @VISIBILITY_HIDDEN_CFLAGS@
487 XGETTEXT = @XGETTEXT@
488 XML_CFLAGS = @XML_CFLAGS@
489 XML_LIBS = @XML_LIBS@
490 abs_builddir = @abs_builddir@
491 abs_srcdir = @abs_srcdir@
492 abs_top_builddir = @abs_top_builddir@
493 abs_top_srcdir = @abs_top_srcdir@
494 ac_ct_AR = @ac_ct_AR@
495 ac_ct_CC = @ac_ct_CC@
496 ac_ct_CXX = @ac_ct_CXX@
497 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
498 acx_pthread_config = @acx_pthread_config@
499 am__include = @am__include@
500 am__leading_dot = @am__leading_dot@
501 am__quote = @am__quote@
502 am__tar = @am__tar@
503 am__untar = @am__untar@
504 avahi_runtime_dir = @avahi_runtime_dir@
505 avahi_socket = @avahi_socket@
506 avahilocaledir = @avahilocaledir@
507 bindir = @bindir@
508 build = @build@
509 build_alias = @build_alias@
510 build_cpu = @build_cpu@
511 build_os = @build_os@
512 build_vendor = @build_vendor@
513 builddir = @builddir@
514 datadir = @datadir@
515 datarootdir = @datarootdir@
516 docdir = @docdir@
517 dvidir = @dvidir@
518 exec_prefix = @exec_prefix@
519 have_pkg_config = @have_pkg_config@
520 have_xmltoman = @have_xmltoman@
521 host = @host@
522 host_alias = @host_alias@
523 host_cpu = @host_cpu@
524 host_os = @host_os@
525 host_vendor = @host_vendor@
526 htmldir = @htmldir@
527 includedir = @includedir@
528 infodir = @infodir@
529 install_sh = @install_sh@
530 interfacesdir = @interfacesdir@
531 intltool__v_merge_options_ = @intltool__v_merge_options_@
532 intltool__v_merge_options_0 = @intltool__v_merge_options_0@
533 libdir = @libdir@
534 libexecdir = @libexecdir@
535 localedir = @localedir@
536 localstatedir = @localstatedir@
537 mandir = @mandir@
538 mkdir_p = @mkdir_p@
539 oldincludedir = @oldincludedir@
540 pdfdir = @pdfdir@
541 pkgpyexecdir = @pkgpyexecdir@
542 pkgpythondir = @pkgpythondir@
543 prefix = @prefix@
544 program_transform_name = @program_transform_name@
545 psdir = @psdir@
546 pyexecdir = @pyexecdir@
547 pythondir = @pythondir@
548 runstatedir = @runstatedir@
549 sbindir = @sbindir@
550 sharedstatedir = @sharedstatedir@
551 srcdir = @srcdir@
552 sysconfdir = @sysconfdir@
553 systemdsystemunitdir = @systemdsystemunitdir@
554 target_alias = @target_alias@
555 top_build_prefix = @top_build_prefix@
556 top_builddir = @top_builddir@
557 top_srcdir = @top_srcdir@
558
559 # This cool debug trap works on i386/gcc only
560 AM_CFLAGS = -I$(top_srcdir) '-DDEBUG_TRAP=__asm__("int $$3")' \
561 $(am__append_1)
562 pkglibdatadir = $(libdir)/avahi
563 desktopdir = $(datadir)/applications
564 desktop_DATA = $(am__append_12)
565 desktop_DATA_in = $(desktop_DATA_in_in:.in.in=.in)
566 desktop_DATA_in_in = bssh.desktop.in.in bvnc.desktop.in.in
567 EXTRA_DIST = $(desktop_DATA_in_in)
568 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@avahiincludedir = $(includedir)/avahi-ui
569 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@avahiinclude_HEADERS = \
570 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@ avahi-ui.h
571
572 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@lib_LTLIBRARIES = $(am__append_2) \
573 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@ $(am__append_3)
574 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@libavahi_ui_la_SOURCES = \
575 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@ avahi-ui.h \
576 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@ avahi-ui.c \
577 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@ $(am__append_4) \
578 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@ $(am__append_9)
579 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@libavahi_ui_la_CFLAGS = $(AM_CFLAGS) \
580 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@ $(GTK20_CFLAGS) \
581 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@ $(am__append_5) \
582 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@ $(am__append_10)
583 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@libavahi_ui_la_LIBADD = $(AM_LDADD) \
584 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@ ../avahi-common/libavahi-common.la \
585 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@ ../avahi-client/libavahi-client.la \
586 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@ ../avahi-glib/libavahi-glib.la \
587 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@ $(GTK20_LIBS) \
588 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@ $(am__append_6)
589 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@libavahi_ui_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(LIBAVAHI_UI_VERSION_INFO)
590 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@libavahi_ui_gtk3_la_SOURCES = $(libavahi_ui_la_SOURCES)
591 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@libavahi_ui_gtk3_la_CFLAGS = $(AM_CFLAGS) \
592 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@ $(GTK30_CFLAGS) \
593 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@ $(am__append_7) \
594 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@ $(am__append_11)
595 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@libavahi_ui_gtk3_la_LIBADD = $(AM_LDADD) \
596 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@ ../avahi-common/libavahi-common.la \
597 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@ ../avahi-client/libavahi-client.la \
598 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@ ../avahi-glib/libavahi-glib.la \
599 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@ $(GTK30_LIBS) \
600 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@ $(am__append_8)
601 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@libavahi_ui_gtk3_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(LIBAVAHI_UI_VERSION_INFO)
602 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@bssh_SOURCES = bssh.c
603 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@@HAVE_GTK3_FALSE@bssh_CFLAGS = $(AM_CFLAGS) $(GTK20_CFLAGS)
604 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@@HAVE_GTK3_TRUE@bssh_CFLAGS = $(AM_CFLAGS) $(GTK30_CFLAGS)
605 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@@HAVE_GTK3_FALSE@bssh_LDADD = $(AM_LDADD) $(GTK20_LIBS) ../avahi-client/libavahi-client.la ../avahi-common/libavahi-common.la libavahi-ui.la
606 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@@HAVE_GTK3_TRUE@bssh_LDADD = $(AM_LDADD) $(GTK30_LIBS) ../avahi-client/libavahi-client.la ../avahi-common/libavahi-common.la libavahi-ui-gtk3.la
607 CLEANFILES = $(desktop_DATA) $(desktop_DATA_in)
608 all: all-am
609
610 .SUFFIXES:
611 .SUFFIXES: .c .lo .o .obj
612 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
613 @for dep in $?; do \
614 case '$(am__configure_deps)' in \
615 *$$dep*) \
616 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
617 && { if test -f $@; then exit 0; else break; fi; }; \
618 exit 1;; \
619 esac; \
620 done; \
621 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign avahi-ui/Makefile'; \
622 $(am__cd) $(top_srcdir) && \
623 $(AUTOMAKE) --foreign avahi-ui/Makefile
624 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
625 @case '$?' in \
626 *config.status*) \
627 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
628 *) \
629 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
630 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
631 esac;
632
633 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
634 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
635
636 $(top_srcdir)/configure: $(am__configure_deps)
637 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
638 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
639 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
640 $(am__aclocal_m4_deps):
641
642 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
643 @$(NORMAL_INSTALL)
644 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
645 list2=; for p in $$list; do \
646 if test -f $$p; then \
647 list2="$$list2 $$p"; \
648 else :; fi; \
649 done; \
650 test -z "$$list2" || { \
651 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
652 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
653 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
654 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
655 }
656
657 uninstall-libLTLIBRARIES:
658 @$(NORMAL_UNINSTALL)
659 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
660 for p in $$list; do \
661 $(am__strip_dir) \
662 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
663 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
664 done
665
666 clean-libLTLIBRARIES:
667 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
668 @list='$(lib_LTLIBRARIES)'; \
669 locs=`for p in $$list; do echo $$p; done | \
670 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
671 sort -u`; \
672 test -z "$$locs" || { \
673 echo rm -f $${locs}; \
674 rm -f $${locs}; \
675 }
676
677 libavahi-ui-gtk3.la: $(libavahi_ui_gtk3_la_OBJECTS) $(libavahi_ui_gtk3_la_DEPENDENCIES) $(EXTRA_libavahi_ui_gtk3_la_DEPENDENCIES)
678 $(AM_V_CCLD)$(libavahi_ui_gtk3_la_LINK) $(am_libavahi_ui_gtk3_la_rpath) $(libavahi_ui_gtk3_la_OBJECTS) $(libavahi_ui_gtk3_la_LIBADD) $(LIBS)
679
680 libavahi-ui.la: $(libavahi_ui_la_OBJECTS) $(libavahi_ui_la_DEPENDENCIES) $(EXTRA_libavahi_ui_la_DEPENDENCIES)
681 $(AM_V_CCLD)$(libavahi_ui_la_LINK) $(am_libavahi_ui_la_rpath) $(libavahi_ui_la_OBJECTS) $(libavahi_ui_la_LIBADD) $(LIBS)
682 install-binPROGRAMS: $(bin_PROGRAMS)
683 @$(NORMAL_INSTALL)
684 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
685 if test -n "$$list"; then \
686 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
687 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
688 fi; \
689 for p in $$list; do echo "$$p $$p"; done | \
690 sed 's/$(EXEEXT)$$//' | \
691 while read p p1; do if test -f $$p \
692 || test -f $$p1 \
693 ; then echo "$$p"; echo "$$p"; else :; fi; \
694 done | \
695 sed -e 'p;s,.*/,,;n;h' \
696 -e 's|.*|.|' \
697 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
698 sed 'N;N;N;s,\n, ,g' | \
699 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
700 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
701 if ($$2 == $$4) files[d] = files[d] " " $$1; \
702 else { print "f", $$3 "/" $$4, $$1; } } \
703 END { for (d in files) print "f", d, files[d] }' | \
704 while read type dir files; do \
705 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
706 test -z "$$files" || { \
707 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
708 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
709 } \
710 ; done
711
712 uninstall-binPROGRAMS:
713 @$(NORMAL_UNINSTALL)
714 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
715 files=`for p in $$list; do echo "$$p"; done | \
716 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
717 -e 's/$$/$(EXEEXT)/' \
718 `; \
719 test -n "$$list" || exit 0; \
720 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
721 cd "$(DESTDIR)$(bindir)" && rm -f $$files
722
723 clean-binPROGRAMS:
724 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
725 echo " rm -f" $$list; \
726 rm -f $$list || exit $$?; \
727 test -n "$(EXEEXT)" || exit 0; \
728 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
729 echo " rm -f" $$list; \
730 rm -f $$list
731
732 bssh$(EXEEXT): $(bssh_OBJECTS) $(bssh_DEPENDENCIES) $(EXTRA_bssh_DEPENDENCIES)
733 @rm -f bssh$(EXEEXT)
734 $(AM_V_CCLD)$(bssh_LINK) $(bssh_OBJECTS) $(bssh_LDADD) $(LIBS)
735
736 mostlyclean-compile:
737 -rm -f *.$(OBJEXT)
738
739 distclean-compile:
740 -rm -f *.tab.c
741
742 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bssh-bssh.Po@am__quote@
743 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_ui_gtk3_la-avahi-ui.Plo@am__quote@
744 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_ui_gtk3_la-stdb.Plo@am__quote@
745 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_ui_la-avahi-ui.Plo@am__quote@
746 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_ui_la-stdb.Plo@am__quote@
747
748 .c.o:
749 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
750 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
751 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
752 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
753 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
754
755 .c.obj:
756 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
757 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
758 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
759 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
760 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
761
762 .c.lo:
763 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
764 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
765 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
766 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
767 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
768
769 libavahi_ui_gtk3_la-avahi-ui.lo: avahi-ui.c
770 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_ui_gtk3_la_CFLAGS) $(CFLAGS) -MT libavahi_ui_gtk3_la-avahi-ui.lo -MD -MP -MF $(DEPDIR)/libavahi_ui_gtk3_la-avahi-ui.Tpo -c -o libavahi_ui_gtk3_la-avahi-ui.lo `test -f 'avahi-ui.c' || echo '$(srcdir)/'`avahi-ui.c
771 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_ui_gtk3_la-avahi-ui.Tpo $(DEPDIR)/libavahi_ui_gtk3_la-avahi-ui.Plo
772 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='avahi-ui.c' object='libavahi_ui_gtk3_la-avahi-ui.lo' libtool=yes @AMDEPBACKSLASH@
773 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
774 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_ui_gtk3_la_CFLAGS) $(CFLAGS) -c -o libavahi_ui_gtk3_la-avahi-ui.lo `test -f 'avahi-ui.c' || echo '$(srcdir)/'`avahi-ui.c
775
776 libavahi_ui_gtk3_la-stdb.lo: ../avahi-utils/stdb.c
777 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_ui_gtk3_la_CFLAGS) $(CFLAGS) -MT libavahi_ui_gtk3_la-stdb.lo -MD -MP -MF $(DEPDIR)/libavahi_ui_gtk3_la-stdb.Tpo -c -o libavahi_ui_gtk3_la-stdb.lo `test -f '../avahi-utils/stdb.c' || echo '$(srcdir)/'`../avahi-utils/stdb.c
778 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_ui_gtk3_la-stdb.Tpo $(DEPDIR)/libavahi_ui_gtk3_la-stdb.Plo
779 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../avahi-utils/stdb.c' object='libavahi_ui_gtk3_la-stdb.lo' libtool=yes @AMDEPBACKSLASH@
780 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
781 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_ui_gtk3_la_CFLAGS) $(CFLAGS) -c -o libavahi_ui_gtk3_la-stdb.lo `test -f '../avahi-utils/stdb.c' || echo '$(srcdir)/'`../avahi-utils/stdb.c
782
783 libavahi_ui_la-avahi-ui.lo: avahi-ui.c
784 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_ui_la_CFLAGS) $(CFLAGS) -MT libavahi_ui_la-avahi-ui.lo -MD -MP -MF $(DEPDIR)/libavahi_ui_la-avahi-ui.Tpo -c -o libavahi_ui_la-avahi-ui.lo `test -f 'avahi-ui.c' || echo '$(srcdir)/'`avahi-ui.c
785 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_ui_la-avahi-ui.Tpo $(DEPDIR)/libavahi_ui_la-avahi-ui.Plo
786 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='avahi-ui.c' object='libavahi_ui_la-avahi-ui.lo' libtool=yes @AMDEPBACKSLASH@
787 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
788 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_ui_la_CFLAGS) $(CFLAGS) -c -o libavahi_ui_la-avahi-ui.lo `test -f 'avahi-ui.c' || echo '$(srcdir)/'`avahi-ui.c
789
790 libavahi_ui_la-stdb.lo: ../avahi-utils/stdb.c
791 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_ui_la_CFLAGS) $(CFLAGS) -MT libavahi_ui_la-stdb.lo -MD -MP -MF $(DEPDIR)/libavahi_ui_la-stdb.Tpo -c -o libavahi_ui_la-stdb.lo `test -f '../avahi-utils/stdb.c' || echo '$(srcdir)/'`../avahi-utils/stdb.c
792 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_ui_la-stdb.Tpo $(DEPDIR)/libavahi_ui_la-stdb.Plo
793 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../avahi-utils/stdb.c' object='libavahi_ui_la-stdb.lo' libtool=yes @AMDEPBACKSLASH@
794 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
795 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_ui_la_CFLAGS) $(CFLAGS) -c -o libavahi_ui_la-stdb.lo `test -f '../avahi-utils/stdb.c' || echo '$(srcdir)/'`../avahi-utils/stdb.c
796
797 bssh-bssh.o: bssh.c
798 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bssh_CFLAGS) $(CFLAGS) -MT bssh-bssh.o -MD -MP -MF $(DEPDIR)/bssh-bssh.Tpo -c -o bssh-bssh.o `test -f 'bssh.c' || echo '$(srcdir)/'`bssh.c
799 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/bssh-bssh.Tpo $(DEPDIR)/bssh-bssh.Po
800 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='bssh.c' object='bssh-bssh.o' libtool=no @AMDEPBACKSLASH@
801 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
802 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bssh_CFLAGS) $(CFLAGS) -c -o bssh-bssh.o `test -f 'bssh.c' || echo '$(srcdir)/'`bssh.c
803
804 bssh-bssh.obj: bssh.c
805 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bssh_CFLAGS) $(CFLAGS) -MT bssh-bssh.obj -MD -MP -MF $(DEPDIR)/bssh-bssh.Tpo -c -o bssh-bssh.obj `if test -f 'bssh.c'; then $(CYGPATH_W) 'bssh.c'; else $(CYGPATH_W) '$(srcdir)/bssh.c'; fi`
806 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/bssh-bssh.Tpo $(DEPDIR)/bssh-bssh.Po
807 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='bssh.c' object='bssh-bssh.obj' libtool=no @AMDEPBACKSLASH@
808 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
809 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bssh_CFLAGS) $(CFLAGS) -c -o bssh-bssh.obj `if test -f 'bssh.c'; then $(CYGPATH_W) 'bssh.c'; else $(CYGPATH_W) '$(srcdir)/bssh.c'; fi`
810
811 mostlyclean-libtool:
812 -rm -f *.lo
813
814 clean-libtool:
815 -rm -rf .libs _libs
816 install-desktopDATA: $(desktop_DATA)
817 @$(NORMAL_INSTALL)
818 @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
819 if test -n "$$list"; then \
820 echo " $(MKDIR_P) '$(DESTDIR)$(desktopdir)'"; \
821 $(MKDIR_P) "$(DESTDIR)$(desktopdir)" || exit 1; \
822 fi; \
823 for p in $$list; do \
824 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
825 echo "$$d$$p"; \
826 done | $(am__base_list) | \
827 while read files; do \
828 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(desktopdir)'"; \
829 $(INSTALL_DATA) $$files "$(DESTDIR)$(desktopdir)" || exit $$?; \
830 done
831
832 uninstall-desktopDATA:
833 @$(NORMAL_UNINSTALL)
834 @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
835 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
836 dir='$(DESTDIR)$(desktopdir)'; $(am__uninstall_files_from_dir)
837 install-avahiincludeHEADERS: $(avahiinclude_HEADERS)
838 @$(NORMAL_INSTALL)
839 @list='$(avahiinclude_HEADERS)'; test -n "$(avahiincludedir)" || list=; \
840 if test -n "$$list"; then \
841 echo " $(MKDIR_P) '$(DESTDIR)$(avahiincludedir)'"; \
842 $(MKDIR_P) "$(DESTDIR)$(avahiincludedir)" || exit 1; \
843 fi; \
844 for p in $$list; do \
845 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
846 echo "$$d$$p"; \
847 done | $(am__base_list) | \
848 while read files; do \
849 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(avahiincludedir)'"; \
850 $(INSTALL_HEADER) $$files "$(DESTDIR)$(avahiincludedir)" || exit $$?; \
851 done
852
853 uninstall-avahiincludeHEADERS:
854 @$(NORMAL_UNINSTALL)
855 @list='$(avahiinclude_HEADERS)'; test -n "$(avahiincludedir)" || list=; \
856 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
857 dir='$(DESTDIR)$(avahiincludedir)'; $(am__uninstall_files_from_dir)
858
859 ID: $(am__tagged_files)
860 $(am__define_uniq_tagged_files); mkid -fID $$unique
861 tags: tags-am
862 TAGS: tags
863
864 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
865 set x; \
866 here=`pwd`; \
867 $(am__define_uniq_tagged_files); \
868 shift; \
869 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
870 test -n "$$unique" || unique=$$empty_fix; \
871 if test $$# -gt 0; then \
872 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
873 "$$@" $$unique; \
874 else \
875 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
876 $$unique; \
877 fi; \
878 fi
879 ctags: ctags-am
880
881 CTAGS: ctags
882 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
883 $(am__define_uniq_tagged_files); \
884 test -z "$(CTAGS_ARGS)$$unique" \
885 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
886 $$unique
887
888 GTAGS:
889 here=`$(am__cd) $(top_builddir) && pwd` \
890 && $(am__cd) $(top_srcdir) \
891 && gtags -i $(GTAGS_ARGS) "$$here"
892 cscopelist: cscopelist-am
893
894 cscopelist-am: $(am__tagged_files)
895 list='$(am__tagged_files)'; \
896 case "$(srcdir)" in \
897 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
898 *) sdir=$(subdir)/$(srcdir) ;; \
899 esac; \
900 for i in $$list; do \
901 if test -f "$$i"; then \
902 echo "$(subdir)/$$i"; \
903 else \
904 echo "$$sdir/$$i"; \
905 fi; \
906 done >> $(top_builddir)/cscope.files
907
908 distclean-tags:
909 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
910
911 distdir: $(DISTFILES)
912 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
913 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
914 list='$(DISTFILES)'; \
915 dist_files=`for file in $$list; do echo $$file; done | \
916 sed -e "s|^$$srcdirstrip/||;t" \
917 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
918 case $$dist_files in \
919 */*) $(MKDIR_P) `echo "$$dist_files" | \
920 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
921 sort -u` ;; \
922 esac; \
923 for file in $$dist_files; do \
924 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
925 if test -d $$d/$$file; then \
926 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
927 if test -d "$(distdir)/$$file"; then \
928 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
929 fi; \
930 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
931 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
932 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
933 fi; \
934 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
935 else \
936 test -f "$(distdir)/$$file" \
937 || cp -p $$d/$$file "$(distdir)/$$file" \
938 || exit 1; \
939 fi; \
940 done
941 check-am: all-am
942 check: check-am
943 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(DATA) $(HEADERS)
944 install-binPROGRAMS: install-libLTLIBRARIES
945
946 installdirs:
947 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(avahiincludedir)"; do \
948 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
949 done
950 install: install-am
951 install-exec: install-exec-am
952 install-data: install-data-am
953 uninstall: uninstall-am
954
955 install-am: all-am
956 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
957
958 installcheck: installcheck-am
959 install-strip:
960 if test -z '$(STRIP)'; then \
961 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
962 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
963 install; \
964 else \
965 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
966 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
967 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
968 fi
969 mostlyclean-generic:
970
971 clean-generic:
972 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
973
974 distclean-generic:
975 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
976 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
977
978 maintainer-clean-generic:
979 @echo "This command is intended for maintainers to use"
980 @echo "it deletes files that may require special tools to rebuild."
981 @HAVE_DBUS_FALSE@install-exec-local:
982 @HAVE_GLIB_FALSE@install-exec-local:
983 @HAVE_GTK2OR3_FALSE@install-exec-local:
984 clean: clean-am
985
986 clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
987 clean-libtool mostlyclean-am
988
989 distclean: distclean-am
990 -rm -rf ./$(DEPDIR)
991 -rm -f Makefile
992 distclean-am: clean-am distclean-compile distclean-generic \
993 distclean-tags
994
995 dvi: dvi-am
996
997 dvi-am:
998
999 html: html-am
1000
1001 html-am:
1002
1003 info: info-am
1004
1005 info-am:
1006
1007 install-data-am: install-avahiincludeHEADERS install-desktopDATA
1008
1009 install-dvi: install-dvi-am
1010
1011 install-dvi-am:
1012
1013 install-exec-am: install-binPROGRAMS install-exec-local \
1014 install-libLTLIBRARIES
1015
1016 install-html: install-html-am
1017
1018 install-html-am:
1019
1020 install-info: install-info-am
1021
1022 install-info-am:
1023
1024 install-man:
1025
1026 install-pdf: install-pdf-am
1027
1028 install-pdf-am:
1029
1030 install-ps: install-ps-am
1031
1032 install-ps-am:
1033
1034 installcheck-am:
1035
1036 maintainer-clean: maintainer-clean-am
1037 -rm -rf ./$(DEPDIR)
1038 -rm -f Makefile
1039 maintainer-clean-am: distclean-am maintainer-clean-generic
1040
1041 mostlyclean: mostlyclean-am
1042
1043 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1044 mostlyclean-libtool
1045
1046 pdf: pdf-am
1047
1048 pdf-am:
1049
1050 ps: ps-am
1051
1052 ps-am:
1053
1054 uninstall-am: uninstall-avahiincludeHEADERS uninstall-binPROGRAMS \
1055 uninstall-desktopDATA uninstall-libLTLIBRARIES
1056
1057 .MAKE: install-am install-strip
1058
1059 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
1060 clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
1061 clean-libtool cscopelist-am ctags ctags-am distclean \
1062 distclean-compile distclean-generic distclean-libtool \
1063 distclean-tags distdir dvi dvi-am html html-am info info-am \
1064 install install-am install-avahiincludeHEADERS \
1065 install-binPROGRAMS install-data install-data-am \
1066 install-desktopDATA install-dvi install-dvi-am install-exec \
1067 install-exec-am install-exec-local install-html \
1068 install-html-am install-info install-info-am \
1069 install-libLTLIBRARIES install-man install-pdf install-pdf-am \
1070 install-ps install-ps-am install-strip installcheck \
1071 installcheck-am installdirs maintainer-clean \
1072 maintainer-clean-generic mostlyclean mostlyclean-compile \
1073 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1074 tags tags-am uninstall uninstall-am \
1075 uninstall-avahiincludeHEADERS uninstall-binPROGRAMS \
1076 uninstall-desktopDATA uninstall-libLTLIBRARIES
1077
1078 .PRECIOUS: Makefile
1079
1080 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@@INTLTOOL_DESKTOP_RULE@
1081
1082 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@install-exec-local:
1083 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@ cd $(DESTDIR)/$(bindir) && \
1084 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@ rm -f bvnc bshell && \
1085 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@ $(LN_S) bssh bvnc && \
1086 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@ $(LN_S) bssh bshell
1087
1088 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@bssh.desktop.in: bssh.desktop.in.in
1089 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@ $(AM_V_GEN)sed -e 's,@bindir\@,$(bindir),g' $< > $@
1090
1091 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@bvnc.desktop.in: bvnc.desktop.in.in
1092 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@ $(AM_V_GEN)sed -e 's,@bindir\@,$(bindir),g' $< > $@
1093
1094 @INTLTOOL_DESKTOP_RULE@
1095
1096 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1097 # Otherwise a system limit (for SysV at least) may be exceeded.
1098 .NOEXPORT:
+0
-6
avahi-ui-sharp/.gitignore less more
0 avahi-ui-sharp-docs.tree
1 avahi-ui-sharp-docs.zip
2 avahi-ui-sharp.dll
3 avahi-ui-sharp.dll.config
4 avahi-ui-sharp.dll.mdb
5 bssh.exe
0 # Makefile.in generated by automake 1.15 from Makefile.am.
1 # @configure_input@
2
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
4
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 @SET_MAKE@
15
16 # This file is part of avahi.
17 #
18 # avahi is free software; you can redistribute it and/or modify it
19 # under the terms of the GNU Lesser General Public License as
20 # published by the Free Software Foundation; either version 2 of the
21 # License, or (at your option) any later version.
22 #
23 # avahi is distributed in the hope that it will be useful, but WITHOUT
24 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
25 # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
26 # License for more details.
27 #
28 # You should have received a copy of the GNU Lesser General Public
29 # License along with avahi; if not, write to the Free Software
30 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
31 # USA.
32
33 VPATH = @srcdir@
34 am__is_gnu_make = { \
35 if test -z '$(MAKELEVEL)'; then \
36 false; \
37 elif test -n '$(MAKE_HOST)'; then \
38 true; \
39 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
40 true; \
41 else \
42 false; \
43 fi; \
44 }
45 am__make_running_with_option = \
46 case $${target_option-} in \
47 ?) ;; \
48 *) echo "am__make_running_with_option: internal error: invalid" \
49 "target option '$${target_option-}' specified" >&2; \
50 exit 1;; \
51 esac; \
52 has_opt=no; \
53 sane_makeflags=$$MAKEFLAGS; \
54 if $(am__is_gnu_make); then \
55 sane_makeflags=$$MFLAGS; \
56 else \
57 case $$MAKEFLAGS in \
58 *\\[\ \ ]*) \
59 bs=\\; \
60 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
61 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
62 esac; \
63 fi; \
64 skip_next=no; \
65 strip_trailopt () \
66 { \
67 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
68 }; \
69 for flg in $$sane_makeflags; do \
70 test $$skip_next = yes && { skip_next=no; continue; }; \
71 case $$flg in \
72 *=*|--*) continue;; \
73 -*I) strip_trailopt 'I'; skip_next=yes;; \
74 -*I?*) strip_trailopt 'I';; \
75 -*O) strip_trailopt 'O'; skip_next=yes;; \
76 -*O?*) strip_trailopt 'O';; \
77 -*l) strip_trailopt 'l'; skip_next=yes;; \
78 -*l?*) strip_trailopt 'l';; \
79 -[dEDm]) skip_next=yes;; \
80 -[JT]) skip_next=yes;; \
81 esac; \
82 case $$flg in \
83 *$$target_option*) has_opt=yes; break;; \
84 esac; \
85 done; \
86 test $$has_opt = yes
87 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
88 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
89 pkgdatadir = $(datadir)/@PACKAGE@
90 pkgincludedir = $(includedir)/@PACKAGE@
91 pkglibdir = $(libdir)/@PACKAGE@
92 pkglibexecdir = $(libexecdir)/@PACKAGE@
93 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
94 install_sh_DATA = $(install_sh) -c -m 644
95 install_sh_PROGRAM = $(install_sh) -c
96 install_sh_SCRIPT = $(install_sh) -c
97 INSTALL_HEADER = $(INSTALL_DATA)
98 transform = $(program_transform_name)
99 NORMAL_INSTALL = :
100 PRE_INSTALL = :
101 POST_INSTALL = :
102 NORMAL_UNINSTALL = :
103 PRE_UNINSTALL = :
104 POST_UNINSTALL = :
105 build_triplet = @build@
106 host_triplet = @host@
107 subdir = avahi-ui-sharp
108 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
109 am__aclocal_m4_deps = $(top_srcdir)/common/acx_pthread.m4 \
110 $(top_srcdir)/common/gcc_stack_protect.m4 \
111 $(top_srcdir)/common/gcc_visibility.m4 \
112 $(top_srcdir)/common/intltool.m4 \
113 $(top_srcdir)/common/introspection.m4 \
114 $(top_srcdir)/common/libtool.m4 \
115 $(top_srcdir)/common/ltoptions.m4 \
116 $(top_srcdir)/common/ltsugar.m4 \
117 $(top_srcdir)/common/ltversion.m4 \
118 $(top_srcdir)/common/lt~obsolete.m4 \
119 $(top_srcdir)/common/nls.m4 $(top_srcdir)/common/python.m4 \
120 $(top_srcdir)/acinclude.m4 $(top_srcdir)/common/doxygen.m4 \
121 $(top_srcdir)/configure.ac
122 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
123 $(ACLOCAL_M4)
124 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
125 mkinstalldirs = $(install_sh) -d
126 CONFIG_HEADER = $(top_builddir)/config.h
127 CONFIG_CLEAN_FILES =
128 CONFIG_CLEAN_VPATH_FILES =
129 AM_V_P = $(am__v_P_@AM_V@)
130 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
131 am__v_P_0 = false
132 am__v_P_1 = :
133 AM_V_GEN = $(am__v_GEN_@AM_V@)
134 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
135 am__v_GEN_0 = @echo " GEN " $@;
136 am__v_GEN_1 =
137 AM_V_at = $(am__v_at_@AM_V@)
138 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
139 am__v_at_0 = @
140 am__v_at_1 =
141 SOURCES =
142 DIST_SOURCES =
143 am__can_run_installinfo = \
144 case $$AM_UPDATE_INFO_DIR in \
145 n|no|NO) false;; \
146 *) (install-info --version) >/dev/null 2>&1;; \
147 esac
148 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
149 am__vpath_adj = case $$p in \
150 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
151 *) f=$$p;; \
152 esac;
153 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
154 am__install_max = 40
155 am__nobase_strip_setup = \
156 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
157 am__nobase_strip = \
158 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
159 am__nobase_list = $(am__nobase_strip_setup); \
160 for p in $$list; do echo "$$p $$p"; done | \
161 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
162 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
163 if (++n[$$2] == $(am__install_max)) \
164 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
165 END { for (dir in files) print dir, files[dir] }'
166 am__base_list = \
167 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
168 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
169 am__uninstall_files_from_dir = { \
170 test -z "$$files" \
171 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
172 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
173 $(am__cd) "$$dir" && rm -f $$files; }; \
174 }
175 am__installdirs = "$(DESTDIR)$(monodocdir)"
176 DATA = $(monodoc_DATA)
177 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
178 am__DIST_COMMON = $(srcdir)/Makefile.in
179 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
180 ACLOCAL = @ACLOCAL@
181 ALL_LINGUAS = @ALL_LINGUAS@
182 AMTAR = @AMTAR@
183 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
184 AR = @AR@
185 AUTOCONF = @AUTOCONF@
186 AUTOHEADER = @AUTOHEADER@
187 AUTOMAKE = @AUTOMAKE@
188 AVAHI_AUTOIPD_GROUP = @AVAHI_AUTOIPD_GROUP@
189 AVAHI_AUTOIPD_USER = @AVAHI_AUTOIPD_USER@
190 AVAHI_GROUP = @AVAHI_GROUP@
191 AVAHI_PRIV_ACCESS_GROUP = @AVAHI_PRIV_ACCESS_GROUP@
192 AVAHI_USER = @AVAHI_USER@
193 AWK = @AWK@
194 CATALOGS = @CATALOGS@
195 CATOBJEXT = @CATOBJEXT@
196 CC = @CC@
197 CCDEPMODE = @CCDEPMODE@
198 CFLAGS = @CFLAGS@
199 CPP = @CPP@
200 CPPFLAGS = @CPPFLAGS@
201 CXX = @CXX@
202 CXXCPP = @CXXCPP@
203 CXXDEPMODE = @CXXDEPMODE@
204 CXXFLAGS = @CXXFLAGS@
205 CYGPATH_W = @CYGPATH_W@
206 DATADIRNAME = @DATADIRNAME@
207 DBUS_CFLAGS = @DBUS_CFLAGS@
208 DBUS_LIBS = @DBUS_LIBS@
209 DBUS_SYSTEM_BUS_DEFAULT_ADDRESS = @DBUS_SYSTEM_BUS_DEFAULT_ADDRESS@
210 DBUS_SYS_DIR = @DBUS_SYS_DIR@
211 DEFS = @DEFS@
212 DEPDIR = @DEPDIR@
213 DLLTOOL = @DLLTOOL@
214 DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
215 DSYMUTIL = @DSYMUTIL@
216 DUMPBIN = @DUMPBIN@
217 DX_CONFIG = @DX_CONFIG@
218 DX_DOCDIR = @DX_DOCDIR@
219 DX_DOT = @DX_DOT@
220 DX_DOXYGEN = @DX_DOXYGEN@
221 DX_DVIPS = @DX_DVIPS@
222 DX_EGREP = @DX_EGREP@
223 DX_ENV = @DX_ENV@
224 DX_FLAG_chi = @DX_FLAG_chi@
225 DX_FLAG_chm = @DX_FLAG_chm@
226 DX_FLAG_doc = @DX_FLAG_doc@
227 DX_FLAG_dot = @DX_FLAG_dot@
228 DX_FLAG_html = @DX_FLAG_html@
229 DX_FLAG_man = @DX_FLAG_man@
230 DX_FLAG_pdf = @DX_FLAG_pdf@
231 DX_FLAG_ps = @DX_FLAG_ps@
232 DX_FLAG_rtf = @DX_FLAG_rtf@
233 DX_FLAG_xml = @DX_FLAG_xml@
234 DX_HHC = @DX_HHC@
235 DX_LATEX = @DX_LATEX@
236 DX_MAKEINDEX = @DX_MAKEINDEX@
237 DX_PDFLATEX = @DX_PDFLATEX@
238 DX_PERL = @DX_PERL@
239 DX_PROJECT = @DX_PROJECT@
240 ECHO_C = @ECHO_C@
241 ECHO_N = @ECHO_N@
242 ECHO_T = @ECHO_T@
243 EGREP = @EGREP@
244 EXEEXT = @EXEEXT@
245 FGREP = @FGREP@
246 GACUTIL = @GACUTIL@
247 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
248 GLIB20_CFLAGS = @GLIB20_CFLAGS@
249 GLIB20_LIBS = @GLIB20_LIBS@
250 GMOFILES = @GMOFILES@
251 GMSGFMT = @GMSGFMT@
252 GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
253 GOBJECT_LIBS = @GOBJECT_LIBS@
254 GREP = @GREP@
255 GTK20_CFLAGS = @GTK20_CFLAGS@
256 GTK20_LIBS = @GTK20_LIBS@
257 GTK30_CFLAGS = @GTK30_CFLAGS@
258 GTK30_LIBS = @GTK30_LIBS@
259 HOWL_COMPAT_VERSION = @HOWL_COMPAT_VERSION@
260 INSTALL = @INSTALL@
261 INSTALL_DATA = @INSTALL_DATA@
262 INSTALL_PROGRAM = @INSTALL_PROGRAM@
263 INSTALL_SCRIPT = @INSTALL_SCRIPT@
264 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
265 INSTOBJEXT = @INSTOBJEXT@
266 INTLLIBS = @INTLLIBS@
267 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
268 INTLTOOL_MERGE = @INTLTOOL_MERGE@
269 INTLTOOL_PERL = @INTLTOOL_PERL@
270 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
271 INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
272 INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
273 INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
274 INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
275 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
276 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
277 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
278 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
279 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
280 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
281 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
282 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
283 LD = @LD@
284 LDFLAGS = @LDFLAGS@
285 LIBAVAHI_CLIENT_VERSION_INFO = @LIBAVAHI_CLIENT_VERSION_INFO@
286 LIBAVAHI_COMMON_VERSION_INFO = @LIBAVAHI_COMMON_VERSION_INFO@
287 LIBAVAHI_COMPAT_HOWL_VERSION_INFO = @LIBAVAHI_COMPAT_HOWL_VERSION_INFO@
288 LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO = @LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO@
289 LIBAVAHI_CORE_VERSION_INFO = @LIBAVAHI_CORE_VERSION_INFO@
290 LIBAVAHI_GLIB_VERSION_INFO = @LIBAVAHI_GLIB_VERSION_INFO@
291 LIBAVAHI_GOBJECT_VERSION_INFO = @LIBAVAHI_GOBJECT_VERSION_INFO@
292 LIBAVAHI_QT3_VERSION_INFO = @LIBAVAHI_QT3_VERSION_INFO@
293 LIBAVAHI_QT4_VERSION_INFO = @LIBAVAHI_QT4_VERSION_INFO@
294 LIBAVAHI_UI_VERSION_INFO = @LIBAVAHI_UI_VERSION_INFO@
295 LIBDAEMON_CFLAGS = @LIBDAEMON_CFLAGS@
296 LIBDAEMON_LIBS = @LIBDAEMON_LIBS@
297 LIBOBJS = @LIBOBJS@
298 LIBS = @LIBS@
299 LIBTOOL = @LIBTOOL@
300 LIPO = @LIPO@
301 LN_S = @LN_S@
302 LTLIBOBJS = @LTLIBOBJS@
303 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
304 MAKEINFO = @MAKEINFO@
305 MANIFEST_TOOL = @MANIFEST_TOOL@
306 MCS = @MCS@
307 MDASSEMBLER = @MDASSEMBLER@
308 MKDIR_P = @MKDIR_P@
309 MKINSTALLDIRS = @MKINSTALLDIRS@
310 MOC_QT3 = @MOC_QT3@
311 MOC_QT4 = @MOC_QT4@
312 MONODOCER = @MONODOCER@
313 MONODOC_CFLAGS = @MONODOC_CFLAGS@
314 MONODOC_DIR = @MONODOC_DIR@
315 MONODOC_LIBS = @MONODOC_LIBS@
316 MSGFMT = @MSGFMT@
317 MSGFMT_OPTS = @MSGFMT_OPTS@
318 MSGMERGE = @MSGMERGE@
319 NM = @NM@
320 NMEDIT = @NMEDIT@
321 OBJDUMP = @OBJDUMP@
322 OBJEXT = @OBJEXT@
323 OTOOL = @OTOOL@
324 OTOOL64 = @OTOOL64@
325 PACKAGE = @PACKAGE@
326 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
327 PACKAGE_NAME = @PACKAGE_NAME@
328 PACKAGE_STRING = @PACKAGE_STRING@
329 PACKAGE_TARNAME = @PACKAGE_TARNAME@
330 PACKAGE_URL = @PACKAGE_URL@
331 PACKAGE_VERSION = @PACKAGE_VERSION@
332 PATH_SEPARATOR = @PATH_SEPARATOR@
333 PKG_CONFIG = @PKG_CONFIG@
334 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
335 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
336 POFILES = @POFILES@
337 POSUB = @POSUB@
338 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
339 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
340 PTHREAD_CC = @PTHREAD_CC@
341 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
342 PTHREAD_LIBS = @PTHREAD_LIBS@
343 PYTHON = @PYTHON@
344 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
345 PYTHON_PLATFORM = @PYTHON_PLATFORM@
346 PYTHON_PREFIX = @PYTHON_PREFIX@
347 PYTHON_VERSION = @PYTHON_VERSION@
348 QT3_CFLAGS = @QT3_CFLAGS@
349 QT3_LIBS = @QT3_LIBS@
350 QT4_CFLAGS = @QT4_CFLAGS@
351 QT4_LIBS = @QT4_LIBS@
352 RANLIB = @RANLIB@
353 SED = @SED@
354 SET_MAKE = @SET_MAKE@
355 SHELL = @SHELL@
356 STOW = @STOW@
357 STRIP = @STRIP@
358 USE_NLS = @USE_NLS@
359 VERSION = @VERSION@
360 VISIBILITY_HIDDEN_CFLAGS = @VISIBILITY_HIDDEN_CFLAGS@
361 XGETTEXT = @XGETTEXT@
362 XML_CFLAGS = @XML_CFLAGS@
363 XML_LIBS = @XML_LIBS@
364 abs_builddir = @abs_builddir@
365 abs_srcdir = @abs_srcdir@
366 abs_top_builddir = @abs_top_builddir@
367 abs_top_srcdir = @abs_top_srcdir@
368 ac_ct_AR = @ac_ct_AR@
369 ac_ct_CC = @ac_ct_CC@
370 ac_ct_CXX = @ac_ct_CXX@
371 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
372 acx_pthread_config = @acx_pthread_config@
373 am__include = @am__include@
374 am__leading_dot = @am__leading_dot@
375 am__quote = @am__quote@
376 am__tar = @am__tar@
377 am__untar = @am__untar@
378 avahi_runtime_dir = @avahi_runtime_dir@
379 avahi_socket = @avahi_socket@
380 avahilocaledir = @avahilocaledir@
381 bindir = @bindir@
382 build = @build@
383 build_alias = @build_alias@
384 build_cpu = @build_cpu@
385 build_os = @build_os@
386 build_vendor = @build_vendor@
387 builddir = @builddir@
388 datadir = @datadir@
389 datarootdir = @datarootdir@
390 docdir = @docdir@
391 dvidir = @dvidir@
392 exec_prefix = @exec_prefix@
393 have_pkg_config = @have_pkg_config@
394 have_xmltoman = @have_xmltoman@
395 host = @host@
396 host_alias = @host_alias@
397 host_cpu = @host_cpu@
398 host_os = @host_os@
399 host_vendor = @host_vendor@
400 htmldir = @htmldir@
401 includedir = @includedir@
402 infodir = @infodir@
403 install_sh = @install_sh@
404 interfacesdir = @interfacesdir@
405 intltool__v_merge_options_ = @intltool__v_merge_options_@
406 intltool__v_merge_options_0 = @intltool__v_merge_options_0@
407 libdir = @libdir@
408 libexecdir = @libexecdir@
409 localedir = @localedir@
410 localstatedir = @localstatedir@
411 mandir = @mandir@
412 mkdir_p = @mkdir_p@
413 oldincludedir = @oldincludedir@
414 pdfdir = @pdfdir@
415 pkgpyexecdir = @pkgpyexecdir@
416 pkgpythondir = @pkgpythondir@
417 prefix = @prefix@
418 program_transform_name = @program_transform_name@
419 psdir = @psdir@
420 pyexecdir = @pyexecdir@
421 pythondir = @pythondir@
422 runstatedir = @runstatedir@
423 sbindir = @sbindir@
424 sharedstatedir = @sharedstatedir@
425 srcdir = @srcdir@
426 sysconfdir = @sysconfdir@
427 systemdsystemunitdir = @systemdsystemunitdir@
428 target_alias = @target_alias@
429 top_build_prefix = @top_build_prefix@
430 top_builddir = @top_builddir@
431 top_srcdir = @top_srcdir@
432 ASSEMBLY = avahi-ui-sharp.dll
433 CLEANFILES = $(ASSEMBLY) $(ASSEMBLY).mdb $(ASSEMBLY).config bssh.exe
434 AVAHISOURCES = \
435 $(srcdir)/ServiceDialog.cs
436
437 EXTRA_DIST = \
438 $(AVAHISOURCES) \
439 $(srcdir)/avahi-ui-sharp-docs.source \
440 $(srcdir)/en/*.xml \
441 $(srcdir)/en/*/*.xml \
442 $(srcdir)/gencfg.sh \
443 $(srcdir)/$(ASSEMBLY).config.in \
444 $(srcdir)/bssh.cs
445
446 @HAVE_DBUS_TRUE@@HAVE_GTK_TRUE@@HAVE_MONODOC_TRUE@@HAVE_MONO_TRUE@monodocdir = $(MONODOC_DIR)
447 @HAVE_DBUS_TRUE@@HAVE_GTK_TRUE@@HAVE_MONODOC_TRUE@@HAVE_MONO_TRUE@monodoc_DATA = avahi-ui-sharp-docs.zip avahi-ui-sharp-docs.tree avahi-ui-sharp-docs.source
448 all: all-am
449
450 .SUFFIXES:
451 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
452 @for dep in $?; do \
453 case '$(am__configure_deps)' in \
454 *$$dep*) \
455 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
456 && { if test -f $@; then exit 0; else break; fi; }; \
457 exit 1;; \
458 esac; \
459 done; \
460 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign avahi-ui-sharp/Makefile'; \
461 $(am__cd) $(top_srcdir) && \
462 $(AUTOMAKE) --foreign avahi-ui-sharp/Makefile
463 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
464 @case '$?' in \
465 *config.status*) \
466 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
467 *) \
468 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
469 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
470 esac;
471
472 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
473 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
474
475 $(top_srcdir)/configure: $(am__configure_deps)
476 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
477 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
478 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
479 $(am__aclocal_m4_deps):
480
481 mostlyclean-libtool:
482 -rm -f *.lo
483
484 clean-libtool:
485 -rm -rf .libs _libs
486 install-monodocDATA: $(monodoc_DATA)
487 @$(NORMAL_INSTALL)
488 @list='$(monodoc_DATA)'; test -n "$(monodocdir)" || list=; \
489 if test -n "$$list"; then \
490 echo " $(MKDIR_P) '$(DESTDIR)$(monodocdir)'"; \
491 $(MKDIR_P) "$(DESTDIR)$(monodocdir)" || exit 1; \
492 fi; \
493 for p in $$list; do \
494 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
495 echo "$$d$$p"; \
496 done | $(am__base_list) | \
497 while read files; do \
498 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(monodocdir)'"; \
499 $(INSTALL_DATA) $$files "$(DESTDIR)$(monodocdir)" || exit $$?; \
500 done
501
502 uninstall-monodocDATA:
503 @$(NORMAL_UNINSTALL)
504 @list='$(monodoc_DATA)'; test -n "$(monodocdir)" || list=; \
505 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
506 dir='$(DESTDIR)$(monodocdir)'; $(am__uninstall_files_from_dir)
507 tags TAGS:
508
509 ctags CTAGS:
510
511 cscope cscopelist:
512
513
514 distdir: $(DISTFILES)
515 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
516 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
517 list='$(DISTFILES)'; \
518 dist_files=`for file in $$list; do echo $$file; done | \
519 sed -e "s|^$$srcdirstrip/||;t" \
520 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
521 case $$dist_files in \
522 */*) $(MKDIR_P) `echo "$$dist_files" | \
523 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
524 sort -u` ;; \
525 esac; \
526 for file in $$dist_files; do \
527 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
528 if test -d $$d/$$file; then \
529 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
530 if test -d "$(distdir)/$$file"; then \
531 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
532 fi; \
533 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
534 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
535 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
536 fi; \
537 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
538 else \
539 test -f "$(distdir)/$$file" \
540 || cp -p $$d/$$file "$(distdir)/$$file" \
541 || exit 1; \
542 fi; \
543 done
544 check-am: all-am
545 check: check-am
546 all-am: Makefile $(DATA)
547 installdirs:
548 for dir in "$(DESTDIR)$(monodocdir)"; do \
549 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
550 done
551 install: install-am
552 install-exec: install-exec-am
553 install-data: install-data-am
554 uninstall: uninstall-am
555
556 install-am: all-am
557 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
558
559 installcheck: installcheck-am
560 install-strip:
561 if test -z '$(STRIP)'; then \
562 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
563 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
564 install; \
565 else \
566 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
567 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
568 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
569 fi
570 mostlyclean-generic:
571
572 clean-generic:
573 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
574
575 distclean-generic:
576 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
577 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
578
579 maintainer-clean-generic:
580 @echo "This command is intended for maintainers to use"
581 @echo "it deletes files that may require special tools to rebuild."
582 @HAVE_DBUS_FALSE@install-data-hook:
583 @HAVE_GTK_FALSE@install-data-hook:
584 @HAVE_MONO_FALSE@install-data-hook:
585 @HAVE_DBUS_FALSE@uninstall-hook:
586 @HAVE_GTK_FALSE@uninstall-hook:
587 @HAVE_MONO_FALSE@uninstall-hook:
588 clean: clean-am
589
590 clean-am: clean-generic clean-libtool mostlyclean-am
591
592 distclean: distclean-am
593 -rm -f Makefile
594 distclean-am: clean-am distclean-generic
595
596 dvi: dvi-am
597
598 dvi-am:
599
600 html: html-am
601
602 html-am:
603
604 info: info-am
605
606 info-am:
607
608 install-data-am: install-monodocDATA
609 @$(NORMAL_INSTALL)
610 $(MAKE) $(AM_MAKEFLAGS) install-data-hook
611 install-dvi: install-dvi-am
612
613 install-dvi-am:
614
615 install-exec-am:
616
617 install-html: install-html-am
618
619 install-html-am:
620
621 install-info: install-info-am
622
623 install-info-am:
624
625 install-man:
626
627 install-pdf: install-pdf-am
628
629 install-pdf-am:
630
631 install-ps: install-ps-am
632
633 install-ps-am:
634
635 installcheck-am:
636
637 maintainer-clean: maintainer-clean-am
638 -rm -f Makefile
639 maintainer-clean-am: distclean-am maintainer-clean-generic
640
641 mostlyclean: mostlyclean-am
642
643 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
644
645 pdf: pdf-am
646
647 pdf-am:
648
649 ps: ps-am
650
651 ps-am:
652
653 uninstall-am: uninstall-monodocDATA
654 @$(NORMAL_INSTALL)
655 $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
656 .MAKE: install-am install-data-am install-strip uninstall-am
657
658 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
659 cscopelist-am ctags-am distclean distclean-generic \
660 distclean-libtool distdir dvi dvi-am html html-am info info-am \
661 install install-am install-data install-data-am \
662 install-data-hook install-dvi install-dvi-am install-exec \
663 install-exec-am install-html install-html-am install-info \
664 install-info-am install-man install-monodocDATA install-pdf \
665 install-pdf-am install-ps install-ps-am install-strip \
666 installcheck installcheck-am installdirs maintainer-clean \
667 maintainer-clean-generic mostlyclean mostlyclean-generic \
668 mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
669 uninstall-am uninstall-hook uninstall-monodocDATA
670
671 .PRECIOUS: Makefile
672
673
674 $(ASSEMBLY): $(AVAHISOURCES)
675 $(AM_V_GEN)mcs -keyfile:$(top_srcdir)/avahi-sharp/avahi.snk -target:library -out:$@ -debug $(AVAHISOURCES) -pkg:gtk-sharp-2.0 -r:$(top_builddir)/avahi-sharp/avahi-sharp.dll -r:Mono.Posix
676
677 $(ASSEMBLY).config: $(ASSEMBLY).config.in
678 $(AM_V_GEN)$(srcdir)/gencfg.sh $(top_builddir)/avahi-common/libavahi-common.la < $< > $@
679
680 bssh.exe: $(srcdir)/bssh.cs $(ASSEMBLY)
681 $(AM_V_GEN)mcs -out:$@ $(srcdir)/bssh.cs -r:./avahi-ui-sharp.dll -r:../avahi-sharp/avahi-sharp.dll -pkg:gtk-sharp-2.0 -r:Mono.Posix
682
683 @HAVE_DBUS_TRUE@@HAVE_GTK_TRUE@@HAVE_MONO_TRUE@all: $(ASSEMBLY) $(ASSEMBLY).config bssh.exe
684
685 @HAVE_DBUS_TRUE@@HAVE_GTK_TRUE@@HAVE_MONODOC_TRUE@@HAVE_MONO_TRUE@update-docs: $(ASSEMBLY)
686 @HAVE_DBUS_TRUE@@HAVE_GTK_TRUE@@HAVE_MONODOC_TRUE@@HAVE_MONO_TRUE@ $(AM_V_GEN)$(MONODOCER) -assembly:$(ASSEMBLY) -path:en
687
688 @HAVE_DBUS_TRUE@@HAVE_GTK_TRUE@@HAVE_MONODOC_TRUE@@HAVE_MONO_TRUE@avahi-ui-sharp-docs.zip: avahi-ui-sharp-docs.tree
689
690 @HAVE_DBUS_TRUE@@HAVE_GTK_TRUE@@HAVE_MONODOC_TRUE@@HAVE_MONO_TRUE@avahi-ui-sharp-docs.tree: $(srcdir)/en/*/*
691 @HAVE_DBUS_TRUE@@HAVE_GTK_TRUE@@HAVE_MONODOC_TRUE@@HAVE_MONO_TRUE@ $(AM_V_GEN)$(MDASSEMBLER) --out avahi-ui-sharp-docs --ecma $(srcdir)/en
692
693 @HAVE_DBUS_TRUE@@HAVE_GTK_TRUE@@HAVE_MONO_TRUE@install-data-hook: $(ASSEMBLY)
694 @HAVE_DBUS_TRUE@@HAVE_GTK_TRUE@@HAVE_MONO_TRUE@ $(GACUTIL) /i $(ASSEMBLY) /package avahi-ui-sharp /gacdir $(libdir) /root $(DESTDIR)$(libdir)
695
696 @HAVE_DBUS_TRUE@@HAVE_GTK_TRUE@@HAVE_MONO_TRUE@uninstall-hook: $(ASSEMBLY)
697 @HAVE_DBUS_TRUE@@HAVE_GTK_TRUE@@HAVE_MONO_TRUE@ $(GACUTIL) /u avahi-ui-sharp /package avahi-ui-sharp /gacdir $(libdir) /root $(DESTDIR)$(libdir)
698
699 # Tell versions [3.59,3.63) of GNU make to not export all variables.
700 # Otherwise a system limit (for SysV at least) may be exceeded.
701 .NOEXPORT:
+0
-10
avahi-utils/.gitignore less more
0 *.o
1 *.lo
2 Makefile
3 Makefile.in
4 .deps
5 .libs
6 avahi-browse
7 avahi-publish
8 avahi-resolve
9 avahi-set-host-name
0 # Makefile.in generated by automake 1.15 from Makefile.am.
1 # @configure_input@
2
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
4
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 @SET_MAKE@
15
16 # This file is part of avahi.
17 #
18 # avahi is free software; you can redistribute it and/or modify it
19 # under the terms of the GNU Lesser General Public License as
20 # published by the Free Software Foundation; either version 2 of the
21 # License, or (at your option) any later version.
22 #
23 # avahi is distributed in the hope that it will be useful, but WITHOUT
24 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
25 # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
26 # License for more details.
27 #
28 # You should have received a copy of the GNU Lesser General Public
29 # License along with avahi; if not, write to the Free Software
30 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
31 # USA.
32
33 VPATH = @srcdir@
34 am__is_gnu_make = { \
35 if test -z '$(MAKELEVEL)'; then \
36 false; \
37 elif test -n '$(MAKE_HOST)'; then \
38 true; \
39 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
40 true; \
41 else \
42 false; \
43 fi; \
44 }
45 am__make_running_with_option = \
46 case $${target_option-} in \
47 ?) ;; \
48 *) echo "am__make_running_with_option: internal error: invalid" \
49 "target option '$${target_option-}' specified" >&2; \
50 exit 1;; \
51 esac; \
52 has_opt=no; \
53 sane_makeflags=$$MAKEFLAGS; \
54 if $(am__is_gnu_make); then \
55 sane_makeflags=$$MFLAGS; \
56 else \
57 case $$MAKEFLAGS in \
58 *\\[\ \ ]*) \
59 bs=\\; \
60 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
61 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
62 esac; \
63 fi; \
64 skip_next=no; \
65 strip_trailopt () \
66 { \
67 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
68 }; \
69 for flg in $$sane_makeflags; do \
70 test $$skip_next = yes && { skip_next=no; continue; }; \
71 case $$flg in \
72 *=*|--*) continue;; \
73 -*I) strip_trailopt 'I'; skip_next=yes;; \
74 -*I?*) strip_trailopt 'I';; \
75 -*O) strip_trailopt 'O'; skip_next=yes;; \
76 -*O?*) strip_trailopt 'O';; \
77 -*l) strip_trailopt 'l'; skip_next=yes;; \
78 -*l?*) strip_trailopt 'l';; \
79 -[dEDm]) skip_next=yes;; \
80 -[JT]) skip_next=yes;; \
81 esac; \
82 case $$flg in \
83 *$$target_option*) has_opt=yes; break;; \
84 esac; \
85 done; \
86 test $$has_opt = yes
87 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
88 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
89 pkgdatadir = $(datadir)/@PACKAGE@
90 pkgincludedir = $(includedir)/@PACKAGE@
91 pkglibdir = $(libdir)/@PACKAGE@
92 pkglibexecdir = $(libexecdir)/@PACKAGE@
93 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
94 install_sh_DATA = $(install_sh) -c -m 644
95 install_sh_PROGRAM = $(install_sh) -c
96 install_sh_SCRIPT = $(install_sh) -c
97 INSTALL_HEADER = $(INSTALL_DATA)
98 transform = $(program_transform_name)
99 NORMAL_INSTALL = :
100 PRE_INSTALL = :
101 POST_INSTALL = :
102 NORMAL_UNINSTALL = :
103 PRE_UNINSTALL = :
104 POST_UNINSTALL = :
105 build_triplet = @build@
106 host_triplet = @host@
107 @HAVE_DBUS_TRUE@bin_PROGRAMS = avahi-browse$(EXEEXT) \
108 @HAVE_DBUS_TRUE@ avahi-resolve$(EXEEXT) avahi-publish$(EXEEXT) \
109 @HAVE_DBUS_TRUE@ avahi-set-host-name$(EXEEXT)
110 @HAVE_DBUS_TRUE@@HAVE_GDBM_TRUE@am__append_1 = stdb.h stdb.c
111 @HAVE_DBUS_TRUE@@HAVE_GDBM_TRUE@am__append_2 = -DDATABASE_FILE=\"$(pkglibdatadir)/service-types.db\"
112 @HAVE_DBUS_TRUE@@HAVE_GDBM_TRUE@am__append_3 = -lgdbm
113 @HAVE_DBM_TRUE@@HAVE_DBUS_TRUE@am__append_4 = stdb.h stdb.c
114 @HAVE_DBM_TRUE@@HAVE_DBUS_TRUE@am__append_5 = -DDATABASE_FILE=\"$(pkglibdatadir)/service-types.db\"
115 subdir = avahi-utils
116 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
117 am__aclocal_m4_deps = $(top_srcdir)/common/acx_pthread.m4 \
118 $(top_srcdir)/common/gcc_stack_protect.m4 \
119 $(top_srcdir)/common/gcc_visibility.m4 \
120 $(top_srcdir)/common/intltool.m4 \
121 $(top_srcdir)/common/introspection.m4 \
122 $(top_srcdir)/common/libtool.m4 \
123 $(top_srcdir)/common/ltoptions.m4 \
124 $(top_srcdir)/common/ltsugar.m4 \
125 $(top_srcdir)/common/ltversion.m4 \
126 $(top_srcdir)/common/lt~obsolete.m4 \
127 $(top_srcdir)/common/nls.m4 $(top_srcdir)/common/python.m4 \
128 $(top_srcdir)/acinclude.m4 $(top_srcdir)/common/doxygen.m4 \
129 $(top_srcdir)/configure.ac
130 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
131 $(ACLOCAL_M4)
132 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
133 mkinstalldirs = $(install_sh) -d
134 CONFIG_HEADER = $(top_builddir)/config.h
135 CONFIG_CLEAN_FILES =
136 CONFIG_CLEAN_VPATH_FILES =
137 am__installdirs = "$(DESTDIR)$(bindir)"
138 PROGRAMS = $(bin_PROGRAMS)
139 am__avahi_browse_SOURCES_DIST = avahi-browse.c sigint.c sigint.h \
140 stdb.h stdb.c
141 @HAVE_DBUS_TRUE@@HAVE_GDBM_TRUE@am__objects_1 = \
142 @HAVE_DBUS_TRUE@@HAVE_GDBM_TRUE@ avahi_browse-stdb.$(OBJEXT)
143 @HAVE_DBM_TRUE@@HAVE_DBUS_TRUE@am__objects_2 = \
144 @HAVE_DBM_TRUE@@HAVE_DBUS_TRUE@ avahi_browse-stdb.$(OBJEXT)
145 @HAVE_DBUS_TRUE@am_avahi_browse_OBJECTS = \
146 @HAVE_DBUS_TRUE@ avahi_browse-avahi-browse.$(OBJEXT) \
147 @HAVE_DBUS_TRUE@ avahi_browse-sigint.$(OBJEXT) $(am__objects_1) \
148 @HAVE_DBUS_TRUE@ $(am__objects_2)
149 avahi_browse_OBJECTS = $(am_avahi_browse_OBJECTS)
150 am__DEPENDENCIES_1 =
151 @HAVE_DBUS_TRUE@avahi_browse_DEPENDENCIES = \
152 @HAVE_DBUS_TRUE@ ../avahi-client/libavahi-client.la \
153 @HAVE_DBUS_TRUE@ ../avahi-common/libavahi-common.la \
154 @HAVE_DBUS_TRUE@ $(am__DEPENDENCIES_1)
155 AM_V_lt = $(am__v_lt_@AM_V@)
156 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
157 am__v_lt_0 = --silent
158 am__v_lt_1 =
159 avahi_browse_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
160 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(avahi_browse_CFLAGS) \
161 $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
162 am__avahi_publish_SOURCES_DIST = avahi-publish.c sigint.c sigint.h
163 @HAVE_DBUS_TRUE@am_avahi_publish_OBJECTS = \
164 @HAVE_DBUS_TRUE@ avahi_publish-avahi-publish.$(OBJEXT) \
165 @HAVE_DBUS_TRUE@ avahi_publish-sigint.$(OBJEXT)
166 avahi_publish_OBJECTS = $(am_avahi_publish_OBJECTS)
167 @HAVE_DBUS_TRUE@avahi_publish_DEPENDENCIES = \
168 @HAVE_DBUS_TRUE@ ../avahi-client/libavahi-client.la \
169 @HAVE_DBUS_TRUE@ ../avahi-common/libavahi-common.la
170 avahi_publish_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
171 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(avahi_publish_CFLAGS) \
172 $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
173 am__avahi_resolve_SOURCES_DIST = avahi-resolve.c sigint.c sigint.h
174 @HAVE_DBUS_TRUE@am_avahi_resolve_OBJECTS = \
175 @HAVE_DBUS_TRUE@ avahi_resolve-avahi-resolve.$(OBJEXT) \
176 @HAVE_DBUS_TRUE@ avahi_resolve-sigint.$(OBJEXT)
177 avahi_resolve_OBJECTS = $(am_avahi_resolve_OBJECTS)
178 @HAVE_DBUS_TRUE@avahi_resolve_DEPENDENCIES = \
179 @HAVE_DBUS_TRUE@ ../avahi-client/libavahi-client.la \
180 @HAVE_DBUS_TRUE@ ../avahi-common/libavahi-common.la
181 avahi_resolve_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
182 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(avahi_resolve_CFLAGS) \
183 $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
184 am__avahi_set_host_name_SOURCES_DIST = avahi-set-host-name.c sigint.c \
185 sigint.h
186 @HAVE_DBUS_TRUE@am_avahi_set_host_name_OBJECTS = avahi_set_host_name-avahi-set-host-name.$(OBJEXT) \
187 @HAVE_DBUS_TRUE@ avahi_set_host_name-sigint.$(OBJEXT)
188 avahi_set_host_name_OBJECTS = $(am_avahi_set_host_name_OBJECTS)
189 @HAVE_DBUS_TRUE@avahi_set_host_name_DEPENDENCIES = \
190 @HAVE_DBUS_TRUE@ ../avahi-client/libavahi-client.la \
191 @HAVE_DBUS_TRUE@ ../avahi-common/libavahi-common.la
192 avahi_set_host_name_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
193 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
194 $(avahi_set_host_name_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
195 $(LDFLAGS) -o $@
196 AM_V_P = $(am__v_P_@AM_V@)
197 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
198 am__v_P_0 = false
199 am__v_P_1 = :
200 AM_V_GEN = $(am__v_GEN_@AM_V@)
201 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
202 am__v_GEN_0 = @echo " GEN " $@;
203 am__v_GEN_1 =
204 AM_V_at = $(am__v_at_@AM_V@)
205 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
206 am__v_at_0 = @
207 am__v_at_1 =
208 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
209 depcomp = $(SHELL) $(top_srcdir)/depcomp
210 am__depfiles_maybe = depfiles
211 am__mv = mv -f
212 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
213 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
214 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
215 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
216 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
217 $(AM_CFLAGS) $(CFLAGS)
218 AM_V_CC = $(am__v_CC_@AM_V@)
219 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
220 am__v_CC_0 = @echo " CC " $@;
221 am__v_CC_1 =
222 CCLD = $(CC)
223 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
224 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
225 $(AM_LDFLAGS) $(LDFLAGS) -o $@
226 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
227 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
228 am__v_CCLD_0 = @echo " CCLD " $@;
229 am__v_CCLD_1 =
230 SOURCES = $(avahi_browse_SOURCES) $(avahi_publish_SOURCES) \
231 $(avahi_resolve_SOURCES) $(avahi_set_host_name_SOURCES)
232 DIST_SOURCES = $(am__avahi_browse_SOURCES_DIST) \
233 $(am__avahi_publish_SOURCES_DIST) \
234 $(am__avahi_resolve_SOURCES_DIST) \
235 $(am__avahi_set_host_name_SOURCES_DIST)
236 am__can_run_installinfo = \
237 case $$AM_UPDATE_INFO_DIR in \
238 n|no|NO) false;; \
239 *) (install-info --version) >/dev/null 2>&1;; \
240 esac
241 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
242 # Read a list of newline-separated strings from the standard input,
243 # and print each of them once, without duplicates. Input order is
244 # *not* preserved.
245 am__uniquify_input = $(AWK) '\
246 BEGIN { nonempty = 0; } \
247 { items[$$0] = 1; nonempty = 1; } \
248 END { if (nonempty) { for (i in items) print i; }; } \
249 '
250 # Make sure the list of sources is unique. This is necessary because,
251 # e.g., the same source file might be shared among _SOURCES variables
252 # for different programs/libraries.
253 am__define_uniq_tagged_files = \
254 list='$(am__tagged_files)'; \
255 unique=`for i in $$list; do \
256 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
257 done | $(am__uniquify_input)`
258 ETAGS = etags
259 CTAGS = ctags
260 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
261 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
262 ACLOCAL = @ACLOCAL@
263 ALL_LINGUAS = @ALL_LINGUAS@
264 AMTAR = @AMTAR@
265 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
266 AR = @AR@
267 AUTOCONF = @AUTOCONF@
268 AUTOHEADER = @AUTOHEADER@
269 AUTOMAKE = @AUTOMAKE@
270 AVAHI_AUTOIPD_GROUP = @AVAHI_AUTOIPD_GROUP@
271 AVAHI_AUTOIPD_USER = @AVAHI_AUTOIPD_USER@
272 AVAHI_GROUP = @AVAHI_GROUP@
273 AVAHI_PRIV_ACCESS_GROUP = @AVAHI_PRIV_ACCESS_GROUP@
274 AVAHI_USER = @AVAHI_USER@
275 AWK = @AWK@
276 CATALOGS = @CATALOGS@
277 CATOBJEXT = @CATOBJEXT@
278 CC = @CC@
279 CCDEPMODE = @CCDEPMODE@
280 CFLAGS = @CFLAGS@
281 CPP = @CPP@
282 CPPFLAGS = @CPPFLAGS@
283 CXX = @CXX@
284 CXXCPP = @CXXCPP@
285 CXXDEPMODE = @CXXDEPMODE@
286 CXXFLAGS = @CXXFLAGS@
287 CYGPATH_W = @CYGPATH_W@
288 DATADIRNAME = @DATADIRNAME@
289 DBUS_CFLAGS = @DBUS_CFLAGS@
290 DBUS_LIBS = @DBUS_LIBS@
291 DBUS_SYSTEM_BUS_DEFAULT_ADDRESS = @DBUS_SYSTEM_BUS_DEFAULT_ADDRESS@
292 DBUS_SYS_DIR = @DBUS_SYS_DIR@
293 DEFS = @DEFS@
294 DEPDIR = @DEPDIR@
295 DLLTOOL = @DLLTOOL@
296 DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
297 DSYMUTIL = @DSYMUTIL@
298 DUMPBIN = @DUMPBIN@
299 DX_CONFIG = @DX_CONFIG@
300 DX_DOCDIR = @DX_DOCDIR@
301 DX_DOT = @DX_DOT@
302 DX_DOXYGEN = @DX_DOXYGEN@
303 DX_DVIPS = @DX_DVIPS@
304 DX_EGREP = @DX_EGREP@
305 DX_ENV = @DX_ENV@
306 DX_FLAG_chi = @DX_FLAG_chi@
307 DX_FLAG_chm = @DX_FLAG_chm@
308 DX_FLAG_doc = @DX_FLAG_doc@
309 DX_FLAG_dot = @DX_FLAG_dot@
310 DX_FLAG_html = @DX_FLAG_html@
311 DX_FLAG_man = @DX_FLAG_man@
312 DX_FLAG_pdf = @DX_FLAG_pdf@
313 DX_FLAG_ps = @DX_FLAG_ps@
314 DX_FLAG_rtf = @DX_FLAG_rtf@
315 DX_FLAG_xml = @DX_FLAG_xml@
316 DX_HHC = @DX_HHC@
317 DX_LATEX = @DX_LATEX@
318 DX_MAKEINDEX = @DX_MAKEINDEX@
319 DX_PDFLATEX = @DX_PDFLATEX@
320 DX_PERL = @DX_PERL@
321 DX_PROJECT = @DX_PROJECT@
322 ECHO_C = @ECHO_C@
323 ECHO_N = @ECHO_N@
324 ECHO_T = @ECHO_T@
325 EGREP = @EGREP@
326 EXEEXT = @EXEEXT@
327 FGREP = @FGREP@
328 GACUTIL = @GACUTIL@
329 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
330 GLIB20_CFLAGS = @GLIB20_CFLAGS@
331 GLIB20_LIBS = @GLIB20_LIBS@
332 GMOFILES = @GMOFILES@
333 GMSGFMT = @GMSGFMT@
334 GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
335 GOBJECT_LIBS = @GOBJECT_LIBS@
336 GREP = @GREP@
337 GTK20_CFLAGS = @GTK20_CFLAGS@
338 GTK20_LIBS = @GTK20_LIBS@
339 GTK30_CFLAGS = @GTK30_CFLAGS@
340 GTK30_LIBS = @GTK30_LIBS@
341 HOWL_COMPAT_VERSION = @HOWL_COMPAT_VERSION@
342 INSTALL = @INSTALL@
343 INSTALL_DATA = @INSTALL_DATA@
344 INSTALL_PROGRAM = @INSTALL_PROGRAM@
345 INSTALL_SCRIPT = @INSTALL_SCRIPT@
346 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
347 INSTOBJEXT = @INSTOBJEXT@
348 INTLLIBS = @INTLLIBS@
349 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
350 INTLTOOL_MERGE = @INTLTOOL_MERGE@
351 INTLTOOL_PERL = @INTLTOOL_PERL@
352 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
353 INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
354 INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
355 INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
356 INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
357 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
358 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
359 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
360 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
361 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
362 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
363 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
364 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
365 LD = @LD@
366 LDFLAGS = @LDFLAGS@
367 LIBAVAHI_CLIENT_VERSION_INFO = @LIBAVAHI_CLIENT_VERSION_INFO@
368 LIBAVAHI_COMMON_VERSION_INFO = @LIBAVAHI_COMMON_VERSION_INFO@
369 LIBAVAHI_COMPAT_HOWL_VERSION_INFO = @LIBAVAHI_COMPAT_HOWL_VERSION_INFO@
370 LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO = @LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO@
371 LIBAVAHI_CORE_VERSION_INFO = @LIBAVAHI_CORE_VERSION_INFO@
372 LIBAVAHI_GLIB_VERSION_INFO = @LIBAVAHI_GLIB_VERSION_INFO@
373 LIBAVAHI_GOBJECT_VERSION_INFO = @LIBAVAHI_GOBJECT_VERSION_INFO@
374 LIBAVAHI_QT3_VERSION_INFO = @LIBAVAHI_QT3_VERSION_INFO@
375 LIBAVAHI_QT4_VERSION_INFO = @LIBAVAHI_QT4_VERSION_INFO@
376 LIBAVAHI_UI_VERSION_INFO = @LIBAVAHI_UI_VERSION_INFO@
377 LIBDAEMON_CFLAGS = @LIBDAEMON_CFLAGS@
378 LIBDAEMON_LIBS = @LIBDAEMON_LIBS@
379 LIBOBJS = @LIBOBJS@
380 LIBS = @LIBS@
381 LIBTOOL = @LIBTOOL@
382 LIPO = @LIPO@
383 LN_S = @LN_S@
384 LTLIBOBJS = @LTLIBOBJS@
385 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
386 MAKEINFO = @MAKEINFO@
387 MANIFEST_TOOL = @MANIFEST_TOOL@
388 MCS = @MCS@
389 MDASSEMBLER = @MDASSEMBLER@
390 MKDIR_P = @MKDIR_P@
391 MKINSTALLDIRS = @MKINSTALLDIRS@
392 MOC_QT3 = @MOC_QT3@
393 MOC_QT4 = @MOC_QT4@
394 MONODOCER = @MONODOCER@
395 MONODOC_CFLAGS = @MONODOC_CFLAGS@
396 MONODOC_DIR = @MONODOC_DIR@
397 MONODOC_LIBS = @MONODOC_LIBS@
398 MSGFMT = @MSGFMT@
399 MSGFMT_OPTS = @MSGFMT_OPTS@
400 MSGMERGE = @MSGMERGE@
401 NM = @NM@
402 NMEDIT = @NMEDIT@
403 OBJDUMP = @OBJDUMP@
404 OBJEXT = @OBJEXT@
405 OTOOL = @OTOOL@
406 OTOOL64 = @OTOOL64@
407 PACKAGE = @PACKAGE@
408 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
409 PACKAGE_NAME = @PACKAGE_NAME@
410 PACKAGE_STRING = @PACKAGE_STRING@
411 PACKAGE_TARNAME = @PACKAGE_TARNAME@
412 PACKAGE_URL = @PACKAGE_URL@
413 PACKAGE_VERSION = @PACKAGE_VERSION@
414 PATH_SEPARATOR = @PATH_SEPARATOR@
415 PKG_CONFIG = @PKG_CONFIG@
416 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
417 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
418 POFILES = @POFILES@
419 POSUB = @POSUB@
420 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
421 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
422 PTHREAD_CC = @PTHREAD_CC@
423 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
424 PTHREAD_LIBS = @PTHREAD_LIBS@
425 PYTHON = @PYTHON@
426 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
427 PYTHON_PLATFORM = @PYTHON_PLATFORM@
428 PYTHON_PREFIX = @PYTHON_PREFIX@
429 PYTHON_VERSION = @PYTHON_VERSION@
430 QT3_CFLAGS = @QT3_CFLAGS@
431 QT3_LIBS = @QT3_LIBS@
432 QT4_CFLAGS = @QT4_CFLAGS@
433 QT4_LIBS = @QT4_LIBS@
434 RANLIB = @RANLIB@
435 SED = @SED@
436 SET_MAKE = @SET_MAKE@
437 SHELL = @SHELL@
438 STOW = @STOW@
439 STRIP = @STRIP@
440 USE_NLS = @USE_NLS@
441 VERSION = @VERSION@
442 VISIBILITY_HIDDEN_CFLAGS = @VISIBILITY_HIDDEN_CFLAGS@
443 XGETTEXT = @XGETTEXT@
444 XML_CFLAGS = @XML_CFLAGS@
445 XML_LIBS = @XML_LIBS@
446 abs_builddir = @abs_builddir@
447 abs_srcdir = @abs_srcdir@
448 abs_top_builddir = @abs_top_builddir@
449 abs_top_srcdir = @abs_top_srcdir@
450 ac_ct_AR = @ac_ct_AR@
451 ac_ct_CC = @ac_ct_CC@
452 ac_ct_CXX = @ac_ct_CXX@
453 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
454 acx_pthread_config = @acx_pthread_config@
455 am__include = @am__include@
456 am__leading_dot = @am__leading_dot@
457 am__quote = @am__quote@
458 am__tar = @am__tar@
459 am__untar = @am__untar@
460 avahi_runtime_dir = @avahi_runtime_dir@
461 avahi_socket = @avahi_socket@
462 avahilocaledir = @avahilocaledir@
463 bindir = @bindir@
464 build = @build@
465 build_alias = @build_alias@
466 build_cpu = @build_cpu@
467 build_os = @build_os@
468 build_vendor = @build_vendor@
469 builddir = @builddir@
470 datadir = @datadir@
471 datarootdir = @datarootdir@
472 docdir = @docdir@
473 dvidir = @dvidir@
474 exec_prefix = @exec_prefix@
475 have_pkg_config = @have_pkg_config@
476 have_xmltoman = @have_xmltoman@
477 host = @host@
478 host_alias = @host_alias@
479 host_cpu = @host_cpu@
480 host_os = @host_os@
481 host_vendor = @host_vendor@
482 htmldir = @htmldir@
483 includedir = @includedir@
484 infodir = @infodir@
485 install_sh = @install_sh@
486 interfacesdir = @interfacesdir@
487 intltool__v_merge_options_ = @intltool__v_merge_options_@
488 intltool__v_merge_options_0 = @intltool__v_merge_options_0@
489 libdir = @libdir@
490 libexecdir = @libexecdir@
491 localedir = @localedir@
492 localstatedir = @localstatedir@
493 mandir = @mandir@
494 mkdir_p = @mkdir_p@
495 oldincludedir = @oldincludedir@
496 pdfdir = @pdfdir@
497 pkgpyexecdir = @pkgpyexecdir@
498 pkgpythondir = @pkgpythondir@
499 prefix = @prefix@
500 program_transform_name = @program_transform_name@
501 psdir = @psdir@
502 pyexecdir = @pyexecdir@
503 pythondir = @pythondir@
504 runstatedir = @runstatedir@
505 sbindir = @sbindir@
506 sharedstatedir = @sharedstatedir@
507 srcdir = @srcdir@
508 sysconfdir = @sysconfdir@
509 systemdsystemunitdir = @systemdsystemunitdir@
510 target_alias = @target_alias@
511 top_build_prefix = @top_build_prefix@
512 top_builddir = @top_builddir@
513 top_srcdir = @top_srcdir@
514
515 # This cool debug trap works on i386/gcc only
516 AM_CFLAGS = -I$(top_srcdir) '-DDEBUG_TRAP=__asm__("int $$3")'
517 pkglibdatadir = $(libdir)/avahi
518 @HAVE_DBUS_TRUE@avahi_browse_SOURCES = avahi-browse.c sigint.c \
519 @HAVE_DBUS_TRUE@ sigint.h $(am__append_1) $(am__append_4)
520 @HAVE_DBUS_TRUE@avahi_browse_CFLAGS = $(AM_CFLAGS) $(am__append_2) \
521 @HAVE_DBUS_TRUE@ $(am__append_5)
522 @HAVE_DBUS_TRUE@avahi_browse_LDADD = $(AM_LDADD) \
523 @HAVE_DBUS_TRUE@ ../avahi-client/libavahi-client.la \
524 @HAVE_DBUS_TRUE@ ../avahi-common/libavahi-common.la \
525 @HAVE_DBUS_TRUE@ $(am__append_3)
526 @HAVE_DBUS_TRUE@avahi_resolve_SOURCES = avahi-resolve.c sigint.c sigint.h
527 @HAVE_DBUS_TRUE@avahi_resolve_CFLAGS = $(AM_CFLAGS)
528 @HAVE_DBUS_TRUE@avahi_resolve_LDADD = $(AM_LDADD) ../avahi-client/libavahi-client.la ../avahi-common/libavahi-common.la
529 @HAVE_DBUS_TRUE@avahi_publish_SOURCES = avahi-publish.c sigint.c sigint.h
530 @HAVE_DBUS_TRUE@avahi_publish_CFLAGS = $(AM_CFLAGS)
531 @HAVE_DBUS_TRUE@avahi_publish_LDADD = $(AM_LDADD) ../avahi-client/libavahi-client.la ../avahi-common/libavahi-common.la
532 @HAVE_DBUS_TRUE@avahi_set_host_name_SOURCES = avahi-set-host-name.c sigint.c sigint.h
533 @HAVE_DBUS_TRUE@avahi_set_host_name_CFLAGS = $(AM_CFLAGS)
534 @HAVE_DBUS_TRUE@avahi_set_host_name_LDADD = $(AM_LDADD) ../avahi-client/libavahi-client.la ../avahi-common/libavahi-common.la
535 all: all-am
536
537 .SUFFIXES:
538 .SUFFIXES: .c .lo .o .obj
539 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
540 @for dep in $?; do \
541 case '$(am__configure_deps)' in \
542 *$$dep*) \
543 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
544 && { if test -f $@; then exit 0; else break; fi; }; \
545 exit 1;; \
546 esac; \
547 done; \
548 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign avahi-utils/Makefile'; \
549 $(am__cd) $(top_srcdir) && \
550 $(AUTOMAKE) --foreign avahi-utils/Makefile
551 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
552 @case '$?' in \
553 *config.status*) \
554 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
555 *) \
556 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
557 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
558 esac;
559
560 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
561 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
562
563 $(top_srcdir)/configure: $(am__configure_deps)
564 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
565 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
566 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
567 $(am__aclocal_m4_deps):
568 install-binPROGRAMS: $(bin_PROGRAMS)
569 @$(NORMAL_INSTALL)
570 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
571 if test -n "$$list"; then \
572 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
573 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
574 fi; \
575 for p in $$list; do echo "$$p $$p"; done | \
576 sed 's/$(EXEEXT)$$//' | \
577 while read p p1; do if test -f $$p \
578 || test -f $$p1 \
579 ; then echo "$$p"; echo "$$p"; else :; fi; \
580 done | \
581 sed -e 'p;s,.*/,,;n;h' \
582 -e 's|.*|.|' \
583 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
584 sed 'N;N;N;s,\n, ,g' | \
585 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
586 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
587 if ($$2 == $$4) files[d] = files[d] " " $$1; \
588 else { print "f", $$3 "/" $$4, $$1; } } \
589 END { for (d in files) print "f", d, files[d] }' | \
590 while read type dir files; do \
591 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
592 test -z "$$files" || { \
593 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
594 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
595 } \
596 ; done
597
598 uninstall-binPROGRAMS:
599 @$(NORMAL_UNINSTALL)
600 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
601 files=`for p in $$list; do echo "$$p"; done | \
602 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
603 -e 's/$$/$(EXEEXT)/' \
604 `; \
605 test -n "$$list" || exit 0; \
606 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
607 cd "$(DESTDIR)$(bindir)" && rm -f $$files
608
609 clean-binPROGRAMS:
610 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
611 echo " rm -f" $$list; \
612 rm -f $$list || exit $$?; \
613 test -n "$(EXEEXT)" || exit 0; \
614 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
615 echo " rm -f" $$list; \
616 rm -f $$list
617
618 avahi-browse$(EXEEXT): $(avahi_browse_OBJECTS) $(avahi_browse_DEPENDENCIES) $(EXTRA_avahi_browse_DEPENDENCIES)
619 @rm -f avahi-browse$(EXEEXT)
620 $(AM_V_CCLD)$(avahi_browse_LINK) $(avahi_browse_OBJECTS) $(avahi_browse_LDADD) $(LIBS)
621
622 avahi-publish$(EXEEXT): $(avahi_publish_OBJECTS) $(avahi_publish_DEPENDENCIES) $(EXTRA_avahi_publish_DEPENDENCIES)
623 @rm -f avahi-publish$(EXEEXT)
624 $(AM_V_CCLD)$(avahi_publish_LINK) $(avahi_publish_OBJECTS) $(avahi_publish_LDADD) $(LIBS)
625
626 avahi-resolve$(EXEEXT): $(avahi_resolve_OBJECTS) $(avahi_resolve_DEPENDENCIES) $(EXTRA_avahi_resolve_DEPENDENCIES)
627 @rm -f avahi-resolve$(EXEEXT)
628 $(AM_V_CCLD)$(avahi_resolve_LINK) $(avahi_resolve_OBJECTS) $(avahi_resolve_LDADD) $(LIBS)
629
630 avahi-set-host-name$(EXEEXT): $(avahi_set_host_name_OBJECTS) $(avahi_set_host_name_DEPENDENCIES) $(EXTRA_avahi_set_host_name_DEPENDENCIES)
631 @rm -f avahi-set-host-name$(EXEEXT)
632 $(AM_V_CCLD)$(avahi_set_host_name_LINK) $(avahi_set_host_name_OBJECTS) $(avahi_set_host_name_LDADD) $(LIBS)
633
634 mostlyclean-compile:
635 -rm -f *.$(OBJEXT)
636
637 distclean-compile:
638 -rm -f *.tab.c
639
640 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_browse-avahi-browse.Po@am__quote@
641 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_browse-sigint.Po@am__quote@
642 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_browse-stdb.Po@am__quote@
643 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_publish-avahi-publish.Po@am__quote@
644 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_publish-sigint.Po@am__quote@
645 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_resolve-avahi-resolve.Po@am__quote@
646 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_resolve-sigint.Po@am__quote@
647 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_set_host_name-avahi-set-host-name.Po@am__quote@
648 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_set_host_name-sigint.Po@am__quote@
649
650 .c.o:
651 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
652 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
653 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
654 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
655 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
656
657 .c.obj:
658 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
659 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
660 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
661 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
662 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
663
664 .c.lo:
665 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
666 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
667 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
668 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
669 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
670
671 avahi_browse-avahi-browse.o: avahi-browse.c
672 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_browse_CFLAGS) $(CFLAGS) -MT avahi_browse-avahi-browse.o -MD -MP -MF $(DEPDIR)/avahi_browse-avahi-browse.Tpo -c -o avahi_browse-avahi-browse.o `test -f 'avahi-browse.c' || echo '$(srcdir)/'`avahi-browse.c
673 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_browse-avahi-browse.Tpo $(DEPDIR)/avahi_browse-avahi-browse.Po
674 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='avahi-browse.c' object='avahi_browse-avahi-browse.o' libtool=no @AMDEPBACKSLASH@
675 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
676 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_browse_CFLAGS) $(CFLAGS) -c -o avahi_browse-avahi-browse.o `test -f 'avahi-browse.c' || echo '$(srcdir)/'`avahi-browse.c
677
678 avahi_browse-avahi-browse.obj: avahi-browse.c
679 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_browse_CFLAGS) $(CFLAGS) -MT avahi_browse-avahi-browse.obj -MD -MP -MF $(DEPDIR)/avahi_browse-avahi-browse.Tpo -c -o avahi_browse-avahi-browse.obj `if test -f 'avahi-browse.c'; then $(CYGPATH_W) 'avahi-browse.c'; else $(CYGPATH_W) '$(srcdir)/avahi-browse.c'; fi`
680 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_browse-avahi-browse.Tpo $(DEPDIR)/avahi_browse-avahi-browse.Po
681 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='avahi-browse.c' object='avahi_browse-avahi-browse.obj' libtool=no @AMDEPBACKSLASH@
682 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
683 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_browse_CFLAGS) $(CFLAGS) -c -o avahi_browse-avahi-browse.obj `if test -f 'avahi-browse.c'; then $(CYGPATH_W) 'avahi-browse.c'; else $(CYGPATH_W) '$(srcdir)/avahi-browse.c'; fi`
684
685 avahi_browse-sigint.o: sigint.c
686 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_browse_CFLAGS) $(CFLAGS) -MT avahi_browse-sigint.o -MD -MP -MF $(DEPDIR)/avahi_browse-sigint.Tpo -c -o avahi_browse-sigint.o `test -f 'sigint.c' || echo '$(srcdir)/'`sigint.c
687 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_browse-sigint.Tpo $(DEPDIR)/avahi_browse-sigint.Po
688 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sigint.c' object='avahi_browse-sigint.o' libtool=no @AMDEPBACKSLASH@
689 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
690 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_browse_CFLAGS) $(CFLAGS) -c -o avahi_browse-sigint.o `test -f 'sigint.c' || echo '$(srcdir)/'`sigint.c
691
692 avahi_browse-sigint.obj: sigint.c
693 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_browse_CFLAGS) $(CFLAGS) -MT avahi_browse-sigint.obj -MD -MP -MF $(DEPDIR)/avahi_browse-sigint.Tpo -c -o avahi_browse-sigint.obj `if test -f 'sigint.c'; then $(CYGPATH_W) 'sigint.c'; else $(CYGPATH_W) '$(srcdir)/sigint.c'; fi`
694 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_browse-sigint.Tpo $(DEPDIR)/avahi_browse-sigint.Po
695 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sigint.c' object='avahi_browse-sigint.obj' libtool=no @AMDEPBACKSLASH@
696 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
697 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_browse_CFLAGS) $(CFLAGS) -c -o avahi_browse-sigint.obj `if test -f 'sigint.c'; then $(CYGPATH_W) 'sigint.c'; else $(CYGPATH_W) '$(srcdir)/sigint.c'; fi`
698
699 avahi_browse-stdb.o: stdb.c
700 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_browse_CFLAGS) $(CFLAGS) -MT avahi_browse-stdb.o -MD -MP -MF $(DEPDIR)/avahi_browse-stdb.Tpo -c -o avahi_browse-stdb.o `test -f 'stdb.c' || echo '$(srcdir)/'`stdb.c
701 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_browse-stdb.Tpo $(DEPDIR)/avahi_browse-stdb.Po
702 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdb.c' object='avahi_browse-stdb.o' libtool=no @AMDEPBACKSLASH@
703 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
704 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_browse_CFLAGS) $(CFLAGS) -c -o avahi_browse-stdb.o `test -f 'stdb.c' || echo '$(srcdir)/'`stdb.c
705
706 avahi_browse-stdb.obj: stdb.c
707 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_browse_CFLAGS) $(CFLAGS) -MT avahi_browse-stdb.obj -MD -MP -MF $(DEPDIR)/avahi_browse-stdb.Tpo -c -o avahi_browse-stdb.obj `if test -f 'stdb.c'; then $(CYGPATH_W) 'stdb.c'; else $(CYGPATH_W) '$(srcdir)/stdb.c'; fi`
708 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_browse-stdb.Tpo $(DEPDIR)/avahi_browse-stdb.Po
709 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdb.c' object='avahi_browse-stdb.obj' libtool=no @AMDEPBACKSLASH@
710 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
711 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_browse_CFLAGS) $(CFLAGS) -c -o avahi_browse-stdb.obj `if test -f 'stdb.c'; then $(CYGPATH_W) 'stdb.c'; else $(CYGPATH_W) '$(srcdir)/stdb.c'; fi`
712
713 avahi_publish-avahi-publish.o: avahi-publish.c
714 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_publish_CFLAGS) $(CFLAGS) -MT avahi_publish-avahi-publish.o -MD -MP -MF $(DEPDIR)/avahi_publish-avahi-publish.Tpo -c -o avahi_publish-avahi-publish.o `test -f 'avahi-publish.c' || echo '$(srcdir)/'`avahi-publish.c
715 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_publish-avahi-publish.Tpo $(DEPDIR)/avahi_publish-avahi-publish.Po
716 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='avahi-publish.c' object='avahi_publish-avahi-publish.o' libtool=no @AMDEPBACKSLASH@
717 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
718 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_publish_CFLAGS) $(CFLAGS) -c -o avahi_publish-avahi-publish.o `test -f 'avahi-publish.c' || echo '$(srcdir)/'`avahi-publish.c
719
720 avahi_publish-avahi-publish.obj: avahi-publish.c
721 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_publish_CFLAGS) $(CFLAGS) -MT avahi_publish-avahi-publish.obj -MD -MP -MF $(DEPDIR)/avahi_publish-avahi-publish.Tpo -c -o avahi_publish-avahi-publish.obj `if test -f 'avahi-publish.c'; then $(CYGPATH_W) 'avahi-publish.c'; else $(CYGPATH_W) '$(srcdir)/avahi-publish.c'; fi`
722 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_publish-avahi-publish.Tpo $(DEPDIR)/avahi_publish-avahi-publish.Po
723 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='avahi-publish.c' object='avahi_publish-avahi-publish.obj' libtool=no @AMDEPBACKSLASH@
724 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
725 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_publish_CFLAGS) $(CFLAGS) -c -o avahi_publish-avahi-publish.obj `if test -f 'avahi-publish.c'; then $(CYGPATH_W) 'avahi-publish.c'; else $(CYGPATH_W) '$(srcdir)/avahi-publish.c'; fi`
726
727 avahi_publish-sigint.o: sigint.c
728 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_publish_CFLAGS) $(CFLAGS) -MT avahi_publish-sigint.o -MD -MP -MF $(DEPDIR)/avahi_publish-sigint.Tpo -c -o avahi_publish-sigint.o `test -f 'sigint.c' || echo '$(srcdir)/'`sigint.c
729 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_publish-sigint.Tpo $(DEPDIR)/avahi_publish-sigint.Po
730 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sigint.c' object='avahi_publish-sigint.o' libtool=no @AMDEPBACKSLASH@
731 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
732 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_publish_CFLAGS) $(CFLAGS) -c -o avahi_publish-sigint.o `test -f 'sigint.c' || echo '$(srcdir)/'`sigint.c
733
734 avahi_publish-sigint.obj: sigint.c
735 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_publish_CFLAGS) $(CFLAGS) -MT avahi_publish-sigint.obj -MD -MP -MF $(DEPDIR)/avahi_publish-sigint.Tpo -c -o avahi_publish-sigint.obj `if test -f 'sigint.c'; then $(CYGPATH_W) 'sigint.c'; else $(CYGPATH_W) '$(srcdir)/sigint.c'; fi`
736 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_publish-sigint.Tpo $(DEPDIR)/avahi_publish-sigint.Po
737 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sigint.c' object='avahi_publish-sigint.obj' libtool=no @AMDEPBACKSLASH@
738 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
739 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_publish_CFLAGS) $(CFLAGS) -c -o avahi_publish-sigint.obj `if test -f 'sigint.c'; then $(CYGPATH_W) 'sigint.c'; else $(CYGPATH_W) '$(srcdir)/sigint.c'; fi`
740
741 avahi_resolve-avahi-resolve.o: avahi-resolve.c
742 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_resolve_CFLAGS) $(CFLAGS) -MT avahi_resolve-avahi-resolve.o -MD -MP -MF $(DEPDIR)/avahi_resolve-avahi-resolve.Tpo -c -o avahi_resolve-avahi-resolve.o `test -f 'avahi-resolve.c' || echo '$(srcdir)/'`avahi-resolve.c
743 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_resolve-avahi-resolve.Tpo $(DEPDIR)/avahi_resolve-avahi-resolve.Po
744 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='avahi-resolve.c' object='avahi_resolve-avahi-resolve.o' libtool=no @AMDEPBACKSLASH@
745 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
746 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_resolve_CFLAGS) $(CFLAGS) -c -o avahi_resolve-avahi-resolve.o `test -f 'avahi-resolve.c' || echo '$(srcdir)/'`avahi-resolve.c
747
748 avahi_resolve-avahi-resolve.obj: avahi-resolve.c
749 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_resolve_CFLAGS) $(CFLAGS) -MT avahi_resolve-avahi-resolve.obj -MD -MP -MF $(DEPDIR)/avahi_resolve-avahi-resolve.Tpo -c -o avahi_resolve-avahi-resolve.obj `if test -f 'avahi-resolve.c'; then $(CYGPATH_W) 'avahi-resolve.c'; else $(CYGPATH_W) '$(srcdir)/avahi-resolve.c'; fi`
750 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_resolve-avahi-resolve.Tpo $(DEPDIR)/avahi_resolve-avahi-resolve.Po
751 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='avahi-resolve.c' object='avahi_resolve-avahi-resolve.obj' libtool=no @AMDEPBACKSLASH@
752 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
753 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_resolve_CFLAGS) $(CFLAGS) -c -o avahi_resolve-avahi-resolve.obj `if test -f 'avahi-resolve.c'; then $(CYGPATH_W) 'avahi-resolve.c'; else $(CYGPATH_W) '$(srcdir)/avahi-resolve.c'; fi`
754
755 avahi_resolve-sigint.o: sigint.c
756 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_resolve_CFLAGS) $(CFLAGS) -MT avahi_resolve-sigint.o -MD -MP -MF $(DEPDIR)/avahi_resolve-sigint.Tpo -c -o avahi_resolve-sigint.o `test -f 'sigint.c' || echo '$(srcdir)/'`sigint.c
757 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_resolve-sigint.Tpo $(DEPDIR)/avahi_resolve-sigint.Po
758 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sigint.c' object='avahi_resolve-sigint.o' libtool=no @AMDEPBACKSLASH@
759 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
760 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_resolve_CFLAGS) $(CFLAGS) -c -o avahi_resolve-sigint.o `test -f 'sigint.c' || echo '$(srcdir)/'`sigint.c
761
762 avahi_resolve-sigint.obj: sigint.c
763 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_resolve_CFLAGS) $(CFLAGS) -MT avahi_resolve-sigint.obj -MD -MP -MF $(DEPDIR)/avahi_resolve-sigint.Tpo -c -o avahi_resolve-sigint.obj `if test -f 'sigint.c'; then $(CYGPATH_W) 'sigint.c'; else $(CYGPATH_W) '$(srcdir)/sigint.c'; fi`
764 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_resolve-sigint.Tpo $(DEPDIR)/avahi_resolve-sigint.Po
765 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sigint.c' object='avahi_resolve-sigint.obj' libtool=no @AMDEPBACKSLASH@
766 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
767 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_resolve_CFLAGS) $(CFLAGS) -c -o avahi_resolve-sigint.obj `if test -f 'sigint.c'; then $(CYGPATH_W) 'sigint.c'; else $(CYGPATH_W) '$(srcdir)/sigint.c'; fi`
768
769 avahi_set_host_name-avahi-set-host-name.o: avahi-set-host-name.c
770 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_set_host_name_CFLAGS) $(CFLAGS) -MT avahi_set_host_name-avahi-set-host-name.o -MD -MP -MF $(DEPDIR)/avahi_set_host_name-avahi-set-host-name.Tpo -c -o avahi_set_host_name-avahi-set-host-name.o `test -f 'avahi-set-host-name.c' || echo '$(srcdir)/'`avahi-set-host-name.c
771 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_set_host_name-avahi-set-host-name.Tpo $(DEPDIR)/avahi_set_host_name-avahi-set-host-name.Po
772 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='avahi-set-host-name.c' object='avahi_set_host_name-avahi-set-host-name.o' libtool=no @AMDEPBACKSLASH@
773 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
774 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_set_host_name_CFLAGS) $(CFLAGS) -c -o avahi_set_host_name-avahi-set-host-name.o `test -f 'avahi-set-host-name.c' || echo '$(srcdir)/'`avahi-set-host-name.c
775
776 avahi_set_host_name-avahi-set-host-name.obj: avahi-set-host-name.c
777 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_set_host_name_CFLAGS) $(CFLAGS) -MT avahi_set_host_name-avahi-set-host-name.obj -MD -MP -MF $(DEPDIR)/avahi_set_host_name-avahi-set-host-name.Tpo -c -o avahi_set_host_name-avahi-set-host-name.obj `if test -f 'avahi-set-host-name.c'; then $(CYGPATH_W) 'avahi-set-host-name.c'; else $(CYGPATH_W) '$(srcdir)/avahi-set-host-name.c'; fi`
778 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_set_host_name-avahi-set-host-name.Tpo $(DEPDIR)/avahi_set_host_name-avahi-set-host-name.Po
779 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='avahi-set-host-name.c' object='avahi_set_host_name-avahi-set-host-name.obj' libtool=no @AMDEPBACKSLASH@
780 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
781 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_set_host_name_CFLAGS) $(CFLAGS) -c -o avahi_set_host_name-avahi-set-host-name.obj `if test -f 'avahi-set-host-name.c'; then $(CYGPATH_W) 'avahi-set-host-name.c'; else $(CYGPATH_W) '$(srcdir)/avahi-set-host-name.c'; fi`
782
783 avahi_set_host_name-sigint.o: sigint.c
784 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_set_host_name_CFLAGS) $(CFLAGS) -MT avahi_set_host_name-sigint.o -MD -MP -MF $(DEPDIR)/avahi_set_host_name-sigint.Tpo -c -o avahi_set_host_name-sigint.o `test -f 'sigint.c' || echo '$(srcdir)/'`sigint.c
785 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_set_host_name-sigint.Tpo $(DEPDIR)/avahi_set_host_name-sigint.Po
786 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sigint.c' object='avahi_set_host_name-sigint.o' libtool=no @AMDEPBACKSLASH@
787 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
788 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_set_host_name_CFLAGS) $(CFLAGS) -c -o avahi_set_host_name-sigint.o `test -f 'sigint.c' || echo '$(srcdir)/'`sigint.c
789
790 avahi_set_host_name-sigint.obj: sigint.c
791 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_set_host_name_CFLAGS) $(CFLAGS) -MT avahi_set_host_name-sigint.obj -MD -MP -MF $(DEPDIR)/avahi_set_host_name-sigint.Tpo -c -o avahi_set_host_name-sigint.obj `if test -f 'sigint.c'; then $(CYGPATH_W) 'sigint.c'; else $(CYGPATH_W) '$(srcdir)/sigint.c'; fi`
792 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/avahi_set_host_name-sigint.Tpo $(DEPDIR)/avahi_set_host_name-sigint.Po
793 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sigint.c' object='avahi_set_host_name-sigint.obj' libtool=no @AMDEPBACKSLASH@
794 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
795 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_set_host_name_CFLAGS) $(CFLAGS) -c -o avahi_set_host_name-sigint.obj `if test -f 'sigint.c'; then $(CYGPATH_W) 'sigint.c'; else $(CYGPATH_W) '$(srcdir)/sigint.c'; fi`
796
797 mostlyclean-libtool:
798 -rm -f *.lo
799
800 clean-libtool:
801 -rm -rf .libs _libs
802
803 ID: $(am__tagged_files)
804 $(am__define_uniq_tagged_files); mkid -fID $$unique
805 tags: tags-am
806 TAGS: tags
807
808 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
809 set x; \
810 here=`pwd`; \
811 $(am__define_uniq_tagged_files); \
812 shift; \
813 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
814 test -n "$$unique" || unique=$$empty_fix; \
815 if test $$# -gt 0; then \
816 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
817 "$$@" $$unique; \
818 else \
819 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
820 $$unique; \
821 fi; \
822 fi
823 ctags: ctags-am
824
825 CTAGS: ctags
826 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
827 $(am__define_uniq_tagged_files); \
828 test -z "$(CTAGS_ARGS)$$unique" \
829 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
830 $$unique
831
832 GTAGS:
833 here=`$(am__cd) $(top_builddir) && pwd` \
834 && $(am__cd) $(top_srcdir) \
835 && gtags -i $(GTAGS_ARGS) "$$here"
836 cscopelist: cscopelist-am
837
838 cscopelist-am: $(am__tagged_files)
839 list='$(am__tagged_files)'; \
840 case "$(srcdir)" in \
841 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
842 *) sdir=$(subdir)/$(srcdir) ;; \
843 esac; \
844 for i in $$list; do \
845 if test -f "$$i"; then \
846 echo "$(subdir)/$$i"; \
847 else \
848 echo "$$sdir/$$i"; \
849 fi; \
850 done >> $(top_builddir)/cscope.files
851
852 distclean-tags:
853 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
854
855 distdir: $(DISTFILES)
856 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
857 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
858 list='$(DISTFILES)'; \
859 dist_files=`for file in $$list; do echo $$file; done | \
860 sed -e "s|^$$srcdirstrip/||;t" \
861 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
862 case $$dist_files in \
863 */*) $(MKDIR_P) `echo "$$dist_files" | \
864 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
865 sort -u` ;; \
866 esac; \
867 for file in $$dist_files; do \
868 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
869 if test -d $$d/$$file; then \
870 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
871 if test -d "$(distdir)/$$file"; then \
872 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
873 fi; \
874 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
875 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
876 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
877 fi; \
878 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
879 else \
880 test -f "$(distdir)/$$file" \
881 || cp -p $$d/$$file "$(distdir)/$$file" \
882 || exit 1; \
883 fi; \
884 done
885 check-am: all-am
886 check: check-am
887 all-am: Makefile $(PROGRAMS)
888 installdirs:
889 for dir in "$(DESTDIR)$(bindir)"; do \
890 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
891 done
892 install: install-am
893 install-exec: install-exec-am
894 install-data: install-data-am
895 uninstall: uninstall-am
896
897 install-am: all-am
898 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
899
900 installcheck: installcheck-am
901 install-strip:
902 if test -z '$(STRIP)'; then \
903 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
904 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
905 install; \
906 else \
907 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
908 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
909 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
910 fi
911 mostlyclean-generic:
912
913 clean-generic:
914
915 distclean-generic:
916 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
917 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
918
919 maintainer-clean-generic:
920 @echo "This command is intended for maintainers to use"
921 @echo "it deletes files that may require special tools to rebuild."
922 @HAVE_DBUS_FALSE@install-exec-local:
923 clean: clean-am
924
925 clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
926
927 distclean: distclean-am
928 -rm -rf ./$(DEPDIR)
929 -rm -f Makefile
930 distclean-am: clean-am distclean-compile distclean-generic \
931 distclean-tags
932
933 dvi: dvi-am
934
935 dvi-am:
936
937 html: html-am
938
939 html-am:
940
941 info: info-am
942
943 info-am:
944
945 install-data-am:
946
947 install-dvi: install-dvi-am
948
949 install-dvi-am:
950
951 install-exec-am: install-binPROGRAMS install-exec-local
952
953 install-html: install-html-am
954
955 install-html-am:
956
957 install-info: install-info-am
958
959 install-info-am:
960
961 install-man:
962
963 install-pdf: install-pdf-am
964
965 install-pdf-am:
966
967 install-ps: install-ps-am
968
969 install-ps-am:
970
971 installcheck-am:
972
973 maintainer-clean: maintainer-clean-am
974 -rm -rf ./$(DEPDIR)
975 -rm -f Makefile
976 maintainer-clean-am: distclean-am maintainer-clean-generic
977
978 mostlyclean: mostlyclean-am
979
980 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
981 mostlyclean-libtool
982
983 pdf: pdf-am
984
985 pdf-am:
986
987 ps: ps-am
988
989 ps-am:
990
991 uninstall-am: uninstall-binPROGRAMS
992
993 .MAKE: install-am install-strip
994
995 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
996 clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
997 ctags ctags-am distclean distclean-compile distclean-generic \
998 distclean-libtool distclean-tags distdir dvi dvi-am html \
999 html-am info info-am install install-am install-binPROGRAMS \
1000 install-data install-data-am install-dvi install-dvi-am \
1001 install-exec install-exec-am install-exec-local install-html \
1002 install-html-am install-info install-info-am install-man \
1003 install-pdf install-pdf-am install-ps install-ps-am \
1004 install-strip installcheck installcheck-am installdirs \
1005 maintainer-clean maintainer-clean-generic mostlyclean \
1006 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1007 pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
1008 uninstall-binPROGRAMS
1009
1010 .PRECIOUS: Makefile
1011
1012
1013 @HAVE_DBUS_TRUE@install-exec-local:
1014 @HAVE_DBUS_TRUE@ $(MKDIR_P) $(DESTDIR)/$(bindir) && \
1015 @HAVE_DBUS_TRUE@ cd $(DESTDIR)/$(bindir) && \
1016 @HAVE_DBUS_TRUE@ rm -f avahi-resolve-host-name avahi-resolve-address avahi-browse-domains avahi-publish-address avahi-publish-service && \
1017 @HAVE_DBUS_TRUE@ $(LN_S) avahi-resolve avahi-resolve-host-name && \
1018 @HAVE_DBUS_TRUE@ $(LN_S) avahi-resolve avahi-resolve-address && \
1019 @HAVE_DBUS_TRUE@ $(LN_S) avahi-browse avahi-browse-domains && \
1020 @HAVE_DBUS_TRUE@ $(LN_S) avahi-publish avahi-publish-address && \
1021 @HAVE_DBUS_TRUE@ $(LN_S) avahi-publish avahi-publish-service
1022
1023 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1024 # Otherwise a system limit (for SysV at least) may be exceeded.
1025 .NOEXPORT:
+0
-15
common/.gitignore less more
0 intltool.m4
1 ChangeLog
2 gettext.m4
3 iconv.m4
4 lib-ld.m4
5 lib-link.m4
6 lib-prefix.m4
7 libtool.m4
8 ltoptions.m4
9 ltsugar.m4
10 ltversion.m4
11 lt~obsolete.m4
12 nls.m4
13 po.m4
14 progtest.m4
0 2016-02-09 gettextize <bug-gnu-gettext@gnu.org>
1
2 * gettext.m4: Upgrade to gettext-0.19.7.
3 * nls.m4: Upgrade to gettext-0.19.7.
4 * po.m4: Upgrade to gettext-0.19.7.
5 * progtest.m4: Upgrade to gettext-0.19.7.
6
7 2015-10-27 gettextize <bug-gnu-gettext@gnu.org>
8
9 * gettext.m4: Upgrade to gettext-0.19.6.
10 * lib-ld.m4: Upgrade to gettext-0.19.6.
11 * lib-link.m4: Upgrade to gettext-0.19.6.
12 * lib-prefix.m4: Upgrade to gettext-0.19.6.
13 * progtest.m4: Upgrade to gettext-0.19.6.
14
15 2015-10-10 gettextize <bug-gnu-gettext@gnu.org>
16
17 * gettext.m4: New file, from gettext-0.19.4.
18 * iconv.m4: New file, from gettext-0.19.4.
19 * lib-ld.m4: New file, from gettext-0.19.4.
20 * lib-link.m4: New file, from gettext-0.19.4.
21 * lib-prefix.m4: New file, from gettext-0.19.4.
22 * nls.m4: New file, from gettext-0.19.4.
23 * po.m4: New file, from gettext-0.19.4.
24 * progtest.m4: New file, from gettext-0.19.4.
25 * Makefile.am (EXTRA_DIST): Add the new files.
26
0 # Makefile.in generated by automake 1.15 from Makefile.am.
1 # @configure_input@
2
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
4
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 @SET_MAKE@
15
16 # This file is part of avahi.
17 #
18 # avahi is free software; you can redistribute it and/or modify it
19 # under the terms of the GNU Lesser General Public License as
20 # published by the Free Software Foundation; either version 2 of the
21 # License, or (at your option) any later version.
22 #
23 # avahi is distributed in the hope that it will be useful, but WITHOUT
24 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
25 # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
26 # License for more details.
27 #
28 # You should have received a copy of the GNU Lesser General Public
29 # License along with avahi; if not, write to the Free Software
30 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
31 # USA.
32 VPATH = @srcdir@
33 am__is_gnu_make = { \
34 if test -z '$(MAKELEVEL)'; then \
35 false; \
36 elif test -n '$(MAKE_HOST)'; then \
37 true; \
38 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
39 true; \
40 else \
41 false; \
42 fi; \
43 }
44 am__make_running_with_option = \
45 case $${target_option-} in \
46 ?) ;; \
47 *) echo "am__make_running_with_option: internal error: invalid" \
48 "target option '$${target_option-}' specified" >&2; \
49 exit 1;; \
50 esac; \
51 has_opt=no; \
52 sane_makeflags=$$MAKEFLAGS; \
53 if $(am__is_gnu_make); then \
54 sane_makeflags=$$MFLAGS; \
55 else \
56 case $$MAKEFLAGS in \
57 *\\[\ \ ]*) \
58 bs=\\; \
59 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
60 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
61 esac; \
62 fi; \
63 skip_next=no; \
64 strip_trailopt () \
65 { \
66 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
67 }; \
68 for flg in $$sane_makeflags; do \
69 test $$skip_next = yes && { skip_next=no; continue; }; \
70 case $$flg in \
71 *=*|--*) continue;; \
72 -*I) strip_trailopt 'I'; skip_next=yes;; \
73 -*I?*) strip_trailopt 'I';; \
74 -*O) strip_trailopt 'O'; skip_next=yes;; \
75 -*O?*) strip_trailopt 'O';; \
76 -*l) strip_trailopt 'l'; skip_next=yes;; \
77 -*l?*) strip_trailopt 'l';; \
78 -[dEDm]) skip_next=yes;; \
79 -[JT]) skip_next=yes;; \
80 esac; \
81 case $$flg in \
82 *$$target_option*) has_opt=yes; break;; \
83 esac; \
84 done; \
85 test $$has_opt = yes
86 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
87 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
88 pkgdatadir = $(datadir)/@PACKAGE@
89 pkgincludedir = $(includedir)/@PACKAGE@
90 pkglibdir = $(libdir)/@PACKAGE@
91 pkglibexecdir = $(libexecdir)/@PACKAGE@
92 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
93 install_sh_DATA = $(install_sh) -c -m 644
94 install_sh_PROGRAM = $(install_sh) -c
95 install_sh_SCRIPT = $(install_sh) -c
96 INSTALL_HEADER = $(INSTALL_DATA)
97 transform = $(program_transform_name)
98 NORMAL_INSTALL = :
99 PRE_INSTALL = :
100 POST_INSTALL = :
101 NORMAL_UNINSTALL = :
102 PRE_UNINSTALL = :
103 POST_UNINSTALL = :
104 build_triplet = @build@
105 host_triplet = @host@
106 subdir = common
107 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
108 am__aclocal_m4_deps = $(top_srcdir)/common/acx_pthread.m4 \
109 $(top_srcdir)/common/gcc_stack_protect.m4 \
110 $(top_srcdir)/common/gcc_visibility.m4 \
111 $(top_srcdir)/common/intltool.m4 \
112 $(top_srcdir)/common/introspection.m4 \
113 $(top_srcdir)/common/libtool.m4 \
114 $(top_srcdir)/common/ltoptions.m4 \
115 $(top_srcdir)/common/ltsugar.m4 \
116 $(top_srcdir)/common/ltversion.m4 \
117 $(top_srcdir)/common/lt~obsolete.m4 \
118 $(top_srcdir)/common/nls.m4 $(top_srcdir)/common/python.m4 \
119 $(top_srcdir)/acinclude.m4 $(top_srcdir)/common/doxygen.m4 \
120 $(top_srcdir)/configure.ac
121 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
122 $(ACLOCAL_M4)
123 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
124 mkinstalldirs = $(install_sh) -d
125 CONFIG_HEADER = $(top_builddir)/config.h
126 CONFIG_CLEAN_FILES =
127 CONFIG_CLEAN_VPATH_FILES =
128 AM_V_P = $(am__v_P_@AM_V@)
129 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
130 am__v_P_0 = false
131 am__v_P_1 = :
132 AM_V_GEN = $(am__v_GEN_@AM_V@)
133 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
134 am__v_GEN_0 = @echo " GEN " $@;
135 am__v_GEN_1 =
136 AM_V_at = $(am__v_at_@AM_V@)
137 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
138 am__v_at_0 = @
139 am__v_at_1 =
140 SOURCES =
141 DIST_SOURCES =
142 am__can_run_installinfo = \
143 case $$AM_UPDATE_INFO_DIR in \
144 n|no|NO) false;; \
145 *) (install-info --version) >/dev/null 2>&1;; \
146 esac
147 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
148 am__DIST_COMMON = $(srcdir)/Makefile.in ChangeLog
149 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
150 ACLOCAL = @ACLOCAL@
151 ALL_LINGUAS = @ALL_LINGUAS@
152 AMTAR = @AMTAR@
153 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
154 AR = @AR@
155 AUTOCONF = @AUTOCONF@
156 AUTOHEADER = @AUTOHEADER@
157 AUTOMAKE = @AUTOMAKE@
158 AVAHI_AUTOIPD_GROUP = @AVAHI_AUTOIPD_GROUP@
159 AVAHI_AUTOIPD_USER = @AVAHI_AUTOIPD_USER@
160 AVAHI_GROUP = @AVAHI_GROUP@
161 AVAHI_PRIV_ACCESS_GROUP = @AVAHI_PRIV_ACCESS_GROUP@
162 AVAHI_USER = @AVAHI_USER@
163 AWK = @AWK@
164 CATALOGS = @CATALOGS@
165 CATOBJEXT = @CATOBJEXT@
166 CC = @CC@
167 CCDEPMODE = @CCDEPMODE@
168 CFLAGS = @CFLAGS@
169 CPP = @CPP@
170 CPPFLAGS = @CPPFLAGS@
171 CXX = @CXX@
172 CXXCPP = @CXXCPP@
173 CXXDEPMODE = @CXXDEPMODE@
174 CXXFLAGS = @CXXFLAGS@
175 CYGPATH_W = @CYGPATH_W@
176 DATADIRNAME = @DATADIRNAME@
177 DBUS_CFLAGS = @DBUS_CFLAGS@
178 DBUS_LIBS = @DBUS_LIBS@
179 DBUS_SYSTEM_BUS_DEFAULT_ADDRESS = @DBUS_SYSTEM_BUS_DEFAULT_ADDRESS@
180 DBUS_SYS_DIR = @DBUS_SYS_DIR@
181 DEFS = @DEFS@
182 DEPDIR = @DEPDIR@
183 DLLTOOL = @DLLTOOL@
184 DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
185 DSYMUTIL = @DSYMUTIL@
186 DUMPBIN = @DUMPBIN@
187 DX_CONFIG = @DX_CONFIG@
188 DX_DOCDIR = @DX_DOCDIR@
189 DX_DOT = @DX_DOT@
190 DX_DOXYGEN = @DX_DOXYGEN@
191 DX_DVIPS = @DX_DVIPS@
192 DX_EGREP = @DX_EGREP@
193 DX_ENV = @DX_ENV@
194 DX_FLAG_chi = @DX_FLAG_chi@
195 DX_FLAG_chm = @DX_FLAG_chm@
196 DX_FLAG_doc = @DX_FLAG_doc@
197 DX_FLAG_dot = @DX_FLAG_dot@
198 DX_FLAG_html = @DX_FLAG_html@
199 DX_FLAG_man = @DX_FLAG_man@
200 DX_FLAG_pdf = @DX_FLAG_pdf@
201 DX_FLAG_ps = @DX_FLAG_ps@
202 DX_FLAG_rtf = @DX_FLAG_rtf@
203 DX_FLAG_xml = @DX_FLAG_xml@
204 DX_HHC = @DX_HHC@
205 DX_LATEX = @DX_LATEX@
206 DX_MAKEINDEX = @DX_MAKEINDEX@
207 DX_PDFLATEX = @DX_PDFLATEX@
208 DX_PERL = @DX_PERL@
209 DX_PROJECT = @DX_PROJECT@
210 ECHO_C = @ECHO_C@
211 ECHO_N = @ECHO_N@
212 ECHO_T = @ECHO_T@
213 EGREP = @EGREP@
214 EXEEXT = @EXEEXT@
215 FGREP = @FGREP@
216 GACUTIL = @GACUTIL@
217 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
218 GLIB20_CFLAGS = @GLIB20_CFLAGS@
219 GLIB20_LIBS = @GLIB20_LIBS@
220 GMOFILES = @GMOFILES@
221 GMSGFMT = @GMSGFMT@
222 GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
223 GOBJECT_LIBS = @GOBJECT_LIBS@
224 GREP = @GREP@
225 GTK20_CFLAGS = @GTK20_CFLAGS@
226 GTK20_LIBS = @GTK20_LIBS@
227 GTK30_CFLAGS = @GTK30_CFLAGS@
228 GTK30_LIBS = @GTK30_LIBS@
229 HOWL_COMPAT_VERSION = @HOWL_COMPAT_VERSION@
230 INSTALL = @INSTALL@
231 INSTALL_DATA = @INSTALL_DATA@
232 INSTALL_PROGRAM = @INSTALL_PROGRAM@
233 INSTALL_SCRIPT = @INSTALL_SCRIPT@
234 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
235 INSTOBJEXT = @INSTOBJEXT@
236 INTLLIBS = @INTLLIBS@
237 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
238 INTLTOOL_MERGE = @INTLTOOL_MERGE@
239 INTLTOOL_PERL = @INTLTOOL_PERL@
240 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
241 INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
242 INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
243 INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
244 INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
245 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
246 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
247 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
248 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
249 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
250 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
251 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
252 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
253 LD = @LD@
254 LDFLAGS = @LDFLAGS@
255 LIBAVAHI_CLIENT_VERSION_INFO = @LIBAVAHI_CLIENT_VERSION_INFO@
256 LIBAVAHI_COMMON_VERSION_INFO = @LIBAVAHI_COMMON_VERSION_INFO@
257 LIBAVAHI_COMPAT_HOWL_VERSION_INFO = @LIBAVAHI_COMPAT_HOWL_VERSION_INFO@
258 LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO = @LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO@
259 LIBAVAHI_CORE_VERSION_INFO = @LIBAVAHI_CORE_VERSION_INFO@
260 LIBAVAHI_GLIB_VERSION_INFO = @LIBAVAHI_GLIB_VERSION_INFO@
261 LIBAVAHI_GOBJECT_VERSION_INFO = @LIBAVAHI_GOBJECT_VERSION_INFO@
262 LIBAVAHI_QT3_VERSION_INFO = @LIBAVAHI_QT3_VERSION_INFO@
263 LIBAVAHI_QT4_VERSION_INFO = @LIBAVAHI_QT4_VERSION_INFO@
264 LIBAVAHI_UI_VERSION_INFO = @LIBAVAHI_UI_VERSION_INFO@
265 LIBDAEMON_CFLAGS = @LIBDAEMON_CFLAGS@
266 LIBDAEMON_LIBS = @LIBDAEMON_LIBS@
267 LIBOBJS = @LIBOBJS@
268 LIBS = @LIBS@
269 LIBTOOL = @LIBTOOL@
270 LIPO = @LIPO@
271 LN_S = @LN_S@
272 LTLIBOBJS = @LTLIBOBJS@
273 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
274 MAKEINFO = @MAKEINFO@
275 MANIFEST_TOOL = @MANIFEST_TOOL@
276 MCS = @MCS@
277 MDASSEMBLER = @MDASSEMBLER@
278 MKDIR_P = @MKDIR_P@
279 MKINSTALLDIRS = @MKINSTALLDIRS@
280 MOC_QT3 = @MOC_QT3@
281 MOC_QT4 = @MOC_QT4@
282 MONODOCER = @MONODOCER@
283 MONODOC_CFLAGS = @MONODOC_CFLAGS@
284 MONODOC_DIR = @MONODOC_DIR@
285 MONODOC_LIBS = @MONODOC_LIBS@
286 MSGFMT = @MSGFMT@
287 MSGFMT_OPTS = @MSGFMT_OPTS@
288 MSGMERGE = @MSGMERGE@
289 NM = @NM@
290 NMEDIT = @NMEDIT@
291 OBJDUMP = @OBJDUMP@
292 OBJEXT = @OBJEXT@
293 OTOOL = @OTOOL@
294 OTOOL64 = @OTOOL64@
295 PACKAGE = @PACKAGE@
296 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
297 PACKAGE_NAME = @PACKAGE_NAME@
298 PACKAGE_STRING = @PACKAGE_STRING@
299 PACKAGE_TARNAME = @PACKAGE_TARNAME@
300 PACKAGE_URL = @PACKAGE_URL@
301 PACKAGE_VERSION = @PACKAGE_VERSION@
302 PATH_SEPARATOR = @PATH_SEPARATOR@
303 PKG_CONFIG = @PKG_CONFIG@
304 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
305 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
306 POFILES = @POFILES@
307 POSUB = @POSUB@
308 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
309 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
310 PTHREAD_CC = @PTHREAD_CC@
311 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
312 PTHREAD_LIBS = @PTHREAD_LIBS@
313 PYTHON = @PYTHON@
314 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
315 PYTHON_PLATFORM = @PYTHON_PLATFORM@
316 PYTHON_PREFIX = @PYTHON_PREFIX@
317 PYTHON_VERSION = @PYTHON_VERSION@
318 QT3_CFLAGS = @QT3_CFLAGS@
319 QT3_LIBS = @QT3_LIBS@
320 QT4_CFLAGS = @QT4_CFLAGS@
321 QT4_LIBS = @QT4_LIBS@
322 RANLIB = @RANLIB@
323 SED = @SED@
324 SET_MAKE = @SET_MAKE@
325 SHELL = @SHELL@
326 STOW = @STOW@
327 STRIP = @STRIP@
328 USE_NLS = @USE_NLS@
329 VERSION = @VERSION@
330 VISIBILITY_HIDDEN_CFLAGS = @VISIBILITY_HIDDEN_CFLAGS@
331 XGETTEXT = @XGETTEXT@
332 XML_CFLAGS = @XML_CFLAGS@
333 XML_LIBS = @XML_LIBS@
334 abs_builddir = @abs_builddir@
335 abs_srcdir = @abs_srcdir@
336 abs_top_builddir = @abs_top_builddir@
337 abs_top_srcdir = @abs_top_srcdir@
338 ac_ct_AR = @ac_ct_AR@
339 ac_ct_CC = @ac_ct_CC@
340 ac_ct_CXX = @ac_ct_CXX@
341 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
342 acx_pthread_config = @acx_pthread_config@
343 am__include = @am__include@
344 am__leading_dot = @am__leading_dot@
345 am__quote = @am__quote@
346 am__tar = @am__tar@
347 am__untar = @am__untar@
348 avahi_runtime_dir = @avahi_runtime_dir@
349 avahi_socket = @avahi_socket@
350 avahilocaledir = @avahilocaledir@
351 bindir = @bindir@
352 build = @build@
353 build_alias = @build_alias@
354 build_cpu = @build_cpu@
355 build_os = @build_os@
356 build_vendor = @build_vendor@
357 builddir = @builddir@
358 datadir = @datadir@
359 datarootdir = @datarootdir@
360 docdir = @docdir@
361 dvidir = @dvidir@
362 exec_prefix = @exec_prefix@
363 have_pkg_config = @have_pkg_config@
364 have_xmltoman = @have_xmltoman@
365 host = @host@
366 host_alias = @host_alias@
367 host_cpu = @host_cpu@
368 host_os = @host_os@
369 host_vendor = @host_vendor@
370 htmldir = @htmldir@
371 includedir = @includedir@
372 infodir = @infodir@
373 install_sh = @install_sh@
374 interfacesdir = @interfacesdir@
375 intltool__v_merge_options_ = @intltool__v_merge_options_@
376 intltool__v_merge_options_0 = @intltool__v_merge_options_0@
377 libdir = @libdir@
378 libexecdir = @libexecdir@
379 localedir = @localedir@
380 localstatedir = @localstatedir@
381 mandir = @mandir@
382 mkdir_p = @mkdir_p@
383 oldincludedir = @oldincludedir@
384 pdfdir = @pdfdir@
385 pkgpyexecdir = @pkgpyexecdir@
386 pkgpythondir = @pkgpythondir@
387 prefix = @prefix@
388 program_transform_name = @program_transform_name@
389 psdir = @psdir@
390 pyexecdir = @pyexecdir@
391 pythondir = @pythondir@
392 runstatedir = @runstatedir@
393 sbindir = @sbindir@
394 sharedstatedir = @sharedstatedir@
395 srcdir = @srcdir@
396 sysconfdir = @sysconfdir@
397 systemdsystemunitdir = @systemdsystemunitdir@
398 target_alias = @target_alias@
399 top_build_prefix = @top_build_prefix@
400 top_builddir = @top_builddir@
401 top_srcdir = @top_srcdir@
402 EXTRA_DIST = gettext.m4 iconv.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 nls.m4 po.m4 progtest.m4 gettext.m4 iconv.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 nls.m4 po.m4 progtest.m4 \
403 doxygen.m4 \
404 doxygen.mk \
405 python.m4
406
407 all: all-am
408
409 .SUFFIXES:
410 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
411 @for dep in $?; do \
412 case '$(am__configure_deps)' in \
413 *$$dep*) \
414 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
415 && { if test -f $@; then exit 0; else break; fi; }; \
416 exit 1;; \
417 esac; \
418 done; \
419 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign common/Makefile'; \
420 $(am__cd) $(top_srcdir) && \
421 $(AUTOMAKE) --foreign common/Makefile
422 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
423 @case '$?' in \
424 *config.status*) \
425 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
426 *) \
427 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
428 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
429 esac;
430
431 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
432 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
433
434 $(top_srcdir)/configure: $(am__configure_deps)
435 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
436 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
437 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
438 $(am__aclocal_m4_deps):
439
440 mostlyclean-libtool:
441 -rm -f *.lo
442
443 clean-libtool:
444 -rm -rf .libs _libs
445 tags TAGS:
446
447 ctags CTAGS:
448
449 cscope cscopelist:
450
451
452 distdir: $(DISTFILES)
453 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
454 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
455 list='$(DISTFILES)'; \
456 dist_files=`for file in $$list; do echo $$file; done | \
457 sed -e "s|^$$srcdirstrip/||;t" \
458 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
459 case $$dist_files in \
460 */*) $(MKDIR_P) `echo "$$dist_files" | \
461 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
462 sort -u` ;; \
463 esac; \
464 for file in $$dist_files; do \
465 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
466 if test -d $$d/$$file; then \
467 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
468 if test -d "$(distdir)/$$file"; then \
469 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
470 fi; \
471 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
472 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
473 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
474 fi; \
475 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
476 else \
477 test -f "$(distdir)/$$file" \
478 || cp -p $$d/$$file "$(distdir)/$$file" \
479 || exit 1; \
480 fi; \
481 done
482 check-am: all-am
483 check: check-am
484 all-am: Makefile
485 installdirs:
486 install: install-am
487 install-exec: install-exec-am
488 install-data: install-data-am
489 uninstall: uninstall-am
490
491 install-am: all-am
492 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
493
494 installcheck: installcheck-am
495 install-strip:
496 if test -z '$(STRIP)'; then \
497 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
498 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
499 install; \
500 else \
501 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
502 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
503 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
504 fi
505 mostlyclean-generic:
506
507 clean-generic:
508
509 distclean-generic:
510 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
511 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
512
513 maintainer-clean-generic:
514 @echo "This command is intended for maintainers to use"
515 @echo "it deletes files that may require special tools to rebuild."
516 clean: clean-am
517
518 clean-am: clean-generic clean-libtool mostlyclean-am
519
520 distclean: distclean-am
521 -rm -f Makefile
522 distclean-am: clean-am distclean-generic
523
524 dvi: dvi-am
525
526 dvi-am:
527
528 html: html-am
529
530 html-am:
531
532 info: info-am
533
534 info-am:
535
536 install-data-am:
537
538 install-dvi: install-dvi-am
539
540 install-dvi-am:
541
542 install-exec-am:
543
544 install-html: install-html-am
545
546 install-html-am:
547
548 install-info: install-info-am
549
550 install-info-am:
551
552 install-man:
553
554 install-pdf: install-pdf-am
555
556 install-pdf-am:
557
558 install-ps: install-ps-am
559
560 install-ps-am:
561
562 installcheck-am:
563
564 maintainer-clean: maintainer-clean-am
565 -rm -f Makefile
566 maintainer-clean-am: distclean-am maintainer-clean-generic
567
568 mostlyclean: mostlyclean-am
569
570 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
571
572 pdf: pdf-am
573
574 pdf-am:
575
576 ps: ps-am
577
578 ps-am:
579
580 uninstall-am:
581
582 .MAKE: install-am install-strip
583
584 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
585 cscopelist-am ctags-am distclean distclean-generic \
586 distclean-libtool distdir dvi dvi-am html html-am info info-am \
587 install install-am install-data install-data-am install-dvi \
588 install-dvi-am install-exec install-exec-am install-html \
589 install-html-am install-info install-info-am install-man \
590 install-pdf install-pdf-am install-ps install-ps-am \
591 install-strip installcheck installcheck-am installdirs \
592 maintainer-clean maintainer-clean-generic mostlyclean \
593 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
594 tags-am uninstall uninstall-am
595
596 .PRECIOUS: Makefile
597
598
599 # Tell versions [3.59,3.63) of GNU make to not export all variables.
600 # Otherwise a system limit (for SysV at least) may be exceeded.
601 .NOEXPORT:
0 # gettext.m4 serial 67 (gettext-0.19.6)
1 dnl Copyright (C) 1995-2014 Free Software Foundation, Inc.
2 dnl This file is free software; the Free Software Foundation
3 dnl gives unlimited permission to copy and/or distribute it,
4 dnl with or without modifications, as long as this notice is preserved.
5 dnl
6 dnl This file can be used in projects which are not available under
7 dnl the GNU General Public License or the GNU Library General Public
8 dnl License but which still want to provide support for the GNU gettext
9 dnl functionality.
10 dnl Please note that the actual code of the GNU gettext library is covered
11 dnl by the GNU Library General Public License, and the rest of the GNU
12 dnl gettext package is covered by the GNU General Public License.
13 dnl They are *not* in the public domain.
14
15 dnl Authors:
16 dnl Ulrich Drepper <drepper@cygnus.com>, 1995-2000.
17 dnl Bruno Haible <haible@clisp.cons.org>, 2000-2006, 2008-2010.
18
19 dnl Macro to add for using GNU gettext.
20
21 dnl Usage: AM_GNU_GETTEXT([INTLSYMBOL], [NEEDSYMBOL], [INTLDIR]).
22 dnl INTLSYMBOL can be one of 'external', 'no-libtool', 'use-libtool'. The
23 dnl default (if it is not specified or empty) is 'no-libtool'.
24 dnl INTLSYMBOL should be 'external' for packages with no intl directory,
25 dnl and 'no-libtool' or 'use-libtool' for packages with an intl directory.
26 dnl If INTLSYMBOL is 'use-libtool', then a libtool library
27 dnl $(top_builddir)/intl/libintl.la will be created (shared and/or static,
28 dnl depending on --{enable,disable}-{shared,static} and on the presence of
29 dnl AM-DISABLE-SHARED). If INTLSYMBOL is 'no-libtool', a static library
30 dnl $(top_builddir)/intl/libintl.a will be created.
31 dnl If NEEDSYMBOL is specified and is 'need-ngettext', then GNU gettext
32 dnl implementations (in libc or libintl) without the ngettext() function
33 dnl will be ignored. If NEEDSYMBOL is specified and is
34 dnl 'need-formatstring-macros', then GNU gettext implementations that don't
35 dnl support the ISO C 99 <inttypes.h> formatstring macros will be ignored.
36 dnl INTLDIR is used to find the intl libraries. If empty,
37 dnl the value '$(top_builddir)/intl/' is used.
38 dnl
39 dnl The result of the configuration is one of three cases:
40 dnl 1) GNU gettext, as included in the intl subdirectory, will be compiled
41 dnl and used.
42 dnl Catalog format: GNU --> install in $(datadir)
43 dnl Catalog extension: .mo after installation, .gmo in source tree
44 dnl 2) GNU gettext has been found in the system's C library.
45 dnl Catalog format: GNU --> install in $(datadir)
46 dnl Catalog extension: .mo after installation, .gmo in source tree
47 dnl 3) No internationalization, always use English msgid.
48 dnl Catalog format: none
49 dnl Catalog extension: none
50 dnl If INTLSYMBOL is 'external', only cases 2 and 3 can occur.
51 dnl The use of .gmo is historical (it was needed to avoid overwriting the
52 dnl GNU format catalogs when building on a platform with an X/Open gettext),
53 dnl but we keep it in order not to force irrelevant filename changes on the
54 dnl maintainers.
55 dnl
56 AC_DEFUN([AM_GNU_GETTEXT],
57 [
58 dnl Argument checking.
59 ifelse([$1], [], , [ifelse([$1], [external], , [ifelse([$1], [no-libtool], , [ifelse([$1], [use-libtool], ,
60 [errprint([ERROR: invalid first argument to AM_GNU_GETTEXT
61 ])])])])])
62 ifelse(ifelse([$1], [], [old])[]ifelse([$1], [no-libtool], [old]), [old],
63 [AC_DIAGNOSE([obsolete], [Use of AM_GNU_GETTEXT without [external] argument is deprecated.])])
64 ifelse([$2], [], , [ifelse([$2], [need-ngettext], , [ifelse([$2], [need-formatstring-macros], ,
65 [errprint([ERROR: invalid second argument to AM_GNU_GETTEXT
66 ])])])])
67 define([gt_included_intl],
68 ifelse([$1], [external],
69 ifdef([AM_GNU_GETTEXT_][INTL_SUBDIR], [yes], [no]),
70 [yes]))
71 define([gt_libtool_suffix_prefix], ifelse([$1], [use-libtool], [l], []))
72 gt_NEEDS_INIT
73 AM_GNU_GETTEXT_NEED([$2])
74
75 AC_REQUIRE([AM_PO_SUBDIRS])dnl
76 ifelse(gt_included_intl, yes, [
77 AC_REQUIRE([AM_INTL_SUBDIR])dnl
78 ])
79
80 dnl Prerequisites of AC_LIB_LINKFLAGS_BODY.
81 AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
82 AC_REQUIRE([AC_LIB_RPATH])
83
84 dnl Sometimes libintl requires libiconv, so first search for libiconv.
85 dnl Ideally we would do this search only after the
86 dnl if test "$USE_NLS" = "yes"; then
87 dnl if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then
88 dnl tests. But if configure.in invokes AM_ICONV after AM_GNU_GETTEXT
89 dnl the configure script would need to contain the same shell code
90 dnl again, outside any 'if'. There are two solutions:
91 dnl - Invoke AM_ICONV_LINKFLAGS_BODY here, outside any 'if'.
92 dnl - Control the expansions in more detail using AC_PROVIDE_IFELSE.
93 dnl Since AC_PROVIDE_IFELSE is only in autoconf >= 2.52 and not
94 dnl documented, we avoid it.
95 ifelse(gt_included_intl, yes, , [
96 AC_REQUIRE([AM_ICONV_LINKFLAGS_BODY])
97 ])
98
99 dnl Sometimes, on Mac OS X, libintl requires linking with CoreFoundation.
100 gt_INTL_MACOSX
101
102 dnl Set USE_NLS.
103 AC_REQUIRE([AM_NLS])
104
105 ifelse(gt_included_intl, yes, [
106 BUILD_INCLUDED_LIBINTL=no
107 USE_INCLUDED_LIBINTL=no
108 ])
109 LIBINTL=
110 LTLIBINTL=
111 POSUB=
112
113 dnl Add a version number to the cache macros.
114 case " $gt_needs " in
115 *" need-formatstring-macros "*) gt_api_version=3 ;;
116 *" need-ngettext "*) gt_api_version=2 ;;
117 *) gt_api_version=1 ;;
118 esac
119 gt_func_gnugettext_libc="gt_cv_func_gnugettext${gt_api_version}_libc"
120 gt_func_gnugettext_libintl="gt_cv_func_gnugettext${gt_api_version}_libintl"
121
122 dnl If we use NLS figure out what method
123 if test "$USE_NLS" = "yes"; then
124 gt_use_preinstalled_gnugettext=no
125 ifelse(gt_included_intl, yes, [
126 AC_MSG_CHECKING([whether included gettext is requested])
127 AC_ARG_WITH([included-gettext],
128 [ --with-included-gettext use the GNU gettext library included here],
129 nls_cv_force_use_gnu_gettext=$withval,
130 nls_cv_force_use_gnu_gettext=no)
131 AC_MSG_RESULT([$nls_cv_force_use_gnu_gettext])
132
133 nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext"
134 if test "$nls_cv_force_use_gnu_gettext" != "yes"; then
135 ])
136 dnl User does not insist on using GNU NLS library. Figure out what
137 dnl to use. If GNU gettext is available we use this. Else we have
138 dnl to fall back to GNU NLS library.
139
140 if test $gt_api_version -ge 3; then
141 gt_revision_test_code='
142 #ifndef __GNU_GETTEXT_SUPPORTED_REVISION
143 #define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1)
144 #endif
145 changequote(,)dnl
146 typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1];
147 changequote([,])dnl
148 '
149 else
150 gt_revision_test_code=
151 fi
152 if test $gt_api_version -ge 2; then
153 gt_expression_test_code=' + * ngettext ("", "", 0)'
154 else
155 gt_expression_test_code=
156 fi
157
158 AC_CACHE_CHECK([for GNU gettext in libc], [$gt_func_gnugettext_libc],
159 [AC_LINK_IFELSE(
160 [AC_LANG_PROGRAM(
161 [[
162 #include <libintl.h>
163 $gt_revision_test_code
164 extern int _nl_msg_cat_cntr;
165 extern int *_nl_domain_bindings;
166 ]],
167 [[
168 bindtextdomain ("", "");
169 return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_domain_bindings
170 ]])],
171 [eval "$gt_func_gnugettext_libc=yes"],
172 [eval "$gt_func_gnugettext_libc=no"])])
173
174 if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then
175 dnl Sometimes libintl requires libiconv, so first search for libiconv.
176 ifelse(gt_included_intl, yes, , [
177 AM_ICONV_LINK
178 ])
179 dnl Search for libintl and define LIBINTL, LTLIBINTL and INCINTL
180 dnl accordingly. Don't use AC_LIB_LINKFLAGS_BODY([intl],[iconv])
181 dnl because that would add "-liconv" to LIBINTL and LTLIBINTL
182 dnl even if libiconv doesn't exist.
183 AC_LIB_LINKFLAGS_BODY([intl])
184 AC_CACHE_CHECK([for GNU gettext in libintl],
185 [$gt_func_gnugettext_libintl],
186 [gt_save_CPPFLAGS="$CPPFLAGS"
187 CPPFLAGS="$CPPFLAGS $INCINTL"
188 gt_save_LIBS="$LIBS"
189 LIBS="$LIBS $LIBINTL"
190 dnl Now see whether libintl exists and does not depend on libiconv.
191 AC_LINK_IFELSE(
192 [AC_LANG_PROGRAM(
193 [[
194 #include <libintl.h>
195 $gt_revision_test_code
196 extern int _nl_msg_cat_cntr;
197 extern
198 #ifdef __cplusplus
199 "C"
200 #endif
201 const char *_nl_expand_alias (const char *);
202 ]],
203 [[
204 bindtextdomain ("", "");
205 return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_alias ("")
206 ]])],
207 [eval "$gt_func_gnugettext_libintl=yes"],
208 [eval "$gt_func_gnugettext_libintl=no"])
209 dnl Now see whether libintl exists and depends on libiconv.
210 if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" != yes; } && test -n "$LIBICONV"; then
211 LIBS="$LIBS $LIBICONV"
212 AC_LINK_IFELSE(
213 [AC_LANG_PROGRAM(
214 [[
215 #include <libintl.h>
216 $gt_revision_test_code
217 extern int _nl_msg_cat_cntr;
218 extern
219 #ifdef __cplusplus
220 "C"
221 #endif
222 const char *_nl_expand_alias (const char *);
223 ]],
224 [[
225 bindtextdomain ("", "");
226 return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_alias ("")
227 ]])],
228 [LIBINTL="$LIBINTL $LIBICONV"
229 LTLIBINTL="$LTLIBINTL $LTLIBICONV"
230 eval "$gt_func_gnugettext_libintl=yes"
231 ])
232 fi
233 CPPFLAGS="$gt_save_CPPFLAGS"
234 LIBS="$gt_save_LIBS"])
235 fi
236
237 dnl If an already present or preinstalled GNU gettext() is found,
238 dnl use it. But if this macro is used in GNU gettext, and GNU
239 dnl gettext is already preinstalled in libintl, we update this
240 dnl libintl. (Cf. the install rule in intl/Makefile.in.)
241 if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" = "yes"; } \
242 || { { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; } \
243 && test "$PACKAGE" != gettext-runtime \
244 && test "$PACKAGE" != gettext-tools; }; then
245 gt_use_preinstalled_gnugettext=yes
246 else
247 dnl Reset the values set by searching for libintl.
248 LIBINTL=
249 LTLIBINTL=
250 INCINTL=
251 fi
252
253 ifelse(gt_included_intl, yes, [
254 if test "$gt_use_preinstalled_gnugettext" != "yes"; then
255 dnl GNU gettext is not found in the C library.
256 dnl Fall back on included GNU gettext library.
257 nls_cv_use_gnu_gettext=yes
258 fi
259 fi
260
261 if test "$nls_cv_use_gnu_gettext" = "yes"; then
262 dnl Mark actions used to generate GNU NLS library.
263 BUILD_INCLUDED_LIBINTL=yes
264 USE_INCLUDED_LIBINTL=yes
265 LIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LIBICONV $LIBTHREAD"
266 LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV $LTLIBTHREAD"
267 LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
268 fi
269
270 CATOBJEXT=
271 if test "$gt_use_preinstalled_gnugettext" = "yes" \
272 || test "$nls_cv_use_gnu_gettext" = "yes"; then
273 dnl Mark actions to use GNU gettext tools.
274 CATOBJEXT=.gmo
275 fi
276 ])
277
278 if test -n "$INTL_MACOSX_LIBS"; then
279 if test "$gt_use_preinstalled_gnugettext" = "yes" \
280 || test "$nls_cv_use_gnu_gettext" = "yes"; then
281 dnl Some extra flags are needed during linking.
282 LIBINTL="$LIBINTL $INTL_MACOSX_LIBS"
283 LTLIBINTL="$LTLIBINTL $INTL_MACOSX_LIBS"
284 fi
285 fi
286
287 if test "$gt_use_preinstalled_gnugettext" = "yes" \
288 || test "$nls_cv_use_gnu_gettext" = "yes"; then
289 AC_DEFINE([ENABLE_NLS], [1],
290 [Define to 1 if translation of program messages to the user's native language
291 is requested.])
292 else
293 USE_NLS=no
294 fi
295 fi
296
297 AC_MSG_CHECKING([whether to use NLS])
298 AC_MSG_RESULT([$USE_NLS])
299 if test "$USE_NLS" = "yes"; then
300 AC_MSG_CHECKING([where the gettext function comes from])
301 if test "$gt_use_preinstalled_gnugettext" = "yes"; then
302 if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then
303 gt_source="external libintl"
304 else
305 gt_source="libc"
306 fi
307 else
308 gt_source="included intl directory"
309 fi
310 AC_MSG_RESULT([$gt_source])
311 fi
312
313 if test "$USE_NLS" = "yes"; then
314
315 if test "$gt_use_preinstalled_gnugettext" = "yes"; then
316 if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then
317 AC_MSG_CHECKING([how to link with libintl])
318 AC_MSG_RESULT([$LIBINTL])
319 AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCINTL])
320 fi
321
322 dnl For backward compatibility. Some packages may be using this.
323 AC_DEFINE([HAVE_GETTEXT], [1],
324 [Define if the GNU gettext() function is already present or preinstalled.])
325 AC_DEFINE([HAVE_DCGETTEXT], [1],
326 [Define if the GNU dcgettext() function is already present or preinstalled.])
327 fi
328
329 dnl We need to process the po/ directory.
330 POSUB=po
331 fi
332
333 ifelse(gt_included_intl, yes, [
334 dnl If this is used in GNU gettext we have to set BUILD_INCLUDED_LIBINTL
335 dnl to 'yes' because some of the testsuite requires it.
336 if test "$PACKAGE" = gettext-runtime || test "$PACKAGE" = gettext-tools; then
337 BUILD_INCLUDED_LIBINTL=yes
338 fi
339
340 dnl Make all variables we use known to autoconf.
341 AC_SUBST([BUILD_INCLUDED_LIBINTL])
342 AC_SUBST([USE_INCLUDED_LIBINTL])
343 AC_SUBST([CATOBJEXT])
344
345 dnl For backward compatibility. Some configure.ins may be using this.
346 nls_cv_header_intl=
347 nls_cv_header_libgt=
348
349 dnl For backward compatibility. Some Makefiles may be using this.
350 DATADIRNAME=share
351 AC_SUBST([DATADIRNAME])
352
353 dnl For backward compatibility. Some Makefiles may be using this.
354 INSTOBJEXT=.mo
355 AC_SUBST([INSTOBJEXT])
356
357 dnl For backward compatibility. Some Makefiles may be using this.
358 GENCAT=gencat
359 AC_SUBST([GENCAT])
360
361 dnl For backward compatibility. Some Makefiles may be using this.
362 INTLOBJS=
363 if test "$USE_INCLUDED_LIBINTL" = yes; then
364 INTLOBJS="\$(GETTOBJS)"
365 fi
366 AC_SUBST([INTLOBJS])
367
368 dnl Enable libtool support if the surrounding package wishes it.
369 INTL_LIBTOOL_SUFFIX_PREFIX=gt_libtool_suffix_prefix
370 AC_SUBST([INTL_LIBTOOL_SUFFIX_PREFIX])
371 ])
372
373 dnl For backward compatibility. Some Makefiles may be using this.
374 INTLLIBS="$LIBINTL"
375 AC_SUBST([INTLLIBS])
376
377 dnl Make all documented variables known to autoconf.
378 AC_SUBST([LIBINTL])
379 AC_SUBST([LTLIBINTL])
380 AC_SUBST([POSUB])
381 ])
382
383
384 dnl gt_NEEDS_INIT ensures that the gt_needs variable is initialized.
385 m4_define([gt_NEEDS_INIT],
386 [
387 m4_divert_text([DEFAULTS], [gt_needs=])
388 m4_define([gt_NEEDS_INIT], [])
389 ])
390
391
392 dnl Usage: AM_GNU_GETTEXT_NEED([NEEDSYMBOL])
393 AC_DEFUN([AM_GNU_GETTEXT_NEED],
394 [
395 m4_divert_text([INIT_PREPARE], [gt_needs="$gt_needs $1"])
396 ])
397
398
399 dnl Usage: AM_GNU_GETTEXT_VERSION([gettext-version])
400 AC_DEFUN([AM_GNU_GETTEXT_VERSION], [])
401
402
403 dnl Usage: AM_GNU_GETTEXT_REQUIRE_VERSION([gettext-version])
404 AC_DEFUN([AM_GNU_GETTEXT_REQUIRE_VERSION], [])
0 # iconv.m4 serial 19 (gettext-0.18.2)
1 dnl Copyright (C) 2000-2002, 2007-2014 Free Software Foundation, Inc.
2 dnl This file is free software; the Free Software Foundation
3 dnl gives unlimited permission to copy and/or distribute it,
4 dnl with or without modifications, as long as this notice is preserved.
5
6 dnl From Bruno Haible.
7
8 AC_DEFUN([AM_ICONV_LINKFLAGS_BODY],
9 [
10 dnl Prerequisites of AC_LIB_LINKFLAGS_BODY.
11 AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
12 AC_REQUIRE([AC_LIB_RPATH])
13
14 dnl Search for libiconv and define LIBICONV, LTLIBICONV and INCICONV
15 dnl accordingly.
16 AC_LIB_LINKFLAGS_BODY([iconv])
17 ])
18
19 AC_DEFUN([AM_ICONV_LINK],
20 [
21 dnl Some systems have iconv in libc, some have it in libiconv (OSF/1 and
22 dnl those with the standalone portable GNU libiconv installed).
23 AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles
24
25 dnl Search for libiconv and define LIBICONV, LTLIBICONV and INCICONV
26 dnl accordingly.
27 AC_REQUIRE([AM_ICONV_LINKFLAGS_BODY])
28
29 dnl Add $INCICONV to CPPFLAGS before performing the following checks,
30 dnl because if the user has installed libiconv and not disabled its use
31 dnl via --without-libiconv-prefix, he wants to use it. The first
32 dnl AC_LINK_IFELSE will then fail, the second AC_LINK_IFELSE will succeed.
33 am_save_CPPFLAGS="$CPPFLAGS"
34 AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCICONV])
35
36 AC_CACHE_CHECK([for iconv], [am_cv_func_iconv], [
37 am_cv_func_iconv="no, consider installing GNU libiconv"
38 am_cv_lib_iconv=no
39 AC_LINK_IFELSE(
40 [AC_LANG_PROGRAM(
41 [[
42 #include <stdlib.h>
43 #include <iconv.h>
44 ]],
45 [[iconv_t cd = iconv_open("","");
46 iconv(cd,NULL,NULL,NULL,NULL);
47 iconv_close(cd);]])],
48 [am_cv_func_iconv=yes])
49 if test "$am_cv_func_iconv" != yes; then
50 am_save_LIBS="$LIBS"
51 LIBS="$LIBS $LIBICONV"
52 AC_LINK_IFELSE(
53 [AC_LANG_PROGRAM(
54 [[
55 #include <stdlib.h>
56 #include <iconv.h>
57 ]],
58 [[iconv_t cd = iconv_open("","");
59 iconv(cd,NULL,NULL,NULL,NULL);
60 iconv_close(cd);]])],
61 [am_cv_lib_iconv=yes]
62 [am_cv_func_iconv=yes])
63 LIBS="$am_save_LIBS"
64 fi
65 ])
66 if test "$am_cv_func_iconv" = yes; then
67 AC_CACHE_CHECK([for working iconv], [am_cv_func_iconv_works], [
68 dnl This tests against bugs in AIX 5.1, AIX 6.1..7.1, HP-UX 11.11,
69 dnl Solaris 10.
70 am_save_LIBS="$LIBS"
71 if test $am_cv_lib_iconv = yes; then
72 LIBS="$LIBS $LIBICONV"
73 fi
74 am_cv_func_iconv_works=no
75 for ac_iconv_const in '' 'const'; do
76 AC_RUN_IFELSE(
77 [AC_LANG_PROGRAM(
78 [[
79 #include <iconv.h>
80 #include <string.h>
81
82 #ifndef ICONV_CONST
83 # define ICONV_CONST $ac_iconv_const
84 #endif
85 ]],
86 [[int result = 0;
87 /* Test against AIX 5.1 bug: Failures are not distinguishable from successful
88 returns. */
89 {
90 iconv_t cd_utf8_to_88591 = iconv_open ("ISO8859-1", "UTF-8");
91 if (cd_utf8_to_88591 != (iconv_t)(-1))
92 {
93 static ICONV_CONST char input[] = "\342\202\254"; /* EURO SIGN */
94 char buf[10];
95 ICONV_CONST char *inptr = input;
96 size_t inbytesleft = strlen (input);
97 char *outptr = buf;
98 size_t outbytesleft = sizeof (buf);
99 size_t res = iconv (cd_utf8_to_88591,
100 &inptr, &inbytesleft,
101 &outptr, &outbytesleft);
102 if (res == 0)
103 result |= 1;
104 iconv_close (cd_utf8_to_88591);
105 }
106 }
107 /* Test against Solaris 10 bug: Failures are not distinguishable from
108 successful returns. */
109 {
110 iconv_t cd_ascii_to_88591 = iconv_open ("ISO8859-1", "646");
111 if (cd_ascii_to_88591 != (iconv_t)(-1))
112 {
113 static ICONV_CONST char input[] = "\263";
114 char buf[10];
115 ICONV_CONST char *inptr = input;
116 size_t inbytesleft = strlen (input);
117 char *outptr = buf;
118 size_t outbytesleft = sizeof (buf);
119 size_t res = iconv (cd_ascii_to_88591,
120 &inptr, &inbytesleft,
121 &outptr, &outbytesleft);
122 if (res == 0)
123 result |= 2;
124 iconv_close (cd_ascii_to_88591);
125 }
126 }
127 /* Test against AIX 6.1..7.1 bug: Buffer overrun. */
128 {
129 iconv_t cd_88591_to_utf8 = iconv_open ("UTF-8", "ISO-8859-1");
130 if (cd_88591_to_utf8 != (iconv_t)(-1))
131 {
132 static ICONV_CONST char input[] = "\304";
133 static char buf[2] = { (char)0xDE, (char)0xAD };
134 ICONV_CONST char *inptr = input;
135 size_t inbytesleft = 1;
136 char *outptr = buf;
137 size_t outbytesleft = 1;
138 size_t res = iconv (cd_88591_to_utf8,
139 &inptr, &inbytesleft,
140 &outptr, &outbytesleft);
141 if (res != (size_t)(-1) || outptr - buf > 1 || buf[1] != (char)0xAD)
142 result |= 4;
143 iconv_close (cd_88591_to_utf8);
144 }
145 }
146 #if 0 /* This bug could be worked around by the caller. */
147 /* Test against HP-UX 11.11 bug: Positive return value instead of 0. */
148 {
149 iconv_t cd_88591_to_utf8 = iconv_open ("utf8", "iso88591");
150 if (cd_88591_to_utf8 != (iconv_t)(-1))
151 {
152 static ICONV_CONST char input[] = "\304rger mit b\366sen B\374bchen ohne Augenma\337";
153 char buf[50];
154 ICONV_CONST char *inptr = input;
155 size_t inbytesleft = strlen (input);
156 char *outptr = buf;
157 size_t outbytesleft = sizeof (buf);
158 size_t res = iconv (cd_88591_to_utf8,
159 &inptr, &inbytesleft,
160 &outptr, &outbytesleft);
161 if ((int)res > 0)
162 result |= 8;
163 iconv_close (cd_88591_to_utf8);
164 }
165 }
166 #endif
167 /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is
168 provided. */
169 if (/* Try standardized names. */
170 iconv_open ("UTF-8", "EUC-JP") == (iconv_t)(-1)
171 /* Try IRIX, OSF/1 names. */
172 && iconv_open ("UTF-8", "eucJP") == (iconv_t)(-1)
173 /* Try AIX names. */
174 && iconv_open ("UTF-8", "IBM-eucJP") == (iconv_t)(-1)
175 /* Try HP-UX names. */
176 && iconv_open ("utf8", "eucJP") == (iconv_t)(-1))
177 result |= 16;
178 return result;
179 ]])],
180 [am_cv_func_iconv_works=yes], ,
181 [case "$host_os" in
182 aix* | hpux*) am_cv_func_iconv_works="guessing no" ;;
183 *) am_cv_func_iconv_works="guessing yes" ;;
184 esac])
185 test "$am_cv_func_iconv_works" = no || break
186 done
187 LIBS="$am_save_LIBS"
188 ])
189 case "$am_cv_func_iconv_works" in
190 *no) am_func_iconv=no am_cv_lib_iconv=no ;;
191 *) am_func_iconv=yes ;;
192 esac
193 else
194 am_func_iconv=no am_cv_lib_iconv=no
195 fi
196 if test "$am_func_iconv" = yes; then
197 AC_DEFINE([HAVE_ICONV], [1],
198 [Define if you have the iconv() function and it works.])
199 fi
200 if test "$am_cv_lib_iconv" = yes; then
201 AC_MSG_CHECKING([how to link with libiconv])
202 AC_MSG_RESULT([$LIBICONV])
203 else
204 dnl If $LIBICONV didn't lead to a usable library, we don't need $INCICONV
205 dnl either.
206 CPPFLAGS="$am_save_CPPFLAGS"
207 LIBICONV=
208 LTLIBICONV=
209 fi
210 AC_SUBST([LIBICONV])
211 AC_SUBST([LTLIBICONV])
212 ])
213
214 dnl Define AM_ICONV using AC_DEFUN_ONCE for Autoconf >= 2.64, in order to
215 dnl avoid warnings like
216 dnl "warning: AC_REQUIRE: `AM_ICONV' was expanded before it was required".
217 dnl This is tricky because of the way 'aclocal' is implemented:
218 dnl - It requires defining an auxiliary macro whose name ends in AC_DEFUN.
219 dnl Otherwise aclocal's initial scan pass would miss the macro definition.
220 dnl - It requires a line break inside the AC_DEFUN_ONCE and AC_DEFUN expansions.
221 dnl Otherwise aclocal would emit many "Use of uninitialized value $1"
222 dnl warnings.
223 m4_define([gl_iconv_AC_DEFUN],
224 m4_version_prereq([2.64],
225 [[AC_DEFUN_ONCE(
226 [$1], [$2])]],
227 [m4_ifdef([gl_00GNULIB],
228 [[AC_DEFUN_ONCE(
229 [$1], [$2])]],
230 [[AC_DEFUN(
231 [$1], [$2])]])]))
232 gl_iconv_AC_DEFUN([AM_ICONV],
233 [
234 AM_ICONV_LINK
235 if test "$am_cv_func_iconv" = yes; then
236 AC_MSG_CHECKING([for iconv declaration])
237 AC_CACHE_VAL([am_cv_proto_iconv], [
238 AC_COMPILE_IFELSE(
239 [AC_LANG_PROGRAM(
240 [[
241 #include <stdlib.h>
242 #include <iconv.h>
243 extern
244 #ifdef __cplusplus
245 "C"
246 #endif
247 #if defined(__STDC__) || defined(_MSC_VER) || defined(__cplusplus)
248 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
249 #else
250 size_t iconv();
251 #endif
252 ]],
253 [[]])],
254 [am_cv_proto_iconv_arg1=""],
255 [am_cv_proto_iconv_arg1="const"])
256 am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"])
257 am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
258 AC_MSG_RESULT([
259 $am_cv_proto_iconv])
260 AC_DEFINE_UNQUOTED([ICONV_CONST], [$am_cv_proto_iconv_arg1],
261 [Define as const if the declaration of iconv() needs const.])
262 dnl Also substitute ICONV_CONST in the gnulib generated <iconv.h>.
263 m4_ifdef([gl_ICONV_H_DEFAULTS],
264 [AC_REQUIRE([gl_ICONV_H_DEFAULTS])
265 if test -n "$am_cv_proto_iconv_arg1"; then
266 ICONV_CONST="const"
267 fi
268 ])
269 fi
270 ])
0 ## intltool.m4 - Configure intltool for the target system. -*-Shell-script-*-
1 ## Copyright (C) 2001 Eazel, Inc.
2 ## Author: Maciej Stachowiak <mjs@noisehavoc.org>
3 ## Kenneth Christiansen <kenneth@gnu.org>
4 ##
5 ## This program is free software; you can redistribute it and/or modify
6 ## it under the terms of the GNU General Public License as published by
7 ## the Free Software Foundation; either version 2 of the License, or
8 ## (at your option) any later version.
9 ##
10 ## This program is distributed in the hope that it will be useful, but
11 ## WITHOUT ANY WARRANTY; without even the implied warranty of
12 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 ## General Public License for more details.
14 ##
15 ## You should have received a copy of the GNU General Public License
16 ## along with this program; if not, write to the Free Software
17 ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
18 ##
19 ## As a special exception to the GNU General Public License, if you
20 ## distribute this file as part of a program that contains a
21 ## configuration script generated by Autoconf, you may include it under
22 ## the same distribution terms that you use for the rest of that program.
23
24 dnl IT_PROG_INTLTOOL([MINIMUM-VERSION], [no-xml])
25 # serial 42 IT_PROG_INTLTOOL
26 AC_DEFUN([IT_PROG_INTLTOOL], [
27 AC_PREREQ([2.50])dnl
28 AC_REQUIRE([AM_NLS])dnl
29
30 case "$am__api_version" in
31 1.[01234])
32 AC_MSG_ERROR([Automake 1.5 or newer is required to use intltool])
33 ;;
34 *)
35 ;;
36 esac
37
38 INTLTOOL_REQUIRED_VERSION_AS_INT=`echo $1 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
39 INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3`
40 INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
41 if test -n "$1"; then
42 AC_MSG_CHECKING([for intltool >= $1])
43 AC_MSG_RESULT([$INTLTOOL_APPLIED_VERSION found])
44 test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" ||
45 AC_MSG_ERROR([Your intltool is too old. You need intltool $1 or later.])
46 fi
47
48 AC_PATH_PROG(INTLTOOL_UPDATE, [intltool-update])
49 AC_PATH_PROG(INTLTOOL_MERGE, [intltool-merge])
50 AC_PATH_PROG(INTLTOOL_EXTRACT, [intltool-extract])
51 if test -z "$INTLTOOL_UPDATE" -o -z "$INTLTOOL_MERGE" -o -z "$INTLTOOL_EXTRACT"; then
52 AC_MSG_ERROR([The intltool scripts were not found. Please install intltool.])
53 fi
54
55 if test -z "$AM_DEFAULT_VERBOSITY"; then
56 AM_DEFAULT_VERBOSITY=1
57 fi
58 AC_SUBST([AM_DEFAULT_VERBOSITY])
59
60 INTLTOOL_V_MERGE='$(INTLTOOL__v_MERGE_$(V))'
61 INTLTOOL__v_MERGE_='$(INTLTOOL__v_MERGE_$(AM_DEFAULT_VERBOSITY))'
62 INTLTOOL__v_MERGE_0='@echo " ITMRG " [$]@;'
63 AC_SUBST(INTLTOOL_V_MERGE)
64 AC_SUBST(INTLTOOL__v_MERGE_)
65 AC_SUBST(INTLTOOL__v_MERGE_0)
66
67 INTLTOOL_V_MERGE_OPTIONS='$(intltool__v_merge_options_$(V))'
68 intltool__v_merge_options_='$(intltool__v_merge_options_$(AM_DEFAULT_VERBOSITY))'
69 intltool__v_merge_options_0='-q'
70 AC_SUBST(INTLTOOL_V_MERGE_OPTIONS)
71 AC_SUBST(intltool__v_merge_options_)
72 AC_SUBST(intltool__v_merge_options_0)
73
74 INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
75 INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
76 INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
77 INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
78 INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -p $(top_srcdir)/po $< [$]@'
79 INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
80 INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
81 INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
82 INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
83 INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
84 INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
85 if test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge 5000; then
86 INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u --no-translations $< [$]@'
87 else
88 INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)_it_tmp_dir=tmp.intltool.[$][$]RANDOM && mkdir [$][$]_it_tmp_dir && LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u [$][$]_it_tmp_dir $< [$]@ && rmdir [$][$]_it_tmp_dir'
89 fi
90 INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
91 INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
92 INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
93 INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
94 INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
95 INTLTOOL_SERVICE_RULE='%.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
96 INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
97
98 _IT_SUBST(INTLTOOL_DESKTOP_RULE)
99 _IT_SUBST(INTLTOOL_DIRECTORY_RULE)
100 _IT_SUBST(INTLTOOL_KEYS_RULE)
101 _IT_SUBST(INTLTOOL_PROP_RULE)
102 _IT_SUBST(INTLTOOL_OAF_RULE)
103 _IT_SUBST(INTLTOOL_PONG_RULE)
104 _IT_SUBST(INTLTOOL_SERVER_RULE)
105 _IT_SUBST(INTLTOOL_SHEET_RULE)
106 _IT_SUBST(INTLTOOL_SOUNDLIST_RULE)
107 _IT_SUBST(INTLTOOL_UI_RULE)
108 _IT_SUBST(INTLTOOL_XAM_RULE)
109 _IT_SUBST(INTLTOOL_KBD_RULE)
110 _IT_SUBST(INTLTOOL_XML_RULE)
111 _IT_SUBST(INTLTOOL_XML_NOMERGE_RULE)
112 _IT_SUBST(INTLTOOL_CAVES_RULE)
113 _IT_SUBST(INTLTOOL_SCHEMAS_RULE)
114 _IT_SUBST(INTLTOOL_THEME_RULE)
115 _IT_SUBST(INTLTOOL_SERVICE_RULE)
116 _IT_SUBST(INTLTOOL_POLICY_RULE)
117
118 # Check the gettext tools to make sure they are GNU
119 AC_PATH_PROG(XGETTEXT, xgettext)
120 AC_PATH_PROG(MSGMERGE, msgmerge)
121 AC_PATH_PROG(MSGFMT, msgfmt)
122 AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT)
123 if test -z "$XGETTEXT" -o -z "$MSGMERGE" -o -z "$MSGFMT"; then
124 AC_MSG_ERROR([GNU gettext tools not found; required for intltool])
125 fi
126 xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"
127 mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"
128 mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"
129 if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
130 AC_MSG_ERROR([GNU gettext tools not found; required for intltool])
131 fi
132
133 AC_PATH_PROG(INTLTOOL_PERL, perl)
134 if test -z "$INTLTOOL_PERL"; then
135 AC_MSG_ERROR([perl not found])
136 fi
137 AC_MSG_CHECKING([for perl >= 5.8.1])
138 $INTLTOOL_PERL -e "use 5.8.1;" > /dev/null 2>&1
139 if test $? -ne 0; then
140 AC_MSG_ERROR([perl 5.8.1 is required for intltool])
141 else
142 IT_PERL_VERSION=`$INTLTOOL_PERL -e "printf '%vd', $^V"`
143 AC_MSG_RESULT([$IT_PERL_VERSION])
144 fi
145 if test "x$2" != "xno-xml"; then
146 AC_MSG_CHECKING([for XML::Parser])
147 if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
148 AC_MSG_RESULT([ok])
149 else
150 AC_MSG_ERROR([XML::Parser perl module is required for intltool])
151 fi
152 fi
153
154 # Substitute ALL_LINGUAS so we can use it in po/Makefile
155 AC_SUBST(ALL_LINGUAS)
156
157 IT_PO_SUBDIR([po])
158
159 ])
160
161
162 # IT_PO_SUBDIR(DIRNAME)
163 # ---------------------
164 # All po subdirs have to be declared with this macro; the subdir "po" is
165 # declared by IT_PROG_INTLTOOL.
166 #
167 AC_DEFUN([IT_PO_SUBDIR],
168 [AC_PREREQ([2.53])dnl We use ac_top_srcdir inside AC_CONFIG_COMMANDS.
169 dnl
170 dnl The following CONFIG_COMMANDS should be executed at the very end
171 dnl of config.status.
172 AC_CONFIG_COMMANDS_PRE([
173 AC_CONFIG_COMMANDS([$1/stamp-it], [
174 if [ ! grep "^# INTLTOOL_MAKEFILE$" "$1/Makefile.in" > /dev/null ]; then
175 AC_MSG_ERROR([$1/Makefile.in.in was not created by intltoolize.])
176 fi
177 rm -f "$1/stamp-it" "$1/stamp-it.tmp" "$1/POTFILES" "$1/Makefile.tmp"
178 >"$1/stamp-it.tmp"
179 [sed '/^#/d
180 s/^[[].*] *//
181 /^[ ]*$/d
182 '"s|^| $ac_top_srcdir/|" \
183 "$srcdir/$1/POTFILES.in" | sed '$!s/$/ \\/' >"$1/POTFILES"
184 ]
185 [sed '/^POTFILES =/,/[^\\]$/ {
186 /^POTFILES =/!d
187 r $1/POTFILES
188 }
189 ' "$1/Makefile.in" >"$1/Makefile"]
190 rm -f "$1/Makefile.tmp"
191 mv "$1/stamp-it.tmp" "$1/stamp-it"
192 ])
193 ])dnl
194 ])
195
196 # _IT_SUBST(VARIABLE)
197 # -------------------
198 # Abstract macro to do either _AM_SUBST_NOTMAKE or AC_SUBST
199 #
200 AC_DEFUN([_IT_SUBST],
201 [
202 AC_SUBST([$1])
203 m4_ifdef([_AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE([$1])])
204 ]
205 )
206
207 # deprecated macros
208 AU_ALIAS([AC_PROG_INTLTOOL], [IT_PROG_INTLTOOL])
209 # A hint is needed for aclocal from Automake <= 1.9.4:
210 # AC_DEFUN([AC_PROG_INTLTOOL], ...)
211
0 # lib-ld.m4 serial 6
1 dnl Copyright (C) 1996-2003, 2009-2015 Free Software Foundation, Inc.
2 dnl This file is free software; the Free Software Foundation
3 dnl gives unlimited permission to copy and/or distribute it,
4 dnl with or without modifications, as long as this notice is preserved.
5
6 dnl Subroutines of libtool.m4,
7 dnl with replacements s/_*LT_PATH/AC_LIB_PROG/ and s/lt_/acl_/ to avoid
8 dnl collision with libtool.m4.
9
10 dnl From libtool-2.4. Sets the variable with_gnu_ld to yes or no.
11 AC_DEFUN([AC_LIB_PROG_LD_GNU],
12 [AC_CACHE_CHECK([if the linker ($LD) is GNU ld], [acl_cv_prog_gnu_ld],
13 [# I'd rather use --version here, but apparently some GNU lds only accept -v.
14 case `$LD -v 2>&1 </dev/null` in
15 *GNU* | *'with BFD'*)
16 acl_cv_prog_gnu_ld=yes
17 ;;
18 *)
19 acl_cv_prog_gnu_ld=no
20 ;;
21 esac])
22 with_gnu_ld=$acl_cv_prog_gnu_ld
23 ])
24
25 dnl From libtool-2.4. Sets the variable LD.
26 AC_DEFUN([AC_LIB_PROG_LD],
27 [AC_REQUIRE([AC_PROG_CC])dnl
28 AC_REQUIRE([AC_CANONICAL_HOST])dnl
29
30 AC_ARG_WITH([gnu-ld],
31 [AS_HELP_STRING([--with-gnu-ld],
32 [assume the C compiler uses GNU ld [default=no]])],
33 [test "$withval" = no || with_gnu_ld=yes],
34 [with_gnu_ld=no])dnl
35
36 # Prepare PATH_SEPARATOR.
37 # The user is always right.
38 if test "${PATH_SEPARATOR+set}" != set; then
39 # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which
40 # contains only /bin. Note that ksh looks also at the FPATH variable,
41 # so we have to set that as well for the test.
42 PATH_SEPARATOR=:
43 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \
44 && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \
45 || PATH_SEPARATOR=';'
46 }
47 fi
48
49 ac_prog=ld
50 if test "$GCC" = yes; then
51 # Check if gcc -print-prog-name=ld gives a path.
52 AC_MSG_CHECKING([for ld used by $CC])
53 case $host in
54 *-*-mingw*)
55 # gcc leaves a trailing carriage return which upsets mingw
56 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
57 *)
58 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
59 esac
60 case $ac_prog in
61 # Accept absolute paths.
62 [[\\/]]* | ?:[[\\/]]*)
63 re_direlt='/[[^/]][[^/]]*/\.\./'
64 # Canonicalize the pathname of ld
65 ac_prog=`echo "$ac_prog"| sed 's%\\\\%/%g'`
66 while echo "$ac_prog" | grep "$re_direlt" > /dev/null 2>&1; do
67 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
68 done
69 test -z "$LD" && LD="$ac_prog"
70 ;;
71 "")
72 # If it fails, then pretend we aren't using GCC.
73 ac_prog=ld
74 ;;
75 *)
76 # If it is relative, then search for the first ld in PATH.
77 with_gnu_ld=unknown
78 ;;
79 esac
80 elif test "$with_gnu_ld" = yes; then
81 AC_MSG_CHECKING([for GNU ld])
82 else
83 AC_MSG_CHECKING([for non-GNU ld])
84 fi
85 AC_CACHE_VAL([acl_cv_path_LD],
86 [if test -z "$LD"; then
87 acl_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
88 for ac_dir in $PATH; do
89 IFS="$acl_save_ifs"
90 test -z "$ac_dir" && ac_dir=.
91 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
92 acl_cv_path_LD="$ac_dir/$ac_prog"
93 # Check to see if the program is GNU ld. I'd rather use --version,
94 # but apparently some variants of GNU ld only accept -v.
95 # Break only if it was the GNU/non-GNU ld that we prefer.
96 case `"$acl_cv_path_LD" -v 2>&1 </dev/null` in
97 *GNU* | *'with BFD'*)
98 test "$with_gnu_ld" != no && break
99 ;;
100 *)
101 test "$with_gnu_ld" != yes && break
102 ;;
103 esac
104 fi
105 done
106 IFS="$acl_save_ifs"
107 else
108 acl_cv_path_LD="$LD" # Let the user override the test with a path.
109 fi])
110 LD="$acl_cv_path_LD"
111 if test -n "$LD"; then
112 AC_MSG_RESULT([$LD])
113 else
114 AC_MSG_RESULT([no])
115 fi
116 test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
117 AC_LIB_PROG_LD_GNU
118 ])
0 # lib-link.m4 serial 26 (gettext-0.18.2)
1 dnl Copyright (C) 2001-2015 Free Software Foundation, Inc.
2 dnl This file is free software; the Free Software Foundation
3 dnl gives unlimited permission to copy and/or distribute it,
4 dnl with or without modifications, as long as this notice is preserved.
5
6 dnl From Bruno Haible.
7
8 AC_PREREQ([2.54])
9
10 dnl AC_LIB_LINKFLAGS(name [, dependencies]) searches for libname and
11 dnl the libraries corresponding to explicit and implicit dependencies.
12 dnl Sets and AC_SUBSTs the LIB${NAME} and LTLIB${NAME} variables and
13 dnl augments the CPPFLAGS variable.
14 dnl Sets and AC_SUBSTs the LIB${NAME}_PREFIX variable to nonempty if libname
15 dnl was found in ${LIB${NAME}_PREFIX}/$acl_libdirstem.
16 AC_DEFUN([AC_LIB_LINKFLAGS],
17 [
18 AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
19 AC_REQUIRE([AC_LIB_RPATH])
20 pushdef([Name],[m4_translit([$1],[./+-], [____])])
21 pushdef([NAME],[m4_translit([$1],[abcdefghijklmnopqrstuvwxyz./+-],
22 [ABCDEFGHIJKLMNOPQRSTUVWXYZ____])])
23 AC_CACHE_CHECK([how to link with lib[]$1], [ac_cv_lib[]Name[]_libs], [
24 AC_LIB_LINKFLAGS_BODY([$1], [$2])
25 ac_cv_lib[]Name[]_libs="$LIB[]NAME"
26 ac_cv_lib[]Name[]_ltlibs="$LTLIB[]NAME"
27 ac_cv_lib[]Name[]_cppflags="$INC[]NAME"
28 ac_cv_lib[]Name[]_prefix="$LIB[]NAME[]_PREFIX"
29 ])
30 LIB[]NAME="$ac_cv_lib[]Name[]_libs"
31 LTLIB[]NAME="$ac_cv_lib[]Name[]_ltlibs"
32 INC[]NAME="$ac_cv_lib[]Name[]_cppflags"
33 LIB[]NAME[]_PREFIX="$ac_cv_lib[]Name[]_prefix"
34 AC_LIB_APPENDTOVAR([CPPFLAGS], [$INC]NAME)
35 AC_SUBST([LIB]NAME)
36 AC_SUBST([LTLIB]NAME)
37 AC_SUBST([LIB]NAME[_PREFIX])
38 dnl Also set HAVE_LIB[]NAME so that AC_LIB_HAVE_LINKFLAGS can reuse the
39 dnl results of this search when this library appears as a dependency.
40 HAVE_LIB[]NAME=yes
41 popdef([NAME])
42 popdef([Name])
43 ])
44
45 dnl AC_LIB_HAVE_LINKFLAGS(name, dependencies, includes, testcode, [missing-message])
46 dnl searches for libname and the libraries corresponding to explicit and
47 dnl implicit dependencies, together with the specified include files and
48 dnl the ability to compile and link the specified testcode. The missing-message
49 dnl defaults to 'no' and may contain additional hints for the user.
50 dnl If found, it sets and AC_SUBSTs HAVE_LIB${NAME}=yes and the LIB${NAME}
51 dnl and LTLIB${NAME} variables and augments the CPPFLAGS variable, and
52 dnl #defines HAVE_LIB${NAME} to 1. Otherwise, it sets and AC_SUBSTs
53 dnl HAVE_LIB${NAME}=no and LIB${NAME} and LTLIB${NAME} to empty.
54 dnl Sets and AC_SUBSTs the LIB${NAME}_PREFIX variable to nonempty if libname
55 dnl was found in ${LIB${NAME}_PREFIX}/$acl_libdirstem.
56 AC_DEFUN([AC_LIB_HAVE_LINKFLAGS],
57 [
58 AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
59 AC_REQUIRE([AC_LIB_RPATH])
60 pushdef([Name],[m4_translit([$1],[./+-], [____])])
61 pushdef([NAME],[m4_translit([$1],[abcdefghijklmnopqrstuvwxyz./+-],
62 [ABCDEFGHIJKLMNOPQRSTUVWXYZ____])])
63
64 dnl Search for lib[]Name and define LIB[]NAME, LTLIB[]NAME and INC[]NAME
65 dnl accordingly.
66 AC_LIB_LINKFLAGS_BODY([$1], [$2])
67
68 dnl Add $INC[]NAME to CPPFLAGS before performing the following checks,
69 dnl because if the user has installed lib[]Name and not disabled its use
70 dnl via --without-lib[]Name-prefix, he wants to use it.
71 ac_save_CPPFLAGS="$CPPFLAGS"
72 AC_LIB_APPENDTOVAR([CPPFLAGS], [$INC]NAME)
73
74 AC_CACHE_CHECK([for lib[]$1], [ac_cv_lib[]Name], [
75 ac_save_LIBS="$LIBS"
76 dnl If $LIB[]NAME contains some -l options, add it to the end of LIBS,
77 dnl because these -l options might require -L options that are present in
78 dnl LIBS. -l options benefit only from the -L options listed before it.
79 dnl Otherwise, add it to the front of LIBS, because it may be a static
80 dnl library that depends on another static library that is present in LIBS.
81 dnl Static libraries benefit only from the static libraries listed after
82 dnl it.
83 case " $LIB[]NAME" in
84 *" -l"*) LIBS="$LIBS $LIB[]NAME" ;;
85 *) LIBS="$LIB[]NAME $LIBS" ;;
86 esac
87 AC_LINK_IFELSE(
88 [AC_LANG_PROGRAM([[$3]], [[$4]])],
89 [ac_cv_lib[]Name=yes],
90 [ac_cv_lib[]Name='m4_if([$5], [], [no], [[$5]])'])
91 LIBS="$ac_save_LIBS"
92 ])
93 if test "$ac_cv_lib[]Name" = yes; then
94 HAVE_LIB[]NAME=yes
95 AC_DEFINE([HAVE_LIB]NAME, 1, [Define if you have the lib][$1 library.])
96 AC_MSG_CHECKING([how to link with lib[]$1])
97 AC_MSG_RESULT([$LIB[]NAME])
98 else
99 HAVE_LIB[]NAME=no
100 dnl If $LIB[]NAME didn't lead to a usable library, we don't need
101 dnl $INC[]NAME either.
102 CPPFLAGS="$ac_save_CPPFLAGS"
103 LIB[]NAME=
104 LTLIB[]NAME=
105 LIB[]NAME[]_PREFIX=
106 fi
107 AC_SUBST([HAVE_LIB]NAME)
108 AC_SUBST([LIB]NAME)
109 AC_SUBST([LTLIB]NAME)
110 AC_SUBST([LIB]NAME[_PREFIX])
111 popdef([NAME])
112 popdef([Name])
113 ])
114
115 dnl Determine the platform dependent parameters needed to use rpath:
116 dnl acl_libext,
117 dnl acl_shlibext,
118 dnl acl_libname_spec,
119 dnl acl_library_names_spec,
120 dnl acl_hardcode_libdir_flag_spec,
121 dnl acl_hardcode_libdir_separator,
122 dnl acl_hardcode_direct,
123 dnl acl_hardcode_minus_L.
124 AC_DEFUN([AC_LIB_RPATH],
125 [
126 dnl Tell automake >= 1.10 to complain if config.rpath is missing.
127 m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([config.rpath])])
128 AC_REQUIRE([AC_PROG_CC]) dnl we use $CC, $GCC, $LDFLAGS
129 AC_REQUIRE([AC_LIB_PROG_LD]) dnl we use $LD, $with_gnu_ld
130 AC_REQUIRE([AC_CANONICAL_HOST]) dnl we use $host
131 AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT]) dnl we use $ac_aux_dir
132 AC_CACHE_CHECK([for shared library run path origin], [acl_cv_rpath], [
133 CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
134 ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
135 . ./conftest.sh
136 rm -f ./conftest.sh
137 acl_cv_rpath=done
138 ])
139 wl="$acl_cv_wl"
140 acl_libext="$acl_cv_libext"
141 acl_shlibext="$acl_cv_shlibext"
142 acl_libname_spec="$acl_cv_libname_spec"
143 acl_library_names_spec="$acl_cv_library_names_spec"
144 acl_hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
145 acl_hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
146 acl_hardcode_direct="$acl_cv_hardcode_direct"
147 acl_hardcode_minus_L="$acl_cv_hardcode_minus_L"
148 dnl Determine whether the user wants rpath handling at all.
149 AC_ARG_ENABLE([rpath],
150 [ --disable-rpath do not hardcode runtime library paths],
151 :, enable_rpath=yes)
152 ])
153
154 dnl AC_LIB_FROMPACKAGE(name, package)
155 dnl declares that libname comes from the given package. The configure file
156 dnl will then not have a --with-libname-prefix option but a
157 dnl --with-package-prefix option. Several libraries can come from the same
158 dnl package. This declaration must occur before an AC_LIB_LINKFLAGS or similar
159 dnl macro call that searches for libname.
160 AC_DEFUN([AC_LIB_FROMPACKAGE],
161 [
162 pushdef([NAME],[m4_translit([$1],[abcdefghijklmnopqrstuvwxyz./+-],
163 [ABCDEFGHIJKLMNOPQRSTUVWXYZ____])])
164 define([acl_frompackage_]NAME, [$2])
165 popdef([NAME])
166 pushdef([PACK],[$2])
167 pushdef([PACKUP],[m4_translit(PACK,[abcdefghijklmnopqrstuvwxyz./+-],
168 [ABCDEFGHIJKLMNOPQRSTUVWXYZ____])])
169 define([acl_libsinpackage_]PACKUP,
170 m4_ifdef([acl_libsinpackage_]PACKUP, [m4_defn([acl_libsinpackage_]PACKUP)[, ]],)[lib$1])
171 popdef([PACKUP])
172 popdef([PACK])
173 ])
174
175 dnl AC_LIB_LINKFLAGS_BODY(name [, dependencies]) searches for libname and
176 dnl the libraries corresponding to explicit and implicit dependencies.
177 dnl Sets the LIB${NAME}, LTLIB${NAME} and INC${NAME} variables.
178 dnl Also, sets the LIB${NAME}_PREFIX variable to nonempty if libname was found
179 dnl in ${LIB${NAME}_PREFIX}/$acl_libdirstem.
180 AC_DEFUN([AC_LIB_LINKFLAGS_BODY],
181 [
182 AC_REQUIRE([AC_LIB_PREPARE_MULTILIB])
183 pushdef([NAME],[m4_translit([$1],[abcdefghijklmnopqrstuvwxyz./+-],
184 [ABCDEFGHIJKLMNOPQRSTUVWXYZ____])])
185 pushdef([PACK],[m4_ifdef([acl_frompackage_]NAME, [acl_frompackage_]NAME, lib[$1])])
186 pushdef([PACKUP],[m4_translit(PACK,[abcdefghijklmnopqrstuvwxyz./+-],
187 [ABCDEFGHIJKLMNOPQRSTUVWXYZ____])])
188 pushdef([PACKLIBS],[m4_ifdef([acl_frompackage_]NAME, [acl_libsinpackage_]PACKUP, lib[$1])])
189 dnl Autoconf >= 2.61 supports dots in --with options.
190 pushdef([P_A_C_K],[m4_if(m4_version_compare(m4_defn([m4_PACKAGE_VERSION]),[2.61]),[-1],[m4_translit(PACK,[.],[_])],PACK)])
191 dnl By default, look in $includedir and $libdir.
192 use_additional=yes
193 AC_LIB_WITH_FINAL_PREFIX([
194 eval additional_includedir=\"$includedir\"
195 eval additional_libdir=\"$libdir\"
196 ])
197 AC_ARG_WITH(P_A_C_K[-prefix],
198 [[ --with-]]P_A_C_K[[-prefix[=DIR] search for ]PACKLIBS[ in DIR/include and DIR/lib
199 --without-]]P_A_C_K[[-prefix don't search for ]PACKLIBS[ in includedir and libdir]],
200 [
201 if test "X$withval" = "Xno"; then
202 use_additional=no
203 else
204 if test "X$withval" = "X"; then
205 AC_LIB_WITH_FINAL_PREFIX([
206 eval additional_includedir=\"$includedir\"
207 eval additional_libdir=\"$libdir\"
208 ])
209 else
210 additional_includedir="$withval/include"
211 additional_libdir="$withval/$acl_libdirstem"
212 if test "$acl_libdirstem2" != "$acl_libdirstem" \
213 && ! test -d "$withval/$acl_libdirstem"; then
214 additional_libdir="$withval/$acl_libdirstem2"
215 fi
216 fi
217 fi
218 ])
219 dnl Search the library and its dependencies in $additional_libdir and
220 dnl $LDFLAGS. Using breadth-first-seach.
221 LIB[]NAME=
222 LTLIB[]NAME=
223 INC[]NAME=
224 LIB[]NAME[]_PREFIX=
225 dnl HAVE_LIB${NAME} is an indicator that LIB${NAME}, LTLIB${NAME} have been
226 dnl computed. So it has to be reset here.
227 HAVE_LIB[]NAME=
228 rpathdirs=
229 ltrpathdirs=
230 names_already_handled=
231 names_next_round='$1 $2'
232 while test -n "$names_next_round"; do
233 names_this_round="$names_next_round"
234 names_next_round=
235 for name in $names_this_round; do
236 already_handled=
237 for n in $names_already_handled; do
238 if test "$n" = "$name"; then
239 already_handled=yes
240 break
241 fi
242 done
243 if test -z "$already_handled"; then
244 names_already_handled="$names_already_handled $name"
245 dnl See if it was already located by an earlier AC_LIB_LINKFLAGS
246 dnl or AC_LIB_HAVE_LINKFLAGS call.
247 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
248 eval value=\"\$HAVE_LIB$uppername\"
249 if test -n "$value"; then
250 if test "$value" = yes; then
251 eval value=\"\$LIB$uppername\"
252 test -z "$value" || LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$value"
253 eval value=\"\$LTLIB$uppername\"
254 test -z "$value" || LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$value"
255 else
256 dnl An earlier call to AC_LIB_HAVE_LINKFLAGS has determined
257 dnl that this library doesn't exist. So just drop it.
258 :
259 fi
260 else
261 dnl Search the library lib$name in $additional_libdir and $LDFLAGS
262 dnl and the already constructed $LIBNAME/$LTLIBNAME.
263 found_dir=
264 found_la=
265 found_so=
266 found_a=
267 eval libname=\"$acl_libname_spec\" # typically: libname=lib$name
268 if test -n "$acl_shlibext"; then
269 shrext=".$acl_shlibext" # typically: shrext=.so
270 else
271 shrext=
272 fi
273 if test $use_additional = yes; then
274 dir="$additional_libdir"
275 dnl The same code as in the loop below:
276 dnl First look for a shared library.
277 if test -n "$acl_shlibext"; then
278 if test -f "$dir/$libname$shrext"; then
279 found_dir="$dir"
280 found_so="$dir/$libname$shrext"
281 else
282 if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
283 ver=`(cd "$dir" && \
284 for f in "$libname$shrext".*; do echo "$f"; done \
285 | sed -e "s,^$libname$shrext\\\\.,," \
286 | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
287 | sed 1q ) 2>/dev/null`
288 if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
289 found_dir="$dir"
290 found_so="$dir/$libname$shrext.$ver"
291 fi
292 else
293 eval library_names=\"$acl_library_names_spec\"
294 for f in $library_names; do
295 if test -f "$dir/$f"; then
296 found_dir="$dir"
297 found_so="$dir/$f"
298 break
299 fi
300 done
301 fi
302 fi
303 fi
304 dnl Then look for a static library.
305 if test "X$found_dir" = "X"; then
306 if test -f "$dir/$libname.$acl_libext"; then
307 found_dir="$dir"
308 found_a="$dir/$libname.$acl_libext"
309 fi
310 fi
311 if test "X$found_dir" != "X"; then
312 if test -f "$dir/$libname.la"; then
313 found_la="$dir/$libname.la"
314 fi
315 fi
316 fi
317 if test "X$found_dir" = "X"; then
318 for x in $LDFLAGS $LTLIB[]NAME; do
319 AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
320 case "$x" in
321 -L*)
322 dir=`echo "X$x" | sed -e 's/^X-L//'`
323 dnl First look for a shared library.
324 if test -n "$acl_shlibext"; then
325 if test -f "$dir/$libname$shrext"; then
326 found_dir="$dir"
327 found_so="$dir/$libname$shrext"
328 else
329 if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
330 ver=`(cd "$dir" && \
331 for f in "$libname$shrext".*; do echo "$f"; done \
332 | sed -e "s,^$libname$shrext\\\\.,," \
333 | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
334 | sed 1q ) 2>/dev/null`
335 if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
336 found_dir="$dir"
337 found_so="$dir/$libname$shrext.$ver"
338 fi
339 else
340 eval library_names=\"$acl_library_names_spec\"
341 for f in $library_names; do
342 if test -f "$dir/$f"; then
343 found_dir="$dir"
344 found_so="$dir/$f"
345 break
346 fi
347 done
348 fi
349 fi
350 fi
351 dnl Then look for a static library.
352 if test "X$found_dir" = "X"; then
353 if test -f "$dir/$libname.$acl_libext"; then
354 found_dir="$dir"
355 found_a="$dir/$libname.$acl_libext"
356 fi
357 fi
358 if test "X$found_dir" != "X"; then
359 if test -f "$dir/$libname.la"; then
360 found_la="$dir/$libname.la"
361 fi
362 fi
363 ;;
364 esac
365 if test "X$found_dir" != "X"; then
366 break
367 fi
368 done
369 fi
370 if test "X$found_dir" != "X"; then
371 dnl Found the library.
372 LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$found_dir -l$name"
373 if test "X$found_so" != "X"; then
374 dnl Linking with a shared library. We attempt to hardcode its
375 dnl directory into the executable's runpath, unless it's the
376 dnl standard /usr/lib.
377 if test "$enable_rpath" = no \
378 || test "X$found_dir" = "X/usr/$acl_libdirstem" \
379 || test "X$found_dir" = "X/usr/$acl_libdirstem2"; then
380 dnl No hardcoding is needed.
381 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so"
382 else
383 dnl Use an explicit option to hardcode DIR into the resulting
384 dnl binary.
385 dnl Potentially add DIR to ltrpathdirs.
386 dnl The ltrpathdirs will be appended to $LTLIBNAME at the end.
387 haveit=
388 for x in $ltrpathdirs; do
389 if test "X$x" = "X$found_dir"; then
390 haveit=yes
391 break
392 fi
393 done
394 if test -z "$haveit"; then
395 ltrpathdirs="$ltrpathdirs $found_dir"
396 fi
397 dnl The hardcoding into $LIBNAME is system dependent.
398 if test "$acl_hardcode_direct" = yes; then
399 dnl Using DIR/libNAME.so during linking hardcodes DIR into the
400 dnl resulting binary.
401 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so"
402 else
403 if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then
404 dnl Use an explicit option to hardcode DIR into the resulting
405 dnl binary.
406 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so"
407 dnl Potentially add DIR to rpathdirs.
408 dnl The rpathdirs will be appended to $LIBNAME at the end.
409 haveit=
410 for x in $rpathdirs; do
411 if test "X$x" = "X$found_dir"; then
412 haveit=yes
413 break
414 fi
415 done
416 if test -z "$haveit"; then
417 rpathdirs="$rpathdirs $found_dir"
418 fi
419 else
420 dnl Rely on "-L$found_dir".
421 dnl But don't add it if it's already contained in the LDFLAGS
422 dnl or the already constructed $LIBNAME
423 haveit=
424 for x in $LDFLAGS $LIB[]NAME; do
425 AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
426 if test "X$x" = "X-L$found_dir"; then
427 haveit=yes
428 break
429 fi
430 done
431 if test -z "$haveit"; then
432 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir"
433 fi
434 if test "$acl_hardcode_minus_L" != no; then
435 dnl FIXME: Not sure whether we should use
436 dnl "-L$found_dir -l$name" or "-L$found_dir $found_so"
437 dnl here.
438 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so"
439 else
440 dnl We cannot use $acl_hardcode_runpath_var and LD_RUN_PATH
441 dnl here, because this doesn't fit in flags passed to the
442 dnl compiler. So give up. No hardcoding. This affects only
443 dnl very old systems.
444 dnl FIXME: Not sure whether we should use
445 dnl "-L$found_dir -l$name" or "-L$found_dir $found_so"
446 dnl here.
447 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name"
448 fi
449 fi
450 fi
451 fi
452 else
453 if test "X$found_a" != "X"; then
454 dnl Linking with a static library.
455 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_a"
456 else
457 dnl We shouldn't come here, but anyway it's good to have a
458 dnl fallback.
459 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir -l$name"
460 fi
461 fi
462 dnl Assume the include files are nearby.
463 additional_includedir=
464 case "$found_dir" in
465 */$acl_libdirstem | */$acl_libdirstem/)
466 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
467 if test "$name" = '$1'; then
468 LIB[]NAME[]_PREFIX="$basedir"
469 fi
470 additional_includedir="$basedir/include"
471 ;;
472 */$acl_libdirstem2 | */$acl_libdirstem2/)
473 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
474 if test "$name" = '$1'; then
475 LIB[]NAME[]_PREFIX="$basedir"
476 fi
477 additional_includedir="$basedir/include"
478 ;;
479 esac
480 if test "X$additional_includedir" != "X"; then
481 dnl Potentially add $additional_includedir to $INCNAME.
482 dnl But don't add it
483 dnl 1. if it's the standard /usr/include,
484 dnl 2. if it's /usr/local/include and we are using GCC on Linux,
485 dnl 3. if it's already present in $CPPFLAGS or the already
486 dnl constructed $INCNAME,
487 dnl 4. if it doesn't exist as a directory.
488 if test "X$additional_includedir" != "X/usr/include"; then
489 haveit=
490 if test "X$additional_includedir" = "X/usr/local/include"; then
491 if test -n "$GCC"; then
492 case $host_os in
493 linux* | gnu* | k*bsd*-gnu) haveit=yes;;
494 esac
495 fi
496 fi
497 if test -z "$haveit"; then
498 for x in $CPPFLAGS $INC[]NAME; do
499 AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
500 if test "X$x" = "X-I$additional_includedir"; then
501 haveit=yes
502 break
503 fi
504 done
505 if test -z "$haveit"; then
506 if test -d "$additional_includedir"; then
507 dnl Really add $additional_includedir to $INCNAME.
508 INC[]NAME="${INC[]NAME}${INC[]NAME:+ }-I$additional_includedir"
509 fi
510 fi
511 fi
512 fi
513 fi
514 dnl Look for dependencies.
515 if test -n "$found_la"; then
516 dnl Read the .la file. It defines the variables
517 dnl dlname, library_names, old_library, dependency_libs, current,
518 dnl age, revision, installed, dlopen, dlpreopen, libdir.
519 save_libdir="$libdir"
520 case "$found_la" in
521 */* | *\\*) . "$found_la" ;;
522 *) . "./$found_la" ;;
523 esac
524 libdir="$save_libdir"
525 dnl We use only dependency_libs.
526 for dep in $dependency_libs; do
527 case "$dep" in
528 -L*)
529 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
530 dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
531 dnl But don't add it
532 dnl 1. if it's the standard /usr/lib,
533 dnl 2. if it's /usr/local/lib and we are using GCC on Linux,
534 dnl 3. if it's already present in $LDFLAGS or the already
535 dnl constructed $LIBNAME,
536 dnl 4. if it doesn't exist as a directory.
537 if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
538 && test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then
539 haveit=
540 if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \
541 || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then
542 if test -n "$GCC"; then
543 case $host_os in
544 linux* | gnu* | k*bsd*-gnu) haveit=yes;;
545 esac
546 fi
547 fi
548 if test -z "$haveit"; then
549 haveit=
550 for x in $LDFLAGS $LIB[]NAME; do
551 AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
552 if test "X$x" = "X-L$additional_libdir"; then
553 haveit=yes
554 break
555 fi
556 done
557 if test -z "$haveit"; then
558 if test -d "$additional_libdir"; then
559 dnl Really add $additional_libdir to $LIBNAME.
560 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$additional_libdir"
561 fi
562 fi
563 haveit=
564 for x in $LDFLAGS $LTLIB[]NAME; do
565 AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
566 if test "X$x" = "X-L$additional_libdir"; then
567 haveit=yes
568 break
569 fi
570 done
571 if test -z "$haveit"; then
572 if test -d "$additional_libdir"; then
573 dnl Really add $additional_libdir to $LTLIBNAME.
574 LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$additional_libdir"
575 fi
576 fi
577 fi
578 fi
579 ;;
580 -R*)
581 dir=`echo "X$dep" | sed -e 's/^X-R//'`
582 if test "$enable_rpath" != no; then
583 dnl Potentially add DIR to rpathdirs.
584 dnl The rpathdirs will be appended to $LIBNAME at the end.
585 haveit=
586 for x in $rpathdirs; do
587 if test "X$x" = "X$dir"; then
588 haveit=yes
589 break
590 fi
591 done
592 if test -z "$haveit"; then
593 rpathdirs="$rpathdirs $dir"
594 fi
595 dnl Potentially add DIR to ltrpathdirs.
596 dnl The ltrpathdirs will be appended to $LTLIBNAME at the end.
597 haveit=
598 for x in $ltrpathdirs; do
599 if test "X$x" = "X$dir"; then
600 haveit=yes
601 break
602 fi
603 done
604 if test -z "$haveit"; then
605 ltrpathdirs="$ltrpathdirs $dir"
606 fi
607 fi
608 ;;
609 -l*)
610 dnl Handle this in the next round.
611 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
612 ;;
613 *.la)
614 dnl Handle this in the next round. Throw away the .la's
615 dnl directory; it is already contained in a preceding -L
616 dnl option.
617 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
618 ;;
619 *)
620 dnl Most likely an immediate library name.
621 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$dep"
622 LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$dep"
623 ;;
624 esac
625 done
626 fi
627 else
628 dnl Didn't find the library; assume it is in the system directories
629 dnl known to the linker and runtime loader. (All the system
630 dnl directories known to the linker should also be known to the
631 dnl runtime loader, otherwise the system is severely misconfigured.)
632 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name"
633 LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-l$name"
634 fi
635 fi
636 fi
637 done
638 done
639 if test "X$rpathdirs" != "X"; then
640 if test -n "$acl_hardcode_libdir_separator"; then
641 dnl Weird platform: only the last -rpath option counts, the user must
642 dnl pass all path elements in one option. We can arrange that for a
643 dnl single library, but not when more than one $LIBNAMEs are used.
644 alldirs=
645 for found_dir in $rpathdirs; do
646 alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir"
647 done
648 dnl Note: acl_hardcode_libdir_flag_spec uses $libdir and $wl.
649 acl_save_libdir="$libdir"
650 libdir="$alldirs"
651 eval flag=\"$acl_hardcode_libdir_flag_spec\"
652 libdir="$acl_save_libdir"
653 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag"
654 else
655 dnl The -rpath options are cumulative.
656 for found_dir in $rpathdirs; do
657 acl_save_libdir="$libdir"
658 libdir="$found_dir"
659 eval flag=\"$acl_hardcode_libdir_flag_spec\"
660 libdir="$acl_save_libdir"
661 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag"
662 done
663 fi
664 fi
665 if test "X$ltrpathdirs" != "X"; then
666 dnl When using libtool, the option that works for both libraries and
667 dnl executables is -R. The -R options are cumulative.
668 for found_dir in $ltrpathdirs; do
669 LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-R$found_dir"
670 done
671 fi
672 popdef([P_A_C_K])
673 popdef([PACKLIBS])
674 popdef([PACKUP])
675 popdef([PACK])
676 popdef([NAME])
677 ])
678
679 dnl AC_LIB_APPENDTOVAR(VAR, CONTENTS) appends the elements of CONTENTS to VAR,
680 dnl unless already present in VAR.
681 dnl Works only for CPPFLAGS, not for LIB* variables because that sometimes
682 dnl contains two or three consecutive elements that belong together.
683 AC_DEFUN([AC_LIB_APPENDTOVAR],
684 [
685 for element in [$2]; do
686 haveit=
687 for x in $[$1]; do
688 AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
689 if test "X$x" = "X$element"; then
690 haveit=yes
691 break
692 fi
693 done
694 if test -z "$haveit"; then
695 [$1]="${[$1]}${[$1]:+ }$element"
696 fi
697 done
698 ])
699
700 dnl For those cases where a variable contains several -L and -l options
701 dnl referring to unknown libraries and directories, this macro determines the
702 dnl necessary additional linker options for the runtime path.
703 dnl AC_LIB_LINKFLAGS_FROM_LIBS([LDADDVAR], [LIBSVALUE], [USE-LIBTOOL])
704 dnl sets LDADDVAR to linker options needed together with LIBSVALUE.
705 dnl If USE-LIBTOOL evaluates to non-empty, linking with libtool is assumed,
706 dnl otherwise linking without libtool is assumed.
707 AC_DEFUN([AC_LIB_LINKFLAGS_FROM_LIBS],
708 [
709 AC_REQUIRE([AC_LIB_RPATH])
710 AC_REQUIRE([AC_LIB_PREPARE_MULTILIB])
711 $1=
712 if test "$enable_rpath" != no; then
713 if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then
714 dnl Use an explicit option to hardcode directories into the resulting
715 dnl binary.
716 rpathdirs=
717 next=
718 for opt in $2; do
719 if test -n "$next"; then
720 dir="$next"
721 dnl No need to hardcode the standard /usr/lib.
722 if test "X$dir" != "X/usr/$acl_libdirstem" \
723 && test "X$dir" != "X/usr/$acl_libdirstem2"; then
724 rpathdirs="$rpathdirs $dir"
725 fi
726 next=
727 else
728 case $opt in
729 -L) next=yes ;;
730 -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'`
731 dnl No need to hardcode the standard /usr/lib.
732 if test "X$dir" != "X/usr/$acl_libdirstem" \
733 && test "X$dir" != "X/usr/$acl_libdirstem2"; then
734 rpathdirs="$rpathdirs $dir"
735 fi
736 next= ;;
737 *) next= ;;
738 esac
739 fi
740 done
741 if test "X$rpathdirs" != "X"; then
742 if test -n ""$3""; then
743 dnl libtool is used for linking. Use -R options.
744 for dir in $rpathdirs; do
745 $1="${$1}${$1:+ }-R$dir"
746 done
747 else
748 dnl The linker is used for linking directly.
749 if test -n "$acl_hardcode_libdir_separator"; then
750 dnl Weird platform: only the last -rpath option counts, the user
751 dnl must pass all path elements in one option.
752 alldirs=
753 for dir in $rpathdirs; do
754 alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$dir"
755 done
756 acl_save_libdir="$libdir"
757 libdir="$alldirs"
758 eval flag=\"$acl_hardcode_libdir_flag_spec\"
759 libdir="$acl_save_libdir"
760 $1="$flag"
761 else
762 dnl The -rpath options are cumulative.
763 for dir in $rpathdirs; do
764 acl_save_libdir="$libdir"
765 libdir="$dir"
766 eval flag=\"$acl_hardcode_libdir_flag_spec\"
767 libdir="$acl_save_libdir"
768 $1="${$1}${$1:+ }$flag"
769 done
770 fi
771 fi
772 fi
773 fi
774 fi
775 AC_SUBST([$1])
776 ])
0 # lib-prefix.m4 serial 7 (gettext-0.18)
1 dnl Copyright (C) 2001-2005, 2008-2015 Free Software Foundation, Inc.
2 dnl This file is free software; the Free Software Foundation
3 dnl gives unlimited permission to copy and/or distribute it,
4 dnl with or without modifications, as long as this notice is preserved.
5
6 dnl From Bruno Haible.
7
8 dnl AC_LIB_ARG_WITH is synonymous to AC_ARG_WITH in autoconf-2.13, and
9 dnl similar to AC_ARG_WITH in autoconf 2.52...2.57 except that is doesn't
10 dnl require excessive bracketing.
11 ifdef([AC_HELP_STRING],
12 [AC_DEFUN([AC_LIB_ARG_WITH], [AC_ARG_WITH([$1],[[$2]],[$3],[$4])])],
13 [AC_DEFUN([AC_][LIB_ARG_WITH], [AC_ARG_WITH([$1],[$2],[$3],[$4])])])
14
15 dnl AC_LIB_PREFIX adds to the CPPFLAGS and LDFLAGS the flags that are needed
16 dnl to access previously installed libraries. The basic assumption is that
17 dnl a user will want packages to use other packages he previously installed
18 dnl with the same --prefix option.
19 dnl This macro is not needed if only AC_LIB_LINKFLAGS is used to locate
20 dnl libraries, but is otherwise very convenient.
21 AC_DEFUN([AC_LIB_PREFIX],
22 [
23 AC_BEFORE([$0], [AC_LIB_LINKFLAGS])
24 AC_REQUIRE([AC_PROG_CC])
25 AC_REQUIRE([AC_CANONICAL_HOST])
26 AC_REQUIRE([AC_LIB_PREPARE_MULTILIB])
27 AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
28 dnl By default, look in $includedir and $libdir.
29 use_additional=yes
30 AC_LIB_WITH_FINAL_PREFIX([
31 eval additional_includedir=\"$includedir\"
32 eval additional_libdir=\"$libdir\"
33 ])
34 AC_LIB_ARG_WITH([lib-prefix],
35 [ --with-lib-prefix[=DIR] search for libraries in DIR/include and DIR/lib
36 --without-lib-prefix don't search for libraries in includedir and libdir],
37 [
38 if test "X$withval" = "Xno"; then
39 use_additional=no
40 else
41 if test "X$withval" = "X"; then
42 AC_LIB_WITH_FINAL_PREFIX([
43 eval additional_includedir=\"$includedir\"
44 eval additional_libdir=\"$libdir\"
45 ])
46 else
47 additional_includedir="$withval/include"
48 additional_libdir="$withval/$acl_libdirstem"
49 fi
50 fi
51 ])
52 if test $use_additional = yes; then
53 dnl Potentially add $additional_includedir to $CPPFLAGS.
54 dnl But don't add it
55 dnl 1. if it's the standard /usr/include,
56 dnl 2. if it's already present in $CPPFLAGS,
57 dnl 3. if it's /usr/local/include and we are using GCC on Linux,
58 dnl 4. if it doesn't exist as a directory.
59 if test "X$additional_includedir" != "X/usr/include"; then
60 haveit=
61 for x in $CPPFLAGS; do
62 AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
63 if test "X$x" = "X-I$additional_includedir"; then
64 haveit=yes
65 break
66 fi
67 done
68 if test -z "$haveit"; then
69 if test "X$additional_includedir" = "X/usr/local/include"; then
70 if test -n "$GCC"; then
71 case $host_os in
72 linux* | gnu* | k*bsd*-gnu) haveit=yes;;
73 esac
74 fi
75 fi
76 if test -z "$haveit"; then
77 if test -d "$additional_includedir"; then
78 dnl Really add $additional_includedir to $CPPFLAGS.
79 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }-I$additional_includedir"
80 fi
81 fi
82 fi
83 fi
84 dnl Potentially add $additional_libdir to $LDFLAGS.
85 dnl But don't add it
86 dnl 1. if it's the standard /usr/lib,
87 dnl 2. if it's already present in $LDFLAGS,
88 dnl 3. if it's /usr/local/lib and we are using GCC on Linux,
89 dnl 4. if it doesn't exist as a directory.
90 if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then
91 haveit=
92 for x in $LDFLAGS; do
93 AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
94 if test "X$x" = "X-L$additional_libdir"; then
95 haveit=yes
96 break
97 fi
98 done
99 if test -z "$haveit"; then
100 if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem"; then
101 if test -n "$GCC"; then
102 case $host_os in
103 linux*) haveit=yes;;
104 esac
105 fi
106 fi
107 if test -z "$haveit"; then
108 if test -d "$additional_libdir"; then
109 dnl Really add $additional_libdir to $LDFLAGS.
110 LDFLAGS="${LDFLAGS}${LDFLAGS:+ }-L$additional_libdir"
111 fi
112 fi
113 fi
114 fi
115 fi
116 ])
117
118 dnl AC_LIB_PREPARE_PREFIX creates variables acl_final_prefix,
119 dnl acl_final_exec_prefix, containing the values to which $prefix and
120 dnl $exec_prefix will expand at the end of the configure script.
121 AC_DEFUN([AC_LIB_PREPARE_PREFIX],
122 [
123 dnl Unfortunately, prefix and exec_prefix get only finally determined
124 dnl at the end of configure.
125 if test "X$prefix" = "XNONE"; then
126 acl_final_prefix="$ac_default_prefix"
127 else
128 acl_final_prefix="$prefix"
129 fi
130 if test "X$exec_prefix" = "XNONE"; then
131 acl_final_exec_prefix='${prefix}'
132 else
133 acl_final_exec_prefix="$exec_prefix"
134 fi
135 acl_save_prefix="$prefix"
136 prefix="$acl_final_prefix"
137 eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
138 prefix="$acl_save_prefix"
139 ])
140
141 dnl AC_LIB_WITH_FINAL_PREFIX([statement]) evaluates statement, with the
142 dnl variables prefix and exec_prefix bound to the values they will have
143 dnl at the end of the configure script.
144 AC_DEFUN([AC_LIB_WITH_FINAL_PREFIX],
145 [
146 acl_save_prefix="$prefix"
147 prefix="$acl_final_prefix"
148 acl_save_exec_prefix="$exec_prefix"
149 exec_prefix="$acl_final_exec_prefix"
150 $1
151 exec_prefix="$acl_save_exec_prefix"
152 prefix="$acl_save_prefix"
153 ])
154
155 dnl AC_LIB_PREPARE_MULTILIB creates
156 dnl - a variable acl_libdirstem, containing the basename of the libdir, either
157 dnl "lib" or "lib64" or "lib/64",
158 dnl - a variable acl_libdirstem2, as a secondary possible value for
159 dnl acl_libdirstem, either the same as acl_libdirstem or "lib/sparcv9" or
160 dnl "lib/amd64".
161 AC_DEFUN([AC_LIB_PREPARE_MULTILIB],
162 [
163 dnl There is no formal standard regarding lib and lib64.
164 dnl On glibc systems, the current practice is that on a system supporting
165 dnl 32-bit and 64-bit instruction sets or ABIs, 64-bit libraries go under
166 dnl $prefix/lib64 and 32-bit libraries go under $prefix/lib. We determine
167 dnl the compiler's default mode by looking at the compiler's library search
168 dnl path. If at least one of its elements ends in /lib64 or points to a
169 dnl directory whose absolute pathname ends in /lib64, we assume a 64-bit ABI.
170 dnl Otherwise we use the default, namely "lib".
171 dnl On Solaris systems, the current practice is that on a system supporting
172 dnl 32-bit and 64-bit instruction sets or ABIs, 64-bit libraries go under
173 dnl $prefix/lib/64 (which is a symlink to either $prefix/lib/sparcv9 or
174 dnl $prefix/lib/amd64) and 32-bit libraries go under $prefix/lib.
175 AC_REQUIRE([AC_CANONICAL_HOST])
176 acl_libdirstem=lib
177 acl_libdirstem2=
178 case "$host_os" in
179 solaris*)
180 dnl See Solaris 10 Software Developer Collection > Solaris 64-bit Developer's Guide > The Development Environment
181 dnl <http://docs.sun.com/app/docs/doc/816-5138/dev-env?l=en&a=view>.
182 dnl "Portable Makefiles should refer to any library directories using the 64 symbolic link."
183 dnl But we want to recognize the sparcv9 or amd64 subdirectory also if the
184 dnl symlink is missing, so we set acl_libdirstem2 too.
185 AC_CACHE_CHECK([for 64-bit host], [gl_cv_solaris_64bit],
186 [AC_EGREP_CPP([sixtyfour bits], [
187 #ifdef _LP64
188 sixtyfour bits
189 #endif
190 ], [gl_cv_solaris_64bit=yes], [gl_cv_solaris_64bit=no])
191 ])
192 if test $gl_cv_solaris_64bit = yes; then
193 acl_libdirstem=lib/64
194 case "$host_cpu" in
195 sparc*) acl_libdirstem2=lib/sparcv9 ;;
196 i*86 | x86_64) acl_libdirstem2=lib/amd64 ;;
197 esac
198 fi
199 ;;
200 *)
201 searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
202 if test -n "$searchpath"; then
203 acl_save_IFS="${IFS= }"; IFS=":"
204 for searchdir in $searchpath; do
205 if test -d "$searchdir"; then
206 case "$searchdir" in
207 */lib64/ | */lib64 ) acl_libdirstem=lib64 ;;
208 */../ | */.. )
209 # Better ignore directories of this form. They are misleading.
210 ;;
211 *) searchdir=`cd "$searchdir" && pwd`
212 case "$searchdir" in
213 */lib64 ) acl_libdirstem=lib64 ;;
214 esac ;;
215 esac
216 fi
217 done
218 IFS="$acl_save_IFS"
219 fi
220 ;;
221 esac
222 test -n "$acl_libdirstem2" || acl_libdirstem2="$acl_libdirstem"
223 ])
0 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
1 #
2 # Copyright (C) 1996-2001, 2003-2015 Free Software Foundation, Inc.
3 # Written by Gordon Matzigkeit, 1996
4 #
5 # This file is free software; the Free Software Foundation gives
6 # unlimited permission to copy and/or distribute it, with or without
7 # modifications, as long as this notice is preserved.
8
9 m4_define([_LT_COPYING], [dnl
10 # Copyright (C) 2014 Free Software Foundation, Inc.
11 # This is free software; see the source for copying conditions. There is NO
12 # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
13
14 # GNU Libtool is free software; you can redistribute it and/or modify
15 # it under the terms of the GNU General Public License as published by
16 # the Free Software Foundation; either version 2 of of the License, or
17 # (at your option) any later version.
18 #
19 # As a special exception to the GNU General Public License, if you
20 # distribute this file as part of a program or library that is built
21 # using GNU Libtool, you may include this file under the same
22 # distribution terms that you use for the rest of that program.
23 #
24 # GNU Libtool is distributed in the hope that it will be useful, but
25 # WITHOUT ANY WARRANTY; without even the implied warranty of
26 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27 # GNU General Public License for more details.
28 #
29 # You should have received a copy of the GNU General Public License
30 # along with this program. If not, see <http://www.gnu.org/licenses/>.
31 ])
32
33 # serial 58 LT_INIT
34
35
36 # LT_PREREQ(VERSION)
37 # ------------------
38 # Complain and exit if this libtool version is less that VERSION.
39 m4_defun([LT_PREREQ],
40 [m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1,
41 [m4_default([$3],
42 [m4_fatal([Libtool version $1 or higher is required],
43 63)])],
44 [$2])])
45
46
47 # _LT_CHECK_BUILDDIR
48 # ------------------
49 # Complain if the absolute build directory name contains unusual characters
50 m4_defun([_LT_CHECK_BUILDDIR],
51 [case `pwd` in
52 *\ * | *\ *)
53 AC_MSG_WARN([Libtool does not cope well with whitespace in `pwd`]) ;;
54 esac
55 ])
56
57
58 # LT_INIT([OPTIONS])
59 # ------------------
60 AC_DEFUN([LT_INIT],
61 [AC_PREREQ([2.62])dnl We use AC_PATH_PROGS_FEATURE_CHECK
62 AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
63 AC_BEFORE([$0], [LT_LANG])dnl
64 AC_BEFORE([$0], [LT_OUTPUT])dnl
65 AC_BEFORE([$0], [LTDL_INIT])dnl
66 m4_require([_LT_CHECK_BUILDDIR])dnl
67
68 dnl Autoconf doesn't catch unexpanded LT_ macros by default:
69 m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl
70 m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl
71 dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4
72 dnl unless we require an AC_DEFUNed macro:
73 AC_REQUIRE([LTOPTIONS_VERSION])dnl
74 AC_REQUIRE([LTSUGAR_VERSION])dnl
75 AC_REQUIRE([LTVERSION_VERSION])dnl
76 AC_REQUIRE([LTOBSOLETE_VERSION])dnl
77 m4_require([_LT_PROG_LTMAIN])dnl
78
79 _LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}])
80
81 dnl Parse OPTIONS
82 _LT_SET_OPTIONS([$0], [$1])
83
84 # This can be used to rebuild libtool when needed
85 LIBTOOL_DEPS=$ltmain
86
87 # Always use our own libtool.
88 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
89 AC_SUBST(LIBTOOL)dnl
90
91 _LT_SETUP
92
93 # Only expand once:
94 m4_define([LT_INIT])
95 ])# LT_INIT
96
97 # Old names:
98 AU_ALIAS([AC_PROG_LIBTOOL], [LT_INIT])
99 AU_ALIAS([AM_PROG_LIBTOOL], [LT_INIT])
100 dnl aclocal-1.4 backwards compatibility:
101 dnl AC_DEFUN([AC_PROG_LIBTOOL], [])
102 dnl AC_DEFUN([AM_PROG_LIBTOOL], [])
103
104
105 # _LT_PREPARE_CC_BASENAME
106 # -----------------------
107 m4_defun([_LT_PREPARE_CC_BASENAME], [
108 # Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
109 func_cc_basename ()
110 {
111 for cc_temp in @S|@*""; do
112 case $cc_temp in
113 compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;;
114 distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;;
115 \-*) ;;
116 *) break;;
117 esac
118 done
119 func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
120 }
121 ])# _LT_PREPARE_CC_BASENAME
122
123
124 # _LT_CC_BASENAME(CC)
125 # -------------------
126 # It would be clearer to call AC_REQUIREs from _LT_PREPARE_CC_BASENAME,
127 # but that macro is also expanded into generated libtool script, which
128 # arranges for $SED and $ECHO to be set by different means.
129 m4_defun([_LT_CC_BASENAME],
130 [m4_require([_LT_PREPARE_CC_BASENAME])dnl
131 AC_REQUIRE([_LT_DECL_SED])dnl
132 AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])dnl
133 func_cc_basename $1
134 cc_basename=$func_cc_basename_result
135 ])
136
137
138 # _LT_FILEUTILS_DEFAULTS
139 # ----------------------
140 # It is okay to use these file commands and assume they have been set
141 # sensibly after 'm4_require([_LT_FILEUTILS_DEFAULTS])'.
142 m4_defun([_LT_FILEUTILS_DEFAULTS],
143 [: ${CP="cp -f"}
144 : ${MV="mv -f"}
145 : ${RM="rm -f"}
146 ])# _LT_FILEUTILS_DEFAULTS
147
148
149 # _LT_SETUP
150 # ---------
151 m4_defun([_LT_SETUP],
152 [AC_REQUIRE([AC_CANONICAL_HOST])dnl
153 AC_REQUIRE([AC_CANONICAL_BUILD])dnl
154 AC_REQUIRE([_LT_PREPARE_SED_QUOTE_VARS])dnl
155 AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])dnl
156
157 _LT_DECL([], [PATH_SEPARATOR], [1], [The PATH separator for the build system])dnl
158 dnl
159 _LT_DECL([], [host_alias], [0], [The host system])dnl
160 _LT_DECL([], [host], [0])dnl
161 _LT_DECL([], [host_os], [0])dnl
162 dnl
163 _LT_DECL([], [build_alias], [0], [The build system])dnl
164 _LT_DECL([], [build], [0])dnl
165 _LT_DECL([], [build_os], [0])dnl
166 dnl
167 AC_REQUIRE([AC_PROG_CC])dnl
168 AC_REQUIRE([LT_PATH_LD])dnl
169 AC_REQUIRE([LT_PATH_NM])dnl
170 dnl
171 AC_REQUIRE([AC_PROG_LN_S])dnl
172 test -z "$LN_S" && LN_S="ln -s"
173 _LT_DECL([], [LN_S], [1], [Whether we need soft or hard links])dnl
174 dnl
175 AC_REQUIRE([LT_CMD_MAX_LEN])dnl
176 _LT_DECL([objext], [ac_objext], [0], [Object file suffix (normally "o")])dnl
177 _LT_DECL([], [exeext], [0], [Executable file suffix (normally "")])dnl
178 dnl
179 m4_require([_LT_FILEUTILS_DEFAULTS])dnl
180 m4_require([_LT_CHECK_SHELL_FEATURES])dnl
181 m4_require([_LT_PATH_CONVERSION_FUNCTIONS])dnl
182 m4_require([_LT_CMD_RELOAD])dnl
183 m4_require([_LT_CHECK_MAGIC_METHOD])dnl
184 m4_require([_LT_CHECK_SHAREDLIB_FROM_LINKLIB])dnl
185 m4_require([_LT_CMD_OLD_ARCHIVE])dnl
186 m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl
187 m4_require([_LT_WITH_SYSROOT])dnl
188 m4_require([_LT_CMD_TRUNCATE])dnl
189
190 _LT_CONFIG_LIBTOOL_INIT([
191 # See if we are running on zsh, and set the options that allow our
192 # commands through without removal of \ escapes INIT.
193 if test -n "\${ZSH_VERSION+set}"; then
194 setopt NO_GLOB_SUBST
195 fi
196 ])
197 if test -n "${ZSH_VERSION+set}"; then
198 setopt NO_GLOB_SUBST
199 fi
200
201 _LT_CHECK_OBJDIR
202
203 m4_require([_LT_TAG_COMPILER])dnl
204
205 case $host_os in
206 aix3*)
207 # AIX sometimes has problems with the GCC collect2 program. For some
208 # reason, if we set the COLLECT_NAMES environment variable, the problems
209 # vanish in a puff of smoke.
210 if test set != "${COLLECT_NAMES+set}"; then
211 COLLECT_NAMES=
212 export COLLECT_NAMES
213 fi
214 ;;
215 esac
216
217 # Global variables:
218 ofile=libtool
219 can_build_shared=yes
220
221 # All known linkers require a '.a' archive for static linking (except MSVC,
222 # which needs '.lib').
223 libext=a
224
225 with_gnu_ld=$lt_cv_prog_gnu_ld
226
227 old_CC=$CC
228 old_CFLAGS=$CFLAGS
229
230 # Set sane defaults for various variables
231 test -z "$CC" && CC=cc
232 test -z "$LTCC" && LTCC=$CC
233 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
234 test -z "$LD" && LD=ld
235 test -z "$ac_objext" && ac_objext=o
236
237 _LT_CC_BASENAME([$compiler])
238
239 # Only perform the check for file, if the check method requires it
240 test -z "$MAGIC_CMD" && MAGIC_CMD=file
241 case $deplibs_check_method in
242 file_magic*)
243 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
244 _LT_PATH_MAGIC
245 fi
246 ;;
247 esac
248
249 # Use C for the default configuration in the libtool script
250 LT_SUPPORTED_TAG([CC])
251 _LT_LANG_C_CONFIG
252 _LT_LANG_DEFAULT_CONFIG
253 _LT_CONFIG_COMMANDS
254 ])# _LT_SETUP
255
256
257 # _LT_PREPARE_SED_QUOTE_VARS
258 # --------------------------
259 # Define a few sed substitution that help us do robust quoting.
260 m4_defun([_LT_PREPARE_SED_QUOTE_VARS],
261 [# Backslashify metacharacters that are still active within
262 # double-quoted strings.
263 sed_quote_subst='s/\([["`$\\]]\)/\\\1/g'
264
265 # Same as above, but do not quote variable references.
266 double_quote_subst='s/\([["`\\]]\)/\\\1/g'
267
268 # Sed substitution to delay expansion of an escaped shell variable in a
269 # double_quote_subst'ed string.
270 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
271
272 # Sed substitution to delay expansion of an escaped single quote.
273 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
274
275 # Sed substitution to avoid accidental globbing in evaled expressions
276 no_glob_subst='s/\*/\\\*/g'
277 ])
278
279 # _LT_PROG_LTMAIN
280 # ---------------
281 # Note that this code is called both from 'configure', and 'config.status'
282 # now that we use AC_CONFIG_COMMANDS to generate libtool. Notably,
283 # 'config.status' has no value for ac_aux_dir unless we are using Automake,
284 # so we pass a copy along to make sure it has a sensible value anyway.
285 m4_defun([_LT_PROG_LTMAIN],
286 [m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([ltmain.sh])])dnl
287 _LT_CONFIG_LIBTOOL_INIT([ac_aux_dir='$ac_aux_dir'])
288 ltmain=$ac_aux_dir/ltmain.sh
289 ])# _LT_PROG_LTMAIN
290
291
292 ## ------------------------------------- ##
293 ## Accumulate code for creating libtool. ##
294 ## ------------------------------------- ##
295
296 # So that we can recreate a full libtool script including additional
297 # tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
298 # in macros and then make a single call at the end using the 'libtool'
299 # label.
300
301
302 # _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
303 # ----------------------------------------
304 # Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
305 m4_define([_LT_CONFIG_LIBTOOL_INIT],
306 [m4_ifval([$1],
307 [m4_append([_LT_OUTPUT_LIBTOOL_INIT],
308 [$1
309 ])])])
310
311 # Initialize.
312 m4_define([_LT_OUTPUT_LIBTOOL_INIT])
313
314
315 # _LT_CONFIG_LIBTOOL([COMMANDS])
316 # ------------------------------
317 # Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
318 m4_define([_LT_CONFIG_LIBTOOL],
319 [m4_ifval([$1],
320 [m4_append([_LT_OUTPUT_LIBTOOL_COMMANDS],
321 [$1
322 ])])])
323
324 # Initialize.
325 m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS])
326
327
328 # _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
329 # -----------------------------------------------------
330 m4_defun([_LT_CONFIG_SAVE_COMMANDS],
331 [_LT_CONFIG_LIBTOOL([$1])
332 _LT_CONFIG_LIBTOOL_INIT([$2])
333 ])
334
335
336 # _LT_FORMAT_COMMENT([COMMENT])
337 # -----------------------------
338 # Add leading comment marks to the start of each line, and a trailing
339 # full-stop to the whole comment if one is not present already.
340 m4_define([_LT_FORMAT_COMMENT],
341 [m4_ifval([$1], [
342 m4_bpatsubst([m4_bpatsubst([$1], [^ *], [# ])],
343 [['`$\]], [\\\&])]m4_bmatch([$1], [[!?.]$], [], [.])
344 )])
345
346
347
348 ## ------------------------ ##
349 ## FIXME: Eliminate VARNAME ##
350 ## ------------------------ ##
351
352
353 # _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
354 # -------------------------------------------------------------------
355 # CONFIGNAME is the name given to the value in the libtool script.
356 # VARNAME is the (base) name used in the configure script.
357 # VALUE may be 0, 1 or 2 for a computed quote escaped value based on
358 # VARNAME. Any other value will be used directly.
359 m4_define([_LT_DECL],
360 [lt_if_append_uniq([lt_decl_varnames], [$2], [, ],
361 [lt_dict_add_subkey([lt_decl_dict], [$2], [libtool_name],
362 [m4_ifval([$1], [$1], [$2])])
363 lt_dict_add_subkey([lt_decl_dict], [$2], [value], [$3])
364 m4_ifval([$4],
365 [lt_dict_add_subkey([lt_decl_dict], [$2], [description], [$4])])
366 lt_dict_add_subkey([lt_decl_dict], [$2],
367 [tagged?], [m4_ifval([$5], [yes], [no])])])
368 ])
369
370
371 # _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
372 # --------------------------------------------------------
373 m4_define([_LT_TAGDECL], [_LT_DECL([$1], [$2], [$3], [$4], [yes])])
374
375
376 # lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
377 # ------------------------------------------------
378 m4_define([lt_decl_tag_varnames],
379 [_lt_decl_filter([tagged?], [yes], $@)])
380
381
382 # _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
383 # ---------------------------------------------------------
384 m4_define([_lt_decl_filter],
385 [m4_case([$#],
386 [0], [m4_fatal([$0: too few arguments: $#])],
387 [1], [m4_fatal([$0: too few arguments: $#: $1])],
388 [2], [lt_dict_filter([lt_decl_dict], [$1], [$2], [], lt_decl_varnames)],
389 [3], [lt_dict_filter([lt_decl_dict], [$1], [$2], [$3], lt_decl_varnames)],
390 [lt_dict_filter([lt_decl_dict], $@)])[]dnl
391 ])
392
393
394 # lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
395 # --------------------------------------------------
396 m4_define([lt_decl_quote_varnames],
397 [_lt_decl_filter([value], [1], $@)])
398
399
400 # lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
401 # ---------------------------------------------------
402 m4_define([lt_decl_dquote_varnames],
403 [_lt_decl_filter([value], [2], $@)])
404
405
406 # lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
407 # ---------------------------------------------------
408 m4_define([lt_decl_varnames_tagged],
409 [m4_assert([$# <= 2])dnl
410 _$0(m4_quote(m4_default([$1], [[, ]])),
411 m4_ifval([$2], [[$2]], [m4_dquote(lt_decl_tag_varnames)]),
412 m4_split(m4_normalize(m4_quote(_LT_TAGS)), [ ]))])
413 m4_define([_lt_decl_varnames_tagged],
414 [m4_ifval([$3], [lt_combine([$1], [$2], [_], $3)])])
415
416
417 # lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
418 # ------------------------------------------------
419 m4_define([lt_decl_all_varnames],
420 [_$0(m4_quote(m4_default([$1], [[, ]])),
421 m4_if([$2], [],
422 m4_quote(lt_decl_varnames),
423 m4_quote(m4_shift($@))))[]dnl
424 ])
425 m4_define([_lt_decl_all_varnames],
426 [lt_join($@, lt_decl_varnames_tagged([$1],
427 lt_decl_tag_varnames([[, ]], m4_shift($@))))dnl
428 ])
429
430
431 # _LT_CONFIG_STATUS_DECLARE([VARNAME])
432 # ------------------------------------
433 # Quote a variable value, and forward it to 'config.status' so that its
434 # declaration there will have the same value as in 'configure'. VARNAME
435 # must have a single quote delimited value for this to work.
436 m4_define([_LT_CONFIG_STATUS_DECLARE],
437 [$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
438
439
440 # _LT_CONFIG_STATUS_DECLARATIONS
441 # ------------------------------
442 # We delimit libtool config variables with single quotes, so when
443 # we write them to config.status, we have to be sure to quote all
444 # embedded single quotes properly. In configure, this macro expands
445 # each variable declared with _LT_DECL (and _LT_TAGDECL) into:
446 #
447 # <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
448 m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
449 [m4_foreach([_lt_var], m4_quote(lt_decl_all_varnames),
450 [m4_n([_LT_CONFIG_STATUS_DECLARE(_lt_var)])])])
451
452
453 # _LT_LIBTOOL_TAGS
454 # ----------------
455 # Output comment and list of tags supported by the script
456 m4_defun([_LT_LIBTOOL_TAGS],
457 [_LT_FORMAT_COMMENT([The names of the tagged configurations supported by this script])dnl
458 available_tags='_LT_TAGS'dnl
459 ])
460
461
462 # _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
463 # -----------------------------------
464 # Extract the dictionary values for VARNAME (optionally with TAG) and
465 # expand to a commented shell variable setting:
466 #
467 # # Some comment about what VAR is for.
468 # visible_name=$lt_internal_name
469 m4_define([_LT_LIBTOOL_DECLARE],
470 [_LT_FORMAT_COMMENT(m4_quote(lt_dict_fetch([lt_decl_dict], [$1],
471 [description])))[]dnl
472 m4_pushdef([_libtool_name],
473 m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [libtool_name])))[]dnl
474 m4_case(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [value])),
475 [0], [_libtool_name=[$]$1],
476 [1], [_libtool_name=$lt_[]$1],
477 [2], [_libtool_name=$lt_[]$1],
478 [_libtool_name=lt_dict_fetch([lt_decl_dict], [$1], [value])])[]dnl
479 m4_ifval([$2], [_$2])[]m4_popdef([_libtool_name])[]dnl
480 ])
481
482
483 # _LT_LIBTOOL_CONFIG_VARS
484 # -----------------------
485 # Produce commented declarations of non-tagged libtool config variables
486 # suitable for insertion in the LIBTOOL CONFIG section of the 'libtool'
487 # script. Tagged libtool config variables (even for the LIBTOOL CONFIG
488 # section) are produced by _LT_LIBTOOL_TAG_VARS.
489 m4_defun([_LT_LIBTOOL_CONFIG_VARS],
490 [m4_foreach([_lt_var],
491 m4_quote(_lt_decl_filter([tagged?], [no], [], lt_decl_varnames)),
492 [m4_n([_LT_LIBTOOL_DECLARE(_lt_var)])])])
493
494
495 # _LT_LIBTOOL_TAG_VARS(TAG)
496 # -------------------------
497 m4_define([_LT_LIBTOOL_TAG_VARS],
498 [m4_foreach([_lt_var], m4_quote(lt_decl_tag_varnames),
499 [m4_n([_LT_LIBTOOL_DECLARE(_lt_var, [$1])])])])
500
501
502 # _LT_TAGVAR(VARNAME, [TAGNAME])
503 # ------------------------------
504 m4_define([_LT_TAGVAR], [m4_ifval([$2], [$1_$2], [$1])])
505
506
507 # _LT_CONFIG_COMMANDS
508 # -------------------
509 # Send accumulated output to $CONFIG_STATUS. Thanks to the lists of
510 # variables for single and double quote escaping we saved from calls
511 # to _LT_DECL, we can put quote escaped variables declarations
512 # into 'config.status', and then the shell code to quote escape them in
513 # for loops in 'config.status'. Finally, any additional code accumulated
514 # from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
515 m4_defun([_LT_CONFIG_COMMANDS],
516 [AC_PROVIDE_IFELSE([LT_OUTPUT],
517 dnl If the libtool generation code has been placed in $CONFIG_LT,
518 dnl instead of duplicating it all over again into config.status,
519 dnl then we will have config.status run $CONFIG_LT later, so it
520 dnl needs to know what name is stored there:
521 [AC_CONFIG_COMMANDS([libtool],
522 [$SHELL $CONFIG_LT || AS_EXIT(1)], [CONFIG_LT='$CONFIG_LT'])],
523 dnl If the libtool generation code is destined for config.status,
524 dnl expand the accumulated commands and init code now:
525 [AC_CONFIG_COMMANDS([libtool],
526 [_LT_OUTPUT_LIBTOOL_COMMANDS], [_LT_OUTPUT_LIBTOOL_COMMANDS_INIT])])
527 ])#_LT_CONFIG_COMMANDS
528
529
530 # Initialize.
531 m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS_INIT],
532 [
533
534 # The HP-UX ksh and POSIX shell print the target directory to stdout
535 # if CDPATH is set.
536 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
537
538 sed_quote_subst='$sed_quote_subst'
539 double_quote_subst='$double_quote_subst'
540 delay_variable_subst='$delay_variable_subst'
541 _LT_CONFIG_STATUS_DECLARATIONS
542 LTCC='$LTCC'
543 LTCFLAGS='$LTCFLAGS'
544 compiler='$compiler_DEFAULT'
545
546 # A function that is used when there is no print builtin or printf.
547 func_fallback_echo ()
548 {
549 eval 'cat <<_LTECHO_EOF
550 \$[]1
551 _LTECHO_EOF'
552 }
553
554 # Quote evaled strings.
555 for var in lt_decl_all_varnames([[ \
556 ]], lt_decl_quote_varnames); do
557 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
558 *[[\\\\\\\`\\"\\\$]]*)
559 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
560 ;;
561 *)
562 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
563 ;;
564 esac
565 done
566
567 # Double-quote double-evaled strings.
568 for var in lt_decl_all_varnames([[ \
569 ]], lt_decl_dquote_varnames); do
570 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
571 *[[\\\\\\\`\\"\\\$]]*)
572 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
573 ;;
574 *)
575 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
576 ;;
577 esac
578 done
579
580 _LT_OUTPUT_LIBTOOL_INIT
581 ])
582
583 # _LT_GENERATED_FILE_INIT(FILE, [COMMENT])
584 # ------------------------------------
585 # Generate a child script FILE with all initialization necessary to
586 # reuse the environment learned by the parent script, and make the
587 # file executable. If COMMENT is supplied, it is inserted after the
588 # '#!' sequence but before initialization text begins. After this
589 # macro, additional text can be appended to FILE to form the body of
590 # the child script. The macro ends with non-zero status if the
591 # file could not be fully written (such as if the disk is full).
592 m4_ifdef([AS_INIT_GENERATED],
593 [m4_defun([_LT_GENERATED_FILE_INIT],[AS_INIT_GENERATED($@)])],
594 [m4_defun([_LT_GENERATED_FILE_INIT],
595 [m4_require([AS_PREPARE])]dnl
596 [m4_pushdef([AS_MESSAGE_LOG_FD])]dnl
597 [lt_write_fail=0
598 cat >$1 <<_ASEOF || lt_write_fail=1
599 #! $SHELL
600 # Generated by $as_me.
601 $2
602 SHELL=\${CONFIG_SHELL-$SHELL}
603 export SHELL
604 _ASEOF
605 cat >>$1 <<\_ASEOF || lt_write_fail=1
606 AS_SHELL_SANITIZE
607 _AS_PREPARE
608 exec AS_MESSAGE_FD>&1
609 _ASEOF
610 test 0 = "$lt_write_fail" && chmod +x $1[]dnl
611 m4_popdef([AS_MESSAGE_LOG_FD])])])# _LT_GENERATED_FILE_INIT
612
613 # LT_OUTPUT
614 # ---------
615 # This macro allows early generation of the libtool script (before
616 # AC_OUTPUT is called), incase it is used in configure for compilation
617 # tests.
618 AC_DEFUN([LT_OUTPUT],
619 [: ${CONFIG_LT=./config.lt}
620 AC_MSG_NOTICE([creating $CONFIG_LT])
621 _LT_GENERATED_FILE_INIT(["$CONFIG_LT"],
622 [# Run this file to recreate a libtool stub with the current configuration.])
623
624 cat >>"$CONFIG_LT" <<\_LTEOF
625 lt_cl_silent=false
626 exec AS_MESSAGE_LOG_FD>>config.log
627 {
628 echo
629 AS_BOX([Running $as_me.])
630 } >&AS_MESSAGE_LOG_FD
631
632 lt_cl_help="\
633 '$as_me' creates a local libtool stub from the current configuration,
634 for use in further configure time tests before the real libtool is
635 generated.
636
637 Usage: $[0] [[OPTIONS]]
638
639 -h, --help print this help, then exit
640 -V, --version print version number, then exit
641 -q, --quiet do not print progress messages
642 -d, --debug don't remove temporary files
643
644 Report bugs to <bug-libtool@gnu.org>."
645
646 lt_cl_version="\
647 m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl
648 m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION])
649 configured by $[0], generated by m4_PACKAGE_STRING.
650
651 Copyright (C) 2011 Free Software Foundation, Inc.
652 This config.lt script is free software; the Free Software Foundation
653 gives unlimited permision to copy, distribute and modify it."
654
655 while test 0 != $[#]
656 do
657 case $[1] in
658 --version | --v* | -V )
659 echo "$lt_cl_version"; exit 0 ;;
660 --help | --h* | -h )
661 echo "$lt_cl_help"; exit 0 ;;
662 --debug | --d* | -d )
663 debug=: ;;
664 --quiet | --q* | --silent | --s* | -q )
665 lt_cl_silent=: ;;
666
667 -*) AC_MSG_ERROR([unrecognized option: $[1]
668 Try '$[0] --help' for more information.]) ;;
669
670 *) AC_MSG_ERROR([unrecognized argument: $[1]
671 Try '$[0] --help' for more information.]) ;;
672 esac
673 shift
674 done
675
676 if $lt_cl_silent; then
677 exec AS_MESSAGE_FD>/dev/null
678 fi
679 _LTEOF
680
681 cat >>"$CONFIG_LT" <<_LTEOF
682 _LT_OUTPUT_LIBTOOL_COMMANDS_INIT
683 _LTEOF
684
685 cat >>"$CONFIG_LT" <<\_LTEOF
686 AC_MSG_NOTICE([creating $ofile])
687 _LT_OUTPUT_LIBTOOL_COMMANDS
688 AS_EXIT(0)
689 _LTEOF
690 chmod +x "$CONFIG_LT"
691
692 # configure is writing to config.log, but config.lt does its own redirection,
693 # appending to config.log, which fails on DOS, as config.log is still kept
694 # open by configure. Here we exec the FD to /dev/null, effectively closing
695 # config.log, so it can be properly (re)opened and appended to by config.lt.
696 lt_cl_success=:
697 test yes = "$silent" &&
698 lt_config_lt_args="$lt_config_lt_args --quiet"
699 exec AS_MESSAGE_LOG_FD>/dev/null
700 $SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false
701 exec AS_MESSAGE_LOG_FD>>config.log
702 $lt_cl_success || AS_EXIT(1)
703 ])# LT_OUTPUT
704
705
706 # _LT_CONFIG(TAG)
707 # ---------------
708 # If TAG is the built-in tag, create an initial libtool script with a
709 # default configuration from the untagged config vars. Otherwise add code
710 # to config.status for appending the configuration named by TAG from the
711 # matching tagged config vars.
712 m4_defun([_LT_CONFIG],
713 [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
714 _LT_CONFIG_SAVE_COMMANDS([
715 m4_define([_LT_TAG], m4_if([$1], [], [C], [$1]))dnl
716 m4_if(_LT_TAG, [C], [
717 # See if we are running on zsh, and set the options that allow our
718 # commands through without removal of \ escapes.
719 if test -n "${ZSH_VERSION+set}"; then
720 setopt NO_GLOB_SUBST
721 fi
722
723 cfgfile=${ofile}T
724 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
725 $RM "$cfgfile"
726
727 cat <<_LT_EOF >> "$cfgfile"
728 #! $SHELL
729 # Generated automatically by $as_me ($PACKAGE) $VERSION
730 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
731 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
732
733 # Provide generalized library-building support services.
734 # Written by Gordon Matzigkeit, 1996
735
736 _LT_COPYING
737 _LT_LIBTOOL_TAGS
738
739 # Configured defaults for sys_lib_dlsearch_path munging.
740 : \${LT_SYS_LIBRARY_PATH="$configure_time_lt_sys_library_path"}
741
742 # ### BEGIN LIBTOOL CONFIG
743 _LT_LIBTOOL_CONFIG_VARS
744 _LT_LIBTOOL_TAG_VARS
745 # ### END LIBTOOL CONFIG
746
747 _LT_EOF
748
749 cat <<'_LT_EOF' >> "$cfgfile"
750
751 # ### BEGIN FUNCTIONS SHARED WITH CONFIGURE
752
753 _LT_PREPARE_MUNGE_PATH_LIST
754 _LT_PREPARE_CC_BASENAME
755
756 # ### END FUNCTIONS SHARED WITH CONFIGURE
757
758 _LT_EOF
759
760 case $host_os in
761 aix3*)
762 cat <<\_LT_EOF >> "$cfgfile"
763 # AIX sometimes has problems with the GCC collect2 program. For some
764 # reason, if we set the COLLECT_NAMES environment variable, the problems
765 # vanish in a puff of smoke.
766 if test set != "${COLLECT_NAMES+set}"; then
767 COLLECT_NAMES=
768 export COLLECT_NAMES
769 fi
770 _LT_EOF
771 ;;
772 esac
773
774 _LT_PROG_LTMAIN
775
776 # We use sed instead of cat because bash on DJGPP gets confused if
777 # if finds mixed CR/LF and LF-only lines. Since sed operates in
778 # text mode, it properly converts lines to CR/LF. This bash problem
779 # is reportedly fixed, but why not run on old versions too?
780 sed '$q' "$ltmain" >> "$cfgfile" \
781 || (rm -f "$cfgfile"; exit 1)
782
783 mv -f "$cfgfile" "$ofile" ||
784 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
785 chmod +x "$ofile"
786 ],
787 [cat <<_LT_EOF >> "$ofile"
788
789 dnl Unfortunately we have to use $1 here, since _LT_TAG is not expanded
790 dnl in a comment (ie after a #).
791 # ### BEGIN LIBTOOL TAG CONFIG: $1
792 _LT_LIBTOOL_TAG_VARS(_LT_TAG)
793 # ### END LIBTOOL TAG CONFIG: $1
794 _LT_EOF
795 ])dnl /m4_if
796 ],
797 [m4_if([$1], [], [
798 PACKAGE='$PACKAGE'
799 VERSION='$VERSION'
800 RM='$RM'
801 ofile='$ofile'], [])
802 ])dnl /_LT_CONFIG_SAVE_COMMANDS
803 ])# _LT_CONFIG
804
805
806 # LT_SUPPORTED_TAG(TAG)
807 # ---------------------
808 # Trace this macro to discover what tags are supported by the libtool
809 # --tag option, using:
810 # autoconf --trace 'LT_SUPPORTED_TAG:$1'
811 AC_DEFUN([LT_SUPPORTED_TAG], [])
812
813
814 # C support is built-in for now
815 m4_define([_LT_LANG_C_enabled], [])
816 m4_define([_LT_TAGS], [])
817
818
819 # LT_LANG(LANG)
820 # -------------
821 # Enable libtool support for the given language if not already enabled.
822 AC_DEFUN([LT_LANG],
823 [AC_BEFORE([$0], [LT_OUTPUT])dnl
824 m4_case([$1],
825 [C], [_LT_LANG(C)],
826 [C++], [_LT_LANG(CXX)],
827 [Go], [_LT_LANG(GO)],
828 [Java], [_LT_LANG(GCJ)],
829 [Fortran 77], [_LT_LANG(F77)],
830 [Fortran], [_LT_LANG(FC)],
831 [Windows Resource], [_LT_LANG(RC)],
832 [m4_ifdef([_LT_LANG_]$1[_CONFIG],
833 [_LT_LANG($1)],
834 [m4_fatal([$0: unsupported language: "$1"])])])dnl
835 ])# LT_LANG
836
837
838 # _LT_LANG(LANGNAME)
839 # ------------------
840 m4_defun([_LT_LANG],
841 [m4_ifdef([_LT_LANG_]$1[_enabled], [],
842 [LT_SUPPORTED_TAG([$1])dnl
843 m4_append([_LT_TAGS], [$1 ])dnl
844 m4_define([_LT_LANG_]$1[_enabled], [])dnl
845 _LT_LANG_$1_CONFIG($1)])dnl
846 ])# _LT_LANG
847
848
849 m4_ifndef([AC_PROG_GO], [
850 ############################################################
851 # NOTE: This macro has been submitted for inclusion into #
852 # GNU Autoconf as AC_PROG_GO. When it is available in #
853 # a released version of Autoconf we should remove this #
854 # macro and use it instead. #
855 ############################################################
856 m4_defun([AC_PROG_GO],
857 [AC_LANG_PUSH(Go)dnl
858 AC_ARG_VAR([GOC], [Go compiler command])dnl
859 AC_ARG_VAR([GOFLAGS], [Go compiler flags])dnl
860 _AC_ARG_VAR_LDFLAGS()dnl
861 AC_CHECK_TOOL(GOC, gccgo)
862 if test -z "$GOC"; then
863 if test -n "$ac_tool_prefix"; then
864 AC_CHECK_PROG(GOC, [${ac_tool_prefix}gccgo], [${ac_tool_prefix}gccgo])
865 fi
866 fi
867 if test -z "$GOC"; then
868 AC_CHECK_PROG(GOC, gccgo, gccgo, false)
869 fi
870 ])#m4_defun
871 ])#m4_ifndef
872
873
874 # _LT_LANG_DEFAULT_CONFIG
875 # -----------------------
876 m4_defun([_LT_LANG_DEFAULT_CONFIG],
877 [AC_PROVIDE_IFELSE([AC_PROG_CXX],
878 [LT_LANG(CXX)],
879 [m4_define([AC_PROG_CXX], defn([AC_PROG_CXX])[LT_LANG(CXX)])])
880
881 AC_PROVIDE_IFELSE([AC_PROG_F77],
882 [LT_LANG(F77)],
883 [m4_define([AC_PROG_F77], defn([AC_PROG_F77])[LT_LANG(F77)])])
884
885 AC_PROVIDE_IFELSE([AC_PROG_FC],
886 [LT_LANG(FC)],
887 [m4_define([AC_PROG_FC], defn([AC_PROG_FC])[LT_LANG(FC)])])
888
889 dnl The call to [A][M_PROG_GCJ] is quoted like that to stop aclocal
890 dnl pulling things in needlessly.
891 AC_PROVIDE_IFELSE([AC_PROG_GCJ],
892 [LT_LANG(GCJ)],
893 [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],
894 [LT_LANG(GCJ)],
895 [AC_PROVIDE_IFELSE([LT_PROG_GCJ],
896 [LT_LANG(GCJ)],
897 [m4_ifdef([AC_PROG_GCJ],
898 [m4_define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[LT_LANG(GCJ)])])
899 m4_ifdef([A][M_PROG_GCJ],
900 [m4_define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[LT_LANG(GCJ)])])
901 m4_ifdef([LT_PROG_GCJ],
902 [m4_define([LT_PROG_GCJ], defn([LT_PROG_GCJ])[LT_LANG(GCJ)])])])])])
903
904 AC_PROVIDE_IFELSE([AC_PROG_GO],
905 [LT_LANG(GO)],
906 [m4_define([AC_PROG_GO], defn([AC_PROG_GO])[LT_LANG(GO)])])
907
908 AC_PROVIDE_IFELSE([LT_PROG_RC],
909 [LT_LANG(RC)],
910 [m4_define([LT_PROG_RC], defn([LT_PROG_RC])[LT_LANG(RC)])])
911 ])# _LT_LANG_DEFAULT_CONFIG
912
913 # Obsolete macros:
914 AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)])
915 AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)])
916 AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)])
917 AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)])
918 AU_DEFUN([AC_LIBTOOL_RC], [LT_LANG(Windows Resource)])
919 dnl aclocal-1.4 backwards compatibility:
920 dnl AC_DEFUN([AC_LIBTOOL_CXX], [])
921 dnl AC_DEFUN([AC_LIBTOOL_F77], [])
922 dnl AC_DEFUN([AC_LIBTOOL_FC], [])
923 dnl AC_DEFUN([AC_LIBTOOL_GCJ], [])
924 dnl AC_DEFUN([AC_LIBTOOL_RC], [])
925
926
927 # _LT_TAG_COMPILER
928 # ----------------
929 m4_defun([_LT_TAG_COMPILER],
930 [AC_REQUIRE([AC_PROG_CC])dnl
931
932 _LT_DECL([LTCC], [CC], [1], [A C compiler])dnl
933 _LT_DECL([LTCFLAGS], [CFLAGS], [1], [LTCC compiler flags])dnl
934 _LT_TAGDECL([CC], [compiler], [1], [A language specific compiler])dnl
935 _LT_TAGDECL([with_gcc], [GCC], [0], [Is the compiler the GNU compiler?])dnl
936
937 # If no C compiler was specified, use CC.
938 LTCC=${LTCC-"$CC"}
939
940 # If no C compiler flags were specified, use CFLAGS.
941 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
942
943 # Allow CC to be a program name with arguments.
944 compiler=$CC
945 ])# _LT_TAG_COMPILER
946
947
948 # _LT_COMPILER_BOILERPLATE
949 # ------------------------
950 # Check for compiler boilerplate output or warnings with
951 # the simple compiler test code.
952 m4_defun([_LT_COMPILER_BOILERPLATE],
953 [m4_require([_LT_DECL_SED])dnl
954 ac_outfile=conftest.$ac_objext
955 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
956 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
957 _lt_compiler_boilerplate=`cat conftest.err`
958 $RM conftest*
959 ])# _LT_COMPILER_BOILERPLATE
960
961
962 # _LT_LINKER_BOILERPLATE
963 # ----------------------
964 # Check for linker boilerplate output or warnings with
965 # the simple link test code.
966 m4_defun([_LT_LINKER_BOILERPLATE],
967 [m4_require([_LT_DECL_SED])dnl
968 ac_outfile=conftest.$ac_objext
969 echo "$lt_simple_link_test_code" >conftest.$ac_ext
970 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
971 _lt_linker_boilerplate=`cat conftest.err`
972 $RM -r conftest*
973 ])# _LT_LINKER_BOILERPLATE
974
975 # _LT_REQUIRED_DARWIN_CHECKS
976 # -------------------------
977 m4_defun_once([_LT_REQUIRED_DARWIN_CHECKS],[
978 case $host_os in
979 rhapsody* | darwin*)
980 AC_CHECK_TOOL([DSYMUTIL], [dsymutil], [:])
981 AC_CHECK_TOOL([NMEDIT], [nmedit], [:])
982 AC_CHECK_TOOL([LIPO], [lipo], [:])
983 AC_CHECK_TOOL([OTOOL], [otool], [:])
984 AC_CHECK_TOOL([OTOOL64], [otool64], [:])
985 _LT_DECL([], [DSYMUTIL], [1],
986 [Tool to manipulate archived DWARF debug symbol files on Mac OS X])
987 _LT_DECL([], [NMEDIT], [1],
988 [Tool to change global to local symbols on Mac OS X])
989 _LT_DECL([], [LIPO], [1],
990 [Tool to manipulate fat objects and archives on Mac OS X])
991 _LT_DECL([], [OTOOL], [1],
992 [ldd/readelf like tool for Mach-O binaries on Mac OS X])
993 _LT_DECL([], [OTOOL64], [1],
994 [ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4])
995
996 AC_CACHE_CHECK([for -single_module linker flag],[lt_cv_apple_cc_single_mod],
997 [lt_cv_apple_cc_single_mod=no
998 if test -z "$LT_MULTI_MODULE"; then
999 # By default we will add the -single_module flag. You can override
1000 # by either setting the environment variable LT_MULTI_MODULE
1001 # non-empty at configure time, or by adding -multi_module to the
1002 # link flags.
1003 rm -rf libconftest.dylib*
1004 echo "int foo(void){return 1;}" > conftest.c
1005 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
1006 -dynamiclib -Wl,-single_module conftest.c" >&AS_MESSAGE_LOG_FD
1007 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
1008 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
1009 _lt_result=$?
1010 # If there is a non-empty error log, and "single_module"
1011 # appears in it, assume the flag caused a linker warning
1012 if test -s conftest.err && $GREP single_module conftest.err; then
1013 cat conftest.err >&AS_MESSAGE_LOG_FD
1014 # Otherwise, if the output was created with a 0 exit code from
1015 # the compiler, it worked.
1016 elif test -f libconftest.dylib && test 0 = "$_lt_result"; then
1017 lt_cv_apple_cc_single_mod=yes
1018 else
1019 cat conftest.err >&AS_MESSAGE_LOG_FD
1020 fi
1021 rm -rf libconftest.dylib*
1022 rm -f conftest.*
1023 fi])
1024
1025 AC_CACHE_CHECK([for -exported_symbols_list linker flag],
1026 [lt_cv_ld_exported_symbols_list],
1027 [lt_cv_ld_exported_symbols_list=no
1028 save_LDFLAGS=$LDFLAGS
1029 echo "_main" > conftest.sym
1030 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
1031 AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])],
1032 [lt_cv_ld_exported_symbols_list=yes],
1033 [lt_cv_ld_exported_symbols_list=no])
1034 LDFLAGS=$save_LDFLAGS
1035 ])
1036
1037 AC_CACHE_CHECK([for -force_load linker flag],[lt_cv_ld_force_load],
1038 [lt_cv_ld_force_load=no
1039 cat > conftest.c << _LT_EOF
1040 int forced_loaded() { return 2;}
1041 _LT_EOF
1042 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&AS_MESSAGE_LOG_FD
1043 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&AS_MESSAGE_LOG_FD
1044 echo "$AR cru libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD
1045 $AR cru libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD
1046 echo "$RANLIB libconftest.a" >&AS_MESSAGE_LOG_FD
1047 $RANLIB libconftest.a 2>&AS_MESSAGE_LOG_FD
1048 cat > conftest.c << _LT_EOF
1049 int main() { return 0;}
1050 _LT_EOF
1051 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&AS_MESSAGE_LOG_FD
1052 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
1053 _lt_result=$?
1054 if test -s conftest.err && $GREP force_load conftest.err; then
1055 cat conftest.err >&AS_MESSAGE_LOG_FD
1056 elif test -f conftest && test 0 = "$_lt_result" && $GREP forced_load conftest >/dev/null 2>&1; then
1057 lt_cv_ld_force_load=yes
1058 else
1059 cat conftest.err >&AS_MESSAGE_LOG_FD
1060 fi
1061 rm -f conftest.err libconftest.a conftest conftest.c
1062 rm -rf conftest.dSYM
1063 ])
1064 case $host_os in
1065 rhapsody* | darwin1.[[012]])
1066 _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;;
1067 darwin1.*)
1068 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
1069 darwin*) # darwin 5.x on
1070 # if running on 10.5 or later, the deployment target defaults
1071 # to the OS version, if on x86, and 10.4, the deployment
1072 # target defaults to 10.4. Don't you love it?
1073 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
1074 10.0,*86*-darwin8*|10.0,*-darwin[[91]]*)
1075 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
1076 10.[[012]][[,.]]*)
1077 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
1078 10.*)
1079 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
1080 esac
1081 ;;
1082 esac
1083 if test yes = "$lt_cv_apple_cc_single_mod"; then
1084 _lt_dar_single_mod='$single_module'
1085 fi
1086 if test yes = "$lt_cv_ld_exported_symbols_list"; then
1087 _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym'
1088 else
1089 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/$libname-symbols.expsym $lib'
1090 fi
1091 if test : != "$DSYMUTIL" && test no = "$lt_cv_ld_force_load"; then
1092 _lt_dsymutil='~$DSYMUTIL $lib || :'
1093 else
1094 _lt_dsymutil=
1095 fi
1096 ;;
1097 esac
1098 ])
1099
1100
1101 # _LT_DARWIN_LINKER_FEATURES([TAG])
1102 # ---------------------------------
1103 # Checks for linker and compiler features on darwin
1104 m4_defun([_LT_DARWIN_LINKER_FEATURES],
1105 [
1106 m4_require([_LT_REQUIRED_DARWIN_CHECKS])
1107 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
1108 _LT_TAGVAR(hardcode_direct, $1)=no
1109 _LT_TAGVAR(hardcode_automatic, $1)=yes
1110 _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
1111 if test yes = "$lt_cv_ld_force_load"; then
1112 _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
1113 m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
1114 [FC], [_LT_TAGVAR(compiler_needs_object, $1)=yes])
1115 else
1116 _LT_TAGVAR(whole_archive_flag_spec, $1)=''
1117 fi
1118 _LT_TAGVAR(link_all_deplibs, $1)=yes
1119 _LT_TAGVAR(allow_undefined_flag, $1)=$_lt_dar_allow_undefined
1120 case $cc_basename in
1121 ifort*|nagfor*) _lt_dar_can_shared=yes ;;
1122 *) _lt_dar_can_shared=$GCC ;;
1123 esac
1124 if test yes = "$_lt_dar_can_shared"; then
1125 output_verbose_link_cmd=func_echo_all
1126 _LT_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil"
1127 _LT_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil"
1128 _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil"
1129 _LT_TAGVAR(module_expsym_cmds, $1)="sed -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil"
1130 m4_if([$1], [CXX],
1131 [ if test yes != "$lt_cv_apple_cc_single_mod"; then
1132 _LT_TAGVAR(archive_cmds, $1)="\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dsymutil"
1133 _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dar_export_syms$_lt_dsymutil"
1134 fi
1135 ],[])
1136 else
1137 _LT_TAGVAR(ld_shlibs, $1)=no
1138 fi
1139 ])
1140
1141 # _LT_SYS_MODULE_PATH_AIX([TAGNAME])
1142 # ----------------------------------
1143 # Links a minimal program and checks the executable
1144 # for the system default hardcoded library path. In most cases,
1145 # this is /usr/lib:/lib, but when the MPI compilers are used
1146 # the location of the communication and MPI libs are included too.
1147 # If we don't find anything, use the default library path according
1148 # to the aix ld manual.
1149 # Store the results from the different compilers for each TAGNAME.
1150 # Allow to override them for all tags through lt_cv_aix_libpath.
1151 m4_defun([_LT_SYS_MODULE_PATH_AIX],
1152 [m4_require([_LT_DECL_SED])dnl
1153 if test set = "${lt_cv_aix_libpath+set}"; then
1154 aix_libpath=$lt_cv_aix_libpath
1155 else
1156 AC_CACHE_VAL([_LT_TAGVAR([lt_cv_aix_libpath_], [$1])],
1157 [AC_LINK_IFELSE([AC_LANG_PROGRAM],[
1158 lt_aix_libpath_sed='[
1159 /Import File Strings/,/^$/ {
1160 /^0/ {
1161 s/^0 *\([^ ]*\) *$/\1/
1162 p
1163 }
1164 }]'
1165 _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
1166 # Check for a 64-bit object if we didn't find anything.
1167 if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
1168 _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
1169 fi],[])
1170 if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
1171 _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=/usr/lib:/lib
1172 fi
1173 ])
1174 aix_libpath=$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])
1175 fi
1176 ])# _LT_SYS_MODULE_PATH_AIX
1177
1178
1179 # _LT_SHELL_INIT(ARG)
1180 # -------------------
1181 m4_define([_LT_SHELL_INIT],
1182 [m4_divert_text([M4SH-INIT], [$1
1183 ])])# _LT_SHELL_INIT
1184
1185
1186
1187 # _LT_PROG_ECHO_BACKSLASH
1188 # -----------------------
1189 # Find how we can fake an echo command that does not interpret backslash.
1190 # In particular, with Autoconf 2.60 or later we add some code to the start
1191 # of the generated configure script that will find a shell with a builtin
1192 # printf (that we can use as an echo command).
1193 m4_defun([_LT_PROG_ECHO_BACKSLASH],
1194 [ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
1195 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
1196 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
1197
1198 AC_MSG_CHECKING([how to print strings])
1199 # Test print first, because it will be a builtin if present.
1200 if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
1201 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
1202 ECHO='print -r --'
1203 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
1204 ECHO='printf %s\n'
1205 else
1206 # Use this function as a fallback that always works.
1207 func_fallback_echo ()
1208 {
1209 eval 'cat <<_LTECHO_EOF
1210 $[]1
1211 _LTECHO_EOF'
1212 }
1213 ECHO='func_fallback_echo'
1214 fi
1215
1216 # func_echo_all arg...
1217 # Invoke $ECHO with all args, space-separated.
1218 func_echo_all ()
1219 {
1220 $ECHO "$*"
1221 }
1222
1223 case $ECHO in
1224 printf*) AC_MSG_RESULT([printf]) ;;
1225 print*) AC_MSG_RESULT([print -r]) ;;
1226 *) AC_MSG_RESULT([cat]) ;;
1227 esac
1228
1229 m4_ifdef([_AS_DETECT_SUGGESTED],
1230 [_AS_DETECT_SUGGESTED([
1231 test -n "${ZSH_VERSION+set}${BASH_VERSION+set}" || (
1232 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
1233 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
1234 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
1235 PATH=/empty FPATH=/empty; export PATH FPATH
1236 test "X`printf %s $ECHO`" = "X$ECHO" \
1237 || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
1238
1239 _LT_DECL([], [SHELL], [1], [Shell to use when invoking shell scripts])
1240 _LT_DECL([], [ECHO], [1], [An echo program that protects backslashes])
1241 ])# _LT_PROG_ECHO_BACKSLASH
1242
1243
1244 # _LT_WITH_SYSROOT
1245 # ----------------
1246 AC_DEFUN([_LT_WITH_SYSROOT],
1247 [AC_MSG_CHECKING([for sysroot])
1248 AC_ARG_WITH([sysroot],
1249 [AS_HELP_STRING([--with-sysroot@<:@=DIR@:>@],
1250 [Search for dependent libraries within DIR (or the compiler's sysroot
1251 if not specified).])],
1252 [], [with_sysroot=no])
1253
1254 dnl lt_sysroot will always be passed unquoted. We quote it here
1255 dnl in case the user passed a directory name.
1256 lt_sysroot=
1257 case $with_sysroot in #(
1258 yes)
1259 if test yes = "$GCC"; then
1260 lt_sysroot=`$CC --print-sysroot 2>/dev/null`
1261 fi
1262 ;; #(
1263 /*)
1264 lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
1265 ;; #(
1266 no|'')
1267 ;; #(
1268 *)
1269 AC_MSG_RESULT([$with_sysroot])
1270 AC_MSG_ERROR([The sysroot must be an absolute path.])
1271 ;;
1272 esac
1273
1274 AC_MSG_RESULT([${lt_sysroot:-no}])
1275 _LT_DECL([], [lt_sysroot], [0], [The root where to search for ]dnl
1276 [dependent libraries, and where our libraries should be installed.])])
1277
1278 # _LT_ENABLE_LOCK
1279 # ---------------
1280 m4_defun([_LT_ENABLE_LOCK],
1281 [AC_ARG_ENABLE([libtool-lock],
1282 [AS_HELP_STRING([--disable-libtool-lock],
1283 [avoid locking (might break parallel builds)])])
1284 test no = "$enable_libtool_lock" || enable_libtool_lock=yes
1285
1286 # Some flags need to be propagated to the compiler or linker for good
1287 # libtool support.
1288 case $host in
1289 ia64-*-hpux*)
1290 # Find out what ABI is being produced by ac_compile, and set mode
1291 # options accordingly.
1292 echo 'int i;' > conftest.$ac_ext
1293 if AC_TRY_EVAL(ac_compile); then
1294 case `/usr/bin/file conftest.$ac_objext` in
1295 *ELF-32*)
1296 HPUX_IA64_MODE=32
1297 ;;
1298 *ELF-64*)
1299 HPUX_IA64_MODE=64
1300 ;;
1301 esac
1302 fi
1303 rm -rf conftest*
1304 ;;
1305 *-*-irix6*)
1306 # Find out what ABI is being produced by ac_compile, and set linker
1307 # options accordingly.
1308 echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext
1309 if AC_TRY_EVAL(ac_compile); then
1310 if test yes = "$lt_cv_prog_gnu_ld"; then
1311 case `/usr/bin/file conftest.$ac_objext` in
1312 *32-bit*)
1313 LD="${LD-ld} -melf32bsmip"
1314 ;;
1315 *N32*)
1316 LD="${LD-ld} -melf32bmipn32"
1317 ;;
1318 *64-bit*)
1319 LD="${LD-ld} -melf64bmip"
1320 ;;
1321 esac
1322 else
1323 case `/usr/bin/file conftest.$ac_objext` in
1324 *32-bit*)
1325 LD="${LD-ld} -32"
1326 ;;
1327 *N32*)
1328 LD="${LD-ld} -n32"
1329 ;;
1330 *64-bit*)
1331 LD="${LD-ld} -64"
1332 ;;
1333 esac
1334 fi
1335 fi
1336 rm -rf conftest*
1337 ;;
1338
1339 mips64*-*linux*)
1340 # Find out what ABI is being produced by ac_compile, and set linker
1341 # options accordingly.
1342 echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext
1343 if AC_TRY_EVAL(ac_compile); then
1344 emul=elf
1345 case `/usr/bin/file conftest.$ac_objext` in
1346 *32-bit*)
1347 emul="${emul}32"
1348 ;;
1349 *64-bit*)
1350 emul="${emul}64"
1351 ;;
1352 esac
1353 case `/usr/bin/file conftest.$ac_objext` in
1354 *MSB*)
1355 emul="${emul}btsmip"
1356 ;;
1357 *LSB*)
1358 emul="${emul}ltsmip"
1359 ;;
1360 esac
1361 case `/usr/bin/file conftest.$ac_objext` in
1362 *N32*)
1363 emul="${emul}n32"
1364 ;;
1365 esac
1366 LD="${LD-ld} -m $emul"
1367 fi
1368 rm -rf conftest*
1369 ;;
1370
1371 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
1372 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
1373 # Find out what ABI is being produced by ac_compile, and set linker
1374 # options accordingly. Note that the listed cases only cover the
1375 # situations where additional linker options are needed (such as when
1376 # doing 32-bit compilation for a host where ld defaults to 64-bit, or
1377 # vice versa); the common cases where no linker options are needed do
1378 # not appear in the list.
1379 echo 'int i;' > conftest.$ac_ext
1380 if AC_TRY_EVAL(ac_compile); then
1381 case `/usr/bin/file conftest.o` in
1382 *32-bit*)
1383 case $host in
1384 x86_64-*kfreebsd*-gnu)
1385 LD="${LD-ld} -m elf_i386_fbsd"
1386 ;;
1387 x86_64-*linux*)
1388 case `/usr/bin/file conftest.o` in
1389 *x86-64*)
1390 LD="${LD-ld} -m elf32_x86_64"
1391 ;;
1392 *)
1393 LD="${LD-ld} -m elf_i386"
1394 ;;
1395 esac
1396 ;;
1397 powerpc64le-*linux*)
1398 LD="${LD-ld} -m elf32lppclinux"
1399 ;;
1400 powerpc64-*linux*)
1401 LD="${LD-ld} -m elf32ppclinux"
1402 ;;
1403 s390x-*linux*)
1404 LD="${LD-ld} -m elf_s390"
1405 ;;
1406 sparc64-*linux*)
1407 LD="${LD-ld} -m elf32_sparc"
1408 ;;
1409 esac
1410 ;;
1411 *64-bit*)
1412 case $host in
1413 x86_64-*kfreebsd*-gnu)
1414 LD="${LD-ld} -m elf_x86_64_fbsd"
1415 ;;
1416 x86_64-*linux*)
1417 LD="${LD-ld} -m elf_x86_64"
1418 ;;
1419 powerpcle-*linux*)
1420 LD="${LD-ld} -m elf64lppc"
1421 ;;
1422 powerpc-*linux*)
1423 LD="${LD-ld} -m elf64ppc"
1424 ;;
1425 s390*-*linux*|s390*-*tpf*)
1426 LD="${LD-ld} -m elf64_s390"
1427 ;;
1428 sparc*-*linux*)
1429 LD="${LD-ld} -m elf64_sparc"
1430 ;;
1431 esac
1432 ;;
1433 esac
1434 fi
1435 rm -rf conftest*
1436 ;;
1437
1438 *-*-sco3.2v5*)
1439 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
1440 SAVE_CFLAGS=$CFLAGS
1441 CFLAGS="$CFLAGS -belf"
1442 AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf,
1443 [AC_LANG_PUSH(C)
1444 AC_LINK_IFELSE([AC_LANG_PROGRAM([[]],[[]])],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no])
1445 AC_LANG_POP])
1446 if test yes != "$lt_cv_cc_needs_belf"; then
1447 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
1448 CFLAGS=$SAVE_CFLAGS
1449 fi
1450 ;;
1451 *-*solaris*)
1452 # Find out what ABI is being produced by ac_compile, and set linker
1453 # options accordingly.
1454 echo 'int i;' > conftest.$ac_ext
1455 if AC_TRY_EVAL(ac_compile); then
1456 case `/usr/bin/file conftest.o` in
1457 *64-bit*)
1458 case $lt_cv_prog_gnu_ld in
1459 yes*)
1460 case $host in
1461 i?86-*-solaris*|x86_64-*-solaris*)
1462 LD="${LD-ld} -m elf_x86_64"
1463 ;;
1464 sparc*-*-solaris*)
1465 LD="${LD-ld} -m elf64_sparc"
1466 ;;
1467 esac
1468 # GNU ld 2.21 introduced _sol2 emulations. Use them if available.
1469 if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then
1470 LD=${LD-ld}_sol2
1471 fi
1472 ;;
1473 *)
1474 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
1475 LD="${LD-ld} -64"
1476 fi
1477 ;;
1478 esac
1479 ;;
1480 esac
1481 fi
1482 rm -rf conftest*
1483 ;;
1484 esac
1485
1486 need_locks=$enable_libtool_lock
1487 ])# _LT_ENABLE_LOCK
1488
1489
1490 # _LT_PROG_AR
1491 # -----------
1492 m4_defun([_LT_PROG_AR],
1493 [AC_CHECK_TOOLS(AR, [ar], false)
1494 : ${AR=ar}
1495 : ${AR_FLAGS=cru}
1496 _LT_DECL([], [AR], [1], [The archiver])
1497 _LT_DECL([], [AR_FLAGS], [1], [Flags to create an archive])
1498
1499 AC_CACHE_CHECK([for archiver @FILE support], [lt_cv_ar_at_file],
1500 [lt_cv_ar_at_file=no
1501 AC_COMPILE_IFELSE([AC_LANG_PROGRAM],
1502 [echo conftest.$ac_objext > conftest.lst
1503 lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&AS_MESSAGE_LOG_FD'
1504 AC_TRY_EVAL([lt_ar_try])
1505 if test 0 -eq "$ac_status"; then
1506 # Ensure the archiver fails upon bogus file names.
1507 rm -f conftest.$ac_objext libconftest.a
1508 AC_TRY_EVAL([lt_ar_try])
1509 if test 0 -ne "$ac_status"; then
1510 lt_cv_ar_at_file=@
1511 fi
1512 fi
1513 rm -f conftest.* libconftest.a
1514 ])
1515 ])
1516
1517 if test no = "$lt_cv_ar_at_file"; then
1518 archiver_list_spec=
1519 else
1520 archiver_list_spec=$lt_cv_ar_at_file
1521 fi
1522 _LT_DECL([], [archiver_list_spec], [1],
1523 [How to feed a file listing to the archiver])
1524 ])# _LT_PROG_AR
1525
1526
1527 # _LT_CMD_OLD_ARCHIVE
1528 # -------------------
1529 m4_defun([_LT_CMD_OLD_ARCHIVE],
1530 [_LT_PROG_AR
1531
1532 AC_CHECK_TOOL(STRIP, strip, :)
1533 test -z "$STRIP" && STRIP=:
1534 _LT_DECL([], [STRIP], [1], [A symbol stripping program])
1535
1536 AC_CHECK_TOOL(RANLIB, ranlib, :)
1537 test -z "$RANLIB" && RANLIB=:
1538 _LT_DECL([], [RANLIB], [1],
1539 [Commands used to install an old-style archive])
1540
1541 # Determine commands to create old-style static archives.
1542 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
1543 old_postinstall_cmds='chmod 644 $oldlib'
1544 old_postuninstall_cmds=
1545
1546 if test -n "$RANLIB"; then
1547 case $host_os in
1548 bitrig* | openbsd*)
1549 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
1550 ;;
1551 *)
1552 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib"
1553 ;;
1554 esac
1555 old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib"
1556 fi
1557
1558 case $host_os in
1559 darwin*)
1560 lock_old_archive_extraction=yes ;;
1561 *)
1562 lock_old_archive_extraction=no ;;
1563 esac
1564 _LT_DECL([], [old_postinstall_cmds], [2])
1565 _LT_DECL([], [old_postuninstall_cmds], [2])
1566 _LT_TAGDECL([], [old_archive_cmds], [2],
1567 [Commands used to build an old-style archive])
1568 _LT_DECL([], [lock_old_archive_extraction], [0],
1569 [Whether to use a lock for old archive extraction])
1570 ])# _LT_CMD_OLD_ARCHIVE
1571
1572
1573 # _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
1574 # [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
1575 # ----------------------------------------------------------------
1576 # Check whether the given compiler option works
1577 AC_DEFUN([_LT_COMPILER_OPTION],
1578 [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
1579 m4_require([_LT_DECL_SED])dnl
1580 AC_CACHE_CHECK([$1], [$2],
1581 [$2=no
1582 m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
1583 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
1584 lt_compiler_flag="$3" ## exclude from sc_useless_quotes_in_assignment
1585 # Insert the option either (1) after the last *FLAGS variable, or
1586 # (2) before a word containing "conftest.", or (3) at the end.
1587 # Note that $ac_compile itself does not contain backslashes and begins
1588 # with a dollar sign (not a hyphen), so the echo should work correctly.
1589 # The option is referenced via a variable to avoid confusing sed.
1590 lt_compile=`echo "$ac_compile" | $SED \
1591 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
1592 -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
1593 -e 's:$: $lt_compiler_flag:'`
1594 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
1595 (eval "$lt_compile" 2>conftest.err)
1596 ac_status=$?
1597 cat conftest.err >&AS_MESSAGE_LOG_FD
1598 echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
1599 if (exit $ac_status) && test -s "$ac_outfile"; then
1600 # The compiler can only warn and ignore the option if not recognized
1601 # So say no if there are warnings other than the usual output.
1602 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
1603 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
1604 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
1605 $2=yes
1606 fi
1607 fi
1608 $RM conftest*
1609 ])
1610
1611 if test yes = "[$]$2"; then
1612 m4_if([$5], , :, [$5])
1613 else
1614 m4_if([$6], , :, [$6])
1615 fi
1616 ])# _LT_COMPILER_OPTION
1617
1618 # Old name:
1619 AU_ALIAS([AC_LIBTOOL_COMPILER_OPTION], [_LT_COMPILER_OPTION])
1620 dnl aclocal-1.4 backwards compatibility:
1621 dnl AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [])
1622
1623
1624 # _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
1625 # [ACTION-SUCCESS], [ACTION-FAILURE])
1626 # ----------------------------------------------------
1627 # Check whether the given linker option works
1628 AC_DEFUN([_LT_LINKER_OPTION],
1629 [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
1630 m4_require([_LT_DECL_SED])dnl
1631 AC_CACHE_CHECK([$1], [$2],
1632 [$2=no
1633 save_LDFLAGS=$LDFLAGS
1634 LDFLAGS="$LDFLAGS $3"
1635 echo "$lt_simple_link_test_code" > conftest.$ac_ext
1636 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
1637 # The linker can only warn and ignore the option if not recognized
1638 # So say no if there are warnings
1639 if test -s conftest.err; then
1640 # Append any errors to the config.log.
1641 cat conftest.err 1>&AS_MESSAGE_LOG_FD
1642 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
1643 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
1644 if diff conftest.exp conftest.er2 >/dev/null; then
1645 $2=yes
1646 fi
1647 else
1648 $2=yes
1649 fi
1650 fi
1651 $RM -r conftest*
1652 LDFLAGS=$save_LDFLAGS
1653 ])
1654
1655 if test yes = "[$]$2"; then
1656 m4_if([$4], , :, [$4])
1657 else
1658 m4_if([$5], , :, [$5])
1659 fi
1660 ])# _LT_LINKER_OPTION
1661
1662 # Old name:
1663 AU_ALIAS([AC_LIBTOOL_LINKER_OPTION], [_LT_LINKER_OPTION])
1664 dnl aclocal-1.4 backwards compatibility:
1665 dnl AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [])
1666
1667
1668 # LT_CMD_MAX_LEN
1669 #---------------
1670 AC_DEFUN([LT_CMD_MAX_LEN],
1671 [AC_REQUIRE([AC_CANONICAL_HOST])dnl
1672 # find the maximum length of command line arguments
1673 AC_MSG_CHECKING([the maximum length of command line arguments])
1674 AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
1675 i=0
1676 teststring=ABCD
1677
1678 case $build_os in
1679 msdosdjgpp*)
1680 # On DJGPP, this test can blow up pretty badly due to problems in libc
1681 # (any single argument exceeding 2000 bytes causes a buffer overrun
1682 # during glob expansion). Even if it were fixed, the result of this
1683 # check would be larger than it should be.
1684 lt_cv_sys_max_cmd_len=12288; # 12K is about right
1685 ;;
1686
1687 gnu*)
1688 # Under GNU Hurd, this test is not required because there is
1689 # no limit to the length of command line arguments.
1690 # Libtool will interpret -1 as no limit whatsoever
1691 lt_cv_sys_max_cmd_len=-1;
1692 ;;
1693
1694 cygwin* | mingw* | cegcc*)
1695 # On Win9x/ME, this test blows up -- it succeeds, but takes
1696 # about 5 minutes as the teststring grows exponentially.
1697 # Worse, since 9x/ME are not pre-emptively multitasking,
1698 # you end up with a "frozen" computer, even though with patience
1699 # the test eventually succeeds (with a max line length of 256k).
1700 # Instead, let's just punt: use the minimum linelength reported by
1701 # all of the supported platforms: 8192 (on NT/2K/XP).
1702 lt_cv_sys_max_cmd_len=8192;
1703 ;;
1704
1705 mint*)
1706 # On MiNT this can take a long time and run out of memory.
1707 lt_cv_sys_max_cmd_len=8192;
1708 ;;
1709
1710 amigaos*)
1711 # On AmigaOS with pdksh, this test takes hours, literally.
1712 # So we just punt and use a minimum line length of 8192.
1713 lt_cv_sys_max_cmd_len=8192;
1714 ;;
1715
1716 bitrig* | darwin* | dragonfly* | freebsd* | netbsd* | openbsd*)
1717 # This has been around since 386BSD, at least. Likely further.
1718 if test -x /sbin/sysctl; then
1719 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
1720 elif test -x /usr/sbin/sysctl; then
1721 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
1722 else
1723 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
1724 fi
1725 # And add a safety zone
1726 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
1727 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
1728 ;;
1729
1730 interix*)
1731 # We know the value 262144 and hardcode it with a safety zone (like BSD)
1732 lt_cv_sys_max_cmd_len=196608
1733 ;;
1734
1735 os2*)
1736 # The test takes a long time on OS/2.
1737 lt_cv_sys_max_cmd_len=8192
1738 ;;
1739
1740 osf*)
1741 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
1742 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
1743 # nice to cause kernel panics so lets avoid the loop below.
1744 # First set a reasonable default.
1745 lt_cv_sys_max_cmd_len=16384
1746 #
1747 if test -x /sbin/sysconfig; then
1748 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
1749 *1*) lt_cv_sys_max_cmd_len=-1 ;;
1750 esac
1751 fi
1752 ;;
1753 sco3.2v5*)
1754 lt_cv_sys_max_cmd_len=102400
1755 ;;
1756 sysv5* | sco5v6* | sysv4.2uw2*)
1757 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
1758 if test -n "$kargmax"; then
1759 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'`
1760 else
1761 lt_cv_sys_max_cmd_len=32768
1762 fi
1763 ;;
1764 *)
1765 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
1766 if test -n "$lt_cv_sys_max_cmd_len" && \
1767 test undefined != "$lt_cv_sys_max_cmd_len"; then
1768 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
1769 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
1770 else
1771 # Make teststring a little bigger before we do anything with it.
1772 # a 1K string should be a reasonable start.
1773 for i in 1 2 3 4 5 6 7 8; do
1774 teststring=$teststring$teststring
1775 done
1776 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
1777 # If test is not a shell built-in, we'll probably end up computing a
1778 # maximum length that is only half of the actual maximum length, but
1779 # we can't tell.
1780 while { test X`env echo "$teststring$teststring" 2>/dev/null` \
1781 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
1782 test 17 != "$i" # 1/2 MB should be enough
1783 do
1784 i=`expr $i + 1`
1785 teststring=$teststring$teststring
1786 done
1787 # Only check the string length outside the loop.
1788 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
1789 teststring=
1790 # Add a significant safety factor because C++ compilers can tack on
1791 # massive amounts of additional arguments before passing them to the
1792 # linker. It appears as though 1/2 is a usable value.
1793 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
1794 fi
1795 ;;
1796 esac
1797 ])
1798 if test -n "$lt_cv_sys_max_cmd_len"; then
1799 AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
1800 else
1801 AC_MSG_RESULT(none)
1802 fi
1803 max_cmd_len=$lt_cv_sys_max_cmd_len
1804 _LT_DECL([], [max_cmd_len], [0],
1805 [What is the maximum length of a command?])
1806 ])# LT_CMD_MAX_LEN
1807
1808 # Old name:
1809 AU_ALIAS([AC_LIBTOOL_SYS_MAX_CMD_LEN], [LT_CMD_MAX_LEN])
1810 dnl aclocal-1.4 backwards compatibility:
1811 dnl AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [])
1812
1813
1814 # _LT_HEADER_DLFCN
1815 # ----------------
1816 m4_defun([_LT_HEADER_DLFCN],
1817 [AC_CHECK_HEADERS([dlfcn.h], [], [], [AC_INCLUDES_DEFAULT])dnl
1818 ])# _LT_HEADER_DLFCN
1819
1820
1821 # _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
1822 # ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
1823 # ----------------------------------------------------------------
1824 m4_defun([_LT_TRY_DLOPEN_SELF],
1825 [m4_require([_LT_HEADER_DLFCN])dnl
1826 if test yes = "$cross_compiling"; then :
1827 [$4]
1828 else
1829 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1830 lt_status=$lt_dlunknown
1831 cat > conftest.$ac_ext <<_LT_EOF
1832 [#line $LINENO "configure"
1833 #include "confdefs.h"
1834
1835 #if HAVE_DLFCN_H
1836 #include <dlfcn.h>
1837 #endif
1838
1839 #include <stdio.h>
1840
1841 #ifdef RTLD_GLOBAL
1842 # define LT_DLGLOBAL RTLD_GLOBAL
1843 #else
1844 # ifdef DL_GLOBAL
1845 # define LT_DLGLOBAL DL_GLOBAL
1846 # else
1847 # define LT_DLGLOBAL 0
1848 # endif
1849 #endif
1850
1851 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
1852 find out it does not work in some platform. */
1853 #ifndef LT_DLLAZY_OR_NOW
1854 # ifdef RTLD_LAZY
1855 # define LT_DLLAZY_OR_NOW RTLD_LAZY
1856 # else
1857 # ifdef DL_LAZY
1858 # define LT_DLLAZY_OR_NOW DL_LAZY
1859 # else
1860 # ifdef RTLD_NOW
1861 # define LT_DLLAZY_OR_NOW RTLD_NOW
1862 # else
1863 # ifdef DL_NOW
1864 # define LT_DLLAZY_OR_NOW DL_NOW
1865 # else
1866 # define LT_DLLAZY_OR_NOW 0
1867 # endif
1868 # endif
1869 # endif
1870 # endif
1871 #endif
1872
1873 /* When -fvisibility=hidden is used, assume the code has been annotated
1874 correspondingly for the symbols needed. */
1875 #if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
1876 int fnord () __attribute__((visibility("default")));
1877 #endif
1878
1879 int fnord () { return 42; }
1880 int main ()
1881 {
1882 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
1883 int status = $lt_dlunknown;
1884
1885 if (self)
1886 {
1887 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
1888 else
1889 {
1890 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
1891 else puts (dlerror ());
1892 }
1893 /* dlclose (self); */
1894 }
1895 else
1896 puts (dlerror ());
1897
1898 return status;
1899 }]
1900 _LT_EOF
1901 if AC_TRY_EVAL(ac_link) && test -s "conftest$ac_exeext" 2>/dev/null; then
1902 (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null
1903 lt_status=$?
1904 case x$lt_status in
1905 x$lt_dlno_uscore) $1 ;;
1906 x$lt_dlneed_uscore) $2 ;;
1907 x$lt_dlunknown|x*) $3 ;;
1908 esac
1909 else :
1910 # compilation failed
1911 $3
1912 fi
1913 fi
1914 rm -fr conftest*
1915 ])# _LT_TRY_DLOPEN_SELF
1916
1917
1918 # LT_SYS_DLOPEN_SELF
1919 # ------------------
1920 AC_DEFUN([LT_SYS_DLOPEN_SELF],
1921 [m4_require([_LT_HEADER_DLFCN])dnl
1922 if test yes != "$enable_dlopen"; then
1923 enable_dlopen=unknown
1924 enable_dlopen_self=unknown
1925 enable_dlopen_self_static=unknown
1926 else
1927 lt_cv_dlopen=no
1928 lt_cv_dlopen_libs=
1929
1930 case $host_os in
1931 beos*)
1932 lt_cv_dlopen=load_add_on
1933 lt_cv_dlopen_libs=
1934 lt_cv_dlopen_self=yes
1935 ;;
1936
1937 mingw* | pw32* | cegcc*)
1938 lt_cv_dlopen=LoadLibrary
1939 lt_cv_dlopen_libs=
1940 ;;
1941
1942 cygwin*)
1943 lt_cv_dlopen=dlopen
1944 lt_cv_dlopen_libs=
1945 ;;
1946
1947 darwin*)
1948 # if libdl is installed we need to link against it
1949 AC_CHECK_LIB([dl], [dlopen],
1950 [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl],[
1951 lt_cv_dlopen=dyld
1952 lt_cv_dlopen_libs=
1953 lt_cv_dlopen_self=yes
1954 ])
1955 ;;
1956
1957 tpf*)
1958 # Don't try to run any link tests for TPF. We know it's impossible
1959 # because TPF is a cross-compiler, and we know how we open DSOs.
1960 lt_cv_dlopen=dlopen
1961 lt_cv_dlopen_libs=
1962 lt_cv_dlopen_self=no
1963 ;;
1964
1965 *)
1966 AC_CHECK_FUNC([shl_load],
1967 [lt_cv_dlopen=shl_load],
1968 [AC_CHECK_LIB([dld], [shl_load],
1969 [lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld],
1970 [AC_CHECK_FUNC([dlopen],
1971 [lt_cv_dlopen=dlopen],
1972 [AC_CHECK_LIB([dl], [dlopen],
1973 [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl],
1974 [AC_CHECK_LIB([svld], [dlopen],
1975 [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld],
1976 [AC_CHECK_LIB([dld], [dld_link],
1977 [lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld])
1978 ])
1979 ])
1980 ])
1981 ])
1982 ])
1983 ;;
1984 esac
1985
1986 if test no = "$lt_cv_dlopen"; then
1987 enable_dlopen=no
1988 else
1989 enable_dlopen=yes
1990 fi
1991
1992 case $lt_cv_dlopen in
1993 dlopen)
1994 save_CPPFLAGS=$CPPFLAGS
1995 test yes = "$ac_cv_header_dlfcn_h" && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
1996
1997 save_LDFLAGS=$LDFLAGS
1998 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
1999
2000 save_LIBS=$LIBS
2001 LIBS="$lt_cv_dlopen_libs $LIBS"
2002
2003 AC_CACHE_CHECK([whether a program can dlopen itself],
2004 lt_cv_dlopen_self, [dnl
2005 _LT_TRY_DLOPEN_SELF(
2006 lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
2007 lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
2008 ])
2009
2010 if test yes = "$lt_cv_dlopen_self"; then
2011 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
2012 AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
2013 lt_cv_dlopen_self_static, [dnl
2014 _LT_TRY_DLOPEN_SELF(
2015 lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
2016 lt_cv_dlopen_self_static=no, lt_cv_dlopen_self_static=cross)
2017 ])
2018 fi
2019
2020 CPPFLAGS=$save_CPPFLAGS
2021 LDFLAGS=$save_LDFLAGS
2022 LIBS=$save_LIBS
2023 ;;
2024 esac
2025
2026 case $lt_cv_dlopen_self in
2027 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
2028 *) enable_dlopen_self=unknown ;;
2029 esac
2030
2031 case $lt_cv_dlopen_self_static in
2032 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
2033 *) enable_dlopen_self_static=unknown ;;
2034 esac
2035 fi
2036 _LT_DECL([dlopen_support], [enable_dlopen], [0],
2037 [Whether dlopen is supported])
2038 _LT_DECL([dlopen_self], [enable_dlopen_self], [0],
2039 [Whether dlopen of programs is supported])
2040 _LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0],
2041 [Whether dlopen of statically linked programs is supported])
2042 ])# LT_SYS_DLOPEN_SELF
2043
2044 # Old name:
2045 AU_ALIAS([AC_LIBTOOL_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF])
2046 dnl aclocal-1.4 backwards compatibility:
2047 dnl AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [])
2048
2049
2050 # _LT_COMPILER_C_O([TAGNAME])
2051 # ---------------------------
2052 # Check to see if options -c and -o are simultaneously supported by compiler.
2053 # This macro does not hard code the compiler like AC_PROG_CC_C_O.
2054 m4_defun([_LT_COMPILER_C_O],
2055 [m4_require([_LT_DECL_SED])dnl
2056 m4_require([_LT_FILEUTILS_DEFAULTS])dnl
2057 m4_require([_LT_TAG_COMPILER])dnl
2058 AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext],
2059 [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)],
2060 [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no
2061 $RM -r conftest 2>/dev/null
2062 mkdir conftest
2063 cd conftest
2064 mkdir out
2065 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
2066
2067 lt_compiler_flag="-o out/conftest2.$ac_objext"
2068 # Insert the option either (1) after the last *FLAGS variable, or
2069 # (2) before a word containing "conftest.", or (3) at the end.
2070 # Note that $ac_compile itself does not contain backslashes and begins
2071 # with a dollar sign (not a hyphen), so the echo should work correctly.
2072 lt_compile=`echo "$ac_compile" | $SED \
2073 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
2074 -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
2075 -e 's:$: $lt_compiler_flag:'`
2076 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
2077 (eval "$lt_compile" 2>out/conftest.err)
2078 ac_status=$?
2079 cat out/conftest.err >&AS_MESSAGE_LOG_FD
2080 echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
2081 if (exit $ac_status) && test -s out/conftest2.$ac_objext
2082 then
2083 # The compiler can only warn and ignore the option if not recognized
2084 # So say no if there are warnings
2085 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
2086 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
2087 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
2088 _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
2089 fi
2090 fi
2091 chmod u+w . 2>&AS_MESSAGE_LOG_FD
2092 $RM conftest*
2093 # SGI C++ compiler will create directory out/ii_files/ for
2094 # template instantiation
2095 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
2096 $RM out/* && rmdir out
2097 cd ..
2098 $RM -r conftest
2099 $RM conftest*
2100 ])
2101 _LT_TAGDECL([compiler_c_o], [lt_cv_prog_compiler_c_o], [1],
2102 [Does compiler simultaneously support -c and -o options?])
2103 ])# _LT_COMPILER_C_O
2104
2105
2106 # _LT_COMPILER_FILE_LOCKS([TAGNAME])
2107 # ----------------------------------
2108 # Check to see if we can do hard links to lock some files if needed
2109 m4_defun([_LT_COMPILER_FILE_LOCKS],
2110 [m4_require([_LT_ENABLE_LOCK])dnl
2111 m4_require([_LT_FILEUTILS_DEFAULTS])dnl
2112 _LT_COMPILER_C_O([$1])
2113
2114 hard_links=nottested
2115 if test no = "$_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)" && test no != "$need_locks"; then
2116 # do not overwrite the value of need_locks provided by the user
2117 AC_MSG_CHECKING([if we can lock with hard links])
2118 hard_links=yes
2119 $RM conftest*
2120 ln conftest.a conftest.b 2>/dev/null && hard_links=no
2121 touch conftest.a
2122 ln conftest.a conftest.b 2>&5 || hard_links=no
2123 ln conftest.a conftest.b 2>/dev/null && hard_links=no
2124 AC_MSG_RESULT([$hard_links])
2125 if test no = "$hard_links"; then
2126 AC_MSG_WARN(['$CC' does not support '-c -o', so 'make -j' may be unsafe])
2127 need_locks=warn
2128 fi
2129 else
2130 need_locks=no
2131 fi
2132 _LT_DECL([], [need_locks], [1], [Must we lock files when doing compilation?])
2133 ])# _LT_COMPILER_FILE_LOCKS
2134
2135
2136 # _LT_CHECK_OBJDIR
2137 # ----------------
2138 m4_defun([_LT_CHECK_OBJDIR],
2139 [AC_CACHE_CHECK([for objdir], [lt_cv_objdir],
2140 [rm -f .libs 2>/dev/null
2141 mkdir .libs 2>/dev/null
2142 if test -d .libs; then
2143 lt_cv_objdir=.libs
2144 else
2145 # MS-DOS does not allow filenames that begin with a dot.
2146 lt_cv_objdir=_libs
2147 fi
2148 rmdir .libs 2>/dev/null])
2149 objdir=$lt_cv_objdir
2150 _LT_DECL([], [objdir], [0],
2151 [The name of the directory that contains temporary libtool files])dnl
2152 m4_pattern_allow([LT_OBJDIR])dnl
2153 AC_DEFINE_UNQUOTED([LT_OBJDIR], "$lt_cv_objdir/",
2154 [Define to the sub-directory where libtool stores uninstalled libraries.])
2155 ])# _LT_CHECK_OBJDIR
2156
2157
2158 # _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
2159 # --------------------------------------
2160 # Check hardcoding attributes.
2161 m4_defun([_LT_LINKER_HARDCODE_LIBPATH],
2162 [AC_MSG_CHECKING([how to hardcode library paths into programs])
2163 _LT_TAGVAR(hardcode_action, $1)=
2164 if test -n "$_LT_TAGVAR(hardcode_libdir_flag_spec, $1)" ||
2165 test -n "$_LT_TAGVAR(runpath_var, $1)" ||
2166 test yes = "$_LT_TAGVAR(hardcode_automatic, $1)"; then
2167
2168 # We can hardcode non-existent directories.
2169 if test no != "$_LT_TAGVAR(hardcode_direct, $1)" &&
2170 # If the only mechanism to avoid hardcoding is shlibpath_var, we
2171 # have to relink, otherwise we might link with an installed library
2172 # when we should be linking with a yet-to-be-installed one
2173 ## test no != "$_LT_TAGVAR(hardcode_shlibpath_var, $1)" &&
2174 test no != "$_LT_TAGVAR(hardcode_minus_L, $1)"; then
2175 # Linking always hardcodes the temporary library directory.
2176 _LT_TAGVAR(hardcode_action, $1)=relink
2177 else
2178 # We can link without hardcoding, and we can hardcode nonexisting dirs.
2179 _LT_TAGVAR(hardcode_action, $1)=immediate
2180 fi
2181 else
2182 # We cannot hardcode anything, or else we can only hardcode existing
2183 # directories.
2184 _LT_TAGVAR(hardcode_action, $1)=unsupported
2185 fi
2186 AC_MSG_RESULT([$_LT_TAGVAR(hardcode_action, $1)])
2187
2188 if test relink = "$_LT_TAGVAR(hardcode_action, $1)" ||
2189 test yes = "$_LT_TAGVAR(inherit_rpath, $1)"; then
2190 # Fast installation is not supported
2191 enable_fast_install=no
2192 elif test yes = "$shlibpath_overrides_runpath" ||
2193 test no = "$enable_shared"; then
2194 # Fast installation is not necessary
2195 enable_fast_install=needless
2196 fi
2197 _LT_TAGDECL([], [hardcode_action], [0],
2198 [How to hardcode a shared library path into an executable])
2199 ])# _LT_LINKER_HARDCODE_LIBPATH
2200
2201
2202 # _LT_CMD_STRIPLIB
2203 # ----------------
2204 m4_defun([_LT_CMD_STRIPLIB],
2205 [m4_require([_LT_DECL_EGREP])
2206 striplib=
2207 old_striplib=
2208 AC_MSG_CHECKING([whether stripping libraries is possible])
2209 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
2210 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
2211 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
2212 AC_MSG_RESULT([yes])
2213 else
2214 # FIXME - insert some real tests, host_os isn't really good enough
2215 case $host_os in
2216 darwin*)
2217 if test -n "$STRIP"; then
2218 striplib="$STRIP -x"
2219 old_striplib="$STRIP -S"
2220 AC_MSG_RESULT([yes])
2221 else
2222 AC_MSG_RESULT([no])
2223 fi
2224 ;;
2225 *)
2226 AC_MSG_RESULT([no])
2227 ;;
2228 esac
2229 fi
2230 _LT_DECL([], [old_striplib], [1], [Commands to strip libraries])
2231 _LT_DECL([], [striplib], [1])
2232 ])# _LT_CMD_STRIPLIB
2233
2234
2235 # _LT_PREPARE_MUNGE_PATH_LIST
2236 # ---------------------------
2237 # Make sure func_munge_path_list() is defined correctly.
2238 m4_defun([_LT_PREPARE_MUNGE_PATH_LIST],
2239 [[# func_munge_path_list VARIABLE PATH
2240 # -----------------------------------
2241 # VARIABLE is name of variable containing _space_ separated list of
2242 # directories to be munged by the contents of PATH, which is string
2243 # having a format:
2244 # "DIR[:DIR]:"
2245 # string "DIR[ DIR]" will be prepended to VARIABLE
2246 # ":DIR[:DIR]"
2247 # string "DIR[ DIR]" will be appended to VARIABLE
2248 # "DIRP[:DIRP]::[DIRA:]DIRA"
2249 # string "DIRP[ DIRP]" will be prepended to VARIABLE and string
2250 # "DIRA[ DIRA]" will be appended to VARIABLE
2251 # "DIR[:DIR]"
2252 # VARIABLE will be replaced by "DIR[ DIR]"
2253 func_munge_path_list ()
2254 {
2255 case x@S|@2 in
2256 x)
2257 ;;
2258 *:)
2259 eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\"
2260 ;;
2261 x:*)
2262 eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\"
2263 ;;
2264 *::*)
2265 eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
2266 eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\"
2267 ;;
2268 *)
2269 eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\"
2270 ;;
2271 esac
2272 }
2273 ]])# _LT_PREPARE_PATH_LIST
2274
2275
2276 # _LT_SYS_DYNAMIC_LINKER([TAG])
2277 # -----------------------------
2278 # PORTME Fill in your ld.so characteristics
2279 m4_defun([_LT_SYS_DYNAMIC_LINKER],
2280 [AC_REQUIRE([AC_CANONICAL_HOST])dnl
2281 m4_require([_LT_DECL_EGREP])dnl
2282 m4_require([_LT_FILEUTILS_DEFAULTS])dnl
2283 m4_require([_LT_DECL_OBJDUMP])dnl
2284 m4_require([_LT_DECL_SED])dnl
2285 m4_require([_LT_CHECK_SHELL_FEATURES])dnl
2286 m4_require([_LT_PREPARE_MUNGE_PATH_LIST])dnl
2287 AC_MSG_CHECKING([dynamic linker characteristics])
2288 m4_if([$1],
2289 [], [
2290 if test yes = "$GCC"; then
2291 case $host_os in
2292 darwin*) lt_awk_arg='/^libraries:/,/LR/' ;;
2293 *) lt_awk_arg='/^libraries:/' ;;
2294 esac
2295 case $host_os in
2296 mingw* | cegcc*) lt_sed_strip_eq='s|=\([[A-Za-z]]:\)|\1|g' ;;
2297 *) lt_sed_strip_eq='s|=/|/|g' ;;
2298 esac
2299 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
2300 case $lt_search_path_spec in
2301 *\;*)
2302 # if the path contains ";" then we assume it to be the separator
2303 # otherwise default to the standard path separator (i.e. ":") - it is
2304 # assumed that no part of a normal pathname contains ";" but that should
2305 # okay in the real world where ";" in dirpaths is itself problematic.
2306 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
2307 ;;
2308 *)
2309 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
2310 ;;
2311 esac
2312 # Ok, now we have the path, separated by spaces, we can step through it
2313 # and add multilib dir if necessary...
2314 lt_tmp_lt_search_path_spec=
2315 lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
2316 # ...but if some path component already ends with the multilib dir we assume
2317 # that all is fine and trust -print-search-dirs as is (GCC 4.2? or newer).
2318 case "$lt_multi_os_dir; $lt_search_path_spec " in
2319 "/; "* | "/.; "* | "/./; "* | *"$lt_multi_os_dir "* | *"$lt_multi_os_dir/ "*)
2320 lt_multi_os_dir=
2321 ;;
2322 esac
2323 for lt_sys_path in $lt_search_path_spec; do
2324 if test -d "$lt_sys_path$lt_multi_os_dir"; then
2325 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path$lt_multi_os_dir"
2326 elif test -n "$lt_multi_os_dir"; then
2327 test -d "$lt_sys_path" && \
2328 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
2329 fi
2330 done
2331 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
2332 BEGIN {RS = " "; FS = "/|\n";} {
2333 lt_foo = "";
2334 lt_count = 0;
2335 for (lt_i = NF; lt_i > 0; lt_i--) {
2336 if ($lt_i != "" && $lt_i != ".") {
2337 if ($lt_i == "..") {
2338 lt_count++;
2339 } else {
2340 if (lt_count == 0) {
2341 lt_foo = "/" $lt_i lt_foo;
2342 } else {
2343 lt_count--;
2344 }
2345 }
2346 }
2347 }
2348 if (lt_foo != "") { lt_freq[[lt_foo]]++; }
2349 if (lt_freq[[lt_foo]] == 1) { print lt_foo; }
2350 }'`
2351 # AWK program above erroneously prepends '/' to C:/dos/paths
2352 # for these hosts.
2353 case $host_os in
2354 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
2355 $SED 's|/\([[A-Za-z]]:\)|\1|g'` ;;
2356 esac
2357 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
2358 else
2359 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
2360 fi])
2361 library_names_spec=
2362 libname_spec='lib$name'
2363 soname_spec=
2364 shrext_cmds=.so
2365 postinstall_cmds=
2366 postuninstall_cmds=
2367 finish_cmds=
2368 finish_eval=
2369 shlibpath_var=
2370 shlibpath_overrides_runpath=unknown
2371 version_type=none
2372 dynamic_linker="$host_os ld.so"
2373 sys_lib_dlsearch_path_spec="/lib /usr/lib"
2374 need_lib_prefix=unknown
2375 hardcode_into_libs=no
2376
2377 # when you set need_version to no, make sure it does not cause -set_version
2378 # flags to be left without arguments
2379 need_version=unknown
2380
2381 AC_ARG_VAR([LT_SYS_LIBRARY_PATH],
2382 [User-defined run-time library search path.])
2383
2384 case $host_os in
2385 aix3*)
2386 version_type=linux # correct to gnu/linux during the next big refactor
2387 library_names_spec='$libname$release$shared_ext$versuffix $libname.a'
2388 shlibpath_var=LIBPATH
2389
2390 # AIX 3 has no versioning support, so we append a major version to the name.
2391 soname_spec='$libname$release$shared_ext$major'
2392 ;;
2393
2394 aix[[4-9]]*)
2395 version_type=linux # correct to gnu/linux during the next big refactor
2396 need_lib_prefix=no
2397 need_version=no
2398 hardcode_into_libs=yes
2399 if test ia64 = "$host_cpu"; then
2400 # AIX 5 supports IA64
2401 library_names_spec='$libname$release$shared_ext$major $libname$release$shared_ext$versuffix $libname$shared_ext'
2402 shlibpath_var=LD_LIBRARY_PATH
2403 else
2404 # With GCC up to 2.95.x, collect2 would create an import file
2405 # for dependence libraries. The import file would start with
2406 # the line '#! .'. This would cause the generated library to
2407 # depend on '.', always an invalid library. This was fixed in
2408 # development snapshots of GCC prior to 3.0.
2409 case $host_os in
2410 aix4 | aix4.[[01]] | aix4.[[01]].*)
2411 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
2412 echo ' yes '
2413 echo '#endif'; } | $CC -E - | $GREP yes > /dev/null; then
2414 :
2415 else
2416 can_build_shared=no
2417 fi
2418 ;;
2419 esac
2420 # Using Import Files as archive members, it is possible to support
2421 # filename-based versioning of shared library archives on AIX. While
2422 # this would work for both with and without runtime linking, it will
2423 # prevent static linking of such archives. So we do filename-based
2424 # shared library versioning with .so extension only, which is used
2425 # when both runtime linking and shared linking is enabled.
2426 # Unfortunately, runtime linking may impact performance, so we do
2427 # not want this to be the default eventually. Also, we use the
2428 # versioned .so libs for executables only if there is the -brtl
2429 # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only.
2430 # To allow for filename-based versioning support, we need to create
2431 # libNAME.so.V as an archive file, containing:
2432 # *) an Import File, referring to the versioned filename of the
2433 # archive as well as the shared archive member, telling the
2434 # bitwidth (32 or 64) of that shared object, and providing the
2435 # list of exported symbols of that shared object, eventually
2436 # decorated with the 'weak' keyword
2437 # *) the shared object with the F_LOADONLY flag set, to really avoid
2438 # it being seen by the linker.
2439 # At run time we better use the real file rather than another symlink,
2440 # but for link time we create the symlink libNAME.so -> libNAME.so.V
2441
2442 case $with_aix_soname,$aix_use_runtimelinking in
2443 # AIX (on Power*) has no versioning support, so currently we cannot hardcode correct
2444 # soname into executable. Probably we can add versioning support to
2445 # collect2, so additional links can be useful in future.
2446 aix,yes) # traditional libtool
2447 dynamic_linker='AIX unversionable lib.so'
2448 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
2449 # instead of lib<name>.a to let people know that these are not
2450 # typical AIX shared libraries.
2451 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2452 ;;
2453 aix,no) # traditional AIX only
2454 dynamic_linker='AIX lib.a[(]lib.so.V[)]'
2455 # We preserve .a as extension for shared libraries through AIX4.2
2456 # and later when we are not doing run time linking.
2457 library_names_spec='$libname$release.a $libname.a'
2458 soname_spec='$libname$release$shared_ext$major'
2459 ;;
2460 svr4,*) # full svr4 only
2461 dynamic_linker="AIX lib.so.V[(]$shared_archive_member_spec.o[)]"
2462 library_names_spec='$libname$release$shared_ext$major $libname$shared_ext'
2463 # We do not specify a path in Import Files, so LIBPATH fires.
2464 shlibpath_overrides_runpath=yes
2465 ;;
2466 *,yes) # both, prefer svr4
2467 dynamic_linker="AIX lib.so.V[(]$shared_archive_member_spec.o[)], lib.a[(]lib.so.V[)]"
2468 library_names_spec='$libname$release$shared_ext$major $libname$shared_ext'
2469 # unpreferred sharedlib libNAME.a needs extra handling
2470 postinstall_cmds='test -n "$linkname" || linkname="$realname"~func_stripname "" ".so" "$linkname"~$install_shared_prog "$dir/$func_stripname_result.$libext" "$destdir/$func_stripname_result.$libext"~test -z "$tstripme" || test -z "$striplib" || $striplib "$destdir/$func_stripname_result.$libext"'
2471 postuninstall_cmds='for n in $library_names $old_library; do :; done~func_stripname "" ".so" "$n"~test "$func_stripname_result" = "$n" || func_append rmfiles " $odir/$func_stripname_result.$libext"'
2472 # We do not specify a path in Import Files, so LIBPATH fires.
2473 shlibpath_overrides_runpath=yes
2474 ;;
2475 *,no) # both, prefer aix
2476 dynamic_linker="AIX lib.a[(]lib.so.V[)], lib.so.V[(]$shared_archive_member_spec.o[)]"
2477 library_names_spec='$libname$release.a $libname.a'
2478 soname_spec='$libname$release$shared_ext$major'
2479 # unpreferred sharedlib libNAME.so.V and symlink libNAME.so need extra handling
2480 postinstall_cmds='test -z "$dlname" || $install_shared_prog $dir/$dlname $destdir/$dlname~test -z "$tstripme" || test -z "$striplib" || $striplib $destdir/$dlname~test -n "$linkname" || linkname=$realname~func_stripname "" ".a" "$linkname"~(cd "$destdir" && $LN_S -f $dlname $func_stripname_result.so)'
2481 postuninstall_cmds='test -z "$dlname" || func_append rmfiles " $odir/$dlname"~for n in $old_library $library_names; do :; done~func_stripname "" ".a" "$n"~func_append rmfiles " $odir/$func_stripname_result.so"'
2482 ;;
2483 esac
2484 shlibpath_var=LIBPATH
2485 fi
2486 ;;
2487
2488 amigaos*)
2489 case $host_cpu in
2490 powerpc)
2491 # Since July 2007 AmigaOS4 officially supports .so libraries.
2492 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
2493 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2494 ;;
2495 m68k)
2496 library_names_spec='$libname.ixlibrary $libname.a'
2497 # Create ${libname}_ixlibrary.a entries in /sys/libs.
2498 finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
2499 ;;
2500 esac
2501 ;;
2502
2503 beos*)
2504 library_names_spec='$libname$shared_ext'
2505 dynamic_linker="$host_os ld.so"
2506 shlibpath_var=LIBRARY_PATH
2507 ;;
2508
2509 bsdi[[45]]*)
2510 version_type=linux # correct to gnu/linux during the next big refactor
2511 need_version=no
2512 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2513 soname_spec='$libname$release$shared_ext$major'
2514 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
2515 shlibpath_var=LD_LIBRARY_PATH
2516 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
2517 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
2518 # the default ld.so.conf also contains /usr/contrib/lib and
2519 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
2520 # libtool to hard-code these into programs
2521 ;;
2522
2523 cygwin* | mingw* | pw32* | cegcc*)
2524 version_type=windows
2525 shrext_cmds=.dll
2526 need_version=no
2527 need_lib_prefix=no
2528
2529 case $GCC,$cc_basename in
2530 yes,*)
2531 # gcc
2532 library_names_spec='$libname.dll.a'
2533 # DLL is installed to $(libdir)/../bin by postinstall_cmds
2534 postinstall_cmds='base_file=`basename \$file`~
2535 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
2536 dldir=$destdir/`dirname \$dlpath`~
2537 test -d \$dldir || mkdir -p \$dldir~
2538 $install_prog $dir/$dlname \$dldir/$dlname~
2539 chmod a+x \$dldir/$dlname~
2540 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
2541 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
2542 fi'
2543 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
2544 dlpath=$dir/\$dldll~
2545 $RM \$dlpath'
2546 shlibpath_overrides_runpath=yes
2547
2548 case $host_os in
2549 cygwin*)
2550 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
2551 soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
2552 m4_if([$1], [],[
2553 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"])
2554 ;;
2555 mingw* | cegcc*)
2556 # MinGW DLLs use traditional 'lib' prefix
2557 soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
2558 ;;
2559 pw32*)
2560 # pw32 DLLs use 'pw' prefix rather than 'lib'
2561 library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
2562 ;;
2563 esac
2564 dynamic_linker='Win32 ld.exe'
2565 ;;
2566
2567 *,cl*)
2568 # Native MSVC
2569 libname_spec='$name'
2570 soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
2571 library_names_spec='$libname.dll.lib'
2572
2573 case $build_os in
2574 mingw*)
2575 sys_lib_search_path_spec=
2576 lt_save_ifs=$IFS
2577 IFS=';'
2578 for lt_path in $LIB
2579 do
2580 IFS=$lt_save_ifs
2581 # Let DOS variable expansion print the short 8.3 style file name.
2582 lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
2583 sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
2584 done
2585 IFS=$lt_save_ifs
2586 # Convert to MSYS style.
2587 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
2588 ;;
2589 cygwin*)
2590 # Convert to unix form, then to dos form, then back to unix form
2591 # but this time dos style (no spaces!) so that the unix form looks
2592 # like /cygdrive/c/PROGRA~1:/cygdr...
2593 sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
2594 sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
2595 sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
2596 ;;
2597 *)
2598 sys_lib_search_path_spec=$LIB
2599 if $ECHO "$sys_lib_search_path_spec" | [$GREP ';[c-zC-Z]:/' >/dev/null]; then
2600 # It is most probably a Windows format PATH.
2601 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
2602 else
2603 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
2604 fi
2605 # FIXME: find the short name or the path components, as spaces are
2606 # common. (e.g. "Program Files" -> "PROGRA~1")
2607 ;;
2608 esac
2609
2610 # DLL is installed to $(libdir)/../bin by postinstall_cmds
2611 postinstall_cmds='base_file=`basename \$file`~
2612 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
2613 dldir=$destdir/`dirname \$dlpath`~
2614 test -d \$dldir || mkdir -p \$dldir~
2615 $install_prog $dir/$dlname \$dldir/$dlname'
2616 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
2617 dlpath=$dir/\$dldll~
2618 $RM \$dlpath'
2619 shlibpath_overrides_runpath=yes
2620 dynamic_linker='Win32 link.exe'
2621 ;;
2622
2623 *)
2624 # Assume MSVC wrapper
2625 library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib'
2626 dynamic_linker='Win32 ld.exe'
2627 ;;
2628 esac
2629 # FIXME: first we should search . and the directory the executable is in
2630 shlibpath_var=PATH
2631 ;;
2632
2633 darwin* | rhapsody*)
2634 dynamic_linker="$host_os dyld"
2635 version_type=darwin
2636 need_lib_prefix=no
2637 need_version=no
2638 library_names_spec='$libname$release$major$shared_ext $libname$shared_ext'
2639 soname_spec='$libname$release$major$shared_ext'
2640 shlibpath_overrides_runpath=yes
2641 shlibpath_var=DYLD_LIBRARY_PATH
2642 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
2643 m4_if([$1], [],[
2644 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"])
2645 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
2646 ;;
2647
2648 dgux*)
2649 version_type=linux # correct to gnu/linux during the next big refactor
2650 need_lib_prefix=no
2651 need_version=no
2652 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2653 soname_spec='$libname$release$shared_ext$major'
2654 shlibpath_var=LD_LIBRARY_PATH
2655 ;;
2656
2657 freebsd* | dragonfly*)
2658 # DragonFly does not have aout. When/if they implement a new
2659 # versioning mechanism, adjust this.
2660 if test -x /usr/bin/objformat; then
2661 objformat=`/usr/bin/objformat`
2662 else
2663 case $host_os in
2664 freebsd[[23]].*) objformat=aout ;;
2665 *) objformat=elf ;;
2666 esac
2667 fi
2668 version_type=freebsd-$objformat
2669 case $version_type in
2670 freebsd-elf*)
2671 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2672 soname_spec='$libname$release$shared_ext$major'
2673 need_version=no
2674 need_lib_prefix=no
2675 ;;
2676 freebsd-*)
2677 library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
2678 need_version=yes
2679 ;;
2680 esac
2681 shlibpath_var=LD_LIBRARY_PATH
2682 case $host_os in
2683 freebsd2.*)
2684 shlibpath_overrides_runpath=yes
2685 ;;
2686 freebsd3.[[01]]* | freebsdelf3.[[01]]*)
2687 shlibpath_overrides_runpath=yes
2688 hardcode_into_libs=yes
2689 ;;
2690 freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \
2691 freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1)
2692 shlibpath_overrides_runpath=no
2693 hardcode_into_libs=yes
2694 ;;
2695 *) # from 4.6 on, and DragonFly
2696 shlibpath_overrides_runpath=yes
2697 hardcode_into_libs=yes
2698 ;;
2699 esac
2700 ;;
2701
2702 haiku*)
2703 version_type=linux # correct to gnu/linux during the next big refactor
2704 need_lib_prefix=no
2705 need_version=no
2706 dynamic_linker="$host_os runtime_loader"
2707 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2708 soname_spec='$libname$release$shared_ext$major'
2709 shlibpath_var=LIBRARY_PATH
2710 shlibpath_overrides_runpath=no
2711 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
2712 hardcode_into_libs=yes
2713 ;;
2714
2715 hpux9* | hpux10* | hpux11*)
2716 # Give a soname corresponding to the major version so that dld.sl refuses to
2717 # link against other versions.
2718 version_type=sunos
2719 need_lib_prefix=no
2720 need_version=no
2721 case $host_cpu in
2722 ia64*)
2723 shrext_cmds='.so'
2724 hardcode_into_libs=yes
2725 dynamic_linker="$host_os dld.so"
2726 shlibpath_var=LD_LIBRARY_PATH
2727 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
2728 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2729 soname_spec='$libname$release$shared_ext$major'
2730 if test 32 = "$HPUX_IA64_MODE"; then
2731 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
2732 sys_lib_dlsearch_path_spec=/usr/lib/hpux32
2733 else
2734 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
2735 sys_lib_dlsearch_path_spec=/usr/lib/hpux64
2736 fi
2737 ;;
2738 hppa*64*)
2739 shrext_cmds='.sl'
2740 hardcode_into_libs=yes
2741 dynamic_linker="$host_os dld.sl"
2742 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
2743 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
2744 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2745 soname_spec='$libname$release$shared_ext$major'
2746 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
2747 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
2748 ;;
2749 *)
2750 shrext_cmds='.sl'
2751 dynamic_linker="$host_os dld.sl"
2752 shlibpath_var=SHLIB_PATH
2753 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
2754 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2755 soname_spec='$libname$release$shared_ext$major'
2756 ;;
2757 esac
2758 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
2759 postinstall_cmds='chmod 555 $lib'
2760 # or fails outright, so override atomically:
2761 install_override_mode=555
2762 ;;
2763
2764 interix[[3-9]]*)
2765 version_type=linux # correct to gnu/linux during the next big refactor
2766 need_lib_prefix=no
2767 need_version=no
2768 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2769 soname_spec='$libname$release$shared_ext$major'
2770 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
2771 shlibpath_var=LD_LIBRARY_PATH
2772 shlibpath_overrides_runpath=no
2773 hardcode_into_libs=yes
2774 ;;
2775
2776 irix5* | irix6* | nonstopux*)
2777 case $host_os in
2778 nonstopux*) version_type=nonstopux ;;
2779 *)
2780 if test yes = "$lt_cv_prog_gnu_ld"; then
2781 version_type=linux # correct to gnu/linux during the next big refactor
2782 else
2783 version_type=irix
2784 fi ;;
2785 esac
2786 need_lib_prefix=no
2787 need_version=no
2788 soname_spec='$libname$release$shared_ext$major'
2789 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$release$shared_ext $libname$shared_ext'
2790 case $host_os in
2791 irix5* | nonstopux*)
2792 libsuff= shlibsuff=
2793 ;;
2794 *)
2795 case $LD in # libtool.m4 will add one of these switches to LD
2796 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
2797 libsuff= shlibsuff= libmagic=32-bit;;
2798 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
2799 libsuff=32 shlibsuff=N32 libmagic=N32;;
2800 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
2801 libsuff=64 shlibsuff=64 libmagic=64-bit;;
2802 *) libsuff= shlibsuff= libmagic=never-match;;
2803 esac
2804 ;;
2805 esac
2806 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
2807 shlibpath_overrides_runpath=no
2808 sys_lib_search_path_spec="/usr/lib$libsuff /lib$libsuff /usr/local/lib$libsuff"
2809 sys_lib_dlsearch_path_spec="/usr/lib$libsuff /lib$libsuff"
2810 hardcode_into_libs=yes
2811 ;;
2812
2813 # No shared lib support for Linux oldld, aout, or coff.
2814 linux*oldld* | linux*aout* | linux*coff*)
2815 dynamic_linker=no
2816 ;;
2817
2818 linux*android*)
2819 version_type=none # Android doesn't support versioned libraries.
2820 need_lib_prefix=no
2821 need_version=no
2822 library_names_spec='$libname$release$shared_ext'
2823 soname_spec='$libname$release$shared_ext'
2824 finish_cmds=
2825 shlibpath_var=LD_LIBRARY_PATH
2826 shlibpath_overrides_runpath=yes
2827
2828 # This implies no fast_install, which is unacceptable.
2829 # Some rework will be needed to allow for fast_install
2830 # before this can be enabled.
2831 hardcode_into_libs=yes
2832
2833 dynamic_linker='Android linker'
2834 # Don't embed -rpath directories since the linker doesn't support them.
2835 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
2836 ;;
2837
2838 # This must be glibc/ELF.
2839 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
2840 version_type=linux # correct to gnu/linux during the next big refactor
2841 need_lib_prefix=no
2842 need_version=no
2843 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2844 soname_spec='$libname$release$shared_ext$major'
2845 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
2846 shlibpath_var=LD_LIBRARY_PATH
2847 shlibpath_overrides_runpath=no
2848
2849 # Some binutils ld are patched to set DT_RUNPATH
2850 AC_CACHE_VAL([lt_cv_shlibpath_overrides_runpath],
2851 [lt_cv_shlibpath_overrides_runpath=no
2852 save_LDFLAGS=$LDFLAGS
2853 save_libdir=$libdir
2854 eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \
2855 LDFLAGS=\"\$LDFLAGS $_LT_TAGVAR(hardcode_libdir_flag_spec, $1)\""
2856 AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])],
2857 [AS_IF([ ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null],
2858 [lt_cv_shlibpath_overrides_runpath=yes])])
2859 LDFLAGS=$save_LDFLAGS
2860 libdir=$save_libdir
2861 ])
2862 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2863
2864 # This implies no fast_install, which is unacceptable.
2865 # Some rework will be needed to allow for fast_install
2866 # before this can be enabled.
2867 hardcode_into_libs=yes
2868
2869 # Ideally, we could use ldconfig to report *all* directores which are
2870 # searched for libraries, however this is still not possible. Aside from not
2871 # being certain /sbin/ldconfig is available, command
2872 # 'ldconfig -N -X -v | grep ^/' on 64bit Fedora does not report /usr/lib64,
2873 # even though it is searched at run-time. Try to do the best guess by
2874 # appending ld.so.conf contents (and includes) to the search path.
2875 if test -f /etc/ld.so.conf; then
2876 lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
2877 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
2878 fi
2879
2880 # We used to test for /lib/ld.so.1 and disable shared libraries on
2881 # powerpc, because MkLinux only supported shared libraries with the
2882 # GNU dynamic linker. Since this was broken with cross compilers,
2883 # most powerpc-linux boxes support dynamic linking these days and
2884 # people can always --disable-shared, the test was removed, and we
2885 # assume the GNU/Linux dynamic linker is in use.
2886 dynamic_linker='GNU/Linux ld.so'
2887 ;;
2888
2889 netbsdelf*-gnu)
2890 version_type=linux
2891 need_lib_prefix=no
2892 need_version=no
2893 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
2894 soname_spec='${libname}${release}${shared_ext}$major'
2895 shlibpath_var=LD_LIBRARY_PATH
2896 shlibpath_overrides_runpath=no
2897 hardcode_into_libs=yes
2898 dynamic_linker='NetBSD ld.elf_so'
2899 ;;
2900
2901 netbsd*)
2902 version_type=sunos
2903 need_lib_prefix=no
2904 need_version=no
2905 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
2906 library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
2907 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
2908 dynamic_linker='NetBSD (a.out) ld.so'
2909 else
2910 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2911 soname_spec='$libname$release$shared_ext$major'
2912 dynamic_linker='NetBSD ld.elf_so'
2913 fi
2914 shlibpath_var=LD_LIBRARY_PATH
2915 shlibpath_overrides_runpath=yes
2916 hardcode_into_libs=yes
2917 ;;
2918
2919 newsos6)
2920 version_type=linux # correct to gnu/linux during the next big refactor
2921 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2922 shlibpath_var=LD_LIBRARY_PATH
2923 shlibpath_overrides_runpath=yes
2924 ;;
2925
2926 *nto* | *qnx*)
2927 version_type=qnx
2928 need_lib_prefix=no
2929 need_version=no
2930 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2931 soname_spec='$libname$release$shared_ext$major'
2932 shlibpath_var=LD_LIBRARY_PATH
2933 shlibpath_overrides_runpath=no
2934 hardcode_into_libs=yes
2935 dynamic_linker='ldqnx.so'
2936 ;;
2937
2938 openbsd* | bitrig*)
2939 version_type=sunos
2940 sys_lib_dlsearch_path_spec=/usr/lib
2941 need_lib_prefix=no
2942 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
2943 need_version=no
2944 else
2945 need_version=yes
2946 fi
2947 library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
2948 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
2949 shlibpath_var=LD_LIBRARY_PATH
2950 shlibpath_overrides_runpath=yes
2951 ;;
2952
2953 os2*)
2954 libname_spec='$name'
2955 version_type=windows
2956 shrext_cmds=.dll
2957 need_version=no
2958 need_lib_prefix=no
2959 # OS/2 can only load a DLL with a base name of 8 characters or less.
2960 soname_spec='`test -n "$os2dllname" && libname="$os2dllname";
2961 v=$($ECHO $release$versuffix | tr -d .-);
2962 n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _);
2963 $ECHO $n$v`$shared_ext'
2964 library_names_spec='${libname}_dll.$libext'
2965 dynamic_linker='OS/2 ld.exe'
2966 shlibpath_var=BEGINLIBPATH
2967 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
2968 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
2969 postinstall_cmds='base_file=`basename \$file`~
2970 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
2971 dldir=$destdir/`dirname \$dlpath`~
2972 test -d \$dldir || mkdir -p \$dldir~
2973 $install_prog $dir/$dlname \$dldir/$dlname~
2974 chmod a+x \$dldir/$dlname~
2975 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
2976 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
2977 fi'
2978 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
2979 dlpath=$dir/\$dldll~
2980 $RM \$dlpath'
2981 ;;
2982
2983 osf3* | osf4* | osf5*)
2984 version_type=osf
2985 need_lib_prefix=no
2986 need_version=no
2987 soname_spec='$libname$release$shared_ext$major'
2988 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2989 shlibpath_var=LD_LIBRARY_PATH
2990 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
2991 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
2992 ;;
2993
2994 rdos*)
2995 dynamic_linker=no
2996 ;;
2997
2998 solaris*)
2999 version_type=linux # correct to gnu/linux during the next big refactor
3000 need_lib_prefix=no
3001 need_version=no
3002 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
3003 soname_spec='$libname$release$shared_ext$major'
3004 shlibpath_var=LD_LIBRARY_PATH
3005 shlibpath_overrides_runpath=yes
3006 hardcode_into_libs=yes
3007 # ldd complains unless libraries are executable
3008 postinstall_cmds='chmod +x $lib'
3009 ;;
3010
3011 sunos4*)
3012 version_type=sunos
3013 library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
3014 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
3015 shlibpath_var=LD_LIBRARY_PATH
3016 shlibpath_overrides_runpath=yes
3017 if test yes = "$with_gnu_ld"; then
3018 need_lib_prefix=no
3019 fi
3020 need_version=yes
3021 ;;
3022
3023 sysv4 | sysv4.3*)
3024 version_type=linux # correct to gnu/linux during the next big refactor
3025 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
3026 soname_spec='$libname$release$shared_ext$major'
3027 shlibpath_var=LD_LIBRARY_PATH
3028 case $host_vendor in
3029 sni)
3030 shlibpath_overrides_runpath=no
3031 need_lib_prefix=no
3032 runpath_var=LD_RUN_PATH
3033 ;;
3034 siemens)
3035 need_lib_prefix=no
3036 ;;
3037 motorola)
3038 need_lib_prefix=no
3039 need_version=no
3040 shlibpath_overrides_runpath=no
3041 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
3042 ;;
3043 esac
3044 ;;
3045
3046 sysv4*MP*)
3047 if test -d /usr/nec; then
3048 version_type=linux # correct to gnu/linux during the next big refactor
3049 library_names_spec='$libname$shared_ext.$versuffix $libname$shared_ext.$major $libname$shared_ext'
3050 soname_spec='$libname$shared_ext.$major'
3051 shlibpath_var=LD_LIBRARY_PATH
3052 fi
3053 ;;
3054
3055 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
3056 version_type=sco
3057 need_lib_prefix=no
3058 need_version=no
3059 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext $libname$shared_ext'
3060 soname_spec='$libname$release$shared_ext$major'
3061 shlibpath_var=LD_LIBRARY_PATH
3062 shlibpath_overrides_runpath=yes
3063 hardcode_into_libs=yes
3064 if test yes = "$with_gnu_ld"; then
3065 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
3066 else
3067 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
3068 case $host_os in
3069 sco3.2v5*)
3070 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
3071 ;;
3072 esac
3073 fi
3074 sys_lib_dlsearch_path_spec='/usr/lib'
3075 ;;
3076
3077 tpf*)
3078 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
3079 version_type=linux # correct to gnu/linux during the next big refactor
3080 need_lib_prefix=no
3081 need_version=no
3082 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
3083 shlibpath_var=LD_LIBRARY_PATH
3084 shlibpath_overrides_runpath=no
3085 hardcode_into_libs=yes
3086 ;;
3087
3088 uts4*)
3089 version_type=linux # correct to gnu/linux during the next big refactor
3090 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
3091 soname_spec='$libname$release$shared_ext$major'
3092 shlibpath_var=LD_LIBRARY_PATH
3093 ;;
3094
3095 *)
3096 dynamic_linker=no
3097 ;;
3098 esac
3099 AC_MSG_RESULT([$dynamic_linker])
3100 test no = "$dynamic_linker" && can_build_shared=no
3101
3102 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
3103 if test yes = "$GCC"; then
3104 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
3105 fi
3106
3107 if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then
3108 sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec
3109 fi
3110
3111 if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then
3112 sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec
3113 fi
3114
3115 # remember unaugmented sys_lib_dlsearch_path content for libtool script decls...
3116 configure_time_dlsearch_path=$sys_lib_dlsearch_path_spec
3117
3118 # ... but it needs LT_SYS_LIBRARY_PATH munging for other configure-time code
3119 func_munge_path_list sys_lib_dlsearch_path_spec "$LT_SYS_LIBRARY_PATH"
3120
3121 # to be used as default LT_SYS_LIBRARY_PATH value in generated libtool
3122 configure_time_lt_sys_library_path=$LT_SYS_LIBRARY_PATH
3123
3124 _LT_DECL([], [variables_saved_for_relink], [1],
3125 [Variables whose values should be saved in libtool wrapper scripts and
3126 restored at link time])
3127 _LT_DECL([], [need_lib_prefix], [0],
3128 [Do we need the "lib" prefix for modules?])
3129 _LT_DECL([], [need_version], [0], [Do we need a version for libraries?])
3130 _LT_DECL([], [version_type], [0], [Library versioning type])
3131 _LT_DECL([], [runpath_var], [0], [Shared library runtime path variable])
3132 _LT_DECL([], [shlibpath_var], [0],[Shared library path variable])
3133 _LT_DECL([], [shlibpath_overrides_runpath], [0],
3134 [Is shlibpath searched before the hard-coded library search path?])
3135 _LT_DECL([], [libname_spec], [1], [Format of library name prefix])
3136 _LT_DECL([], [library_names_spec], [1],
3137 [[List of archive names. First name is the real one, the rest are links.
3138 The last name is the one that the linker finds with -lNAME]])
3139 _LT_DECL([], [soname_spec], [1],
3140 [[The coded name of the library, if different from the real name]])
3141 _LT_DECL([], [install_override_mode], [1],
3142 [Permission mode override for installation of shared libraries])
3143 _LT_DECL([], [postinstall_cmds], [2],
3144 [Command to use after installation of a shared archive])
3145 _LT_DECL([], [postuninstall_cmds], [2],
3146 [Command to use after uninstallation of a shared archive])
3147 _LT_DECL([], [finish_cmds], [2],
3148 [Commands used to finish a libtool library installation in a directory])
3149 _LT_DECL([], [finish_eval], [1],
3150 [[As "finish_cmds", except a single script fragment to be evaled but
3151 not shown]])
3152 _LT_DECL([], [hardcode_into_libs], [0],
3153 [Whether we should hardcode library paths into libraries])
3154 _LT_DECL([], [sys_lib_search_path_spec], [2],
3155 [Compile-time system search path for libraries])
3156 _LT_DECL([sys_lib_dlsearch_path_spec], [configure_time_dlsearch_path], [2],
3157 [Detected run-time system search path for libraries])
3158 _LT_DECL([], [configure_time_lt_sys_library_path], [2],
3159 [Explicit LT_SYS_LIBRARY_PATH set during ./configure time])
3160 ])# _LT_SYS_DYNAMIC_LINKER
3161
3162
3163 # _LT_PATH_TOOL_PREFIX(TOOL)
3164 # --------------------------
3165 # find a file program that can recognize shared library
3166 AC_DEFUN([_LT_PATH_TOOL_PREFIX],
3167 [m4_require([_LT_DECL_EGREP])dnl
3168 AC_MSG_CHECKING([for $1])
3169 AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
3170 [case $MAGIC_CMD in
3171 [[\\/*] | ?:[\\/]*])
3172 lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path.
3173 ;;
3174 *)
3175 lt_save_MAGIC_CMD=$MAGIC_CMD
3176 lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
3177 dnl $ac_dummy forces splitting on constant user-supplied paths.
3178 dnl POSIX.2 word splitting is done only on the output of word expansions,
3179 dnl not every word. This closes a longstanding sh security hole.
3180 ac_dummy="m4_if([$2], , $PATH, [$2])"
3181 for ac_dir in $ac_dummy; do
3182 IFS=$lt_save_ifs
3183 test -z "$ac_dir" && ac_dir=.
3184 if test -f "$ac_dir/$1"; then
3185 lt_cv_path_MAGIC_CMD=$ac_dir/"$1"
3186 if test -n "$file_magic_test_file"; then
3187 case $deplibs_check_method in
3188 "file_magic "*)
3189 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
3190 MAGIC_CMD=$lt_cv_path_MAGIC_CMD
3191 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
3192 $EGREP "$file_magic_regex" > /dev/null; then
3193 :
3194 else
3195 cat <<_LT_EOF 1>&2
3196
3197 *** Warning: the command libtool uses to detect shared libraries,
3198 *** $file_magic_cmd, produces output that libtool cannot recognize.
3199 *** The result is that libtool may fail to recognize shared libraries
3200 *** as such. This will affect the creation of libtool libraries that
3201 *** depend on shared libraries, but programs linked with such libtool
3202 *** libraries will work regardless of this problem. Nevertheless, you
3203 *** may want to report the problem to your system manager and/or to
3204 *** bug-libtool@gnu.org
3205
3206 _LT_EOF
3207 fi ;;
3208 esac
3209 fi
3210 break
3211 fi
3212 done
3213 IFS=$lt_save_ifs
3214 MAGIC_CMD=$lt_save_MAGIC_CMD
3215 ;;
3216 esac])
3217 MAGIC_CMD=$lt_cv_path_MAGIC_CMD
3218 if test -n "$MAGIC_CMD"; then
3219 AC_MSG_RESULT($MAGIC_CMD)
3220 else
3221 AC_MSG_RESULT(no)
3222 fi
3223 _LT_DECL([], [MAGIC_CMD], [0],
3224 [Used to examine libraries when file_magic_cmd begins with "file"])dnl
3225 ])# _LT_PATH_TOOL_PREFIX
3226
3227 # Old name:
3228 AU_ALIAS([AC_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX])
3229 dnl aclocal-1.4 backwards compatibility:
3230 dnl AC_DEFUN([AC_PATH_TOOL_PREFIX], [])
3231
3232
3233 # _LT_PATH_MAGIC
3234 # --------------
3235 # find a file program that can recognize a shared library
3236 m4_defun([_LT_PATH_MAGIC],
3237 [_LT_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH)
3238 if test -z "$lt_cv_path_MAGIC_CMD"; then
3239 if test -n "$ac_tool_prefix"; then
3240 _LT_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH)
3241 else
3242 MAGIC_CMD=:
3243 fi
3244 fi
3245 ])# _LT_PATH_MAGIC
3246
3247
3248 # LT_PATH_LD
3249 # ----------
3250 # find the pathname to the GNU or non-GNU linker
3251 AC_DEFUN([LT_PATH_LD],
3252 [AC_REQUIRE([AC_PROG_CC])dnl
3253 AC_REQUIRE([AC_CANONICAL_HOST])dnl
3254 AC_REQUIRE([AC_CANONICAL_BUILD])dnl
3255 m4_require([_LT_DECL_SED])dnl
3256 m4_require([_LT_DECL_EGREP])dnl
3257 m4_require([_LT_PROG_ECHO_BACKSLASH])dnl
3258
3259 AC_ARG_WITH([gnu-ld],
3260 [AS_HELP_STRING([--with-gnu-ld],
3261 [assume the C compiler uses GNU ld @<:@default=no@:>@])],
3262 [test no = "$withval" || with_gnu_ld=yes],
3263 [with_gnu_ld=no])dnl
3264
3265 ac_prog=ld
3266 if test yes = "$GCC"; then
3267 # Check if gcc -print-prog-name=ld gives a path.
3268 AC_MSG_CHECKING([for ld used by $CC])
3269 case $host in
3270 *-*-mingw*)
3271 # gcc leaves a trailing carriage return, which upsets mingw
3272 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
3273 *)
3274 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
3275 esac
3276 case $ac_prog in
3277 # Accept absolute paths.
3278 [[\\/]]* | ?:[[\\/]]*)
3279 re_direlt='/[[^/]][[^/]]*/\.\./'
3280 # Canonicalize the pathname of ld
3281 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
3282 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
3283 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
3284 done
3285 test -z "$LD" && LD=$ac_prog
3286 ;;
3287 "")
3288 # If it fails, then pretend we aren't using GCC.
3289 ac_prog=ld
3290 ;;
3291 *)
3292 # If it is relative, then search for the first ld in PATH.
3293 with_gnu_ld=unknown
3294 ;;
3295 esac
3296 elif test yes = "$with_gnu_ld"; then
3297 AC_MSG_CHECKING([for GNU ld])
3298 else
3299 AC_MSG_CHECKING([for non-GNU ld])
3300 fi
3301 AC_CACHE_VAL(lt_cv_path_LD,
3302 [if test -z "$LD"; then
3303 lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
3304 for ac_dir in $PATH; do
3305 IFS=$lt_save_ifs
3306 test -z "$ac_dir" && ac_dir=.
3307 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
3308 lt_cv_path_LD=$ac_dir/$ac_prog
3309 # Check to see if the program is GNU ld. I'd rather use --version,
3310 # but apparently some variants of GNU ld only accept -v.
3311 # Break only if it was the GNU/non-GNU ld that we prefer.
3312 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
3313 *GNU* | *'with BFD'*)
3314 test no != "$with_gnu_ld" && break
3315 ;;
3316 *)
3317 test yes != "$with_gnu_ld" && break
3318 ;;
3319 esac
3320 fi
3321 done
3322 IFS=$lt_save_ifs
3323 else
3324 lt_cv_path_LD=$LD # Let the user override the test with a path.
3325 fi])
3326 LD=$lt_cv_path_LD
3327 if test -n "$LD"; then
3328 AC_MSG_RESULT($LD)
3329 else
3330 AC_MSG_RESULT(no)
3331 fi
3332 test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
3333 _LT_PATH_LD_GNU
3334 AC_SUBST([LD])
3335
3336 _LT_TAGDECL([], [LD], [1], [The linker used to build libraries])
3337 ])# LT_PATH_LD
3338
3339 # Old names:
3340 AU_ALIAS([AM_PROG_LD], [LT_PATH_LD])
3341 AU_ALIAS([AC_PROG_LD], [LT_PATH_LD])
3342 dnl aclocal-1.4 backwards compatibility:
3343 dnl AC_DEFUN([AM_PROG_LD], [])
3344 dnl AC_DEFUN([AC_PROG_LD], [])
3345
3346
3347 # _LT_PATH_LD_GNU
3348 #- --------------
3349 m4_defun([_LT_PATH_LD_GNU],
3350 [AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
3351 [# I'd rather use --version here, but apparently some GNU lds only accept -v.
3352 case `$LD -v 2>&1 </dev/null` in
3353 *GNU* | *'with BFD'*)
3354 lt_cv_prog_gnu_ld=yes
3355 ;;
3356 *)
3357 lt_cv_prog_gnu_ld=no
3358 ;;
3359 esac])
3360 with_gnu_ld=$lt_cv_prog_gnu_ld
3361 ])# _LT_PATH_LD_GNU
3362
3363
3364 # _LT_CMD_RELOAD
3365 # --------------
3366 # find reload flag for linker
3367 # -- PORTME Some linkers may need a different reload flag.
3368 m4_defun([_LT_CMD_RELOAD],
3369 [AC_CACHE_CHECK([for $LD option to reload object files],
3370 lt_cv_ld_reload_flag,
3371 [lt_cv_ld_reload_flag='-r'])
3372 reload_flag=$lt_cv_ld_reload_flag
3373 case $reload_flag in
3374 "" | " "*) ;;
3375 *) reload_flag=" $reload_flag" ;;
3376 esac
3377 reload_cmds='$LD$reload_flag -o $output$reload_objs'
3378 case $host_os in
3379 cygwin* | mingw* | pw32* | cegcc*)
3380 if test yes != "$GCC"; then
3381 reload_cmds=false
3382 fi
3383 ;;
3384 darwin*)
3385 if test yes = "$GCC"; then
3386 reload_cmds='$LTCC $LTCFLAGS -nostdlib $wl-r -o $output$reload_objs'
3387 else
3388 reload_cmds='$LD$reload_flag -o $output$reload_objs'
3389 fi
3390 ;;
3391 esac
3392 _LT_TAGDECL([], [reload_flag], [1], [How to create reloadable object files])dnl
3393 _LT_TAGDECL([], [reload_cmds], [2])dnl
3394 ])# _LT_CMD_RELOAD
3395
3396
3397 # _LT_PATH_DD
3398 # -----------
3399 # find a working dd
3400 m4_defun([_LT_PATH_DD],
3401 [AC_CACHE_CHECK([for a working dd], [ac_cv_path_lt_DD],
3402 [printf 0123456789abcdef0123456789abcdef >conftest.i
3403 cat conftest.i conftest.i >conftest2.i
3404 : ${lt_DD:=$DD}
3405 AC_PATH_PROGS_FEATURE_CHECK([lt_DD], [dd],
3406 [if "$ac_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then
3407 cmp -s conftest.i conftest.out \
3408 && ac_cv_path_lt_DD="$ac_path_lt_DD" ac_path_lt_DD_found=:
3409 fi])
3410 rm -f conftest.i conftest2.i conftest.out])
3411 ])# _LT_PATH_DD
3412
3413
3414 # _LT_CMD_TRUNCATE
3415 # ----------------
3416 # find command to truncate a binary pipe
3417 m4_defun([_LT_CMD_TRUNCATE],
3418 [m4_require([_LT_PATH_DD])
3419 AC_CACHE_CHECK([how to truncate binary pipes], [lt_cv_truncate_bin],
3420 [printf 0123456789abcdef0123456789abcdef >conftest.i
3421 cat conftest.i conftest.i >conftest2.i
3422 lt_cv_truncate_bin=
3423 if "$ac_cv_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then
3424 cmp -s conftest.i conftest.out \
3425 && lt_cv_truncate_bin="$ac_cv_path_lt_DD bs=4096 count=1"
3426 fi
3427 rm -f conftest.i conftest2.i conftest.out
3428 test -z "$lt_cv_truncate_bin" && lt_cv_truncate_bin="$SED -e 4q"])
3429 _LT_DECL([lt_truncate_bin], [lt_cv_truncate_bin], [1],
3430 [Command to truncate a binary pipe])
3431 ])# _LT_CMD_TRUNCATE
3432
3433
3434 # _LT_CHECK_MAGIC_METHOD
3435 # ----------------------
3436 # how to check for library dependencies
3437 # -- PORTME fill in with the dynamic library characteristics
3438 m4_defun([_LT_CHECK_MAGIC_METHOD],
3439 [m4_require([_LT_DECL_EGREP])
3440 m4_require([_LT_DECL_OBJDUMP])
3441 AC_CACHE_CHECK([how to recognize dependent libraries],
3442 lt_cv_deplibs_check_method,
3443 [lt_cv_file_magic_cmd='$MAGIC_CMD'
3444 lt_cv_file_magic_test_file=
3445 lt_cv_deplibs_check_method='unknown'
3446 # Need to set the preceding variable on all platforms that support
3447 # interlibrary dependencies.
3448 # 'none' -- dependencies not supported.
3449 # 'unknown' -- same as none, but documents that we really don't know.
3450 # 'pass_all' -- all dependencies passed with no checks.
3451 # 'test_compile' -- check by making test program.
3452 # 'file_magic [[regex]]' -- check by looking for files in library path
3453 # that responds to the $file_magic_cmd with a given extended regex.
3454 # If you have 'file' or equivalent on your system and you're not sure
3455 # whether 'pass_all' will *always* work, you probably want this one.
3456
3457 case $host_os in
3458 aix[[4-9]]*)
3459 lt_cv_deplibs_check_method=pass_all
3460 ;;
3461
3462 beos*)
3463 lt_cv_deplibs_check_method=pass_all
3464 ;;
3465
3466 bsdi[[45]]*)
3467 lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
3468 lt_cv_file_magic_cmd='/usr/bin/file -L'
3469 lt_cv_file_magic_test_file=/shlib/libc.so
3470 ;;
3471
3472 cygwin*)
3473 # func_win32_libid is a shell function defined in ltmain.sh
3474 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
3475 lt_cv_file_magic_cmd='func_win32_libid'
3476 ;;
3477
3478 mingw* | pw32*)
3479 # Base MSYS/MinGW do not provide the 'file' command needed by
3480 # func_win32_libid shell function, so use a weaker test based on 'objdump',
3481 # unless we find 'file', for example because we are cross-compiling.
3482 if ( file / ) >/dev/null 2>&1; then
3483 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
3484 lt_cv_file_magic_cmd='func_win32_libid'
3485 else
3486 # Keep this pattern in sync with the one in func_win32_libid.
3487 lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)'
3488 lt_cv_file_magic_cmd='$OBJDUMP -f'
3489 fi
3490 ;;
3491
3492 cegcc*)
3493 # use the weaker test based on 'objdump'. See mingw*.
3494 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
3495 lt_cv_file_magic_cmd='$OBJDUMP -f'
3496 ;;
3497
3498 darwin* | rhapsody*)
3499 lt_cv_deplibs_check_method=pass_all
3500 ;;
3501
3502 freebsd* | dragonfly*)
3503 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
3504 case $host_cpu in
3505 i*86 )
3506 # Not sure whether the presence of OpenBSD here was a mistake.
3507 # Let's accept both of them until this is cleared up.
3508 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library'
3509 lt_cv_file_magic_cmd=/usr/bin/file
3510 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
3511 ;;
3512 esac
3513 else
3514 lt_cv_deplibs_check_method=pass_all
3515 fi
3516 ;;
3517
3518 haiku*)
3519 lt_cv_deplibs_check_method=pass_all
3520 ;;
3521
3522 hpux10.20* | hpux11*)
3523 lt_cv_file_magic_cmd=/usr/bin/file
3524 case $host_cpu in
3525 ia64*)
3526 lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64'
3527 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
3528 ;;
3529 hppa*64*)
3530 [lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]']
3531 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
3532 ;;
3533 *)
3534 lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]]\.[[0-9]]) shared library'
3535 lt_cv_file_magic_test_file=/usr/lib/libc.sl
3536 ;;
3537 esac
3538 ;;
3539
3540 interix[[3-9]]*)
3541 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
3542 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$'
3543 ;;
3544
3545 irix5* | irix6* | nonstopux*)
3546 case $LD in
3547 *-32|*"-32 ") libmagic=32-bit;;
3548 *-n32|*"-n32 ") libmagic=N32;;
3549 *-64|*"-64 ") libmagic=64-bit;;
3550 *) libmagic=never-match;;
3551 esac
3552 lt_cv_deplibs_check_method=pass_all
3553 ;;
3554
3555 # This must be glibc/ELF.
3556 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
3557 lt_cv_deplibs_check_method=pass_all
3558 ;;
3559
3560 netbsd* | netbsdelf*-gnu)
3561 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
3562 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
3563 else
3564 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$'
3565 fi
3566 ;;
3567
3568 newos6*)
3569 lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)'
3570 lt_cv_file_magic_cmd=/usr/bin/file
3571 lt_cv_file_magic_test_file=/usr/lib/libnls.so
3572 ;;
3573
3574 *nto* | *qnx*)
3575 lt_cv_deplibs_check_method=pass_all
3576 ;;
3577
3578 openbsd* | bitrig*)
3579 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
3580 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
3581 else
3582 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
3583 fi
3584 ;;
3585
3586 osf3* | osf4* | osf5*)
3587 lt_cv_deplibs_check_method=pass_all
3588 ;;
3589
3590 rdos*)
3591 lt_cv_deplibs_check_method=pass_all
3592 ;;
3593
3594 solaris*)
3595 lt_cv_deplibs_check_method=pass_all
3596 ;;
3597
3598 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
3599 lt_cv_deplibs_check_method=pass_all
3600 ;;
3601
3602 sysv4 | sysv4.3*)
3603 case $host_vendor in
3604 motorola)
3605 lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib) M[[0-9]][[0-9]]* Version [[0-9]]'
3606 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
3607 ;;
3608 ncr)
3609 lt_cv_deplibs_check_method=pass_all
3610 ;;
3611 sequent)
3612 lt_cv_file_magic_cmd='/bin/file'
3613 lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )'
3614 ;;
3615 sni)
3616 lt_cv_file_magic_cmd='/bin/file'
3617 lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib"
3618 lt_cv_file_magic_test_file=/lib/libc.so
3619 ;;
3620 siemens)
3621 lt_cv_deplibs_check_method=pass_all
3622 ;;
3623 pc)
3624 lt_cv_deplibs_check_method=pass_all
3625 ;;
3626 esac
3627 ;;
3628
3629 tpf*)
3630 lt_cv_deplibs_check_method=pass_all
3631 ;;
3632 os2*)
3633 lt_cv_deplibs_check_method=pass_all
3634 ;;
3635 esac
3636 ])
3637
3638 file_magic_glob=
3639 want_nocaseglob=no
3640 if test "$build" = "$host"; then
3641 case $host_os in
3642 mingw* | pw32*)
3643 if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then
3644 want_nocaseglob=yes
3645 else
3646 file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
3647 fi
3648 ;;
3649 esac
3650 fi
3651
3652 file_magic_cmd=$lt_cv_file_magic_cmd
3653 deplibs_check_method=$lt_cv_deplibs_check_method
3654 test -z "$deplibs_check_method" && deplibs_check_method=unknown
3655
3656 _LT_DECL([], [deplibs_check_method], [1],
3657 [Method to check whether dependent libraries are shared objects])
3658 _LT_DECL([], [file_magic_cmd], [1],
3659 [Command to use when deplibs_check_method = "file_magic"])
3660 _LT_DECL([], [file_magic_glob], [1],
3661 [How to find potential files when deplibs_check_method = "file_magic"])
3662 _LT_DECL([], [want_nocaseglob], [1],
3663 [Find potential files using nocaseglob when deplibs_check_method = "file_magic"])
3664 ])# _LT_CHECK_MAGIC_METHOD
3665
3666
3667 # LT_PATH_NM
3668 # ----------
3669 # find the pathname to a BSD- or MS-compatible name lister
3670 AC_DEFUN([LT_PATH_NM],
3671 [AC_REQUIRE([AC_PROG_CC])dnl
3672 AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM,
3673 [if test -n "$NM"; then
3674 # Let the user override the test.
3675 lt_cv_path_NM=$NM
3676 else
3677 lt_nm_to_check=${ac_tool_prefix}nm
3678 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
3679 lt_nm_to_check="$lt_nm_to_check nm"
3680 fi
3681 for lt_tmp_nm in $lt_nm_to_check; do
3682 lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
3683 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
3684 IFS=$lt_save_ifs
3685 test -z "$ac_dir" && ac_dir=.
3686 tmp_nm=$ac_dir/$lt_tmp_nm
3687 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext"; then
3688 # Check to see if the nm accepts a BSD-compat flag.
3689 # Adding the 'sed 1q' prevents false positives on HP-UX, which says:
3690 # nm: unknown option "B" ignored
3691 # Tru64's nm complains that /dev/null is an invalid object file
3692 # MSYS converts /dev/null to NUL, MinGW nm treats NUL as empty
3693 case $build_os in
3694 mingw*) lt_bad_file=conftest.nm/nofile ;;
3695 *) lt_bad_file=/dev/null ;;
3696 esac
3697 case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
3698 *$lt_bad_file* | *'Invalid file or object type'*)
3699 lt_cv_path_NM="$tmp_nm -B"
3700 break 2
3701 ;;
3702 *)
3703 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
3704 */dev/null*)
3705 lt_cv_path_NM="$tmp_nm -p"
3706 break 2
3707 ;;
3708 *)
3709 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
3710 continue # so that we can try to find one that supports BSD flags
3711 ;;
3712 esac
3713 ;;
3714 esac
3715 fi
3716 done
3717 IFS=$lt_save_ifs
3718 done
3719 : ${lt_cv_path_NM=no}
3720 fi])
3721 if test no != "$lt_cv_path_NM"; then
3722 NM=$lt_cv_path_NM
3723 else
3724 # Didn't find any BSD compatible name lister, look for dumpbin.
3725 if test -n "$DUMPBIN"; then :
3726 # Let the user override the test.
3727 else
3728 AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
3729 case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
3730 *COFF*)
3731 DUMPBIN="$DUMPBIN -symbols -headers"
3732 ;;
3733 *)
3734 DUMPBIN=:
3735 ;;
3736 esac
3737 fi
3738 AC_SUBST([DUMPBIN])
3739 if test : != "$DUMPBIN"; then
3740 NM=$DUMPBIN
3741 fi
3742 fi
3743 test -z "$NM" && NM=nm
3744 AC_SUBST([NM])
3745 _LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl
3746
3747 AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface],
3748 [lt_cv_nm_interface="BSD nm"
3749 echo "int some_variable = 0;" > conftest.$ac_ext
3750 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&AS_MESSAGE_LOG_FD)
3751 (eval "$ac_compile" 2>conftest.err)
3752 cat conftest.err >&AS_MESSAGE_LOG_FD
3753 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD)
3754 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
3755 cat conftest.err >&AS_MESSAGE_LOG_FD
3756 (eval echo "\"\$as_me:$LINENO: output\"" >&AS_MESSAGE_LOG_FD)
3757 cat conftest.out >&AS_MESSAGE_LOG_FD
3758 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
3759 lt_cv_nm_interface="MS dumpbin"
3760 fi
3761 rm -f conftest*])
3762 ])# LT_PATH_NM
3763
3764 # Old names:
3765 AU_ALIAS([AM_PROG_NM], [LT_PATH_NM])
3766 AU_ALIAS([AC_PROG_NM], [LT_PATH_NM])
3767 dnl aclocal-1.4 backwards compatibility:
3768 dnl AC_DEFUN([AM_PROG_NM], [])
3769 dnl AC_DEFUN([AC_PROG_NM], [])
3770
3771 # _LT_CHECK_SHAREDLIB_FROM_LINKLIB
3772 # --------------------------------
3773 # how to determine the name of the shared library
3774 # associated with a specific link library.
3775 # -- PORTME fill in with the dynamic library characteristics
3776 m4_defun([_LT_CHECK_SHAREDLIB_FROM_LINKLIB],
3777 [m4_require([_LT_DECL_EGREP])
3778 m4_require([_LT_DECL_OBJDUMP])
3779 m4_require([_LT_DECL_DLLTOOL])
3780 AC_CACHE_CHECK([how to associate runtime and link libraries],
3781 lt_cv_sharedlib_from_linklib_cmd,
3782 [lt_cv_sharedlib_from_linklib_cmd='unknown'
3783
3784 case $host_os in
3785 cygwin* | mingw* | pw32* | cegcc*)
3786 # two different shell functions defined in ltmain.sh;
3787 # decide which one to use based on capabilities of $DLLTOOL
3788 case `$DLLTOOL --help 2>&1` in
3789 *--identify-strict*)
3790 lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib
3791 ;;
3792 *)
3793 lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback
3794 ;;
3795 esac
3796 ;;
3797 *)
3798 # fallback: assume linklib IS sharedlib
3799 lt_cv_sharedlib_from_linklib_cmd=$ECHO
3800 ;;
3801 esac
3802 ])
3803 sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd
3804 test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO
3805
3806 _LT_DECL([], [sharedlib_from_linklib_cmd], [1],
3807 [Command to associate shared and link libraries])
3808 ])# _LT_CHECK_SHAREDLIB_FROM_LINKLIB
3809
3810
3811 # _LT_PATH_MANIFEST_TOOL
3812 # ----------------------
3813 # locate the manifest tool
3814 m4_defun([_LT_PATH_MANIFEST_TOOL],
3815 [AC_CHECK_TOOL(MANIFEST_TOOL, mt, :)
3816 test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt
3817 AC_CACHE_CHECK([if $MANIFEST_TOOL is a manifest tool], [lt_cv_path_mainfest_tool],
3818 [lt_cv_path_mainfest_tool=no
3819 echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&AS_MESSAGE_LOG_FD
3820 $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out
3821 cat conftest.err >&AS_MESSAGE_LOG_FD
3822 if $GREP 'Manifest Tool' conftest.out > /dev/null; then
3823 lt_cv_path_mainfest_tool=yes
3824 fi
3825 rm -f conftest*])
3826 if test yes != "$lt_cv_path_mainfest_tool"; then
3827 MANIFEST_TOOL=:
3828 fi
3829 _LT_DECL([], [MANIFEST_TOOL], [1], [Manifest tool])dnl
3830 ])# _LT_PATH_MANIFEST_TOOL
3831
3832
3833 # _LT_DLL_DEF_P([FILE])
3834 # ---------------------
3835 # True iff FILE is a Windows DLL '.def' file.
3836 # Keep in sync with func_dll_def_p in the libtool script
3837 AC_DEFUN([_LT_DLL_DEF_P],
3838 [dnl
3839 test DEF = "`$SED -n dnl
3840 -e '\''s/^[[ ]]*//'\'' dnl Strip leading whitespace
3841 -e '\''/^\(;.*\)*$/d'\'' dnl Delete empty lines and comments
3842 -e '\''s/^\(EXPORTS\|LIBRARY\)\([[ ]].*\)*$/DEF/p'\'' dnl
3843 -e q dnl Only consider the first "real" line
3844 $1`" dnl
3845 ])# _LT_DLL_DEF_P
3846
3847
3848 # LT_LIB_M
3849 # --------
3850 # check for math library
3851 AC_DEFUN([LT_LIB_M],
3852 [AC_REQUIRE([AC_CANONICAL_HOST])dnl
3853 LIBM=
3854 case $host in
3855 *-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
3856 # These system don't have libm, or don't need it
3857 ;;
3858 *-ncr-sysv4.3*)
3859 AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM=-lmw)
3860 AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
3861 ;;
3862 *)
3863 AC_CHECK_LIB(m, cos, LIBM=-lm)
3864 ;;
3865 esac
3866 AC_SUBST([LIBM])
3867 ])# LT_LIB_M
3868
3869 # Old name:
3870 AU_ALIAS([AC_CHECK_LIBM], [LT_LIB_M])
3871 dnl aclocal-1.4 backwards compatibility:
3872 dnl AC_DEFUN([AC_CHECK_LIBM], [])
3873
3874
3875 # _LT_COMPILER_NO_RTTI([TAGNAME])
3876 # -------------------------------
3877 m4_defun([_LT_COMPILER_NO_RTTI],
3878 [m4_require([_LT_TAG_COMPILER])dnl
3879
3880 _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
3881
3882 if test yes = "$GCC"; then
3883 case $cc_basename in
3884 nvcc*)
3885 _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -Xcompiler -fno-builtin' ;;
3886 *)
3887 _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' ;;
3888 esac
3889
3890 _LT_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions],
3891 lt_cv_prog_compiler_rtti_exceptions,
3892 [-fno-rtti -fno-exceptions], [],
3893 [_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"])
3894 fi
3895 _LT_TAGDECL([no_builtin_flag], [lt_prog_compiler_no_builtin_flag], [1],
3896 [Compiler flag to turn off builtin functions])
3897 ])# _LT_COMPILER_NO_RTTI
3898
3899
3900 # _LT_CMD_GLOBAL_SYMBOLS
3901 # ----------------------
3902 m4_defun([_LT_CMD_GLOBAL_SYMBOLS],
3903 [AC_REQUIRE([AC_CANONICAL_HOST])dnl
3904 AC_REQUIRE([AC_PROG_CC])dnl
3905 AC_REQUIRE([AC_PROG_AWK])dnl
3906 AC_REQUIRE([LT_PATH_NM])dnl
3907 AC_REQUIRE([LT_PATH_LD])dnl
3908 m4_require([_LT_DECL_SED])dnl
3909 m4_require([_LT_DECL_EGREP])dnl
3910 m4_require([_LT_TAG_COMPILER])dnl
3911
3912 # Check for command to grab the raw symbol name followed by C symbol from nm.
3913 AC_MSG_CHECKING([command to parse $NM output from $compiler object])
3914 AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe],
3915 [
3916 # These are sane defaults that work on at least a few old systems.
3917 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
3918
3919 # Character class describing NM global symbol codes.
3920 symcode='[[BCDEGRST]]'
3921
3922 # Regexp to match symbols that can be accessed directly from C.
3923 sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)'
3924
3925 # Define system-specific variables.
3926 case $host_os in
3927 aix*)
3928 symcode='[[BCDT]]'
3929 ;;
3930 cygwin* | mingw* | pw32* | cegcc*)
3931 symcode='[[ABCDGISTW]]'
3932 ;;
3933 hpux*)
3934 if test ia64 = "$host_cpu"; then
3935 symcode='[[ABCDEGRST]]'
3936 fi
3937 ;;
3938 irix* | nonstopux*)
3939 symcode='[[BCDEGRST]]'
3940 ;;
3941 osf*)
3942 symcode='[[BCDEGQRST]]'
3943 ;;
3944 solaris*)
3945 symcode='[[BDRT]]'
3946 ;;
3947 sco3.2v5*)
3948 symcode='[[DT]]'
3949 ;;
3950 sysv4.2uw2*)
3951 symcode='[[DT]]'
3952 ;;
3953 sysv5* | sco5v6* | unixware* | OpenUNIX*)
3954 symcode='[[ABDT]]'
3955 ;;
3956 sysv4)
3957 symcode='[[DFNSTU]]'
3958 ;;
3959 esac
3960
3961 # If we're using GNU nm, then use its standard symbol codes.
3962 case `$NM -V 2>&1` in
3963 *GNU* | *'with BFD'*)
3964 symcode='[[ABCDGIRSTW]]' ;;
3965 esac
3966
3967 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
3968 # Gets list of data symbols to import.
3969 lt_cv_sys_global_symbol_to_import="sed -n -e 's/^I .* \(.*\)$/\1/p'"
3970 # Adjust the below global symbol transforms to fixup imported variables.
3971 lt_cdecl_hook=" -e 's/^I .* \(.*\)$/extern __declspec(dllimport) char \1;/p'"
3972 lt_c_name_hook=" -e 's/^I .* \(.*\)$/ {\"\1\", (void *) 0},/p'"
3973 lt_c_name_lib_hook="\
3974 -e 's/^I .* \(lib.*\)$/ {\"\1\", (void *) 0},/p'\
3975 -e 's/^I .* \(.*\)$/ {\"lib\1\", (void *) 0},/p'"
3976 else
3977 # Disable hooks by default.
3978 lt_cv_sys_global_symbol_to_import=
3979 lt_cdecl_hook=
3980 lt_c_name_hook=
3981 lt_c_name_lib_hook=
3982 fi
3983
3984 # Transform an extracted symbol line into a proper C declaration.
3985 # Some systems (esp. on ia64) link data and code symbols differently,
3986 # so use this general approach.
3987 lt_cv_sys_global_symbol_to_cdecl="sed -n"\
3988 $lt_cdecl_hook\
3989 " -e 's/^T .* \(.*\)$/extern int \1();/p'"\
3990 " -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'"
3991
3992 # Transform an extracted symbol line into symbol name and symbol address
3993 lt_cv_sys_global_symbol_to_c_name_address="sed -n"\
3994 $lt_c_name_hook\
3995 " -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\
3996 " -e 's/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/p'"
3997
3998 # Transform an extracted symbol line into symbol name with lib prefix and
3999 # symbol address.
4000 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n"\
4001 $lt_c_name_lib_hook\
4002 " -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\
4003 " -e 's/^$symcode$symcode* .* \(lib.*\)$/ {\"\1\", (void *) \&\1},/p'"\
4004 " -e 's/^$symcode$symcode* .* \(.*\)$/ {\"lib\1\", (void *) \&\1},/p'"
4005
4006 # Handle CRLF in mingw tool chain
4007 opt_cr=
4008 case $build_os in
4009 mingw*)
4010 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
4011 ;;
4012 esac
4013
4014 # Try without a prefix underscore, then with it.
4015 for ac_symprfx in "" "_"; do
4016
4017 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
4018 symxfrm="\\1 $ac_symprfx\\2 \\2"
4019
4020 # Write the raw and C identifiers.
4021 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
4022 # Fake it for dumpbin and say T for any non-static function,
4023 # D for any global variable and I for any imported variable.
4024 # Also find C++ and __fastcall symbols from MSVC++,
4025 # which start with @ or ?.
4026 lt_cv_sys_global_symbol_pipe="$AWK ['"\
4027 " {last_section=section; section=\$ 3};"\
4028 " /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\
4029 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
4030 " /^ *Symbol name *: /{split(\$ 0,sn,\":\"); si=substr(sn[2],2)};"\
4031 " /^ *Type *: code/{print \"T\",si,substr(si,length(prfx))};"\
4032 " /^ *Type *: data/{print \"I\",si,substr(si,length(prfx))};"\
4033 " \$ 0!~/External *\|/{next};"\
4034 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
4035 " {if(hide[section]) next};"\
4036 " {f=\"D\"}; \$ 0~/\(\).*\|/{f=\"T\"};"\
4037 " {split(\$ 0,a,/\||\r/); split(a[2],s)};"\
4038 " s[1]~/^[@?]/{print f,s[1],s[1]; next};"\
4039 " s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\
4040 " ' prfx=^$ac_symprfx]"
4041 else
4042 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
4043 fi
4044 lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'"
4045
4046 # Check to see that the pipe works correctly.
4047 pipe_works=no
4048
4049 rm -f conftest*
4050 cat > conftest.$ac_ext <<_LT_EOF
4051 #ifdef __cplusplus
4052 extern "C" {
4053 #endif
4054 char nm_test_var;
4055 void nm_test_func(void);
4056 void nm_test_func(void){}
4057 #ifdef __cplusplus
4058 }
4059 #endif
4060 int main(){nm_test_var='a';nm_test_func();return(0);}
4061 _LT_EOF
4062
4063 if AC_TRY_EVAL(ac_compile); then
4064 # Now try to grab the symbols.
4065 nlist=conftest.nm
4066 if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
4067 # Try sorting and uniquifying the output.
4068 if sort "$nlist" | uniq > "$nlist"T; then
4069 mv -f "$nlist"T "$nlist"
4070 else
4071 rm -f "$nlist"T
4072 fi
4073
4074 # Make sure that we snagged all the symbols we need.
4075 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
4076 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
4077 cat <<_LT_EOF > conftest.$ac_ext
4078 /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */
4079 #if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE
4080 /* DATA imports from DLLs on WIN32 can't be const, because runtime
4081 relocations are performed -- see ld's documentation on pseudo-relocs. */
4082 # define LT@&t@_DLSYM_CONST
4083 #elif defined __osf__
4084 /* This system does not cope well with relocations in const data. */
4085 # define LT@&t@_DLSYM_CONST
4086 #else
4087 # define LT@&t@_DLSYM_CONST const
4088 #endif
4089
4090 #ifdef __cplusplus
4091 extern "C" {
4092 #endif
4093
4094 _LT_EOF
4095 # Now generate the symbol file.
4096 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
4097
4098 cat <<_LT_EOF >> conftest.$ac_ext
4099
4100 /* The mapping between symbol names and symbols. */
4101 LT@&t@_DLSYM_CONST struct {
4102 const char *name;
4103 void *address;
4104 }
4105 lt__PROGRAM__LTX_preloaded_symbols[[]] =
4106 {
4107 { "@PROGRAM@", (void *) 0 },
4108 _LT_EOF
4109 $SED "s/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
4110 cat <<\_LT_EOF >> conftest.$ac_ext
4111 {0, (void *) 0}
4112 };
4113
4114 /* This works around a problem in FreeBSD linker */
4115 #ifdef FREEBSD_WORKAROUND
4116 static const void *lt_preloaded_setup() {
4117 return lt__PROGRAM__LTX_preloaded_symbols;
4118 }
4119 #endif
4120
4121 #ifdef __cplusplus
4122 }
4123 #endif
4124 _LT_EOF
4125 # Now try linking the two files.
4126 mv conftest.$ac_objext conftstm.$ac_objext
4127 lt_globsym_save_LIBS=$LIBS
4128 lt_globsym_save_CFLAGS=$CFLAGS
4129 LIBS=conftstm.$ac_objext
4130 CFLAGS="$CFLAGS$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)"
4131 if AC_TRY_EVAL(ac_link) && test -s conftest$ac_exeext; then
4132 pipe_works=yes
4133 fi
4134 LIBS=$lt_globsym_save_LIBS
4135 CFLAGS=$lt_globsym_save_CFLAGS
4136 else
4137 echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD
4138 fi
4139 else
4140 echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD
4141 fi
4142 else
4143 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD
4144 fi
4145 else
4146 echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD
4147 cat conftest.$ac_ext >&5
4148 fi
4149 rm -rf conftest* conftst*
4150
4151 # Do not use the global_symbol_pipe unless it works.
4152 if test yes = "$pipe_works"; then
4153 break
4154 else
4155 lt_cv_sys_global_symbol_pipe=
4156 fi
4157 done
4158 ])
4159 if test -z "$lt_cv_sys_global_symbol_pipe"; then
4160 lt_cv_sys_global_symbol_to_cdecl=
4161 fi
4162 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
4163 AC_MSG_RESULT(failed)
4164 else
4165 AC_MSG_RESULT(ok)
4166 fi
4167
4168 # Response file support.
4169 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
4170 nm_file_list_spec='@'
4171 elif $NM --help 2>/dev/null | grep '[[@]]FILE' >/dev/null; then
4172 nm_file_list_spec='@'
4173 fi
4174
4175 _LT_DECL([global_symbol_pipe], [lt_cv_sys_global_symbol_pipe], [1],
4176 [Take the output of nm and produce a listing of raw symbols and C names])
4177 _LT_DECL([global_symbol_to_cdecl], [lt_cv_sys_global_symbol_to_cdecl], [1],
4178 [Transform the output of nm in a proper C declaration])
4179 _LT_DECL([global_symbol_to_import], [lt_cv_sys_global_symbol_to_import], [1],
4180 [Transform the output of nm into a list of symbols to manually relocate])
4181 _LT_DECL([global_symbol_to_c_name_address],
4182 [lt_cv_sys_global_symbol_to_c_name_address], [1],
4183 [Transform the output of nm in a C name address pair])
4184 _LT_DECL([global_symbol_to_c_name_address_lib_prefix],
4185 [lt_cv_sys_global_symbol_to_c_name_address_lib_prefix], [1],
4186 [Transform the output of nm in a C name address pair when lib prefix is needed])
4187 _LT_DECL([nm_interface], [lt_cv_nm_interface], [1],
4188 [The name lister interface])
4189 _LT_DECL([], [nm_file_list_spec], [1],
4190 [Specify filename containing input files for $NM])
4191 ]) # _LT_CMD_GLOBAL_SYMBOLS
4192
4193
4194 # _LT_COMPILER_PIC([TAGNAME])
4195 # ---------------------------
4196 m4_defun([_LT_COMPILER_PIC],
4197 [m4_require([_LT_TAG_COMPILER])dnl
4198 _LT_TAGVAR(lt_prog_compiler_wl, $1)=
4199 _LT_TAGVAR(lt_prog_compiler_pic, $1)=
4200 _LT_TAGVAR(lt_prog_compiler_static, $1)=
4201
4202 m4_if([$1], [CXX], [
4203 # C++ specific cases for pic, static, wl, etc.
4204 if test yes = "$GXX"; then
4205 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4206 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
4207
4208 case $host_os in
4209 aix*)
4210 # All AIX code is PIC.
4211 if test ia64 = "$host_cpu"; then
4212 # AIX 5 now supports IA64 processor
4213 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4214 fi
4215 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4216 ;;
4217
4218 amigaos*)
4219 case $host_cpu in
4220 powerpc)
4221 # see comment about AmigaOS4 .so support
4222 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4223 ;;
4224 m68k)
4225 # FIXME: we need at least 68020 code to build shared libraries, but
4226 # adding the '-m68020' flag to GCC prevents building anything better,
4227 # like '-m68040'.
4228 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
4229 ;;
4230 esac
4231 ;;
4232
4233 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
4234 # PIC is the default for these OSes.
4235 ;;
4236 mingw* | cygwin* | os2* | pw32* | cegcc*)
4237 # This hack is so that the source file can tell whether it is being
4238 # built for inclusion in a dll (and should export symbols for example).
4239 # Although the cygwin gcc ignores -fPIC, still need this for old-style
4240 # (--disable-auto-import) libraries
4241 m4_if([$1], [GCJ], [],
4242 [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
4243 case $host_os in
4244 os2*)
4245 _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-static'
4246 ;;
4247 esac
4248 ;;
4249 darwin* | rhapsody*)
4250 # PIC is the default on this platform
4251 # Common symbols not allowed in MH_DYLIB files
4252 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
4253 ;;
4254 *djgpp*)
4255 # DJGPP does not support shared libraries at all
4256 _LT_TAGVAR(lt_prog_compiler_pic, $1)=
4257 ;;
4258 haiku*)
4259 # PIC is the default for Haiku.
4260 # The "-static" flag exists, but is broken.
4261 _LT_TAGVAR(lt_prog_compiler_static, $1)=
4262 ;;
4263 interix[[3-9]]*)
4264 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
4265 # Instead, we relocate shared libraries at runtime.
4266 ;;
4267 sysv4*MP*)
4268 if test -d /usr/nec; then
4269 _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
4270 fi
4271 ;;
4272 hpux*)
4273 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
4274 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
4275 # sets the default TLS model and affects inlining.
4276 case $host_cpu in
4277 hppa*64*)
4278 ;;
4279 *)
4280 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4281 ;;
4282 esac
4283 ;;
4284 *qnx* | *nto*)
4285 # QNX uses GNU C++, but need to define -shared option too, otherwise
4286 # it will coredump.
4287 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared'
4288 ;;
4289 *)
4290 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4291 ;;
4292 esac
4293 else
4294 case $host_os in
4295 aix[[4-9]]*)
4296 # All AIX code is PIC.
4297 if test ia64 = "$host_cpu"; then
4298 # AIX 5 now supports IA64 processor
4299 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4300 else
4301 _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
4302 fi
4303 ;;
4304 chorus*)
4305 case $cc_basename in
4306 cxch68*)
4307 # Green Hills C++ Compiler
4308 # _LT_TAGVAR(lt_prog_compiler_static, $1)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a"
4309 ;;
4310 esac
4311 ;;
4312 mingw* | cygwin* | os2* | pw32* | cegcc*)
4313 # This hack is so that the source file can tell whether it is being
4314 # built for inclusion in a dll (and should export symbols for example).
4315 m4_if([$1], [GCJ], [],
4316 [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
4317 ;;
4318 dgux*)
4319 case $cc_basename in
4320 ec++*)
4321 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4322 ;;
4323 ghcx*)
4324 # Green Hills C++ Compiler
4325 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4326 ;;
4327 *)
4328 ;;
4329 esac
4330 ;;
4331 freebsd* | dragonfly*)
4332 # FreeBSD uses GNU C++
4333 ;;
4334 hpux9* | hpux10* | hpux11*)
4335 case $cc_basename in
4336 CC*)
4337 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4338 _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-a ${wl}archive'
4339 if test ia64 != "$host_cpu"; then
4340 _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
4341 fi
4342 ;;
4343 aCC*)
4344 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4345 _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-a ${wl}archive'
4346 case $host_cpu in
4347 hppa*64*|ia64*)
4348 # +Z the default
4349 ;;
4350 *)
4351 _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
4352 ;;
4353 esac
4354 ;;
4355 *)
4356 ;;
4357 esac
4358 ;;
4359 interix*)
4360 # This is c89, which is MS Visual C++ (no shared libs)
4361 # Anyone wants to do a port?
4362 ;;
4363 irix5* | irix6* | nonstopux*)
4364 case $cc_basename in
4365 CC*)
4366 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4367 _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4368 # CC pic flag -KPIC is the default.
4369 ;;
4370 *)
4371 ;;
4372 esac
4373 ;;
4374 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
4375 case $cc_basename in
4376 KCC*)
4377 # KAI C++ Compiler
4378 _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
4379 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4380 ;;
4381 ecpc* )
4382 # old Intel C++ for x86_64, which still supported -KPIC.
4383 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4384 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4385 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
4386 ;;
4387 icpc* )
4388 # Intel C++, used to be incompatible with GCC.
4389 # ICC 10 doesn't accept -KPIC any more.
4390 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4391 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4392 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
4393 ;;
4394 pgCC* | pgcpp*)
4395 # Portland Group C++ compiler
4396 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4397 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
4398 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4399 ;;
4400 cxx*)
4401 # Compaq C++
4402 # Make sure the PIC flag is empty. It appears that all Alpha
4403 # Linux and Compaq Tru64 Unix objects are PIC.
4404 _LT_TAGVAR(lt_prog_compiler_pic, $1)=
4405 _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4406 ;;
4407 xlc* | xlC* | bgxl[[cC]]* | mpixl[[cC]]*)
4408 # IBM XL 8.0, 9.0 on PPC and BlueGene
4409 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4410 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic'
4411 _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink'
4412 ;;
4413 *)
4414 case `$CC -V 2>&1 | sed 5q` in
4415 *Sun\ C*)
4416 # Sun C++ 5.9
4417 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4418 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4419 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
4420 ;;
4421 esac
4422 ;;
4423 esac
4424 ;;
4425 lynxos*)
4426 ;;
4427 m88k*)
4428 ;;
4429 mvs*)
4430 case $cc_basename in
4431 cxx*)
4432 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall'
4433 ;;
4434 *)
4435 ;;
4436 esac
4437 ;;
4438 netbsd* | netbsdelf*-gnu)
4439 ;;
4440 *qnx* | *nto*)
4441 # QNX uses GNU C++, but need to define -shared option too, otherwise
4442 # it will coredump.
4443 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared'
4444 ;;
4445 osf3* | osf4* | osf5*)
4446 case $cc_basename in
4447 KCC*)
4448 _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
4449 ;;
4450 RCC*)
4451 # Rational C++ 2.4.1
4452 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4453 ;;
4454 cxx*)
4455 # Digital/Compaq C++
4456 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4457 # Make sure the PIC flag is empty. It appears that all Alpha
4458 # Linux and Compaq Tru64 Unix objects are PIC.
4459 _LT_TAGVAR(lt_prog_compiler_pic, $1)=
4460 _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4461 ;;
4462 *)
4463 ;;
4464 esac
4465 ;;
4466 psos*)
4467 ;;
4468 solaris*)
4469 case $cc_basename in
4470 CC* | sunCC*)
4471 # Sun C++ 4.2, 5.x and Centerline C++
4472 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4473 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4474 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
4475 ;;
4476 gcx*)
4477 # Green Hills C++ Compiler
4478 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
4479 ;;
4480 *)
4481 ;;
4482 esac
4483 ;;
4484 sunos4*)
4485 case $cc_basename in
4486 CC*)
4487 # Sun C++ 4.x
4488 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4489 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4490 ;;
4491 lcc*)
4492 # Lucid
4493 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4494 ;;
4495 *)
4496 ;;
4497 esac
4498 ;;
4499 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
4500 case $cc_basename in
4501 CC*)
4502 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4503 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4504 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4505 ;;
4506 esac
4507 ;;
4508 tandem*)
4509 case $cc_basename in
4510 NCC*)
4511 # NonStop-UX NCC 3.20
4512 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4513 ;;
4514 *)
4515 ;;
4516 esac
4517 ;;
4518 vxworks*)
4519 ;;
4520 *)
4521 _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
4522 ;;
4523 esac
4524 fi
4525 ],
4526 [
4527 if test yes = "$GCC"; then
4528 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4529 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
4530
4531 case $host_os in
4532 aix*)
4533 # All AIX code is PIC.
4534 if test ia64 = "$host_cpu"; then
4535 # AIX 5 now supports IA64 processor
4536 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4537 fi
4538 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4539 ;;
4540
4541 amigaos*)
4542 case $host_cpu in
4543 powerpc)
4544 # see comment about AmigaOS4 .so support
4545 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4546 ;;
4547 m68k)
4548 # FIXME: we need at least 68020 code to build shared libraries, but
4549 # adding the '-m68020' flag to GCC prevents building anything better,
4550 # like '-m68040'.
4551 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
4552 ;;
4553 esac
4554 ;;
4555
4556 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
4557 # PIC is the default for these OSes.
4558 ;;
4559
4560 mingw* | cygwin* | pw32* | os2* | cegcc*)
4561 # This hack is so that the source file can tell whether it is being
4562 # built for inclusion in a dll (and should export symbols for example).
4563 # Although the cygwin gcc ignores -fPIC, still need this for old-style
4564 # (--disable-auto-import) libraries
4565 m4_if([$1], [GCJ], [],
4566 [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
4567 case $host_os in
4568 os2*)
4569 _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-static'
4570 ;;
4571 esac
4572 ;;
4573
4574 darwin* | rhapsody*)
4575 # PIC is the default on this platform
4576 # Common symbols not allowed in MH_DYLIB files
4577 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
4578 ;;
4579
4580 haiku*)
4581 # PIC is the default for Haiku.
4582 # The "-static" flag exists, but is broken.
4583 _LT_TAGVAR(lt_prog_compiler_static, $1)=
4584 ;;
4585
4586 hpux*)
4587 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
4588 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
4589 # sets the default TLS model and affects inlining.
4590 case $host_cpu in
4591 hppa*64*)
4592 # +Z the default
4593 ;;
4594 *)
4595 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4596 ;;
4597 esac
4598 ;;
4599
4600 interix[[3-9]]*)
4601 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
4602 # Instead, we relocate shared libraries at runtime.
4603 ;;
4604
4605 msdosdjgpp*)
4606 # Just because we use GCC doesn't mean we suddenly get shared libraries
4607 # on systems that don't support them.
4608 _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
4609 enable_shared=no
4610 ;;
4611
4612 *nto* | *qnx*)
4613 # QNX uses GNU C++, but need to define -shared option too, otherwise
4614 # it will coredump.
4615 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared'
4616 ;;
4617
4618 sysv4*MP*)
4619 if test -d /usr/nec; then
4620 _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
4621 fi
4622 ;;
4623
4624 *)
4625 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4626 ;;
4627 esac
4628
4629 case $cc_basename in
4630 nvcc*) # Cuda Compiler Driver 2.2
4631 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Xlinker '
4632 if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then
4633 _LT_TAGVAR(lt_prog_compiler_pic, $1)="-Xcompiler $_LT_TAGVAR(lt_prog_compiler_pic, $1)"
4634 fi
4635 ;;
4636 esac
4637 else
4638 # PORTME Check for flag to pass linker flags through the system compiler.
4639 case $host_os in
4640 aix*)
4641 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4642 if test ia64 = "$host_cpu"; then
4643 # AIX 5 now supports IA64 processor
4644 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4645 else
4646 _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
4647 fi
4648 ;;
4649
4650 darwin* | rhapsody*)
4651 # PIC is the default on this platform
4652 # Common symbols not allowed in MH_DYLIB files
4653 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
4654 case $cc_basename in
4655 nagfor*)
4656 # NAG Fortran compiler
4657 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,-Wl,,'
4658 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
4659 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4660 ;;
4661 esac
4662 ;;
4663
4664 mingw* | cygwin* | pw32* | os2* | cegcc*)
4665 # This hack is so that the source file can tell whether it is being
4666 # built for inclusion in a dll (and should export symbols for example).
4667 m4_if([$1], [GCJ], [],
4668 [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
4669 case $host_os in
4670 os2*)
4671 _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-static'
4672 ;;
4673 esac
4674 ;;
4675
4676 hpux9* | hpux10* | hpux11*)
4677 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4678 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
4679 # not for PA HP-UX.
4680 case $host_cpu in
4681 hppa*64*|ia64*)
4682 # +Z the default
4683 ;;
4684 *)
4685 _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
4686 ;;
4687 esac
4688 # Is there a better lt_prog_compiler_static that works with the bundled CC?
4689 _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-a ${wl}archive'
4690 ;;
4691
4692 irix5* | irix6* | nonstopux*)
4693 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4694 # PIC (with -KPIC) is the default.
4695 _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4696 ;;
4697
4698 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
4699 case $cc_basename in
4700 # old Intel for x86_64, which still supported -KPIC.
4701 ecc*)
4702 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4703 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4704 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
4705 ;;
4706 # icc used to be incompatible with GCC.
4707 # ICC 10 doesn't accept -KPIC any more.
4708 icc* | ifort*)
4709 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4710 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4711 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
4712 ;;
4713 # Lahey Fortran 8.1.
4714 lf95*)
4715 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4716 _LT_TAGVAR(lt_prog_compiler_pic, $1)='--shared'
4717 _LT_TAGVAR(lt_prog_compiler_static, $1)='--static'
4718 ;;
4719 nagfor*)
4720 # NAG Fortran compiler
4721 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,-Wl,,'
4722 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
4723 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4724 ;;
4725 tcc*)
4726 # Fabrice Bellard et al's Tiny C Compiler
4727 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4728 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4729 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
4730 ;;
4731 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
4732 # Portland Group compilers (*not* the Pentium gcc compiler,
4733 # which looks to be a dead project)
4734 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4735 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
4736 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4737 ;;
4738 ccc*)
4739 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4740 # All Alpha code is PIC.
4741 _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4742 ;;
4743 xl* | bgxl* | bgf* | mpixl*)
4744 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
4745 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4746 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic'
4747 _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink'
4748 ;;
4749 *)
4750 case `$CC -V 2>&1 | sed 5q` in
4751 *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
4752 # Sun Fortran 8.3 passes all unrecognized flags to the linker
4753 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4754 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4755 _LT_TAGVAR(lt_prog_compiler_wl, $1)=''
4756 ;;
4757 *Sun\ F* | *Sun*Fortran*)
4758 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4759 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4760 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
4761 ;;
4762 *Sun\ C*)
4763 # Sun C 5.9
4764 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4765 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4766 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4767 ;;
4768 *Intel*\ [[CF]]*Compiler*)
4769 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4770 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4771 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
4772 ;;
4773 *Portland\ Group*)
4774 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4775 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
4776 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4777 ;;
4778 esac
4779 ;;
4780 esac
4781 ;;
4782
4783 newsos6)
4784 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4785 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4786 ;;
4787
4788 *nto* | *qnx*)
4789 # QNX uses GNU C++, but need to define -shared option too, otherwise
4790 # it will coredump.
4791 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared'
4792 ;;
4793
4794 osf3* | osf4* | osf5*)
4795 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4796 # All OSF/1 code is PIC.
4797 _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4798 ;;
4799
4800 rdos*)
4801 _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4802 ;;
4803
4804 solaris*)
4805 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4806 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4807 case $cc_basename in
4808 f77* | f90* | f95* | sunf77* | sunf90* | sunf95*)
4809 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';;
4810 *)
4811 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';;
4812 esac
4813 ;;
4814
4815 sunos4*)
4816 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
4817 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
4818 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4819 ;;
4820
4821 sysv4 | sysv4.2uw2* | sysv4.3*)
4822 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4823 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4824 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4825 ;;
4826
4827 sysv4*MP*)
4828 if test -d /usr/nec; then
4829 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic'
4830 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4831 fi
4832 ;;
4833
4834 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
4835 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4836 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4837 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4838 ;;
4839
4840 unicos*)
4841 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4842 _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
4843 ;;
4844
4845 uts4*)
4846 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4847 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4848 ;;
4849
4850 *)
4851 _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
4852 ;;
4853 esac
4854 fi
4855 ])
4856 case $host_os in
4857 # For platforms that do not support PIC, -DPIC is meaningless:
4858 *djgpp*)
4859 _LT_TAGVAR(lt_prog_compiler_pic, $1)=
4860 ;;
4861 *)
4862 _LT_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])"
4863 ;;
4864 esac
4865
4866 AC_CACHE_CHECK([for $compiler option to produce PIC],
4867 [_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)],
4868 [_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)=$_LT_TAGVAR(lt_prog_compiler_pic, $1)])
4869 _LT_TAGVAR(lt_prog_compiler_pic, $1)=$_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)
4870
4871 #
4872 # Check to make sure the PIC flag actually works.
4873 #
4874 if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then
4875 _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, $1) works],
4876 [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, $1)],
4877 [$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])], [],
4878 [case $_LT_TAGVAR(lt_prog_compiler_pic, $1) in
4879 "" | " "*) ;;
4880 *) _LT_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_TAGVAR(lt_prog_compiler_pic, $1)" ;;
4881 esac],
4882 [_LT_TAGVAR(lt_prog_compiler_pic, $1)=
4883 _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no])
4884 fi
4885 _LT_TAGDECL([pic_flag], [lt_prog_compiler_pic], [1],
4886 [Additional compiler flags for building library objects])
4887
4888 _LT_TAGDECL([wl], [lt_prog_compiler_wl], [1],
4889 [How to pass a linker flag through the compiler])
4890 #
4891 # Check to make sure the static flag actually works.
4892 #
4893 wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_TAGVAR(lt_prog_compiler_static, $1)\"
4894 _LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works],
4895 _LT_TAGVAR(lt_cv_prog_compiler_static_works, $1),
4896 $lt_tmp_static_flag,
4897 [],
4898 [_LT_TAGVAR(lt_prog_compiler_static, $1)=])
4899 _LT_TAGDECL([link_static_flag], [lt_prog_compiler_static], [1],
4900 [Compiler flag to prevent dynamic linking])
4901 ])# _LT_COMPILER_PIC
4902
4903
4904 # _LT_LINKER_SHLIBS([TAGNAME])
4905 # ----------------------------
4906 # See if the linker supports building shared libraries.
4907 m4_defun([_LT_LINKER_SHLIBS],
4908 [AC_REQUIRE([LT_PATH_LD])dnl
4909 AC_REQUIRE([LT_PATH_NM])dnl
4910 m4_require([_LT_PATH_MANIFEST_TOOL])dnl
4911 m4_require([_LT_FILEUTILS_DEFAULTS])dnl
4912 m4_require([_LT_DECL_EGREP])dnl
4913 m4_require([_LT_DECL_SED])dnl
4914 m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl
4915 m4_require([_LT_TAG_COMPILER])dnl
4916 AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
4917 m4_if([$1], [CXX], [
4918 _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
4919 _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*']
4920 case $host_os in
4921 aix[[4-9]]*)
4922 # If we're using GNU nm, then we don't want the "-C" option.
4923 # -C means demangle to GNU nm, but means don't demangle to AIX nm.
4924 # Without the "-l" option, or with the "-B" option, AIX nm treats
4925 # weak defined symbols like other global defined symbols, whereas
4926 # GNU nm marks them as "W".
4927 # While the 'weak' keyword is ignored in the Export File, we need
4928 # it in the Import File for the 'aix-soname' feature, so we have
4929 # to replace the "-B" option with "-P" for AIX nm.
4930 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
4931 _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols'
4932 else
4933 _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
4934 fi
4935 ;;
4936 pw32*)
4937 _LT_TAGVAR(export_symbols_cmds, $1)=$ltdll_cmds
4938 ;;
4939 cygwin* | mingw* | cegcc*)
4940 case $cc_basename in
4941 cl*)
4942 _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
4943 ;;
4944 *)
4945 _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols'
4946 _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname']
4947 ;;
4948 esac
4949 ;;
4950 linux* | k*bsd*-gnu | gnu*)
4951 _LT_TAGVAR(link_all_deplibs, $1)=no
4952 ;;
4953 *)
4954 _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
4955 ;;
4956 esac
4957 ], [
4958 runpath_var=
4959 _LT_TAGVAR(allow_undefined_flag, $1)=
4960 _LT_TAGVAR(always_export_symbols, $1)=no
4961 _LT_TAGVAR(archive_cmds, $1)=
4962 _LT_TAGVAR(archive_expsym_cmds, $1)=
4963 _LT_TAGVAR(compiler_needs_object, $1)=no
4964 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
4965 _LT_TAGVAR(export_dynamic_flag_spec, $1)=
4966 _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
4967 _LT_TAGVAR(hardcode_automatic, $1)=no
4968 _LT_TAGVAR(hardcode_direct, $1)=no
4969 _LT_TAGVAR(hardcode_direct_absolute, $1)=no
4970 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
4971 _LT_TAGVAR(hardcode_libdir_separator, $1)=
4972 _LT_TAGVAR(hardcode_minus_L, $1)=no
4973 _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
4974 _LT_TAGVAR(inherit_rpath, $1)=no
4975 _LT_TAGVAR(link_all_deplibs, $1)=unknown
4976 _LT_TAGVAR(module_cmds, $1)=
4977 _LT_TAGVAR(module_expsym_cmds, $1)=
4978 _LT_TAGVAR(old_archive_from_new_cmds, $1)=
4979 _LT_TAGVAR(old_archive_from_expsyms_cmds, $1)=
4980 _LT_TAGVAR(thread_safe_flag_spec, $1)=
4981 _LT_TAGVAR(whole_archive_flag_spec, $1)=
4982 # include_expsyms should be a list of space-separated symbols to be *always*
4983 # included in the symbol list
4984 _LT_TAGVAR(include_expsyms, $1)=
4985 # exclude_expsyms can be an extended regexp of symbols to exclude
4986 # it will be wrapped by ' (' and ')$', so one must not match beginning or
4987 # end of line. Example: 'a|bc|.*d.*' will exclude the symbols 'a' and 'bc',
4988 # as well as any symbol that contains 'd'.
4989 _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*']
4990 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
4991 # platforms (ab)use it in PIC code, but their linkers get confused if
4992 # the symbol is explicitly referenced. Since portable code cannot
4993 # rely on this symbol name, it's probably fine to never include it in
4994 # preloaded symbol tables.
4995 # Exclude shared library initialization/finalization symbols.
4996 dnl Note also adjust exclude_expsyms for C++ above.
4997 extract_expsyms_cmds=
4998
4999 case $host_os in
5000 cygwin* | mingw* | pw32* | cegcc*)
5001 # FIXME: the MSVC++ port hasn't been tested in a loooong time
5002 # When not using gcc, we currently assume that we are using
5003 # Microsoft Visual C++.
5004 if test yes != "$GCC"; then
5005 with_gnu_ld=no
5006 fi
5007 ;;
5008 interix*)
5009 # we just hope/assume this is gcc and not c89 (= MSVC++)
5010 with_gnu_ld=yes
5011 ;;
5012 openbsd* | bitrig*)
5013 with_gnu_ld=no
5014 ;;
5015 linux* | k*bsd*-gnu | gnu*)
5016 _LT_TAGVAR(link_all_deplibs, $1)=no
5017 ;;
5018 esac
5019
5020 _LT_TAGVAR(ld_shlibs, $1)=yes
5021
5022 # On some targets, GNU ld is compatible enough with the native linker
5023 # that we're better off using the native interface for both.
5024 lt_use_gnu_ld_interface=no
5025 if test yes = "$with_gnu_ld"; then
5026 case $host_os in
5027 aix*)
5028 # The AIX port of GNU ld has always aspired to compatibility
5029 # with the native linker. However, as the warning in the GNU ld
5030 # block says, versions before 2.19.5* couldn't really create working
5031 # shared libraries, regardless of the interface used.
5032 case `$LD -v 2>&1` in
5033 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
5034 *\ \(GNU\ Binutils\)\ 2.[[2-9]]*) ;;
5035 *\ \(GNU\ Binutils\)\ [[3-9]]*) ;;
5036 *)
5037 lt_use_gnu_ld_interface=yes
5038 ;;
5039 esac
5040 ;;
5041 *)
5042 lt_use_gnu_ld_interface=yes
5043 ;;
5044 esac
5045 fi
5046
5047 if test yes = "$lt_use_gnu_ld_interface"; then
5048 # If archive_cmds runs LD, not CC, wlarc should be empty
5049 wlarc='$wl'
5050
5051 # Set some defaults for GNU ld with shared library support. These
5052 # are reset later if shared libraries are not supported. Putting them
5053 # here allows them to be overridden if necessary.
5054 runpath_var=LD_RUN_PATH
5055 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
5056 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
5057 # ancient GNU ld didn't support --whole-archive et. al.
5058 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
5059 _LT_TAGVAR(whole_archive_flag_spec, $1)=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive'
5060 else
5061 _LT_TAGVAR(whole_archive_flag_spec, $1)=
5062 fi
5063 supports_anon_versioning=no
5064 case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in
5065 *GNU\ gold*) supports_anon_versioning=yes ;;
5066 *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
5067 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
5068 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
5069 *\ 2.11.*) ;; # other 2.11 versions
5070 *) supports_anon_versioning=yes ;;
5071 esac
5072
5073 # See if GNU ld supports shared libraries.
5074 case $host_os in
5075 aix[[3-9]]*)
5076 # On AIX/PPC, the GNU linker is very broken
5077 if test ia64 != "$host_cpu"; then
5078 _LT_TAGVAR(ld_shlibs, $1)=no
5079 cat <<_LT_EOF 1>&2
5080
5081 *** Warning: the GNU linker, at least up to release 2.19, is reported
5082 *** to be unable to reliably create shared libraries on AIX.
5083 *** Therefore, libtool is disabling shared libraries support. If you
5084 *** really care for shared libraries, you may want to install binutils
5085 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
5086 *** You will then need to restart the configuration process.
5087
5088 _LT_EOF
5089 fi
5090 ;;
5091
5092 amigaos*)
5093 case $host_cpu in
5094 powerpc)
5095 # see comment about AmigaOS4 .so support
5096 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
5097 _LT_TAGVAR(archive_expsym_cmds, $1)=''
5098 ;;
5099 m68k)
5100 _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
5101 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5102 _LT_TAGVAR(hardcode_minus_L, $1)=yes
5103 ;;
5104 esac
5105 ;;
5106
5107 beos*)
5108 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
5109 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
5110 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
5111 # support --undefined. This deserves some investigation. FIXME
5112 _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
5113 else
5114 _LT_TAGVAR(ld_shlibs, $1)=no
5115 fi
5116 ;;
5117
5118 cygwin* | mingw* | pw32* | cegcc*)
5119 # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
5120 # as there is no search path for DLLs.
5121 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5122 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-all-symbols'
5123 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
5124 _LT_TAGVAR(always_export_symbols, $1)=no
5125 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
5126 _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols'
5127 _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname']
5128
5129 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
5130 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
5131 # If the export-symbols file already is a .def file, use it as
5132 # is; otherwise, prepend EXPORTS...
5133 _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then
5134 cp $export_symbols $output_objdir/$soname.def;
5135 else
5136 echo EXPORTS > $output_objdir/$soname.def;
5137 cat $export_symbols >> $output_objdir/$soname.def;
5138 fi~
5139 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
5140 else
5141 _LT_TAGVAR(ld_shlibs, $1)=no
5142 fi
5143 ;;
5144
5145 haiku*)
5146 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
5147 _LT_TAGVAR(link_all_deplibs, $1)=yes
5148 ;;
5149
5150 os2*)
5151 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5152 _LT_TAGVAR(hardcode_minus_L, $1)=yes
5153 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
5154 shrext_cmds=.dll
5155 _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
5156 $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
5157 $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
5158 $ECHO EXPORTS >> $output_objdir/$libname.def~
5159 emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~
5160 $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
5161 emximp -o $lib $output_objdir/$libname.def'
5162 _LT_TAGVAR(archive_expsym_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
5163 $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
5164 $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
5165 $ECHO EXPORTS >> $output_objdir/$libname.def~
5166 prefix_cmds="$SED"~
5167 if test EXPORTS = "`$SED 1q $export_symbols`"; then
5168 prefix_cmds="$prefix_cmds -e 1d";
5169 fi~
5170 prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~
5171 cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
5172 $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
5173 emximp -o $lib $output_objdir/$libname.def'
5174 _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
5175 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
5176 ;;
5177
5178 interix[[3-9]]*)
5179 _LT_TAGVAR(hardcode_direct, $1)=no
5180 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
5181 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
5182 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
5183 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
5184 # Instead, shared libraries are loaded at an image base (0x10000000 by
5185 # default) and relocated if they conflict, which is a slow very memory
5186 # consuming and fragmenting process. To avoid this, we pick a random,
5187 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
5188 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
5189 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
5190 _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
5191 ;;
5192
5193 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
5194 tmp_diet=no
5195 if test linux-dietlibc = "$host_os"; then
5196 case $cc_basename in
5197 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
5198 esac
5199 fi
5200 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
5201 && test no = "$tmp_diet"
5202 then
5203 tmp_addflag=' $pic_flag'
5204 tmp_sharedflag='-shared'
5205 case $cc_basename,$host_cpu in
5206 pgcc*) # Portland Group C compiler
5207 _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
5208 tmp_addflag=' $pic_flag'
5209 ;;
5210 pgf77* | pgf90* | pgf95* | pgfortran*)
5211 # Portland Group f77 and f90 compilers
5212 _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
5213 tmp_addflag=' $pic_flag -Mnomain' ;;
5214 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
5215 tmp_addflag=' -i_dynamic' ;;
5216 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
5217 tmp_addflag=' -i_dynamic -nofor_main' ;;
5218 ifc* | ifort*) # Intel Fortran compiler
5219 tmp_addflag=' -nofor_main' ;;
5220 lf95*) # Lahey Fortran 8.1
5221 _LT_TAGVAR(whole_archive_flag_spec, $1)=
5222 tmp_sharedflag='--shared' ;;
5223 nagfor*) # NAGFOR 5.3
5224 tmp_sharedflag='-Wl,-shared' ;;
5225 xl[[cC]]* | bgxl[[cC]]* | mpixl[[cC]]*) # IBM XL C 8.0 on PPC (deal with xlf below)
5226 tmp_sharedflag='-qmkshrobj'
5227 tmp_addflag= ;;
5228 nvcc*) # Cuda Compiler Driver 2.2
5229 _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
5230 _LT_TAGVAR(compiler_needs_object, $1)=yes
5231 ;;
5232 esac
5233 case `$CC -V 2>&1 | sed 5q` in
5234 *Sun\ C*) # Sun C 5.9
5235 _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
5236 _LT_TAGVAR(compiler_needs_object, $1)=yes
5237 tmp_sharedflag='-G' ;;
5238 *Sun\ F*) # Sun Fortran 8.3
5239 tmp_sharedflag='-G' ;;
5240 esac
5241 _LT_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
5242
5243 if test yes = "$supports_anon_versioning"; then
5244 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
5245 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
5246 echo "local: *; };" >> $output_objdir/$libname.ver~
5247 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib'
5248 fi
5249
5250 case $cc_basename in
5251 tcc*)
5252 _LT_TAGVAR(export_dynamic_flag_spec, $1)='-rdynamic'
5253 ;;
5254 xlf* | bgf* | bgxlf* | mpixlf*)
5255 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
5256 _LT_TAGVAR(whole_archive_flag_spec, $1)='--whole-archive$convenience --no-whole-archive'
5257 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
5258 _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
5259 if test yes = "$supports_anon_versioning"; then
5260 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
5261 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
5262 echo "local: *; };" >> $output_objdir/$libname.ver~
5263 $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
5264 fi
5265 ;;
5266 esac
5267 else
5268 _LT_TAGVAR(ld_shlibs, $1)=no
5269 fi
5270 ;;
5271
5272 netbsd* | netbsdelf*-gnu)
5273 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
5274 _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
5275 wlarc=
5276 else
5277 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
5278 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
5279 fi
5280 ;;
5281
5282 solaris*)
5283 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
5284 _LT_TAGVAR(ld_shlibs, $1)=no
5285 cat <<_LT_EOF 1>&2
5286
5287 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
5288 *** create shared libraries on Solaris systems. Therefore, libtool
5289 *** is disabling shared libraries support. We urge you to upgrade GNU
5290 *** binutils to release 2.9.1 or newer. Another option is to modify
5291 *** your PATH or compiler configuration so that the native linker is
5292 *** used, and then restart.
5293
5294 _LT_EOF
5295 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
5296 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
5297 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
5298 else
5299 _LT_TAGVAR(ld_shlibs, $1)=no
5300 fi
5301 ;;
5302
5303 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
5304 case `$LD -v 2>&1` in
5305 *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
5306 _LT_TAGVAR(ld_shlibs, $1)=no
5307 cat <<_LT_EOF 1>&2
5308
5309 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 cannot
5310 *** reliably create shared libraries on SCO systems. Therefore, libtool
5311 *** is disabling shared libraries support. We urge you to upgrade GNU
5312 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
5313 *** your PATH or compiler configuration so that the native linker is
5314 *** used, and then restart.
5315
5316 _LT_EOF
5317 ;;
5318 *)
5319 # For security reasons, it is highly recommended that you always
5320 # use absolute paths for naming shared libraries, and exclude the
5321 # DT_RUNPATH tag from executables and libraries. But doing so
5322 # requires that you compile everything twice, which is a pain.
5323 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
5324 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
5325 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
5326 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
5327 else
5328 _LT_TAGVAR(ld_shlibs, $1)=no
5329 fi
5330 ;;
5331 esac
5332 ;;
5333
5334 sunos4*)
5335 _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
5336 wlarc=
5337 _LT_TAGVAR(hardcode_direct, $1)=yes
5338 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
5339 ;;
5340
5341 *)
5342 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
5343 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
5344 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
5345 else
5346 _LT_TAGVAR(ld_shlibs, $1)=no
5347 fi
5348 ;;
5349 esac
5350
5351 if test no = "$_LT_TAGVAR(ld_shlibs, $1)"; then
5352 runpath_var=
5353 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
5354 _LT_TAGVAR(export_dynamic_flag_spec, $1)=
5355 _LT_TAGVAR(whole_archive_flag_spec, $1)=
5356 fi
5357 else
5358 # PORTME fill in a description of your system's linker (not GNU ld)
5359 case $host_os in
5360 aix3*)
5361 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
5362 _LT_TAGVAR(always_export_symbols, $1)=yes
5363 _LT_TAGVAR(archive_expsym_cmds, $1)='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
5364 # Note: this linker hardcodes the directories in LIBPATH if there
5365 # are no directories specified by -L.
5366 _LT_TAGVAR(hardcode_minus_L, $1)=yes
5367 if test yes = "$GCC" && test -z "$lt_prog_compiler_static"; then
5368 # Neither direct hardcoding nor static linking is supported with a
5369 # broken collect2.
5370 _LT_TAGVAR(hardcode_direct, $1)=unsupported
5371 fi
5372 ;;
5373
5374 aix[[4-9]]*)
5375 if test ia64 = "$host_cpu"; then
5376 # On IA64, the linker does run time linking by default, so we don't
5377 # have to do anything special.
5378 aix_use_runtimelinking=no
5379 exp_sym_flag='-Bexport'
5380 no_entry_flag=
5381 else
5382 # If we're using GNU nm, then we don't want the "-C" option.
5383 # -C means demangle to GNU nm, but means don't demangle to AIX nm.
5384 # Without the "-l" option, or with the "-B" option, AIX nm treats
5385 # weak defined symbols like other global defined symbols, whereas
5386 # GNU nm marks them as "W".
5387 # While the 'weak' keyword is ignored in the Export File, we need
5388 # it in the Import File for the 'aix-soname' feature, so we have
5389 # to replace the "-B" option with "-P" for AIX nm.
5390 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
5391 _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols'
5392 else
5393 _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
5394 fi
5395 aix_use_runtimelinking=no
5396
5397 # Test if we are trying to use run time linking or normal
5398 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
5399 # have runtime linking enabled, and use it for executables.
5400 # For shared libraries, we enable/disable runtime linking
5401 # depending on the kind of the shared library created -
5402 # when "with_aix_soname,aix_use_runtimelinking" is:
5403 # "aix,no" lib.a(lib.so.V) shared, rtl:no, for executables
5404 # "aix,yes" lib.so shared, rtl:yes, for executables
5405 # lib.a static archive
5406 # "both,no" lib.so.V(shr.o) shared, rtl:yes
5407 # lib.a(lib.so.V) shared, rtl:no, for executables
5408 # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables
5409 # lib.a(lib.so.V) shared, rtl:no
5410 # "svr4,*" lib.so.V(shr.o) shared, rtl:yes, for executables
5411 # lib.a static archive
5412 case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*)
5413 for ld_flag in $LDFLAGS; do
5414 if (test x-brtl = "x$ld_flag" || test x-Wl,-brtl = "x$ld_flag"); then
5415 aix_use_runtimelinking=yes
5416 break
5417 fi
5418 done
5419 if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then
5420 # With aix-soname=svr4, we create the lib.so.V shared archives only,
5421 # so we don't have lib.a shared libs to link our executables.
5422 # We have to force runtime linking in this case.
5423 aix_use_runtimelinking=yes
5424 LDFLAGS="$LDFLAGS -Wl,-brtl"
5425 fi
5426 ;;
5427 esac
5428
5429 exp_sym_flag='-bexport'
5430 no_entry_flag='-bnoentry'
5431 fi
5432
5433 # When large executables or shared objects are built, AIX ld can
5434 # have problems creating the table of contents. If linking a library
5435 # or program results in "error TOC overflow" add -mminimal-toc to
5436 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
5437 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
5438
5439 _LT_TAGVAR(archive_cmds, $1)=''
5440 _LT_TAGVAR(hardcode_direct, $1)=yes
5441 _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
5442 _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
5443 _LT_TAGVAR(link_all_deplibs, $1)=yes
5444 _LT_TAGVAR(file_list_spec, $1)='$wl-f,'
5445 case $with_aix_soname,$aix_use_runtimelinking in
5446 aix,*) ;; # traditional, no import file
5447 svr4,* | *,yes) # use import file
5448 # The Import File defines what to hardcode.
5449 _LT_TAGVAR(hardcode_direct, $1)=no
5450 _LT_TAGVAR(hardcode_direct_absolute, $1)=no
5451 ;;
5452 esac
5453
5454 if test yes = "$GCC"; then
5455 case $host_os in aix4.[[012]]|aix4.[[012]].*)
5456 # We only want to do this on AIX 4.2 and lower, the check
5457 # below for broken collect2 doesn't work under 4.3+
5458 collect2name=`$CC -print-prog-name=collect2`
5459 if test -f "$collect2name" &&
5460 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
5461 then
5462 # We have reworked collect2
5463 :
5464 else
5465 # We have old collect2
5466 _LT_TAGVAR(hardcode_direct, $1)=unsupported
5467 # It fails to find uninstalled libraries when the uninstalled
5468 # path is not listed in the libpath. Setting hardcode_minus_L
5469 # to unsupported forces relinking
5470 _LT_TAGVAR(hardcode_minus_L, $1)=yes
5471 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5472 _LT_TAGVAR(hardcode_libdir_separator, $1)=
5473 fi
5474 ;;
5475 esac
5476 shared_flag='-shared'
5477 if test yes = "$aix_use_runtimelinking"; then
5478 shared_flag="$shared_flag "'$wl-G'
5479 fi
5480 # Need to ensure runtime linking is disabled for the traditional
5481 # shared library, or the linker may eventually find shared libraries
5482 # /with/ Import File - we do not want to mix them.
5483 shared_flag_aix='-shared'
5484 shared_flag_svr4='-shared $wl-G'
5485 else
5486 # not using gcc
5487 if test ia64 = "$host_cpu"; then
5488 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
5489 # chokes on -Wl,-G. The following line is correct:
5490 shared_flag='-G'
5491 else
5492 if test yes = "$aix_use_runtimelinking"; then
5493 shared_flag='$wl-G'
5494 else
5495 shared_flag='$wl-bM:SRE'
5496 fi
5497 shared_flag_aix='$wl-bM:SRE'
5498 shared_flag_svr4='$wl-G'
5499 fi
5500 fi
5501
5502 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-bexpall'
5503 # It seems that -bexpall does not export symbols beginning with
5504 # underscore (_), so it is better to generate a list of symbols to export.
5505 _LT_TAGVAR(always_export_symbols, $1)=yes
5506 if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then
5507 # Warning - without using the other runtime loading flags (-brtl),
5508 # -berok will link without error, but may produce a broken library.
5509 _LT_TAGVAR(allow_undefined_flag, $1)='-berok'
5510 # Determine the default libpath from the value encoded in an
5511 # empty executable.
5512 _LT_SYS_MODULE_PATH_AIX([$1])
5513 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
5514 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
5515 else
5516 if test ia64 = "$host_cpu"; then
5517 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $libdir:/usr/lib:/lib'
5518 _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
5519 _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols"
5520 else
5521 # Determine the default libpath from the value encoded in an
5522 # empty executable.
5523 _LT_SYS_MODULE_PATH_AIX([$1])
5524 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
5525 # Warning - without using the other run time loading flags,
5526 # -berok will link without error, but may produce a broken library.
5527 _LT_TAGVAR(no_undefined_flag, $1)=' $wl-bernotok'
5528 _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-berok'
5529 if test yes = "$with_gnu_ld"; then
5530 # We only use this code for GNU lds that support --whole-archive.
5531 _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive$convenience $wl--no-whole-archive'
5532 else
5533 # Exported symbols can be pulled into shared objects from archives
5534 _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
5535 fi
5536 _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
5537 _LT_TAGVAR(archive_expsym_cmds, $1)='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d'
5538 # -brtl affects multiple linker settings, -berok does not and is overridden later
5539 compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
5540 if test svr4 != "$with_aix_soname"; then
5541 # This is similar to how AIX traditionally builds its shared libraries.
5542 _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname'
5543 fi
5544 if test aix != "$with_aix_soname"; then
5545 _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp'
5546 else
5547 # used by -dlpreopen to get the symbols
5548 _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$MV $output_objdir/$realname.d/$soname $output_objdir'
5549 fi
5550 _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$RM -r $output_objdir/$realname.d'
5551 fi
5552 fi
5553 ;;
5554
5555 amigaos*)
5556 case $host_cpu in
5557 powerpc)
5558 # see comment about AmigaOS4 .so support
5559 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
5560 _LT_TAGVAR(archive_expsym_cmds, $1)=''
5561 ;;
5562 m68k)
5563 _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
5564 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5565 _LT_TAGVAR(hardcode_minus_L, $1)=yes
5566 ;;
5567 esac
5568 ;;
5569
5570 bsdi[[45]]*)
5571 _LT_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
5572 ;;
5573
5574 cygwin* | mingw* | pw32* | cegcc*)
5575 # When not using gcc, we currently assume that we are using
5576 # Microsoft Visual C++.
5577 # hardcode_libdir_flag_spec is actually meaningless, as there is
5578 # no search path for DLLs.
5579 case $cc_basename in
5580 cl*)
5581 # Native MSVC
5582 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
5583 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
5584 _LT_TAGVAR(always_export_symbols, $1)=yes
5585 _LT_TAGVAR(file_list_spec, $1)='@'
5586 # Tell ltmain to make .lib files, not .a files.
5587 libext=lib
5588 # Tell ltmain to make .dll files, not .so files.
5589 shrext_cmds=.dll
5590 # FIXME: Setting linknames here is a bad hack.
5591 _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
5592 _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then
5593 cp "$export_symbols" "$output_objdir/$soname.def";
5594 echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp";
5595 else
5596 $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp;
5597 fi~
5598 $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
5599 linknames='
5600 # The linker will not automatically build a static lib if we build a DLL.
5601 # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true'
5602 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
5603 _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
5604 _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1,DATA/'\'' | $SED -e '\''/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols'
5605 # Don't use ranlib
5606 _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib'
5607 _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~
5608 lt_tool_outputfile="@TOOL_OUTPUT@"~
5609 case $lt_outputfile in
5610 *.exe|*.EXE) ;;
5611 *)
5612 lt_outputfile=$lt_outputfile.exe
5613 lt_tool_outputfile=$lt_tool_outputfile.exe
5614 ;;
5615 esac~
5616 if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then
5617 $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
5618 $RM "$lt_outputfile.manifest";
5619 fi'
5620 ;;
5621 *)
5622 # Assume MSVC wrapper
5623 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
5624 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
5625 # Tell ltmain to make .lib files, not .a files.
5626 libext=lib
5627 # Tell ltmain to make .dll files, not .so files.
5628 shrext_cmds=.dll
5629 # FIXME: Setting linknames here is a bad hack.
5630 _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
5631 # The linker will automatically build a .lib file if we build a DLL.
5632 _LT_TAGVAR(old_archive_from_new_cmds, $1)='true'
5633 # FIXME: Should let the user specify the lib program.
5634 _LT_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs'
5635 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
5636 ;;
5637 esac
5638 ;;
5639
5640 darwin* | rhapsody*)
5641 _LT_DARWIN_LINKER_FEATURES($1)
5642 ;;
5643
5644 dgux*)
5645 _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5646 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5647 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
5648 ;;
5649
5650 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
5651 # support. Future versions do this automatically, but an explicit c++rt0.o
5652 # does not break anything, and helps significantly (at the cost of a little
5653 # extra space).
5654 freebsd2.2*)
5655 _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
5656 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5657 _LT_TAGVAR(hardcode_direct, $1)=yes
5658 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
5659 ;;
5660
5661 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
5662 freebsd2.*)
5663 _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
5664 _LT_TAGVAR(hardcode_direct, $1)=yes
5665 _LT_TAGVAR(hardcode_minus_L, $1)=yes
5666 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
5667 ;;
5668
5669 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
5670 freebsd* | dragonfly*)
5671 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
5672 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5673 _LT_TAGVAR(hardcode_direct, $1)=yes
5674 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
5675 ;;
5676
5677 hpux9*)
5678 if test yes = "$GCC"; then
5679 _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
5680 else
5681 _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
5682 fi
5683 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir'
5684 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
5685 _LT_TAGVAR(hardcode_direct, $1)=yes
5686
5687 # hardcode_minus_L: Not really in the search PATH,
5688 # but as the default location of the library.
5689 _LT_TAGVAR(hardcode_minus_L, $1)=yes
5690 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
5691 ;;
5692
5693 hpux10*)
5694 if test yes,no = "$GCC,$with_gnu_ld"; then
5695 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
5696 else
5697 _LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
5698 fi
5699 if test no = "$with_gnu_ld"; then
5700 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir'
5701 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
5702 _LT_TAGVAR(hardcode_direct, $1)=yes
5703 _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
5704 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
5705 # hardcode_minus_L: Not really in the search PATH,
5706 # but as the default location of the library.
5707 _LT_TAGVAR(hardcode_minus_L, $1)=yes
5708 fi
5709 ;;
5710
5711 hpux11*)
5712 if test yes,no = "$GCC,$with_gnu_ld"; then
5713 case $host_cpu in
5714 hppa*64*)
5715 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags'
5716 ;;
5717 ia64*)
5718 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
5719 ;;
5720 *)
5721 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
5722 ;;
5723 esac
5724 else
5725 case $host_cpu in
5726 hppa*64*)
5727 _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags'
5728 ;;
5729 ia64*)
5730 _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
5731 ;;
5732 *)
5733 m4_if($1, [], [
5734 # Older versions of the 11.00 compiler do not understand -b yet
5735 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
5736 _LT_LINKER_OPTION([if $CC understands -b],
5737 _LT_TAGVAR(lt_cv_prog_compiler__b, $1), [-b],
5738 [_LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'],
5739 [_LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'])],
5740 [_LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'])
5741 ;;
5742 esac
5743 fi
5744 if test no = "$with_gnu_ld"; then
5745 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir'
5746 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
5747
5748 case $host_cpu in
5749 hppa*64*|ia64*)
5750 _LT_TAGVAR(hardcode_direct, $1)=no
5751 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
5752 ;;
5753 *)
5754 _LT_TAGVAR(hardcode_direct, $1)=yes
5755 _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
5756 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
5757
5758 # hardcode_minus_L: Not really in the search PATH,
5759 # but as the default location of the library.
5760 _LT_TAGVAR(hardcode_minus_L, $1)=yes
5761 ;;
5762 esac
5763 fi
5764 ;;
5765
5766 irix5* | irix6* | nonstopux*)
5767 if test yes = "$GCC"; then
5768 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
5769 # Try to use the -exported_symbol ld option, if it does not
5770 # work, assume that -exports_file does not work either and
5771 # implicitly export all symbols.
5772 # This should be the same for all languages, so no per-tag cache variable.
5773 AC_CACHE_CHECK([whether the $host_os linker accepts -exported_symbol],
5774 [lt_cv_irix_exported_symbol],
5775 [save_LDFLAGS=$LDFLAGS
5776 LDFLAGS="$LDFLAGS -shared $wl-exported_symbol ${wl}foo $wl-update_registry $wl/dev/null"
5777 AC_LINK_IFELSE(
5778 [AC_LANG_SOURCE(
5779 [AC_LANG_CASE([C], [[int foo (void) { return 0; }]],
5780 [C++], [[int foo (void) { return 0; }]],
5781 [Fortran 77], [[
5782 subroutine foo
5783 end]],
5784 [Fortran], [[
5785 subroutine foo
5786 end]])])],
5787 [lt_cv_irix_exported_symbol=yes],
5788 [lt_cv_irix_exported_symbol=no])
5789 LDFLAGS=$save_LDFLAGS])
5790 if test yes = "$lt_cv_irix_exported_symbol"; then
5791 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
5792 fi
5793 _LT_TAGVAR(link_all_deplibs, $1)=no
5794 else
5795 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
5796 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
5797 fi
5798 _LT_TAGVAR(archive_cmds_need_lc, $1)='no'
5799 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
5800 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
5801 _LT_TAGVAR(inherit_rpath, $1)=yes
5802 _LT_TAGVAR(link_all_deplibs, $1)=yes
5803 ;;
5804
5805 linux*)
5806 case $cc_basename in
5807 tcc*)
5808 # Fabrice Bellard et al's Tiny C Compiler
5809 _LT_TAGVAR(ld_shlibs, $1)=yes
5810 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
5811 ;;
5812 esac
5813 ;;
5814
5815 netbsd* | netbsdelf*-gnu)
5816 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
5817 _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
5818 else
5819 _LT_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
5820 fi
5821 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5822 _LT_TAGVAR(hardcode_direct, $1)=yes
5823 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
5824 ;;
5825
5826 newsos6)
5827 _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5828 _LT_TAGVAR(hardcode_direct, $1)=yes
5829 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
5830 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
5831 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
5832 ;;
5833
5834 *nto* | *qnx*)
5835 ;;
5836
5837 openbsd* | bitrig*)
5838 if test -f /usr/libexec/ld.so; then
5839 _LT_TAGVAR(hardcode_direct, $1)=yes
5840 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
5841 _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
5842 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
5843 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
5844 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags $wl-retain-symbols-file,$export_symbols'
5845 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
5846 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
5847 else
5848 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
5849 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
5850 fi
5851 else
5852 _LT_TAGVAR(ld_shlibs, $1)=no
5853 fi
5854 ;;
5855
5856 os2*)
5857 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5858 _LT_TAGVAR(hardcode_minus_L, $1)=yes
5859 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
5860 shrext_cmds=.dll
5861 _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
5862 $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
5863 $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
5864 $ECHO EXPORTS >> $output_objdir/$libname.def~
5865 emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~
5866 $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
5867 emximp -o $lib $output_objdir/$libname.def'
5868 _LT_TAGVAR(archive_expsym_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
5869 $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
5870 $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
5871 $ECHO EXPORTS >> $output_objdir/$libname.def~
5872 prefix_cmds="$SED"~
5873 if test EXPORTS = "`$SED 1q $export_symbols`"; then
5874 prefix_cmds="$prefix_cmds -e 1d";
5875 fi~
5876 prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~
5877 cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
5878 $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
5879 emximp -o $lib $output_objdir/$libname.def'
5880 _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
5881 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
5882 ;;
5883
5884 osf3*)
5885 if test yes = "$GCC"; then
5886 _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
5887 _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
5888 else
5889 _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
5890 _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
5891 fi
5892 _LT_TAGVAR(archive_cmds_need_lc, $1)='no'
5893 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
5894 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
5895 ;;
5896
5897 osf4* | osf5*) # as osf3* with the addition of -msym flag
5898 if test yes = "$GCC"; then
5899 _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
5900 _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
5901 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
5902 else
5903 _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
5904 _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
5905 _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
5906 $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
5907
5908 # Both c and cxx compiler support -rpath directly
5909 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
5910 fi
5911 _LT_TAGVAR(archive_cmds_need_lc, $1)='no'
5912 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
5913 ;;
5914
5915 solaris*)
5916 _LT_TAGVAR(no_undefined_flag, $1)=' -z defs'
5917 if test yes = "$GCC"; then
5918 wlarc='$wl'
5919 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl-z ${wl}text $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags'
5920 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
5921 $CC -shared $pic_flag $wl-z ${wl}text $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
5922 else
5923 case `$CC -V 2>&1` in
5924 *"Compilers 5.0"*)
5925 wlarc=''
5926 _LT_TAGVAR(archive_cmds, $1)='$LD -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $linker_flags'
5927 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
5928 $LD -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
5929 ;;
5930 *)
5931 wlarc='$wl'
5932 _LT_TAGVAR(archive_cmds, $1)='$CC -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $compiler_flags'
5933 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
5934 $CC -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
5935 ;;
5936 esac
5937 fi
5938 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5939 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
5940 case $host_os in
5941 solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
5942 *)
5943 # The compiler driver will combine and reorder linker options,
5944 # but understands '-z linker_flag'. GCC discards it without '$wl',
5945 # but is careful enough not to reorder.
5946 # Supported since Solaris 2.6 (maybe 2.5.1?)
5947 if test yes = "$GCC"; then
5948 _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract'
5949 else
5950 _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
5951 fi
5952 ;;
5953 esac
5954 _LT_TAGVAR(link_all_deplibs, $1)=yes
5955 ;;
5956
5957 sunos4*)
5958 if test sequent = "$host_vendor"; then
5959 # Use $CC to link under sequent, because it throws in some extra .o
5960 # files that make .init and .fini sections work.
5961 _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h $soname -o $lib $libobjs $deplibs $compiler_flags'
5962 else
5963 _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
5964 fi
5965 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5966 _LT_TAGVAR(hardcode_direct, $1)=yes
5967 _LT_TAGVAR(hardcode_minus_L, $1)=yes
5968 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
5969 ;;
5970
5971 sysv4)
5972 case $host_vendor in
5973 sni)
5974 _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5975 _LT_TAGVAR(hardcode_direct, $1)=yes # is this really true???
5976 ;;
5977 siemens)
5978 ## LD is ld it makes a PLAMLIB
5979 ## CC just makes a GrossModule.
5980 _LT_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
5981 _LT_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs'
5982 _LT_TAGVAR(hardcode_direct, $1)=no
5983 ;;
5984 motorola)
5985 _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5986 _LT_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie
5987 ;;
5988 esac
5989 runpath_var='LD_RUN_PATH'
5990 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
5991 ;;
5992
5993 sysv4.3*)
5994 _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5995 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
5996 _LT_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport'
5997 ;;
5998
5999 sysv4*MP*)
6000 if test -d /usr/nec; then
6001 _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6002 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
6003 runpath_var=LD_RUN_PATH
6004 hardcode_runpath_var=yes
6005 _LT_TAGVAR(ld_shlibs, $1)=yes
6006 fi
6007 ;;
6008
6009 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
6010 _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text'
6011 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
6012 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
6013 runpath_var='LD_RUN_PATH'
6014
6015 if test yes = "$GCC"; then
6016 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
6017 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
6018 else
6019 _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
6020 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
6021 fi
6022 ;;
6023
6024 sysv5* | sco3.2v5* | sco5v6*)
6025 # Note: We CANNOT use -z defs as we might desire, because we do not
6026 # link with -lc, and that would cause any symbols used from libc to
6027 # always be unresolved, which means just about no library would
6028 # ever link correctly. If we're not using GNU ld we use -z text
6029 # though, which does catch some bad symbols but isn't as heavy-handed
6030 # as -z defs.
6031 _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text'
6032 _LT_TAGVAR(allow_undefined_flag, $1)='$wl-z,nodefs'
6033 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
6034 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
6035 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R,$libdir'
6036 _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
6037 _LT_TAGVAR(link_all_deplibs, $1)=yes
6038 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-Bexport'
6039 runpath_var='LD_RUN_PATH'
6040
6041 if test yes = "$GCC"; then
6042 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
6043 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
6044 else
6045 _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
6046 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
6047 fi
6048 ;;
6049
6050 uts4*)
6051 _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6052 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
6053 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
6054 ;;
6055
6056 *)
6057 _LT_TAGVAR(ld_shlibs, $1)=no
6058 ;;
6059 esac
6060
6061 if test sni = "$host_vendor"; then
6062 case $host in
6063 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
6064 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-Blargedynsym'
6065 ;;
6066 esac
6067 fi
6068 fi
6069 ])
6070 AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)])
6071 test no = "$_LT_TAGVAR(ld_shlibs, $1)" && can_build_shared=no
6072
6073 _LT_TAGVAR(with_gnu_ld, $1)=$with_gnu_ld
6074
6075 _LT_DECL([], [libext], [0], [Old archive suffix (normally "a")])dnl
6076 _LT_DECL([], [shrext_cmds], [1], [Shared library suffix (normally ".so")])dnl
6077 _LT_DECL([], [extract_expsyms_cmds], [2],
6078 [The commands to extract the exported symbol list from a shared archive])
6079
6080 #
6081 # Do we need to explicitly link libc?
6082 #
6083 case "x$_LT_TAGVAR(archive_cmds_need_lc, $1)" in
6084 x|xyes)
6085 # Assume -lc should be added
6086 _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
6087
6088 if test yes,yes = "$GCC,$enable_shared"; then
6089 case $_LT_TAGVAR(archive_cmds, $1) in
6090 *'~'*)
6091 # FIXME: we may have to deal with multi-command sequences.
6092 ;;
6093 '$CC '*)
6094 # Test whether the compiler implicitly links with -lc since on some
6095 # systems, -lgcc has to come before -lc. If gcc already passes -lc
6096 # to ld, don't add -lc before -lgcc.
6097 AC_CACHE_CHECK([whether -lc should be explicitly linked in],
6098 [lt_cv_]_LT_TAGVAR(archive_cmds_need_lc, $1),
6099 [$RM conftest*
6100 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
6101
6102 if AC_TRY_EVAL(ac_compile) 2>conftest.err; then
6103 soname=conftest
6104 lib=conftest
6105 libobjs=conftest.$ac_objext
6106 deplibs=
6107 wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1)
6108 pic_flag=$_LT_TAGVAR(lt_prog_compiler_pic, $1)
6109 compiler_flags=-v
6110 linker_flags=-v
6111 verstring=
6112 output_objdir=.
6113 libname=conftest
6114 lt_save_allow_undefined_flag=$_LT_TAGVAR(allow_undefined_flag, $1)
6115 _LT_TAGVAR(allow_undefined_flag, $1)=
6116 if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
6117 then
6118 lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)=no
6119 else
6120 lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)=yes
6121 fi
6122 _LT_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag
6123 else
6124 cat conftest.err 1>&5
6125 fi
6126 $RM conftest*
6127 ])
6128 _LT_TAGVAR(archive_cmds_need_lc, $1)=$lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)
6129 ;;
6130 esac
6131 fi
6132 ;;
6133 esac
6134
6135 _LT_TAGDECL([build_libtool_need_lc], [archive_cmds_need_lc], [0],
6136 [Whether or not to add -lc for building shared libraries])
6137 _LT_TAGDECL([allow_libtool_libs_with_static_runtimes],
6138 [enable_shared_with_static_runtimes], [0],
6139 [Whether or not to disallow shared libs when runtime libs are static])
6140 _LT_TAGDECL([], [export_dynamic_flag_spec], [1],
6141 [Compiler flag to allow reflexive dlopens])
6142 _LT_TAGDECL([], [whole_archive_flag_spec], [1],
6143 [Compiler flag to generate shared objects directly from archives])
6144 _LT_TAGDECL([], [compiler_needs_object], [1],
6145 [Whether the compiler copes with passing no objects directly])
6146 _LT_TAGDECL([], [old_archive_from_new_cmds], [2],
6147 [Create an old-style archive from a shared archive])
6148 _LT_TAGDECL([], [old_archive_from_expsyms_cmds], [2],
6149 [Create a temporary old-style archive to link instead of a shared archive])
6150 _LT_TAGDECL([], [archive_cmds], [2], [Commands used to build a shared archive])
6151 _LT_TAGDECL([], [archive_expsym_cmds], [2])
6152 _LT_TAGDECL([], [module_cmds], [2],
6153 [Commands used to build a loadable module if different from building
6154 a shared archive.])
6155 _LT_TAGDECL([], [module_expsym_cmds], [2])
6156 _LT_TAGDECL([], [with_gnu_ld], [1],
6157 [Whether we are building with GNU ld or not])
6158 _LT_TAGDECL([], [allow_undefined_flag], [1],
6159 [Flag that allows shared libraries with undefined symbols to be built])
6160 _LT_TAGDECL([], [no_undefined_flag], [1],
6161 [Flag that enforces no undefined symbols])
6162 _LT_TAGDECL([], [hardcode_libdir_flag_spec], [1],
6163 [Flag to hardcode $libdir into a binary during linking.
6164 This must work even if $libdir does not exist])
6165 _LT_TAGDECL([], [hardcode_libdir_separator], [1],
6166 [Whether we need a single "-rpath" flag with a separated argument])
6167 _LT_TAGDECL([], [hardcode_direct], [0],
6168 [Set to "yes" if using DIR/libNAME$shared_ext during linking hardcodes
6169 DIR into the resulting binary])
6170 _LT_TAGDECL([], [hardcode_direct_absolute], [0],
6171 [Set to "yes" if using DIR/libNAME$shared_ext during linking hardcodes
6172 DIR into the resulting binary and the resulting library dependency is
6173 "absolute", i.e impossible to change by setting $shlibpath_var if the
6174 library is relocated])
6175 _LT_TAGDECL([], [hardcode_minus_L], [0],
6176 [Set to "yes" if using the -LDIR flag during linking hardcodes DIR
6177 into the resulting binary])
6178 _LT_TAGDECL([], [hardcode_shlibpath_var], [0],
6179 [Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
6180 into the resulting binary])
6181 _LT_TAGDECL([], [hardcode_automatic], [0],
6182 [Set to "yes" if building a shared library automatically hardcodes DIR
6183 into the library and all subsequent libraries and executables linked
6184 against it])
6185 _LT_TAGDECL([], [inherit_rpath], [0],
6186 [Set to yes if linker adds runtime paths of dependent libraries
6187 to runtime path list])
6188 _LT_TAGDECL([], [link_all_deplibs], [0],
6189 [Whether libtool must link a program against all its dependency libraries])
6190 _LT_TAGDECL([], [always_export_symbols], [0],
6191 [Set to "yes" if exported symbols are required])
6192 _LT_TAGDECL([], [export_symbols_cmds], [2],
6193 [The commands to list exported symbols])
6194 _LT_TAGDECL([], [exclude_expsyms], [1],
6195 [Symbols that should not be listed in the preloaded symbols])
6196 _LT_TAGDECL([], [include_expsyms], [1],
6197 [Symbols that must always be exported])
6198 _LT_TAGDECL([], [prelink_cmds], [2],
6199 [Commands necessary for linking programs (against libraries) with templates])
6200 _LT_TAGDECL([], [postlink_cmds], [2],
6201 [Commands necessary for finishing linking programs])
6202 _LT_TAGDECL([], [file_list_spec], [1],
6203 [Specify filename containing input files])
6204 dnl FIXME: Not yet implemented
6205 dnl _LT_TAGDECL([], [thread_safe_flag_spec], [1],
6206 dnl [Compiler flag to generate thread safe objects])
6207 ])# _LT_LINKER_SHLIBS
6208
6209
6210 # _LT_LANG_C_CONFIG([TAG])
6211 # ------------------------
6212 # Ensure that the configuration variables for a C compiler are suitably
6213 # defined. These variables are subsequently used by _LT_CONFIG to write
6214 # the compiler configuration to 'libtool'.
6215 m4_defun([_LT_LANG_C_CONFIG],
6216 [m4_require([_LT_DECL_EGREP])dnl
6217 lt_save_CC=$CC
6218 AC_LANG_PUSH(C)
6219
6220 # Source file extension for C test sources.
6221 ac_ext=c
6222
6223 # Object file extension for compiled C test sources.
6224 objext=o
6225 _LT_TAGVAR(objext, $1)=$objext
6226
6227 # Code to be used in simple compile tests
6228 lt_simple_compile_test_code="int some_variable = 0;"
6229
6230 # Code to be used in simple link tests
6231 lt_simple_link_test_code='int main(){return(0);}'
6232
6233 _LT_TAG_COMPILER
6234 # Save the default compiler, since it gets overwritten when the other
6235 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
6236 compiler_DEFAULT=$CC
6237
6238 # save warnings/boilerplate of simple test code
6239 _LT_COMPILER_BOILERPLATE
6240 _LT_LINKER_BOILERPLATE
6241
6242 ## CAVEAT EMPTOR:
6243 ## There is no encapsulation within the following macros, do not change
6244 ## the running order or otherwise move them around unless you know exactly
6245 ## what you are doing...
6246 if test -n "$compiler"; then
6247 _LT_COMPILER_NO_RTTI($1)
6248 _LT_COMPILER_PIC($1)
6249 _LT_COMPILER_C_O($1)
6250 _LT_COMPILER_FILE_LOCKS($1)
6251 _LT_LINKER_SHLIBS($1)
6252 _LT_SYS_DYNAMIC_LINKER($1)
6253 _LT_LINKER_HARDCODE_LIBPATH($1)
6254 LT_SYS_DLOPEN_SELF
6255 _LT_CMD_STRIPLIB
6256
6257 # Report what library types will actually be built
6258 AC_MSG_CHECKING([if libtool supports shared libraries])
6259 AC_MSG_RESULT([$can_build_shared])
6260
6261 AC_MSG_CHECKING([whether to build shared libraries])
6262 test no = "$can_build_shared" && enable_shared=no
6263
6264 # On AIX, shared libraries and static libraries use the same namespace, and
6265 # are all built from PIC.
6266 case $host_os in
6267 aix3*)
6268 test yes = "$enable_shared" && enable_static=no
6269 if test -n "$RANLIB"; then
6270 archive_cmds="$archive_cmds~\$RANLIB \$lib"
6271 postinstall_cmds='$RANLIB $lib'
6272 fi
6273 ;;
6274
6275 aix[[4-9]]*)
6276 if test ia64 != "$host_cpu"; then
6277 case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in
6278 yes,aix,yes) ;; # shared object as lib.so file only
6279 yes,svr4,*) ;; # shared object as lib.so archive member only
6280 yes,*) enable_static=no ;; # shared object in lib.a archive as well
6281 esac
6282 fi
6283 ;;
6284 esac
6285 AC_MSG_RESULT([$enable_shared])
6286
6287 AC_MSG_CHECKING([whether to build static libraries])
6288 # Make sure either enable_shared or enable_static is yes.
6289 test yes = "$enable_shared" || enable_static=yes
6290 AC_MSG_RESULT([$enable_static])
6291
6292 _LT_CONFIG($1)
6293 fi
6294 AC_LANG_POP
6295 CC=$lt_save_CC
6296 ])# _LT_LANG_C_CONFIG
6297
6298
6299 # _LT_LANG_CXX_CONFIG([TAG])
6300 # --------------------------
6301 # Ensure that the configuration variables for a C++ compiler are suitably
6302 # defined. These variables are subsequently used by _LT_CONFIG to write
6303 # the compiler configuration to 'libtool'.
6304 m4_defun([_LT_LANG_CXX_CONFIG],
6305 [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
6306 m4_require([_LT_DECL_EGREP])dnl
6307 m4_require([_LT_PATH_MANIFEST_TOOL])dnl
6308 if test -n "$CXX" && ( test no != "$CXX" &&
6309 ( (test g++ = "$CXX" && `g++ -v >/dev/null 2>&1` ) ||
6310 (test g++ != "$CXX"))); then
6311 AC_PROG_CXXCPP
6312 else
6313 _lt_caught_CXX_error=yes
6314 fi
6315
6316 AC_LANG_PUSH(C++)
6317 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
6318 _LT_TAGVAR(allow_undefined_flag, $1)=
6319 _LT_TAGVAR(always_export_symbols, $1)=no
6320 _LT_TAGVAR(archive_expsym_cmds, $1)=
6321 _LT_TAGVAR(compiler_needs_object, $1)=no
6322 _LT_TAGVAR(export_dynamic_flag_spec, $1)=
6323 _LT_TAGVAR(hardcode_direct, $1)=no
6324 _LT_TAGVAR(hardcode_direct_absolute, $1)=no
6325 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
6326 _LT_TAGVAR(hardcode_libdir_separator, $1)=
6327 _LT_TAGVAR(hardcode_minus_L, $1)=no
6328 _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
6329 _LT_TAGVAR(hardcode_automatic, $1)=no
6330 _LT_TAGVAR(inherit_rpath, $1)=no
6331 _LT_TAGVAR(module_cmds, $1)=
6332 _LT_TAGVAR(module_expsym_cmds, $1)=
6333 _LT_TAGVAR(link_all_deplibs, $1)=unknown
6334 _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
6335 _LT_TAGVAR(reload_flag, $1)=$reload_flag
6336 _LT_TAGVAR(reload_cmds, $1)=$reload_cmds
6337 _LT_TAGVAR(no_undefined_flag, $1)=
6338 _LT_TAGVAR(whole_archive_flag_spec, $1)=
6339 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
6340
6341 # Source file extension for C++ test sources.
6342 ac_ext=cpp
6343
6344 # Object file extension for compiled C++ test sources.
6345 objext=o
6346 _LT_TAGVAR(objext, $1)=$objext
6347
6348 # No sense in running all these tests if we already determined that
6349 # the CXX compiler isn't working. Some variables (like enable_shared)
6350 # are currently assumed to apply to all compilers on this platform,
6351 # and will be corrupted by setting them based on a non-working compiler.
6352 if test yes != "$_lt_caught_CXX_error"; then
6353 # Code to be used in simple compile tests
6354 lt_simple_compile_test_code="int some_variable = 0;"
6355
6356 # Code to be used in simple link tests
6357 lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }'
6358
6359 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
6360 _LT_TAG_COMPILER
6361
6362 # save warnings/boilerplate of simple test code
6363 _LT_COMPILER_BOILERPLATE
6364 _LT_LINKER_BOILERPLATE
6365
6366 # Allow CC to be a program name with arguments.
6367 lt_save_CC=$CC
6368 lt_save_CFLAGS=$CFLAGS
6369 lt_save_LD=$LD
6370 lt_save_GCC=$GCC
6371 GCC=$GXX
6372 lt_save_with_gnu_ld=$with_gnu_ld
6373 lt_save_path_LD=$lt_cv_path_LD
6374 if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
6375 lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
6376 else
6377 $as_unset lt_cv_prog_gnu_ld
6378 fi
6379 if test -n "${lt_cv_path_LDCXX+set}"; then
6380 lt_cv_path_LD=$lt_cv_path_LDCXX
6381 else
6382 $as_unset lt_cv_path_LD
6383 fi
6384 test -z "${LDCXX+set}" || LD=$LDCXX
6385 CC=${CXX-"c++"}
6386 CFLAGS=$CXXFLAGS
6387 compiler=$CC
6388 _LT_TAGVAR(compiler, $1)=$CC
6389 _LT_CC_BASENAME([$compiler])
6390
6391 if test -n "$compiler"; then
6392 # We don't want -fno-exception when compiling C++ code, so set the
6393 # no_builtin_flag separately
6394 if test yes = "$GXX"; then
6395 _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
6396 else
6397 _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
6398 fi
6399
6400 if test yes = "$GXX"; then
6401 # Set up default GNU C++ configuration
6402
6403 LT_PATH_LD
6404
6405 # Check if GNU C++ uses GNU ld as the underlying linker, since the
6406 # archiving commands below assume that GNU ld is being used.
6407 if test yes = "$with_gnu_ld"; then
6408 _LT_TAGVAR(archive_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
6409 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
6410
6411 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
6412 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
6413
6414 # If archive_cmds runs LD, not CC, wlarc should be empty
6415 # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
6416 # investigate it a little bit more. (MM)
6417 wlarc='$wl'
6418
6419 # ancient GNU ld didn't support --whole-archive et. al.
6420 if eval "`$CC -print-prog-name=ld` --help 2>&1" |
6421 $GREP 'no-whole-archive' > /dev/null; then
6422 _LT_TAGVAR(whole_archive_flag_spec, $1)=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive'
6423 else
6424 _LT_TAGVAR(whole_archive_flag_spec, $1)=
6425 fi
6426 else
6427 with_gnu_ld=no
6428 wlarc=
6429
6430 # A generic and very simple default shared library creation
6431 # command for GNU C++ for the case where it uses the native
6432 # linker, instead of GNU ld. If possible, this setting should
6433 # overridden to take advantage of the native linker features on
6434 # the platform it is being used on.
6435 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
6436 fi
6437
6438 # Commands to make compiler produce verbose output that lists
6439 # what "hidden" libraries, object files and flags are used when
6440 # linking a shared library.
6441 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
6442
6443 else
6444 GXX=no
6445 with_gnu_ld=no
6446 wlarc=
6447 fi
6448
6449 # PORTME: fill in a description of your system's C++ link characteristics
6450 AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
6451 _LT_TAGVAR(ld_shlibs, $1)=yes
6452 case $host_os in
6453 aix3*)
6454 # FIXME: insert proper C++ library support
6455 _LT_TAGVAR(ld_shlibs, $1)=no
6456 ;;
6457 aix[[4-9]]*)
6458 if test ia64 = "$host_cpu"; then
6459 # On IA64, the linker does run time linking by default, so we don't
6460 # have to do anything special.
6461 aix_use_runtimelinking=no
6462 exp_sym_flag='-Bexport'
6463 no_entry_flag=
6464 else
6465 aix_use_runtimelinking=no
6466
6467 # Test if we are trying to use run time linking or normal
6468 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
6469 # have runtime linking enabled, and use it for executables.
6470 # For shared libraries, we enable/disable runtime linking
6471 # depending on the kind of the shared library created -
6472 # when "with_aix_soname,aix_use_runtimelinking" is:
6473 # "aix,no" lib.a(lib.so.V) shared, rtl:no, for executables
6474 # "aix,yes" lib.so shared, rtl:yes, for executables
6475 # lib.a static archive
6476 # "both,no" lib.so.V(shr.o) shared, rtl:yes
6477 # lib.a(lib.so.V) shared, rtl:no, for executables
6478 # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables
6479 # lib.a(lib.so.V) shared, rtl:no
6480 # "svr4,*" lib.so.V(shr.o) shared, rtl:yes, for executables
6481 # lib.a static archive
6482 case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*)
6483 for ld_flag in $LDFLAGS; do
6484 case $ld_flag in
6485 *-brtl*)
6486 aix_use_runtimelinking=yes
6487 break
6488 ;;
6489 esac
6490 done
6491 if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then
6492 # With aix-soname=svr4, we create the lib.so.V shared archives only,
6493 # so we don't have lib.a shared libs to link our executables.
6494 # We have to force runtime linking in this case.
6495 aix_use_runtimelinking=yes
6496 LDFLAGS="$LDFLAGS -Wl,-brtl"
6497 fi
6498 ;;
6499 esac
6500
6501 exp_sym_flag='-bexport'
6502 no_entry_flag='-bnoentry'
6503 fi
6504
6505 # When large executables or shared objects are built, AIX ld can
6506 # have problems creating the table of contents. If linking a library
6507 # or program results in "error TOC overflow" add -mminimal-toc to
6508 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
6509 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
6510
6511 _LT_TAGVAR(archive_cmds, $1)=''
6512 _LT_TAGVAR(hardcode_direct, $1)=yes
6513 _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
6514 _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
6515 _LT_TAGVAR(link_all_deplibs, $1)=yes
6516 _LT_TAGVAR(file_list_spec, $1)='$wl-f,'
6517 case $with_aix_soname,$aix_use_runtimelinking in
6518 aix,*) ;; # no import file
6519 svr4,* | *,yes) # use import file
6520 # The Import File defines what to hardcode.
6521 _LT_TAGVAR(hardcode_direct, $1)=no
6522 _LT_TAGVAR(hardcode_direct_absolute, $1)=no
6523 ;;
6524 esac
6525
6526 if test yes = "$GXX"; then
6527 case $host_os in aix4.[[012]]|aix4.[[012]].*)
6528 # We only want to do this on AIX 4.2 and lower, the check
6529 # below for broken collect2 doesn't work under 4.3+
6530 collect2name=`$CC -print-prog-name=collect2`
6531 if test -f "$collect2name" &&
6532 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
6533 then
6534 # We have reworked collect2
6535 :
6536 else
6537 # We have old collect2
6538 _LT_TAGVAR(hardcode_direct, $1)=unsupported
6539 # It fails to find uninstalled libraries when the uninstalled
6540 # path is not listed in the libpath. Setting hardcode_minus_L
6541 # to unsupported forces relinking
6542 _LT_TAGVAR(hardcode_minus_L, $1)=yes
6543 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
6544 _LT_TAGVAR(hardcode_libdir_separator, $1)=
6545 fi
6546 esac
6547 shared_flag='-shared'
6548 if test yes = "$aix_use_runtimelinking"; then
6549 shared_flag=$shared_flag' $wl-G'
6550 fi
6551 # Need to ensure runtime linking is disabled for the traditional
6552 # shared library, or the linker may eventually find shared libraries
6553 # /with/ Import File - we do not want to mix them.
6554 shared_flag_aix='-shared'
6555 shared_flag_svr4='-shared $wl-G'
6556 else
6557 # not using gcc
6558 if test ia64 = "$host_cpu"; then
6559 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
6560 # chokes on -Wl,-G. The following line is correct:
6561 shared_flag='-G'
6562 else
6563 if test yes = "$aix_use_runtimelinking"; then
6564 shared_flag='$wl-G'
6565 else
6566 shared_flag='$wl-bM:SRE'
6567 fi
6568 shared_flag_aix='$wl-bM:SRE'
6569 shared_flag_svr4='$wl-G'
6570 fi
6571 fi
6572
6573 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-bexpall'
6574 # It seems that -bexpall does not export symbols beginning with
6575 # underscore (_), so it is better to generate a list of symbols to
6576 # export.
6577 _LT_TAGVAR(always_export_symbols, $1)=yes
6578 if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then
6579 # Warning - without using the other runtime loading flags (-brtl),
6580 # -berok will link without error, but may produce a broken library.
6581 # The "-G" linker flag allows undefined symbols.
6582 _LT_TAGVAR(no_undefined_flag, $1)='-bernotok'
6583 # Determine the default libpath from the value encoded in an empty
6584 # executable.
6585 _LT_SYS_MODULE_PATH_AIX([$1])
6586 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
6587
6588 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
6589 else
6590 if test ia64 = "$host_cpu"; then
6591 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $libdir:/usr/lib:/lib'
6592 _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
6593 _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols"
6594 else
6595 # Determine the default libpath from the value encoded in an
6596 # empty executable.
6597 _LT_SYS_MODULE_PATH_AIX([$1])
6598 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
6599 # Warning - without using the other run time loading flags,
6600 # -berok will link without error, but may produce a broken library.
6601 _LT_TAGVAR(no_undefined_flag, $1)=' $wl-bernotok'
6602 _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-berok'
6603 if test yes = "$with_gnu_ld"; then
6604 # We only use this code for GNU lds that support --whole-archive.
6605 _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive$convenience $wl--no-whole-archive'
6606 else
6607 # Exported symbols can be pulled into shared objects from archives
6608 _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
6609 fi
6610 _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
6611 _LT_TAGVAR(archive_expsym_cmds, $1)='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d'
6612 # -brtl affects multiple linker settings, -berok does not and is overridden later
6613 compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
6614 if test svr4 != "$with_aix_soname"; then
6615 # This is similar to how AIX traditionally builds its shared
6616 # libraries. Need -bnortl late, we may have -brtl in LDFLAGS.
6617 _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname'
6618 fi
6619 if test aix != "$with_aix_soname"; then
6620 _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp'
6621 else
6622 # used by -dlpreopen to get the symbols
6623 _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$MV $output_objdir/$realname.d/$soname $output_objdir'
6624 fi
6625 _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$RM -r $output_objdir/$realname.d'
6626 fi
6627 fi
6628 ;;
6629
6630 beos*)
6631 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
6632 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
6633 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
6634 # support --undefined. This deserves some investigation. FIXME
6635 _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
6636 else
6637 _LT_TAGVAR(ld_shlibs, $1)=no
6638 fi
6639 ;;
6640
6641 chorus*)
6642 case $cc_basename in
6643 *)
6644 # FIXME: insert proper C++ library support
6645 _LT_TAGVAR(ld_shlibs, $1)=no
6646 ;;
6647 esac
6648 ;;
6649
6650 cygwin* | mingw* | pw32* | cegcc*)
6651 case $GXX,$cc_basename in
6652 ,cl* | no,cl*)
6653 # Native MSVC
6654 # hardcode_libdir_flag_spec is actually meaningless, as there is
6655 # no search path for DLLs.
6656 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
6657 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
6658 _LT_TAGVAR(always_export_symbols, $1)=yes
6659 _LT_TAGVAR(file_list_spec, $1)='@'
6660 # Tell ltmain to make .lib files, not .a files.
6661 libext=lib
6662 # Tell ltmain to make .dll files, not .so files.
6663 shrext_cmds=.dll
6664 # FIXME: Setting linknames here is a bad hack.
6665 _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
6666 _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then
6667 cp "$export_symbols" "$output_objdir/$soname.def";
6668 echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp";
6669 else
6670 $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp;
6671 fi~
6672 $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
6673 linknames='
6674 # The linker will not automatically build a static lib if we build a DLL.
6675 # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true'
6676 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
6677 # Don't use ranlib
6678 _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib'
6679 _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~
6680 lt_tool_outputfile="@TOOL_OUTPUT@"~
6681 case $lt_outputfile in
6682 *.exe|*.EXE) ;;
6683 *)
6684 lt_outputfile=$lt_outputfile.exe
6685 lt_tool_outputfile=$lt_tool_outputfile.exe
6686 ;;
6687 esac~
6688 func_to_tool_file "$lt_outputfile"~
6689 if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then
6690 $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
6691 $RM "$lt_outputfile.manifest";
6692 fi'
6693 ;;
6694 *)
6695 # g++
6696 # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
6697 # as there is no search path for DLLs.
6698 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
6699 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-all-symbols'
6700 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
6701 _LT_TAGVAR(always_export_symbols, $1)=no
6702 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
6703
6704 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
6705 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
6706 # If the export-symbols file already is a .def file, use it as
6707 # is; otherwise, prepend EXPORTS...
6708 _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then
6709 cp $export_symbols $output_objdir/$soname.def;
6710 else
6711 echo EXPORTS > $output_objdir/$soname.def;
6712 cat $export_symbols >> $output_objdir/$soname.def;
6713 fi~
6714 $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
6715 else
6716 _LT_TAGVAR(ld_shlibs, $1)=no
6717 fi
6718 ;;
6719 esac
6720 ;;
6721 darwin* | rhapsody*)
6722 _LT_DARWIN_LINKER_FEATURES($1)
6723 ;;
6724
6725 os2*)
6726 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
6727 _LT_TAGVAR(hardcode_minus_L, $1)=yes
6728 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
6729 shrext_cmds=.dll
6730 _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
6731 $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
6732 $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
6733 $ECHO EXPORTS >> $output_objdir/$libname.def~
6734 emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~
6735 $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
6736 emximp -o $lib $output_objdir/$libname.def'
6737 _LT_TAGVAR(archive_expsym_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
6738 $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
6739 $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
6740 $ECHO EXPORTS >> $output_objdir/$libname.def~
6741 prefix_cmds="$SED"~
6742 if test EXPORTS = "`$SED 1q $export_symbols`"; then
6743 prefix_cmds="$prefix_cmds -e 1d";
6744 fi~
6745 prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~
6746 cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
6747 $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
6748 emximp -o $lib $output_objdir/$libname.def'
6749 _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
6750 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
6751 ;;
6752
6753 dgux*)
6754 case $cc_basename in
6755 ec++*)
6756 # FIXME: insert proper C++ library support
6757 _LT_TAGVAR(ld_shlibs, $1)=no
6758 ;;
6759 ghcx*)
6760 # Green Hills C++ Compiler
6761 # FIXME: insert proper C++ library support
6762 _LT_TAGVAR(ld_shlibs, $1)=no
6763 ;;
6764 *)
6765 # FIXME: insert proper C++ library support
6766 _LT_TAGVAR(ld_shlibs, $1)=no
6767 ;;
6768 esac
6769 ;;
6770
6771 freebsd2.*)
6772 # C++ shared libraries reported to be fairly broken before
6773 # switch to ELF
6774 _LT_TAGVAR(ld_shlibs, $1)=no
6775 ;;
6776
6777 freebsd-elf*)
6778 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
6779 ;;
6780
6781 freebsd* | dragonfly*)
6782 # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
6783 # conventions
6784 _LT_TAGVAR(ld_shlibs, $1)=yes
6785 ;;
6786
6787 haiku*)
6788 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
6789 _LT_TAGVAR(link_all_deplibs, $1)=yes
6790 ;;
6791
6792 hpux9*)
6793 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir'
6794 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
6795 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
6796 _LT_TAGVAR(hardcode_direct, $1)=yes
6797 _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
6798 # but as the default
6799 # location of the library.
6800
6801 case $cc_basename in
6802 CC*)
6803 # FIXME: insert proper C++ library support
6804 _LT_TAGVAR(ld_shlibs, $1)=no
6805 ;;
6806 aCC*)
6807 _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -b $wl+b $wl$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
6808 # Commands to make compiler produce verbose output that lists
6809 # what "hidden" libraries, object files and flags are used when
6810 # linking a shared library.
6811 #
6812 # There doesn't appear to be a way to prevent this compiler from
6813 # explicitly linking system object files so we need to strip them
6814 # from the output so that they don't get included in the library
6815 # dependencies.
6816 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
6817 ;;
6818 *)
6819 if test yes = "$GXX"; then
6820 _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared -nostdlib $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
6821 else
6822 # FIXME: insert proper C++ library support
6823 _LT_TAGVAR(ld_shlibs, $1)=no
6824 fi
6825 ;;
6826 esac
6827 ;;
6828
6829 hpux10*|hpux11*)
6830 if test no = "$with_gnu_ld"; then
6831 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir'
6832 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
6833
6834 case $host_cpu in
6835 hppa*64*|ia64*)
6836 ;;
6837 *)
6838 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
6839 ;;
6840 esac
6841 fi
6842 case $host_cpu in
6843 hppa*64*|ia64*)
6844 _LT_TAGVAR(hardcode_direct, $1)=no
6845 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
6846 ;;
6847 *)
6848 _LT_TAGVAR(hardcode_direct, $1)=yes
6849 _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
6850 _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
6851 # but as the default
6852 # location of the library.
6853 ;;
6854 esac
6855
6856 case $cc_basename in
6857 CC*)
6858 # FIXME: insert proper C++ library support
6859 _LT_TAGVAR(ld_shlibs, $1)=no
6860 ;;
6861 aCC*)
6862 case $host_cpu in
6863 hppa*64*)
6864 _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
6865 ;;
6866 ia64*)
6867 _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
6868 ;;
6869 *)
6870 _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
6871 ;;
6872 esac
6873 # Commands to make compiler produce verbose output that lists
6874 # what "hidden" libraries, object files and flags are used when
6875 # linking a shared library.
6876 #
6877 # There doesn't appear to be a way to prevent this compiler from
6878 # explicitly linking system object files so we need to strip them
6879 # from the output so that they don't get included in the library
6880 # dependencies.
6881 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
6882 ;;
6883 *)
6884 if test yes = "$GXX"; then
6885 if test no = "$with_gnu_ld"; then
6886 case $host_cpu in
6887 hppa*64*)
6888 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC $wl+h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
6889 ;;
6890 ia64*)
6891 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
6892 ;;
6893 *)
6894 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
6895 ;;
6896 esac
6897 fi
6898 else
6899 # FIXME: insert proper C++ library support
6900 _LT_TAGVAR(ld_shlibs, $1)=no
6901 fi
6902 ;;
6903 esac
6904 ;;
6905
6906 interix[[3-9]]*)
6907 _LT_TAGVAR(hardcode_direct, $1)=no
6908 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
6909 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
6910 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
6911 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
6912 # Instead, shared libraries are loaded at an image base (0x10000000 by
6913 # default) and relocated if they conflict, which is a slow very memory
6914 # consuming and fragmenting process. To avoid this, we pick a random,
6915 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
6916 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
6917 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
6918 _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
6919 ;;
6920 irix5* | irix6*)
6921 case $cc_basename in
6922 CC*)
6923 # SGI C++
6924 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
6925
6926 # Archives containing C++ object files must be created using
6927 # "CC -ar", where "CC" is the IRIX C++ compiler. This is
6928 # necessary to make sure instantiated templates are included
6929 # in the archive.
6930 _LT_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs'
6931 ;;
6932 *)
6933 if test yes = "$GXX"; then
6934 if test no = "$with_gnu_ld"; then
6935 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
6936 else
6937 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib'
6938 fi
6939 fi
6940 _LT_TAGVAR(link_all_deplibs, $1)=yes
6941 ;;
6942 esac
6943 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
6944 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
6945 _LT_TAGVAR(inherit_rpath, $1)=yes
6946 ;;
6947
6948 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
6949 case $cc_basename in
6950 KCC*)
6951 # Kuck and Associates, Inc. (KAI) C++ Compiler
6952
6953 # KCC will only create a shared library if the output file
6954 # ends with ".so" (or ".sl" for HP-UX), so rename the library
6955 # to its proper name (with version) after linking.
6956 _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
6957 _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib'
6958 # Commands to make compiler produce verbose output that lists
6959 # what "hidden" libraries, object files and flags are used when
6960 # linking a shared library.
6961 #
6962 # There doesn't appear to be a way to prevent this compiler from
6963 # explicitly linking system object files so we need to strip them
6964 # from the output so that they don't get included in the library
6965 # dependencies.
6966 output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
6967
6968 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
6969 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
6970
6971 # Archives containing C++ object files must be created using
6972 # "CC -Bstatic", where "CC" is the KAI C++ compiler.
6973 _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
6974 ;;
6975 icpc* | ecpc* )
6976 # Intel C++
6977 with_gnu_ld=yes
6978 # version 8.0 and above of icpc choke on multiply defined symbols
6979 # if we add $predep_objects and $postdep_objects, however 7.1 and
6980 # earlier do not add the objects themselves.
6981 case `$CC -V 2>&1` in
6982 *"Version 7."*)
6983 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
6984 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
6985 ;;
6986 *) # Version 8.0 or newer
6987 tmp_idyn=
6988 case $host_cpu in
6989 ia64*) tmp_idyn=' -i_dynamic';;
6990 esac
6991 _LT_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
6992 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
6993 ;;
6994 esac
6995 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
6996 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
6997 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
6998 _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive$convenience $wl--no-whole-archive'
6999 ;;
7000 pgCC* | pgcpp*)
7001 # Portland Group C++ compiler
7002 case `$CC -V` in
7003 *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
7004 _LT_TAGVAR(prelink_cmds, $1)='tpldir=Template.dir~
7005 rm -rf $tpldir~
7006 $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
7007 compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
7008 _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
7009 rm -rf $tpldir~
7010 $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
7011 $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
7012 $RANLIB $oldlib'
7013 _LT_TAGVAR(archive_cmds, $1)='tpldir=Template.dir~
7014 rm -rf $tpldir~
7015 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
7016 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
7017 _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
7018 rm -rf $tpldir~
7019 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
7020 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
7021 ;;
7022 *) # Version 6 and above use weak symbols
7023 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
7024 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
7025 ;;
7026 esac
7027
7028 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl--rpath $wl$libdir'
7029 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
7030 _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
7031 ;;
7032 cxx*)
7033 # Compaq C++
7034 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
7035 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib $wl-retain-symbols-file $wl$export_symbols'
7036
7037 runpath_var=LD_RUN_PATH
7038 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
7039 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
7040
7041 # Commands to make compiler produce verbose output that lists
7042 # what "hidden" libraries, object files and flags are used when
7043 # linking a shared library.
7044 #
7045 # There doesn't appear to be a way to prevent this compiler from
7046 # explicitly linking system object files so we need to strip them
7047 # from the output so that they don't get included in the library
7048 # dependencies.
7049 output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
7050 ;;
7051 xl* | mpixl* | bgxl*)
7052 # IBM XL 8.0 on PPC, with GNU ld
7053 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
7054 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
7055 _LT_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
7056 if test yes = "$supports_anon_versioning"; then
7057 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
7058 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
7059 echo "local: *; };" >> $output_objdir/$libname.ver~
7060 $CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib'
7061 fi
7062 ;;
7063 *)
7064 case `$CC -V 2>&1 | sed 5q` in
7065 *Sun\ C*)
7066 # Sun C++ 5.9
7067 _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs'
7068 _LT_TAGVAR(archive_cmds, $1)='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
7069 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file $wl$export_symbols'
7070 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
7071 _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
7072 _LT_TAGVAR(compiler_needs_object, $1)=yes
7073
7074 # Not sure whether something based on
7075 # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
7076 # would be better.
7077 output_verbose_link_cmd='func_echo_all'
7078
7079 # Archives containing C++ object files must be created using
7080 # "CC -xar", where "CC" is the Sun C++ compiler. This is
7081 # necessary to make sure instantiated templates are included
7082 # in the archive.
7083 _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
7084 ;;
7085 esac
7086 ;;
7087 esac
7088 ;;
7089
7090 lynxos*)
7091 # FIXME: insert proper C++ library support
7092 _LT_TAGVAR(ld_shlibs, $1)=no
7093 ;;
7094
7095 m88k*)
7096 # FIXME: insert proper C++ library support
7097 _LT_TAGVAR(ld_shlibs, $1)=no
7098 ;;
7099
7100 mvs*)
7101 case $cc_basename in
7102 cxx*)
7103 # FIXME: insert proper C++ library support
7104 _LT_TAGVAR(ld_shlibs, $1)=no
7105 ;;
7106 *)
7107 # FIXME: insert proper C++ library support
7108 _LT_TAGVAR(ld_shlibs, $1)=no
7109 ;;
7110 esac
7111 ;;
7112
7113 netbsd*)
7114 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
7115 _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
7116 wlarc=
7117 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
7118 _LT_TAGVAR(hardcode_direct, $1)=yes
7119 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
7120 fi
7121 # Workaround some broken pre-1.5 toolchains
7122 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
7123 ;;
7124
7125 *nto* | *qnx*)
7126 _LT_TAGVAR(ld_shlibs, $1)=yes
7127 ;;
7128
7129 openbsd* | bitrig*)
7130 if test -f /usr/libexec/ld.so; then
7131 _LT_TAGVAR(hardcode_direct, $1)=yes
7132 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
7133 _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
7134 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
7135 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
7136 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
7137 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib'
7138 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
7139 _LT_TAGVAR(whole_archive_flag_spec, $1)=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive'
7140 fi
7141 output_verbose_link_cmd=func_echo_all
7142 else
7143 _LT_TAGVAR(ld_shlibs, $1)=no
7144 fi
7145 ;;
7146
7147 osf3* | osf4* | osf5*)
7148 case $cc_basename in
7149 KCC*)
7150 # Kuck and Associates, Inc. (KAI) C++ Compiler
7151
7152 # KCC will only create a shared library if the output file
7153 # ends with ".so" (or ".sl" for HP-UX), so rename the library
7154 # to its proper name (with version) after linking.
7155 _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
7156
7157 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
7158 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
7159
7160 # Archives containing C++ object files must be created using
7161 # the KAI C++ compiler.
7162 case $host in
7163 osf3*) _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' ;;
7164 *) _LT_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs' ;;
7165 esac
7166 ;;
7167 RCC*)
7168 # Rational C++ 2.4.1
7169 # FIXME: insert proper C++ library support
7170 _LT_TAGVAR(ld_shlibs, $1)=no
7171 ;;
7172 cxx*)
7173 case $host in
7174 osf3*)
7175 _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
7176 _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
7177 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
7178 ;;
7179 *)
7180 _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
7181 _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
7182 _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
7183 echo "-hidden">> $lib.exp~
7184 $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~
7185 $RM $lib.exp'
7186 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
7187 ;;
7188 esac
7189
7190 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
7191
7192 # Commands to make compiler produce verbose output that lists
7193 # what "hidden" libraries, object files and flags are used when
7194 # linking a shared library.
7195 #
7196 # There doesn't appear to be a way to prevent this compiler from
7197 # explicitly linking system object files so we need to strip them
7198 # from the output so that they don't get included in the library
7199 # dependencies.
7200 output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
7201 ;;
7202 *)
7203 if test yes,no = "$GXX,$with_gnu_ld"; then
7204 _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
7205 case $host in
7206 osf3*)
7207 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
7208 ;;
7209 *)
7210 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
7211 ;;
7212 esac
7213
7214 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
7215 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
7216
7217 # Commands to make compiler produce verbose output that lists
7218 # what "hidden" libraries, object files and flags are used when
7219 # linking a shared library.
7220 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
7221
7222 else
7223 # FIXME: insert proper C++ library support
7224 _LT_TAGVAR(ld_shlibs, $1)=no
7225 fi
7226 ;;
7227 esac
7228 ;;
7229
7230 psos*)
7231 # FIXME: insert proper C++ library support
7232 _LT_TAGVAR(ld_shlibs, $1)=no
7233 ;;
7234
7235 sunos4*)
7236 case $cc_basename in
7237 CC*)
7238 # Sun C++ 4.x
7239 # FIXME: insert proper C++ library support
7240 _LT_TAGVAR(ld_shlibs, $1)=no
7241 ;;
7242 lcc*)
7243 # Lucid
7244 # FIXME: insert proper C++ library support
7245 _LT_TAGVAR(ld_shlibs, $1)=no
7246 ;;
7247 *)
7248 # FIXME: insert proper C++ library support
7249 _LT_TAGVAR(ld_shlibs, $1)=no
7250 ;;
7251 esac
7252 ;;
7253
7254 solaris*)
7255 case $cc_basename in
7256 CC* | sunCC*)
7257 # Sun C++ 4.2, 5.x and Centerline C++
7258 _LT_TAGVAR(archive_cmds_need_lc,$1)=yes
7259 _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs'
7260 _LT_TAGVAR(archive_cmds, $1)='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
7261 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
7262 $CC -G$allow_undefined_flag $wl-M $wl$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
7263
7264 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
7265 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
7266 case $host_os in
7267 solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
7268 *)
7269 # The compiler driver will combine and reorder linker options,
7270 # but understands '-z linker_flag'.
7271 # Supported since Solaris 2.6 (maybe 2.5.1?)
7272 _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
7273 ;;
7274 esac
7275 _LT_TAGVAR(link_all_deplibs, $1)=yes
7276
7277 output_verbose_link_cmd='func_echo_all'
7278
7279 # Archives containing C++ object files must be created using
7280 # "CC -xar", where "CC" is the Sun C++ compiler. This is
7281 # necessary to make sure instantiated templates are included
7282 # in the archive.
7283 _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
7284 ;;
7285 gcx*)
7286 # Green Hills C++ Compiler
7287 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib'
7288
7289 # The C++ compiler must be used to create the archive.
7290 _LT_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
7291 ;;
7292 *)
7293 # GNU C++ compiler with Solaris linker
7294 if test yes,no = "$GXX,$with_gnu_ld"; then
7295 _LT_TAGVAR(no_undefined_flag, $1)=' $wl-z ${wl}defs'
7296 if $CC --version | $GREP -v '^2\.7' > /dev/null; then
7297 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib'
7298 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
7299 $CC -shared $pic_flag -nostdlib $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
7300
7301 # Commands to make compiler produce verbose output that lists
7302 # what "hidden" libraries, object files and flags are used when
7303 # linking a shared library.
7304 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
7305 else
7306 # g++ 2.7 appears to require '-G' NOT '-shared' on this
7307 # platform.
7308 _LT_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib'
7309 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
7310 $CC -G -nostdlib $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
7311
7312 # Commands to make compiler produce verbose output that lists
7313 # what "hidden" libraries, object files and flags are used when
7314 # linking a shared library.
7315 output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
7316 fi
7317
7318 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $wl$libdir'
7319 case $host_os in
7320 solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
7321 *)
7322 _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract'
7323 ;;
7324 esac
7325 fi
7326 ;;
7327 esac
7328 ;;
7329
7330 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
7331 _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text'
7332 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
7333 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
7334 runpath_var='LD_RUN_PATH'
7335
7336 case $cc_basename in
7337 CC*)
7338 _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
7339 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
7340 ;;
7341 *)
7342 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
7343 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
7344 ;;
7345 esac
7346 ;;
7347
7348 sysv5* | sco3.2v5* | sco5v6*)
7349 # Note: We CANNOT use -z defs as we might desire, because we do not
7350 # link with -lc, and that would cause any symbols used from libc to
7351 # always be unresolved, which means just about no library would
7352 # ever link correctly. If we're not using GNU ld we use -z text
7353 # though, which does catch some bad symbols but isn't as heavy-handed
7354 # as -z defs.
7355 _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text'
7356 _LT_TAGVAR(allow_undefined_flag, $1)='$wl-z,nodefs'
7357 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
7358 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
7359 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R,$libdir'
7360 _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
7361 _LT_TAGVAR(link_all_deplibs, $1)=yes
7362 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-Bexport'
7363 runpath_var='LD_RUN_PATH'
7364
7365 case $cc_basename in
7366 CC*)
7367 _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
7368 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
7369 _LT_TAGVAR(old_archive_cmds, $1)='$CC -Tprelink_objects $oldobjs~
7370 '"$_LT_TAGVAR(old_archive_cmds, $1)"
7371 _LT_TAGVAR(reload_cmds, $1)='$CC -Tprelink_objects $reload_objs~
7372 '"$_LT_TAGVAR(reload_cmds, $1)"
7373 ;;
7374 *)
7375 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
7376 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
7377 ;;
7378 esac
7379 ;;
7380
7381 tandem*)
7382 case $cc_basename in
7383 NCC*)
7384 # NonStop-UX NCC 3.20
7385 # FIXME: insert proper C++ library support
7386 _LT_TAGVAR(ld_shlibs, $1)=no
7387 ;;
7388 *)
7389 # FIXME: insert proper C++ library support
7390 _LT_TAGVAR(ld_shlibs, $1)=no
7391 ;;
7392 esac
7393 ;;
7394
7395 vxworks*)
7396 # FIXME: insert proper C++ library support
7397 _LT_TAGVAR(ld_shlibs, $1)=no
7398 ;;
7399
7400 *)
7401 # FIXME: insert proper C++ library support
7402 _LT_TAGVAR(ld_shlibs, $1)=no
7403 ;;
7404 esac
7405
7406 AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)])
7407 test no = "$_LT_TAGVAR(ld_shlibs, $1)" && can_build_shared=no
7408
7409 _LT_TAGVAR(GCC, $1)=$GXX
7410 _LT_TAGVAR(LD, $1)=$LD
7411
7412 ## CAVEAT EMPTOR:
7413 ## There is no encapsulation within the following macros, do not change
7414 ## the running order or otherwise move them around unless you know exactly
7415 ## what you are doing...
7416 _LT_SYS_HIDDEN_LIBDEPS($1)
7417 _LT_COMPILER_PIC($1)
7418 _LT_COMPILER_C_O($1)
7419 _LT_COMPILER_FILE_LOCKS($1)
7420 _LT_LINKER_SHLIBS($1)
7421 _LT_SYS_DYNAMIC_LINKER($1)
7422 _LT_LINKER_HARDCODE_LIBPATH($1)
7423
7424 _LT_CONFIG($1)
7425 fi # test -n "$compiler"
7426
7427 CC=$lt_save_CC
7428 CFLAGS=$lt_save_CFLAGS
7429 LDCXX=$LD
7430 LD=$lt_save_LD
7431 GCC=$lt_save_GCC
7432 with_gnu_ld=$lt_save_with_gnu_ld
7433 lt_cv_path_LDCXX=$lt_cv_path_LD
7434 lt_cv_path_LD=$lt_save_path_LD
7435 lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
7436 lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
7437 fi # test yes != "$_lt_caught_CXX_error"
7438
7439 AC_LANG_POP
7440 ])# _LT_LANG_CXX_CONFIG
7441
7442
7443 # _LT_FUNC_STRIPNAME_CNF
7444 # ----------------------
7445 # func_stripname_cnf prefix suffix name
7446 # strip PREFIX and SUFFIX off of NAME.
7447 # PREFIX and SUFFIX must not contain globbing or regex special
7448 # characters, hashes, percent signs, but SUFFIX may contain a leading
7449 # dot (in which case that matches only a dot).
7450 #
7451 # This function is identical to the (non-XSI) version of func_stripname,
7452 # except this one can be used by m4 code that may be executed by configure,
7453 # rather than the libtool script.
7454 m4_defun([_LT_FUNC_STRIPNAME_CNF],[dnl
7455 AC_REQUIRE([_LT_DECL_SED])
7456 AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])
7457 func_stripname_cnf ()
7458 {
7459 case @S|@2 in
7460 .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;;
7461 *) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;;
7462 esac
7463 } # func_stripname_cnf
7464 ])# _LT_FUNC_STRIPNAME_CNF
7465
7466
7467 # _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
7468 # ---------------------------------
7469 # Figure out "hidden" library dependencies from verbose
7470 # compiler output when linking a shared library.
7471 # Parse the compiler output and extract the necessary
7472 # objects, libraries and library flags.
7473 m4_defun([_LT_SYS_HIDDEN_LIBDEPS],
7474 [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
7475 AC_REQUIRE([_LT_FUNC_STRIPNAME_CNF])dnl
7476 # Dependencies to place before and after the object being linked:
7477 _LT_TAGVAR(predep_objects, $1)=
7478 _LT_TAGVAR(postdep_objects, $1)=
7479 _LT_TAGVAR(predeps, $1)=
7480 _LT_TAGVAR(postdeps, $1)=
7481 _LT_TAGVAR(compiler_lib_search_path, $1)=
7482
7483 dnl we can't use the lt_simple_compile_test_code here,
7484 dnl because it contains code intended for an executable,
7485 dnl not a library. It's possible we should let each
7486 dnl tag define a new lt_????_link_test_code variable,
7487 dnl but it's only used here...
7488 m4_if([$1], [], [cat > conftest.$ac_ext <<_LT_EOF
7489 int a;
7490 void foo (void) { a = 0; }
7491 _LT_EOF
7492 ], [$1], [CXX], [cat > conftest.$ac_ext <<_LT_EOF
7493 class Foo
7494 {
7495 public:
7496 Foo (void) { a = 0; }
7497 private:
7498 int a;
7499 };
7500 _LT_EOF
7501 ], [$1], [F77], [cat > conftest.$ac_ext <<_LT_EOF
7502 subroutine foo
7503 implicit none
7504 integer*4 a
7505 a=0
7506 return
7507 end
7508 _LT_EOF
7509 ], [$1], [FC], [cat > conftest.$ac_ext <<_LT_EOF
7510 subroutine foo
7511 implicit none
7512 integer a
7513 a=0
7514 return
7515 end
7516 _LT_EOF
7517 ], [$1], [GCJ], [cat > conftest.$ac_ext <<_LT_EOF
7518 public class foo {
7519 private int a;
7520 public void bar (void) {
7521 a = 0;
7522 }
7523 };
7524 _LT_EOF
7525 ], [$1], [GO], [cat > conftest.$ac_ext <<_LT_EOF
7526 package foo
7527 func foo() {
7528 }
7529 _LT_EOF
7530 ])
7531
7532 _lt_libdeps_save_CFLAGS=$CFLAGS
7533 case "$CC $CFLAGS " in #(
7534 *\ -flto*\ *) CFLAGS="$CFLAGS -fno-lto" ;;
7535 *\ -fwhopr*\ *) CFLAGS="$CFLAGS -fno-whopr" ;;
7536 *\ -fuse-linker-plugin*\ *) CFLAGS="$CFLAGS -fno-use-linker-plugin" ;;
7537 esac
7538
7539 dnl Parse the compiler output and extract the necessary
7540 dnl objects, libraries and library flags.
7541 if AC_TRY_EVAL(ac_compile); then
7542 # Parse the compiler output and extract the necessary
7543 # objects, libraries and library flags.
7544
7545 # Sentinel used to keep track of whether or not we are before
7546 # the conftest object file.
7547 pre_test_object_deps_done=no
7548
7549 for p in `eval "$output_verbose_link_cmd"`; do
7550 case $prev$p in
7551
7552 -L* | -R* | -l*)
7553 # Some compilers place space between "-{L,R}" and the path.
7554 # Remove the space.
7555 if test x-L = "$p" ||
7556 test x-R = "$p"; then
7557 prev=$p
7558 continue
7559 fi
7560
7561 # Expand the sysroot to ease extracting the directories later.
7562 if test -z "$prev"; then
7563 case $p in
7564 -L*) func_stripname_cnf '-L' '' "$p"; prev=-L; p=$func_stripname_result ;;
7565 -R*) func_stripname_cnf '-R' '' "$p"; prev=-R; p=$func_stripname_result ;;
7566 -l*) func_stripname_cnf '-l' '' "$p"; prev=-l; p=$func_stripname_result ;;
7567 esac
7568 fi
7569 case $p in
7570 =*) func_stripname_cnf '=' '' "$p"; p=$lt_sysroot$func_stripname_result ;;
7571 esac
7572 if test no = "$pre_test_object_deps_done"; then
7573 case $prev in
7574 -L | -R)
7575 # Internal compiler library paths should come after those
7576 # provided the user. The postdeps already come after the
7577 # user supplied libs so there is no need to process them.
7578 if test -z "$_LT_TAGVAR(compiler_lib_search_path, $1)"; then
7579 _LT_TAGVAR(compiler_lib_search_path, $1)=$prev$p
7580 else
7581 _LT_TAGVAR(compiler_lib_search_path, $1)="${_LT_TAGVAR(compiler_lib_search_path, $1)} $prev$p"
7582 fi
7583 ;;
7584 # The "-l" case would never come before the object being
7585 # linked, so don't bother handling this case.
7586 esac
7587 else
7588 if test -z "$_LT_TAGVAR(postdeps, $1)"; then
7589 _LT_TAGVAR(postdeps, $1)=$prev$p
7590 else
7591 _LT_TAGVAR(postdeps, $1)="${_LT_TAGVAR(postdeps, $1)} $prev$p"
7592 fi
7593 fi
7594 prev=
7595 ;;
7596
7597 *.lto.$objext) ;; # Ignore GCC LTO objects
7598 *.$objext)
7599 # This assumes that the test object file only shows up
7600 # once in the compiler output.
7601 if test "$p" = "conftest.$objext"; then
7602 pre_test_object_deps_done=yes
7603 continue
7604 fi
7605
7606 if test no = "$pre_test_object_deps_done"; then
7607 if test -z "$_LT_TAGVAR(predep_objects, $1)"; then
7608 _LT_TAGVAR(predep_objects, $1)=$p
7609 else
7610 _LT_TAGVAR(predep_objects, $1)="$_LT_TAGVAR(predep_objects, $1) $p"
7611 fi
7612 else
7613 if test -z "$_LT_TAGVAR(postdep_objects, $1)"; then
7614 _LT_TAGVAR(postdep_objects, $1)=$p
7615 else
7616 _LT_TAGVAR(postdep_objects, $1)="$_LT_TAGVAR(postdep_objects, $1) $p"
7617 fi
7618 fi
7619 ;;
7620
7621 *) ;; # Ignore the rest.
7622
7623 esac
7624 done
7625
7626 # Clean up.
7627 rm -f a.out a.exe
7628 else
7629 echo "libtool.m4: error: problem compiling $1 test program"
7630 fi
7631
7632 $RM -f confest.$objext
7633 CFLAGS=$_lt_libdeps_save_CFLAGS
7634
7635 # PORTME: override above test on systems where it is broken
7636 m4_if([$1], [CXX],
7637 [case $host_os in
7638 interix[[3-9]]*)
7639 # Interix 3.5 installs completely hosed .la files for C++, so rather than
7640 # hack all around it, let's just trust "g++" to DTRT.
7641 _LT_TAGVAR(predep_objects,$1)=
7642 _LT_TAGVAR(postdep_objects,$1)=
7643 _LT_TAGVAR(postdeps,$1)=
7644 ;;
7645 esac
7646 ])
7647
7648 case " $_LT_TAGVAR(postdeps, $1) " in
7649 *" -lc "*) _LT_TAGVAR(archive_cmds_need_lc, $1)=no ;;
7650 esac
7651 _LT_TAGVAR(compiler_lib_search_dirs, $1)=
7652 if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
7653 _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'`
7654 fi
7655 _LT_TAGDECL([], [compiler_lib_search_dirs], [1],
7656 [The directories searched by this compiler when creating a shared library])
7657 _LT_TAGDECL([], [predep_objects], [1],
7658 [Dependencies to place before and after the objects being linked to
7659 create a shared library])
7660 _LT_TAGDECL([], [postdep_objects], [1])
7661 _LT_TAGDECL([], [predeps], [1])
7662 _LT_TAGDECL([], [postdeps], [1])
7663 _LT_TAGDECL([], [compiler_lib_search_path], [1],
7664 [The library search path used internally by the compiler when linking
7665 a shared library])
7666 ])# _LT_SYS_HIDDEN_LIBDEPS
7667
7668
7669 # _LT_LANG_F77_CONFIG([TAG])
7670 # --------------------------
7671 # Ensure that the configuration variables for a Fortran 77 compiler are
7672 # suitably defined. These variables are subsequently used by _LT_CONFIG
7673 # to write the compiler configuration to 'libtool'.
7674 m4_defun([_LT_LANG_F77_CONFIG],
7675 [AC_LANG_PUSH(Fortran 77)
7676 if test -z "$F77" || test no = "$F77"; then
7677 _lt_disable_F77=yes
7678 fi
7679
7680 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
7681 _LT_TAGVAR(allow_undefined_flag, $1)=
7682 _LT_TAGVAR(always_export_symbols, $1)=no
7683 _LT_TAGVAR(archive_expsym_cmds, $1)=
7684 _LT_TAGVAR(export_dynamic_flag_spec, $1)=
7685 _LT_TAGVAR(hardcode_direct, $1)=no
7686 _LT_TAGVAR(hardcode_direct_absolute, $1)=no
7687 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
7688 _LT_TAGVAR(hardcode_libdir_separator, $1)=
7689 _LT_TAGVAR(hardcode_minus_L, $1)=no
7690 _LT_TAGVAR(hardcode_automatic, $1)=no
7691 _LT_TAGVAR(inherit_rpath, $1)=no
7692 _LT_TAGVAR(module_cmds, $1)=
7693 _LT_TAGVAR(module_expsym_cmds, $1)=
7694 _LT_TAGVAR(link_all_deplibs, $1)=unknown
7695 _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
7696 _LT_TAGVAR(reload_flag, $1)=$reload_flag
7697 _LT_TAGVAR(reload_cmds, $1)=$reload_cmds
7698 _LT_TAGVAR(no_undefined_flag, $1)=
7699 _LT_TAGVAR(whole_archive_flag_spec, $1)=
7700 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
7701
7702 # Source file extension for f77 test sources.
7703 ac_ext=f
7704
7705 # Object file extension for compiled f77 test sources.
7706 objext=o
7707 _LT_TAGVAR(objext, $1)=$objext
7708
7709 # No sense in running all these tests if we already determined that
7710 # the F77 compiler isn't working. Some variables (like enable_shared)
7711 # are currently assumed to apply to all compilers on this platform,
7712 # and will be corrupted by setting them based on a non-working compiler.
7713 if test yes != "$_lt_disable_F77"; then
7714 # Code to be used in simple compile tests
7715 lt_simple_compile_test_code="\
7716 subroutine t
7717 return
7718 end
7719 "
7720
7721 # Code to be used in simple link tests
7722 lt_simple_link_test_code="\
7723 program t
7724 end
7725 "
7726
7727 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
7728 _LT_TAG_COMPILER
7729
7730 # save warnings/boilerplate of simple test code
7731 _LT_COMPILER_BOILERPLATE
7732 _LT_LINKER_BOILERPLATE
7733
7734 # Allow CC to be a program name with arguments.
7735 lt_save_CC=$CC
7736 lt_save_GCC=$GCC
7737 lt_save_CFLAGS=$CFLAGS
7738 CC=${F77-"f77"}
7739 CFLAGS=$FFLAGS
7740 compiler=$CC
7741 _LT_TAGVAR(compiler, $1)=$CC
7742 _LT_CC_BASENAME([$compiler])
7743 GCC=$G77
7744 if test -n "$compiler"; then
7745 AC_MSG_CHECKING([if libtool supports shared libraries])
7746 AC_MSG_RESULT([$can_build_shared])
7747
7748 AC_MSG_CHECKING([whether to build shared libraries])
7749 test no = "$can_build_shared" && enable_shared=no
7750
7751 # On AIX, shared libraries and static libraries use the same namespace, and
7752 # are all built from PIC.
7753 case $host_os in
7754 aix3*)
7755 test yes = "$enable_shared" && enable_static=no
7756 if test -n "$RANLIB"; then
7757 archive_cmds="$archive_cmds~\$RANLIB \$lib"
7758 postinstall_cmds='$RANLIB $lib'
7759 fi
7760 ;;
7761 aix[[4-9]]*)
7762 if test ia64 != "$host_cpu"; then
7763 case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in
7764 yes,aix,yes) ;; # shared object as lib.so file only
7765 yes,svr4,*) ;; # shared object as lib.so archive member only
7766 yes,*) enable_static=no ;; # shared object in lib.a archive as well
7767 esac
7768 fi
7769 ;;
7770 esac
7771 AC_MSG_RESULT([$enable_shared])
7772
7773 AC_MSG_CHECKING([whether to build static libraries])
7774 # Make sure either enable_shared or enable_static is yes.
7775 test yes = "$enable_shared" || enable_static=yes
7776 AC_MSG_RESULT([$enable_static])
7777
7778 _LT_TAGVAR(GCC, $1)=$G77
7779 _LT_TAGVAR(LD, $1)=$LD
7780
7781 ## CAVEAT EMPTOR:
7782 ## There is no encapsulation within the following macros, do not change
7783 ## the running order or otherwise move them around unless you know exactly
7784 ## what you are doing...
7785 _LT_COMPILER_PIC($1)
7786 _LT_COMPILER_C_O($1)
7787 _LT_COMPILER_FILE_LOCKS($1)
7788 _LT_LINKER_SHLIBS($1)
7789 _LT_SYS_DYNAMIC_LINKER($1)
7790 _LT_LINKER_HARDCODE_LIBPATH($1)
7791
7792 _LT_CONFIG($1)
7793 fi # test -n "$compiler"
7794
7795 GCC=$lt_save_GCC
7796 CC=$lt_save_CC
7797 CFLAGS=$lt_save_CFLAGS
7798 fi # test yes != "$_lt_disable_F77"
7799
7800 AC_LANG_POP
7801 ])# _LT_LANG_F77_CONFIG
7802
7803
7804 # _LT_LANG_FC_CONFIG([TAG])
7805 # -------------------------
7806 # Ensure that the configuration variables for a Fortran compiler are
7807 # suitably defined. These variables are subsequently used by _LT_CONFIG
7808 # to write the compiler configuration to 'libtool'.
7809 m4_defun([_LT_LANG_FC_CONFIG],
7810 [AC_LANG_PUSH(Fortran)
7811
7812 if test -z "$FC" || test no = "$FC"; then
7813 _lt_disable_FC=yes
7814 fi
7815
7816 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
7817 _LT_TAGVAR(allow_undefined_flag, $1)=
7818 _LT_TAGVAR(always_export_symbols, $1)=no
7819 _LT_TAGVAR(archive_expsym_cmds, $1)=
7820 _LT_TAGVAR(export_dynamic_flag_spec, $1)=
7821 _LT_TAGVAR(hardcode_direct, $1)=no
7822 _LT_TAGVAR(hardcode_direct_absolute, $1)=no
7823 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
7824 _LT_TAGVAR(hardcode_libdir_separator, $1)=
7825 _LT_TAGVAR(hardcode_minus_L, $1)=no
7826 _LT_TAGVAR(hardcode_automatic, $1)=no
7827 _LT_TAGVAR(inherit_rpath, $1)=no
7828 _LT_TAGVAR(module_cmds, $1)=
7829 _LT_TAGVAR(module_expsym_cmds, $1)=
7830 _LT_TAGVAR(link_all_deplibs, $1)=unknown
7831 _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
7832 _LT_TAGVAR(reload_flag, $1)=$reload_flag
7833 _LT_TAGVAR(reload_cmds, $1)=$reload_cmds
7834 _LT_TAGVAR(no_undefined_flag, $1)=
7835 _LT_TAGVAR(whole_archive_flag_spec, $1)=
7836 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
7837
7838 # Source file extension for fc test sources.
7839 ac_ext=${ac_fc_srcext-f}
7840
7841 # Object file extension for compiled fc test sources.
7842 objext=o
7843 _LT_TAGVAR(objext, $1)=$objext
7844
7845 # No sense in running all these tests if we already determined that
7846 # the FC compiler isn't working. Some variables (like enable_shared)
7847 # are currently assumed to apply to all compilers on this platform,
7848 # and will be corrupted by setting them based on a non-working compiler.
7849 if test yes != "$_lt_disable_FC"; then
7850 # Code to be used in simple compile tests
7851 lt_simple_compile_test_code="\
7852 subroutine t
7853 return
7854 end
7855 "
7856
7857 # Code to be used in simple link tests
7858 lt_simple_link_test_code="\
7859 program t
7860 end
7861 "
7862
7863 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
7864 _LT_TAG_COMPILER
7865
7866 # save warnings/boilerplate of simple test code
7867 _LT_COMPILER_BOILERPLATE
7868 _LT_LINKER_BOILERPLATE
7869
7870 # Allow CC to be a program name with arguments.
7871 lt_save_CC=$CC
7872 lt_save_GCC=$GCC
7873 lt_save_CFLAGS=$CFLAGS
7874 CC=${FC-"f95"}
7875 CFLAGS=$FCFLAGS
7876 compiler=$CC
7877 GCC=$ac_cv_fc_compiler_gnu
7878
7879 _LT_TAGVAR(compiler, $1)=$CC
7880 _LT_CC_BASENAME([$compiler])
7881
7882 if test -n "$compiler"; then
7883 AC_MSG_CHECKING([if libtool supports shared libraries])
7884 AC_MSG_RESULT([$can_build_shared])
7885
7886 AC_MSG_CHECKING([whether to build shared libraries])
7887 test no = "$can_build_shared" && enable_shared=no
7888
7889 # On AIX, shared libraries and static libraries use the same namespace, and
7890 # are all built from PIC.
7891 case $host_os in
7892 aix3*)
7893 test yes = "$enable_shared" && enable_static=no
7894 if test -n "$RANLIB"; then
7895 archive_cmds="$archive_cmds~\$RANLIB \$lib"
7896 postinstall_cmds='$RANLIB $lib'
7897 fi
7898 ;;
7899 aix[[4-9]]*)
7900 if test ia64 != "$host_cpu"; then
7901 case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in
7902 yes,aix,yes) ;; # shared object as lib.so file only
7903 yes,svr4,*) ;; # shared object as lib.so archive member only
7904 yes,*) enable_static=no ;; # shared object in lib.a archive as well
7905 esac
7906 fi
7907 ;;
7908 esac
7909 AC_MSG_RESULT([$enable_shared])
7910
7911 AC_MSG_CHECKING([whether to build static libraries])
7912 # Make sure either enable_shared or enable_static is yes.
7913 test yes = "$enable_shared" || enable_static=yes
7914 AC_MSG_RESULT([$enable_static])
7915
7916 _LT_TAGVAR(GCC, $1)=$ac_cv_fc_compiler_gnu
7917 _LT_TAGVAR(LD, $1)=$LD
7918
7919 ## CAVEAT EMPTOR:
7920 ## There is no encapsulation within the following macros, do not change
7921 ## the running order or otherwise move them around unless you know exactly
7922 ## what you are doing...
7923 _LT_SYS_HIDDEN_LIBDEPS($1)
7924 _LT_COMPILER_PIC($1)
7925 _LT_COMPILER_C_O($1)
7926 _LT_COMPILER_FILE_LOCKS($1)
7927 _LT_LINKER_SHLIBS($1)
7928 _LT_SYS_DYNAMIC_LINKER($1)
7929 _LT_LINKER_HARDCODE_LIBPATH($1)
7930
7931 _LT_CONFIG($1)
7932 fi # test -n "$compiler"
7933
7934 GCC=$lt_save_GCC
7935 CC=$lt_save_CC
7936 CFLAGS=$lt_save_CFLAGS
7937 fi # test yes != "$_lt_disable_FC"
7938
7939 AC_LANG_POP
7940 ])# _LT_LANG_FC_CONFIG
7941
7942
7943 # _LT_LANG_GCJ_CONFIG([TAG])
7944 # --------------------------
7945 # Ensure that the configuration variables for the GNU Java Compiler compiler
7946 # are suitably defined. These variables are subsequently used by _LT_CONFIG
7947 # to write the compiler configuration to 'libtool'.
7948 m4_defun([_LT_LANG_GCJ_CONFIG],
7949 [AC_REQUIRE([LT_PROG_GCJ])dnl
7950 AC_LANG_SAVE
7951
7952 # Source file extension for Java test sources.
7953 ac_ext=java
7954
7955 # Object file extension for compiled Java test sources.
7956 objext=o
7957 _LT_TAGVAR(objext, $1)=$objext
7958
7959 # Code to be used in simple compile tests
7960 lt_simple_compile_test_code="class foo {}"
7961
7962 # Code to be used in simple link tests
7963 lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }'
7964
7965 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
7966 _LT_TAG_COMPILER
7967
7968 # save warnings/boilerplate of simple test code
7969 _LT_COMPILER_BOILERPLATE
7970 _LT_LINKER_BOILERPLATE
7971
7972 # Allow CC to be a program name with arguments.
7973 lt_save_CC=$CC
7974 lt_save_CFLAGS=$CFLAGS
7975 lt_save_GCC=$GCC
7976 GCC=yes
7977 CC=${GCJ-"gcj"}
7978 CFLAGS=$GCJFLAGS
7979 compiler=$CC
7980 _LT_TAGVAR(compiler, $1)=$CC
7981 _LT_TAGVAR(LD, $1)=$LD
7982 _LT_CC_BASENAME([$compiler])
7983
7984 # GCJ did not exist at the time GCC didn't implicitly link libc in.
7985 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
7986
7987 _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
7988 _LT_TAGVAR(reload_flag, $1)=$reload_flag
7989 _LT_TAGVAR(reload_cmds, $1)=$reload_cmds
7990
7991 ## CAVEAT EMPTOR:
7992 ## There is no encapsulation within the following macros, do not change
7993 ## the running order or otherwise move them around unless you know exactly
7994 ## what you are doing...
7995 if test -n "$compiler"; then
7996 _LT_COMPILER_NO_RTTI($1)
7997 _LT_COMPILER_PIC($1)
7998 _LT_COMPILER_C_O($1)
7999 _LT_COMPILER_FILE_LOCKS($1)
8000 _LT_LINKER_SHLIBS($1)
8001 _LT_LINKER_HARDCODE_LIBPATH($1)
8002
8003 _LT_CONFIG($1)
8004 fi
8005
8006 AC_LANG_RESTORE
8007
8008 GCC=$lt_save_GCC
8009 CC=$lt_save_CC
8010 CFLAGS=$lt_save_CFLAGS
8011 ])# _LT_LANG_GCJ_CONFIG
8012
8013
8014 # _LT_LANG_GO_CONFIG([TAG])
8015 # --------------------------
8016 # Ensure that the configuration variables for the GNU Go compiler
8017 # are suitably defined. These variables are subsequently used by _LT_CONFIG
8018 # to write the compiler configuration to 'libtool'.
8019 m4_defun([_LT_LANG_GO_CONFIG],
8020 [AC_REQUIRE([LT_PROG_GO])dnl
8021 AC_LANG_SAVE
8022
8023 # Source file extension for Go test sources.
8024 ac_ext=go
8025
8026 # Object file extension for compiled Go test sources.
8027 objext=o
8028 _LT_TAGVAR(objext, $1)=$objext
8029
8030 # Code to be used in simple compile tests
8031 lt_simple_compile_test_code="package main; func main() { }"
8032
8033 # Code to be used in simple link tests
8034 lt_simple_link_test_code='package main; func main() { }'
8035
8036 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
8037 _LT_TAG_COMPILER
8038
8039 # save warnings/boilerplate of simple test code
8040 _LT_COMPILER_BOILERPLATE
8041 _LT_LINKER_BOILERPLATE
8042
8043 # Allow CC to be a program name with arguments.
8044 lt_save_CC=$CC
8045 lt_save_CFLAGS=$CFLAGS
8046 lt_save_GCC=$GCC
8047 GCC=yes
8048 CC=${GOC-"gccgo"}
8049 CFLAGS=$GOFLAGS
8050 compiler=$CC
8051 _LT_TAGVAR(compiler, $1)=$CC
8052 _LT_TAGVAR(LD, $1)=$LD
8053 _LT_CC_BASENAME([$compiler])
8054
8055 # Go did not exist at the time GCC didn't implicitly link libc in.
8056 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
8057
8058 _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
8059 _LT_TAGVAR(reload_flag, $1)=$reload_flag
8060 _LT_TAGVAR(reload_cmds, $1)=$reload_cmds
8061
8062 ## CAVEAT EMPTOR:
8063 ## There is no encapsulation within the following macros, do not change
8064 ## the running order or otherwise move them around unless you know exactly
8065 ## what you are doing...
8066 if test -n "$compiler"; then
8067 _LT_COMPILER_NO_RTTI($1)
8068 _LT_COMPILER_PIC($1)
8069 _LT_COMPILER_C_O($1)
8070 _LT_COMPILER_FILE_LOCKS($1)
8071 _LT_LINKER_SHLIBS($1)
8072 _LT_LINKER_HARDCODE_LIBPATH($1)
8073
8074 _LT_CONFIG($1)
8075 fi
8076
8077 AC_LANG_RESTORE
8078
8079 GCC=$lt_save_GCC
8080 CC=$lt_save_CC
8081 CFLAGS=$lt_save_CFLAGS
8082 ])# _LT_LANG_GO_CONFIG
8083
8084
8085 # _LT_LANG_RC_CONFIG([TAG])
8086 # -------------------------
8087 # Ensure that the configuration variables for the Windows resource compiler
8088 # are suitably defined. These variables are subsequently used by _LT_CONFIG
8089 # to write the compiler configuration to 'libtool'.
8090 m4_defun([_LT_LANG_RC_CONFIG],
8091 [AC_REQUIRE([LT_PROG_RC])dnl
8092 AC_LANG_SAVE
8093
8094 # Source file extension for RC test sources.
8095 ac_ext=rc
8096
8097 # Object file extension for compiled RC test sources.
8098 objext=o
8099 _LT_TAGVAR(objext, $1)=$objext
8100
8101 # Code to be used in simple compile tests
8102 lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }'
8103
8104 # Code to be used in simple link tests
8105 lt_simple_link_test_code=$lt_simple_compile_test_code
8106
8107 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
8108 _LT_TAG_COMPILER
8109
8110 # save warnings/boilerplate of simple test code
8111 _LT_COMPILER_BOILERPLATE
8112 _LT_LINKER_BOILERPLATE
8113
8114 # Allow CC to be a program name with arguments.
8115 lt_save_CC=$CC
8116 lt_save_CFLAGS=$CFLAGS
8117 lt_save_GCC=$GCC
8118 GCC=
8119 CC=${RC-"windres"}
8120 CFLAGS=
8121 compiler=$CC
8122 _LT_TAGVAR(compiler, $1)=$CC
8123 _LT_CC_BASENAME([$compiler])
8124 _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
8125
8126 if test -n "$compiler"; then
8127 :
8128 _LT_CONFIG($1)
8129 fi
8130
8131 GCC=$lt_save_GCC
8132 AC_LANG_RESTORE
8133 CC=$lt_save_CC
8134 CFLAGS=$lt_save_CFLAGS
8135 ])# _LT_LANG_RC_CONFIG
8136
8137
8138 # LT_PROG_GCJ
8139 # -----------
8140 AC_DEFUN([LT_PROG_GCJ],
8141 [m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ],
8142 [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ],
8143 [AC_CHECK_TOOL(GCJ, gcj,)
8144 test set = "${GCJFLAGS+set}" || GCJFLAGS="-g -O2"
8145 AC_SUBST(GCJFLAGS)])])[]dnl
8146 ])
8147
8148 # Old name:
8149 AU_ALIAS([LT_AC_PROG_GCJ], [LT_PROG_GCJ])
8150 dnl aclocal-1.4 backwards compatibility:
8151 dnl AC_DEFUN([LT_AC_PROG_GCJ], [])
8152
8153
8154 # LT_PROG_GO
8155 # ----------
8156 AC_DEFUN([LT_PROG_GO],
8157 [AC_CHECK_TOOL(GOC, gccgo,)
8158 ])
8159
8160
8161 # LT_PROG_RC
8162 # ----------
8163 AC_DEFUN([LT_PROG_RC],
8164 [AC_CHECK_TOOL(RC, windres,)
8165 ])
8166
8167 # Old name:
8168 AU_ALIAS([LT_AC_PROG_RC], [LT_PROG_RC])
8169 dnl aclocal-1.4 backwards compatibility:
8170 dnl AC_DEFUN([LT_AC_PROG_RC], [])
8171
8172
8173 # _LT_DECL_EGREP
8174 # --------------
8175 # If we don't have a new enough Autoconf to choose the best grep
8176 # available, choose the one first in the user's PATH.
8177 m4_defun([_LT_DECL_EGREP],
8178 [AC_REQUIRE([AC_PROG_EGREP])dnl
8179 AC_REQUIRE([AC_PROG_FGREP])dnl
8180 test -z "$GREP" && GREP=grep
8181 _LT_DECL([], [GREP], [1], [A grep program that handles long lines])
8182 _LT_DECL([], [EGREP], [1], [An ERE matcher])
8183 _LT_DECL([], [FGREP], [1], [A literal string matcher])
8184 dnl Non-bleeding-edge autoconf doesn't subst GREP, so do it here too
8185 AC_SUBST([GREP])
8186 ])
8187
8188
8189 # _LT_DECL_OBJDUMP
8190 # --------------
8191 # If we don't have a new enough Autoconf to choose the best objdump
8192 # available, choose the one first in the user's PATH.
8193 m4_defun([_LT_DECL_OBJDUMP],
8194 [AC_CHECK_TOOL(OBJDUMP, objdump, false)
8195 test -z "$OBJDUMP" && OBJDUMP=objdump
8196 _LT_DECL([], [OBJDUMP], [1], [An object symbol dumper])
8197 AC_SUBST([OBJDUMP])
8198 ])
8199
8200 # _LT_DECL_DLLTOOL
8201 # ----------------
8202 # Ensure DLLTOOL variable is set.
8203 m4_defun([_LT_DECL_DLLTOOL],
8204 [AC_CHECK_TOOL(DLLTOOL, dlltool, false)
8205 test -z "$DLLTOOL" && DLLTOOL=dlltool
8206 _LT_DECL([], [DLLTOOL], [1], [DLL creation program])
8207 AC_SUBST([DLLTOOL])
8208 ])
8209
8210 # _LT_DECL_SED
8211 # ------------
8212 # Check for a fully-functional sed program, that truncates
8213 # as few characters as possible. Prefer GNU sed if found.
8214 m4_defun([_LT_DECL_SED],
8215 [AC_PROG_SED
8216 test -z "$SED" && SED=sed
8217 Xsed="$SED -e 1s/^X//"
8218 _LT_DECL([], [SED], [1], [A sed program that does not truncate output])
8219 _LT_DECL([], [Xsed], ["\$SED -e 1s/^X//"],
8220 [Sed that helps us avoid accidentally triggering echo(1) options like -n])
8221 ])# _LT_DECL_SED
8222
8223 m4_ifndef([AC_PROG_SED], [
8224 ############################################################
8225 # NOTE: This macro has been submitted for inclusion into #
8226 # GNU Autoconf as AC_PROG_SED. When it is available in #
8227 # a released version of Autoconf we should remove this #
8228 # macro and use it instead. #
8229 ############################################################
8230
8231 m4_defun([AC_PROG_SED],
8232 [AC_MSG_CHECKING([for a sed that does not truncate output])
8233 AC_CACHE_VAL(lt_cv_path_SED,
8234 [# Loop through the user's path and test for sed and gsed.
8235 # Then use that list of sed's as ones to test for truncation.
8236 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8237 for as_dir in $PATH
8238 do
8239 IFS=$as_save_IFS
8240 test -z "$as_dir" && as_dir=.
8241 for lt_ac_prog in sed gsed; do
8242 for ac_exec_ext in '' $ac_executable_extensions; do
8243 if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
8244 lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
8245 fi
8246 done
8247 done
8248 done
8249 IFS=$as_save_IFS
8250 lt_ac_max=0
8251 lt_ac_count=0
8252 # Add /usr/xpg4/bin/sed as it is typically found on Solaris
8253 # along with /bin/sed that truncates output.
8254 for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
8255 test ! -f "$lt_ac_sed" && continue
8256 cat /dev/null > conftest.in
8257 lt_ac_count=0
8258 echo $ECHO_N "0123456789$ECHO_C" >conftest.in
8259 # Check for GNU sed and select it if it is found.
8260 if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
8261 lt_cv_path_SED=$lt_ac_sed
8262 break
8263 fi
8264 while true; do
8265 cat conftest.in conftest.in >conftest.tmp
8266 mv conftest.tmp conftest.in
8267 cp conftest.in conftest.nl
8268 echo >>conftest.nl
8269 $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
8270 cmp -s conftest.out conftest.nl || break
8271 # 10000 chars as input seems more than enough
8272 test 10 -lt "$lt_ac_count" && break
8273 lt_ac_count=`expr $lt_ac_count + 1`
8274 if test "$lt_ac_count" -gt "$lt_ac_max"; then
8275 lt_ac_max=$lt_ac_count
8276 lt_cv_path_SED=$lt_ac_sed
8277 fi
8278 done
8279 done
8280 ])
8281 SED=$lt_cv_path_SED
8282 AC_SUBST([SED])
8283 AC_MSG_RESULT([$SED])
8284 ])#AC_PROG_SED
8285 ])#m4_ifndef
8286
8287 # Old name:
8288 AU_ALIAS([LT_AC_PROG_SED], [AC_PROG_SED])
8289 dnl aclocal-1.4 backwards compatibility:
8290 dnl AC_DEFUN([LT_AC_PROG_SED], [])
8291
8292
8293 # _LT_CHECK_SHELL_FEATURES
8294 # ------------------------
8295 # Find out whether the shell is Bourne or XSI compatible,
8296 # or has some other useful features.
8297 m4_defun([_LT_CHECK_SHELL_FEATURES],
8298 [if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
8299 lt_unset=unset
8300 else
8301 lt_unset=false
8302 fi
8303 _LT_DECL([], [lt_unset], [0], [whether the shell understands "unset"])dnl
8304
8305 # test EBCDIC or ASCII
8306 case `echo X|tr X '\101'` in
8307 A) # ASCII based system
8308 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
8309 lt_SP2NL='tr \040 \012'
8310 lt_NL2SP='tr \015\012 \040\040'
8311 ;;
8312 *) # EBCDIC based system
8313 lt_SP2NL='tr \100 \n'
8314 lt_NL2SP='tr \r\n \100\100'
8315 ;;
8316 esac
8317 _LT_DECL([SP2NL], [lt_SP2NL], [1], [turn spaces into newlines])dnl
8318 _LT_DECL([NL2SP], [lt_NL2SP], [1], [turn newlines into spaces])dnl
8319 ])# _LT_CHECK_SHELL_FEATURES
8320
8321
8322 # _LT_PATH_CONVERSION_FUNCTIONS
8323 # -----------------------------
8324 # Determine what file name conversion functions should be used by
8325 # func_to_host_file (and, implicitly, by func_to_host_path). These are needed
8326 # for certain cross-compile configurations and native mingw.
8327 m4_defun([_LT_PATH_CONVERSION_FUNCTIONS],
8328 [AC_REQUIRE([AC_CANONICAL_HOST])dnl
8329 AC_REQUIRE([AC_CANONICAL_BUILD])dnl
8330 AC_MSG_CHECKING([how to convert $build file names to $host format])
8331 AC_CACHE_VAL(lt_cv_to_host_file_cmd,
8332 [case $host in
8333 *-*-mingw* )
8334 case $build in
8335 *-*-mingw* ) # actually msys
8336 lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32
8337 ;;
8338 *-*-cygwin* )
8339 lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32
8340 ;;
8341 * ) # otherwise, assume *nix
8342 lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32
8343 ;;
8344 esac
8345 ;;
8346 *-*-cygwin* )
8347 case $build in
8348 *-*-mingw* ) # actually msys
8349 lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin
8350 ;;
8351 *-*-cygwin* )
8352 lt_cv_to_host_file_cmd=func_convert_file_noop
8353 ;;
8354 * ) # otherwise, assume *nix
8355 lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin
8356 ;;
8357 esac
8358 ;;
8359 * ) # unhandled hosts (and "normal" native builds)
8360 lt_cv_to_host_file_cmd=func_convert_file_noop
8361 ;;
8362 esac
8363 ])
8364 to_host_file_cmd=$lt_cv_to_host_file_cmd
8365 AC_MSG_RESULT([$lt_cv_to_host_file_cmd])
8366 _LT_DECL([to_host_file_cmd], [lt_cv_to_host_file_cmd],
8367 [0], [convert $build file names to $host format])dnl
8368
8369 AC_MSG_CHECKING([how to convert $build file names to toolchain format])
8370 AC_CACHE_VAL(lt_cv_to_tool_file_cmd,
8371 [#assume ordinary cross tools, or native build.
8372 lt_cv_to_tool_file_cmd=func_convert_file_noop
8373 case $host in
8374 *-*-mingw* )
8375 case $build in
8376 *-*-mingw* ) # actually msys
8377 lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32
8378 ;;
8379 esac
8380 ;;
8381 esac
8382 ])
8383 to_tool_file_cmd=$lt_cv_to_tool_file_cmd
8384 AC_MSG_RESULT([$lt_cv_to_tool_file_cmd])
8385 _LT_DECL([to_tool_file_cmd], [lt_cv_to_tool_file_cmd],
8386 [0], [convert $build files to toolchain format])dnl
8387 ])# _LT_PATH_CONVERSION_FUNCTIONS
0 # Helper functions for option handling. -*- Autoconf -*-
1 #
2 # Copyright (C) 2004-2005, 2007-2009, 2011-2015 Free Software
3 # Foundation, Inc.
4 # Written by Gary V. Vaughan, 2004
5 #
6 # This file is free software; the Free Software Foundation gives
7 # unlimited permission to copy and/or distribute it, with or without
8 # modifications, as long as this notice is preserved.
9
10 # serial 8 ltoptions.m4
11
12 # This is to help aclocal find these macros, as it can't see m4_define.
13 AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])])
14
15
16 # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
17 # ------------------------------------------
18 m4_define([_LT_MANGLE_OPTION],
19 [[_LT_OPTION_]m4_bpatsubst($1__$2, [[^a-zA-Z0-9_]], [_])])
20
21
22 # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
23 # ---------------------------------------
24 # Set option OPTION-NAME for macro MACRO-NAME, and if there is a
25 # matching handler defined, dispatch to it. Other OPTION-NAMEs are
26 # saved as a flag.
27 m4_define([_LT_SET_OPTION],
28 [m4_define(_LT_MANGLE_OPTION([$1], [$2]))dnl
29 m4_ifdef(_LT_MANGLE_DEFUN([$1], [$2]),
30 _LT_MANGLE_DEFUN([$1], [$2]),
31 [m4_warning([Unknown $1 option '$2'])])[]dnl
32 ])
33
34
35 # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
36 # ------------------------------------------------------------
37 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
38 m4_define([_LT_IF_OPTION],
39 [m4_ifdef(_LT_MANGLE_OPTION([$1], [$2]), [$3], [$4])])
40
41
42 # _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
43 # -------------------------------------------------------
44 # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
45 # are set.
46 m4_define([_LT_UNLESS_OPTIONS],
47 [m4_foreach([_LT_Option], m4_split(m4_normalize([$2])),
48 [m4_ifdef(_LT_MANGLE_OPTION([$1], _LT_Option),
49 [m4_define([$0_found])])])[]dnl
50 m4_ifdef([$0_found], [m4_undefine([$0_found])], [$3
51 ])[]dnl
52 ])
53
54
55 # _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
56 # ----------------------------------------
57 # OPTION-LIST is a space-separated list of Libtool options associated
58 # with MACRO-NAME. If any OPTION has a matching handler declared with
59 # LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
60 # the unknown option and exit.
61 m4_defun([_LT_SET_OPTIONS],
62 [# Set options
63 m4_foreach([_LT_Option], m4_split(m4_normalize([$2])),
64 [_LT_SET_OPTION([$1], _LT_Option)])
65
66 m4_if([$1],[LT_INIT],[
67 dnl
68 dnl Simply set some default values (i.e off) if boolean options were not
69 dnl specified:
70 _LT_UNLESS_OPTIONS([LT_INIT], [dlopen], [enable_dlopen=no
71 ])
72 _LT_UNLESS_OPTIONS([LT_INIT], [win32-dll], [enable_win32_dll=no
73 ])
74 dnl
75 dnl If no reference was made to various pairs of opposing options, then
76 dnl we run the default mode handler for the pair. For example, if neither
77 dnl 'shared' nor 'disable-shared' was passed, we enable building of shared
78 dnl archives by default:
79 _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED])
80 _LT_UNLESS_OPTIONS([LT_INIT], [static disable-static], [_LT_ENABLE_STATIC])
81 _LT_UNLESS_OPTIONS([LT_INIT], [pic-only no-pic], [_LT_WITH_PIC])
82 _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install],
83 [_LT_ENABLE_FAST_INSTALL])
84 _LT_UNLESS_OPTIONS([LT_INIT], [aix-soname=aix aix-soname=both aix-soname=svr4],
85 [_LT_WITH_AIX_SONAME([aix])])
86 ])
87 ])# _LT_SET_OPTIONS
88
89
90 ## --------------------------------- ##
91 ## Macros to handle LT_INIT options. ##
92 ## --------------------------------- ##
93
94 # _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
95 # -----------------------------------------
96 m4_define([_LT_MANGLE_DEFUN],
97 [[_LT_OPTION_DEFUN_]m4_bpatsubst(m4_toupper([$1__$2]), [[^A-Z0-9_]], [_])])
98
99
100 # LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
101 # -----------------------------------------------
102 m4_define([LT_OPTION_DEFINE],
103 [m4_define(_LT_MANGLE_DEFUN([$1], [$2]), [$3])[]dnl
104 ])# LT_OPTION_DEFINE
105
106
107 # dlopen
108 # ------
109 LT_OPTION_DEFINE([LT_INIT], [dlopen], [enable_dlopen=yes
110 ])
111
112 AU_DEFUN([AC_LIBTOOL_DLOPEN],
113 [_LT_SET_OPTION([LT_INIT], [dlopen])
114 AC_DIAGNOSE([obsolete],
115 [$0: Remove this warning and the call to _LT_SET_OPTION when you
116 put the 'dlopen' option into LT_INIT's first parameter.])
117 ])
118
119 dnl aclocal-1.4 backwards compatibility:
120 dnl AC_DEFUN([AC_LIBTOOL_DLOPEN], [])
121
122
123 # win32-dll
124 # ---------
125 # Declare package support for building win32 dll's.
126 LT_OPTION_DEFINE([LT_INIT], [win32-dll],
127 [enable_win32_dll=yes
128
129 case $host in
130 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-cegcc*)
131 AC_CHECK_TOOL(AS, as, false)
132 AC_CHECK_TOOL(DLLTOOL, dlltool, false)
133 AC_CHECK_TOOL(OBJDUMP, objdump, false)
134 ;;
135 esac
136
137 test -z "$AS" && AS=as
138 _LT_DECL([], [AS], [1], [Assembler program])dnl
139
140 test -z "$DLLTOOL" && DLLTOOL=dlltool
141 _LT_DECL([], [DLLTOOL], [1], [DLL creation program])dnl
142
143 test -z "$OBJDUMP" && OBJDUMP=objdump
144 _LT_DECL([], [OBJDUMP], [1], [Object dumper program])dnl
145 ])# win32-dll
146
147 AU_DEFUN([AC_LIBTOOL_WIN32_DLL],
148 [AC_REQUIRE([AC_CANONICAL_HOST])dnl
149 _LT_SET_OPTION([LT_INIT], [win32-dll])
150 AC_DIAGNOSE([obsolete],
151 [$0: Remove this warning and the call to _LT_SET_OPTION when you
152 put the 'win32-dll' option into LT_INIT's first parameter.])
153 ])
154
155 dnl aclocal-1.4 backwards compatibility:
156 dnl AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [])
157
158
159 # _LT_ENABLE_SHARED([DEFAULT])
160 # ----------------------------
161 # implement the --enable-shared flag, and supports the 'shared' and
162 # 'disable-shared' LT_INIT options.
163 # DEFAULT is either 'yes' or 'no'. If omitted, it defaults to 'yes'.
164 m4_define([_LT_ENABLE_SHARED],
165 [m4_define([_LT_ENABLE_SHARED_DEFAULT], [m4_if($1, no, no, yes)])dnl
166 AC_ARG_ENABLE([shared],
167 [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
168 [build shared libraries @<:@default=]_LT_ENABLE_SHARED_DEFAULT[@:>@])],
169 [p=${PACKAGE-default}
170 case $enableval in
171 yes) enable_shared=yes ;;
172 no) enable_shared=no ;;
173 *)
174 enable_shared=no
175 # Look at the argument we got. We use all the common list separators.
176 lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
177 for pkg in $enableval; do
178 IFS=$lt_save_ifs
179 if test "X$pkg" = "X$p"; then
180 enable_shared=yes
181 fi
182 done
183 IFS=$lt_save_ifs
184 ;;
185 esac],
186 [enable_shared=]_LT_ENABLE_SHARED_DEFAULT)
187
188 _LT_DECL([build_libtool_libs], [enable_shared], [0],
189 [Whether or not to build shared libraries])
190 ])# _LT_ENABLE_SHARED
191
192 LT_OPTION_DEFINE([LT_INIT], [shared], [_LT_ENABLE_SHARED([yes])])
193 LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])])
194
195 # Old names:
196 AC_DEFUN([AC_ENABLE_SHARED],
197 [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared])
198 ])
199
200 AC_DEFUN([AC_DISABLE_SHARED],
201 [_LT_SET_OPTION([LT_INIT], [disable-shared])
202 ])
203
204 AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
205 AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
206
207 dnl aclocal-1.4 backwards compatibility:
208 dnl AC_DEFUN([AM_ENABLE_SHARED], [])
209 dnl AC_DEFUN([AM_DISABLE_SHARED], [])
210
211
212
213 # _LT_ENABLE_STATIC([DEFAULT])
214 # ----------------------------
215 # implement the --enable-static flag, and support the 'static' and
216 # 'disable-static' LT_INIT options.
217 # DEFAULT is either 'yes' or 'no'. If omitted, it defaults to 'yes'.
218 m4_define([_LT_ENABLE_STATIC],
219 [m4_define([_LT_ENABLE_STATIC_DEFAULT], [m4_if($1, no, no, yes)])dnl
220 AC_ARG_ENABLE([static],
221 [AS_HELP_STRING([--enable-static@<:@=PKGS@:>@],
222 [build static libraries @<:@default=]_LT_ENABLE_STATIC_DEFAULT[@:>@])],
223 [p=${PACKAGE-default}
224 case $enableval in
225 yes) enable_static=yes ;;
226 no) enable_static=no ;;
227 *)
228 enable_static=no
229 # Look at the argument we got. We use all the common list separators.
230 lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
231 for pkg in $enableval; do
232 IFS=$lt_save_ifs
233 if test "X$pkg" = "X$p"; then
234 enable_static=yes
235 fi
236 done
237 IFS=$lt_save_ifs
238 ;;
239 esac],
240 [enable_static=]_LT_ENABLE_STATIC_DEFAULT)
241
242 _LT_DECL([build_old_libs], [enable_static], [0],
243 [Whether or not to build static libraries])
244 ])# _LT_ENABLE_STATIC
245
246 LT_OPTION_DEFINE([LT_INIT], [static], [_LT_ENABLE_STATIC([yes])])
247 LT_OPTION_DEFINE([LT_INIT], [disable-static], [_LT_ENABLE_STATIC([no])])
248
249 # Old names:
250 AC_DEFUN([AC_ENABLE_STATIC],
251 [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static])
252 ])
253
254 AC_DEFUN([AC_DISABLE_STATIC],
255 [_LT_SET_OPTION([LT_INIT], [disable-static])
256 ])
257
258 AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
259 AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
260
261 dnl aclocal-1.4 backwards compatibility:
262 dnl AC_DEFUN([AM_ENABLE_STATIC], [])
263 dnl AC_DEFUN([AM_DISABLE_STATIC], [])
264
265
266
267 # _LT_ENABLE_FAST_INSTALL([DEFAULT])
268 # ----------------------------------
269 # implement the --enable-fast-install flag, and support the 'fast-install'
270 # and 'disable-fast-install' LT_INIT options.
271 # DEFAULT is either 'yes' or 'no'. If omitted, it defaults to 'yes'.
272 m4_define([_LT_ENABLE_FAST_INSTALL],
273 [m4_define([_LT_ENABLE_FAST_INSTALL_DEFAULT], [m4_if($1, no, no, yes)])dnl
274 AC_ARG_ENABLE([fast-install],
275 [AS_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
276 [optimize for fast installation @<:@default=]_LT_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
277 [p=${PACKAGE-default}
278 case $enableval in
279 yes) enable_fast_install=yes ;;
280 no) enable_fast_install=no ;;
281 *)
282 enable_fast_install=no
283 # Look at the argument we got. We use all the common list separators.
284 lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
285 for pkg in $enableval; do
286 IFS=$lt_save_ifs
287 if test "X$pkg" = "X$p"; then
288 enable_fast_install=yes
289 fi
290 done
291 IFS=$lt_save_ifs
292 ;;
293 esac],
294 [enable_fast_install=]_LT_ENABLE_FAST_INSTALL_DEFAULT)
295
296 _LT_DECL([fast_install], [enable_fast_install], [0],
297 [Whether or not to optimize for fast installation])dnl
298 ])# _LT_ENABLE_FAST_INSTALL
299
300 LT_OPTION_DEFINE([LT_INIT], [fast-install], [_LT_ENABLE_FAST_INSTALL([yes])])
301 LT_OPTION_DEFINE([LT_INIT], [disable-fast-install], [_LT_ENABLE_FAST_INSTALL([no])])
302
303 # Old names:
304 AU_DEFUN([AC_ENABLE_FAST_INSTALL],
305 [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
306 AC_DIAGNOSE([obsolete],
307 [$0: Remove this warning and the call to _LT_SET_OPTION when you put
308 the 'fast-install' option into LT_INIT's first parameter.])
309 ])
310
311 AU_DEFUN([AC_DISABLE_FAST_INSTALL],
312 [_LT_SET_OPTION([LT_INIT], [disable-fast-install])
313 AC_DIAGNOSE([obsolete],
314 [$0: Remove this warning and the call to _LT_SET_OPTION when you put
315 the 'disable-fast-install' option into LT_INIT's first parameter.])
316 ])
317
318 dnl aclocal-1.4 backwards compatibility:
319 dnl AC_DEFUN([AC_ENABLE_FAST_INSTALL], [])
320 dnl AC_DEFUN([AM_DISABLE_FAST_INSTALL], [])
321
322
323 # _LT_WITH_AIX_SONAME([DEFAULT])
324 # ----------------------------------
325 # implement the --with-aix-soname flag, and support the `aix-soname=aix'
326 # and `aix-soname=both' and `aix-soname=svr4' LT_INIT options. DEFAULT
327 # is either `aix', `both' or `svr4'. If omitted, it defaults to `aix'.
328 m4_define([_LT_WITH_AIX_SONAME],
329 [m4_define([_LT_WITH_AIX_SONAME_DEFAULT], [m4_if($1, svr4, svr4, m4_if($1, both, both, aix))])dnl
330 shared_archive_member_spec=
331 case $host,$enable_shared in
332 power*-*-aix[[5-9]]*,yes)
333 AC_MSG_CHECKING([which variant of shared library versioning to provide])
334 AC_ARG_WITH([aix-soname],
335 [AS_HELP_STRING([--with-aix-soname=aix|svr4|both],
336 [shared library versioning (aka "SONAME") variant to provide on AIX, @<:@default=]_LT_WITH_AIX_SONAME_DEFAULT[@:>@.])],
337 [case $withval in
338 aix|svr4|both)
339 ;;
340 *)
341 AC_MSG_ERROR([Unknown argument to --with-aix-soname])
342 ;;
343 esac
344 lt_cv_with_aix_soname=$with_aix_soname],
345 [AC_CACHE_VAL([lt_cv_with_aix_soname],
346 [lt_cv_with_aix_soname=]_LT_WITH_AIX_SONAME_DEFAULT)
347 with_aix_soname=$lt_cv_with_aix_soname])
348 AC_MSG_RESULT([$with_aix_soname])
349 if test aix != "$with_aix_soname"; then
350 # For the AIX way of multilib, we name the shared archive member
351 # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o',
352 # and 'shr.imp' or 'shr_64.imp', respectively, for the Import File.
353 # Even when GNU compilers ignore OBJECT_MODE but need '-maix64' flag,
354 # the AIX toolchain works better with OBJECT_MODE set (default 32).
355 if test 64 = "${OBJECT_MODE-32}"; then
356 shared_archive_member_spec=shr_64
357 else
358 shared_archive_member_spec=shr
359 fi
360 fi
361 ;;
362 *)
363 with_aix_soname=aix
364 ;;
365 esac
366
367 _LT_DECL([], [shared_archive_member_spec], [0],
368 [Shared archive member basename, for filename based shared library versioning on AIX])dnl
369 ])# _LT_WITH_AIX_SONAME
370
371 LT_OPTION_DEFINE([LT_INIT], [aix-soname=aix], [_LT_WITH_AIX_SONAME([aix])])
372 LT_OPTION_DEFINE([LT_INIT], [aix-soname=both], [_LT_WITH_AIX_SONAME([both])])
373 LT_OPTION_DEFINE([LT_INIT], [aix-soname=svr4], [_LT_WITH_AIX_SONAME([svr4])])
374
375
376 # _LT_WITH_PIC([MODE])
377 # --------------------
378 # implement the --with-pic flag, and support the 'pic-only' and 'no-pic'
379 # LT_INIT options.
380 # MODE is either 'yes' or 'no'. If omitted, it defaults to 'both'.
381 m4_define([_LT_WITH_PIC],
382 [AC_ARG_WITH([pic],
383 [AS_HELP_STRING([--with-pic@<:@=PKGS@:>@],
384 [try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
385 [lt_p=${PACKAGE-default}
386 case $withval in
387 yes|no) pic_mode=$withval ;;
388 *)
389 pic_mode=default
390 # Look at the argument we got. We use all the common list separators.
391 lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
392 for lt_pkg in $withval; do
393 IFS=$lt_save_ifs
394 if test "X$lt_pkg" = "X$lt_p"; then
395 pic_mode=yes
396 fi
397 done
398 IFS=$lt_save_ifs
399 ;;
400 esac],
401 [pic_mode=m4_default([$1], [default])])
402
403 _LT_DECL([], [pic_mode], [0], [What type of objects to build])dnl
404 ])# _LT_WITH_PIC
405
406 LT_OPTION_DEFINE([LT_INIT], [pic-only], [_LT_WITH_PIC([yes])])
407 LT_OPTION_DEFINE([LT_INIT], [no-pic], [_LT_WITH_PIC([no])])
408
409 # Old name:
410 AU_DEFUN([AC_LIBTOOL_PICMODE],
411 [_LT_SET_OPTION([LT_INIT], [pic-only])
412 AC_DIAGNOSE([obsolete],
413 [$0: Remove this warning and the call to _LT_SET_OPTION when you
414 put the 'pic-only' option into LT_INIT's first parameter.])
415 ])
416
417 dnl aclocal-1.4 backwards compatibility:
418 dnl AC_DEFUN([AC_LIBTOOL_PICMODE], [])
419
420 ## ----------------- ##
421 ## LTDL_INIT Options ##
422 ## ----------------- ##
423
424 m4_define([_LTDL_MODE], [])
425 LT_OPTION_DEFINE([LTDL_INIT], [nonrecursive],
426 [m4_define([_LTDL_MODE], [nonrecursive])])
427 LT_OPTION_DEFINE([LTDL_INIT], [recursive],
428 [m4_define([_LTDL_MODE], [recursive])])
429 LT_OPTION_DEFINE([LTDL_INIT], [subproject],
430 [m4_define([_LTDL_MODE], [subproject])])
431
432 m4_define([_LTDL_TYPE], [])
433 LT_OPTION_DEFINE([LTDL_INIT], [installable],
434 [m4_define([_LTDL_TYPE], [installable])])
435 LT_OPTION_DEFINE([LTDL_INIT], [convenience],
436 [m4_define([_LTDL_TYPE], [convenience])])
0 # ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
1 #
2 # Copyright (C) 2004-2005, 2007-2008, 2011-2015 Free Software
3 # Foundation, Inc.
4 # Written by Gary V. Vaughan, 2004
5 #
6 # This file is free software; the Free Software Foundation gives
7 # unlimited permission to copy and/or distribute it, with or without
8 # modifications, as long as this notice is preserved.
9
10 # serial 6 ltsugar.m4
11
12 # This is to help aclocal find these macros, as it can't see m4_define.
13 AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])])
14
15
16 # lt_join(SEP, ARG1, [ARG2...])
17 # -----------------------------
18 # Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
19 # associated separator.
20 # Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
21 # versions in m4sugar had bugs.
22 m4_define([lt_join],
23 [m4_if([$#], [1], [],
24 [$#], [2], [[$2]],
25 [m4_if([$2], [], [], [[$2]_])$0([$1], m4_shift(m4_shift($@)))])])
26 m4_define([_lt_join],
27 [m4_if([$#$2], [2], [],
28 [m4_if([$2], [], [], [[$1$2]])$0([$1], m4_shift(m4_shift($@)))])])
29
30
31 # lt_car(LIST)
32 # lt_cdr(LIST)
33 # ------------
34 # Manipulate m4 lists.
35 # These macros are necessary as long as will still need to support
36 # Autoconf-2.59, which quotes differently.
37 m4_define([lt_car], [[$1]])
38 m4_define([lt_cdr],
39 [m4_if([$#], 0, [m4_fatal([$0: cannot be called without arguments])],
40 [$#], 1, [],
41 [m4_dquote(m4_shift($@))])])
42 m4_define([lt_unquote], $1)
43
44
45 # lt_append(MACRO-NAME, STRING, [SEPARATOR])
46 # ------------------------------------------
47 # Redefine MACRO-NAME to hold its former content plus 'SEPARATOR''STRING'.
48 # Note that neither SEPARATOR nor STRING are expanded; they are appended
49 # to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
50 # No SEPARATOR is output if MACRO-NAME was previously undefined (different
51 # than defined and empty).
52 #
53 # This macro is needed until we can rely on Autoconf 2.62, since earlier
54 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
55 m4_define([lt_append],
56 [m4_define([$1],
57 m4_ifdef([$1], [m4_defn([$1])[$3]])[$2])])
58
59
60
61 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
62 # ----------------------------------------------------------
63 # Produce a SEP delimited list of all paired combinations of elements of
64 # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
65 # has the form PREFIXmINFIXSUFFIXn.
66 # Needed until we can rely on m4_combine added in Autoconf 2.62.
67 m4_define([lt_combine],
68 [m4_if(m4_eval([$# > 3]), [1],
69 [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
70 [[m4_foreach([_Lt_prefix], [$2],
71 [m4_foreach([_Lt_suffix],
72 ]m4_dquote(m4_dquote(m4_shift(m4_shift(m4_shift($@)))))[,
73 [_Lt_sep([$1])[]m4_defn([_Lt_prefix])[$3]m4_defn([_Lt_suffix])])])])])
74
75
76 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
77 # -----------------------------------------------------------------------
78 # Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
79 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
80 m4_define([lt_if_append_uniq],
81 [m4_ifdef([$1],
82 [m4_if(m4_index([$3]m4_defn([$1])[$3], [$3$2$3]), [-1],
83 [lt_append([$1], [$2], [$3])$4],
84 [$5])],
85 [lt_append([$1], [$2], [$3])$4])])
86
87
88 # lt_dict_add(DICT, KEY, VALUE)
89 # -----------------------------
90 m4_define([lt_dict_add],
91 [m4_define([$1($2)], [$3])])
92
93
94 # lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
95 # --------------------------------------------
96 m4_define([lt_dict_add_subkey],
97 [m4_define([$1($2:$3)], [$4])])
98
99
100 # lt_dict_fetch(DICT, KEY, [SUBKEY])
101 # ----------------------------------
102 m4_define([lt_dict_fetch],
103 [m4_ifval([$3],
104 m4_ifdef([$1($2:$3)], [m4_defn([$1($2:$3)])]),
105 m4_ifdef([$1($2)], [m4_defn([$1($2)])]))])
106
107
108 # lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
109 # -----------------------------------------------------------------
110 m4_define([lt_if_dict_fetch],
111 [m4_if(lt_dict_fetch([$1], [$2], [$3]), [$4],
112 [$5],
113 [$6])])
114
115
116 # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
117 # --------------------------------------------------------------
118 m4_define([lt_dict_filter],
119 [m4_if([$5], [], [],
120 [lt_join(m4_quote(m4_default([$4], [[, ]])),
121 lt_unquote(m4_split(m4_normalize(m4_foreach(_Lt_key, lt_car([m4_shiftn(4, $@)]),
122 [lt_if_dict_fetch([$1], _Lt_key, [$2], [$3], [_Lt_key ])])))))])[]dnl
123 ])
0 # ltversion.m4 -- version numbers -*- Autoconf -*-
1 #
2 # Copyright (C) 2004, 2011-2015 Free Software Foundation, Inc.
3 # Written by Scott James Remnant, 2004
4 #
5 # This file is free software; the Free Software Foundation gives
6 # unlimited permission to copy and/or distribute it, with or without
7 # modifications, as long as this notice is preserved.
8
9 # @configure_input@
10
11 # serial 4179 ltversion.m4
12 # This file is part of GNU Libtool
13
14 m4_define([LT_PACKAGE_VERSION], [2.4.6])
15 m4_define([LT_PACKAGE_REVISION], [2.4.6])
16
17 AC_DEFUN([LTVERSION_VERSION],
18 [macro_version='2.4.6'
19 macro_revision='2.4.6'
20 _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
21 _LT_DECL(, macro_revision, 0)
22 ])
0 # lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
1 #
2 # Copyright (C) 2004-2005, 2007, 2009, 2011-2015 Free Software
3 # Foundation, Inc.
4 # Written by Scott James Remnant, 2004.
5 #
6 # This file is free software; the Free Software Foundation gives
7 # unlimited permission to copy and/or distribute it, with or without
8 # modifications, as long as this notice is preserved.
9
10 # serial 5 lt~obsolete.m4
11
12 # These exist entirely to fool aclocal when bootstrapping libtool.
13 #
14 # In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN),
15 # which have later been changed to m4_define as they aren't part of the
16 # exported API, or moved to Autoconf or Automake where they belong.
17 #
18 # The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
19 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
20 # using a macro with the same name in our local m4/libtool.m4 it'll
21 # pull the old libtool.m4 in (it doesn't see our shiny new m4_define
22 # and doesn't know about Autoconf macros at all.)
23 #
24 # So we provide this file, which has a silly filename so it's always
25 # included after everything else. This provides aclocal with the
26 # AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
27 # because those macros already exist, or will be overwritten later.
28 # We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
29 #
30 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
31 # Yes, that means every name once taken will need to remain here until
32 # we give up compatibility with versions before 1.7, at which point
33 # we need to keep only those names which we still refer to.
34
35 # This is to help aclocal find these macros, as it can't see m4_define.
36 AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])])
37
38 m4_ifndef([AC_LIBTOOL_LINKER_OPTION], [AC_DEFUN([AC_LIBTOOL_LINKER_OPTION])])
39 m4_ifndef([AC_PROG_EGREP], [AC_DEFUN([AC_PROG_EGREP])])
40 m4_ifndef([_LT_AC_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])])
41 m4_ifndef([_LT_AC_SHELL_INIT], [AC_DEFUN([_LT_AC_SHELL_INIT])])
42 m4_ifndef([_LT_AC_SYS_LIBPATH_AIX], [AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])])
43 m4_ifndef([_LT_PROG_LTMAIN], [AC_DEFUN([_LT_PROG_LTMAIN])])
44 m4_ifndef([_LT_AC_TAGVAR], [AC_DEFUN([_LT_AC_TAGVAR])])
45 m4_ifndef([AC_LTDL_ENABLE_INSTALL], [AC_DEFUN([AC_LTDL_ENABLE_INSTALL])])
46 m4_ifndef([AC_LTDL_PREOPEN], [AC_DEFUN([AC_LTDL_PREOPEN])])
47 m4_ifndef([_LT_AC_SYS_COMPILER], [AC_DEFUN([_LT_AC_SYS_COMPILER])])
48 m4_ifndef([_LT_AC_LOCK], [AC_DEFUN([_LT_AC_LOCK])])
49 m4_ifndef([AC_LIBTOOL_SYS_OLD_ARCHIVE], [AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])])
50 m4_ifndef([_LT_AC_TRY_DLOPEN_SELF], [AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])])
51 m4_ifndef([AC_LIBTOOL_PROG_CC_C_O], [AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])])
52 m4_ifndef([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])])
53 m4_ifndef([AC_LIBTOOL_OBJDIR], [AC_DEFUN([AC_LIBTOOL_OBJDIR])])
54 m4_ifndef([AC_LTDL_OBJDIR], [AC_DEFUN([AC_LTDL_OBJDIR])])
55 m4_ifndef([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])])
56 m4_ifndef([AC_LIBTOOL_SYS_LIB_STRIP], [AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])])
57 m4_ifndef([AC_PATH_MAGIC], [AC_DEFUN([AC_PATH_MAGIC])])
58 m4_ifndef([AC_PROG_LD_GNU], [AC_DEFUN([AC_PROG_LD_GNU])])
59 m4_ifndef([AC_PROG_LD_RELOAD_FLAG], [AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])])
60 m4_ifndef([AC_DEPLIBS_CHECK_METHOD], [AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])])
61 m4_ifndef([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])])
62 m4_ifndef([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])])
63 m4_ifndef([AC_LIBTOOL_PROG_COMPILER_PIC], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])])
64 m4_ifndef([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])])
65 m4_ifndef([AC_LIBTOOL_POSTDEP_PREDEP], [AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])])
66 m4_ifndef([LT_AC_PROG_EGREP], [AC_DEFUN([LT_AC_PROG_EGREP])])
67 m4_ifndef([LT_AC_PROG_SED], [AC_DEFUN([LT_AC_PROG_SED])])
68 m4_ifndef([_LT_CC_BASENAME], [AC_DEFUN([_LT_CC_BASENAME])])
69 m4_ifndef([_LT_COMPILER_BOILERPLATE], [AC_DEFUN([_LT_COMPILER_BOILERPLATE])])
70 m4_ifndef([_LT_LINKER_BOILERPLATE], [AC_DEFUN([_LT_LINKER_BOILERPLATE])])
71 m4_ifndef([_AC_PROG_LIBTOOL], [AC_DEFUN([_AC_PROG_LIBTOOL])])
72 m4_ifndef([AC_LIBTOOL_SETUP], [AC_DEFUN([AC_LIBTOOL_SETUP])])
73 m4_ifndef([_LT_AC_CHECK_DLFCN], [AC_DEFUN([_LT_AC_CHECK_DLFCN])])
74 m4_ifndef([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])])
75 m4_ifndef([_LT_AC_TAGCONFIG], [AC_DEFUN([_LT_AC_TAGCONFIG])])
76 m4_ifndef([AC_DISABLE_FAST_INSTALL], [AC_DEFUN([AC_DISABLE_FAST_INSTALL])])
77 m4_ifndef([_LT_AC_LANG_CXX], [AC_DEFUN([_LT_AC_LANG_CXX])])
78 m4_ifndef([_LT_AC_LANG_F77], [AC_DEFUN([_LT_AC_LANG_F77])])
79 m4_ifndef([_LT_AC_LANG_GCJ], [AC_DEFUN([_LT_AC_LANG_GCJ])])
80 m4_ifndef([AC_LIBTOOL_LANG_C_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])])
81 m4_ifndef([_LT_AC_LANG_C_CONFIG], [AC_DEFUN([_LT_AC_LANG_C_CONFIG])])
82 m4_ifndef([AC_LIBTOOL_LANG_CXX_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])])
83 m4_ifndef([_LT_AC_LANG_CXX_CONFIG], [AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])])
84 m4_ifndef([AC_LIBTOOL_LANG_F77_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])])
85 m4_ifndef([_LT_AC_LANG_F77_CONFIG], [AC_DEFUN([_LT_AC_LANG_F77_CONFIG])])
86 m4_ifndef([AC_LIBTOOL_LANG_GCJ_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])])
87 m4_ifndef([_LT_AC_LANG_GCJ_CONFIG], [AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])])
88 m4_ifndef([AC_LIBTOOL_LANG_RC_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])])
89 m4_ifndef([_LT_AC_LANG_RC_CONFIG], [AC_DEFUN([_LT_AC_LANG_RC_CONFIG])])
90 m4_ifndef([AC_LIBTOOL_CONFIG], [AC_DEFUN([AC_LIBTOOL_CONFIG])])
91 m4_ifndef([_LT_AC_FILE_LTDLL_C], [AC_DEFUN([_LT_AC_FILE_LTDLL_C])])
92 m4_ifndef([_LT_REQUIRED_DARWIN_CHECKS], [AC_DEFUN([_LT_REQUIRED_DARWIN_CHECKS])])
93 m4_ifndef([_LT_AC_PROG_CXXCPP], [AC_DEFUN([_LT_AC_PROG_CXXCPP])])
94 m4_ifndef([_LT_PREPARE_SED_QUOTE_VARS], [AC_DEFUN([_LT_PREPARE_SED_QUOTE_VARS])])
95 m4_ifndef([_LT_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_PROG_ECHO_BACKSLASH])])
96 m4_ifndef([_LT_PROG_F77], [AC_DEFUN([_LT_PROG_F77])])
97 m4_ifndef([_LT_PROG_FC], [AC_DEFUN([_LT_PROG_FC])])
98 m4_ifndef([_LT_PROG_CXX], [AC_DEFUN([_LT_PROG_CXX])])
0 # nls.m4 serial 5 (gettext-0.18)
1 dnl Copyright (C) 1995-2003, 2005-2006, 2008-2014 Free Software Foundation,
2 dnl Inc.
3 dnl This file is free software; the Free Software Foundation
4 dnl gives unlimited permission to copy and/or distribute it,
5 dnl with or without modifications, as long as this notice is preserved.
6 dnl
7 dnl This file can be used in projects which are not available under
8 dnl the GNU General Public License or the GNU Library General Public
9 dnl License but which still want to provide support for the GNU gettext
10 dnl functionality.
11 dnl Please note that the actual code of the GNU gettext library is covered
12 dnl by the GNU Library General Public License, and the rest of the GNU
13 dnl gettext package is covered by the GNU General Public License.
14 dnl They are *not* in the public domain.
15
16 dnl Authors:
17 dnl Ulrich Drepper <drepper@cygnus.com>, 1995-2000.
18 dnl Bruno Haible <haible@clisp.cons.org>, 2000-2003.
19
20 AC_PREREQ([2.50])
21
22 AC_DEFUN([AM_NLS],
23 [
24 AC_MSG_CHECKING([whether NLS is requested])
25 dnl Default is enabled NLS
26 AC_ARG_ENABLE([nls],
27 [ --disable-nls do not use Native Language Support],
28 USE_NLS=$enableval, USE_NLS=yes)
29 AC_MSG_RESULT([$USE_NLS])
30 AC_SUBST([USE_NLS])
31 ])
0 # po.m4 serial 24 (gettext-0.19)
1 dnl Copyright (C) 1995-2014 Free Software Foundation, Inc.
2 dnl This file is free software; the Free Software Foundation
3 dnl gives unlimited permission to copy and/or distribute it,
4 dnl with or without modifications, as long as this notice is preserved.
5 dnl
6 dnl This file can be used in projects which are not available under
7 dnl the GNU General Public License or the GNU Library General Public
8 dnl License but which still want to provide support for the GNU gettext
9 dnl functionality.
10 dnl Please note that the actual code of the GNU gettext library is covered
11 dnl by the GNU Library General Public License, and the rest of the GNU
12 dnl gettext package is covered by the GNU General Public License.
13 dnl They are *not* in the public domain.
14
15 dnl Authors:
16 dnl Ulrich Drepper <drepper@cygnus.com>, 1995-2000.
17 dnl Bruno Haible <haible@clisp.cons.org>, 2000-2003.
18
19 AC_PREREQ([2.60])
20
21 dnl Checks for all prerequisites of the po subdirectory.
22 AC_DEFUN([AM_PO_SUBDIRS],
23 [
24 AC_REQUIRE([AC_PROG_MAKE_SET])dnl
25 AC_REQUIRE([AC_PROG_INSTALL])dnl
26 AC_REQUIRE([AC_PROG_MKDIR_P])dnl
27 AC_REQUIRE([AC_PROG_SED])dnl
28 AC_REQUIRE([AM_NLS])dnl
29
30 dnl Release version of the gettext macros. This is used to ensure that
31 dnl the gettext macros and po/Makefile.in.in are in sync.
32 AC_SUBST([GETTEXT_MACRO_VERSION], [0.19])
33
34 dnl Perform the following tests also if --disable-nls has been given,
35 dnl because they are needed for "make dist" to work.
36
37 dnl Search for GNU msgfmt in the PATH.
38 dnl The first test excludes Solaris msgfmt and early GNU msgfmt versions.
39 dnl The second test excludes FreeBSD msgfmt.
40 AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
41 [$ac_dir/$ac_word --statistics /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1 &&
42 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)],
43 :)
44 AC_PATH_PROG([GMSGFMT], [gmsgfmt], [$MSGFMT])
45
46 dnl Test whether it is GNU msgfmt >= 0.15.
47 changequote(,)dnl
48 case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
49 '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
50 *) MSGFMT_015=$MSGFMT ;;
51 esac
52 changequote([,])dnl
53 AC_SUBST([MSGFMT_015])
54 changequote(,)dnl
55 case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
56 '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
57 *) GMSGFMT_015=$GMSGFMT ;;
58 esac
59 changequote([,])dnl
60 AC_SUBST([GMSGFMT_015])
61
62 dnl Search for GNU xgettext 0.12 or newer in the PATH.
63 dnl The first test excludes Solaris xgettext and early GNU xgettext versions.
64 dnl The second test excludes FreeBSD xgettext.
65 AM_PATH_PROG_WITH_TEST(XGETTEXT, xgettext,
66 [$ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1 &&
67 (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)],
68 :)
69 dnl Remove leftover from FreeBSD xgettext call.
70 rm -f messages.po
71
72 dnl Test whether it is GNU xgettext >= 0.15.
73 changequote(,)dnl
74 case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
75 '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
76 *) XGETTEXT_015=$XGETTEXT ;;
77 esac
78 changequote([,])dnl
79 AC_SUBST([XGETTEXT_015])
80
81 dnl Search for GNU msgmerge 0.11 or newer in the PATH.
82 AM_PATH_PROG_WITH_TEST(MSGMERGE, msgmerge,
83 [$ac_dir/$ac_word --update -q /dev/null /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1], :)
84
85 dnl Installation directories.
86 dnl Autoconf >= 2.60 defines localedir. For older versions of autoconf, we
87 dnl have to define it here, so that it can be used in po/Makefile.
88 test -n "$localedir" || localedir='${datadir}/locale'
89 AC_SUBST([localedir])
90
91 dnl Support for AM_XGETTEXT_OPTION.
92 test -n "${XGETTEXT_EXTRA_OPTIONS+set}" || XGETTEXT_EXTRA_OPTIONS=
93 AC_SUBST([XGETTEXT_EXTRA_OPTIONS])
94
95 AC_CONFIG_COMMANDS([po-directories], [[
96 for ac_file in $CONFIG_FILES; do
97 # Support "outfile[:infile[:infile...]]"
98 case "$ac_file" in
99 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
100 esac
101 # PO directories have a Makefile.in generated from Makefile.in.in.
102 case "$ac_file" in */Makefile.in)
103 # Adjust a relative srcdir.
104 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
105 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
106 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
107 # In autoconf-2.13 it is called $ac_given_srcdir.
108 # In autoconf-2.50 it is called $srcdir.
109 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
110 case "$ac_given_srcdir" in
111 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
112 /*) top_srcdir="$ac_given_srcdir" ;;
113 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
114 esac
115 # Treat a directory as a PO directory if and only if it has a
116 # POTFILES.in file. This allows packages to have multiple PO
117 # directories under different names or in different locations.
118 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
119 rm -f "$ac_dir/POTFILES"
120 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
121 gt_tab=`printf '\t'`
122 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ${gt_tab}]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
123 POMAKEFILEDEPS="POTFILES.in"
124 # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend
125 # on $ac_dir but don't depend on user-specified configuration
126 # parameters.
127 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
128 # The LINGUAS file contains the set of available languages.
129 if test -n "$OBSOLETE_ALL_LINGUAS"; then
130 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
131 fi
132 ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
133 # Hide the ALL_LINGUAS assignment from automake < 1.5.
134 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
135 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
136 else
137 # The set of available languages was given in configure.in.
138 # Hide the ALL_LINGUAS assignment from automake < 1.5.
139 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
140 fi
141 # Compute POFILES
142 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po)
143 # Compute UPDATEPOFILES
144 # as $(foreach lang, $(ALL_LINGUAS), $(lang).po-update)
145 # Compute DUMMYPOFILES
146 # as $(foreach lang, $(ALL_LINGUAS), $(lang).nop)
147 # Compute GMOFILES
148 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo)
149 case "$ac_given_srcdir" in
150 .) srcdirpre= ;;
151 *) srcdirpre='$(srcdir)/' ;;
152 esac
153 POFILES=
154 UPDATEPOFILES=
155 DUMMYPOFILES=
156 GMOFILES=
157 for lang in $ALL_LINGUAS; do
158 POFILES="$POFILES $srcdirpre$lang.po"
159 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
160 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
161 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
162 done
163 # CATALOGS depends on both $ac_dir and the user's LINGUAS
164 # environment variable.
165 INST_LINGUAS=
166 if test -n "$ALL_LINGUAS"; then
167 for presentlang in $ALL_LINGUAS; do
168 useit=no
169 if test "%UNSET%" != "$LINGUAS"; then
170 desiredlanguages="$LINGUAS"
171 else
172 desiredlanguages="$ALL_LINGUAS"
173 fi
174 for desiredlang in $desiredlanguages; do
175 # Use the presentlang catalog if desiredlang is
176 # a. equal to presentlang, or
177 # b. a variant of presentlang (because in this case,
178 # presentlang can be used as a fallback for messages
179 # which are not translated in the desiredlang catalog).
180 case "$desiredlang" in
181 "$presentlang"*) useit=yes;;
182 esac
183 done
184 if test $useit = yes; then
185 INST_LINGUAS="$INST_LINGUAS $presentlang"
186 fi
187 done
188 fi
189 CATALOGS=
190 if test -n "$INST_LINGUAS"; then
191 for lang in $INST_LINGUAS; do
192 CATALOGS="$CATALOGS $lang.gmo"
193 done
194 fi
195 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
196 sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
197 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
198 if test -f "$f"; then
199 case "$f" in
200 *.orig | *.bak | *~) ;;
201 *) cat "$f" >> "$ac_dir/Makefile" ;;
202 esac
203 fi
204 done
205 fi
206 ;;
207 esac
208 done]],
209 [# Capture the value of obsolete ALL_LINGUAS because we need it to compute
210 # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. But hide it
211 # from automake < 1.5.
212 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
213 # Capture the value of LINGUAS because we need it to compute CATALOGS.
214 LINGUAS="${LINGUAS-%UNSET%}"
215 ])
216 ])
217
218 dnl Postprocesses a Makefile in a directory containing PO files.
219 AC_DEFUN([AM_POSTPROCESS_PO_MAKEFILE],
220 [
221 # When this code is run, in config.status, two variables have already been
222 # set:
223 # - OBSOLETE_ALL_LINGUAS is the value of LINGUAS set in configure.in,
224 # - LINGUAS is the value of the environment variable LINGUAS at configure
225 # time.
226
227 changequote(,)dnl
228 # Adjust a relative srcdir.
229 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
230 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
231 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
232 # In autoconf-2.13 it is called $ac_given_srcdir.
233 # In autoconf-2.50 it is called $srcdir.
234 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
235 case "$ac_given_srcdir" in
236 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
237 /*) top_srcdir="$ac_given_srcdir" ;;
238 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
239 esac
240
241 # Find a way to echo strings without interpreting backslash.
242 if test "X`(echo '\t') 2>/dev/null`" = 'X\t'; then
243 gt_echo='echo'
244 else
245 if test "X`(printf '%s\n' '\t') 2>/dev/null`" = 'X\t'; then
246 gt_echo='printf %s\n'
247 else
248 echo_func () {
249 cat <<EOT
250 $*
251 EOT
252 }
253 gt_echo='echo_func'
254 fi
255 fi
256
257 # A sed script that extracts the value of VARIABLE from a Makefile.
258 tab=`printf '\t'`
259 sed_x_variable='
260 # Test if the hold space is empty.
261 x
262 s/P/P/
263 x
264 ta
265 # Yes it was empty. Look if we have the expected variable definition.
266 /^['"${tab}"' ]*VARIABLE['"${tab}"' ]*=/{
267 # Seen the first line of the variable definition.
268 s/^['"${tab}"' ]*VARIABLE['"${tab}"' ]*=//
269 ba
270 }
271 bd
272 :a
273 # Here we are processing a line from the variable definition.
274 # Remove comment, more precisely replace it with a space.
275 s/#.*$/ /
276 # See if the line ends in a backslash.
277 tb
278 :b
279 s/\\$//
280 # Print the line, without the trailing backslash.
281 p
282 tc
283 # There was no trailing backslash. The end of the variable definition is
284 # reached. Clear the hold space.
285 s/^.*$//
286 x
287 bd
288 :c
289 # A trailing backslash means that the variable definition continues in the
290 # next line. Put a nonempty string into the hold space to indicate this.
291 s/^.*$/P/
292 x
293 :d
294 '
295 changequote([,])dnl
296
297 # Set POTFILES to the value of the Makefile variable POTFILES.
298 sed_x_POTFILES=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/POTFILES/g'`
299 POTFILES=`sed -n -e "$sed_x_POTFILES" < "$ac_file"`
300 # Compute POTFILES_DEPS as
301 # $(foreach file, $(POTFILES), $(top_srcdir)/$(file))
302 POTFILES_DEPS=
303 for file in $POTFILES; do
304 POTFILES_DEPS="$POTFILES_DEPS "'$(top_srcdir)/'"$file"
305 done
306 POMAKEFILEDEPS=""
307
308 if test -n "$OBSOLETE_ALL_LINGUAS"; then
309 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
310 fi
311 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
312 # The LINGUAS file contains the set of available languages.
313 ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
314 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
315 else
316 # Set ALL_LINGUAS to the value of the Makefile variable LINGUAS.
317 sed_x_LINGUAS=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/LINGUAS/g'`
318 ALL_LINGUAS_=`sed -n -e "$sed_x_LINGUAS" < "$ac_file"`
319 fi
320 # Hide the ALL_LINGUAS assignment from automake < 1.5.
321 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
322 # Compute POFILES
323 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po)
324 # Compute UPDATEPOFILES
325 # as $(foreach lang, $(ALL_LINGUAS), $(lang).po-update)
326 # Compute DUMMYPOFILES
327 # as $(foreach lang, $(ALL_LINGUAS), $(lang).nop)
328 # Compute GMOFILES
329 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo)
330 # Compute PROPERTIESFILES
331 # as $(foreach lang, $(ALL_LINGUAS), $(top_srcdir)/$(DOMAIN)_$(lang).properties)
332 # Compute CLASSFILES
333 # as $(foreach lang, $(ALL_LINGUAS), $(top_srcdir)/$(DOMAIN)_$(lang).class)
334 # Compute QMFILES
335 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).qm)
336 # Compute MSGFILES
337 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(frob $(lang)).msg)
338 # Compute RESOURCESDLLFILES
339 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(frob $(lang))/$(DOMAIN).resources.dll)
340 case "$ac_given_srcdir" in
341 .) srcdirpre= ;;
342 *) srcdirpre='$(srcdir)/' ;;
343 esac
344 POFILES=
345 UPDATEPOFILES=
346 DUMMYPOFILES=
347 GMOFILES=
348 PROPERTIESFILES=
349 CLASSFILES=
350 QMFILES=
351 MSGFILES=
352 RESOURCESDLLFILES=
353 for lang in $ALL_LINGUAS; do
354 POFILES="$POFILES $srcdirpre$lang.po"
355 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
356 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
357 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
358 PROPERTIESFILES="$PROPERTIESFILES \$(top_srcdir)/\$(DOMAIN)_$lang.properties"
359 CLASSFILES="$CLASSFILES \$(top_srcdir)/\$(DOMAIN)_$lang.class"
360 QMFILES="$QMFILES $srcdirpre$lang.qm"
361 frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
362 MSGFILES="$MSGFILES $srcdirpre$frobbedlang.msg"
363 frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
364 RESOURCESDLLFILES="$RESOURCESDLLFILES $srcdirpre$frobbedlang/\$(DOMAIN).resources.dll"
365 done
366 # CATALOGS depends on both $ac_dir and the user's LINGUAS
367 # environment variable.
368 INST_LINGUAS=
369 if test -n "$ALL_LINGUAS"; then
370 for presentlang in $ALL_LINGUAS; do
371 useit=no
372 if test "%UNSET%" != "$LINGUAS"; then
373 desiredlanguages="$LINGUAS"
374 else
375 desiredlanguages="$ALL_LINGUAS"
376 fi
377 for desiredlang in $desiredlanguages; do
378 # Use the presentlang catalog if desiredlang is
379 # a. equal to presentlang, or
380 # b. a variant of presentlang (because in this case,
381 # presentlang can be used as a fallback for messages
382 # which are not translated in the desiredlang catalog).
383 case "$desiredlang" in
384 "$presentlang"*) useit=yes;;
385 esac
386 done
387 if test $useit = yes; then
388 INST_LINGUAS="$INST_LINGUAS $presentlang"
389 fi
390 done
391 fi
392 CATALOGS=
393 JAVACATALOGS=
394 QTCATALOGS=
395 TCLCATALOGS=
396 CSHARPCATALOGS=
397 if test -n "$INST_LINGUAS"; then
398 for lang in $INST_LINGUAS; do
399 CATALOGS="$CATALOGS $lang.gmo"
400 JAVACATALOGS="$JAVACATALOGS \$(DOMAIN)_$lang.properties"
401 QTCATALOGS="$QTCATALOGS $lang.qm"
402 frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
403 TCLCATALOGS="$TCLCATALOGS $frobbedlang.msg"
404 frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
405 CSHARPCATALOGS="$CSHARPCATALOGS $frobbedlang/\$(DOMAIN).resources.dll"
406 done
407 fi
408
409 sed -e "s|@POTFILES_DEPS@|$POTFILES_DEPS|g" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@PROPERTIESFILES@|$PROPERTIESFILES|g" -e "s|@CLASSFILES@|$CLASSFILES|g" -e "s|@QMFILES@|$QMFILES|g" -e "s|@MSGFILES@|$MSGFILES|g" -e "s|@RESOURCESDLLFILES@|$RESOURCESDLLFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@JAVACATALOGS@|$JAVACATALOGS|g" -e "s|@QTCATALOGS@|$QTCATALOGS|g" -e "s|@TCLCATALOGS@|$TCLCATALOGS|g" -e "s|@CSHARPCATALOGS@|$CSHARPCATALOGS|g" -e 's,^#distdir:,distdir:,' < "$ac_file" > "$ac_file.tmp"
410 tab=`printf '\t'`
411 if grep -l '@TCLCATALOGS@' "$ac_file" > /dev/null; then
412 # Add dependencies that cannot be formulated as a simple suffix rule.
413 for lang in $ALL_LINGUAS; do
414 frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
415 cat >> "$ac_file.tmp" <<EOF
416 $frobbedlang.msg: $lang.po
417 ${tab}@echo "\$(MSGFMT) -c --tcl -d \$(srcdir) -l $lang $srcdirpre$lang.po"; \
418 ${tab}\$(MSGFMT) -c --tcl -d "\$(srcdir)" -l $lang $srcdirpre$lang.po || { rm -f "\$(srcdir)/$frobbedlang.msg"; exit 1; }
419 EOF
420 done
421 fi
422 if grep -l '@CSHARPCATALOGS@' "$ac_file" > /dev/null; then
423 # Add dependencies that cannot be formulated as a simple suffix rule.
424 for lang in $ALL_LINGUAS; do
425 frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
426 cat >> "$ac_file.tmp" <<EOF
427 $frobbedlang/\$(DOMAIN).resources.dll: $lang.po
428 ${tab}@echo "\$(MSGFMT) -c --csharp -d \$(srcdir) -l $lang $srcdirpre$lang.po -r \$(DOMAIN)"; \
429 ${tab}\$(MSGFMT) -c --csharp -d "\$(srcdir)" -l $lang $srcdirpre$lang.po -r "\$(DOMAIN)" || { rm -f "\$(srcdir)/$frobbedlang.msg"; exit 1; }
430 EOF
431 done
432 fi
433 if test -n "$POMAKEFILEDEPS"; then
434 cat >> "$ac_file.tmp" <<EOF
435 Makefile: $POMAKEFILEDEPS
436 EOF
437 fi
438 mv "$ac_file.tmp" "$ac_file"
439 ])
440
441 dnl Initializes the accumulator used by AM_XGETTEXT_OPTION.
442 AC_DEFUN([AM_XGETTEXT_OPTION_INIT],
443 [
444 XGETTEXT_EXTRA_OPTIONS=
445 ])
446
447 dnl Registers an option to be passed to xgettext in the po subdirectory.
448 AC_DEFUN([AM_XGETTEXT_OPTION],
449 [
450 AC_REQUIRE([AM_XGETTEXT_OPTION_INIT])
451 XGETTEXT_EXTRA_OPTIONS="$XGETTEXT_EXTRA_OPTIONS $1"
452 ])
0 # progtest.m4 serial 7 (gettext-0.18.2)
1 dnl Copyright (C) 1996-2003, 2005, 2008-2015 Free Software Foundation, Inc.
2 dnl This file is free software; the Free Software Foundation
3 dnl gives unlimited permission to copy and/or distribute it,
4 dnl with or without modifications, as long as this notice is preserved.
5 dnl
6 dnl This file can be used in projects which are not available under
7 dnl the GNU General Public License or the GNU Library General Public
8 dnl License but which still want to provide support for the GNU gettext
9 dnl functionality.
10 dnl Please note that the actual code of the GNU gettext library is covered
11 dnl by the GNU Library General Public License, and the rest of the GNU
12 dnl gettext package is covered by the GNU General Public License.
13 dnl They are *not* in the public domain.
14
15 dnl Authors:
16 dnl Ulrich Drepper <drepper@cygnus.com>, 1996.
17
18 AC_PREREQ([2.50])
19
20 # Search path for a program which passes the given test.
21
22 dnl AM_PATH_PROG_WITH_TEST(VARIABLE, PROG-TO-CHECK-FOR,
23 dnl TEST-PERFORMED-ON-FOUND_PROGRAM [, VALUE-IF-NOT-FOUND [, PATH]])
24 AC_DEFUN([AM_PATH_PROG_WITH_TEST],
25 [
26 # Prepare PATH_SEPARATOR.
27 # The user is always right.
28 if test "${PATH_SEPARATOR+set}" != set; then
29 # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which
30 # contains only /bin. Note that ksh looks also at the FPATH variable,
31 # so we have to set that as well for the test.
32 PATH_SEPARATOR=:
33 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \
34 && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \
35 || PATH_SEPARATOR=';'
36 }
37 fi
38
39 # Find out how to test for executable files. Don't use a zero-byte file,
40 # as systems may use methods other than mode bits to determine executability.
41 cat >conf$$.file <<_ASEOF
42 #! /bin/sh
43 exit 0
44 _ASEOF
45 chmod +x conf$$.file
46 if test -x conf$$.file >/dev/null 2>&1; then
47 ac_executable_p="test -x"
48 else
49 ac_executable_p="test -f"
50 fi
51 rm -f conf$$.file
52
53 # Extract the first word of "$2", so it can be a program name with args.
54 set dummy $2; ac_word=[$]2
55 AC_MSG_CHECKING([for $ac_word])
56 AC_CACHE_VAL([ac_cv_path_$1],
57 [case "[$]$1" in
58 [[\\/]]* | ?:[[\\/]]*)
59 ac_cv_path_$1="[$]$1" # Let the user override the test with a path.
60 ;;
61 *)
62 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
63 for ac_dir in ifelse([$5], , $PATH, [$5]); do
64 IFS="$ac_save_IFS"
65 test -z "$ac_dir" && ac_dir=.
66 for ac_exec_ext in '' $ac_executable_extensions; do
67 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
68 echo "$as_me: trying $ac_dir/$ac_word..." >&AS_MESSAGE_LOG_FD
69 if [$3]; then
70 ac_cv_path_$1="$ac_dir/$ac_word$ac_exec_ext"
71 break 2
72 fi
73 fi
74 done
75 done
76 IFS="$ac_save_IFS"
77 dnl If no 4th arg is given, leave the cache variable unset,
78 dnl so AC_PATH_PROGS will keep looking.
79 ifelse([$4], , , [ test -z "[$]ac_cv_path_$1" && ac_cv_path_$1="$4"
80 ])dnl
81 ;;
82 esac])dnl
83 $1="$ac_cv_path_$1"
84 if test ifelse([$4], , [-n "[$]$1"], ["[$]$1" != "$4"]); then
85 AC_MSG_RESULT([$][$1])
86 else
87 AC_MSG_RESULT([no])
88 fi
89 AC_SUBST([$1])dnl
90 ])
0 #! /bin/sh
1 # Wrapper for compilers which do not understand '-c -o'.
2
3 scriptversion=2012-10-14.11; # UTC
4
5 # Copyright (C) 1999-2014 Free Software Foundation, Inc.
6 # Written by Tom Tromey <tromey@cygnus.com>.
7 #
8 # This program is free software; you can redistribute it and/or modify
9 # it under the terms of the GNU General Public License as published by
10 # the Free Software Foundation; either version 2, or (at your option)
11 # any later version.
12 #
13 # This program is distributed in the hope that it will be useful,
14 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 # GNU General Public License for more details.
17 #
18 # You should have received a copy of the GNU General Public License
19 # along with this program. If not, see <http://www.gnu.org/licenses/>.
20
21 # As a special exception to the GNU General Public License, if you
22 # distribute this file as part of a program that contains a
23 # configuration script generated by Autoconf, you may include it under
24 # the same distribution terms that you use for the rest of that program.
25
26 # This file is maintained in Automake, please report
27 # bugs to <bug-automake@gnu.org> or send patches to
28 # <automake-patches@gnu.org>.
29
30 nl='
31 '
32
33 # We need space, tab and new line, in precisely that order. Quoting is
34 # there to prevent tools from complaining about whitespace usage.
35 IFS=" "" $nl"
36
37 file_conv=
38
39 # func_file_conv build_file lazy
40 # Convert a $build file to $host form and store it in $file
41 # Currently only supports Windows hosts. If the determined conversion
42 # type is listed in (the comma separated) LAZY, no conversion will
43 # take place.
44 func_file_conv ()
45 {
46 file=$1
47 case $file in
48 / | /[!/]*) # absolute file, and not a UNC file
49 if test -z "$file_conv"; then
50 # lazily determine how to convert abs files
51 case `uname -s` in
52 MINGW*)
53 file_conv=mingw
54 ;;
55 CYGWIN*)
56 file_conv=cygwin
57 ;;
58 *)
59 file_conv=wine
60 ;;
61 esac
62 fi
63 case $file_conv/,$2, in
64 *,$file_conv,*)
65 ;;
66 mingw/*)
67 file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
68 ;;
69 cygwin/*)
70 file=`cygpath -m "$file" || echo "$file"`
71 ;;
72 wine/*)
73 file=`winepath -w "$file" || echo "$file"`
74 ;;
75 esac
76 ;;
77 esac
78 }
79
80 # func_cl_dashL linkdir
81 # Make cl look for libraries in LINKDIR
82 func_cl_dashL ()
83 {
84 func_file_conv "$1"
85 if test -z "$lib_path"; then
86 lib_path=$file
87 else
88 lib_path="$lib_path;$file"
89 fi
90 linker_opts="$linker_opts -LIBPATH:$file"
91 }
92
93 # func_cl_dashl library
94 # Do a library search-path lookup for cl
95 func_cl_dashl ()
96 {
97 lib=$1
98 found=no
99 save_IFS=$IFS
100 IFS=';'
101 for dir in $lib_path $LIB
102 do
103 IFS=$save_IFS
104 if $shared && test -f "$dir/$lib.dll.lib"; then
105 found=yes
106 lib=$dir/$lib.dll.lib
107 break
108 fi
109 if test -f "$dir/$lib.lib"; then
110 found=yes
111 lib=$dir/$lib.lib
112 break
113 fi
114 if test -f "$dir/lib$lib.a"; then
115 found=yes
116 lib=$dir/lib$lib.a
117 break
118 fi
119 done
120 IFS=$save_IFS
121
122 if test "$found" != yes; then
123 lib=$lib.lib
124 fi
125 }
126
127 # func_cl_wrapper cl arg...
128 # Adjust compile command to suit cl
129 func_cl_wrapper ()
130 {
131 # Assume a capable shell
132 lib_path=
133 shared=:
134 linker_opts=
135 for arg
136 do
137 if test -n "$eat"; then
138 eat=
139 else
140 case $1 in
141 -o)
142 # configure might choose to run compile as 'compile cc -o foo foo.c'.
143 eat=1
144 case $2 in
145 *.o | *.[oO][bB][jJ])
146 func_file_conv "$2"
147 set x "$@" -Fo"$file"
148 shift
149 ;;
150 *)
151 func_file_conv "$2"
152 set x "$@" -Fe"$file"
153 shift
154 ;;
155 esac
156 ;;
157 -I)
158 eat=1
159 func_file_conv "$2" mingw
160 set x "$@" -I"$file"
161 shift
162 ;;
163 -I*)
164 func_file_conv "${1#-I}" mingw
165 set x "$@" -I"$file"
166 shift
167 ;;
168 -l)
169 eat=1
170 func_cl_dashl "$2"
171 set x "$@" "$lib"
172 shift
173 ;;
174 -l*)
175 func_cl_dashl "${1#-l}"
176 set x "$@" "$lib"
177 shift
178 ;;
179 -L)
180 eat=1
181 func_cl_dashL "$2"
182 ;;
183 -L*)
184 func_cl_dashL "${1#-L}"
185 ;;
186 -static)
187 shared=false
188 ;;
189 -Wl,*)
190 arg=${1#-Wl,}
191 save_ifs="$IFS"; IFS=','
192 for flag in $arg; do
193 IFS="$save_ifs"
194 linker_opts="$linker_opts $flag"
195 done
196 IFS="$save_ifs"
197 ;;
198 -Xlinker)
199 eat=1
200 linker_opts="$linker_opts $2"
201 ;;
202 -*)
203 set x "$@" "$1"
204 shift
205 ;;
206 *.cc | *.CC | *.cxx | *.CXX | *.[cC]++)
207 func_file_conv "$1"
208 set x "$@" -Tp"$file"
209 shift
210 ;;
211 *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO])
212 func_file_conv "$1" mingw
213 set x "$@" "$file"
214 shift
215 ;;
216 *)
217 set x "$@" "$1"
218 shift
219 ;;
220 esac
221 fi
222 shift
223 done
224 if test -n "$linker_opts"; then
225 linker_opts="-link$linker_opts"
226 fi
227 exec "$@" $linker_opts
228 exit 1
229 }
230
231 eat=
232
233 case $1 in
234 '')
235 echo "$0: No command. Try '$0 --help' for more information." 1>&2
236 exit 1;
237 ;;
238 -h | --h*)
239 cat <<\EOF
240 Usage: compile [--help] [--version] PROGRAM [ARGS]
241
242 Wrapper for compilers which do not understand '-c -o'.
243 Remove '-o dest.o' from ARGS, run PROGRAM with the remaining
244 arguments, and rename the output as expected.
245
246 If you are trying to build a whole package this is not the
247 right script to run: please start by reading the file 'INSTALL'.
248
249 Report bugs to <bug-automake@gnu.org>.
250 EOF
251 exit $?
252 ;;
253 -v | --v*)
254 echo "compile $scriptversion"
255 exit $?
256 ;;
257 cl | *[/\\]cl | cl.exe | *[/\\]cl.exe )
258 func_cl_wrapper "$@" # Doesn't return...
259 ;;
260 esac
261
262 ofile=
263 cfile=
264
265 for arg
266 do
267 if test -n "$eat"; then
268 eat=
269 else
270 case $1 in
271 -o)
272 # configure might choose to run compile as 'compile cc -o foo foo.c'.
273 # So we strip '-o arg' only if arg is an object.
274 eat=1
275 case $2 in
276 *.o | *.obj)
277 ofile=$2
278 ;;
279 *)
280 set x "$@" -o "$2"
281 shift
282 ;;
283 esac
284 ;;
285 *.c)
286 cfile=$1
287 set x "$@" "$1"
288 shift
289 ;;
290 *)
291 set x "$@" "$1"
292 shift
293 ;;
294 esac
295 fi
296 shift
297 done
298
299 if test -z "$ofile" || test -z "$cfile"; then
300 # If no '-o' option was seen then we might have been invoked from a
301 # pattern rule where we don't need one. That is ok -- this is a
302 # normal compilation that the losing compiler can handle. If no
303 # '.c' file was seen then we are probably linking. That is also
304 # ok.
305 exec "$@"
306 fi
307
308 # Name of file we expect compiler to create.
309 cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
310
311 # Create the lock directory.
312 # Note: use '[/\\:.-]' here to ensure that we don't use the same name
313 # that we are using for the .o file. Also, base the name on the expected
314 # object file name, since that is what matters with a parallel build.
315 lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
316 while true; do
317 if mkdir "$lockdir" >/dev/null 2>&1; then
318 break
319 fi
320 sleep 1
321 done
322 # FIXME: race condition here if user kills between mkdir and trap.
323 trap "rmdir '$lockdir'; exit 1" 1 2 15
324
325 # Run the compile.
326 "$@"
327 ret=$?
328
329 if test -f "$cofile"; then
330 test "$cofile" = "$ofile" || mv "$cofile" "$ofile"
331 elif test -f "${cofile}bj"; then
332 test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile"
333 fi
334
335 rmdir "$lockdir"
336 exit $ret
337
338 # Local Variables:
339 # mode: shell-script
340 # sh-indentation: 2
341 # eval: (add-hook 'write-file-hooks 'time-stamp)
342 # time-stamp-start: "scriptversion="
343 # time-stamp-format: "%:y-%02m-%02d.%02H"
344 # time-stamp-time-zone: "UTC"
345 # time-stamp-end: "; # UTC"
346 # End:
0 #! /bin/sh
1 # Attempt to guess a canonical system name.
2 # Copyright 1992-2015 Free Software Foundation, Inc.
3
4 timestamp='2015-01-01'
5
6 # This file is free software; you can redistribute it and/or modify it
7 # under the terms of the GNU General Public License as published by
8 # the Free Software Foundation; either version 3 of the License, or
9 # (at your option) any later version.
10 #
11 # This program is distributed in the hope that it will be useful, but
12 # WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 # General Public License for more details.
15 #
16 # You should have received a copy of the GNU General Public License
17 # along with this program; if not, see <http://www.gnu.org/licenses/>.
18 #
19 # As a special exception to the GNU General Public License, if you
20 # distribute this file as part of a program that contains a
21 # configuration script generated by Autoconf, you may include it under
22 # the same distribution terms that you use for the rest of that
23 # program. This Exception is an additional permission under section 7
24 # of the GNU General Public License, version 3 ("GPLv3").
25 #
26 # Originally written by Per Bothner; maintained since 2000 by Ben Elliston.
27 #
28 # You can get the latest version of this script from:
29 # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
30 #
31 # Please send patches to <config-patches@gnu.org>.
32
33
34 me=`echo "$0" | sed -e 's,.*/,,'`
35
36 usage="\
37 Usage: $0 [OPTION]
38
39 Output the configuration name of the system \`$me' is run on.
40
41 Operation modes:
42 -h, --help print this help, then exit
43 -t, --time-stamp print date of last modification, then exit
44 -v, --version print version number, then exit
45
46 Report bugs and patches to <config-patches@gnu.org>."
47
48 version="\
49 GNU config.guess ($timestamp)
50
51 Originally written by Per Bothner.
52 Copyright 1992-2015 Free Software Foundation, Inc.
53
54 This is free software; see the source for copying conditions. There is NO
55 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
56
57 help="
58 Try \`$me --help' for more information."
59
60 # Parse command line
61 while test $# -gt 0 ; do
62 case $1 in
63 --time-stamp | --time* | -t )
64 echo "$timestamp" ; exit ;;
65 --version | -v )
66 echo "$version" ; exit ;;
67 --help | --h* | -h )
68 echo "$usage"; exit ;;
69 -- ) # Stop option processing
70 shift; break ;;
71 - ) # Use stdin as input.
72 break ;;
73 -* )
74 echo "$me: invalid option $1$help" >&2
75 exit 1 ;;
76 * )
77 break ;;
78 esac
79 done
80
81 if test $# != 0; then
82 echo "$me: too many arguments$help" >&2
83 exit 1
84 fi
85
86 trap 'exit 1' 1 2 15
87
88 # CC_FOR_BUILD -- compiler used by this script. Note that the use of a
89 # compiler to aid in system detection is discouraged as it requires
90 # temporary files to be created and, as you can see below, it is a
91 # headache to deal with in a portable fashion.
92
93 # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still
94 # use `HOST_CC' if defined, but it is deprecated.
95
96 # Portable tmp directory creation inspired by the Autoconf team.
97
98 set_cc_for_build='
99 trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ;
100 trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ;
101 : ${TMPDIR=/tmp} ;
102 { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
103 { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
104 { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } ||
105 { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ;
106 dummy=$tmp/dummy ;
107 tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ;
108 case $CC_FOR_BUILD,$HOST_CC,$CC in
109 ,,) echo "int x;" > $dummy.c ;
110 for c in cc gcc c89 c99 ; do
111 if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then
112 CC_FOR_BUILD="$c"; break ;
113 fi ;
114 done ;
115 if test x"$CC_FOR_BUILD" = x ; then
116 CC_FOR_BUILD=no_compiler_found ;
117 fi
118 ;;
119 ,,*) CC_FOR_BUILD=$CC ;;
120 ,*,*) CC_FOR_BUILD=$HOST_CC ;;
121 esac ; set_cc_for_build= ;'
122
123 # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
124 # (ghazi@noc.rutgers.edu 1994-08-24)
125 if (test -f /.attbin/uname) >/dev/null 2>&1 ; then
126 PATH=$PATH:/.attbin ; export PATH
127 fi
128
129 UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
130 UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
131 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
132 UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
133
134 case "${UNAME_SYSTEM}" in
135 Linux|GNU|GNU/*)
136 # If the system lacks a compiler, then just pick glibc.
137 # We could probably try harder.
138 LIBC=gnu
139
140 eval $set_cc_for_build
141 cat <<-EOF > $dummy.c
142 #include <features.h>
143 #if defined(__UCLIBC__)
144 LIBC=uclibc
145 #elif defined(__dietlibc__)
146 LIBC=dietlibc
147 #else
148 LIBC=gnu
149 #endif
150 EOF
151 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
152 ;;
153 esac
154
155 # Note: order is significant - the case branches are not exclusive.
156
157 case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
158 *:NetBSD:*:*)
159 # NetBSD (nbsd) targets should (where applicable) match one or
160 # more of the tuples: *-*-netbsdelf*, *-*-netbsdaout*,
161 # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently
162 # switched to ELF, *-*-netbsd* would select the old
163 # object file format. This provides both forward
164 # compatibility and a consistent mechanism for selecting the
165 # object file format.
166 #
167 # Note: NetBSD doesn't particularly care about the vendor
168 # portion of the name. We always set it to "unknown".
169 sysctl="sysctl -n hw.machine_arch"
170 UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \
171 /usr/sbin/$sysctl 2>/dev/null || echo unknown)`
172 case "${UNAME_MACHINE_ARCH}" in
173 armeb) machine=armeb-unknown ;;
174 arm*) machine=arm-unknown ;;
175 sh3el) machine=shl-unknown ;;
176 sh3eb) machine=sh-unknown ;;
177 sh5el) machine=sh5le-unknown ;;
178 *) machine=${UNAME_MACHINE_ARCH}-unknown ;;
179 esac
180 # The Operating System including object format, if it has switched
181 # to ELF recently, or will in the future.
182 case "${UNAME_MACHINE_ARCH}" in
183 arm*|i386|m68k|ns32k|sh3*|sparc|vax)
184 eval $set_cc_for_build
185 if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
186 | grep -q __ELF__
187 then
188 # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout).
189 # Return netbsd for either. FIX?
190 os=netbsd
191 else
192 os=netbsdelf
193 fi
194 ;;
195 *)
196 os=netbsd
197 ;;
198 esac
199 # The OS release
200 # Debian GNU/NetBSD machines have a different userland, and
201 # thus, need a distinct triplet. However, they do not need
202 # kernel version information, so it can be replaced with a
203 # suitable tag, in the style of linux-gnu.
204 case "${UNAME_VERSION}" in
205 Debian*)
206 release='-gnu'
207 ;;
208 *)
209 release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
210 ;;
211 esac
212 # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM:
213 # contains redundant information, the shorter form:
214 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used.
215 echo "${machine}-${os}${release}"
216 exit ;;
217 *:Bitrig:*:*)
218 UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'`
219 echo ${UNAME_MACHINE_ARCH}-unknown-bitrig${UNAME_RELEASE}
220 exit ;;
221 *:OpenBSD:*:*)
222 UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`
223 echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE}
224 exit ;;
225 *:ekkoBSD:*:*)
226 echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE}
227 exit ;;
228 *:SolidBSD:*:*)
229 echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE}
230 exit ;;
231 macppc:MirBSD:*:*)
232 echo powerpc-unknown-mirbsd${UNAME_RELEASE}
233 exit ;;
234 *:MirBSD:*:*)
235 echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE}
236 exit ;;
237 alpha:OSF1:*:*)
238 case $UNAME_RELEASE in
239 *4.0)
240 UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
241 ;;
242 *5.*)
243 UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
244 ;;
245 esac
246 # According to Compaq, /usr/sbin/psrinfo has been available on
247 # OSF/1 and Tru64 systems produced since 1995. I hope that
248 # covers most systems running today. This code pipes the CPU
249 # types through head -n 1, so we only detect the type of CPU 0.
250 ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1`
251 case "$ALPHA_CPU_TYPE" in
252 "EV4 (21064)")
253 UNAME_MACHINE="alpha" ;;
254 "EV4.5 (21064)")
255 UNAME_MACHINE="alpha" ;;
256 "LCA4 (21066/21068)")
257 UNAME_MACHINE="alpha" ;;
258 "EV5 (21164)")
259 UNAME_MACHINE="alphaev5" ;;
260 "EV5.6 (21164A)")
261 UNAME_MACHINE="alphaev56" ;;
262 "EV5.6 (21164PC)")
263 UNAME_MACHINE="alphapca56" ;;
264 "EV5.7 (21164PC)")
265 UNAME_MACHINE="alphapca57" ;;
266 "EV6 (21264)")
267 UNAME_MACHINE="alphaev6" ;;
268 "EV6.7 (21264A)")
269 UNAME_MACHINE="alphaev67" ;;
270 "EV6.8CB (21264C)")
271 UNAME_MACHINE="alphaev68" ;;
272 "EV6.8AL (21264B)")
273 UNAME_MACHINE="alphaev68" ;;
274 "EV6.8CX (21264D)")
275 UNAME_MACHINE="alphaev68" ;;
276 "EV6.9A (21264/EV69A)")
277 UNAME_MACHINE="alphaev69" ;;
278 "EV7 (21364)")
279 UNAME_MACHINE="alphaev7" ;;
280 "EV7.9 (21364A)")
281 UNAME_MACHINE="alphaev79" ;;
282 esac
283 # A Pn.n version is a patched version.
284 # A Vn.n version is a released version.
285 # A Tn.n version is a released field test version.
286 # A Xn.n version is an unreleased experimental baselevel.
287 # 1.2 uses "1.2" for uname -r.
288 echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
289 # Reset EXIT trap before exiting to avoid spurious non-zero exit code.
290 exitcode=$?
291 trap '' 0
292 exit $exitcode ;;
293 Alpha\ *:Windows_NT*:*)
294 # How do we know it's Interix rather than the generic POSIX subsystem?
295 # Should we change UNAME_MACHINE based on the output of uname instead
296 # of the specific Alpha model?
297 echo alpha-pc-interix
298 exit ;;
299 21064:Windows_NT:50:3)
300 echo alpha-dec-winnt3.5
301 exit ;;
302 Amiga*:UNIX_System_V:4.0:*)
303 echo m68k-unknown-sysv4
304 exit ;;
305 *:[Aa]miga[Oo][Ss]:*:*)
306 echo ${UNAME_MACHINE}-unknown-amigaos
307 exit ;;
308 *:[Mm]orph[Oo][Ss]:*:*)
309 echo ${UNAME_MACHINE}-unknown-morphos
310 exit ;;
311 *:OS/390:*:*)
312 echo i370-ibm-openedition
313 exit ;;
314 *:z/VM:*:*)
315 echo s390-ibm-zvmoe
316 exit ;;
317 *:OS400:*:*)
318 echo powerpc-ibm-os400
319 exit ;;
320 arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*)
321 echo arm-acorn-riscix${UNAME_RELEASE}
322 exit ;;
323 arm*:riscos:*:*|arm*:RISCOS:*:*)
324 echo arm-unknown-riscos
325 exit ;;
326 SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*)
327 echo hppa1.1-hitachi-hiuxmpp
328 exit ;;
329 Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*)
330 # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE.
331 if test "`(/bin/universe) 2>/dev/null`" = att ; then
332 echo pyramid-pyramid-sysv3
333 else
334 echo pyramid-pyramid-bsd
335 fi
336 exit ;;
337 NILE*:*:*:dcosx)
338 echo pyramid-pyramid-svr4
339 exit ;;
340 DRS?6000:unix:4.0:6*)
341 echo sparc-icl-nx6
342 exit ;;
343 DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*)
344 case `/usr/bin/uname -p` in
345 sparc) echo sparc-icl-nx7; exit ;;
346 esac ;;
347 s390x:SunOS:*:*)
348 echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
349 exit ;;
350 sun4H:SunOS:5.*:*)
351 echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
352 exit ;;
353 sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
354 echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
355 exit ;;
356 i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*)
357 echo i386-pc-auroraux${UNAME_RELEASE}
358 exit ;;
359 i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
360 eval $set_cc_for_build
361 SUN_ARCH="i386"
362 # If there is a compiler, see if it is configured for 64-bit objects.
363 # Note that the Sun cc does not turn __LP64__ into 1 like gcc does.
364 # This test works for both compilers.
365 if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
366 if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \
367 (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
368 grep IS_64BIT_ARCH >/dev/null
369 then
370 SUN_ARCH="x86_64"
371 fi
372 fi
373 echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
374 exit ;;
375 sun4*:SunOS:6*:*)
376 # According to config.sub, this is the proper way to canonicalize
377 # SunOS6. Hard to guess exactly what SunOS6 will be like, but
378 # it's likely to be more like Solaris than SunOS4.
379 echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
380 exit ;;
381 sun4*:SunOS:*:*)
382 case "`/usr/bin/arch -k`" in
383 Series*|S4*)
384 UNAME_RELEASE=`uname -v`
385 ;;
386 esac
387 # Japanese Language versions have a version number like `4.1.3-JL'.
388 echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
389 exit ;;
390 sun3*:SunOS:*:*)
391 echo m68k-sun-sunos${UNAME_RELEASE}
392 exit ;;
393 sun*:*:4.2BSD:*)
394 UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
395 test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
396 case "`/bin/arch`" in
397 sun3)
398 echo m68k-sun-sunos${UNAME_RELEASE}
399 ;;
400 sun4)
401 echo sparc-sun-sunos${UNAME_RELEASE}
402 ;;
403 esac
404 exit ;;
405 aushp:SunOS:*:*)
406 echo sparc-auspex-sunos${UNAME_RELEASE}
407 exit ;;
408 # The situation for MiNT is a little confusing. The machine name
409 # can be virtually everything (everything which is not
410 # "atarist" or "atariste" at least should have a processor
411 # > m68000). The system name ranges from "MiNT" over "FreeMiNT"
412 # to the lowercase version "mint" (or "freemint"). Finally
413 # the system name "TOS" denotes a system which is actually not
414 # MiNT. But MiNT is downward compatible to TOS, so this should
415 # be no problem.
416 atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*)
417 echo m68k-atari-mint${UNAME_RELEASE}
418 exit ;;
419 atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*)
420 echo m68k-atari-mint${UNAME_RELEASE}
421 exit ;;
422 *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*)
423 echo m68k-atari-mint${UNAME_RELEASE}
424 exit ;;
425 milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*)
426 echo m68k-milan-mint${UNAME_RELEASE}
427 exit ;;
428 hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*)
429 echo m68k-hades-mint${UNAME_RELEASE}
430 exit ;;
431 *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*)
432 echo m68k-unknown-mint${UNAME_RELEASE}
433 exit ;;
434 m68k:machten:*:*)
435 echo m68k-apple-machten${UNAME_RELEASE}
436 exit ;;
437 powerpc:machten:*:*)
438 echo powerpc-apple-machten${UNAME_RELEASE}
439 exit ;;
440 RISC*:Mach:*:*)
441 echo mips-dec-mach_bsd4.3
442 exit ;;
443 RISC*:ULTRIX:*:*)
444 echo mips-dec-ultrix${UNAME_RELEASE}
445 exit ;;
446 VAX*:ULTRIX*:*:*)
447 echo vax-dec-ultrix${UNAME_RELEASE}
448 exit ;;
449 2020:CLIX:*:* | 2430:CLIX:*:*)
450 echo clipper-intergraph-clix${UNAME_RELEASE}
451 exit ;;
452 mips:*:*:UMIPS | mips:*:*:RISCos)
453 eval $set_cc_for_build
454 sed 's/^ //' << EOF >$dummy.c
455 #ifdef __cplusplus
456 #include <stdio.h> /* for printf() prototype */
457 int main (int argc, char *argv[]) {
458 #else
459 int main (argc, argv) int argc; char *argv[]; {
460 #endif
461 #if defined (host_mips) && defined (MIPSEB)
462 #if defined (SYSTYPE_SYSV)
463 printf ("mips-mips-riscos%ssysv\n", argv[1]); exit (0);
464 #endif
465 #if defined (SYSTYPE_SVR4)
466 printf ("mips-mips-riscos%ssvr4\n", argv[1]); exit (0);
467 #endif
468 #if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD)
469 printf ("mips-mips-riscos%sbsd\n", argv[1]); exit (0);
470 #endif
471 #endif
472 exit (-1);
473 }
474 EOF
475 $CC_FOR_BUILD -o $dummy $dummy.c &&
476 dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
477 SYSTEM_NAME=`$dummy $dummyarg` &&
478 { echo "$SYSTEM_NAME"; exit; }
479 echo mips-mips-riscos${UNAME_RELEASE}
480 exit ;;
481 Motorola:PowerMAX_OS:*:*)
482 echo powerpc-motorola-powermax
483 exit ;;
484 Motorola:*:4.3:PL8-*)
485 echo powerpc-harris-powermax
486 exit ;;
487 Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*)
488 echo powerpc-harris-powermax
489 exit ;;
490 Night_Hawk:Power_UNIX:*:*)
491 echo powerpc-harris-powerunix
492 exit ;;
493 m88k:CX/UX:7*:*)
494 echo m88k-harris-cxux7
495 exit ;;
496 m88k:*:4*:R4*)
497 echo m88k-motorola-sysv4
498 exit ;;
499 m88k:*:3*:R3*)
500 echo m88k-motorola-sysv3
501 exit ;;
502 AViiON:dgux:*:*)
503 # DG/UX returns AViiON for all architectures
504 UNAME_PROCESSOR=`/usr/bin/uname -p`
505 if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ]
506 then
507 if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \
508 [ ${TARGET_BINARY_INTERFACE}x = x ]
509 then
510 echo m88k-dg-dgux${UNAME_RELEASE}
511 else
512 echo m88k-dg-dguxbcs${UNAME_RELEASE}
513 fi
514 else
515 echo i586-dg-dgux${UNAME_RELEASE}
516 fi
517 exit ;;
518 M88*:DolphinOS:*:*) # DolphinOS (SVR3)
519 echo m88k-dolphin-sysv3
520 exit ;;
521 M88*:*:R3*:*)
522 # Delta 88k system running SVR3
523 echo m88k-motorola-sysv3
524 exit ;;
525 XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3)
526 echo m88k-tektronix-sysv3
527 exit ;;
528 Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD)
529 echo m68k-tektronix-bsd
530 exit ;;
531 *:IRIX*:*:*)
532 echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
533 exit ;;
534 ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX.
535 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id
536 exit ;; # Note that: echo "'`uname -s`'" gives 'AIX '
537 i*86:AIX:*:*)
538 echo i386-ibm-aix
539 exit ;;
540 ia64:AIX:*:*)
541 if [ -x /usr/bin/oslevel ] ; then
542 IBM_REV=`/usr/bin/oslevel`
543 else
544 IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE}
545 fi
546 echo ${UNAME_MACHINE}-ibm-aix${IBM_REV}
547 exit ;;
548 *:AIX:2:3)
549 if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then
550 eval $set_cc_for_build
551 sed 's/^ //' << EOF >$dummy.c
552 #include <sys/systemcfg.h>
553
554 main()
555 {
556 if (!__power_pc())
557 exit(1);
558 puts("powerpc-ibm-aix3.2.5");
559 exit(0);
560 }
561 EOF
562 if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
563 then
564 echo "$SYSTEM_NAME"
565 else
566 echo rs6000-ibm-aix3.2.5
567 fi
568 elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then
569 echo rs6000-ibm-aix3.2.4
570 else
571 echo rs6000-ibm-aix3.2
572 fi
573 exit ;;
574 *:AIX:*:[4567])
575 IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
576 if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
577 IBM_ARCH=rs6000
578 else
579 IBM_ARCH=powerpc
580 fi
581 if [ -x /usr/bin/lslpp ] ; then
582 IBM_REV=`/usr/bin/lslpp -Lqc bos.rte.libc |
583 awk -F: '{ print $3 }' | sed s/[0-9]*$/0/`
584 else
585 IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE}
586 fi
587 echo ${IBM_ARCH}-ibm-aix${IBM_REV}
588 exit ;;
589 *:AIX:*:*)
590 echo rs6000-ibm-aix
591 exit ;;
592 ibmrt:4.4BSD:*|romp-ibm:BSD:*)
593 echo romp-ibm-bsd4.4
594 exit ;;
595 ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and
596 echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to
597 exit ;; # report: romp-ibm BSD 4.3
598 *:BOSX:*:*)
599 echo rs6000-bull-bosx
600 exit ;;
601 DPX/2?00:B.O.S.:*:*)
602 echo m68k-bull-sysv3
603 exit ;;
604 9000/[34]??:4.3bsd:1.*:*)
605 echo m68k-hp-bsd
606 exit ;;
607 hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*)
608 echo m68k-hp-bsd4.4
609 exit ;;
610 9000/[34678]??:HP-UX:*:*)
611 HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
612 case "${UNAME_MACHINE}" in
613 9000/31? ) HP_ARCH=m68000 ;;
614 9000/[34]?? ) HP_ARCH=m68k ;;
615 9000/[678][0-9][0-9])
616 if [ -x /usr/bin/getconf ]; then
617 sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null`
618 sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null`
619 case "${sc_cpu_version}" in
620 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0
621 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1
622 532) # CPU_PA_RISC2_0
623 case "${sc_kernel_bits}" in
624 32) HP_ARCH="hppa2.0n" ;;
625 64) HP_ARCH="hppa2.0w" ;;
626 '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20
627 esac ;;
628 esac
629 fi
630 if [ "${HP_ARCH}" = "" ]; then
631 eval $set_cc_for_build
632 sed 's/^ //' << EOF >$dummy.c
633
634 #define _HPUX_SOURCE
635 #include <stdlib.h>
636 #include <unistd.h>
637
638 int main ()
639 {
640 #if defined(_SC_KERNEL_BITS)
641 long bits = sysconf(_SC_KERNEL_BITS);
642 #endif
643 long cpu = sysconf (_SC_CPU_VERSION);
644
645 switch (cpu)
646 {
647 case CPU_PA_RISC1_0: puts ("hppa1.0"); break;
648 case CPU_PA_RISC1_1: puts ("hppa1.1"); break;
649 case CPU_PA_RISC2_0:
650 #if defined(_SC_KERNEL_BITS)
651 switch (bits)
652 {
653 case 64: puts ("hppa2.0w"); break;
654 case 32: puts ("hppa2.0n"); break;
655 default: puts ("hppa2.0"); break;
656 } break;
657 #else /* !defined(_SC_KERNEL_BITS) */
658 puts ("hppa2.0"); break;
659 #endif
660 default: puts ("hppa1.0"); break;
661 }
662 exit (0);
663 }
664 EOF
665 (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
666 test -z "$HP_ARCH" && HP_ARCH=hppa
667 fi ;;
668 esac
669 if [ ${HP_ARCH} = "hppa2.0w" ]
670 then
671 eval $set_cc_for_build
672
673 # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating
674 # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler
675 # generating 64-bit code. GNU and HP use different nomenclature:
676 #
677 # $ CC_FOR_BUILD=cc ./config.guess
678 # => hppa2.0w-hp-hpux11.23
679 # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess
680 # => hppa64-hp-hpux11.23
681
682 if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) |
683 grep -q __LP64__
684 then
685 HP_ARCH="hppa2.0w"
686 else
687 HP_ARCH="hppa64"
688 fi
689 fi
690 echo ${HP_ARCH}-hp-hpux${HPUX_REV}
691 exit ;;
692 ia64:HP-UX:*:*)
693 HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
694 echo ia64-hp-hpux${HPUX_REV}
695 exit ;;
696 3050*:HI-UX:*:*)
697 eval $set_cc_for_build
698 sed 's/^ //' << EOF >$dummy.c
699 #include <unistd.h>
700 int
701 main ()
702 {
703 long cpu = sysconf (_SC_CPU_VERSION);
704 /* The order matters, because CPU_IS_HP_MC68K erroneously returns
705 true for CPU_PA_RISC1_0. CPU_IS_PA_RISC returns correct
706 results, however. */
707 if (CPU_IS_PA_RISC (cpu))
708 {
709 switch (cpu)
710 {
711 case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break;
712 case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break;
713 case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break;
714 default: puts ("hppa-hitachi-hiuxwe2"); break;
715 }
716 }
717 else if (CPU_IS_HP_MC68K (cpu))
718 puts ("m68k-hitachi-hiuxwe2");
719 else puts ("unknown-hitachi-hiuxwe2");
720 exit (0);
721 }
722 EOF
723 $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
724 { echo "$SYSTEM_NAME"; exit; }
725 echo unknown-hitachi-hiuxwe2
726 exit ;;
727 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* )
728 echo hppa1.1-hp-bsd
729 exit ;;
730 9000/8??:4.3bsd:*:*)
731 echo hppa1.0-hp-bsd
732 exit ;;
733 *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*)
734 echo hppa1.0-hp-mpeix
735 exit ;;
736 hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* )
737 echo hppa1.1-hp-osf
738 exit ;;
739 hp8??:OSF1:*:*)
740 echo hppa1.0-hp-osf
741 exit ;;
742 i*86:OSF1:*:*)
743 if [ -x /usr/sbin/sysversion ] ; then
744 echo ${UNAME_MACHINE}-unknown-osf1mk
745 else
746 echo ${UNAME_MACHINE}-unknown-osf1
747 fi
748 exit ;;
749 parisc*:Lites*:*:*)
750 echo hppa1.1-hp-lites
751 exit ;;
752 C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*)
753 echo c1-convex-bsd
754 exit ;;
755 C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*)
756 if getsysinfo -f scalar_acc
757 then echo c32-convex-bsd
758 else echo c2-convex-bsd
759 fi
760 exit ;;
761 C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*)
762 echo c34-convex-bsd
763 exit ;;
764 C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*)
765 echo c38-convex-bsd
766 exit ;;
767 C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*)
768 echo c4-convex-bsd
769 exit ;;
770 CRAY*Y-MP:*:*:*)
771 echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
772 exit ;;
773 CRAY*[A-Z]90:*:*:*)
774 echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \
775 | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \
776 -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \
777 -e 's/\.[^.]*$/.X/'
778 exit ;;
779 CRAY*TS:*:*:*)
780 echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
781 exit ;;
782 CRAY*T3E:*:*:*)
783 echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
784 exit ;;
785 CRAY*SV1:*:*:*)
786 echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
787 exit ;;
788 *:UNICOS/mp:*:*)
789 echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
790 exit ;;
791 F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*)
792 FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
793 FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
794 FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
795 echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
796 exit ;;
797 5000:UNIX_System_V:4.*:*)
798 FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
799 FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
800 echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
801 exit ;;
802 i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*)
803 echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE}
804 exit ;;
805 sparc*:BSD/OS:*:*)
806 echo sparc-unknown-bsdi${UNAME_RELEASE}
807 exit ;;
808 *:BSD/OS:*:*)
809 echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE}
810 exit ;;
811 *:FreeBSD:*:*)
812 UNAME_PROCESSOR=`/usr/bin/uname -p`
813 case ${UNAME_PROCESSOR} in
814 amd64)
815 echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
816 *)
817 echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
818 esac
819 exit ;;
820 i*:CYGWIN*:*)
821 echo ${UNAME_MACHINE}-pc-cygwin
822 exit ;;
823 *:MINGW64*:*)
824 echo ${UNAME_MACHINE}-pc-mingw64
825 exit ;;
826 *:MINGW*:*)
827 echo ${UNAME_MACHINE}-pc-mingw32
828 exit ;;
829 *:MSYS*:*)
830 echo ${UNAME_MACHINE}-pc-msys
831 exit ;;
832 i*:windows32*:*)
833 # uname -m includes "-pc" on this system.
834 echo ${UNAME_MACHINE}-mingw32
835 exit ;;
836 i*:PW*:*)
837 echo ${UNAME_MACHINE}-pc-pw32
838 exit ;;
839 *:Interix*:*)
840 case ${UNAME_MACHINE} in
841 x86)
842 echo i586-pc-interix${UNAME_RELEASE}
843 exit ;;
844 authenticamd | genuineintel | EM64T)
845 echo x86_64-unknown-interix${UNAME_RELEASE}
846 exit ;;
847 IA64)
848 echo ia64-unknown-interix${UNAME_RELEASE}
849 exit ;;
850 esac ;;
851 [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
852 echo i${UNAME_MACHINE}-pc-mks
853 exit ;;
854 8664:Windows_NT:*)
855 echo x86_64-pc-mks
856 exit ;;
857 i*:Windows_NT*:* | Pentium*:Windows_NT*:*)
858 # How do we know it's Interix rather than the generic POSIX subsystem?
859 # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we
860 # UNAME_MACHINE based on the output of uname instead of i386?
861 echo i586-pc-interix
862 exit ;;
863 i*:UWIN*:*)
864 echo ${UNAME_MACHINE}-pc-uwin
865 exit ;;
866 amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*)
867 echo x86_64-unknown-cygwin
868 exit ;;
869 p*:CYGWIN*:*)
870 echo powerpcle-unknown-cygwin
871 exit ;;
872 prep*:SunOS:5.*:*)
873 echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
874 exit ;;
875 *:GNU:*:*)
876 # the GNU system
877 echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
878 exit ;;
879 *:GNU/*:*:*)
880 # other systems with GNU libc and userland
881 echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
882 exit ;;
883 i*86:Minix:*:*)
884 echo ${UNAME_MACHINE}-pc-minix
885 exit ;;
886 aarch64:Linux:*:*)
887 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
888 exit ;;
889 aarch64_be:Linux:*:*)
890 UNAME_MACHINE=aarch64_be
891 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
892 exit ;;
893 alpha:Linux:*:*)
894 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
895 EV5) UNAME_MACHINE=alphaev5 ;;
896 EV56) UNAME_MACHINE=alphaev56 ;;
897 PCA56) UNAME_MACHINE=alphapca56 ;;
898 PCA57) UNAME_MACHINE=alphapca56 ;;
899 EV6) UNAME_MACHINE=alphaev6 ;;
900 EV67) UNAME_MACHINE=alphaev67 ;;
901 EV68*) UNAME_MACHINE=alphaev68 ;;
902 esac
903 objdump --private-headers /bin/sh | grep -q ld.so.1
904 if test "$?" = 0 ; then LIBC="gnulibc1" ; fi
905 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
906 exit ;;
907 arc:Linux:*:* | arceb:Linux:*:*)
908 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
909 exit ;;
910 arm*:Linux:*:*)
911 eval $set_cc_for_build
912 if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \
913 | grep -q __ARM_EABI__
914 then
915 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
916 else
917 if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \
918 | grep -q __ARM_PCS_VFP
919 then
920 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabi
921 else
922 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabihf
923 fi
924 fi
925 exit ;;
926 avr32*:Linux:*:*)
927 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
928 exit ;;
929 cris:Linux:*:*)
930 echo ${UNAME_MACHINE}-axis-linux-${LIBC}
931 exit ;;
932 crisv32:Linux:*:*)
933 echo ${UNAME_MACHINE}-axis-linux-${LIBC}
934 exit ;;
935 frv:Linux:*:*)
936 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
937 exit ;;
938 hexagon:Linux:*:*)
939 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
940 exit ;;
941 i*86:Linux:*:*)
942 echo ${UNAME_MACHINE}-pc-linux-${LIBC}
943 exit ;;
944 ia64:Linux:*:*)
945 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
946 exit ;;
947 m32r*:Linux:*:*)
948 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
949 exit ;;
950 m68*:Linux:*:*)
951 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
952 exit ;;
953 mips:Linux:*:* | mips64:Linux:*:*)
954 eval $set_cc_for_build
955 sed 's/^ //' << EOF >$dummy.c
956 #undef CPU
957 #undef ${UNAME_MACHINE}
958 #undef ${UNAME_MACHINE}el
959 #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL)
960 CPU=${UNAME_MACHINE}el
961 #else
962 #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB)
963 CPU=${UNAME_MACHINE}
964 #else
965 CPU=
966 #endif
967 #endif
968 EOF
969 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
970 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
971 ;;
972 openrisc*:Linux:*:*)
973 echo or1k-unknown-linux-${LIBC}
974 exit ;;
975 or32:Linux:*:* | or1k*:Linux:*:*)
976 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
977 exit ;;
978 padre:Linux:*:*)
979 echo sparc-unknown-linux-${LIBC}
980 exit ;;
981 parisc64:Linux:*:* | hppa64:Linux:*:*)
982 echo hppa64-unknown-linux-${LIBC}
983 exit ;;
984 parisc:Linux:*:* | hppa:Linux:*:*)
985 # Look for CPU level
986 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
987 PA7*) echo hppa1.1-unknown-linux-${LIBC} ;;
988 PA8*) echo hppa2.0-unknown-linux-${LIBC} ;;
989 *) echo hppa-unknown-linux-${LIBC} ;;
990 esac
991 exit ;;
992 ppc64:Linux:*:*)
993 echo powerpc64-unknown-linux-${LIBC}
994 exit ;;
995 ppc:Linux:*:*)
996 echo powerpc-unknown-linux-${LIBC}
997 exit ;;
998 ppc64le:Linux:*:*)
999 echo powerpc64le-unknown-linux-${LIBC}
1000 exit ;;
1001 ppcle:Linux:*:*)
1002 echo powerpcle-unknown-linux-${LIBC}
1003 exit ;;
1004 s390:Linux:*:* | s390x:Linux:*:*)
1005 echo ${UNAME_MACHINE}-ibm-linux-${LIBC}
1006 exit ;;
1007 sh64*:Linux:*:*)
1008 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
1009 exit ;;
1010 sh*:Linux:*:*)
1011 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
1012 exit ;;
1013 sparc:Linux:*:* | sparc64:Linux:*:*)
1014 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
1015 exit ;;
1016 tile*:Linux:*:*)
1017 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
1018 exit ;;
1019 vax:Linux:*:*)
1020 echo ${UNAME_MACHINE}-dec-linux-${LIBC}
1021 exit ;;
1022 x86_64:Linux:*:*)
1023 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
1024 exit ;;
1025 xtensa*:Linux:*:*)
1026 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
1027 exit ;;
1028 i*86:DYNIX/ptx:4*:*)
1029 # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there.
1030 # earlier versions are messed up and put the nodename in both
1031 # sysname and nodename.
1032 echo i386-sequent-sysv4
1033 exit ;;
1034 i*86:UNIX_SV:4.2MP:2.*)
1035 # Unixware is an offshoot of SVR4, but it has its own version
1036 # number series starting with 2...
1037 # I am not positive that other SVR4 systems won't match this,
1038 # I just have to hope. -- rms.
1039 # Use sysv4.2uw... so that sysv4* matches it.
1040 echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION}
1041 exit ;;
1042 i*86:OS/2:*:*)
1043 # If we were able to find `uname', then EMX Unix compatibility
1044 # is probably installed.
1045 echo ${UNAME_MACHINE}-pc-os2-emx
1046 exit ;;
1047 i*86:XTS-300:*:STOP)
1048 echo ${UNAME_MACHINE}-unknown-stop
1049 exit ;;
1050 i*86:atheos:*:*)
1051 echo ${UNAME_MACHINE}-unknown-atheos
1052 exit ;;
1053 i*86:syllable:*:*)
1054 echo ${UNAME_MACHINE}-pc-syllable
1055 exit ;;
1056 i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.[02]*:*)
1057 echo i386-unknown-lynxos${UNAME_RELEASE}
1058 exit ;;
1059 i*86:*DOS:*:*)
1060 echo ${UNAME_MACHINE}-pc-msdosdjgpp
1061 exit ;;
1062 i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
1063 UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
1064 if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
1065 echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL}
1066 else
1067 echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL}
1068 fi
1069 exit ;;
1070 i*86:*:5:[678]*)
1071 # UnixWare 7.x, OpenUNIX and OpenServer 6.
1072 case `/bin/uname -X | grep "^Machine"` in
1073 *486*) UNAME_MACHINE=i486 ;;
1074 *Pentium) UNAME_MACHINE=i586 ;;
1075 *Pent*|*Celeron) UNAME_MACHINE=i686 ;;
1076 esac
1077 echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION}
1078 exit ;;
1079 i*86:*:3.2:*)
1080 if test -f /usr/options/cb.name; then
1081 UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`
1082 echo ${UNAME_MACHINE}-pc-isc$UNAME_REL
1083 elif /bin/uname -X 2>/dev/null >/dev/null ; then
1084 UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')`
1085 (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486
1086 (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \
1087 && UNAME_MACHINE=i586
1088 (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \
1089 && UNAME_MACHINE=i686
1090 (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \
1091 && UNAME_MACHINE=i686
1092 echo ${UNAME_MACHINE}-pc-sco$UNAME_REL
1093 else
1094 echo ${UNAME_MACHINE}-pc-sysv32
1095 fi
1096 exit ;;
1097 pc:*:*:*)
1098 # Left here for compatibility:
1099 # uname -m prints for DJGPP always 'pc', but it prints nothing about
1100 # the processor, so we play safe by assuming i586.
1101 # Note: whatever this is, it MUST be the same as what config.sub
1102 # prints for the "djgpp" host, or else GDB configury will decide that
1103 # this is a cross-build.
1104 echo i586-pc-msdosdjgpp
1105 exit ;;
1106 Intel:Mach:3*:*)
1107 echo i386-pc-mach3
1108 exit ;;
1109 paragon:*:*:*)
1110 echo i860-intel-osf1
1111 exit ;;
1112 i860:*:4.*:*) # i860-SVR4
1113 if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then
1114 echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4
1115 else # Add other i860-SVR4 vendors below as they are discovered.
1116 echo i860-unknown-sysv${UNAME_RELEASE} # Unknown i860-SVR4
1117 fi
1118 exit ;;
1119 mini*:CTIX:SYS*5:*)
1120 # "miniframe"
1121 echo m68010-convergent-sysv
1122 exit ;;
1123 mc68k:UNIX:SYSTEM5:3.51m)
1124 echo m68k-convergent-sysv
1125 exit ;;
1126 M680?0:D-NIX:5.3:*)
1127 echo m68k-diab-dnix
1128 exit ;;
1129 M68*:*:R3V[5678]*:*)
1130 test -r /sysV68 && { echo 'm68k-motorola-sysv'; exit; } ;;
1131 3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0)
1132 OS_REL=''
1133 test -r /etc/.relid \
1134 && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid`
1135 /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
1136 && { echo i486-ncr-sysv4.3${OS_REL}; exit; }
1137 /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \
1138 && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;;
1139 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*)
1140 /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
1141 && { echo i486-ncr-sysv4; exit; } ;;
1142 NCR*:*:4.2:* | MPRAS*:*:4.2:*)
1143 OS_REL='.3'
1144 test -r /etc/.relid \
1145 && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid`
1146 /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
1147 && { echo i486-ncr-sysv4.3${OS_REL}; exit; }
1148 /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \
1149 && { echo i586-ncr-sysv4.3${OS_REL}; exit; }
1150 /bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \
1151 && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;;
1152 m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*)
1153 echo m68k-unknown-lynxos${UNAME_RELEASE}
1154 exit ;;
1155 mc68030:UNIX_System_V:4.*:*)
1156 echo m68k-atari-sysv4
1157 exit ;;
1158 TSUNAMI:LynxOS:2.*:*)
1159 echo sparc-unknown-lynxos${UNAME_RELEASE}
1160 exit ;;
1161 rs6000:LynxOS:2.*:*)
1162 echo rs6000-unknown-lynxos${UNAME_RELEASE}
1163 exit ;;
1164 PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.[02]*:*)
1165 echo powerpc-unknown-lynxos${UNAME_RELEASE}
1166 exit ;;
1167 SM[BE]S:UNIX_SV:*:*)
1168 echo mips-dde-sysv${UNAME_RELEASE}
1169 exit ;;
1170 RM*:ReliantUNIX-*:*:*)
1171 echo mips-sni-sysv4
1172 exit ;;
1173 RM*:SINIX-*:*:*)
1174 echo mips-sni-sysv4
1175 exit ;;
1176 *:SINIX-*:*:*)
1177 if uname -p 2>/dev/null >/dev/null ; then
1178 UNAME_MACHINE=`(uname -p) 2>/dev/null`
1179 echo ${UNAME_MACHINE}-sni-sysv4
1180 else
1181 echo ns32k-sni-sysv
1182 fi
1183 exit ;;
1184 PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort
1185 # says <Richard.M.Bartel@ccMail.Census.GOV>
1186 echo i586-unisys-sysv4
1187 exit ;;
1188 *:UNIX_System_V:4*:FTX*)
1189 # From Gerald Hewes <hewes@openmarket.com>.
1190 # How about differentiating between stratus architectures? -djm
1191 echo hppa1.1-stratus-sysv4
1192 exit ;;
1193 *:*:*:FTX*)
1194 # From seanf@swdc.stratus.com.
1195 echo i860-stratus-sysv4
1196 exit ;;
1197 i*86:VOS:*:*)
1198 # From Paul.Green@stratus.com.
1199 echo ${UNAME_MACHINE}-stratus-vos
1200 exit ;;
1201 *:VOS:*:*)
1202 # From Paul.Green@stratus.com.
1203 echo hppa1.1-stratus-vos
1204 exit ;;
1205 mc68*:A/UX:*:*)
1206 echo m68k-apple-aux${UNAME_RELEASE}
1207 exit ;;
1208 news*:NEWS-OS:6*:*)
1209 echo mips-sony-newsos6
1210 exit ;;
1211 R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*)
1212 if [ -d /usr/nec ]; then
1213 echo mips-nec-sysv${UNAME_RELEASE}
1214 else
1215 echo mips-unknown-sysv${UNAME_RELEASE}
1216 fi
1217 exit ;;
1218 BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only.
1219 echo powerpc-be-beos
1220 exit ;;
1221 BeMac:BeOS:*:*) # BeOS running on Mac or Mac clone, PPC only.
1222 echo powerpc-apple-beos
1223 exit ;;
1224 BePC:BeOS:*:*) # BeOS running on Intel PC compatible.
1225 echo i586-pc-beos
1226 exit ;;
1227 BePC:Haiku:*:*) # Haiku running on Intel PC compatible.
1228 echo i586-pc-haiku
1229 exit ;;
1230 x86_64:Haiku:*:*)
1231 echo x86_64-unknown-haiku
1232 exit ;;
1233 SX-4:SUPER-UX:*:*)
1234 echo sx4-nec-superux${UNAME_RELEASE}
1235 exit ;;
1236 SX-5:SUPER-UX:*:*)
1237 echo sx5-nec-superux${UNAME_RELEASE}
1238 exit ;;
1239 SX-6:SUPER-UX:*:*)
1240 echo sx6-nec-superux${UNAME_RELEASE}
1241 exit ;;
1242 SX-7:SUPER-UX:*:*)
1243 echo sx7-nec-superux${UNAME_RELEASE}
1244 exit ;;
1245 SX-8:SUPER-UX:*:*)
1246 echo sx8-nec-superux${UNAME_RELEASE}
1247 exit ;;
1248 SX-8R:SUPER-UX:*:*)
1249 echo sx8r-nec-superux${UNAME_RELEASE}
1250 exit ;;
1251 Power*:Rhapsody:*:*)
1252 echo powerpc-apple-rhapsody${UNAME_RELEASE}
1253 exit ;;
1254 *:Rhapsody:*:*)
1255 echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE}
1256 exit ;;
1257 *:Darwin:*:*)
1258 UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown
1259 eval $set_cc_for_build
1260 if test "$UNAME_PROCESSOR" = unknown ; then
1261 UNAME_PROCESSOR=powerpc
1262 fi
1263 if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
1264 if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
1265 if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \
1266 (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
1267 grep IS_64BIT_ARCH >/dev/null
1268 then
1269 case $UNAME_PROCESSOR in
1270 i386) UNAME_PROCESSOR=x86_64 ;;
1271 powerpc) UNAME_PROCESSOR=powerpc64 ;;
1272 esac
1273 fi
1274 fi
1275 elif test "$UNAME_PROCESSOR" = i386 ; then
1276 # Avoid executing cc on OS X 10.9, as it ships with a stub
1277 # that puts up a graphical alert prompting to install
1278 # developer tools. Any system running Mac OS X 10.7 or
1279 # later (Darwin 11 and later) is required to have a 64-bit
1280 # processor. This is not true of the ARM version of Darwin
1281 # that Apple uses in portable devices.
1282 UNAME_PROCESSOR=x86_64
1283 fi
1284 echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
1285 exit ;;
1286 *:procnto*:*:* | *:QNX:[0123456789]*:*)
1287 UNAME_PROCESSOR=`uname -p`
1288 if test "$UNAME_PROCESSOR" = "x86"; then
1289 UNAME_PROCESSOR=i386
1290 UNAME_MACHINE=pc
1291 fi
1292 echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE}
1293 exit ;;
1294 *:QNX:*:4*)
1295 echo i386-pc-qnx
1296 exit ;;
1297 NEO-?:NONSTOP_KERNEL:*:*)
1298 echo neo-tandem-nsk${UNAME_RELEASE}
1299 exit ;;
1300 NSE-*:NONSTOP_KERNEL:*:*)
1301 echo nse-tandem-nsk${UNAME_RELEASE}
1302 exit ;;
1303 NSR-?:NONSTOP_KERNEL:*:*)
1304 echo nsr-tandem-nsk${UNAME_RELEASE}
1305 exit ;;
1306 *:NonStop-UX:*:*)
1307 echo mips-compaq-nonstopux
1308 exit ;;
1309 BS2000:POSIX*:*:*)
1310 echo bs2000-siemens-sysv
1311 exit ;;
1312 DS/*:UNIX_System_V:*:*)
1313 echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE}
1314 exit ;;
1315 *:Plan9:*:*)
1316 # "uname -m" is not consistent, so use $cputype instead. 386
1317 # is converted to i386 for consistency with other x86
1318 # operating systems.
1319 if test "$cputype" = "386"; then
1320 UNAME_MACHINE=i386
1321 else
1322 UNAME_MACHINE="$cputype"
1323 fi
1324 echo ${UNAME_MACHINE}-unknown-plan9
1325 exit ;;
1326 *:TOPS-10:*:*)
1327 echo pdp10-unknown-tops10
1328 exit ;;
1329 *:TENEX:*:*)
1330 echo pdp10-unknown-tenex
1331 exit ;;
1332 KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*)
1333 echo pdp10-dec-tops20
1334 exit ;;
1335 XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*)
1336 echo pdp10-xkl-tops20
1337 exit ;;
1338 *:TOPS-20:*:*)
1339 echo pdp10-unknown-tops20
1340 exit ;;
1341 *:ITS:*:*)
1342 echo pdp10-unknown-its
1343 exit ;;
1344 SEI:*:*:SEIUX)
1345 echo mips-sei-seiux${UNAME_RELEASE}
1346 exit ;;
1347 *:DragonFly:*:*)
1348 echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
1349 exit ;;
1350 *:*VMS:*:*)
1351 UNAME_MACHINE=`(uname -p) 2>/dev/null`
1352 case "${UNAME_MACHINE}" in
1353 A*) echo alpha-dec-vms ; exit ;;
1354 I*) echo ia64-dec-vms ; exit ;;
1355 V*) echo vax-dec-vms ; exit ;;
1356 esac ;;
1357 *:XENIX:*:SysV)
1358 echo i386-pc-xenix
1359 exit ;;
1360 i*86:skyos:*:*)
1361 echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
1362 exit ;;
1363 i*86:rdos:*:*)
1364 echo ${UNAME_MACHINE}-pc-rdos
1365 exit ;;
1366 i*86:AROS:*:*)
1367 echo ${UNAME_MACHINE}-pc-aros
1368 exit ;;
1369 x86_64:VMkernel:*:*)
1370 echo ${UNAME_MACHINE}-unknown-esx
1371 exit ;;
1372 esac
1373
1374 cat >&2 <<EOF
1375 $0: unable to guess system type
1376
1377 This script, last modified $timestamp, has failed to recognize
1378 the operating system you are using. It is advised that you
1379 download the most up to date version of the config scripts from
1380
1381 http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
1382 and
1383 http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
1384
1385 If the version you run ($0) is already up to date, please
1386 send the following data and any information you think might be
1387 pertinent to <config-patches@gnu.org> in order to provide the needed
1388 information to handle your system.
1389
1390 config.guess timestamp = $timestamp
1391
1392 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1393 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1394 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1395 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1396
1397 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null`
1398 /bin/uname -X = `(/bin/uname -X) 2>/dev/null`
1399
1400 hostinfo = `(hostinfo) 2>/dev/null`
1401 /bin/universe = `(/bin/universe) 2>/dev/null`
1402 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null`
1403 /bin/arch = `(/bin/arch) 2>/dev/null`
1404 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null`
1405 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null`
1406
1407 UNAME_MACHINE = ${UNAME_MACHINE}
1408 UNAME_RELEASE = ${UNAME_RELEASE}
1409 UNAME_SYSTEM = ${UNAME_SYSTEM}
1410 UNAME_VERSION = ${UNAME_VERSION}
1411 EOF
1412
1413 exit 1
1414
1415 # Local variables:
1416 # eval: (add-hook 'write-file-hooks 'time-stamp)
1417 # time-stamp-start: "timestamp='"
1418 # time-stamp-format: "%:y-%02m-%02d"
1419 # time-stamp-end: "'"
1420 # End:
0 /* config.h.in. Generated from configure.ac by autoheader. */
1
2 /* Group for running the avahi-autoipd daemon */
3 #undef AVAHI_AUTOIPD_GROUP
4
5 /* User for running the avahi-autoipd daemon */
6 #undef AVAHI_AUTOIPD_USER
7
8 /* Group for Avahi */
9 #undef AVAHI_GROUP
10
11 /* Privileged access group for Avahi clients */
12 #undef AVAHI_PRIV_ACCESS_GROUP
13
14 /* User for running the Avahi daemon */
15 #undef AVAHI_USER
16
17 /* Enable chroot() usage */
18 #undef ENABLE_CHROOT
19
20 /* always defined to indicate that i18n is enabled */
21 #undef ENABLE_NLS
22
23 /* Define if SSP C support is enabled. */
24 #undef ENABLE_SSP_CC
25
26 /* Define if SSP C++ support is enabled. */
27 #undef ENABLE_SSP_CXX
28
29 /* Gettext package */
30 #undef GETTEXT_PACKAGE
31
32 /* Define to 1 if you have the <arpa/inet.h> header file. */
33 #undef HAVE_ARPA_INET_H
34
35 /* Define to 1 if you have the `bind_textdomain_codeset' function. */
36 #undef HAVE_BIND_TEXTDOMAIN_CODESET
37
38 /* Define to 1 if you have the <bsdxml.h> header file. */
39 #undef HAVE_BSDXML_H
40
41 /* Define to 1 if your system has a working `chown' function. */
42 #undef HAVE_CHOWN
43
44 /* Define to 1 if you have the `chroot' function. */
45 #undef HAVE_CHROOT
46
47 /* Support for DBM */
48 #undef HAVE_DBM
49
50 /* Whether we have D-Bus or not */
51 #undef HAVE_DBUS
52
53 /* Define to 1 if you have the `dbus_bus_get_private' function. */
54 #undef HAVE_DBUS_BUS_GET_PRIVATE
55
56 /* Define to 1 if you have the `dbus_connection_close' function. */
57 #undef HAVE_DBUS_CONNECTION_CLOSE
58
59 /* Define to 1 if you have the `dcgettext' function. */
60 #undef HAVE_DCGETTEXT
61
62 /* Define to 1 if you have the declaration of `environ', and to 0 if you
63 don't. */
64 #undef HAVE_DECL_ENVIRON
65
66 /* Define to 1 if you have the <dlfcn.h> header file. */
67 #undef HAVE_DLFCN_H
68
69 /* Have dlopen() */
70 #undef HAVE_DLOPEN
71
72 /* Define to 1 if you have the <expat.h> header file. */
73 #undef HAVE_EXPAT_H
74
75 /* Define to 1 if you have the <fcntl.h> header file. */
76 #undef HAVE_FCNTL_H
77
78 /* Define if you have gcc -fvisibility=hidden support */
79 #undef HAVE_GCC_VISIBILITY
80
81 /* Support for GDBM */
82 #undef HAVE_GDBM
83
84 /* Define to 1 if you have the <gdbm.h> header file. */
85 #undef HAVE_GDBM_H
86
87 /* Define to 1 if you have the `gethostbyname' function. */
88 #undef HAVE_GETHOSTBYNAME
89
90 /* Define to 1 if you have the `gethostname' function. */
91 #undef HAVE_GETHOSTNAME
92
93 /* Define to 1 if you have the `getprogname' function. */
94 #undef HAVE_GETPROGNAME
95
96 /* Define if the GNU gettext() function is already present or preinstalled. */
97 #undef HAVE_GETTEXT
98
99 /* Define to 1 if you have the `gettimeofday' function. */
100 #undef HAVE_GETTIMEOFDAY
101
102 /* Enable Linux inotify() usage */
103 #undef HAVE_INOTIFY
104
105 /* Define to 1 if you have the <inttypes.h> header file. */
106 #undef HAVE_INTTYPES_H
107
108 /* Enable BSD kqueue() usage */
109 #undef HAVE_KQUEUE
110
111 /* Define if your <locale.h> file defines LC_MESSAGES. */
112 #undef HAVE_LC_MESSAGES
113
114 /* Define to 1 if you have the <limits.h> header file. */
115 #undef HAVE_LIMITS_H
116
117 /* Define to 1 if you have the <locale.h> header file. */
118 #undef HAVE_LOCALE_H
119
120 /* Define to 1 if you have the `memchr' function. */
121 #undef HAVE_MEMCHR
122
123 /* Define to 1 if you have the `memmove' function. */
124 #undef HAVE_MEMMOVE
125
126 /* Define to 1 if you have the <memory.h> header file. */
127 #undef HAVE_MEMORY_H
128
129 /* Define to 1 if you have the `memset' function. */
130 #undef HAVE_MEMSET
131
132 /* Define to 1 if you have the `mkdir' function. */
133 #undef HAVE_MKDIR
134
135 /* Define to 1 if you have the <ndbm.h> header file. */
136 #undef HAVE_NDBM_H
137
138 /* Define to 1 if you have the <netdb.h> header file. */
139 #undef HAVE_NETDB_H
140
141 /* Define to 1 if you have the <netinet/in.h> header file. */
142 #undef HAVE_NETINET_IN_H
143
144 /* Support for Linux netlink */
145 #undef HAVE_NETLINK
146
147 /* Support for PF_ROUTE */
148 #undef HAVE_PF_ROUTE
149
150 /* Define if you have POSIX threads libraries and header files. */
151 #undef HAVE_PTHREAD
152
153 /* Define to 1 if you have the `putenv' function. */
154 #undef HAVE_PUTENV
155
156 /* Define to 1 if you have the `select' function. */
157 #undef HAVE_SELECT
158
159 /* Define to 1 if you have the `setegid' function. */
160 #undef HAVE_SETEGID
161
162 /* Define to 1 if you have the `seteuid' function. */
163 #undef HAVE_SETEUID
164
165 /* Define to 1 if you have the `setproctitle' function. */
166 #undef HAVE_SETPROCTITLE
167
168 /* Define to 1 if you have the `setregid' function. */
169 #undef HAVE_SETREGID
170
171 /* Define to 1 if you have the `setresgid' function. */
172 #undef HAVE_SETRESGID
173
174 /* Define to 1 if you have the `setresuid' function. */
175 #undef HAVE_SETRESUID
176
177 /* Define to 1 if you have the `setreuid' function. */
178 #undef HAVE_SETREUID
179
180 /* Define to 1 if you have the `socket' function. */
181 #undef HAVE_SOCKET
182
183 /* Define to 1 if `stat' has the bug that it succeeds when given the
184 zero-length file name argument. */
185 #undef HAVE_STAT_EMPTY_STRING_BUG
186
187 /* Define to 1 if stdbool.h conforms to C99. */
188 #undef HAVE_STDBOOL_H
189
190 /* Define to 1 if you have the <stdint.h> header file. */
191 #undef HAVE_STDINT_H
192
193 /* Define to 1 if you have the <stdlib.h> header file. */
194 #undef HAVE_STDLIB_H
195
196 /* Define to 1 if you have the `strcasecmp' function. */
197 #undef HAVE_STRCASECMP
198
199 /* Define to 1 if you have the `strchr' function. */
200 #undef HAVE_STRCHR
201
202 /* Define to 1 if you have the `strcspn' function. */
203 #undef HAVE_STRCSPN
204
205 /* Define to 1 if you have the `strdup' function. */
206 #undef HAVE_STRDUP
207
208 /* Define to 1 if you have the `strerror' function. */
209 #undef HAVE_STRERROR
210
211 /* Define to 1 if you have the <strings.h> header file. */
212 #undef HAVE_STRINGS_H
213
214 /* Define to 1 if you have the <string.h> header file. */
215 #undef HAVE_STRING_H
216
217 /* Define to 1 if you have the `strlcpy' function. */
218 #undef HAVE_STRLCPY
219
220 /* Define to 1 if you have the `strncasecmp' function. */
221 #undef HAVE_STRNCASECMP
222
223 /* Define to 1 if you have the `strrchr' function. */
224 #undef HAVE_STRRCHR
225
226 /* Define to 1 if you have the `strspn' function. */
227 #undef HAVE_STRSPN
228
229 /* Define to 1 if you have the `strstr' function. */
230 #undef HAVE_STRSTR
231
232 /* Support for struct ip_mreq */
233 #undef HAVE_STRUCT_IP_MREQ
234
235 /* Support for struct ip_mreqn */
236 #undef HAVE_STRUCT_IP_MREQN
237
238 /* Define if there is a struct lifconf. */
239 #undef HAVE_STRUCT_LIFCONF
240
241 /* Define to 1 if you have the <syslog.h> header file. */
242 #undef HAVE_SYSLOG_H
243
244 /* Define to 1 if you have the <sys/capability.h> header file. */
245 #undef HAVE_SYS_CAPABILITY_H
246
247 /* Support for sys/filio.h */
248 #undef HAVE_SYS_FILIO_H
249
250 /* Define to 1 if you have the <sys/inotify.h> header file. */
251 #undef HAVE_SYS_INOTIFY_H
252
253 /* Define to 1 if you have the <sys/ioctl.h> header file. */
254 #undef HAVE_SYS_IOCTL_H
255
256 /* Define to 1 if you have the <sys/prctl.h> header file. */
257 #undef HAVE_SYS_PRCTL_H
258
259 /* Define to 1 if you have the <sys/select.h> header file. */
260 #undef HAVE_SYS_SELECT_H
261
262 /* Define to 1 if you have the <sys/socket.h> header file. */
263 #undef HAVE_SYS_SOCKET_H
264
265 /* Define to 1 if you have the <sys/stat.h> header file. */
266 #undef HAVE_SYS_STAT_H
267
268 /* Support for sys/sysctl.h */
269 #undef HAVE_SYS_SYSCTL_H
270
271 /* Define to 1 if you have the <sys/time.h> header file. */
272 #undef HAVE_SYS_TIME_H
273
274 /* Define to 1 if you have the <sys/types.h> header file. */
275 #undef HAVE_SYS_TYPES_H
276
277 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
278 #undef HAVE_SYS_WAIT_H
279
280 /* Define to 1 if you have the `uname' function. */
281 #undef HAVE_UNAME
282
283 /* Define to 1 if you have the <unistd.h> header file. */
284 #undef HAVE_UNISTD_H
285
286 /* Support for visibility hidden */
287 #undef HAVE_VISIBILITY_HIDDEN
288
289 /* Define to 1 if the system has the type `_Bool'. */
290 #undef HAVE__BOOL
291
292 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
293 slash. */
294 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
295
296 /* Define to the sub-directory where libtool stores uninstalled libraries. */
297 #undef LT_OBJDIR
298
299 /* Name of package */
300 #undef PACKAGE
301
302 /* Define to the address where bug reports for this package should be sent. */
303 #undef PACKAGE_BUGREPORT
304
305 /* Define to the full name of this package. */
306 #undef PACKAGE_NAME
307
308 /* Define to the full name and version of this package. */
309 #undef PACKAGE_STRING
310
311 /* Define to the one symbol short name of this package. */
312 #undef PACKAGE_TARNAME
313
314 /* Define to the home page for this package. */
315 #undef PACKAGE_URL
316
317 /* Define to the version of this package. */
318 #undef PACKAGE_VERSION
319
320 /* Define to necessary symbol if this constant uses a non-standard name on
321 your system. */
322 #undef PTHREAD_CREATE_JOINABLE
323
324 /* Define to the type of arg 1 for `select'. */
325 #undef SELECT_TYPE_ARG1
326
327 /* Define to the type of args 2, 3 and 4 for `select'. */
328 #undef SELECT_TYPE_ARG234
329
330 /* Define to the type of arg 5 for `select'. */
331 #undef SELECT_TYPE_ARG5
332
333 /* Define to 1 if you have the ANSI C header files. */
334 #undef STDC_HEADERS
335
336 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
337 #undef TIME_WITH_SYS_TIME
338
339 /* Enable extensions on AIX 3, Interix. */
340 #ifndef _ALL_SOURCE
341 # undef _ALL_SOURCE
342 #endif
343 /* Enable GNU extensions on systems that have them. */
344 #ifndef _GNU_SOURCE
345 # undef _GNU_SOURCE
346 #endif
347 /* Enable threading extensions on Solaris. */
348 #ifndef _POSIX_PTHREAD_SEMANTICS
349 # undef _POSIX_PTHREAD_SEMANTICS
350 #endif
351 /* Enable extensions on HP NonStop. */
352 #ifndef _TANDEM_SOURCE
353 # undef _TANDEM_SOURCE
354 #endif
355 /* Enable general extensions on Solaris. */
356 #ifndef __EXTENSIONS__
357 # undef __EXTENSIONS__
358 #endif
359
360
361 /* Version number of package */
362 #undef VERSION
363
364 /* Define to 1 if on MINIX. */
365 #undef _MINIX
366
367 /* Define to 2 if the system does not provide POSIX.1 features except with
368 this defined. */
369 #undef _POSIX_1_SOURCE
370
371 /* Define to 1 if you need to in order for `stat' and other things to work. */
372 #undef _POSIX_SOURCE
373
374 /* Define to empty if `const' does not conform to ANSI C. */
375 #undef const
376
377 /* Define to `int' if <sys/types.h> doesn't define. */
378 #undef gid_t
379
380 /* Define to `int' if <sys/types.h> does not define. */
381 #undef mode_t
382
383 /* Define to `int' if <sys/types.h> does not define. */
384 #undef pid_t
385
386 /* Define to `unsigned int' if <sys/types.h> does not define. */
387 #undef size_t
388
389 /* Define to `int' if <sys/types.h> doesn't define. */
390 #undef uid_t
0 #! /bin/sh
1 # Output a system dependent set of variables, describing how to set the
2 # run time search path of shared libraries in an executable.
3 #
4 # Copyright 1996-2015 Free Software Foundation, Inc.
5 # Taken from GNU libtool, 2001
6 # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
7 #
8 # This file is free software; the Free Software Foundation gives
9 # unlimited permission to copy and/or distribute it, with or without
10 # modifications, as long as this notice is preserved.
11 #
12 # The first argument passed to this file is the canonical host specification,
13 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
14 # or
15 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM
16 # The environment variables CC, GCC, LDFLAGS, LD, with_gnu_ld
17 # should be set by the caller.
18 #
19 # The set of defined variables is at the end of this script.
20
21 # Known limitations:
22 # - On IRIX 6.5 with CC="cc", the run time search patch must not be longer
23 # than 256 bytes, otherwise the compiler driver will dump core. The only
24 # known workaround is to choose shorter directory names for the build
25 # directory and/or the installation directory.
26
27 # All known linkers require a '.a' archive for static linking (except MSVC,
28 # which needs '.lib').
29 libext=a
30 shrext=.so
31
32 host="$1"
33 host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
34 host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
35 host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
36
37 # Code taken from libtool.m4's _LT_CC_BASENAME.
38
39 for cc_temp in $CC""; do
40 case $cc_temp in
41 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
42 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
43 \-*) ;;
44 *) break;;
45 esac
46 done
47 cc_basename=`echo "$cc_temp" | sed -e 's%^.*/%%'`
48
49 # Code taken from libtool.m4's _LT_COMPILER_PIC.
50
51 wl=
52 if test "$GCC" = yes; then
53 wl='-Wl,'
54 else
55 case "$host_os" in
56 aix*)
57 wl='-Wl,'
58 ;;
59 mingw* | cygwin* | pw32* | os2* | cegcc*)
60 ;;
61 hpux9* | hpux10* | hpux11*)
62 wl='-Wl,'
63 ;;
64 irix5* | irix6* | nonstopux*)
65 wl='-Wl,'
66 ;;
67 linux* | k*bsd*-gnu | kopensolaris*-gnu)
68 case $cc_basename in
69 ecc*)
70 wl='-Wl,'
71 ;;
72 icc* | ifort*)
73 wl='-Wl,'
74 ;;
75 lf95*)
76 wl='-Wl,'
77 ;;
78 nagfor*)
79 wl='-Wl,-Wl,,'
80 ;;
81 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
82 wl='-Wl,'
83 ;;
84 ccc*)
85 wl='-Wl,'
86 ;;
87 xl* | bgxl* | bgf* | mpixl*)
88 wl='-Wl,'
89 ;;
90 como)
91 wl='-lopt='
92 ;;
93 *)
94 case `$CC -V 2>&1 | sed 5q` in
95 *Sun\ F* | *Sun*Fortran*)
96 wl=
97 ;;
98 *Sun\ C*)
99 wl='-Wl,'
100 ;;
101 esac
102 ;;
103 esac
104 ;;
105 newsos6)
106 ;;
107 *nto* | *qnx*)
108 ;;
109 osf3* | osf4* | osf5*)
110 wl='-Wl,'
111 ;;
112 rdos*)
113 ;;
114 solaris*)
115 case $cc_basename in
116 f77* | f90* | f95* | sunf77* | sunf90* | sunf95*)
117 wl='-Qoption ld '
118 ;;
119 *)
120 wl='-Wl,'
121 ;;
122 esac
123 ;;
124 sunos4*)
125 wl='-Qoption ld '
126 ;;
127 sysv4 | sysv4.2uw2* | sysv4.3*)
128 wl='-Wl,'
129 ;;
130 sysv4*MP*)
131 ;;
132 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
133 wl='-Wl,'
134 ;;
135 unicos*)
136 wl='-Wl,'
137 ;;
138 uts4*)
139 ;;
140 esac
141 fi
142
143 # Code taken from libtool.m4's _LT_LINKER_SHLIBS.
144
145 hardcode_libdir_flag_spec=
146 hardcode_libdir_separator=
147 hardcode_direct=no
148 hardcode_minus_L=no
149
150 case "$host_os" in
151 cygwin* | mingw* | pw32* | cegcc*)
152 # FIXME: the MSVC++ port hasn't been tested in a loooong time
153 # When not using gcc, we currently assume that we are using
154 # Microsoft Visual C++.
155 if test "$GCC" != yes; then
156 with_gnu_ld=no
157 fi
158 ;;
159 interix*)
160 # we just hope/assume this is gcc and not c89 (= MSVC++)
161 with_gnu_ld=yes
162 ;;
163 openbsd*)
164 with_gnu_ld=no
165 ;;
166 esac
167
168 ld_shlibs=yes
169 if test "$with_gnu_ld" = yes; then
170 # Set some defaults for GNU ld with shared library support. These
171 # are reset later if shared libraries are not supported. Putting them
172 # here allows them to be overridden if necessary.
173 # Unlike libtool, we use -rpath here, not --rpath, since the documented
174 # option of GNU ld is called -rpath, not --rpath.
175 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
176 case "$host_os" in
177 aix[3-9]*)
178 # On AIX/PPC, the GNU linker is very broken
179 if test "$host_cpu" != ia64; then
180 ld_shlibs=no
181 fi
182 ;;
183 amigaos*)
184 case "$host_cpu" in
185 powerpc)
186 ;;
187 m68k)
188 hardcode_libdir_flag_spec='-L$libdir'
189 hardcode_minus_L=yes
190 ;;
191 esac
192 ;;
193 beos*)
194 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
195 :
196 else
197 ld_shlibs=no
198 fi
199 ;;
200 cygwin* | mingw* | pw32* | cegcc*)
201 # hardcode_libdir_flag_spec is actually meaningless, as there is
202 # no search path for DLLs.
203 hardcode_libdir_flag_spec='-L$libdir'
204 if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
205 :
206 else
207 ld_shlibs=no
208 fi
209 ;;
210 haiku*)
211 ;;
212 interix[3-9]*)
213 hardcode_direct=no
214 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
215 ;;
216 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
217 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
218 :
219 else
220 ld_shlibs=no
221 fi
222 ;;
223 netbsd*)
224 ;;
225 solaris*)
226 if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
227 ld_shlibs=no
228 elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
229 :
230 else
231 ld_shlibs=no
232 fi
233 ;;
234 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
235 case `$LD -v 2>&1` in
236 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
237 ld_shlibs=no
238 ;;
239 *)
240 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
241 hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
242 else
243 ld_shlibs=no
244 fi
245 ;;
246 esac
247 ;;
248 sunos4*)
249 hardcode_direct=yes
250 ;;
251 *)
252 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
253 :
254 else
255 ld_shlibs=no
256 fi
257 ;;
258 esac
259 if test "$ld_shlibs" = no; then
260 hardcode_libdir_flag_spec=
261 fi
262 else
263 case "$host_os" in
264 aix3*)
265 # Note: this linker hardcodes the directories in LIBPATH if there
266 # are no directories specified by -L.
267 hardcode_minus_L=yes
268 if test "$GCC" = yes; then
269 # Neither direct hardcoding nor static linking is supported with a
270 # broken collect2.
271 hardcode_direct=unsupported
272 fi
273 ;;
274 aix[4-9]*)
275 if test "$host_cpu" = ia64; then
276 # On IA64, the linker does run time linking by default, so we don't
277 # have to do anything special.
278 aix_use_runtimelinking=no
279 else
280 aix_use_runtimelinking=no
281 # Test if we are trying to use run time linking or normal
282 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
283 # need to do runtime linking.
284 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
285 for ld_flag in $LDFLAGS; do
286 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
287 aix_use_runtimelinking=yes
288 break
289 fi
290 done
291 ;;
292 esac
293 fi
294 hardcode_direct=yes
295 hardcode_libdir_separator=':'
296 if test "$GCC" = yes; then
297 case $host_os in aix4.[012]|aix4.[012].*)
298 collect2name=`${CC} -print-prog-name=collect2`
299 if test -f "$collect2name" && \
300 strings "$collect2name" | grep resolve_lib_name >/dev/null
301 then
302 # We have reworked collect2
303 :
304 else
305 # We have old collect2
306 hardcode_direct=unsupported
307 hardcode_minus_L=yes
308 hardcode_libdir_flag_spec='-L$libdir'
309 hardcode_libdir_separator=
310 fi
311 ;;
312 esac
313 fi
314 # Begin _LT_AC_SYS_LIBPATH_AIX.
315 echo 'int main () { return 0; }' > conftest.c
316 ${CC} ${LDFLAGS} conftest.c -o conftest
317 aix_libpath=`dump -H conftest 2>/dev/null | sed -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }
318 }'`
319 if test -z "$aix_libpath"; then
320 aix_libpath=`dump -HX64 conftest 2>/dev/null | sed -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }
321 }'`
322 fi
323 if test -z "$aix_libpath"; then
324 aix_libpath="/usr/lib:/lib"
325 fi
326 rm -f conftest.c conftest
327 # End _LT_AC_SYS_LIBPATH_AIX.
328 if test "$aix_use_runtimelinking" = yes; then
329 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
330 else
331 if test "$host_cpu" = ia64; then
332 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
333 else
334 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
335 fi
336 fi
337 ;;
338 amigaos*)
339 case "$host_cpu" in
340 powerpc)
341 ;;
342 m68k)
343 hardcode_libdir_flag_spec='-L$libdir'
344 hardcode_minus_L=yes
345 ;;
346 esac
347 ;;
348 bsdi[45]*)
349 ;;
350 cygwin* | mingw* | pw32* | cegcc*)
351 # When not using gcc, we currently assume that we are using
352 # Microsoft Visual C++.
353 # hardcode_libdir_flag_spec is actually meaningless, as there is
354 # no search path for DLLs.
355 hardcode_libdir_flag_spec=' '
356 libext=lib
357 ;;
358 darwin* | rhapsody*)
359 hardcode_direct=no
360 if { case $cc_basename in ifort*) true;; *) test "$GCC" = yes;; esac; }; then
361 :
362 else
363 ld_shlibs=no
364 fi
365 ;;
366 dgux*)
367 hardcode_libdir_flag_spec='-L$libdir'
368 ;;
369 freebsd2.[01]*)
370 hardcode_direct=yes
371 hardcode_minus_L=yes
372 ;;
373 freebsd* | dragonfly*)
374 hardcode_libdir_flag_spec='-R$libdir'
375 hardcode_direct=yes
376 ;;
377 hpux9*)
378 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
379 hardcode_libdir_separator=:
380 hardcode_direct=yes
381 # hardcode_minus_L: Not really in the search PATH,
382 # but as the default location of the library.
383 hardcode_minus_L=yes
384 ;;
385 hpux10*)
386 if test "$with_gnu_ld" = no; then
387 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
388 hardcode_libdir_separator=:
389 hardcode_direct=yes
390 # hardcode_minus_L: Not really in the search PATH,
391 # but as the default location of the library.
392 hardcode_minus_L=yes
393 fi
394 ;;
395 hpux11*)
396 if test "$with_gnu_ld" = no; then
397 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
398 hardcode_libdir_separator=:
399 case $host_cpu in
400 hppa*64*|ia64*)
401 hardcode_direct=no
402 ;;
403 *)
404 hardcode_direct=yes
405 # hardcode_minus_L: Not really in the search PATH,
406 # but as the default location of the library.
407 hardcode_minus_L=yes
408 ;;
409 esac
410 fi
411 ;;
412 irix5* | irix6* | nonstopux*)
413 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
414 hardcode_libdir_separator=:
415 ;;
416 netbsd*)
417 hardcode_libdir_flag_spec='-R$libdir'
418 hardcode_direct=yes
419 ;;
420 newsos6)
421 hardcode_direct=yes
422 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
423 hardcode_libdir_separator=:
424 ;;
425 *nto* | *qnx*)
426 ;;
427 openbsd*)
428 if test -f /usr/libexec/ld.so; then
429 hardcode_direct=yes
430 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
431 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
432 else
433 case "$host_os" in
434 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
435 hardcode_libdir_flag_spec='-R$libdir'
436 ;;
437 *)
438 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
439 ;;
440 esac
441 fi
442 else
443 ld_shlibs=no
444 fi
445 ;;
446 os2*)
447 hardcode_libdir_flag_spec='-L$libdir'
448 hardcode_minus_L=yes
449 ;;
450 osf3*)
451 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
452 hardcode_libdir_separator=:
453 ;;
454 osf4* | osf5*)
455 if test "$GCC" = yes; then
456 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
457 else
458 # Both cc and cxx compiler support -rpath directly
459 hardcode_libdir_flag_spec='-rpath $libdir'
460 fi
461 hardcode_libdir_separator=:
462 ;;
463 solaris*)
464 hardcode_libdir_flag_spec='-R$libdir'
465 ;;
466 sunos4*)
467 hardcode_libdir_flag_spec='-L$libdir'
468 hardcode_direct=yes
469 hardcode_minus_L=yes
470 ;;
471 sysv4)
472 case $host_vendor in
473 sni)
474 hardcode_direct=yes # is this really true???
475 ;;
476 siemens)
477 hardcode_direct=no
478 ;;
479 motorola)
480 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
481 ;;
482 esac
483 ;;
484 sysv4.3*)
485 ;;
486 sysv4*MP*)
487 if test -d /usr/nec; then
488 ld_shlibs=yes
489 fi
490 ;;
491 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
492 ;;
493 sysv5* | sco3.2v5* | sco5v6*)
494 hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
495 hardcode_libdir_separator=':'
496 ;;
497 uts4*)
498 hardcode_libdir_flag_spec='-L$libdir'
499 ;;
500 *)
501 ld_shlibs=no
502 ;;
503 esac
504 fi
505
506 # Check dynamic linker characteristics
507 # Code taken from libtool.m4's _LT_SYS_DYNAMIC_LINKER.
508 # Unlike libtool.m4, here we don't care about _all_ names of the library, but
509 # only about the one the linker finds when passed -lNAME. This is the last
510 # element of library_names_spec in libtool.m4, or possibly two of them if the
511 # linker has special search rules.
512 library_names_spec= # the last element of library_names_spec in libtool.m4
513 libname_spec='lib$name'
514 case "$host_os" in
515 aix3*)
516 library_names_spec='$libname.a'
517 ;;
518 aix[4-9]*)
519 library_names_spec='$libname$shrext'
520 ;;
521 amigaos*)
522 case "$host_cpu" in
523 powerpc*)
524 library_names_spec='$libname$shrext' ;;
525 m68k)
526 library_names_spec='$libname.a' ;;
527 esac
528 ;;
529 beos*)
530 library_names_spec='$libname$shrext'
531 ;;
532 bsdi[45]*)
533 library_names_spec='$libname$shrext'
534 ;;
535 cygwin* | mingw* | pw32* | cegcc*)
536 shrext=.dll
537 library_names_spec='$libname.dll.a $libname.lib'
538 ;;
539 darwin* | rhapsody*)
540 shrext=.dylib
541 library_names_spec='$libname$shrext'
542 ;;
543 dgux*)
544 library_names_spec='$libname$shrext'
545 ;;
546 freebsd[23].*)
547 library_names_spec='$libname$shrext$versuffix'
548 ;;
549 freebsd* | dragonfly*)
550 library_names_spec='$libname$shrext'
551 ;;
552 gnu*)
553 library_names_spec='$libname$shrext'
554 ;;
555 haiku*)
556 library_names_spec='$libname$shrext'
557 ;;
558 hpux9* | hpux10* | hpux11*)
559 case $host_cpu in
560 ia64*)
561 shrext=.so
562 ;;
563 hppa*64*)
564 shrext=.sl
565 ;;
566 *)
567 shrext=.sl
568 ;;
569 esac
570 library_names_spec='$libname$shrext'
571 ;;
572 interix[3-9]*)
573 library_names_spec='$libname$shrext'
574 ;;
575 irix5* | irix6* | nonstopux*)
576 library_names_spec='$libname$shrext'
577 case "$host_os" in
578 irix5* | nonstopux*)
579 libsuff= shlibsuff=
580 ;;
581 *)
582 case $LD in
583 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") libsuff= shlibsuff= ;;
584 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") libsuff=32 shlibsuff=N32 ;;
585 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") libsuff=64 shlibsuff=64 ;;
586 *) libsuff= shlibsuff= ;;
587 esac
588 ;;
589 esac
590 ;;
591 linux*oldld* | linux*aout* | linux*coff*)
592 ;;
593 linux* | k*bsd*-gnu | kopensolaris*-gnu)
594 library_names_spec='$libname$shrext'
595 ;;
596 knetbsd*-gnu)
597 library_names_spec='$libname$shrext'
598 ;;
599 netbsd*)
600 library_names_spec='$libname$shrext'
601 ;;
602 newsos6)
603 library_names_spec='$libname$shrext'
604 ;;
605 *nto* | *qnx*)
606 library_names_spec='$libname$shrext'
607 ;;
608 openbsd*)
609 library_names_spec='$libname$shrext$versuffix'
610 ;;
611 os2*)
612 libname_spec='$name'
613 shrext=.dll
614 library_names_spec='$libname.a'
615 ;;
616 osf3* | osf4* | osf5*)
617 library_names_spec='$libname$shrext'
618 ;;
619 rdos*)
620 ;;
621 solaris*)
622 library_names_spec='$libname$shrext'
623 ;;
624 sunos4*)
625 library_names_spec='$libname$shrext$versuffix'
626 ;;
627 sysv4 | sysv4.3*)
628 library_names_spec='$libname$shrext'
629 ;;
630 sysv4*MP*)
631 library_names_spec='$libname$shrext'
632 ;;
633 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
634 library_names_spec='$libname$shrext'
635 ;;
636 tpf*)
637 library_names_spec='$libname$shrext'
638 ;;
639 uts4*)
640 library_names_spec='$libname$shrext'
641 ;;
642 esac
643
644 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
645 escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"`
646 shlibext=`echo "$shrext" | sed -e 's,^\.,,'`
647 escaped_libname_spec=`echo "X$libname_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
648 escaped_library_names_spec=`echo "X$library_names_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
649 escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
650
651 LC_ALL=C sed -e 's/^\([a-zA-Z0-9_]*\)=/acl_cv_\1=/' <<EOF
652
653 # How to pass a linker flag through the compiler.
654 wl="$escaped_wl"
655
656 # Static library suffix (normally "a").
657 libext="$libext"
658
659 # Shared library suffix (normally "so").
660 shlibext="$shlibext"
661
662 # Format of library name prefix.
663 libname_spec="$escaped_libname_spec"
664
665 # Library names that the linker finds when passed -lNAME.
666 library_names_spec="$escaped_library_names_spec"
667
668 # Flag to hardcode \$libdir into a binary during linking.
669 # This must work even if \$libdir does not exist.
670 hardcode_libdir_flag_spec="$escaped_hardcode_libdir_flag_spec"
671
672 # Whether we need a single -rpath flag with a separated argument.
673 hardcode_libdir_separator="$hardcode_libdir_separator"
674
675 # Set to yes if using DIR/libNAME.so during linking hardcodes DIR into the
676 # resulting binary.
677 hardcode_direct="$hardcode_direct"
678
679 # Set to yes if using the -LDIR flag during linking hardcodes DIR into the
680 # resulting binary.
681 hardcode_minus_L="$hardcode_minus_L"
682
683 EOF
0 #! /bin/sh
1 # Configuration validation subroutine script.
2 # Copyright 1992-2015 Free Software Foundation, Inc.
3
4 timestamp='2015-01-01'
5
6 # This file is free software; you can redistribute it and/or modify it
7 # under the terms of the GNU General Public License as published by
8 # the Free Software Foundation; either version 3 of the License, or
9 # (at your option) any later version.
10 #
11 # This program is distributed in the hope that it will be useful, but
12 # WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 # General Public License for more details.
15 #
16 # You should have received a copy of the GNU General Public License
17 # along with this program; if not, see <http://www.gnu.org/licenses/>.
18 #
19 # As a special exception to the GNU General Public License, if you
20 # distribute this file as part of a program that contains a
21 # configuration script generated by Autoconf, you may include it under
22 # the same distribution terms that you use for the rest of that
23 # program. This Exception is an additional permission under section 7
24 # of the GNU General Public License, version 3 ("GPLv3").
25
26
27 # Please send patches to <config-patches@gnu.org>.
28 #
29 # Configuration subroutine to validate and canonicalize a configuration type.
30 # Supply the specified configuration type as an argument.
31 # If it is invalid, we print an error message on stderr and exit with code 1.
32 # Otherwise, we print the canonical config type on stdout and succeed.
33
34 # You can get the latest version of this script from:
35 # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
36
37 # This file is supposed to be the same for all GNU packages
38 # and recognize all the CPU types, system types and aliases
39 # that are meaningful with *any* GNU software.
40 # Each package is responsible for reporting which valid configurations
41 # it does not support. The user should be able to distinguish
42 # a failure to support a valid configuration from a meaningless
43 # configuration.
44
45 # The goal of this file is to map all the various variations of a given
46 # machine specification into a single specification in the form:
47 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
48 # or in some cases, the newer four-part form:
49 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM
50 # It is wrong to echo any other type of specification.
51
52 me=`echo "$0" | sed -e 's,.*/,,'`
53
54 usage="\
55 Usage: $0 [OPTION] CPU-MFR-OPSYS
56 $0 [OPTION] ALIAS
57
58 Canonicalize a configuration name.
59
60 Operation modes:
61 -h, --help print this help, then exit
62 -t, --time-stamp print date of last modification, then exit
63 -v, --version print version number, then exit
64
65 Report bugs and patches to <config-patches@gnu.org>."
66
67 version="\
68 GNU config.sub ($timestamp)
69
70 Copyright 1992-2015 Free Software Foundation, Inc.
71
72 This is free software; see the source for copying conditions. There is NO
73 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
74
75 help="
76 Try \`$me --help' for more information."
77
78 # Parse command line
79 while test $# -gt 0 ; do
80 case $1 in
81 --time-stamp | --time* | -t )
82 echo "$timestamp" ; exit ;;
83 --version | -v )
84 echo "$version" ; exit ;;
85 --help | --h* | -h )
86 echo "$usage"; exit ;;
87 -- ) # Stop option processing
88 shift; break ;;
89 - ) # Use stdin as input.
90 break ;;
91 -* )
92 echo "$me: invalid option $1$help"
93 exit 1 ;;
94
95 *local*)
96 # First pass through any local machine types.
97 echo $1
98 exit ;;
99
100 * )
101 break ;;
102 esac
103 done
104
105 case $# in
106 0) echo "$me: missing argument$help" >&2
107 exit 1;;
108 1) ;;
109 *) echo "$me: too many arguments$help" >&2
110 exit 1;;
111 esac
112
113 # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any).
114 # Here we must recognize all the valid KERNEL-OS combinations.
115 maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
116 case $maybe_os in
117 nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \
118 linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \
119 knetbsd*-gnu* | netbsd*-gnu* | \
120 kopensolaris*-gnu* | \
121 storm-chaos* | os2-emx* | rtmk-nova*)
122 os=-$maybe_os
123 basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
124 ;;
125 android-linux)
126 os=-linux-android
127 basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
128 ;;
129 *)
130 basic_machine=`echo $1 | sed 's/-[^-]*$//'`
131 if [ $basic_machine != $1 ]
132 then os=`echo $1 | sed 's/.*-/-/'`
133 else os=; fi
134 ;;
135 esac
136
137 ### Let's recognize common machines as not being operating systems so
138 ### that things like config.sub decstation-3100 work. We also
139 ### recognize some manufacturers as not being operating systems, so we
140 ### can provide default operating systems below.
141 case $os in
142 -sun*os*)
143 # Prevent following clause from handling this invalid input.
144 ;;
145 -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \
146 -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \
147 -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \
148 -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
149 -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
150 -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
151 -apple | -axis | -knuth | -cray | -microblaze*)
152 os=
153 basic_machine=$1
154 ;;
155 -bluegene*)
156 os=-cnk
157 ;;
158 -sim | -cisco | -oki | -wec | -winbond)
159 os=
160 basic_machine=$1
161 ;;
162 -scout)
163 ;;
164 -wrs)
165 os=-vxworks
166 basic_machine=$1
167 ;;
168 -chorusos*)
169 os=-chorusos
170 basic_machine=$1
171 ;;
172 -chorusrdb)
173 os=-chorusrdb
174 basic_machine=$1
175 ;;
176 -hiux*)
177 os=-hiuxwe2
178 ;;
179 -sco6)
180 os=-sco5v6
181 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
182 ;;
183 -sco5)
184 os=-sco3.2v5
185 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
186 ;;
187 -sco4)
188 os=-sco3.2v4
189 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
190 ;;
191 -sco3.2.[4-9]*)
192 os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
193 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
194 ;;
195 -sco3.2v[4-9]*)
196 # Don't forget version if it is 3.2v4 or newer.
197 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
198 ;;
199 -sco5v6*)
200 # Don't forget version if it is 3.2v4 or newer.
201 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
202 ;;
203 -sco*)
204 os=-sco3.2v2
205 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
206 ;;
207 -udk*)
208 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
209 ;;
210 -isc)
211 os=-isc2.2
212 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
213 ;;
214 -clix*)
215 basic_machine=clipper-intergraph
216 ;;
217 -isc*)
218 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
219 ;;
220 -lynx*178)
221 os=-lynxos178
222 ;;
223 -lynx*5)
224 os=-lynxos5
225 ;;
226 -lynx*)
227 os=-lynxos
228 ;;
229 -ptx*)
230 basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
231 ;;
232 -windowsnt*)
233 os=`echo $os | sed -e 's/windowsnt/winnt/'`
234 ;;
235 -psos*)
236 os=-psos
237 ;;
238 -mint | -mint[0-9]*)
239 basic_machine=m68k-atari
240 os=-mint
241 ;;
242 esac
243
244 # Decode aliases for certain CPU-COMPANY combinations.
245 case $basic_machine in
246 # Recognize the basic CPU types without company name.
247 # Some are omitted here because they have special meanings below.
248 1750a | 580 \
249 | a29k \
250 | aarch64 | aarch64_be \
251 | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
252 | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
253 | am33_2.0 \
254 | arc | arceb \
255 | arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \
256 | avr | avr32 \
257 | be32 | be64 \
258 | bfin \
259 | c4x | c8051 | clipper \
260 | d10v | d30v | dlx | dsp16xx \
261 | epiphany \
262 | fido | fr30 | frv | ft32 \
263 | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
264 | hexagon \
265 | i370 | i860 | i960 | ia64 \
266 | ip2k | iq2000 \
267 | k1om \
268 | le32 | le64 \
269 | lm32 \
270 | m32c | m32r | m32rle | m68000 | m68k | m88k \
271 | maxq | mb | microblaze | microblazeel | mcore | mep | metag \
272 | mips | mipsbe | mipseb | mipsel | mipsle \
273 | mips16 \
274 | mips64 | mips64el \
275 | mips64octeon | mips64octeonel \
276 | mips64orion | mips64orionel \
277 | mips64r5900 | mips64r5900el \
278 | mips64vr | mips64vrel \
279 | mips64vr4100 | mips64vr4100el \
280 | mips64vr4300 | mips64vr4300el \
281 | mips64vr5000 | mips64vr5000el \
282 | mips64vr5900 | mips64vr5900el \
283 | mipsisa32 | mipsisa32el \
284 | mipsisa32r2 | mipsisa32r2el \
285 | mipsisa32r6 | mipsisa32r6el \
286 | mipsisa64 | mipsisa64el \
287 | mipsisa64r2 | mipsisa64r2el \
288 | mipsisa64r6 | mipsisa64r6el \
289 | mipsisa64sb1 | mipsisa64sb1el \
290 | mipsisa64sr71k | mipsisa64sr71kel \
291 | mipsr5900 | mipsr5900el \
292 | mipstx39 | mipstx39el \
293 | mn10200 | mn10300 \
294 | moxie \
295 | mt \
296 | msp430 \
297 | nds32 | nds32le | nds32be \
298 | nios | nios2 | nios2eb | nios2el \
299 | ns16k | ns32k \
300 | open8 | or1k | or1knd | or32 \
301 | pdp10 | pdp11 | pj | pjl \
302 | powerpc | powerpc64 | powerpc64le | powerpcle \
303 | pyramid \
304 | riscv32 | riscv64 \
305 | rl78 | rx \
306 | score \
307 | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
308 | sh64 | sh64le \
309 | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \
310 | sparcv8 | sparcv9 | sparcv9b | sparcv9v \
311 | spu \
312 | tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \
313 | ubicom32 \
314 | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \
315 | visium \
316 | we32k \
317 | x86 | xc16x | xstormy16 | xtensa \
318 | z8k | z80)
319 basic_machine=$basic_machine-unknown
320 ;;
321 c54x)
322 basic_machine=tic54x-unknown
323 ;;
324 c55x)
325 basic_machine=tic55x-unknown
326 ;;
327 c6x)
328 basic_machine=tic6x-unknown
329 ;;
330 leon|leon[3-9])
331 basic_machine=sparc-$basic_machine
332 ;;
333 m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | nvptx | picochip)
334 basic_machine=$basic_machine-unknown
335 os=-none
336 ;;
337 m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k)
338 ;;
339 ms1)
340 basic_machine=mt-unknown
341 ;;
342
343 strongarm | thumb | xscale)
344 basic_machine=arm-unknown
345 ;;
346 xgate)
347 basic_machine=$basic_machine-unknown
348 os=-none
349 ;;
350 xscaleeb)
351 basic_machine=armeb-unknown
352 ;;
353
354 xscaleel)
355 basic_machine=armel-unknown
356 ;;
357
358 # We use `pc' rather than `unknown'
359 # because (1) that's what they normally are, and
360 # (2) the word "unknown" tends to confuse beginning users.
361 i*86 | x86_64)
362 basic_machine=$basic_machine-pc
363 ;;
364 # Object if more than one company name word.
365 *-*-*)
366 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
367 exit 1
368 ;;
369 # Recognize the basic CPU types with company name.
370 580-* \
371 | a29k-* \
372 | aarch64-* | aarch64_be-* \
373 | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \
374 | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
375 | alphapca5[67]-* | alpha64pca5[67]-* | arc-* | arceb-* \
376 | arm-* | armbe-* | armle-* | armeb-* | armv*-* \
377 | avr-* | avr32-* \
378 | be32-* | be64-* \
379 | bfin-* | bs2000-* \
380 | c[123]* | c30-* | [cjt]90-* | c4x-* \
381 | c8051-* | clipper-* | craynv-* | cydra-* \
382 | d10v-* | d30v-* | dlx-* \
383 | elxsi-* \
384 | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \
385 | h8300-* | h8500-* \
386 | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
387 | hexagon-* \
388 | i*86-* | i860-* | i960-* | ia64-* \
389 | ip2k-* | iq2000-* \
390 | k1om-* \
391 | le32-* | le64-* \
392 | lm32-* \
393 | m32c-* | m32r-* | m32rle-* \
394 | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
395 | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \
396 | microblaze-* | microblazeel-* \
397 | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
398 | mips16-* \
399 | mips64-* | mips64el-* \
400 | mips64octeon-* | mips64octeonel-* \
401 | mips64orion-* | mips64orionel-* \
402 | mips64r5900-* | mips64r5900el-* \
403 | mips64vr-* | mips64vrel-* \
404 | mips64vr4100-* | mips64vr4100el-* \
405 | mips64vr4300-* | mips64vr4300el-* \
406 | mips64vr5000-* | mips64vr5000el-* \
407 | mips64vr5900-* | mips64vr5900el-* \
408 | mipsisa32-* | mipsisa32el-* \
409 | mipsisa32r2-* | mipsisa32r2el-* \
410 | mipsisa32r6-* | mipsisa32r6el-* \
411 | mipsisa64-* | mipsisa64el-* \
412 | mipsisa64r2-* | mipsisa64r2el-* \
413 | mipsisa64r6-* | mipsisa64r6el-* \
414 | mipsisa64sb1-* | mipsisa64sb1el-* \
415 | mipsisa64sr71k-* | mipsisa64sr71kel-* \
416 | mipsr5900-* | mipsr5900el-* \
417 | mipstx39-* | mipstx39el-* \
418 | mmix-* \
419 | mt-* \
420 | msp430-* \
421 | nds32-* | nds32le-* | nds32be-* \
422 | nios-* | nios2-* | nios2eb-* | nios2el-* \
423 | none-* | np1-* | ns16k-* | ns32k-* \
424 | open8-* \
425 | or1k*-* \
426 | orion-* \
427 | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
428 | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \
429 | pyramid-* \
430 | rl78-* | romp-* | rs6000-* | rx-* \
431 | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
432 | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
433 | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \
434 | sparclite-* \
435 | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx?-* \
436 | tahoe-* \
437 | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
438 | tile*-* \
439 | tron-* \
440 | ubicom32-* \
441 | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \
442 | vax-* \
443 | visium-* \
444 | we32k-* \
445 | x86-* | x86_64-* | xc16x-* | xps100-* \
446 | xstormy16-* | xtensa*-* \
447 | ymp-* \
448 | z8k-* | z80-*)
449 ;;
450 # Recognize the basic CPU types without company name, with glob match.
451 xtensa*)
452 basic_machine=$basic_machine-unknown
453 ;;
454 # Recognize the various machine names and aliases which stand
455 # for a CPU type and a company and sometimes even an OS.
456 386bsd)
457 basic_machine=i386-unknown
458 os=-bsd
459 ;;
460 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc)
461 basic_machine=m68000-att
462 ;;
463 3b*)
464 basic_machine=we32k-att
465 ;;
466 a29khif)
467 basic_machine=a29k-amd
468 os=-udi
469 ;;
470 abacus)
471 basic_machine=abacus-unknown
472 ;;
473 adobe68k)
474 basic_machine=m68010-adobe
475 os=-scout
476 ;;
477 alliant | fx80)
478 basic_machine=fx80-alliant
479 ;;
480 altos | altos3068)
481 basic_machine=m68k-altos
482 ;;
483 am29k)
484 basic_machine=a29k-none
485 os=-bsd
486 ;;
487 amd64)
488 basic_machine=x86_64-pc
489 ;;
490 amd64-*)
491 basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
492 ;;
493 amdahl)
494 basic_machine=580-amdahl
495 os=-sysv
496 ;;
497 amiga | amiga-*)
498 basic_machine=m68k-unknown
499 ;;
500 amigaos | amigados)
501 basic_machine=m68k-unknown
502 os=-amigaos
503 ;;
504 amigaunix | amix)
505 basic_machine=m68k-unknown
506 os=-sysv4
507 ;;
508 apollo68)
509 basic_machine=m68k-apollo
510 os=-sysv
511 ;;
512 apollo68bsd)
513 basic_machine=m68k-apollo
514 os=-bsd
515 ;;
516 aros)
517 basic_machine=i386-pc
518 os=-aros
519 ;;
520 aux)
521 basic_machine=m68k-apple
522 os=-aux
523 ;;
524 balance)
525 basic_machine=ns32k-sequent
526 os=-dynix
527 ;;
528 blackfin)
529 basic_machine=bfin-unknown
530 os=-linux
531 ;;
532 blackfin-*)
533 basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
534 os=-linux
535 ;;
536 bluegene*)
537 basic_machine=powerpc-ibm
538 os=-cnk
539 ;;
540 c54x-*)
541 basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
542 ;;
543 c55x-*)
544 basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
545 ;;
546 c6x-*)
547 basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
548 ;;
549 c90)
550 basic_machine=c90-cray
551 os=-unicos
552 ;;
553 cegcc)
554 basic_machine=arm-unknown
555 os=-cegcc
556 ;;
557 convex-c1)
558 basic_machine=c1-convex
559 os=-bsd
560 ;;
561 convex-c2)
562 basic_machine=c2-convex
563 os=-bsd
564 ;;
565 convex-c32)
566 basic_machine=c32-convex
567 os=-bsd
568 ;;
569 convex-c34)
570 basic_machine=c34-convex
571 os=-bsd
572 ;;
573 convex-c38)
574 basic_machine=c38-convex
575 os=-bsd
576 ;;
577 cray | j90)
578 basic_machine=j90-cray
579 os=-unicos
580 ;;
581 craynv)
582 basic_machine=craynv-cray
583 os=-unicosmp
584 ;;
585 cr16 | cr16-*)
586 basic_machine=cr16-unknown
587 os=-elf
588 ;;
589 crds | unos)
590 basic_machine=m68k-crds
591 ;;
592 crisv32 | crisv32-* | etraxfs*)
593 basic_machine=crisv32-axis
594 ;;
595 cris | cris-* | etrax*)
596 basic_machine=cris-axis
597 ;;
598 crx)
599 basic_machine=crx-unknown
600 os=-elf
601 ;;
602 da30 | da30-*)
603 basic_machine=m68k-da30
604 ;;
605 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
606 basic_machine=mips-dec
607 ;;
608 decsystem10* | dec10*)
609 basic_machine=pdp10-dec
610 os=-tops10
611 ;;
612 decsystem20* | dec20*)
613 basic_machine=pdp10-dec
614 os=-tops20
615 ;;
616 delta | 3300 | motorola-3300 | motorola-delta \
617 | 3300-motorola | delta-motorola)
618 basic_machine=m68k-motorola
619 ;;
620 delta88)
621 basic_machine=m88k-motorola
622 os=-sysv3
623 ;;
624 dicos)
625 basic_machine=i686-pc
626 os=-dicos
627 ;;
628 djgpp)
629 basic_machine=i586-pc
630 os=-msdosdjgpp
631 ;;
632 dpx20 | dpx20-*)
633 basic_machine=rs6000-bull
634 os=-bosx
635 ;;
636 dpx2* | dpx2*-bull)
637 basic_machine=m68k-bull
638 os=-sysv3
639 ;;
640 ebmon29k)
641 basic_machine=a29k-amd
642 os=-ebmon
643 ;;
644 elxsi)
645 basic_machine=elxsi-elxsi
646 os=-bsd
647 ;;
648 encore | umax | mmax)
649 basic_machine=ns32k-encore
650 ;;
651 es1800 | OSE68k | ose68k | ose | OSE)
652 basic_machine=m68k-ericsson
653 os=-ose
654 ;;
655 fx2800)
656 basic_machine=i860-alliant
657 ;;
658 genix)
659 basic_machine=ns32k-ns
660 ;;
661 gmicro)
662 basic_machine=tron-gmicro
663 os=-sysv
664 ;;
665 go32)
666 basic_machine=i386-pc
667 os=-go32
668 ;;
669 h3050r* | hiux*)
670 basic_machine=hppa1.1-hitachi
671 os=-hiuxwe2
672 ;;
673 h8300hms)
674 basic_machine=h8300-hitachi
675 os=-hms
676 ;;
677 h8300xray)
678 basic_machine=h8300-hitachi
679 os=-xray
680 ;;
681 h8500hms)
682 basic_machine=h8500-hitachi
683 os=-hms
684 ;;
685 harris)
686 basic_machine=m88k-harris
687 os=-sysv3
688 ;;
689 hp300-*)
690 basic_machine=m68k-hp
691 ;;
692 hp300bsd)
693 basic_machine=m68k-hp
694 os=-bsd
695 ;;
696 hp300hpux)
697 basic_machine=m68k-hp
698 os=-hpux
699 ;;
700 hp3k9[0-9][0-9] | hp9[0-9][0-9])
701 basic_machine=hppa1.0-hp
702 ;;
703 hp9k2[0-9][0-9] | hp9k31[0-9])
704 basic_machine=m68000-hp
705 ;;
706 hp9k3[2-9][0-9])
707 basic_machine=m68k-hp
708 ;;
709 hp9k6[0-9][0-9] | hp6[0-9][0-9])
710 basic_machine=hppa1.0-hp
711 ;;
712 hp9k7[0-79][0-9] | hp7[0-79][0-9])
713 basic_machine=hppa1.1-hp
714 ;;
715 hp9k78[0-9] | hp78[0-9])
716 # FIXME: really hppa2.0-hp
717 basic_machine=hppa1.1-hp
718 ;;
719 hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893)
720 # FIXME: really hppa2.0-hp
721 basic_machine=hppa1.1-hp
722 ;;
723 hp9k8[0-9][13679] | hp8[0-9][13679])
724 basic_machine=hppa1.1-hp
725 ;;
726 hp9k8[0-9][0-9] | hp8[0-9][0-9])
727 basic_machine=hppa1.0-hp
728 ;;
729 hppa-next)
730 os=-nextstep3
731 ;;
732 hppaosf)
733 basic_machine=hppa1.1-hp
734 os=-osf
735 ;;
736 hppro)
737 basic_machine=hppa1.1-hp
738 os=-proelf
739 ;;
740 i370-ibm* | ibm*)
741 basic_machine=i370-ibm
742 ;;
743 i*86v32)
744 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
745 os=-sysv32
746 ;;
747 i*86v4*)
748 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
749 os=-sysv4
750 ;;
751 i*86v)
752 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
753 os=-sysv
754 ;;
755 i*86sol2)
756 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
757 os=-solaris2
758 ;;
759 i386mach)
760 basic_machine=i386-mach
761 os=-mach
762 ;;
763 i386-vsta | vsta)
764 basic_machine=i386-unknown
765 os=-vsta
766 ;;
767 iris | iris4d)
768 basic_machine=mips-sgi
769 case $os in
770 -irix*)
771 ;;
772 *)
773 os=-irix4
774 ;;
775 esac
776 ;;
777 isi68 | isi)
778 basic_machine=m68k-isi
779 os=-sysv
780 ;;
781 leon-*|leon[3-9]-*)
782 basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'`
783 ;;
784 m68knommu)
785 basic_machine=m68k-unknown
786 os=-linux
787 ;;
788 m68knommu-*)
789 basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
790 os=-linux
791 ;;
792 m88k-omron*)
793 basic_machine=m88k-omron
794 ;;
795 magnum | m3230)
796 basic_machine=mips-mips
797 os=-sysv
798 ;;
799 merlin)
800 basic_machine=ns32k-utek
801 os=-sysv
802 ;;
803 microblaze*)
804 basic_machine=microblaze-xilinx
805 ;;
806 mingw64)
807 basic_machine=x86_64-pc
808 os=-mingw64
809 ;;
810 mingw32)
811 basic_machine=i686-pc
812 os=-mingw32
813 ;;
814 mingw32ce)
815 basic_machine=arm-unknown
816 os=-mingw32ce
817 ;;
818 miniframe)
819 basic_machine=m68000-convergent
820 ;;
821 *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*)
822 basic_machine=m68k-atari
823 os=-mint
824 ;;
825 mips3*-*)
826 basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
827 ;;
828 mips3*)
829 basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
830 ;;
831 monitor)
832 basic_machine=m68k-rom68k
833 os=-coff
834 ;;
835 morphos)
836 basic_machine=powerpc-unknown
837 os=-morphos
838 ;;
839 moxiebox)
840 basic_machine=moxie-unknown
841 os=-moxiebox
842 ;;
843 msdos)
844 basic_machine=i386-pc
845 os=-msdos
846 ;;
847 ms1-*)
848 basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
849 ;;
850 msys)
851 basic_machine=i686-pc
852 os=-msys
853 ;;
854 mvs)
855 basic_machine=i370-ibm
856 os=-mvs
857 ;;
858 nacl)
859 basic_machine=le32-unknown
860 os=-nacl
861 ;;
862 ncr3000)
863 basic_machine=i486-ncr
864 os=-sysv4
865 ;;
866 netbsd386)
867 basic_machine=i386-unknown
868 os=-netbsd
869 ;;
870 netwinder)
871 basic_machine=armv4l-rebel
872 os=-linux
873 ;;
874 news | news700 | news800 | news900)
875 basic_machine=m68k-sony
876 os=-newsos
877 ;;
878 news1000)
879 basic_machine=m68030-sony
880 os=-newsos
881 ;;
882 news-3600 | risc-news)
883 basic_machine=mips-sony
884 os=-newsos
885 ;;
886 necv70)
887 basic_machine=v70-nec
888 os=-sysv
889 ;;
890 next | m*-next )
891 basic_machine=m68k-next
892 case $os in
893 -nextstep* )
894 ;;
895 -ns2*)
896 os=-nextstep2
897 ;;
898 *)
899 os=-nextstep3
900 ;;
901 esac
902 ;;
903 nh3000)
904 basic_machine=m68k-harris
905 os=-cxux
906 ;;
907 nh[45]000)
908 basic_machine=m88k-harris
909 os=-cxux
910 ;;
911 nindy960)
912 basic_machine=i960-intel
913 os=-nindy
914 ;;
915 mon960)
916 basic_machine=i960-intel
917 os=-mon960
918 ;;
919 nonstopux)
920 basic_machine=mips-compaq
921 os=-nonstopux
922 ;;
923 np1)
924 basic_machine=np1-gould
925 ;;
926 neo-tandem)
927 basic_machine=neo-tandem
928 ;;
929 nse-tandem)
930 basic_machine=nse-tandem
931 ;;
932 nsr-tandem)
933 basic_machine=nsr-tandem
934 ;;
935 op50n-* | op60c-*)
936 basic_machine=hppa1.1-oki
937 os=-proelf
938 ;;
939 openrisc | openrisc-*)
940 basic_machine=or32-unknown
941 ;;
942 os400)
943 basic_machine=powerpc-ibm
944 os=-os400
945 ;;
946 OSE68000 | ose68000)
947 basic_machine=m68000-ericsson
948 os=-ose
949 ;;
950 os68k)
951 basic_machine=m68k-none
952 os=-os68k
953 ;;
954 pa-hitachi)
955 basic_machine=hppa1.1-hitachi
956 os=-hiuxwe2
957 ;;
958 paragon)
959 basic_machine=i860-intel
960 os=-osf
961 ;;
962 parisc)
963 basic_machine=hppa-unknown
964 os=-linux
965 ;;
966 parisc-*)
967 basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
968 os=-linux
969 ;;
970 pbd)
971 basic_machine=sparc-tti
972 ;;
973 pbb)
974 basic_machine=m68k-tti
975 ;;
976 pc532 | pc532-*)
977 basic_machine=ns32k-pc532
978 ;;
979 pc98)
980 basic_machine=i386-pc
981 ;;
982 pc98-*)
983 basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
984 ;;
985 pentium | p5 | k5 | k6 | nexgen | viac3)
986 basic_machine=i586-pc
987 ;;
988 pentiumpro | p6 | 6x86 | athlon | athlon_*)
989 basic_machine=i686-pc
990 ;;
991 pentiumii | pentium2 | pentiumiii | pentium3)
992 basic_machine=i686-pc
993 ;;
994 pentium4)
995 basic_machine=i786-pc
996 ;;
997 pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
998 basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
999 ;;
1000 pentiumpro-* | p6-* | 6x86-* | athlon-*)
1001 basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
1002 ;;
1003 pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
1004 basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
1005 ;;
1006 pentium4-*)
1007 basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
1008 ;;
1009 pn)
1010 basic_machine=pn-gould
1011 ;;
1012 power) basic_machine=power-ibm
1013 ;;
1014 ppc | ppcbe) basic_machine=powerpc-unknown
1015 ;;
1016 ppc-* | ppcbe-*)
1017 basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
1018 ;;
1019 ppcle | powerpclittle | ppc-le | powerpc-little)
1020 basic_machine=powerpcle-unknown
1021 ;;
1022 ppcle-* | powerpclittle-*)
1023 basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
1024 ;;
1025 ppc64) basic_machine=powerpc64-unknown
1026 ;;
1027 ppc64-* | ppc64p7-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
1028 ;;
1029 ppc64le | powerpc64little | ppc64-le | powerpc64-little)
1030 basic_machine=powerpc64le-unknown
1031 ;;
1032 ppc64le-* | powerpc64little-*)
1033 basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
1034 ;;
1035 ps2)
1036 basic_machine=i386-ibm
1037 ;;
1038 pw32)
1039 basic_machine=i586-unknown
1040 os=-pw32
1041 ;;
1042 rdos | rdos64)
1043 basic_machine=x86_64-pc
1044 os=-rdos
1045 ;;
1046 rdos32)
1047 basic_machine=i386-pc
1048 os=-rdos
1049 ;;
1050 rom68k)
1051 basic_machine=m68k-rom68k
1052 os=-coff
1053 ;;
1054 rm[46]00)
1055 basic_machine=mips-siemens
1056 ;;
1057 rtpc | rtpc-*)
1058 basic_machine=romp-ibm
1059 ;;
1060 s390 | s390-*)
1061 basic_machine=s390-ibm
1062 ;;
1063 s390x | s390x-*)
1064 basic_machine=s390x-ibm
1065 ;;
1066 sa29200)
1067 basic_machine=a29k-amd
1068 os=-udi
1069 ;;
1070 sb1)
1071 basic_machine=mipsisa64sb1-unknown
1072 ;;
1073 sb1el)
1074 basic_machine=mipsisa64sb1el-unknown
1075 ;;
1076 sde)
1077 basic_machine=mipsisa32-sde
1078 os=-elf
1079 ;;
1080 sei)
1081 basic_machine=mips-sei
1082 os=-seiux
1083 ;;
1084 sequent)
1085 basic_machine=i386-sequent
1086 ;;
1087 sh)
1088 basic_machine=sh-hitachi
1089 os=-hms
1090 ;;
1091 sh5el)
1092 basic_machine=sh5le-unknown
1093 ;;
1094 sh64)
1095 basic_machine=sh64-unknown
1096 ;;
1097 sparclite-wrs | simso-wrs)
1098 basic_machine=sparclite-wrs
1099 os=-vxworks
1100 ;;
1101 sps7)
1102 basic_machine=m68k-bull
1103 os=-sysv2
1104 ;;
1105 spur)
1106 basic_machine=spur-unknown
1107 ;;
1108 st2000)
1109 basic_machine=m68k-tandem
1110 ;;
1111 stratus)
1112 basic_machine=i860-stratus
1113 os=-sysv4
1114 ;;
1115 strongarm-* | thumb-*)
1116 basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
1117 ;;
1118 sun2)
1119 basic_machine=m68000-sun
1120 ;;
1121 sun2os3)
1122 basic_machine=m68000-sun
1123 os=-sunos3
1124 ;;
1125 sun2os4)
1126 basic_machine=m68000-sun
1127 os=-sunos4
1128 ;;
1129 sun3os3)
1130 basic_machine=m68k-sun
1131 os=-sunos3
1132 ;;
1133 sun3os4)
1134 basic_machine=m68k-sun
1135 os=-sunos4
1136 ;;
1137 sun4os3)
1138 basic_machine=sparc-sun
1139 os=-sunos3
1140 ;;
1141 sun4os4)
1142 basic_machine=sparc-sun
1143 os=-sunos4
1144 ;;
1145 sun4sol2)
1146 basic_machine=sparc-sun
1147 os=-solaris2
1148 ;;
1149 sun3 | sun3-*)
1150 basic_machine=m68k-sun
1151 ;;
1152 sun4)
1153 basic_machine=sparc-sun
1154 ;;
1155 sun386 | sun386i | roadrunner)
1156 basic_machine=i386-sun
1157 ;;
1158 sv1)
1159 basic_machine=sv1-cray
1160 os=-unicos
1161 ;;
1162 symmetry)
1163 basic_machine=i386-sequent
1164 os=-dynix
1165 ;;
1166 t3e)
1167 basic_machine=alphaev5-cray
1168 os=-unicos
1169 ;;
1170 t90)
1171 basic_machine=t90-cray
1172 os=-unicos
1173 ;;
1174 tile*)
1175 basic_machine=$basic_machine-unknown
1176 os=-linux-gnu
1177 ;;
1178 tx39)
1179 basic_machine=mipstx39-unknown
1180 ;;
1181 tx39el)
1182 basic_machine=mipstx39el-unknown
1183 ;;
1184 toad1)
1185 basic_machine=pdp10-xkl
1186 os=-tops20
1187 ;;
1188 tower | tower-32)
1189 basic_machine=m68k-ncr
1190 ;;
1191 tpf)
1192 basic_machine=s390x-ibm
1193 os=-tpf
1194 ;;
1195 udi29k)
1196 basic_machine=a29k-amd
1197 os=-udi
1198 ;;
1199 ultra3)
1200 basic_machine=a29k-nyu
1201 os=-sym1
1202 ;;
1203 v810 | necv810)
1204 basic_machine=v810-nec
1205 os=-none
1206 ;;
1207 vaxv)
1208 basic_machine=vax-dec
1209 os=-sysv
1210 ;;
1211 vms)
1212 basic_machine=vax-dec
1213 os=-vms
1214 ;;
1215 vpp*|vx|vx-*)
1216 basic_machine=f301-fujitsu
1217 ;;
1218 vxworks960)
1219 basic_machine=i960-wrs
1220 os=-vxworks
1221 ;;
1222 vxworks68)
1223 basic_machine=m68k-wrs
1224 os=-vxworks
1225 ;;
1226 vxworks29k)
1227 basic_machine=a29k-wrs
1228 os=-vxworks
1229 ;;
1230 w65*)
1231 basic_machine=w65-wdc
1232 os=-none
1233 ;;
1234 w89k-*)
1235 basic_machine=hppa1.1-winbond
1236 os=-proelf
1237 ;;
1238 xbox)
1239 basic_machine=i686-pc
1240 os=-mingw32
1241 ;;
1242 xps | xps100)
1243 basic_machine=xps100-honeywell
1244 ;;
1245 xscale-* | xscalee[bl]-*)
1246 basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
1247 ;;
1248 ymp)
1249 basic_machine=ymp-cray
1250 os=-unicos
1251 ;;
1252 z8k-*-coff)
1253 basic_machine=z8k-unknown
1254 os=-sim
1255 ;;
1256 z80-*-coff)
1257 basic_machine=z80-unknown
1258 os=-sim
1259 ;;
1260 none)
1261 basic_machine=none-none
1262 os=-none
1263 ;;
1264
1265 # Here we handle the default manufacturer of certain CPU types. It is in
1266 # some cases the only manufacturer, in others, it is the most popular.
1267 w89k)
1268 basic_machine=hppa1.1-winbond
1269 ;;
1270 op50n)
1271 basic_machine=hppa1.1-oki
1272 ;;
1273 op60c)
1274 basic_machine=hppa1.1-oki
1275 ;;
1276 romp)
1277 basic_machine=romp-ibm
1278 ;;
1279 mmix)
1280 basic_machine=mmix-knuth
1281 ;;
1282 rs6000)
1283 basic_machine=rs6000-ibm
1284 ;;
1285 vax)
1286 basic_machine=vax-dec
1287 ;;
1288 pdp10)
1289 # there are many clones, so DEC is not a safe bet
1290 basic_machine=pdp10-unknown
1291 ;;
1292 pdp11)
1293 basic_machine=pdp11-dec
1294 ;;
1295 we32k)
1296 basic_machine=we32k-att
1297 ;;
1298 sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele)
1299 basic_machine=sh-unknown
1300 ;;
1301 sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v)
1302 basic_machine=sparc-sun
1303 ;;
1304 cydra)
1305 basic_machine=cydra-cydrome
1306 ;;
1307 orion)
1308 basic_machine=orion-highlevel
1309 ;;
1310 orion105)
1311 basic_machine=clipper-highlevel
1312 ;;
1313 mac | mpw | mac-mpw)
1314 basic_machine=m68k-apple
1315 ;;
1316 pmac | pmac-mpw)
1317 basic_machine=powerpc-apple
1318 ;;
1319 *-unknown)
1320 # Make sure to match an already-canonicalized machine name.
1321 ;;
1322 *)
1323 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
1324 exit 1
1325 ;;
1326 esac
1327
1328 # Here we canonicalize certain aliases for manufacturers.
1329 case $basic_machine in
1330 *-digital*)
1331 basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
1332 ;;
1333 *-commodore*)
1334 basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
1335 ;;
1336 *)
1337 ;;
1338 esac
1339
1340 # Decode manufacturer-specific aliases for certain operating systems.
1341
1342 if [ x"$os" != x"" ]
1343 then
1344 case $os in
1345 # First match some system type aliases
1346 # that might get confused with valid system types.
1347 # -solaris* is a basic system type, with this one exception.
1348 -auroraux)
1349 os=-auroraux
1350 ;;
1351 -solaris1 | -solaris1.*)
1352 os=`echo $os | sed -e 's|solaris1|sunos4|'`
1353 ;;
1354 -solaris)
1355 os=-solaris2
1356 ;;
1357 -svr4*)
1358 os=-sysv4
1359 ;;
1360 -unixware*)
1361 os=-sysv4.2uw
1362 ;;
1363 -gnu/linux*)
1364 os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
1365 ;;
1366 # First accept the basic system types.
1367 # The portable systems comes first.
1368 # Each alternative MUST END IN A *, to match a version number.
1369 # -sysv* is not here because it comes later, after sysvr4.
1370 -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
1371 | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\
1372 | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \
1373 | -sym* | -kopensolaris* | -plan9* \
1374 | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \
1375 | -aos* | -aros* \
1376 | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
1377 | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
1378 | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \
1379 | -bitrig* | -openbsd* | -solidbsd* \
1380 | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \
1381 | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
1382 | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
1383 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
1384 | -chorusos* | -chorusrdb* | -cegcc* \
1385 | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
1386 | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \
1387 | -linux-newlib* | -linux-musl* | -linux-uclibc* \
1388 | -uxpv* | -beos* | -mpeix* | -udk* | -moxiebox* \
1389 | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
1390 | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
1391 | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
1392 | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
1393 | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
1394 | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
1395 | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* | -tirtos*)
1396 # Remember, each alternative MUST END IN *, to match a version number.
1397 ;;
1398 -qnx*)
1399 case $basic_machine in
1400 x86-* | i*86-*)
1401 ;;
1402 *)
1403 os=-nto$os
1404 ;;
1405 esac
1406 ;;
1407 -nto-qnx*)
1408 ;;
1409 -nto*)
1410 os=`echo $os | sed -e 's|nto|nto-qnx|'`
1411 ;;
1412 -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \
1413 | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \
1414 | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*)
1415 ;;
1416 -mac*)
1417 os=`echo $os | sed -e 's|mac|macos|'`
1418 ;;
1419 -linux-dietlibc)
1420 os=-linux-dietlibc
1421 ;;
1422 -linux*)
1423 os=`echo $os | sed -e 's|linux|linux-gnu|'`
1424 ;;
1425 -sunos5*)
1426 os=`echo $os | sed -e 's|sunos5|solaris2|'`
1427 ;;
1428 -sunos6*)
1429 os=`echo $os | sed -e 's|sunos6|solaris3|'`
1430 ;;
1431 -opened*)
1432 os=-openedition
1433 ;;
1434 -os400*)
1435 os=-os400
1436 ;;
1437 -wince*)
1438 os=-wince
1439 ;;
1440 -osfrose*)
1441 os=-osfrose
1442 ;;
1443 -osf*)
1444 os=-osf
1445 ;;
1446 -utek*)
1447 os=-bsd
1448 ;;
1449 -dynix*)
1450 os=-bsd
1451 ;;
1452 -acis*)
1453 os=-aos
1454 ;;
1455 -atheos*)
1456 os=-atheos
1457 ;;
1458 -syllable*)
1459 os=-syllable
1460 ;;
1461 -386bsd)
1462 os=-bsd
1463 ;;
1464 -ctix* | -uts*)
1465 os=-sysv
1466 ;;
1467 -nova*)
1468 os=-rtmk-nova
1469 ;;
1470 -ns2 )
1471 os=-nextstep2
1472 ;;
1473 -nsk*)
1474 os=-nsk
1475 ;;
1476 # Preserve the version number of sinix5.
1477 -sinix5.*)
1478 os=`echo $os | sed -e 's|sinix|sysv|'`
1479 ;;
1480 -sinix*)
1481 os=-sysv4
1482 ;;
1483 -tpf*)
1484 os=-tpf
1485 ;;
1486 -triton*)
1487 os=-sysv3
1488 ;;
1489 -oss*)
1490 os=-sysv3
1491 ;;
1492 -svr4)
1493 os=-sysv4
1494 ;;
1495 -svr3)
1496 os=-sysv3
1497 ;;
1498 -sysvr4)
1499 os=-sysv4
1500 ;;
1501 # This must come after -sysvr4.
1502 -sysv*)
1503 ;;
1504 -ose*)
1505 os=-ose
1506 ;;
1507 -es1800*)
1508 os=-ose
1509 ;;
1510 -xenix)
1511 os=-xenix
1512 ;;
1513 -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*)
1514 os=-mint
1515 ;;
1516 -aros*)
1517 os=-aros
1518 ;;
1519 -zvmoe)
1520 os=-zvmoe
1521 ;;
1522 -dicos*)
1523 os=-dicos
1524 ;;
1525 -nacl*)
1526 ;;
1527 -none)
1528 ;;
1529 *)
1530 # Get rid of the `-' at the beginning of $os.
1531 os=`echo $os | sed 's/[^-]*-//'`
1532 echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
1533 exit 1
1534 ;;
1535 esac
1536 else
1537
1538 # Here we handle the default operating systems that come with various machines.
1539 # The value should be what the vendor currently ships out the door with their
1540 # machine or put another way, the most popular os provided with the machine.
1541
1542 # Note that if you're going to try to match "-MANUFACTURER" here (say,
1543 # "-sun"), then you have to tell the case statement up towards the top
1544 # that MANUFACTURER isn't an operating system. Otherwise, code above
1545 # will signal an error saying that MANUFACTURER isn't an operating
1546 # system, and we'll never get to this point.
1547
1548 case $basic_machine in
1549 score-*)
1550 os=-elf
1551 ;;
1552 spu-*)
1553 os=-elf
1554 ;;
1555 *-acorn)
1556 os=-riscix1.2
1557 ;;
1558 arm*-rebel)
1559 os=-linux
1560 ;;
1561 arm*-semi)
1562 os=-aout
1563 ;;
1564 c4x-* | tic4x-*)
1565 os=-coff
1566 ;;
1567 c8051-*)
1568 os=-elf
1569 ;;
1570 hexagon-*)
1571 os=-elf
1572 ;;
1573 tic54x-*)
1574 os=-coff
1575 ;;
1576 tic55x-*)
1577 os=-coff
1578 ;;
1579 tic6x-*)
1580 os=-coff
1581 ;;
1582 # This must come before the *-dec entry.
1583 pdp10-*)
1584 os=-tops20
1585 ;;
1586 pdp11-*)
1587 os=-none
1588 ;;
1589 *-dec | vax-*)
1590 os=-ultrix4.2
1591 ;;
1592 m68*-apollo)
1593 os=-domain
1594 ;;
1595 i386-sun)
1596 os=-sunos4.0.2
1597 ;;
1598 m68000-sun)
1599 os=-sunos3
1600 ;;
1601 m68*-cisco)
1602 os=-aout
1603 ;;
1604 mep-*)
1605 os=-elf
1606 ;;
1607 mips*-cisco)
1608 os=-elf
1609 ;;
1610 mips*-*)
1611 os=-elf
1612 ;;
1613 or32-*)
1614 os=-coff
1615 ;;
1616 *-tti) # must be before sparc entry or we get the wrong os.
1617 os=-sysv3
1618 ;;
1619 sparc-* | *-sun)
1620 os=-sunos4.1.1
1621 ;;
1622 *-be)
1623 os=-beos
1624 ;;
1625 *-haiku)
1626 os=-haiku
1627 ;;
1628 *-ibm)
1629 os=-aix
1630 ;;
1631 *-knuth)
1632 os=-mmixware
1633 ;;
1634 *-wec)
1635 os=-proelf
1636 ;;
1637 *-winbond)
1638 os=-proelf
1639 ;;
1640 *-oki)
1641 os=-proelf
1642 ;;
1643 *-hp)
1644 os=-hpux
1645 ;;
1646 *-hitachi)
1647 os=-hiux
1648 ;;
1649 i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent)
1650 os=-sysv
1651 ;;
1652 *-cbm)
1653 os=-amigaos
1654 ;;
1655 *-dg)
1656 os=-dgux
1657 ;;
1658 *-dolphin)
1659 os=-sysv3
1660 ;;
1661 m68k-ccur)
1662 os=-rtu
1663 ;;
1664 m88k-omron*)
1665 os=-luna
1666 ;;
1667 *-next )
1668 os=-nextstep
1669 ;;
1670 *-sequent)
1671 os=-ptx
1672 ;;
1673 *-crds)
1674 os=-unos
1675 ;;
1676 *-ns)
1677 os=-genix
1678 ;;
1679 i370-*)
1680 os=-mvs
1681 ;;
1682 *-next)
1683 os=-nextstep3
1684 ;;
1685 *-gould)
1686 os=-sysv
1687 ;;
1688 *-highlevel)
1689 os=-bsd
1690 ;;
1691 *-encore)
1692 os=-bsd
1693 ;;
1694 *-sgi)
1695 os=-irix
1696 ;;
1697 *-siemens)
1698 os=-sysv4
1699 ;;
1700 *-masscomp)
1701 os=-rtu
1702 ;;
1703 f30[01]-fujitsu | f700-fujitsu)
1704 os=-uxpv
1705 ;;
1706 *-rom68k)
1707 os=-coff
1708 ;;
1709 *-*bug)
1710 os=-coff
1711 ;;
1712 *-apple)
1713 os=-macos
1714 ;;
1715 *-atari*)
1716 os=-mint
1717 ;;
1718 *)
1719 os=-none
1720 ;;
1721 esac
1722 fi
1723
1724 # Here we handle the case where we know the os, and the CPU type, but not the
1725 # manufacturer. We pick the logical manufacturer.
1726 vendor=unknown
1727 case $basic_machine in
1728 *-unknown)
1729 case $os in
1730 -riscix*)
1731 vendor=acorn
1732 ;;
1733 -sunos*)
1734 vendor=sun
1735 ;;
1736 -cnk*|-aix*)
1737 vendor=ibm
1738 ;;
1739 -beos*)
1740 vendor=be
1741 ;;
1742 -hpux*)
1743 vendor=hp
1744 ;;
1745 -mpeix*)
1746 vendor=hp
1747 ;;
1748 -hiux*)
1749 vendor=hitachi
1750 ;;
1751 -unos*)
1752 vendor=crds
1753 ;;
1754 -dgux*)
1755 vendor=dg
1756 ;;
1757 -luna*)
1758 vendor=omron
1759 ;;
1760 -genix*)
1761 vendor=ns
1762 ;;
1763 -mvs* | -opened*)
1764 vendor=ibm
1765 ;;
1766 -os400*)
1767 vendor=ibm
1768 ;;
1769 -ptx*)
1770 vendor=sequent
1771 ;;
1772 -tpf*)
1773 vendor=ibm
1774 ;;
1775 -vxsim* | -vxworks* | -windiss*)
1776 vendor=wrs
1777 ;;
1778 -aux*)
1779 vendor=apple
1780 ;;
1781 -hms*)
1782 vendor=hitachi
1783 ;;
1784 -mpw* | -macos*)
1785 vendor=apple
1786 ;;
1787 -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*)
1788 vendor=atari
1789 ;;
1790 -vos*)
1791 vendor=stratus
1792 ;;
1793 esac
1794 basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
1795 ;;
1796 esac
1797
1798 echo $basic_machine$os
1799 exit
1800
1801 # Local variables:
1802 # eval: (add-hook 'write-file-hooks 'time-stamp)
1803 # time-stamp-start: "timestamp='"
1804 # time-stamp-format: "%:y-%02m-%02d"
1805 # time-stamp-end: "'"
1806 # End:
0 #! /bin/sh
1 # Guess values for system-dependent variables and create Makefiles.
2 # Generated by GNU Autoconf 2.69 for avahi 0.6.32.
3 #
4 # Report bugs to <avahi (at) lists (dot) freedesktop (dot) org>.
5 #
6 #
7 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
8 #
9 #
10 # This configure script is free software; the Free Software Foundation
11 # gives unlimited permission to copy, distribute and modify it.
12 ## -------------------- ##
13 ## M4sh Initialization. ##
14 ## -------------------- ##
15
16 # Be more Bourne compatible
17 DUALCASE=1; export DUALCASE # for MKS sh
18 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
19 emulate sh
20 NULLCMD=:
21 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
22 # is contrary to our usage. Disable this feature.
23 alias -g '${1+"$@"}'='"$@"'
24 setopt NO_GLOB_SUBST
25 else
26 case `(set -o) 2>/dev/null` in #(
27 *posix*) :
28 set -o posix ;; #(
29 *) :
30 ;;
31 esac
32 fi
33
34
35 as_nl='
36 '
37 export as_nl
38 # Printing a long string crashes Solaris 7 /usr/bin/printf.
39 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
40 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
41 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
42 # Prefer a ksh shell builtin over an external printf program on Solaris,
43 # but without wasting forks for bash or zsh.
44 if test -z "$BASH_VERSION$ZSH_VERSION" \
45 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
46 as_echo='print -r --'
47 as_echo_n='print -rn --'
48 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
49 as_echo='printf %s\n'
50 as_echo_n='printf %s'
51 else
52 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
53 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
54 as_echo_n='/usr/ucb/echo -n'
55 else
56 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
57 as_echo_n_body='eval
58 arg=$1;
59 case $arg in #(
60 *"$as_nl"*)
61 expr "X$arg" : "X\\(.*\\)$as_nl";
62 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
63 esac;
64 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
65 '
66 export as_echo_n_body
67 as_echo_n='sh -c $as_echo_n_body as_echo'
68 fi
69 export as_echo_body
70 as_echo='sh -c $as_echo_body as_echo'
71 fi
72
73 # The user is always right.
74 if test "${PATH_SEPARATOR+set}" != set; then
75 PATH_SEPARATOR=:
76 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
77 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
78 PATH_SEPARATOR=';'
79 }
80 fi
81
82
83 # IFS
84 # We need space, tab and new line, in precisely that order. Quoting is
85 # there to prevent editors from complaining about space-tab.
86 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
87 # splitting by setting IFS to empty value.)
88 IFS=" "" $as_nl"
89
90 # Find who we are. Look in the path if we contain no directory separator.
91 as_myself=
92 case $0 in #((
93 *[\\/]* ) as_myself=$0 ;;
94 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
95 for as_dir in $PATH
96 do
97 IFS=$as_save_IFS
98 test -z "$as_dir" && as_dir=.
99 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
100 done
101 IFS=$as_save_IFS
102
103 ;;
104 esac
105 # We did not find ourselves, most probably we were run as `sh COMMAND'
106 # in which case we are not to be found in the path.
107 if test "x$as_myself" = x; then
108 as_myself=$0
109 fi
110 if test ! -f "$as_myself"; then
111 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
112 exit 1
113 fi
114
115 # Unset variables that we do not need and which cause bugs (e.g. in
116 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
117 # suppresses any "Segmentation fault" message there. '((' could
118 # trigger a bug in pdksh 5.2.14.
119 for as_var in BASH_ENV ENV MAIL MAILPATH
120 do eval test x\${$as_var+set} = xset \
121 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
122 done
123 PS1='$ '
124 PS2='> '
125 PS4='+ '
126
127 # NLS nuisances.
128 LC_ALL=C
129 export LC_ALL
130 LANGUAGE=C
131 export LANGUAGE
132
133 # CDPATH.
134 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
135
136 # Use a proper internal environment variable to ensure we don't fall
137 # into an infinite loop, continuously re-executing ourselves.
138 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
139 _as_can_reexec=no; export _as_can_reexec;
140 # We cannot yet assume a decent shell, so we have to provide a
141 # neutralization value for shells without unset; and this also
142 # works around shells that cannot unset nonexistent variables.
143 # Preserve -v and -x to the replacement shell.
144 BASH_ENV=/dev/null
145 ENV=/dev/null
146 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
147 case $- in # ((((
148 *v*x* | *x*v* ) as_opts=-vx ;;
149 *v* ) as_opts=-v ;;
150 *x* ) as_opts=-x ;;
151 * ) as_opts= ;;
152 esac
153 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
154 # Admittedly, this is quite paranoid, since all the known shells bail
155 # out after a failed `exec'.
156 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
157 as_fn_exit 255
158 fi
159 # We don't want this to propagate to other subprocesses.
160 { _as_can_reexec=; unset _as_can_reexec;}
161 if test "x$CONFIG_SHELL" = x; then
162 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
163 emulate sh
164 NULLCMD=:
165 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
166 # is contrary to our usage. Disable this feature.
167 alias -g '\${1+\"\$@\"}'='\"\$@\"'
168 setopt NO_GLOB_SUBST
169 else
170 case \`(set -o) 2>/dev/null\` in #(
171 *posix*) :
172 set -o posix ;; #(
173 *) :
174 ;;
175 esac
176 fi
177 "
178 as_required="as_fn_return () { (exit \$1); }
179 as_fn_success () { as_fn_return 0; }
180 as_fn_failure () { as_fn_return 1; }
181 as_fn_ret_success () { return 0; }
182 as_fn_ret_failure () { return 1; }
183
184 exitcode=0
185 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
186 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
187 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
188 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
189 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
190
191 else
192 exitcode=1; echo positional parameters were not saved.
193 fi
194 test x\$exitcode = x0 || exit 1
195 test -x / || exit 1"
196 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
197 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
198 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
199 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
200 test \$(( 1 + 1 )) = 2 || exit 1
201
202 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
203 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
204 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
205 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
206 PATH=/empty FPATH=/empty; export PATH FPATH
207 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
208 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
209 if (eval "$as_required") 2>/dev/null; then :
210 as_have_required=yes
211 else
212 as_have_required=no
213 fi
214 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
215
216 else
217 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
218 as_found=false
219 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
220 do
221 IFS=$as_save_IFS
222 test -z "$as_dir" && as_dir=.
223 as_found=:
224 case $as_dir in #(
225 /*)
226 for as_base in sh bash ksh sh5; do
227 # Try only shells that exist, to save several forks.
228 as_shell=$as_dir/$as_base
229 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
230 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
231 CONFIG_SHELL=$as_shell as_have_required=yes
232 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
233 break 2
234 fi
235 fi
236 done;;
237 esac
238 as_found=false
239 done
240 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
241 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
242 CONFIG_SHELL=$SHELL as_have_required=yes
243 fi; }
244 IFS=$as_save_IFS
245
246
247 if test "x$CONFIG_SHELL" != x; then :
248 export CONFIG_SHELL
249 # We cannot yet assume a decent shell, so we have to provide a
250 # neutralization value for shells without unset; and this also
251 # works around shells that cannot unset nonexistent variables.
252 # Preserve -v and -x to the replacement shell.
253 BASH_ENV=/dev/null
254 ENV=/dev/null
255 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
256 case $- in # ((((
257 *v*x* | *x*v* ) as_opts=-vx ;;
258 *v* ) as_opts=-v ;;
259 *x* ) as_opts=-x ;;
260 * ) as_opts= ;;
261 esac
262 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
263 # Admittedly, this is quite paranoid, since all the known shells bail
264 # out after a failed `exec'.
265 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
266 exit 255
267 fi
268
269 if test x$as_have_required = xno; then :
270 $as_echo "$0: This script requires a shell more modern than all"
271 $as_echo "$0: the shells that I found on your system."
272 if test x${ZSH_VERSION+set} = xset ; then
273 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
274 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
275 else
276 $as_echo "$0: Please tell bug-autoconf@gnu.org and avahi (at) lists
277 $0: (dot) freedesktop (dot) org about your system,
278 $0: including any error possibly output before this
279 $0: message. Then install a modern shell, or manually run
280 $0: the script under such a shell if you do have one."
281 fi
282 exit 1
283 fi
284 fi
285 fi
286 SHELL=${CONFIG_SHELL-/bin/sh}
287 export SHELL
288 # Unset more variables known to interfere with behavior of common tools.
289 CLICOLOR_FORCE= GREP_OPTIONS=
290 unset CLICOLOR_FORCE GREP_OPTIONS
291
292 ## --------------------- ##
293 ## M4sh Shell Functions. ##
294 ## --------------------- ##
295 # as_fn_unset VAR
296 # ---------------
297 # Portably unset VAR.
298 as_fn_unset ()
299 {
300 { eval $1=; unset $1;}
301 }
302 as_unset=as_fn_unset
303
304 # as_fn_set_status STATUS
305 # -----------------------
306 # Set $? to STATUS, without forking.
307 as_fn_set_status ()
308 {
309 return $1
310 } # as_fn_set_status
311
312 # as_fn_exit STATUS
313 # -----------------
314 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
315 as_fn_exit ()
316 {
317 set +e
318 as_fn_set_status $1
319 exit $1
320 } # as_fn_exit
321
322 # as_fn_mkdir_p
323 # -------------
324 # Create "$as_dir" as a directory, including parents if necessary.
325 as_fn_mkdir_p ()
326 {
327
328 case $as_dir in #(
329 -*) as_dir=./$as_dir;;
330 esac
331 test -d "$as_dir" || eval $as_mkdir_p || {
332 as_dirs=
333 while :; do
334 case $as_dir in #(
335 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
336 *) as_qdir=$as_dir;;
337 esac
338 as_dirs="'$as_qdir' $as_dirs"
339 as_dir=`$as_dirname -- "$as_dir" ||
340 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
341 X"$as_dir" : 'X\(//\)[^/]' \| \
342 X"$as_dir" : 'X\(//\)$' \| \
343 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
344 $as_echo X"$as_dir" |
345 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
346 s//\1/
347 q
348 }
349 /^X\(\/\/\)[^/].*/{
350 s//\1/
351 q
352 }
353 /^X\(\/\/\)$/{
354 s//\1/
355 q
356 }
357 /^X\(\/\).*/{
358 s//\1/
359 q
360 }
361 s/.*/./; q'`
362 test -d "$as_dir" && break
363 done
364 test -z "$as_dirs" || eval "mkdir $as_dirs"
365 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
366
367
368 } # as_fn_mkdir_p
369
370 # as_fn_executable_p FILE
371 # -----------------------
372 # Test if FILE is an executable regular file.
373 as_fn_executable_p ()
374 {
375 test -f "$1" && test -x "$1"
376 } # as_fn_executable_p
377 # as_fn_append VAR VALUE
378 # ----------------------
379 # Append the text in VALUE to the end of the definition contained in VAR. Take
380 # advantage of any shell optimizations that allow amortized linear growth over
381 # repeated appends, instead of the typical quadratic growth present in naive
382 # implementations.
383 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
384 eval 'as_fn_append ()
385 {
386 eval $1+=\$2
387 }'
388 else
389 as_fn_append ()
390 {
391 eval $1=\$$1\$2
392 }
393 fi # as_fn_append
394
395 # as_fn_arith ARG...
396 # ------------------
397 # Perform arithmetic evaluation on the ARGs, and store the result in the
398 # global $as_val. Take advantage of shells that can avoid forks. The arguments
399 # must be portable across $(()) and expr.
400 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
401 eval 'as_fn_arith ()
402 {
403 as_val=$(( $* ))
404 }'
405 else
406 as_fn_arith ()
407 {
408 as_val=`expr "$@" || test $? -eq 1`
409 }
410 fi # as_fn_arith
411
412
413 # as_fn_error STATUS ERROR [LINENO LOG_FD]
414 # ----------------------------------------
415 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
416 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
417 # script with STATUS, using 1 if that was 0.
418 as_fn_error ()
419 {
420 as_status=$1; test $as_status -eq 0 && as_status=1
421 if test "$4"; then
422 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
423 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
424 fi
425 $as_echo "$as_me: error: $2" >&2
426 as_fn_exit $as_status
427 } # as_fn_error
428
429 if expr a : '\(a\)' >/dev/null 2>&1 &&
430 test "X`expr 00001 : '.*\(...\)'`" = X001; then
431 as_expr=expr
432 else
433 as_expr=false
434 fi
435
436 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
437 as_basename=basename
438 else
439 as_basename=false
440 fi
441
442 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
443 as_dirname=dirname
444 else
445 as_dirname=false
446 fi
447
448 as_me=`$as_basename -- "$0" ||
449 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
450 X"$0" : 'X\(//\)$' \| \
451 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
452 $as_echo X/"$0" |
453 sed '/^.*\/\([^/][^/]*\)\/*$/{
454 s//\1/
455 q
456 }
457 /^X\/\(\/\/\)$/{
458 s//\1/
459 q
460 }
461 /^X\/\(\/\).*/{
462 s//\1/
463 q
464 }
465 s/.*/./; q'`
466
467 # Avoid depending upon Character Ranges.
468 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
469 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
470 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
471 as_cr_digits='0123456789'
472 as_cr_alnum=$as_cr_Letters$as_cr_digits
473
474
475 as_lineno_1=$LINENO as_lineno_1a=$LINENO
476 as_lineno_2=$LINENO as_lineno_2a=$LINENO
477 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
478 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
479 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
480 sed -n '
481 p
482 /[$]LINENO/=
483 ' <$as_myself |
484 sed '
485 s/[$]LINENO.*/&-/
486 t lineno
487 b
488 :lineno
489 N
490 :loop
491 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
492 t loop
493 s/-\n.*//
494 ' >$as_me.lineno &&
495 chmod +x "$as_me.lineno" ||
496 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
497
498 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
499 # already done that, so ensure we don't try to do so again and fall
500 # in an infinite loop. This has already happened in practice.
501 _as_can_reexec=no; export _as_can_reexec
502 # Don't try to exec as it changes $[0], causing all sort of problems
503 # (the dirname of $[0] is not the place where we might find the
504 # original and so on. Autoconf is especially sensitive to this).
505 . "./$as_me.lineno"
506 # Exit status is that of the last command.
507 exit
508 }
509
510 ECHO_C= ECHO_N= ECHO_T=
511 case `echo -n x` in #(((((
512 -n*)
513 case `echo 'xy\c'` in
514 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
515 xy) ECHO_C='\c';;
516 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
517 ECHO_T=' ';;
518 esac;;
519 *)
520 ECHO_N='-n';;
521 esac
522
523 rm -f conf$$ conf$$.exe conf$$.file
524 if test -d conf$$.dir; then
525 rm -f conf$$.dir/conf$$.file
526 else
527 rm -f conf$$.dir
528 mkdir conf$$.dir 2>/dev/null
529 fi
530 if (echo >conf$$.file) 2>/dev/null; then
531 if ln -s conf$$.file conf$$ 2>/dev/null; then
532 as_ln_s='ln -s'
533 # ... but there are two gotchas:
534 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
535 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
536 # In both cases, we have to default to `cp -pR'.
537 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
538 as_ln_s='cp -pR'
539 elif ln conf$$.file conf$$ 2>/dev/null; then
540 as_ln_s=ln
541 else
542 as_ln_s='cp -pR'
543 fi
544 else
545 as_ln_s='cp -pR'
546 fi
547 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
548 rmdir conf$$.dir 2>/dev/null
549
550 if mkdir -p . 2>/dev/null; then
551 as_mkdir_p='mkdir -p "$as_dir"'
552 else
553 test -d ./-p && rmdir ./-p
554 as_mkdir_p=false
555 fi
556
557 as_test_x='test -x'
558 as_executable_p=as_fn_executable_p
559
560 # Sed expression to map a string onto a valid CPP name.
561 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
562
563 # Sed expression to map a string onto a valid variable name.
564 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
565
566 SHELL=${CONFIG_SHELL-/bin/sh}
567
568
569 test -n "$DJDIR" || exec 7<&0 </dev/null
570 exec 6>&1
571
572 # Name of the host.
573 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
574 # so uname gets run too.
575 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
576
577 #
578 # Initializations.
579 #
580 ac_default_prefix=/usr/local
581 ac_clean_files=
582 ac_config_libobj_dir=.
583 LIBOBJS=
584 cross_compiling=no
585 subdirs=
586 MFLAGS=
587 MAKEFLAGS=
588
589 # Identity of this package.
590 PACKAGE_NAME='avahi'
591 PACKAGE_TARNAME='avahi'
592 PACKAGE_VERSION='0.6.32'
593 PACKAGE_STRING='avahi 0.6.32'
594 PACKAGE_BUGREPORT='avahi (at) lists (dot) freedesktop (dot) org'
595 PACKAGE_URL=''
596
597 ac_unique_file="avahi-core/server.c"
598 # Factoring default headers for most tests.
599 ac_includes_default="\
600 #include <stdio.h>
601 #ifdef HAVE_SYS_TYPES_H
602 # include <sys/types.h>
603 #endif
604 #ifdef HAVE_SYS_STAT_H
605 # include <sys/stat.h>
606 #endif
607 #ifdef STDC_HEADERS
608 # include <stdlib.h>
609 # include <stddef.h>
610 #else
611 # ifdef HAVE_STDLIB_H
612 # include <stdlib.h>
613 # endif
614 #endif
615 #ifdef HAVE_STRING_H
616 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
617 # include <memory.h>
618 # endif
619 # include <string.h>
620 #endif
621 #ifdef HAVE_STRINGS_H
622 # include <strings.h>
623 #endif
624 #ifdef HAVE_INTTYPES_H
625 # include <inttypes.h>
626 #endif
627 #ifdef HAVE_STDINT_H
628 # include <stdint.h>
629 #endif
630 #ifdef HAVE_UNISTD_H
631 # include <unistd.h>
632 #endif"
633
634 ac_subst_vars='am__EXEEXT_FALSE
635 am__EXEEXT_TRUE
636 LTLIBOBJS
637 HAVE_SYSTEMD_FALSE
638 HAVE_SYSTEMD_TRUE
639 systemdsystemunitdir
640 ENABLE_COMPAT_HOWL_FALSE
641 ENABLE_COMPAT_HOWL_TRUE
642 ENABLE_COMPAT_LIBDNS_SD_FALSE
643 ENABLE_COMPAT_LIBDNS_SD_TRUE
644 ENABLE_TESTS_FALSE
645 ENABLE_TESTS_TRUE
646 BUILD_MANPAGES_FALSE
647 BUILD_MANPAGES_TRUE
648 USE_XMLTOMAN_FALSE
649 USE_XMLTOMAN_TRUE
650 have_xmltoman
651 ENABLE_CORE_DOCS_FALSE
652 ENABLE_CORE_DOCS_TRUE
653 DOXYGEN_PAPER_SIZE
654 DX_COND_latex_FALSE
655 DX_COND_latex_TRUE
656 DX_COND_pdf_FALSE
657 DX_COND_pdf_TRUE
658 DX_PDFLATEX
659 DX_FLAG_pdf
660 DX_COND_ps_FALSE
661 DX_COND_ps_TRUE
662 DX_EGREP
663 DX_DVIPS
664 DX_MAKEINDEX
665 DX_LATEX
666 DX_FLAG_ps
667 DX_COND_html_FALSE
668 DX_COND_html_TRUE
669 DX_FLAG_html
670 DX_COND_chi_FALSE
671 DX_COND_chi_TRUE
672 DX_FLAG_chi
673 DX_COND_chm_FALSE
674 DX_COND_chm_TRUE
675 DX_HHC
676 DX_FLAG_chm
677 DX_COND_xml_FALSE
678 DX_COND_xml_TRUE
679 DX_FLAG_xml
680 DX_COND_rtf_FALSE
681 DX_COND_rtf_TRUE
682 DX_FLAG_rtf
683 DX_COND_man_FALSE
684 DX_COND_man_TRUE
685 DX_FLAG_man
686 DX_COND_dot_FALSE
687 DX_COND_dot_TRUE
688 DX_DOT
689 DX_FLAG_dot
690 DX_COND_doc_FALSE
691 DX_COND_doc_TRUE
692 DX_PERL
693 DX_DOXYGEN
694 DX_FLAG_doc
695 DX_ENV
696 DX_DOCDIR
697 DX_CONFIG
698 DX_PROJECT
699 interfacesdir
700 avahi_socket
701 avahi_runtime_dir
702 AVAHI_AUTOIPD_GROUP
703 AVAHI_AUTOIPD_USER
704 AVAHI_PRIV_ACCESS_GROUP
705 AVAHI_GROUP
706 AVAHI_USER
707 ENABLE_AUTOIPD_FALSE
708 ENABLE_AUTOIPD_TRUE
709 HAVE_MONODOC_FALSE
710 HAVE_MONODOC_TRUE
711 MONODOC_DIR
712 MDASSEMBLER
713 MONODOCER
714 MONODOC_LIBS
715 MONODOC_CFLAGS
716 HAVE_MONO_FALSE
717 HAVE_MONO_TRUE
718 GACUTIL
719 MCS
720 HAVE_PYTHON_DBUS_FALSE
721 HAVE_PYTHON_DBUS_TRUE
722 HAVE_PYGTK_FALSE
723 HAVE_PYGTK_TRUE
724 HAVE_PYTHON_FALSE
725 HAVE_PYTHON_TRUE
726 pkgpyexecdir
727 pyexecdir
728 pkgpythondir
729 pythondir
730 PYTHON_PLATFORM
731 PYTHON_EXEC_PREFIX
732 PYTHON_PREFIX
733 PYTHON_VERSION
734 PYTHON
735 HAVE_LIBDAEMON_FALSE
736 HAVE_LIBDAEMON_TRUE
737 LIBDAEMON_LIBS
738 LIBDAEMON_CFLAGS
739 HAVE_DBM_FALSE
740 HAVE_DBM_TRUE
741 HAVE_GDBM_FALSE
742 HAVE_GDBM_TRUE
743 HAVE_XML_FALSE
744 HAVE_XML_TRUE
745 XML_CFLAGS
746 XML_LIBS
747 HAVE_DBUS_FALSE
748 HAVE_DBUS_TRUE
749 DBUS_SYSTEM_BUS_DEFAULT_ADDRESS
750 DBUS_SYS_DIR
751 DBUS_LIBS
752 DBUS_CFLAGS
753 HAVE_GTK2OR3_FALSE
754 HAVE_GTK2OR3_TRUE
755 HAVE_GTK3_FALSE
756 HAVE_GTK3_TRUE
757 GTK30_LIBS
758 GTK30_CFLAGS
759 HAVE_GTK_FALSE
760 HAVE_GTK_TRUE
761 GTK20_LIBS
762 GTK20_CFLAGS
763 HAVE_QT4_FALSE
764 HAVE_QT4_TRUE
765 MOC_QT4
766 QT4_LIBS
767 QT4_CFLAGS
768 HAVE_QT3_FALSE
769 HAVE_QT3_TRUE
770 MOC_QT3
771 QT3_LIBS
772 QT3_CFLAGS
773 HAVE_INTROSPECTION_FALSE
774 HAVE_INTROSPECTION_TRUE
775 INTROSPECTION_MAKEFILE
776 INTROSPECTION_LIBS
777 INTROSPECTION_CFLAGS
778 INTROSPECTION_TYPELIBDIR
779 INTROSPECTION_GIRDIR
780 INTROSPECTION_GENERATE
781 INTROSPECTION_COMPILER
782 INTROSPECTION_SCANNER
783 HAVE_GOBJECT_FALSE
784 HAVE_GOBJECT_TRUE
785 GOBJECT_LIBS
786 GOBJECT_CFLAGS
787 HAVE_GLIB_FALSE
788 HAVE_GLIB_TRUE
789 GLIB20_LIBS
790 GLIB20_CFLAGS
791 PKG_CONFIG_LIBDIR
792 PKG_CONFIG_PATH
793 PKG_CONFIG
794 have_pkg_config
795 avahilocaledir
796 MKINSTALLDIRS
797 POSUB
798 POFILES
799 PO_IN_DATADIR_FALSE
800 PO_IN_DATADIR_TRUE
801 INTLLIBS
802 INSTOBJEXT
803 GMOFILES
804 DATADIRNAME
805 CATOBJEXT
806 CATALOGS
807 MSGFMT_OPTS
808 GETTEXT_PACKAGE
809 ALL_LINGUAS
810 INTLTOOL_PERL
811 GMSGFMT
812 MSGFMT
813 MSGMERGE
814 XGETTEXT
815 INTLTOOL_POLICY_RULE
816 INTLTOOL_SERVICE_RULE
817 INTLTOOL_THEME_RULE
818 INTLTOOL_SCHEMAS_RULE
819 INTLTOOL_CAVES_RULE
820 INTLTOOL_XML_NOMERGE_RULE
821 INTLTOOL_XML_RULE
822 INTLTOOL_KBD_RULE
823 INTLTOOL_XAM_RULE
824 INTLTOOL_UI_RULE
825 INTLTOOL_SOUNDLIST_RULE
826 INTLTOOL_SHEET_RULE
827 INTLTOOL_SERVER_RULE
828 INTLTOOL_PONG_RULE
829 INTLTOOL_OAF_RULE
830 INTLTOOL_PROP_RULE
831 INTLTOOL_KEYS_RULE
832 INTLTOOL_DIRECTORY_RULE
833 INTLTOOL_DESKTOP_RULE
834 intltool__v_merge_options_0
835 intltool__v_merge_options_
836 INTLTOOL_V_MERGE_OPTIONS
837 INTLTOOL__v_MERGE_0
838 INTLTOOL__v_MERGE_
839 INTLTOOL_V_MERGE
840 INTLTOOL_EXTRACT
841 INTLTOOL_MERGE
842 INTLTOOL_UPDATE
843 USE_NLS
844 HAVE_KQUEUE_FALSE
845 HAVE_KQUEUE_TRUE
846 HAVE_INOTIFY_FALSE
847 HAVE_INOTIFY_TRUE
848 HAVE_DLOPEN_FALSE
849 HAVE_DLOPEN_TRUE
850 ENABLE_CHROOT_FALSE
851 ENABLE_CHROOT_TRUE
852 VISIBILITY_HIDDEN_CFLAGS
853 LIBOBJS
854 TARGET_SLACKWARE_FALSE
855 TARGET_SLACKWARE_TRUE
856 TARGET_FREEBSD_FALSE
857 TARGET_FREEBSD_TRUE
858 TARGET_NETBSD_FALSE
859 TARGET_NETBSD_TRUE
860 TARGET_DARWIN_FALSE
861 TARGET_DARWIN_TRUE
862 TARGET_MANDRIVA_FALSE
863 TARGET_MANDRIVA_TRUE
864 TARGET_FEDORA_FALSE
865 TARGET_FEDORA_TRUE
866 TARGET_ARCHLINUX_FALSE
867 TARGET_ARCHLINUX_TRUE
868 TARGET_DEBIAN_FALSE
869 TARGET_DEBIAN_TRUE
870 TARGET_GENTOO_FALSE
871 TARGET_GENTOO_TRUE
872 TARGET_SUSE_FALSE
873 TARGET_SUSE_TRUE
874 TARGET_LFS_FALSE
875 TARGET_LFS_TRUE
876 HAVE_SYS_SYSCTL_H_FALSE
877 HAVE_SYS_SYSCTL_H_TRUE
878 HAVE_SYS_FILIO_H_FALSE
879 HAVE_SYS_FILIO_H_TRUE
880 HAVE_PF_ROUTE_FALSE
881 HAVE_PF_ROUTE_TRUE
882 HAVE_NETLINK_FALSE
883 HAVE_NETLINK_TRUE
884 PTHREAD_CFLAGS
885 PTHREAD_LIBS
886 PTHREAD_CC
887 acx_pthread_config
888 CXXCPP
889 LT_SYS_LIBRARY_PATH
890 OTOOL64
891 OTOOL
892 LIPO
893 NMEDIT
894 DSYMUTIL
895 MANIFEST_TOOL
896 RANLIB
897 ac_ct_AR
898 AR
899 DLLTOOL
900 OBJDUMP
901 NM
902 ac_ct_DUMPBIN
903 DUMPBIN
904 LD
905 FGREP
906 SED
907 LIBTOOL
908 LN_S
909 EGREP
910 GREP
911 CPP
912 am__fastdepCXX_FALSE
913 am__fastdepCXX_TRUE
914 CXXDEPMODE
915 ac_ct_CXX
916 CXXFLAGS
917 CXX
918 am__fastdepCC_FALSE
919 am__fastdepCC_TRUE
920 CCDEPMODE
921 am__nodep
922 AMDEPBACKSLASH
923 AMDEP_FALSE
924 AMDEP_TRUE
925 am__quote
926 am__include
927 DEPDIR
928 OBJEXT
929 EXEEXT
930 ac_ct_CC
931 CPPFLAGS
932 LDFLAGS
933 CFLAGS
934 CC
935 STOW
936 host_os
937 host_vendor
938 host_cpu
939 host
940 build_os
941 build_vendor
942 build_cpu
943 build
944 HOWL_COMPAT_VERSION
945 LIBAVAHI_COMPAT_HOWL_VERSION_INFO
946 LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO
947 LIBAVAHI_UI_VERSION_INFO
948 LIBAVAHI_QT4_VERSION_INFO
949 LIBAVAHI_QT3_VERSION_INFO
950 LIBAVAHI_GOBJECT_VERSION_INFO
951 LIBAVAHI_GLIB_VERSION_INFO
952 LIBAVAHI_CLIENT_VERSION_INFO
953 LIBAVAHI_CORE_VERSION_INFO
954 LIBAVAHI_COMMON_VERSION_INFO
955 AM_BACKSLASH
956 AM_DEFAULT_VERBOSITY
957 AM_DEFAULT_V
958 AM_V
959 am__untar
960 am__tar
961 AMTAR
962 am__leading_dot
963 SET_MAKE
964 AWK
965 mkdir_p
966 MKDIR_P
967 INSTALL_STRIP_PROGRAM
968 STRIP
969 install_sh
970 MAKEINFO
971 AUTOHEADER
972 AUTOMAKE
973 AUTOCONF
974 ACLOCAL
975 VERSION
976 PACKAGE
977 CYGPATH_W
978 am__isrc
979 INSTALL_DATA
980 INSTALL_SCRIPT
981 INSTALL_PROGRAM
982 target_alias
983 host_alias
984 build_alias
985 LIBS
986 ECHO_T
987 ECHO_N
988 ECHO_C
989 DEFS
990 mandir
991 localedir
992 libdir
993 psdir
994 pdfdir
995 dvidir
996 htmldir
997 infodir
998 docdir
999 oldincludedir
1000 includedir
1001 runstatedir
1002 localstatedir
1003 sharedstatedir
1004 sysconfdir
1005 datadir
1006 datarootdir
1007 libexecdir
1008 sbindir
1009 bindir
1010 program_transform_name
1011 prefix
1012 exec_prefix
1013 PACKAGE_URL
1014 PACKAGE_BUGREPORT
1015 PACKAGE_STRING
1016 PACKAGE_VERSION
1017 PACKAGE_TARNAME
1018 PACKAGE_NAME
1019 PATH_SEPARATOR
1020 SHELL'
1021 ac_subst_files=''
1022 ac_user_opts='
1023 enable_option_checking
1024 enable_silent_rules
1025 enable_dependency_tracking
1026 enable_stack_protector
1027 enable_shared
1028 enable_static
1029 with_pic
1030 enable_fast_install
1031 with_aix_soname
1032 with_gnu_ld
1033 with_sysroot
1034 enable_libtool_lock
1035 with_distro
1036 enable_nls
1037 enable_glib
1038 enable_gobject
1039 enable_introspection
1040 enable_qt3
1041 enable_qt4
1042 enable_gtk
1043 enable_gtk3
1044 enable_dbus
1045 with_dbus_sys
1046 with_dbus_system_socket
1047 with_xml
1048 enable_dbm
1049 enable_gdbm
1050 enable_libdaemon
1051 enable_python
1052 enable_pygtk
1053 enable_python_dbus
1054 enable_mono
1055 enable_monodoc
1056 enable_autoipd
1057 with_avahi_user
1058 with_avahi_group
1059 with_avahi_priv_access_group
1060 with_autoipd_user
1061 with_autoipd_group
1062 enable_doxygen_doc
1063 enable_doxygen_dot
1064 enable_doxygen_man
1065 enable_doxygen_rtf
1066 enable_doxygen_xml
1067 enable_doxygen_chm
1068 enable_doxygen_chi
1069 enable_doxygen_html
1070 enable_doxygen_ps
1071 enable_doxygen_pdf
1072 enable_core_docs
1073 enable_manpages
1074 enable_xmltoman
1075 enable_tests
1076 enable_compat_libdns_sd
1077 enable_compat_howl
1078 with_systemdsystemunitdir
1079 '
1080 ac_precious_vars='build_alias
1081 host_alias
1082 target_alias
1083 CC
1084 CFLAGS
1085 LDFLAGS
1086 LIBS
1087 CPPFLAGS
1088 CXX
1089 CXXFLAGS
1090 CCC
1091 CPP
1092 LT_SYS_LIBRARY_PATH
1093 CXXCPP
1094 PKG_CONFIG
1095 PKG_CONFIG_PATH
1096 PKG_CONFIG_LIBDIR
1097 GLIB20_CFLAGS
1098 GLIB20_LIBS
1099 GOBJECT_CFLAGS
1100 GOBJECT_LIBS
1101 QT3_CFLAGS
1102 QT3_LIBS
1103 QT4_CFLAGS
1104 QT4_LIBS
1105 GTK20_CFLAGS
1106 GTK20_LIBS
1107 GTK30_CFLAGS
1108 GTK30_LIBS
1109 DBUS_CFLAGS
1110 DBUS_LIBS
1111 LIBDAEMON_CFLAGS
1112 LIBDAEMON_LIBS
1113 PYTHON
1114 MONODOC_CFLAGS
1115 MONODOC_LIBS
1116 DOXYGEN_PAPER_SIZE'
1117
1118
1119 # Initialize some variables set by options.
1120 ac_init_help=
1121 ac_init_version=false
1122 ac_unrecognized_opts=
1123 ac_unrecognized_sep=
1124 # The variables have the same names as the options, with
1125 # dashes changed to underlines.
1126 cache_file=/dev/null
1127 exec_prefix=NONE
1128 no_create=
1129 no_recursion=
1130 prefix=NONE
1131 program_prefix=NONE
1132 program_suffix=NONE
1133 program_transform_name=s,x,x,
1134 silent=
1135 site=
1136 srcdir=
1137 verbose=
1138 x_includes=NONE
1139 x_libraries=NONE
1140
1141 # Installation directory options.
1142 # These are left unexpanded so users can "make install exec_prefix=/foo"
1143 # and all the variables that are supposed to be based on exec_prefix
1144 # by default will actually change.
1145 # Use braces instead of parens because sh, perl, etc. also accept them.
1146 # (The list follows the same order as the GNU Coding Standards.)
1147 bindir='${exec_prefix}/bin'
1148 sbindir='${exec_prefix}/sbin'
1149 libexecdir='${exec_prefix}/libexec'
1150 datarootdir='${prefix}/share'
1151 datadir='${datarootdir}'
1152 sysconfdir='${prefix}/etc'
1153 sharedstatedir='${prefix}/com'
1154 localstatedir='${prefix}/var'
1155 runstatedir='${localstatedir}/run'
1156 includedir='${prefix}/include'
1157 oldincludedir='/usr/include'
1158 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1159 infodir='${datarootdir}/info'
1160 htmldir='${docdir}'
1161 dvidir='${docdir}'
1162 pdfdir='${docdir}'
1163 psdir='${docdir}'
1164 libdir='${exec_prefix}/lib'
1165 localedir='${datarootdir}/locale'
1166 mandir='${datarootdir}/man'
1167
1168 ac_prev=
1169 ac_dashdash=
1170 for ac_option
1171 do
1172 # If the previous option needs an argument, assign it.
1173 if test -n "$ac_prev"; then
1174 eval $ac_prev=\$ac_option
1175 ac_prev=
1176 continue
1177 fi
1178
1179 case $ac_option in
1180 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1181 *=) ac_optarg= ;;
1182 *) ac_optarg=yes ;;
1183 esac
1184
1185 # Accept the important Cygnus configure options, so we can diagnose typos.
1186
1187 case $ac_dashdash$ac_option in
1188 --)
1189 ac_dashdash=yes ;;
1190
1191 -bindir | --bindir | --bindi | --bind | --bin | --bi)
1192 ac_prev=bindir ;;
1193 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1194 bindir=$ac_optarg ;;
1195
1196 -build | --build | --buil | --bui | --bu)
1197 ac_prev=build_alias ;;
1198 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1199 build_alias=$ac_optarg ;;
1200
1201 -cache-file | --cache-file | --cache-fil | --cache-fi \
1202 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1203 ac_prev=cache_file ;;
1204 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1205 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1206 cache_file=$ac_optarg ;;
1207
1208 --config-cache | -C)
1209 cache_file=config.cache ;;
1210
1211 -datadir | --datadir | --datadi | --datad)
1212 ac_prev=datadir ;;
1213 -datadir=* | --datadir=* | --datadi=* | --datad=*)
1214 datadir=$ac_optarg ;;
1215
1216 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1217 | --dataroo | --dataro | --datar)
1218 ac_prev=datarootdir ;;
1219 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1220 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1221 datarootdir=$ac_optarg ;;
1222
1223 -disable-* | --disable-*)
1224 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1225 # Reject names that are not valid shell variable names.
1226 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1227 as_fn_error $? "invalid feature name: $ac_useropt"
1228 ac_useropt_orig=$ac_useropt
1229 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1230 case $ac_user_opts in
1231 *"
1232 "enable_$ac_useropt"
1233 "*) ;;
1234 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1235 ac_unrecognized_sep=', ';;
1236 esac
1237 eval enable_$ac_useropt=no ;;
1238
1239 -docdir | --docdir | --docdi | --doc | --do)
1240 ac_prev=docdir ;;
1241 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1242 docdir=$ac_optarg ;;
1243
1244 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1245 ac_prev=dvidir ;;
1246 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1247 dvidir=$ac_optarg ;;
1248
1249 -enable-* | --enable-*)
1250 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1251 # Reject names that are not valid shell variable names.
1252 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1253 as_fn_error $? "invalid feature name: $ac_useropt"
1254 ac_useropt_orig=$ac_useropt
1255 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1256 case $ac_user_opts in
1257 *"
1258 "enable_$ac_useropt"
1259 "*) ;;
1260 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1261 ac_unrecognized_sep=', ';;
1262 esac
1263 eval enable_$ac_useropt=\$ac_optarg ;;
1264
1265 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1266 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1267 | --exec | --exe | --ex)
1268 ac_prev=exec_prefix ;;
1269 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1270 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1271 | --exec=* | --exe=* | --ex=*)
1272 exec_prefix=$ac_optarg ;;
1273
1274 -gas | --gas | --ga | --g)
1275 # Obsolete; use --with-gas.
1276 with_gas=yes ;;
1277
1278 -help | --help | --hel | --he | -h)
1279 ac_init_help=long ;;
1280 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1281 ac_init_help=recursive ;;
1282 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1283 ac_init_help=short ;;
1284
1285 -host | --host | --hos | --ho)
1286 ac_prev=host_alias ;;
1287 -host=* | --host=* | --hos=* | --ho=*)
1288 host_alias=$ac_optarg ;;
1289
1290 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1291 ac_prev=htmldir ;;
1292 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1293 | --ht=*)
1294 htmldir=$ac_optarg ;;
1295
1296 -includedir | --includedir | --includedi | --included | --include \
1297 | --includ | --inclu | --incl | --inc)
1298 ac_prev=includedir ;;
1299 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1300 | --includ=* | --inclu=* | --incl=* | --inc=*)
1301 includedir=$ac_optarg ;;
1302
1303 -infodir | --infodir | --infodi | --infod | --info | --inf)
1304 ac_prev=infodir ;;
1305 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1306 infodir=$ac_optarg ;;
1307
1308 -libdir | --libdir | --libdi | --libd)
1309 ac_prev=libdir ;;
1310 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1311 libdir=$ac_optarg ;;
1312
1313 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1314 | --libexe | --libex | --libe)
1315 ac_prev=libexecdir ;;
1316 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1317 | --libexe=* | --libex=* | --libe=*)
1318 libexecdir=$ac_optarg ;;
1319
1320 -localedir | --localedir | --localedi | --localed | --locale)
1321 ac_prev=localedir ;;
1322 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1323 localedir=$ac_optarg ;;
1324
1325 -localstatedir | --localstatedir | --localstatedi | --localstated \
1326 | --localstate | --localstat | --localsta | --localst | --locals)
1327 ac_prev=localstatedir ;;
1328 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1329 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1330 localstatedir=$ac_optarg ;;
1331
1332 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1333 ac_prev=mandir ;;
1334 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1335 mandir=$ac_optarg ;;
1336
1337 -nfp | --nfp | --nf)
1338 # Obsolete; use --without-fp.
1339 with_fp=no ;;
1340
1341 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1342 | --no-cr | --no-c | -n)
1343 no_create=yes ;;
1344
1345 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1346 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1347 no_recursion=yes ;;
1348
1349 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1350 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1351 | --oldin | --oldi | --old | --ol | --o)
1352 ac_prev=oldincludedir ;;
1353 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1354 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1355 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1356 oldincludedir=$ac_optarg ;;
1357
1358 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1359 ac_prev=prefix ;;
1360 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1361 prefix=$ac_optarg ;;
1362
1363 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1364 | --program-pre | --program-pr | --program-p)
1365 ac_prev=program_prefix ;;
1366 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1367 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1368 program_prefix=$ac_optarg ;;
1369
1370 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1371 | --program-suf | --program-su | --program-s)
1372 ac_prev=program_suffix ;;
1373 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1374 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1375 program_suffix=$ac_optarg ;;
1376
1377 -program-transform-name | --program-transform-name \
1378 | --program-transform-nam | --program-transform-na \
1379 | --program-transform-n | --program-transform- \
1380 | --program-transform | --program-transfor \
1381 | --program-transfo | --program-transf \
1382 | --program-trans | --program-tran \
1383 | --progr-tra | --program-tr | --program-t)
1384 ac_prev=program_transform_name ;;
1385 -program-transform-name=* | --program-transform-name=* \
1386 | --program-transform-nam=* | --program-transform-na=* \
1387 | --program-transform-n=* | --program-transform-=* \
1388 | --program-transform=* | --program-transfor=* \
1389 | --program-transfo=* | --program-transf=* \
1390 | --program-trans=* | --program-tran=* \
1391 | --progr-tra=* | --program-tr=* | --program-t=*)
1392 program_transform_name=$ac_optarg ;;
1393
1394 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1395 ac_prev=pdfdir ;;
1396 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1397 pdfdir=$ac_optarg ;;
1398
1399 -psdir | --psdir | --psdi | --psd | --ps)
1400 ac_prev=psdir ;;
1401 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1402 psdir=$ac_optarg ;;
1403
1404 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1405 | -silent | --silent | --silen | --sile | --sil)
1406 silent=yes ;;
1407
1408 -runstatedir | --runstatedir | --runstatedi | --runstated \
1409 | --runstate | --runstat | --runsta | --runst | --runs \
1410 | --run | --ru | --r)
1411 ac_prev=runstatedir ;;
1412 -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
1413 | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
1414 | --run=* | --ru=* | --r=*)
1415 runstatedir=$ac_optarg ;;
1416
1417 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1418 ac_prev=sbindir ;;
1419 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1420 | --sbi=* | --sb=*)
1421 sbindir=$ac_optarg ;;
1422
1423 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1424 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1425 | --sharedst | --shareds | --shared | --share | --shar \
1426 | --sha | --sh)
1427 ac_prev=sharedstatedir ;;
1428 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1429 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1430 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1431 | --sha=* | --sh=*)
1432 sharedstatedir=$ac_optarg ;;
1433
1434 -site | --site | --sit)
1435 ac_prev=site ;;
1436 -site=* | --site=* | --sit=*)
1437 site=$ac_optarg ;;
1438
1439 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1440 ac_prev=srcdir ;;
1441 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1442 srcdir=$ac_optarg ;;
1443
1444 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1445 | --syscon | --sysco | --sysc | --sys | --sy)
1446 ac_prev=sysconfdir ;;
1447 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1448 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1449 sysconfdir=$ac_optarg ;;
1450
1451 -target | --target | --targe | --targ | --tar | --ta | --t)
1452 ac_prev=target_alias ;;
1453 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1454 target_alias=$ac_optarg ;;
1455
1456 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1457 verbose=yes ;;
1458
1459 -version | --version | --versio | --versi | --vers | -V)
1460 ac_init_version=: ;;
1461
1462 -with-* | --with-*)
1463 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1464 # Reject names that are not valid shell variable names.
1465 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1466 as_fn_error $? "invalid package name: $ac_useropt"
1467 ac_useropt_orig=$ac_useropt
1468 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1469 case $ac_user_opts in
1470 *"
1471 "with_$ac_useropt"
1472 "*) ;;
1473 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1474 ac_unrecognized_sep=', ';;
1475 esac
1476 eval with_$ac_useropt=\$ac_optarg ;;
1477
1478 -without-* | --without-*)
1479 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1480 # Reject names that are not valid shell variable names.
1481 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1482 as_fn_error $? "invalid package name: $ac_useropt"
1483 ac_useropt_orig=$ac_useropt
1484 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1485 case $ac_user_opts in
1486 *"
1487 "with_$ac_useropt"
1488 "*) ;;
1489 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1490 ac_unrecognized_sep=', ';;
1491 esac
1492 eval with_$ac_useropt=no ;;
1493
1494 --x)
1495 # Obsolete; use --with-x.
1496 with_x=yes ;;
1497
1498 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1499 | --x-incl | --x-inc | --x-in | --x-i)
1500 ac_prev=x_includes ;;
1501 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1502 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1503 x_includes=$ac_optarg ;;
1504
1505 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1506 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1507 ac_prev=x_libraries ;;
1508 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1509 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1510 x_libraries=$ac_optarg ;;
1511
1512 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1513 Try \`$0 --help' for more information"
1514 ;;
1515
1516 *=*)
1517 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1518 # Reject names that are not valid shell variable names.
1519 case $ac_envvar in #(
1520 '' | [0-9]* | *[!_$as_cr_alnum]* )
1521 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1522 esac
1523 eval $ac_envvar=\$ac_optarg
1524 export $ac_envvar ;;
1525
1526 *)
1527 # FIXME: should be removed in autoconf 3.0.
1528 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1529 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1530 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1531 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1532 ;;
1533
1534 esac
1535 done
1536
1537 if test -n "$ac_prev"; then
1538 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1539 as_fn_error $? "missing argument to $ac_option"
1540 fi
1541
1542 if test -n "$ac_unrecognized_opts"; then
1543 case $enable_option_checking in
1544 no) ;;
1545 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1546 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1547 esac
1548 fi
1549
1550 # Check all directory arguments for consistency.
1551 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1552 datadir sysconfdir sharedstatedir localstatedir includedir \
1553 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1554 libdir localedir mandir runstatedir
1555 do
1556 eval ac_val=\$$ac_var
1557 # Remove trailing slashes.
1558 case $ac_val in
1559 */ )
1560 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1561 eval $ac_var=\$ac_val;;
1562 esac
1563 # Be sure to have absolute directory names.
1564 case $ac_val in
1565 [\\/$]* | ?:[\\/]* ) continue;;
1566 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1567 esac
1568 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1569 done
1570
1571 # There might be people who depend on the old broken behavior: `$host'
1572 # used to hold the argument of --host etc.
1573 # FIXME: To remove some day.
1574 build=$build_alias
1575 host=$host_alias
1576 target=$target_alias
1577
1578 # FIXME: To remove some day.
1579 if test "x$host_alias" != x; then
1580 if test "x$build_alias" = x; then
1581 cross_compiling=maybe
1582 elif test "x$build_alias" != "x$host_alias"; then
1583 cross_compiling=yes
1584 fi
1585 fi
1586
1587 ac_tool_prefix=
1588 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1589
1590 test "$silent" = yes && exec 6>/dev/null
1591
1592
1593 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1594 ac_ls_di=`ls -di .` &&
1595 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1596 as_fn_error $? "working directory cannot be determined"
1597 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1598 as_fn_error $? "pwd does not report name of working directory"
1599
1600
1601 # Find the source files, if location was not specified.
1602 if test -z "$srcdir"; then
1603 ac_srcdir_defaulted=yes
1604 # Try the directory containing this script, then the parent directory.
1605 ac_confdir=`$as_dirname -- "$as_myself" ||
1606 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1607 X"$as_myself" : 'X\(//\)[^/]' \| \
1608 X"$as_myself" : 'X\(//\)$' \| \
1609 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1610 $as_echo X"$as_myself" |
1611 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1612 s//\1/
1613 q
1614 }
1615 /^X\(\/\/\)[^/].*/{
1616 s//\1/
1617 q
1618 }
1619 /^X\(\/\/\)$/{
1620 s//\1/
1621 q
1622 }
1623 /^X\(\/\).*/{
1624 s//\1/
1625 q
1626 }
1627 s/.*/./; q'`
1628 srcdir=$ac_confdir
1629 if test ! -r "$srcdir/$ac_unique_file"; then
1630 srcdir=..
1631 fi
1632 else
1633 ac_srcdir_defaulted=no
1634 fi
1635 if test ! -r "$srcdir/$ac_unique_file"; then
1636 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1637 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1638 fi
1639 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1640 ac_abs_confdir=`(
1641 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1642 pwd)`
1643 # When building in place, set srcdir=.
1644 if test "$ac_abs_confdir" = "$ac_pwd"; then
1645 srcdir=.
1646 fi
1647 # Remove unnecessary trailing slashes from srcdir.
1648 # Double slashes in file names in object file debugging info
1649 # mess up M-x gdb in Emacs.
1650 case $srcdir in
1651 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1652 esac
1653 for ac_var in $ac_precious_vars; do
1654 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1655 eval ac_env_${ac_var}_value=\$${ac_var}
1656 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1657 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1658 done
1659
1660 #
1661 # Report the --help message.
1662 #
1663 if test "$ac_init_help" = "long"; then
1664 # Omit some internal or obsolete options to make the list less imposing.
1665 # This message is too long to be a string in the A/UX 3.1 sh.
1666 cat <<_ACEOF
1667 \`configure' configures avahi 0.6.32 to adapt to many kinds of systems.
1668
1669 Usage: $0 [OPTION]... [VAR=VALUE]...
1670
1671 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1672 VAR=VALUE. See below for descriptions of some of the useful variables.
1673
1674 Defaults for the options are specified in brackets.
1675
1676 Configuration:
1677 -h, --help display this help and exit
1678 --help=short display options specific to this package
1679 --help=recursive display the short help of all the included packages
1680 -V, --version display version information and exit
1681 -q, --quiet, --silent do not print \`checking ...' messages
1682 --cache-file=FILE cache test results in FILE [disabled]
1683 -C, --config-cache alias for \`--cache-file=config.cache'
1684 -n, --no-create do not create output files
1685 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1686
1687 Installation directories:
1688 --prefix=PREFIX install architecture-independent files in PREFIX
1689 [$ac_default_prefix]
1690 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1691 [PREFIX]
1692
1693 By default, \`make install' will install all the files in
1694 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1695 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1696 for instance \`--prefix=\$HOME'.
1697
1698 For better control, use the options below.
1699
1700 Fine tuning of the installation directories:
1701 --bindir=DIR user executables [EPREFIX/bin]
1702 --sbindir=DIR system admin executables [EPREFIX/sbin]
1703 --libexecdir=DIR program executables [EPREFIX/libexec]
1704 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1705 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1706 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1707 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
1708 --libdir=DIR object code libraries [EPREFIX/lib]
1709 --includedir=DIR C header files [PREFIX/include]
1710 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1711 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1712 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1713 --infodir=DIR info documentation [DATAROOTDIR/info]
1714 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1715 --mandir=DIR man documentation [DATAROOTDIR/man]
1716 --docdir=DIR documentation root [DATAROOTDIR/doc/avahi]
1717 --htmldir=DIR html documentation [DOCDIR]
1718 --dvidir=DIR dvi documentation [DOCDIR]
1719 --pdfdir=DIR pdf documentation [DOCDIR]
1720 --psdir=DIR ps documentation [DOCDIR]
1721 _ACEOF
1722
1723 cat <<\_ACEOF
1724
1725 Program names:
1726 --program-prefix=PREFIX prepend PREFIX to installed program names
1727 --program-suffix=SUFFIX append SUFFIX to installed program names
1728 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1729
1730 System types:
1731 --build=BUILD configure for building on BUILD [guessed]
1732 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1733 _ACEOF
1734 fi
1735
1736 if test -n "$ac_init_help"; then
1737 case $ac_init_help in
1738 short | recursive ) echo "Configuration of avahi 0.6.32:";;
1739 esac
1740 cat <<\_ACEOF
1741
1742 Optional Features:
1743 --disable-option-checking ignore unrecognized --enable/--with options
1744 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1745 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1746 --enable-silent-rules less verbose build output (undo: "make V=1")
1747 --disable-silent-rules verbose build output (undo: "make V=0")
1748 --enable-dependency-tracking
1749 do not reject slow dependency extractors
1750 --disable-dependency-tracking
1751 speeds up one-time build
1752 --disable-stack-protector
1753 Disable GCC's/libc's stack-smashing protection
1754 --enable-shared[=PKGS] build shared libraries [default=yes]
1755 --enable-static[=PKGS] build static libraries [default=yes]
1756 --enable-fast-install[=PKGS]
1757 optimize for fast installation [default=yes]
1758 --disable-libtool-lock avoid locking (might break parallel builds)
1759 --disable-nls do not use Native Language Support
1760 --disable-glib Disable use of GLib
1761 --disable-gobject Disable use of GLib GObject
1762 --enable-introspection=[no/auto/yes]
1763 Enable introspection for this build
1764 --disable-qt3 Disable building of Qt3 mainloop integration
1765 --disable-qt4 Disable building of Qt4Core mainloop integration
1766 --disable-gtk Disable use of GTK+ 2
1767 --disable-gtk3 Disable use of GTK+ 3
1768 --disable-dbus Disable use of D-Bus
1769 --enable-dbm Enable use of DBM
1770 --disable-gdbm Disable use of GDBM
1771 --disable-libdaemon Disable use of libdaemon
1772 --disable-python Disable scripts that depends on python
1773 --disable-pygtk Disable use of GTK in Python
1774 --disable-python-dbus Disable use of D-Bus in Python
1775 --disable-mono Disable mono bindings
1776 --disable-monodoc Disable documentation for mono bindings
1777 --disable-autoipd Disable building of avahi-autoipd
1778 --disable-doxygen-doc don't generate any doxygen documentation
1779 --disable-doxygen-dot don't generate graphics for doxygen documentation
1780 --enable-doxygen-man generate doxygen manual pages
1781 --enable-doxygen-rtf generate doxygen RTF documentation
1782 --disable-doxygen-xml don't generate doxygen XML documentation
1783 --enable-doxygen-chm generate doxygen compressed HTML help documentation
1784 --enable-doxygen-chi generate doxygen seperate compressed HTML help index
1785 file
1786 --disable-doxygen-html don't generate doxygen plain HTML documentation
1787 --enable-doxygen-ps generate doxygen PostScript documentation
1788 --enable-doxygen-pdf generate doxygen PDF documentation
1789 --enable-core-docs Enable building of documentation for avahi-core
1790 --disable-manpages Disable building and installation of man pages
1791 --disable-xmltoman Disable rebuilding of man pages with xmltoman
1792 --enable-tests Enable building of tests and examples
1793 --enable-compat-libdns_sd
1794 Enable compatibility layer for libdns_sd
1795 --enable-compat-howl Enable compatibility layer for HOWL
1796
1797 Optional Packages:
1798 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1799 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1800 --with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use
1801 both]
1802 --with-aix-soname=aix|svr4|both
1803 shared library versioning (aka "SONAME") variant to
1804 provide on AIX, [default=aix].
1805 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1806 --with-sysroot[=DIR] Search for dependent libraries within DIR (or the
1807 compiler's sysroot if not specified).
1808 --with-distro=DISTRO Specify the distribution to target: One of lfs,
1809 debian, gentoo, archlinux, fedora, mandriva, darwin,
1810 netbsd, freebsd, slackware or none
1811 --with-dbus-sys=<dir> Path to D-Bus system.d directory
1812 --with-dbus-system-address=<address>
1813 Path to the D-Bus system socket, you probably want
1814 to put unix:path= at the start. Only needed for very
1815 old D-Bus releases
1816 --with-xml=expat/bsdxml/none
1817 XML library to use
1818 --with-avahi-user=<user>
1819 User for running avahi-daemon (avahi)
1820 --with-avahi-group=<group>
1821 Group for running avahi-daemon (avahi)
1822 --with-avahi-priv-access-group=<group>
1823 Priviliged access group for Avahi clients (netdev)
1824 --with-autoipd-user=<user>
1825 User for running the avahi-autoipd daemon
1826 (avahi-autoipd)
1827 --with-autoipd-group=<group>
1828 Group for running the avahi-autoipd daemon
1829 (avahi-autoipd)
1830 --with-systemdsystemunitdir=DIR
1831 Directory for systemd service files
1832
1833 Some influential environment variables:
1834 CC C compiler command
1835 CFLAGS C compiler flags
1836 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1837 nonstandard directory <lib dir>
1838 LIBS libraries to pass to the linker, e.g. -l<library>
1839 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1840 you have headers in a nonstandard directory <include dir>
1841 CXX C++ compiler command
1842 CXXFLAGS C++ compiler flags
1843 CPP C preprocessor
1844 LT_SYS_LIBRARY_PATH
1845 User-defined run-time library search path.
1846 CXXCPP C++ preprocessor
1847 PKG_CONFIG path to pkg-config utility
1848 PKG_CONFIG_PATH
1849 directories to add to pkg-config's search path
1850 PKG_CONFIG_LIBDIR
1851 path overriding pkg-config's built-in search path
1852 GLIB20_CFLAGS
1853 C compiler flags for GLIB20, overriding pkg-config
1854 GLIB20_LIBS linker flags for GLIB20, overriding pkg-config
1855 GOBJECT_CFLAGS
1856 C compiler flags for GOBJECT, overriding pkg-config
1857 GOBJECT_LIBS
1858 linker flags for GOBJECT, overriding pkg-config
1859 QT3_CFLAGS C compiler flags for QT3, overriding pkg-config
1860 QT3_LIBS linker flags for QT3, overriding pkg-config
1861 QT4_CFLAGS C compiler flags for QT4, overriding pkg-config
1862 QT4_LIBS linker flags for QT4, overriding pkg-config
1863 GTK20_CFLAGS
1864 C compiler flags for GTK20, overriding pkg-config
1865 GTK20_LIBS linker flags for GTK20, overriding pkg-config
1866 GTK30_CFLAGS
1867 C compiler flags for GTK30, overriding pkg-config
1868 GTK30_LIBS linker flags for GTK30, overriding pkg-config
1869 DBUS_CFLAGS C compiler flags for DBUS, overriding pkg-config
1870 DBUS_LIBS linker flags for DBUS, overriding pkg-config
1871 LIBDAEMON_CFLAGS
1872 C compiler flags for LIBDAEMON, overriding pkg-config
1873 LIBDAEMON_LIBS
1874 linker flags for LIBDAEMON, overriding pkg-config
1875 PYTHON the Python interpreter
1876 MONODOC_CFLAGS
1877 C compiler flags for MONODOC, overriding pkg-config
1878 MONODOC_LIBS
1879 linker flags for MONODOC, overriding pkg-config
1880 DOXYGEN_PAPER_SIZE
1881 a4wide (default), a4, letter, legal or executive
1882
1883 Use these variables to override the choices made by `configure' or to help
1884 it to find libraries and programs with nonstandard names/locations.
1885
1886 Report bugs to <avahi (at) lists (dot) freedesktop (dot) org>.
1887 _ACEOF
1888 ac_status=$?
1889 fi
1890
1891 if test "$ac_init_help" = "recursive"; then
1892 # If there are subdirs, report their specific --help.
1893 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1894 test -d "$ac_dir" ||
1895 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1896 continue
1897 ac_builddir=.
1898
1899 case "$ac_dir" in
1900 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1901 *)
1902 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1903 # A ".." for each directory in $ac_dir_suffix.
1904 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1905 case $ac_top_builddir_sub in
1906 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1907 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1908 esac ;;
1909 esac
1910 ac_abs_top_builddir=$ac_pwd
1911 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1912 # for backward compatibility:
1913 ac_top_builddir=$ac_top_build_prefix
1914
1915 case $srcdir in
1916 .) # We are building in place.
1917 ac_srcdir=.
1918 ac_top_srcdir=$ac_top_builddir_sub
1919 ac_abs_top_srcdir=$ac_pwd ;;
1920 [\\/]* | ?:[\\/]* ) # Absolute name.
1921 ac_srcdir=$srcdir$ac_dir_suffix;
1922 ac_top_srcdir=$srcdir
1923 ac_abs_top_srcdir=$srcdir ;;
1924 *) # Relative name.
1925 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1926 ac_top_srcdir=$ac_top_build_prefix$srcdir
1927 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1928 esac
1929 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1930
1931 cd "$ac_dir" || { ac_status=$?; continue; }
1932 # Check for guested configure.
1933 if test -f "$ac_srcdir/configure.gnu"; then
1934 echo &&
1935 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1936 elif test -f "$ac_srcdir/configure"; then
1937 echo &&
1938 $SHELL "$ac_srcdir/configure" --help=recursive
1939 else
1940 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1941 fi || ac_status=$?
1942 cd "$ac_pwd" || { ac_status=$?; break; }
1943 done
1944 fi
1945
1946 test -n "$ac_init_help" && exit $ac_status
1947 if $ac_init_version; then
1948 cat <<\_ACEOF
1949 avahi configure 0.6.32
1950 generated by GNU Autoconf 2.69
1951
1952 Copyright (C) 2012 Free Software Foundation, Inc.
1953 This configure script is free software; the Free Software Foundation
1954 gives unlimited permission to copy, distribute and modify it.
1955 _ACEOF
1956 exit
1957 fi
1958
1959 ## ------------------------ ##
1960 ## Autoconf initialization. ##
1961 ## ------------------------ ##
1962
1963 # ac_fn_c_try_compile LINENO
1964 # --------------------------
1965 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1966 ac_fn_c_try_compile ()
1967 {
1968 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1969 rm -f conftest.$ac_objext
1970 if { { ac_try="$ac_compile"
1971 case "(($ac_try" in
1972 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1973 *) ac_try_echo=$ac_try;;
1974 esac
1975 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1976 $as_echo "$ac_try_echo"; } >&5
1977 (eval "$ac_compile") 2>conftest.err
1978 ac_status=$?
1979 if test -s conftest.err; then
1980 grep -v '^ *+' conftest.err >conftest.er1
1981 cat conftest.er1 >&5
1982 mv -f conftest.er1 conftest.err
1983 fi
1984 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1985 test $ac_status = 0; } && {
1986 test -z "$ac_c_werror_flag" ||
1987 test ! -s conftest.err
1988 } && test -s conftest.$ac_objext; then :
1989 ac_retval=0
1990 else
1991 $as_echo "$as_me: failed program was:" >&5
1992 sed 's/^/| /' conftest.$ac_ext >&5
1993
1994 ac_retval=1
1995 fi
1996 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1997 as_fn_set_status $ac_retval
1998
1999 } # ac_fn_c_try_compile
2000
2001 # ac_fn_cxx_try_compile LINENO
2002 # ----------------------------
2003 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2004 ac_fn_cxx_try_compile ()
2005 {
2006 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2007 rm -f conftest.$ac_objext
2008 if { { ac_try="$ac_compile"
2009 case "(($ac_try" in
2010 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2011 *) ac_try_echo=$ac_try;;
2012 esac
2013 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2014 $as_echo "$ac_try_echo"; } >&5
2015 (eval "$ac_compile") 2>conftest.err
2016 ac_status=$?
2017 if test -s conftest.err; then
2018 grep -v '^ *+' conftest.err >conftest.er1
2019 cat conftest.er1 >&5
2020 mv -f conftest.er1 conftest.err
2021 fi
2022 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2023 test $ac_status = 0; } && {
2024 test -z "$ac_cxx_werror_flag" ||
2025 test ! -s conftest.err
2026 } && test -s conftest.$ac_objext; then :
2027 ac_retval=0
2028 else
2029 $as_echo "$as_me: failed program was:" >&5
2030 sed 's/^/| /' conftest.$ac_ext >&5
2031
2032 ac_retval=1
2033 fi
2034 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2035 as_fn_set_status $ac_retval
2036
2037 } # ac_fn_cxx_try_compile
2038
2039 # ac_fn_c_try_cpp LINENO
2040 # ----------------------
2041 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2042 ac_fn_c_try_cpp ()
2043 {
2044 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2045 if { { ac_try="$ac_cpp conftest.$ac_ext"
2046 case "(($ac_try" in
2047 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2048 *) ac_try_echo=$ac_try;;
2049 esac
2050 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2051 $as_echo "$ac_try_echo"; } >&5
2052 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2053 ac_status=$?
2054 if test -s conftest.err; then
2055 grep -v '^ *+' conftest.err >conftest.er1
2056 cat conftest.er1 >&5
2057 mv -f conftest.er1 conftest.err
2058 fi
2059 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2060 test $ac_status = 0; } > conftest.i && {
2061 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2062 test ! -s conftest.err
2063 }; then :
2064 ac_retval=0
2065 else
2066 $as_echo "$as_me: failed program was:" >&5
2067 sed 's/^/| /' conftest.$ac_ext >&5
2068
2069 ac_retval=1
2070 fi
2071 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2072 as_fn_set_status $ac_retval
2073
2074 } # ac_fn_c_try_cpp
2075
2076 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2077 # -------------------------------------------------------
2078 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2079 # the include files in INCLUDES and setting the cache variable VAR
2080 # accordingly.
2081 ac_fn_c_check_header_mongrel ()
2082 {
2083 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2084 if eval \${$3+:} false; then :
2085 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2086 $as_echo_n "checking for $2... " >&6; }
2087 if eval \${$3+:} false; then :
2088 $as_echo_n "(cached) " >&6
2089 fi
2090 eval ac_res=\$$3
2091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2092 $as_echo "$ac_res" >&6; }
2093 else
2094 # Is the header compilable?
2095 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2096 $as_echo_n "checking $2 usability... " >&6; }
2097 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2098 /* end confdefs.h. */
2099 $4
2100 #include <$2>
2101 _ACEOF
2102 if ac_fn_c_try_compile "$LINENO"; then :
2103 ac_header_compiler=yes
2104 else
2105 ac_header_compiler=no
2106 fi
2107 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2109 $as_echo "$ac_header_compiler" >&6; }
2110
2111 # Is the header present?
2112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2113 $as_echo_n "checking $2 presence... " >&6; }
2114 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2115 /* end confdefs.h. */
2116 #include <$2>
2117 _ACEOF
2118 if ac_fn_c_try_cpp "$LINENO"; then :
2119 ac_header_preproc=yes
2120 else
2121 ac_header_preproc=no
2122 fi
2123 rm -f conftest.err conftest.i conftest.$ac_ext
2124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2125 $as_echo "$ac_header_preproc" >&6; }
2126
2127 # So? What about this header?
2128 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2129 yes:no: )
2130 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2131 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2132 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2133 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2134 ;;
2135 no:yes:* )
2136 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2137 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2138 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2139 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2140 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2141 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2142 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2143 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2144 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2145 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2146 ( $as_echo "## ----------------------------------------------------------- ##
2147 ## Report this to avahi (at) lists (dot) freedesktop (dot) org ##
2148 ## ----------------------------------------------------------- ##"
2149 ) | sed "s/^/$as_me: WARNING: /" >&2
2150 ;;
2151 esac
2152 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2153 $as_echo_n "checking for $2... " >&6; }
2154 if eval \${$3+:} false; then :
2155 $as_echo_n "(cached) " >&6
2156 else
2157 eval "$3=\$ac_header_compiler"
2158 fi
2159 eval ac_res=\$$3
2160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2161 $as_echo "$ac_res" >&6; }
2162 fi
2163 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2164
2165 } # ac_fn_c_check_header_mongrel
2166
2167 # ac_fn_c_try_run LINENO
2168 # ----------------------
2169 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2170 # that executables *can* be run.
2171 ac_fn_c_try_run ()
2172 {
2173 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2174 if { { ac_try="$ac_link"
2175 case "(($ac_try" in
2176 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2177 *) ac_try_echo=$ac_try;;
2178 esac
2179 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2180 $as_echo "$ac_try_echo"; } >&5
2181 (eval "$ac_link") 2>&5
2182 ac_status=$?
2183 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2184 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2185 { { case "(($ac_try" in
2186 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2187 *) ac_try_echo=$ac_try;;
2188 esac
2189 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2190 $as_echo "$ac_try_echo"; } >&5
2191 (eval "$ac_try") 2>&5
2192 ac_status=$?
2193 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2194 test $ac_status = 0; }; }; then :
2195 ac_retval=0
2196 else
2197 $as_echo "$as_me: program exited with status $ac_status" >&5
2198 $as_echo "$as_me: failed program was:" >&5
2199 sed 's/^/| /' conftest.$ac_ext >&5
2200
2201 ac_retval=$ac_status
2202 fi
2203 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2204 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2205 as_fn_set_status $ac_retval
2206
2207 } # ac_fn_c_try_run
2208
2209 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2210 # -------------------------------------------------------
2211 # Tests whether HEADER exists and can be compiled using the include files in
2212 # INCLUDES, setting the cache variable VAR accordingly.
2213 ac_fn_c_check_header_compile ()
2214 {
2215 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2216 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2217 $as_echo_n "checking for $2... " >&6; }
2218 if eval \${$3+:} false; then :
2219 $as_echo_n "(cached) " >&6
2220 else
2221 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2222 /* end confdefs.h. */
2223 $4
2224 #include <$2>
2225 _ACEOF
2226 if ac_fn_c_try_compile "$LINENO"; then :
2227 eval "$3=yes"
2228 else
2229 eval "$3=no"
2230 fi
2231 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2232 fi
2233 eval ac_res=\$$3
2234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2235 $as_echo "$ac_res" >&6; }
2236 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2237
2238 } # ac_fn_c_check_header_compile
2239
2240 # ac_fn_c_try_link LINENO
2241 # -----------------------
2242 # Try to link conftest.$ac_ext, and return whether this succeeded.
2243 ac_fn_c_try_link ()
2244 {
2245 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2246 rm -f conftest.$ac_objext conftest$ac_exeext
2247 if { { ac_try="$ac_link"
2248 case "(($ac_try" in
2249 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2250 *) ac_try_echo=$ac_try;;
2251 esac
2252 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2253 $as_echo "$ac_try_echo"; } >&5
2254 (eval "$ac_link") 2>conftest.err
2255 ac_status=$?
2256 if test -s conftest.err; then
2257 grep -v '^ *+' conftest.err >conftest.er1
2258 cat conftest.er1 >&5
2259 mv -f conftest.er1 conftest.err
2260 fi
2261 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2262 test $ac_status = 0; } && {
2263 test -z "$ac_c_werror_flag" ||
2264 test ! -s conftest.err
2265 } && test -s conftest$ac_exeext && {
2266 test "$cross_compiling" = yes ||
2267 test -x conftest$ac_exeext
2268 }; then :
2269 ac_retval=0
2270 else
2271 $as_echo "$as_me: failed program was:" >&5
2272 sed 's/^/| /' conftest.$ac_ext >&5
2273
2274 ac_retval=1
2275 fi
2276 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2277 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2278 # interfere with the next link command; also delete a directory that is
2279 # left behind by Apple's compiler. We do this before executing the actions.
2280 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2281 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2282 as_fn_set_status $ac_retval
2283
2284 } # ac_fn_c_try_link
2285
2286 # ac_fn_c_check_func LINENO FUNC VAR
2287 # ----------------------------------
2288 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2289 ac_fn_c_check_func ()
2290 {
2291 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2293 $as_echo_n "checking for $2... " >&6; }
2294 if eval \${$3+:} false; then :
2295 $as_echo_n "(cached) " >&6
2296 else
2297 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2298 /* end confdefs.h. */
2299 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2300 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2301 #define $2 innocuous_$2
2302
2303 /* System header to define __stub macros and hopefully few prototypes,
2304 which can conflict with char $2 (); below.
2305 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2306 <limits.h> exists even on freestanding compilers. */
2307
2308 #ifdef __STDC__
2309 # include <limits.h>
2310 #else
2311 # include <assert.h>
2312 #endif
2313
2314 #undef $2
2315
2316 /* Override any GCC internal prototype to avoid an error.
2317 Use char because int might match the return type of a GCC
2318 builtin and then its argument prototype would still apply. */
2319 #ifdef __cplusplus
2320 extern "C"
2321 #endif
2322 char $2 ();
2323 /* The GNU C library defines this for functions which it implements
2324 to always fail with ENOSYS. Some functions are actually named
2325 something starting with __ and the normal name is an alias. */
2326 #if defined __stub_$2 || defined __stub___$2
2327 choke me
2328 #endif
2329
2330 int
2331 main ()
2332 {
2333 return $2 ();
2334 ;
2335 return 0;
2336 }
2337 _ACEOF
2338 if ac_fn_c_try_link "$LINENO"; then :
2339 eval "$3=yes"
2340 else
2341 eval "$3=no"
2342 fi
2343 rm -f core conftest.err conftest.$ac_objext \
2344 conftest$ac_exeext conftest.$ac_ext
2345 fi
2346 eval ac_res=\$$3
2347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2348 $as_echo "$ac_res" >&6; }
2349 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2350
2351 } # ac_fn_c_check_func
2352
2353 # ac_fn_cxx_try_cpp LINENO
2354 # ------------------------
2355 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2356 ac_fn_cxx_try_cpp ()
2357 {
2358 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2359 if { { ac_try="$ac_cpp conftest.$ac_ext"
2360 case "(($ac_try" in
2361 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2362 *) ac_try_echo=$ac_try;;
2363 esac
2364 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2365 $as_echo "$ac_try_echo"; } >&5
2366 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2367 ac_status=$?
2368 if test -s conftest.err; then
2369 grep -v '^ *+' conftest.err >conftest.er1
2370 cat conftest.er1 >&5
2371 mv -f conftest.er1 conftest.err
2372 fi
2373 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2374 test $ac_status = 0; } > conftest.i && {
2375 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
2376 test ! -s conftest.err
2377 }; then :
2378 ac_retval=0
2379 else
2380 $as_echo "$as_me: failed program was:" >&5
2381 sed 's/^/| /' conftest.$ac_ext >&5
2382
2383 ac_retval=1
2384 fi
2385 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2386 as_fn_set_status $ac_retval
2387
2388 } # ac_fn_cxx_try_cpp
2389
2390 # ac_fn_cxx_try_link LINENO
2391 # -------------------------
2392 # Try to link conftest.$ac_ext, and return whether this succeeded.
2393 ac_fn_cxx_try_link ()
2394 {
2395 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2396 rm -f conftest.$ac_objext conftest$ac_exeext
2397 if { { ac_try="$ac_link"
2398 case "(($ac_try" in
2399 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2400 *) ac_try_echo=$ac_try;;
2401 esac
2402 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2403 $as_echo "$ac_try_echo"; } >&5
2404 (eval "$ac_link") 2>conftest.err
2405 ac_status=$?
2406 if test -s conftest.err; then
2407 grep -v '^ *+' conftest.err >conftest.er1
2408 cat conftest.er1 >&5
2409 mv -f conftest.er1 conftest.err
2410 fi
2411 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2412 test $ac_status = 0; } && {
2413 test -z "$ac_cxx_werror_flag" ||
2414 test ! -s conftest.err
2415 } && test -s conftest$ac_exeext && {
2416 test "$cross_compiling" = yes ||
2417 test -x conftest$ac_exeext
2418 }; then :
2419 ac_retval=0
2420 else
2421 $as_echo "$as_me: failed program was:" >&5
2422 sed 's/^/| /' conftest.$ac_ext >&5
2423
2424 ac_retval=1
2425 fi
2426 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2427 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2428 # interfere with the next link command; also delete a directory that is
2429 # left behind by Apple's compiler. We do this before executing the actions.
2430 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2431 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2432 as_fn_set_status $ac_retval
2433
2434 } # ac_fn_cxx_try_link
2435
2436 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2437 # -------------------------------------------
2438 # Tests whether TYPE exists after having included INCLUDES, setting cache
2439 # variable VAR accordingly.
2440 ac_fn_c_check_type ()
2441 {
2442 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2444 $as_echo_n "checking for $2... " >&6; }
2445 if eval \${$3+:} false; then :
2446 $as_echo_n "(cached) " >&6
2447 else
2448 eval "$3=no"
2449 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2450 /* end confdefs.h. */
2451 $4
2452 int
2453 main ()
2454 {
2455 if (sizeof ($2))
2456 return 0;
2457 ;
2458 return 0;
2459 }
2460 _ACEOF
2461 if ac_fn_c_try_compile "$LINENO"; then :
2462 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2463 /* end confdefs.h. */
2464 $4
2465 int
2466 main ()
2467 {
2468 if (sizeof (($2)))
2469 return 0;
2470 ;
2471 return 0;
2472 }
2473 _ACEOF
2474 if ac_fn_c_try_compile "$LINENO"; then :
2475
2476 else
2477 eval "$3=yes"
2478 fi
2479 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2480 fi
2481 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2482 fi
2483 eval ac_res=\$$3
2484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2485 $as_echo "$ac_res" >&6; }
2486 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2487
2488 } # ac_fn_c_check_type
2489
2490 # ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
2491 # ---------------------------------------------
2492 # Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
2493 # accordingly.
2494 ac_fn_c_check_decl ()
2495 {
2496 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2497 as_decl_name=`echo $2|sed 's/ *(.*//'`
2498 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2499 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2500 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
2501 if eval \${$3+:} false; then :
2502 $as_echo_n "(cached) " >&6
2503 else
2504 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2505 /* end confdefs.h. */
2506 $4
2507 int
2508 main ()
2509 {
2510 #ifndef $as_decl_name
2511 #ifdef __cplusplus
2512 (void) $as_decl_use;
2513 #else
2514 (void) $as_decl_name;
2515 #endif
2516 #endif
2517
2518 ;
2519 return 0;
2520 }
2521 _ACEOF
2522 if ac_fn_c_try_compile "$LINENO"; then :
2523 eval "$3=yes"
2524 else
2525 eval "$3=no"
2526 fi
2527 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2528 fi
2529 eval ac_res=\$$3
2530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2531 $as_echo "$ac_res" >&6; }
2532 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2533
2534 } # ac_fn_c_check_decl
2535 cat >config.log <<_ACEOF
2536 This file contains any messages produced by compilers while
2537 running configure, to aid debugging if configure makes a mistake.
2538
2539 It was created by avahi $as_me 0.6.32, which was
2540 generated by GNU Autoconf 2.69. Invocation command line was
2541
2542 $ $0 $@
2543
2544 _ACEOF
2545 exec 5>>config.log
2546 {
2547 cat <<_ASUNAME
2548 ## --------- ##
2549 ## Platform. ##
2550 ## --------- ##
2551
2552 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2553 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2554 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2555 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2556 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2557
2558 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2559 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2560
2561 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2562 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2563 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2564 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2565 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2566 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2567 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2568
2569 _ASUNAME
2570
2571 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2572 for as_dir in $PATH
2573 do
2574 IFS=$as_save_IFS
2575 test -z "$as_dir" && as_dir=.
2576 $as_echo "PATH: $as_dir"
2577 done
2578 IFS=$as_save_IFS
2579
2580 } >&5
2581
2582 cat >&5 <<_ACEOF
2583
2584
2585 ## ----------- ##
2586 ## Core tests. ##
2587 ## ----------- ##
2588
2589 _ACEOF
2590
2591
2592 # Keep a trace of the command line.
2593 # Strip out --no-create and --no-recursion so they do not pile up.
2594 # Strip out --silent because we don't want to record it for future runs.
2595 # Also quote any args containing shell meta-characters.
2596 # Make two passes to allow for proper duplicate-argument suppression.
2597 ac_configure_args=
2598 ac_configure_args0=
2599 ac_configure_args1=
2600 ac_must_keep_next=false
2601 for ac_pass in 1 2
2602 do
2603 for ac_arg
2604 do
2605 case $ac_arg in
2606 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2607 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2608 | -silent | --silent | --silen | --sile | --sil)
2609 continue ;;
2610 *\'*)
2611 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2612 esac
2613 case $ac_pass in
2614 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2615 2)
2616 as_fn_append ac_configure_args1 " '$ac_arg'"
2617 if test $ac_must_keep_next = true; then
2618 ac_must_keep_next=false # Got value, back to normal.
2619 else
2620 case $ac_arg in
2621 *=* | --config-cache | -C | -disable-* | --disable-* \
2622 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2623 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2624 | -with-* | --with-* | -without-* | --without-* | --x)
2625 case "$ac_configure_args0 " in
2626 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2627 esac
2628 ;;
2629 -* ) ac_must_keep_next=true ;;
2630 esac
2631 fi
2632 as_fn_append ac_configure_args " '$ac_arg'"
2633 ;;
2634 esac
2635 done
2636 done
2637 { ac_configure_args0=; unset ac_configure_args0;}
2638 { ac_configure_args1=; unset ac_configure_args1;}
2639
2640 # When interrupted or exit'd, cleanup temporary files, and complete
2641 # config.log. We remove comments because anyway the quotes in there
2642 # would cause problems or look ugly.
2643 # WARNING: Use '\'' to represent an apostrophe within the trap.
2644 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2645 trap 'exit_status=$?
2646 # Save into config.log some information that might help in debugging.
2647 {
2648 echo
2649
2650 $as_echo "## ---------------- ##
2651 ## Cache variables. ##
2652 ## ---------------- ##"
2653 echo
2654 # The following way of writing the cache mishandles newlines in values,
2655 (
2656 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2657 eval ac_val=\$$ac_var
2658 case $ac_val in #(
2659 *${as_nl}*)
2660 case $ac_var in #(
2661 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2662 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2663 esac
2664 case $ac_var in #(
2665 _ | IFS | as_nl) ;; #(
2666 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2667 *) { eval $ac_var=; unset $ac_var;} ;;
2668 esac ;;
2669 esac
2670 done
2671 (set) 2>&1 |
2672 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2673 *${as_nl}ac_space=\ *)
2674 sed -n \
2675 "s/'\''/'\''\\\\'\'''\''/g;
2676 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2677 ;; #(
2678 *)
2679 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2680 ;;
2681 esac |
2682 sort
2683 )
2684 echo
2685
2686 $as_echo "## ----------------- ##
2687 ## Output variables. ##
2688 ## ----------------- ##"
2689 echo
2690 for ac_var in $ac_subst_vars
2691 do
2692 eval ac_val=\$$ac_var
2693 case $ac_val in
2694 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2695 esac
2696 $as_echo "$ac_var='\''$ac_val'\''"
2697 done | sort
2698 echo
2699
2700 if test -n "$ac_subst_files"; then
2701 $as_echo "## ------------------- ##
2702 ## File substitutions. ##
2703 ## ------------------- ##"
2704 echo
2705 for ac_var in $ac_subst_files
2706 do
2707 eval ac_val=\$$ac_var
2708 case $ac_val in
2709 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2710 esac
2711 $as_echo "$ac_var='\''$ac_val'\''"
2712 done | sort
2713 echo
2714 fi
2715
2716 if test -s confdefs.h; then
2717 $as_echo "## ----------- ##
2718 ## confdefs.h. ##
2719 ## ----------- ##"
2720 echo
2721 cat confdefs.h
2722 echo
2723 fi
2724 test "$ac_signal" != 0 &&
2725 $as_echo "$as_me: caught signal $ac_signal"
2726 $as_echo "$as_me: exit $exit_status"
2727 } >&5
2728 rm -f core *.core core.conftest.* &&
2729 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2730 exit $exit_status
2731 ' 0
2732 for ac_signal in 1 2 13 15; do
2733 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2734 done
2735 ac_signal=0
2736
2737 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2738 rm -f -r conftest* confdefs.h
2739
2740 $as_echo "/* confdefs.h */" > confdefs.h
2741
2742 # Predefined preprocessor variables.
2743
2744 cat >>confdefs.h <<_ACEOF
2745 #define PACKAGE_NAME "$PACKAGE_NAME"
2746 _ACEOF
2747
2748 cat >>confdefs.h <<_ACEOF
2749 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2750 _ACEOF
2751
2752 cat >>confdefs.h <<_ACEOF
2753 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2754 _ACEOF
2755
2756 cat >>confdefs.h <<_ACEOF
2757 #define PACKAGE_STRING "$PACKAGE_STRING"
2758 _ACEOF
2759
2760 cat >>confdefs.h <<_ACEOF
2761 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2762 _ACEOF
2763
2764 cat >>confdefs.h <<_ACEOF
2765 #define PACKAGE_URL "$PACKAGE_URL"
2766 _ACEOF
2767
2768
2769 # Let the site file select an alternate cache file if it wants to.
2770 # Prefer an explicitly selected file to automatically selected ones.
2771 ac_site_file1=NONE
2772 ac_site_file2=NONE
2773 if test -n "$CONFIG_SITE"; then
2774 # We do not want a PATH search for config.site.
2775 case $CONFIG_SITE in #((
2776 -*) ac_site_file1=./$CONFIG_SITE;;
2777 */*) ac_site_file1=$CONFIG_SITE;;
2778 *) ac_site_file1=./$CONFIG_SITE;;
2779 esac
2780 elif test "x$prefix" != xNONE; then
2781 ac_site_file1=$prefix/share/config.site
2782 ac_site_file2=$prefix/etc/config.site
2783 else
2784 ac_site_file1=$ac_default_prefix/share/config.site
2785 ac_site_file2=$ac_default_prefix/etc/config.site
2786 fi
2787 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2788 do
2789 test "x$ac_site_file" = xNONE && continue
2790 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2791 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2792 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2793 sed 's/^/| /' "$ac_site_file" >&5
2794 . "$ac_site_file" \
2795 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2796 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2797 as_fn_error $? "failed to load site script $ac_site_file
2798 See \`config.log' for more details" "$LINENO" 5; }
2799 fi
2800 done
2801
2802 if test -r "$cache_file"; then
2803 # Some versions of bash will fail to source /dev/null (special files
2804 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2805 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2806 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2807 $as_echo "$as_me: loading cache $cache_file" >&6;}
2808 case $cache_file in
2809 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2810 *) . "./$cache_file";;
2811 esac
2812 fi
2813 else
2814 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2815 $as_echo "$as_me: creating cache $cache_file" >&6;}
2816 >$cache_file
2817 fi
2818
2819 # Check that the precious variables saved in the cache have kept the same
2820 # value.
2821 ac_cache_corrupted=false
2822 for ac_var in $ac_precious_vars; do
2823 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2824 eval ac_new_set=\$ac_env_${ac_var}_set
2825 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2826 eval ac_new_val=\$ac_env_${ac_var}_value
2827 case $ac_old_set,$ac_new_set in
2828 set,)
2829 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2830 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2831 ac_cache_corrupted=: ;;
2832 ,set)
2833 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2834 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2835 ac_cache_corrupted=: ;;
2836 ,);;
2837 *)
2838 if test "x$ac_old_val" != "x$ac_new_val"; then
2839 # differences in whitespace do not lead to failure.
2840 ac_old_val_w=`echo x $ac_old_val`
2841 ac_new_val_w=`echo x $ac_new_val`
2842 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2843 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2844 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2845 ac_cache_corrupted=:
2846 else
2847 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2848 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2849 eval $ac_var=\$ac_old_val
2850 fi
2851 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2852 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2853 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2854 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2855 fi;;
2856 esac
2857 # Pass precious variables to config.status.
2858 if test "$ac_new_set" = set; then
2859 case $ac_new_val in
2860 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2861 *) ac_arg=$ac_var=$ac_new_val ;;
2862 esac
2863 case " $ac_configure_args " in
2864 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2865 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2866 esac
2867 fi
2868 done
2869 if $ac_cache_corrupted; then
2870 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2871 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2872 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2873 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2874 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2875 fi
2876 ## -------------------- ##
2877 ## Main body of script. ##
2878 ## -------------------- ##
2879
2880 ac_ext=c
2881 ac_cpp='$CPP $CPPFLAGS'
2882 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2883 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2884 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2885
2886
2887
2888
2889 ac_config_headers="$ac_config_headers config.h"
2890
2891 am__api_version='1.15'
2892
2893 ac_aux_dir=
2894 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2895 if test -f "$ac_dir/install-sh"; then
2896 ac_aux_dir=$ac_dir
2897 ac_install_sh="$ac_aux_dir/install-sh -c"
2898 break
2899 elif test -f "$ac_dir/install.sh"; then
2900 ac_aux_dir=$ac_dir
2901 ac_install_sh="$ac_aux_dir/install.sh -c"
2902 break
2903 elif test -f "$ac_dir/shtool"; then
2904 ac_aux_dir=$ac_dir
2905 ac_install_sh="$ac_aux_dir/shtool install -c"
2906 break
2907 fi
2908 done
2909 if test -z "$ac_aux_dir"; then
2910 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2911 fi
2912
2913 # These three variables are undocumented and unsupported,
2914 # and are intended to be withdrawn in a future Autoconf release.
2915 # They can cause serious problems if a builder's source tree is in a directory
2916 # whose full name contains unusual characters.
2917 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2918 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2919 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2920
2921
2922 # Find a good install program. We prefer a C program (faster),
2923 # so one script is as good as another. But avoid the broken or
2924 # incompatible versions:
2925 # SysV /etc/install, /usr/sbin/install
2926 # SunOS /usr/etc/install
2927 # IRIX /sbin/install
2928 # AIX /bin/install
2929 # AmigaOS /C/install, which installs bootblocks on floppy discs
2930 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2931 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2932 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2933 # OS/2's system install, which has a completely different semantic
2934 # ./install, which can be erroneously created by make from ./install.sh.
2935 # Reject install programs that cannot install multiple files.
2936 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2937 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2938 if test -z "$INSTALL"; then
2939 if ${ac_cv_path_install+:} false; then :
2940 $as_echo_n "(cached) " >&6
2941 else
2942 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2943 for as_dir in $PATH
2944 do
2945 IFS=$as_save_IFS
2946 test -z "$as_dir" && as_dir=.
2947 # Account for people who put trailing slashes in PATH elements.
2948 case $as_dir/ in #((
2949 ./ | .// | /[cC]/* | \
2950 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2951 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2952 /usr/ucb/* ) ;;
2953 *)
2954 # OSF1 and SCO ODT 3.0 have their own names for install.
2955 # Don't use installbsd from OSF since it installs stuff as root
2956 # by default.
2957 for ac_prog in ginstall scoinst install; do
2958 for ac_exec_ext in '' $ac_executable_extensions; do
2959 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2960 if test $ac_prog = install &&
2961 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2962 # AIX install. It has an incompatible calling convention.
2963 :
2964 elif test $ac_prog = install &&
2965 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2966 # program-specific install script used by HP pwplus--don't use.
2967 :
2968 else
2969 rm -rf conftest.one conftest.two conftest.dir
2970 echo one > conftest.one
2971 echo two > conftest.two
2972 mkdir conftest.dir
2973 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2974 test -s conftest.one && test -s conftest.two &&
2975 test -s conftest.dir/conftest.one &&
2976 test -s conftest.dir/conftest.two
2977 then
2978 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2979 break 3
2980 fi
2981 fi
2982 fi
2983 done
2984 done
2985 ;;
2986 esac
2987
2988 done
2989 IFS=$as_save_IFS
2990
2991 rm -rf conftest.one conftest.two conftest.dir
2992
2993 fi
2994 if test "${ac_cv_path_install+set}" = set; then
2995 INSTALL=$ac_cv_path_install
2996 else
2997 # As a last resort, use the slow shell script. Don't cache a
2998 # value for INSTALL within a source directory, because that will
2999 # break other packages using the cache if that directory is
3000 # removed, or if the value is a relative name.
3001 INSTALL=$ac_install_sh
3002 fi
3003 fi
3004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3005 $as_echo "$INSTALL" >&6; }
3006
3007 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3008 # It thinks the first close brace ends the variable substitution.
3009 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3010
3011 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3012
3013 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3014
3015 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3016 $as_echo_n "checking whether build environment is sane... " >&6; }
3017 # Reject unsafe characters in $srcdir or the absolute working directory
3018 # name. Accept space and tab only in the latter.
3019 am_lf='
3020 '
3021 case `pwd` in
3022 *[\\\"\#\$\&\'\`$am_lf]*)
3023 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
3024 esac
3025 case $srcdir in
3026 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
3027 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
3028 esac
3029
3030 # Do 'set' in a subshell so we don't clobber the current shell's
3031 # arguments. Must try -L first in case configure is actually a
3032 # symlink; some systems play weird games with the mod time of symlinks
3033 # (eg FreeBSD returns the mod time of the symlink's containing
3034 # directory).
3035 if (
3036 am_has_slept=no
3037 for am_try in 1 2; do
3038 echo "timestamp, slept: $am_has_slept" > conftest.file
3039 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3040 if test "$*" = "X"; then
3041 # -L didn't work.
3042 set X `ls -t "$srcdir/configure" conftest.file`
3043 fi
3044 if test "$*" != "X $srcdir/configure conftest.file" \
3045 && test "$*" != "X conftest.file $srcdir/configure"; then
3046
3047 # If neither matched, then we have a broken ls. This can happen
3048 # if, for instance, CONFIG_SHELL is bash and it inherits a
3049 # broken ls alias from the environment. This has actually
3050 # happened. Such a system could not be considered "sane".
3051 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
3052 alias in your environment" "$LINENO" 5
3053 fi
3054 if test "$2" = conftest.file || test $am_try -eq 2; then
3055 break
3056 fi
3057 # Just in case.
3058 sleep 1
3059 am_has_slept=yes
3060 done
3061 test "$2" = conftest.file
3062 )
3063 then
3064 # Ok.
3065 :
3066 else
3067 as_fn_error $? "newly created file is older than distributed files!
3068 Check your system clock" "$LINENO" 5
3069 fi
3070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3071 $as_echo "yes" >&6; }
3072 # If we didn't sleep, we still need to ensure time stamps of config.status and
3073 # generated files are strictly newer.
3074 am_sleep_pid=
3075 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
3076 ( sleep 1 ) &
3077 am_sleep_pid=$!
3078 fi
3079
3080 rm -f conftest.file
3081
3082 test "$program_prefix" != NONE &&
3083 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3084 # Use a double $ so make ignores it.
3085 test "$program_suffix" != NONE &&
3086 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3087 # Double any \ or $.
3088 # By default was `s,x,x', remove it if useless.
3089 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3090 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3091
3092 # Expand $ac_aux_dir to an absolute path.
3093 am_aux_dir=`cd "$ac_aux_dir" && pwd`
3094
3095 if test x"${MISSING+set}" != xset; then
3096 case $am_aux_dir in
3097 *\ * | *\ *)
3098 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3099 *)
3100 MISSING="\${SHELL} $am_aux_dir/missing" ;;
3101 esac
3102 fi
3103 # Use eval to expand $SHELL
3104 if eval "$MISSING --is-lightweight"; then
3105 am_missing_run="$MISSING "
3106 else
3107 am_missing_run=
3108 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
3109 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
3110 fi
3111
3112 if test x"${install_sh+set}" != xset; then
3113 case $am_aux_dir in
3114 *\ * | *\ *)
3115 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3116 *)
3117 install_sh="\${SHELL} $am_aux_dir/install-sh"
3118 esac
3119 fi
3120
3121 # Installed binaries are usually stripped using 'strip' when the user
3122 # run "make install-strip". However 'strip' might not be the right
3123 # tool to use in cross-compilation environments, therefore Automake
3124 # will honor the 'STRIP' environment variable to overrule this program.
3125 if test "$cross_compiling" != no; then
3126 if test -n "$ac_tool_prefix"; then
3127 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3128 set dummy ${ac_tool_prefix}strip; ac_word=$2
3129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3130 $as_echo_n "checking for $ac_word... " >&6; }
3131 if ${ac_cv_prog_STRIP+:} false; then :
3132 $as_echo_n "(cached) " >&6
3133 else
3134 if test -n "$STRIP"; then
3135 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3136 else
3137 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3138 for as_dir in $PATH
3139 do
3140 IFS=$as_save_IFS
3141 test -z "$as_dir" && as_dir=.
3142 for ac_exec_ext in '' $ac_executable_extensions; do
3143 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3144 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3145 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3146 break 2
3147 fi
3148 done
3149 done
3150 IFS=$as_save_IFS
3151
3152 fi
3153 fi
3154 STRIP=$ac_cv_prog_STRIP
3155 if test -n "$STRIP"; then
3156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3157 $as_echo "$STRIP" >&6; }
3158 else
3159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3160 $as_echo "no" >&6; }
3161 fi
3162
3163
3164 fi
3165 if test -z "$ac_cv_prog_STRIP"; then
3166 ac_ct_STRIP=$STRIP
3167 # Extract the first word of "strip", so it can be a program name with args.
3168 set dummy strip; ac_word=$2
3169 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3170 $as_echo_n "checking for $ac_word... " >&6; }
3171 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
3172 $as_echo_n "(cached) " >&6
3173 else
3174 if test -n "$ac_ct_STRIP"; then
3175 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3176 else
3177 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3178 for as_dir in $PATH
3179 do
3180 IFS=$as_save_IFS
3181 test -z "$as_dir" && as_dir=.
3182 for ac_exec_ext in '' $ac_executable_extensions; do
3183 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3184 ac_cv_prog_ac_ct_STRIP="strip"
3185 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3186 break 2
3187 fi
3188 done
3189 done
3190 IFS=$as_save_IFS
3191
3192 fi
3193 fi
3194 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3195 if test -n "$ac_ct_STRIP"; then
3196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3197 $as_echo "$ac_ct_STRIP" >&6; }
3198 else
3199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3200 $as_echo "no" >&6; }
3201 fi
3202
3203 if test "x$ac_ct_STRIP" = x; then
3204 STRIP=":"
3205 else
3206 case $cross_compiling:$ac_tool_warned in
3207 yes:)
3208 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3209 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3210 ac_tool_warned=yes ;;
3211 esac
3212 STRIP=$ac_ct_STRIP
3213 fi
3214 else
3215 STRIP="$ac_cv_prog_STRIP"
3216 fi
3217
3218 fi
3219 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3220
3221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3222 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3223 if test -z "$MKDIR_P"; then
3224 if ${ac_cv_path_mkdir+:} false; then :
3225 $as_echo_n "(cached) " >&6
3226 else
3227 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3228 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3229 do
3230 IFS=$as_save_IFS
3231 test -z "$as_dir" && as_dir=.
3232 for ac_prog in mkdir gmkdir; do
3233 for ac_exec_ext in '' $ac_executable_extensions; do
3234 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
3235 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3236 'mkdir (GNU coreutils) '* | \
3237 'mkdir (coreutils) '* | \
3238 'mkdir (fileutils) '4.1*)
3239 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3240 break 3;;
3241 esac
3242 done
3243 done
3244 done
3245 IFS=$as_save_IFS
3246
3247 fi
3248
3249 test -d ./--version && rmdir ./--version
3250 if test "${ac_cv_path_mkdir+set}" = set; then
3251 MKDIR_P="$ac_cv_path_mkdir -p"
3252 else
3253 # As a last resort, use the slow shell script. Don't cache a
3254 # value for MKDIR_P within a source directory, because that will
3255 # break other packages using the cache if that directory is
3256 # removed, or if the value is a relative name.
3257 MKDIR_P="$ac_install_sh -d"
3258 fi
3259 fi
3260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3261 $as_echo "$MKDIR_P" >&6; }
3262
3263 for ac_prog in gawk mawk nawk awk
3264 do
3265 # Extract the first word of "$ac_prog", so it can be a program name with args.
3266 set dummy $ac_prog; ac_word=$2
3267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3268 $as_echo_n "checking for $ac_word... " >&6; }
3269 if ${ac_cv_prog_AWK+:} false; then :
3270 $as_echo_n "(cached) " >&6
3271 else
3272 if test -n "$AWK"; then
3273 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3274 else
3275 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3276 for as_dir in $PATH
3277 do
3278 IFS=$as_save_IFS
3279 test -z "$as_dir" && as_dir=.
3280 for ac_exec_ext in '' $ac_executable_extensions; do
3281 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3282 ac_cv_prog_AWK="$ac_prog"
3283 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3284 break 2
3285 fi
3286 done
3287 done
3288 IFS=$as_save_IFS
3289
3290 fi
3291 fi
3292 AWK=$ac_cv_prog_AWK
3293 if test -n "$AWK"; then
3294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3295 $as_echo "$AWK" >&6; }
3296 else
3297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3298 $as_echo "no" >&6; }
3299 fi
3300
3301
3302 test -n "$AWK" && break
3303 done
3304
3305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3306 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3307 set x ${MAKE-make}
3308 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3309 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
3310 $as_echo_n "(cached) " >&6
3311 else
3312 cat >conftest.make <<\_ACEOF
3313 SHELL = /bin/sh
3314 all:
3315 @echo '@@@%%%=$(MAKE)=@@@%%%'
3316 _ACEOF
3317 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3318 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3319 *@@@%%%=?*=@@@%%%*)
3320 eval ac_cv_prog_make_${ac_make}_set=yes;;
3321 *)
3322 eval ac_cv_prog_make_${ac_make}_set=no;;
3323 esac
3324 rm -f conftest.make
3325 fi
3326 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3328 $as_echo "yes" >&6; }
3329 SET_MAKE=
3330 else
3331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3332 $as_echo "no" >&6; }
3333 SET_MAKE="MAKE=${MAKE-make}"
3334 fi
3335
3336 rm -rf .tst 2>/dev/null
3337 mkdir .tst 2>/dev/null
3338 if test -d .tst; then
3339 am__leading_dot=.
3340 else
3341 am__leading_dot=_
3342 fi
3343 rmdir .tst 2>/dev/null
3344
3345 # Check whether --enable-silent-rules was given.
3346 if test "${enable_silent_rules+set}" = set; then :
3347 enableval=$enable_silent_rules;
3348 fi
3349
3350 case $enable_silent_rules in # (((
3351 yes) AM_DEFAULT_VERBOSITY=0;;
3352 no) AM_DEFAULT_VERBOSITY=1;;
3353 *) AM_DEFAULT_VERBOSITY=1;;
3354 esac
3355 am_make=${MAKE-make}
3356 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3357 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3358 if ${am_cv_make_support_nested_variables+:} false; then :
3359 $as_echo_n "(cached) " >&6
3360 else
3361 if $as_echo 'TRUE=$(BAR$(V))
3362 BAR0=false
3363 BAR1=true
3364 V=1
3365 am__doit:
3366 @$(TRUE)
3367 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
3368 am_cv_make_support_nested_variables=yes
3369 else
3370 am_cv_make_support_nested_variables=no
3371 fi
3372 fi
3373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3374 $as_echo "$am_cv_make_support_nested_variables" >&6; }
3375 if test $am_cv_make_support_nested_variables = yes; then
3376 AM_V='$(V)'
3377 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3378 else
3379 AM_V=$AM_DEFAULT_VERBOSITY
3380 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
3381 fi
3382 AM_BACKSLASH='\'
3383
3384 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3385 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3386 # is not polluted with repeated "-I."
3387 am__isrc=' -I$(srcdir)'
3388 # test to see if srcdir already configured
3389 if test -f $srcdir/config.status; then
3390 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3391 fi
3392 fi
3393
3394 # test whether we have cygpath
3395 if test -z "$CYGPATH_W"; then
3396 if (cygpath --version) >/dev/null 2>/dev/null; then
3397 CYGPATH_W='cygpath -w'
3398 else
3399 CYGPATH_W=echo
3400 fi
3401 fi
3402
3403
3404 # Define the identity of the package.
3405 PACKAGE='avahi'
3406 VERSION='0.6.32'
3407
3408
3409 cat >>confdefs.h <<_ACEOF
3410 #define PACKAGE "$PACKAGE"
3411 _ACEOF
3412
3413
3414 cat >>confdefs.h <<_ACEOF
3415 #define VERSION "$VERSION"
3416 _ACEOF
3417
3418 # Some tools Automake needs.
3419
3420 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3421
3422
3423 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3424
3425
3426 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3427
3428
3429 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3430
3431
3432 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3433
3434 # For better backward compatibility. To be removed once Automake 1.9.x
3435 # dies out for good. For more background, see:
3436 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3437 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3438 mkdir_p='$(MKDIR_P)'
3439
3440 # We need awk for the "check" target (and possibly the TAP driver). The
3441 # system "awk" is bad on some platforms.
3442 # Always define AMTAR for backward compatibility. Yes, it's still used
3443 # in the wild :-( We should find a proper way to deprecate it ...
3444 AMTAR='$${TAR-tar}'
3445
3446
3447 # We'll loop over all known methods to create a tar archive until one works.
3448 _am_tools='gnutar pax cpio none'
3449
3450
3451
3452 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a pax tar archive" >&5
3453 $as_echo_n "checking how to create a pax tar archive... " >&6; }
3454
3455 # Go ahead even if we have the value already cached. We do so because we
3456 # need to set the values for the 'am__tar' and 'am__untar' variables.
3457 _am_tools=${am_cv_prog_tar_pax-$_am_tools}
3458
3459 for _am_tool in $_am_tools; do
3460 case $_am_tool in
3461 gnutar)
3462 for _am_tar in tar gnutar gtar; do
3463 { echo "$as_me:$LINENO: $_am_tar --version" >&5
3464 ($_am_tar --version) >&5 2>&5
3465 ac_status=$?
3466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3467 (exit $ac_status); } && break
3468 done
3469 am__tar="$_am_tar --format=posix -chf - "'"$$tardir"'
3470 am__tar_="$_am_tar --format=posix -chf - "'"$tardir"'
3471 am__untar="$_am_tar -xf -"
3472 ;;
3473 plaintar)
3474 # Must skip GNU tar: if it does not support --format= it doesn't create
3475 # ustar tarball either.
3476 (tar --version) >/dev/null 2>&1 && continue
3477 am__tar='tar chf - "$$tardir"'
3478 am__tar_='tar chf - "$tardir"'
3479 am__untar='tar xf -'
3480 ;;
3481 pax)
3482 am__tar='pax -L -x pax -w "$$tardir"'
3483 am__tar_='pax -L -x pax -w "$tardir"'
3484 am__untar='pax -r'
3485 ;;
3486 cpio)
3487 am__tar='find "$$tardir" -print | cpio -o -H pax -L'
3488 am__tar_='find "$tardir" -print | cpio -o -H pax -L'
3489 am__untar='cpio -i -H pax -d'
3490 ;;
3491 none)
3492 am__tar=false
3493 am__tar_=false
3494 am__untar=false
3495 ;;
3496 esac
3497
3498 # If the value was cached, stop now. We just wanted to have am__tar
3499 # and am__untar set.
3500 test -n "${am_cv_prog_tar_pax}" && break
3501
3502 # tar/untar a dummy directory, and stop if the command works.
3503 rm -rf conftest.dir
3504 mkdir conftest.dir
3505 echo GrepMe > conftest.dir/file
3506 { echo "$as_me:$LINENO: tardir=conftest.dir && eval $am__tar_ >conftest.tar" >&5
3507 (tardir=conftest.dir && eval $am__tar_ >conftest.tar) >&5 2>&5
3508 ac_status=$?
3509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3510 (exit $ac_status); }
3511 rm -rf conftest.dir
3512 if test -s conftest.tar; then
3513 { echo "$as_me:$LINENO: $am__untar <conftest.tar" >&5
3514 ($am__untar <conftest.tar) >&5 2>&5
3515 ac_status=$?
3516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3517 (exit $ac_status); }
3518 { echo "$as_me:$LINENO: cat conftest.dir/file" >&5
3519 (cat conftest.dir/file) >&5 2>&5
3520 ac_status=$?
3521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3522 (exit $ac_status); }
3523 grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
3524 fi
3525 done
3526 rm -rf conftest.dir
3527
3528 if ${am_cv_prog_tar_pax+:} false; then :
3529 $as_echo_n "(cached) " >&6
3530 else
3531 am_cv_prog_tar_pax=$_am_tool
3532 fi
3533
3534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_pax" >&5
3535 $as_echo "$am_cv_prog_tar_pax" >&6; }
3536
3537
3538
3539
3540
3541
3542 # POSIX will say in a future version that running "rm -f" with no argument
3543 # is OK; and we want to be able to make that assumption in our Makefile
3544 # recipes. So use an aggressive probe to check that the usage we want is
3545 # actually supported "in the wild" to an acceptable degree.
3546 # See automake bug#10828.
3547 # To make any issue more visible, cause the running configure to be aborted
3548 # by default if the 'rm' program in use doesn't match our expectations; the
3549 # user can still override this though.
3550 if rm -f && rm -fr && rm -rf; then : OK; else
3551 cat >&2 <<'END'
3552 Oops!
3553
3554 Your 'rm' program seems unable to run without file operands specified
3555 on the command line, even when the '-f' option is present. This is contrary
3556 to the behaviour of most rm programs out there, and not conforming with
3557 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
3558
3559 Please tell bug-automake@gnu.org about your system, including the value
3560 of your $PATH and any error possibly output before this message. This
3561 can help us improve future automake versions.
3562
3563 END
3564 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
3565 echo 'Configuration will proceed anyway, since you have set the' >&2
3566 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
3567 echo >&2
3568 else
3569 cat >&2 <<'END'
3570 Aborting the configuration process, to ensure you take notice of the issue.
3571
3572 You can download and install GNU coreutils to get an 'rm' implementation
3573 that behaves properly: <http://www.gnu.org/software/coreutils/>.
3574
3575 If you want to complete the configuration process using your problematic
3576 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
3577 to "yes", and re-run configure.
3578
3579 END
3580 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
3581 fi
3582 fi
3583
3584
3585 PACKAGE_URL=http://avahi.org/
3586
3587
3588 LIBAVAHI_COMMON_VERSION_INFO=8:3:5
3589
3590 LIBAVAHI_CORE_VERSION_INFO=7:2:0
3591
3592 LIBAVAHI_CLIENT_VERSION_INFO=5:9:2
3593
3594 LIBAVAHI_GLIB_VERSION_INFO=1:2:0
3595
3596 LIBAVAHI_GOBJECT_VERSION_INFO=0:4:0
3597
3598 LIBAVAHI_QT3_VERSION_INFO=1:2:0
3599
3600 LIBAVAHI_QT4_VERSION_INFO=1:2:0
3601
3602 LIBAVAHI_UI_VERSION_INFO=1:4:1
3603
3604
3605 # Do not touch these, since they we took this version-info from upstream HOWL/Bonjour
3606 LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO=1:0:0
3607
3608 LIBAVAHI_COMPAT_HOWL_VERSION_INFO=0:0:0
3609
3610 HOWL_COMPAT_VERSION=0.9.8
3611
3612
3613 # Make sure we can run config.sub.
3614 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
3615 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3616
3617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3618 $as_echo_n "checking build system type... " >&6; }
3619 if ${ac_cv_build+:} false; then :
3620 $as_echo_n "(cached) " >&6
3621 else
3622 ac_build_alias=$build_alias
3623 test "x$ac_build_alias" = x &&
3624 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3625 test "x$ac_build_alias" = x &&
3626 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
3627 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3628 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3629
3630 fi
3631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3632 $as_echo "$ac_cv_build" >&6; }
3633 case $ac_cv_build in
3634 *-*-*) ;;
3635 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
3636 esac
3637 build=$ac_cv_build
3638 ac_save_IFS=$IFS; IFS='-'
3639 set x $ac_cv_build
3640 shift
3641 build_cpu=$1
3642 build_vendor=$2
3643 shift; shift
3644 # Remember, the first character of IFS is used to create $*,
3645 # except with old shells:
3646 build_os=$*
3647 IFS=$ac_save_IFS
3648 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3649
3650
3651 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3652 $as_echo_n "checking host system type... " >&6; }
3653 if ${ac_cv_host+:} false; then :
3654 $as_echo_n "(cached) " >&6
3655 else
3656 if test "x$host_alias" = x; then
3657 ac_cv_host=$ac_cv_build
3658 else
3659 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3660 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3661 fi
3662
3663 fi
3664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3665 $as_echo "$ac_cv_host" >&6; }
3666 case $ac_cv_host in
3667 *-*-*) ;;
3668 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
3669 esac
3670 host=$ac_cv_host
3671 ac_save_IFS=$IFS; IFS='-'
3672 set x $ac_cv_host
3673 shift
3674 host_cpu=$1
3675 host_vendor=$2
3676 shift; shift
3677 # Remember, the first character of IFS is used to create $*,
3678 # except with old shells:
3679 host_os=$*
3680 IFS=$ac_save_IFS
3681 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3682
3683
3684
3685 # Check whether --enable-silent-rules was given.
3686 if test "${enable_silent_rules+set}" = set; then :
3687 enableval=$enable_silent_rules;
3688 fi
3689
3690 case $enable_silent_rules in # (((
3691 yes) AM_DEFAULT_VERBOSITY=0;;
3692 no) AM_DEFAULT_VERBOSITY=1;;
3693 *) AM_DEFAULT_VERBOSITY=0;;
3694 esac
3695 am_make=${MAKE-make}
3696 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3697 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3698 if ${am_cv_make_support_nested_variables+:} false; then :
3699 $as_echo_n "(cached) " >&6
3700 else
3701 if $as_echo 'TRUE=$(BAR$(V))
3702 BAR0=false
3703 BAR1=true
3704 V=1
3705 am__doit:
3706 @$(TRUE)
3707 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
3708 am_cv_make_support_nested_variables=yes
3709 else
3710 am_cv_make_support_nested_variables=no
3711 fi
3712 fi
3713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3714 $as_echo "$am_cv_make_support_nested_variables" >&6; }
3715 if test $am_cv_make_support_nested_variables = yes; then
3716 AM_V='$(V)'
3717 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3718 else
3719 AM_V=$AM_DEFAULT_VERBOSITY
3720 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
3721 fi
3722 AM_BACKSLASH='\'
3723
3724
3725 # Extract the first word of "stow", so it can be a program name with args.
3726 set dummy stow; ac_word=$2
3727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3728 $as_echo_n "checking for $ac_word... " >&6; }
3729 if ${ac_cv_prog_STOW+:} false; then :
3730 $as_echo_n "(cached) " >&6
3731 else
3732 if test -n "$STOW"; then
3733 ac_cv_prog_STOW="$STOW" # Let the user override the test.
3734 else
3735 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3736 for as_dir in $PATH
3737 do
3738 IFS=$as_save_IFS
3739 test -z "$as_dir" && as_dir=.
3740 for ac_exec_ext in '' $ac_executable_extensions; do
3741 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3742 ac_cv_prog_STOW="yes"
3743 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3744 break 2
3745 fi
3746 done
3747 done
3748 IFS=$as_save_IFS
3749
3750 test -z "$ac_cv_prog_STOW" && ac_cv_prog_STOW="no"
3751 fi
3752 fi
3753 STOW=$ac_cv_prog_STOW
3754 if test -n "$STOW"; then
3755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STOW" >&5
3756 $as_echo "$STOW" >&6; }
3757 else
3758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3759 $as_echo "no" >&6; }
3760 fi
3761
3762
3763
3764 if test "x$STOW" = "xyes" && test -d /usr/local/stow; then :
3765
3766 { $as_echo "$as_me:${as_lineno-$LINENO}: *** Found /usr/local/stow: default install prefix set to /usr/local/stow/${PACKAGE_NAME}-${PACKAGE_VERSION} ***" >&5
3767 $as_echo "$as_me: *** Found /usr/local/stow: default install prefix set to /usr/local/stow/${PACKAGE_NAME}-${PACKAGE_VERSION} ***" >&6;}
3768 ac_default_prefix="/usr/local/stow/${PACKAGE_NAME}-${PACKAGE_VERSION}"
3769
3770 fi
3771
3772 # Checks for programs.
3773 ac_ext=c
3774 ac_cpp='$CPP $CPPFLAGS'
3775 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3776 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3777 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3778 if test -n "$ac_tool_prefix"; then
3779 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3780 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3782 $as_echo_n "checking for $ac_word... " >&6; }
3783 if ${ac_cv_prog_CC+:} false; then :
3784 $as_echo_n "(cached) " >&6
3785 else
3786 if test -n "$CC"; then
3787 ac_cv_prog_CC="$CC" # Let the user override the test.
3788 else
3789 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3790 for as_dir in $PATH
3791 do
3792 IFS=$as_save_IFS
3793 test -z "$as_dir" && as_dir=.
3794 for ac_exec_ext in '' $ac_executable_extensions; do
3795 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3796 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3797 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3798 break 2
3799 fi
3800 done
3801 done
3802 IFS=$as_save_IFS
3803
3804 fi
3805 fi
3806 CC=$ac_cv_prog_CC
3807 if test -n "$CC"; then
3808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3809 $as_echo "$CC" >&6; }
3810 else
3811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3812 $as_echo "no" >&6; }
3813 fi
3814
3815
3816 fi
3817 if test -z "$ac_cv_prog_CC"; then
3818 ac_ct_CC=$CC
3819 # Extract the first word of "gcc", so it can be a program name with args.
3820 set dummy gcc; ac_word=$2
3821 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3822 $as_echo_n "checking for $ac_word... " >&6; }
3823 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3824 $as_echo_n "(cached) " >&6
3825 else
3826 if test -n "$ac_ct_CC"; then
3827 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3828 else
3829 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3830 for as_dir in $PATH
3831 do
3832 IFS=$as_save_IFS
3833 test -z "$as_dir" && as_dir=.
3834 for ac_exec_ext in '' $ac_executable_extensions; do
3835 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3836 ac_cv_prog_ac_ct_CC="gcc"
3837 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3838 break 2
3839 fi
3840 done
3841 done
3842 IFS=$as_save_IFS
3843
3844 fi
3845 fi
3846 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3847 if test -n "$ac_ct_CC"; then
3848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3849 $as_echo "$ac_ct_CC" >&6; }
3850 else
3851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3852 $as_echo "no" >&6; }
3853 fi
3854
3855 if test "x$ac_ct_CC" = x; then
3856 CC=""
3857 else
3858 case $cross_compiling:$ac_tool_warned in
3859 yes:)
3860 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3861 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3862 ac_tool_warned=yes ;;
3863 esac
3864 CC=$ac_ct_CC
3865 fi
3866 else
3867 CC="$ac_cv_prog_CC"
3868 fi
3869
3870 if test -z "$CC"; then
3871 if test -n "$ac_tool_prefix"; then
3872 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3873 set dummy ${ac_tool_prefix}cc; ac_word=$2
3874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3875 $as_echo_n "checking for $ac_word... " >&6; }
3876 if ${ac_cv_prog_CC+:} false; then :
3877 $as_echo_n "(cached) " >&6
3878 else
3879 if test -n "$CC"; then
3880 ac_cv_prog_CC="$CC" # Let the user override the test.
3881 else
3882 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3883 for as_dir in $PATH
3884 do
3885 IFS=$as_save_IFS
3886 test -z "$as_dir" && as_dir=.
3887 for ac_exec_ext in '' $ac_executable_extensions; do
3888 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3889 ac_cv_prog_CC="${ac_tool_prefix}cc"
3890 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3891 break 2
3892 fi
3893 done
3894 done
3895 IFS=$as_save_IFS
3896
3897 fi
3898 fi
3899 CC=$ac_cv_prog_CC
3900 if test -n "$CC"; then
3901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3902 $as_echo "$CC" >&6; }
3903 else
3904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3905 $as_echo "no" >&6; }
3906 fi
3907
3908
3909 fi
3910 fi
3911 if test -z "$CC"; then
3912 # Extract the first word of "cc", so it can be a program name with args.
3913 set dummy cc; ac_word=$2
3914 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3915 $as_echo_n "checking for $ac_word... " >&6; }
3916 if ${ac_cv_prog_CC+:} false; then :
3917 $as_echo_n "(cached) " >&6
3918 else
3919 if test -n "$CC"; then
3920 ac_cv_prog_CC="$CC" # Let the user override the test.
3921 else
3922 ac_prog_rejected=no
3923 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3924 for as_dir in $PATH
3925 do
3926 IFS=$as_save_IFS
3927 test -z "$as_dir" && as_dir=.
3928 for ac_exec_ext in '' $ac_executable_extensions; do
3929 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3930 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3931 ac_prog_rejected=yes
3932 continue
3933 fi
3934 ac_cv_prog_CC="cc"
3935 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3936 break 2
3937 fi
3938 done
3939 done
3940 IFS=$as_save_IFS
3941
3942 if test $ac_prog_rejected = yes; then
3943 # We found a bogon in the path, so make sure we never use it.
3944 set dummy $ac_cv_prog_CC
3945 shift
3946 if test $# != 0; then
3947 # We chose a different compiler from the bogus one.
3948 # However, it has the same basename, so the bogon will be chosen
3949 # first if we set CC to just the basename; use the full file name.
3950 shift
3951 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3952 fi
3953 fi
3954 fi
3955 fi
3956 CC=$ac_cv_prog_CC
3957 if test -n "$CC"; then
3958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3959 $as_echo "$CC" >&6; }
3960 else
3961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3962 $as_echo "no" >&6; }
3963 fi
3964
3965
3966 fi
3967 if test -z "$CC"; then
3968 if test -n "$ac_tool_prefix"; then
3969 for ac_prog in cl.exe
3970 do
3971 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3972 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3973 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3974 $as_echo_n "checking for $ac_word... " >&6; }
3975 if ${ac_cv_prog_CC+:} false; then :
3976 $as_echo_n "(cached) " >&6
3977 else
3978 if test -n "$CC"; then
3979 ac_cv_prog_CC="$CC" # Let the user override the test.
3980 else
3981 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3982 for as_dir in $PATH
3983 do
3984 IFS=$as_save_IFS
3985 test -z "$as_dir" && as_dir=.
3986 for ac_exec_ext in '' $ac_executable_extensions; do
3987 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3988 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3989 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3990 break 2
3991 fi
3992 done
3993 done
3994 IFS=$as_save_IFS
3995
3996 fi
3997 fi
3998 CC=$ac_cv_prog_CC
3999 if test -n "$CC"; then
4000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4001 $as_echo "$CC" >&6; }
4002 else
4003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4004 $as_echo "no" >&6; }
4005 fi
4006
4007
4008 test -n "$CC" && break
4009 done
4010 fi
4011 if test -z "$CC"; then
4012 ac_ct_CC=$CC
4013 for ac_prog in cl.exe
4014 do
4015 # Extract the first word of "$ac_prog", so it can be a program name with args.
4016 set dummy $ac_prog; ac_word=$2
4017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4018 $as_echo_n "checking for $ac_word... " >&6; }
4019 if ${ac_cv_prog_ac_ct_CC+:} false; then :
4020 $as_echo_n "(cached) " >&6
4021 else
4022 if test -n "$ac_ct_CC"; then
4023 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4024 else
4025 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4026 for as_dir in $PATH
4027 do
4028 IFS=$as_save_IFS
4029 test -z "$as_dir" && as_dir=.
4030 for ac_exec_ext in '' $ac_executable_extensions; do
4031 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4032 ac_cv_prog_ac_ct_CC="$ac_prog"
4033 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4034 break 2
4035 fi
4036 done
4037 done
4038 IFS=$as_save_IFS
4039
4040 fi
4041 fi
4042 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4043 if test -n "$ac_ct_CC"; then
4044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4045 $as_echo "$ac_ct_CC" >&6; }
4046 else
4047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4048 $as_echo "no" >&6; }
4049 fi
4050
4051
4052 test -n "$ac_ct_CC" && break
4053 done
4054
4055 if test "x$ac_ct_CC" = x; then
4056 CC=""
4057 else
4058 case $cross_compiling:$ac_tool_warned in
4059 yes:)
4060 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4061 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4062 ac_tool_warned=yes ;;
4063 esac
4064 CC=$ac_ct_CC
4065 fi
4066 fi
4067
4068 fi
4069
4070
4071 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4072 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4073 as_fn_error $? "no acceptable C compiler found in \$PATH
4074 See \`config.log' for more details" "$LINENO" 5; }
4075
4076 # Provide some information about the compiler.
4077 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4078 set X $ac_compile
4079 ac_compiler=$2
4080 for ac_option in --version -v -V -qversion; do
4081 { { ac_try="$ac_compiler $ac_option >&5"
4082 case "(($ac_try" in
4083 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4084 *) ac_try_echo=$ac_try;;
4085 esac
4086 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4087 $as_echo "$ac_try_echo"; } >&5
4088 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4089 ac_status=$?
4090 if test -s conftest.err; then
4091 sed '10a\
4092 ... rest of stderr output deleted ...
4093 10q' conftest.err >conftest.er1
4094 cat conftest.er1 >&5
4095 fi
4096 rm -f conftest.er1 conftest.err
4097 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4098 test $ac_status = 0; }
4099 done
4100
4101 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4102 /* end confdefs.h. */
4103
4104 int
4105 main ()
4106 {
4107
4108 ;
4109 return 0;
4110 }
4111 _ACEOF
4112 ac_clean_files_save=$ac_clean_files
4113 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
4114 # Try to create an executable without -o first, disregard a.out.
4115 # It will help us diagnose broken compilers, and finding out an intuition
4116 # of exeext.
4117 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4118 $as_echo_n "checking whether the C compiler works... " >&6; }
4119 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4120
4121 # The possible output files:
4122 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4123
4124 ac_rmfiles=
4125 for ac_file in $ac_files
4126 do
4127 case $ac_file in
4128 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4129 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4130 esac
4131 done
4132 rm -f $ac_rmfiles
4133
4134 if { { ac_try="$ac_link_default"
4135 case "(($ac_try" in
4136 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4137 *) ac_try_echo=$ac_try;;
4138 esac
4139 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4140 $as_echo "$ac_try_echo"; } >&5
4141 (eval "$ac_link_default") 2>&5
4142 ac_status=$?
4143 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4144 test $ac_status = 0; }; then :
4145 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4146 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4147 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4148 # so that the user can short-circuit this test for compilers unknown to
4149 # Autoconf.
4150 for ac_file in $ac_files ''
4151 do
4152 test -f "$ac_file" || continue
4153 case $ac_file in
4154 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4155 ;;
4156 [ab].out )
4157 # We found the default executable, but exeext='' is most
4158 # certainly right.
4159 break;;
4160 *.* )
4161 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4162 then :; else
4163 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4164 fi
4165 # We set ac_cv_exeext here because the later test for it is not
4166 # safe: cross compilers may not add the suffix if given an `-o'
4167 # argument, so we may need to know it at that point already.
4168 # Even if this section looks crufty: it has the advantage of
4169 # actually working.
4170 break;;
4171 * )
4172 break;;
4173 esac
4174 done
4175 test "$ac_cv_exeext" = no && ac_cv_exeext=
4176
4177 else
4178 ac_file=''
4179 fi
4180 if test -z "$ac_file"; then :
4181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4182 $as_echo "no" >&6; }
4183 $as_echo "$as_me: failed program was:" >&5
4184 sed 's/^/| /' conftest.$ac_ext >&5
4185
4186 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4187 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4188 as_fn_error 77 "C compiler cannot create executables
4189 See \`config.log' for more details" "$LINENO" 5; }
4190 else
4191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4192 $as_echo "yes" >&6; }
4193 fi
4194 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4195 $as_echo_n "checking for C compiler default output file name... " >&6; }
4196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4197 $as_echo "$ac_file" >&6; }
4198 ac_exeext=$ac_cv_exeext
4199
4200 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
4201 ac_clean_files=$ac_clean_files_save
4202 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4203 $as_echo_n "checking for suffix of executables... " >&6; }
4204 if { { ac_try="$ac_link"
4205 case "(($ac_try" in
4206 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4207 *) ac_try_echo=$ac_try;;
4208 esac
4209 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4210 $as_echo "$ac_try_echo"; } >&5
4211 (eval "$ac_link") 2>&5
4212 ac_status=$?
4213 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4214 test $ac_status = 0; }; then :
4215 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4216 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4217 # work properly (i.e., refer to `conftest.exe'), while it won't with
4218 # `rm'.
4219 for ac_file in conftest.exe conftest conftest.*; do
4220 test -f "$ac_file" || continue
4221 case $ac_file in
4222 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4223 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4224 break;;
4225 * ) break;;
4226 esac
4227 done
4228 else
4229 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4230 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4231 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
4232 See \`config.log' for more details" "$LINENO" 5; }
4233 fi
4234 rm -f conftest conftest$ac_cv_exeext
4235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4236 $as_echo "$ac_cv_exeext" >&6; }
4237
4238 rm -f conftest.$ac_ext
4239 EXEEXT=$ac_cv_exeext
4240 ac_exeext=$EXEEXT
4241 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4242 /* end confdefs.h. */
4243 #include <stdio.h>
4244 int
4245 main ()
4246 {
4247 FILE *f = fopen ("conftest.out", "w");
4248 return ferror (f) || fclose (f) != 0;
4249
4250 ;
4251 return 0;
4252 }
4253 _ACEOF
4254 ac_clean_files="$ac_clean_files conftest.out"
4255 # Check that the compiler produces executables we can run. If not, either
4256 # the compiler is broken, or we cross compile.
4257 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4258 $as_echo_n "checking whether we are cross compiling... " >&6; }
4259 if test "$cross_compiling" != yes; then
4260 { { ac_try="$ac_link"
4261 case "(($ac_try" in
4262 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4263 *) ac_try_echo=$ac_try;;
4264 esac
4265 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4266 $as_echo "$ac_try_echo"; } >&5
4267 (eval "$ac_link") 2>&5
4268 ac_status=$?
4269 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4270 test $ac_status = 0; }
4271 if { ac_try='./conftest$ac_cv_exeext'
4272 { { case "(($ac_try" in
4273 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4274 *) ac_try_echo=$ac_try;;
4275 esac
4276 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4277 $as_echo "$ac_try_echo"; } >&5
4278 (eval "$ac_try") 2>&5
4279 ac_status=$?
4280 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4281 test $ac_status = 0; }; }; then
4282 cross_compiling=no
4283 else
4284 if test "$cross_compiling" = maybe; then
4285 cross_compiling=yes
4286 else
4287 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4288 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4289 as_fn_error $? "cannot run C compiled programs.
4290 If you meant to cross compile, use \`--host'.
4291 See \`config.log' for more details" "$LINENO" 5; }
4292 fi
4293 fi
4294 fi
4295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4296 $as_echo "$cross_compiling" >&6; }
4297
4298 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
4299 ac_clean_files=$ac_clean_files_save
4300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4301 $as_echo_n "checking for suffix of object files... " >&6; }
4302 if ${ac_cv_objext+:} false; then :
4303 $as_echo_n "(cached) " >&6
4304 else
4305 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4306 /* end confdefs.h. */
4307
4308 int
4309 main ()
4310 {
4311
4312 ;
4313 return 0;
4314 }
4315 _ACEOF
4316 rm -f conftest.o conftest.obj
4317 if { { ac_try="$ac_compile"
4318 case "(($ac_try" in
4319 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4320 *) ac_try_echo=$ac_try;;
4321 esac
4322 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4323 $as_echo "$ac_try_echo"; } >&5
4324 (eval "$ac_compile") 2>&5
4325 ac_status=$?
4326 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4327 test $ac_status = 0; }; then :
4328 for ac_file in conftest.o conftest.obj conftest.*; do
4329 test -f "$ac_file" || continue;
4330 case $ac_file in
4331 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4332 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4333 break;;
4334 esac
4335 done
4336 else
4337 $as_echo "$as_me: failed program was:" >&5
4338 sed 's/^/| /' conftest.$ac_ext >&5
4339
4340 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4341 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4342 as_fn_error $? "cannot compute suffix of object files: cannot compile
4343 See \`config.log' for more details" "$LINENO" 5; }
4344 fi
4345 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4346 fi
4347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4348 $as_echo "$ac_cv_objext" >&6; }
4349 OBJEXT=$ac_cv_objext
4350 ac_objext=$OBJEXT
4351 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4352 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4353 if ${ac_cv_c_compiler_gnu+:} false; then :
4354 $as_echo_n "(cached) " >&6
4355 else
4356 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4357 /* end confdefs.h. */
4358
4359 int
4360 main ()
4361 {
4362 #ifndef __GNUC__
4363 choke me
4364 #endif
4365
4366 ;
4367 return 0;
4368 }
4369 _ACEOF
4370 if ac_fn_c_try_compile "$LINENO"; then :
4371 ac_compiler_gnu=yes
4372 else
4373 ac_compiler_gnu=no
4374 fi
4375 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4376 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4377
4378 fi
4379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4380 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4381 if test $ac_compiler_gnu = yes; then
4382 GCC=yes
4383 else
4384 GCC=
4385 fi
4386 ac_test_CFLAGS=${CFLAGS+set}
4387 ac_save_CFLAGS=$CFLAGS
4388 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4389 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4390 if ${ac_cv_prog_cc_g+:} false; then :
4391 $as_echo_n "(cached) " >&6
4392 else
4393 ac_save_c_werror_flag=$ac_c_werror_flag
4394 ac_c_werror_flag=yes
4395 ac_cv_prog_cc_g=no
4396 CFLAGS="-g"
4397 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4398 /* end confdefs.h. */
4399
4400 int
4401 main ()
4402 {
4403
4404 ;
4405 return 0;
4406 }
4407 _ACEOF
4408 if ac_fn_c_try_compile "$LINENO"; then :
4409 ac_cv_prog_cc_g=yes
4410 else
4411 CFLAGS=""
4412 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4413 /* end confdefs.h. */
4414
4415 int
4416 main ()
4417 {
4418
4419 ;
4420 return 0;
4421 }
4422 _ACEOF
4423 if ac_fn_c_try_compile "$LINENO"; then :
4424
4425 else
4426 ac_c_werror_flag=$ac_save_c_werror_flag
4427 CFLAGS="-g"
4428 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4429 /* end confdefs.h. */
4430
4431 int
4432 main ()
4433 {
4434
4435 ;
4436 return 0;
4437 }
4438 _ACEOF
4439 if ac_fn_c_try_compile "$LINENO"; then :
4440 ac_cv_prog_cc_g=yes
4441 fi
4442 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4443 fi
4444 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4445 fi
4446 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4447 ac_c_werror_flag=$ac_save_c_werror_flag
4448 fi
4449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4450 $as_echo "$ac_cv_prog_cc_g" >&6; }
4451 if test "$ac_test_CFLAGS" = set; then
4452 CFLAGS=$ac_save_CFLAGS
4453 elif test $ac_cv_prog_cc_g = yes; then
4454 if test "$GCC" = yes; then
4455 CFLAGS="-g -O2"
4456 else
4457 CFLAGS="-g"
4458 fi
4459 else
4460 if test "$GCC" = yes; then
4461 CFLAGS="-O2"
4462 else
4463 CFLAGS=
4464 fi
4465 fi
4466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4467 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4468 if ${ac_cv_prog_cc_c89+:} false; then :
4469 $as_echo_n "(cached) " >&6
4470 else
4471 ac_cv_prog_cc_c89=no
4472 ac_save_CC=$CC
4473 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4474 /* end confdefs.h. */
4475 #include <stdarg.h>
4476 #include <stdio.h>
4477 struct stat;
4478 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4479 struct buf { int x; };
4480 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4481 static char *e (p, i)
4482 char **p;
4483 int i;
4484 {
4485 return p[i];
4486 }
4487 static char *f (char * (*g) (char **, int), char **p, ...)
4488 {
4489 char *s;
4490 va_list v;
4491 va_start (v,p);
4492 s = g (p, va_arg (v,int));
4493 va_end (v);
4494 return s;
4495 }
4496
4497 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4498 function prototypes and stuff, but not '\xHH' hex character constants.
4499 These don't provoke an error unfortunately, instead are silently treated
4500 as 'x'. The following induces an error, until -std is added to get
4501 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4502 array size at least. It's necessary to write '\x00'==0 to get something
4503 that's true only with -std. */
4504 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4505
4506 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4507 inside strings and character constants. */
4508 #define FOO(x) 'x'
4509 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4510
4511 int test (int i, double x);
4512 struct s1 {int (*f) (int a);};
4513 struct s2 {int (*f) (double a);};
4514 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4515 int argc;
4516 char **argv;
4517 int
4518 main ()
4519 {
4520 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4521 ;
4522 return 0;
4523 }
4524 _ACEOF
4525 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4526 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4527 do
4528 CC="$ac_save_CC $ac_arg"
4529 if ac_fn_c_try_compile "$LINENO"; then :
4530 ac_cv_prog_cc_c89=$ac_arg
4531 fi
4532 rm -f core conftest.err conftest.$ac_objext
4533 test "x$ac_cv_prog_cc_c89" != "xno" && break
4534 done
4535 rm -f conftest.$ac_ext
4536 CC=$ac_save_CC
4537
4538 fi
4539 # AC_CACHE_VAL
4540 case "x$ac_cv_prog_cc_c89" in
4541 x)
4542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4543 $as_echo "none needed" >&6; } ;;
4544 xno)
4545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4546 $as_echo "unsupported" >&6; } ;;
4547 *)
4548 CC="$CC $ac_cv_prog_cc_c89"
4549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4550 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4551 esac
4552 if test "x$ac_cv_prog_cc_c89" != xno; then :
4553
4554 fi
4555
4556 ac_ext=c
4557 ac_cpp='$CPP $CPPFLAGS'
4558 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4559 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4560 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4561
4562 ac_ext=c
4563 ac_cpp='$CPP $CPPFLAGS'
4564 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4565 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4566 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4568 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4569 if ${am_cv_prog_cc_c_o+:} false; then :
4570 $as_echo_n "(cached) " >&6
4571 else
4572 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4573 /* end confdefs.h. */
4574
4575 int
4576 main ()
4577 {
4578
4579 ;
4580 return 0;
4581 }
4582 _ACEOF
4583 # Make sure it works both with $CC and with simple cc.
4584 # Following AC_PROG_CC_C_O, we do the test twice because some
4585 # compilers refuse to overwrite an existing .o file with -o,
4586 # though they will create one.
4587 am_cv_prog_cc_c_o=yes
4588 for am_i in 1 2; do
4589 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4590 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4591 ac_status=$?
4592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4593 (exit $ac_status); } \
4594 && test -f conftest2.$ac_objext; then
4595 : OK
4596 else
4597 am_cv_prog_cc_c_o=no
4598 break
4599 fi
4600 done
4601 rm -f core conftest*
4602 unset am_i
4603 fi
4604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4605 $as_echo "$am_cv_prog_cc_c_o" >&6; }
4606 if test "$am_cv_prog_cc_c_o" != yes; then
4607 # Losing compiler, so override with the script.
4608 # FIXME: It is wrong to rewrite CC.
4609 # But if we don't then we get into trouble of one sort or another.
4610 # A longer-term fix would be to have automake use am__CC in this case,
4611 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4612 CC="$am_aux_dir/compile $CC"
4613 fi
4614 ac_ext=c
4615 ac_cpp='$CPP $CPPFLAGS'
4616 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4617 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4618 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4619
4620 DEPDIR="${am__leading_dot}deps"
4621
4622 ac_config_commands="$ac_config_commands depfiles"
4623
4624
4625 am_make=${MAKE-make}
4626 cat > confinc << 'END'
4627 am__doit:
4628 @echo this is the am__doit target
4629 .PHONY: am__doit
4630 END
4631 # If we don't find an include directive, just comment out the code.
4632 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
4633 $as_echo_n "checking for style of include used by $am_make... " >&6; }
4634 am__include="#"
4635 am__quote=
4636 _am_result=none
4637 # First try GNU make style include.
4638 echo "include confinc" > confmf
4639 # Ignore all kinds of additional output from 'make'.
4640 case `$am_make -s -f confmf 2> /dev/null` in #(
4641 *the\ am__doit\ target*)
4642 am__include=include
4643 am__quote=
4644 _am_result=GNU
4645 ;;
4646 esac
4647 # Now try BSD make style include.
4648 if test "$am__include" = "#"; then
4649 echo '.include "confinc"' > confmf
4650 case `$am_make -s -f confmf 2> /dev/null` in #(
4651 *the\ am__doit\ target*)
4652 am__include=.include
4653 am__quote="\""
4654 _am_result=BSD
4655 ;;
4656 esac
4657 fi
4658
4659
4660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4661 $as_echo "$_am_result" >&6; }
4662 rm -f confinc confmf
4663
4664 # Check whether --enable-dependency-tracking was given.
4665 if test "${enable_dependency_tracking+set}" = set; then :
4666 enableval=$enable_dependency_tracking;
4667 fi
4668
4669 if test "x$enable_dependency_tracking" != xno; then
4670 am_depcomp="$ac_aux_dir/depcomp"
4671 AMDEPBACKSLASH='\'
4672 am__nodep='_no'
4673 fi
4674 if test "x$enable_dependency_tracking" != xno; then
4675 AMDEP_TRUE=
4676 AMDEP_FALSE='#'
4677 else
4678 AMDEP_TRUE='#'
4679 AMDEP_FALSE=
4680 fi
4681
4682
4683
4684 depcc="$CC" am_compiler_list=
4685
4686 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4687 $as_echo_n "checking dependency style of $depcc... " >&6; }
4688 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4689 $as_echo_n "(cached) " >&6
4690 else
4691 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4692 # We make a subdir and do the tests there. Otherwise we can end up
4693 # making bogus files that we don't know about and never remove. For
4694 # instance it was reported that on HP-UX the gcc test will end up
4695 # making a dummy file named 'D' -- because '-MD' means "put the output
4696 # in D".
4697 rm -rf conftest.dir
4698 mkdir conftest.dir
4699 # Copy depcomp to subdir because otherwise we won't find it if we're
4700 # using a relative directory.
4701 cp "$am_depcomp" conftest.dir
4702 cd conftest.dir
4703 # We will build objects and dependencies in a subdirectory because
4704 # it helps to detect inapplicable dependency modes. For instance
4705 # both Tru64's cc and ICC support -MD to output dependencies as a
4706 # side effect of compilation, but ICC will put the dependencies in
4707 # the current directory while Tru64 will put them in the object
4708 # directory.
4709 mkdir sub
4710
4711 am_cv_CC_dependencies_compiler_type=none
4712 if test "$am_compiler_list" = ""; then
4713 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4714 fi
4715 am__universal=false
4716 case " $depcc " in #(
4717 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4718 esac
4719
4720 for depmode in $am_compiler_list; do
4721 # Setup a source with many dependencies, because some compilers
4722 # like to wrap large dependency lists on column 80 (with \), and
4723 # we should not choose a depcomp mode which is confused by this.
4724 #
4725 # We need to recreate these files for each test, as the compiler may
4726 # overwrite some of them when testing with obscure command lines.
4727 # This happens at least with the AIX C compiler.
4728 : > sub/conftest.c
4729 for i in 1 2 3 4 5 6; do
4730 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4731 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4732 # Solaris 10 /bin/sh.
4733 echo '/* dummy */' > sub/conftst$i.h
4734 done
4735 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4736
4737 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4738 # mode. It turns out that the SunPro C++ compiler does not properly
4739 # handle '-M -o', and we need to detect this. Also, some Intel
4740 # versions had trouble with output in subdirs.
4741 am__obj=sub/conftest.${OBJEXT-o}
4742 am__minus_obj="-o $am__obj"
4743 case $depmode in
4744 gcc)
4745 # This depmode causes a compiler race in universal mode.
4746 test "$am__universal" = false || continue
4747 ;;
4748 nosideeffect)
4749 # After this tag, mechanisms are not by side-effect, so they'll
4750 # only be used when explicitly requested.
4751 if test "x$enable_dependency_tracking" = xyes; then
4752 continue
4753 else
4754 break
4755 fi
4756 ;;
4757 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4758 # This compiler won't grok '-c -o', but also, the minuso test has
4759 # not run yet. These depmodes are late enough in the game, and
4760 # so weak that their functioning should not be impacted.
4761 am__obj=conftest.${OBJEXT-o}
4762 am__minus_obj=
4763 ;;
4764 none) break ;;
4765 esac
4766 if depmode=$depmode \
4767 source=sub/conftest.c object=$am__obj \
4768 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4769 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4770 >/dev/null 2>conftest.err &&
4771 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4772 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4773 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4774 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4775 # icc doesn't choke on unknown options, it will just issue warnings
4776 # or remarks (even with -Werror). So we grep stderr for any message
4777 # that says an option was ignored or not supported.
4778 # When given -MP, icc 7.0 and 7.1 complain thusly:
4779 # icc: Command line warning: ignoring option '-M'; no argument required
4780 # The diagnosis changed in icc 8.0:
4781 # icc: Command line remark: option '-MP' not supported
4782 if (grep 'ignoring option' conftest.err ||
4783 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4784 am_cv_CC_dependencies_compiler_type=$depmode
4785 break
4786 fi
4787 fi
4788 done
4789
4790 cd ..
4791 rm -rf conftest.dir
4792 else
4793 am_cv_CC_dependencies_compiler_type=none
4794 fi
4795
4796 fi
4797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4798 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4799 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4800
4801 if
4802 test "x$enable_dependency_tracking" != xno \
4803 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4804 am__fastdepCC_TRUE=
4805 am__fastdepCC_FALSE='#'
4806 else
4807 am__fastdepCC_TRUE='#'
4808 am__fastdepCC_FALSE=
4809 fi
4810
4811
4812 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C99" >&5
4813 $as_echo_n "checking for $CC option to accept ISO C99... " >&6; }
4814 if ${ac_cv_prog_cc_c99+:} false; then :
4815 $as_echo_n "(cached) " >&6
4816 else
4817 ac_cv_prog_cc_c99=no
4818 ac_save_CC=$CC
4819 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4820 /* end confdefs.h. */
4821 #include <stdarg.h>
4822 #include <stdbool.h>
4823 #include <stdlib.h>
4824 #include <wchar.h>
4825 #include <stdio.h>
4826
4827 // Check varargs macros. These examples are taken from C99 6.10.3.5.
4828 #define debug(...) fprintf (stderr, __VA_ARGS__)
4829 #define showlist(...) puts (#__VA_ARGS__)
4830 #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
4831 static void
4832 test_varargs_macros (void)
4833 {
4834 int x = 1234;
4835 int y = 5678;
4836 debug ("Flag");
4837 debug ("X = %d\n", x);
4838 showlist (The first, second, and third items.);
4839 report (x>y, "x is %d but y is %d", x, y);
4840 }
4841
4842 // Check long long types.
4843 #define BIG64 18446744073709551615ull
4844 #define BIG32 4294967295ul
4845 #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
4846 #if !BIG_OK
4847 your preprocessor is broken;
4848 #endif
4849 #if BIG_OK
4850 #else
4851 your preprocessor is broken;
4852 #endif
4853 static long long int bignum = -9223372036854775807LL;
4854 static unsigned long long int ubignum = BIG64;
4855
4856 struct incomplete_array
4857 {
4858 int datasize;
4859 double data[];
4860 };
4861
4862 struct named_init {
4863 int number;
4864 const wchar_t *name;
4865 double average;
4866 };
4867
4868 typedef const char *ccp;
4869
4870 static inline int
4871 test_restrict (ccp restrict text)
4872 {
4873 // See if C++-style comments work.
4874 // Iterate through items via the restricted pointer.
4875 // Also check for declarations in for loops.
4876 for (unsigned int i = 0; *(text+i) != '\0'; ++i)
4877 continue;
4878 return 0;
4879 }
4880
4881 // Check varargs and va_copy.
4882 static void
4883 test_varargs (const char *format, ...)
4884 {
4885 va_list args;
4886 va_start (args, format);
4887 va_list args_copy;
4888 va_copy (args_copy, args);
4889
4890 const char *str;
4891 int number;
4892 float fnumber;
4893
4894 while (*format)
4895 {
4896 switch (*format++)
4897 {
4898 case 's': // string
4899 str = va_arg (args_copy, const char *);
4900 break;
4901 case 'd': // int
4902 number = va_arg (args_copy, int);
4903 break;
4904 case 'f': // float
4905 fnumber = va_arg (args_copy, double);
4906 break;
4907 default:
4908 break;
4909 }
4910 }
4911 va_end (args_copy);
4912 va_end (args);
4913 }
4914
4915 int
4916 main ()
4917 {
4918
4919 // Check bool.
4920 _Bool success = false;
4921
4922 // Check restrict.
4923 if (test_restrict ("String literal") == 0)
4924 success = true;
4925 char *restrict newvar = "Another string";
4926
4927 // Check varargs.
4928 test_varargs ("s, d' f .", "string", 65, 34.234);
4929 test_varargs_macros ();
4930
4931 // Check flexible array members.
4932 struct incomplete_array *ia =
4933 malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
4934 ia->datasize = 10;
4935 for (int i = 0; i < ia->datasize; ++i)
4936 ia->data[i] = i * 1.234;
4937
4938 // Check named initializers.
4939 struct named_init ni = {
4940 .number = 34,
4941 .name = L"Test wide string",
4942 .average = 543.34343,
4943 };
4944
4945 ni.number = 58;
4946
4947 int dynamic_array[ni.number];
4948 dynamic_array[ni.number - 1] = 543;
4949
4950 // work around unused variable warnings
4951 return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
4952 || dynamic_array[ni.number - 1] != 543);
4953
4954 ;
4955 return 0;
4956 }
4957 _ACEOF
4958 for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -D_STDC_C99= -qlanglvl=extc99
4959 do
4960 CC="$ac_save_CC $ac_arg"
4961 if ac_fn_c_try_compile "$LINENO"; then :
4962 ac_cv_prog_cc_c99=$ac_arg
4963 fi
4964 rm -f core conftest.err conftest.$ac_objext
4965 test "x$ac_cv_prog_cc_c99" != "xno" && break
4966 done
4967 rm -f conftest.$ac_ext
4968 CC=$ac_save_CC
4969
4970 fi
4971 # AC_CACHE_VAL
4972 case "x$ac_cv_prog_cc_c99" in
4973 x)
4974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4975 $as_echo "none needed" >&6; } ;;
4976 xno)
4977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4978 $as_echo "unsupported" >&6; } ;;
4979 *)
4980 CC="$CC $ac_cv_prog_cc_c99"
4981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5
4982 $as_echo "$ac_cv_prog_cc_c99" >&6; } ;;
4983 esac
4984 if test "x$ac_cv_prog_cc_c99" != xno; then :
4985
4986 fi
4987
4988
4989 ac_ext=cpp
4990 ac_cpp='$CXXCPP $CPPFLAGS'
4991 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4992 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4993 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4994 if test -z "$CXX"; then
4995 if test -n "$CCC"; then
4996 CXX=$CCC
4997 else
4998 if test -n "$ac_tool_prefix"; then
4999 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
5000 do
5001 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5002 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5003 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5004 $as_echo_n "checking for $ac_word... " >&6; }
5005 if ${ac_cv_prog_CXX+:} false; then :
5006 $as_echo_n "(cached) " >&6
5007 else
5008 if test -n "$CXX"; then
5009 ac_cv_prog_CXX="$CXX" # Let the user override the test.
5010 else
5011 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5012 for as_dir in $PATH
5013 do
5014 IFS=$as_save_IFS
5015 test -z "$as_dir" && as_dir=.
5016 for ac_exec_ext in '' $ac_executable_extensions; do
5017 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5018 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
5019 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5020 break 2
5021 fi
5022 done
5023 done
5024 IFS=$as_save_IFS
5025
5026 fi
5027 fi
5028 CXX=$ac_cv_prog_CXX
5029 if test -n "$CXX"; then
5030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
5031 $as_echo "$CXX" >&6; }
5032 else
5033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5034 $as_echo "no" >&6; }
5035 fi
5036
5037
5038 test -n "$CXX" && break
5039 done
5040 fi
5041 if test -z "$CXX"; then
5042 ac_ct_CXX=$CXX
5043 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
5044 do
5045 # Extract the first word of "$ac_prog", so it can be a program name with args.
5046 set dummy $ac_prog; ac_word=$2
5047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5048 $as_echo_n "checking for $ac_word... " >&6; }
5049 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
5050 $as_echo_n "(cached) " >&6
5051 else
5052 if test -n "$ac_ct_CXX"; then
5053 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
5054 else
5055 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5056 for as_dir in $PATH
5057 do
5058 IFS=$as_save_IFS
5059 test -z "$as_dir" && as_dir=.
5060 for ac_exec_ext in '' $ac_executable_extensions; do
5061 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5062 ac_cv_prog_ac_ct_CXX="$ac_prog"
5063 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5064 break 2
5065 fi
5066 done
5067 done
5068 IFS=$as_save_IFS
5069
5070 fi
5071 fi
5072 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
5073 if test -n "$ac_ct_CXX"; then
5074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
5075 $as_echo "$ac_ct_CXX" >&6; }
5076 else
5077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5078 $as_echo "no" >&6; }
5079 fi
5080
5081
5082 test -n "$ac_ct_CXX" && break
5083 done
5084
5085 if test "x$ac_ct_CXX" = x; then
5086 CXX="g++"
5087 else
5088 case $cross_compiling:$ac_tool_warned in
5089 yes:)
5090 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5091 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5092 ac_tool_warned=yes ;;
5093 esac
5094 CXX=$ac_ct_CXX
5095 fi
5096 fi
5097
5098 fi
5099 fi
5100 # Provide some information about the compiler.
5101 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
5102 set X $ac_compile
5103 ac_compiler=$2
5104 for ac_option in --version -v -V -qversion; do
5105 { { ac_try="$ac_compiler $ac_option >&5"
5106 case "(($ac_try" in
5107 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5108 *) ac_try_echo=$ac_try;;
5109 esac
5110 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5111 $as_echo "$ac_try_echo"; } >&5
5112 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
5113 ac_status=$?
5114 if test -s conftest.err; then
5115 sed '10a\
5116 ... rest of stderr output deleted ...
5117 10q' conftest.err >conftest.er1
5118 cat conftest.er1 >&5
5119 fi
5120 rm -f conftest.er1 conftest.err
5121 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5122 test $ac_status = 0; }
5123 done
5124
5125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
5126 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
5127 if ${ac_cv_cxx_compiler_gnu+:} false; then :
5128 $as_echo_n "(cached) " >&6
5129 else
5130 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5131 /* end confdefs.h. */
5132
5133 int
5134 main ()
5135 {
5136 #ifndef __GNUC__
5137 choke me
5138 #endif
5139
5140 ;
5141 return 0;
5142 }
5143 _ACEOF
5144 if ac_fn_cxx_try_compile "$LINENO"; then :
5145 ac_compiler_gnu=yes
5146 else
5147 ac_compiler_gnu=no
5148 fi
5149 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5150 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
5151
5152 fi
5153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
5154 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
5155 if test $ac_compiler_gnu = yes; then
5156 GXX=yes
5157 else
5158 GXX=
5159 fi
5160 ac_test_CXXFLAGS=${CXXFLAGS+set}
5161 ac_save_CXXFLAGS=$CXXFLAGS
5162 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
5163 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
5164 if ${ac_cv_prog_cxx_g+:} false; then :
5165 $as_echo_n "(cached) " >&6
5166 else
5167 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
5168 ac_cxx_werror_flag=yes
5169 ac_cv_prog_cxx_g=no
5170 CXXFLAGS="-g"
5171 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5172 /* end confdefs.h. */
5173
5174 int
5175 main ()
5176 {
5177
5178 ;
5179 return 0;
5180 }
5181 _ACEOF
5182 if ac_fn_cxx_try_compile "$LINENO"; then :
5183 ac_cv_prog_cxx_g=yes
5184 else
5185 CXXFLAGS=""
5186 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5187 /* end confdefs.h. */
5188
5189 int
5190 main ()
5191 {
5192
5193 ;
5194 return 0;
5195 }
5196 _ACEOF
5197 if ac_fn_cxx_try_compile "$LINENO"; then :
5198
5199 else
5200 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
5201 CXXFLAGS="-g"
5202 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5203 /* end confdefs.h. */
5204
5205 int
5206 main ()
5207 {
5208
5209 ;
5210 return 0;
5211 }
5212 _ACEOF
5213 if ac_fn_cxx_try_compile "$LINENO"; then :
5214 ac_cv_prog_cxx_g=yes
5215 fi
5216 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5217 fi
5218 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5219 fi
5220 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5221 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
5222 fi
5223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
5224 $as_echo "$ac_cv_prog_cxx_g" >&6; }
5225 if test "$ac_test_CXXFLAGS" = set; then
5226 CXXFLAGS=$ac_save_CXXFLAGS
5227 elif test $ac_cv_prog_cxx_g = yes; then
5228 if test "$GXX" = yes; then
5229 CXXFLAGS="-g -O2"
5230 else
5231 CXXFLAGS="-g"
5232 fi
5233 else
5234 if test "$GXX" = yes; then
5235 CXXFLAGS="-O2"
5236 else
5237 CXXFLAGS=
5238 fi
5239 fi
5240 ac_ext=c
5241 ac_cpp='$CPP $CPPFLAGS'
5242 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5243 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5244 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5245
5246 depcc="$CXX" am_compiler_list=
5247
5248 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
5249 $as_echo_n "checking dependency style of $depcc... " >&6; }
5250 if ${am_cv_CXX_dependencies_compiler_type+:} false; then :
5251 $as_echo_n "(cached) " >&6
5252 else
5253 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
5254 # We make a subdir and do the tests there. Otherwise we can end up
5255 # making bogus files that we don't know about and never remove. For
5256 # instance it was reported that on HP-UX the gcc test will end up
5257 # making a dummy file named 'D' -- because '-MD' means "put the output
5258 # in D".
5259 rm -rf conftest.dir
5260 mkdir conftest.dir
5261 # Copy depcomp to subdir because otherwise we won't find it if we're
5262 # using a relative directory.
5263 cp "$am_depcomp" conftest.dir
5264 cd conftest.dir
5265 # We will build objects and dependencies in a subdirectory because
5266 # it helps to detect inapplicable dependency modes. For instance
5267 # both Tru64's cc and ICC support -MD to output dependencies as a
5268 # side effect of compilation, but ICC will put the dependencies in
5269 # the current directory while Tru64 will put them in the object
5270 # directory.
5271 mkdir sub
5272
5273 am_cv_CXX_dependencies_compiler_type=none
5274 if test "$am_compiler_list" = ""; then
5275 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
5276 fi
5277 am__universal=false
5278 case " $depcc " in #(
5279 *\ -arch\ *\ -arch\ *) am__universal=true ;;
5280 esac
5281
5282 for depmode in $am_compiler_list; do
5283 # Setup a source with many dependencies, because some compilers
5284 # like to wrap large dependency lists on column 80 (with \), and
5285 # we should not choose a depcomp mode which is confused by this.
5286 #
5287 # We need to recreate these files for each test, as the compiler may
5288 # overwrite some of them when testing with obscure command lines.
5289 # This happens at least with the AIX C compiler.
5290 : > sub/conftest.c
5291 for i in 1 2 3 4 5 6; do
5292 echo '#include "conftst'$i'.h"' >> sub/conftest.c
5293 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
5294 # Solaris 10 /bin/sh.
5295 echo '/* dummy */' > sub/conftst$i.h
5296 done
5297 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
5298
5299 # We check with '-c' and '-o' for the sake of the "dashmstdout"
5300 # mode. It turns out that the SunPro C++ compiler does not properly
5301 # handle '-M -o', and we need to detect this. Also, some Intel
5302 # versions had trouble with output in subdirs.
5303 am__obj=sub/conftest.${OBJEXT-o}
5304 am__minus_obj="-o $am__obj"
5305 case $depmode in
5306 gcc)
5307 # This depmode causes a compiler race in universal mode.
5308 test "$am__universal" = false || continue
5309 ;;
5310 nosideeffect)
5311 # After this tag, mechanisms are not by side-effect, so they'll
5312 # only be used when explicitly requested.
5313 if test "x$enable_dependency_tracking" = xyes; then
5314 continue
5315 else
5316 break
5317 fi
5318 ;;
5319 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
5320 # This compiler won't grok '-c -o', but also, the minuso test has
5321 # not run yet. These depmodes are late enough in the game, and
5322 # so weak that their functioning should not be impacted.
5323 am__obj=conftest.${OBJEXT-o}
5324 am__minus_obj=
5325 ;;
5326 none) break ;;
5327 esac
5328 if depmode=$depmode \
5329 source=sub/conftest.c object=$am__obj \
5330 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
5331 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
5332 >/dev/null 2>conftest.err &&
5333 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
5334 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
5335 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
5336 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
5337 # icc doesn't choke on unknown options, it will just issue warnings
5338 # or remarks (even with -Werror). So we grep stderr for any message
5339 # that says an option was ignored or not supported.
5340 # When given -MP, icc 7.0 and 7.1 complain thusly:
5341 # icc: Command line warning: ignoring option '-M'; no argument required
5342 # The diagnosis changed in icc 8.0:
5343 # icc: Command line remark: option '-MP' not supported
5344 if (grep 'ignoring option' conftest.err ||
5345 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
5346 am_cv_CXX_dependencies_compiler_type=$depmode
5347 break
5348 fi
5349 fi
5350 done
5351
5352 cd ..
5353 rm -rf conftest.dir
5354 else
5355 am_cv_CXX_dependencies_compiler_type=none
5356 fi
5357
5358 fi
5359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5
5360 $as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
5361 CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
5362
5363 if
5364 test "x$enable_dependency_tracking" != xno \
5365 && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
5366 am__fastdepCXX_TRUE=
5367 am__fastdepCXX_FALSE='#'
5368 else
5369 am__fastdepCXX_TRUE='#'
5370 am__fastdepCXX_FALSE=
5371 fi
5372
5373
5374
5375
5376 ac_ext=c
5377 ac_cpp='$CPP $CPPFLAGS'
5378 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5379 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5380 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5381 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5382 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5383 # On Suns, sometimes $CPP names a directory.
5384 if test -n "$CPP" && test -d "$CPP"; then
5385 CPP=
5386 fi
5387 if test -z "$CPP"; then
5388 if ${ac_cv_prog_CPP+:} false; then :
5389 $as_echo_n "(cached) " >&6
5390 else
5391 # Double quotes because CPP needs to be expanded
5392 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5393 do
5394 ac_preproc_ok=false
5395 for ac_c_preproc_warn_flag in '' yes
5396 do
5397 # Use a header file that comes with gcc, so configuring glibc
5398 # with a fresh cross-compiler works.
5399 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5400 # <limits.h> exists even on freestanding compilers.
5401 # On the NeXT, cc -E runs the code through the compiler's parser,
5402 # not just through cpp. "Syntax error" is here to catch this case.
5403 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5404 /* end confdefs.h. */
5405 #ifdef __STDC__
5406 # include <limits.h>
5407 #else
5408 # include <assert.h>
5409 #endif
5410 Syntax error
5411 _ACEOF
5412 if ac_fn_c_try_cpp "$LINENO"; then :
5413
5414 else
5415 # Broken: fails on valid input.
5416 continue
5417 fi
5418 rm -f conftest.err conftest.i conftest.$ac_ext
5419
5420 # OK, works on sane cases. Now check whether nonexistent headers
5421 # can be detected and how.
5422 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5423 /* end confdefs.h. */
5424 #include <ac_nonexistent.h>
5425 _ACEOF
5426 if ac_fn_c_try_cpp "$LINENO"; then :
5427 # Broken: success on invalid input.
5428 continue
5429 else
5430 # Passes both tests.
5431 ac_preproc_ok=:
5432 break
5433 fi
5434 rm -f conftest.err conftest.i conftest.$ac_ext
5435
5436 done
5437 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5438 rm -f conftest.i conftest.err conftest.$ac_ext
5439 if $ac_preproc_ok; then :
5440 break
5441 fi
5442
5443 done
5444 ac_cv_prog_CPP=$CPP
5445
5446 fi
5447 CPP=$ac_cv_prog_CPP
5448 else
5449 ac_cv_prog_CPP=$CPP
5450 fi
5451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5452 $as_echo "$CPP" >&6; }
5453 ac_preproc_ok=false
5454 for ac_c_preproc_warn_flag in '' yes
5455 do
5456 # Use a header file that comes with gcc, so configuring glibc
5457 # with a fresh cross-compiler works.
5458 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5459 # <limits.h> exists even on freestanding compilers.
5460 # On the NeXT, cc -E runs the code through the compiler's parser,
5461 # not just through cpp. "Syntax error" is here to catch this case.
5462 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5463 /* end confdefs.h. */
5464 #ifdef __STDC__
5465 # include <limits.h>
5466 #else
5467 # include <assert.h>
5468 #endif
5469 Syntax error
5470 _ACEOF
5471 if ac_fn_c_try_cpp "$LINENO"; then :
5472
5473 else
5474 # Broken: fails on valid input.
5475 continue
5476 fi
5477 rm -f conftest.err conftest.i conftest.$ac_ext
5478
5479 # OK, works on sane cases. Now check whether nonexistent headers
5480 # can be detected and how.
5481 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5482 /* end confdefs.h. */
5483 #include <ac_nonexistent.h>
5484 _ACEOF
5485 if ac_fn_c_try_cpp "$LINENO"; then :
5486 # Broken: success on invalid input.
5487 continue
5488 else
5489 # Passes both tests.
5490 ac_preproc_ok=:
5491 break
5492 fi
5493 rm -f conftest.err conftest.i conftest.$ac_ext
5494
5495 done
5496 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5497 rm -f conftest.i conftest.err conftest.$ac_ext
5498 if $ac_preproc_ok; then :
5499
5500 else
5501 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5502 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5503 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
5504 See \`config.log' for more details" "$LINENO" 5; }
5505 fi
5506
5507 ac_ext=c
5508 ac_cpp='$CPP $CPPFLAGS'
5509 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5510 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5511 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5512
5513
5514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5515 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5516 if ${ac_cv_path_GREP+:} false; then :
5517 $as_echo_n "(cached) " >&6
5518 else
5519 if test -z "$GREP"; then
5520 ac_path_GREP_found=false
5521 # Loop through the user's path and test for each of PROGNAME-LIST
5522 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5523 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5524 do
5525 IFS=$as_save_IFS
5526 test -z "$as_dir" && as_dir=.
5527 for ac_prog in grep ggrep; do
5528 for ac_exec_ext in '' $ac_executable_extensions; do
5529 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5530 as_fn_executable_p "$ac_path_GREP" || continue
5531 # Check for GNU ac_path_GREP and select it if it is found.
5532 # Check for GNU $ac_path_GREP
5533 case `"$ac_path_GREP" --version 2>&1` in
5534 *GNU*)
5535 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5536 *)
5537 ac_count=0
5538 $as_echo_n 0123456789 >"conftest.in"
5539 while :
5540 do
5541 cat "conftest.in" "conftest.in" >"conftest.tmp"
5542 mv "conftest.tmp" "conftest.in"
5543 cp "conftest.in" "conftest.nl"
5544 $as_echo 'GREP' >> "conftest.nl"
5545 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5546 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5547 as_fn_arith $ac_count + 1 && ac_count=$as_val
5548 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5549 # Best one so far, save it but keep looking for a better one
5550 ac_cv_path_GREP="$ac_path_GREP"
5551 ac_path_GREP_max=$ac_count
5552 fi
5553 # 10*(2^10) chars as input seems more than enough
5554 test $ac_count -gt 10 && break
5555 done
5556 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5557 esac
5558
5559 $ac_path_GREP_found && break 3
5560 done
5561 done
5562 done
5563 IFS=$as_save_IFS
5564 if test -z "$ac_cv_path_GREP"; then
5565 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5566 fi
5567 else
5568 ac_cv_path_GREP=$GREP
5569 fi
5570
5571 fi
5572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5573 $as_echo "$ac_cv_path_GREP" >&6; }
5574 GREP="$ac_cv_path_GREP"
5575
5576
5577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5578 $as_echo_n "checking for egrep... " >&6; }
5579 if ${ac_cv_path_EGREP+:} false; then :
5580 $as_echo_n "(cached) " >&6
5581 else
5582 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5583 then ac_cv_path_EGREP="$GREP -E"
5584 else
5585 if test -z "$EGREP"; then
5586 ac_path_EGREP_found=false
5587 # Loop through the user's path and test for each of PROGNAME-LIST
5588 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5589 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5590 do
5591 IFS=$as_save_IFS
5592 test -z "$as_dir" && as_dir=.
5593 for ac_prog in egrep; do
5594 for ac_exec_ext in '' $ac_executable_extensions; do
5595 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5596 as_fn_executable_p "$ac_path_EGREP" || continue
5597 # Check for GNU ac_path_EGREP and select it if it is found.
5598 # Check for GNU $ac_path_EGREP
5599 case `"$ac_path_EGREP" --version 2>&1` in
5600 *GNU*)
5601 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5602 *)
5603 ac_count=0
5604 $as_echo_n 0123456789 >"conftest.in"
5605 while :
5606 do
5607 cat "conftest.in" "conftest.in" >"conftest.tmp"
5608 mv "conftest.tmp" "conftest.in"
5609 cp "conftest.in" "conftest.nl"
5610 $as_echo 'EGREP' >> "conftest.nl"
5611 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5612 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5613 as_fn_arith $ac_count + 1 && ac_count=$as_val
5614 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5615 # Best one so far, save it but keep looking for a better one
5616 ac_cv_path_EGREP="$ac_path_EGREP"
5617 ac_path_EGREP_max=$ac_count
5618 fi
5619 # 10*(2^10) chars as input seems more than enough
5620 test $ac_count -gt 10 && break
5621 done
5622 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5623 esac
5624
5625 $ac_path_EGREP_found && break 3
5626 done
5627 done
5628 done
5629 IFS=$as_save_IFS
5630 if test -z "$ac_cv_path_EGREP"; then
5631 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5632 fi
5633 else
5634 ac_cv_path_EGREP=$EGREP
5635 fi
5636
5637 fi
5638 fi
5639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5640 $as_echo "$ac_cv_path_EGREP" >&6; }
5641 EGREP="$ac_cv_path_EGREP"
5642
5643
5644 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5645 $as_echo_n "checking for ANSI C header files... " >&6; }
5646 if ${ac_cv_header_stdc+:} false; then :
5647 $as_echo_n "(cached) " >&6
5648 else
5649 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5650 /* end confdefs.h. */
5651 #include <stdlib.h>
5652 #include <stdarg.h>
5653 #include <string.h>
5654 #include <float.h>
5655
5656 int
5657 main ()
5658 {
5659
5660 ;
5661 return 0;
5662 }
5663 _ACEOF
5664 if ac_fn_c_try_compile "$LINENO"; then :
5665 ac_cv_header_stdc=yes
5666 else
5667 ac_cv_header_stdc=no
5668 fi
5669 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5670
5671 if test $ac_cv_header_stdc = yes; then
5672 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5673 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5674 /* end confdefs.h. */
5675 #include <string.h>
5676
5677 _ACEOF
5678 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5679 $EGREP "memchr" >/dev/null 2>&1; then :
5680
5681 else
5682 ac_cv_header_stdc=no
5683 fi
5684 rm -f conftest*
5685
5686 fi
5687
5688 if test $ac_cv_header_stdc = yes; then
5689 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5690 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5691 /* end confdefs.h. */
5692 #include <stdlib.h>
5693
5694 _ACEOF
5695 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5696 $EGREP "free" >/dev/null 2>&1; then :
5697
5698 else
5699 ac_cv_header_stdc=no
5700 fi
5701 rm -f conftest*
5702
5703 fi
5704
5705 if test $ac_cv_header_stdc = yes; then
5706 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5707 if test "$cross_compiling" = yes; then :
5708 :
5709 else
5710 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5711 /* end confdefs.h. */
5712 #include <ctype.h>
5713 #include <stdlib.h>
5714 #if ((' ' & 0x0FF) == 0x020)
5715 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5716 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5717 #else
5718 # define ISLOWER(c) \
5719 (('a' <= (c) && (c) <= 'i') \
5720 || ('j' <= (c) && (c) <= 'r') \
5721 || ('s' <= (c) && (c) <= 'z'))
5722 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5723 #endif
5724
5725 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5726 int
5727 main ()
5728 {
5729 int i;
5730 for (i = 0; i < 256; i++)
5731 if (XOR (islower (i), ISLOWER (i))
5732 || toupper (i) != TOUPPER (i))
5733 return 2;
5734 return 0;
5735 }
5736 _ACEOF
5737 if ac_fn_c_try_run "$LINENO"; then :
5738
5739 else
5740 ac_cv_header_stdc=no
5741 fi
5742 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5743 conftest.$ac_objext conftest.beam conftest.$ac_ext
5744 fi
5745
5746 fi
5747 fi
5748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5749 $as_echo "$ac_cv_header_stdc" >&6; }
5750 if test $ac_cv_header_stdc = yes; then
5751
5752 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5753
5754 fi
5755
5756 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5757 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5758 inttypes.h stdint.h unistd.h
5759 do :
5760 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5761 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5762 "
5763 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
5764 cat >>confdefs.h <<_ACEOF
5765 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5766 _ACEOF
5767
5768 fi
5769
5770 done
5771
5772
5773
5774 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5775 if test "x$ac_cv_header_minix_config_h" = xyes; then :
5776 MINIX=yes
5777 else
5778 MINIX=
5779 fi
5780
5781
5782 if test "$MINIX" = yes; then
5783
5784 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5785
5786
5787 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5788
5789
5790 $as_echo "#define _MINIX 1" >>confdefs.h
5791
5792 fi
5793
5794
5795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5796 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5797 if ${ac_cv_safe_to_define___extensions__+:} false; then :
5798 $as_echo_n "(cached) " >&6
5799 else
5800 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5801 /* end confdefs.h. */
5802
5803 # define __EXTENSIONS__ 1
5804 $ac_includes_default
5805 int
5806 main ()
5807 {
5808
5809 ;
5810 return 0;
5811 }
5812 _ACEOF
5813 if ac_fn_c_try_compile "$LINENO"; then :
5814 ac_cv_safe_to_define___extensions__=yes
5815 else
5816 ac_cv_safe_to_define___extensions__=no
5817 fi
5818 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5819 fi
5820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5821 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5822 test $ac_cv_safe_to_define___extensions__ = yes &&
5823 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5824
5825 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5826
5827 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5828
5829 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5830
5831 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5832
5833
5834 ac_ext=c
5835 ac_cpp='$CPP $CPPFLAGS'
5836 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5837 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5838 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5840 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5841 # On Suns, sometimes $CPP names a directory.
5842 if test -n "$CPP" && test -d "$CPP"; then
5843 CPP=
5844 fi
5845 if test -z "$CPP"; then
5846 if ${ac_cv_prog_CPP+:} false; then :
5847 $as_echo_n "(cached) " >&6
5848 else
5849 # Double quotes because CPP needs to be expanded
5850 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5851 do
5852 ac_preproc_ok=false
5853 for ac_c_preproc_warn_flag in '' yes
5854 do
5855 # Use a header file that comes with gcc, so configuring glibc
5856 # with a fresh cross-compiler works.
5857 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5858 # <limits.h> exists even on freestanding compilers.
5859 # On the NeXT, cc -E runs the code through the compiler's parser,
5860 # not just through cpp. "Syntax error" is here to catch this case.
5861 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5862 /* end confdefs.h. */
5863 #ifdef __STDC__
5864 # include <limits.h>
5865 #else
5866 # include <assert.h>
5867 #endif
5868 Syntax error
5869 _ACEOF
5870 if ac_fn_c_try_cpp "$LINENO"; then :
5871
5872 else
5873 # Broken: fails on valid input.
5874 continue
5875 fi
5876 rm -f conftest.err conftest.i conftest.$ac_ext
5877
5878 # OK, works on sane cases. Now check whether nonexistent headers
5879 # can be detected and how.
5880 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5881 /* end confdefs.h. */
5882 #include <ac_nonexistent.h>
5883 _ACEOF
5884 if ac_fn_c_try_cpp "$LINENO"; then :
5885 # Broken: success on invalid input.
5886 continue
5887 else
5888 # Passes both tests.
5889 ac_preproc_ok=:
5890 break
5891 fi
5892 rm -f conftest.err conftest.i conftest.$ac_ext
5893
5894 done
5895 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5896 rm -f conftest.i conftest.err conftest.$ac_ext
5897 if $ac_preproc_ok; then :
5898 break
5899 fi
5900
5901 done
5902 ac_cv_prog_CPP=$CPP
5903
5904 fi
5905 CPP=$ac_cv_prog_CPP
5906 else
5907 ac_cv_prog_CPP=$CPP
5908 fi
5909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5910 $as_echo "$CPP" >&6; }
5911 ac_preproc_ok=false
5912 for ac_c_preproc_warn_flag in '' yes
5913 do
5914 # Use a header file that comes with gcc, so configuring glibc
5915 # with a fresh cross-compiler works.
5916 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5917 # <limits.h> exists even on freestanding compilers.
5918 # On the NeXT, cc -E runs the code through the compiler's parser,
5919 # not just through cpp. "Syntax error" is here to catch this case.
5920 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5921 /* end confdefs.h. */
5922 #ifdef __STDC__
5923 # include <limits.h>
5924 #else
5925 # include <assert.h>
5926 #endif
5927 Syntax error
5928 _ACEOF
5929 if ac_fn_c_try_cpp "$LINENO"; then :
5930
5931 else
5932 # Broken: fails on valid input.
5933 continue
5934 fi
5935 rm -f conftest.err conftest.i conftest.$ac_ext
5936
5937 # OK, works on sane cases. Now check whether nonexistent headers
5938 # can be detected and how.
5939 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5940 /* end confdefs.h. */
5941 #include <ac_nonexistent.h>
5942 _ACEOF
5943 if ac_fn_c_try_cpp "$LINENO"; then :
5944 # Broken: success on invalid input.
5945 continue
5946 else
5947 # Passes both tests.
5948 ac_preproc_ok=:
5949 break
5950 fi
5951 rm -f conftest.err conftest.i conftest.$ac_ext
5952
5953 done
5954 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5955 rm -f conftest.i conftest.err conftest.$ac_ext
5956 if $ac_preproc_ok; then :
5957
5958 else
5959 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5960 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5961 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
5962 See \`config.log' for more details" "$LINENO" 5; }
5963 fi
5964
5965 ac_ext=c
5966 ac_cpp='$CPP $CPPFLAGS'
5967 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5968 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5969 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5970
5971
5972
5973 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5974 $as_echo_n "checking whether ln -s works... " >&6; }
5975 LN_S=$as_ln_s
5976 if test "$LN_S" = "ln -s"; then
5977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5978 $as_echo "yes" >&6; }
5979 else
5980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5981 $as_echo "no, using $LN_S" >&6; }
5982 fi
5983
5984 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
5985 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
5986 set x ${MAKE-make}
5987 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
5988 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
5989 $as_echo_n "(cached) " >&6
5990 else
5991 cat >conftest.make <<\_ACEOF
5992 SHELL = /bin/sh
5993 all:
5994 @echo '@@@%%%=$(MAKE)=@@@%%%'
5995 _ACEOF
5996 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
5997 case `${MAKE-make} -f conftest.make 2>/dev/null` in
5998 *@@@%%%=?*=@@@%%%*)
5999 eval ac_cv_prog_make_${ac_make}_set=yes;;
6000 *)
6001 eval ac_cv_prog_make_${ac_make}_set=no;;
6002 esac
6003 rm -f conftest.make
6004 fi
6005 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
6006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6007 $as_echo "yes" >&6; }
6008 SET_MAKE=
6009 else
6010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6011 $as_echo "no" >&6; }
6012 SET_MAKE="MAKE=${MAKE-make}"
6013 fi
6014
6015 if test $ac_cv_c_compiler_gnu = yes; then
6016 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC needs -traditional" >&5
6017 $as_echo_n "checking whether $CC needs -traditional... " >&6; }
6018 if ${ac_cv_prog_gcc_traditional+:} false; then :
6019 $as_echo_n "(cached) " >&6
6020 else
6021 ac_pattern="Autoconf.*'x'"
6022 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6023 /* end confdefs.h. */
6024 #include <sgtty.h>
6025 Autoconf TIOCGETP
6026 _ACEOF
6027 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6028 $EGREP "$ac_pattern" >/dev/null 2>&1; then :
6029 ac_cv_prog_gcc_traditional=yes
6030 else
6031 ac_cv_prog_gcc_traditional=no
6032 fi
6033 rm -f conftest*
6034
6035
6036 if test $ac_cv_prog_gcc_traditional = no; then
6037 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6038 /* end confdefs.h. */
6039 #include <termio.h>
6040 Autoconf TCGETA
6041 _ACEOF
6042 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6043 $EGREP "$ac_pattern" >/dev/null 2>&1; then :
6044 ac_cv_prog_gcc_traditional=yes
6045 fi
6046 rm -f conftest*
6047
6048 fi
6049 fi
6050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_gcc_traditional" >&5
6051 $as_echo "$ac_cv_prog_gcc_traditional" >&6; }
6052 if test $ac_cv_prog_gcc_traditional = yes; then
6053 CC="$CC -traditional"
6054 fi
6055 fi
6056
6057
6058 # -fstack-protector
6059 # Check whether --enable-stack-protector was given.
6060 if test "${enable_stack_protector+set}" = set; then :
6061 enableval=$enable_stack_protector; case "${enableval}" in
6062 yes) enable_ssp=yes ;;
6063 no) enable_ssp=no ;;
6064 *) as_fn_error $? "invalid value ${enableval} for --disable-stack-protector" "$LINENO" 5 ;;
6065 esac
6066 else
6067 enable_ssp=yes
6068 fi
6069
6070
6071 if test x"$enable_ssp" = x"yes" && test x"$GCC" != x"yes"; then
6072 { $as_echo "$as_me:${as_lineno-$LINENO}: Disabling stack-smashing protection because compiler is not GCC" >&5
6073 $as_echo "$as_me: Disabling stack-smashing protection because compiler is not GCC" >&6;}
6074 enable_ssp=no
6075 fi
6076
6077 if test x"$enable_ssp" = x"yes"; then
6078 # Check for broken ssp in libc: http://www.avahi.org/ticket/105
6079 # libc's brokenness will get in the way regardless of whether -lssp is
6080 # provided, but provide it anyway (otherwise non-libc ssp would wrongly
6081 # break here)
6082
6083 # Get -lssp if it exists
6084
6085 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether libssp exists" >&5
6086 $as_echo_n "checking whether libssp exists... " >&6; }
6087 if ${ssp_cv_lib+:} false; then :
6088 $as_echo_n "(cached) " >&6
6089 else
6090 ssp_old_libs="$LIBS"
6091 LIBS="$LIBS -lssp"
6092 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6093 /* end confdefs.h. */
6094
6095 int
6096 main ()
6097 {
6098
6099 ;
6100 return 0;
6101 }
6102 _ACEOF
6103 if ac_fn_c_try_link "$LINENO"; then :
6104 ssp_cv_lib=yes
6105 else
6106 ssp_cv_lib=no
6107 fi
6108 rm -f core conftest.err conftest.$ac_objext \
6109 conftest$ac_exeext conftest.$ac_ext
6110 LIBS="$ssp_old_libs"
6111
6112 fi
6113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ssp_cv_lib" >&5
6114 $as_echo "$ssp_cv_lib" >&6; }
6115 if test $ssp_cv_lib = yes; then
6116 LIBS="$LIBS -lssp"
6117 fi
6118
6119
6120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stack-smashing protection is available" >&5
6121 $as_echo_n "checking whether stack-smashing protection is available... " >&6; }
6122 ssp_old_cflags="$CFLAGS"
6123 ssp_old_ldflags="$LDFLAGS"
6124 CFLAGS="$CFLAGS -Werror -fstack-protector-all -fPIC"
6125 LDFLAGS="$LDFLAGS -Wl,-z,defs"
6126 cat confdefs.h > conftest.c
6127 cat >>conftest.c <<_ACEOF
6128 void test_broken_ssp(c)
6129 const char *c;
6130 {
6131 char arr[123], *p; /* beware of possible double-braces if copying this */
6132 for (p = arr; *c; ++p) {
6133 *p = *c;
6134 ++c;
6135 }
6136 }
6137 _ACEOF
6138 rm -f conftest.o
6139
6140 if $CC -c $CFLAGS $CPPFLAGS -o conftest.o conftest.c >/dev/null 2>&1; then
6141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6142 $as_echo "yes" >&6; }
6143 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stack-smashing protection is buggy" >&5
6144 $as_echo_n "checking whether stack-smashing protection is buggy... " >&6; }
6145 if $CC -o conftest.so $LDFLAGS -shared conftest.o $LIBS >/dev/null 2>&1; then
6146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6147 $as_echo "no" >&6; }
6148 else
6149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6150 $as_echo "yes" >&6; }
6151 enable_ssp=no
6152 fi
6153 else
6154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6155 $as_echo "no" >&6; }
6156 fi
6157
6158 rm -f conftest.c conftest.o conftest.so
6159
6160 CFLAGS="$ssp_old_cflags"
6161 LDFLAGS="$ssp_old_ldflags"
6162 fi
6163
6164 if test x"$enable_ssp" = x"yes"; then
6165 # Do this the long way so we don't call GCC_STACK_PROTECT_LIB twice
6166
6167
6168 if test "X$CC" != "X"; then
6169 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -fstack-protector" >&5
6170 $as_echo_n "checking whether ${CC} accepts -fstack-protector... " >&6; }
6171 if ${ssp_cv_cc+:} false; then :
6172 $as_echo_n "(cached) " >&6
6173 else
6174 ssp_old_cflags="$CFLAGS"
6175 CFLAGS="$CFLAGS -fstack-protector -Werror"
6176 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6177 /* end confdefs.h. */
6178
6179 int
6180 main ()
6181 {
6182
6183 ;
6184 return 0;
6185 }
6186 _ACEOF
6187 if ac_fn_c_try_compile "$LINENO"; then :
6188 ssp_cv_cc=yes
6189 else
6190 ssp_cv_cc=no
6191 fi
6192 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6193 CFLAGS="$ssp_old_cflags"
6194
6195 fi
6196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ssp_cv_cc" >&5
6197 $as_echo "$ssp_cv_cc" >&6; }
6198 if test $ssp_cv_cc = yes; then
6199 CFLAGS="$CFLAGS -fstack-protector"
6200
6201 $as_echo "#define ENABLE_SSP_CC 1" >>confdefs.h
6202
6203 fi
6204 fi
6205
6206
6207 ac_ext=cpp
6208 ac_cpp='$CXXCPP $CPPFLAGS'
6209 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6210 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6211 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
6212
6213
6214
6215
6216 if test "X$CXX" != "X"; then
6217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CXX} accepts -fstack-protector" >&5
6218 $as_echo_n "checking whether ${CXX} accepts -fstack-protector... " >&6; }
6219 if ${ssp_cv_cxx+:} false; then :
6220 $as_echo_n "(cached) " >&6
6221 else
6222 ssp_old_cxxflags="$CXXFLAGS"
6223 CXXFLAGS="$CXXFLAGS -fstack-protector -Werror"
6224 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6225 /* end confdefs.h. */
6226
6227 int
6228 main ()
6229 {
6230
6231 ;
6232 return 0;
6233 }
6234 _ACEOF
6235 if ac_fn_cxx_try_compile "$LINENO"; then :
6236 ssp_cv_cxx=yes
6237 else
6238 ssp_cv_cxx=no
6239 fi
6240 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6241 CXXFLAGS="$ssp_old_cxxflags"
6242
6243 fi
6244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ssp_cv_cxx" >&5
6245 $as_echo "$ssp_cv_cxx" >&6; }
6246 if test $ssp_cv_cxx = yes; then
6247 CXXFLAGS="$CXXFLAGS -fstack-protector"
6248
6249 $as_echo "#define ENABLE_SSP_CXX 1" >>confdefs.h
6250
6251 fi
6252 fi
6253
6254 ac_ext=c
6255 ac_cpp='$CPP $CPPFLAGS'
6256 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6257 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6258 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6259
6260 # XXX: Update the enable_ssp value now for output later?
6261 fi
6262
6263 # libtool stuff
6264 case `pwd` in
6265 *\ * | *\ *)
6266 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
6267 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
6268 esac
6269
6270
6271
6272 macro_version='2.4.6'
6273 macro_revision='2.4.6'
6274
6275
6276
6277
6278
6279
6280
6281
6282
6283
6284
6285
6286
6287 ltmain=$ac_aux_dir/ltmain.sh
6288
6289 # Backslashify metacharacters that are still active within
6290 # double-quoted strings.
6291 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
6292
6293 # Same as above, but do not quote variable references.
6294 double_quote_subst='s/\(["`\\]\)/\\\1/g'
6295
6296 # Sed substitution to delay expansion of an escaped shell variable in a
6297 # double_quote_subst'ed string.
6298 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
6299
6300 # Sed substitution to delay expansion of an escaped single quote.
6301 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
6302
6303 # Sed substitution to avoid accidental globbing in evaled expressions
6304 no_glob_subst='s/\*/\\\*/g'
6305
6306 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
6307 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
6308 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
6309
6310 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
6311 $as_echo_n "checking how to print strings... " >&6; }
6312 # Test print first, because it will be a builtin if present.
6313 if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
6314 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
6315 ECHO='print -r --'
6316 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
6317 ECHO='printf %s\n'
6318 else
6319 # Use this function as a fallback that always works.
6320 func_fallback_echo ()
6321 {
6322 eval 'cat <<_LTECHO_EOF
6323 $1
6324 _LTECHO_EOF'
6325 }
6326 ECHO='func_fallback_echo'
6327 fi
6328
6329 # func_echo_all arg...
6330 # Invoke $ECHO with all args, space-separated.
6331 func_echo_all ()
6332 {
6333 $ECHO ""
6334 }
6335
6336 case $ECHO in
6337 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
6338 $as_echo "printf" >&6; } ;;
6339 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
6340 $as_echo "print -r" >&6; } ;;
6341 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
6342 $as_echo "cat" >&6; } ;;
6343 esac
6344
6345
6346
6347
6348
6349
6350
6351
6352
6353
6354
6355
6356
6357
6358 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
6359 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
6360 if ${ac_cv_path_SED+:} false; then :
6361 $as_echo_n "(cached) " >&6
6362 else
6363 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
6364 for ac_i in 1 2 3 4 5 6 7; do
6365 ac_script="$ac_script$as_nl$ac_script"
6366 done
6367 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
6368 { ac_script=; unset ac_script;}
6369 if test -z "$SED"; then
6370 ac_path_SED_found=false
6371 # Loop through the user's path and test for each of PROGNAME-LIST
6372 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6373 for as_dir in $PATH
6374 do
6375 IFS=$as_save_IFS
6376 test -z "$as_dir" && as_dir=.
6377 for ac_prog in sed gsed; do
6378 for ac_exec_ext in '' $ac_executable_extensions; do
6379 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
6380 as_fn_executable_p "$ac_path_SED" || continue
6381 # Check for GNU ac_path_SED and select it if it is found.
6382 # Check for GNU $ac_path_SED
6383 case `"$ac_path_SED" --version 2>&1` in
6384 *GNU*)
6385 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
6386 *)
6387 ac_count=0
6388 $as_echo_n 0123456789 >"conftest.in"
6389 while :
6390 do
6391 cat "conftest.in" "conftest.in" >"conftest.tmp"
6392 mv "conftest.tmp" "conftest.in"
6393 cp "conftest.in" "conftest.nl"
6394 $as_echo '' >> "conftest.nl"
6395 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
6396 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6397 as_fn_arith $ac_count + 1 && ac_count=$as_val
6398 if test $ac_count -gt ${ac_path_SED_max-0}; then
6399 # Best one so far, save it but keep looking for a better one
6400 ac_cv_path_SED="$ac_path_SED"
6401 ac_path_SED_max=$ac_count
6402 fi
6403 # 10*(2^10) chars as input seems more than enough
6404 test $ac_count -gt 10 && break
6405 done
6406 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6407 esac
6408
6409 $ac_path_SED_found && break 3
6410 done
6411 done
6412 done
6413 IFS=$as_save_IFS
6414 if test -z "$ac_cv_path_SED"; then
6415 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
6416 fi
6417 else
6418 ac_cv_path_SED=$SED
6419 fi
6420
6421 fi
6422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
6423 $as_echo "$ac_cv_path_SED" >&6; }
6424 SED="$ac_cv_path_SED"
6425 rm -f conftest.sed
6426
6427 test -z "$SED" && SED=sed
6428 Xsed="$SED -e 1s/^X//"
6429
6430
6431
6432
6433
6434
6435
6436
6437
6438
6439
6440 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
6441 $as_echo_n "checking for fgrep... " >&6; }
6442 if ${ac_cv_path_FGREP+:} false; then :
6443 $as_echo_n "(cached) " >&6
6444 else
6445 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
6446 then ac_cv_path_FGREP="$GREP -F"
6447 else
6448 if test -z "$FGREP"; then
6449 ac_path_FGREP_found=false
6450 # Loop through the user's path and test for each of PROGNAME-LIST
6451 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6452 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6453 do
6454 IFS=$as_save_IFS
6455 test -z "$as_dir" && as_dir=.
6456 for ac_prog in fgrep; do
6457 for ac_exec_ext in '' $ac_executable_extensions; do
6458 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
6459 as_fn_executable_p "$ac_path_FGREP" || continue
6460 # Check for GNU ac_path_FGREP and select it if it is found.
6461 # Check for GNU $ac_path_FGREP
6462 case `"$ac_path_FGREP" --version 2>&1` in
6463 *GNU*)
6464 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
6465 *)
6466 ac_count=0
6467 $as_echo_n 0123456789 >"conftest.in"
6468 while :
6469 do
6470 cat "conftest.in" "conftest.in" >"conftest.tmp"
6471 mv "conftest.tmp" "conftest.in"
6472 cp "conftest.in" "conftest.nl"
6473 $as_echo 'FGREP' >> "conftest.nl"
6474 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
6475 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6476 as_fn_arith $ac_count + 1 && ac_count=$as_val
6477 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
6478 # Best one so far, save it but keep looking for a better one
6479 ac_cv_path_FGREP="$ac_path_FGREP"
6480 ac_path_FGREP_max=$ac_count
6481 fi
6482 # 10*(2^10) chars as input seems more than enough
6483 test $ac_count -gt 10 && break
6484 done
6485 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6486 esac
6487
6488 $ac_path_FGREP_found && break 3
6489 done
6490 done
6491 done
6492 IFS=$as_save_IFS
6493 if test -z "$ac_cv_path_FGREP"; then
6494 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6495 fi
6496 else
6497 ac_cv_path_FGREP=$FGREP
6498 fi
6499
6500 fi
6501 fi
6502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
6503 $as_echo "$ac_cv_path_FGREP" >&6; }
6504 FGREP="$ac_cv_path_FGREP"
6505
6506
6507 test -z "$GREP" && GREP=grep
6508
6509
6510
6511
6512
6513
6514
6515
6516
6517
6518
6519
6520
6521
6522
6523
6524
6525
6526
6527 # Check whether --with-gnu-ld was given.
6528 if test "${with_gnu_ld+set}" = set; then :
6529 withval=$with_gnu_ld; test no = "$withval" || with_gnu_ld=yes
6530 else
6531 with_gnu_ld=no
6532 fi
6533
6534 ac_prog=ld
6535 if test yes = "$GCC"; then
6536 # Check if gcc -print-prog-name=ld gives a path.
6537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
6538 $as_echo_n "checking for ld used by $CC... " >&6; }
6539 case $host in
6540 *-*-mingw*)
6541 # gcc leaves a trailing carriage return, which upsets mingw
6542 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
6543 *)
6544 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
6545 esac
6546 case $ac_prog in
6547 # Accept absolute paths.
6548 [\\/]* | ?:[\\/]*)
6549 re_direlt='/[^/][^/]*/\.\./'
6550 # Canonicalize the pathname of ld
6551 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
6552 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
6553 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
6554 done
6555 test -z "$LD" && LD=$ac_prog
6556 ;;
6557 "")
6558 # If it fails, then pretend we aren't using GCC.
6559 ac_prog=ld
6560 ;;
6561 *)
6562 # If it is relative, then search for the first ld in PATH.
6563 with_gnu_ld=unknown
6564 ;;
6565 esac
6566 elif test yes = "$with_gnu_ld"; then
6567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
6568 $as_echo_n "checking for GNU ld... " >&6; }
6569 else
6570 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
6571 $as_echo_n "checking for non-GNU ld... " >&6; }
6572 fi
6573 if ${lt_cv_path_LD+:} false; then :
6574 $as_echo_n "(cached) " >&6
6575 else
6576 if test -z "$LD"; then
6577 lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
6578 for ac_dir in $PATH; do
6579 IFS=$lt_save_ifs
6580 test -z "$ac_dir" && ac_dir=.
6581 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
6582 lt_cv_path_LD=$ac_dir/$ac_prog
6583 # Check to see if the program is GNU ld. I'd rather use --version,
6584 # but apparently some variants of GNU ld only accept -v.
6585 # Break only if it was the GNU/non-GNU ld that we prefer.
6586 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
6587 *GNU* | *'with BFD'*)
6588 test no != "$with_gnu_ld" && break
6589 ;;
6590 *)
6591 test yes != "$with_gnu_ld" && break
6592 ;;
6593 esac
6594 fi
6595 done
6596 IFS=$lt_save_ifs
6597 else
6598 lt_cv_path_LD=$LD # Let the user override the test with a path.
6599 fi
6600 fi
6601
6602 LD=$lt_cv_path_LD
6603 if test -n "$LD"; then
6604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
6605 $as_echo "$LD" >&6; }
6606 else
6607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6608 $as_echo "no" >&6; }
6609 fi
6610 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
6611 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
6612 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
6613 if ${lt_cv_prog_gnu_ld+:} false; then :
6614 $as_echo_n "(cached) " >&6
6615 else
6616 # I'd rather use --version here, but apparently some GNU lds only accept -v.
6617 case `$LD -v 2>&1 </dev/null` in
6618 *GNU* | *'with BFD'*)
6619 lt_cv_prog_gnu_ld=yes
6620 ;;
6621 *)
6622 lt_cv_prog_gnu_ld=no
6623 ;;
6624 esac
6625 fi
6626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
6627 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
6628 with_gnu_ld=$lt_cv_prog_gnu_ld
6629
6630
6631
6632
6633
6634
6635
6636
6637
6638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
6639 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
6640 if ${lt_cv_path_NM+:} false; then :
6641 $as_echo_n "(cached) " >&6
6642 else
6643 if test -n "$NM"; then
6644 # Let the user override the test.
6645 lt_cv_path_NM=$NM
6646 else
6647 lt_nm_to_check=${ac_tool_prefix}nm
6648 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
6649 lt_nm_to_check="$lt_nm_to_check nm"
6650 fi
6651 for lt_tmp_nm in $lt_nm_to_check; do
6652 lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
6653 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
6654 IFS=$lt_save_ifs
6655 test -z "$ac_dir" && ac_dir=.
6656 tmp_nm=$ac_dir/$lt_tmp_nm
6657 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext"; then
6658 # Check to see if the nm accepts a BSD-compat flag.
6659 # Adding the 'sed 1q' prevents false positives on HP-UX, which says:
6660 # nm: unknown option "B" ignored
6661 # Tru64's nm complains that /dev/null is an invalid object file
6662 # MSYS converts /dev/null to NUL, MinGW nm treats NUL as empty
6663 case $build_os in
6664 mingw*) lt_bad_file=conftest.nm/nofile ;;
6665 *) lt_bad_file=/dev/null ;;
6666 esac
6667 case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
6668 *$lt_bad_file* | *'Invalid file or object type'*)
6669 lt_cv_path_NM="$tmp_nm -B"
6670 break 2
6671 ;;
6672 *)
6673 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
6674 */dev/null*)
6675 lt_cv_path_NM="$tmp_nm -p"
6676 break 2
6677 ;;
6678 *)
6679 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
6680 continue # so that we can try to find one that supports BSD flags
6681 ;;
6682 esac
6683 ;;
6684 esac
6685 fi
6686 done
6687 IFS=$lt_save_ifs
6688 done
6689 : ${lt_cv_path_NM=no}
6690 fi
6691 fi
6692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
6693 $as_echo "$lt_cv_path_NM" >&6; }
6694 if test no != "$lt_cv_path_NM"; then
6695 NM=$lt_cv_path_NM
6696 else
6697 # Didn't find any BSD compatible name lister, look for dumpbin.
6698 if test -n "$DUMPBIN"; then :
6699 # Let the user override the test.
6700 else
6701 if test -n "$ac_tool_prefix"; then
6702 for ac_prog in dumpbin "link -dump"
6703 do
6704 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6705 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
6706 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6707 $as_echo_n "checking for $ac_word... " >&6; }
6708 if ${ac_cv_prog_DUMPBIN+:} false; then :
6709 $as_echo_n "(cached) " >&6
6710 else
6711 if test -n "$DUMPBIN"; then
6712 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
6713 else
6714 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6715 for as_dir in $PATH
6716 do
6717 IFS=$as_save_IFS
6718 test -z "$as_dir" && as_dir=.
6719 for ac_exec_ext in '' $ac_executable_extensions; do
6720 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6721 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
6722 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6723 break 2
6724 fi
6725 done
6726 done
6727 IFS=$as_save_IFS
6728
6729 fi
6730 fi
6731 DUMPBIN=$ac_cv_prog_DUMPBIN
6732 if test -n "$DUMPBIN"; then
6733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
6734 $as_echo "$DUMPBIN" >&6; }
6735 else
6736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6737 $as_echo "no" >&6; }
6738 fi
6739
6740
6741 test -n "$DUMPBIN" && break
6742 done
6743 fi
6744 if test -z "$DUMPBIN"; then
6745 ac_ct_DUMPBIN=$DUMPBIN
6746 for ac_prog in dumpbin "link -dump"
6747 do
6748 # Extract the first word of "$ac_prog", so it can be a program name with args.
6749 set dummy $ac_prog; ac_word=$2
6750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6751 $as_echo_n "checking for $ac_word... " >&6; }
6752 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
6753 $as_echo_n "(cached) " >&6
6754 else
6755 if test -n "$ac_ct_DUMPBIN"; then
6756 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
6757 else
6758 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6759 for as_dir in $PATH
6760 do
6761 IFS=$as_save_IFS
6762 test -z "$as_dir" && as_dir=.
6763 for ac_exec_ext in '' $ac_executable_extensions; do
6764 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6765 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
6766 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6767 break 2
6768 fi
6769 done
6770 done
6771 IFS=$as_save_IFS
6772
6773 fi
6774 fi
6775 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
6776 if test -n "$ac_ct_DUMPBIN"; then
6777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
6778 $as_echo "$ac_ct_DUMPBIN" >&6; }
6779 else
6780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6781 $as_echo "no" >&6; }
6782 fi
6783
6784
6785 test -n "$ac_ct_DUMPBIN" && break
6786 done
6787
6788 if test "x$ac_ct_DUMPBIN" = x; then
6789 DUMPBIN=":"
6790 else
6791 case $cross_compiling:$ac_tool_warned in
6792 yes:)
6793 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6794 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6795 ac_tool_warned=yes ;;
6796 esac
6797 DUMPBIN=$ac_ct_DUMPBIN
6798 fi
6799 fi
6800
6801 case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
6802 *COFF*)
6803 DUMPBIN="$DUMPBIN -symbols -headers"
6804 ;;
6805 *)
6806 DUMPBIN=:
6807 ;;
6808 esac
6809 fi
6810
6811 if test : != "$DUMPBIN"; then
6812 NM=$DUMPBIN
6813 fi
6814 fi
6815 test -z "$NM" && NM=nm
6816
6817
6818
6819
6820
6821
6822 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6823 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
6824 if ${lt_cv_nm_interface+:} false; then :
6825 $as_echo_n "(cached) " >&6
6826 else
6827 lt_cv_nm_interface="BSD nm"
6828 echo "int some_variable = 0;" > conftest.$ac_ext
6829 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
6830 (eval "$ac_compile" 2>conftest.err)
6831 cat conftest.err >&5
6832 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6833 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6834 cat conftest.err >&5
6835 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
6836 cat conftest.out >&5
6837 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6838 lt_cv_nm_interface="MS dumpbin"
6839 fi
6840 rm -f conftest*
6841 fi
6842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6843 $as_echo "$lt_cv_nm_interface" >&6; }
6844
6845 # find the maximum length of command line arguments
6846 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6847 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
6848 if ${lt_cv_sys_max_cmd_len+:} false; then :
6849 $as_echo_n "(cached) " >&6
6850 else
6851 i=0
6852 teststring=ABCD
6853
6854 case $build_os in
6855 msdosdjgpp*)
6856 # On DJGPP, this test can blow up pretty badly due to problems in libc
6857 # (any single argument exceeding 2000 bytes causes a buffer overrun
6858 # during glob expansion). Even if it were fixed, the result of this
6859 # check would be larger than it should be.
6860 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6861 ;;
6862
6863 gnu*)
6864 # Under GNU Hurd, this test is not required because there is
6865 # no limit to the length of command line arguments.
6866 # Libtool will interpret -1 as no limit whatsoever
6867 lt_cv_sys_max_cmd_len=-1;
6868 ;;
6869
6870 cygwin* | mingw* | cegcc*)
6871 # On Win9x/ME, this test blows up -- it succeeds, but takes
6872 # about 5 minutes as the teststring grows exponentially.
6873 # Worse, since 9x/ME are not pre-emptively multitasking,
6874 # you end up with a "frozen" computer, even though with patience
6875 # the test eventually succeeds (with a max line length of 256k).
6876 # Instead, let's just punt: use the minimum linelength reported by
6877 # all of the supported platforms: 8192 (on NT/2K/XP).
6878 lt_cv_sys_max_cmd_len=8192;
6879 ;;
6880
6881 mint*)
6882 # On MiNT this can take a long time and run out of memory.
6883 lt_cv_sys_max_cmd_len=8192;
6884 ;;
6885
6886 amigaos*)
6887 # On AmigaOS with pdksh, this test takes hours, literally.
6888 # So we just punt and use a minimum line length of 8192.
6889 lt_cv_sys_max_cmd_len=8192;
6890 ;;
6891
6892 bitrig* | darwin* | dragonfly* | freebsd* | netbsd* | openbsd*)
6893 # This has been around since 386BSD, at least. Likely further.
6894 if test -x /sbin/sysctl; then
6895 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6896 elif test -x /usr/sbin/sysctl; then
6897 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6898 else
6899 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6900 fi
6901 # And add a safety zone
6902 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6903 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6904 ;;
6905
6906 interix*)
6907 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6908 lt_cv_sys_max_cmd_len=196608
6909 ;;
6910
6911 os2*)
6912 # The test takes a long time on OS/2.
6913 lt_cv_sys_max_cmd_len=8192
6914 ;;
6915
6916 osf*)
6917 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6918 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6919 # nice to cause kernel panics so lets avoid the loop below.
6920 # First set a reasonable default.
6921 lt_cv_sys_max_cmd_len=16384
6922 #
6923 if test -x /sbin/sysconfig; then
6924 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6925 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6926 esac
6927 fi
6928 ;;
6929 sco3.2v5*)
6930 lt_cv_sys_max_cmd_len=102400
6931 ;;
6932 sysv5* | sco5v6* | sysv4.2uw2*)
6933 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6934 if test -n "$kargmax"; then
6935 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6936 else
6937 lt_cv_sys_max_cmd_len=32768
6938 fi
6939 ;;
6940 *)
6941 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6942 if test -n "$lt_cv_sys_max_cmd_len" && \
6943 test undefined != "$lt_cv_sys_max_cmd_len"; then
6944 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6945 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6946 else
6947 # Make teststring a little bigger before we do anything with it.
6948 # a 1K string should be a reasonable start.
6949 for i in 1 2 3 4 5 6 7 8; do
6950 teststring=$teststring$teststring
6951 done
6952 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6953 # If test is not a shell built-in, we'll probably end up computing a
6954 # maximum length that is only half of the actual maximum length, but
6955 # we can't tell.
6956 while { test X`env echo "$teststring$teststring" 2>/dev/null` \
6957 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6958 test 17 != "$i" # 1/2 MB should be enough
6959 do
6960 i=`expr $i + 1`
6961 teststring=$teststring$teststring
6962 done
6963 # Only check the string length outside the loop.
6964 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6965 teststring=
6966 # Add a significant safety factor because C++ compilers can tack on
6967 # massive amounts of additional arguments before passing them to the
6968 # linker. It appears as though 1/2 is a usable value.
6969 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6970 fi
6971 ;;
6972 esac
6973
6974 fi
6975
6976 if test -n "$lt_cv_sys_max_cmd_len"; then
6977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6978 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6979 else
6980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6981 $as_echo "none" >&6; }
6982 fi
6983 max_cmd_len=$lt_cv_sys_max_cmd_len
6984
6985
6986
6987
6988
6989
6990 : ${CP="cp -f"}
6991 : ${MV="mv -f"}
6992 : ${RM="rm -f"}
6993
6994 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6995 lt_unset=unset
6996 else
6997 lt_unset=false
6998 fi
6999
7000
7001
7002
7003
7004 # test EBCDIC or ASCII
7005 case `echo X|tr X '\101'` in
7006 A) # ASCII based system
7007 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
7008 lt_SP2NL='tr \040 \012'
7009 lt_NL2SP='tr \015\012 \040\040'
7010 ;;
7011 *) # EBCDIC based system
7012 lt_SP2NL='tr \100 \n'
7013 lt_NL2SP='tr \r\n \100\100'
7014 ;;
7015 esac
7016
7017
7018
7019
7020
7021
7022
7023
7024
7025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5
7026 $as_echo_n "checking how to convert $build file names to $host format... " >&6; }
7027 if ${lt_cv_to_host_file_cmd+:} false; then :
7028 $as_echo_n "(cached) " >&6
7029 else
7030 case $host in
7031 *-*-mingw* )
7032 case $build in
7033 *-*-mingw* ) # actually msys
7034 lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32
7035 ;;
7036 *-*-cygwin* )
7037 lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32
7038 ;;
7039 * ) # otherwise, assume *nix
7040 lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32
7041 ;;
7042 esac
7043 ;;
7044 *-*-cygwin* )
7045 case $build in
7046 *-*-mingw* ) # actually msys
7047 lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin
7048 ;;
7049 *-*-cygwin* )
7050 lt_cv_to_host_file_cmd=func_convert_file_noop
7051 ;;
7052 * ) # otherwise, assume *nix
7053 lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin
7054 ;;
7055 esac
7056 ;;
7057 * ) # unhandled hosts (and "normal" native builds)
7058 lt_cv_to_host_file_cmd=func_convert_file_noop
7059 ;;
7060 esac
7061
7062 fi
7063
7064 to_host_file_cmd=$lt_cv_to_host_file_cmd
7065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_host_file_cmd" >&5
7066 $as_echo "$lt_cv_to_host_file_cmd" >&6; }
7067
7068
7069
7070
7071
7072 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5
7073 $as_echo_n "checking how to convert $build file names to toolchain format... " >&6; }
7074 if ${lt_cv_to_tool_file_cmd+:} false; then :
7075 $as_echo_n "(cached) " >&6
7076 else
7077 #assume ordinary cross tools, or native build.
7078 lt_cv_to_tool_file_cmd=func_convert_file_noop
7079 case $host in
7080 *-*-mingw* )
7081 case $build in
7082 *-*-mingw* ) # actually msys
7083 lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32
7084 ;;
7085 esac
7086 ;;
7087 esac
7088
7089 fi
7090
7091 to_tool_file_cmd=$lt_cv_to_tool_file_cmd
7092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_tool_file_cmd" >&5
7093 $as_echo "$lt_cv_to_tool_file_cmd" >&6; }
7094
7095
7096
7097
7098
7099 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
7100 $as_echo_n "checking for $LD option to reload object files... " >&6; }
7101 if ${lt_cv_ld_reload_flag+:} false; then :
7102 $as_echo_n "(cached) " >&6
7103 else
7104 lt_cv_ld_reload_flag='-r'
7105 fi
7106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
7107 $as_echo "$lt_cv_ld_reload_flag" >&6; }
7108 reload_flag=$lt_cv_ld_reload_flag
7109 case $reload_flag in
7110 "" | " "*) ;;
7111 *) reload_flag=" $reload_flag" ;;
7112 esac
7113 reload_cmds='$LD$reload_flag -o $output$reload_objs'
7114 case $host_os in
7115 cygwin* | mingw* | pw32* | cegcc*)
7116 if test yes != "$GCC"; then
7117 reload_cmds=false
7118 fi
7119 ;;
7120 darwin*)
7121 if test yes = "$GCC"; then
7122 reload_cmds='$LTCC $LTCFLAGS -nostdlib $wl-r -o $output$reload_objs'
7123 else
7124 reload_cmds='$LD$reload_flag -o $output$reload_objs'
7125 fi
7126 ;;
7127 esac
7128
7129
7130
7131
7132
7133
7134
7135
7136
7137 if test -n "$ac_tool_prefix"; then
7138 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
7139 set dummy ${ac_tool_prefix}objdump; ac_word=$2
7140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7141 $as_echo_n "checking for $ac_word... " >&6; }
7142 if ${ac_cv_prog_OBJDUMP+:} false; then :
7143 $as_echo_n "(cached) " >&6
7144 else
7145 if test -n "$OBJDUMP"; then
7146 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
7147 else
7148 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7149 for as_dir in $PATH
7150 do
7151 IFS=$as_save_IFS
7152 test -z "$as_dir" && as_dir=.
7153 for ac_exec_ext in '' $ac_executable_extensions; do
7154 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7155 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
7156 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7157 break 2
7158 fi
7159 done
7160 done
7161 IFS=$as_save_IFS
7162
7163 fi
7164 fi
7165 OBJDUMP=$ac_cv_prog_OBJDUMP
7166 if test -n "$OBJDUMP"; then
7167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
7168 $as_echo "$OBJDUMP" >&6; }
7169 else
7170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7171 $as_echo "no" >&6; }
7172 fi
7173
7174
7175 fi
7176 if test -z "$ac_cv_prog_OBJDUMP"; then
7177 ac_ct_OBJDUMP=$OBJDUMP
7178 # Extract the first word of "objdump", so it can be a program name with args.
7179 set dummy objdump; ac_word=$2
7180 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7181 $as_echo_n "checking for $ac_word... " >&6; }
7182 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
7183 $as_echo_n "(cached) " >&6
7184 else
7185 if test -n "$ac_ct_OBJDUMP"; then
7186 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
7187 else
7188 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7189 for as_dir in $PATH
7190 do
7191 IFS=$as_save_IFS
7192 test -z "$as_dir" && as_dir=.
7193 for ac_exec_ext in '' $ac_executable_extensions; do
7194 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7195 ac_cv_prog_ac_ct_OBJDUMP="objdump"
7196 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7197 break 2
7198 fi
7199 done
7200 done
7201 IFS=$as_save_IFS
7202
7203 fi
7204 fi
7205 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
7206 if test -n "$ac_ct_OBJDUMP"; then
7207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
7208 $as_echo "$ac_ct_OBJDUMP" >&6; }
7209 else
7210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7211 $as_echo "no" >&6; }
7212 fi
7213
7214 if test "x$ac_ct_OBJDUMP" = x; then
7215 OBJDUMP="false"
7216 else
7217 case $cross_compiling:$ac_tool_warned in
7218 yes:)
7219 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7220 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7221 ac_tool_warned=yes ;;
7222 esac
7223 OBJDUMP=$ac_ct_OBJDUMP
7224 fi
7225 else
7226 OBJDUMP="$ac_cv_prog_OBJDUMP"
7227 fi
7228
7229 test -z "$OBJDUMP" && OBJDUMP=objdump
7230
7231
7232
7233
7234
7235
7236
7237
7238
7239 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
7240 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
7241 if ${lt_cv_deplibs_check_method+:} false; then :
7242 $as_echo_n "(cached) " >&6
7243 else
7244 lt_cv_file_magic_cmd='$MAGIC_CMD'
7245 lt_cv_file_magic_test_file=
7246 lt_cv_deplibs_check_method='unknown'
7247 # Need to set the preceding variable on all platforms that support
7248 # interlibrary dependencies.
7249 # 'none' -- dependencies not supported.
7250 # 'unknown' -- same as none, but documents that we really don't know.
7251 # 'pass_all' -- all dependencies passed with no checks.
7252 # 'test_compile' -- check by making test program.
7253 # 'file_magic [[regex]]' -- check by looking for files in library path
7254 # that responds to the $file_magic_cmd with a given extended regex.
7255 # If you have 'file' or equivalent on your system and you're not sure
7256 # whether 'pass_all' will *always* work, you probably want this one.
7257
7258 case $host_os in
7259 aix[4-9]*)
7260 lt_cv_deplibs_check_method=pass_all
7261 ;;
7262
7263 beos*)
7264 lt_cv_deplibs_check_method=pass_all
7265 ;;
7266
7267 bsdi[45]*)
7268 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
7269 lt_cv_file_magic_cmd='/usr/bin/file -L'
7270 lt_cv_file_magic_test_file=/shlib/libc.so
7271 ;;
7272
7273 cygwin*)
7274 # func_win32_libid is a shell function defined in ltmain.sh
7275 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
7276 lt_cv_file_magic_cmd='func_win32_libid'
7277 ;;
7278
7279 mingw* | pw32*)
7280 # Base MSYS/MinGW do not provide the 'file' command needed by
7281 # func_win32_libid shell function, so use a weaker test based on 'objdump',
7282 # unless we find 'file', for example because we are cross-compiling.
7283 if ( file / ) >/dev/null 2>&1; then
7284 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
7285 lt_cv_file_magic_cmd='func_win32_libid'
7286 else
7287 # Keep this pattern in sync with the one in func_win32_libid.
7288 lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)'
7289 lt_cv_file_magic_cmd='$OBJDUMP -f'
7290 fi
7291 ;;
7292
7293 cegcc*)
7294 # use the weaker test based on 'objdump'. See mingw*.
7295 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
7296 lt_cv_file_magic_cmd='$OBJDUMP -f'
7297 ;;
7298
7299 darwin* | rhapsody*)
7300 lt_cv_deplibs_check_method=pass_all
7301 ;;
7302
7303 freebsd* | dragonfly*)
7304 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
7305 case $host_cpu in
7306 i*86 )
7307 # Not sure whether the presence of OpenBSD here was a mistake.
7308 # Let's accept both of them until this is cleared up.
7309 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
7310 lt_cv_file_magic_cmd=/usr/bin/file
7311 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
7312 ;;
7313 esac
7314 else
7315 lt_cv_deplibs_check_method=pass_all
7316 fi
7317 ;;
7318
7319 haiku*)
7320 lt_cv_deplibs_check_method=pass_all
7321 ;;
7322
7323 hpux10.20* | hpux11*)
7324 lt_cv_file_magic_cmd=/usr/bin/file
7325 case $host_cpu in
7326 ia64*)
7327 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
7328 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
7329 ;;
7330 hppa*64*)
7331 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]'
7332 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
7333 ;;
7334 *)
7335 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
7336 lt_cv_file_magic_test_file=/usr/lib/libc.sl
7337 ;;
7338 esac
7339 ;;
7340
7341 interix[3-9]*)
7342 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
7343 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
7344 ;;
7345
7346 irix5* | irix6* | nonstopux*)
7347 case $LD in
7348 *-32|*"-32 ") libmagic=32-bit;;
7349 *-n32|*"-n32 ") libmagic=N32;;
7350 *-64|*"-64 ") libmagic=64-bit;;
7351 *) libmagic=never-match;;
7352 esac
7353 lt_cv_deplibs_check_method=pass_all
7354 ;;
7355
7356 # This must be glibc/ELF.
7357 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
7358 lt_cv_deplibs_check_method=pass_all
7359 ;;
7360
7361 netbsd* | netbsdelf*-gnu)
7362 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
7363 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
7364 else
7365 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
7366 fi
7367 ;;
7368
7369 newos6*)
7370 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
7371 lt_cv_file_magic_cmd=/usr/bin/file
7372 lt_cv_file_magic_test_file=/usr/lib/libnls.so
7373 ;;
7374
7375 *nto* | *qnx*)
7376 lt_cv_deplibs_check_method=pass_all
7377 ;;
7378
7379 openbsd* | bitrig*)
7380 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
7381 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
7382 else
7383 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
7384 fi
7385 ;;
7386
7387 osf3* | osf4* | osf5*)
7388 lt_cv_deplibs_check_method=pass_all
7389 ;;
7390
7391 rdos*)
7392 lt_cv_deplibs_check_method=pass_all
7393 ;;
7394
7395 solaris*)
7396 lt_cv_deplibs_check_method=pass_all
7397 ;;
7398
7399 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
7400 lt_cv_deplibs_check_method=pass_all
7401 ;;
7402
7403 sysv4 | sysv4.3*)
7404 case $host_vendor in
7405 motorola)
7406 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
7407 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
7408 ;;
7409 ncr)
7410 lt_cv_deplibs_check_method=pass_all
7411 ;;
7412 sequent)
7413 lt_cv_file_magic_cmd='/bin/file'
7414 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
7415 ;;
7416 sni)
7417 lt_cv_file_magic_cmd='/bin/file'
7418 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
7419 lt_cv_file_magic_test_file=/lib/libc.so
7420 ;;
7421 siemens)
7422 lt_cv_deplibs_check_method=pass_all
7423 ;;
7424 pc)
7425 lt_cv_deplibs_check_method=pass_all
7426 ;;
7427 esac
7428 ;;
7429
7430 tpf*)
7431 lt_cv_deplibs_check_method=pass_all
7432 ;;
7433 os2*)
7434 lt_cv_deplibs_check_method=pass_all
7435 ;;
7436 esac
7437
7438 fi
7439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
7440 $as_echo "$lt_cv_deplibs_check_method" >&6; }
7441
7442 file_magic_glob=
7443 want_nocaseglob=no
7444 if test "$build" = "$host"; then
7445 case $host_os in
7446 mingw* | pw32*)
7447 if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then
7448 want_nocaseglob=yes
7449 else
7450 file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
7451 fi
7452 ;;
7453 esac
7454 fi
7455
7456 file_magic_cmd=$lt_cv_file_magic_cmd
7457 deplibs_check_method=$lt_cv_deplibs_check_method
7458 test -z "$deplibs_check_method" && deplibs_check_method=unknown
7459
7460
7461
7462
7463
7464
7465
7466
7467
7468
7469
7470
7471
7472
7473
7474
7475
7476
7477
7478
7479
7480
7481 if test -n "$ac_tool_prefix"; then
7482 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7483 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
7484 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7485 $as_echo_n "checking for $ac_word... " >&6; }
7486 if ${ac_cv_prog_DLLTOOL+:} false; then :
7487 $as_echo_n "(cached) " >&6
7488 else
7489 if test -n "$DLLTOOL"; then
7490 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7491 else
7492 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7493 for as_dir in $PATH
7494 do
7495 IFS=$as_save_IFS
7496 test -z "$as_dir" && as_dir=.
7497 for ac_exec_ext in '' $ac_executable_extensions; do
7498 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7499 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
7500 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7501 break 2
7502 fi
7503 done
7504 done
7505 IFS=$as_save_IFS
7506
7507 fi
7508 fi
7509 DLLTOOL=$ac_cv_prog_DLLTOOL
7510 if test -n "$DLLTOOL"; then
7511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
7512 $as_echo "$DLLTOOL" >&6; }
7513 else
7514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7515 $as_echo "no" >&6; }
7516 fi
7517
7518
7519 fi
7520 if test -z "$ac_cv_prog_DLLTOOL"; then
7521 ac_ct_DLLTOOL=$DLLTOOL
7522 # Extract the first word of "dlltool", so it can be a program name with args.
7523 set dummy dlltool; ac_word=$2
7524 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7525 $as_echo_n "checking for $ac_word... " >&6; }
7526 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
7527 $as_echo_n "(cached) " >&6
7528 else
7529 if test -n "$ac_ct_DLLTOOL"; then
7530 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7531 else
7532 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7533 for as_dir in $PATH
7534 do
7535 IFS=$as_save_IFS
7536 test -z "$as_dir" && as_dir=.
7537 for ac_exec_ext in '' $ac_executable_extensions; do
7538 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7539 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7540 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7541 break 2
7542 fi
7543 done
7544 done
7545 IFS=$as_save_IFS
7546
7547 fi
7548 fi
7549 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7550 if test -n "$ac_ct_DLLTOOL"; then
7551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
7552 $as_echo "$ac_ct_DLLTOOL" >&6; }
7553 else
7554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7555 $as_echo "no" >&6; }
7556 fi
7557
7558 if test "x$ac_ct_DLLTOOL" = x; then
7559 DLLTOOL="false"
7560 else
7561 case $cross_compiling:$ac_tool_warned in
7562 yes:)
7563 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7564 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7565 ac_tool_warned=yes ;;
7566 esac
7567 DLLTOOL=$ac_ct_DLLTOOL
7568 fi
7569 else
7570 DLLTOOL="$ac_cv_prog_DLLTOOL"
7571 fi
7572
7573 test -z "$DLLTOOL" && DLLTOOL=dlltool
7574
7575
7576
7577
7578
7579
7580
7581
7582
7583
7584 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5
7585 $as_echo_n "checking how to associate runtime and link libraries... " >&6; }
7586 if ${lt_cv_sharedlib_from_linklib_cmd+:} false; then :
7587 $as_echo_n "(cached) " >&6
7588 else
7589 lt_cv_sharedlib_from_linklib_cmd='unknown'
7590
7591 case $host_os in
7592 cygwin* | mingw* | pw32* | cegcc*)
7593 # two different shell functions defined in ltmain.sh;
7594 # decide which one to use based on capabilities of $DLLTOOL
7595 case `$DLLTOOL --help 2>&1` in
7596 *--identify-strict*)
7597 lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib
7598 ;;
7599 *)
7600 lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback
7601 ;;
7602 esac
7603 ;;
7604 *)
7605 # fallback: assume linklib IS sharedlib
7606 lt_cv_sharedlib_from_linklib_cmd=$ECHO
7607 ;;
7608 esac
7609
7610 fi
7611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sharedlib_from_linklib_cmd" >&5
7612 $as_echo "$lt_cv_sharedlib_from_linklib_cmd" >&6; }
7613 sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd
7614 test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO
7615
7616
7617
7618
7619
7620
7621
7622 if test -n "$ac_tool_prefix"; then
7623 for ac_prog in ar
7624 do
7625 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
7626 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
7627 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7628 $as_echo_n "checking for $ac_word... " >&6; }
7629 if ${ac_cv_prog_AR+:} false; then :
7630 $as_echo_n "(cached) " >&6
7631 else
7632 if test -n "$AR"; then
7633 ac_cv_prog_AR="$AR" # Let the user override the test.
7634 else
7635 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7636 for as_dir in $PATH
7637 do
7638 IFS=$as_save_IFS
7639 test -z "$as_dir" && as_dir=.
7640 for ac_exec_ext in '' $ac_executable_extensions; do
7641 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7642 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
7643 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7644 break 2
7645 fi
7646 done
7647 done
7648 IFS=$as_save_IFS
7649
7650 fi
7651 fi
7652 AR=$ac_cv_prog_AR
7653 if test -n "$AR"; then
7654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
7655 $as_echo "$AR" >&6; }
7656 else
7657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7658 $as_echo "no" >&6; }
7659 fi
7660
7661
7662 test -n "$AR" && break
7663 done
7664 fi
7665 if test -z "$AR"; then
7666 ac_ct_AR=$AR
7667 for ac_prog in ar
7668 do
7669 # Extract the first word of "$ac_prog", so it can be a program name with args.
7670 set dummy $ac_prog; ac_word=$2
7671 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7672 $as_echo_n "checking for $ac_word... " >&6; }
7673 if ${ac_cv_prog_ac_ct_AR+:} false; then :
7674 $as_echo_n "(cached) " >&6
7675 else
7676 if test -n "$ac_ct_AR"; then
7677 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
7678 else
7679 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7680 for as_dir in $PATH
7681 do
7682 IFS=$as_save_IFS
7683 test -z "$as_dir" && as_dir=.
7684 for ac_exec_ext in '' $ac_executable_extensions; do
7685 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7686 ac_cv_prog_ac_ct_AR="$ac_prog"
7687 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7688 break 2
7689 fi
7690 done
7691 done
7692 IFS=$as_save_IFS
7693
7694 fi
7695 fi
7696 ac_ct_AR=$ac_cv_prog_ac_ct_AR
7697 if test -n "$ac_ct_AR"; then
7698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
7699 $as_echo "$ac_ct_AR" >&6; }
7700 else
7701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7702 $as_echo "no" >&6; }
7703 fi
7704
7705
7706 test -n "$ac_ct_AR" && break
7707 done
7708
7709 if test "x$ac_ct_AR" = x; then
7710 AR="false"
7711 else
7712 case $cross_compiling:$ac_tool_warned in
7713 yes:)
7714 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7715 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7716 ac_tool_warned=yes ;;
7717 esac
7718 AR=$ac_ct_AR
7719 fi
7720 fi
7721
7722 : ${AR=ar}
7723 : ${AR_FLAGS=cru}
7724
7725
7726
7727
7728
7729
7730
7731
7732
7733
7734
7735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5
7736 $as_echo_n "checking for archiver @FILE support... " >&6; }
7737 if ${lt_cv_ar_at_file+:} false; then :
7738 $as_echo_n "(cached) " >&6
7739 else
7740 lt_cv_ar_at_file=no
7741 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7742 /* end confdefs.h. */
7743
7744 int
7745 main ()
7746 {
7747
7748 ;
7749 return 0;
7750 }
7751 _ACEOF
7752 if ac_fn_c_try_compile "$LINENO"; then :
7753 echo conftest.$ac_objext > conftest.lst
7754 lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&5'
7755 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5
7756 (eval $lt_ar_try) 2>&5
7757 ac_status=$?
7758 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7759 test $ac_status = 0; }
7760 if test 0 -eq "$ac_status"; then
7761 # Ensure the archiver fails upon bogus file names.
7762 rm -f conftest.$ac_objext libconftest.a
7763 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5
7764 (eval $lt_ar_try) 2>&5
7765 ac_status=$?
7766 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7767 test $ac_status = 0; }
7768 if test 0 -ne "$ac_status"; then
7769 lt_cv_ar_at_file=@
7770 fi
7771 fi
7772 rm -f conftest.* libconftest.a
7773
7774 fi
7775 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7776
7777 fi
7778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5
7779 $as_echo "$lt_cv_ar_at_file" >&6; }
7780
7781 if test no = "$lt_cv_ar_at_file"; then
7782 archiver_list_spec=
7783 else
7784 archiver_list_spec=$lt_cv_ar_at_file
7785 fi
7786
7787
7788
7789
7790
7791
7792
7793 if test -n "$ac_tool_prefix"; then
7794 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
7795 set dummy ${ac_tool_prefix}strip; ac_word=$2
7796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7797 $as_echo_n "checking for $ac_word... " >&6; }
7798 if ${ac_cv_prog_STRIP+:} false; then :
7799 $as_echo_n "(cached) " >&6
7800 else
7801 if test -n "$STRIP"; then
7802 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
7803 else
7804 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7805 for as_dir in $PATH
7806 do
7807 IFS=$as_save_IFS
7808 test -z "$as_dir" && as_dir=.
7809 for ac_exec_ext in '' $ac_executable_extensions; do
7810 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7811 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
7812 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7813 break 2
7814 fi
7815 done
7816 done
7817 IFS=$as_save_IFS
7818
7819 fi
7820 fi
7821 STRIP=$ac_cv_prog_STRIP
7822 if test -n "$STRIP"; then
7823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
7824 $as_echo "$STRIP" >&6; }
7825 else
7826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7827 $as_echo "no" >&6; }
7828 fi
7829
7830
7831 fi
7832 if test -z "$ac_cv_prog_STRIP"; then
7833 ac_ct_STRIP=$STRIP
7834 # Extract the first word of "strip", so it can be a program name with args.
7835 set dummy strip; ac_word=$2
7836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7837 $as_echo_n "checking for $ac_word... " >&6; }
7838 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
7839 $as_echo_n "(cached) " >&6
7840 else
7841 if test -n "$ac_ct_STRIP"; then
7842 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
7843 else
7844 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7845 for as_dir in $PATH
7846 do
7847 IFS=$as_save_IFS
7848 test -z "$as_dir" && as_dir=.
7849 for ac_exec_ext in '' $ac_executable_extensions; do
7850 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7851 ac_cv_prog_ac_ct_STRIP="strip"
7852 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7853 break 2
7854 fi
7855 done
7856 done
7857 IFS=$as_save_IFS
7858
7859 fi
7860 fi
7861 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
7862 if test -n "$ac_ct_STRIP"; then
7863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
7864 $as_echo "$ac_ct_STRIP" >&6; }
7865 else
7866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7867 $as_echo "no" >&6; }
7868 fi
7869
7870 if test "x$ac_ct_STRIP" = x; then
7871 STRIP=":"
7872 else
7873 case $cross_compiling:$ac_tool_warned in
7874 yes:)
7875 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7876 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7877 ac_tool_warned=yes ;;
7878 esac
7879 STRIP=$ac_ct_STRIP
7880 fi
7881 else
7882 STRIP="$ac_cv_prog_STRIP"
7883 fi
7884
7885 test -z "$STRIP" && STRIP=:
7886
7887
7888
7889
7890
7891
7892 if test -n "$ac_tool_prefix"; then
7893 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
7894 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
7895 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7896 $as_echo_n "checking for $ac_word... " >&6; }
7897 if ${ac_cv_prog_RANLIB+:} false; then :
7898 $as_echo_n "(cached) " >&6
7899 else
7900 if test -n "$RANLIB"; then
7901 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7902 else
7903 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7904 for as_dir in $PATH
7905 do
7906 IFS=$as_save_IFS
7907 test -z "$as_dir" && as_dir=.
7908 for ac_exec_ext in '' $ac_executable_extensions; do
7909 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7910 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
7911 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7912 break 2
7913 fi
7914 done
7915 done
7916 IFS=$as_save_IFS
7917
7918 fi
7919 fi
7920 RANLIB=$ac_cv_prog_RANLIB
7921 if test -n "$RANLIB"; then
7922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
7923 $as_echo "$RANLIB" >&6; }
7924 else
7925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7926 $as_echo "no" >&6; }
7927 fi
7928
7929
7930 fi
7931 if test -z "$ac_cv_prog_RANLIB"; then
7932 ac_ct_RANLIB=$RANLIB
7933 # Extract the first word of "ranlib", so it can be a program name with args.
7934 set dummy ranlib; ac_word=$2
7935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7936 $as_echo_n "checking for $ac_word... " >&6; }
7937 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
7938 $as_echo_n "(cached) " >&6
7939 else
7940 if test -n "$ac_ct_RANLIB"; then
7941 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
7942 else
7943 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7944 for as_dir in $PATH
7945 do
7946 IFS=$as_save_IFS
7947 test -z "$as_dir" && as_dir=.
7948 for ac_exec_ext in '' $ac_executable_extensions; do
7949 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7950 ac_cv_prog_ac_ct_RANLIB="ranlib"
7951 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7952 break 2
7953 fi
7954 done
7955 done
7956 IFS=$as_save_IFS
7957
7958 fi
7959 fi
7960 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
7961 if test -n "$ac_ct_RANLIB"; then
7962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
7963 $as_echo "$ac_ct_RANLIB" >&6; }
7964 else
7965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7966 $as_echo "no" >&6; }
7967 fi
7968
7969 if test "x$ac_ct_RANLIB" = x; then
7970 RANLIB=":"
7971 else
7972 case $cross_compiling:$ac_tool_warned in
7973 yes:)
7974 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7975 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7976 ac_tool_warned=yes ;;
7977 esac
7978 RANLIB=$ac_ct_RANLIB
7979 fi
7980 else
7981 RANLIB="$ac_cv_prog_RANLIB"
7982 fi
7983
7984 test -z "$RANLIB" && RANLIB=:
7985
7986
7987
7988
7989
7990
7991 # Determine commands to create old-style static archives.
7992 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
7993 old_postinstall_cmds='chmod 644 $oldlib'
7994 old_postuninstall_cmds=
7995
7996 if test -n "$RANLIB"; then
7997 case $host_os in
7998 bitrig* | openbsd*)
7999 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
8000 ;;
8001 *)
8002 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib"
8003 ;;
8004 esac
8005 old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib"
8006 fi
8007
8008 case $host_os in
8009 darwin*)
8010 lock_old_archive_extraction=yes ;;
8011 *)
8012 lock_old_archive_extraction=no ;;
8013 esac
8014
8015
8016
8017
8018
8019
8020
8021
8022
8023
8024
8025
8026
8027
8028
8029
8030
8031
8032
8033
8034
8035
8036
8037
8038
8039
8040
8041
8042
8043
8044
8045
8046
8047
8048
8049
8050
8051
8052
8053 # If no C compiler was specified, use CC.
8054 LTCC=${LTCC-"$CC"}
8055
8056 # If no C compiler flags were specified, use CFLAGS.
8057 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8058
8059 # Allow CC to be a program name with arguments.
8060 compiler=$CC
8061
8062
8063 # Check for command to grab the raw symbol name followed by C symbol from nm.
8064 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
8065 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
8066 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
8067 $as_echo_n "(cached) " >&6
8068 else
8069
8070 # These are sane defaults that work on at least a few old systems.
8071 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
8072
8073 # Character class describing NM global symbol codes.
8074 symcode='[BCDEGRST]'
8075
8076 # Regexp to match symbols that can be accessed directly from C.
8077 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
8078
8079 # Define system-specific variables.
8080 case $host_os in
8081 aix*)
8082 symcode='[BCDT]'
8083 ;;
8084 cygwin* | mingw* | pw32* | cegcc*)
8085 symcode='[ABCDGISTW]'
8086 ;;
8087 hpux*)
8088 if test ia64 = "$host_cpu"; then
8089 symcode='[ABCDEGRST]'
8090 fi
8091 ;;
8092 irix* | nonstopux*)
8093 symcode='[BCDEGRST]'
8094 ;;
8095 osf*)
8096 symcode='[BCDEGQRST]'
8097 ;;
8098 solaris*)
8099 symcode='[BDRT]'
8100 ;;
8101 sco3.2v5*)
8102 symcode='[DT]'
8103 ;;
8104 sysv4.2uw2*)
8105 symcode='[DT]'
8106 ;;
8107 sysv5* | sco5v6* | unixware* | OpenUNIX*)
8108 symcode='[ABDT]'
8109 ;;
8110 sysv4)
8111 symcode='[DFNSTU]'
8112 ;;
8113 esac
8114
8115 # If we're using GNU nm, then use its standard symbol codes.
8116 case `$NM -V 2>&1` in
8117 *GNU* | *'with BFD'*)
8118 symcode='[ABCDGIRSTW]' ;;
8119 esac
8120
8121 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
8122 # Gets list of data symbols to import.
8123 lt_cv_sys_global_symbol_to_import="sed -n -e 's/^I .* \(.*\)$/\1/p'"
8124 # Adjust the below global symbol transforms to fixup imported variables.
8125 lt_cdecl_hook=" -e 's/^I .* \(.*\)$/extern __declspec(dllimport) char \1;/p'"
8126 lt_c_name_hook=" -e 's/^I .* \(.*\)$/ {\"\1\", (void *) 0},/p'"
8127 lt_c_name_lib_hook="\
8128 -e 's/^I .* \(lib.*\)$/ {\"\1\", (void *) 0},/p'\
8129 -e 's/^I .* \(.*\)$/ {\"lib\1\", (void *) 0},/p'"
8130 else
8131 # Disable hooks by default.
8132 lt_cv_sys_global_symbol_to_import=
8133 lt_cdecl_hook=
8134 lt_c_name_hook=
8135 lt_c_name_lib_hook=
8136 fi
8137
8138 # Transform an extracted symbol line into a proper C declaration.
8139 # Some systems (esp. on ia64) link data and code symbols differently,
8140 # so use this general approach.
8141 lt_cv_sys_global_symbol_to_cdecl="sed -n"\
8142 $lt_cdecl_hook\
8143 " -e 's/^T .* \(.*\)$/extern int \1();/p'"\
8144 " -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'"
8145
8146 # Transform an extracted symbol line into symbol name and symbol address
8147 lt_cv_sys_global_symbol_to_c_name_address="sed -n"\
8148 $lt_c_name_hook\
8149 " -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\
8150 " -e 's/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/p'"
8151
8152 # Transform an extracted symbol line into symbol name with lib prefix and
8153 # symbol address.
8154 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n"\
8155 $lt_c_name_lib_hook\
8156 " -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\
8157 " -e 's/^$symcode$symcode* .* \(lib.*\)$/ {\"\1\", (void *) \&\1},/p'"\
8158 " -e 's/^$symcode$symcode* .* \(.*\)$/ {\"lib\1\", (void *) \&\1},/p'"
8159
8160 # Handle CRLF in mingw tool chain
8161 opt_cr=
8162 case $build_os in
8163 mingw*)
8164 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
8165 ;;
8166 esac
8167
8168 # Try without a prefix underscore, then with it.
8169 for ac_symprfx in "" "_"; do
8170
8171 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
8172 symxfrm="\\1 $ac_symprfx\\2 \\2"
8173
8174 # Write the raw and C identifiers.
8175 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
8176 # Fake it for dumpbin and say T for any non-static function,
8177 # D for any global variable and I for any imported variable.
8178 # Also find C++ and __fastcall symbols from MSVC++,
8179 # which start with @ or ?.
8180 lt_cv_sys_global_symbol_pipe="$AWK '"\
8181 " {last_section=section; section=\$ 3};"\
8182 " /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\
8183 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
8184 " /^ *Symbol name *: /{split(\$ 0,sn,\":\"); si=substr(sn[2],2)};"\
8185 " /^ *Type *: code/{print \"T\",si,substr(si,length(prfx))};"\
8186 " /^ *Type *: data/{print \"I\",si,substr(si,length(prfx))};"\
8187 " \$ 0!~/External *\|/{next};"\
8188 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
8189 " {if(hide[section]) next};"\
8190 " {f=\"D\"}; \$ 0~/\(\).*\|/{f=\"T\"};"\
8191 " {split(\$ 0,a,/\||\r/); split(a[2],s)};"\
8192 " s[1]~/^[@?]/{print f,s[1],s[1]; next};"\
8193 " s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\
8194 " ' prfx=^$ac_symprfx"
8195 else
8196 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
8197 fi
8198 lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'"
8199
8200 # Check to see that the pipe works correctly.
8201 pipe_works=no
8202
8203 rm -f conftest*
8204 cat > conftest.$ac_ext <<_LT_EOF
8205 #ifdef __cplusplus
8206 extern "C" {
8207 #endif
8208 char nm_test_var;
8209 void nm_test_func(void);
8210 void nm_test_func(void){}
8211 #ifdef __cplusplus
8212 }
8213 #endif
8214 int main(){nm_test_var='a';nm_test_func();return(0);}
8215 _LT_EOF
8216
8217 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
8218 (eval $ac_compile) 2>&5
8219 ac_status=$?
8220 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
8221 test $ac_status = 0; }; then
8222 # Now try to grab the symbols.
8223 nlist=conftest.nm
8224 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
8225 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
8226 ac_status=$?
8227 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
8228 test $ac_status = 0; } && test -s "$nlist"; then
8229 # Try sorting and uniquifying the output.
8230 if sort "$nlist" | uniq > "$nlist"T; then
8231 mv -f "$nlist"T "$nlist"
8232 else
8233 rm -f "$nlist"T
8234 fi
8235
8236 # Make sure that we snagged all the symbols we need.
8237 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
8238 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
8239 cat <<_LT_EOF > conftest.$ac_ext
8240 /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */
8241 #if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE
8242 /* DATA imports from DLLs on WIN32 can't be const, because runtime
8243 relocations are performed -- see ld's documentation on pseudo-relocs. */
8244 # define LT_DLSYM_CONST
8245 #elif defined __osf__
8246 /* This system does not cope well with relocations in const data. */
8247 # define LT_DLSYM_CONST
8248 #else
8249 # define LT_DLSYM_CONST const
8250 #endif
8251
8252 #ifdef __cplusplus
8253 extern "C" {
8254 #endif
8255
8256 _LT_EOF
8257 # Now generate the symbol file.
8258 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
8259
8260 cat <<_LT_EOF >> conftest.$ac_ext
8261
8262 /* The mapping between symbol names and symbols. */
8263 LT_DLSYM_CONST struct {
8264 const char *name;
8265 void *address;
8266 }
8267 lt__PROGRAM__LTX_preloaded_symbols[] =
8268 {
8269 { "@PROGRAM@", (void *) 0 },
8270 _LT_EOF
8271 $SED "s/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
8272 cat <<\_LT_EOF >> conftest.$ac_ext
8273 {0, (void *) 0}
8274 };
8275
8276 /* This works around a problem in FreeBSD linker */
8277 #ifdef FREEBSD_WORKAROUND
8278 static const void *lt_preloaded_setup() {
8279 return lt__PROGRAM__LTX_preloaded_symbols;
8280 }
8281 #endif
8282
8283 #ifdef __cplusplus
8284 }
8285 #endif
8286 _LT_EOF
8287 # Now try linking the two files.
8288 mv conftest.$ac_objext conftstm.$ac_objext
8289 lt_globsym_save_LIBS=$LIBS
8290 lt_globsym_save_CFLAGS=$CFLAGS
8291 LIBS=conftstm.$ac_objext
8292 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
8293 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
8294 (eval $ac_link) 2>&5
8295 ac_status=$?
8296 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
8297 test $ac_status = 0; } && test -s conftest$ac_exeext; then
8298 pipe_works=yes
8299 fi
8300 LIBS=$lt_globsym_save_LIBS
8301 CFLAGS=$lt_globsym_save_CFLAGS
8302 else
8303 echo "cannot find nm_test_func in $nlist" >&5
8304 fi
8305 else
8306 echo "cannot find nm_test_var in $nlist" >&5
8307 fi
8308 else
8309 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
8310 fi
8311 else
8312 echo "$progname: failed program was:" >&5
8313 cat conftest.$ac_ext >&5
8314 fi
8315 rm -rf conftest* conftst*
8316
8317 # Do not use the global_symbol_pipe unless it works.
8318 if test yes = "$pipe_works"; then
8319 break
8320 else
8321 lt_cv_sys_global_symbol_pipe=
8322 fi
8323 done
8324
8325 fi
8326
8327 if test -z "$lt_cv_sys_global_symbol_pipe"; then
8328 lt_cv_sys_global_symbol_to_cdecl=
8329 fi
8330 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
8331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
8332 $as_echo "failed" >&6; }
8333 else
8334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
8335 $as_echo "ok" >&6; }
8336 fi
8337
8338 # Response file support.
8339 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
8340 nm_file_list_spec='@'
8341 elif $NM --help 2>/dev/null | grep '[@]FILE' >/dev/null; then
8342 nm_file_list_spec='@'
8343 fi
8344
8345
8346
8347
8348
8349
8350
8351
8352
8353
8354
8355
8356
8357
8358
8359
8360
8361
8362
8363
8364
8365
8366
8367
8368
8369
8370
8371
8372
8373
8374
8375
8376
8377
8378
8379
8380
8381 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5
8382 $as_echo_n "checking for sysroot... " >&6; }
8383
8384 # Check whether --with-sysroot was given.
8385 if test "${with_sysroot+set}" = set; then :
8386 withval=$with_sysroot;
8387 else
8388 with_sysroot=no
8389 fi
8390
8391
8392 lt_sysroot=
8393 case $with_sysroot in #(
8394 yes)
8395 if test yes = "$GCC"; then
8396 lt_sysroot=`$CC --print-sysroot 2>/dev/null`
8397 fi
8398 ;; #(
8399 /*)
8400 lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
8401 ;; #(
8402 no|'')
8403 ;; #(
8404 *)
8405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_sysroot" >&5
8406 $as_echo "$with_sysroot" >&6; }
8407 as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5
8408 ;;
8409 esac
8410
8411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5
8412 $as_echo "${lt_sysroot:-no}" >&6; }
8413
8414
8415
8416
8417
8418 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a working dd" >&5
8419 $as_echo_n "checking for a working dd... " >&6; }
8420 if ${ac_cv_path_lt_DD+:} false; then :
8421 $as_echo_n "(cached) " >&6
8422 else
8423 printf 0123456789abcdef0123456789abcdef >conftest.i
8424 cat conftest.i conftest.i >conftest2.i
8425 : ${lt_DD:=$DD}
8426 if test -z "$lt_DD"; then
8427 ac_path_lt_DD_found=false
8428 # Loop through the user's path and test for each of PROGNAME-LIST
8429 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8430 for as_dir in $PATH
8431 do
8432 IFS=$as_save_IFS
8433 test -z "$as_dir" && as_dir=.
8434 for ac_prog in dd; do
8435 for ac_exec_ext in '' $ac_executable_extensions; do
8436 ac_path_lt_DD="$as_dir/$ac_prog$ac_exec_ext"
8437 as_fn_executable_p "$ac_path_lt_DD" || continue
8438 if "$ac_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then
8439 cmp -s conftest.i conftest.out \
8440 && ac_cv_path_lt_DD="$ac_path_lt_DD" ac_path_lt_DD_found=:
8441 fi
8442 $ac_path_lt_DD_found && break 3
8443 done
8444 done
8445 done
8446 IFS=$as_save_IFS
8447 if test -z "$ac_cv_path_lt_DD"; then
8448 :
8449 fi
8450 else
8451 ac_cv_path_lt_DD=$lt_DD
8452 fi
8453
8454 rm -f conftest.i conftest2.i conftest.out
8455 fi
8456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_lt_DD" >&5
8457 $as_echo "$ac_cv_path_lt_DD" >&6; }
8458
8459
8460 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to truncate binary pipes" >&5
8461 $as_echo_n "checking how to truncate binary pipes... " >&6; }
8462 if ${lt_cv_truncate_bin+:} false; then :
8463 $as_echo_n "(cached) " >&6
8464 else
8465 printf 0123456789abcdef0123456789abcdef >conftest.i
8466 cat conftest.i conftest.i >conftest2.i
8467 lt_cv_truncate_bin=
8468 if "$ac_cv_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then
8469 cmp -s conftest.i conftest.out \
8470 && lt_cv_truncate_bin="$ac_cv_path_lt_DD bs=4096 count=1"
8471 fi
8472 rm -f conftest.i conftest2.i conftest.out
8473 test -z "$lt_cv_truncate_bin" && lt_cv_truncate_bin="$SED -e 4q"
8474 fi
8475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_truncate_bin" >&5
8476 $as_echo "$lt_cv_truncate_bin" >&6; }
8477
8478
8479
8480
8481
8482
8483
8484 # Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
8485 func_cc_basename ()
8486 {
8487 for cc_temp in $*""; do
8488 case $cc_temp in
8489 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8490 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8491 \-*) ;;
8492 *) break;;
8493 esac
8494 done
8495 func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
8496 }
8497
8498 # Check whether --enable-libtool-lock was given.
8499 if test "${enable_libtool_lock+set}" = set; then :
8500 enableval=$enable_libtool_lock;
8501 fi
8502
8503 test no = "$enable_libtool_lock" || enable_libtool_lock=yes
8504
8505 # Some flags need to be propagated to the compiler or linker for good
8506 # libtool support.
8507 case $host in
8508 ia64-*-hpux*)
8509 # Find out what ABI is being produced by ac_compile, and set mode
8510 # options accordingly.
8511 echo 'int i;' > conftest.$ac_ext
8512 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
8513 (eval $ac_compile) 2>&5
8514 ac_status=$?
8515 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
8516 test $ac_status = 0; }; then
8517 case `/usr/bin/file conftest.$ac_objext` in
8518 *ELF-32*)
8519 HPUX_IA64_MODE=32
8520 ;;
8521 *ELF-64*)
8522 HPUX_IA64_MODE=64
8523 ;;
8524 esac
8525 fi
8526 rm -rf conftest*
8527 ;;
8528 *-*-irix6*)
8529 # Find out what ABI is being produced by ac_compile, and set linker
8530 # options accordingly.
8531 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
8532 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
8533 (eval $ac_compile) 2>&5
8534 ac_status=$?
8535 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
8536 test $ac_status = 0; }; then
8537 if test yes = "$lt_cv_prog_gnu_ld"; then
8538 case `/usr/bin/file conftest.$ac_objext` in
8539 *32-bit*)
8540 LD="${LD-ld} -melf32bsmip"
8541 ;;
8542 *N32*)
8543 LD="${LD-ld} -melf32bmipn32"
8544 ;;
8545 *64-bit*)
8546 LD="${LD-ld} -melf64bmip"
8547 ;;
8548 esac
8549 else
8550 case `/usr/bin/file conftest.$ac_objext` in
8551 *32-bit*)
8552 LD="${LD-ld} -32"
8553 ;;
8554 *N32*)
8555 LD="${LD-ld} -n32"
8556 ;;
8557 *64-bit*)
8558 LD="${LD-ld} -64"
8559 ;;
8560 esac
8561 fi
8562 fi
8563 rm -rf conftest*
8564 ;;
8565
8566 mips64*-*linux*)
8567 # Find out what ABI is being produced by ac_compile, and set linker
8568 # options accordingly.
8569 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
8570 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
8571 (eval $ac_compile) 2>&5
8572 ac_status=$?
8573 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
8574 test $ac_status = 0; }; then
8575 emul=elf
8576 case `/usr/bin/file conftest.$ac_objext` in
8577 *32-bit*)
8578 emul="${emul}32"
8579 ;;
8580 *64-bit*)
8581 emul="${emul}64"
8582 ;;
8583 esac
8584 case `/usr/bin/file conftest.$ac_objext` in
8585 *MSB*)
8586 emul="${emul}btsmip"
8587 ;;
8588 *LSB*)
8589 emul="${emul}ltsmip"
8590 ;;
8591 esac
8592 case `/usr/bin/file conftest.$ac_objext` in
8593 *N32*)
8594 emul="${emul}n32"
8595 ;;
8596 esac
8597 LD="${LD-ld} -m $emul"
8598 fi
8599 rm -rf conftest*
8600 ;;
8601
8602 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
8603 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
8604 # Find out what ABI is being produced by ac_compile, and set linker
8605 # options accordingly. Note that the listed cases only cover the
8606 # situations where additional linker options are needed (such as when
8607 # doing 32-bit compilation for a host where ld defaults to 64-bit, or
8608 # vice versa); the common cases where no linker options are needed do
8609 # not appear in the list.
8610 echo 'int i;' > conftest.$ac_ext
8611 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
8612 (eval $ac_compile) 2>&5
8613 ac_status=$?
8614 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
8615 test $ac_status = 0; }; then
8616 case `/usr/bin/file conftest.o` in
8617 *32-bit*)
8618 case $host in
8619 x86_64-*kfreebsd*-gnu)
8620 LD="${LD-ld} -m elf_i386_fbsd"
8621 ;;
8622 x86_64-*linux*)
8623 case `/usr/bin/file conftest.o` in
8624 *x86-64*)
8625 LD="${LD-ld} -m elf32_x86_64"
8626 ;;
8627 *)
8628 LD="${LD-ld} -m elf_i386"
8629 ;;
8630 esac
8631 ;;
8632 powerpc64le-*linux*)
8633 LD="${LD-ld} -m elf32lppclinux"
8634 ;;
8635 powerpc64-*linux*)
8636 LD="${LD-ld} -m elf32ppclinux"
8637 ;;
8638 s390x-*linux*)
8639 LD="${LD-ld} -m elf_s390"
8640 ;;
8641 sparc64-*linux*)
8642 LD="${LD-ld} -m elf32_sparc"
8643 ;;
8644 esac
8645 ;;
8646 *64-bit*)
8647 case $host in
8648 x86_64-*kfreebsd*-gnu)
8649 LD="${LD-ld} -m elf_x86_64_fbsd"
8650 ;;
8651 x86_64-*linux*)
8652 LD="${LD-ld} -m elf_x86_64"
8653 ;;
8654 powerpcle-*linux*)
8655 LD="${LD-ld} -m elf64lppc"
8656 ;;
8657 powerpc-*linux*)
8658 LD="${LD-ld} -m elf64ppc"
8659 ;;
8660 s390*-*linux*|s390*-*tpf*)
8661 LD="${LD-ld} -m elf64_s390"
8662 ;;
8663 sparc*-*linux*)
8664 LD="${LD-ld} -m elf64_sparc"
8665 ;;
8666 esac
8667 ;;
8668 esac
8669 fi
8670 rm -rf conftest*
8671 ;;
8672
8673 *-*-sco3.2v5*)
8674 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
8675 SAVE_CFLAGS=$CFLAGS
8676 CFLAGS="$CFLAGS -belf"
8677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
8678 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
8679 if ${lt_cv_cc_needs_belf+:} false; then :
8680 $as_echo_n "(cached) " >&6
8681 else
8682 ac_ext=c
8683 ac_cpp='$CPP $CPPFLAGS'
8684 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8685 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8686 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8687
8688 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8689 /* end confdefs.h. */
8690
8691 int
8692 main ()
8693 {
8694
8695 ;
8696 return 0;
8697 }
8698 _ACEOF
8699 if ac_fn_c_try_link "$LINENO"; then :
8700 lt_cv_cc_needs_belf=yes
8701 else
8702 lt_cv_cc_needs_belf=no
8703 fi
8704 rm -f core conftest.err conftest.$ac_objext \
8705 conftest$ac_exeext conftest.$ac_ext
8706 ac_ext=c
8707 ac_cpp='$CPP $CPPFLAGS'
8708 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8709 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8710 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8711
8712 fi
8713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
8714 $as_echo "$lt_cv_cc_needs_belf" >&6; }
8715 if test yes != "$lt_cv_cc_needs_belf"; then
8716 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
8717 CFLAGS=$SAVE_CFLAGS
8718 fi
8719 ;;
8720 *-*solaris*)
8721 # Find out what ABI is being produced by ac_compile, and set linker
8722 # options accordingly.
8723 echo 'int i;' > conftest.$ac_ext
8724 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
8725 (eval $ac_compile) 2>&5
8726 ac_status=$?
8727 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
8728 test $ac_status = 0; }; then
8729 case `/usr/bin/file conftest.o` in
8730 *64-bit*)
8731 case $lt_cv_prog_gnu_ld in
8732 yes*)
8733 case $host in
8734 i?86-*-solaris*|x86_64-*-solaris*)
8735 LD="${LD-ld} -m elf_x86_64"
8736 ;;
8737 sparc*-*-solaris*)
8738 LD="${LD-ld} -m elf64_sparc"
8739 ;;
8740 esac
8741 # GNU ld 2.21 introduced _sol2 emulations. Use them if available.
8742 if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then
8743 LD=${LD-ld}_sol2
8744 fi
8745 ;;
8746 *)
8747 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
8748 LD="${LD-ld} -64"
8749 fi
8750 ;;
8751 esac
8752 ;;
8753 esac
8754 fi
8755 rm -rf conftest*
8756 ;;
8757 esac
8758
8759 need_locks=$enable_libtool_lock
8760
8761 if test -n "$ac_tool_prefix"; then
8762 # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args.
8763 set dummy ${ac_tool_prefix}mt; ac_word=$2
8764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8765 $as_echo_n "checking for $ac_word... " >&6; }
8766 if ${ac_cv_prog_MANIFEST_TOOL+:} false; then :
8767 $as_echo_n "(cached) " >&6
8768 else
8769 if test -n "$MANIFEST_TOOL"; then
8770 ac_cv_prog_MANIFEST_TOOL="$MANIFEST_TOOL" # Let the user override the test.
8771 else
8772 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8773 for as_dir in $PATH
8774 do
8775 IFS=$as_save_IFS
8776 test -z "$as_dir" && as_dir=.
8777 for ac_exec_ext in '' $ac_executable_extensions; do
8778 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8779 ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt"
8780 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8781 break 2
8782 fi
8783 done
8784 done
8785 IFS=$as_save_IFS
8786
8787 fi
8788 fi
8789 MANIFEST_TOOL=$ac_cv_prog_MANIFEST_TOOL
8790 if test -n "$MANIFEST_TOOL"; then
8791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MANIFEST_TOOL" >&5
8792 $as_echo "$MANIFEST_TOOL" >&6; }
8793 else
8794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8795 $as_echo "no" >&6; }
8796 fi
8797
8798
8799 fi
8800 if test -z "$ac_cv_prog_MANIFEST_TOOL"; then
8801 ac_ct_MANIFEST_TOOL=$MANIFEST_TOOL
8802 # Extract the first word of "mt", so it can be a program name with args.
8803 set dummy mt; ac_word=$2
8804 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8805 $as_echo_n "checking for $ac_word... " >&6; }
8806 if ${ac_cv_prog_ac_ct_MANIFEST_TOOL+:} false; then :
8807 $as_echo_n "(cached) " >&6
8808 else
8809 if test -n "$ac_ct_MANIFEST_TOOL"; then
8810 ac_cv_prog_ac_ct_MANIFEST_TOOL="$ac_ct_MANIFEST_TOOL" # Let the user override the test.
8811 else
8812 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8813 for as_dir in $PATH
8814 do
8815 IFS=$as_save_IFS
8816 test -z "$as_dir" && as_dir=.
8817 for ac_exec_ext in '' $ac_executable_extensions; do
8818 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8819 ac_cv_prog_ac_ct_MANIFEST_TOOL="mt"
8820 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8821 break 2
8822 fi
8823 done
8824 done
8825 IFS=$as_save_IFS
8826
8827 fi
8828 fi
8829 ac_ct_MANIFEST_TOOL=$ac_cv_prog_ac_ct_MANIFEST_TOOL
8830 if test -n "$ac_ct_MANIFEST_TOOL"; then
8831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MANIFEST_TOOL" >&5
8832 $as_echo "$ac_ct_MANIFEST_TOOL" >&6; }
8833 else
8834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8835 $as_echo "no" >&6; }
8836 fi
8837
8838 if test "x$ac_ct_MANIFEST_TOOL" = x; then
8839 MANIFEST_TOOL=":"
8840 else
8841 case $cross_compiling:$ac_tool_warned in
8842 yes:)
8843 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8844 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8845 ac_tool_warned=yes ;;
8846 esac
8847 MANIFEST_TOOL=$ac_ct_MANIFEST_TOOL
8848 fi
8849 else
8850 MANIFEST_TOOL="$ac_cv_prog_MANIFEST_TOOL"
8851 fi
8852
8853 test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt
8854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5
8855 $as_echo_n "checking if $MANIFEST_TOOL is a manifest tool... " >&6; }
8856 if ${lt_cv_path_mainfest_tool+:} false; then :
8857 $as_echo_n "(cached) " >&6
8858 else
8859 lt_cv_path_mainfest_tool=no
8860 echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&5
8861 $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out
8862 cat conftest.err >&5
8863 if $GREP 'Manifest Tool' conftest.out > /dev/null; then
8864 lt_cv_path_mainfest_tool=yes
8865 fi
8866 rm -f conftest*
8867 fi
8868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5
8869 $as_echo "$lt_cv_path_mainfest_tool" >&6; }
8870 if test yes != "$lt_cv_path_mainfest_tool"; then
8871 MANIFEST_TOOL=:
8872 fi
8873
8874
8875
8876
8877
8878
8879 case $host_os in
8880 rhapsody* | darwin*)
8881 if test -n "$ac_tool_prefix"; then
8882 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
8883 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
8884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8885 $as_echo_n "checking for $ac_word... " >&6; }
8886 if ${ac_cv_prog_DSYMUTIL+:} false; then :
8887 $as_echo_n "(cached) " >&6
8888 else
8889 if test -n "$DSYMUTIL"; then
8890 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
8891 else
8892 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8893 for as_dir in $PATH
8894 do
8895 IFS=$as_save_IFS
8896 test -z "$as_dir" && as_dir=.
8897 for ac_exec_ext in '' $ac_executable_extensions; do
8898 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8899 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
8900 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8901 break 2
8902 fi
8903 done
8904 done
8905 IFS=$as_save_IFS
8906
8907 fi
8908 fi
8909 DSYMUTIL=$ac_cv_prog_DSYMUTIL
8910 if test -n "$DSYMUTIL"; then
8911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
8912 $as_echo "$DSYMUTIL" >&6; }
8913 else
8914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8915 $as_echo "no" >&6; }
8916 fi
8917
8918
8919 fi
8920 if test -z "$ac_cv_prog_DSYMUTIL"; then
8921 ac_ct_DSYMUTIL=$DSYMUTIL
8922 # Extract the first word of "dsymutil", so it can be a program name with args.
8923 set dummy dsymutil; ac_word=$2
8924 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8925 $as_echo_n "checking for $ac_word... " >&6; }
8926 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
8927 $as_echo_n "(cached) " >&6
8928 else
8929 if test -n "$ac_ct_DSYMUTIL"; then
8930 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
8931 else
8932 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8933 for as_dir in $PATH
8934 do
8935 IFS=$as_save_IFS
8936 test -z "$as_dir" && as_dir=.
8937 for ac_exec_ext in '' $ac_executable_extensions; do
8938 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8939 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
8940 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8941 break 2
8942 fi
8943 done
8944 done
8945 IFS=$as_save_IFS
8946
8947 fi
8948 fi
8949 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
8950 if test -n "$ac_ct_DSYMUTIL"; then
8951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
8952 $as_echo "$ac_ct_DSYMUTIL" >&6; }
8953 else
8954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8955 $as_echo "no" >&6; }
8956 fi
8957
8958 if test "x$ac_ct_DSYMUTIL" = x; then
8959 DSYMUTIL=":"
8960 else
8961 case $cross_compiling:$ac_tool_warned in
8962 yes:)
8963 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8964 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8965 ac_tool_warned=yes ;;
8966 esac
8967 DSYMUTIL=$ac_ct_DSYMUTIL
8968 fi
8969 else
8970 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
8971 fi
8972
8973 if test -n "$ac_tool_prefix"; then
8974 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
8975 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
8976 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8977 $as_echo_n "checking for $ac_word... " >&6; }
8978 if ${ac_cv_prog_NMEDIT+:} false; then :
8979 $as_echo_n "(cached) " >&6
8980 else
8981 if test -n "$NMEDIT"; then
8982 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
8983 else
8984 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8985 for as_dir in $PATH
8986 do
8987 IFS=$as_save_IFS
8988 test -z "$as_dir" && as_dir=.
8989 for ac_exec_ext in '' $ac_executable_extensions; do
8990 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8991 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
8992 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8993 break 2
8994 fi
8995 done
8996 done
8997 IFS=$as_save_IFS
8998
8999 fi
9000 fi
9001 NMEDIT=$ac_cv_prog_NMEDIT
9002 if test -n "$NMEDIT"; then
9003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
9004 $as_echo "$NMEDIT" >&6; }
9005 else
9006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9007 $as_echo "no" >&6; }
9008 fi
9009
9010
9011 fi
9012 if test -z "$ac_cv_prog_NMEDIT"; then
9013 ac_ct_NMEDIT=$NMEDIT
9014 # Extract the first word of "nmedit", so it can be a program name with args.
9015 set dummy nmedit; ac_word=$2
9016 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9017 $as_echo_n "checking for $ac_word... " >&6; }
9018 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
9019 $as_echo_n "(cached) " >&6
9020 else
9021 if test -n "$ac_ct_NMEDIT"; then
9022 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
9023 else
9024 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9025 for as_dir in $PATH
9026 do
9027 IFS=$as_save_IFS
9028 test -z "$as_dir" && as_dir=.
9029 for ac_exec_ext in '' $ac_executable_extensions; do
9030 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9031 ac_cv_prog_ac_ct_NMEDIT="nmedit"
9032 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9033 break 2
9034 fi
9035 done
9036 done
9037 IFS=$as_save_IFS
9038
9039 fi
9040 fi
9041 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
9042 if test -n "$ac_ct_NMEDIT"; then
9043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
9044 $as_echo "$ac_ct_NMEDIT" >&6; }
9045 else
9046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9047 $as_echo "no" >&6; }
9048 fi
9049
9050 if test "x$ac_ct_NMEDIT" = x; then
9051 NMEDIT=":"
9052 else
9053 case $cross_compiling:$ac_tool_warned in
9054 yes:)
9055 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
9056 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
9057 ac_tool_warned=yes ;;
9058 esac
9059 NMEDIT=$ac_ct_NMEDIT
9060 fi
9061 else
9062 NMEDIT="$ac_cv_prog_NMEDIT"
9063 fi
9064
9065 if test -n "$ac_tool_prefix"; then
9066 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
9067 set dummy ${ac_tool_prefix}lipo; ac_word=$2
9068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9069 $as_echo_n "checking for $ac_word... " >&6; }
9070 if ${ac_cv_prog_LIPO+:} false; then :
9071 $as_echo_n "(cached) " >&6
9072 else
9073 if test -n "$LIPO"; then
9074 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
9075 else
9076 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9077 for as_dir in $PATH
9078 do
9079 IFS=$as_save_IFS
9080 test -z "$as_dir" && as_dir=.
9081 for ac_exec_ext in '' $ac_executable_extensions; do
9082 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9083 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
9084 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9085 break 2
9086 fi
9087 done
9088 done
9089 IFS=$as_save_IFS
9090
9091 fi
9092 fi
9093 LIPO=$ac_cv_prog_LIPO
9094 if test -n "$LIPO"; then
9095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
9096 $as_echo "$LIPO" >&6; }
9097 else
9098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9099 $as_echo "no" >&6; }
9100 fi
9101
9102
9103 fi
9104 if test -z "$ac_cv_prog_LIPO"; then
9105 ac_ct_LIPO=$LIPO
9106 # Extract the first word of "lipo", so it can be a program name with args.
9107 set dummy lipo; ac_word=$2
9108 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9109 $as_echo_n "checking for $ac_word... " >&6; }
9110 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
9111 $as_echo_n "(cached) " >&6
9112 else
9113 if test -n "$ac_ct_LIPO"; then
9114 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
9115 else
9116 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9117 for as_dir in $PATH
9118 do
9119 IFS=$as_save_IFS
9120 test -z "$as_dir" && as_dir=.
9121 for ac_exec_ext in '' $ac_executable_extensions; do
9122 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9123 ac_cv_prog_ac_ct_LIPO="lipo"
9124 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9125 break 2
9126 fi
9127 done
9128 done
9129 IFS=$as_save_IFS
9130
9131 fi
9132 fi
9133 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
9134 if test -n "$ac_ct_LIPO"; then
9135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
9136 $as_echo "$ac_ct_LIPO" >&6; }
9137 else
9138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9139 $as_echo "no" >&6; }
9140 fi
9141
9142 if test "x$ac_ct_LIPO" = x; then
9143 LIPO=":"
9144 else
9145 case $cross_compiling:$ac_tool_warned in
9146 yes:)
9147 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
9148 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
9149 ac_tool_warned=yes ;;
9150 esac
9151 LIPO=$ac_ct_LIPO
9152 fi
9153 else
9154 LIPO="$ac_cv_prog_LIPO"
9155 fi
9156
9157 if test -n "$ac_tool_prefix"; then
9158 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
9159 set dummy ${ac_tool_prefix}otool; ac_word=$2
9160 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9161 $as_echo_n "checking for $ac_word... " >&6; }
9162 if ${ac_cv_prog_OTOOL+:} false; then :
9163 $as_echo_n "(cached) " >&6
9164 else
9165 if test -n "$OTOOL"; then
9166 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
9167 else
9168 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9169 for as_dir in $PATH
9170 do
9171 IFS=$as_save_IFS
9172 test -z "$as_dir" && as_dir=.
9173 for ac_exec_ext in '' $ac_executable_extensions; do
9174 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9175 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
9176 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9177 break 2
9178 fi
9179 done
9180 done
9181 IFS=$as_save_IFS
9182
9183 fi
9184 fi
9185 OTOOL=$ac_cv_prog_OTOOL
9186 if test -n "$OTOOL"; then
9187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
9188 $as_echo "$OTOOL" >&6; }
9189 else
9190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9191 $as_echo "no" >&6; }
9192 fi
9193
9194
9195 fi
9196 if test -z "$ac_cv_prog_OTOOL"; then
9197 ac_ct_OTOOL=$OTOOL
9198 # Extract the first word of "otool", so it can be a program name with args.
9199 set dummy otool; ac_word=$2
9200 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9201 $as_echo_n "checking for $ac_word... " >&6; }
9202 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
9203 $as_echo_n "(cached) " >&6
9204 else
9205 if test -n "$ac_ct_OTOOL"; then
9206 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
9207 else
9208 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9209 for as_dir in $PATH
9210 do
9211 IFS=$as_save_IFS
9212 test -z "$as_dir" && as_dir=.
9213 for ac_exec_ext in '' $ac_executable_extensions; do
9214 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9215 ac_cv_prog_ac_ct_OTOOL="otool"
9216 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9217 break 2
9218 fi
9219 done
9220 done
9221 IFS=$as_save_IFS
9222
9223 fi
9224 fi
9225 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
9226 if test -n "$ac_ct_OTOOL"; then
9227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
9228 $as_echo "$ac_ct_OTOOL" >&6; }
9229 else
9230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9231 $as_echo "no" >&6; }
9232 fi
9233
9234 if test "x$ac_ct_OTOOL" = x; then
9235 OTOOL=":"
9236 else
9237 case $cross_compiling:$ac_tool_warned in
9238 yes:)
9239 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
9240 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
9241 ac_tool_warned=yes ;;
9242 esac
9243 OTOOL=$ac_ct_OTOOL
9244 fi
9245 else
9246 OTOOL="$ac_cv_prog_OTOOL"
9247 fi
9248
9249 if test -n "$ac_tool_prefix"; then
9250 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
9251 set dummy ${ac_tool_prefix}otool64; ac_word=$2
9252 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9253 $as_echo_n "checking for $ac_word... " >&6; }
9254 if ${ac_cv_prog_OTOOL64+:} false; then :
9255 $as_echo_n "(cached) " >&6
9256 else
9257 if test -n "$OTOOL64"; then
9258 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
9259 else
9260 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9261 for as_dir in $PATH
9262 do
9263 IFS=$as_save_IFS
9264 test -z "$as_dir" && as_dir=.
9265 for ac_exec_ext in '' $ac_executable_extensions; do
9266 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9267 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
9268 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9269 break 2
9270 fi
9271 done
9272 done
9273 IFS=$as_save_IFS
9274
9275 fi
9276 fi
9277 OTOOL64=$ac_cv_prog_OTOOL64
9278 if test -n "$OTOOL64"; then
9279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
9280 $as_echo "$OTOOL64" >&6; }
9281 else
9282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9283 $as_echo "no" >&6; }
9284 fi
9285
9286
9287 fi
9288 if test -z "$ac_cv_prog_OTOOL64"; then
9289 ac_ct_OTOOL64=$OTOOL64
9290 # Extract the first word of "otool64", so it can be a program name with args.
9291 set dummy otool64; ac_word=$2
9292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9293 $as_echo_n "checking for $ac_word... " >&6; }
9294 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
9295 $as_echo_n "(cached) " >&6
9296 else
9297 if test -n "$ac_ct_OTOOL64"; then
9298 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
9299 else
9300 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9301 for as_dir in $PATH
9302 do
9303 IFS=$as_save_IFS
9304 test -z "$as_dir" && as_dir=.
9305 for ac_exec_ext in '' $ac_executable_extensions; do
9306 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9307 ac_cv_prog_ac_ct_OTOOL64="otool64"
9308 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9309 break 2
9310 fi
9311 done
9312 done
9313 IFS=$as_save_IFS
9314
9315 fi
9316 fi
9317 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
9318 if test -n "$ac_ct_OTOOL64"; then
9319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
9320 $as_echo "$ac_ct_OTOOL64" >&6; }
9321 else
9322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9323 $as_echo "no" >&6; }
9324 fi
9325
9326 if test "x$ac_ct_OTOOL64" = x; then
9327 OTOOL64=":"
9328 else
9329 case $cross_compiling:$ac_tool_warned in
9330 yes:)
9331 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
9332 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
9333 ac_tool_warned=yes ;;
9334 esac
9335 OTOOL64=$ac_ct_OTOOL64
9336 fi
9337 else
9338 OTOOL64="$ac_cv_prog_OTOOL64"
9339 fi
9340
9341
9342
9343
9344
9345
9346
9347
9348
9349
9350
9351
9352
9353
9354
9355
9356
9357
9358
9359
9360
9361
9362
9363
9364
9365
9366
9367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
9368 $as_echo_n "checking for -single_module linker flag... " >&6; }
9369 if ${lt_cv_apple_cc_single_mod+:} false; then :
9370 $as_echo_n "(cached) " >&6
9371 else
9372 lt_cv_apple_cc_single_mod=no
9373 if test -z "$LT_MULTI_MODULE"; then
9374 # By default we will add the -single_module flag. You can override
9375 # by either setting the environment variable LT_MULTI_MODULE
9376 # non-empty at configure time, or by adding -multi_module to the
9377 # link flags.
9378 rm -rf libconftest.dylib*
9379 echo "int foo(void){return 1;}" > conftest.c
9380 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
9381 -dynamiclib -Wl,-single_module conftest.c" >&5
9382 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
9383 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
9384 _lt_result=$?
9385 # If there is a non-empty error log, and "single_module"
9386 # appears in it, assume the flag caused a linker warning
9387 if test -s conftest.err && $GREP single_module conftest.err; then
9388 cat conftest.err >&5
9389 # Otherwise, if the output was created with a 0 exit code from
9390 # the compiler, it worked.
9391 elif test -f libconftest.dylib && test 0 = "$_lt_result"; then
9392 lt_cv_apple_cc_single_mod=yes
9393 else
9394 cat conftest.err >&5
9395 fi
9396 rm -rf libconftest.dylib*
9397 rm -f conftest.*
9398 fi
9399 fi
9400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
9401 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
9402
9403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
9404 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
9405 if ${lt_cv_ld_exported_symbols_list+:} false; then :
9406 $as_echo_n "(cached) " >&6
9407 else
9408 lt_cv_ld_exported_symbols_list=no
9409 save_LDFLAGS=$LDFLAGS
9410 echo "_main" > conftest.sym
9411 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
9412 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9413 /* end confdefs.h. */
9414
9415 int
9416 main ()
9417 {
9418
9419 ;
9420 return 0;
9421 }
9422 _ACEOF
9423 if ac_fn_c_try_link "$LINENO"; then :
9424 lt_cv_ld_exported_symbols_list=yes
9425 else
9426 lt_cv_ld_exported_symbols_list=no
9427 fi
9428 rm -f core conftest.err conftest.$ac_objext \
9429 conftest$ac_exeext conftest.$ac_ext
9430 LDFLAGS=$save_LDFLAGS
9431
9432 fi
9433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
9434 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
9435
9436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
9437 $as_echo_n "checking for -force_load linker flag... " >&6; }
9438 if ${lt_cv_ld_force_load+:} false; then :
9439 $as_echo_n "(cached) " >&6
9440 else
9441 lt_cv_ld_force_load=no
9442 cat > conftest.c << _LT_EOF
9443 int forced_loaded() { return 2;}
9444 _LT_EOF
9445 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
9446 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
9447 echo "$AR cru libconftest.a conftest.o" >&5
9448 $AR cru libconftest.a conftest.o 2>&5
9449 echo "$RANLIB libconftest.a" >&5
9450 $RANLIB libconftest.a 2>&5
9451 cat > conftest.c << _LT_EOF
9452 int main() { return 0;}
9453 _LT_EOF
9454 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
9455 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
9456 _lt_result=$?
9457 if test -s conftest.err && $GREP force_load conftest.err; then
9458 cat conftest.err >&5
9459 elif test -f conftest && test 0 = "$_lt_result" && $GREP forced_load conftest >/dev/null 2>&1; then
9460 lt_cv_ld_force_load=yes
9461 else
9462 cat conftest.err >&5
9463 fi
9464 rm -f conftest.err libconftest.a conftest conftest.c
9465 rm -rf conftest.dSYM
9466
9467 fi
9468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
9469 $as_echo "$lt_cv_ld_force_load" >&6; }
9470 case $host_os in
9471 rhapsody* | darwin1.[012])
9472 _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;;
9473 darwin1.*)
9474 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
9475 darwin*) # darwin 5.x on
9476 # if running on 10.5 or later, the deployment target defaults
9477 # to the OS version, if on x86, and 10.4, the deployment
9478 # target defaults to 10.4. Don't you love it?
9479 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
9480 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
9481 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
9482 10.[012][,.]*)
9483 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
9484 10.*)
9485 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
9486 esac
9487 ;;
9488 esac
9489 if test yes = "$lt_cv_apple_cc_single_mod"; then
9490 _lt_dar_single_mod='$single_module'
9491 fi
9492 if test yes = "$lt_cv_ld_exported_symbols_list"; then
9493 _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym'
9494 else
9495 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/$libname-symbols.expsym $lib'
9496 fi
9497 if test : != "$DSYMUTIL" && test no = "$lt_cv_ld_force_load"; then
9498 _lt_dsymutil='~$DSYMUTIL $lib || :'
9499 else
9500 _lt_dsymutil=
9501 fi
9502 ;;
9503 esac
9504
9505 # func_munge_path_list VARIABLE PATH
9506 # -----------------------------------
9507 # VARIABLE is name of variable containing _space_ separated list of
9508 # directories to be munged by the contents of PATH, which is string
9509 # having a format:
9510 # "DIR[:DIR]:"
9511 # string "DIR[ DIR]" will be prepended to VARIABLE
9512 # ":DIR[:DIR]"
9513 # string "DIR[ DIR]" will be appended to VARIABLE
9514 # "DIRP[:DIRP]::[DIRA:]DIRA"
9515 # string "DIRP[ DIRP]" will be prepended to VARIABLE and string
9516 # "DIRA[ DIRA]" will be appended to VARIABLE
9517 # "DIR[:DIR]"
9518 # VARIABLE will be replaced by "DIR[ DIR]"
9519 func_munge_path_list ()
9520 {
9521 case x$2 in
9522 x)
9523 ;;
9524 *:)
9525 eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
9526 ;;
9527 x:*)
9528 eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
9529 ;;
9530 *::*)
9531 eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
9532 eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
9533 ;;
9534 *)
9535 eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
9536 ;;
9537 esac
9538 }
9539
9540 for ac_header in dlfcn.h
9541 do :
9542 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
9543 "
9544 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
9545 cat >>confdefs.h <<_ACEOF
9546 #define HAVE_DLFCN_H 1
9547 _ACEOF
9548
9549 fi
9550
9551 done
9552
9553
9554
9555 func_stripname_cnf ()
9556 {
9557 case $2 in
9558 .*) func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%\\\\$2\$%%"`;;
9559 *) func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%$2\$%%"`;;
9560 esac
9561 } # func_stripname_cnf
9562
9563
9564
9565
9566
9567 # Set options
9568
9569
9570
9571 enable_dlopen=no
9572
9573
9574 enable_win32_dll=no
9575
9576
9577 # Check whether --enable-shared was given.
9578 if test "${enable_shared+set}" = set; then :
9579 enableval=$enable_shared; p=${PACKAGE-default}
9580 case $enableval in
9581 yes) enable_shared=yes ;;
9582 no) enable_shared=no ;;
9583 *)
9584 enable_shared=no
9585 # Look at the argument we got. We use all the common list separators.
9586 lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
9587 for pkg in $enableval; do
9588 IFS=$lt_save_ifs
9589 if test "X$pkg" = "X$p"; then
9590 enable_shared=yes
9591 fi
9592 done
9593 IFS=$lt_save_ifs
9594 ;;
9595 esac
9596 else
9597 enable_shared=yes
9598 fi
9599
9600
9601
9602
9603
9604
9605
9606
9607
9608 # Check whether --enable-static was given.
9609 if test "${enable_static+set}" = set; then :
9610 enableval=$enable_static; p=${PACKAGE-default}
9611 case $enableval in
9612 yes) enable_static=yes ;;
9613 no) enable_static=no ;;
9614 *)
9615 enable_static=no
9616 # Look at the argument we got. We use all the common list separators.
9617 lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
9618 for pkg in $enableval; do
9619 IFS=$lt_save_ifs
9620 if test "X$pkg" = "X$p"; then
9621 enable_static=yes
9622 fi
9623 done
9624 IFS=$lt_save_ifs
9625 ;;
9626 esac
9627 else
9628 enable_static=yes
9629 fi
9630
9631
9632
9633
9634
9635
9636
9637
9638
9639
9640 # Check whether --with-pic was given.
9641 if test "${with_pic+set}" = set; then :
9642 withval=$with_pic; lt_p=${PACKAGE-default}
9643 case $withval in
9644 yes|no) pic_mode=$withval ;;
9645 *)
9646 pic_mode=default
9647 # Look at the argument we got. We use all the common list separators.
9648 lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
9649 for lt_pkg in $withval; do
9650 IFS=$lt_save_ifs
9651 if test "X$lt_pkg" = "X$lt_p"; then
9652 pic_mode=yes
9653 fi
9654 done
9655 IFS=$lt_save_ifs
9656 ;;
9657 esac
9658 else
9659 pic_mode=default
9660 fi
9661
9662
9663
9664
9665
9666
9667
9668
9669 # Check whether --enable-fast-install was given.
9670 if test "${enable_fast_install+set}" = set; then :
9671 enableval=$enable_fast_install; p=${PACKAGE-default}
9672 case $enableval in
9673 yes) enable_fast_install=yes ;;
9674 no) enable_fast_install=no ;;
9675 *)
9676 enable_fast_install=no
9677 # Look at the argument we got. We use all the common list separators.
9678 lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
9679 for pkg in $enableval; do
9680 IFS=$lt_save_ifs
9681 if test "X$pkg" = "X$p"; then
9682 enable_fast_install=yes
9683 fi
9684 done
9685 IFS=$lt_save_ifs
9686 ;;
9687 esac
9688 else
9689 enable_fast_install=yes
9690 fi
9691
9692
9693
9694
9695
9696
9697
9698
9699 shared_archive_member_spec=
9700 case $host,$enable_shared in
9701 power*-*-aix[5-9]*,yes)
9702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking which variant of shared library versioning to provide" >&5
9703 $as_echo_n "checking which variant of shared library versioning to provide... " >&6; }
9704
9705 # Check whether --with-aix-soname was given.
9706 if test "${with_aix_soname+set}" = set; then :
9707 withval=$with_aix_soname; case $withval in
9708 aix|svr4|both)
9709 ;;
9710 *)
9711 as_fn_error $? "Unknown argument to --with-aix-soname" "$LINENO" 5
9712 ;;
9713 esac
9714 lt_cv_with_aix_soname=$with_aix_soname
9715 else
9716 if ${lt_cv_with_aix_soname+:} false; then :
9717 $as_echo_n "(cached) " >&6
9718 else
9719 lt_cv_with_aix_soname=aix
9720 fi
9721
9722 with_aix_soname=$lt_cv_with_aix_soname
9723 fi
9724
9725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_aix_soname" >&5
9726 $as_echo "$with_aix_soname" >&6; }
9727 if test aix != "$with_aix_soname"; then
9728 # For the AIX way of multilib, we name the shared archive member
9729 # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o',
9730 # and 'shr.imp' or 'shr_64.imp', respectively, for the Import File.
9731 # Even when GNU compilers ignore OBJECT_MODE but need '-maix64' flag,
9732 # the AIX toolchain works better with OBJECT_MODE set (default 32).
9733 if test 64 = "${OBJECT_MODE-32}"; then
9734 shared_archive_member_spec=shr_64
9735 else
9736 shared_archive_member_spec=shr
9737 fi
9738 fi
9739 ;;
9740 *)
9741 with_aix_soname=aix
9742 ;;
9743 esac
9744
9745
9746
9747
9748
9749
9750
9751
9752
9753
9754 # This can be used to rebuild libtool when needed
9755 LIBTOOL_DEPS=$ltmain
9756
9757 # Always use our own libtool.
9758 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
9759
9760
9761
9762
9763
9764
9765
9766
9767
9768
9769
9770
9771
9772
9773
9774
9775
9776
9777
9778
9779
9780
9781
9782
9783
9784
9785
9786
9787
9788
9789 test -z "$LN_S" && LN_S="ln -s"
9790
9791
9792
9793
9794
9795
9796
9797
9798
9799
9800
9801
9802
9803
9804 if test -n "${ZSH_VERSION+set}"; then
9805 setopt NO_GLOB_SUBST
9806 fi
9807
9808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
9809 $as_echo_n "checking for objdir... " >&6; }
9810 if ${lt_cv_objdir+:} false; then :
9811 $as_echo_n "(cached) " >&6
9812 else
9813 rm -f .libs 2>/dev/null
9814 mkdir .libs 2>/dev/null
9815 if test -d .libs; then
9816 lt_cv_objdir=.libs
9817 else
9818 # MS-DOS does not allow filenames that begin with a dot.
9819 lt_cv_objdir=_libs
9820 fi
9821 rmdir .libs 2>/dev/null
9822 fi
9823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
9824 $as_echo "$lt_cv_objdir" >&6; }
9825 objdir=$lt_cv_objdir
9826
9827
9828
9829
9830
9831 cat >>confdefs.h <<_ACEOF
9832 #define LT_OBJDIR "$lt_cv_objdir/"
9833 _ACEOF
9834
9835
9836
9837
9838 case $host_os in
9839 aix3*)
9840 # AIX sometimes has problems with the GCC collect2 program. For some
9841 # reason, if we set the COLLECT_NAMES environment variable, the problems
9842 # vanish in a puff of smoke.
9843 if test set != "${COLLECT_NAMES+set}"; then
9844 COLLECT_NAMES=
9845 export COLLECT_NAMES
9846 fi
9847 ;;
9848 esac
9849
9850 # Global variables:
9851 ofile=libtool
9852 can_build_shared=yes
9853
9854 # All known linkers require a '.a' archive for static linking (except MSVC,
9855 # which needs '.lib').
9856 libext=a
9857
9858 with_gnu_ld=$lt_cv_prog_gnu_ld
9859
9860 old_CC=$CC
9861 old_CFLAGS=$CFLAGS
9862
9863 # Set sane defaults for various variables
9864 test -z "$CC" && CC=cc
9865 test -z "$LTCC" && LTCC=$CC
9866 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
9867 test -z "$LD" && LD=ld
9868 test -z "$ac_objext" && ac_objext=o
9869
9870 func_cc_basename $compiler
9871 cc_basename=$func_cc_basename_result
9872
9873
9874 # Only perform the check for file, if the check method requires it
9875 test -z "$MAGIC_CMD" && MAGIC_CMD=file
9876 case $deplibs_check_method in
9877 file_magic*)
9878 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
9879 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
9880 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
9881 if ${lt_cv_path_MAGIC_CMD+:} false; then :
9882 $as_echo_n "(cached) " >&6
9883 else
9884 case $MAGIC_CMD in
9885 [\\/*] | ?:[\\/]*)
9886 lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path.
9887 ;;
9888 *)
9889 lt_save_MAGIC_CMD=$MAGIC_CMD
9890 lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
9891 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9892 for ac_dir in $ac_dummy; do
9893 IFS=$lt_save_ifs
9894 test -z "$ac_dir" && ac_dir=.
9895 if test -f "$ac_dir/${ac_tool_prefix}file"; then
9896 lt_cv_path_MAGIC_CMD=$ac_dir/"${ac_tool_prefix}file"
9897 if test -n "$file_magic_test_file"; then
9898 case $deplibs_check_method in
9899 "file_magic "*)
9900 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9901 MAGIC_CMD=$lt_cv_path_MAGIC_CMD
9902 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9903 $EGREP "$file_magic_regex" > /dev/null; then
9904 :
9905 else
9906 cat <<_LT_EOF 1>&2
9907
9908 *** Warning: the command libtool uses to detect shared libraries,
9909 *** $file_magic_cmd, produces output that libtool cannot recognize.
9910 *** The result is that libtool may fail to recognize shared libraries
9911 *** as such. This will affect the creation of libtool libraries that
9912 *** depend on shared libraries, but programs linked with such libtool
9913 *** libraries will work regardless of this problem. Nevertheless, you
9914 *** may want to report the problem to your system manager and/or to
9915 *** bug-libtool@gnu.org
9916
9917 _LT_EOF
9918 fi ;;
9919 esac
9920 fi
9921 break
9922 fi
9923 done
9924 IFS=$lt_save_ifs
9925 MAGIC_CMD=$lt_save_MAGIC_CMD
9926 ;;
9927 esac
9928 fi
9929
9930 MAGIC_CMD=$lt_cv_path_MAGIC_CMD
9931 if test -n "$MAGIC_CMD"; then
9932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9933 $as_echo "$MAGIC_CMD" >&6; }
9934 else
9935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9936 $as_echo "no" >&6; }
9937 fi
9938
9939
9940
9941
9942
9943 if test -z "$lt_cv_path_MAGIC_CMD"; then
9944 if test -n "$ac_tool_prefix"; then
9945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
9946 $as_echo_n "checking for file... " >&6; }
9947 if ${lt_cv_path_MAGIC_CMD+:} false; then :
9948 $as_echo_n "(cached) " >&6
9949 else
9950 case $MAGIC_CMD in
9951 [\\/*] | ?:[\\/]*)
9952 lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path.
9953 ;;
9954 *)
9955 lt_save_MAGIC_CMD=$MAGIC_CMD
9956 lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
9957 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9958 for ac_dir in $ac_dummy; do
9959 IFS=$lt_save_ifs
9960 test -z "$ac_dir" && ac_dir=.
9961 if test -f "$ac_dir/file"; then
9962 lt_cv_path_MAGIC_CMD=$ac_dir/"file"
9963 if test -n "$file_magic_test_file"; then
9964 case $deplibs_check_method in
9965 "file_magic "*)
9966 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9967 MAGIC_CMD=$lt_cv_path_MAGIC_CMD
9968 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9969 $EGREP "$file_magic_regex" > /dev/null; then
9970 :
9971 else
9972 cat <<_LT_EOF 1>&2
9973
9974 *** Warning: the command libtool uses to detect shared libraries,
9975 *** $file_magic_cmd, produces output that libtool cannot recognize.
9976 *** The result is that libtool may fail to recognize shared libraries
9977 *** as such. This will affect the creation of libtool libraries that
9978 *** depend on shared libraries, but programs linked with such libtool
9979 *** libraries will work regardless of this problem. Nevertheless, you
9980 *** may want to report the problem to your system manager and/or to
9981 *** bug-libtool@gnu.org
9982
9983 _LT_EOF
9984 fi ;;
9985 esac
9986 fi
9987 break
9988 fi
9989 done
9990 IFS=$lt_save_ifs
9991 MAGIC_CMD=$lt_save_MAGIC_CMD
9992 ;;
9993 esac
9994 fi
9995
9996 MAGIC_CMD=$lt_cv_path_MAGIC_CMD
9997 if test -n "$MAGIC_CMD"; then
9998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9999 $as_echo "$MAGIC_CMD" >&6; }
10000 else
10001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10002 $as_echo "no" >&6; }
10003 fi
10004
10005
10006 else
10007 MAGIC_CMD=:
10008 fi
10009 fi
10010
10011 fi
10012 ;;
10013 esac
10014
10015 # Use C for the default configuration in the libtool script
10016
10017 lt_save_CC=$CC
10018 ac_ext=c
10019 ac_cpp='$CPP $CPPFLAGS'
10020 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10021 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10022 ac_compiler_gnu=$ac_cv_c_compiler_gnu
10023
10024
10025 # Source file extension for C test sources.
10026 ac_ext=c
10027
10028 # Object file extension for compiled C test sources.
10029 objext=o
10030 objext=$objext
10031
10032 # Code to be used in simple compile tests
10033 lt_simple_compile_test_code="int some_variable = 0;"
10034
10035 # Code to be used in simple link tests
10036 lt_simple_link_test_code='int main(){return(0);}'
10037
10038
10039
10040
10041
10042
10043
10044 # If no C compiler was specified, use CC.
10045 LTCC=${LTCC-"$CC"}
10046
10047 # If no C compiler flags were specified, use CFLAGS.
10048 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
10049
10050 # Allow CC to be a program name with arguments.
10051 compiler=$CC
10052
10053 # Save the default compiler, since it gets overwritten when the other
10054 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
10055 compiler_DEFAULT=$CC
10056
10057 # save warnings/boilerplate of simple test code
10058 ac_outfile=conftest.$ac_objext
10059 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
10060 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
10061 _lt_compiler_boilerplate=`cat conftest.err`
10062 $RM conftest*
10063
10064 ac_outfile=conftest.$ac_objext
10065 echo "$lt_simple_link_test_code" >conftest.$ac_ext
10066 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
10067 _lt_linker_boilerplate=`cat conftest.err`
10068 $RM -r conftest*
10069
10070
10071 ## CAVEAT EMPTOR:
10072 ## There is no encapsulation within the following macros, do not change
10073 ## the running order or otherwise move them around unless you know exactly
10074 ## what you are doing...
10075 if test -n "$compiler"; then
10076
10077 lt_prog_compiler_no_builtin_flag=
10078
10079 if test yes = "$GCC"; then
10080 case $cc_basename in
10081 nvcc*)
10082 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
10083 *)
10084 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
10085 esac
10086
10087 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
10088 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
10089 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
10090 $as_echo_n "(cached) " >&6
10091 else
10092 lt_cv_prog_compiler_rtti_exceptions=no
10093 ac_outfile=conftest.$ac_objext
10094 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10095 lt_compiler_flag="-fno-rtti -fno-exceptions" ## exclude from sc_useless_quotes_in_assignment
10096 # Insert the option either (1) after the last *FLAGS variable, or
10097 # (2) before a word containing "conftest.", or (3) at the end.
10098 # Note that $ac_compile itself does not contain backslashes and begins
10099 # with a dollar sign (not a hyphen), so the echo should work correctly.
10100 # The option is referenced via a variable to avoid confusing sed.
10101 lt_compile=`echo "$ac_compile" | $SED \
10102 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10103 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10104 -e 's:$: $lt_compiler_flag:'`
10105 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10106 (eval "$lt_compile" 2>conftest.err)
10107 ac_status=$?
10108 cat conftest.err >&5
10109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10110 if (exit $ac_status) && test -s "$ac_outfile"; then
10111 # The compiler can only warn and ignore the option if not recognized
10112 # So say no if there are warnings other than the usual output.
10113 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
10114 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10115 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
10116 lt_cv_prog_compiler_rtti_exceptions=yes
10117 fi
10118 fi
10119 $RM conftest*
10120
10121 fi
10122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
10123 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
10124
10125 if test yes = "$lt_cv_prog_compiler_rtti_exceptions"; then
10126 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
10127 else
10128 :
10129 fi
10130
10131 fi
10132
10133
10134
10135
10136
10137
10138 lt_prog_compiler_wl=
10139 lt_prog_compiler_pic=
10140 lt_prog_compiler_static=
10141
10142
10143 if test yes = "$GCC"; then
10144 lt_prog_compiler_wl='-Wl,'
10145 lt_prog_compiler_static='-static'
10146
10147 case $host_os in
10148 aix*)
10149 # All AIX code is PIC.
10150 if test ia64 = "$host_cpu"; then
10151 # AIX 5 now supports IA64 processor
10152 lt_prog_compiler_static='-Bstatic'
10153 fi
10154 lt_prog_compiler_pic='-fPIC'
10155 ;;
10156
10157 amigaos*)
10158 case $host_cpu in
10159 powerpc)
10160 # see comment about AmigaOS4 .so support
10161 lt_prog_compiler_pic='-fPIC'
10162 ;;
10163 m68k)
10164 # FIXME: we need at least 68020 code to build shared libraries, but
10165 # adding the '-m68020' flag to GCC prevents building anything better,
10166 # like '-m68040'.
10167 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
10168 ;;
10169 esac
10170 ;;
10171
10172 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
10173 # PIC is the default for these OSes.
10174 ;;
10175
10176 mingw* | cygwin* | pw32* | os2* | cegcc*)
10177 # This hack is so that the source file can tell whether it is being
10178 # built for inclusion in a dll (and should export symbols for example).
10179 # Although the cygwin gcc ignores -fPIC, still need this for old-style
10180 # (--disable-auto-import) libraries
10181 lt_prog_compiler_pic='-DDLL_EXPORT'
10182 case $host_os in
10183 os2*)
10184 lt_prog_compiler_static='$wl-static'
10185 ;;
10186 esac
10187 ;;
10188
10189 darwin* | rhapsody*)
10190 # PIC is the default on this platform
10191 # Common symbols not allowed in MH_DYLIB files
10192 lt_prog_compiler_pic='-fno-common'
10193 ;;
10194
10195 haiku*)
10196 # PIC is the default for Haiku.
10197 # The "-static" flag exists, but is broken.
10198 lt_prog_compiler_static=
10199 ;;
10200
10201 hpux*)
10202 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
10203 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
10204 # sets the default TLS model and affects inlining.
10205 case $host_cpu in
10206 hppa*64*)
10207 # +Z the default
10208 ;;
10209 *)
10210 lt_prog_compiler_pic='-fPIC'
10211 ;;
10212 esac
10213 ;;
10214
10215 interix[3-9]*)
10216 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
10217 # Instead, we relocate shared libraries at runtime.
10218 ;;
10219
10220 msdosdjgpp*)
10221 # Just because we use GCC doesn't mean we suddenly get shared libraries
10222 # on systems that don't support them.
10223 lt_prog_compiler_can_build_shared=no
10224 enable_shared=no
10225 ;;
10226
10227 *nto* | *qnx*)
10228 # QNX uses GNU C++, but need to define -shared option too, otherwise
10229 # it will coredump.
10230 lt_prog_compiler_pic='-fPIC -shared'
10231 ;;
10232
10233 sysv4*MP*)
10234 if test -d /usr/nec; then
10235 lt_prog_compiler_pic=-Kconform_pic
10236 fi
10237 ;;
10238
10239 *)
10240 lt_prog_compiler_pic='-fPIC'
10241 ;;
10242 esac
10243
10244 case $cc_basename in
10245 nvcc*) # Cuda Compiler Driver 2.2
10246 lt_prog_compiler_wl='-Xlinker '
10247 if test -n "$lt_prog_compiler_pic"; then
10248 lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic"
10249 fi
10250 ;;
10251 esac
10252 else
10253 # PORTME Check for flag to pass linker flags through the system compiler.
10254 case $host_os in
10255 aix*)
10256 lt_prog_compiler_wl='-Wl,'
10257 if test ia64 = "$host_cpu"; then
10258 # AIX 5 now supports IA64 processor
10259 lt_prog_compiler_static='-Bstatic'
10260 else
10261 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
10262 fi
10263 ;;
10264
10265 darwin* | rhapsody*)
10266 # PIC is the default on this platform
10267 # Common symbols not allowed in MH_DYLIB files
10268 lt_prog_compiler_pic='-fno-common'
10269 case $cc_basename in
10270 nagfor*)
10271 # NAG Fortran compiler
10272 lt_prog_compiler_wl='-Wl,-Wl,,'
10273 lt_prog_compiler_pic='-PIC'
10274 lt_prog_compiler_static='-Bstatic'
10275 ;;
10276 esac
10277 ;;
10278
10279 mingw* | cygwin* | pw32* | os2* | cegcc*)
10280 # This hack is so that the source file can tell whether it is being
10281 # built for inclusion in a dll (and should export symbols for example).
10282 lt_prog_compiler_pic='-DDLL_EXPORT'
10283 case $host_os in
10284 os2*)
10285 lt_prog_compiler_static='$wl-static'
10286 ;;
10287 esac
10288 ;;
10289
10290 hpux9* | hpux10* | hpux11*)
10291 lt_prog_compiler_wl='-Wl,'
10292 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
10293 # not for PA HP-UX.
10294 case $host_cpu in
10295 hppa*64*|ia64*)
10296 # +Z the default
10297 ;;
10298 *)
10299 lt_prog_compiler_pic='+Z'
10300 ;;
10301 esac
10302 # Is there a better lt_prog_compiler_static that works with the bundled CC?
10303 lt_prog_compiler_static='$wl-a ${wl}archive'
10304 ;;
10305
10306 irix5* | irix6* | nonstopux*)
10307 lt_prog_compiler_wl='-Wl,'
10308 # PIC (with -KPIC) is the default.
10309 lt_prog_compiler_static='-non_shared'
10310 ;;
10311
10312 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
10313 case $cc_basename in
10314 # old Intel for x86_64, which still supported -KPIC.
10315 ecc*)
10316 lt_prog_compiler_wl='-Wl,'
10317 lt_prog_compiler_pic='-KPIC'
10318 lt_prog_compiler_static='-static'
10319 ;;
10320 # icc used to be incompatible with GCC.
10321 # ICC 10 doesn't accept -KPIC any more.
10322 icc* | ifort*)
10323 lt_prog_compiler_wl='-Wl,'
10324 lt_prog_compiler_pic='-fPIC'
10325 lt_prog_compiler_static='-static'
10326 ;;
10327 # Lahey Fortran 8.1.
10328 lf95*)
10329 lt_prog_compiler_wl='-Wl,'
10330 lt_prog_compiler_pic='--shared'
10331 lt_prog_compiler_static='--static'
10332 ;;
10333 nagfor*)
10334 # NAG Fortran compiler
10335 lt_prog_compiler_wl='-Wl,-Wl,,'
10336 lt_prog_compiler_pic='-PIC'
10337 lt_prog_compiler_static='-Bstatic'
10338 ;;
10339 tcc*)
10340 # Fabrice Bellard et al's Tiny C Compiler
10341 lt_prog_compiler_wl='-Wl,'
10342 lt_prog_compiler_pic='-fPIC'
10343 lt_prog_compiler_static='-static'
10344 ;;
10345 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
10346 # Portland Group compilers (*not* the Pentium gcc compiler,
10347 # which looks to be a dead project)
10348 lt_prog_compiler_wl='-Wl,'
10349 lt_prog_compiler_pic='-fpic'
10350 lt_prog_compiler_static='-Bstatic'
10351 ;;
10352 ccc*)
10353 lt_prog_compiler_wl='-Wl,'
10354 # All Alpha code is PIC.
10355 lt_prog_compiler_static='-non_shared'
10356 ;;
10357 xl* | bgxl* | bgf* | mpixl*)
10358 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
10359 lt_prog_compiler_wl='-Wl,'
10360 lt_prog_compiler_pic='-qpic'
10361 lt_prog_compiler_static='-qstaticlink'
10362 ;;
10363 *)
10364 case `$CC -V 2>&1 | sed 5q` in
10365 *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
10366 # Sun Fortran 8.3 passes all unrecognized flags to the linker
10367 lt_prog_compiler_pic='-KPIC'
10368 lt_prog_compiler_static='-Bstatic'
10369 lt_prog_compiler_wl=''
10370 ;;
10371 *Sun\ F* | *Sun*Fortran*)
10372 lt_prog_compiler_pic='-KPIC'
10373 lt_prog_compiler_static='-Bstatic'
10374 lt_prog_compiler_wl='-Qoption ld '
10375 ;;
10376 *Sun\ C*)
10377 # Sun C 5.9
10378 lt_prog_compiler_pic='-KPIC'
10379 lt_prog_compiler_static='-Bstatic'
10380 lt_prog_compiler_wl='-Wl,'
10381 ;;
10382 *Intel*\ [CF]*Compiler*)
10383 lt_prog_compiler_wl='-Wl,'
10384 lt_prog_compiler_pic='-fPIC'
10385 lt_prog_compiler_static='-static'
10386 ;;
10387 *Portland\ Group*)
10388 lt_prog_compiler_wl='-Wl,'
10389 lt_prog_compiler_pic='-fpic'
10390 lt_prog_compiler_static='-Bstatic'
10391 ;;
10392 esac
10393 ;;
10394 esac
10395 ;;
10396
10397 newsos6)
10398 lt_prog_compiler_pic='-KPIC'
10399 lt_prog_compiler_static='-Bstatic'
10400 ;;
10401
10402 *nto* | *qnx*)
10403 # QNX uses GNU C++, but need to define -shared option too, otherwise
10404 # it will coredump.
10405 lt_prog_compiler_pic='-fPIC -shared'
10406 ;;
10407
10408 osf3* | osf4* | osf5*)
10409 lt_prog_compiler_wl='-Wl,'
10410 # All OSF/1 code is PIC.
10411 lt_prog_compiler_static='-non_shared'
10412 ;;
10413
10414 rdos*)
10415 lt_prog_compiler_static='-non_shared'
10416 ;;
10417
10418 solaris*)
10419 lt_prog_compiler_pic='-KPIC'
10420 lt_prog_compiler_static='-Bstatic'
10421 case $cc_basename in
10422 f77* | f90* | f95* | sunf77* | sunf90* | sunf95*)
10423 lt_prog_compiler_wl='-Qoption ld ';;
10424 *)
10425 lt_prog_compiler_wl='-Wl,';;
10426 esac
10427 ;;
10428
10429 sunos4*)
10430 lt_prog_compiler_wl='-Qoption ld '
10431 lt_prog_compiler_pic='-PIC'
10432 lt_prog_compiler_static='-Bstatic'
10433 ;;
10434
10435 sysv4 | sysv4.2uw2* | sysv4.3*)
10436 lt_prog_compiler_wl='-Wl,'
10437 lt_prog_compiler_pic='-KPIC'
10438 lt_prog_compiler_static='-Bstatic'
10439 ;;
10440
10441 sysv4*MP*)
10442 if test -d /usr/nec; then
10443 lt_prog_compiler_pic='-Kconform_pic'
10444 lt_prog_compiler_static='-Bstatic'
10445 fi
10446 ;;
10447
10448 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
10449 lt_prog_compiler_wl='-Wl,'
10450 lt_prog_compiler_pic='-KPIC'
10451 lt_prog_compiler_static='-Bstatic'
10452 ;;
10453
10454 unicos*)
10455 lt_prog_compiler_wl='-Wl,'
10456 lt_prog_compiler_can_build_shared=no
10457 ;;
10458
10459 uts4*)
10460 lt_prog_compiler_pic='-pic'
10461 lt_prog_compiler_static='-Bstatic'
10462 ;;
10463
10464 *)
10465 lt_prog_compiler_can_build_shared=no
10466 ;;
10467 esac
10468 fi
10469
10470 case $host_os in
10471 # For platforms that do not support PIC, -DPIC is meaningless:
10472 *djgpp*)
10473 lt_prog_compiler_pic=
10474 ;;
10475 *)
10476 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
10477 ;;
10478 esac
10479
10480 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
10481 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
10482 if ${lt_cv_prog_compiler_pic+:} false; then :
10483 $as_echo_n "(cached) " >&6
10484 else
10485 lt_cv_prog_compiler_pic=$lt_prog_compiler_pic
10486 fi
10487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5
10488 $as_echo "$lt_cv_prog_compiler_pic" >&6; }
10489 lt_prog_compiler_pic=$lt_cv_prog_compiler_pic
10490
10491 #
10492 # Check to make sure the PIC flag actually works.
10493 #
10494 if test -n "$lt_prog_compiler_pic"; then
10495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
10496 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
10497 if ${lt_cv_prog_compiler_pic_works+:} false; then :
10498 $as_echo_n "(cached) " >&6
10499 else
10500 lt_cv_prog_compiler_pic_works=no
10501 ac_outfile=conftest.$ac_objext
10502 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10503 lt_compiler_flag="$lt_prog_compiler_pic -DPIC" ## exclude from sc_useless_quotes_in_assignment
10504 # Insert the option either (1) after the last *FLAGS variable, or
10505 # (2) before a word containing "conftest.", or (3) at the end.
10506 # Note that $ac_compile itself does not contain backslashes and begins
10507 # with a dollar sign (not a hyphen), so the echo should work correctly.
10508 # The option is referenced via a variable to avoid confusing sed.
10509 lt_compile=`echo "$ac_compile" | $SED \
10510 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10511 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10512 -e 's:$: $lt_compiler_flag:'`
10513 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10514 (eval "$lt_compile" 2>conftest.err)
10515 ac_status=$?
10516 cat conftest.err >&5
10517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10518 if (exit $ac_status) && test -s "$ac_outfile"; then
10519 # The compiler can only warn and ignore the option if not recognized
10520 # So say no if there are warnings other than the usual output.
10521 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
10522 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10523 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
10524 lt_cv_prog_compiler_pic_works=yes
10525 fi
10526 fi
10527 $RM conftest*
10528
10529 fi
10530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
10531 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
10532
10533 if test yes = "$lt_cv_prog_compiler_pic_works"; then
10534 case $lt_prog_compiler_pic in
10535 "" | " "*) ;;
10536 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
10537 esac
10538 else
10539 lt_prog_compiler_pic=
10540 lt_prog_compiler_can_build_shared=no
10541 fi
10542
10543 fi
10544
10545
10546
10547
10548
10549
10550
10551
10552
10553
10554
10555 #
10556 # Check to make sure the static flag actually works.
10557 #
10558 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
10559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
10560 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
10561 if ${lt_cv_prog_compiler_static_works+:} false; then :
10562 $as_echo_n "(cached) " >&6
10563 else
10564 lt_cv_prog_compiler_static_works=no
10565 save_LDFLAGS=$LDFLAGS
10566 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
10567 echo "$lt_simple_link_test_code" > conftest.$ac_ext
10568 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
10569 # The linker can only warn and ignore the option if not recognized
10570 # So say no if there are warnings
10571 if test -s conftest.err; then
10572 # Append any errors to the config.log.
10573 cat conftest.err 1>&5
10574 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
10575 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10576 if diff conftest.exp conftest.er2 >/dev/null; then
10577 lt_cv_prog_compiler_static_works=yes
10578 fi
10579 else
10580 lt_cv_prog_compiler_static_works=yes
10581 fi
10582 fi
10583 $RM -r conftest*
10584 LDFLAGS=$save_LDFLAGS
10585
10586 fi
10587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
10588 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
10589
10590 if test yes = "$lt_cv_prog_compiler_static_works"; then
10591 :
10592 else
10593 lt_prog_compiler_static=
10594 fi
10595
10596
10597
10598
10599
10600
10601
10602 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10603 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
10604 if ${lt_cv_prog_compiler_c_o+:} false; then :
10605 $as_echo_n "(cached) " >&6
10606 else
10607 lt_cv_prog_compiler_c_o=no
10608 $RM -r conftest 2>/dev/null
10609 mkdir conftest
10610 cd conftest
10611 mkdir out
10612 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10613
10614 lt_compiler_flag="-o out/conftest2.$ac_objext"
10615 # Insert the option either (1) after the last *FLAGS variable, or
10616 # (2) before a word containing "conftest.", or (3) at the end.
10617 # Note that $ac_compile itself does not contain backslashes and begins
10618 # with a dollar sign (not a hyphen), so the echo should work correctly.
10619 lt_compile=`echo "$ac_compile" | $SED \
10620 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10621 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10622 -e 's:$: $lt_compiler_flag:'`
10623 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10624 (eval "$lt_compile" 2>out/conftest.err)
10625 ac_status=$?
10626 cat out/conftest.err >&5
10627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10628 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10629 then
10630 # The compiler can only warn and ignore the option if not recognized
10631 # So say no if there are warnings
10632 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10633 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10634 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10635 lt_cv_prog_compiler_c_o=yes
10636 fi
10637 fi
10638 chmod u+w . 2>&5
10639 $RM conftest*
10640 # SGI C++ compiler will create directory out/ii_files/ for
10641 # template instantiation
10642 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10643 $RM out/* && rmdir out
10644 cd ..
10645 $RM -r conftest
10646 $RM conftest*
10647
10648 fi
10649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10650 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10651
10652
10653
10654
10655
10656
10657 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10658 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
10659 if ${lt_cv_prog_compiler_c_o+:} false; then :
10660 $as_echo_n "(cached) " >&6
10661 else
10662 lt_cv_prog_compiler_c_o=no
10663 $RM -r conftest 2>/dev/null
10664 mkdir conftest
10665 cd conftest
10666 mkdir out
10667 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10668
10669 lt_compiler_flag="-o out/conftest2.$ac_objext"
10670 # Insert the option either (1) after the last *FLAGS variable, or
10671 # (2) before a word containing "conftest.", or (3) at the end.
10672 # Note that $ac_compile itself does not contain backslashes and begins
10673 # with a dollar sign (not a hyphen), so the echo should work correctly.
10674 lt_compile=`echo "$ac_compile" | $SED \
10675 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10676 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10677 -e 's:$: $lt_compiler_flag:'`
10678 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10679 (eval "$lt_compile" 2>out/conftest.err)
10680 ac_status=$?
10681 cat out/conftest.err >&5
10682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10683 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10684 then
10685 # The compiler can only warn and ignore the option if not recognized
10686 # So say no if there are warnings
10687 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10688 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10689 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10690 lt_cv_prog_compiler_c_o=yes
10691 fi
10692 fi
10693 chmod u+w . 2>&5
10694 $RM conftest*
10695 # SGI C++ compiler will create directory out/ii_files/ for
10696 # template instantiation
10697 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10698 $RM out/* && rmdir out
10699 cd ..
10700 $RM -r conftest
10701 $RM conftest*
10702
10703 fi
10704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10705 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10706
10707
10708
10709
10710 hard_links=nottested
10711 if test no = "$lt_cv_prog_compiler_c_o" && test no != "$need_locks"; then
10712 # do not overwrite the value of need_locks provided by the user
10713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
10714 $as_echo_n "checking if we can lock with hard links... " >&6; }
10715 hard_links=yes
10716 $RM conftest*
10717 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10718 touch conftest.a
10719 ln conftest.a conftest.b 2>&5 || hard_links=no
10720 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
10722 $as_echo "$hard_links" >&6; }
10723 if test no = "$hard_links"; then
10724 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&5
10725 $as_echo "$as_me: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&2;}
10726 need_locks=warn
10727 fi
10728 else
10729 need_locks=no
10730 fi
10731
10732
10733
10734
10735
10736
10737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
10738 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
10739
10740 runpath_var=
10741 allow_undefined_flag=
10742 always_export_symbols=no
10743 archive_cmds=
10744 archive_expsym_cmds=
10745 compiler_needs_object=no
10746 enable_shared_with_static_runtimes=no
10747 export_dynamic_flag_spec=
10748 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
10749 hardcode_automatic=no
10750 hardcode_direct=no
10751 hardcode_direct_absolute=no
10752 hardcode_libdir_flag_spec=
10753 hardcode_libdir_separator=
10754 hardcode_minus_L=no
10755 hardcode_shlibpath_var=unsupported
10756 inherit_rpath=no
10757 link_all_deplibs=unknown
10758 module_cmds=
10759 module_expsym_cmds=
10760 old_archive_from_new_cmds=
10761 old_archive_from_expsyms_cmds=
10762 thread_safe_flag_spec=
10763 whole_archive_flag_spec=
10764 # include_expsyms should be a list of space-separated symbols to be *always*
10765 # included in the symbol list
10766 include_expsyms=
10767 # exclude_expsyms can be an extended regexp of symbols to exclude
10768 # it will be wrapped by ' (' and ')$', so one must not match beginning or
10769 # end of line. Example: 'a|bc|.*d.*' will exclude the symbols 'a' and 'bc',
10770 # as well as any symbol that contains 'd'.
10771 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
10772 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
10773 # platforms (ab)use it in PIC code, but their linkers get confused if
10774 # the symbol is explicitly referenced. Since portable code cannot
10775 # rely on this symbol name, it's probably fine to never include it in
10776 # preloaded symbol tables.
10777 # Exclude shared library initialization/finalization symbols.
10778 extract_expsyms_cmds=
10779
10780 case $host_os in
10781 cygwin* | mingw* | pw32* | cegcc*)
10782 # FIXME: the MSVC++ port hasn't been tested in a loooong time
10783 # When not using gcc, we currently assume that we are using
10784 # Microsoft Visual C++.
10785 if test yes != "$GCC"; then
10786 with_gnu_ld=no
10787 fi
10788 ;;
10789 interix*)
10790 # we just hope/assume this is gcc and not c89 (= MSVC++)
10791 with_gnu_ld=yes
10792 ;;
10793 openbsd* | bitrig*)
10794 with_gnu_ld=no
10795 ;;
10796 linux* | k*bsd*-gnu | gnu*)
10797 link_all_deplibs=no
10798 ;;
10799 esac
10800
10801 ld_shlibs=yes
10802
10803 # On some targets, GNU ld is compatible enough with the native linker
10804 # that we're better off using the native interface for both.
10805 lt_use_gnu_ld_interface=no
10806 if test yes = "$with_gnu_ld"; then
10807 case $host_os in
10808 aix*)
10809 # The AIX port of GNU ld has always aspired to compatibility
10810 # with the native linker. However, as the warning in the GNU ld
10811 # block says, versions before 2.19.5* couldn't really create working
10812 # shared libraries, regardless of the interface used.
10813 case `$LD -v 2>&1` in
10814 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
10815 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
10816 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
10817 *)
10818 lt_use_gnu_ld_interface=yes
10819 ;;
10820 esac
10821 ;;
10822 *)
10823 lt_use_gnu_ld_interface=yes
10824 ;;
10825 esac
10826 fi
10827
10828 if test yes = "$lt_use_gnu_ld_interface"; then
10829 # If archive_cmds runs LD, not CC, wlarc should be empty
10830 wlarc='$wl'
10831
10832 # Set some defaults for GNU ld with shared library support. These
10833 # are reset later if shared libraries are not supported. Putting them
10834 # here allows them to be overridden if necessary.
10835 runpath_var=LD_RUN_PATH
10836 hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
10837 export_dynamic_flag_spec='$wl--export-dynamic'
10838 # ancient GNU ld didn't support --whole-archive et. al.
10839 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
10840 whole_archive_flag_spec=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive'
10841 else
10842 whole_archive_flag_spec=
10843 fi
10844 supports_anon_versioning=no
10845 case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in
10846 *GNU\ gold*) supports_anon_versioning=yes ;;
10847 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
10848 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
10849 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
10850 *\ 2.11.*) ;; # other 2.11 versions
10851 *) supports_anon_versioning=yes ;;
10852 esac
10853
10854 # See if GNU ld supports shared libraries.
10855 case $host_os in
10856 aix[3-9]*)
10857 # On AIX/PPC, the GNU linker is very broken
10858 if test ia64 != "$host_cpu"; then
10859 ld_shlibs=no
10860 cat <<_LT_EOF 1>&2
10861
10862 *** Warning: the GNU linker, at least up to release 2.19, is reported
10863 *** to be unable to reliably create shared libraries on AIX.
10864 *** Therefore, libtool is disabling shared libraries support. If you
10865 *** really care for shared libraries, you may want to install binutils
10866 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
10867 *** You will then need to restart the configuration process.
10868
10869 _LT_EOF
10870 fi
10871 ;;
10872
10873 amigaos*)
10874 case $host_cpu in
10875 powerpc)
10876 # see comment about AmigaOS4 .so support
10877 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
10878 archive_expsym_cmds=''
10879 ;;
10880 m68k)
10881 archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
10882 hardcode_libdir_flag_spec='-L$libdir'
10883 hardcode_minus_L=yes
10884 ;;
10885 esac
10886 ;;
10887
10888 beos*)
10889 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10890 allow_undefined_flag=unsupported
10891 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
10892 # support --undefined. This deserves some investigation. FIXME
10893 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
10894 else
10895 ld_shlibs=no
10896 fi
10897 ;;
10898
10899 cygwin* | mingw* | pw32* | cegcc*)
10900 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
10901 # as there is no search path for DLLs.
10902 hardcode_libdir_flag_spec='-L$libdir'
10903 export_dynamic_flag_spec='$wl--export-all-symbols'
10904 allow_undefined_flag=unsupported
10905 always_export_symbols=no
10906 enable_shared_with_static_runtimes=yes
10907 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols'
10908 exclude_expsyms='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'
10909
10910 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
10911 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10912 # If the export-symbols file already is a .def file, use it as
10913 # is; otherwise, prepend EXPORTS...
10914 archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then
10915 cp $export_symbols $output_objdir/$soname.def;
10916 else
10917 echo EXPORTS > $output_objdir/$soname.def;
10918 cat $export_symbols >> $output_objdir/$soname.def;
10919 fi~
10920 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10921 else
10922 ld_shlibs=no
10923 fi
10924 ;;
10925
10926 haiku*)
10927 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
10928 link_all_deplibs=yes
10929 ;;
10930
10931 os2*)
10932 hardcode_libdir_flag_spec='-L$libdir'
10933 hardcode_minus_L=yes
10934 allow_undefined_flag=unsupported
10935 shrext_cmds=.dll
10936 archive_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
10937 $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
10938 $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
10939 $ECHO EXPORTS >> $output_objdir/$libname.def~
10940 emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~
10941 $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
10942 emximp -o $lib $output_objdir/$libname.def'
10943 archive_expsym_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
10944 $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
10945 $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
10946 $ECHO EXPORTS >> $output_objdir/$libname.def~
10947 prefix_cmds="$SED"~
10948 if test EXPORTS = "`$SED 1q $export_symbols`"; then
10949 prefix_cmds="$prefix_cmds -e 1d";
10950 fi~
10951 prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~
10952 cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
10953 $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
10954 emximp -o $lib $output_objdir/$libname.def'
10955 old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
10956 enable_shared_with_static_runtimes=yes
10957 ;;
10958
10959 interix[3-9]*)
10960 hardcode_direct=no
10961 hardcode_shlibpath_var=no
10962 hardcode_libdir_flag_spec='$wl-rpath,$libdir'
10963 export_dynamic_flag_spec='$wl-E'
10964 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
10965 # Instead, shared libraries are loaded at an image base (0x10000000 by
10966 # default) and relocated if they conflict, which is a slow very memory
10967 # consuming and fragmenting process. To avoid this, we pick a random,
10968 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
10969 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
10970 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
10971 archive_expsym_cmds='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
10972 ;;
10973
10974 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
10975 tmp_diet=no
10976 if test linux-dietlibc = "$host_os"; then
10977 case $cc_basename in
10978 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
10979 esac
10980 fi
10981 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
10982 && test no = "$tmp_diet"
10983 then
10984 tmp_addflag=' $pic_flag'
10985 tmp_sharedflag='-shared'
10986 case $cc_basename,$host_cpu in
10987 pgcc*) # Portland Group C compiler
10988 whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
10989 tmp_addflag=' $pic_flag'
10990 ;;
10991 pgf77* | pgf90* | pgf95* | pgfortran*)
10992 # Portland Group f77 and f90 compilers
10993 whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
10994 tmp_addflag=' $pic_flag -Mnomain' ;;
10995 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
10996 tmp_addflag=' -i_dynamic' ;;
10997 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
10998 tmp_addflag=' -i_dynamic -nofor_main' ;;
10999 ifc* | ifort*) # Intel Fortran compiler
11000 tmp_addflag=' -nofor_main' ;;
11001 lf95*) # Lahey Fortran 8.1
11002 whole_archive_flag_spec=
11003 tmp_sharedflag='--shared' ;;
11004 nagfor*) # NAGFOR 5.3
11005 tmp_sharedflag='-Wl,-shared' ;;
11006 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
11007 tmp_sharedflag='-qmkshrobj'
11008 tmp_addflag= ;;
11009 nvcc*) # Cuda Compiler Driver 2.2
11010 whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
11011 compiler_needs_object=yes
11012 ;;
11013 esac
11014 case `$CC -V 2>&1 | sed 5q` in
11015 *Sun\ C*) # Sun C 5.9
11016 whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
11017 compiler_needs_object=yes
11018 tmp_sharedflag='-G' ;;
11019 *Sun\ F*) # Sun Fortran 8.3
11020 tmp_sharedflag='-G' ;;
11021 esac
11022 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
11023
11024 if test yes = "$supports_anon_versioning"; then
11025 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
11026 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
11027 echo "local: *; };" >> $output_objdir/$libname.ver~
11028 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib'
11029 fi
11030
11031 case $cc_basename in
11032 tcc*)
11033 export_dynamic_flag_spec='-rdynamic'
11034 ;;
11035 xlf* | bgf* | bgxlf* | mpixlf*)
11036 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
11037 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
11038 hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
11039 archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
11040 if test yes = "$supports_anon_versioning"; then
11041 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
11042 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
11043 echo "local: *; };" >> $output_objdir/$libname.ver~
11044 $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
11045 fi
11046 ;;
11047 esac
11048 else
11049 ld_shlibs=no
11050 fi
11051 ;;
11052
11053 netbsd* | netbsdelf*-gnu)
11054 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11055 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
11056 wlarc=
11057 else
11058 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
11059 archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
11060 fi
11061 ;;
11062
11063 solaris*)
11064 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
11065 ld_shlibs=no
11066 cat <<_LT_EOF 1>&2
11067
11068 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
11069 *** create shared libraries on Solaris systems. Therefore, libtool
11070 *** is disabling shared libraries support. We urge you to upgrade GNU
11071 *** binutils to release 2.9.1 or newer. Another option is to modify
11072 *** your PATH or compiler configuration so that the native linker is
11073 *** used, and then restart.
11074
11075 _LT_EOF
11076 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
11077 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
11078 archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
11079 else
11080 ld_shlibs=no
11081 fi
11082 ;;
11083
11084 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
11085 case `$LD -v 2>&1` in
11086 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
11087 ld_shlibs=no
11088 cat <<_LT_EOF 1>&2
11089
11090 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 cannot
11091 *** reliably create shared libraries on SCO systems. Therefore, libtool
11092 *** is disabling shared libraries support. We urge you to upgrade GNU
11093 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
11094 *** your PATH or compiler configuration so that the native linker is
11095 *** used, and then restart.
11096
11097 _LT_EOF
11098 ;;
11099 *)
11100 # For security reasons, it is highly recommended that you always
11101 # use absolute paths for naming shared libraries, and exclude the
11102 # DT_RUNPATH tag from executables and libraries. But doing so
11103 # requires that you compile everything twice, which is a pain.
11104 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
11105 hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
11106 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
11107 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
11108 else
11109 ld_shlibs=no
11110 fi
11111 ;;
11112 esac
11113 ;;
11114
11115 sunos4*)
11116 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11117 wlarc=
11118 hardcode_direct=yes
11119 hardcode_shlibpath_var=no
11120 ;;
11121
11122 *)
11123 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
11124 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
11125 archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
11126 else
11127 ld_shlibs=no
11128 fi
11129 ;;
11130 esac
11131
11132 if test no = "$ld_shlibs"; then
11133 runpath_var=
11134 hardcode_libdir_flag_spec=
11135 export_dynamic_flag_spec=
11136 whole_archive_flag_spec=
11137 fi
11138 else
11139 # PORTME fill in a description of your system's linker (not GNU ld)
11140 case $host_os in
11141 aix3*)
11142 allow_undefined_flag=unsupported
11143 always_export_symbols=yes
11144 archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
11145 # Note: this linker hardcodes the directories in LIBPATH if there
11146 # are no directories specified by -L.
11147 hardcode_minus_L=yes
11148 if test yes = "$GCC" && test -z "$lt_prog_compiler_static"; then
11149 # Neither direct hardcoding nor static linking is supported with a
11150 # broken collect2.
11151 hardcode_direct=unsupported
11152 fi
11153 ;;
11154
11155 aix[4-9]*)
11156 if test ia64 = "$host_cpu"; then
11157 # On IA64, the linker does run time linking by default, so we don't
11158 # have to do anything special.
11159 aix_use_runtimelinking=no
11160 exp_sym_flag='-Bexport'
11161 no_entry_flag=
11162 else
11163 # If we're using GNU nm, then we don't want the "-C" option.
11164 # -C means demangle to GNU nm, but means don't demangle to AIX nm.
11165 # Without the "-l" option, or with the "-B" option, AIX nm treats
11166 # weak defined symbols like other global defined symbols, whereas
11167 # GNU nm marks them as "W".
11168 # While the 'weak' keyword is ignored in the Export File, we need
11169 # it in the Import File for the 'aix-soname' feature, so we have
11170 # to replace the "-B" option with "-P" for AIX nm.
11171 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
11172 export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols'
11173 else
11174 export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
11175 fi
11176 aix_use_runtimelinking=no
11177
11178 # Test if we are trying to use run time linking or normal
11179 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
11180 # have runtime linking enabled, and use it for executables.
11181 # For shared libraries, we enable/disable runtime linking
11182 # depending on the kind of the shared library created -
11183 # when "with_aix_soname,aix_use_runtimelinking" is:
11184 # "aix,no" lib.a(lib.so.V) shared, rtl:no, for executables
11185 # "aix,yes" lib.so shared, rtl:yes, for executables
11186 # lib.a static archive
11187 # "both,no" lib.so.V(shr.o) shared, rtl:yes
11188 # lib.a(lib.so.V) shared, rtl:no, for executables
11189 # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables
11190 # lib.a(lib.so.V) shared, rtl:no
11191 # "svr4,*" lib.so.V(shr.o) shared, rtl:yes, for executables
11192 # lib.a static archive
11193 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
11194 for ld_flag in $LDFLAGS; do
11195 if (test x-brtl = "x$ld_flag" || test x-Wl,-brtl = "x$ld_flag"); then
11196 aix_use_runtimelinking=yes
11197 break
11198 fi
11199 done
11200 if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then
11201 # With aix-soname=svr4, we create the lib.so.V shared archives only,
11202 # so we don't have lib.a shared libs to link our executables.
11203 # We have to force runtime linking in this case.
11204 aix_use_runtimelinking=yes
11205 LDFLAGS="$LDFLAGS -Wl,-brtl"
11206 fi
11207 ;;
11208 esac
11209
11210 exp_sym_flag='-bexport'
11211 no_entry_flag='-bnoentry'
11212 fi
11213
11214 # When large executables or shared objects are built, AIX ld can
11215 # have problems creating the table of contents. If linking a library
11216 # or program results in "error TOC overflow" add -mminimal-toc to
11217 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
11218 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
11219
11220 archive_cmds=''
11221 hardcode_direct=yes
11222 hardcode_direct_absolute=yes
11223 hardcode_libdir_separator=':'
11224 link_all_deplibs=yes
11225 file_list_spec='$wl-f,'
11226 case $with_aix_soname,$aix_use_runtimelinking in
11227 aix,*) ;; # traditional, no import file
11228 svr4,* | *,yes) # use import file
11229 # The Import File defines what to hardcode.
11230 hardcode_direct=no
11231 hardcode_direct_absolute=no
11232 ;;
11233 esac
11234
11235 if test yes = "$GCC"; then
11236 case $host_os in aix4.[012]|aix4.[012].*)
11237 # We only want to do this on AIX 4.2 and lower, the check
11238 # below for broken collect2 doesn't work under 4.3+
11239 collect2name=`$CC -print-prog-name=collect2`
11240 if test -f "$collect2name" &&
11241 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
11242 then
11243 # We have reworked collect2
11244 :
11245 else
11246 # We have old collect2
11247 hardcode_direct=unsupported
11248 # It fails to find uninstalled libraries when the uninstalled
11249 # path is not listed in the libpath. Setting hardcode_minus_L
11250 # to unsupported forces relinking
11251 hardcode_minus_L=yes
11252 hardcode_libdir_flag_spec='-L$libdir'
11253 hardcode_libdir_separator=
11254 fi
11255 ;;
11256 esac
11257 shared_flag='-shared'
11258 if test yes = "$aix_use_runtimelinking"; then
11259 shared_flag="$shared_flag "'$wl-G'
11260 fi
11261 # Need to ensure runtime linking is disabled for the traditional
11262 # shared library, or the linker may eventually find shared libraries
11263 # /with/ Import File - we do not want to mix them.
11264 shared_flag_aix='-shared'
11265 shared_flag_svr4='-shared $wl-G'
11266 else
11267 # not using gcc
11268 if test ia64 = "$host_cpu"; then
11269 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
11270 # chokes on -Wl,-G. The following line is correct:
11271 shared_flag='-G'
11272 else
11273 if test yes = "$aix_use_runtimelinking"; then
11274 shared_flag='$wl-G'
11275 else
11276 shared_flag='$wl-bM:SRE'
11277 fi
11278 shared_flag_aix='$wl-bM:SRE'
11279 shared_flag_svr4='$wl-G'
11280 fi
11281 fi
11282
11283 export_dynamic_flag_spec='$wl-bexpall'
11284 # It seems that -bexpall does not export symbols beginning with
11285 # underscore (_), so it is better to generate a list of symbols to export.
11286 always_export_symbols=yes
11287 if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then
11288 # Warning - without using the other runtime loading flags (-brtl),
11289 # -berok will link without error, but may produce a broken library.
11290 allow_undefined_flag='-berok'
11291 # Determine the default libpath from the value encoded in an
11292 # empty executable.
11293 if test set = "${lt_cv_aix_libpath+set}"; then
11294 aix_libpath=$lt_cv_aix_libpath
11295 else
11296 if ${lt_cv_aix_libpath_+:} false; then :
11297 $as_echo_n "(cached) " >&6
11298 else
11299 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11300 /* end confdefs.h. */
11301
11302 int
11303 main ()
11304 {
11305
11306 ;
11307 return 0;
11308 }
11309 _ACEOF
11310 if ac_fn_c_try_link "$LINENO"; then :
11311
11312 lt_aix_libpath_sed='
11313 /Import File Strings/,/^$/ {
11314 /^0/ {
11315 s/^0 *\([^ ]*\) *$/\1/
11316 p
11317 }
11318 }'
11319 lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11320 # Check for a 64-bit object if we didn't find anything.
11321 if test -z "$lt_cv_aix_libpath_"; then
11322 lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11323 fi
11324 fi
11325 rm -f core conftest.err conftest.$ac_objext \
11326 conftest$ac_exeext conftest.$ac_ext
11327 if test -z "$lt_cv_aix_libpath_"; then
11328 lt_cv_aix_libpath_=/usr/lib:/lib
11329 fi
11330
11331 fi
11332
11333 aix_libpath=$lt_cv_aix_libpath_
11334 fi
11335
11336 hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
11337 archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
11338 else
11339 if test ia64 = "$host_cpu"; then
11340 hardcode_libdir_flag_spec='$wl-R $libdir:/usr/lib:/lib'
11341 allow_undefined_flag="-z nodefs"
11342 archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols"
11343 else
11344 # Determine the default libpath from the value encoded in an
11345 # empty executable.
11346 if test set = "${lt_cv_aix_libpath+set}"; then
11347 aix_libpath=$lt_cv_aix_libpath
11348 else
11349 if ${lt_cv_aix_libpath_+:} false; then :
11350 $as_echo_n "(cached) " >&6
11351 else
11352 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11353 /* end confdefs.h. */
11354
11355 int
11356 main ()
11357 {
11358
11359 ;
11360 return 0;
11361 }
11362 _ACEOF
11363 if ac_fn_c_try_link "$LINENO"; then :
11364
11365 lt_aix_libpath_sed='
11366 /Import File Strings/,/^$/ {
11367 /^0/ {
11368 s/^0 *\([^ ]*\) *$/\1/
11369 p
11370 }
11371 }'
11372 lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11373 # Check for a 64-bit object if we didn't find anything.
11374 if test -z "$lt_cv_aix_libpath_"; then
11375 lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11376 fi
11377 fi
11378 rm -f core conftest.err conftest.$ac_objext \
11379 conftest$ac_exeext conftest.$ac_ext
11380 if test -z "$lt_cv_aix_libpath_"; then
11381 lt_cv_aix_libpath_=/usr/lib:/lib
11382 fi
11383
11384 fi
11385
11386 aix_libpath=$lt_cv_aix_libpath_
11387 fi
11388
11389 hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
11390 # Warning - without using the other run time loading flags,
11391 # -berok will link without error, but may produce a broken library.
11392 no_undefined_flag=' $wl-bernotok'
11393 allow_undefined_flag=' $wl-berok'
11394 if test yes = "$with_gnu_ld"; then
11395 # We only use this code for GNU lds that support --whole-archive.
11396 whole_archive_flag_spec='$wl--whole-archive$convenience $wl--no-whole-archive'
11397 else
11398 # Exported symbols can be pulled into shared objects from archives
11399 whole_archive_flag_spec='$convenience'
11400 fi
11401 archive_cmds_need_lc=yes
11402 archive_expsym_cmds='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d'
11403 # -brtl affects multiple linker settings, -berok does not and is overridden later
11404 compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
11405 if test svr4 != "$with_aix_soname"; then
11406 # This is similar to how AIX traditionally builds its shared libraries.
11407 archive_expsym_cmds="$archive_expsym_cmds"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname'
11408 fi
11409 if test aix != "$with_aix_soname"; then
11410 archive_expsym_cmds="$archive_expsym_cmds"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp'
11411 else
11412 # used by -dlpreopen to get the symbols
11413 archive_expsym_cmds="$archive_expsym_cmds"'~$MV $output_objdir/$realname.d/$soname $output_objdir'
11414 fi
11415 archive_expsym_cmds="$archive_expsym_cmds"'~$RM -r $output_objdir/$realname.d'
11416 fi
11417 fi
11418 ;;
11419
11420 amigaos*)
11421 case $host_cpu in
11422 powerpc)
11423 # see comment about AmigaOS4 .so support
11424 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
11425 archive_expsym_cmds=''
11426 ;;
11427 m68k)
11428 archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
11429 hardcode_libdir_flag_spec='-L$libdir'
11430 hardcode_minus_L=yes
11431 ;;
11432 esac
11433 ;;
11434
11435 bsdi[45]*)
11436 export_dynamic_flag_spec=-rdynamic
11437 ;;
11438
11439 cygwin* | mingw* | pw32* | cegcc*)
11440 # When not using gcc, we currently assume that we are using
11441 # Microsoft Visual C++.
11442 # hardcode_libdir_flag_spec is actually meaningless, as there is
11443 # no search path for DLLs.
11444 case $cc_basename in
11445 cl*)
11446 # Native MSVC
11447 hardcode_libdir_flag_spec=' '
11448 allow_undefined_flag=unsupported
11449 always_export_symbols=yes
11450 file_list_spec='@'
11451 # Tell ltmain to make .lib files, not .a files.
11452 libext=lib
11453 # Tell ltmain to make .dll files, not .so files.
11454 shrext_cmds=.dll
11455 # FIXME: Setting linknames here is a bad hack.
11456 archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
11457 archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then
11458 cp "$export_symbols" "$output_objdir/$soname.def";
11459 echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp";
11460 else
11461 $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp;
11462 fi~
11463 $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
11464 linknames='
11465 # The linker will not automatically build a static lib if we build a DLL.
11466 # _LT_TAGVAR(old_archive_from_new_cmds, )='true'
11467 enable_shared_with_static_runtimes=yes
11468 exclude_expsyms='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
11469 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
11470 # Don't use ranlib
11471 old_postinstall_cmds='chmod 644 $oldlib'
11472 postlink_cmds='lt_outputfile="@OUTPUT@"~
11473 lt_tool_outputfile="@TOOL_OUTPUT@"~
11474 case $lt_outputfile in
11475 *.exe|*.EXE) ;;
11476 *)
11477 lt_outputfile=$lt_outputfile.exe
11478 lt_tool_outputfile=$lt_tool_outputfile.exe
11479 ;;
11480 esac~
11481 if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then
11482 $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
11483 $RM "$lt_outputfile.manifest";
11484 fi'
11485 ;;
11486 *)
11487 # Assume MSVC wrapper
11488 hardcode_libdir_flag_spec=' '
11489 allow_undefined_flag=unsupported
11490 # Tell ltmain to make .lib files, not .a files.
11491 libext=lib
11492 # Tell ltmain to make .dll files, not .so files.
11493 shrext_cmds=.dll
11494 # FIXME: Setting linknames here is a bad hack.
11495 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
11496 # The linker will automatically build a .lib file if we build a DLL.
11497 old_archive_from_new_cmds='true'
11498 # FIXME: Should let the user specify the lib program.
11499 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
11500 enable_shared_with_static_runtimes=yes
11501 ;;
11502 esac
11503 ;;
11504
11505 darwin* | rhapsody*)
11506
11507
11508 archive_cmds_need_lc=no
11509 hardcode_direct=no
11510 hardcode_automatic=yes
11511 hardcode_shlibpath_var=unsupported
11512 if test yes = "$lt_cv_ld_force_load"; then
11513 whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
11514
11515 else
11516 whole_archive_flag_spec=''
11517 fi
11518 link_all_deplibs=yes
11519 allow_undefined_flag=$_lt_dar_allow_undefined
11520 case $cc_basename in
11521 ifort*|nagfor*) _lt_dar_can_shared=yes ;;
11522 *) _lt_dar_can_shared=$GCC ;;
11523 esac
11524 if test yes = "$_lt_dar_can_shared"; then
11525 output_verbose_link_cmd=func_echo_all
11526 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil"
11527 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil"
11528 archive_expsym_cmds="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil"
11529 module_expsym_cmds="sed -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil"
11530
11531 else
11532 ld_shlibs=no
11533 fi
11534
11535 ;;
11536
11537 dgux*)
11538 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11539 hardcode_libdir_flag_spec='-L$libdir'
11540 hardcode_shlibpath_var=no
11541 ;;
11542
11543 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
11544 # support. Future versions do this automatically, but an explicit c++rt0.o
11545 # does not break anything, and helps significantly (at the cost of a little
11546 # extra space).
11547 freebsd2.2*)
11548 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
11549 hardcode_libdir_flag_spec='-R$libdir'
11550 hardcode_direct=yes
11551 hardcode_shlibpath_var=no
11552 ;;
11553
11554 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
11555 freebsd2.*)
11556 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11557 hardcode_direct=yes
11558 hardcode_minus_L=yes
11559 hardcode_shlibpath_var=no
11560 ;;
11561
11562 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
11563 freebsd* | dragonfly*)
11564 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11565 hardcode_libdir_flag_spec='-R$libdir'
11566 hardcode_direct=yes
11567 hardcode_shlibpath_var=no
11568 ;;
11569
11570 hpux9*)
11571 if test yes = "$GCC"; then
11572 archive_cmds='$RM $output_objdir/$soname~$CC -shared $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
11573 else
11574 archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
11575 fi
11576 hardcode_libdir_flag_spec='$wl+b $wl$libdir'
11577 hardcode_libdir_separator=:
11578 hardcode_direct=yes
11579
11580 # hardcode_minus_L: Not really in the search PATH,
11581 # but as the default location of the library.
11582 hardcode_minus_L=yes
11583 export_dynamic_flag_spec='$wl-E'
11584 ;;
11585
11586 hpux10*)
11587 if test yes,no = "$GCC,$with_gnu_ld"; then
11588 archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11589 else
11590 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11591 fi
11592 if test no = "$with_gnu_ld"; then
11593 hardcode_libdir_flag_spec='$wl+b $wl$libdir'
11594 hardcode_libdir_separator=:
11595 hardcode_direct=yes
11596 hardcode_direct_absolute=yes
11597 export_dynamic_flag_spec='$wl-E'
11598 # hardcode_minus_L: Not really in the search PATH,
11599 # but as the default location of the library.
11600 hardcode_minus_L=yes
11601 fi
11602 ;;
11603
11604 hpux11*)
11605 if test yes,no = "$GCC,$with_gnu_ld"; then
11606 case $host_cpu in
11607 hppa*64*)
11608 archive_cmds='$CC -shared $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags'
11609 ;;
11610 ia64*)
11611 archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11612 ;;
11613 *)
11614 archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11615 ;;
11616 esac
11617 else
11618 case $host_cpu in
11619 hppa*64*)
11620 archive_cmds='$CC -b $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags'
11621 ;;
11622 ia64*)
11623 archive_cmds='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11624 ;;
11625 *)
11626
11627 # Older versions of the 11.00 compiler do not understand -b yet
11628 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
11629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
11630 $as_echo_n "checking if $CC understands -b... " >&6; }
11631 if ${lt_cv_prog_compiler__b+:} false; then :
11632 $as_echo_n "(cached) " >&6
11633 else
11634 lt_cv_prog_compiler__b=no
11635 save_LDFLAGS=$LDFLAGS
11636 LDFLAGS="$LDFLAGS -b"
11637 echo "$lt_simple_link_test_code" > conftest.$ac_ext
11638 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
11639 # The linker can only warn and ignore the option if not recognized
11640 # So say no if there are warnings
11641 if test -s conftest.err; then
11642 # Append any errors to the config.log.
11643 cat conftest.err 1>&5
11644 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
11645 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
11646 if diff conftest.exp conftest.er2 >/dev/null; then
11647 lt_cv_prog_compiler__b=yes
11648 fi
11649 else
11650 lt_cv_prog_compiler__b=yes
11651 fi
11652 fi
11653 $RM -r conftest*
11654 LDFLAGS=$save_LDFLAGS
11655
11656 fi
11657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
11658 $as_echo "$lt_cv_prog_compiler__b" >&6; }
11659
11660 if test yes = "$lt_cv_prog_compiler__b"; then
11661 archive_cmds='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11662 else
11663 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11664 fi
11665
11666 ;;
11667 esac
11668 fi
11669 if test no = "$with_gnu_ld"; then
11670 hardcode_libdir_flag_spec='$wl+b $wl$libdir'
11671 hardcode_libdir_separator=:
11672
11673 case $host_cpu in
11674 hppa*64*|ia64*)
11675 hardcode_direct=no
11676 hardcode_shlibpath_var=no
11677 ;;
11678 *)
11679 hardcode_direct=yes
11680 hardcode_direct_absolute=yes
11681 export_dynamic_flag_spec='$wl-E'
11682
11683 # hardcode_minus_L: Not really in the search PATH,
11684 # but as the default location of the library.
11685 hardcode_minus_L=yes
11686 ;;
11687 esac
11688 fi
11689 ;;
11690
11691 irix5* | irix6* | nonstopux*)
11692 if test yes = "$GCC"; then
11693 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
11694 # Try to use the -exported_symbol ld option, if it does not
11695 # work, assume that -exports_file does not work either and
11696 # implicitly export all symbols.
11697 # This should be the same for all languages, so no per-tag cache variable.
11698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5
11699 $as_echo_n "checking whether the $host_os linker accepts -exported_symbol... " >&6; }
11700 if ${lt_cv_irix_exported_symbol+:} false; then :
11701 $as_echo_n "(cached) " >&6
11702 else
11703 save_LDFLAGS=$LDFLAGS
11704 LDFLAGS="$LDFLAGS -shared $wl-exported_symbol ${wl}foo $wl-update_registry $wl/dev/null"
11705 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11706 /* end confdefs.h. */
11707 int foo (void) { return 0; }
11708 _ACEOF
11709 if ac_fn_c_try_link "$LINENO"; then :
11710 lt_cv_irix_exported_symbol=yes
11711 else
11712 lt_cv_irix_exported_symbol=no
11713 fi
11714 rm -f core conftest.err conftest.$ac_objext \
11715 conftest$ac_exeext conftest.$ac_ext
11716 LDFLAGS=$save_LDFLAGS
11717 fi
11718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5
11719 $as_echo "$lt_cv_irix_exported_symbol" >&6; }
11720 if test yes = "$lt_cv_irix_exported_symbol"; then
11721 archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
11722 fi
11723 link_all_deplibs=no
11724 else
11725 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
11726 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
11727 fi
11728 archive_cmds_need_lc='no'
11729 hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
11730 hardcode_libdir_separator=:
11731 inherit_rpath=yes
11732 link_all_deplibs=yes
11733 ;;
11734
11735 linux*)
11736 case $cc_basename in
11737 tcc*)
11738 # Fabrice Bellard et al's Tiny C Compiler
11739 ld_shlibs=yes
11740 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11741 ;;
11742 esac
11743 ;;
11744
11745 netbsd* | netbsdelf*-gnu)
11746 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11747 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
11748 else
11749 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
11750 fi
11751 hardcode_libdir_flag_spec='-R$libdir'
11752 hardcode_direct=yes
11753 hardcode_shlibpath_var=no
11754 ;;
11755
11756 newsos6)
11757 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11758 hardcode_direct=yes
11759 hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
11760 hardcode_libdir_separator=:
11761 hardcode_shlibpath_var=no
11762 ;;
11763
11764 *nto* | *qnx*)
11765 ;;
11766
11767 openbsd* | bitrig*)
11768 if test -f /usr/libexec/ld.so; then
11769 hardcode_direct=yes
11770 hardcode_shlibpath_var=no
11771 hardcode_direct_absolute=yes
11772 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
11773 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11774 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags $wl-retain-symbols-file,$export_symbols'
11775 hardcode_libdir_flag_spec='$wl-rpath,$libdir'
11776 export_dynamic_flag_spec='$wl-E'
11777 else
11778 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11779 hardcode_libdir_flag_spec='$wl-rpath,$libdir'
11780 fi
11781 else
11782 ld_shlibs=no
11783 fi
11784 ;;
11785
11786 os2*)
11787 hardcode_libdir_flag_spec='-L$libdir'
11788 hardcode_minus_L=yes
11789 allow_undefined_flag=unsupported
11790 shrext_cmds=.dll
11791 archive_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
11792 $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
11793 $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
11794 $ECHO EXPORTS >> $output_objdir/$libname.def~
11795 emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~
11796 $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
11797 emximp -o $lib $output_objdir/$libname.def'
11798 archive_expsym_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
11799 $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
11800 $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
11801 $ECHO EXPORTS >> $output_objdir/$libname.def~
11802 prefix_cmds="$SED"~
11803 if test EXPORTS = "`$SED 1q $export_symbols`"; then
11804 prefix_cmds="$prefix_cmds -e 1d";
11805 fi~
11806 prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~
11807 cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
11808 $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
11809 emximp -o $lib $output_objdir/$libname.def'
11810 old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
11811 enable_shared_with_static_runtimes=yes
11812 ;;
11813
11814 osf3*)
11815 if test yes = "$GCC"; then
11816 allow_undefined_flag=' $wl-expect_unresolved $wl\*'
11817 archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
11818 else
11819 allow_undefined_flag=' -expect_unresolved \*'
11820 archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
11821 fi
11822 archive_cmds_need_lc='no'
11823 hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
11824 hardcode_libdir_separator=:
11825 ;;
11826
11827 osf4* | osf5*) # as osf3* with the addition of -msym flag
11828 if test yes = "$GCC"; then
11829 allow_undefined_flag=' $wl-expect_unresolved $wl\*'
11830 archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
11831 hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
11832 else
11833 allow_undefined_flag=' -expect_unresolved \*'
11834 archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
11835 archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
11836 $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
11837
11838 # Both c and cxx compiler support -rpath directly
11839 hardcode_libdir_flag_spec='-rpath $libdir'
11840 fi
11841 archive_cmds_need_lc='no'
11842 hardcode_libdir_separator=:
11843 ;;
11844
11845 solaris*)
11846 no_undefined_flag=' -z defs'
11847 if test yes = "$GCC"; then
11848 wlarc='$wl'
11849 archive_cmds='$CC -shared $pic_flag $wl-z ${wl}text $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags'
11850 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11851 $CC -shared $pic_flag $wl-z ${wl}text $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11852 else
11853 case `$CC -V 2>&1` in
11854 *"Compilers 5.0"*)
11855 wlarc=''
11856 archive_cmds='$LD -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $linker_flags'
11857 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11858 $LD -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
11859 ;;
11860 *)
11861 wlarc='$wl'
11862 archive_cmds='$CC -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $compiler_flags'
11863 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11864 $CC -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11865 ;;
11866 esac
11867 fi
11868 hardcode_libdir_flag_spec='-R$libdir'
11869 hardcode_shlibpath_var=no
11870 case $host_os in
11871 solaris2.[0-5] | solaris2.[0-5].*) ;;
11872 *)
11873 # The compiler driver will combine and reorder linker options,
11874 # but understands '-z linker_flag'. GCC discards it without '$wl',
11875 # but is careful enough not to reorder.
11876 # Supported since Solaris 2.6 (maybe 2.5.1?)
11877 if test yes = "$GCC"; then
11878 whole_archive_flag_spec='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract'
11879 else
11880 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
11881 fi
11882 ;;
11883 esac
11884 link_all_deplibs=yes
11885 ;;
11886
11887 sunos4*)
11888 if test sequent = "$host_vendor"; then
11889 # Use $CC to link under sequent, because it throws in some extra .o
11890 # files that make .init and .fini sections work.
11891 archive_cmds='$CC -G $wl-h $soname -o $lib $libobjs $deplibs $compiler_flags'
11892 else
11893 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
11894 fi
11895 hardcode_libdir_flag_spec='-L$libdir'
11896 hardcode_direct=yes
11897 hardcode_minus_L=yes
11898 hardcode_shlibpath_var=no
11899 ;;
11900
11901 sysv4)
11902 case $host_vendor in
11903 sni)
11904 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11905 hardcode_direct=yes # is this really true???
11906 ;;
11907 siemens)
11908 ## LD is ld it makes a PLAMLIB
11909 ## CC just makes a GrossModule.
11910 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
11911 reload_cmds='$CC -r -o $output$reload_objs'
11912 hardcode_direct=no
11913 ;;
11914 motorola)
11915 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11916 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
11917 ;;
11918 esac
11919 runpath_var='LD_RUN_PATH'
11920 hardcode_shlibpath_var=no
11921 ;;
11922
11923 sysv4.3*)
11924 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11925 hardcode_shlibpath_var=no
11926 export_dynamic_flag_spec='-Bexport'
11927 ;;
11928
11929 sysv4*MP*)
11930 if test -d /usr/nec; then
11931 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11932 hardcode_shlibpath_var=no
11933 runpath_var=LD_RUN_PATH
11934 hardcode_runpath_var=yes
11935 ld_shlibs=yes
11936 fi
11937 ;;
11938
11939 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
11940 no_undefined_flag='$wl-z,text'
11941 archive_cmds_need_lc=no
11942 hardcode_shlibpath_var=no
11943 runpath_var='LD_RUN_PATH'
11944
11945 if test yes = "$GCC"; then
11946 archive_cmds='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11947 archive_expsym_cmds='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11948 else
11949 archive_cmds='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11950 archive_expsym_cmds='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11951 fi
11952 ;;
11953
11954 sysv5* | sco3.2v5* | sco5v6*)
11955 # Note: We CANNOT use -z defs as we might desire, because we do not
11956 # link with -lc, and that would cause any symbols used from libc to
11957 # always be unresolved, which means just about no library would
11958 # ever link correctly. If we're not using GNU ld we use -z text
11959 # though, which does catch some bad symbols but isn't as heavy-handed
11960 # as -z defs.
11961 no_undefined_flag='$wl-z,text'
11962 allow_undefined_flag='$wl-z,nodefs'
11963 archive_cmds_need_lc=no
11964 hardcode_shlibpath_var=no
11965 hardcode_libdir_flag_spec='$wl-R,$libdir'
11966 hardcode_libdir_separator=':'
11967 link_all_deplibs=yes
11968 export_dynamic_flag_spec='$wl-Bexport'
11969 runpath_var='LD_RUN_PATH'
11970
11971 if test yes = "$GCC"; then
11972 archive_cmds='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11973 archive_expsym_cmds='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11974 else
11975 archive_cmds='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11976 archive_expsym_cmds='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11977 fi
11978 ;;
11979
11980 uts4*)
11981 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11982 hardcode_libdir_flag_spec='-L$libdir'
11983 hardcode_shlibpath_var=no
11984 ;;
11985
11986 *)
11987 ld_shlibs=no
11988 ;;
11989 esac
11990
11991 if test sni = "$host_vendor"; then
11992 case $host in
11993 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
11994 export_dynamic_flag_spec='$wl-Blargedynsym'
11995 ;;
11996 esac
11997 fi
11998 fi
11999
12000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
12001 $as_echo "$ld_shlibs" >&6; }
12002 test no = "$ld_shlibs" && can_build_shared=no
12003
12004 with_gnu_ld=$with_gnu_ld
12005
12006
12007
12008
12009
12010
12011
12012
12013
12014
12015
12016
12017
12018
12019
12020 #
12021 # Do we need to explicitly link libc?
12022 #
12023 case "x$archive_cmds_need_lc" in
12024 x|xyes)
12025 # Assume -lc should be added
12026 archive_cmds_need_lc=yes
12027
12028 if test yes,yes = "$GCC,$enable_shared"; then
12029 case $archive_cmds in
12030 *'~'*)
12031 # FIXME: we may have to deal with multi-command sequences.
12032 ;;
12033 '$CC '*)
12034 # Test whether the compiler implicitly links with -lc since on some
12035 # systems, -lgcc has to come before -lc. If gcc already passes -lc
12036 # to ld, don't add -lc before -lgcc.
12037 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
12038 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
12039 if ${lt_cv_archive_cmds_need_lc+:} false; then :
12040 $as_echo_n "(cached) " >&6
12041 else
12042 $RM conftest*
12043 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
12044
12045 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
12046 (eval $ac_compile) 2>&5
12047 ac_status=$?
12048 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12049 test $ac_status = 0; } 2>conftest.err; then
12050 soname=conftest
12051 lib=conftest
12052 libobjs=conftest.$ac_objext
12053 deplibs=
12054 wl=$lt_prog_compiler_wl
12055 pic_flag=$lt_prog_compiler_pic
12056 compiler_flags=-v
12057 linker_flags=-v
12058 verstring=
12059 output_objdir=.
12060 libname=conftest
12061 lt_save_allow_undefined_flag=$allow_undefined_flag
12062 allow_undefined_flag=
12063 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
12064 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
12065 ac_status=$?
12066 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12067 test $ac_status = 0; }
12068 then
12069 lt_cv_archive_cmds_need_lc=no
12070 else
12071 lt_cv_archive_cmds_need_lc=yes
12072 fi
12073 allow_undefined_flag=$lt_save_allow_undefined_flag
12074 else
12075 cat conftest.err 1>&5
12076 fi
12077 $RM conftest*
12078
12079 fi
12080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
12081 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
12082 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
12083 ;;
12084 esac
12085 fi
12086 ;;
12087 esac
12088
12089
12090
12091
12092
12093
12094
12095
12096
12097
12098
12099
12100
12101
12102
12103
12104
12105
12106
12107
12108
12109
12110
12111
12112
12113
12114
12115
12116
12117
12118
12119
12120
12121
12122
12123
12124
12125
12126
12127
12128
12129
12130
12131
12132
12133
12134
12135
12136
12137
12138
12139
12140
12141
12142
12143
12144
12145
12146
12147
12148
12149
12150
12151
12152
12153
12154
12155
12156
12157
12158
12159
12160
12161
12162
12163
12164
12165
12166
12167
12168
12169
12170
12171
12172
12173
12174
12175
12176
12177
12178
12179
12180
12181
12182
12183
12184
12185
12186
12187
12188
12189
12190
12191
12192
12193
12194
12195
12196
12197
12198
12199
12200
12201
12202
12203
12204
12205
12206
12207
12208
12209
12210
12211
12212
12213
12214
12215
12216
12217
12218
12219
12220
12221
12222
12223
12224
12225
12226
12227
12228
12229
12230
12231
12232
12233
12234
12235
12236
12237
12238
12239
12240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
12241 $as_echo_n "checking dynamic linker characteristics... " >&6; }
12242
12243 if test yes = "$GCC"; then
12244 case $host_os in
12245 darwin*) lt_awk_arg='/^libraries:/,/LR/' ;;
12246 *) lt_awk_arg='/^libraries:/' ;;
12247 esac
12248 case $host_os in
12249 mingw* | cegcc*) lt_sed_strip_eq='s|=\([A-Za-z]:\)|\1|g' ;;
12250 *) lt_sed_strip_eq='s|=/|/|g' ;;
12251 esac
12252 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
12253 case $lt_search_path_spec in
12254 *\;*)
12255 # if the path contains ";" then we assume it to be the separator
12256 # otherwise default to the standard path separator (i.e. ":") - it is
12257 # assumed that no part of a normal pathname contains ";" but that should
12258 # okay in the real world where ";" in dirpaths is itself problematic.
12259 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
12260 ;;
12261 *)
12262 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
12263 ;;
12264 esac
12265 # Ok, now we have the path, separated by spaces, we can step through it
12266 # and add multilib dir if necessary...
12267 lt_tmp_lt_search_path_spec=
12268 lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
12269 # ...but if some path component already ends with the multilib dir we assume
12270 # that all is fine and trust -print-search-dirs as is (GCC 4.2? or newer).
12271 case "$lt_multi_os_dir; $lt_search_path_spec " in
12272 "/; "* | "/.; "* | "/./; "* | *"$lt_multi_os_dir "* | *"$lt_multi_os_dir/ "*)
12273 lt_multi_os_dir=
12274 ;;
12275 esac
12276 for lt_sys_path in $lt_search_path_spec; do
12277 if test -d "$lt_sys_path$lt_multi_os_dir"; then
12278 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path$lt_multi_os_dir"
12279 elif test -n "$lt_multi_os_dir"; then
12280 test -d "$lt_sys_path" && \
12281 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
12282 fi
12283 done
12284 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
12285 BEGIN {RS = " "; FS = "/|\n";} {
12286 lt_foo = "";
12287 lt_count = 0;
12288 for (lt_i = NF; lt_i > 0; lt_i--) {
12289 if ($lt_i != "" && $lt_i != ".") {
12290 if ($lt_i == "..") {
12291 lt_count++;
12292 } else {
12293 if (lt_count == 0) {
12294 lt_foo = "/" $lt_i lt_foo;
12295 } else {
12296 lt_count--;
12297 }
12298 }
12299 }
12300 }
12301 if (lt_foo != "") { lt_freq[lt_foo]++; }
12302 if (lt_freq[lt_foo] == 1) { print lt_foo; }
12303 }'`
12304 # AWK program above erroneously prepends '/' to C:/dos/paths
12305 # for these hosts.
12306 case $host_os in
12307 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
12308 $SED 's|/\([A-Za-z]:\)|\1|g'` ;;
12309 esac
12310 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
12311 else
12312 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
12313 fi
12314 library_names_spec=
12315 libname_spec='lib$name'
12316 soname_spec=
12317 shrext_cmds=.so
12318 postinstall_cmds=
12319 postuninstall_cmds=
12320 finish_cmds=
12321 finish_eval=
12322 shlibpath_var=
12323 shlibpath_overrides_runpath=unknown
12324 version_type=none
12325 dynamic_linker="$host_os ld.so"
12326 sys_lib_dlsearch_path_spec="/lib /usr/lib"
12327 need_lib_prefix=unknown
12328 hardcode_into_libs=no
12329
12330 # when you set need_version to no, make sure it does not cause -set_version
12331 # flags to be left without arguments
12332 need_version=unknown
12333
12334
12335
12336 case $host_os in
12337 aix3*)
12338 version_type=linux # correct to gnu/linux during the next big refactor
12339 library_names_spec='$libname$release$shared_ext$versuffix $libname.a'
12340 shlibpath_var=LIBPATH
12341
12342 # AIX 3 has no versioning support, so we append a major version to the name.
12343 soname_spec='$libname$release$shared_ext$major'
12344 ;;
12345
12346 aix[4-9]*)
12347 version_type=linux # correct to gnu/linux during the next big refactor
12348 need_lib_prefix=no
12349 need_version=no
12350 hardcode_into_libs=yes
12351 if test ia64 = "$host_cpu"; then
12352 # AIX 5 supports IA64
12353 library_names_spec='$libname$release$shared_ext$major $libname$release$shared_ext$versuffix $libname$shared_ext'
12354 shlibpath_var=LD_LIBRARY_PATH
12355 else
12356 # With GCC up to 2.95.x, collect2 would create an import file
12357 # for dependence libraries. The import file would start with
12358 # the line '#! .'. This would cause the generated library to
12359 # depend on '.', always an invalid library. This was fixed in
12360 # development snapshots of GCC prior to 3.0.
12361 case $host_os in
12362 aix4 | aix4.[01] | aix4.[01].*)
12363 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
12364 echo ' yes '
12365 echo '#endif'; } | $CC -E - | $GREP yes > /dev/null; then
12366 :
12367 else
12368 can_build_shared=no
12369 fi
12370 ;;
12371 esac
12372 # Using Import Files as archive members, it is possible to support
12373 # filename-based versioning of shared library archives on AIX. While
12374 # this would work for both with and without runtime linking, it will
12375 # prevent static linking of such archives. So we do filename-based
12376 # shared library versioning with .so extension only, which is used
12377 # when both runtime linking and shared linking is enabled.
12378 # Unfortunately, runtime linking may impact performance, so we do
12379 # not want this to be the default eventually. Also, we use the
12380 # versioned .so libs for executables only if there is the -brtl
12381 # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only.
12382 # To allow for filename-based versioning support, we need to create
12383 # libNAME.so.V as an archive file, containing:
12384 # *) an Import File, referring to the versioned filename of the
12385 # archive as well as the shared archive member, telling the
12386 # bitwidth (32 or 64) of that shared object, and providing the
12387 # list of exported symbols of that shared object, eventually
12388 # decorated with the 'weak' keyword
12389 # *) the shared object with the F_LOADONLY flag set, to really avoid
12390 # it being seen by the linker.
12391 # At run time we better use the real file rather than another symlink,
12392 # but for link time we create the symlink libNAME.so -> libNAME.so.V
12393
12394 case $with_aix_soname,$aix_use_runtimelinking in
12395 # AIX (on Power*) has no versioning support, so currently we cannot hardcode correct
12396 # soname into executable. Probably we can add versioning support to
12397 # collect2, so additional links can be useful in future.
12398 aix,yes) # traditional libtool
12399 dynamic_linker='AIX unversionable lib.so'
12400 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
12401 # instead of lib<name>.a to let people know that these are not
12402 # typical AIX shared libraries.
12403 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
12404 ;;
12405 aix,no) # traditional AIX only
12406 dynamic_linker='AIX lib.a(lib.so.V)'
12407 # We preserve .a as extension for shared libraries through AIX4.2
12408 # and later when we are not doing run time linking.
12409 library_names_spec='$libname$release.a $libname.a'
12410 soname_spec='$libname$release$shared_ext$major'
12411 ;;
12412 svr4,*) # full svr4 only
12413 dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o)"
12414 library_names_spec='$libname$release$shared_ext$major $libname$shared_ext'
12415 # We do not specify a path in Import Files, so LIBPATH fires.
12416 shlibpath_overrides_runpath=yes
12417 ;;
12418 *,yes) # both, prefer svr4
12419 dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o), lib.a(lib.so.V)"
12420 library_names_spec='$libname$release$shared_ext$major $libname$shared_ext'
12421 # unpreferred sharedlib libNAME.a needs extra handling
12422 postinstall_cmds='test -n "$linkname" || linkname="$realname"~func_stripname "" ".so" "$linkname"~$install_shared_prog "$dir/$func_stripname_result.$libext" "$destdir/$func_stripname_result.$libext"~test -z "$tstripme" || test -z "$striplib" || $striplib "$destdir/$func_stripname_result.$libext"'
12423 postuninstall_cmds='for n in $library_names $old_library; do :; done~func_stripname "" ".so" "$n"~test "$func_stripname_result" = "$n" || func_append rmfiles " $odir/$func_stripname_result.$libext"'
12424 # We do not specify a path in Import Files, so LIBPATH fires.
12425 shlibpath_overrides_runpath=yes
12426 ;;
12427 *,no) # both, prefer aix
12428 dynamic_linker="AIX lib.a(lib.so.V), lib.so.V($shared_archive_member_spec.o)"
12429 library_names_spec='$libname$release.a $libname.a'
12430 soname_spec='$libname$release$shared_ext$major'
12431 # unpreferred sharedlib libNAME.so.V and symlink libNAME.so need extra handling
12432 postinstall_cmds='test -z "$dlname" || $install_shared_prog $dir/$dlname $destdir/$dlname~test -z "$tstripme" || test -z "$striplib" || $striplib $destdir/$dlname~test -n "$linkname" || linkname=$realname~func_stripname "" ".a" "$linkname"~(cd "$destdir" && $LN_S -f $dlname $func_stripname_result.so)'
12433 postuninstall_cmds='test -z "$dlname" || func_append rmfiles " $odir/$dlname"~for n in $old_library $library_names; do :; done~func_stripname "" ".a" "$n"~func_append rmfiles " $odir/$func_stripname_result.so"'
12434 ;;
12435 esac
12436 shlibpath_var=LIBPATH
12437 fi
12438 ;;
12439
12440 amigaos*)
12441 case $host_cpu in
12442 powerpc)
12443 # Since July 2007 AmigaOS4 officially supports .so libraries.
12444 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
12445 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
12446 ;;
12447 m68k)
12448 library_names_spec='$libname.ixlibrary $libname.a'
12449 # Create ${libname}_ixlibrary.a entries in /sys/libs.
12450 finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
12451 ;;
12452 esac
12453 ;;
12454
12455 beos*)
12456 library_names_spec='$libname$shared_ext'
12457 dynamic_linker="$host_os ld.so"
12458 shlibpath_var=LIBRARY_PATH
12459 ;;
12460
12461 bsdi[45]*)
12462 version_type=linux # correct to gnu/linux during the next big refactor
12463 need_version=no
12464 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
12465 soname_spec='$libname$release$shared_ext$major'
12466 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
12467 shlibpath_var=LD_LIBRARY_PATH
12468 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
12469 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
12470 # the default ld.so.conf also contains /usr/contrib/lib and
12471 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
12472 # libtool to hard-code these into programs
12473 ;;
12474
12475 cygwin* | mingw* | pw32* | cegcc*)
12476 version_type=windows
12477 shrext_cmds=.dll
12478 need_version=no
12479 need_lib_prefix=no
12480
12481 case $GCC,$cc_basename in
12482 yes,*)
12483 # gcc
12484 library_names_spec='$libname.dll.a'
12485 # DLL is installed to $(libdir)/../bin by postinstall_cmds
12486 postinstall_cmds='base_file=`basename \$file`~
12487 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
12488 dldir=$destdir/`dirname \$dlpath`~
12489 test -d \$dldir || mkdir -p \$dldir~
12490 $install_prog $dir/$dlname \$dldir/$dlname~
12491 chmod a+x \$dldir/$dlname~
12492 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
12493 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
12494 fi'
12495 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
12496 dlpath=$dir/\$dldll~
12497 $RM \$dlpath'
12498 shlibpath_overrides_runpath=yes
12499
12500 case $host_os in
12501 cygwin*)
12502 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
12503 soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
12504
12505 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
12506 ;;
12507 mingw* | cegcc*)
12508 # MinGW DLLs use traditional 'lib' prefix
12509 soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
12510 ;;
12511 pw32*)
12512 # pw32 DLLs use 'pw' prefix rather than 'lib'
12513 library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
12514 ;;
12515 esac
12516 dynamic_linker='Win32 ld.exe'
12517 ;;
12518
12519 *,cl*)
12520 # Native MSVC
12521 libname_spec='$name'
12522 soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
12523 library_names_spec='$libname.dll.lib'
12524
12525 case $build_os in
12526 mingw*)
12527 sys_lib_search_path_spec=
12528 lt_save_ifs=$IFS
12529 IFS=';'
12530 for lt_path in $LIB
12531 do
12532 IFS=$lt_save_ifs
12533 # Let DOS variable expansion print the short 8.3 style file name.
12534 lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
12535 sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
12536 done
12537 IFS=$lt_save_ifs
12538 # Convert to MSYS style.
12539 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
12540 ;;
12541 cygwin*)
12542 # Convert to unix form, then to dos form, then back to unix form
12543 # but this time dos style (no spaces!) so that the unix form looks
12544 # like /cygdrive/c/PROGRA~1:/cygdr...
12545 sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
12546 sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
12547 sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
12548 ;;
12549 *)
12550 sys_lib_search_path_spec=$LIB
12551 if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
12552 # It is most probably a Windows format PATH.
12553 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
12554 else
12555 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
12556 fi
12557 # FIXME: find the short name or the path components, as spaces are
12558 # common. (e.g. "Program Files" -> "PROGRA~1")
12559 ;;
12560 esac
12561
12562 # DLL is installed to $(libdir)/../bin by postinstall_cmds
12563 postinstall_cmds='base_file=`basename \$file`~
12564 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
12565 dldir=$destdir/`dirname \$dlpath`~
12566 test -d \$dldir || mkdir -p \$dldir~
12567 $install_prog $dir/$dlname \$dldir/$dlname'
12568 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
12569 dlpath=$dir/\$dldll~
12570 $RM \$dlpath'
12571 shlibpath_overrides_runpath=yes
12572 dynamic_linker='Win32 link.exe'
12573 ;;
12574
12575 *)
12576 # Assume MSVC wrapper
12577 library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
12578 dynamic_linker='Win32 ld.exe'
12579 ;;
12580 esac
12581 # FIXME: first we should search . and the directory the executable is in
12582 shlibpath_var=PATH
12583 ;;
12584
12585 darwin* | rhapsody*)
12586 dynamic_linker="$host_os dyld"
12587 version_type=darwin
12588 need_lib_prefix=no
12589 need_version=no
12590 library_names_spec='$libname$release$major$shared_ext $libname$shared_ext'
12591 soname_spec='$libname$release$major$shared_ext'
12592 shlibpath_overrides_runpath=yes
12593 shlibpath_var=DYLD_LIBRARY_PATH
12594 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
12595
12596 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
12597 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
12598 ;;
12599
12600 dgux*)
12601 version_type=linux # correct to gnu/linux during the next big refactor
12602 need_lib_prefix=no
12603 need_version=no
12604 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
12605 soname_spec='$libname$release$shared_ext$major'
12606 shlibpath_var=LD_LIBRARY_PATH
12607 ;;
12608
12609 freebsd* | dragonfly*)
12610 # DragonFly does not have aout. When/if they implement a new
12611 # versioning mechanism, adjust this.
12612 if test -x /usr/bin/objformat; then
12613 objformat=`/usr/bin/objformat`
12614 else
12615 case $host_os in
12616 freebsd[23].*) objformat=aout ;;
12617 *) objformat=elf ;;
12618 esac
12619 fi
12620 version_type=freebsd-$objformat
12621 case $version_type in
12622 freebsd-elf*)
12623 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
12624 soname_spec='$libname$release$shared_ext$major'
12625 need_version=no
12626 need_lib_prefix=no
12627 ;;
12628 freebsd-*)
12629 library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
12630 need_version=yes
12631 ;;
12632 esac
12633 shlibpath_var=LD_LIBRARY_PATH
12634 case $host_os in
12635 freebsd2.*)
12636 shlibpath_overrides_runpath=yes
12637 ;;
12638 freebsd3.[01]* | freebsdelf3.[01]*)
12639 shlibpath_overrides_runpath=yes
12640 hardcode_into_libs=yes
12641 ;;
12642 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
12643 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
12644 shlibpath_overrides_runpath=no
12645 hardcode_into_libs=yes
12646 ;;
12647 *) # from 4.6 on, and DragonFly
12648 shlibpath_overrides_runpath=yes
12649 hardcode_into_libs=yes
12650 ;;
12651 esac
12652 ;;
12653
12654 haiku*)
12655 version_type=linux # correct to gnu/linux during the next big refactor
12656 need_lib_prefix=no
12657 need_version=no
12658 dynamic_linker="$host_os runtime_loader"
12659 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
12660 soname_spec='$libname$release$shared_ext$major'
12661 shlibpath_var=LIBRARY_PATH
12662 shlibpath_overrides_runpath=no
12663 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
12664 hardcode_into_libs=yes
12665 ;;
12666
12667 hpux9* | hpux10* | hpux11*)
12668 # Give a soname corresponding to the major version so that dld.sl refuses to
12669 # link against other versions.
12670 version_type=sunos
12671 need_lib_prefix=no
12672 need_version=no
12673 case $host_cpu in
12674 ia64*)
12675 shrext_cmds='.so'
12676 hardcode_into_libs=yes
12677 dynamic_linker="$host_os dld.so"
12678 shlibpath_var=LD_LIBRARY_PATH
12679 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12680 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
12681 soname_spec='$libname$release$shared_ext$major'
12682 if test 32 = "$HPUX_IA64_MODE"; then
12683 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
12684 sys_lib_dlsearch_path_spec=/usr/lib/hpux32
12685 else
12686 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
12687 sys_lib_dlsearch_path_spec=/usr/lib/hpux64
12688 fi
12689 ;;
12690 hppa*64*)
12691 shrext_cmds='.sl'
12692 hardcode_into_libs=yes
12693 dynamic_linker="$host_os dld.sl"
12694 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
12695 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12696 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
12697 soname_spec='$libname$release$shared_ext$major'
12698 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
12699 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12700 ;;
12701 *)
12702 shrext_cmds='.sl'
12703 dynamic_linker="$host_os dld.sl"
12704 shlibpath_var=SHLIB_PATH
12705 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
12706 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
12707 soname_spec='$libname$release$shared_ext$major'
12708 ;;
12709 esac
12710 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
12711 postinstall_cmds='chmod 555 $lib'
12712 # or fails outright, so override atomically:
12713 install_override_mode=555
12714 ;;
12715
12716 interix[3-9]*)
12717 version_type=linux # correct to gnu/linux during the next big refactor
12718 need_lib_prefix=no
12719 need_version=no
12720 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
12721 soname_spec='$libname$release$shared_ext$major'
12722 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
12723 shlibpath_var=LD_LIBRARY_PATH
12724 shlibpath_overrides_runpath=no
12725 hardcode_into_libs=yes
12726 ;;
12727
12728 irix5* | irix6* | nonstopux*)
12729 case $host_os in
12730 nonstopux*) version_type=nonstopux ;;
12731 *)
12732 if test yes = "$lt_cv_prog_gnu_ld"; then
12733 version_type=linux # correct to gnu/linux during the next big refactor
12734 else
12735 version_type=irix
12736 fi ;;
12737 esac
12738 need_lib_prefix=no
12739 need_version=no
12740 soname_spec='$libname$release$shared_ext$major'
12741 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$release$shared_ext $libname$shared_ext'
12742 case $host_os in
12743 irix5* | nonstopux*)
12744 libsuff= shlibsuff=
12745 ;;
12746 *)
12747 case $LD in # libtool.m4 will add one of these switches to LD
12748 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
12749 libsuff= shlibsuff= libmagic=32-bit;;
12750 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
12751 libsuff=32 shlibsuff=N32 libmagic=N32;;
12752 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
12753 libsuff=64 shlibsuff=64 libmagic=64-bit;;
12754 *) libsuff= shlibsuff= libmagic=never-match;;
12755 esac
12756 ;;
12757 esac
12758 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
12759 shlibpath_overrides_runpath=no
12760 sys_lib_search_path_spec="/usr/lib$libsuff /lib$libsuff /usr/local/lib$libsuff"
12761 sys_lib_dlsearch_path_spec="/usr/lib$libsuff /lib$libsuff"
12762 hardcode_into_libs=yes
12763 ;;
12764
12765 # No shared lib support for Linux oldld, aout, or coff.
12766 linux*oldld* | linux*aout* | linux*coff*)
12767 dynamic_linker=no
12768 ;;
12769
12770 linux*android*)
12771 version_type=none # Android doesn't support versioned libraries.
12772 need_lib_prefix=no
12773 need_version=no
12774 library_names_spec='$libname$release$shared_ext'
12775 soname_spec='$libname$release$shared_ext'
12776 finish_cmds=
12777 shlibpath_var=LD_LIBRARY_PATH
12778 shlibpath_overrides_runpath=yes
12779
12780 # This implies no fast_install, which is unacceptable.
12781 # Some rework will be needed to allow for fast_install
12782 # before this can be enabled.
12783 hardcode_into_libs=yes
12784
12785 dynamic_linker='Android linker'
12786 # Don't embed -rpath directories since the linker doesn't support them.
12787 hardcode_libdir_flag_spec='-L$libdir'
12788 ;;
12789
12790 # This must be glibc/ELF.
12791 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
12792 version_type=linux # correct to gnu/linux during the next big refactor
12793 need_lib_prefix=no
12794 need_version=no
12795 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
12796 soname_spec='$libname$release$shared_ext$major'
12797 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
12798 shlibpath_var=LD_LIBRARY_PATH
12799 shlibpath_overrides_runpath=no
12800
12801 # Some binutils ld are patched to set DT_RUNPATH
12802 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
12803 $as_echo_n "(cached) " >&6
12804 else
12805 lt_cv_shlibpath_overrides_runpath=no
12806 save_LDFLAGS=$LDFLAGS
12807 save_libdir=$libdir
12808 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
12809 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
12810 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12811 /* end confdefs.h. */
12812
12813 int
12814 main ()
12815 {
12816
12817 ;
12818 return 0;
12819 }
12820 _ACEOF
12821 if ac_fn_c_try_link "$LINENO"; then :
12822 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
12823 lt_cv_shlibpath_overrides_runpath=yes
12824 fi
12825 fi
12826 rm -f core conftest.err conftest.$ac_objext \
12827 conftest$ac_exeext conftest.$ac_ext
12828 LDFLAGS=$save_LDFLAGS
12829 libdir=$save_libdir
12830
12831 fi
12832
12833 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
12834
12835 # This implies no fast_install, which is unacceptable.
12836 # Some rework will be needed to allow for fast_install
12837 # before this can be enabled.
12838 hardcode_into_libs=yes
12839
12840 # Ideally, we could use ldconfig to report *all* directores which are
12841 # searched for libraries, however this is still not possible. Aside from not
12842 # being certain /sbin/ldconfig is available, command
12843 # 'ldconfig -N -X -v | grep ^/' on 64bit Fedora does not report /usr/lib64,
12844 # even though it is searched at run-time. Try to do the best guess by
12845 # appending ld.so.conf contents (and includes) to the search path.
12846 if test -f /etc/ld.so.conf; then
12847 lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
12848 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
12849 fi
12850
12851 # We used to test for /lib/ld.so.1 and disable shared libraries on
12852 # powerpc, because MkLinux only supported shared libraries with the
12853 # GNU dynamic linker. Since this was broken with cross compilers,
12854 # most powerpc-linux boxes support dynamic linking these days and
12855 # people can always --disable-shared, the test was removed, and we
12856 # assume the GNU/Linux dynamic linker is in use.
12857 dynamic_linker='GNU/Linux ld.so'
12858 ;;
12859
12860 netbsdelf*-gnu)
12861 version_type=linux
12862 need_lib_prefix=no
12863 need_version=no
12864 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12865 soname_spec='${libname}${release}${shared_ext}$major'
12866 shlibpath_var=LD_LIBRARY_PATH
12867 shlibpath_overrides_runpath=no
12868 hardcode_into_libs=yes
12869 dynamic_linker='NetBSD ld.elf_so'
12870 ;;
12871
12872 netbsd*)
12873 version_type=sunos
12874 need_lib_prefix=no
12875 need_version=no
12876 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
12877 library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
12878 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12879 dynamic_linker='NetBSD (a.out) ld.so'
12880 else
12881 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
12882 soname_spec='$libname$release$shared_ext$major'
12883 dynamic_linker='NetBSD ld.elf_so'
12884 fi
12885 shlibpath_var=LD_LIBRARY_PATH
12886 shlibpath_overrides_runpath=yes
12887 hardcode_into_libs=yes
12888 ;;
12889
12890 newsos6)
12891 version_type=linux # correct to gnu/linux during the next big refactor
12892 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
12893 shlibpath_var=LD_LIBRARY_PATH
12894 shlibpath_overrides_runpath=yes
12895 ;;
12896
12897 *nto* | *qnx*)
12898 version_type=qnx
12899 need_lib_prefix=no
12900 need_version=no
12901 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
12902 soname_spec='$libname$release$shared_ext$major'
12903 shlibpath_var=LD_LIBRARY_PATH
12904 shlibpath_overrides_runpath=no
12905 hardcode_into_libs=yes
12906 dynamic_linker='ldqnx.so'
12907 ;;
12908
12909 openbsd* | bitrig*)
12910 version_type=sunos
12911 sys_lib_dlsearch_path_spec=/usr/lib
12912 need_lib_prefix=no
12913 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
12914 need_version=no
12915 else
12916 need_version=yes
12917 fi
12918 library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
12919 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12920 shlibpath_var=LD_LIBRARY_PATH
12921 shlibpath_overrides_runpath=yes
12922 ;;
12923
12924 os2*)
12925 libname_spec='$name'
12926 version_type=windows
12927 shrext_cmds=.dll
12928 need_version=no
12929 need_lib_prefix=no
12930 # OS/2 can only load a DLL with a base name of 8 characters or less.
12931 soname_spec='`test -n "$os2dllname" && libname="$os2dllname";
12932 v=$($ECHO $release$versuffix | tr -d .-);
12933 n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _);
12934 $ECHO $n$v`$shared_ext'
12935 library_names_spec='${libname}_dll.$libext'
12936 dynamic_linker='OS/2 ld.exe'
12937 shlibpath_var=BEGINLIBPATH
12938 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
12939 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12940 postinstall_cmds='base_file=`basename \$file`~
12941 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
12942 dldir=$destdir/`dirname \$dlpath`~
12943 test -d \$dldir || mkdir -p \$dldir~
12944 $install_prog $dir/$dlname \$dldir/$dlname~
12945 chmod a+x \$dldir/$dlname~
12946 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
12947 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
12948 fi'
12949 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
12950 dlpath=$dir/\$dldll~
12951 $RM \$dlpath'
12952 ;;
12953
12954 osf3* | osf4* | osf5*)
12955 version_type=osf
12956 need_lib_prefix=no
12957 need_version=no
12958 soname_spec='$libname$release$shared_ext$major'
12959 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
12960 shlibpath_var=LD_LIBRARY_PATH
12961 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
12962 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12963 ;;
12964
12965 rdos*)
12966 dynamic_linker=no
12967 ;;
12968
12969 solaris*)
12970 version_type=linux # correct to gnu/linux during the next big refactor
12971 need_lib_prefix=no
12972 need_version=no
12973 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
12974 soname_spec='$libname$release$shared_ext$major'
12975 shlibpath_var=LD_LIBRARY_PATH
12976 shlibpath_overrides_runpath=yes
12977 hardcode_into_libs=yes
12978 # ldd complains unless libraries are executable
12979 postinstall_cmds='chmod +x $lib'
12980 ;;
12981
12982 sunos4*)
12983 version_type=sunos
12984 library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
12985 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
12986 shlibpath_var=LD_LIBRARY_PATH
12987 shlibpath_overrides_runpath=yes
12988 if test yes = "$with_gnu_ld"; then
12989 need_lib_prefix=no
12990 fi
12991 need_version=yes
12992 ;;
12993
12994 sysv4 | sysv4.3*)
12995 version_type=linux # correct to gnu/linux during the next big refactor
12996 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
12997 soname_spec='$libname$release$shared_ext$major'
12998 shlibpath_var=LD_LIBRARY_PATH
12999 case $host_vendor in
13000 sni)
13001 shlibpath_overrides_runpath=no
13002 need_lib_prefix=no
13003 runpath_var=LD_RUN_PATH
13004 ;;
13005 siemens)
13006 need_lib_prefix=no
13007 ;;
13008 motorola)
13009 need_lib_prefix=no
13010 need_version=no
13011 shlibpath_overrides_runpath=no
13012 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
13013 ;;
13014 esac
13015 ;;
13016
13017 sysv4*MP*)
13018 if test -d /usr/nec; then
13019 version_type=linux # correct to gnu/linux during the next big refactor
13020 library_names_spec='$libname$shared_ext.$versuffix $libname$shared_ext.$major $libname$shared_ext'
13021 soname_spec='$libname$shared_ext.$major'
13022 shlibpath_var=LD_LIBRARY_PATH
13023 fi
13024 ;;
13025
13026 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
13027 version_type=sco
13028 need_lib_prefix=no
13029 need_version=no
13030 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext $libname$shared_ext'
13031 soname_spec='$libname$release$shared_ext$major'
13032 shlibpath_var=LD_LIBRARY_PATH
13033 shlibpath_overrides_runpath=yes
13034 hardcode_into_libs=yes
13035 if test yes = "$with_gnu_ld"; then
13036 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
13037 else
13038 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
13039 case $host_os in
13040 sco3.2v5*)
13041 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
13042 ;;
13043 esac
13044 fi
13045 sys_lib_dlsearch_path_spec='/usr/lib'
13046 ;;
13047
13048 tpf*)
13049 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
13050 version_type=linux # correct to gnu/linux during the next big refactor
13051 need_lib_prefix=no
13052 need_version=no
13053 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
13054 shlibpath_var=LD_LIBRARY_PATH
13055 shlibpath_overrides_runpath=no
13056 hardcode_into_libs=yes
13057 ;;
13058
13059 uts4*)
13060 version_type=linux # correct to gnu/linux during the next big refactor
13061 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
13062 soname_spec='$libname$release$shared_ext$major'
13063 shlibpath_var=LD_LIBRARY_PATH
13064 ;;
13065
13066 *)
13067 dynamic_linker=no
13068 ;;
13069 esac
13070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
13071 $as_echo "$dynamic_linker" >&6; }
13072 test no = "$dynamic_linker" && can_build_shared=no
13073
13074 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
13075 if test yes = "$GCC"; then
13076 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
13077 fi
13078
13079 if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then
13080 sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec
13081 fi
13082
13083 if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then
13084 sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec
13085 fi
13086
13087 # remember unaugmented sys_lib_dlsearch_path content for libtool script decls...
13088 configure_time_dlsearch_path=$sys_lib_dlsearch_path_spec
13089
13090 # ... but it needs LT_SYS_LIBRARY_PATH munging for other configure-time code
13091 func_munge_path_list sys_lib_dlsearch_path_spec "$LT_SYS_LIBRARY_PATH"
13092
13093 # to be used as default LT_SYS_LIBRARY_PATH value in generated libtool
13094 configure_time_lt_sys_library_path=$LT_SYS_LIBRARY_PATH
13095
13096
13097
13098
13099
13100
13101
13102
13103
13104
13105
13106
13107
13108
13109
13110
13111
13112
13113
13114
13115
13116
13117
13118
13119
13120
13121
13122
13123
13124
13125
13126
13127
13128
13129
13130
13131
13132
13133
13134
13135
13136
13137
13138
13139
13140
13141
13142
13143
13144
13145
13146
13147
13148
13149
13150
13151
13152
13153
13154
13155
13156
13157
13158
13159
13160
13161
13162
13163
13164
13165
13166
13167
13168
13169
13170
13171
13172
13173
13174
13175
13176
13177
13178
13179
13180
13181
13182
13183
13184
13185
13186
13187
13188
13189
13190
13191
13192 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
13193 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
13194 hardcode_action=
13195 if test -n "$hardcode_libdir_flag_spec" ||
13196 test -n "$runpath_var" ||
13197 test yes = "$hardcode_automatic"; then
13198
13199 # We can hardcode non-existent directories.
13200 if test no != "$hardcode_direct" &&
13201 # If the only mechanism to avoid hardcoding is shlibpath_var, we
13202 # have to relink, otherwise we might link with an installed library
13203 # when we should be linking with a yet-to-be-installed one
13204 ## test no != "$_LT_TAGVAR(hardcode_shlibpath_var, )" &&
13205 test no != "$hardcode_minus_L"; then
13206 # Linking always hardcodes the temporary library directory.
13207 hardcode_action=relink
13208 else
13209 # We can link without hardcoding, and we can hardcode nonexisting dirs.
13210 hardcode_action=immediate
13211 fi
13212 else
13213 # We cannot hardcode anything, or else we can only hardcode existing
13214 # directories.
13215 hardcode_action=unsupported
13216 fi
13217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
13218 $as_echo "$hardcode_action" >&6; }
13219
13220 if test relink = "$hardcode_action" ||
13221 test yes = "$inherit_rpath"; then
13222 # Fast installation is not supported
13223 enable_fast_install=no
13224 elif test yes = "$shlibpath_overrides_runpath" ||
13225 test no = "$enable_shared"; then
13226 # Fast installation is not necessary
13227 enable_fast_install=needless
13228 fi
13229
13230
13231
13232
13233
13234
13235 if test yes != "$enable_dlopen"; then
13236 enable_dlopen=unknown
13237 enable_dlopen_self=unknown
13238 enable_dlopen_self_static=unknown
13239 else
13240 lt_cv_dlopen=no
13241 lt_cv_dlopen_libs=
13242
13243 case $host_os in
13244 beos*)
13245 lt_cv_dlopen=load_add_on
13246 lt_cv_dlopen_libs=
13247 lt_cv_dlopen_self=yes
13248 ;;
13249
13250 mingw* | pw32* | cegcc*)
13251 lt_cv_dlopen=LoadLibrary
13252 lt_cv_dlopen_libs=
13253 ;;
13254
13255 cygwin*)
13256 lt_cv_dlopen=dlopen
13257 lt_cv_dlopen_libs=
13258 ;;
13259
13260 darwin*)
13261 # if libdl is installed we need to link against it
13262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
13263 $as_echo_n "checking for dlopen in -ldl... " >&6; }
13264 if ${ac_cv_lib_dl_dlopen+:} false; then :
13265 $as_echo_n "(cached) " >&6
13266 else
13267 ac_check_lib_save_LIBS=$LIBS
13268 LIBS="-ldl $LIBS"
13269 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13270 /* end confdefs.h. */
13271
13272 /* Override any GCC internal prototype to avoid an error.
13273 Use char because int might match the return type of a GCC
13274 builtin and then its argument prototype would still apply. */
13275 #ifdef __cplusplus
13276 extern "C"
13277 #endif
13278 char dlopen ();
13279 int
13280 main ()
13281 {
13282 return dlopen ();
13283 ;
13284 return 0;
13285 }
13286 _ACEOF
13287 if ac_fn_c_try_link "$LINENO"; then :
13288 ac_cv_lib_dl_dlopen=yes
13289 else
13290 ac_cv_lib_dl_dlopen=no
13291 fi
13292 rm -f core conftest.err conftest.$ac_objext \
13293 conftest$ac_exeext conftest.$ac_ext
13294 LIBS=$ac_check_lib_save_LIBS
13295 fi
13296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
13297 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
13298 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
13299 lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl
13300 else
13301
13302 lt_cv_dlopen=dyld
13303 lt_cv_dlopen_libs=
13304 lt_cv_dlopen_self=yes
13305
13306 fi
13307
13308 ;;
13309
13310 tpf*)
13311 # Don't try to run any link tests for TPF. We know it's impossible
13312 # because TPF is a cross-compiler, and we know how we open DSOs.
13313 lt_cv_dlopen=dlopen
13314 lt_cv_dlopen_libs=
13315 lt_cv_dlopen_self=no
13316 ;;
13317
13318 *)
13319 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
13320 if test "x$ac_cv_func_shl_load" = xyes; then :
13321 lt_cv_dlopen=shl_load
13322 else
13323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
13324 $as_echo_n "checking for shl_load in -ldld... " >&6; }
13325 if ${ac_cv_lib_dld_shl_load+:} false; then :
13326 $as_echo_n "(cached) " >&6
13327 else
13328 ac_check_lib_save_LIBS=$LIBS
13329 LIBS="-ldld $LIBS"
13330 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13331 /* end confdefs.h. */
13332
13333 /* Override any GCC internal prototype to avoid an error.
13334 Use char because int might match the return type of a GCC
13335 builtin and then its argument prototype would still apply. */
13336 #ifdef __cplusplus
13337 extern "C"
13338 #endif
13339 char shl_load ();
13340 int
13341 main ()
13342 {
13343 return shl_load ();
13344 ;
13345 return 0;
13346 }
13347 _ACEOF
13348 if ac_fn_c_try_link "$LINENO"; then :
13349 ac_cv_lib_dld_shl_load=yes
13350 else
13351 ac_cv_lib_dld_shl_load=no
13352 fi
13353 rm -f core conftest.err conftest.$ac_objext \
13354 conftest$ac_exeext conftest.$ac_ext
13355 LIBS=$ac_check_lib_save_LIBS
13356 fi
13357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
13358 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
13359 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
13360 lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld
13361 else
13362 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
13363 if test "x$ac_cv_func_dlopen" = xyes; then :
13364 lt_cv_dlopen=dlopen
13365 else
13366 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
13367 $as_echo_n "checking for dlopen in -ldl... " >&6; }
13368 if ${ac_cv_lib_dl_dlopen+:} false; then :
13369 $as_echo_n "(cached) " >&6
13370 else
13371 ac_check_lib_save_LIBS=$LIBS
13372 LIBS="-ldl $LIBS"
13373 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13374 /* end confdefs.h. */
13375
13376 /* Override any GCC internal prototype to avoid an error.
13377 Use char because int might match the return type of a GCC
13378 builtin and then its argument prototype would still apply. */
13379 #ifdef __cplusplus
13380 extern "C"
13381 #endif
13382 char dlopen ();
13383 int
13384 main ()
13385 {
13386 return dlopen ();
13387 ;
13388 return 0;
13389 }
13390 _ACEOF
13391 if ac_fn_c_try_link "$LINENO"; then :
13392 ac_cv_lib_dl_dlopen=yes
13393 else
13394 ac_cv_lib_dl_dlopen=no
13395 fi
13396 rm -f core conftest.err conftest.$ac_objext \
13397 conftest$ac_exeext conftest.$ac_ext
13398 LIBS=$ac_check_lib_save_LIBS
13399 fi
13400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
13401 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
13402 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
13403 lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl
13404 else
13405 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
13406 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
13407 if ${ac_cv_lib_svld_dlopen+:} false; then :
13408 $as_echo_n "(cached) " >&6
13409 else
13410 ac_check_lib_save_LIBS=$LIBS
13411 LIBS="-lsvld $LIBS"
13412 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13413 /* end confdefs.h. */
13414
13415 /* Override any GCC internal prototype to avoid an error.
13416 Use char because int might match the return type of a GCC
13417 builtin and then its argument prototype would still apply. */
13418 #ifdef __cplusplus
13419 extern "C"
13420 #endif
13421 char dlopen ();
13422 int
13423 main ()
13424 {
13425 return dlopen ();
13426 ;
13427 return 0;
13428 }
13429 _ACEOF
13430 if ac_fn_c_try_link "$LINENO"; then :
13431 ac_cv_lib_svld_dlopen=yes
13432 else
13433 ac_cv_lib_svld_dlopen=no
13434 fi
13435 rm -f core conftest.err conftest.$ac_objext \
13436 conftest$ac_exeext conftest.$ac_ext
13437 LIBS=$ac_check_lib_save_LIBS
13438 fi
13439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
13440 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
13441 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
13442 lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld
13443 else
13444 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
13445 $as_echo_n "checking for dld_link in -ldld... " >&6; }
13446 if ${ac_cv_lib_dld_dld_link+:} false; then :
13447 $as_echo_n "(cached) " >&6
13448 else
13449 ac_check_lib_save_LIBS=$LIBS
13450 LIBS="-ldld $LIBS"
13451 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13452 /* end confdefs.h. */
13453
13454 /* Override any GCC internal prototype to avoid an error.
13455 Use char because int might match the return type of a GCC
13456 builtin and then its argument prototype would still apply. */
13457 #ifdef __cplusplus
13458 extern "C"
13459 #endif
13460 char dld_link ();
13461 int
13462 main ()
13463 {
13464 return dld_link ();
13465 ;
13466 return 0;
13467 }
13468 _ACEOF
13469 if ac_fn_c_try_link "$LINENO"; then :
13470 ac_cv_lib_dld_dld_link=yes
13471 else
13472 ac_cv_lib_dld_dld_link=no
13473 fi
13474 rm -f core conftest.err conftest.$ac_objext \
13475 conftest$ac_exeext conftest.$ac_ext
13476 LIBS=$ac_check_lib_save_LIBS
13477 fi
13478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
13479 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
13480 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
13481 lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld
13482 fi
13483
13484
13485 fi
13486
13487
13488 fi
13489
13490
13491 fi
13492
13493
13494 fi
13495
13496
13497 fi
13498
13499 ;;
13500 esac
13501
13502 if test no = "$lt_cv_dlopen"; then
13503 enable_dlopen=no
13504 else
13505 enable_dlopen=yes
13506 fi
13507
13508 case $lt_cv_dlopen in
13509 dlopen)
13510 save_CPPFLAGS=$CPPFLAGS
13511 test yes = "$ac_cv_header_dlfcn_h" && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
13512
13513 save_LDFLAGS=$LDFLAGS
13514 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
13515
13516 save_LIBS=$LIBS
13517 LIBS="$lt_cv_dlopen_libs $LIBS"
13518
13519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
13520 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
13521 if ${lt_cv_dlopen_self+:} false; then :
13522 $as_echo_n "(cached) " >&6
13523 else
13524 if test yes = "$cross_compiling"; then :
13525 lt_cv_dlopen_self=cross
13526 else
13527 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
13528 lt_status=$lt_dlunknown
13529 cat > conftest.$ac_ext <<_LT_EOF
13530 #line $LINENO "configure"
13531 #include "confdefs.h"
13532
13533 #if HAVE_DLFCN_H
13534 #include <dlfcn.h>
13535 #endif
13536
13537 #include <stdio.h>
13538
13539 #ifdef RTLD_GLOBAL
13540 # define LT_DLGLOBAL RTLD_GLOBAL
13541 #else
13542 # ifdef DL_GLOBAL
13543 # define LT_DLGLOBAL DL_GLOBAL
13544 # else
13545 # define LT_DLGLOBAL 0
13546 # endif
13547 #endif
13548
13549 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
13550 find out it does not work in some platform. */
13551 #ifndef LT_DLLAZY_OR_NOW
13552 # ifdef RTLD_LAZY
13553 # define LT_DLLAZY_OR_NOW RTLD_LAZY
13554 # else
13555 # ifdef DL_LAZY
13556 # define LT_DLLAZY_OR_NOW DL_LAZY
13557 # else
13558 # ifdef RTLD_NOW
13559 # define LT_DLLAZY_OR_NOW RTLD_NOW
13560 # else
13561 # ifdef DL_NOW
13562 # define LT_DLLAZY_OR_NOW DL_NOW
13563 # else
13564 # define LT_DLLAZY_OR_NOW 0
13565 # endif
13566 # endif
13567 # endif
13568 # endif
13569 #endif
13570
13571 /* When -fvisibility=hidden is used, assume the code has been annotated
13572 correspondingly for the symbols needed. */
13573 #if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
13574 int fnord () __attribute__((visibility("default")));
13575 #endif
13576
13577 int fnord () { return 42; }
13578 int main ()
13579 {
13580 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
13581 int status = $lt_dlunknown;
13582
13583 if (self)
13584 {
13585 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
13586 else
13587 {
13588 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
13589 else puts (dlerror ());
13590 }
13591 /* dlclose (self); */
13592 }
13593 else
13594 puts (dlerror ());
13595
13596 return status;
13597 }
13598 _LT_EOF
13599 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13600 (eval $ac_link) 2>&5
13601 ac_status=$?
13602 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13603 test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then
13604 (./conftest; exit; ) >&5 2>/dev/null
13605 lt_status=$?
13606 case x$lt_status in
13607 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
13608 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
13609 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
13610 esac
13611 else :
13612 # compilation failed
13613 lt_cv_dlopen_self=no
13614 fi
13615 fi
13616 rm -fr conftest*
13617
13618
13619 fi
13620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
13621 $as_echo "$lt_cv_dlopen_self" >&6; }
13622
13623 if test yes = "$lt_cv_dlopen_self"; then
13624 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
13625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
13626 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
13627 if ${lt_cv_dlopen_self_static+:} false; then :
13628 $as_echo_n "(cached) " >&6
13629 else
13630 if test yes = "$cross_compiling"; then :
13631 lt_cv_dlopen_self_static=cross
13632 else
13633 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
13634 lt_status=$lt_dlunknown
13635 cat > conftest.$ac_ext <<_LT_EOF
13636 #line $LINENO "configure"
13637 #include "confdefs.h"
13638
13639 #if HAVE_DLFCN_H
13640 #include <dlfcn.h>
13641 #endif
13642
13643 #include <stdio.h>
13644
13645 #ifdef RTLD_GLOBAL
13646 # define LT_DLGLOBAL RTLD_GLOBAL
13647 #else
13648 # ifdef DL_GLOBAL
13649 # define LT_DLGLOBAL DL_GLOBAL
13650 # else
13651 # define LT_DLGLOBAL 0
13652 # endif
13653 #endif
13654
13655 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
13656 find out it does not work in some platform. */
13657 #ifndef LT_DLLAZY_OR_NOW
13658 # ifdef RTLD_LAZY
13659 # define LT_DLLAZY_OR_NOW RTLD_LAZY
13660 # else
13661 # ifdef DL_LAZY
13662 # define LT_DLLAZY_OR_NOW DL_LAZY
13663 # else
13664 # ifdef RTLD_NOW
13665 # define LT_DLLAZY_OR_NOW RTLD_NOW
13666 # else
13667 # ifdef DL_NOW
13668 # define LT_DLLAZY_OR_NOW DL_NOW
13669 # else
13670 # define LT_DLLAZY_OR_NOW 0
13671 # endif
13672 # endif
13673 # endif
13674 # endif
13675 #endif
13676
13677 /* When -fvisibility=hidden is used, assume the code has been annotated
13678 correspondingly for the symbols needed. */
13679 #if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
13680 int fnord () __attribute__((visibility("default")));
13681 #endif
13682
13683 int fnord () { return 42; }
13684 int main ()
13685 {
13686 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
13687 int status = $lt_dlunknown;
13688
13689 if (self)
13690 {
13691 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
13692 else
13693 {
13694 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
13695 else puts (dlerror ());
13696 }
13697 /* dlclose (self); */
13698 }
13699 else
13700 puts (dlerror ());
13701
13702 return status;
13703 }
13704 _LT_EOF
13705 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13706 (eval $ac_link) 2>&5
13707 ac_status=$?
13708 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13709 test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then
13710 (./conftest; exit; ) >&5 2>/dev/null
13711 lt_status=$?
13712 case x$lt_status in
13713 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
13714 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
13715 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
13716 esac
13717 else :
13718 # compilation failed
13719 lt_cv_dlopen_self_static=no
13720 fi
13721 fi
13722 rm -fr conftest*
13723
13724
13725 fi
13726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
13727 $as_echo "$lt_cv_dlopen_self_static" >&6; }
13728 fi
13729
13730 CPPFLAGS=$save_CPPFLAGS
13731 LDFLAGS=$save_LDFLAGS
13732 LIBS=$save_LIBS
13733 ;;
13734 esac
13735
13736 case $lt_cv_dlopen_self in
13737 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
13738 *) enable_dlopen_self=unknown ;;
13739 esac
13740
13741 case $lt_cv_dlopen_self_static in
13742 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
13743 *) enable_dlopen_self_static=unknown ;;
13744 esac
13745 fi
13746
13747
13748
13749
13750
13751
13752
13753
13754
13755
13756
13757
13758
13759
13760
13761
13762
13763 striplib=
13764 old_striplib=
13765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
13766 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
13767 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
13768 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
13769 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
13770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13771 $as_echo "yes" >&6; }
13772 else
13773 # FIXME - insert some real tests, host_os isn't really good enough
13774 case $host_os in
13775 darwin*)
13776 if test -n "$STRIP"; then
13777 striplib="$STRIP -x"
13778 old_striplib="$STRIP -S"
13779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13780 $as_echo "yes" >&6; }
13781 else
13782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13783 $as_echo "no" >&6; }
13784 fi
13785 ;;
13786 *)
13787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13788 $as_echo "no" >&6; }
13789 ;;
13790 esac
13791 fi
13792
13793
13794
13795
13796
13797
13798
13799
13800
13801
13802
13803
13804 # Report what library types will actually be built
13805 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
13806 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
13807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
13808 $as_echo "$can_build_shared" >&6; }
13809
13810 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
13811 $as_echo_n "checking whether to build shared libraries... " >&6; }
13812 test no = "$can_build_shared" && enable_shared=no
13813
13814 # On AIX, shared libraries and static libraries use the same namespace, and
13815 # are all built from PIC.
13816 case $host_os in
13817 aix3*)
13818 test yes = "$enable_shared" && enable_static=no
13819 if test -n "$RANLIB"; then
13820 archive_cmds="$archive_cmds~\$RANLIB \$lib"
13821 postinstall_cmds='$RANLIB $lib'
13822 fi
13823 ;;
13824
13825 aix[4-9]*)
13826 if test ia64 != "$host_cpu"; then
13827 case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in
13828 yes,aix,yes) ;; # shared object as lib.so file only
13829 yes,svr4,*) ;; # shared object as lib.so archive member only
13830 yes,*) enable_static=no ;; # shared object in lib.a archive as well
13831 esac
13832 fi
13833 ;;
13834 esac
13835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
13836 $as_echo "$enable_shared" >&6; }
13837
13838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
13839 $as_echo_n "checking whether to build static libraries... " >&6; }
13840 # Make sure either enable_shared or enable_static is yes.
13841 test yes = "$enable_shared" || enable_static=yes
13842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
13843 $as_echo "$enable_static" >&6; }
13844
13845
13846
13847
13848 fi
13849 ac_ext=c
13850 ac_cpp='$CPP $CPPFLAGS'
13851 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13852 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13853 ac_compiler_gnu=$ac_cv_c_compiler_gnu
13854
13855 CC=$lt_save_CC
13856
13857 if test -n "$CXX" && ( test no != "$CXX" &&
13858 ( (test g++ = "$CXX" && `g++ -v >/dev/null 2>&1` ) ||
13859 (test g++ != "$CXX"))); then
13860 ac_ext=cpp
13861 ac_cpp='$CXXCPP $CPPFLAGS'
13862 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13863 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13864 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
13866 $as_echo_n "checking how to run the C++ preprocessor... " >&6; }
13867 if test -z "$CXXCPP"; then
13868 if ${ac_cv_prog_CXXCPP+:} false; then :
13869 $as_echo_n "(cached) " >&6
13870 else
13871 # Double quotes because CXXCPP needs to be expanded
13872 for CXXCPP in "$CXX -E" "/lib/cpp"
13873 do
13874 ac_preproc_ok=false
13875 for ac_cxx_preproc_warn_flag in '' yes
13876 do
13877 # Use a header file that comes with gcc, so configuring glibc
13878 # with a fresh cross-compiler works.
13879 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13880 # <limits.h> exists even on freestanding compilers.
13881 # On the NeXT, cc -E runs the code through the compiler's parser,
13882 # not just through cpp. "Syntax error" is here to catch this case.
13883 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13884 /* end confdefs.h. */
13885 #ifdef __STDC__
13886 # include <limits.h>
13887 #else
13888 # include <assert.h>
13889 #endif
13890 Syntax error
13891 _ACEOF
13892 if ac_fn_cxx_try_cpp "$LINENO"; then :
13893
13894 else
13895 # Broken: fails on valid input.
13896 continue
13897 fi
13898 rm -f conftest.err conftest.i conftest.$ac_ext
13899
13900 # OK, works on sane cases. Now check whether nonexistent headers
13901 # can be detected and how.
13902 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13903 /* end confdefs.h. */
13904 #include <ac_nonexistent.h>
13905 _ACEOF
13906 if ac_fn_cxx_try_cpp "$LINENO"; then :
13907 # Broken: success on invalid input.
13908 continue
13909 else
13910 # Passes both tests.
13911 ac_preproc_ok=:
13912 break
13913 fi
13914 rm -f conftest.err conftest.i conftest.$ac_ext
13915
13916 done
13917 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
13918 rm -f conftest.i conftest.err conftest.$ac_ext
13919 if $ac_preproc_ok; then :
13920 break
13921 fi
13922
13923 done
13924 ac_cv_prog_CXXCPP=$CXXCPP
13925
13926 fi
13927 CXXCPP=$ac_cv_prog_CXXCPP
13928 else
13929 ac_cv_prog_CXXCPP=$CXXCPP
13930 fi
13931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&5
13932 $as_echo "$CXXCPP" >&6; }
13933 ac_preproc_ok=false
13934 for ac_cxx_preproc_warn_flag in '' yes
13935 do
13936 # Use a header file that comes with gcc, so configuring glibc
13937 # with a fresh cross-compiler works.
13938 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13939 # <limits.h> exists even on freestanding compilers.
13940 # On the NeXT, cc -E runs the code through the compiler's parser,
13941 # not just through cpp. "Syntax error" is here to catch this case.
13942 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13943 /* end confdefs.h. */
13944 #ifdef __STDC__
13945 # include <limits.h>
13946 #else
13947 # include <assert.h>
13948 #endif
13949 Syntax error
13950 _ACEOF
13951 if ac_fn_cxx_try_cpp "$LINENO"; then :
13952
13953 else
13954 # Broken: fails on valid input.
13955 continue
13956 fi
13957 rm -f conftest.err conftest.i conftest.$ac_ext
13958
13959 # OK, works on sane cases. Now check whether nonexistent headers
13960 # can be detected and how.
13961 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13962 /* end confdefs.h. */
13963 #include <ac_nonexistent.h>
13964 _ACEOF
13965 if ac_fn_cxx_try_cpp "$LINENO"; then :
13966 # Broken: success on invalid input.
13967 continue
13968 else
13969 # Passes both tests.
13970 ac_preproc_ok=:
13971 break
13972 fi
13973 rm -f conftest.err conftest.i conftest.$ac_ext
13974
13975 done
13976 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
13977 rm -f conftest.i conftest.err conftest.$ac_ext
13978 if $ac_preproc_ok; then :
13979
13980 else
13981 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13982 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13983 as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check
13984 See \`config.log' for more details" "$LINENO" 5; }
13985 fi
13986
13987 ac_ext=c
13988 ac_cpp='$CPP $CPPFLAGS'
13989 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13990 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13991 ac_compiler_gnu=$ac_cv_c_compiler_gnu
13992
13993 else
13994 _lt_caught_CXX_error=yes
13995 fi
13996
13997 ac_ext=cpp
13998 ac_cpp='$CXXCPP $CPPFLAGS'
13999 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14000 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14001 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
14002
14003 archive_cmds_need_lc_CXX=no
14004 allow_undefined_flag_CXX=
14005 always_export_symbols_CXX=no
14006 archive_expsym_cmds_CXX=
14007 compiler_needs_object_CXX=no
14008 export_dynamic_flag_spec_CXX=
14009 hardcode_direct_CXX=no
14010 hardcode_direct_absolute_CXX=no
14011 hardcode_libdir_flag_spec_CXX=
14012 hardcode_libdir_separator_CXX=
14013 hardcode_minus_L_CXX=no
14014 hardcode_shlibpath_var_CXX=unsupported
14015 hardcode_automatic_CXX=no
14016 inherit_rpath_CXX=no
14017 module_cmds_CXX=
14018 module_expsym_cmds_CXX=
14019 link_all_deplibs_CXX=unknown
14020 old_archive_cmds_CXX=$old_archive_cmds
14021 reload_flag_CXX=$reload_flag
14022 reload_cmds_CXX=$reload_cmds
14023 no_undefined_flag_CXX=
14024 whole_archive_flag_spec_CXX=
14025 enable_shared_with_static_runtimes_CXX=no
14026
14027 # Source file extension for C++ test sources.
14028 ac_ext=cpp
14029
14030 # Object file extension for compiled C++ test sources.
14031 objext=o
14032 objext_CXX=$objext
14033
14034 # No sense in running all these tests if we already determined that
14035 # the CXX compiler isn't working. Some variables (like enable_shared)
14036 # are currently assumed to apply to all compilers on this platform,
14037 # and will be corrupted by setting them based on a non-working compiler.
14038 if test yes != "$_lt_caught_CXX_error"; then
14039 # Code to be used in simple compile tests
14040 lt_simple_compile_test_code="int some_variable = 0;"
14041
14042 # Code to be used in simple link tests
14043 lt_simple_link_test_code='int main(int, char *[]) { return(0); }'
14044
14045 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
14046
14047
14048
14049
14050
14051
14052 # If no C compiler was specified, use CC.
14053 LTCC=${LTCC-"$CC"}
14054
14055 # If no C compiler flags were specified, use CFLAGS.
14056 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
14057
14058 # Allow CC to be a program name with arguments.
14059 compiler=$CC
14060
14061
14062 # save warnings/boilerplate of simple test code
14063 ac_outfile=conftest.$ac_objext
14064 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
14065 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
14066 _lt_compiler_boilerplate=`cat conftest.err`
14067 $RM conftest*
14068
14069 ac_outfile=conftest.$ac_objext
14070 echo "$lt_simple_link_test_code" >conftest.$ac_ext
14071 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
14072 _lt_linker_boilerplate=`cat conftest.err`
14073 $RM -r conftest*
14074
14075
14076 # Allow CC to be a program name with arguments.
14077 lt_save_CC=$CC
14078 lt_save_CFLAGS=$CFLAGS
14079 lt_save_LD=$LD
14080 lt_save_GCC=$GCC
14081 GCC=$GXX
14082 lt_save_with_gnu_ld=$with_gnu_ld
14083 lt_save_path_LD=$lt_cv_path_LD
14084 if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
14085 lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
14086 else
14087 $as_unset lt_cv_prog_gnu_ld
14088 fi
14089 if test -n "${lt_cv_path_LDCXX+set}"; then
14090 lt_cv_path_LD=$lt_cv_path_LDCXX
14091 else
14092 $as_unset lt_cv_path_LD
14093 fi
14094 test -z "${LDCXX+set}" || LD=$LDCXX
14095 CC=${CXX-"c++"}
14096 CFLAGS=$CXXFLAGS
14097 compiler=$CC
14098 compiler_CXX=$CC
14099 func_cc_basename $compiler
14100 cc_basename=$func_cc_basename_result
14101
14102
14103 if test -n "$compiler"; then
14104 # We don't want -fno-exception when compiling C++ code, so set the
14105 # no_builtin_flag separately
14106 if test yes = "$GXX"; then
14107 lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin'
14108 else
14109 lt_prog_compiler_no_builtin_flag_CXX=
14110 fi
14111
14112 if test yes = "$GXX"; then
14113 # Set up default GNU C++ configuration
14114
14115
14116
14117 # Check whether --with-gnu-ld was given.
14118 if test "${with_gnu_ld+set}" = set; then :
14119 withval=$with_gnu_ld; test no = "$withval" || with_gnu_ld=yes
14120 else
14121 with_gnu_ld=no
14122 fi
14123
14124 ac_prog=ld
14125 if test yes = "$GCC"; then
14126 # Check if gcc -print-prog-name=ld gives a path.
14127 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
14128 $as_echo_n "checking for ld used by $CC... " >&6; }
14129 case $host in
14130 *-*-mingw*)
14131 # gcc leaves a trailing carriage return, which upsets mingw
14132 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
14133 *)
14134 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
14135 esac
14136 case $ac_prog in
14137 # Accept absolute paths.
14138 [\\/]* | ?:[\\/]*)
14139 re_direlt='/[^/][^/]*/\.\./'
14140 # Canonicalize the pathname of ld
14141 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
14142 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
14143 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
14144 done
14145 test -z "$LD" && LD=$ac_prog
14146 ;;
14147 "")
14148 # If it fails, then pretend we aren't using GCC.
14149 ac_prog=ld
14150 ;;
14151 *)
14152 # If it is relative, then search for the first ld in PATH.
14153 with_gnu_ld=unknown
14154 ;;
14155 esac
14156 elif test yes = "$with_gnu_ld"; then
14157 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
14158 $as_echo_n "checking for GNU ld... " >&6; }
14159 else
14160 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
14161 $as_echo_n "checking for non-GNU ld... " >&6; }
14162 fi
14163 if ${lt_cv_path_LD+:} false; then :
14164 $as_echo_n "(cached) " >&6
14165 else
14166 if test -z "$LD"; then
14167 lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
14168 for ac_dir in $PATH; do
14169 IFS=$lt_save_ifs
14170 test -z "$ac_dir" && ac_dir=.
14171 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
14172 lt_cv_path_LD=$ac_dir/$ac_prog
14173 # Check to see if the program is GNU ld. I'd rather use --version,
14174 # but apparently some variants of GNU ld only accept -v.
14175 # Break only if it was the GNU/non-GNU ld that we prefer.
14176 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
14177 *GNU* | *'with BFD'*)
14178 test no != "$with_gnu_ld" && break
14179 ;;
14180 *)
14181 test yes != "$with_gnu_ld" && break
14182 ;;
14183 esac
14184 fi
14185 done
14186 IFS=$lt_save_ifs
14187 else
14188 lt_cv_path_LD=$LD # Let the user override the test with a path.
14189 fi
14190 fi
14191
14192 LD=$lt_cv_path_LD
14193 if test -n "$LD"; then
14194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
14195 $as_echo "$LD" >&6; }
14196 else
14197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14198 $as_echo "no" >&6; }
14199 fi
14200 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
14201 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
14202 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
14203 if ${lt_cv_prog_gnu_ld+:} false; then :
14204 $as_echo_n "(cached) " >&6
14205 else
14206 # I'd rather use --version here, but apparently some GNU lds only accept -v.
14207 case `$LD -v 2>&1 </dev/null` in
14208 *GNU* | *'with BFD'*)
14209 lt_cv_prog_gnu_ld=yes
14210 ;;
14211 *)
14212 lt_cv_prog_gnu_ld=no
14213 ;;
14214 esac
14215 fi
14216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
14217 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
14218 with_gnu_ld=$lt_cv_prog_gnu_ld
14219
14220
14221
14222
14223
14224
14225
14226 # Check if GNU C++ uses GNU ld as the underlying linker, since the
14227 # archiving commands below assume that GNU ld is being used.
14228 if test yes = "$with_gnu_ld"; then
14229 archive_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
14230 archive_expsym_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
14231
14232 hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
14233 export_dynamic_flag_spec_CXX='$wl--export-dynamic'
14234
14235 # If archive_cmds runs LD, not CC, wlarc should be empty
14236 # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
14237 # investigate it a little bit more. (MM)
14238 wlarc='$wl'
14239
14240 # ancient GNU ld didn't support --whole-archive et. al.
14241 if eval "`$CC -print-prog-name=ld` --help 2>&1" |
14242 $GREP 'no-whole-archive' > /dev/null; then
14243 whole_archive_flag_spec_CXX=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive'
14244 else
14245 whole_archive_flag_spec_CXX=
14246 fi
14247 else
14248 with_gnu_ld=no
14249 wlarc=
14250
14251 # A generic and very simple default shared library creation
14252 # command for GNU C++ for the case where it uses the native
14253 # linker, instead of GNU ld. If possible, this setting should
14254 # overridden to take advantage of the native linker features on
14255 # the platform it is being used on.
14256 archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
14257 fi
14258
14259 # Commands to make compiler produce verbose output that lists
14260 # what "hidden" libraries, object files and flags are used when
14261 # linking a shared library.
14262 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
14263
14264 else
14265 GXX=no
14266 with_gnu_ld=no
14267 wlarc=
14268 fi
14269
14270 # PORTME: fill in a description of your system's C++ link characteristics
14271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
14272 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
14273 ld_shlibs_CXX=yes
14274 case $host_os in
14275 aix3*)
14276 # FIXME: insert proper C++ library support
14277 ld_shlibs_CXX=no
14278 ;;
14279 aix[4-9]*)
14280 if test ia64 = "$host_cpu"; then
14281 # On IA64, the linker does run time linking by default, so we don't
14282 # have to do anything special.
14283 aix_use_runtimelinking=no
14284 exp_sym_flag='-Bexport'
14285 no_entry_flag=
14286 else
14287 aix_use_runtimelinking=no
14288
14289 # Test if we are trying to use run time linking or normal
14290 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
14291 # have runtime linking enabled, and use it for executables.
14292 # For shared libraries, we enable/disable runtime linking
14293 # depending on the kind of the shared library created -
14294 # when "with_aix_soname,aix_use_runtimelinking" is:
14295 # "aix,no" lib.a(lib.so.V) shared, rtl:no, for executables
14296 # "aix,yes" lib.so shared, rtl:yes, for executables
14297 # lib.a static archive
14298 # "both,no" lib.so.V(shr.o) shared, rtl:yes
14299 # lib.a(lib.so.V) shared, rtl:no, for executables
14300 # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables
14301 # lib.a(lib.so.V) shared, rtl:no
14302 # "svr4,*" lib.so.V(shr.o) shared, rtl:yes, for executables
14303 # lib.a static archive
14304 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
14305 for ld_flag in $LDFLAGS; do
14306 case $ld_flag in
14307 *-brtl*)
14308 aix_use_runtimelinking=yes
14309 break
14310 ;;
14311 esac
14312 done
14313 if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then
14314 # With aix-soname=svr4, we create the lib.so.V shared archives only,
14315 # so we don't have lib.a shared libs to link our executables.
14316 # We have to force runtime linking in this case.
14317 aix_use_runtimelinking=yes
14318 LDFLAGS="$LDFLAGS -Wl,-brtl"
14319 fi
14320 ;;
14321 esac
14322
14323 exp_sym_flag='-bexport'
14324 no_entry_flag='-bnoentry'
14325 fi
14326
14327 # When large executables or shared objects are built, AIX ld can
14328 # have problems creating the table of contents. If linking a library
14329 # or program results in "error TOC overflow" add -mminimal-toc to
14330 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
14331 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
14332
14333 archive_cmds_CXX=''
14334 hardcode_direct_CXX=yes
14335 hardcode_direct_absolute_CXX=yes
14336 hardcode_libdir_separator_CXX=':'
14337 link_all_deplibs_CXX=yes
14338 file_list_spec_CXX='$wl-f,'
14339 case $with_aix_soname,$aix_use_runtimelinking in
14340 aix,*) ;; # no import file
14341 svr4,* | *,yes) # use import file
14342 # The Import File defines what to hardcode.
14343 hardcode_direct_CXX=no
14344 hardcode_direct_absolute_CXX=no
14345 ;;
14346 esac
14347
14348 if test yes = "$GXX"; then
14349 case $host_os in aix4.[012]|aix4.[012].*)
14350 # We only want to do this on AIX 4.2 and lower, the check
14351 # below for broken collect2 doesn't work under 4.3+
14352 collect2name=`$CC -print-prog-name=collect2`
14353 if test -f "$collect2name" &&
14354 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
14355 then
14356 # We have reworked collect2
14357 :
14358 else
14359 # We have old collect2
14360 hardcode_direct_CXX=unsupported
14361 # It fails to find uninstalled libraries when the uninstalled
14362 # path is not listed in the libpath. Setting hardcode_minus_L
14363 # to unsupported forces relinking
14364 hardcode_minus_L_CXX=yes
14365 hardcode_libdir_flag_spec_CXX='-L$libdir'
14366 hardcode_libdir_separator_CXX=
14367 fi
14368 esac
14369 shared_flag='-shared'
14370 if test yes = "$aix_use_runtimelinking"; then
14371 shared_flag=$shared_flag' $wl-G'
14372 fi
14373 # Need to ensure runtime linking is disabled for the traditional
14374 # shared library, or the linker may eventually find shared libraries
14375 # /with/ Import File - we do not want to mix them.
14376 shared_flag_aix='-shared'
14377 shared_flag_svr4='-shared $wl-G'
14378 else
14379 # not using gcc
14380 if test ia64 = "$host_cpu"; then
14381 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
14382 # chokes on -Wl,-G. The following line is correct:
14383 shared_flag='-G'
14384 else
14385 if test yes = "$aix_use_runtimelinking"; then
14386 shared_flag='$wl-G'
14387 else
14388 shared_flag='$wl-bM:SRE'
14389 fi
14390 shared_flag_aix='$wl-bM:SRE'
14391 shared_flag_svr4='$wl-G'
14392 fi
14393 fi
14394
14395 export_dynamic_flag_spec_CXX='$wl-bexpall'
14396 # It seems that -bexpall does not export symbols beginning with
14397 # underscore (_), so it is better to generate a list of symbols to
14398 # export.
14399 always_export_symbols_CXX=yes
14400 if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then
14401 # Warning - without using the other runtime loading flags (-brtl),
14402 # -berok will link without error, but may produce a broken library.
14403 # The "-G" linker flag allows undefined symbols.
14404 no_undefined_flag_CXX='-bernotok'
14405 # Determine the default libpath from the value encoded in an empty
14406 # executable.
14407 if test set = "${lt_cv_aix_libpath+set}"; then
14408 aix_libpath=$lt_cv_aix_libpath
14409 else
14410 if ${lt_cv_aix_libpath__CXX+:} false; then :
14411 $as_echo_n "(cached) " >&6
14412 else
14413 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14414 /* end confdefs.h. */
14415
14416 int
14417 main ()
14418 {
14419
14420 ;
14421 return 0;
14422 }
14423 _ACEOF
14424 if ac_fn_cxx_try_link "$LINENO"; then :
14425
14426 lt_aix_libpath_sed='
14427 /Import File Strings/,/^$/ {
14428 /^0/ {
14429 s/^0 *\([^ ]*\) *$/\1/
14430 p
14431 }
14432 }'
14433 lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
14434 # Check for a 64-bit object if we didn't find anything.
14435 if test -z "$lt_cv_aix_libpath__CXX"; then
14436 lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
14437 fi
14438 fi
14439 rm -f core conftest.err conftest.$ac_objext \
14440 conftest$ac_exeext conftest.$ac_ext
14441 if test -z "$lt_cv_aix_libpath__CXX"; then
14442 lt_cv_aix_libpath__CXX=/usr/lib:/lib
14443 fi
14444
14445 fi
14446
14447 aix_libpath=$lt_cv_aix_libpath__CXX
14448 fi
14449
14450 hardcode_libdir_flag_spec_CXX='$wl-blibpath:$libdir:'"$aix_libpath"
14451
14452 archive_expsym_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
14453 else
14454 if test ia64 = "$host_cpu"; then
14455 hardcode_libdir_flag_spec_CXX='$wl-R $libdir:/usr/lib:/lib'
14456 allow_undefined_flag_CXX="-z nodefs"
14457 archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols"
14458 else
14459 # Determine the default libpath from the value encoded in an
14460 # empty executable.
14461 if test set = "${lt_cv_aix_libpath+set}"; then
14462 aix_libpath=$lt_cv_aix_libpath
14463 else
14464 if ${lt_cv_aix_libpath__CXX+:} false; then :
14465 $as_echo_n "(cached) " >&6
14466 else
14467 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14468 /* end confdefs.h. */
14469
14470 int
14471 main ()
14472 {
14473
14474 ;
14475 return 0;
14476 }
14477 _ACEOF
14478 if ac_fn_cxx_try_link "$LINENO"; then :
14479
14480 lt_aix_libpath_sed='
14481 /Import File Strings/,/^$/ {
14482 /^0/ {
14483 s/^0 *\([^ ]*\) *$/\1/
14484 p
14485 }
14486 }'
14487 lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
14488 # Check for a 64-bit object if we didn't find anything.
14489 if test -z "$lt_cv_aix_libpath__CXX"; then
14490 lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
14491 fi
14492 fi
14493 rm -f core conftest.err conftest.$ac_objext \
14494 conftest$ac_exeext conftest.$ac_ext
14495 if test -z "$lt_cv_aix_libpath__CXX"; then
14496 lt_cv_aix_libpath__CXX=/usr/lib:/lib
14497 fi
14498
14499 fi
14500
14501 aix_libpath=$lt_cv_aix_libpath__CXX
14502 fi
14503
14504 hardcode_libdir_flag_spec_CXX='$wl-blibpath:$libdir:'"$aix_libpath"
14505 # Warning - without using the other run time loading flags,
14506 # -berok will link without error, but may produce a broken library.
14507 no_undefined_flag_CXX=' $wl-bernotok'
14508 allow_undefined_flag_CXX=' $wl-berok'
14509 if test yes = "$with_gnu_ld"; then
14510 # We only use this code for GNU lds that support --whole-archive.
14511 whole_archive_flag_spec_CXX='$wl--whole-archive$convenience $wl--no-whole-archive'
14512 else
14513 # Exported symbols can be pulled into shared objects from archives
14514 whole_archive_flag_spec_CXX='$convenience'
14515 fi
14516 archive_cmds_need_lc_CXX=yes
14517 archive_expsym_cmds_CXX='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d'
14518 # -brtl affects multiple linker settings, -berok does not and is overridden later
14519 compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
14520 if test svr4 != "$with_aix_soname"; then
14521 # This is similar to how AIX traditionally builds its shared
14522 # libraries. Need -bnortl late, we may have -brtl in LDFLAGS.
14523 archive_expsym_cmds_CXX="$archive_expsym_cmds_CXX"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname'
14524 fi
14525 if test aix != "$with_aix_soname"; then
14526 archive_expsym_cmds_CXX="$archive_expsym_cmds_CXX"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp'
14527 else
14528 # used by -dlpreopen to get the symbols
14529 archive_expsym_cmds_CXX="$archive_expsym_cmds_CXX"'~$MV $output_objdir/$realname.d/$soname $output_objdir'
14530 fi
14531 archive_expsym_cmds_CXX="$archive_expsym_cmds_CXX"'~$RM -r $output_objdir/$realname.d'
14532 fi
14533 fi
14534 ;;
14535
14536 beos*)
14537 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
14538 allow_undefined_flag_CXX=unsupported
14539 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
14540 # support --undefined. This deserves some investigation. FIXME
14541 archive_cmds_CXX='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
14542 else
14543 ld_shlibs_CXX=no
14544 fi
14545 ;;
14546
14547 chorus*)
14548 case $cc_basename in
14549 *)
14550 # FIXME: insert proper C++ library support
14551 ld_shlibs_CXX=no
14552 ;;
14553 esac
14554 ;;
14555
14556 cygwin* | mingw* | pw32* | cegcc*)
14557 case $GXX,$cc_basename in
14558 ,cl* | no,cl*)
14559 # Native MSVC
14560 # hardcode_libdir_flag_spec is actually meaningless, as there is
14561 # no search path for DLLs.
14562 hardcode_libdir_flag_spec_CXX=' '
14563 allow_undefined_flag_CXX=unsupported
14564 always_export_symbols_CXX=yes
14565 file_list_spec_CXX='@'
14566 # Tell ltmain to make .lib files, not .a files.
14567 libext=lib
14568 # Tell ltmain to make .dll files, not .so files.
14569 shrext_cmds=.dll
14570 # FIXME: Setting linknames here is a bad hack.
14571 archive_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
14572 archive_expsym_cmds_CXX='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then
14573 cp "$export_symbols" "$output_objdir/$soname.def";
14574 echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp";
14575 else
14576 $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp;
14577 fi~
14578 $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
14579 linknames='
14580 # The linker will not automatically build a static lib if we build a DLL.
14581 # _LT_TAGVAR(old_archive_from_new_cmds, CXX)='true'
14582 enable_shared_with_static_runtimes_CXX=yes
14583 # Don't use ranlib
14584 old_postinstall_cmds_CXX='chmod 644 $oldlib'
14585 postlink_cmds_CXX='lt_outputfile="@OUTPUT@"~
14586 lt_tool_outputfile="@TOOL_OUTPUT@"~
14587 case $lt_outputfile in
14588 *.exe|*.EXE) ;;
14589 *)
14590 lt_outputfile=$lt_outputfile.exe
14591 lt_tool_outputfile=$lt_tool_outputfile.exe
14592 ;;
14593 esac~
14594 func_to_tool_file "$lt_outputfile"~
14595 if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then
14596 $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
14597 $RM "$lt_outputfile.manifest";
14598 fi'
14599 ;;
14600 *)
14601 # g++
14602 # _LT_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless,
14603 # as there is no search path for DLLs.
14604 hardcode_libdir_flag_spec_CXX='-L$libdir'
14605 export_dynamic_flag_spec_CXX='$wl--export-all-symbols'
14606 allow_undefined_flag_CXX=unsupported
14607 always_export_symbols_CXX=no
14608 enable_shared_with_static_runtimes_CXX=yes
14609
14610 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
14611 archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
14612 # If the export-symbols file already is a .def file, use it as
14613 # is; otherwise, prepend EXPORTS...
14614 archive_expsym_cmds_CXX='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then
14615 cp $export_symbols $output_objdir/$soname.def;
14616 else
14617 echo EXPORTS > $output_objdir/$soname.def;
14618 cat $export_symbols >> $output_objdir/$soname.def;
14619 fi~
14620 $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
14621 else
14622 ld_shlibs_CXX=no
14623 fi
14624 ;;
14625 esac
14626 ;;
14627 darwin* | rhapsody*)
14628
14629
14630 archive_cmds_need_lc_CXX=no
14631 hardcode_direct_CXX=no
14632 hardcode_automatic_CXX=yes
14633 hardcode_shlibpath_var_CXX=unsupported
14634 if test yes = "$lt_cv_ld_force_load"; then
14635 whole_archive_flag_spec_CXX='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
14636
14637 else
14638 whole_archive_flag_spec_CXX=''
14639 fi
14640 link_all_deplibs_CXX=yes
14641 allow_undefined_flag_CXX=$_lt_dar_allow_undefined
14642 case $cc_basename in
14643 ifort*|nagfor*) _lt_dar_can_shared=yes ;;
14644 *) _lt_dar_can_shared=$GCC ;;
14645 esac
14646 if test yes = "$_lt_dar_can_shared"; then
14647 output_verbose_link_cmd=func_echo_all
14648 archive_cmds_CXX="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil"
14649 module_cmds_CXX="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil"
14650 archive_expsym_cmds_CXX="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil"
14651 module_expsym_cmds_CXX="sed -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil"
14652 if test yes != "$lt_cv_apple_cc_single_mod"; then
14653 archive_cmds_CXX="\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dsymutil"
14654 archive_expsym_cmds_CXX="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dar_export_syms$_lt_dsymutil"
14655 fi
14656
14657 else
14658 ld_shlibs_CXX=no
14659 fi
14660
14661 ;;
14662
14663 os2*)
14664 hardcode_libdir_flag_spec_CXX='-L$libdir'
14665 hardcode_minus_L_CXX=yes
14666 allow_undefined_flag_CXX=unsupported
14667 shrext_cmds=.dll
14668 archive_cmds_CXX='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
14669 $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
14670 $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
14671 $ECHO EXPORTS >> $output_objdir/$libname.def~
14672 emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~
14673 $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
14674 emximp -o $lib $output_objdir/$libname.def'
14675 archive_expsym_cmds_CXX='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
14676 $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
14677 $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
14678 $ECHO EXPORTS >> $output_objdir/$libname.def~
14679 prefix_cmds="$SED"~
14680 if test EXPORTS = "`$SED 1q $export_symbols`"; then
14681 prefix_cmds="$prefix_cmds -e 1d";
14682 fi~
14683 prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~
14684 cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
14685 $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
14686 emximp -o $lib $output_objdir/$libname.def'
14687 old_archive_From_new_cmds_CXX='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
14688 enable_shared_with_static_runtimes_CXX=yes
14689 ;;
14690
14691 dgux*)
14692 case $cc_basename in
14693 ec++*)
14694 # FIXME: insert proper C++ library support
14695 ld_shlibs_CXX=no
14696 ;;
14697 ghcx*)
14698 # Green Hills C++ Compiler
14699 # FIXME: insert proper C++ library support
14700 ld_shlibs_CXX=no
14701 ;;
14702 *)
14703 # FIXME: insert proper C++ library support
14704 ld_shlibs_CXX=no
14705 ;;
14706 esac
14707 ;;
14708
14709 freebsd2.*)
14710 # C++ shared libraries reported to be fairly broken before
14711 # switch to ELF
14712 ld_shlibs_CXX=no
14713 ;;
14714
14715 freebsd-elf*)
14716 archive_cmds_need_lc_CXX=no
14717 ;;
14718
14719 freebsd* | dragonfly*)
14720 # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
14721 # conventions
14722 ld_shlibs_CXX=yes
14723 ;;
14724
14725 haiku*)
14726 archive_cmds_CXX='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
14727 link_all_deplibs_CXX=yes
14728 ;;
14729
14730 hpux9*)
14731 hardcode_libdir_flag_spec_CXX='$wl+b $wl$libdir'
14732 hardcode_libdir_separator_CXX=:
14733 export_dynamic_flag_spec_CXX='$wl-E'
14734 hardcode_direct_CXX=yes
14735 hardcode_minus_L_CXX=yes # Not in the search PATH,
14736 # but as the default
14737 # location of the library.
14738
14739 case $cc_basename in
14740 CC*)
14741 # FIXME: insert proper C++ library support
14742 ld_shlibs_CXX=no
14743 ;;
14744 aCC*)
14745 archive_cmds_CXX='$RM $output_objdir/$soname~$CC -b $wl+b $wl$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
14746 # Commands to make compiler produce verbose output that lists
14747 # what "hidden" libraries, object files and flags are used when
14748 # linking a shared library.
14749 #
14750 # There doesn't appear to be a way to prevent this compiler from
14751 # explicitly linking system object files so we need to strip them
14752 # from the output so that they don't get included in the library
14753 # dependencies.
14754 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
14755 ;;
14756 *)
14757 if test yes = "$GXX"; then
14758 archive_cmds_CXX='$RM $output_objdir/$soname~$CC -shared -nostdlib $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
14759 else
14760 # FIXME: insert proper C++ library support
14761 ld_shlibs_CXX=no
14762 fi
14763 ;;
14764 esac
14765 ;;
14766
14767 hpux10*|hpux11*)
14768 if test no = "$with_gnu_ld"; then
14769 hardcode_libdir_flag_spec_CXX='$wl+b $wl$libdir'
14770 hardcode_libdir_separator_CXX=:
14771
14772 case $host_cpu in
14773 hppa*64*|ia64*)
14774 ;;
14775 *)
14776 export_dynamic_flag_spec_CXX='$wl-E'
14777 ;;
14778 esac
14779 fi
14780 case $host_cpu in
14781 hppa*64*|ia64*)
14782 hardcode_direct_CXX=no
14783 hardcode_shlibpath_var_CXX=no
14784 ;;
14785 *)
14786 hardcode_direct_CXX=yes
14787 hardcode_direct_absolute_CXX=yes
14788 hardcode_minus_L_CXX=yes # Not in the search PATH,
14789 # but as the default
14790 # location of the library.
14791 ;;
14792 esac
14793
14794 case $cc_basename in
14795 CC*)
14796 # FIXME: insert proper C++ library support
14797 ld_shlibs_CXX=no
14798 ;;
14799 aCC*)
14800 case $host_cpu in
14801 hppa*64*)
14802 archive_cmds_CXX='$CC -b $wl+h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
14803 ;;
14804 ia64*)
14805 archive_cmds_CXX='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
14806 ;;
14807 *)
14808 archive_cmds_CXX='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
14809 ;;
14810 esac
14811 # Commands to make compiler produce verbose output that lists
14812 # what "hidden" libraries, object files and flags are used when
14813 # linking a shared library.
14814 #
14815 # There doesn't appear to be a way to prevent this compiler from
14816 # explicitly linking system object files so we need to strip them
14817 # from the output so that they don't get included in the library
14818 # dependencies.
14819 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
14820 ;;
14821 *)
14822 if test yes = "$GXX"; then
14823 if test no = "$with_gnu_ld"; then
14824 case $host_cpu in
14825 hppa*64*)
14826 archive_cmds_CXX='$CC -shared -nostdlib -fPIC $wl+h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
14827 ;;
14828 ia64*)
14829 archive_cmds_CXX='$CC -shared -nostdlib $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
14830 ;;
14831 *)
14832 archive_cmds_CXX='$CC -shared -nostdlib $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
14833 ;;
14834 esac
14835 fi
14836 else
14837 # FIXME: insert proper C++ library support
14838 ld_shlibs_CXX=no
14839 fi
14840 ;;
14841 esac
14842 ;;
14843
14844 interix[3-9]*)
14845 hardcode_direct_CXX=no
14846 hardcode_shlibpath_var_CXX=no
14847 hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir'
14848 export_dynamic_flag_spec_CXX='$wl-E'
14849 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
14850 # Instead, shared libraries are loaded at an image base (0x10000000 by
14851 # default) and relocated if they conflict, which is a slow very memory
14852 # consuming and fragmenting process. To avoid this, we pick a random,
14853 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
14854 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
14855 archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
14856 archive_expsym_cmds_CXX='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
14857 ;;
14858 irix5* | irix6*)
14859 case $cc_basename in
14860 CC*)
14861 # SGI C++
14862 archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
14863
14864 # Archives containing C++ object files must be created using
14865 # "CC -ar", where "CC" is the IRIX C++ compiler. This is
14866 # necessary to make sure instantiated templates are included
14867 # in the archive.
14868 old_archive_cmds_CXX='$CC -ar -WR,-u -o $oldlib $oldobjs'
14869 ;;
14870 *)
14871 if test yes = "$GXX"; then
14872 if test no = "$with_gnu_ld"; then
14873 archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
14874 else
14875 archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib'
14876 fi
14877 fi
14878 link_all_deplibs_CXX=yes
14879 ;;
14880 esac
14881 hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
14882 hardcode_libdir_separator_CXX=:
14883 inherit_rpath_CXX=yes
14884 ;;
14885
14886 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
14887 case $cc_basename in
14888 KCC*)
14889 # Kuck and Associates, Inc. (KAI) C++ Compiler
14890
14891 # KCC will only create a shared library if the output file
14892 # ends with ".so" (or ".sl" for HP-UX), so rename the library
14893 # to its proper name (with version) after linking.
14894 archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
14895 archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib'
14896 # Commands to make compiler produce verbose output that lists
14897 # what "hidden" libraries, object files and flags are used when
14898 # linking a shared library.
14899 #
14900 # There doesn't appear to be a way to prevent this compiler from
14901 # explicitly linking system object files so we need to strip them
14902 # from the output so that they don't get included in the library
14903 # dependencies.
14904 output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
14905
14906 hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir'
14907 export_dynamic_flag_spec_CXX='$wl--export-dynamic'
14908
14909 # Archives containing C++ object files must be created using
14910 # "CC -Bstatic", where "CC" is the KAI C++ compiler.
14911 old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs'
14912 ;;
14913 icpc* | ecpc* )
14914 # Intel C++
14915 with_gnu_ld=yes
14916 # version 8.0 and above of icpc choke on multiply defined symbols
14917 # if we add $predep_objects and $postdep_objects, however 7.1 and
14918 # earlier do not add the objects themselves.
14919 case `$CC -V 2>&1` in
14920 *"Version 7."*)
14921 archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
14922 archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
14923 ;;
14924 *) # Version 8.0 or newer
14925 tmp_idyn=
14926 case $host_cpu in
14927 ia64*) tmp_idyn=' -i_dynamic';;
14928 esac
14929 archive_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
14930 archive_expsym_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
14931 ;;
14932 esac
14933 archive_cmds_need_lc_CXX=no
14934 hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir'
14935 export_dynamic_flag_spec_CXX='$wl--export-dynamic'
14936 whole_archive_flag_spec_CXX='$wl--whole-archive$convenience $wl--no-whole-archive'
14937 ;;
14938 pgCC* | pgcpp*)
14939 # Portland Group C++ compiler
14940 case `$CC -V` in
14941 *pgCC\ [1-5].* | *pgcpp\ [1-5].*)
14942 prelink_cmds_CXX='tpldir=Template.dir~
14943 rm -rf $tpldir~
14944 $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
14945 compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
14946 old_archive_cmds_CXX='tpldir=Template.dir~
14947 rm -rf $tpldir~
14948 $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
14949 $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
14950 $RANLIB $oldlib'
14951 archive_cmds_CXX='tpldir=Template.dir~
14952 rm -rf $tpldir~
14953 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
14954 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
14955 archive_expsym_cmds_CXX='tpldir=Template.dir~
14956 rm -rf $tpldir~
14957 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
14958 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
14959 ;;
14960 *) # Version 6 and above use weak symbols
14961 archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
14962 archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
14963 ;;
14964 esac
14965
14966 hardcode_libdir_flag_spec_CXX='$wl--rpath $wl$libdir'
14967 export_dynamic_flag_spec_CXX='$wl--export-dynamic'
14968 whole_archive_flag_spec_CXX='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
14969 ;;
14970 cxx*)
14971 # Compaq C++
14972 archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
14973 archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib $wl-retain-symbols-file $wl$export_symbols'
14974
14975 runpath_var=LD_RUN_PATH
14976 hardcode_libdir_flag_spec_CXX='-rpath $libdir'
14977 hardcode_libdir_separator_CXX=:
14978
14979 # Commands to make compiler produce verbose output that lists
14980 # what "hidden" libraries, object files and flags are used when
14981 # linking a shared library.
14982 #
14983 # There doesn't appear to be a way to prevent this compiler from
14984 # explicitly linking system object files so we need to strip them
14985 # from the output so that they don't get included in the library
14986 # dependencies.
14987 output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
14988 ;;
14989 xl* | mpixl* | bgxl*)
14990 # IBM XL 8.0 on PPC, with GNU ld
14991 hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
14992 export_dynamic_flag_spec_CXX='$wl--export-dynamic'
14993 archive_cmds_CXX='$CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
14994 if test yes = "$supports_anon_versioning"; then
14995 archive_expsym_cmds_CXX='echo "{ global:" > $output_objdir/$libname.ver~
14996 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
14997 echo "local: *; };" >> $output_objdir/$libname.ver~
14998 $CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib'
14999 fi
15000 ;;
15001 *)
15002 case `$CC -V 2>&1 | sed 5q` in
15003 *Sun\ C*)
15004 # Sun C++ 5.9
15005 no_undefined_flag_CXX=' -zdefs'
15006 archive_cmds_CXX='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
15007 archive_expsym_cmds_CXX='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file $wl$export_symbols'
15008 hardcode_libdir_flag_spec_CXX='-R$libdir'
15009 whole_archive_flag_spec_CXX='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
15010 compiler_needs_object_CXX=yes
15011
15012 # Not sure whether something based on
15013 # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
15014 # would be better.
15015 output_verbose_link_cmd='func_echo_all'
15016
15017 # Archives containing C++ object files must be created using
15018 # "CC -xar", where "CC" is the Sun C++ compiler. This is
15019 # necessary to make sure instantiated templates are included
15020 # in the archive.
15021 old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
15022 ;;
15023 esac
15024 ;;
15025 esac
15026 ;;
15027
15028 lynxos*)
15029 # FIXME: insert proper C++ library support
15030 ld_shlibs_CXX=no
15031 ;;
15032
15033 m88k*)
15034 # FIXME: insert proper C++ library support
15035 ld_shlibs_CXX=no
15036 ;;
15037
15038 mvs*)
15039 case $cc_basename in
15040 cxx*)
15041 # FIXME: insert proper C++ library support
15042 ld_shlibs_CXX=no
15043 ;;
15044 *)
15045 # FIXME: insert proper C++ library support
15046 ld_shlibs_CXX=no
15047 ;;
15048 esac
15049 ;;
15050
15051 netbsd*)
15052 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
15053 archive_cmds_CXX='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
15054 wlarc=
15055 hardcode_libdir_flag_spec_CXX='-R$libdir'
15056 hardcode_direct_CXX=yes
15057 hardcode_shlibpath_var_CXX=no
15058 fi
15059 # Workaround some broken pre-1.5 toolchains
15060 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
15061 ;;
15062
15063 *nto* | *qnx*)
15064 ld_shlibs_CXX=yes
15065 ;;
15066
15067 openbsd* | bitrig*)
15068 if test -f /usr/libexec/ld.so; then
15069 hardcode_direct_CXX=yes
15070 hardcode_shlibpath_var_CXX=no
15071 hardcode_direct_absolute_CXX=yes
15072 archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
15073 hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir'
15074 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
15075 archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib'
15076 export_dynamic_flag_spec_CXX='$wl-E'
15077 whole_archive_flag_spec_CXX=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive'
15078 fi
15079 output_verbose_link_cmd=func_echo_all
15080 else
15081 ld_shlibs_CXX=no
15082 fi
15083 ;;
15084
15085 osf3* | osf4* | osf5*)
15086 case $cc_basename in
15087 KCC*)
15088 # Kuck and Associates, Inc. (KAI) C++ Compiler
15089
15090 # KCC will only create a shared library if the output file
15091 # ends with ".so" (or ".sl" for HP-UX), so rename the library
15092 # to its proper name (with version) after linking.
15093 archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
15094
15095 hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir'
15096 hardcode_libdir_separator_CXX=:
15097
15098 # Archives containing C++ object files must be created using
15099 # the KAI C++ compiler.
15100 case $host in
15101 osf3*) old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs' ;;
15102 *) old_archive_cmds_CXX='$CC -o $oldlib $oldobjs' ;;
15103 esac
15104 ;;
15105 RCC*)
15106 # Rational C++ 2.4.1
15107 # FIXME: insert proper C++ library support
15108 ld_shlibs_CXX=no
15109 ;;
15110 cxx*)
15111 case $host in
15112 osf3*)
15113 allow_undefined_flag_CXX=' $wl-expect_unresolved $wl\*'
15114 archive_cmds_CXX='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
15115 hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
15116 ;;
15117 *)
15118 allow_undefined_flag_CXX=' -expect_unresolved \*'
15119 archive_cmds_CXX='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
15120 archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
15121 echo "-hidden">> $lib.exp~
15122 $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~
15123 $RM $lib.exp'
15124 hardcode_libdir_flag_spec_CXX='-rpath $libdir'
15125 ;;
15126 esac
15127
15128 hardcode_libdir_separator_CXX=:
15129
15130 # Commands to make compiler produce verbose output that lists
15131 # what "hidden" libraries, object files and flags are used when
15132 # linking a shared library.
15133 #
15134 # There doesn't appear to be a way to prevent this compiler from
15135 # explicitly linking system object files so we need to strip them
15136 # from the output so that they don't get included in the library
15137 # dependencies.
15138 output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
15139 ;;
15140 *)
15141 if test yes,no = "$GXX,$with_gnu_ld"; then
15142 allow_undefined_flag_CXX=' $wl-expect_unresolved $wl\*'
15143 case $host in
15144 osf3*)
15145 archive_cmds_CXX='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
15146 ;;
15147 *)
15148 archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
15149 ;;
15150 esac
15151
15152 hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
15153 hardcode_libdir_separator_CXX=:
15154
15155 # Commands to make compiler produce verbose output that lists
15156 # what "hidden" libraries, object files and flags are used when
15157 # linking a shared library.
15158 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
15159
15160 else
15161 # FIXME: insert proper C++ library support
15162 ld_shlibs_CXX=no
15163 fi
15164 ;;
15165 esac
15166 ;;
15167
15168 psos*)
15169 # FIXME: insert proper C++ library support
15170 ld_shlibs_CXX=no
15171 ;;
15172
15173 sunos4*)
15174 case $cc_basename in
15175 CC*)
15176 # Sun C++ 4.x
15177 # FIXME: insert proper C++ library support
15178 ld_shlibs_CXX=no
15179 ;;
15180 lcc*)
15181 # Lucid
15182 # FIXME: insert proper C++ library support
15183 ld_shlibs_CXX=no
15184 ;;
15185 *)
15186 # FIXME: insert proper C++ library support
15187 ld_shlibs_CXX=no
15188 ;;
15189 esac
15190 ;;
15191
15192 solaris*)
15193 case $cc_basename in
15194 CC* | sunCC*)
15195 # Sun C++ 4.2, 5.x and Centerline C++
15196 archive_cmds_need_lc_CXX=yes
15197 no_undefined_flag_CXX=' -zdefs'
15198 archive_cmds_CXX='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
15199 archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
15200 $CC -G$allow_undefined_flag $wl-M $wl$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
15201
15202 hardcode_libdir_flag_spec_CXX='-R$libdir'
15203 hardcode_shlibpath_var_CXX=no
15204 case $host_os in
15205 solaris2.[0-5] | solaris2.[0-5].*) ;;
15206 *)
15207 # The compiler driver will combine and reorder linker options,
15208 # but understands '-z linker_flag'.
15209 # Supported since Solaris 2.6 (maybe 2.5.1?)
15210 whole_archive_flag_spec_CXX='-z allextract$convenience -z defaultextract'
15211 ;;
15212 esac
15213 link_all_deplibs_CXX=yes
15214
15215 output_verbose_link_cmd='func_echo_all'
15216
15217 # Archives containing C++ object files must be created using
15218 # "CC -xar", where "CC" is the Sun C++ compiler. This is
15219 # necessary to make sure instantiated templates are included
15220 # in the archive.
15221 old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
15222 ;;
15223 gcx*)
15224 # Green Hills C++ Compiler
15225 archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib'
15226
15227 # The C++ compiler must be used to create the archive.
15228 old_archive_cmds_CXX='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
15229 ;;
15230 *)
15231 # GNU C++ compiler with Solaris linker
15232 if test yes,no = "$GXX,$with_gnu_ld"; then
15233 no_undefined_flag_CXX=' $wl-z ${wl}defs'
15234 if $CC --version | $GREP -v '^2\.7' > /dev/null; then
15235 archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib'
15236 archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
15237 $CC -shared $pic_flag -nostdlib $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
15238
15239 # Commands to make compiler produce verbose output that lists
15240 # what "hidden" libraries, object files and flags are used when
15241 # linking a shared library.
15242 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
15243 else
15244 # g++ 2.7 appears to require '-G' NOT '-shared' on this
15245 # platform.
15246 archive_cmds_CXX='$CC -G -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib'
15247 archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
15248 $CC -G -nostdlib $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
15249
15250 # Commands to make compiler produce verbose output that lists
15251 # what "hidden" libraries, object files and flags are used when
15252 # linking a shared library.
15253 output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
15254 fi
15255
15256 hardcode_libdir_flag_spec_CXX='$wl-R $wl$libdir'
15257 case $host_os in
15258 solaris2.[0-5] | solaris2.[0-5].*) ;;
15259 *)
15260 whole_archive_flag_spec_CXX='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract'
15261 ;;
15262 esac
15263 fi
15264 ;;
15265 esac
15266 ;;
15267
15268 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
15269 no_undefined_flag_CXX='$wl-z,text'
15270 archive_cmds_need_lc_CXX=no
15271 hardcode_shlibpath_var_CXX=no
15272 runpath_var='LD_RUN_PATH'
15273
15274 case $cc_basename in
15275 CC*)
15276 archive_cmds_CXX='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
15277 archive_expsym_cmds_CXX='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
15278 ;;
15279 *)
15280 archive_cmds_CXX='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
15281 archive_expsym_cmds_CXX='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
15282 ;;
15283 esac
15284 ;;
15285
15286 sysv5* | sco3.2v5* | sco5v6*)
15287 # Note: We CANNOT use -z defs as we might desire, because we do not
15288 # link with -lc, and that would cause any symbols used from libc to
15289 # always be unresolved, which means just about no library would
15290 # ever link correctly. If we're not using GNU ld we use -z text
15291 # though, which does catch some bad symbols but isn't as heavy-handed
15292 # as -z defs.
15293 no_undefined_flag_CXX='$wl-z,text'
15294 allow_undefined_flag_CXX='$wl-z,nodefs'
15295 archive_cmds_need_lc_CXX=no
15296 hardcode_shlibpath_var_CXX=no
15297 hardcode_libdir_flag_spec_CXX='$wl-R,$libdir'
15298 hardcode_libdir_separator_CXX=':'
15299 link_all_deplibs_CXX=yes
15300 export_dynamic_flag_spec_CXX='$wl-Bexport'
15301 runpath_var='LD_RUN_PATH'
15302
15303 case $cc_basename in
15304 CC*)
15305 archive_cmds_CXX='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
15306 archive_expsym_cmds_CXX='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
15307 old_archive_cmds_CXX='$CC -Tprelink_objects $oldobjs~
15308 '"$old_archive_cmds_CXX"
15309 reload_cmds_CXX='$CC -Tprelink_objects $reload_objs~
15310 '"$reload_cmds_CXX"
15311 ;;
15312 *)
15313 archive_cmds_CXX='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
15314 archive_expsym_cmds_CXX='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
15315 ;;
15316 esac
15317 ;;
15318
15319 tandem*)
15320 case $cc_basename in
15321 NCC*)
15322 # NonStop-UX NCC 3.20
15323 # FIXME: insert proper C++ library support
15324 ld_shlibs_CXX=no
15325 ;;
15326 *)
15327 # FIXME: insert proper C++ library support
15328 ld_shlibs_CXX=no
15329 ;;
15330 esac
15331 ;;
15332
15333 vxworks*)
15334 # FIXME: insert proper C++ library support
15335 ld_shlibs_CXX=no
15336 ;;
15337
15338 *)
15339 # FIXME: insert proper C++ library support
15340 ld_shlibs_CXX=no
15341 ;;
15342 esac
15343
15344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
15345 $as_echo "$ld_shlibs_CXX" >&6; }
15346 test no = "$ld_shlibs_CXX" && can_build_shared=no
15347
15348 GCC_CXX=$GXX
15349 LD_CXX=$LD
15350
15351 ## CAVEAT EMPTOR:
15352 ## There is no encapsulation within the following macros, do not change
15353 ## the running order or otherwise move them around unless you know exactly
15354 ## what you are doing...
15355 # Dependencies to place before and after the object being linked:
15356 predep_objects_CXX=
15357 postdep_objects_CXX=
15358 predeps_CXX=
15359 postdeps_CXX=
15360 compiler_lib_search_path_CXX=
15361
15362 cat > conftest.$ac_ext <<_LT_EOF
15363 class Foo
15364 {
15365 public:
15366 Foo (void) { a = 0; }
15367 private:
15368 int a;
15369 };
15370 _LT_EOF
15371
15372
15373 _lt_libdeps_save_CFLAGS=$CFLAGS
15374 case "$CC $CFLAGS " in #(
15375 *\ -flto*\ *) CFLAGS="$CFLAGS -fno-lto" ;;
15376 *\ -fwhopr*\ *) CFLAGS="$CFLAGS -fno-whopr" ;;
15377 *\ -fuse-linker-plugin*\ *) CFLAGS="$CFLAGS -fno-use-linker-plugin" ;;
15378 esac
15379
15380 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
15381 (eval $ac_compile) 2>&5
15382 ac_status=$?
15383 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
15384 test $ac_status = 0; }; then
15385 # Parse the compiler output and extract the necessary
15386 # objects, libraries and library flags.
15387
15388 # Sentinel used to keep track of whether or not we are before
15389 # the conftest object file.
15390 pre_test_object_deps_done=no
15391
15392 for p in `eval "$output_verbose_link_cmd"`; do
15393 case $prev$p in
15394
15395 -L* | -R* | -l*)
15396 # Some compilers place space between "-{L,R}" and the path.
15397 # Remove the space.
15398 if test x-L = "$p" ||
15399 test x-R = "$p"; then
15400 prev=$p
15401 continue
15402 fi
15403
15404 # Expand the sysroot to ease extracting the directories later.
15405 if test -z "$prev"; then
15406 case $p in
15407 -L*) func_stripname_cnf '-L' '' "$p"; prev=-L; p=$func_stripname_result ;;
15408 -R*) func_stripname_cnf '-R' '' "$p"; prev=-R; p=$func_stripname_result ;;
15409 -l*) func_stripname_cnf '-l' '' "$p"; prev=-l; p=$func_stripname_result ;;
15410 esac
15411 fi
15412 case $p in
15413 =*) func_stripname_cnf '=' '' "$p"; p=$lt_sysroot$func_stripname_result ;;
15414 esac
15415 if test no = "$pre_test_object_deps_done"; then
15416 case $prev in
15417 -L | -R)
15418 # Internal compiler library paths should come after those
15419 # provided the user. The postdeps already come after the
15420 # user supplied libs so there is no need to process them.
15421 if test -z "$compiler_lib_search_path_CXX"; then
15422 compiler_lib_search_path_CXX=$prev$p
15423 else
15424 compiler_lib_search_path_CXX="${compiler_lib_search_path_CXX} $prev$p"
15425 fi
15426 ;;
15427 # The "-l" case would never come before the object being
15428 # linked, so don't bother handling this case.
15429 esac
15430 else
15431 if test -z "$postdeps_CXX"; then
15432 postdeps_CXX=$prev$p
15433 else
15434 postdeps_CXX="${postdeps_CXX} $prev$p"
15435 fi
15436 fi
15437 prev=
15438 ;;
15439
15440 *.lto.$objext) ;; # Ignore GCC LTO objects
15441 *.$objext)
15442 # This assumes that the test object file only shows up
15443 # once in the compiler output.
15444 if test "$p" = "conftest.$objext"; then
15445 pre_test_object_deps_done=yes
15446 continue
15447 fi
15448
15449 if test no = "$pre_test_object_deps_done"; then
15450 if test -z "$predep_objects_CXX"; then
15451 predep_objects_CXX=$p
15452 else
15453 predep_objects_CXX="$predep_objects_CXX $p"
15454 fi
15455 else
15456 if test -z "$postdep_objects_CXX"; then
15457 postdep_objects_CXX=$p
15458 else
15459 postdep_objects_CXX="$postdep_objects_CXX $p"
15460 fi
15461 fi
15462 ;;
15463
15464 *) ;; # Ignore the rest.
15465
15466 esac
15467 done
15468
15469 # Clean up.
15470 rm -f a.out a.exe
15471 else
15472 echo "libtool.m4: error: problem compiling CXX test program"
15473 fi
15474
15475 $RM -f confest.$objext
15476 CFLAGS=$_lt_libdeps_save_CFLAGS
15477
15478 # PORTME: override above test on systems where it is broken
15479 case $host_os in
15480 interix[3-9]*)
15481 # Interix 3.5 installs completely hosed .la files for C++, so rather than
15482 # hack all around it, let's just trust "g++" to DTRT.
15483 predep_objects_CXX=
15484 postdep_objects_CXX=
15485 postdeps_CXX=
15486 ;;
15487 esac
15488
15489
15490 case " $postdeps_CXX " in
15491 *" -lc "*) archive_cmds_need_lc_CXX=no ;;
15492 esac
15493 compiler_lib_search_dirs_CXX=
15494 if test -n "${compiler_lib_search_path_CXX}"; then
15495 compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | $SED -e 's! -L! !g' -e 's!^ !!'`
15496 fi
15497
15498
15499
15500
15501
15502
15503
15504
15505
15506
15507
15508
15509
15510
15511
15512
15513
15514
15515
15516
15517
15518
15519
15520
15521
15522
15523
15524
15525
15526
15527
15528 lt_prog_compiler_wl_CXX=
15529 lt_prog_compiler_pic_CXX=
15530 lt_prog_compiler_static_CXX=
15531
15532
15533 # C++ specific cases for pic, static, wl, etc.
15534 if test yes = "$GXX"; then
15535 lt_prog_compiler_wl_CXX='-Wl,'
15536 lt_prog_compiler_static_CXX='-static'
15537
15538 case $host_os in
15539 aix*)
15540 # All AIX code is PIC.
15541 if test ia64 = "$host_cpu"; then
15542 # AIX 5 now supports IA64 processor
15543 lt_prog_compiler_static_CXX='-Bstatic'
15544 fi
15545 lt_prog_compiler_pic_CXX='-fPIC'
15546 ;;
15547
15548 amigaos*)
15549 case $host_cpu in
15550 powerpc)
15551 # see comment about AmigaOS4 .so support
15552 lt_prog_compiler_pic_CXX='-fPIC'
15553 ;;
15554 m68k)
15555 # FIXME: we need at least 68020 code to build shared libraries, but
15556 # adding the '-m68020' flag to GCC prevents building anything better,
15557 # like '-m68040'.
15558 lt_prog_compiler_pic_CXX='-m68020 -resident32 -malways-restore-a4'
15559 ;;
15560 esac
15561 ;;
15562
15563 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
15564 # PIC is the default for these OSes.
15565 ;;
15566 mingw* | cygwin* | os2* | pw32* | cegcc*)
15567 # This hack is so that the source file can tell whether it is being
15568 # built for inclusion in a dll (and should export symbols for example).
15569 # Although the cygwin gcc ignores -fPIC, still need this for old-style
15570 # (--disable-auto-import) libraries
15571 lt_prog_compiler_pic_CXX='-DDLL_EXPORT'
15572 case $host_os in
15573 os2*)
15574 lt_prog_compiler_static_CXX='$wl-static'
15575 ;;
15576 esac
15577 ;;
15578 darwin* | rhapsody*)
15579 # PIC is the default on this platform
15580 # Common symbols not allowed in MH_DYLIB files
15581 lt_prog_compiler_pic_CXX='-fno-common'
15582 ;;
15583 *djgpp*)
15584 # DJGPP does not support shared libraries at all
15585 lt_prog_compiler_pic_CXX=
15586 ;;
15587 haiku*)
15588 # PIC is the default for Haiku.
15589 # The "-static" flag exists, but is broken.
15590 lt_prog_compiler_static_CXX=
15591 ;;
15592 interix[3-9]*)
15593 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
15594 # Instead, we relocate shared libraries at runtime.
15595 ;;
15596 sysv4*MP*)
15597 if test -d /usr/nec; then
15598 lt_prog_compiler_pic_CXX=-Kconform_pic
15599 fi
15600 ;;
15601 hpux*)
15602 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
15603 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
15604 # sets the default TLS model and affects inlining.
15605 case $host_cpu in
15606 hppa*64*)
15607 ;;
15608 *)
15609 lt_prog_compiler_pic_CXX='-fPIC'
15610 ;;
15611 esac
15612 ;;
15613 *qnx* | *nto*)
15614 # QNX uses GNU C++, but need to define -shared option too, otherwise
15615 # it will coredump.
15616 lt_prog_compiler_pic_CXX='-fPIC -shared'
15617 ;;
15618 *)
15619 lt_prog_compiler_pic_CXX='-fPIC'
15620 ;;
15621 esac
15622 else
15623 case $host_os in
15624 aix[4-9]*)
15625 # All AIX code is PIC.
15626 if test ia64 = "$host_cpu"; then
15627 # AIX 5 now supports IA64 processor
15628 lt_prog_compiler_static_CXX='-Bstatic'
15629 else
15630 lt_prog_compiler_static_CXX='-bnso -bI:/lib/syscalls.exp'
15631 fi
15632 ;;
15633 chorus*)
15634 case $cc_basename in
15635 cxch68*)
15636 # Green Hills C++ Compiler
15637 # _LT_TAGVAR(lt_prog_compiler_static, CXX)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a"
15638 ;;
15639 esac
15640 ;;
15641 mingw* | cygwin* | os2* | pw32* | cegcc*)
15642 # This hack is so that the source file can tell whether it is being
15643 # built for inclusion in a dll (and should export symbols for example).
15644 lt_prog_compiler_pic_CXX='-DDLL_EXPORT'
15645 ;;
15646 dgux*)
15647 case $cc_basename in
15648 ec++*)
15649 lt_prog_compiler_pic_CXX='-KPIC'
15650 ;;
15651 ghcx*)
15652 # Green Hills C++ Compiler
15653 lt_prog_compiler_pic_CXX='-pic'
15654 ;;
15655 *)
15656 ;;
15657 esac
15658 ;;
15659 freebsd* | dragonfly*)
15660 # FreeBSD uses GNU C++
15661 ;;
15662 hpux9* | hpux10* | hpux11*)
15663 case $cc_basename in
15664 CC*)
15665 lt_prog_compiler_wl_CXX='-Wl,'
15666 lt_prog_compiler_static_CXX='$wl-a ${wl}archive'
15667 if test ia64 != "$host_cpu"; then
15668 lt_prog_compiler_pic_CXX='+Z'
15669 fi
15670 ;;
15671 aCC*)
15672 lt_prog_compiler_wl_CXX='-Wl,'
15673 lt_prog_compiler_static_CXX='$wl-a ${wl}archive'
15674 case $host_cpu in
15675 hppa*64*|ia64*)
15676 # +Z the default
15677 ;;
15678 *)
15679 lt_prog_compiler_pic_CXX='+Z'
15680 ;;
15681 esac
15682 ;;
15683 *)
15684 ;;
15685 esac
15686 ;;
15687 interix*)
15688 # This is c89, which is MS Visual C++ (no shared libs)
15689 # Anyone wants to do a port?
15690 ;;
15691 irix5* | irix6* | nonstopux*)
15692 case $cc_basename in
15693 CC*)
15694 lt_prog_compiler_wl_CXX='-Wl,'
15695 lt_prog_compiler_static_CXX='-non_shared'
15696 # CC pic flag -KPIC is the default.
15697 ;;
15698 *)
15699 ;;
15700 esac
15701 ;;
15702 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
15703 case $cc_basename in
15704 KCC*)
15705 # KAI C++ Compiler
15706 lt_prog_compiler_wl_CXX='--backend -Wl,'
15707 lt_prog_compiler_pic_CXX='-fPIC'
15708 ;;
15709 ecpc* )
15710 # old Intel C++ for x86_64, which still supported -KPIC.
15711 lt_prog_compiler_wl_CXX='-Wl,'
15712 lt_prog_compiler_pic_CXX='-KPIC'
15713 lt_prog_compiler_static_CXX='-static'
15714 ;;
15715 icpc* )
15716 # Intel C++, used to be incompatible with GCC.
15717 # ICC 10 doesn't accept -KPIC any more.
15718 lt_prog_compiler_wl_CXX='-Wl,'
15719 lt_prog_compiler_pic_CXX='-fPIC'
15720 lt_prog_compiler_static_CXX='-static'
15721 ;;
15722 pgCC* | pgcpp*)
15723 # Portland Group C++ compiler
15724 lt_prog_compiler_wl_CXX='-Wl,'
15725 lt_prog_compiler_pic_CXX='-fpic'
15726 lt_prog_compiler_static_CXX='-Bstatic'
15727 ;;
15728 cxx*)
15729 # Compaq C++
15730 # Make sure the PIC flag is empty. It appears that all Alpha
15731 # Linux and Compaq Tru64 Unix objects are PIC.
15732 lt_prog_compiler_pic_CXX=
15733 lt_prog_compiler_static_CXX='-non_shared'
15734 ;;
15735 xlc* | xlC* | bgxl[cC]* | mpixl[cC]*)
15736 # IBM XL 8.0, 9.0 on PPC and BlueGene
15737 lt_prog_compiler_wl_CXX='-Wl,'
15738 lt_prog_compiler_pic_CXX='-qpic'
15739 lt_prog_compiler_static_CXX='-qstaticlink'
15740 ;;
15741 *)
15742 case `$CC -V 2>&1 | sed 5q` in
15743 *Sun\ C*)
15744 # Sun C++ 5.9
15745 lt_prog_compiler_pic_CXX='-KPIC'
15746 lt_prog_compiler_static_CXX='-Bstatic'
15747 lt_prog_compiler_wl_CXX='-Qoption ld '
15748 ;;
15749 esac
15750 ;;
15751 esac
15752 ;;
15753 lynxos*)
15754 ;;
15755 m88k*)
15756 ;;
15757 mvs*)
15758 case $cc_basename in
15759 cxx*)
15760 lt_prog_compiler_pic_CXX='-W c,exportall'
15761 ;;
15762 *)
15763 ;;
15764 esac
15765 ;;
15766 netbsd* | netbsdelf*-gnu)
15767 ;;
15768 *qnx* | *nto*)
15769 # QNX uses GNU C++, but need to define -shared option too, otherwise
15770 # it will coredump.
15771 lt_prog_compiler_pic_CXX='-fPIC -shared'
15772 ;;
15773 osf3* | osf4* | osf5*)
15774 case $cc_basename in
15775 KCC*)
15776 lt_prog_compiler_wl_CXX='--backend -Wl,'
15777 ;;
15778 RCC*)
15779 # Rational C++ 2.4.1
15780 lt_prog_compiler_pic_CXX='-pic'
15781 ;;
15782 cxx*)
15783 # Digital/Compaq C++
15784 lt_prog_compiler_wl_CXX='-Wl,'
15785 # Make sure the PIC flag is empty. It appears that all Alpha
15786 # Linux and Compaq Tru64 Unix objects are PIC.
15787 lt_prog_compiler_pic_CXX=
15788 lt_prog_compiler_static_CXX='-non_shared'
15789 ;;
15790 *)
15791 ;;
15792 esac
15793 ;;
15794 psos*)
15795 ;;
15796 solaris*)
15797 case $cc_basename in
15798 CC* | sunCC*)
15799 # Sun C++ 4.2, 5.x and Centerline C++
15800 lt_prog_compiler_pic_CXX='-KPIC'
15801 lt_prog_compiler_static_CXX='-Bstatic'
15802 lt_prog_compiler_wl_CXX='-Qoption ld '
15803 ;;
15804 gcx*)
15805 # Green Hills C++ Compiler
15806 lt_prog_compiler_pic_CXX='-PIC'
15807 ;;
15808 *)
15809 ;;
15810 esac
15811 ;;
15812 sunos4*)
15813 case $cc_basename in
15814 CC*)
15815 # Sun C++ 4.x
15816 lt_prog_compiler_pic_CXX='-pic'
15817 lt_prog_compiler_static_CXX='-Bstatic'
15818 ;;
15819 lcc*)
15820 # Lucid
15821 lt_prog_compiler_pic_CXX='-pic'
15822 ;;
15823 *)
15824 ;;
15825 esac
15826 ;;
15827 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
15828 case $cc_basename in
15829 CC*)
15830 lt_prog_compiler_wl_CXX='-Wl,'
15831 lt_prog_compiler_pic_CXX='-KPIC'
15832 lt_prog_compiler_static_CXX='-Bstatic'
15833 ;;
15834 esac
15835 ;;
15836 tandem*)
15837 case $cc_basename in
15838 NCC*)
15839 # NonStop-UX NCC 3.20
15840 lt_prog_compiler_pic_CXX='-KPIC'
15841 ;;
15842 *)
15843 ;;
15844 esac
15845 ;;
15846 vxworks*)
15847 ;;
15848 *)
15849 lt_prog_compiler_can_build_shared_CXX=no
15850 ;;
15851 esac
15852 fi
15853
15854 case $host_os in
15855 # For platforms that do not support PIC, -DPIC is meaningless:
15856 *djgpp*)
15857 lt_prog_compiler_pic_CXX=
15858 ;;
15859 *)
15860 lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX -DPIC"
15861 ;;
15862 esac
15863
15864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
15865 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
15866 if ${lt_cv_prog_compiler_pic_CXX+:} false; then :
15867 $as_echo_n "(cached) " >&6
15868 else
15869 lt_cv_prog_compiler_pic_CXX=$lt_prog_compiler_pic_CXX
15870 fi
15871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_CXX" >&5
15872 $as_echo "$lt_cv_prog_compiler_pic_CXX" >&6; }
15873 lt_prog_compiler_pic_CXX=$lt_cv_prog_compiler_pic_CXX
15874
15875 #
15876 # Check to make sure the PIC flag actually works.
15877 #
15878 if test -n "$lt_prog_compiler_pic_CXX"; then
15879 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
15880 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... " >&6; }
15881 if ${lt_cv_prog_compiler_pic_works_CXX+:} false; then :
15882 $as_echo_n "(cached) " >&6
15883 else
15884 lt_cv_prog_compiler_pic_works_CXX=no
15885 ac_outfile=conftest.$ac_objext
15886 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
15887 lt_compiler_flag="$lt_prog_compiler_pic_CXX -DPIC" ## exclude from sc_useless_quotes_in_assignment
15888 # Insert the option either (1) after the last *FLAGS variable, or
15889 # (2) before a word containing "conftest.", or (3) at the end.
15890 # Note that $ac_compile itself does not contain backslashes and begins
15891 # with a dollar sign (not a hyphen), so the echo should work correctly.
15892 # The option is referenced via a variable to avoid confusing sed.
15893 lt_compile=`echo "$ac_compile" | $SED \
15894 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
15895 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
15896 -e 's:$: $lt_compiler_flag:'`
15897 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
15898 (eval "$lt_compile" 2>conftest.err)
15899 ac_status=$?
15900 cat conftest.err >&5
15901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15902 if (exit $ac_status) && test -s "$ac_outfile"; then
15903 # The compiler can only warn and ignore the option if not recognized
15904 # So say no if there are warnings other than the usual output.
15905 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
15906 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
15907 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
15908 lt_cv_prog_compiler_pic_works_CXX=yes
15909 fi
15910 fi
15911 $RM conftest*
15912
15913 fi
15914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works_CXX" >&5
15915 $as_echo "$lt_cv_prog_compiler_pic_works_CXX" >&6; }
15916
15917 if test yes = "$lt_cv_prog_compiler_pic_works_CXX"; then
15918 case $lt_prog_compiler_pic_CXX in
15919 "" | " "*) ;;
15920 *) lt_prog_compiler_pic_CXX=" $lt_prog_compiler_pic_CXX" ;;
15921 esac
15922 else
15923 lt_prog_compiler_pic_CXX=
15924 lt_prog_compiler_can_build_shared_CXX=no
15925 fi
15926
15927 fi
15928
15929
15930
15931
15932
15933 #
15934 # Check to make sure the static flag actually works.
15935 #
15936 wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\"
15937 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
15938 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
15939 if ${lt_cv_prog_compiler_static_works_CXX+:} false; then :
15940 $as_echo_n "(cached) " >&6
15941 else
15942 lt_cv_prog_compiler_static_works_CXX=no
15943 save_LDFLAGS=$LDFLAGS
15944 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
15945 echo "$lt_simple_link_test_code" > conftest.$ac_ext
15946 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
15947 # The linker can only warn and ignore the option if not recognized
15948 # So say no if there are warnings
15949 if test -s conftest.err; then
15950 # Append any errors to the config.log.
15951 cat conftest.err 1>&5
15952 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
15953 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
15954 if diff conftest.exp conftest.er2 >/dev/null; then
15955 lt_cv_prog_compiler_static_works_CXX=yes
15956 fi
15957 else
15958 lt_cv_prog_compiler_static_works_CXX=yes
15959 fi
15960 fi
15961 $RM -r conftest*
15962 LDFLAGS=$save_LDFLAGS
15963
15964 fi
15965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works_CXX" >&5
15966 $as_echo "$lt_cv_prog_compiler_static_works_CXX" >&6; }
15967
15968 if test yes = "$lt_cv_prog_compiler_static_works_CXX"; then
15969 :
15970 else
15971 lt_prog_compiler_static_CXX=
15972 fi
15973
15974
15975
15976
15977 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
15978 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
15979 if ${lt_cv_prog_compiler_c_o_CXX+:} false; then :
15980 $as_echo_n "(cached) " >&6
15981 else
15982 lt_cv_prog_compiler_c_o_CXX=no
15983 $RM -r conftest 2>/dev/null
15984 mkdir conftest
15985 cd conftest
15986 mkdir out
15987 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
15988
15989 lt_compiler_flag="-o out/conftest2.$ac_objext"
15990 # Insert the option either (1) after the last *FLAGS variable, or
15991 # (2) before a word containing "conftest.", or (3) at the end.
15992 # Note that $ac_compile itself does not contain backslashes and begins
15993 # with a dollar sign (not a hyphen), so the echo should work correctly.
15994 lt_compile=`echo "$ac_compile" | $SED \
15995 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
15996 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
15997 -e 's:$: $lt_compiler_flag:'`
15998 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
15999 (eval "$lt_compile" 2>out/conftest.err)
16000 ac_status=$?
16001 cat out/conftest.err >&5
16002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16003 if (exit $ac_status) && test -s out/conftest2.$ac_objext
16004 then
16005 # The compiler can only warn and ignore the option if not recognized
16006 # So say no if there are warnings
16007 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
16008 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
16009 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
16010 lt_cv_prog_compiler_c_o_CXX=yes
16011 fi
16012 fi
16013 chmod u+w . 2>&5
16014 $RM conftest*
16015 # SGI C++ compiler will create directory out/ii_files/ for
16016 # template instantiation
16017 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
16018 $RM out/* && rmdir out
16019 cd ..
16020 $RM -r conftest
16021 $RM conftest*
16022
16023 fi
16024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5
16025 $as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
16026
16027
16028
16029 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
16030 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
16031 if ${lt_cv_prog_compiler_c_o_CXX+:} false; then :
16032 $as_echo_n "(cached) " >&6
16033 else
16034 lt_cv_prog_compiler_c_o_CXX=no
16035 $RM -r conftest 2>/dev/null
16036 mkdir conftest
16037 cd conftest
16038 mkdir out
16039 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
16040
16041 lt_compiler_flag="-o out/conftest2.$ac_objext"
16042 # Insert the option either (1) after the last *FLAGS variable, or
16043 # (2) before a word containing "conftest.", or (3) at the end.
16044 # Note that $ac_compile itself does not contain backslashes and begins
16045 # with a dollar sign (not a hyphen), so the echo should work correctly.
16046 lt_compile=`echo "$ac_compile" | $SED \
16047 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
16048 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16049 -e 's:$: $lt_compiler_flag:'`
16050 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
16051 (eval "$lt_compile" 2>out/conftest.err)
16052 ac_status=$?
16053 cat out/conftest.err >&5
16054 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16055 if (exit $ac_status) && test -s out/conftest2.$ac_objext
16056 then
16057 # The compiler can only warn and ignore the option if not recognized
16058 # So say no if there are warnings
16059 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
16060 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
16061 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
16062 lt_cv_prog_compiler_c_o_CXX=yes
16063 fi
16064 fi
16065 chmod u+w . 2>&5
16066 $RM conftest*
16067 # SGI C++ compiler will create directory out/ii_files/ for
16068 # template instantiation
16069 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
16070 $RM out/* && rmdir out
16071 cd ..
16072 $RM -r conftest
16073 $RM conftest*
16074
16075 fi
16076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5
16077 $as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
16078
16079
16080
16081
16082 hard_links=nottested
16083 if test no = "$lt_cv_prog_compiler_c_o_CXX" && test no != "$need_locks"; then
16084 # do not overwrite the value of need_locks provided by the user
16085 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
16086 $as_echo_n "checking if we can lock with hard links... " >&6; }
16087 hard_links=yes
16088 $RM conftest*
16089 ln conftest.a conftest.b 2>/dev/null && hard_links=no
16090 touch conftest.a
16091 ln conftest.a conftest.b 2>&5 || hard_links=no
16092 ln conftest.a conftest.b 2>/dev/null && hard_links=no
16093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
16094 $as_echo "$hard_links" >&6; }
16095 if test no = "$hard_links"; then
16096 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&5
16097 $as_echo "$as_me: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&2;}
16098 need_locks=warn
16099 fi
16100 else
16101 need_locks=no
16102 fi
16103
16104
16105
16106 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
16107 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
16108
16109 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
16110 exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
16111 case $host_os in
16112 aix[4-9]*)
16113 # If we're using GNU nm, then we don't want the "-C" option.
16114 # -C means demangle to GNU nm, but means don't demangle to AIX nm.
16115 # Without the "-l" option, or with the "-B" option, AIX nm treats
16116 # weak defined symbols like other global defined symbols, whereas
16117 # GNU nm marks them as "W".
16118 # While the 'weak' keyword is ignored in the Export File, we need
16119 # it in the Import File for the 'aix-soname' feature, so we have
16120 # to replace the "-B" option with "-P" for AIX nm.
16121 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
16122 export_symbols_cmds_CXX='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols'
16123 else
16124 export_symbols_cmds_CXX='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
16125 fi
16126 ;;
16127 pw32*)
16128 export_symbols_cmds_CXX=$ltdll_cmds
16129 ;;
16130 cygwin* | mingw* | cegcc*)
16131 case $cc_basename in
16132 cl*)
16133 exclude_expsyms_CXX='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
16134 ;;
16135 *)
16136 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols'
16137 exclude_expsyms_CXX='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'
16138 ;;
16139 esac
16140 ;;
16141 linux* | k*bsd*-gnu | gnu*)
16142 link_all_deplibs_CXX=no
16143 ;;
16144 *)
16145 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
16146 ;;
16147 esac
16148
16149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
16150 $as_echo "$ld_shlibs_CXX" >&6; }
16151 test no = "$ld_shlibs_CXX" && can_build_shared=no
16152
16153 with_gnu_ld_CXX=$with_gnu_ld
16154
16155
16156
16157
16158
16159
16160 #
16161 # Do we need to explicitly link libc?
16162 #
16163 case "x$archive_cmds_need_lc_CXX" in
16164 x|xyes)
16165 # Assume -lc should be added
16166 archive_cmds_need_lc_CXX=yes
16167
16168 if test yes,yes = "$GCC,$enable_shared"; then
16169 case $archive_cmds_CXX in
16170 *'~'*)
16171 # FIXME: we may have to deal with multi-command sequences.
16172 ;;
16173 '$CC '*)
16174 # Test whether the compiler implicitly links with -lc since on some
16175 # systems, -lgcc has to come before -lc. If gcc already passes -lc
16176 # to ld, don't add -lc before -lgcc.
16177 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
16178 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
16179 if ${lt_cv_archive_cmds_need_lc_CXX+:} false; then :
16180 $as_echo_n "(cached) " >&6
16181 else
16182 $RM conftest*
16183 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
16184
16185 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
16186 (eval $ac_compile) 2>&5
16187 ac_status=$?
16188 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16189 test $ac_status = 0; } 2>conftest.err; then
16190 soname=conftest
16191 lib=conftest
16192 libobjs=conftest.$ac_objext
16193 deplibs=
16194 wl=$lt_prog_compiler_wl_CXX
16195 pic_flag=$lt_prog_compiler_pic_CXX
16196 compiler_flags=-v
16197 linker_flags=-v
16198 verstring=
16199 output_objdir=.
16200 libname=conftest
16201 lt_save_allow_undefined_flag=$allow_undefined_flag_CXX
16202 allow_undefined_flag_CXX=
16203 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
16204 (eval $archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
16205 ac_status=$?
16206 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16207 test $ac_status = 0; }
16208 then
16209 lt_cv_archive_cmds_need_lc_CXX=no
16210 else
16211 lt_cv_archive_cmds_need_lc_CXX=yes
16212 fi
16213 allow_undefined_flag_CXX=$lt_save_allow_undefined_flag
16214 else
16215 cat conftest.err 1>&5
16216 fi
16217 $RM conftest*
16218
16219 fi
16220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc_CXX" >&5
16221 $as_echo "$lt_cv_archive_cmds_need_lc_CXX" >&6; }
16222 archive_cmds_need_lc_CXX=$lt_cv_archive_cmds_need_lc_CXX
16223 ;;
16224 esac
16225 fi
16226 ;;
16227 esac
16228
16229
16230
16231
16232
16233
16234
16235
16236
16237
16238
16239
16240
16241
16242
16243
16244
16245
16246
16247
16248
16249
16250
16251
16252
16253
16254
16255
16256
16257
16258
16259
16260
16261
16262
16263
16264
16265
16266
16267
16268
16269
16270
16271
16272
16273
16274
16275
16276
16277
16278
16279
16280
16281
16282
16283
16284
16285
16286
16287
16288
16289
16290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
16291 $as_echo_n "checking dynamic linker characteristics... " >&6; }
16292
16293 library_names_spec=
16294 libname_spec='lib$name'
16295 soname_spec=
16296 shrext_cmds=.so
16297 postinstall_cmds=
16298 postuninstall_cmds=
16299 finish_cmds=
16300 finish_eval=
16301 shlibpath_var=
16302 shlibpath_overrides_runpath=unknown
16303 version_type=none
16304 dynamic_linker="$host_os ld.so"
16305 sys_lib_dlsearch_path_spec="/lib /usr/lib"
16306 need_lib_prefix=unknown
16307 hardcode_into_libs=no
16308
16309 # when you set need_version to no, make sure it does not cause -set_version
16310 # flags to be left without arguments
16311 need_version=unknown
16312
16313
16314
16315 case $host_os in
16316 aix3*)
16317 version_type=linux # correct to gnu/linux during the next big refactor
16318 library_names_spec='$libname$release$shared_ext$versuffix $libname.a'
16319 shlibpath_var=LIBPATH
16320
16321 # AIX 3 has no versioning support, so we append a major version to the name.
16322 soname_spec='$libname$release$shared_ext$major'
16323 ;;
16324
16325 aix[4-9]*)
16326 version_type=linux # correct to gnu/linux during the next big refactor
16327 need_lib_prefix=no
16328 need_version=no
16329 hardcode_into_libs=yes
16330 if test ia64 = "$host_cpu"; then
16331 # AIX 5 supports IA64
16332 library_names_spec='$libname$release$shared_ext$major $libname$release$shared_ext$versuffix $libname$shared_ext'
16333 shlibpath_var=LD_LIBRARY_PATH
16334 else
16335 # With GCC up to 2.95.x, collect2 would create an import file
16336 # for dependence libraries. The import file would start with
16337 # the line '#! .'. This would cause the generated library to
16338 # depend on '.', always an invalid library. This was fixed in
16339 # development snapshots of GCC prior to 3.0.
16340 case $host_os in
16341 aix4 | aix4.[01] | aix4.[01].*)
16342 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
16343 echo ' yes '
16344 echo '#endif'; } | $CC -E - | $GREP yes > /dev/null; then
16345 :
16346 else
16347 can_build_shared=no
16348 fi
16349 ;;
16350 esac
16351 # Using Import Files as archive members, it is possible to support
16352 # filename-based versioning of shared library archives on AIX. While
16353 # this would work for both with and without runtime linking, it will
16354 # prevent static linking of such archives. So we do filename-based
16355 # shared library versioning with .so extension only, which is used
16356 # when both runtime linking and shared linking is enabled.
16357 # Unfortunately, runtime linking may impact performance, so we do
16358 # not want this to be the default eventually. Also, we use the
16359 # versioned .so libs for executables only if there is the -brtl
16360 # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only.
16361 # To allow for filename-based versioning support, we need to create
16362 # libNAME.so.V as an archive file, containing:
16363 # *) an Import File, referring to the versioned filename of the
16364 # archive as well as the shared archive member, telling the
16365 # bitwidth (32 or 64) of that shared object, and providing the
16366 # list of exported symbols of that shared object, eventually
16367 # decorated with the 'weak' keyword
16368 # *) the shared object with the F_LOADONLY flag set, to really avoid
16369 # it being seen by the linker.
16370 # At run time we better use the real file rather than another symlink,
16371 # but for link time we create the symlink libNAME.so -> libNAME.so.V
16372
16373 case $with_aix_soname,$aix_use_runtimelinking in
16374 # AIX (on Power*) has no versioning support, so currently we cannot hardcode correct
16375 # soname into executable. Probably we can add versioning support to
16376 # collect2, so additional links can be useful in future.
16377 aix,yes) # traditional libtool
16378 dynamic_linker='AIX unversionable lib.so'
16379 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
16380 # instead of lib<name>.a to let people know that these are not
16381 # typical AIX shared libraries.
16382 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
16383 ;;
16384 aix,no) # traditional AIX only
16385 dynamic_linker='AIX lib.a(lib.so.V)'
16386 # We preserve .a as extension for shared libraries through AIX4.2
16387 # and later when we are not doing run time linking.
16388 library_names_spec='$libname$release.a $libname.a'
16389 soname_spec='$libname$release$shared_ext$major'
16390 ;;
16391 svr4,*) # full svr4 only
16392 dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o)"
16393 library_names_spec='$libname$release$shared_ext$major $libname$shared_ext'
16394 # We do not specify a path in Import Files, so LIBPATH fires.
16395 shlibpath_overrides_runpath=yes
16396 ;;
16397 *,yes) # both, prefer svr4
16398 dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o), lib.a(lib.so.V)"
16399 library_names_spec='$libname$release$shared_ext$major $libname$shared_ext'
16400 # unpreferred sharedlib libNAME.a needs extra handling
16401 postinstall_cmds='test -n "$linkname" || linkname="$realname"~func_stripname "" ".so" "$linkname"~$install_shared_prog "$dir/$func_stripname_result.$libext" "$destdir/$func_stripname_result.$libext"~test -z "$tstripme" || test -z "$striplib" || $striplib "$destdir/$func_stripname_result.$libext"'
16402 postuninstall_cmds='for n in $library_names $old_library; do :; done~func_stripname "" ".so" "$n"~test "$func_stripname_result" = "$n" || func_append rmfiles " $odir/$func_stripname_result.$libext"'
16403 # We do not specify a path in Import Files, so LIBPATH fires.
16404 shlibpath_overrides_runpath=yes
16405 ;;
16406 *,no) # both, prefer aix
16407 dynamic_linker="AIX lib.a(lib.so.V), lib.so.V($shared_archive_member_spec.o)"
16408 library_names_spec='$libname$release.a $libname.a'
16409 soname_spec='$libname$release$shared_ext$major'
16410 # unpreferred sharedlib libNAME.so.V and symlink libNAME.so need extra handling
16411 postinstall_cmds='test -z "$dlname" || $install_shared_prog $dir/$dlname $destdir/$dlname~test -z "$tstripme" || test -z "$striplib" || $striplib $destdir/$dlname~test -n "$linkname" || linkname=$realname~func_stripname "" ".a" "$linkname"~(cd "$destdir" && $LN_S -f $dlname $func_stripname_result.so)'
16412 postuninstall_cmds='test -z "$dlname" || func_append rmfiles " $odir/$dlname"~for n in $old_library $library_names; do :; done~func_stripname "" ".a" "$n"~func_append rmfiles " $odir/$func_stripname_result.so"'
16413 ;;
16414 esac
16415 shlibpath_var=LIBPATH
16416 fi
16417 ;;
16418
16419 amigaos*)
16420 case $host_cpu in
16421 powerpc)
16422 # Since July 2007 AmigaOS4 officially supports .so libraries.
16423 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
16424 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
16425 ;;
16426 m68k)
16427 library_names_spec='$libname.ixlibrary $libname.a'
16428 # Create ${libname}_ixlibrary.a entries in /sys/libs.
16429 finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
16430 ;;
16431 esac
16432 ;;
16433
16434 beos*)
16435 library_names_spec='$libname$shared_ext'
16436 dynamic_linker="$host_os ld.so"
16437 shlibpath_var=LIBRARY_PATH
16438 ;;
16439
16440 bsdi[45]*)
16441 version_type=linux # correct to gnu/linux during the next big refactor
16442 need_version=no
16443 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
16444 soname_spec='$libname$release$shared_ext$major'
16445 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
16446 shlibpath_var=LD_LIBRARY_PATH
16447 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
16448 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
16449 # the default ld.so.conf also contains /usr/contrib/lib and
16450 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
16451 # libtool to hard-code these into programs
16452 ;;
16453
16454 cygwin* | mingw* | pw32* | cegcc*)
16455 version_type=windows
16456 shrext_cmds=.dll
16457 need_version=no
16458 need_lib_prefix=no
16459
16460 case $GCC,$cc_basename in
16461 yes,*)
16462 # gcc
16463 library_names_spec='$libname.dll.a'
16464 # DLL is installed to $(libdir)/../bin by postinstall_cmds
16465 postinstall_cmds='base_file=`basename \$file`~
16466 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
16467 dldir=$destdir/`dirname \$dlpath`~
16468 test -d \$dldir || mkdir -p \$dldir~
16469 $install_prog $dir/$dlname \$dldir/$dlname~
16470 chmod a+x \$dldir/$dlname~
16471 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
16472 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
16473 fi'
16474 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
16475 dlpath=$dir/\$dldll~
16476 $RM \$dlpath'
16477 shlibpath_overrides_runpath=yes
16478
16479 case $host_os in
16480 cygwin*)
16481 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
16482 soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
16483
16484 ;;
16485 mingw* | cegcc*)
16486 # MinGW DLLs use traditional 'lib' prefix
16487 soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
16488 ;;
16489 pw32*)
16490 # pw32 DLLs use 'pw' prefix rather than 'lib'
16491 library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
16492 ;;
16493 esac
16494 dynamic_linker='Win32 ld.exe'
16495 ;;
16496
16497 *,cl*)
16498 # Native MSVC
16499 libname_spec='$name'
16500 soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
16501 library_names_spec='$libname.dll.lib'
16502
16503 case $build_os in
16504 mingw*)
16505 sys_lib_search_path_spec=
16506 lt_save_ifs=$IFS
16507 IFS=';'
16508 for lt_path in $LIB
16509 do
16510 IFS=$lt_save_ifs
16511 # Let DOS variable expansion print the short 8.3 style file name.
16512 lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
16513 sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
16514 done
16515 IFS=$lt_save_ifs
16516 # Convert to MSYS style.
16517 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
16518 ;;
16519 cygwin*)
16520 # Convert to unix form, then to dos form, then back to unix form
16521 # but this time dos style (no spaces!) so that the unix form looks
16522 # like /cygdrive/c/PROGRA~1:/cygdr...
16523 sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
16524 sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
16525 sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
16526 ;;
16527 *)
16528 sys_lib_search_path_spec=$LIB
16529 if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
16530 # It is most probably a Windows format PATH.
16531 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
16532 else
16533 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
16534 fi
16535 # FIXME: find the short name or the path components, as spaces are
16536 # common. (e.g. "Program Files" -> "PROGRA~1")
16537 ;;
16538 esac
16539
16540 # DLL is installed to $(libdir)/../bin by postinstall_cmds
16541 postinstall_cmds='base_file=`basename \$file`~
16542 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
16543 dldir=$destdir/`dirname \$dlpath`~
16544 test -d \$dldir || mkdir -p \$dldir~
16545 $install_prog $dir/$dlname \$dldir/$dlname'
16546 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
16547 dlpath=$dir/\$dldll~
16548 $RM \$dlpath'
16549 shlibpath_overrides_runpath=yes
16550 dynamic_linker='Win32 link.exe'
16551 ;;
16552
16553 *)
16554 # Assume MSVC wrapper
16555 library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
16556 dynamic_linker='Win32 ld.exe'
16557 ;;
16558 esac
16559 # FIXME: first we should search . and the directory the executable is in
16560 shlibpath_var=PATH
16561 ;;
16562
16563 darwin* | rhapsody*)
16564 dynamic_linker="$host_os dyld"
16565 version_type=darwin
16566 need_lib_prefix=no
16567 need_version=no
16568 library_names_spec='$libname$release$major$shared_ext $libname$shared_ext'
16569 soname_spec='$libname$release$major$shared_ext'
16570 shlibpath_overrides_runpath=yes
16571 shlibpath_var=DYLD_LIBRARY_PATH
16572 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
16573
16574 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
16575 ;;
16576
16577 dgux*)
16578 version_type=linux # correct to gnu/linux during the next big refactor
16579 need_lib_prefix=no
16580 need_version=no
16581 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
16582 soname_spec='$libname$release$shared_ext$major'
16583 shlibpath_var=LD_LIBRARY_PATH
16584 ;;
16585
16586 freebsd* | dragonfly*)
16587 # DragonFly does not have aout. When/if they implement a new
16588 # versioning mechanism, adjust this.
16589 if test -x /usr/bin/objformat; then
16590 objformat=`/usr/bin/objformat`
16591 else
16592 case $host_os in
16593 freebsd[23].*) objformat=aout ;;
16594 *) objformat=elf ;;
16595 esac
16596 fi
16597 version_type=freebsd-$objformat
16598 case $version_type in
16599 freebsd-elf*)
16600 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
16601 soname_spec='$libname$release$shared_ext$major'
16602 need_version=no
16603 need_lib_prefix=no
16604 ;;
16605 freebsd-*)
16606 library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
16607 need_version=yes
16608 ;;
16609 esac
16610 shlibpath_var=LD_LIBRARY_PATH
16611 case $host_os in
16612 freebsd2.*)
16613 shlibpath_overrides_runpath=yes
16614 ;;
16615 freebsd3.[01]* | freebsdelf3.[01]*)
16616 shlibpath_overrides_runpath=yes
16617 hardcode_into_libs=yes
16618 ;;
16619 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
16620 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
16621 shlibpath_overrides_runpath=no
16622 hardcode_into_libs=yes
16623 ;;
16624 *) # from 4.6 on, and DragonFly
16625 shlibpath_overrides_runpath=yes
16626 hardcode_into_libs=yes
16627 ;;
16628 esac
16629 ;;
16630
16631 haiku*)
16632 version_type=linux # correct to gnu/linux during the next big refactor
16633 need_lib_prefix=no
16634 need_version=no
16635 dynamic_linker="$host_os runtime_loader"
16636 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
16637 soname_spec='$libname$release$shared_ext$major'
16638 shlibpath_var=LIBRARY_PATH
16639 shlibpath_overrides_runpath=no
16640 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
16641 hardcode_into_libs=yes
16642 ;;
16643
16644 hpux9* | hpux10* | hpux11*)
16645 # Give a soname corresponding to the major version so that dld.sl refuses to
16646 # link against other versions.
16647 version_type=sunos
16648 need_lib_prefix=no
16649 need_version=no
16650 case $host_cpu in
16651 ia64*)
16652 shrext_cmds='.so'
16653 hardcode_into_libs=yes
16654 dynamic_linker="$host_os dld.so"
16655 shlibpath_var=LD_LIBRARY_PATH
16656 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
16657 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
16658 soname_spec='$libname$release$shared_ext$major'
16659 if test 32 = "$HPUX_IA64_MODE"; then
16660 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
16661 sys_lib_dlsearch_path_spec=/usr/lib/hpux32
16662 else
16663 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
16664 sys_lib_dlsearch_path_spec=/usr/lib/hpux64
16665 fi
16666 ;;
16667 hppa*64*)
16668 shrext_cmds='.sl'
16669 hardcode_into_libs=yes
16670 dynamic_linker="$host_os dld.sl"
16671 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
16672 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
16673 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
16674 soname_spec='$libname$release$shared_ext$major'
16675 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
16676 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
16677 ;;
16678 *)
16679 shrext_cmds='.sl'
16680 dynamic_linker="$host_os dld.sl"
16681 shlibpath_var=SHLIB_PATH
16682 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
16683 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
16684 soname_spec='$libname$release$shared_ext$major'
16685 ;;
16686 esac
16687 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
16688 postinstall_cmds='chmod 555 $lib'
16689 # or fails outright, so override atomically:
16690 install_override_mode=555
16691 ;;
16692
16693 interix[3-9]*)
16694 version_type=linux # correct to gnu/linux during the next big refactor
16695 need_lib_prefix=no
16696 need_version=no
16697 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
16698 soname_spec='$libname$release$shared_ext$major'
16699 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
16700 shlibpath_var=LD_LIBRARY_PATH
16701 shlibpath_overrides_runpath=no
16702 hardcode_into_libs=yes
16703 ;;
16704
16705 irix5* | irix6* | nonstopux*)
16706 case $host_os in
16707 nonstopux*) version_type=nonstopux ;;
16708 *)
16709 if test yes = "$lt_cv_prog_gnu_ld"; then
16710 version_type=linux # correct to gnu/linux during the next big refactor
16711 else
16712 version_type=irix
16713 fi ;;
16714 esac
16715 need_lib_prefix=no
16716 need_version=no
16717 soname_spec='$libname$release$shared_ext$major'
16718 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$release$shared_ext $libname$shared_ext'
16719 case $host_os in
16720 irix5* | nonstopux*)
16721 libsuff= shlibsuff=
16722 ;;
16723 *)
16724 case $LD in # libtool.m4 will add one of these switches to LD
16725 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
16726 libsuff= shlibsuff= libmagic=32-bit;;
16727 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
16728 libsuff=32 shlibsuff=N32 libmagic=N32;;
16729 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
16730 libsuff=64 shlibsuff=64 libmagic=64-bit;;
16731 *) libsuff= shlibsuff= libmagic=never-match;;
16732 esac
16733 ;;
16734 esac
16735 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
16736 shlibpath_overrides_runpath=no
16737 sys_lib_search_path_spec="/usr/lib$libsuff /lib$libsuff /usr/local/lib$libsuff"
16738 sys_lib_dlsearch_path_spec="/usr/lib$libsuff /lib$libsuff"
16739 hardcode_into_libs=yes
16740 ;;
16741
16742 # No shared lib support for Linux oldld, aout, or coff.
16743 linux*oldld* | linux*aout* | linux*coff*)
16744 dynamic_linker=no
16745 ;;
16746
16747 linux*android*)
16748 version_type=none # Android doesn't support versioned libraries.
16749 need_lib_prefix=no
16750 need_version=no
16751 library_names_spec='$libname$release$shared_ext'
16752 soname_spec='$libname$release$shared_ext'
16753 finish_cmds=
16754 shlibpath_var=LD_LIBRARY_PATH
16755 shlibpath_overrides_runpath=yes
16756
16757 # This implies no fast_install, which is unacceptable.
16758 # Some rework will be needed to allow for fast_install
16759 # before this can be enabled.
16760 hardcode_into_libs=yes
16761
16762 dynamic_linker='Android linker'
16763 # Don't embed -rpath directories since the linker doesn't support them.
16764 hardcode_libdir_flag_spec_CXX='-L$libdir'
16765 ;;
16766
16767 # This must be glibc/ELF.
16768 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
16769 version_type=linux # correct to gnu/linux during the next big refactor
16770 need_lib_prefix=no
16771 need_version=no
16772 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
16773 soname_spec='$libname$release$shared_ext$major'
16774 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
16775 shlibpath_var=LD_LIBRARY_PATH
16776 shlibpath_overrides_runpath=no
16777
16778 # Some binutils ld are patched to set DT_RUNPATH
16779 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
16780 $as_echo_n "(cached) " >&6
16781 else
16782 lt_cv_shlibpath_overrides_runpath=no
16783 save_LDFLAGS=$LDFLAGS
16784 save_libdir=$libdir
16785 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl_CXX\"; \
16786 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec_CXX\""
16787 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16788 /* end confdefs.h. */
16789
16790 int
16791 main ()
16792 {
16793
16794 ;
16795 return 0;
16796 }
16797 _ACEOF
16798 if ac_fn_cxx_try_link "$LINENO"; then :
16799 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
16800 lt_cv_shlibpath_overrides_runpath=yes
16801 fi
16802 fi
16803 rm -f core conftest.err conftest.$ac_objext \
16804 conftest$ac_exeext conftest.$ac_ext
16805 LDFLAGS=$save_LDFLAGS
16806 libdir=$save_libdir
16807
16808 fi
16809
16810 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
16811
16812 # This implies no fast_install, which is unacceptable.
16813 # Some rework will be needed to allow for fast_install
16814 # before this can be enabled.
16815 hardcode_into_libs=yes
16816
16817 # Ideally, we could use ldconfig to report *all* directores which are
16818 # searched for libraries, however this is still not possible. Aside from not
16819 # being certain /sbin/ldconfig is available, command
16820 # 'ldconfig -N -X -v | grep ^/' on 64bit Fedora does not report /usr/lib64,
16821 # even though it is searched at run-time. Try to do the best guess by
16822 # appending ld.so.conf contents (and includes) to the search path.
16823 if test -f /etc/ld.so.conf; then
16824 lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
16825 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
16826 fi
16827
16828 # We used to test for /lib/ld.so.1 and disable shared libraries on
16829 # powerpc, because MkLinux only supported shared libraries with the
16830 # GNU dynamic linker. Since this was broken with cross compilers,
16831 # most powerpc-linux boxes support dynamic linking these days and
16832 # people can always --disable-shared, the test was removed, and we
16833 # assume the GNU/Linux dynamic linker is in use.
16834 dynamic_linker='GNU/Linux ld.so'
16835 ;;
16836
16837 netbsdelf*-gnu)
16838 version_type=linux
16839 need_lib_prefix=no
16840 need_version=no
16841 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
16842 soname_spec='${libname}${release}${shared_ext}$major'
16843 shlibpath_var=LD_LIBRARY_PATH
16844 shlibpath_overrides_runpath=no
16845 hardcode_into_libs=yes
16846 dynamic_linker='NetBSD ld.elf_so'
16847 ;;
16848
16849 netbsd*)
16850 version_type=sunos
16851 need_lib_prefix=no
16852 need_version=no
16853 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
16854 library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
16855 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
16856 dynamic_linker='NetBSD (a.out) ld.so'
16857 else
16858 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
16859 soname_spec='$libname$release$shared_ext$major'
16860 dynamic_linker='NetBSD ld.elf_so'
16861 fi
16862 shlibpath_var=LD_LIBRARY_PATH
16863 shlibpath_overrides_runpath=yes
16864 hardcode_into_libs=yes
16865 ;;
16866
16867 newsos6)
16868 version_type=linux # correct to gnu/linux during the next big refactor
16869 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
16870 shlibpath_var=LD_LIBRARY_PATH
16871 shlibpath_overrides_runpath=yes
16872 ;;
16873
16874 *nto* | *qnx*)
16875 version_type=qnx
16876 need_lib_prefix=no
16877 need_version=no
16878 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
16879 soname_spec='$libname$release$shared_ext$major'
16880 shlibpath_var=LD_LIBRARY_PATH
16881 shlibpath_overrides_runpath=no
16882 hardcode_into_libs=yes
16883 dynamic_linker='ldqnx.so'
16884 ;;
16885
16886 openbsd* | bitrig*)
16887 version_type=sunos
16888 sys_lib_dlsearch_path_spec=/usr/lib
16889 need_lib_prefix=no
16890 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
16891 need_version=no
16892 else
16893 need_version=yes
16894 fi
16895 library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
16896 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
16897 shlibpath_var=LD_LIBRARY_PATH
16898 shlibpath_overrides_runpath=yes
16899 ;;
16900
16901 os2*)
16902 libname_spec='$name'
16903 version_type=windows
16904 shrext_cmds=.dll
16905 need_version=no
16906 need_lib_prefix=no
16907 # OS/2 can only load a DLL with a base name of 8 characters or less.
16908 soname_spec='`test -n "$os2dllname" && libname="$os2dllname";
16909 v=$($ECHO $release$versuffix | tr -d .-);
16910 n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _);
16911 $ECHO $n$v`$shared_ext'
16912 library_names_spec='${libname}_dll.$libext'
16913 dynamic_linker='OS/2 ld.exe'
16914 shlibpath_var=BEGINLIBPATH
16915 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
16916 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
16917 postinstall_cmds='base_file=`basename \$file`~
16918 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
16919 dldir=$destdir/`dirname \$dlpath`~
16920 test -d \$dldir || mkdir -p \$dldir~
16921 $install_prog $dir/$dlname \$dldir/$dlname~
16922 chmod a+x \$dldir/$dlname~
16923 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
16924 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
16925 fi'
16926 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
16927 dlpath=$dir/\$dldll~
16928 $RM \$dlpath'
16929 ;;
16930
16931 osf3* | osf4* | osf5*)
16932 version_type=osf
16933 need_lib_prefix=no
16934 need_version=no
16935 soname_spec='$libname$release$shared_ext$major'
16936 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
16937 shlibpath_var=LD_LIBRARY_PATH
16938 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
16939 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
16940 ;;
16941
16942 rdos*)
16943 dynamic_linker=no
16944 ;;
16945
16946 solaris*)
16947 version_type=linux # correct to gnu/linux during the next big refactor
16948 need_lib_prefix=no
16949 need_version=no
16950 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
16951 soname_spec='$libname$release$shared_ext$major'
16952 shlibpath_var=LD_LIBRARY_PATH
16953 shlibpath_overrides_runpath=yes
16954 hardcode_into_libs=yes
16955 # ldd complains unless libraries are executable
16956 postinstall_cmds='chmod +x $lib'
16957 ;;
16958
16959 sunos4*)
16960 version_type=sunos
16961 library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
16962 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
16963 shlibpath_var=LD_LIBRARY_PATH
16964 shlibpath_overrides_runpath=yes
16965 if test yes = "$with_gnu_ld"; then
16966 need_lib_prefix=no
16967 fi
16968 need_version=yes
16969 ;;
16970
16971 sysv4 | sysv4.3*)
16972 version_type=linux # correct to gnu/linux during the next big refactor
16973 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
16974 soname_spec='$libname$release$shared_ext$major'
16975 shlibpath_var=LD_LIBRARY_PATH
16976 case $host_vendor in
16977 sni)
16978 shlibpath_overrides_runpath=no
16979 need_lib_prefix=no
16980 runpath_var=LD_RUN_PATH
16981 ;;
16982 siemens)
16983 need_lib_prefix=no
16984 ;;
16985 motorola)
16986 need_lib_prefix=no
16987 need_version=no
16988 shlibpath_overrides_runpath=no
16989 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
16990 ;;
16991 esac
16992 ;;
16993
16994 sysv4*MP*)
16995 if test -d /usr/nec; then
16996 version_type=linux # correct to gnu/linux during the next big refactor
16997 library_names_spec='$libname$shared_ext.$versuffix $libname$shared_ext.$major $libname$shared_ext'
16998 soname_spec='$libname$shared_ext.$major'
16999 shlibpath_var=LD_LIBRARY_PATH
17000 fi
17001 ;;
17002
17003 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
17004 version_type=sco
17005 need_lib_prefix=no
17006 need_version=no
17007 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext $libname$shared_ext'
17008 soname_spec='$libname$release$shared_ext$major'
17009 shlibpath_var=LD_LIBRARY_PATH
17010 shlibpath_overrides_runpath=yes
17011 hardcode_into_libs=yes
17012 if test yes = "$with_gnu_ld"; then
17013 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
17014 else
17015 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
17016 case $host_os in
17017 sco3.2v5*)
17018 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
17019 ;;
17020 esac
17021 fi
17022 sys_lib_dlsearch_path_spec='/usr/lib'
17023 ;;
17024
17025 tpf*)
17026 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
17027 version_type=linux # correct to gnu/linux during the next big refactor
17028 need_lib_prefix=no
17029 need_version=no
17030 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
17031 shlibpath_var=LD_LIBRARY_PATH
17032 shlibpath_overrides_runpath=no
17033 hardcode_into_libs=yes
17034 ;;
17035
17036 uts4*)
17037 version_type=linux # correct to gnu/linux during the next big refactor
17038 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
17039 soname_spec='$libname$release$shared_ext$major'
17040 shlibpath_var=LD_LIBRARY_PATH
17041 ;;
17042
17043 *)
17044 dynamic_linker=no
17045 ;;
17046 esac
17047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
17048 $as_echo "$dynamic_linker" >&6; }
17049 test no = "$dynamic_linker" && can_build_shared=no
17050
17051 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
17052 if test yes = "$GCC"; then
17053 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
17054 fi
17055
17056 if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then
17057 sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec
17058 fi
17059
17060 if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then
17061 sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec
17062 fi
17063
17064 # remember unaugmented sys_lib_dlsearch_path content for libtool script decls...
17065 configure_time_dlsearch_path=$sys_lib_dlsearch_path_spec
17066
17067 # ... but it needs LT_SYS_LIBRARY_PATH munging for other configure-time code
17068 func_munge_path_list sys_lib_dlsearch_path_spec "$LT_SYS_LIBRARY_PATH"
17069
17070 # to be used as default LT_SYS_LIBRARY_PATH value in generated libtool
17071 configure_time_lt_sys_library_path=$LT_SYS_LIBRARY_PATH
17072
17073
17074
17075
17076
17077
17078
17079
17080
17081
17082
17083
17084
17085
17086
17087
17088
17089
17090
17091
17092
17093
17094
17095
17096
17097
17098
17099
17100
17101
17102
17103
17104
17105
17106
17107
17108
17109
17110
17111
17112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
17113 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
17114 hardcode_action_CXX=
17115 if test -n "$hardcode_libdir_flag_spec_CXX" ||
17116 test -n "$runpath_var_CXX" ||
17117 test yes = "$hardcode_automatic_CXX"; then
17118
17119 # We can hardcode non-existent directories.
17120 if test no != "$hardcode_direct_CXX" &&
17121 # If the only mechanism to avoid hardcoding is shlibpath_var, we
17122 # have to relink, otherwise we might link with an installed library
17123 # when we should be linking with a yet-to-be-installed one
17124 ## test no != "$_LT_TAGVAR(hardcode_shlibpath_var, CXX)" &&
17125 test no != "$hardcode_minus_L_CXX"; then
17126 # Linking always hardcodes the temporary library directory.
17127 hardcode_action_CXX=relink
17128 else
17129 # We can link without hardcoding, and we can hardcode nonexisting dirs.
17130 hardcode_action_CXX=immediate
17131 fi
17132 else
17133 # We cannot hardcode anything, or else we can only hardcode existing
17134 # directories.
17135 hardcode_action_CXX=unsupported
17136 fi
17137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action_CXX" >&5
17138 $as_echo "$hardcode_action_CXX" >&6; }
17139
17140 if test relink = "$hardcode_action_CXX" ||
17141 test yes = "$inherit_rpath_CXX"; then
17142 # Fast installation is not supported
17143 enable_fast_install=no
17144 elif test yes = "$shlibpath_overrides_runpath" ||
17145 test no = "$enable_shared"; then
17146 # Fast installation is not necessary
17147 enable_fast_install=needless
17148 fi
17149
17150
17151
17152
17153
17154
17155
17156 fi # test -n "$compiler"
17157
17158 CC=$lt_save_CC
17159 CFLAGS=$lt_save_CFLAGS
17160 LDCXX=$LD
17161 LD=$lt_save_LD
17162 GCC=$lt_save_GCC
17163 with_gnu_ld=$lt_save_with_gnu_ld
17164 lt_cv_path_LDCXX=$lt_cv_path_LD
17165 lt_cv_path_LD=$lt_save_path_LD
17166 lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
17167 lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
17168 fi # test yes != "$_lt_caught_CXX_error"
17169
17170 ac_ext=c
17171 ac_cpp='$CPP $CPPFLAGS'
17172 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17173 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17174 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17175
17176
17177
17178
17179
17180
17181
17182
17183
17184
17185
17186
17187
17188
17189
17190 ac_config_commands="$ac_config_commands libtool"
17191
17192
17193
17194
17195 # Only expand once:
17196
17197
17198
17199 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C++ compiler works" >&5
17200 $as_echo_n "checking whether the C++ compiler works... " >&6; }
17201 if ${avahi_cv_sys_cxx_works+:} false; then :
17202 $as_echo_n "(cached) " >&6
17203 else
17204
17205 ac_ext=cpp
17206 ac_cpp='$CXXCPP $CPPFLAGS'
17207 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17208 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17209 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
17210
17211 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17212 /* end confdefs.h. */
17213 int main() { return 0; }
17214 _ACEOF
17215 if ac_fn_cxx_try_compile "$LINENO"; then :
17216 avahi_cv_sys_cxx_works=yes
17217 else
17218 avahi_cv_sys_cxx_works=no
17219 fi
17220 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17221 ac_ext=c
17222 ac_cpp='$CPP $CPPFLAGS'
17223 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17224 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17225 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17226
17227
17228 fi
17229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $avahi_cv_sys_cxx_works" >&5
17230 $as_echo "$avahi_cv_sys_cxx_works" >&6; }
17231 if [ "x$avahi_cv_sys_cxx_works" = "xno" ]; then
17232 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
17233 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
17234 as_fn_error $? "The C++ compiler does not work
17235 See \`config.log' for more details" "$LINENO" 5; }
17236 fi
17237
17238
17239
17240
17241 ac_ext=c
17242 ac_cpp='$CPP $CPPFLAGS'
17243 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17244 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17245 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17246
17247 acx_pthread_ok=no
17248
17249 # We used to check for pthread.h first, but this fails if pthread.h
17250 # requires special compiler flags (e.g. on True64 or Sequent).
17251 # It gets checked for in the link test anyway.
17252
17253 # First of all, check if the user has set any of the PTHREAD_LIBS,
17254 # etcetera environment variables, and if threads linking works using
17255 # them:
17256 if test x"$PTHREAD_LIBS$PTHREAD_CFLAGS" != x; then
17257 save_CFLAGS="$CFLAGS"
17258 CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
17259 save_LIBS="$LIBS"
17260 LIBS="$PTHREAD_LIBS $LIBS"
17261 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_join in LIBS=$PTHREAD_LIBS with CFLAGS=$PTHREAD_CFLAGS" >&5
17262 $as_echo_n "checking for pthread_join in LIBS=$PTHREAD_LIBS with CFLAGS=$PTHREAD_CFLAGS... " >&6; }
17263 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17264 /* end confdefs.h. */
17265
17266 /* Override any GCC internal prototype to avoid an error.
17267 Use char because int might match the return type of a GCC
17268 builtin and then its argument prototype would still apply. */
17269 #ifdef __cplusplus
17270 extern "C"
17271 #endif
17272 char pthread_join ();
17273 int
17274 main ()
17275 {
17276 return pthread_join ();
17277 ;
17278 return 0;
17279 }
17280 _ACEOF
17281 if ac_fn_c_try_link "$LINENO"; then :
17282 acx_pthread_ok=yes
17283 fi
17284 rm -f core conftest.err conftest.$ac_objext \
17285 conftest$ac_exeext conftest.$ac_ext
17286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_pthread_ok" >&5
17287 $as_echo "$acx_pthread_ok" >&6; }
17288 if test x"$acx_pthread_ok" = xno; then
17289 PTHREAD_LIBS=""
17290 PTHREAD_CFLAGS=""
17291 fi
17292 LIBS="$save_LIBS"
17293 CFLAGS="$save_CFLAGS"
17294 fi
17295
17296 # We must check for the threads library under a number of different
17297 # names; the ordering is very important because some systems
17298 # (e.g. DEC) have both -lpthread and -lpthreads, where one of the
17299 # libraries is broken (non-POSIX).
17300
17301 # Create a list of thread flags to try. Items starting with a "-" are
17302 # C compiler flags, and other items are library names, except for "none"
17303 # which indicates that we try without any flags at all, and "pthread-config"
17304 # which is a program returning the flags for the Pth emulation library.
17305
17306 acx_pthread_flags="pthreads none -Kthread -kthread lthread -pthread -pthreads -mthreads pthread --thread-safe -mt pthread-config"
17307
17308 # The ordering *is* (sometimes) important. Some notes on the
17309 # individual items follow:
17310
17311 # pthreads: AIX (must check this before -lpthread)
17312 # none: in case threads are in libc; should be tried before -Kthread and
17313 # other compiler flags to prevent continual compiler warnings
17314 # -Kthread: Sequent (threads in libc, but -Kthread needed for pthread.h)
17315 # -kthread: FreeBSD kernel threads (preferred to -pthread since SMP-able)
17316 # lthread: LinuxThreads port on FreeBSD (also preferred to -pthread)
17317 # -pthread: Linux/gcc (kernel threads), BSD/gcc (userland threads)
17318 # -pthreads: Solaris/gcc
17319 # -mthreads: Mingw32/gcc, Lynx/gcc
17320 # -mt: Sun Workshop C (may only link SunOS threads [-lthread], but it
17321 # doesn't hurt to check since this sometimes defines pthreads too;
17322 # also defines -D_REENTRANT)
17323 # ... -mt is also the pthreads flag for HP/aCC
17324 # pthread: Linux, etcetera
17325 # --thread-safe: KAI C++
17326 # pthread-config: use pthread-config program (for GNU Pth library)
17327
17328 case "${host_cpu}-${host_os}" in
17329 *solaris*)
17330
17331 # On Solaris (at least, for some versions), libc contains stubbed
17332 # (non-functional) versions of the pthreads routines, so link-based
17333 # tests will erroneously succeed. (We need to link with -pthreads/-mt/
17334 # -lpthread.) (The stubs are missing pthread_cleanup_push, or rather
17335 # a function called by this macro, so we could check for that, but
17336 # who knows whether they'll stub that too in a future libc.) So,
17337 # we'll just look for -pthreads and -lpthread first:
17338
17339 acx_pthread_flags="-pthreads pthread -mt -pthread $acx_pthread_flags"
17340 ;;
17341 esac
17342
17343 if test x"$acx_pthread_ok" = xno; then
17344 for flag in $acx_pthread_flags; do
17345
17346 case $flag in
17347 none)
17348 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pthreads work without any flags" >&5
17349 $as_echo_n "checking whether pthreads work without any flags... " >&6; }
17350 ;;
17351
17352 -*)
17353 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pthreads work with $flag" >&5
17354 $as_echo_n "checking whether pthreads work with $flag... " >&6; }
17355 PTHREAD_CFLAGS="$flag"
17356 ;;
17357
17358 pthread-config)
17359 # Extract the first word of "pthread-config", so it can be a program name with args.
17360 set dummy pthread-config; ac_word=$2
17361 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
17362 $as_echo_n "checking for $ac_word... " >&6; }
17363 if ${ac_cv_prog_acx_pthread_config+:} false; then :
17364 $as_echo_n "(cached) " >&6
17365 else
17366 if test -n "$acx_pthread_config"; then
17367 ac_cv_prog_acx_pthread_config="$acx_pthread_config" # Let the user override the test.
17368 else
17369 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
17370 for as_dir in $PATH
17371 do
17372 IFS=$as_save_IFS
17373 test -z "$as_dir" && as_dir=.
17374 for ac_exec_ext in '' $ac_executable_extensions; do
17375 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
17376 ac_cv_prog_acx_pthread_config="yes"
17377 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
17378 break 2
17379 fi
17380 done
17381 done
17382 IFS=$as_save_IFS
17383
17384 test -z "$ac_cv_prog_acx_pthread_config" && ac_cv_prog_acx_pthread_config="no"
17385 fi
17386 fi
17387 acx_pthread_config=$ac_cv_prog_acx_pthread_config
17388 if test -n "$acx_pthread_config"; then
17389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_pthread_config" >&5
17390 $as_echo "$acx_pthread_config" >&6; }
17391 else
17392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17393 $as_echo "no" >&6; }
17394 fi
17395
17396
17397 if test x"$acx_pthread_config" = xno; then continue; fi
17398 PTHREAD_CFLAGS="`pthread-config --cflags`"
17399 PTHREAD_LIBS="`pthread-config --ldflags` `pthread-config --libs`"
17400 ;;
17401
17402 *)
17403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the pthreads library -l$flag" >&5
17404 $as_echo_n "checking for the pthreads library -l$flag... " >&6; }
17405 PTHREAD_LIBS="-l$flag"
17406 ;;
17407 esac
17408
17409 save_LIBS="$LIBS"
17410 save_CFLAGS="$CFLAGS"
17411 LIBS="$PTHREAD_LIBS $LIBS"
17412 CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
17413
17414 # Check for various functions. We must include pthread.h,
17415 # since some functions may be macros. (On the Sequent, we
17416 # need a special flag -Kthread to make this header compile.)
17417 # We check for pthread_join because it is in -lpthread on IRIX
17418 # while pthread_create is in libc. We check for pthread_attr_init
17419 # due to DEC craziness with -lpthreads. We check for
17420 # pthread_cleanup_push because it is one of the few pthread
17421 # functions on Solaris that doesn't have a non-functional libc stub.
17422 # We try pthread_create on general principles.
17423 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17424 /* end confdefs.h. */
17425 #include <pthread.h>
17426 int
17427 main ()
17428 {
17429 pthread_t th; pthread_join(th, 0);
17430 pthread_attr_init(0); pthread_cleanup_push(0, 0);
17431 pthread_create(0,0,0,0); pthread_cleanup_pop(0);
17432 ;
17433 return 0;
17434 }
17435 _ACEOF
17436 if ac_fn_c_try_link "$LINENO"; then :
17437 acx_pthread_ok=yes
17438 fi
17439 rm -f core conftest.err conftest.$ac_objext \
17440 conftest$ac_exeext conftest.$ac_ext
17441
17442 LIBS="$save_LIBS"
17443 CFLAGS="$save_CFLAGS"
17444
17445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_pthread_ok" >&5
17446 $as_echo "$acx_pthread_ok" >&6; }
17447 if test "x$acx_pthread_ok" = xyes; then
17448 break;
17449 fi
17450
17451 PTHREAD_LIBS=""
17452 PTHREAD_CFLAGS=""
17453 done
17454 fi
17455
17456 # Various other checks:
17457 if test "x$acx_pthread_ok" = xyes; then
17458 save_LIBS="$LIBS"
17459 LIBS="$PTHREAD_LIBS $LIBS"
17460 save_CFLAGS="$CFLAGS"
17461 CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
17462
17463 # Detect AIX lossage: JOINABLE attribute is called UNDETACHED.
17464 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for joinable pthread attribute" >&5
17465 $as_echo_n "checking for joinable pthread attribute... " >&6; }
17466 attr_name=unknown
17467 for attr in PTHREAD_CREATE_JOINABLE PTHREAD_CREATE_UNDETACHED; do
17468 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17469 /* end confdefs.h. */
17470 #include <pthread.h>
17471 int
17472 main ()
17473 {
17474 int attr=$attr; return attr;
17475 ;
17476 return 0;
17477 }
17478 _ACEOF
17479 if ac_fn_c_try_link "$LINENO"; then :
17480 attr_name=$attr; break
17481 fi
17482 rm -f core conftest.err conftest.$ac_objext \
17483 conftest$ac_exeext conftest.$ac_ext
17484 done
17485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $attr_name" >&5
17486 $as_echo "$attr_name" >&6; }
17487 if test "$attr_name" != PTHREAD_CREATE_JOINABLE; then
17488
17489 cat >>confdefs.h <<_ACEOF
17490 #define PTHREAD_CREATE_JOINABLE $attr_name
17491 _ACEOF
17492
17493 fi
17494
17495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if more special flags are required for pthreads" >&5
17496 $as_echo_n "checking if more special flags are required for pthreads... " >&6; }
17497 flag=no
17498 case "${host_cpu}-${host_os}" in
17499 *-aix* | *-freebsd* | *-darwin*) flag="-D_THREAD_SAFE";;
17500 *solaris* | *-osf* | *-hpux*) flag="-D_REENTRANT";;
17501 esac
17502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${flag}" >&5
17503 $as_echo "${flag}" >&6; }
17504 if test "x$flag" != xno; then
17505 PTHREAD_CFLAGS="$flag $PTHREAD_CFLAGS"
17506 fi
17507
17508 LIBS="$save_LIBS"
17509 CFLAGS="$save_CFLAGS"
17510 # More AIX lossage: must compile with xlc_r or cc_r
17511 if test x"$GCC" != xyes; then
17512 for ac_prog in xlc_r cc_r
17513 do
17514 # Extract the first word of "$ac_prog", so it can be a program name with args.
17515 set dummy $ac_prog; ac_word=$2
17516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
17517 $as_echo_n "checking for $ac_word... " >&6; }
17518 if ${ac_cv_prog_PTHREAD_CC+:} false; then :
17519 $as_echo_n "(cached) " >&6
17520 else
17521 if test -n "$PTHREAD_CC"; then
17522 ac_cv_prog_PTHREAD_CC="$PTHREAD_CC" # Let the user override the test.
17523 else
17524 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
17525 for as_dir in $PATH
17526 do
17527 IFS=$as_save_IFS
17528 test -z "$as_dir" && as_dir=.
17529 for ac_exec_ext in '' $ac_executable_extensions; do
17530 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
17531 ac_cv_prog_PTHREAD_CC="$ac_prog"
17532 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
17533 break 2
17534 fi
17535 done
17536 done
17537 IFS=$as_save_IFS
17538
17539 fi
17540 fi
17541 PTHREAD_CC=$ac_cv_prog_PTHREAD_CC
17542 if test -n "$PTHREAD_CC"; then
17543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PTHREAD_CC" >&5
17544 $as_echo "$PTHREAD_CC" >&6; }
17545 else
17546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17547 $as_echo "no" >&6; }
17548 fi
17549
17550
17551 test -n "$PTHREAD_CC" && break
17552 done
17553 test -n "$PTHREAD_CC" || PTHREAD_CC="${CC}"
17554
17555 else
17556 PTHREAD_CC=$CC
17557 fi
17558
17559 # The next part tries to detect GCC inconsistency with -shared on some
17560 # architectures and systems. The problem is that in certain
17561 # configurations, when -shared is specified, GCC "forgets" to
17562 # internally use various flags which are still necessary.
17563
17564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to check for GCC pthread/shared inconsistencies" >&5
17565 $as_echo_n "checking whether to check for GCC pthread/shared inconsistencies... " >&6; }
17566 check_inconsistencies=yes
17567 case "${host_cpu}-${host_os}" in
17568 *-darwin*) check_inconsistencies=no ;;
17569 esac
17570 if test x"$GCC" != xyes -o "x$check_inconsistencies" != xyes ; then
17571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17572 $as_echo "no" >&6; }
17573 else
17574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
17575 $as_echo "yes" >&6; }
17576
17577 # In order not to create several levels of indentation, we test
17578 # the value of "$ok" until we find out the cure or run out of
17579 # ideas.
17580 ok="no"
17581
17582 #
17583 # Prepare the flags
17584 #
17585 save_CFLAGS="$CFLAGS"
17586 save_LIBS="$LIBS"
17587 save_CC="$CC"
17588 # Try with the flags determined by the earlier checks.
17589 #
17590 # -Wl,-z,defs forces link-time symbol resolution, so that the
17591 # linking checks with -shared actually have any value
17592 #
17593 # FIXME: -fPIC is required for -shared on many architectures,
17594 # so we specify it here, but the right way would probably be to
17595 # properly detect whether it is actually required.
17596 CFLAGS="-shared -fPIC -Wl,-z,defs $CFLAGS $PTHREAD_CFLAGS"
17597 LIBS="$PTHREAD_LIBS $LIBS"
17598 CC="$PTHREAD_CC"
17599
17600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -pthread is sufficient with -shared" >&5
17601 $as_echo_n "checking whether -pthread is sufficient with -shared... " >&6; }
17602 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17603 /* end confdefs.h. */
17604 #include <pthread.h>
17605 int
17606 main ()
17607 {
17608 pthread_t th; pthread_join(th, 0);
17609 pthread_attr_init(0); pthread_cleanup_push(0, 0);
17610 pthread_create(0,0,0,0); pthread_cleanup_pop(0);
17611 ;
17612 return 0;
17613 }
17614 _ACEOF
17615 if ac_fn_c_try_link "$LINENO"; then :
17616 ok=yes
17617 fi
17618 rm -f core conftest.err conftest.$ac_objext \
17619 conftest$ac_exeext conftest.$ac_ext
17620
17621 if test "x$ok" = xyes; then
17622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
17623 $as_echo "yes" >&6; }
17624 else
17625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17626 $as_echo "no" >&6; }
17627 fi
17628
17629 #
17630 # Linux gcc on some architectures such as mips/mipsel forgets
17631 # about -lpthread
17632 #
17633 if test x"$ok" = xno; then
17634 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lpthread fixes that" >&5
17635 $as_echo_n "checking whether -lpthread fixes that... " >&6; }
17636 LIBS="-lpthread $PTHREAD_LIBS $save_LIBS"
17637 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17638 /* end confdefs.h. */
17639 #include <pthread.h>
17640 int
17641 main ()
17642 {
17643 pthread_t th; pthread_join(th, 0);
17644 pthread_attr_init(0); pthread_cleanup_push(0, 0);
17645 pthread_create(0,0,0,0); pthread_cleanup_pop(0);
17646 ;
17647 return 0;
17648 }
17649 _ACEOF
17650 if ac_fn_c_try_link "$LINENO"; then :
17651 ok=yes
17652 fi
17653 rm -f core conftest.err conftest.$ac_objext \
17654 conftest$ac_exeext conftest.$ac_ext
17655
17656 if test "x$ok" = xyes; then
17657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
17658 $as_echo "yes" >&6; }
17659 PTHREAD_LIBS="-lpthread $PTHREAD_LIBS"
17660 else
17661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17662 $as_echo "no" >&6; }
17663 fi
17664 fi
17665 #
17666 # FreeBSD 4.10 gcc forgets to use -lc_r instead of -lc
17667 #
17668 if test x"$ok" = xno; then
17669 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc_r fixes that" >&5
17670 $as_echo_n "checking whether -lc_r fixes that... " >&6; }
17671 LIBS="-lc_r $PTHREAD_LIBS $save_LIBS"
17672 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17673 /* end confdefs.h. */
17674 #include <pthread.h>
17675 int
17676 main ()
17677 {
17678 pthread_t th; pthread_join(th, 0);
17679 pthread_attr_init(0); pthread_cleanup_push(0, 0);
17680 pthread_create(0,0,0,0); pthread_cleanup_pop(0);
17681 ;
17682 return 0;
17683 }
17684 _ACEOF
17685 if ac_fn_c_try_link "$LINENO"; then :
17686 ok=yes
17687 fi
17688 rm -f core conftest.err conftest.$ac_objext \
17689 conftest$ac_exeext conftest.$ac_ext
17690
17691 if test "x$ok" = xyes; then
17692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
17693 $as_echo "yes" >&6; }
17694 PTHREAD_LIBS="-lc_r $PTHREAD_LIBS"
17695 else
17696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17697 $as_echo "no" >&6; }
17698 fi
17699 fi
17700 if test x"$ok" = xno; then
17701 # OK, we have run out of ideas
17702 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Impossible to determine how to use pthreads with shared libraries" >&5
17703 $as_echo "$as_me: WARNING: Impossible to determine how to use pthreads with shared libraries" >&2;}
17704
17705 # so it's not safe to assume that we may use pthreads
17706 acx_pthread_ok=no
17707 fi
17708
17709 CFLAGS="$save_CFLAGS"
17710 LIBS="$save_LIBS"
17711 CC="$save_CC"
17712 fi
17713 else
17714 PTHREAD_CC="$CC"
17715 fi
17716
17717
17718
17719
17720
17721 # Finally, execute ACTION-IF-FOUND/ACTION-IF-NOT-FOUND:
17722 if test x"$acx_pthread_ok" = xyes; then
17723
17724 $as_echo "#define HAVE_PTHREAD 1" >>confdefs.h
17725
17726 :
17727 else
17728 acx_pthread_ok=no
17729 as_fn_error $? "Missing POSIX Threads support" "$LINENO" 5
17730 fi
17731 ac_ext=c
17732 ac_cpp='$CPP $CPPFLAGS'
17733 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17734 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17735 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17736
17737
17738
17739 #
17740 # Check for netlink.h
17741 #
17742 ac_fn_c_check_header_compile "$LINENO" "linux/netlink.h" "ac_cv_header_linux_netlink_h" "
17743 #include <sys/socket.h>
17744 #include <asm/types.h>
17745
17746 "
17747 if test "x$ac_cv_header_linux_netlink_h" = xyes; then :
17748 HAVE_NETLINK=yes
17749
17750 $as_echo "#define HAVE_NETLINK /**/" >>confdefs.h
17751
17752
17753 fi
17754
17755
17756
17757 if test x"$HAVE_NETLINK" = xyes ; then
17758 HAVE_NETLINK_TRUE=
17759 HAVE_NETLINK_FALSE='#'
17760 else
17761 HAVE_NETLINK_TRUE='#'
17762 HAVE_NETLINK_FALSE=
17763 fi
17764
17765
17766 #
17767 # Check for net/route.h
17768 #
17769 ac_fn_c_check_header_compile "$LINENO" "net/route.h" "ac_cv_header_net_route_h" "
17770 #include <sys/types.h>
17771 #include <sys/socket.h>
17772 #include <net/if_dl.h>
17773
17774 "
17775 if test "x$ac_cv_header_net_route_h" = xyes; then :
17776 HAVE_PF_ROUTE=yes
17777
17778 $as_echo "#define HAVE_PF_ROUTE /**/" >>confdefs.h
17779
17780
17781 fi
17782
17783
17784
17785 if test x"$HAVE_PF_ROUTE" = xyes ; then
17786 HAVE_PF_ROUTE_TRUE=
17787 HAVE_PF_ROUTE_FALSE='#'
17788 else
17789 HAVE_PF_ROUTE_TRUE='#'
17790 HAVE_PF_ROUTE_FALSE=
17791 fi
17792
17793
17794 #
17795 # Check for sys/filio.h; needed for FIONREAD on Solaris
17796 #
17797 ac_fn_c_check_header_compile "$LINENO" "sys/filio.h" "ac_cv_header_sys_filio_h" "
17798
17799 "
17800 if test "x$ac_cv_header_sys_filio_h" = xyes; then :
17801 HAVE_SYS_FILIO_H=yes
17802
17803 $as_echo "#define HAVE_SYS_FILIO_H /**/" >>confdefs.h
17804
17805
17806 fi
17807
17808
17809
17810 if test x"$HAVE_SYS_FILIO_H" = xyes ; then
17811 HAVE_SYS_FILIO_H_TRUE=
17812 HAVE_SYS_FILIO_H_FALSE='#'
17813 else
17814 HAVE_SYS_FILIO_H_TRUE='#'
17815 HAVE_SYS_FILIO_H_FALSE=
17816 fi
17817
17818
17819 #
17820 # Check for sys/sysctl.h; not present on Solaris
17821 #
17822 ac_fn_c_check_header_compile "$LINENO" "sys/sysctl.h" "ac_cv_header_sys_sysctl_h" "
17823 #include <sys/types.h>
17824 #include <sys/socket.h>
17825 #include <sys/param.h>
17826
17827 "
17828 if test "x$ac_cv_header_sys_sysctl_h" = xyes; then :
17829 HAVE_SYS_SYSCTL=yes
17830
17831 $as_echo "#define HAVE_SYS_SYSCTL_H /**/" >>confdefs.h
17832
17833
17834 fi
17835
17836
17837
17838 if test x"$HAVE_SYS_SYSCTL_H" = xyes ; then
17839 HAVE_SYS_SYSCTL_H_TRUE=
17840 HAVE_SYS_SYSCTL_H_FALSE='#'
17841 else
17842 HAVE_SYS_SYSCTL_H_TRUE='#'
17843 HAVE_SYS_SYSCTL_H_FALSE=
17844 fi
17845
17846
17847 #
17848 # Check for lifconf struct; only present on Solaris
17849 #
17850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct lifconf" >&5
17851 $as_echo_n "checking for struct lifconf... " >&6; }
17852 if ${avahi_cv_has_struct_lifconf+:} false; then :
17853 $as_echo_n "(cached) " >&6
17854 else
17855 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17856 /* end confdefs.h. */
17857 #include <sys/socket.h>
17858 #include <net/if.h>
17859
17860 int
17861 main ()
17862 {
17863 sizeof (struct lifconf);
17864 ;
17865 return 0;
17866 }
17867 _ACEOF
17868 if ac_fn_c_try_compile "$LINENO"; then :
17869 avahi_cv_has_struct_lifconf=yes
17870 else
17871 avahi_cv_has_struct_lifconf=no
17872 fi
17873 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17874 fi
17875
17876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $avahi_cv_has_struct_lifconf" >&5
17877 $as_echo "$avahi_cv_has_struct_lifconf" >&6; }
17878 if test $avahi_cv_has_struct_lifconf = yes; then
17879
17880 $as_echo "#define HAVE_STRUCT_LIFCONF 1" >>confdefs.h
17881
17882 fi
17883
17884 #
17885 # Check for struct ip_mreqn
17886 #
17887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct ip_mreqn" >&5
17888 $as_echo_n "checking for struct ip_mreqn... " >&6; }
17889 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17890 /* end confdefs.h. */
17891 #include <netinet/in.h>
17892 int
17893 main ()
17894 {
17895
17896 struct ip_mreqn mreq;
17897 mreq.imr_address.s_addr = 0;
17898
17899 ;
17900 return 0;
17901 }
17902 _ACEOF
17903 if ac_fn_c_try_compile "$LINENO"; then :
17904
17905 # Yes, we have it...
17906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
17907 $as_echo "yes" >&6; }
17908
17909 $as_echo "#define HAVE_STRUCT_IP_MREQN /**/" >>confdefs.h
17910
17911
17912 else
17913
17914 # We'll just have to try and use struct ip_mreq
17915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17916 $as_echo "no" >&6; }
17917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct ip_mreq" >&5
17918 $as_echo_n "checking for struct ip_mreq... " >&6; }
17919 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17920 /* end confdefs.h. */
17921 #include <netinet/in.h>
17922 int
17923 main ()
17924 {
17925
17926 struct ip_mreq mreq;
17927 mreq.imr_interface.s_addr = 0;
17928
17929 ;
17930 return 0;
17931 }
17932 _ACEOF
17933 if ac_fn_c_try_compile "$LINENO"; then :
17934
17935 # Yes, we have it...
17936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
17937 $as_echo "yes" >&6; }
17938
17939 $as_echo "#define HAVE_STRUCT_IP_MREQ /**/" >>confdefs.h
17940
17941
17942 else
17943
17944 # No multicast support
17945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
17946 $as_echo "no" >&6; }
17947
17948 fi
17949 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17950
17951 fi
17952 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17953
17954 #
17955 # Detecting the linux distribution for specific things like init scripts.
17956 #
17957
17958 # Check whether --with-distro was given.
17959 if test "${with_distro+set}" = set; then :
17960 withval=$with_distro;
17961 fi
17962
17963 if test "z$with_distro" = "z"; then
17964 if test "$cross_compiling" = yes; then
17965 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Target distribution cannot be reliably detected when cross-compiling. You should specify it with --with-distro (see $0 --help for recognized distros)" >&5
17966 $as_echo "$as_me: WARNING: Target distribution cannot be reliably detected when cross-compiling. You should specify it with --with-distro (see $0 --help for recognized distros)" >&2;}
17967 else
17968 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for /etc/lfs-release" >&5
17969 $as_echo_n "checking for /etc/lfs-release... " >&6; }
17970 if ${ac_cv_file__etc_lfs_release+:} false; then :
17971 $as_echo_n "(cached) " >&6
17972 else
17973 test "$cross_compiling" = yes &&
17974 as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
17975 if test -r "/etc/lfs-release"; then
17976 ac_cv_file__etc_lfs_release=yes
17977 else
17978 ac_cv_file__etc_lfs_release=no
17979 fi
17980 fi
17981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_file__etc_lfs_release" >&5
17982 $as_echo "$ac_cv_file__etc_lfs_release" >&6; }
17983 if test "x$ac_cv_file__etc_lfs_release" = xyes; then :
17984 with_distro="lfs"
17985 fi
17986
17987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for /etc/SuSE-release" >&5
17988 $as_echo_n "checking for /etc/SuSE-release... " >&6; }
17989 if ${ac_cv_file__etc_SuSE_release+:} false; then :
17990 $as_echo_n "(cached) " >&6
17991 else
17992 test "$cross_compiling" = yes &&
17993 as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
17994 if test -r "/etc/SuSE-release"; then
17995 ac_cv_file__etc_SuSE_release=yes
17996 else
17997 ac_cv_file__etc_SuSE_release=no
17998 fi
17999 fi
18000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_file__etc_SuSE_release" >&5
18001 $as_echo "$ac_cv_file__etc_SuSE_release" >&6; }
18002 if test "x$ac_cv_file__etc_SuSE_release" = xyes; then :
18003 with_distro="suse"
18004 fi
18005
18006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for /etc/gentoo-release" >&5
18007 $as_echo_n "checking for /etc/gentoo-release... " >&6; }
18008 if ${ac_cv_file__etc_gentoo_release+:} false; then :
18009 $as_echo_n "(cached) " >&6
18010 else
18011 test "$cross_compiling" = yes &&
18012 as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
18013 if test -r "/etc/gentoo-release"; then
18014 ac_cv_file__etc_gentoo_release=yes
18015 else
18016 ac_cv_file__etc_gentoo_release=no
18017 fi
18018 fi
18019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_file__etc_gentoo_release" >&5
18020 $as_echo "$ac_cv_file__etc_gentoo_release" >&6; }
18021 if test "x$ac_cv_file__etc_gentoo_release" = xyes; then :
18022 with_distro="gentoo"
18023 fi
18024
18025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for /etc/arch-release" >&5
18026 $as_echo_n "checking for /etc/arch-release... " >&6; }
18027 if ${ac_cv_file__etc_arch_release+:} false; then :
18028 $as_echo_n "(cached) " >&6
18029 else
18030 test "$cross_compiling" = yes &&
18031 as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
18032 if test -r "/etc/arch-release"; then
18033 ac_cv_file__etc_arch_release=yes
18034 else
18035 ac_cv_file__etc_arch_release=no
18036 fi
18037 fi
18038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_file__etc_arch_release" >&5
18039 $as_echo "$ac_cv_file__etc_arch_release" >&6; }
18040 if test "x$ac_cv_file__etc_arch_release" = xyes; then :
18041 with_distro="archlinux"
18042 fi
18043
18044 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for /etc/debian_version" >&5
18045 $as_echo_n "checking for /etc/debian_version... " >&6; }
18046 if ${ac_cv_file__etc_debian_version+:} false; then :
18047 $as_echo_n "(cached) " >&6
18048 else
18049 test "$cross_compiling" = yes &&
18050 as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
18051 if test -r "/etc/debian_version"; then
18052 ac_cv_file__etc_debian_version=yes
18053 else
18054 ac_cv_file__etc_debian_version=no
18055 fi
18056 fi
18057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_file__etc_debian_version" >&5
18058 $as_echo "$ac_cv_file__etc_debian_version" >&6; }
18059 if test "x$ac_cv_file__etc_debian_version" = xyes; then :
18060 with_distro="debian"
18061 fi
18062
18063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for /etc/redhat-release" >&5
18064 $as_echo_n "checking for /etc/redhat-release... " >&6; }
18065 if ${ac_cv_file__etc_redhat_release+:} false; then :
18066 $as_echo_n "(cached) " >&6
18067 else
18068 test "$cross_compiling" = yes &&
18069 as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
18070 if test -r "/etc/redhat-release"; then
18071 ac_cv_file__etc_redhat_release=yes
18072 else
18073 ac_cv_file__etc_redhat_release=no
18074 fi
18075 fi
18076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_file__etc_redhat_release" >&5
18077 $as_echo "$ac_cv_file__etc_redhat_release" >&6; }
18078 if test "x$ac_cv_file__etc_redhat_release" = xyes; then :
18079 with_distro="fedora"
18080 fi
18081
18082 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for /etc/mandriva-release" >&5
18083 $as_echo_n "checking for /etc/mandriva-release... " >&6; }
18084 if ${ac_cv_file__etc_mandriva_release+:} false; then :
18085 $as_echo_n "(cached) " >&6
18086 else
18087 test "$cross_compiling" = yes &&
18088 as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
18089 if test -r "/etc/mandriva-release"; then
18090 ac_cv_file__etc_mandriva_release=yes
18091 else
18092 ac_cv_file__etc_mandriva_release=no
18093 fi
18094 fi
18095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_file__etc_mandriva_release" >&5
18096 $as_echo "$ac_cv_file__etc_mandriva_release" >&6; }
18097 if test "x$ac_cv_file__etc_mandriva_release" = xyes; then :
18098 with_distro="mandriva"
18099 fi
18100
18101 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for /etc/slackware-version" >&5
18102 $as_echo_n "checking for /etc/slackware-version... " >&6; }
18103 if ${ac_cv_file__etc_slackware_version+:} false; then :
18104 $as_echo_n "(cached) " >&6
18105 else
18106 test "$cross_compiling" = yes &&
18107 as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
18108 if test -r "/etc/slackware-version"; then
18109 ac_cv_file__etc_slackware_version=yes
18110 else
18111 ac_cv_file__etc_slackware_version=no
18112 fi
18113 fi
18114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_file__etc_slackware_version" >&5
18115 $as_echo "$ac_cv_file__etc_slackware_version" >&6; }
18116 if test "x$ac_cv_file__etc_slackware_version" = xyes; then :
18117 with_distro="slackware"
18118 fi
18119
18120 fi
18121 if test "z$with_distro" = "z"; then
18122 with_distro=`uname -s`
18123 fi
18124 fi
18125 with_distro=`echo ${with_distro} | tr '[:upper:]' '[:lower:]' `
18126
18127 case $with_distro in
18128 lfs|debian|gentoo|archlinux|suse|fedora|mandriva|darwin|freebsd|slackware|none)
18129 ;;
18130 netbsd)
18131 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Your distribution (${with_distro}) is supported but no init script exist yet! (patches welcome)" >&5
18132 $as_echo "$as_me: WARNING: Your distribution (${with_distro}) is supported but no init script exist yet! (patches welcome)" >&2;}
18133 ;;
18134 linux)
18135 as_fn_error $? "Linux distribution autodetection failed, you must specify the distribution to target using --with-distro=DISTRO, set DISTRO to none if your distribution is not supported." "$LINENO" 5
18136 ;;
18137 *)
18138 as_fn_error $? "Your distribution (${with_distro}) is not yet supported, init scripts and D-Bus configuration will not be installed! (patches welcome), you can specify --with-distro=none to skip this check" "$LINENO" 5
18139 ;;
18140 esac
18141
18142 if test x"$with_distro" = xlfs; then
18143 TARGET_LFS_TRUE=
18144 TARGET_LFS_FALSE='#'
18145 else
18146 TARGET_LFS_TRUE='#'
18147 TARGET_LFS_FALSE=
18148 fi
18149
18150 if test x"$with_distro" = xsuse; then
18151 TARGET_SUSE_TRUE=
18152 TARGET_SUSE_FALSE='#'
18153 else
18154 TARGET_SUSE_TRUE='#'
18155 TARGET_SUSE_FALSE=
18156 fi
18157
18158 if test x"$with_distro" = xgentoo; then
18159 TARGET_GENTOO_TRUE=
18160 TARGET_GENTOO_FALSE='#'
18161 else
18162 TARGET_GENTOO_TRUE='#'
18163 TARGET_GENTOO_FALSE=
18164 fi
18165
18166 if test x"$with_distro" = xdebian; then
18167 TARGET_DEBIAN_TRUE=
18168 TARGET_DEBIAN_FALSE='#'
18169 else
18170 TARGET_DEBIAN_TRUE='#'
18171 TARGET_DEBIAN_FALSE=
18172 fi
18173
18174 if test x"$with_distro" = xarchlinux; then
18175 TARGET_ARCHLINUX_TRUE=
18176 TARGET_ARCHLINUX_FALSE='#'
18177 else
18178 TARGET_ARCHLINUX_TRUE='#'
18179 TARGET_ARCHLINUX_FALSE=
18180 fi
18181
18182 if test x"$with_distro" = xfedora; then
18183 TARGET_FEDORA_TRUE=
18184 TARGET_FEDORA_FALSE='#'
18185 else
18186 TARGET_FEDORA_TRUE='#'
18187 TARGET_FEDORA_FALSE=
18188 fi
18189
18190 if test x"$with_distro" = xmandriva; then
18191 TARGET_MANDRIVA_TRUE=
18192 TARGET_MANDRIVA_FALSE='#'
18193 else
18194 TARGET_MANDRIVA_TRUE='#'
18195 TARGET_MANDRIVA_FALSE=
18196 fi
18197
18198 if test x"$with_distro" = xdarwin; then
18199 TARGET_DARWIN_TRUE=
18200 TARGET_DARWIN_FALSE='#'
18201 else
18202 TARGET_DARWIN_TRUE='#'
18203 TARGET_DARWIN_FALSE=
18204 fi
18205
18206 if test x"$with_distro" = xnetbsd; then
18207 TARGET_NETBSD_TRUE=
18208 TARGET_NETBSD_FALSE='#'
18209 else
18210 TARGET_NETBSD_TRUE='#'
18211 TARGET_NETBSD_FALSE=
18212 fi
18213
18214 if test x"$with_distro" = xfreebsd; then
18215 TARGET_FREEBSD_TRUE=
18216 TARGET_FREEBSD_FALSE='#'
18217 else
18218 TARGET_FREEBSD_TRUE='#'
18219 TARGET_FREEBSD_FALSE=
18220 fi
18221
18222 if test x"$with_distro" = xslackware; then
18223 TARGET_SLACKWARE_TRUE=
18224 TARGET_SLACKWARE_FALSE='#'
18225 else
18226 TARGET_SLACKWARE_TRUE='#'
18227 TARGET_SLACKWARE_FALSE=
18228 fi
18229
18230
18231 test_gcc_flag() {
18232 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18233 /* end confdefs.h. */
18234 int main() {}
18235 _ACEOF
18236 $CC -c conftest.c $CFLAGS $@ > /dev/null 2> /dev/null
18237 ret=$?
18238 rm -f conftest.o
18239 return $ret
18240 }
18241
18242 # If using GCC specify some additional parameters
18243 if test "x$GCC" = "xyes" ; then
18244
18245 DESIRED_FLAGS="-Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -fdiagnostics-show-option -Wno-cast-qual -fno-strict-aliasing"
18246
18247 if test "x$HAVE_NETLINK" = "xyes" ; then
18248 # Test whether rtnetlink.h can be included when compiled with -std=c99
18249 # some distributions (e.g. archlinux) have broken headers that dont
18250 # define __u64 with -std=c99
18251 { $as_echo "$as_me:${as_lineno-$LINENO}: checking checking whether rtnetlink.h can be included with -std=c99" >&5
18252 $as_echo_n "checking checking whether rtnetlink.h can be included with -std=c99... " >&6; }
18253 OLDCFLAGS="$CFLAGS"
18254 CFLAGS="-std=c99"
18255 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18256 /* end confdefs.h. */
18257 #include <linux/rtnetlink.h>
18258 int
18259 main ()
18260 {
18261
18262 ;
18263 return 0;
18264 }
18265 _ACEOF
18266 if ac_fn_c_try_compile "$LINENO"; then :
18267 use_stdc99=yes
18268 else
18269 use_stdc99=no
18270 fi
18271 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18272
18273 if test x"$use_stdc99" = xyes; then
18274 DESIRED_FLAGS="-std=c99 $DESIRED_FLAGS"
18275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
18276 $as_echo "yes" >&6; }
18277 else
18278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
18279 $as_echo "no" >&6; }
18280 fi
18281
18282 CFLAGS="$OLDCFLAGS"
18283 else
18284 DESIRED_FLAGS="-std=c99 $DESIRED_FLAGS"
18285 fi
18286
18287 for flag in $DESIRED_FLAGS ; do
18288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts $flag" >&5
18289 $as_echo_n "checking whether $CC accepts $flag... " >&6; }
18290 if test_gcc_flag $flag ; then
18291 CFLAGS="$CFLAGS $flag"
18292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
18293 $as_echo "yes" >&6; }
18294 else
18295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
18296 $as_echo "no" >&6; }
18297 fi
18298 done
18299 fi
18300
18301 # Checks for header files.
18302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
18303 $as_echo_n "checking for ANSI C header files... " >&6; }
18304 if ${ac_cv_header_stdc+:} false; then :
18305 $as_echo_n "(cached) " >&6
18306 else
18307 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18308 /* end confdefs.h. */
18309 #include <stdlib.h>
18310 #include <stdarg.h>
18311 #include <string.h>
18312 #include <float.h>
18313
18314 int
18315 main ()
18316 {
18317
18318 ;
18319 return 0;
18320 }
18321 _ACEOF
18322 if ac_fn_c_try_compile "$LINENO"; then :
18323 ac_cv_header_stdc=yes
18324 else
18325 ac_cv_header_stdc=no
18326 fi
18327 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18328
18329 if test $ac_cv_header_stdc = yes; then
18330 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
18331 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18332 /* end confdefs.h. */
18333 #include <string.h>
18334
18335 _ACEOF
18336 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18337 $EGREP "memchr" >/dev/null 2>&1; then :
18338
18339 else
18340 ac_cv_header_stdc=no
18341 fi
18342 rm -f conftest*
18343
18344 fi
18345
18346 if test $ac_cv_header_stdc = yes; then
18347 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
18348 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18349 /* end confdefs.h. */
18350 #include <stdlib.h>
18351
18352 _ACEOF
18353 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18354 $EGREP "free" >/dev/null 2>&1; then :
18355
18356 else
18357 ac_cv_header_stdc=no
18358 fi
18359 rm -f conftest*
18360
18361 fi
18362
18363 if test $ac_cv_header_stdc = yes; then
18364 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
18365 if test "$cross_compiling" = yes; then :
18366 :
18367 else
18368 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18369 /* end confdefs.h. */
18370 #include <ctype.h>
18371 #include <stdlib.h>
18372 #if ((' ' & 0x0FF) == 0x020)
18373 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
18374 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
18375 #else
18376 # define ISLOWER(c) \
18377 (('a' <= (c) && (c) <= 'i') \
18378 || ('j' <= (c) && (c) <= 'r') \
18379 || ('s' <= (c) && (c) <= 'z'))
18380 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
18381 #endif
18382
18383 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
18384 int
18385 main ()
18386 {
18387 int i;
18388 for (i = 0; i < 256; i++)
18389 if (XOR (islower (i), ISLOWER (i))
18390 || toupper (i) != TOUPPER (i))
18391 return 2;
18392 return 0;
18393 }
18394 _ACEOF
18395 if ac_fn_c_try_run "$LINENO"; then :
18396
18397 else
18398 ac_cv_header_stdc=no
18399 fi
18400 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
18401 conftest.$ac_objext conftest.beam conftest.$ac_ext
18402 fi
18403
18404 fi
18405 fi
18406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
18407 $as_echo "$ac_cv_header_stdc" >&6; }
18408 if test $ac_cv_header_stdc = yes; then
18409
18410 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
18411
18412 fi
18413
18414 for ac_header in arpa/inet.h fcntl.h inttypes.h limits.h netinet/in.h stdlib.h string.h sys/ioctl.h sys/socket.h sys/time.h unistd.h netdb.h syslog.h
18415 do :
18416 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
18417 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
18418 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
18419 cat >>confdefs.h <<_ACEOF
18420 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
18421 _ACEOF
18422
18423 fi
18424
18425 done
18426
18427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdbool.h that conforms to C99" >&5
18428 $as_echo_n "checking for stdbool.h that conforms to C99... " >&6; }
18429 if ${ac_cv_header_stdbool_h+:} false; then :
18430 $as_echo_n "(cached) " >&6
18431 else
18432 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18433 /* end confdefs.h. */
18434
18435 #include <stdbool.h>
18436 #ifndef bool
18437 "error: bool is not defined"
18438 #endif
18439 #ifndef false
18440 "error: false is not defined"
18441 #endif
18442 #if false
18443 "error: false is not 0"
18444 #endif
18445 #ifndef true
18446 "error: true is not defined"
18447 #endif
18448 #if true != 1
18449 "error: true is not 1"
18450 #endif
18451 #ifndef __bool_true_false_are_defined
18452 "error: __bool_true_false_are_defined is not defined"
18453 #endif
18454
18455 struct s { _Bool s: 1; _Bool t; } s;
18456
18457 char a[true == 1 ? 1 : -1];
18458 char b[false == 0 ? 1 : -1];
18459 char c[__bool_true_false_are_defined == 1 ? 1 : -1];
18460 char d[(bool) 0.5 == true ? 1 : -1];
18461 /* See body of main program for 'e'. */
18462 char f[(_Bool) 0.0 == false ? 1 : -1];
18463 char g[true];
18464 char h[sizeof (_Bool)];
18465 char i[sizeof s.t];
18466 enum { j = false, k = true, l = false * true, m = true * 256 };
18467 /* The following fails for
18468 HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]. */
18469 _Bool n[m];
18470 char o[sizeof n == m * sizeof n[0] ? 1 : -1];
18471 char p[-1 - (_Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1];
18472 /* Catch a bug in an HP-UX C compiler. See
18473 http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html
18474 http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html
18475 */
18476 _Bool q = true;
18477 _Bool *pq = &q;
18478
18479 int
18480 main ()
18481 {
18482
18483 bool e = &s;
18484 *pq |= q;
18485 *pq |= ! q;
18486 /* Refer to every declared value, to avoid compiler optimizations. */
18487 return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
18488 + !m + !n + !o + !p + !q + !pq);
18489
18490 ;
18491 return 0;
18492 }
18493 _ACEOF
18494 if ac_fn_c_try_compile "$LINENO"; then :
18495 ac_cv_header_stdbool_h=yes
18496 else
18497 ac_cv_header_stdbool_h=no
18498 fi
18499 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18500 fi
18501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdbool_h" >&5
18502 $as_echo "$ac_cv_header_stdbool_h" >&6; }
18503 ac_fn_c_check_type "$LINENO" "_Bool" "ac_cv_type__Bool" "$ac_includes_default"
18504 if test "x$ac_cv_type__Bool" = xyes; then :
18505
18506 cat >>confdefs.h <<_ACEOF
18507 #define HAVE__BOOL 1
18508 _ACEOF
18509
18510
18511 fi
18512
18513
18514 if test $ac_cv_header_stdbool_h = yes; then
18515
18516 $as_echo "#define HAVE_STDBOOL_H 1" >>confdefs.h
18517
18518 fi
18519
18520
18521 # Checks for typedefs, structures, and compiler characteristics.
18522 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
18523 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
18524 if ${ac_cv_c_const+:} false; then :
18525 $as_echo_n "(cached) " >&6
18526 else
18527 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18528 /* end confdefs.h. */
18529
18530 int
18531 main ()
18532 {
18533
18534 #ifndef __cplusplus
18535 /* Ultrix mips cc rejects this sort of thing. */
18536 typedef int charset[2];
18537 const charset cs = { 0, 0 };
18538 /* SunOS 4.1.1 cc rejects this. */
18539 char const *const *pcpcc;
18540 char **ppc;
18541 /* NEC SVR4.0.2 mips cc rejects this. */
18542 struct point {int x, y;};
18543 static struct point const zero = {0,0};
18544 /* AIX XL C 1.02.0.0 rejects this.
18545 It does not let you subtract one const X* pointer from another in
18546 an arm of an if-expression whose if-part is not a constant
18547 expression */
18548 const char *g = "string";
18549 pcpcc = &g + (g ? g-g : 0);
18550 /* HPUX 7.0 cc rejects these. */
18551 ++pcpcc;
18552 ppc = (char**) pcpcc;
18553 pcpcc = (char const *const *) ppc;
18554 { /* SCO 3.2v4 cc rejects this sort of thing. */
18555 char tx;
18556 char *t = &tx;
18557 char const *s = 0 ? (char *) 0 : (char const *) 0;
18558
18559 *t++ = 0;
18560 if (s) return 0;
18561 }
18562 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
18563 int x[] = {25, 17};
18564 const int *foo = &x[0];
18565 ++foo;
18566 }
18567 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
18568 typedef const int *iptr;
18569 iptr p = 0;
18570 ++p;
18571 }
18572 { /* AIX XL C 1.02.0.0 rejects this sort of thing, saying
18573 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
18574 struct s { int j; const int *ap[3]; } bx;
18575 struct s *b = &bx; b->j = 5;
18576 }
18577 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
18578 const int foo = 10;
18579 if (!foo) return 0;
18580 }
18581 return !cs[0] && !zero.x;
18582 #endif
18583
18584 ;
18585 return 0;
18586 }
18587 _ACEOF
18588 if ac_fn_c_try_compile "$LINENO"; then :
18589 ac_cv_c_const=yes
18590 else
18591 ac_cv_c_const=no
18592 fi
18593 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18594 fi
18595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
18596 $as_echo "$ac_cv_c_const" >&6; }
18597 if test $ac_cv_c_const = no; then
18598
18599 $as_echo "#define const /**/" >>confdefs.h
18600
18601 fi
18602
18603 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
18604 if test "x$ac_cv_type_size_t" = xyes; then :
18605
18606 else
18607
18608 cat >>confdefs.h <<_ACEOF
18609 #define size_t unsigned int
18610 _ACEOF
18611
18612 fi
18613
18614 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5
18615 $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }
18616 if ${ac_cv_header_time+:} false; then :
18617 $as_echo_n "(cached) " >&6
18618 else
18619 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18620 /* end confdefs.h. */
18621 #include <sys/types.h>
18622 #include <sys/time.h>
18623 #include <time.h>
18624
18625 int
18626 main ()
18627 {
18628 if ((struct tm *) 0)
18629 return 0;
18630 ;
18631 return 0;
18632 }
18633 _ACEOF
18634 if ac_fn_c_try_compile "$LINENO"; then :
18635 ac_cv_header_time=yes
18636 else
18637 ac_cv_header_time=no
18638 fi
18639 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18640 fi
18641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_time" >&5
18642 $as_echo "$ac_cv_header_time" >&6; }
18643 if test $ac_cv_header_time = yes; then
18644
18645 $as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h
18646
18647 fi
18648
18649 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5
18650 $as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; }
18651 if ${ac_cv_header_sys_wait_h+:} false; then :
18652 $as_echo_n "(cached) " >&6
18653 else
18654 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18655 /* end confdefs.h. */
18656 #include <sys/types.h>
18657 #include <sys/wait.h>
18658 #ifndef WEXITSTATUS
18659 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
18660 #endif
18661 #ifndef WIFEXITED
18662 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
18663 #endif
18664
18665 int
18666 main ()
18667 {
18668 int s;
18669 wait (&s);
18670 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
18671 ;
18672 return 0;
18673 }
18674 _ACEOF
18675 if ac_fn_c_try_compile "$LINENO"; then :
18676 ac_cv_header_sys_wait_h=yes
18677 else
18678 ac_cv_header_sys_wait_h=no
18679 fi
18680 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18681 fi
18682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_wait_h" >&5
18683 $as_echo "$ac_cv_header_sys_wait_h" >&6; }
18684 if test $ac_cv_header_sys_wait_h = yes; then
18685
18686 $as_echo "#define HAVE_SYS_WAIT_H 1" >>confdefs.h
18687
18688 fi
18689
18690
18691 # Solaris stuff
18692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_ntop" >&5
18693 $as_echo_n "checking for library containing inet_ntop... " >&6; }
18694 if ${ac_cv_search_inet_ntop+:} false; then :
18695 $as_echo_n "(cached) " >&6
18696 else
18697 ac_func_search_save_LIBS=$LIBS
18698 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18699 /* end confdefs.h. */
18700
18701 /* Override any GCC internal prototype to avoid an error.
18702 Use char because int might match the return type of a GCC
18703 builtin and then its argument prototype would still apply. */
18704 #ifdef __cplusplus
18705 extern "C"
18706 #endif
18707 char inet_ntop ();
18708 int
18709 main ()
18710 {
18711 return inet_ntop ();
18712 ;
18713 return 0;
18714 }
18715 _ACEOF
18716 for ac_lib in '' nsl; do
18717 if test -z "$ac_lib"; then
18718 ac_res="none required"
18719 else
18720 ac_res=-l$ac_lib
18721 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18722 fi
18723 if ac_fn_c_try_link "$LINENO"; then :
18724 ac_cv_search_inet_ntop=$ac_res
18725 fi
18726 rm -f core conftest.err conftest.$ac_objext \
18727 conftest$ac_exeext
18728 if ${ac_cv_search_inet_ntop+:} false; then :
18729 break
18730 fi
18731 done
18732 if ${ac_cv_search_inet_ntop+:} false; then :
18733
18734 else
18735 ac_cv_search_inet_ntop=no
18736 fi
18737 rm conftest.$ac_ext
18738 LIBS=$ac_func_search_save_LIBS
18739 fi
18740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_ntop" >&5
18741 $as_echo "$ac_cv_search_inet_ntop" >&6; }
18742 ac_res=$ac_cv_search_inet_ntop
18743 if test "$ac_res" != no; then :
18744 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18745
18746 fi
18747
18748 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing recv" >&5
18749 $as_echo_n "checking for library containing recv... " >&6; }
18750 if ${ac_cv_search_recv+:} false; then :
18751 $as_echo_n "(cached) " >&6
18752 else
18753 ac_func_search_save_LIBS=$LIBS
18754 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18755 /* end confdefs.h. */
18756
18757 /* Override any GCC internal prototype to avoid an error.
18758 Use char because int might match the return type of a GCC
18759 builtin and then its argument prototype would still apply. */
18760 #ifdef __cplusplus
18761 extern "C"
18762 #endif
18763 char recv ();
18764 int
18765 main ()
18766 {
18767 return recv ();
18768 ;
18769 return 0;
18770 }
18771 _ACEOF
18772 for ac_lib in '' socket; do
18773 if test -z "$ac_lib"; then
18774 ac_res="none required"
18775 else
18776 ac_res=-l$ac_lib
18777 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18778 fi
18779 if ac_fn_c_try_link "$LINENO"; then :
18780 ac_cv_search_recv=$ac_res
18781 fi
18782 rm -f core conftest.err conftest.$ac_objext \
18783 conftest$ac_exeext
18784 if ${ac_cv_search_recv+:} false; then :
18785 break
18786 fi
18787 done
18788 if ${ac_cv_search_recv+:} false; then :
18789
18790 else
18791 ac_cv_search_recv=no
18792 fi
18793 rm conftest.$ac_ext
18794 LIBS=$ac_func_search_save_LIBS
18795 fi
18796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_recv" >&5
18797 $as_echo "$ac_cv_search_recv" >&6; }
18798 ac_res=$ac_cv_search_recv
18799 if test "$ac_res" != no; then :
18800 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18801
18802 fi
18803
18804 ac_fn_c_check_decl "$LINENO" "CMSG_SPACE" "ac_cv_have_decl_CMSG_SPACE" "#include <sys/socket.h>
18805 "
18806 if test "x$ac_cv_have_decl_CMSG_SPACE" = xyes; then :
18807
18808 else
18809 CFLAGS="$CFLAGS -D_XOPEN_SOURCE=500 -D__EXTENSIONS__"
18810 fi
18811
18812
18813 # Checks for library functions.
18814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working memcmp" >&5
18815 $as_echo_n "checking for working memcmp... " >&6; }
18816 if ${ac_cv_func_memcmp_working+:} false; then :
18817 $as_echo_n "(cached) " >&6
18818 else
18819 if test "$cross_compiling" = yes; then :
18820 ac_cv_func_memcmp_working=no
18821 else
18822 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18823 /* end confdefs.h. */
18824 $ac_includes_default
18825 int
18826 main ()
18827 {
18828
18829 /* Some versions of memcmp are not 8-bit clean. */
18830 char c0 = '\100', c1 = '\200', c2 = '\201';
18831 if (memcmp(&c0, &c2, 1) >= 0 || memcmp(&c1, &c2, 1) >= 0)
18832 return 1;
18833
18834 /* The Next x86 OpenStep bug shows up only when comparing 16 bytes
18835 or more and with at least one buffer not starting on a 4-byte boundary.
18836 William Lewis provided this test program. */
18837 {
18838 char foo[21];
18839 char bar[21];
18840 int i;
18841 for (i = 0; i < 4; i++)
18842 {
18843 char *a = foo + i;
18844 char *b = bar + i;
18845 strcpy (a, "--------01111111");
18846 strcpy (b, "--------10000000");
18847 if (memcmp (a, b, 16) >= 0)
18848 return 1;
18849 }
18850 return 0;
18851 }
18852
18853 ;
18854 return 0;
18855 }
18856 _ACEOF
18857 if ac_fn_c_try_run "$LINENO"; then :
18858 ac_cv_func_memcmp_working=yes
18859 else
18860 ac_cv_func_memcmp_working=no
18861 fi
18862 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
18863 conftest.$ac_objext conftest.beam conftest.$ac_ext
18864 fi
18865
18866 fi
18867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_memcmp_working" >&5
18868 $as_echo "$ac_cv_func_memcmp_working" >&6; }
18869 test $ac_cv_func_memcmp_working = no && case " $LIBOBJS " in
18870 *" memcmp.$ac_objext "* ) ;;
18871 *) LIBOBJS="$LIBOBJS memcmp.$ac_objext"
18872 ;;
18873 esac
18874
18875
18876 for ac_header in sys/select.h sys/socket.h
18877 do :
18878 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
18879 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
18880 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
18881 cat >>confdefs.h <<_ACEOF
18882 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
18883 _ACEOF
18884
18885 fi
18886
18887 done
18888
18889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking types of arguments for select" >&5
18890 $as_echo_n "checking types of arguments for select... " >&6; }
18891 if ${ac_cv_func_select_args+:} false; then :
18892 $as_echo_n "(cached) " >&6
18893 else
18894 for ac_arg234 in 'fd_set *' 'int *' 'void *'; do
18895 for ac_arg1 in 'int' 'size_t' 'unsigned long int' 'unsigned int'; do
18896 for ac_arg5 in 'struct timeval *' 'const struct timeval *'; do
18897 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18898 /* end confdefs.h. */
18899 $ac_includes_default
18900 #ifdef HAVE_SYS_SELECT_H
18901 # include <sys/select.h>
18902 #endif
18903 #ifdef HAVE_SYS_SOCKET_H
18904 # include <sys/socket.h>
18905 #endif
18906
18907 int
18908 main ()
18909 {
18910 extern int select ($ac_arg1,
18911 $ac_arg234, $ac_arg234, $ac_arg234,
18912 $ac_arg5);
18913 ;
18914 return 0;
18915 }
18916 _ACEOF
18917 if ac_fn_c_try_compile "$LINENO"; then :
18918 ac_cv_func_select_args="$ac_arg1,$ac_arg234,$ac_arg5"; break 3
18919 fi
18920 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18921 done
18922 done
18923 done
18924 # Provide a safe default value.
18925 : "${ac_cv_func_select_args=int,int *,struct timeval *}"
18926
18927 fi
18928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_select_args" >&5
18929 $as_echo "$ac_cv_func_select_args" >&6; }
18930 ac_save_IFS=$IFS; IFS=','
18931 set dummy `echo "$ac_cv_func_select_args" | sed 's/\*/\*/g'`
18932 IFS=$ac_save_IFS
18933 shift
18934
18935 cat >>confdefs.h <<_ACEOF
18936 #define SELECT_TYPE_ARG1 $1
18937 _ACEOF
18938
18939
18940 cat >>confdefs.h <<_ACEOF
18941 #define SELECT_TYPE_ARG234 ($2)
18942 _ACEOF
18943
18944
18945 cat >>confdefs.h <<_ACEOF
18946 #define SELECT_TYPE_ARG5 ($3)
18947 _ACEOF
18948
18949 rm -f conftest*
18950
18951 # avahi_malloc actually returns NULL for avahi_malloc(0), so it does not matter
18952 # whether libc's malloc does too. (Same for realloc.)
18953 #AC_FUNC_MALLOC
18954 #AC_FUNC_REALLOC
18955 for ac_func in gethostname memchr memmove memset mkdir select socket strchr strcspn strdup strerror strrchr strspn strstr uname setresuid setreuid setresgid setregid strcasecmp gettimeofday putenv strncasecmp strlcpy gethostbyname seteuid setegid setproctitle getprogname
18956 do :
18957 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18958 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
18959 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
18960 cat >>confdefs.h <<_ACEOF
18961 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18962 _ACEOF
18963
18964 fi
18965 done
18966
18967
18968 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for uid_t in sys/types.h" >&5
18969 $as_echo_n "checking for uid_t in sys/types.h... " >&6; }
18970 if ${ac_cv_type_uid_t+:} false; then :
18971 $as_echo_n "(cached) " >&6
18972 else
18973 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18974 /* end confdefs.h. */
18975 #include <sys/types.h>
18976
18977 _ACEOF
18978 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18979 $EGREP "uid_t" >/dev/null 2>&1; then :
18980 ac_cv_type_uid_t=yes
18981 else
18982 ac_cv_type_uid_t=no
18983 fi
18984 rm -f conftest*
18985
18986 fi
18987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_uid_t" >&5
18988 $as_echo "$ac_cv_type_uid_t" >&6; }
18989 if test $ac_cv_type_uid_t = no; then
18990
18991 $as_echo "#define uid_t int" >>confdefs.h
18992
18993
18994 $as_echo "#define gid_t int" >>confdefs.h
18995
18996 fi
18997
18998 for ac_header in unistd.h
18999 do :
19000 ac_fn_c_check_header_mongrel "$LINENO" "unistd.h" "ac_cv_header_unistd_h" "$ac_includes_default"
19001 if test "x$ac_cv_header_unistd_h" = xyes; then :
19002 cat >>confdefs.h <<_ACEOF
19003 #define HAVE_UNISTD_H 1
19004 _ACEOF
19005
19006 fi
19007
19008 done
19009
19010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working chown" >&5
19011 $as_echo_n "checking for working chown... " >&6; }
19012 if ${ac_cv_func_chown_works+:} false; then :
19013 $as_echo_n "(cached) " >&6
19014 else
19015 if test "$cross_compiling" = yes; then :
19016 ac_cv_func_chown_works=no
19017 else
19018 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19019 /* end confdefs.h. */
19020 $ac_includes_default
19021 #include <fcntl.h>
19022
19023 int
19024 main ()
19025 {
19026 char *f = "conftest.chown";
19027 struct stat before, after;
19028
19029 if (creat (f, 0600) < 0)
19030 return 1;
19031 if (stat (f, &before) < 0)
19032 return 1;
19033 if (chown (f, (uid_t) -1, (gid_t) -1) == -1)
19034 return 1;
19035 if (stat (f, &after) < 0)
19036 return 1;
19037 return ! (before.st_uid == after.st_uid && before.st_gid == after.st_gid);
19038
19039 ;
19040 return 0;
19041 }
19042 _ACEOF
19043 if ac_fn_c_try_run "$LINENO"; then :
19044 ac_cv_func_chown_works=yes
19045 else
19046 ac_cv_func_chown_works=no
19047 fi
19048 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
19049 conftest.$ac_objext conftest.beam conftest.$ac_ext
19050 fi
19051
19052 rm -f conftest.chown
19053
19054 fi
19055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_chown_works" >&5
19056 $as_echo "$ac_cv_func_chown_works" >&6; }
19057 if test $ac_cv_func_chown_works = yes; then
19058
19059 $as_echo "#define HAVE_CHOWN 1" >>confdefs.h
19060
19061 fi
19062
19063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether lstat correctly handles trailing slash" >&5
19064 $as_echo_n "checking whether lstat correctly handles trailing slash... " >&6; }
19065 if ${ac_cv_func_lstat_dereferences_slashed_symlink+:} false; then :
19066 $as_echo_n "(cached) " >&6
19067 else
19068 rm -f conftest.sym conftest.file
19069 echo >conftest.file
19070 if test "$as_ln_s" = "ln -s" && ln -s conftest.file conftest.sym; then
19071 if test "$cross_compiling" = yes; then :
19072 ac_cv_func_lstat_dereferences_slashed_symlink=no
19073 else
19074 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19075 /* end confdefs.h. */
19076 $ac_includes_default
19077 int
19078 main ()
19079 {
19080 struct stat sbuf;
19081 /* Linux will dereference the symlink and fail, as required by POSIX.
19082 That is better in the sense that it means we will not
19083 have to compile and use the lstat wrapper. */
19084 return lstat ("conftest.sym/", &sbuf) == 0;
19085 ;
19086 return 0;
19087 }
19088 _ACEOF
19089 if ac_fn_c_try_run "$LINENO"; then :
19090 ac_cv_func_lstat_dereferences_slashed_symlink=yes
19091 else
19092 ac_cv_func_lstat_dereferences_slashed_symlink=no
19093 fi
19094 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
19095 conftest.$ac_objext conftest.beam conftest.$ac_ext
19096 fi
19097
19098 else
19099 # If the `ln -s' command failed, then we probably don't even
19100 # have an lstat function.
19101 ac_cv_func_lstat_dereferences_slashed_symlink=no
19102 fi
19103 rm -f conftest.sym conftest.file
19104
19105 fi
19106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_lstat_dereferences_slashed_symlink" >&5
19107 $as_echo "$ac_cv_func_lstat_dereferences_slashed_symlink" >&6; }
19108
19109 test $ac_cv_func_lstat_dereferences_slashed_symlink = yes &&
19110
19111 cat >>confdefs.h <<_ACEOF
19112 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
19113 _ACEOF
19114
19115
19116 if test "x$ac_cv_func_lstat_dereferences_slashed_symlink" = xno; then
19117 case " $LIBOBJS " in
19118 *" lstat.$ac_objext "* ) ;;
19119 *) LIBOBJS="$LIBOBJS lstat.$ac_objext"
19120 ;;
19121 esac
19122
19123 fi
19124
19125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat accepts an empty string" >&5
19126 $as_echo_n "checking whether stat accepts an empty string... " >&6; }
19127 if ${ac_cv_func_stat_empty_string_bug+:} false; then :
19128 $as_echo_n "(cached) " >&6
19129 else
19130 if test "$cross_compiling" = yes; then :
19131 ac_cv_func_stat_empty_string_bug=yes
19132 else
19133 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19134 /* end confdefs.h. */
19135 $ac_includes_default
19136 int
19137 main ()
19138 {
19139 struct stat sbuf;
19140 return stat ("", &sbuf) == 0;
19141 ;
19142 return 0;
19143 }
19144 _ACEOF
19145 if ac_fn_c_try_run "$LINENO"; then :
19146 ac_cv_func_stat_empty_string_bug=no
19147 else
19148 ac_cv_func_stat_empty_string_bug=yes
19149 fi
19150 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
19151 conftest.$ac_objext conftest.beam conftest.$ac_ext
19152 fi
19153
19154 fi
19155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_stat_empty_string_bug" >&5
19156 $as_echo "$ac_cv_func_stat_empty_string_bug" >&6; }
19157 if test $ac_cv_func_stat_empty_string_bug = yes; then
19158 case " $LIBOBJS " in
19159 *" stat.$ac_objext "* ) ;;
19160 *) LIBOBJS="$LIBOBJS stat.$ac_objext"
19161 ;;
19162 esac
19163
19164
19165 cat >>confdefs.h <<_ACEOF
19166 #define HAVE_STAT_EMPTY_STRING_BUG 1
19167 _ACEOF
19168
19169 fi
19170
19171 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
19172 if test "x$ac_cv_type_mode_t" = xyes; then :
19173
19174 else
19175
19176 cat >>confdefs.h <<_ACEOF
19177 #define mode_t int
19178 _ACEOF
19179
19180 fi
19181
19182 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
19183 if test "x$ac_cv_type_pid_t" = xyes; then :
19184
19185 else
19186
19187 cat >>confdefs.h <<_ACEOF
19188 #define pid_t int
19189 _ACEOF
19190
19191 fi
19192
19193
19194 ac_fn_c_check_decl "$LINENO" "environ" "ac_cv_have_decl_environ" "$ac_includes_default"
19195 if test "x$ac_cv_have_decl_environ" = xyes; then :
19196 ac_have_decl=1
19197 else
19198 ac_have_decl=0
19199 fi
19200
19201 cat >>confdefs.h <<_ACEOF
19202 #define HAVE_DECL_ENVIRON $ac_have_decl
19203 _ACEOF
19204
19205
19206 # check if gcc's -fvisibility is supported
19207
19208 save_CFLAGS="$CFLAGS"
19209 VISIBILITY_HIDDEN_CFLAGS=""
19210 OPTION=-fvisibility=hidden
19211
19212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc $OPTION support" >&5
19213 $as_echo_n "checking for gcc $OPTION support... " >&6; }
19214
19215 CFLAGS="$CFLAGS $OPTION"
19216
19217 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19218 /* end confdefs.h. */
19219
19220 int default_vis __attribute__ ((visibility("default")));
19221 int hidden_vis __attribute__ ((visibility("hidden")));
19222
19223 int
19224 main ()
19225 {
19226
19227 ;
19228 return 0;
19229 }
19230 _ACEOF
19231 if ac_fn_c_try_compile "$LINENO"; then :
19232 ac_visibility_supported=yes
19233 else
19234 ac_visibility_supported=no
19235 fi
19236 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_visibility_supported" >&5
19238 $as_echo "$ac_visibility_supported" >&6; }
19239
19240 if test x"$ac_visibility_supported" = xyes; then
19241
19242 $as_echo "#define HAVE_GCC_VISIBILITY 1" >>confdefs.h
19243
19244 VISIBILITY_HIDDEN_CFLAGS="$OPTION -DHAVE_VISIBILITY_HIDDEN"
19245
19246 $as_echo "#define HAVE_VISIBILITY_HIDDEN /**/" >>confdefs.h
19247
19248 else
19249
19250 :
19251 fi
19252
19253
19254
19255 CFLAGS="$save_CFLAGS"
19256
19257
19258 enable_chroot=yes
19259 for ac_header in sys/capability.h
19260 do :
19261 ac_fn_c_check_header_mongrel "$LINENO" "sys/capability.h" "ac_cv_header_sys_capability_h" "$ac_includes_default"
19262 if test "x$ac_cv_header_sys_capability_h" = xyes; then :
19263 cat >>confdefs.h <<_ACEOF
19264 #define HAVE_SYS_CAPABILITY_H 1
19265 _ACEOF
19266
19267 else
19268 enable_chroot=no
19269 fi
19270
19271 done
19272
19273 for ac_header in sys/prctl.h
19274 do :
19275 ac_fn_c_check_header_mongrel "$LINENO" "sys/prctl.h" "ac_cv_header_sys_prctl_h" "$ac_includes_default"
19276 if test "x$ac_cv_header_sys_prctl_h" = xyes; then :
19277 cat >>confdefs.h <<_ACEOF
19278 #define HAVE_SYS_PRCTL_H 1
19279 _ACEOF
19280
19281 else
19282 enable_chroot=no
19283 fi
19284
19285 done
19286
19287 for ac_func in chroot
19288 do :
19289 ac_fn_c_check_func "$LINENO" "chroot" "ac_cv_func_chroot"
19290 if test "x$ac_cv_func_chroot" = xyes; then :
19291 cat >>confdefs.h <<_ACEOF
19292 #define HAVE_CHROOT 1
19293 _ACEOF
19294
19295 else
19296 enable_chroot=no
19297 fi
19298 done
19299
19300
19301 if test "x$enable_chroot" = "xyes"; then
19302 ENABLE_CHROOT_TRUE=
19303 ENABLE_CHROOT_FALSE='#'
19304 else
19305 ENABLE_CHROOT_TRUE='#'
19306 ENABLE_CHROOT_FALSE=
19307 fi
19308
19309
19310 if test "x$enable_chroot" = "xyes" ; then
19311
19312 $as_echo "#define ENABLE_CHROOT 1" >>confdefs.h
19313
19314 fi
19315
19316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
19317 $as_echo_n "checking for dlopen in -ldl... " >&6; }
19318 if ${ac_cv_lib_dl_dlopen+:} false; then :
19319 $as_echo_n "(cached) " >&6
19320 else
19321 ac_check_lib_save_LIBS=$LIBS
19322 LIBS="-ldl $LIBS"
19323 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19324 /* end confdefs.h. */
19325
19326 /* Override any GCC internal prototype to avoid an error.
19327 Use char because int might match the return type of a GCC
19328 builtin and then its argument prototype would still apply. */
19329 #ifdef __cplusplus
19330 extern "C"
19331 #endif
19332 char dlopen ();
19333 int
19334 main ()
19335 {
19336 return dlopen ();
19337 ;
19338 return 0;
19339 }
19340 _ACEOF
19341 if ac_fn_c_try_link "$LINENO"; then :
19342 ac_cv_lib_dl_dlopen=yes
19343 else
19344 ac_cv_lib_dl_dlopen=no
19345 fi
19346 rm -f core conftest.err conftest.$ac_objext \
19347 conftest$ac_exeext conftest.$ac_ext
19348 LIBS=$ac_check_lib_save_LIBS
19349 fi
19350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
19351 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
19352 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
19353 for ac_header in dlfcn.h
19354 do :
19355 ac_fn_c_check_header_mongrel "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default"
19356 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
19357 cat >>confdefs.h <<_ACEOF
19358 #define HAVE_DLFCN_H 1
19359 _ACEOF
19360 HAVE_DLOPEN=yes
19361 else
19362 HAVE_DLOPEN=no
19363 fi
19364
19365 done
19366
19367 else
19368 HAVE_DLOPEN=no
19369 fi
19370
19371 if test "x$HAVE_DLOPEN" = "xyes" ; then
19372
19373 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
19374
19375 fi
19376 if test "x$HAVE_DLOPEN" = "xyes"; then
19377 HAVE_DLOPEN_TRUE=
19378 HAVE_DLOPEN_FALSE='#'
19379 else
19380 HAVE_DLOPEN_TRUE='#'
19381 HAVE_DLOPEN_FALSE=
19382 fi
19383
19384
19385 have_inotify=no
19386 for ac_header in sys/inotify.h
19387 do :
19388 ac_fn_c_check_header_mongrel "$LINENO" "sys/inotify.h" "ac_cv_header_sys_inotify_h" "$ac_includes_default"
19389 if test "x$ac_cv_header_sys_inotify_h" = xyes; then :
19390 cat >>confdefs.h <<_ACEOF
19391 #define HAVE_SYS_INOTIFY_H 1
19392 _ACEOF
19393 have_inotify=yes
19394 fi
19395
19396 done
19397
19398
19399 if test "x$have_inotify" = "xyes"; then
19400 HAVE_INOTIFY_TRUE=
19401 HAVE_INOTIFY_FALSE='#'
19402 else
19403 HAVE_INOTIFY_TRUE='#'
19404 HAVE_INOTIFY_FALSE=
19405 fi
19406
19407
19408 if test "x$have_inotify" = "xyes" ; then
19409
19410 $as_echo "#define HAVE_INOTIFY 1" >>confdefs.h
19411
19412 fi
19413
19414 have_kqueue=yes
19415 for ac_func in kqueue
19416 do :
19417 ac_fn_c_check_func "$LINENO" "kqueue" "ac_cv_func_kqueue"
19418 if test "x$ac_cv_func_kqueue" = xyes; then :
19419 cat >>confdefs.h <<_ACEOF
19420 #define HAVE_KQUEUE 1
19421 _ACEOF
19422
19423 else
19424 have_kqueue=no
19425 fi
19426 done
19427
19428
19429 if test "x$have_kqueue" = "xyes"; then
19430 HAVE_KQUEUE_TRUE=
19431 HAVE_KQUEUE_FALSE='#'
19432 else
19433 HAVE_KQUEUE_TRUE='#'
19434 HAVE_KQUEUE_FALSE=
19435 fi
19436
19437
19438 if test "x$have_kqueue" = "xyes" ; then
19439
19440 $as_echo "#define HAVE_KQUEUE 1" >>confdefs.h
19441
19442 fi
19443
19444
19445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
19446 $as_echo_n "checking whether NLS is requested... " >&6; }
19447 # Check whether --enable-nls was given.
19448 if test "${enable_nls+set}" = set; then :
19449 enableval=$enable_nls; USE_NLS=$enableval
19450 else
19451 USE_NLS=yes
19452 fi
19453
19454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
19455 $as_echo "$USE_NLS" >&6; }
19456
19457
19458
19459
19460 case "$am__api_version" in
19461 1.01234)
19462 as_fn_error $? "Automake 1.5 or newer is required to use intltool" "$LINENO" 5
19463 ;;
19464 *)
19465 ;;
19466 esac
19467
19468 INTLTOOL_REQUIRED_VERSION_AS_INT=`echo 0.35.0 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
19469 INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3`
19470 INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
19471 if test -n "0.35.0"; then
19472 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for intltool >= 0.35.0" >&5
19473 $as_echo_n "checking for intltool >= 0.35.0... " >&6; }
19474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_APPLIED_VERSION found" >&5
19475 $as_echo "$INTLTOOL_APPLIED_VERSION found" >&6; }
19476 test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" ||
19477 as_fn_error $? "Your intltool is too old. You need intltool 0.35.0 or later." "$LINENO" 5
19478 fi
19479
19480 # Extract the first word of "intltool-update", so it can be a program name with args.
19481 set dummy intltool-update; ac_word=$2
19482 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
19483 $as_echo_n "checking for $ac_word... " >&6; }
19484 if ${ac_cv_path_INTLTOOL_UPDATE+:} false; then :
19485 $as_echo_n "(cached) " >&6
19486 else
19487 case $INTLTOOL_UPDATE in
19488 [\\/]* | ?:[\\/]*)
19489 ac_cv_path_INTLTOOL_UPDATE="$INTLTOOL_UPDATE" # Let the user override the test with a path.
19490 ;;
19491 *)
19492 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19493 for as_dir in $PATH
19494 do
19495 IFS=$as_save_IFS
19496 test -z "$as_dir" && as_dir=.
19497 for ac_exec_ext in '' $ac_executable_extensions; do
19498 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
19499 ac_cv_path_INTLTOOL_UPDATE="$as_dir/$ac_word$ac_exec_ext"
19500 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
19501 break 2
19502 fi
19503 done
19504 done
19505 IFS=$as_save_IFS
19506
19507 ;;
19508 esac
19509 fi
19510 INTLTOOL_UPDATE=$ac_cv_path_INTLTOOL_UPDATE
19511 if test -n "$INTLTOOL_UPDATE"; then
19512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_UPDATE" >&5
19513 $as_echo "$INTLTOOL_UPDATE" >&6; }
19514 else
19515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19516 $as_echo "no" >&6; }
19517 fi
19518
19519
19520 # Extract the first word of "intltool-merge", so it can be a program name with args.
19521 set dummy intltool-merge; ac_word=$2
19522 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
19523 $as_echo_n "checking for $ac_word... " >&6; }
19524 if ${ac_cv_path_INTLTOOL_MERGE+:} false; then :
19525 $as_echo_n "(cached) " >&6
19526 else
19527 case $INTLTOOL_MERGE in
19528 [\\/]* | ?:[\\/]*)
19529 ac_cv_path_INTLTOOL_MERGE="$INTLTOOL_MERGE" # Let the user override the test with a path.
19530 ;;
19531 *)
19532 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19533 for as_dir in $PATH
19534 do
19535 IFS=$as_save_IFS
19536 test -z "$as_dir" && as_dir=.
19537 for ac_exec_ext in '' $ac_executable_extensions; do
19538 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
19539 ac_cv_path_INTLTOOL_MERGE="$as_dir/$ac_word$ac_exec_ext"
19540 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
19541 break 2
19542 fi
19543 done
19544 done
19545 IFS=$as_save_IFS
19546
19547 ;;
19548 esac
19549 fi
19550 INTLTOOL_MERGE=$ac_cv_path_INTLTOOL_MERGE
19551 if test -n "$INTLTOOL_MERGE"; then
19552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_MERGE" >&5
19553 $as_echo "$INTLTOOL_MERGE" >&6; }
19554 else
19555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19556 $as_echo "no" >&6; }
19557 fi
19558
19559
19560 # Extract the first word of "intltool-extract", so it can be a program name with args.
19561 set dummy intltool-extract; ac_word=$2
19562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
19563 $as_echo_n "checking for $ac_word... " >&6; }
19564 if ${ac_cv_path_INTLTOOL_EXTRACT+:} false; then :
19565 $as_echo_n "(cached) " >&6
19566 else
19567 case $INTLTOOL_EXTRACT in
19568 [\\/]* | ?:[\\/]*)
19569 ac_cv_path_INTLTOOL_EXTRACT="$INTLTOOL_EXTRACT" # Let the user override the test with a path.
19570 ;;
19571 *)
19572 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19573 for as_dir in $PATH
19574 do
19575 IFS=$as_save_IFS
19576 test -z "$as_dir" && as_dir=.
19577 for ac_exec_ext in '' $ac_executable_extensions; do
19578 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
19579 ac_cv_path_INTLTOOL_EXTRACT="$as_dir/$ac_word$ac_exec_ext"
19580 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
19581 break 2
19582 fi
19583 done
19584 done
19585 IFS=$as_save_IFS
19586
19587 ;;
19588 esac
19589 fi
19590 INTLTOOL_EXTRACT=$ac_cv_path_INTLTOOL_EXTRACT
19591 if test -n "$INTLTOOL_EXTRACT"; then
19592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_EXTRACT" >&5
19593 $as_echo "$INTLTOOL_EXTRACT" >&6; }
19594 else
19595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19596 $as_echo "no" >&6; }
19597 fi
19598
19599
19600 if test -z "$INTLTOOL_UPDATE" -o -z "$INTLTOOL_MERGE" -o -z "$INTLTOOL_EXTRACT"; then
19601 as_fn_error $? "The intltool scripts were not found. Please install intltool." "$LINENO" 5
19602 fi
19603
19604 if test -z "$AM_DEFAULT_VERBOSITY"; then
19605 AM_DEFAULT_VERBOSITY=1
19606 fi
19607
19608
19609 INTLTOOL_V_MERGE='$(INTLTOOL__v_MERGE_$(V))'
19610 INTLTOOL__v_MERGE_='$(INTLTOOL__v_MERGE_$(AM_DEFAULT_VERBOSITY))'
19611 INTLTOOL__v_MERGE_0='@echo " ITMRG " $@;'
19612
19613
19614
19615
19616 INTLTOOL_V_MERGE_OPTIONS='$(intltool__v_merge_options_$(V))'
19617 intltool__v_merge_options_='$(intltool__v_merge_options_$(AM_DEFAULT_VERBOSITY))'
19618 intltool__v_merge_options_0='-q'
19619
19620
19621
19622
19623 INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
19624 INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
19625 INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
19626 INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
19627 INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -p $(top_srcdir)/po $< $@'
19628 INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
19629 INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
19630 INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
19631 INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
19632 INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
19633 INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
19634 if test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge 5000; then
19635 INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u --no-translations $< $@'
19636 else
19637 INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)_it_tmp_dir=tmp.intltool.$$RANDOM && mkdir $$_it_tmp_dir && LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u $$_it_tmp_dir $< $@ && rmdir $$_it_tmp_dir'
19638 fi
19639 INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
19640 INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
19641 INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
19642 INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
19643 INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
19644 INTLTOOL_SERVICE_RULE='%.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
19645 INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
19646
19647
19648
19649
19650
19651
19652
19653
19654
19655
19656
19657
19658
19659
19660
19661
19662
19663
19664
19665
19666
19667
19668
19669
19670
19671
19672
19673
19674
19675
19676
19677
19678
19679
19680
19681
19682
19683
19684
19685
19686
19687
19688
19689
19690
19691
19692
19693
19694
19695
19696
19697
19698
19699
19700
19701
19702
19703
19704
19705
19706
19707
19708
19709
19710
19711
19712
19713
19714
19715
19716
19717
19718
19719
19720
19721
19722
19723
19724
19725
19726
19727
19728
19729
19730
19731
19732
19733
19734
19735
19736
19737
19738
19739
19740
19741
19742
19743 # Check the gettext tools to make sure they are GNU
19744 # Extract the first word of "xgettext", so it can be a program name with args.
19745 set dummy xgettext; ac_word=$2
19746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
19747 $as_echo_n "checking for $ac_word... " >&6; }
19748 if ${ac_cv_path_XGETTEXT+:} false; then :
19749 $as_echo_n "(cached) " >&6
19750 else
19751 case $XGETTEXT in
19752 [\\/]* | ?:[\\/]*)
19753 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
19754 ;;
19755 *)
19756 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19757 for as_dir in $PATH
19758 do
19759 IFS=$as_save_IFS
19760 test -z "$as_dir" && as_dir=.
19761 for ac_exec_ext in '' $ac_executable_extensions; do
19762 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
19763 ac_cv_path_XGETTEXT="$as_dir/$ac_word$ac_exec_ext"
19764 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
19765 break 2
19766 fi
19767 done
19768 done
19769 IFS=$as_save_IFS
19770
19771 ;;
19772 esac
19773 fi
19774 XGETTEXT=$ac_cv_path_XGETTEXT
19775 if test -n "$XGETTEXT"; then
19776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
19777 $as_echo "$XGETTEXT" >&6; }
19778 else
19779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19780 $as_echo "no" >&6; }
19781 fi
19782
19783
19784 # Extract the first word of "msgmerge", so it can be a program name with args.
19785 set dummy msgmerge; ac_word=$2
19786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
19787 $as_echo_n "checking for $ac_word... " >&6; }
19788 if ${ac_cv_path_MSGMERGE+:} false; then :
19789 $as_echo_n "(cached) " >&6
19790 else
19791 case $MSGMERGE in
19792 [\\/]* | ?:[\\/]*)
19793 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
19794 ;;
19795 *)
19796 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19797 for as_dir in $PATH
19798 do
19799 IFS=$as_save_IFS
19800 test -z "$as_dir" && as_dir=.
19801 for ac_exec_ext in '' $ac_executable_extensions; do
19802 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
19803 ac_cv_path_MSGMERGE="$as_dir/$ac_word$ac_exec_ext"
19804 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
19805 break 2
19806 fi
19807 done
19808 done
19809 IFS=$as_save_IFS
19810
19811 ;;
19812 esac
19813 fi
19814 MSGMERGE=$ac_cv_path_MSGMERGE
19815 if test -n "$MSGMERGE"; then
19816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
19817 $as_echo "$MSGMERGE" >&6; }
19818 else
19819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19820 $as_echo "no" >&6; }
19821 fi
19822
19823
19824 # Extract the first word of "msgfmt", so it can be a program name with args.
19825 set dummy msgfmt; ac_word=$2
19826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
19827 $as_echo_n "checking for $ac_word... " >&6; }
19828 if ${ac_cv_path_MSGFMT+:} false; then :
19829 $as_echo_n "(cached) " >&6
19830 else
19831 case $MSGFMT in
19832 [\\/]* | ?:[\\/]*)
19833 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
19834 ;;
19835 *)
19836 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19837 for as_dir in $PATH
19838 do
19839 IFS=$as_save_IFS
19840 test -z "$as_dir" && as_dir=.
19841 for ac_exec_ext in '' $ac_executable_extensions; do
19842 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
19843 ac_cv_path_MSGFMT="$as_dir/$ac_word$ac_exec_ext"
19844 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
19845 break 2
19846 fi
19847 done
19848 done
19849 IFS=$as_save_IFS
19850
19851 ;;
19852 esac
19853 fi
19854 MSGFMT=$ac_cv_path_MSGFMT
19855 if test -n "$MSGFMT"; then
19856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
19857 $as_echo "$MSGFMT" >&6; }
19858 else
19859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19860 $as_echo "no" >&6; }
19861 fi
19862
19863
19864 # Extract the first word of "gmsgfmt", so it can be a program name with args.
19865 set dummy gmsgfmt; ac_word=$2
19866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
19867 $as_echo_n "checking for $ac_word... " >&6; }
19868 if ${ac_cv_path_GMSGFMT+:} false; then :
19869 $as_echo_n "(cached) " >&6
19870 else
19871 case $GMSGFMT in
19872 [\\/]* | ?:[\\/]*)
19873 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
19874 ;;
19875 *)
19876 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19877 for as_dir in $PATH
19878 do
19879 IFS=$as_save_IFS
19880 test -z "$as_dir" && as_dir=.
19881 for ac_exec_ext in '' $ac_executable_extensions; do
19882 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
19883 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
19884 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
19885 break 2
19886 fi
19887 done
19888 done
19889 IFS=$as_save_IFS
19890
19891 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
19892 ;;
19893 esac
19894 fi
19895 GMSGFMT=$ac_cv_path_GMSGFMT
19896 if test -n "$GMSGFMT"; then
19897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
19898 $as_echo "$GMSGFMT" >&6; }
19899 else
19900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19901 $as_echo "no" >&6; }
19902 fi
19903
19904
19905 if test -z "$XGETTEXT" -o -z "$MSGMERGE" -o -z "$MSGFMT"; then
19906 as_fn_error $? "GNU gettext tools not found; required for intltool" "$LINENO" 5
19907 fi
19908 xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"
19909 mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"
19910 mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"
19911 if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
19912 as_fn_error $? "GNU gettext tools not found; required for intltool" "$LINENO" 5
19913 fi
19914
19915 # Extract the first word of "perl", so it can be a program name with args.
19916 set dummy perl; ac_word=$2
19917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
19918 $as_echo_n "checking for $ac_word... " >&6; }
19919 if ${ac_cv_path_INTLTOOL_PERL+:} false; then :
19920 $as_echo_n "(cached) " >&6
19921 else
19922 case $INTLTOOL_PERL in
19923 [\\/]* | ?:[\\/]*)
19924 ac_cv_path_INTLTOOL_PERL="$INTLTOOL_PERL" # Let the user override the test with a path.
19925 ;;
19926 *)
19927 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19928 for as_dir in $PATH
19929 do
19930 IFS=$as_save_IFS
19931 test -z "$as_dir" && as_dir=.
19932 for ac_exec_ext in '' $ac_executable_extensions; do
19933 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
19934 ac_cv_path_INTLTOOL_PERL="$as_dir/$ac_word$ac_exec_ext"
19935 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
19936 break 2
19937 fi
19938 done
19939 done
19940 IFS=$as_save_IFS
19941
19942 ;;
19943 esac
19944 fi
19945 INTLTOOL_PERL=$ac_cv_path_INTLTOOL_PERL
19946 if test -n "$INTLTOOL_PERL"; then
19947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_PERL" >&5
19948 $as_echo "$INTLTOOL_PERL" >&6; }
19949 else
19950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19951 $as_echo "no" >&6; }
19952 fi
19953
19954
19955 if test -z "$INTLTOOL_PERL"; then
19956 as_fn_error $? "perl not found" "$LINENO" 5
19957 fi
19958 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for perl >= 5.8.1" >&5
19959 $as_echo_n "checking for perl >= 5.8.1... " >&6; }
19960 $INTLTOOL_PERL -e "use 5.8.1;" > /dev/null 2>&1
19961 if test $? -ne 0; then
19962 as_fn_error $? "perl 5.8.1 is required for intltool" "$LINENO" 5
19963 else
19964 IT_PERL_VERSION=`$INTLTOOL_PERL -e "printf '%vd', $^V"`
19965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $IT_PERL_VERSION" >&5
19966 $as_echo "$IT_PERL_VERSION" >&6; }
19967 fi
19968 if test "x" != "xno-xml"; then
19969 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XML::Parser" >&5
19970 $as_echo_n "checking for XML::Parser... " >&6; }
19971 if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
19972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
19973 $as_echo "ok" >&6; }
19974 else
19975 as_fn_error $? "XML::Parser perl module is required for intltool" "$LINENO" 5
19976 fi
19977 fi
19978
19979 # Substitute ALL_LINGUAS so we can use it in po/Makefile
19980
19981
19982
19983
19984
19985 GETTEXT_PACKAGE=avahi
19986
19987
19988 cat >>confdefs.h <<_ACEOF
19989 #define GETTEXT_PACKAGE "$GETTEXT_PACKAGE"
19990 _ACEOF
19991
19992
19993 for ac_header in locale.h
19994 do :
19995 ac_fn_c_check_header_mongrel "$LINENO" "locale.h" "ac_cv_header_locale_h" "$ac_includes_default"
19996 if test "x$ac_cv_header_locale_h" = xyes; then :
19997 cat >>confdefs.h <<_ACEOF
19998 #define HAVE_LOCALE_H 1
19999 _ACEOF
20000
20001 fi
20002
20003 done
20004
20005 if test $ac_cv_header_locale_h = yes; then
20006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
20007 $as_echo_n "checking for LC_MESSAGES... " >&6; }
20008 if ${am_cv_val_LC_MESSAGES+:} false; then :
20009 $as_echo_n "(cached) " >&6
20010 else
20011 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20012 /* end confdefs.h. */
20013 #include <locale.h>
20014 int
20015 main ()
20016 {
20017 return LC_MESSAGES
20018 ;
20019 return 0;
20020 }
20021 _ACEOF
20022 if ac_fn_c_try_link "$LINENO"; then :
20023 am_cv_val_LC_MESSAGES=yes
20024 else
20025 am_cv_val_LC_MESSAGES=no
20026 fi
20027 rm -f core conftest.err conftest.$ac_objext \
20028 conftest$ac_exeext conftest.$ac_ext
20029 fi
20030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
20031 $as_echo "$am_cv_val_LC_MESSAGES" >&6; }
20032 if test $am_cv_val_LC_MESSAGES = yes; then
20033
20034 $as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
20035
20036 fi
20037 fi
20038 USE_NLS=yes
20039
20040
20041 gt_cv_have_gettext=no
20042
20043 CATOBJEXT=NONE
20044 XGETTEXT=:
20045 INTLLIBS=
20046
20047 ac_fn_c_check_header_mongrel "$LINENO" "libintl.h" "ac_cv_header_libintl_h" "$ac_includes_default"
20048 if test "x$ac_cv_header_libintl_h" = xyes; then :
20049 gt_cv_func_dgettext_libintl="no"
20050 libintl_extra_libs=""
20051
20052 #
20053 # First check in libc
20054 #
20055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ngettext in libc" >&5
20056 $as_echo_n "checking for ngettext in libc... " >&6; }
20057 if ${gt_cv_func_ngettext_libc+:} false; then :
20058 $as_echo_n "(cached) " >&6
20059 else
20060 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20061 /* end confdefs.h. */
20062
20063 #include <libintl.h>
20064
20065 int
20066 main ()
20067 {
20068 return !ngettext ("","", 1)
20069 ;
20070 return 0;
20071 }
20072 _ACEOF
20073 if ac_fn_c_try_link "$LINENO"; then :
20074 gt_cv_func_ngettext_libc=yes
20075 else
20076 gt_cv_func_ngettext_libc=no
20077 fi
20078 rm -f core conftest.err conftest.$ac_objext \
20079 conftest$ac_exeext conftest.$ac_ext
20080
20081 fi
20082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_ngettext_libc" >&5
20083 $as_echo "$gt_cv_func_ngettext_libc" >&6; }
20084
20085 if test "$gt_cv_func_ngettext_libc" = "yes" ; then
20086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dgettext in libc" >&5
20087 $as_echo_n "checking for dgettext in libc... " >&6; }
20088 if ${gt_cv_func_dgettext_libc+:} false; then :
20089 $as_echo_n "(cached) " >&6
20090 else
20091 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20092 /* end confdefs.h. */
20093
20094 #include <libintl.h>
20095
20096 int
20097 main ()
20098 {
20099 return !dgettext ("","")
20100 ;
20101 return 0;
20102 }
20103 _ACEOF
20104 if ac_fn_c_try_link "$LINENO"; then :
20105 gt_cv_func_dgettext_libc=yes
20106 else
20107 gt_cv_func_dgettext_libc=no
20108 fi
20109 rm -f core conftest.err conftest.$ac_objext \
20110 conftest$ac_exeext conftest.$ac_ext
20111
20112 fi
20113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_dgettext_libc" >&5
20114 $as_echo "$gt_cv_func_dgettext_libc" >&6; }
20115 fi
20116
20117 if test "$gt_cv_func_ngettext_libc" = "yes" ; then
20118 for ac_func in bind_textdomain_codeset
20119 do :
20120 ac_fn_c_check_func "$LINENO" "bind_textdomain_codeset" "ac_cv_func_bind_textdomain_codeset"
20121 if test "x$ac_cv_func_bind_textdomain_codeset" = xyes; then :
20122 cat >>confdefs.h <<_ACEOF
20123 #define HAVE_BIND_TEXTDOMAIN_CODESET 1
20124 _ACEOF
20125
20126 fi
20127 done
20128
20129 fi
20130
20131 #
20132 # If we don't have everything we want, check in libintl
20133 #
20134 if test "$gt_cv_func_dgettext_libc" != "yes" \
20135 || test "$gt_cv_func_ngettext_libc" != "yes" \
20136 || test "$ac_cv_func_bind_textdomain_codeset" != "yes" ; then
20137
20138 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bindtextdomain in -lintl" >&5
20139 $as_echo_n "checking for bindtextdomain in -lintl... " >&6; }
20140 if ${ac_cv_lib_intl_bindtextdomain+:} false; then :
20141 $as_echo_n "(cached) " >&6
20142 else
20143 ac_check_lib_save_LIBS=$LIBS
20144 LIBS="-lintl $LIBS"
20145 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20146 /* end confdefs.h. */
20147
20148 /* Override any GCC internal prototype to avoid an error.
20149 Use char because int might match the return type of a GCC
20150 builtin and then its argument prototype would still apply. */
20151 #ifdef __cplusplus
20152 extern "C"
20153 #endif
20154 char bindtextdomain ();
20155 int
20156 main ()
20157 {
20158 return bindtextdomain ();
20159 ;
20160 return 0;
20161 }
20162 _ACEOF
20163 if ac_fn_c_try_link "$LINENO"; then :
20164 ac_cv_lib_intl_bindtextdomain=yes
20165 else
20166 ac_cv_lib_intl_bindtextdomain=no
20167 fi
20168 rm -f core conftest.err conftest.$ac_objext \
20169 conftest$ac_exeext conftest.$ac_ext
20170 LIBS=$ac_check_lib_save_LIBS
20171 fi
20172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_bindtextdomain" >&5
20173 $as_echo "$ac_cv_lib_intl_bindtextdomain" >&6; }
20174 if test "x$ac_cv_lib_intl_bindtextdomain" = xyes; then :
20175 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ngettext in -lintl" >&5
20176 $as_echo_n "checking for ngettext in -lintl... " >&6; }
20177 if ${ac_cv_lib_intl_ngettext+:} false; then :
20178 $as_echo_n "(cached) " >&6
20179 else
20180 ac_check_lib_save_LIBS=$LIBS
20181 LIBS="-lintl $LIBS"
20182 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20183 /* end confdefs.h. */
20184
20185 /* Override any GCC internal prototype to avoid an error.
20186 Use char because int might match the return type of a GCC
20187 builtin and then its argument prototype would still apply. */
20188 #ifdef __cplusplus
20189 extern "C"
20190 #endif
20191 char ngettext ();
20192 int
20193 main ()
20194 {
20195 return ngettext ();
20196 ;
20197 return 0;
20198 }
20199 _ACEOF
20200 if ac_fn_c_try_link "$LINENO"; then :
20201 ac_cv_lib_intl_ngettext=yes
20202 else
20203 ac_cv_lib_intl_ngettext=no
20204 fi
20205 rm -f core conftest.err conftest.$ac_objext \
20206 conftest$ac_exeext conftest.$ac_ext
20207 LIBS=$ac_check_lib_save_LIBS
20208 fi
20209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_ngettext" >&5
20210 $as_echo "$ac_cv_lib_intl_ngettext" >&6; }
20211 if test "x$ac_cv_lib_intl_ngettext" = xyes; then :
20212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dgettext in -lintl" >&5
20213 $as_echo_n "checking for dgettext in -lintl... " >&6; }
20214 if ${ac_cv_lib_intl_dgettext+:} false; then :
20215 $as_echo_n "(cached) " >&6
20216 else
20217 ac_check_lib_save_LIBS=$LIBS
20218 LIBS="-lintl $LIBS"
20219 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20220 /* end confdefs.h. */
20221
20222 /* Override any GCC internal prototype to avoid an error.
20223 Use char because int might match the return type of a GCC
20224 builtin and then its argument prototype would still apply. */
20225 #ifdef __cplusplus
20226 extern "C"
20227 #endif
20228 char dgettext ();
20229 int
20230 main ()
20231 {
20232 return dgettext ();
20233 ;
20234 return 0;
20235 }
20236 _ACEOF
20237 if ac_fn_c_try_link "$LINENO"; then :
20238 ac_cv_lib_intl_dgettext=yes
20239 else
20240 ac_cv_lib_intl_dgettext=no
20241 fi
20242 rm -f core conftest.err conftest.$ac_objext \
20243 conftest$ac_exeext conftest.$ac_ext
20244 LIBS=$ac_check_lib_save_LIBS
20245 fi
20246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_dgettext" >&5
20247 $as_echo "$ac_cv_lib_intl_dgettext" >&6; }
20248 if test "x$ac_cv_lib_intl_dgettext" = xyes; then :
20249 gt_cv_func_dgettext_libintl=yes
20250 fi
20251
20252 fi
20253
20254 fi
20255
20256
20257 if test "$gt_cv_func_dgettext_libintl" != "yes" ; then
20258 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if -liconv is needed to use gettext" >&5
20259 $as_echo_n "checking if -liconv is needed to use gettext... " >&6; }
20260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: " >&5
20261 $as_echo "" >&6; }
20262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ngettext in -lintl" >&5
20263 $as_echo_n "checking for ngettext in -lintl... " >&6; }
20264 if ${ac_cv_lib_intl_ngettext+:} false; then :
20265 $as_echo_n "(cached) " >&6
20266 else
20267 ac_check_lib_save_LIBS=$LIBS
20268 LIBS="-lintl -liconv $LIBS"
20269 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20270 /* end confdefs.h. */
20271
20272 /* Override any GCC internal prototype to avoid an error.
20273 Use char because int might match the return type of a GCC
20274 builtin and then its argument prototype would still apply. */
20275 #ifdef __cplusplus
20276 extern "C"
20277 #endif
20278 char ngettext ();
20279 int
20280 main ()
20281 {
20282 return ngettext ();
20283 ;
20284 return 0;
20285 }
20286 _ACEOF
20287 if ac_fn_c_try_link "$LINENO"; then :
20288 ac_cv_lib_intl_ngettext=yes
20289 else
20290 ac_cv_lib_intl_ngettext=no
20291 fi
20292 rm -f core conftest.err conftest.$ac_objext \
20293 conftest$ac_exeext conftest.$ac_ext
20294 LIBS=$ac_check_lib_save_LIBS
20295 fi
20296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_ngettext" >&5
20297 $as_echo "$ac_cv_lib_intl_ngettext" >&6; }
20298 if test "x$ac_cv_lib_intl_ngettext" = xyes; then :
20299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dcgettext in -lintl" >&5
20300 $as_echo_n "checking for dcgettext in -lintl... " >&6; }
20301 if ${ac_cv_lib_intl_dcgettext+:} false; then :
20302 $as_echo_n "(cached) " >&6
20303 else
20304 ac_check_lib_save_LIBS=$LIBS
20305 LIBS="-lintl -liconv $LIBS"
20306 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20307 /* end confdefs.h. */
20308
20309 /* Override any GCC internal prototype to avoid an error.
20310 Use char because int might match the return type of a GCC
20311 builtin and then its argument prototype would still apply. */
20312 #ifdef __cplusplus
20313 extern "C"
20314 #endif
20315 char dcgettext ();
20316 int
20317 main ()
20318 {
20319 return dcgettext ();
20320 ;
20321 return 0;
20322 }
20323 _ACEOF
20324 if ac_fn_c_try_link "$LINENO"; then :
20325 ac_cv_lib_intl_dcgettext=yes
20326 else
20327 ac_cv_lib_intl_dcgettext=no
20328 fi
20329 rm -f core conftest.err conftest.$ac_objext \
20330 conftest$ac_exeext conftest.$ac_ext
20331 LIBS=$ac_check_lib_save_LIBS
20332 fi
20333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_dcgettext" >&5
20334 $as_echo "$ac_cv_lib_intl_dcgettext" >&6; }
20335 if test "x$ac_cv_lib_intl_dcgettext" = xyes; then :
20336 gt_cv_func_dgettext_libintl=yes
20337 libintl_extra_libs=-liconv
20338 else
20339 :
20340 fi
20341
20342 else
20343 :
20344 fi
20345
20346 fi
20347
20348 #
20349 # If we found libintl, then check in it for bind_textdomain_codeset();
20350 # we'll prefer libc if neither have bind_textdomain_codeset(),
20351 # and both have dgettext and ngettext
20352 #
20353 if test "$gt_cv_func_dgettext_libintl" = "yes" ; then
20354 glib_save_LIBS="$LIBS"
20355 LIBS="$LIBS -lintl $libintl_extra_libs"
20356 unset ac_cv_func_bind_textdomain_codeset
20357 for ac_func in bind_textdomain_codeset
20358 do :
20359 ac_fn_c_check_func "$LINENO" "bind_textdomain_codeset" "ac_cv_func_bind_textdomain_codeset"
20360 if test "x$ac_cv_func_bind_textdomain_codeset" = xyes; then :
20361 cat >>confdefs.h <<_ACEOF
20362 #define HAVE_BIND_TEXTDOMAIN_CODESET 1
20363 _ACEOF
20364
20365 fi
20366 done
20367
20368 LIBS="$glib_save_LIBS"
20369
20370 if test "$ac_cv_func_bind_textdomain_codeset" = "yes" ; then
20371 gt_cv_func_dgettext_libc=no
20372 else
20373 if test "$gt_cv_func_dgettext_libc" = "yes" \
20374 && test "$gt_cv_func_ngettext_libc" = "yes"; then
20375 gt_cv_func_dgettext_libintl=no
20376 fi
20377 fi
20378 fi
20379 fi
20380
20381 if test "$gt_cv_func_dgettext_libc" = "yes" \
20382 || test "$gt_cv_func_dgettext_libintl" = "yes"; then
20383 gt_cv_have_gettext=yes
20384 fi
20385
20386 if test "$gt_cv_func_dgettext_libintl" = "yes"; then
20387 INTLLIBS="-lintl $libintl_extra_libs"
20388 fi
20389
20390 if test "$gt_cv_have_gettext" = "yes"; then
20391
20392 $as_echo "#define HAVE_GETTEXT 1" >>confdefs.h
20393
20394 # Extract the first word of "msgfmt", so it can be a program name with args.
20395 set dummy msgfmt; ac_word=$2
20396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
20397 $as_echo_n "checking for $ac_word... " >&6; }
20398 if ${ac_cv_path_MSGFMT+:} false; then :
20399 $as_echo_n "(cached) " >&6
20400 else
20401 case "$MSGFMT" in
20402 /*)
20403 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
20404 ;;
20405 *)
20406 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
20407 for ac_dir in $PATH; do
20408 test -z "$ac_dir" && ac_dir=.
20409 if test -f $ac_dir/$ac_word; then
20410 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
20411 ac_cv_path_MSGFMT="$ac_dir/$ac_word"
20412 break
20413 fi
20414 fi
20415 done
20416 IFS="$ac_save_ifs"
20417 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT="no"
20418 ;;
20419 esac
20420 fi
20421 MSGFMT="$ac_cv_path_MSGFMT"
20422 if test "$MSGFMT" != "no"; then
20423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
20424 $as_echo "$MSGFMT" >&6; }
20425 else
20426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
20427 $as_echo "no" >&6; }
20428 fi
20429 if test "$MSGFMT" != "no"; then
20430 glib_save_LIBS="$LIBS"
20431 LIBS="$LIBS $INTLLIBS"
20432 for ac_func in dcgettext
20433 do :
20434 ac_fn_c_check_func "$LINENO" "dcgettext" "ac_cv_func_dcgettext"
20435 if test "x$ac_cv_func_dcgettext" = xyes; then :
20436 cat >>confdefs.h <<_ACEOF
20437 #define HAVE_DCGETTEXT 1
20438 _ACEOF
20439
20440 fi
20441 done
20442
20443 MSGFMT_OPTS=
20444 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if msgfmt accepts -c" >&5
20445 $as_echo_n "checking if msgfmt accepts -c... " >&6; }
20446 cat >conftest.foo <<_ACEOF
20447
20448 msgid ""
20449 msgstr ""
20450 "Content-Type: text/plain; charset=UTF-8\n"
20451 "Project-Id-Version: test 1.0\n"
20452 "PO-Revision-Date: 2007-02-15 12:01+0100\n"
20453 "Last-Translator: test <foo@bar.xx>\n"
20454 "Language-Team: C <LL@li.org>\n"
20455 "MIME-Version: 1.0\n"
20456 "Content-Transfer-Encoding: 8bit\n"
20457
20458 _ACEOF
20459 if { { $as_echo "$as_me:${as_lineno-$LINENO}: \$MSGFMT -c -o /dev/null conftest.foo"; } >&5
20460 ($MSGFMT -c -o /dev/null conftest.foo) 2>&5
20461 ac_status=$?
20462 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
20463 test $ac_status = 0; }; then
20464 MSGFMT_OPTS=-c; { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
20465 $as_echo "yes" >&6; }
20466 else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
20467 $as_echo "no" >&6; }
20468 echo "$as_me: failed input was:" >&5
20469 sed 's/^/| /' conftest.foo >&5
20470 fi
20471
20472 # Extract the first word of "gmsgfmt", so it can be a program name with args.
20473 set dummy gmsgfmt; ac_word=$2
20474 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
20475 $as_echo_n "checking for $ac_word... " >&6; }
20476 if ${ac_cv_path_GMSGFMT+:} false; then :
20477 $as_echo_n "(cached) " >&6
20478 else
20479 case $GMSGFMT in
20480 [\\/]* | ?:[\\/]*)
20481 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
20482 ;;
20483 *)
20484 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
20485 for as_dir in $PATH
20486 do
20487 IFS=$as_save_IFS
20488 test -z "$as_dir" && as_dir=.
20489 for ac_exec_ext in '' $ac_executable_extensions; do
20490 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
20491 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
20492 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
20493 break 2
20494 fi
20495 done
20496 done
20497 IFS=$as_save_IFS
20498
20499 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
20500 ;;
20501 esac
20502 fi
20503 GMSGFMT=$ac_cv_path_GMSGFMT
20504 if test -n "$GMSGFMT"; then
20505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
20506 $as_echo "$GMSGFMT" >&6; }
20507 else
20508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
20509 $as_echo "no" >&6; }
20510 fi
20511
20512
20513 # Extract the first word of "xgettext", so it can be a program name with args.
20514 set dummy xgettext; ac_word=$2
20515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
20516 $as_echo_n "checking for $ac_word... " >&6; }
20517 if ${ac_cv_path_XGETTEXT+:} false; then :
20518 $as_echo_n "(cached) " >&6
20519 else
20520 case "$XGETTEXT" in
20521 /*)
20522 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
20523 ;;
20524 *)
20525 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
20526 for ac_dir in $PATH; do
20527 test -z "$ac_dir" && ac_dir=.
20528 if test -f $ac_dir/$ac_word; then
20529 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
20530 ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
20531 break
20532 fi
20533 fi
20534 done
20535 IFS="$ac_save_ifs"
20536 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
20537 ;;
20538 esac
20539 fi
20540 XGETTEXT="$ac_cv_path_XGETTEXT"
20541 if test "$XGETTEXT" != ":"; then
20542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
20543 $as_echo "$XGETTEXT" >&6; }
20544 else
20545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
20546 $as_echo "no" >&6; }
20547 fi
20548
20549 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20550 /* end confdefs.h. */
20551
20552 int
20553 main ()
20554 {
20555 extern int _nl_msg_cat_cntr;
20556 return _nl_msg_cat_cntr
20557 ;
20558 return 0;
20559 }
20560 _ACEOF
20561 if ac_fn_c_try_link "$LINENO"; then :
20562 CATOBJEXT=.gmo
20563 DATADIRNAME=share
20564 else
20565 case $host in
20566 *-*-solaris*)
20567 ac_fn_c_check_func "$LINENO" "bind_textdomain_codeset" "ac_cv_func_bind_textdomain_codeset"
20568 if test "x$ac_cv_func_bind_textdomain_codeset" = xyes; then :
20569 CATOBJEXT=.gmo
20570 DATADIRNAME=share
20571 else
20572 CATOBJEXT=.mo
20573 DATADIRNAME=lib
20574 fi
20575
20576 ;;
20577 *-*-openbsd*)
20578 CATOBJEXT=.mo
20579 DATADIRNAME=share
20580 ;;
20581 *)
20582 CATOBJEXT=.mo
20583 DATADIRNAME=lib
20584 ;;
20585 esac
20586 fi
20587 rm -f core conftest.err conftest.$ac_objext \
20588 conftest$ac_exeext conftest.$ac_ext
20589 LIBS="$glib_save_LIBS"
20590 INSTOBJEXT=.mo
20591 else
20592 gt_cv_have_gettext=no
20593 fi
20594 fi
20595
20596 fi
20597
20598
20599
20600 if test "$gt_cv_have_gettext" = "yes" ; then
20601
20602 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
20603
20604 fi
20605
20606 if test "$XGETTEXT" != ":"; then
20607 if $XGETTEXT --omit-header /dev/null 2> /dev/null; then
20608 : ;
20609 else
20610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
20611 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
20612 XGETTEXT=":"
20613 fi
20614 fi
20615
20616 # We need to process the po/ directory.
20617 POSUB=po
20618
20619 ac_config_commands="$ac_config_commands default-1"
20620
20621
20622 for lang in $ALL_LINGUAS; do
20623 GMOFILES="$GMOFILES $lang.gmo"
20624 POFILES="$POFILES $lang.po"
20625 done
20626
20627
20628
20629
20630
20631
20632
20633
20634
20635
20636
20637
20638
20639 if test "$gt_cv_have_gettext" = "yes"; then
20640 if test "x$ALL_LINGUAS" = "x"; then
20641 LINGUAS=
20642 else
20643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
20644 $as_echo_n "checking for catalogs to be installed... " >&6; }
20645 NEW_LINGUAS=
20646 for presentlang in $ALL_LINGUAS; do
20647 useit=no
20648 if test "%UNSET%" != "${LINGUAS-%UNSET%}"; then
20649 desiredlanguages="$LINGUAS"
20650 else
20651 desiredlanguages="$ALL_LINGUAS"
20652 fi
20653 for desiredlang in $desiredlanguages; do
20654 # Use the presentlang catalog if desiredlang is
20655 # a. equal to presentlang, or
20656 # b. a variant of presentlang (because in this case,
20657 # presentlang can be used as a fallback for messages
20658 # which are not translated in the desiredlang catalog).
20659 case "$desiredlang" in
20660 "$presentlang"*) useit=yes;;
20661 esac
20662 done
20663 if test $useit = yes; then
20664 NEW_LINGUAS="$NEW_LINGUAS $presentlang"
20665 fi
20666 done
20667 LINGUAS=$NEW_LINGUAS
20668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
20669 $as_echo "$LINGUAS" >&6; }
20670 fi
20671
20672 if test -n "$LINGUAS"; then
20673 for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done
20674 fi
20675 fi
20676
20677 MKINSTALLDIRS=
20678 if test -n "$ac_aux_dir"; then
20679 MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs"
20680 fi
20681 if test -z "$MKINSTALLDIRS"; then
20682 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
20683 fi
20684
20685
20686 test -d po || mkdir po
20687 if test "x$srcdir" != "x."; then
20688 if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
20689 posrcprefix="$srcdir/"
20690 else
20691 posrcprefix="../$srcdir/"
20692 fi
20693 else
20694 posrcprefix="../"
20695 fi
20696 rm -f po/POTFILES
20697 sed -e "/^#/d" -e "/^\$/d" -e "s,.*, $posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \
20698 < $srcdir/po/POTFILES.in > po/POTFILES
20699
20700
20701 avahilocaledir='${prefix}/${DATADIRNAME}/locale'
20702
20703
20704 # Check for pkg-config manually first, as if its not installed the
20705 # PKG_PROG_PKG_CONFIG macro won't be defined.
20706 # Extract the first word of "pkg-config", so it can be a program name with args.
20707 set dummy pkg-config; ac_word=$2
20708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
20709 $as_echo_n "checking for $ac_word... " >&6; }
20710 if ${ac_cv_prog_have_pkg_config+:} false; then :
20711 $as_echo_n "(cached) " >&6
20712 else
20713 if test -n "$have_pkg_config"; then
20714 ac_cv_prog_have_pkg_config="$have_pkg_config" # Let the user override the test.
20715 else
20716 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
20717 for as_dir in $PATH
20718 do
20719 IFS=$as_save_IFS
20720 test -z "$as_dir" && as_dir=.
20721 for ac_exec_ext in '' $ac_executable_extensions; do
20722 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
20723 ac_cv_prog_have_pkg_config="yes"
20724 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
20725 break 2
20726 fi
20727 done
20728 done
20729 IFS=$as_save_IFS
20730
20731 test -z "$ac_cv_prog_have_pkg_config" && ac_cv_prog_have_pkg_config="no"
20732 fi
20733 fi
20734 have_pkg_config=$ac_cv_prog_have_pkg_config
20735 if test -n "$have_pkg_config"; then
20736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_pkg_config" >&5
20737 $as_echo "$have_pkg_config" >&6; }
20738 else
20739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
20740 $as_echo "no" >&6; }
20741 fi
20742
20743
20744
20745 if test x"$have_pkg_config" = "xno"; then
20746 as_fn_error $? "pkg-config is required to install this program" "$LINENO" 5
20747 fi
20748
20749
20750
20751
20752
20753
20754
20755
20756 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
20757 if test -n "$ac_tool_prefix"; then
20758 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
20759 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
20760 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
20761 $as_echo_n "checking for $ac_word... " >&6; }
20762 if ${ac_cv_path_PKG_CONFIG+:} false; then :
20763 $as_echo_n "(cached) " >&6
20764 else
20765 case $PKG_CONFIG in
20766 [\\/]* | ?:[\\/]*)
20767 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
20768 ;;
20769 *)
20770 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
20771 for as_dir in $PATH
20772 do
20773 IFS=$as_save_IFS
20774 test -z "$as_dir" && as_dir=.
20775 for ac_exec_ext in '' $ac_executable_extensions; do
20776 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
20777 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
20778 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
20779 break 2
20780 fi
20781 done
20782 done
20783 IFS=$as_save_IFS
20784
20785 ;;
20786 esac
20787 fi
20788 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
20789 if test -n "$PKG_CONFIG"; then
20790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
20791 $as_echo "$PKG_CONFIG" >&6; }
20792 else
20793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
20794 $as_echo "no" >&6; }
20795 fi
20796
20797
20798 fi
20799 if test -z "$ac_cv_path_PKG_CONFIG"; then
20800 ac_pt_PKG_CONFIG=$PKG_CONFIG
20801 # Extract the first word of "pkg-config", so it can be a program name with args.
20802 set dummy pkg-config; ac_word=$2
20803 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
20804 $as_echo_n "checking for $ac_word... " >&6; }
20805 if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
20806 $as_echo_n "(cached) " >&6
20807 else
20808 case $ac_pt_PKG_CONFIG in
20809 [\\/]* | ?:[\\/]*)
20810 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
20811 ;;
20812 *)
20813 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
20814 for as_dir in $PATH
20815 do
20816 IFS=$as_save_IFS
20817 test -z "$as_dir" && as_dir=.
20818 for ac_exec_ext in '' $ac_executable_extensions; do
20819 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
20820 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
20821 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
20822 break 2
20823 fi
20824 done
20825 done
20826 IFS=$as_save_IFS
20827
20828 ;;
20829 esac
20830 fi
20831 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
20832 if test -n "$ac_pt_PKG_CONFIG"; then
20833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
20834 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
20835 else
20836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
20837 $as_echo "no" >&6; }
20838 fi
20839
20840 if test "x$ac_pt_PKG_CONFIG" = x; then
20841 PKG_CONFIG=""
20842 else
20843 case $cross_compiling:$ac_tool_warned in
20844 yes:)
20845 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
20846 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
20847 ac_tool_warned=yes ;;
20848 esac
20849 PKG_CONFIG=$ac_pt_PKG_CONFIG
20850 fi
20851 else
20852 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
20853 fi
20854
20855 fi
20856 if test -n "$PKG_CONFIG"; then
20857 _pkg_min_version=0.9.0
20858 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
20859 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
20860 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
20861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
20862 $as_echo "yes" >&6; }
20863 else
20864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
20865 $as_echo "no" >&6; }
20866 PKG_CONFIG=""
20867 fi
20868 fi
20869
20870 #
20871 # Check for GLIB 2.0
20872 #
20873 # Check whether --enable-glib was given.
20874 if test "${enable_glib+set}" = set; then :
20875 enableval=$enable_glib; case "${enableval}" in
20876 yes) HAVE_GLIB=yes ;;
20877 no) HAVE_GLIB=no ;;
20878 *) as_fn_error $? "bad value ${enableval} for --enable-glib" "$LINENO" 5 ;;
20879 esac
20880 else
20881 HAVE_GLIB=yes
20882 fi
20883
20884
20885 if test "x$HAVE_GLIB" = "xyes" ; then
20886
20887 pkg_failed=no
20888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GLIB20" >&5
20889 $as_echo_n "checking for GLIB20... " >&6; }
20890
20891 if test -n "$GLIB20_CFLAGS"; then
20892 pkg_cv_GLIB20_CFLAGS="$GLIB20_CFLAGS"
20893 elif test -n "$PKG_CONFIG"; then
20894 if test -n "$PKG_CONFIG" && \
20895 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \" glib-2.0 >= 2.4.0 \""; } >&5
20896 ($PKG_CONFIG --exists --print-errors " glib-2.0 >= 2.4.0 ") 2>&5
20897 ac_status=$?
20898 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
20899 test $ac_status = 0; }; then
20900 pkg_cv_GLIB20_CFLAGS=`$PKG_CONFIG --cflags " glib-2.0 >= 2.4.0 " 2>/dev/null`
20901 test "x$?" != "x0" && pkg_failed=yes
20902 else
20903 pkg_failed=yes
20904 fi
20905 else
20906 pkg_failed=untried
20907 fi
20908 if test -n "$GLIB20_LIBS"; then
20909 pkg_cv_GLIB20_LIBS="$GLIB20_LIBS"
20910 elif test -n "$PKG_CONFIG"; then
20911 if test -n "$PKG_CONFIG" && \
20912 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \" glib-2.0 >= 2.4.0 \""; } >&5
20913 ($PKG_CONFIG --exists --print-errors " glib-2.0 >= 2.4.0 ") 2>&5
20914 ac_status=$?
20915 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
20916 test $ac_status = 0; }; then
20917 pkg_cv_GLIB20_LIBS=`$PKG_CONFIG --libs " glib-2.0 >= 2.4.0 " 2>/dev/null`
20918 test "x$?" != "x0" && pkg_failed=yes
20919 else
20920 pkg_failed=yes
20921 fi
20922 else
20923 pkg_failed=untried
20924 fi
20925
20926
20927
20928 if test $pkg_failed = yes; then
20929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
20930 $as_echo "no" >&6; }
20931
20932 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
20933 _pkg_short_errors_supported=yes
20934 else
20935 _pkg_short_errors_supported=no
20936 fi
20937 if test $_pkg_short_errors_supported = yes; then
20938 GLIB20_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs " glib-2.0 >= 2.4.0 " 2>&1`
20939 else
20940 GLIB20_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs " glib-2.0 >= 2.4.0 " 2>&1`
20941 fi
20942 # Put the nasty error message in config.log where it belongs
20943 echo "$GLIB20_PKG_ERRORS" >&5
20944
20945 as_fn_error $? "Package requirements ( glib-2.0 >= 2.4.0 ) were not met:
20946
20947 $GLIB20_PKG_ERRORS
20948
20949 Consider adjusting the PKG_CONFIG_PATH environment variable if you
20950 installed software in a non-standard prefix.
20951
20952 Alternatively, you may set the environment variables GLIB20_CFLAGS
20953 and GLIB20_LIBS to avoid the need to call pkg-config.
20954 See the pkg-config man page for more details." "$LINENO" 5
20955 elif test $pkg_failed = untried; then
20956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
20957 $as_echo "no" >&6; }
20958 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
20959 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
20960 as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it
20961 is in your PATH or set the PKG_CONFIG environment variable to the full
20962 path to pkg-config.
20963
20964 Alternatively, you may set the environment variables GLIB20_CFLAGS
20965 and GLIB20_LIBS to avoid the need to call pkg-config.
20966 See the pkg-config man page for more details.
20967
20968 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
20969 See \`config.log' for more details" "$LINENO" 5; }
20970 else
20971 GLIB20_CFLAGS=$pkg_cv_GLIB20_CFLAGS
20972 GLIB20_LIBS=$pkg_cv_GLIB20_LIBS
20973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
20974 $as_echo "yes" >&6; }
20975
20976 fi
20977
20978
20979 fi
20980 if test "x$HAVE_GLIB" = "xyes"; then
20981 HAVE_GLIB_TRUE=
20982 HAVE_GLIB_FALSE='#'
20983 else
20984 HAVE_GLIB_TRUE='#'
20985 HAVE_GLIB_FALSE=
20986 fi
20987
20988
20989 #
20990 # Check for GLIB's gobject 2.0
20991 #
20992 # Check whether --enable-gobject was given.
20993 if test "${enable_gobject+set}" = set; then :
20994 enableval=$enable_gobject; case "${enableval}" in
20995 yes) HAVE_GOBJECT=yes ;;
20996 no) HAVE_GOBJECT=no ;;
20997 *) as_fn_error $? "bad value ${enableval} for --enable-gobject" "$LINENO" 5 ;;
20998 esac
20999 else
21000 HAVE_GOBJECT=yes
21001 fi
21002
21003
21004 if test "x$HAVE_GOBJECT" = "xyes" ; then
21005
21006 pkg_failed=no
21007 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GOBJECT" >&5
21008 $as_echo_n "checking for GOBJECT... " >&6; }
21009
21010 if test -n "$GOBJECT_CFLAGS"; then
21011 pkg_cv_GOBJECT_CFLAGS="$GOBJECT_CFLAGS"
21012 elif test -n "$PKG_CONFIG"; then
21013 if test -n "$PKG_CONFIG" && \
21014 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \" glib-2.0 >= 2.4.0 gobject-2.0 \""; } >&5
21015 ($PKG_CONFIG --exists --print-errors " glib-2.0 >= 2.4.0 gobject-2.0 ") 2>&5
21016 ac_status=$?
21017 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
21018 test $ac_status = 0; }; then
21019 pkg_cv_GOBJECT_CFLAGS=`$PKG_CONFIG --cflags " glib-2.0 >= 2.4.0 gobject-2.0 " 2>/dev/null`
21020 test "x$?" != "x0" && pkg_failed=yes
21021 else
21022 pkg_failed=yes
21023 fi
21024 else
21025 pkg_failed=untried
21026 fi
21027 if test -n "$GOBJECT_LIBS"; then
21028 pkg_cv_GOBJECT_LIBS="$GOBJECT_LIBS"
21029 elif test -n "$PKG_CONFIG"; then
21030 if test -n "$PKG_CONFIG" && \
21031 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \" glib-2.0 >= 2.4.0 gobject-2.0 \""; } >&5
21032 ($PKG_CONFIG --exists --print-errors " glib-2.0 >= 2.4.0 gobject-2.0 ") 2>&5
21033 ac_status=$?
21034 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
21035 test $ac_status = 0; }; then
21036 pkg_cv_GOBJECT_LIBS=`$PKG_CONFIG --libs " glib-2.0 >= 2.4.0 gobject-2.0 " 2>/dev/null`
21037 test "x$?" != "x0" && pkg_failed=yes
21038 else
21039 pkg_failed=yes
21040 fi
21041 else
21042 pkg_failed=untried
21043 fi
21044
21045
21046
21047 if test $pkg_failed = yes; then
21048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
21049 $as_echo "no" >&6; }
21050
21051 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
21052 _pkg_short_errors_supported=yes
21053 else
21054 _pkg_short_errors_supported=no
21055 fi
21056 if test $_pkg_short_errors_supported = yes; then
21057 GOBJECT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs " glib-2.0 >= 2.4.0 gobject-2.0 " 2>&1`
21058 else
21059 GOBJECT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs " glib-2.0 >= 2.4.0 gobject-2.0 " 2>&1`
21060 fi
21061 # Put the nasty error message in config.log where it belongs
21062 echo "$GOBJECT_PKG_ERRORS" >&5
21063
21064 as_fn_error $? "Package requirements ( glib-2.0 >= 2.4.0 gobject-2.0 ) were not met:
21065
21066 $GOBJECT_PKG_ERRORS
21067
21068 Consider adjusting the PKG_CONFIG_PATH environment variable if you
21069 installed software in a non-standard prefix.
21070
21071 Alternatively, you may set the environment variables GOBJECT_CFLAGS
21072 and GOBJECT_LIBS to avoid the need to call pkg-config.
21073 See the pkg-config man page for more details." "$LINENO" 5
21074 elif test $pkg_failed = untried; then
21075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
21076 $as_echo "no" >&6; }
21077 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
21078 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
21079 as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it
21080 is in your PATH or set the PKG_CONFIG environment variable to the full
21081 path to pkg-config.
21082
21083 Alternatively, you may set the environment variables GOBJECT_CFLAGS
21084 and GOBJECT_LIBS to avoid the need to call pkg-config.
21085 See the pkg-config man page for more details.
21086
21087 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
21088 See \`config.log' for more details" "$LINENO" 5; }
21089 else
21090 GOBJECT_CFLAGS=$pkg_cv_GOBJECT_CFLAGS
21091 GOBJECT_LIBS=$pkg_cv_GOBJECT_LIBS
21092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
21093 $as_echo "yes" >&6; }
21094
21095 fi
21096
21097
21098 fi
21099 if test "x$HAVE_GOBJECT" = "xyes"; then
21100 HAVE_GOBJECT_TRUE=
21101 HAVE_GOBJECT_FALSE='#'
21102 else
21103 HAVE_GOBJECT_TRUE='#'
21104 HAVE_GOBJECT_FALSE=
21105 fi
21106
21107
21108 #
21109 # Introspection support.
21110 #
21111
21112
21113
21114 # Check whether --enable-introspection was given.
21115 if test "${enable_introspection+set}" = set; then :
21116 enableval=$enable_introspection;
21117 else
21118 enable_introspection=auto
21119 fi
21120
21121
21122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gobject-introspection" >&5
21123 $as_echo_n "checking for gobject-introspection... " >&6; }
21124
21125 case $enable_introspection in #(
21126 no) :
21127 found_introspection="no (disabled, use --enable-introspection to enable)"
21128 ;; #(
21129 yes) :
21130 if test -n "$PKG_CONFIG" && \
21131 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gobject-introspection-1.0\""; } >&5
21132 ($PKG_CONFIG --exists --print-errors "gobject-introspection-1.0") 2>&5
21133 ac_status=$?
21134 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
21135 test $ac_status = 0; }; then
21136 :
21137 else
21138 as_fn_error $? "gobject-introspection-1.0 is not installed" "$LINENO" 5
21139 fi
21140 if test -n "$PKG_CONFIG" && \
21141 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gobject-introspection-1.0 >= 0.9.5\""; } >&5
21142 ($PKG_CONFIG --exists --print-errors "gobject-introspection-1.0 >= 0.9.5") 2>&5
21143 ac_status=$?
21144 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
21145 test $ac_status = 0; }; then
21146 found_introspection=yes
21147 else
21148 as_fn_error $? "You need to have gobject-introspection >= 0.9.5 installed to build avahi" "$LINENO" 5
21149 fi
21150 ;; #(
21151 auto) :
21152 if test -n "$PKG_CONFIG" && \
21153 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gobject-introspection-1.0 >= 0.9.5\""; } >&5
21154 ($PKG_CONFIG --exists --print-errors "gobject-introspection-1.0 >= 0.9.5") 2>&5
21155 ac_status=$?
21156 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
21157 test $ac_status = 0; }; then
21158 found_introspection=yes
21159 else
21160 found_introspection=no
21161 fi
21162 ;; #(
21163 *) :
21164 as_fn_error $? "invalid argument passed to --enable-introspection, should be one of [no/auto/yes]" "$LINENO" 5
21165 ;;
21166 esac
21167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $found_introspection" >&5
21168 $as_echo "$found_introspection" >&6; }
21169
21170 INTROSPECTION_SCANNER=
21171 INTROSPECTION_COMPILER=
21172 INTROSPECTION_GENERATE=
21173 INTROSPECTION_GIRDIR=
21174 INTROSPECTION_TYPELIBDIR=
21175 if test "x$found_introspection" = "xyes"; then
21176 INTROSPECTION_SCANNER=`$PKG_CONFIG --variable=g_ir_scanner gobject-introspection-1.0`
21177 INTROSPECTION_COMPILER=`$PKG_CONFIG --variable=g_ir_compiler gobject-introspection-1.0`
21178 INTROSPECTION_GENERATE=`$PKG_CONFIG --variable=g_ir_generate gobject-introspection-1.0`
21179 INTROSPECTION_GIRDIR=`$PKG_CONFIG --variable=girdir gobject-introspection-1.0`
21180 INTROSPECTION_TYPELIBDIR="$($PKG_CONFIG --variable=typelibdir gobject-introspection-1.0)"
21181 INTROSPECTION_CFLAGS=`$PKG_CONFIG --cflags gobject-introspection-1.0`
21182 INTROSPECTION_LIBS=`$PKG_CONFIG --libs gobject-introspection-1.0`
21183 INTROSPECTION_MAKEFILE=`$PKG_CONFIG --variable=datadir gobject-introspection-1.0`/gobject-introspection-1.0/Makefile.introspection
21184 fi
21185
21186
21187
21188
21189
21190
21191
21192
21193
21194 if test "x$found_introspection" = "xyes"; then
21195 HAVE_INTROSPECTION_TRUE=
21196 HAVE_INTROSPECTION_FALSE='#'
21197 else
21198 HAVE_INTROSPECTION_TRUE='#'
21199 HAVE_INTROSPECTION_FALSE=
21200 fi
21201
21202
21203
21204
21205 #
21206 # Check for Qt 3
21207 #
21208 # Check whether --enable-qt3 was given.
21209 if test "${enable_qt3+set}" = set; then :
21210 enableval=$enable_qt3; case "${enableval}" in
21211 yes) HAVE_QT3=yes ;;
21212 no) HAVE_QT3=no ;;
21213 *) as_fn_error $? "bad value ${enableval} for --enable-qt3" "$LINENO" 5 ;;
21214 esac
21215 else
21216 HAVE_QT3=yes
21217 fi
21218
21219
21220 if test "x$HAVE_QT3" = "xyes" ; then
21221
21222 pkg_failed=no
21223 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for QT3" >&5
21224 $as_echo_n "checking for QT3... " >&6; }
21225
21226 if test -n "$QT3_CFLAGS"; then
21227 pkg_cv_QT3_CFLAGS="$QT3_CFLAGS"
21228 elif test -n "$PKG_CONFIG"; then
21229 if test -n "$PKG_CONFIG" && \
21230 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \" qt-mt >= 3.0.0 \""; } >&5
21231 ($PKG_CONFIG --exists --print-errors " qt-mt >= 3.0.0 ") 2>&5
21232 ac_status=$?
21233 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
21234 test $ac_status = 0; }; then
21235 pkg_cv_QT3_CFLAGS=`$PKG_CONFIG --cflags " qt-mt >= 3.0.0 " 2>/dev/null`
21236 test "x$?" != "x0" && pkg_failed=yes
21237 else
21238 pkg_failed=yes
21239 fi
21240 else
21241 pkg_failed=untried
21242 fi
21243 if test -n "$QT3_LIBS"; then
21244 pkg_cv_QT3_LIBS="$QT3_LIBS"
21245 elif test -n "$PKG_CONFIG"; then
21246 if test -n "$PKG_CONFIG" && \
21247 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \" qt-mt >= 3.0.0 \""; } >&5
21248 ($PKG_CONFIG --exists --print-errors " qt-mt >= 3.0.0 ") 2>&5
21249 ac_status=$?
21250 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
21251 test $ac_status = 0; }; then
21252 pkg_cv_QT3_LIBS=`$PKG_CONFIG --libs " qt-mt >= 3.0.0 " 2>/dev/null`
21253 test "x$?" != "x0" && pkg_failed=yes
21254 else
21255 pkg_failed=yes
21256 fi
21257 else
21258 pkg_failed=untried
21259 fi
21260
21261
21262
21263 if test $pkg_failed = yes; then
21264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
21265 $as_echo "no" >&6; }
21266
21267 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
21268 _pkg_short_errors_supported=yes
21269 else
21270 _pkg_short_errors_supported=no
21271 fi
21272 if test $_pkg_short_errors_supported = yes; then
21273 QT3_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs " qt-mt >= 3.0.0 " 2>&1`
21274 else
21275 QT3_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs " qt-mt >= 3.0.0 " 2>&1`
21276 fi
21277 # Put the nasty error message in config.log where it belongs
21278 echo "$QT3_PKG_ERRORS" >&5
21279
21280 as_fn_error $? "Package requirements ( qt-mt >= 3.0.0 ) were not met:
21281
21282 $QT3_PKG_ERRORS
21283
21284 Consider adjusting the PKG_CONFIG_PATH environment variable if you
21285 installed software in a non-standard prefix.
21286
21287 Alternatively, you may set the environment variables QT3_CFLAGS
21288 and QT3_LIBS to avoid the need to call pkg-config.
21289 See the pkg-config man page for more details." "$LINENO" 5
21290 elif test $pkg_failed = untried; then
21291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
21292 $as_echo "no" >&6; }
21293 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
21294 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
21295 as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it
21296 is in your PATH or set the PKG_CONFIG environment variable to the full
21297 path to pkg-config.
21298
21299 Alternatively, you may set the environment variables QT3_CFLAGS
21300 and QT3_LIBS to avoid the need to call pkg-config.
21301 See the pkg-config man page for more details.
21302
21303 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
21304 See \`config.log' for more details" "$LINENO" 5; }
21305 else
21306 QT3_CFLAGS=$pkg_cv_QT3_CFLAGS
21307 QT3_LIBS=$pkg_cv_QT3_LIBS
21308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
21309 $as_echo "yes" >&6; }
21310
21311 fi
21312
21313
21314 QT3_PREFIX="`$PKG_CONFIG --variable=prefix qt-mt`/bin"
21315 for ac_prog in moc-qt3 moc
21316 do
21317 # Extract the first word of "$ac_prog", so it can be a program name with args.
21318 set dummy $ac_prog; ac_word=$2
21319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
21320 $as_echo_n "checking for $ac_word... " >&6; }
21321 if ${ac_cv_path_MOC_QT3+:} false; then :
21322 $as_echo_n "(cached) " >&6
21323 else
21324 case $MOC_QT3 in
21325 [\\/]* | ?:[\\/]*)
21326 ac_cv_path_MOC_QT3="$MOC_QT3" # Let the user override the test with a path.
21327 ;;
21328 *)
21329 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
21330 for as_dir in $QT3_PREFIX
21331 do
21332 IFS=$as_save_IFS
21333 test -z "$as_dir" && as_dir=.
21334 for ac_exec_ext in '' $ac_executable_extensions; do
21335 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
21336 ac_cv_path_MOC_QT3="$as_dir/$ac_word$ac_exec_ext"
21337 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
21338 break 2
21339 fi
21340 done
21341 done
21342 IFS=$as_save_IFS
21343
21344 ;;
21345 esac
21346 fi
21347 MOC_QT3=$ac_cv_path_MOC_QT3
21348 if test -n "$MOC_QT3"; then
21349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MOC_QT3" >&5
21350 $as_echo "$MOC_QT3" >&6; }
21351 else
21352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
21353 $as_echo "no" >&6; }
21354 fi
21355
21356
21357 test -n "$MOC_QT3" && break
21358 done
21359 test -n "$MOC_QT3" || MOC_QT3="no"
21360
21361 if test "$MOC_QT3" = no; then
21362 as_fn_error $? "Could not find QT3 moc" "$LINENO" 5
21363 fi
21364
21365 fi
21366 if test "x$HAVE_QT3" = "xyes"; then
21367 HAVE_QT3_TRUE=
21368 HAVE_QT3_FALSE='#'
21369 else
21370 HAVE_QT3_TRUE='#'
21371 HAVE_QT3_FALSE=
21372 fi
21373
21374
21375 #
21376 # Check for Qt 4
21377 #
21378 # Check whether --enable-qt4 was given.
21379 if test "${enable_qt4+set}" = set; then :
21380 enableval=$enable_qt4; case "${enableval}" in
21381 yes) HAVE_QT4=yes ;;
21382 no) HAVE_QT4=no ;;
21383 *) as_fn_error $? "bad value ${enableval} for --enable-qt4" "$LINENO" 5 ;;
21384 esac
21385 else
21386 HAVE_QT4=yes
21387 fi
21388
21389
21390 if test "x$HAVE_QT4" = "xyes" ; then
21391
21392 pkg_failed=no
21393 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for QT4" >&5
21394 $as_echo_n "checking for QT4... " >&6; }
21395
21396 if test -n "$QT4_CFLAGS"; then
21397 pkg_cv_QT4_CFLAGS="$QT4_CFLAGS"
21398 elif test -n "$PKG_CONFIG"; then
21399 if test -n "$PKG_CONFIG" && \
21400 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \" QtCore >= 4.0.0 \""; } >&5
21401 ($PKG_CONFIG --exists --print-errors " QtCore >= 4.0.0 ") 2>&5
21402 ac_status=$?
21403 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
21404 test $ac_status = 0; }; then
21405 pkg_cv_QT4_CFLAGS=`$PKG_CONFIG --cflags " QtCore >= 4.0.0 " 2>/dev/null`
21406 test "x$?" != "x0" && pkg_failed=yes
21407 else
21408 pkg_failed=yes
21409 fi
21410 else
21411 pkg_failed=untried
21412 fi
21413 if test -n "$QT4_LIBS"; then
21414 pkg_cv_QT4_LIBS="$QT4_LIBS"
21415 elif test -n "$PKG_CONFIG"; then
21416 if test -n "$PKG_CONFIG" && \
21417 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \" QtCore >= 4.0.0 \""; } >&5
21418 ($PKG_CONFIG --exists --print-errors " QtCore >= 4.0.0 ") 2>&5
21419 ac_status=$?
21420 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
21421 test $ac_status = 0; }; then
21422 pkg_cv_QT4_LIBS=`$PKG_CONFIG --libs " QtCore >= 4.0.0 " 2>/dev/null`
21423 test "x$?" != "x0" && pkg_failed=yes
21424 else
21425 pkg_failed=yes
21426 fi
21427 else
21428 pkg_failed=untried
21429 fi
21430
21431
21432
21433 if test $pkg_failed = yes; then
21434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
21435 $as_echo "no" >&6; }
21436
21437 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
21438 _pkg_short_errors_supported=yes
21439 else
21440 _pkg_short_errors_supported=no
21441 fi
21442 if test $_pkg_short_errors_supported = yes; then
21443 QT4_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs " QtCore >= 4.0.0 " 2>&1`
21444 else
21445 QT4_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs " QtCore >= 4.0.0 " 2>&1`
21446 fi
21447 # Put the nasty error message in config.log where it belongs
21448 echo "$QT4_PKG_ERRORS" >&5
21449
21450 as_fn_error $? "Package requirements ( QtCore >= 4.0.0 ) were not met:
21451
21452 $QT4_PKG_ERRORS
21453
21454 Consider adjusting the PKG_CONFIG_PATH environment variable if you
21455 installed software in a non-standard prefix.
21456
21457 Alternatively, you may set the environment variables QT4_CFLAGS
21458 and QT4_LIBS to avoid the need to call pkg-config.
21459 See the pkg-config man page for more details." "$LINENO" 5
21460 elif test $pkg_failed = untried; then
21461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
21462 $as_echo "no" >&6; }
21463 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
21464 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
21465 as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it
21466 is in your PATH or set the PKG_CONFIG environment variable to the full
21467 path to pkg-config.
21468
21469 Alternatively, you may set the environment variables QT4_CFLAGS
21470 and QT4_LIBS to avoid the need to call pkg-config.
21471 See the pkg-config man page for more details.
21472
21473 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
21474 See \`config.log' for more details" "$LINENO" 5; }
21475 else
21476 QT4_CFLAGS=$pkg_cv_QT4_CFLAGS
21477 QT4_LIBS=$pkg_cv_QT4_LIBS
21478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
21479 $as_echo "yes" >&6; }
21480
21481 fi
21482
21483
21484 QT4_PREFIX="`$PKG_CONFIG --variable=prefix QtCore`/bin"
21485 for ac_prog in moc-qt4 moc
21486 do
21487 # Extract the first word of "$ac_prog", so it can be a program name with args.
21488 set dummy $ac_prog; ac_word=$2
21489 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
21490 $as_echo_n "checking for $ac_word... " >&6; }
21491 if ${ac_cv_path_MOC_QT4+:} false; then :
21492 $as_echo_n "(cached) " >&6
21493 else
21494 case $MOC_QT4 in
21495 [\\/]* | ?:[\\/]*)
21496 ac_cv_path_MOC_QT4="$MOC_QT4" # Let the user override the test with a path.
21497 ;;
21498 *)
21499 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
21500 for as_dir in $QT4_PREFIX
21501 do
21502 IFS=$as_save_IFS
21503 test -z "$as_dir" && as_dir=.
21504 for ac_exec_ext in '' $ac_executable_extensions; do
21505 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
21506 ac_cv_path_MOC_QT4="$as_dir/$ac_word$ac_exec_ext"
21507 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
21508 break 2
21509 fi
21510 done
21511 done
21512 IFS=$as_save_IFS
21513
21514 ;;
21515 esac
21516 fi
21517 MOC_QT4=$ac_cv_path_MOC_QT4
21518 if test -n "$MOC_QT4"; then
21519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MOC_QT4" >&5
21520 $as_echo "$MOC_QT4" >&6; }
21521 else
21522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
21523 $as_echo "no" >&6; }
21524 fi
21525
21526
21527 test -n "$MOC_QT4" && break
21528 done
21529 test -n "$MOC_QT4" || MOC_QT4="no"
21530
21531 if test "$MOC_QT4" = no; then
21532 as_fn_error $? "Could not find QT4 moc" "$LINENO" 5
21533 fi
21534
21535 fi
21536 if test "x$HAVE_QT4" = "xyes"; then
21537 HAVE_QT4_TRUE=
21538 HAVE_QT4_FALSE='#'
21539 else
21540 HAVE_QT4_TRUE='#'
21541 HAVE_QT4_FALSE=
21542 fi
21543
21544
21545 #
21546 # Check for GTK+ 2.0
21547 #
21548 # Check whether --enable-gtk was given.
21549 if test "${enable_gtk+set}" = set; then :
21550 enableval=$enable_gtk; case "${enableval}" in
21551 yes) HAVE_GTK=yes ;;
21552 no) HAVE_GTK=no ;;
21553 *) as_fn_error $? "bad value ${enableval} for --enable-gtk" "$LINENO" 5 ;;
21554 esac
21555 else
21556 HAVE_GTK=yes
21557 fi
21558
21559
21560 if test "x$HAVE_GTK" = "xyes" ; then
21561 # Check for GTK 2.0
21562
21563 pkg_failed=no
21564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK20" >&5
21565 $as_echo_n "checking for GTK20... " >&6; }
21566
21567 if test -n "$GTK20_CFLAGS"; then
21568 pkg_cv_GTK20_CFLAGS="$GTK20_CFLAGS"
21569 elif test -n "$PKG_CONFIG"; then
21570 if test -n "$PKG_CONFIG" && \
21571 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \" gtk+-2.0 >= 2.14.0 \""; } >&5
21572 ($PKG_CONFIG --exists --print-errors " gtk+-2.0 >= 2.14.0 ") 2>&5
21573 ac_status=$?
21574 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
21575 test $ac_status = 0; }; then
21576 pkg_cv_GTK20_CFLAGS=`$PKG_CONFIG --cflags " gtk+-2.0 >= 2.14.0 " 2>/dev/null`
21577 test "x$?" != "x0" && pkg_failed=yes
21578 else
21579 pkg_failed=yes
21580 fi
21581 else
21582 pkg_failed=untried
21583 fi
21584 if test -n "$GTK20_LIBS"; then
21585 pkg_cv_GTK20_LIBS="$GTK20_LIBS"
21586 elif test -n "$PKG_CONFIG"; then
21587 if test -n "$PKG_CONFIG" && \
21588 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \" gtk+-2.0 >= 2.14.0 \""; } >&5
21589 ($PKG_CONFIG --exists --print-errors " gtk+-2.0 >= 2.14.0 ") 2>&5
21590 ac_status=$?
21591 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
21592 test $ac_status = 0; }; then
21593 pkg_cv_GTK20_LIBS=`$PKG_CONFIG --libs " gtk+-2.0 >= 2.14.0 " 2>/dev/null`
21594 test "x$?" != "x0" && pkg_failed=yes
21595 else
21596 pkg_failed=yes
21597 fi
21598 else
21599 pkg_failed=untried
21600 fi
21601
21602
21603
21604 if test $pkg_failed = yes; then
21605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
21606 $as_echo "no" >&6; }
21607
21608 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
21609 _pkg_short_errors_supported=yes
21610 else
21611 _pkg_short_errors_supported=no
21612 fi
21613 if test $_pkg_short_errors_supported = yes; then
21614 GTK20_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs " gtk+-2.0 >= 2.14.0 " 2>&1`
21615 else
21616 GTK20_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs " gtk+-2.0 >= 2.14.0 " 2>&1`
21617 fi
21618 # Put the nasty error message in config.log where it belongs
21619 echo "$GTK20_PKG_ERRORS" >&5
21620
21621 as_fn_error $? "Package requirements ( gtk+-2.0 >= 2.14.0 ) were not met:
21622
21623 $GTK20_PKG_ERRORS
21624
21625 Consider adjusting the PKG_CONFIG_PATH environment variable if you
21626 installed software in a non-standard prefix.
21627
21628 Alternatively, you may set the environment variables GTK20_CFLAGS
21629 and GTK20_LIBS to avoid the need to call pkg-config.
21630 See the pkg-config man page for more details." "$LINENO" 5
21631 elif test $pkg_failed = untried; then
21632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
21633 $as_echo "no" >&6; }
21634 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
21635 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
21636 as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it
21637 is in your PATH or set the PKG_CONFIG environment variable to the full
21638 path to pkg-config.
21639
21640 Alternatively, you may set the environment variables GTK20_CFLAGS
21641 and GTK20_LIBS to avoid the need to call pkg-config.
21642 See the pkg-config man page for more details.
21643
21644 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
21645 See \`config.log' for more details" "$LINENO" 5; }
21646 else
21647 GTK20_CFLAGS=$pkg_cv_GTK20_CFLAGS
21648 GTK20_LIBS=$pkg_cv_GTK20_LIBS
21649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
21650 $as_echo "yes" >&6; }
21651
21652 fi
21653
21654
21655 fi
21656 if test "x$HAVE_GTK" = "xyes"; then
21657 HAVE_GTK_TRUE=
21658 HAVE_GTK_FALSE='#'
21659 else
21660 HAVE_GTK_TRUE='#'
21661 HAVE_GTK_FALSE=
21662 fi
21663
21664
21665 #
21666 # Check for GTK+ 3.0
21667 #
21668 # Check whether --enable-gtk3 was given.
21669 if test "${enable_gtk3+set}" = set; then :
21670 enableval=$enable_gtk3; case "${enableval}" in
21671 yes) HAVE_GTK3=yes ;;
21672 no) HAVE_GTK3=no ;;
21673 *) as_fn_error $? "bad value ${enableval} for --enable-gtk3" "$LINENO" 5 ;;
21674 esac
21675 else
21676 HAVE_GTK3=yes
21677 fi
21678
21679
21680 if test "x$HAVE_GTK3" = "xyes" ; then
21681 # Check for GTK 3.0
21682
21683 pkg_failed=no
21684 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK30" >&5
21685 $as_echo_n "checking for GTK30... " >&6; }
21686
21687 if test -n "$GTK30_CFLAGS"; then
21688 pkg_cv_GTK30_CFLAGS="$GTK30_CFLAGS"
21689 elif test -n "$PKG_CONFIG"; then
21690 if test -n "$PKG_CONFIG" && \
21691 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \" gtk+-3.0 \""; } >&5
21692 ($PKG_CONFIG --exists --print-errors " gtk+-3.0 ") 2>&5
21693 ac_status=$?
21694 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
21695 test $ac_status = 0; }; then
21696 pkg_cv_GTK30_CFLAGS=`$PKG_CONFIG --cflags " gtk+-3.0 " 2>/dev/null`
21697 test "x$?" != "x0" && pkg_failed=yes
21698 else
21699 pkg_failed=yes
21700 fi
21701 else
21702 pkg_failed=untried
21703 fi
21704 if test -n "$GTK30_LIBS"; then
21705 pkg_cv_GTK30_LIBS="$GTK30_LIBS"
21706 elif test -n "$PKG_CONFIG"; then
21707 if test -n "$PKG_CONFIG" && \
21708 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \" gtk+-3.0 \""; } >&5
21709 ($PKG_CONFIG --exists --print-errors " gtk+-3.0 ") 2>&5
21710 ac_status=$?
21711 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
21712 test $ac_status = 0; }; then
21713 pkg_cv_GTK30_LIBS=`$PKG_CONFIG --libs " gtk+-3.0 " 2>/dev/null`
21714 test "x$?" != "x0" && pkg_failed=yes
21715 else
21716 pkg_failed=yes
21717 fi
21718 else
21719 pkg_failed=untried
21720 fi
21721
21722
21723
21724 if test $pkg_failed = yes; then
21725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
21726 $as_echo "no" >&6; }
21727
21728 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
21729 _pkg_short_errors_supported=yes
21730 else
21731 _pkg_short_errors_supported=no
21732 fi
21733 if test $_pkg_short_errors_supported = yes; then
21734 GTK30_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs " gtk+-3.0 " 2>&1`
21735 else
21736 GTK30_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs " gtk+-3.0 " 2>&1`
21737 fi
21738 # Put the nasty error message in config.log where it belongs
21739 echo "$GTK30_PKG_ERRORS" >&5
21740
21741 as_fn_error $? "Package requirements ( gtk+-3.0 ) were not met:
21742
21743 $GTK30_PKG_ERRORS
21744
21745 Consider adjusting the PKG_CONFIG_PATH environment variable if you
21746 installed software in a non-standard prefix.
21747
21748 Alternatively, you may set the environment variables GTK30_CFLAGS
21749 and GTK30_LIBS to avoid the need to call pkg-config.
21750 See the pkg-config man page for more details." "$LINENO" 5
21751 elif test $pkg_failed = untried; then
21752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
21753 $as_echo "no" >&6; }
21754 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
21755 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
21756 as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it
21757 is in your PATH or set the PKG_CONFIG environment variable to the full
21758 path to pkg-config.
21759
21760 Alternatively, you may set the environment variables GTK30_CFLAGS
21761 and GTK30_LIBS to avoid the need to call pkg-config.
21762 See the pkg-config man page for more details.
21763
21764 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
21765 See \`config.log' for more details" "$LINENO" 5; }
21766 else
21767 GTK30_CFLAGS=$pkg_cv_GTK30_CFLAGS
21768 GTK30_LIBS=$pkg_cv_GTK30_LIBS
21769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
21770 $as_echo "yes" >&6; }
21771
21772 fi
21773
21774
21775 fi
21776 if test "x$HAVE_GTK3" = "xyes"; then
21777 HAVE_GTK3_TRUE=
21778 HAVE_GTK3_FALSE='#'
21779 else
21780 HAVE_GTK3_TRUE='#'
21781 HAVE_GTK3_FALSE=
21782 fi
21783
21784
21785 if test "x$HAVE_GTK3" = "xyes" -o "x$HAVE_GTK" = "xyes" ; then
21786 HAVE_GTK2OR3_TRUE=
21787 HAVE_GTK2OR3_FALSE='#'
21788 else
21789 HAVE_GTK2OR3_TRUE='#'
21790 HAVE_GTK2OR3_FALSE=
21791 fi
21792
21793
21794 #
21795 # D-Bus
21796 #
21797 # Check whether --enable-dbus was given.
21798 if test "${enable_dbus+set}" = set; then :
21799 enableval=$enable_dbus; case "${enableval}" in
21800 yes) HAVE_DBUS=yes ;;
21801 no) HAVE_DBUS=no ;;
21802 *) as_fn_error $? "bad value ${enableval} for --enable-dbus" "$LINENO" 5 ;;
21803 esac
21804 else
21805 HAVE_DBUS=yes
21806 fi
21807
21808
21809
21810 # Check whether --with-dbus-sys was given.
21811 if test "${with_dbus_sys+set}" = set; then :
21812 withval=$with_dbus_sys;
21813 fi
21814
21815
21816 # Check whether --with-dbus-system-socket was given.
21817 if test "${with_dbus_system_socket+set}" = set; then :
21818 withval=$with_dbus_system_socket;
21819 fi
21820
21821
21822 DBUS_VERSION="Disabled"
21823 DBUS_SYS_DIR="Disabled"
21824 DBUS_SYSTEM_BUS_DEFAULT_ADDRESS="Disabled"
21825 if test "x$HAVE_DBUS" = "xyes" ; then
21826
21827 pkg_failed=no
21828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for DBUS" >&5
21829 $as_echo_n "checking for DBUS... " >&6; }
21830
21831 if test -n "$DBUS_CFLAGS"; then
21832 pkg_cv_DBUS_CFLAGS="$DBUS_CFLAGS"
21833 elif test -n "$PKG_CONFIG"; then
21834 if test -n "$PKG_CONFIG" && \
21835 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \" dbus-1 >= 0.34 \""; } >&5
21836 ($PKG_CONFIG --exists --print-errors " dbus-1 >= 0.34 ") 2>&5
21837 ac_status=$?
21838 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
21839 test $ac_status = 0; }; then
21840 pkg_cv_DBUS_CFLAGS=`$PKG_CONFIG --cflags " dbus-1 >= 0.34 " 2>/dev/null`
21841 test "x$?" != "x0" && pkg_failed=yes
21842 else
21843 pkg_failed=yes
21844 fi
21845 else
21846 pkg_failed=untried
21847 fi
21848 if test -n "$DBUS_LIBS"; then
21849 pkg_cv_DBUS_LIBS="$DBUS_LIBS"
21850 elif test -n "$PKG_CONFIG"; then
21851 if test -n "$PKG_CONFIG" && \
21852 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \" dbus-1 >= 0.34 \""; } >&5
21853 ($PKG_CONFIG --exists --print-errors " dbus-1 >= 0.34 ") 2>&5
21854 ac_status=$?
21855 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
21856 test $ac_status = 0; }; then
21857 pkg_cv_DBUS_LIBS=`$PKG_CONFIG --libs " dbus-1 >= 0.34 " 2>/dev/null`
21858 test "x$?" != "x0" && pkg_failed=yes
21859 else
21860 pkg_failed=yes
21861 fi
21862 else
21863 pkg_failed=untried
21864 fi
21865
21866
21867
21868 if test $pkg_failed = yes; then
21869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
21870 $as_echo "no" >&6; }
21871
21872 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
21873 _pkg_short_errors_supported=yes
21874 else
21875 _pkg_short_errors_supported=no
21876 fi
21877 if test $_pkg_short_errors_supported = yes; then
21878 DBUS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs " dbus-1 >= 0.34 " 2>&1`
21879 else
21880 DBUS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs " dbus-1 >= 0.34 " 2>&1`
21881 fi
21882 # Put the nasty error message in config.log where it belongs
21883 echo "$DBUS_PKG_ERRORS" >&5
21884
21885 as_fn_error $? "Package requirements ( dbus-1 >= 0.34 ) were not met:
21886
21887 $DBUS_PKG_ERRORS
21888
21889 Consider adjusting the PKG_CONFIG_PATH environment variable if you
21890 installed software in a non-standard prefix.
21891
21892 Alternatively, you may set the environment variables DBUS_CFLAGS
21893 and DBUS_LIBS to avoid the need to call pkg-config.
21894 See the pkg-config man page for more details." "$LINENO" 5
21895 elif test $pkg_failed = untried; then
21896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
21897 $as_echo "no" >&6; }
21898 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
21899 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
21900 as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it
21901 is in your PATH or set the PKG_CONFIG environment variable to the full
21902 path to pkg-config.
21903
21904 Alternatively, you may set the environment variables DBUS_CFLAGS
21905 and DBUS_LIBS to avoid the need to call pkg-config.
21906 See the pkg-config man page for more details.
21907
21908 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
21909 See \`config.log' for more details" "$LINENO" 5; }
21910 else
21911 DBUS_CFLAGS=$pkg_cv_DBUS_CFLAGS
21912 DBUS_LIBS=$pkg_cv_DBUS_LIBS
21913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
21914 $as_echo "yes" >&6; }
21915
21916 fi
21917
21918
21919 $as_echo "#define HAVE_DBUS 1" >>confdefs.h
21920
21921
21922 DBUS_VERSION=`$PKG_CONFIG dbus-1 --modversion`
21923 DBUS_VERSION_MAJOR=`echo $DBUS_VERSION | awk -F. '{print $1}'`
21924 DBUS_VERSION_MINOR=`echo $DBUS_VERSION | awk -F. '{print $2}'`
21925 DBUS_VERSION_MICRO=`echo $DBUS_VERSION | awk -F. '{print $3}'`
21926 if test "z$DBUS_VERSION_MAJOR" = "z"; then
21927 DBUS_VERSION_MAJOR="0"
21928 fi
21929 if test "z$DBUS_VERSION_MINOR" = "z"; then
21930 DBUS_VERSION_MINOR="0"
21931 fi
21932 if test "z$DBUS_VERSION_MICRO" = "z"; then
21933 DBUS_VERSION_MICRO="0"
21934 fi
21935
21936 if test "z$DBUS_VERSION_MAJOR" = "z0" -a "z$DBUS_VERSION_MINOR" = "z0" -a "z$DBUS_VERSION_MICRO" = "z0"; then
21937 echo "Error: Couldn't determine the version of your D-Bus package."
21938 echo " This is probably an error in this script, please report it"
21939 echo " along with the following information:"
21940 echo " Base D-Buss version ='$DBUS_VERSION'"
21941 echo " DBUS_VERSION_MAJOR='$DBUS_VERSION_MAJOR'"
21942 echo " DBUS_VERSION_MINOR='$DBUS_VERSION_MINOR'"
21943 echo " DBUS_VERSION_MICRO='$DBUS_VERSION_MICRO'"
21944 exit 1
21945 else
21946 echo "Your D-Bus version is $DBUS_VERSION_MAJOR,$DBUS_VERSION_MINOR,$DBUS_VERSION_MICRO."
21947 DBUS_CFLAGS="$DBUS_CFLAGS -DDBUS_VERSION_MAJOR=$DBUS_VERSION_MAJOR"
21948 DBUS_CFLAGS="$DBUS_CFLAGS -DDBUS_VERSION_MINOR=$DBUS_VERSION_MINOR"
21949 DBUS_CFLAGS="$DBUS_CFLAGS -DDBUS_VERSION_MICRO=$DBUS_VERSION_MICRO"
21950 fi
21951
21952 DBUS_CFLAGS="$DBUS_CFLAGS -DDBUS_API_SUBJECT_TO_CHANGE"
21953
21954
21955
21956 if ! test -z "$with_dbus_sys" ; then
21957 DBUS_SYS_DIR="$with_dbus_sys"
21958 else
21959 DBUS_SYS_DIR="${sysconfdir}/dbus-1/system.d"
21960 fi
21961
21962
21963 if ! test -z "$with_dbus_system_address" ; then
21964 DBUS_SYSTEM_BUS_DEFAULT_ADDRESS="$with_dbus_system_address"
21965 else
21966 # This is ugly, but D-Bus doesn't export this address for us
21967 # so we have to guess, pretty much all setups i've seen have
21968 # it in /var/lib/dbus or /var/run/dbus, and its defaulted to
21969 # /var/run upstream so we will try guess first then default
21970 # to /var/run/dbus.
21971
21972 DBUS_SYSTEM_BUS_DEFAULT_ADDRESS="unix:path=/var/run/dbus/system_bus_socket"
21973 TRY_SOCKETS="/var/lib/dbus/system_bus_socket /var/run/dbus/system_bus_socket ${localstatedir}/run/dbus/system_bus_socket ${prefix}/var/run/dbus/system_bus_socket"
21974 for sock in $TRY_SOCKETS; do
21975 if test -S $sock; then
21976 DBUS_SYSTEM_BUS_DEFAULT_ADDRESS="unix:path=$sock"
21977 fi
21978 done
21979 fi
21980
21981
21982 SAVED_LIBS="$LIBS"
21983 LIBS="$LIBS $DBUS_LIBS"
21984 for ac_func in dbus_connection_close dbus_bus_get_private
21985 do :
21986 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
21987 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
21988 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
21989 cat >>confdefs.h <<_ACEOF
21990 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
21991 _ACEOF
21992
21993 fi
21994 done
21995
21996 LIBS="$SAVED_LIBS"
21997 fi
21998 if test "x$HAVE_DBUS" = "xyes"; then
21999 HAVE_DBUS_TRUE=
22000 HAVE_DBUS_FALSE='#'
22001 else
22002 HAVE_DBUS_TRUE='#'
22003 HAVE_DBUS_FALSE=
22004 fi
22005
22006
22007 #
22008 # Expat
22009 #
22010
22011 # Check whether --with-xml was given.
22012 if test "${with_xml+set}" = set; then :
22013 withval=$with_xml;
22014 fi
22015
22016 use_expat=false
22017 use_bsdxml=false
22018
22019 # See what we have
22020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XML_ParserCreate in -lexpat" >&5
22021 $as_echo_n "checking for XML_ParserCreate in -lexpat... " >&6; }
22022 if ${ac_cv_lib_expat_XML_ParserCreate+:} false; then :
22023 $as_echo_n "(cached) " >&6
22024 else
22025 ac_check_lib_save_LIBS=$LIBS
22026 LIBS="-lexpat $LIBS"
22027 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22028 /* end confdefs.h. */
22029
22030 /* Override any GCC internal prototype to avoid an error.
22031 Use char because int might match the return type of a GCC
22032 builtin and then its argument prototype would still apply. */
22033 #ifdef __cplusplus
22034 extern "C"
22035 #endif
22036 char XML_ParserCreate ();
22037 int
22038 main ()
22039 {
22040 return XML_ParserCreate ();
22041 ;
22042 return 0;
22043 }
22044 _ACEOF
22045 if ac_fn_c_try_link "$LINENO"; then :
22046 ac_cv_lib_expat_XML_ParserCreate=yes
22047 else
22048 ac_cv_lib_expat_XML_ParserCreate=no
22049 fi
22050 rm -f core conftest.err conftest.$ac_objext \
22051 conftest$ac_exeext conftest.$ac_ext
22052 LIBS=$ac_check_lib_save_LIBS
22053 fi
22054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_expat_XML_ParserCreate" >&5
22055 $as_echo "$ac_cv_lib_expat_XML_ParserCreate" >&6; }
22056 if test "x$ac_cv_lib_expat_XML_ParserCreate" = xyes; then :
22057 for ac_header in expat.h
22058 do :
22059 ac_fn_c_check_header_mongrel "$LINENO" "expat.h" "ac_cv_header_expat_h" "$ac_includes_default"
22060 if test "x$ac_cv_header_expat_h" = xyes; then :
22061 cat >>confdefs.h <<_ACEOF
22062 #define HAVE_EXPAT_H 1
22063 _ACEOF
22064 have_expat=true
22065 else
22066 have_expat=false
22067 fi
22068
22069 done
22070
22071 else
22072 have_expat=false
22073 fi
22074
22075 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XML_ParserCreate in -lbsdxml" >&5
22076 $as_echo_n "checking for XML_ParserCreate in -lbsdxml... " >&6; }
22077 if ${ac_cv_lib_bsdxml_XML_ParserCreate+:} false; then :
22078 $as_echo_n "(cached) " >&6
22079 else
22080 ac_check_lib_save_LIBS=$LIBS
22081 LIBS="-lbsdxml $LIBS"
22082 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22083 /* end confdefs.h. */
22084
22085 /* Override any GCC internal prototype to avoid an error.
22086 Use char because int might match the return type of a GCC
22087 builtin and then its argument prototype would still apply. */
22088 #ifdef __cplusplus
22089 extern "C"
22090 #endif
22091 char XML_ParserCreate ();
22092 int
22093 main ()
22094 {
22095 return XML_ParserCreate ();
22096 ;
22097 return 0;
22098 }
22099 _ACEOF
22100 if ac_fn_c_try_link "$LINENO"; then :
22101 ac_cv_lib_bsdxml_XML_ParserCreate=yes
22102 else
22103 ac_cv_lib_bsdxml_XML_ParserCreate=no
22104 fi
22105 rm -f core conftest.err conftest.$ac_objext \
22106 conftest$ac_exeext conftest.$ac_ext
22107 LIBS=$ac_check_lib_save_LIBS
22108 fi
22109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsdxml_XML_ParserCreate" >&5
22110 $as_echo "$ac_cv_lib_bsdxml_XML_ParserCreate" >&6; }
22111 if test "x$ac_cv_lib_bsdxml_XML_ParserCreate" = xyes; then :
22112 for ac_header in bsdxml.h
22113 do :
22114 ac_fn_c_check_header_mongrel "$LINENO" "bsdxml.h" "ac_cv_header_bsdxml_h" "$ac_includes_default"
22115 if test "x$ac_cv_header_bsdxml_h" = xyes; then :
22116 cat >>confdefs.h <<_ACEOF
22117 #define HAVE_BSDXML_H 1
22118 _ACEOF
22119 have_bsdxml=true
22120 else
22121 have_bsdxml=false
22122 fi
22123
22124 done
22125
22126 else
22127 have_bsdxml=false
22128 fi
22129
22130
22131 if test "x$with_xml" = "xnone"; then
22132 :
22133 elif test "x$with_xml" = "xexpat"; then
22134 use_expat=true
22135 if ! $have_expat ; then
22136 as_fn_error $? "*** libexpat requested, but not found ***" "$LINENO" 5
22137 fi
22138 elif test "x$with_xml" = "xbsdxml"; then
22139 use_bsdxml=true
22140 if ! $have_bsdxml ; then
22141 as_fn_error $? "*** libbsdxml requested, but not found ***" "$LINENO" 5
22142 fi
22143 elif test "x$with_xml" != "x"; then
22144 as_fn_error $? "*** unknown with-xml option ***" "$LINENO" 5
22145 else
22146 if $have_expat ; then
22147 use_expat=true
22148 elif $have_bsdxml ; then
22149 use_bsdxml=true
22150 else
22151 as_fn_error $? "*** neither libexpat not libbsdxml could be found ***" "$LINENO" 5
22152 fi
22153 fi
22154
22155 if $use_expat; then
22156 with_xml=expat
22157 XML_CFLAGS=-DUSE_EXPAT_H
22158 XML_LIBS=-lexpat
22159 fi
22160 if $use_bsdxml; then
22161 with_xml=bsdxml
22162 XML_CFLAGS=-DUSE_BSDXML_H
22163 XML_LIBS=-lbsdxml
22164 fi
22165
22166
22167
22168 if $use_expat || $use_bsdxml; then
22169 HAVE_XML=yes
22170 fi
22171
22172 if test "x$HAVE_XML" = "xyes"; then
22173 HAVE_XML_TRUE=
22174 HAVE_XML_FALSE='#'
22175 else
22176 HAVE_XML_TRUE='#'
22177 HAVE_XML_FALSE=
22178 fi
22179
22180
22181 #
22182 # GDBM
22183 #
22184 #
22185 # Check for dbm
22186 #
22187 # Check whether --enable-dbm was given.
22188 if test "${enable_dbm+set}" = set; then :
22189 enableval=$enable_dbm; case "${enableval}" in
22190 yes) HAVE_DBM=yes ;;
22191 no) HAVE_DBM=no ;;
22192 *) as_fn_error $? "bad value ${enableval} for --enable-dbm" "$LINENO" 5 ;;
22193 esac
22194 else
22195 HAVE_DBM=no
22196 fi
22197
22198
22199 # Check whether --enable-gdbm was given.
22200 if test "${enable_gdbm+set}" = set; then :
22201 enableval=$enable_gdbm; case "${enableval}" in
22202 yes) HAVE_GDBM=yes ;;
22203 no) HAVE_GDBM=no ;;
22204 *) as_fn_error $? "bad value ${enableval} for --disable-gdbm" "$LINENO" 5 ;;
22205 esac
22206 else
22207 HAVE_GDBM=yes
22208 fi
22209
22210
22211 if test "x$HAVE_GDBM" = "xyes" ; then
22212 if test "x$HAVE_DBM" = "xyes" ; then
22213 as_fn_error $? "*** --enable-gdbm and --enable-dbm both specified ***" "$LINENO" 5
22214 fi
22215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gdbm_open in -lgdbm" >&5
22216 $as_echo_n "checking for gdbm_open in -lgdbm... " >&6; }
22217 if ${ac_cv_lib_gdbm_gdbm_open+:} false; then :
22218 $as_echo_n "(cached) " >&6
22219 else
22220 ac_check_lib_save_LIBS=$LIBS
22221 LIBS="-lgdbm $LIBS"
22222 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22223 /* end confdefs.h. */
22224
22225 /* Override any GCC internal prototype to avoid an error.
22226 Use char because int might match the return type of a GCC
22227 builtin and then its argument prototype would still apply. */
22228 #ifdef __cplusplus
22229 extern "C"
22230 #endif
22231 char gdbm_open ();
22232 int
22233 main ()
22234 {
22235 return gdbm_open ();
22236 ;
22237 return 0;
22238 }
22239 _ACEOF
22240 if ac_fn_c_try_link "$LINENO"; then :
22241 ac_cv_lib_gdbm_gdbm_open=yes
22242 else
22243 ac_cv_lib_gdbm_gdbm_open=no
22244 fi
22245 rm -f core conftest.err conftest.$ac_objext \
22246 conftest$ac_exeext conftest.$ac_ext
22247 LIBS=$ac_check_lib_save_LIBS
22248 fi
22249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gdbm_gdbm_open" >&5
22250 $as_echo "$ac_cv_lib_gdbm_gdbm_open" >&6; }
22251 if test "x$ac_cv_lib_gdbm_gdbm_open" = xyes; then :
22252 for ac_header in gdbm.h
22253 do :
22254 ac_fn_c_check_header_mongrel "$LINENO" "gdbm.h" "ac_cv_header_gdbm_h" "$ac_includes_default"
22255 if test "x$ac_cv_header_gdbm_h" = xyes; then :
22256 cat >>confdefs.h <<_ACEOF
22257 #define HAVE_GDBM_H 1
22258 _ACEOF
22259 have_gdbm=true
22260 else
22261 have_gdbm=false
22262 fi
22263
22264 done
22265
22266 else
22267 have_gdbm=false
22268 fi
22269
22270
22271 if ! $have_gdbm ; then
22272 as_fn_error $? "*** libgdbm not found ***" "$LINENO" 5
22273 fi
22274
22275 $as_echo "#define HAVE_GDBM /**/" >>confdefs.h
22276
22277 else
22278 if test "x$HAVE_DBM" = "xyes" ; then
22279 for ac_header in ndbm.h
22280 do :
22281 ac_fn_c_check_header_mongrel "$LINENO" "ndbm.h" "ac_cv_header_ndbm_h" "$ac_includes_default"
22282 if test "x$ac_cv_header_ndbm_h" = xyes; then :
22283 cat >>confdefs.h <<_ACEOF
22284 #define HAVE_NDBM_H 1
22285 _ACEOF
22286 have_dbm=true
22287 else
22288 have_dbm=false
22289 fi
22290
22291 done
22292
22293
22294 if ! $have_dbm ; then
22295 as_fn_error $? "*** dbm not found ***" "$LINENO" 5
22296 fi
22297
22298 $as_echo "#define HAVE_DBM /**/" >>confdefs.h
22299
22300 fi
22301 fi
22302 if test "x$HAVE_GDBM" = "xyes"; then
22303 HAVE_GDBM_TRUE=
22304 HAVE_GDBM_FALSE='#'
22305 else
22306 HAVE_GDBM_TRUE='#'
22307 HAVE_GDBM_FALSE=
22308 fi
22309
22310 if test "x$HAVE_DBM" = "xyes"; then
22311 HAVE_DBM_TRUE=
22312 HAVE_DBM_FALSE='#'
22313 else
22314 HAVE_DBM_TRUE='#'
22315 HAVE_DBM_FALSE=
22316 fi
22317
22318
22319 #
22320 # libdaemon
22321 #
22322 # Check whether --enable-libdaemon was given.
22323 if test "${enable_libdaemon+set}" = set; then :
22324 enableval=$enable_libdaemon; case "${enableval}" in
22325 yes) HAVE_LIBDAEMON=yes ;;
22326 no) HAVE_LIBDAEMON=no ;;
22327 *) as_fn_error $? "bad value ${enableval} for --enable-libdaemon" "$LINENO" 5 ;;
22328 esac
22329 else
22330 HAVE_LIBDAEMON=yes
22331 fi
22332
22333
22334 if test "x$HAVE_LIBDAEMON" = "xyes" ; then
22335
22336 pkg_failed=no
22337 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBDAEMON" >&5
22338 $as_echo_n "checking for LIBDAEMON... " >&6; }
22339
22340 if test -n "$LIBDAEMON_CFLAGS"; then
22341 pkg_cv_LIBDAEMON_CFLAGS="$LIBDAEMON_CFLAGS"
22342 elif test -n "$PKG_CONFIG"; then
22343 if test -n "$PKG_CONFIG" && \
22344 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \" libdaemon >= 0.14 \""; } >&5
22345 ($PKG_CONFIG --exists --print-errors " libdaemon >= 0.14 ") 2>&5
22346 ac_status=$?
22347 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
22348 test $ac_status = 0; }; then
22349 pkg_cv_LIBDAEMON_CFLAGS=`$PKG_CONFIG --cflags " libdaemon >= 0.14 " 2>/dev/null`
22350 test "x$?" != "x0" && pkg_failed=yes
22351 else
22352 pkg_failed=yes
22353 fi
22354 else
22355 pkg_failed=untried
22356 fi
22357 if test -n "$LIBDAEMON_LIBS"; then
22358 pkg_cv_LIBDAEMON_LIBS="$LIBDAEMON_LIBS"
22359 elif test -n "$PKG_CONFIG"; then
22360 if test -n "$PKG_CONFIG" && \
22361 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \" libdaemon >= 0.14 \""; } >&5
22362 ($PKG_CONFIG --exists --print-errors " libdaemon >= 0.14 ") 2>&5
22363 ac_status=$?
22364 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
22365 test $ac_status = 0; }; then
22366 pkg_cv_LIBDAEMON_LIBS=`$PKG_CONFIG --libs " libdaemon >= 0.14 " 2>/dev/null`
22367 test "x$?" != "x0" && pkg_failed=yes
22368 else
22369 pkg_failed=yes
22370 fi
22371 else
22372 pkg_failed=untried
22373 fi
22374
22375
22376
22377 if test $pkg_failed = yes; then
22378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
22379 $as_echo "no" >&6; }
22380
22381 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
22382 _pkg_short_errors_supported=yes
22383 else
22384 _pkg_short_errors_supported=no
22385 fi
22386 if test $_pkg_short_errors_supported = yes; then
22387 LIBDAEMON_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs " libdaemon >= 0.14 " 2>&1`
22388 else
22389 LIBDAEMON_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs " libdaemon >= 0.14 " 2>&1`
22390 fi
22391 # Put the nasty error message in config.log where it belongs
22392 echo "$LIBDAEMON_PKG_ERRORS" >&5
22393
22394 as_fn_error $? "Package requirements ( libdaemon >= 0.14 ) were not met:
22395
22396 $LIBDAEMON_PKG_ERRORS
22397
22398 Consider adjusting the PKG_CONFIG_PATH environment variable if you
22399 installed software in a non-standard prefix.
22400
22401 Alternatively, you may set the environment variables LIBDAEMON_CFLAGS
22402 and LIBDAEMON_LIBS to avoid the need to call pkg-config.
22403 See the pkg-config man page for more details." "$LINENO" 5
22404 elif test $pkg_failed = untried; then
22405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
22406 $as_echo "no" >&6; }
22407 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
22408 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
22409 as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it
22410 is in your PATH or set the PKG_CONFIG environment variable to the full
22411 path to pkg-config.
22412
22413 Alternatively, you may set the environment variables LIBDAEMON_CFLAGS
22414 and LIBDAEMON_LIBS to avoid the need to call pkg-config.
22415 See the pkg-config man page for more details.
22416
22417 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
22418 See \`config.log' for more details" "$LINENO" 5; }
22419 else
22420 LIBDAEMON_CFLAGS=$pkg_cv_LIBDAEMON_CFLAGS
22421 LIBDAEMON_LIBS=$pkg_cv_LIBDAEMON_LIBS
22422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
22423 $as_echo "yes" >&6; }
22424
22425 fi
22426
22427
22428 fi
22429 if test "x$HAVE_LIBDAEMON" = "xyes"; then
22430 HAVE_LIBDAEMON_TRUE=
22431 HAVE_LIBDAEMON_FALSE='#'
22432 else
22433 HAVE_LIBDAEMON_TRUE='#'
22434 HAVE_LIBDAEMON_FALSE=
22435 fi
22436
22437
22438 #
22439 # Python stuff
22440 #
22441 # Check whether --enable-python was given.
22442 if test "${enable_python+set}" = set; then :
22443 enableval=$enable_python; case "${enableval}" in
22444 yes) HAVE_PYTHON=yes ;;
22445 no) HAVE_PYTHON=no ;;
22446 *) as_fn_error $? "bad value ${enableval} for --enable-python" "$LINENO" 5 ;;
22447 esac
22448 else
22449 HAVE_PYTHON=yes
22450 fi
22451
22452
22453 HAVE_PYTHON_DBUS=no
22454 HAVE_PYGTK=no
22455
22456 if test "x$HAVE_PYTHON" = "xyes" ; then
22457
22458
22459
22460
22461
22462
22463 if test -n "$PYTHON"; then
22464 # If the user set $PYTHON, use it and don't search something else.
22465 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $PYTHON version is >= 2.4" >&5
22466 $as_echo_n "checking whether $PYTHON version is >= 2.4... " >&6; }
22467 prog="import sys
22468 # split strings by '.' and convert to numeric. Append some zeros
22469 # because we need at least 4 digits for the hex conversion.
22470 # map returns an iterator in Python 3.0 and a list in 2.x
22471 minver = list(map(int, '2.4'.split('.'))) + [0, 0, 0]
22472 minverhex = 0
22473 # xrange is not present in Python 3.0 and range returns an iterator
22474 for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i]
22475 sys.exit(sys.hexversion < minverhex)"
22476 if { echo "$as_me:$LINENO: $PYTHON -c "$prog"" >&5
22477 ($PYTHON -c "$prog") >&5 2>&5
22478 ac_status=$?
22479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22480 (exit $ac_status); }; then :
22481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
22482 $as_echo "yes" >&6; }
22483 else
22484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
22485 $as_echo "no" >&6; }
22486 as_fn_error $? "Python interpreter is too old" "$LINENO" 5
22487 fi
22488 am_display_PYTHON=$PYTHON
22489 else
22490 # Otherwise, try each interpreter until we find one that satisfies
22491 # VERSION.
22492 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a Python interpreter with version >= 2.4" >&5
22493 $as_echo_n "checking for a Python interpreter with version >= 2.4... " >&6; }
22494 if ${am_cv_pathless_PYTHON+:} false; then :
22495 $as_echo_n "(cached) " >&6
22496 else
22497
22498 for am_cv_pathless_PYTHON in python python2 python3 python3.3 python3.2 python3.1 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 none; do
22499 test "$am_cv_pathless_PYTHON" = none && break
22500 prog="import sys
22501 # split strings by '.' and convert to numeric. Append some zeros
22502 # because we need at least 4 digits for the hex conversion.
22503 # map returns an iterator in Python 3.0 and a list in 2.x
22504 minver = list(map(int, '2.4'.split('.'))) + [0, 0, 0]
22505 minverhex = 0
22506 # xrange is not present in Python 3.0 and range returns an iterator
22507 for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i]
22508 sys.exit(sys.hexversion < minverhex)"
22509 if { echo "$as_me:$LINENO: $am_cv_pathless_PYTHON -c "$prog"" >&5
22510 ($am_cv_pathless_PYTHON -c "$prog") >&5 2>&5
22511 ac_status=$?
22512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22513 (exit $ac_status); }; then :
22514 break
22515 fi
22516 done
22517 fi
22518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_pathless_PYTHON" >&5
22519 $as_echo "$am_cv_pathless_PYTHON" >&6; }
22520 # Set $PYTHON to the absolute path of $am_cv_pathless_PYTHON.
22521 if test "$am_cv_pathless_PYTHON" = none; then
22522 PYTHON=:
22523 else
22524 # Extract the first word of "$am_cv_pathless_PYTHON", so it can be a program name with args.
22525 set dummy $am_cv_pathless_PYTHON; ac_word=$2
22526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
22527 $as_echo_n "checking for $ac_word... " >&6; }
22528 if ${ac_cv_path_PYTHON+:} false; then :
22529 $as_echo_n "(cached) " >&6
22530 else
22531 case $PYTHON in
22532 [\\/]* | ?:[\\/]*)
22533 ac_cv_path_PYTHON="$PYTHON" # Let the user override the test with a path.
22534 ;;
22535 *)
22536 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
22537 for as_dir in $PATH
22538 do
22539 IFS=$as_save_IFS
22540 test -z "$as_dir" && as_dir=.
22541 for ac_exec_ext in '' $ac_executable_extensions; do
22542 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
22543 ac_cv_path_PYTHON="$as_dir/$ac_word$ac_exec_ext"
22544 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
22545 break 2
22546 fi
22547 done
22548 done
22549 IFS=$as_save_IFS
22550
22551 ;;
22552 esac
22553 fi
22554 PYTHON=$ac_cv_path_PYTHON
22555 if test -n "$PYTHON"; then
22556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PYTHON" >&5
22557 $as_echo "$PYTHON" >&6; }
22558 else
22559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
22560 $as_echo "no" >&6; }
22561 fi
22562
22563
22564 fi
22565 am_display_PYTHON=$am_cv_pathless_PYTHON
22566 fi
22567
22568
22569 if test "$PYTHON" = :; then
22570 as_fn_error $? "no suitable Python interpreter found" "$LINENO" 5
22571 else
22572
22573
22574 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $am_display_PYTHON version" >&5
22575 $as_echo_n "checking for $am_display_PYTHON version... " >&6; }
22576 if ${am_cv_python_version+:} false; then :
22577 $as_echo_n "(cached) " >&6
22578 else
22579 am_cv_python_version=`$PYTHON -c "import sys; sys.stdout.write(sys.version[:3])"`
22580 fi
22581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_python_version" >&5
22582 $as_echo "$am_cv_python_version" >&6; }
22583 PYTHON_VERSION=$am_cv_python_version
22584
22585
22586
22587 PYTHON_PREFIX='${prefix}'
22588
22589 PYTHON_EXEC_PREFIX='${exec_prefix}'
22590
22591
22592
22593 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $am_display_PYTHON platform" >&5
22594 $as_echo_n "checking for $am_display_PYTHON platform... " >&6; }
22595 if ${am_cv_python_platform+:} false; then :
22596 $as_echo_n "(cached) " >&6
22597 else
22598 am_cv_python_platform=`$PYTHON -c "import sys; sys.stdout.write(sys.platform)"`
22599 fi
22600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_python_platform" >&5
22601 $as_echo "$am_cv_python_platform" >&6; }
22602 PYTHON_PLATFORM=$am_cv_python_platform
22603
22604
22605 # Just factor out some code duplication.
22606 am_python_setup_sysconfig="\
22607 import sys
22608 # Prefer sysconfig over distutils.sysconfig, for better compatibility
22609 # with python 3.x. See automake bug#10227.
22610 try:
22611 import sysconfig
22612 except ImportError:
22613 can_use_sysconfig = 0
22614 else:
22615 can_use_sysconfig = 1
22616 # Can't use sysconfig in CPython 2.7, since it's broken in virtualenvs:
22617 # <https://github.com/pypa/virtualenv/issues/118>
22618 try:
22619 from platform import python_implementation
22620 if python_implementation() == 'CPython' and sys.version[:3] == '2.7':
22621 can_use_sysconfig = 0
22622 except ImportError:
22623 pass"
22624
22625
22626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $am_display_PYTHON script directory" >&5
22627 $as_echo_n "checking for $am_display_PYTHON script directory... " >&6; }
22628 if ${am_cv_python_pythondir+:} false; then :
22629 $as_echo_n "(cached) " >&6
22630 else
22631 if test "x$prefix" = xNONE
22632 then
22633 am_py_prefix=$ac_default_prefix
22634 else
22635 am_py_prefix=$prefix
22636 fi
22637 am_cv_python_pythondir=`$PYTHON -c "
22638 $am_python_setup_sysconfig
22639 if can_use_sysconfig:
22640 sitedir = sysconfig.get_path('purelib', vars={'base':'$am_py_prefix'})
22641 else:
22642 from distutils import sysconfig
22643 sitedir = sysconfig.get_python_lib(0, 0, prefix='$am_py_prefix')
22644 sys.stdout.write(sitedir)"`
22645 case $am_cv_python_pythondir in
22646 $am_py_prefix*)
22647 am__strip_prefix=`echo "$am_py_prefix" | sed 's|.|.|g'`
22648 am_cv_python_pythondir=`echo "$am_cv_python_pythondir" | sed "s,^$am__strip_prefix,$PYTHON_PREFIX,"`
22649 ;;
22650 *)
22651 case $am_py_prefix in
22652 /usr|/System*) ;;
22653 *)
22654 am_cv_python_pythondir=$PYTHON_PREFIX/lib/python$PYTHON_VERSION/site-packages
22655 ;;
22656 esac
22657 ;;
22658 esac
22659
22660 fi
22661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_python_pythondir" >&5
22662 $as_echo "$am_cv_python_pythondir" >&6; }
22663 pythondir=$am_cv_python_pythondir
22664
22665
22666
22667 pkgpythondir=\${pythondir}/$PACKAGE
22668
22669
22670 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $am_display_PYTHON extension module directory" >&5
22671 $as_echo_n "checking for $am_display_PYTHON extension module directory... " >&6; }
22672 if ${am_cv_python_pyexecdir+:} false; then :
22673 $as_echo_n "(cached) " >&6
22674 else
22675 if test "x$exec_prefix" = xNONE
22676 then
22677 am_py_exec_prefix=$am_py_prefix
22678 else
22679 am_py_exec_prefix=$exec_prefix
22680 fi
22681 am_cv_python_pyexecdir=`$PYTHON -c "
22682 $am_python_setup_sysconfig
22683 if can_use_sysconfig:
22684 sitedir = sysconfig.get_path('platlib', vars={'platbase':'$am_py_prefix'})
22685 else:
22686 from distutils import sysconfig
22687 sitedir = sysconfig.get_python_lib(1, 0, prefix='$am_py_prefix')
22688 sys.stdout.write(sitedir)"`
22689 case $am_cv_python_pyexecdir in
22690 $am_py_exec_prefix*)
22691 am__strip_prefix=`echo "$am_py_exec_prefix" | sed 's|.|.|g'`
22692 am_cv_python_pyexecdir=`echo "$am_cv_python_pyexecdir" | sed "s,^$am__strip_prefix,$PYTHON_EXEC_PREFIX,"`
22693 ;;
22694 *)
22695 case $am_py_exec_prefix in
22696 /usr|/System*) ;;
22697 *)
22698 am_cv_python_pyexecdir=$PYTHON_EXEC_PREFIX/lib/python$PYTHON_VERSION/site-packages
22699 ;;
22700 esac
22701 ;;
22702 esac
22703
22704 fi
22705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_python_pyexecdir" >&5
22706 $as_echo "$am_cv_python_pyexecdir" >&6; }
22707 pyexecdir=$am_cv_python_pyexecdir
22708
22709
22710
22711 pkgpyexecdir=\${pyexecdir}/$PACKAGE
22712
22713
22714
22715 fi
22716
22717
22718
22719 # Check whether --enable-pygtk was given.
22720 if test "${enable_pygtk+set}" = set; then :
22721 enableval=$enable_pygtk; case "${enableval}" in
22722 yes) HAVE_PYGTK=yes ;;
22723 no) HAVE_PYGTK=no ;;
22724 *) as_fn_error $? "bad value ${enableval} for --enable-pygtk" "$LINENO" 5 ;;
22725 esac
22726 else
22727 HAVE_PYGTK=yes
22728 fi
22729
22730
22731 if test "x$HAVE_PYGTK" = "xyes" ; then
22732
22733 py_mod_var=`echo gtk'_' | sed 'y%./+-%__p_%'`
22734 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for python module gtk" >&5
22735 $as_echo_n "checking for python module gtk... " >&6; }
22736 if eval \${py_cv_mod_$py_mod_var+:} false; then :
22737 $as_echo_n "(cached) " >&6
22738 else
22739
22740 prog="
22741 import sys
22742 try:
22743 import gtk
22744 except ImportError:
22745 sys.exit(1)
22746 except:
22747 sys.exit(0)
22748 sys.exit(0)"
22749 if $PYTHON -c "$prog" 1>&5 2>&5
22750 then
22751 eval "py_cv_mod_$py_mod_var=yes"
22752 else
22753 eval "py_cv_mod_$py_mod_var=no"
22754 fi
22755
22756 fi
22757
22758 py_val=`eval "echo \`echo '$py_cv_mod_'$py_mod_var\`"`
22759 if test "x$py_val" != xno; then
22760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
22761 $as_echo "yes" >&6; }
22762 else
22763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
22764 $as_echo "no" >&6; }
22765 as_fn_error $? "Could not find Python module gtk" "$LINENO" 5
22766 fi
22767
22768 fi
22769
22770
22771 if test "x$HAVE_DBUS" = "xyes" ; then
22772 # Check whether --enable-python-dbus was given.
22773 if test "${enable_python_dbus+set}" = set; then :
22774 enableval=$enable_python_dbus; case "${enableval}" in
22775 yes) HAVE_PYTHON_DBUS=yes ;;
22776 no) HAVE_PYTHON_DBUS=no ;;
22777 *) as_fn_error $? "bad value ${enableval} for --enable-python-dbus" "$LINENO" 5 ;;
22778 esac
22779 else
22780 HAVE_PYTHON_DBUS=yes
22781 fi
22782
22783
22784 if test "x$HAVE_PYTHON_DBUS" = "xyes"; then
22785
22786 py_mod_var=`echo dbus'_' | sed 'y%./+-%__p_%'`
22787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for python module dbus" >&5
22788 $as_echo_n "checking for python module dbus... " >&6; }
22789 if eval \${py_cv_mod_$py_mod_var+:} false; then :
22790 $as_echo_n "(cached) " >&6
22791 else
22792
22793 prog="
22794 import sys
22795 try:
22796 import dbus
22797 except ImportError:
22798 sys.exit(1)
22799 except:
22800 sys.exit(0)
22801 sys.exit(0)"
22802 if $PYTHON -c "$prog" 1>&5 2>&5
22803 then
22804 eval "py_cv_mod_$py_mod_var=yes"
22805 else
22806 eval "py_cv_mod_$py_mod_var=no"
22807 fi
22808
22809 fi
22810
22811 py_val=`eval "echo \`echo '$py_cv_mod_'$py_mod_var\`"`
22812 if test "x$py_val" != xno; then
22813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
22814 $as_echo "yes" >&6; }
22815 else
22816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
22817 $as_echo "no" >&6; }
22818 as_fn_error $? "Could not find Python module dbus" "$LINENO" 5
22819 fi
22820
22821 fi
22822
22823
22824 py_mod_var=`echo socket'_' | sed 'y%./+-%__p_%'`
22825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for python module socket" >&5
22826 $as_echo_n "checking for python module socket... " >&6; }
22827 if eval \${py_cv_mod_$py_mod_var+:} false; then :
22828 $as_echo_n "(cached) " >&6
22829 else
22830
22831 prog="
22832 import sys
22833 try:
22834 import socket
22835 except ImportError:
22836 sys.exit(1)
22837 except:
22838 sys.exit(0)
22839 sys.exit(0)"
22840 if $PYTHON -c "$prog" 1>&5 2>&5
22841 then
22842 eval "py_cv_mod_$py_mod_var=yes"
22843 else
22844 eval "py_cv_mod_$py_mod_var=no"
22845 fi
22846
22847 fi
22848
22849 py_val=`eval "echo \`echo '$py_cv_mod_'$py_mod_var\`"`
22850 if test "x$py_val" != xno; then
22851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
22852 $as_echo "yes" >&6; }
22853 else
22854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
22855 $as_echo "no" >&6; }
22856 as_fn_error $? "Could not find Python module socket" "$LINENO" 5
22857 fi
22858
22859 if test "x$HAVE_GDBM" = "xyes"; then
22860
22861 py_mod_var=`echo gdbm'_' | sed 'y%./+-%__p_%'`
22862 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for python module gdbm" >&5
22863 $as_echo_n "checking for python module gdbm... " >&6; }
22864 if eval \${py_cv_mod_$py_mod_var+:} false; then :
22865 $as_echo_n "(cached) " >&6
22866 else
22867
22868 prog="
22869 import sys
22870 try:
22871 import gdbm
22872 except ImportError:
22873 sys.exit(1)
22874 except:
22875 sys.exit(0)
22876 sys.exit(0)"
22877 if $PYTHON -c "$prog" 1>&5 2>&5
22878 then
22879 eval "py_cv_mod_$py_mod_var=yes"
22880 else
22881 eval "py_cv_mod_$py_mod_var=no"
22882 fi
22883
22884 fi
22885
22886 py_val=`eval "echo \`echo '$py_cv_mod_'$py_mod_var\`"`
22887 if test "x$py_val" != xno; then
22888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
22889 $as_echo "yes" >&6; }
22890 else
22891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
22892 $as_echo "no" >&6; }
22893 as_fn_error $? "Could not find Python module gdbm" "$LINENO" 5
22894 fi
22895
22896 fi
22897 if test "x$HAVE_DBM" = "xyes"; then
22898
22899 py_mod_var=`echo dbm'_' | sed 'y%./+-%__p_%'`
22900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for python module dbm" >&5
22901 $as_echo_n "checking for python module dbm... " >&6; }
22902 if eval \${py_cv_mod_$py_mod_var+:} false; then :
22903 $as_echo_n "(cached) " >&6
22904 else
22905
22906 prog="
22907 import sys
22908 try:
22909 import dbm
22910 except ImportError:
22911 sys.exit(1)
22912 except:
22913 sys.exit(0)
22914 sys.exit(0)"
22915 if $PYTHON -c "$prog" 1>&5 2>&5
22916 then
22917 eval "py_cv_mod_$py_mod_var=yes"
22918 else
22919 eval "py_cv_mod_$py_mod_var=no"
22920 fi
22921
22922 fi
22923
22924 py_val=`eval "echo \`echo '$py_cv_mod_'$py_mod_var\`"`
22925 if test "x$py_val" != xno; then
22926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
22927 $as_echo "yes" >&6; }
22928 else
22929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
22930 $as_echo "no" >&6; }
22931 as_fn_error $? "Could not find Python module dbm" "$LINENO" 5
22932 fi
22933
22934 fi
22935 fi
22936 fi
22937 if test "x$HAVE_PYTHON" = "xyes" ; then
22938 HAVE_PYTHON_TRUE=
22939 HAVE_PYTHON_FALSE='#'
22940 else
22941 HAVE_PYTHON_TRUE='#'
22942 HAVE_PYTHON_FALSE=
22943 fi
22944
22945 if test "x$HAVE_PYGTK" = "xyes"; then
22946 HAVE_PYGTK_TRUE=
22947 HAVE_PYGTK_FALSE='#'
22948 else
22949 HAVE_PYGTK_TRUE='#'
22950 HAVE_PYGTK_FALSE=
22951 fi
22952
22953 if test "x$HAVE_PYTHON_DBUS" = "xyes"; then
22954 HAVE_PYTHON_DBUS_TRUE=
22955 HAVE_PYTHON_DBUS_FALSE='#'
22956 else
22957 HAVE_PYTHON_DBUS_TRUE='#'
22958 HAVE_PYTHON_DBUS_FALSE=
22959 fi
22960
22961
22962 #
22963 # Check for mono stuff
22964 #
22965 HAVE_MONO=no
22966 if test "x$HAVE_DBUS" = "xyes" ; then
22967 # Check whether --enable-mono was given.
22968 if test "${enable_mono+set}" = set; then :
22969 enableval=$enable_mono; case "${enableval}" in
22970 yes) HAVE_MONO=yes ;;
22971 no) HAVE_MONO=no ;;
22972 *) as_fn_error $? "bad value ${enableval} for --enable-mono" "$LINENO" 5 ;;
22973 esac
22974 else
22975 HAVE_MONO=yes
22976 fi
22977
22978
22979 if test "x$HAVE_MONO" = "xyes" ; then
22980 # Extract the first word of "mcs", so it can be a program name with args.
22981 set dummy mcs; ac_word=$2
22982 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
22983 $as_echo_n "checking for $ac_word... " >&6; }
22984 if ${ac_cv_path_MCS+:} false; then :
22985 $as_echo_n "(cached) " >&6
22986 else
22987 case $MCS in
22988 [\\/]* | ?:[\\/]*)
22989 ac_cv_path_MCS="$MCS" # Let the user override the test with a path.
22990 ;;
22991 *)
22992 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
22993 for as_dir in $PATH
22994 do
22995 IFS=$as_save_IFS
22996 test -z "$as_dir" && as_dir=.
22997 for ac_exec_ext in '' $ac_executable_extensions; do
22998 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
22999 ac_cv_path_MCS="$as_dir/$ac_word$ac_exec_ext"
23000 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
23001 break 2
23002 fi
23003 done
23004 done
23005 IFS=$as_save_IFS
23006
23007 ;;
23008 esac
23009 fi
23010 MCS=$ac_cv_path_MCS
23011 if test -n "$MCS"; then
23012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MCS" >&5
23013 $as_echo "$MCS" >&6; }
23014 else
23015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23016 $as_echo "no" >&6; }
23017 fi
23018
23019
23020 if test "x$MCS" = "x" ; then
23021 as_fn_error $? "Can not find \"mcs\" - The Mono C-Sharp Compiler) in your PATH" "$LINENO" 5
23022 fi
23023
23024 # Extract the first word of "gacutil", so it can be a program name with args.
23025 set dummy gacutil; ac_word=$2
23026 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
23027 $as_echo_n "checking for $ac_word... " >&6; }
23028 if ${ac_cv_path_GACUTIL+:} false; then :
23029 $as_echo_n "(cached) " >&6
23030 else
23031 case $GACUTIL in
23032 [\\/]* | ?:[\\/]*)
23033 ac_cv_path_GACUTIL="$GACUTIL" # Let the user override the test with a path.
23034 ;;
23035 *)
23036 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
23037 for as_dir in $PATH
23038 do
23039 IFS=$as_save_IFS
23040 test -z "$as_dir" && as_dir=.
23041 for ac_exec_ext in '' $ac_executable_extensions; do
23042 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
23043 ac_cv_path_GACUTIL="$as_dir/$ac_word$ac_exec_ext"
23044 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
23045 break 2
23046 fi
23047 done
23048 done
23049 IFS=$as_save_IFS
23050
23051 ;;
23052 esac
23053 fi
23054 GACUTIL=$ac_cv_path_GACUTIL
23055 if test -n "$GACUTIL"; then
23056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GACUTIL" >&5
23057 $as_echo "$GACUTIL" >&6; }
23058 else
23059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23060 $as_echo "no" >&6; }
23061 fi
23062
23063
23064 if test "x$GACUTIL" = "x" ; then
23065 as_fn_error $? "Can not find \"gacutil\" in your PATH" "$LINENO" 5
23066 fi
23067
23068
23069
23070 fi
23071 fi
23072 if test "x$HAVE_MONO" = "xyes"; then
23073 HAVE_MONO_TRUE=
23074 HAVE_MONO_FALSE='#'
23075 else
23076 HAVE_MONO_TRUE='#'
23077 HAVE_MONO_FALSE=
23078 fi
23079
23080
23081 #
23082 # Check for monodoc stuff
23083 #
23084 HAVE_MONODOC=no
23085 # Check whether --enable-monodoc was given.
23086 if test "${enable_monodoc+set}" = set; then :
23087 enableval=$enable_monodoc; case "${enableval}" in
23088 yes) HAVE_MONODOC=yes ;;
23089 no) HAVE_MONODOC=no ;;
23090 *) as_fn_error $? "bad value ${enableval} for --enable-monodoc" "$LINENO" 5 ;;
23091 esac
23092 else
23093 HAVE_MONODOC=yes
23094 fi
23095
23096
23097 if test "x$HAVE_MONO" = "xyes" && test "x$HAVE_MONODOC" = "xyes" ; then
23098
23099 pkg_failed=no
23100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MONODOC" >&5
23101 $as_echo_n "checking for MONODOC... " >&6; }
23102
23103 if test -n "$MONODOC_CFLAGS"; then
23104 pkg_cv_MONODOC_CFLAGS="$MONODOC_CFLAGS"
23105 elif test -n "$PKG_CONFIG"; then
23106 if test -n "$PKG_CONFIG" && \
23107 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"monodoc >= 1.1.8\""; } >&5
23108 ($PKG_CONFIG --exists --print-errors "monodoc >= 1.1.8") 2>&5
23109 ac_status=$?
23110 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23111 test $ac_status = 0; }; then
23112 pkg_cv_MONODOC_CFLAGS=`$PKG_CONFIG --cflags "monodoc >= 1.1.8" 2>/dev/null`
23113 test "x$?" != "x0" && pkg_failed=yes
23114 else
23115 pkg_failed=yes
23116 fi
23117 else
23118 pkg_failed=untried
23119 fi
23120 if test -n "$MONODOC_LIBS"; then
23121 pkg_cv_MONODOC_LIBS="$MONODOC_LIBS"
23122 elif test -n "$PKG_CONFIG"; then
23123 if test -n "$PKG_CONFIG" && \
23124 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"monodoc >= 1.1.8\""; } >&5
23125 ($PKG_CONFIG --exists --print-errors "monodoc >= 1.1.8") 2>&5
23126 ac_status=$?
23127 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23128 test $ac_status = 0; }; then
23129 pkg_cv_MONODOC_LIBS=`$PKG_CONFIG --libs "monodoc >= 1.1.8" 2>/dev/null`
23130 test "x$?" != "x0" && pkg_failed=yes
23131 else
23132 pkg_failed=yes
23133 fi
23134 else
23135 pkg_failed=untried
23136 fi
23137
23138
23139
23140 if test $pkg_failed = yes; then
23141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23142 $as_echo "no" >&6; }
23143
23144 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
23145 _pkg_short_errors_supported=yes
23146 else
23147 _pkg_short_errors_supported=no
23148 fi
23149 if test $_pkg_short_errors_supported = yes; then
23150 MONODOC_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "monodoc >= 1.1.8" 2>&1`
23151 else
23152 MONODOC_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "monodoc >= 1.1.8" 2>&1`
23153 fi
23154 # Put the nasty error message in config.log where it belongs
23155 echo "$MONODOC_PKG_ERRORS" >&5
23156
23157 as_fn_error $? "Package requirements (monodoc >= 1.1.8) were not met:
23158
23159 $MONODOC_PKG_ERRORS
23160
23161 Consider adjusting the PKG_CONFIG_PATH environment variable if you
23162 installed software in a non-standard prefix.
23163
23164 Alternatively, you may set the environment variables MONODOC_CFLAGS
23165 and MONODOC_LIBS to avoid the need to call pkg-config.
23166 See the pkg-config man page for more details." "$LINENO" 5
23167 elif test $pkg_failed = untried; then
23168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23169 $as_echo "no" >&6; }
23170 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
23171 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
23172 as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it
23173 is in your PATH or set the PKG_CONFIG environment variable to the full
23174 path to pkg-config.
23175
23176 Alternatively, you may set the environment variables MONODOC_CFLAGS
23177 and MONODOC_LIBS to avoid the need to call pkg-config.
23178 See the pkg-config man page for more details.
23179
23180 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
23181 See \`config.log' for more details" "$LINENO" 5; }
23182 else
23183 MONODOC_CFLAGS=$pkg_cv_MONODOC_CFLAGS
23184 MONODOC_LIBS=$pkg_cv_MONODOC_LIBS
23185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
23186 $as_echo "yes" >&6; }
23187
23188 fi
23189 MONODOC_DIR=`$PKG_CONFIG --variable=sourcesdir monodoc`
23190
23191 # Extract the first word of "monodocer", so it can be a program name with args.
23192 set dummy monodocer; ac_word=$2
23193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
23194 $as_echo_n "checking for $ac_word... " >&6; }
23195 if ${ac_cv_path_MONODOCER+:} false; then :
23196 $as_echo_n "(cached) " >&6
23197 else
23198 case $MONODOCER in
23199 [\\/]* | ?:[\\/]*)
23200 ac_cv_path_MONODOCER="$MONODOCER" # Let the user override the test with a path.
23201 ;;
23202 *)
23203 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
23204 for as_dir in $PATH
23205 do
23206 IFS=$as_save_IFS
23207 test -z "$as_dir" && as_dir=.
23208 for ac_exec_ext in '' $ac_executable_extensions; do
23209 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
23210 ac_cv_path_MONODOCER="$as_dir/$ac_word$ac_exec_ext"
23211 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
23212 break 2
23213 fi
23214 done
23215 done
23216 IFS=$as_save_IFS
23217
23218 ;;
23219 esac
23220 fi
23221 MONODOCER=$ac_cv_path_MONODOCER
23222 if test -n "$MONODOCER"; then
23223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MONODOCER" >&5
23224 $as_echo "$MONODOCER" >&6; }
23225 else
23226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23227 $as_echo "no" >&6; }
23228 fi
23229
23230
23231 # Extract the first word of "mdassembler", so it can be a program name with args.
23232 set dummy mdassembler; ac_word=$2
23233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
23234 $as_echo_n "checking for $ac_word... " >&6; }
23235 if ${ac_cv_path_MDASSEMBLER+:} false; then :
23236 $as_echo_n "(cached) " >&6
23237 else
23238 case $MDASSEMBLER in
23239 [\\/]* | ?:[\\/]*)
23240 ac_cv_path_MDASSEMBLER="$MDASSEMBLER" # Let the user override the test with a path.
23241 ;;
23242 *)
23243 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
23244 for as_dir in $PATH
23245 do
23246 IFS=$as_save_IFS
23247 test -z "$as_dir" && as_dir=.
23248 for ac_exec_ext in '' $ac_executable_extensions; do
23249 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
23250 ac_cv_path_MDASSEMBLER="$as_dir/$ac_word$ac_exec_ext"
23251 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
23252 break 2
23253 fi
23254 done
23255 done
23256 IFS=$as_save_IFS
23257
23258 ;;
23259 esac
23260 fi
23261 MDASSEMBLER=$ac_cv_path_MDASSEMBLER
23262 if test -n "$MDASSEMBLER"; then
23263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MDASSEMBLER" >&5
23264 $as_echo "$MDASSEMBLER" >&6; }
23265 else
23266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23267 $as_echo "no" >&6; }
23268 fi
23269
23270
23271
23272
23273
23274
23275 fi
23276 if test "x$HAVE_MONODOC" = "xyes"; then
23277 HAVE_MONODOC_TRUE=
23278 HAVE_MONODOC_FALSE='#'
23279 else
23280 HAVE_MONODOC_TRUE='#'
23281 HAVE_MONODOC_FALSE=
23282 fi
23283
23284
23285 #
23286 # Build autoipd?
23287 #
23288 # Check whether --enable-autoipd was given.
23289 if test "${enable_autoipd+set}" = set; then :
23290 enableval=$enable_autoipd; case "${enableval}" in
23291 yes) ENABLE_AUTOIPD=yes ;;
23292 no) ENABLE_AUTOIPD=no ;;
23293 *) as_fn_error $? "bad value ${enableval} for --disable-autoipd" "$LINENO" 5 ;;
23294 esac
23295 else
23296 ENABLE_AUTOIPD=yes
23297 fi
23298
23299
23300 if test "x$ENABLE_AUTOIPD" = "xyes"; then
23301 ENABLE_AUTOIPD_TRUE=
23302 ENABLE_AUTOIPD_FALSE='#'
23303 else
23304 ENABLE_AUTOIPD_TRUE='#'
23305 ENABLE_AUTOIPD_FALSE=
23306 fi
23307
23308
23309 #
23310 # Defining users and groups
23311 #
23312
23313 # Check whether --with-avahi_user was given.
23314 if test "${with_avahi_user+set}" = set; then :
23315 withval=$with_avahi_user;
23316 fi
23317
23318 if test -z "$with_avahi_user" ; then
23319 AVAHI_USER=avahi
23320 else
23321 AVAHI_USER=$with_avahi_user
23322 fi
23323
23324
23325 cat >>confdefs.h <<_ACEOF
23326 #define AVAHI_USER "$AVAHI_USER"
23327 _ACEOF
23328
23329
23330
23331 # Check whether --with-avahi_group was given.
23332 if test "${with_avahi_group+set}" = set; then :
23333 withval=$with_avahi_group;
23334 fi
23335
23336 if test -z "$with_avahi_group" ; then
23337 AVAHI_GROUP=avahi
23338 else
23339 AVAHI_GROUP=$with_avahi_group
23340 fi
23341
23342
23343 cat >>confdefs.h <<_ACEOF
23344 #define AVAHI_GROUP "$AVAHI_GROUP"
23345 _ACEOF
23346
23347
23348
23349 # Check whether --with-avahi_priv_access_group was given.
23350 if test "${with_avahi_priv_access_group+set}" = set; then :
23351 withval=$with_avahi_priv_access_group;
23352 fi
23353
23354 if test -z "$with_avahi_priv_access_group" ; then
23355 AVAHI_PRIV_ACCESS_GROUP=netdev
23356 else
23357 AVAHI_PRIV_ACCESS_GROUP=$with_avahi_priv_access_group
23358 fi
23359
23360
23361 cat >>confdefs.h <<_ACEOF
23362 #define AVAHI_PRIV_ACCESS_GROUP "$AVAHI_PRIV_ACCESS_GROUP"
23363 _ACEOF
23364
23365
23366
23367 # Check whether --with-autoipd_user was given.
23368 if test "${with_autoipd_user+set}" = set; then :
23369 withval=$with_autoipd_user;
23370 fi
23371
23372 if test -z "$with_autoipd_user" ; then
23373 AVAHI_AUTOIPD_USER=avahi-autoipd
23374 else
23375 AVAHI_AUTOIPD_USER=$with_autoipd_user
23376 fi
23377
23378
23379 cat >>confdefs.h <<_ACEOF
23380 #define AVAHI_AUTOIPD_USER "$AVAHI_AUTOIPD_USER"
23381 _ACEOF
23382
23383
23384
23385 # Check whether --with-autoipd_group was given.
23386 if test "${with_autoipd_group+set}" = set; then :
23387 withval=$with_autoipd_group;
23388 fi
23389
23390 if test -z "$with_autoipd_group" ; then
23391 AVAHI_AUTOIPD_GROUP=avahi-autoipd
23392 else
23393 AVAHI_AUTOIPD_GROUP=$with_autoipd_group
23394 fi
23395
23396
23397 cat >>confdefs.h <<_ACEOF
23398 #define AVAHI_AUTOIPD_GROUP "$AVAHI_AUTOIPD_GROUP"
23399 _ACEOF
23400
23401
23402 #
23403 # Avahi runtime dir
23404 #
23405 avahi_runtime_dir="${localstatedir}/run"
23406 avahi_socket="${avahi_runtime_dir}/avahi-daemon/socket"
23407
23408
23409
23410 #
23411 # Avahi interfaces dir
23412 #
23413 if test "x$HAVE_PYTHON_DBUS" = "xyes" -o "x$HAVE_GTK" = "xyes"; then
23414 interfacesdir="${datadir}/${PACKAGE}/interfaces/"
23415
23416 fi
23417
23418 #
23419 # Doxygen
23420 #
23421
23422
23423
23424
23425
23426
23427
23428
23429
23430
23431 # Files:
23432 DX_PROJECT=avahi
23433
23434 DX_CONFIG=doxygen.cfg
23435
23436 DX_DOCDIR=doxygen
23437
23438
23439 # Environment variables used inside doxygen.cfg:
23440 DX_ENV="$DX_ENV SRCDIR='$srcdir'"
23441
23442 DX_ENV="$DX_ENV PROJECT='$DX_PROJECT'"
23443
23444 DX_ENV="$DX_ENV DOCDIR='$DX_DOCDIR'"
23445
23446 DX_ENV="$DX_ENV VERSION='$PACKAGE_VERSION'"
23447
23448
23449 # Doxygen itself:
23450
23451
23452
23453 # Check whether --enable-doxygen-doc was given.
23454 if test "${enable_doxygen_doc+set}" = set; then :
23455 enableval=$enable_doxygen_doc;
23456 case "$enableval" in
23457 #(
23458 y|Y|yes|Yes|YES)
23459 DX_FLAG_doc=1
23460
23461
23462 ;; #(
23463 n|N|no|No|NO)
23464 DX_FLAG_doc=0
23465
23466 ;; #(
23467 *)
23468 as_fn_error $? "invalid value '$enableval' given to doxygen-doc" "$LINENO" 5
23469 ;;
23470 esac
23471
23472 else
23473
23474 DX_FLAG_doc=1
23475
23476
23477
23478 fi
23479
23480 if test "$DX_FLAG_doc" = 1; then
23481
23482 if test -n "$ac_tool_prefix"; then
23483 # Extract the first word of "${ac_tool_prefix}doxygen", so it can be a program name with args.
23484 set dummy ${ac_tool_prefix}doxygen; ac_word=$2
23485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
23486 $as_echo_n "checking for $ac_word... " >&6; }
23487 if ${ac_cv_path_DX_DOXYGEN+:} false; then :
23488 $as_echo_n "(cached) " >&6
23489 else
23490 case $DX_DOXYGEN in
23491 [\\/]* | ?:[\\/]*)
23492 ac_cv_path_DX_DOXYGEN="$DX_DOXYGEN" # Let the user override the test with a path.
23493 ;;
23494 *)
23495 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
23496 for as_dir in $PATH
23497 do
23498 IFS=$as_save_IFS
23499 test -z "$as_dir" && as_dir=.
23500 for ac_exec_ext in '' $ac_executable_extensions; do
23501 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
23502 ac_cv_path_DX_DOXYGEN="$as_dir/$ac_word$ac_exec_ext"
23503 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
23504 break 2
23505 fi
23506 done
23507 done
23508 IFS=$as_save_IFS
23509
23510 ;;
23511 esac
23512 fi
23513 DX_DOXYGEN=$ac_cv_path_DX_DOXYGEN
23514 if test -n "$DX_DOXYGEN"; then
23515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_DOXYGEN" >&5
23516 $as_echo "$DX_DOXYGEN" >&6; }
23517 else
23518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23519 $as_echo "no" >&6; }
23520 fi
23521
23522
23523 fi
23524 if test -z "$ac_cv_path_DX_DOXYGEN"; then
23525 ac_pt_DX_DOXYGEN=$DX_DOXYGEN
23526 # Extract the first word of "doxygen", so it can be a program name with args.
23527 set dummy doxygen; ac_word=$2
23528 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
23529 $as_echo_n "checking for $ac_word... " >&6; }
23530 if ${ac_cv_path_ac_pt_DX_DOXYGEN+:} false; then :
23531 $as_echo_n "(cached) " >&6
23532 else
23533 case $ac_pt_DX_DOXYGEN in
23534 [\\/]* | ?:[\\/]*)
23535 ac_cv_path_ac_pt_DX_DOXYGEN="$ac_pt_DX_DOXYGEN" # Let the user override the test with a path.
23536 ;;
23537 *)
23538 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
23539 for as_dir in $PATH
23540 do
23541 IFS=$as_save_IFS
23542 test -z "$as_dir" && as_dir=.
23543 for ac_exec_ext in '' $ac_executable_extensions; do
23544 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
23545 ac_cv_path_ac_pt_DX_DOXYGEN="$as_dir/$ac_word$ac_exec_ext"
23546 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
23547 break 2
23548 fi
23549 done
23550 done
23551 IFS=$as_save_IFS
23552
23553 ;;
23554 esac
23555 fi
23556 ac_pt_DX_DOXYGEN=$ac_cv_path_ac_pt_DX_DOXYGEN
23557 if test -n "$ac_pt_DX_DOXYGEN"; then
23558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_DOXYGEN" >&5
23559 $as_echo "$ac_pt_DX_DOXYGEN" >&6; }
23560 else
23561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23562 $as_echo "no" >&6; }
23563 fi
23564
23565 if test "x$ac_pt_DX_DOXYGEN" = x; then
23566 DX_DOXYGEN=""
23567 else
23568 case $cross_compiling:$ac_tool_warned in
23569 yes:)
23570 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
23571 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
23572 ac_tool_warned=yes ;;
23573 esac
23574 DX_DOXYGEN=$ac_pt_DX_DOXYGEN
23575 fi
23576 else
23577 DX_DOXYGEN="$ac_cv_path_DX_DOXYGEN"
23578 fi
23579
23580 if test "$DX_FLAG_doc$DX_DOXYGEN" = 1; then
23581 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: doxygen not found - will not generate any doxygen documentation" >&5
23582 $as_echo "$as_me: WARNING: doxygen not found - will not generate any doxygen documentation" >&2;}
23583 DX_FLAG_doc=0
23584
23585 fi
23586
23587
23588 if test -n "$ac_tool_prefix"; then
23589 # Extract the first word of "${ac_tool_prefix}perl", so it can be a program name with args.
23590 set dummy ${ac_tool_prefix}perl; ac_word=$2
23591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
23592 $as_echo_n "checking for $ac_word... " >&6; }
23593 if ${ac_cv_path_DX_PERL+:} false; then :
23594 $as_echo_n "(cached) " >&6
23595 else
23596 case $DX_PERL in
23597 [\\/]* | ?:[\\/]*)
23598 ac_cv_path_DX_PERL="$DX_PERL" # Let the user override the test with a path.
23599 ;;
23600 *)
23601 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
23602 for as_dir in $PATH
23603 do
23604 IFS=$as_save_IFS
23605 test -z "$as_dir" && as_dir=.
23606 for ac_exec_ext in '' $ac_executable_extensions; do
23607 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
23608 ac_cv_path_DX_PERL="$as_dir/$ac_word$ac_exec_ext"
23609 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
23610 break 2
23611 fi
23612 done
23613 done
23614 IFS=$as_save_IFS
23615
23616 ;;
23617 esac
23618 fi
23619 DX_PERL=$ac_cv_path_DX_PERL
23620 if test -n "$DX_PERL"; then
23621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_PERL" >&5
23622 $as_echo "$DX_PERL" >&6; }
23623 else
23624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23625 $as_echo "no" >&6; }
23626 fi
23627
23628
23629 fi
23630 if test -z "$ac_cv_path_DX_PERL"; then
23631 ac_pt_DX_PERL=$DX_PERL
23632 # Extract the first word of "perl", so it can be a program name with args.
23633 set dummy perl; ac_word=$2
23634 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
23635 $as_echo_n "checking for $ac_word... " >&6; }
23636 if ${ac_cv_path_ac_pt_DX_PERL+:} false; then :
23637 $as_echo_n "(cached) " >&6
23638 else
23639 case $ac_pt_DX_PERL in
23640 [\\/]* | ?:[\\/]*)
23641 ac_cv_path_ac_pt_DX_PERL="$ac_pt_DX_PERL" # Let the user override the test with a path.
23642 ;;
23643 *)
23644 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
23645 for as_dir in $PATH
23646 do
23647 IFS=$as_save_IFS
23648 test -z "$as_dir" && as_dir=.
23649 for ac_exec_ext in '' $ac_executable_extensions; do
23650 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
23651 ac_cv_path_ac_pt_DX_PERL="$as_dir/$ac_word$ac_exec_ext"
23652 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
23653 break 2
23654 fi
23655 done
23656 done
23657 IFS=$as_save_IFS
23658
23659 ;;
23660 esac
23661 fi
23662 ac_pt_DX_PERL=$ac_cv_path_ac_pt_DX_PERL
23663 if test -n "$ac_pt_DX_PERL"; then
23664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_PERL" >&5
23665 $as_echo "$ac_pt_DX_PERL" >&6; }
23666 else
23667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23668 $as_echo "no" >&6; }
23669 fi
23670
23671 if test "x$ac_pt_DX_PERL" = x; then
23672 DX_PERL=""
23673 else
23674 case $cross_compiling:$ac_tool_warned in
23675 yes:)
23676 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
23677 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
23678 ac_tool_warned=yes ;;
23679 esac
23680 DX_PERL=$ac_pt_DX_PERL
23681 fi
23682 else
23683 DX_PERL="$ac_cv_path_DX_PERL"
23684 fi
23685
23686 if test "$DX_FLAG_doc$DX_PERL" = 1; then
23687 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: perl not found - will not generate any doxygen documentation" >&5
23688 $as_echo "$as_me: WARNING: perl not found - will not generate any doxygen documentation" >&2;}
23689 DX_FLAG_doc=0
23690
23691 fi
23692
23693 :
23694 fi
23695 if test "$DX_FLAG_doc" = 1; then
23696 if :; then
23697 DX_COND_doc_TRUE=
23698 DX_COND_doc_FALSE='#'
23699 else
23700 DX_COND_doc_TRUE='#'
23701 DX_COND_doc_FALSE=
23702 fi
23703
23704 DX_ENV="$DX_ENV PERL_PATH='$DX_PERL'"
23705
23706 :
23707 else
23708 if false; then
23709 DX_COND_doc_TRUE=
23710 DX_COND_doc_FALSE='#'
23711 else
23712 DX_COND_doc_TRUE='#'
23713 DX_COND_doc_FALSE=
23714 fi
23715
23716
23717 :
23718 fi
23719
23720
23721 # Dot for graphics:
23722
23723
23724
23725 # Check whether --enable-doxygen-dot was given.
23726 if test "${enable_doxygen_dot+set}" = set; then :
23727 enableval=$enable_doxygen_dot;
23728 case "$enableval" in
23729 #(
23730 y|Y|yes|Yes|YES)
23731 DX_FLAG_dot=1
23732
23733
23734 test "$DX_FLAG_doc" = "1" \
23735 || as_fn_error $? "doxygen-dot requires doxygen-dot" "$LINENO" 5
23736
23737 ;; #(
23738 n|N|no|No|NO)
23739 DX_FLAG_dot=0
23740
23741 ;; #(
23742 *)
23743 as_fn_error $? "invalid value '$enableval' given to doxygen-dot" "$LINENO" 5
23744 ;;
23745 esac
23746
23747 else
23748
23749 DX_FLAG_dot=1
23750
23751
23752 test "$DX_FLAG_doc" = "1" || DX_FLAG_dot=0
23753
23754
23755
23756 fi
23757
23758 if test "$DX_FLAG_dot" = 1; then
23759
23760 if test -n "$ac_tool_prefix"; then
23761 # Extract the first word of "${ac_tool_prefix}dot", so it can be a program name with args.
23762 set dummy ${ac_tool_prefix}dot; ac_word=$2
23763 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
23764 $as_echo_n "checking for $ac_word... " >&6; }
23765 if ${ac_cv_path_DX_DOT+:} false; then :
23766 $as_echo_n "(cached) " >&6
23767 else
23768 case $DX_DOT in
23769 [\\/]* | ?:[\\/]*)
23770 ac_cv_path_DX_DOT="$DX_DOT" # Let the user override the test with a path.
23771 ;;
23772 *)
23773 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
23774 for as_dir in $PATH
23775 do
23776 IFS=$as_save_IFS
23777 test -z "$as_dir" && as_dir=.
23778 for ac_exec_ext in '' $ac_executable_extensions; do
23779 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
23780 ac_cv_path_DX_DOT="$as_dir/$ac_word$ac_exec_ext"
23781 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
23782 break 2
23783 fi
23784 done
23785 done
23786 IFS=$as_save_IFS
23787
23788 ;;
23789 esac
23790 fi
23791 DX_DOT=$ac_cv_path_DX_DOT
23792 if test -n "$DX_DOT"; then
23793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_DOT" >&5
23794 $as_echo "$DX_DOT" >&6; }
23795 else
23796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23797 $as_echo "no" >&6; }
23798 fi
23799
23800
23801 fi
23802 if test -z "$ac_cv_path_DX_DOT"; then
23803 ac_pt_DX_DOT=$DX_DOT
23804 # Extract the first word of "dot", so it can be a program name with args.
23805 set dummy dot; ac_word=$2
23806 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
23807 $as_echo_n "checking for $ac_word... " >&6; }
23808 if ${ac_cv_path_ac_pt_DX_DOT+:} false; then :
23809 $as_echo_n "(cached) " >&6
23810 else
23811 case $ac_pt_DX_DOT in
23812 [\\/]* | ?:[\\/]*)
23813 ac_cv_path_ac_pt_DX_DOT="$ac_pt_DX_DOT" # Let the user override the test with a path.
23814 ;;
23815 *)
23816 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
23817 for as_dir in $PATH
23818 do
23819 IFS=$as_save_IFS
23820 test -z "$as_dir" && as_dir=.
23821 for ac_exec_ext in '' $ac_executable_extensions; do
23822 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
23823 ac_cv_path_ac_pt_DX_DOT="$as_dir/$ac_word$ac_exec_ext"
23824 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
23825 break 2
23826 fi
23827 done
23828 done
23829 IFS=$as_save_IFS
23830
23831 ;;
23832 esac
23833 fi
23834 ac_pt_DX_DOT=$ac_cv_path_ac_pt_DX_DOT
23835 if test -n "$ac_pt_DX_DOT"; then
23836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_DOT" >&5
23837 $as_echo "$ac_pt_DX_DOT" >&6; }
23838 else
23839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23840 $as_echo "no" >&6; }
23841 fi
23842
23843 if test "x$ac_pt_DX_DOT" = x; then
23844 DX_DOT=""
23845 else
23846 case $cross_compiling:$ac_tool_warned in
23847 yes:)
23848 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
23849 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
23850 ac_tool_warned=yes ;;
23851 esac
23852 DX_DOT=$ac_pt_DX_DOT
23853 fi
23854 else
23855 DX_DOT="$ac_cv_path_DX_DOT"
23856 fi
23857
23858 if test "$DX_FLAG_dot$DX_DOT" = 1; then
23859 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: dot not found - will not generate graphics for doxygen documentation" >&5
23860 $as_echo "$as_me: WARNING: dot not found - will not generate graphics for doxygen documentation" >&2;}
23861 DX_FLAG_dot=0
23862
23863 fi
23864
23865 :
23866 fi
23867 if test "$DX_FLAG_dot" = 1; then
23868 if :; then
23869 DX_COND_dot_TRUE=
23870 DX_COND_dot_FALSE='#'
23871 else
23872 DX_COND_dot_TRUE='#'
23873 DX_COND_dot_FALSE=
23874 fi
23875
23876 DX_ENV="$DX_ENV HAVE_DOT='YES'"
23877
23878 DX_ENV="$DX_ENV DOT_PATH='`expr ".$DX_DOT" : '\(\.\)[^/]*$' \| "x$DX_DOT" : 'x\(.*\)/[^/]*$'`'"
23879
23880 :
23881 else
23882 if false; then
23883 DX_COND_dot_TRUE=
23884 DX_COND_dot_FALSE='#'
23885 else
23886 DX_COND_dot_TRUE='#'
23887 DX_COND_dot_FALSE=
23888 fi
23889
23890 DX_ENV="$DX_ENV HAVE_DOT='NO'"
23891
23892 :
23893 fi
23894
23895
23896 # Man pages generation:
23897
23898
23899
23900 # Check whether --enable-doxygen-man was given.
23901 if test "${enable_doxygen_man+set}" = set; then :
23902 enableval=$enable_doxygen_man;
23903 case "$enableval" in
23904 #(
23905 y|Y|yes|Yes|YES)
23906 DX_FLAG_man=1
23907
23908
23909 test "$DX_FLAG_doc" = "1" \
23910 || as_fn_error $? "doxygen-man requires doxygen-man" "$LINENO" 5
23911
23912 ;; #(
23913 n|N|no|No|NO)
23914 DX_FLAG_man=0
23915
23916 ;; #(
23917 *)
23918 as_fn_error $? "invalid value '$enableval' given to doxygen-man" "$LINENO" 5
23919 ;;
23920 esac
23921
23922 else
23923
23924 DX_FLAG_man=0
23925
23926
23927 test "$DX_FLAG_doc" = "1" || DX_FLAG_man=0
23928
23929
23930
23931 fi
23932
23933 if test "$DX_FLAG_man" = 1; then
23934
23935 :
23936 fi
23937 if test "$DX_FLAG_man" = 1; then
23938 if :; then
23939 DX_COND_man_TRUE=
23940 DX_COND_man_FALSE='#'
23941 else
23942 DX_COND_man_TRUE='#'
23943 DX_COND_man_FALSE=
23944 fi
23945
23946 DX_ENV="$DX_ENV GENERATE_MAN='YES'"
23947
23948 :
23949 else
23950 if false; then
23951 DX_COND_man_TRUE=
23952 DX_COND_man_FALSE='#'
23953 else
23954 DX_COND_man_TRUE='#'
23955 DX_COND_man_FALSE=
23956 fi
23957
23958 DX_ENV="$DX_ENV GENERATE_MAN='NO'"
23959
23960 :
23961 fi
23962
23963
23964 # RTF file generation:
23965
23966
23967
23968 # Check whether --enable-doxygen-rtf was given.
23969 if test "${enable_doxygen_rtf+set}" = set; then :
23970 enableval=$enable_doxygen_rtf;
23971 case "$enableval" in
23972 #(
23973 y|Y|yes|Yes|YES)
23974 DX_FLAG_rtf=1
23975
23976
23977 test "$DX_FLAG_doc" = "1" \
23978 || as_fn_error $? "doxygen-rtf requires doxygen-rtf" "$LINENO" 5
23979
23980 ;; #(
23981 n|N|no|No|NO)
23982 DX_FLAG_rtf=0
23983
23984 ;; #(
23985 *)
23986 as_fn_error $? "invalid value '$enableval' given to doxygen-rtf" "$LINENO" 5
23987 ;;
23988 esac
23989
23990 else
23991
23992 DX_FLAG_rtf=0
23993
23994
23995 test "$DX_FLAG_doc" = "1" || DX_FLAG_rtf=0
23996
23997
23998
23999 fi
24000
24001 if test "$DX_FLAG_rtf" = 1; then
24002
24003 :
24004 fi
24005 if test "$DX_FLAG_rtf" = 1; then
24006 if :; then
24007 DX_COND_rtf_TRUE=
24008 DX_COND_rtf_FALSE='#'
24009 else
24010 DX_COND_rtf_TRUE='#'
24011 DX_COND_rtf_FALSE=
24012 fi
24013
24014 DX_ENV="$DX_ENV GENERATE_RTF='YES'"
24015
24016 :
24017 else
24018 if false; then
24019 DX_COND_rtf_TRUE=
24020 DX_COND_rtf_FALSE='#'
24021 else
24022 DX_COND_rtf_TRUE='#'
24023 DX_COND_rtf_FALSE=
24024 fi
24025
24026 DX_ENV="$DX_ENV GENERATE_RTF='NO'"
24027
24028 :
24029 fi
24030
24031
24032 # XML file generation:
24033
24034
24035
24036 # Check whether --enable-doxygen-xml was given.
24037 if test "${enable_doxygen_xml+set}" = set; then :
24038 enableval=$enable_doxygen_xml;
24039 case "$enableval" in
24040 #(
24041 y|Y|yes|Yes|YES)
24042 DX_FLAG_xml=1
24043
24044
24045 test "$DX_FLAG_doc" = "1" \
24046 || as_fn_error $? "doxygen-xml requires doxygen-xml" "$LINENO" 5
24047
24048 ;; #(
24049 n|N|no|No|NO)
24050 DX_FLAG_xml=0
24051
24052 ;; #(
24053 *)
24054 as_fn_error $? "invalid value '$enableval' given to doxygen-xml" "$LINENO" 5
24055 ;;
24056 esac
24057
24058 else
24059
24060 DX_FLAG_xml=1
24061
24062
24063 test "$DX_FLAG_doc" = "1" || DX_FLAG_xml=0
24064
24065
24066
24067 fi
24068
24069 if test "$DX_FLAG_xml" = 1; then
24070
24071 :
24072 fi
24073 if test "$DX_FLAG_xml" = 1; then
24074 if :; then
24075 DX_COND_xml_TRUE=
24076 DX_COND_xml_FALSE='#'
24077 else
24078 DX_COND_xml_TRUE='#'
24079 DX_COND_xml_FALSE=
24080 fi
24081
24082 DX_ENV="$DX_ENV GENERATE_XML='YES'"
24083
24084 :
24085 else
24086 if false; then
24087 DX_COND_xml_TRUE=
24088 DX_COND_xml_FALSE='#'
24089 else
24090 DX_COND_xml_TRUE='#'
24091 DX_COND_xml_FALSE=
24092 fi
24093
24094 DX_ENV="$DX_ENV GENERATE_XML='NO'"
24095
24096 :
24097 fi
24098
24099
24100 # (Compressed) HTML help generation:
24101
24102
24103
24104 # Check whether --enable-doxygen-chm was given.
24105 if test "${enable_doxygen_chm+set}" = set; then :
24106 enableval=$enable_doxygen_chm;
24107 case "$enableval" in
24108 #(
24109 y|Y|yes|Yes|YES)
24110 DX_FLAG_chm=1
24111
24112
24113 test "$DX_FLAG_doc" = "1" \
24114 || as_fn_error $? "doxygen-chm requires doxygen-chm" "$LINENO" 5
24115
24116 ;; #(
24117 n|N|no|No|NO)
24118 DX_FLAG_chm=0
24119
24120 ;; #(
24121 *)
24122 as_fn_error $? "invalid value '$enableval' given to doxygen-chm" "$LINENO" 5
24123 ;;
24124 esac
24125
24126 else
24127
24128 DX_FLAG_chm=0
24129
24130
24131 test "$DX_FLAG_doc" = "1" || DX_FLAG_chm=0
24132
24133
24134
24135 fi
24136
24137 if test "$DX_FLAG_chm" = 1; then
24138
24139 if test -n "$ac_tool_prefix"; then
24140 # Extract the first word of "${ac_tool_prefix}hhc", so it can be a program name with args.
24141 set dummy ${ac_tool_prefix}hhc; ac_word=$2
24142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
24143 $as_echo_n "checking for $ac_word... " >&6; }
24144 if ${ac_cv_path_DX_HHC+:} false; then :
24145 $as_echo_n "(cached) " >&6
24146 else
24147 case $DX_HHC in
24148 [\\/]* | ?:[\\/]*)
24149 ac_cv_path_DX_HHC="$DX_HHC" # Let the user override the test with a path.
24150 ;;
24151 *)
24152 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
24153 for as_dir in $PATH
24154 do
24155 IFS=$as_save_IFS
24156 test -z "$as_dir" && as_dir=.
24157 for ac_exec_ext in '' $ac_executable_extensions; do
24158 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
24159 ac_cv_path_DX_HHC="$as_dir/$ac_word$ac_exec_ext"
24160 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
24161 break 2
24162 fi
24163 done
24164 done
24165 IFS=$as_save_IFS
24166
24167 ;;
24168 esac
24169 fi
24170 DX_HHC=$ac_cv_path_DX_HHC
24171 if test -n "$DX_HHC"; then
24172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_HHC" >&5
24173 $as_echo "$DX_HHC" >&6; }
24174 else
24175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24176 $as_echo "no" >&6; }
24177 fi
24178
24179
24180 fi
24181 if test -z "$ac_cv_path_DX_HHC"; then
24182 ac_pt_DX_HHC=$DX_HHC
24183 # Extract the first word of "hhc", so it can be a program name with args.
24184 set dummy hhc; ac_word=$2
24185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
24186 $as_echo_n "checking for $ac_word... " >&6; }
24187 if ${ac_cv_path_ac_pt_DX_HHC+:} false; then :
24188 $as_echo_n "(cached) " >&6
24189 else
24190 case $ac_pt_DX_HHC in
24191 [\\/]* | ?:[\\/]*)
24192 ac_cv_path_ac_pt_DX_HHC="$ac_pt_DX_HHC" # Let the user override the test with a path.
24193 ;;
24194 *)
24195 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
24196 for as_dir in $PATH
24197 do
24198 IFS=$as_save_IFS
24199 test -z "$as_dir" && as_dir=.
24200 for ac_exec_ext in '' $ac_executable_extensions; do
24201 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
24202 ac_cv_path_ac_pt_DX_HHC="$as_dir/$ac_word$ac_exec_ext"
24203 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
24204 break 2
24205 fi
24206 done
24207 done
24208 IFS=$as_save_IFS
24209
24210 ;;
24211 esac
24212 fi
24213 ac_pt_DX_HHC=$ac_cv_path_ac_pt_DX_HHC
24214 if test -n "$ac_pt_DX_HHC"; then
24215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_HHC" >&5
24216 $as_echo "$ac_pt_DX_HHC" >&6; }
24217 else
24218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24219 $as_echo "no" >&6; }
24220 fi
24221
24222 if test "x$ac_pt_DX_HHC" = x; then
24223 DX_HHC=""
24224 else
24225 case $cross_compiling:$ac_tool_warned in
24226 yes:)
24227 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
24228 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
24229 ac_tool_warned=yes ;;
24230 esac
24231 DX_HHC=$ac_pt_DX_HHC
24232 fi
24233 else
24234 DX_HHC="$ac_cv_path_DX_HHC"
24235 fi
24236
24237 if test "$DX_FLAG_chm$DX_HHC" = 1; then
24238 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: hhc not found - will not generate doxygen compressed HTML help documentation" >&5
24239 $as_echo "$as_me: WARNING: hhc not found - will not generate doxygen compressed HTML help documentation" >&2;}
24240 DX_FLAG_chm=0
24241
24242 fi
24243
24244 :
24245 fi
24246 if test "$DX_FLAG_chm" = 1; then
24247 if :; then
24248 DX_COND_chm_TRUE=
24249 DX_COND_chm_FALSE='#'
24250 else
24251 DX_COND_chm_TRUE='#'
24252 DX_COND_chm_FALSE=
24253 fi
24254
24255 DX_ENV="$DX_ENV HHC_PATH='$DX_HHC'"
24256
24257 DX_ENV="$DX_ENV GENERATE_HTML='YES'"
24258
24259 DX_ENV="$DX_ENV GENERATE_HTMLHELP='YES'"
24260
24261 :
24262 else
24263 if false; then
24264 DX_COND_chm_TRUE=
24265 DX_COND_chm_FALSE='#'
24266 else
24267 DX_COND_chm_TRUE='#'
24268 DX_COND_chm_FALSE=
24269 fi
24270
24271 DX_ENV="$DX_ENV GENERATE_HTMLHELP='NO'"
24272
24273 :
24274 fi
24275
24276
24277 # Seperate CHI file generation.
24278
24279
24280
24281 # Check whether --enable-doxygen-chi was given.
24282 if test "${enable_doxygen_chi+set}" = set; then :
24283 enableval=$enable_doxygen_chi;
24284 case "$enableval" in
24285 #(
24286 y|Y|yes|Yes|YES)
24287 DX_FLAG_chi=1
24288
24289
24290 test "$DX_FLAG_chm" = "1" \
24291 || as_fn_error $? "doxygen-chi requires doxygen-chi" "$LINENO" 5
24292
24293 ;; #(
24294 n|N|no|No|NO)
24295 DX_FLAG_chi=0
24296
24297 ;; #(
24298 *)
24299 as_fn_error $? "invalid value '$enableval' given to doxygen-chi" "$LINENO" 5
24300 ;;
24301 esac
24302
24303 else
24304
24305 DX_FLAG_chi=0
24306
24307
24308 test "$DX_FLAG_chm" = "1" || DX_FLAG_chi=0
24309
24310
24311
24312 fi
24313
24314 if test "$DX_FLAG_chi" = 1; then
24315
24316 :
24317 fi
24318 if test "$DX_FLAG_chi" = 1; then
24319 if :; then
24320 DX_COND_chi_TRUE=
24321 DX_COND_chi_FALSE='#'
24322 else
24323 DX_COND_chi_TRUE='#'
24324 DX_COND_chi_FALSE=
24325 fi
24326
24327 DX_ENV="$DX_ENV GENERATE_CHI='YES'"
24328
24329 :
24330 else
24331 if false; then
24332 DX_COND_chi_TRUE=
24333 DX_COND_chi_FALSE='#'
24334 else
24335 DX_COND_chi_TRUE='#'
24336 DX_COND_chi_FALSE=
24337 fi
24338
24339 DX_ENV="$DX_ENV GENERATE_CHI='NO'"
24340
24341 :
24342 fi
24343
24344
24345 # Plain HTML pages generation:
24346
24347
24348
24349 # Check whether --enable-doxygen-html was given.
24350 if test "${enable_doxygen_html+set}" = set; then :
24351 enableval=$enable_doxygen_html;
24352 case "$enableval" in
24353 #(
24354 y|Y|yes|Yes|YES)
24355 DX_FLAG_html=1
24356
24357
24358 test "$DX_FLAG_doc" = "1" \
24359 || as_fn_error $? "doxygen-html requires doxygen-html" "$LINENO" 5
24360
24361 test "$DX_FLAG_chm" = "0" \
24362 || as_fn_error $? "doxygen-html contradicts doxygen-html" "$LINENO" 5
24363
24364 ;; #(
24365 n|N|no|No|NO)
24366 DX_FLAG_html=0
24367
24368 ;; #(
24369 *)
24370 as_fn_error $? "invalid value '$enableval' given to doxygen-html" "$LINENO" 5
24371 ;;
24372 esac
24373
24374 else
24375
24376 DX_FLAG_html=1
24377
24378
24379 test "$DX_FLAG_doc" = "1" || DX_FLAG_html=0
24380
24381
24382 test "$DX_FLAG_chm" = "0" || DX_FLAG_html=0
24383
24384
24385
24386 fi
24387
24388 if test "$DX_FLAG_html" = 1; then
24389
24390 :
24391 fi
24392 if test "$DX_FLAG_html" = 1; then
24393 if :; then
24394 DX_COND_html_TRUE=
24395 DX_COND_html_FALSE='#'
24396 else
24397 DX_COND_html_TRUE='#'
24398 DX_COND_html_FALSE=
24399 fi
24400
24401 DX_ENV="$DX_ENV GENERATE_HTML='YES'"
24402
24403 :
24404 else
24405 if false; then
24406 DX_COND_html_TRUE=
24407 DX_COND_html_FALSE='#'
24408 else
24409 DX_COND_html_TRUE='#'
24410 DX_COND_html_FALSE=
24411 fi
24412
24413 test "$DX_FLAG_chm" = 1 || DX_ENV="$DX_ENV GENERATE_HTML='NO'"
24414
24415 :
24416 fi
24417
24418
24419 # PostScript file generation:
24420
24421
24422
24423 # Check whether --enable-doxygen-ps was given.
24424 if test "${enable_doxygen_ps+set}" = set; then :
24425 enableval=$enable_doxygen_ps;
24426 case "$enableval" in
24427 #(
24428 y|Y|yes|Yes|YES)
24429 DX_FLAG_ps=1
24430
24431
24432 test "$DX_FLAG_doc" = "1" \
24433 || as_fn_error $? "doxygen-ps requires doxygen-ps" "$LINENO" 5
24434
24435 ;; #(
24436 n|N|no|No|NO)
24437 DX_FLAG_ps=0
24438
24439 ;; #(
24440 *)
24441 as_fn_error $? "invalid value '$enableval' given to doxygen-ps" "$LINENO" 5
24442 ;;
24443 esac
24444
24445 else
24446
24447 DX_FLAG_ps=0
24448
24449
24450 test "$DX_FLAG_doc" = "1" || DX_FLAG_ps=0
24451
24452
24453
24454 fi
24455
24456 if test "$DX_FLAG_ps" = 1; then
24457
24458 if test -n "$ac_tool_prefix"; then
24459 # Extract the first word of "${ac_tool_prefix}latex", so it can be a program name with args.
24460 set dummy ${ac_tool_prefix}latex; ac_word=$2
24461 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
24462 $as_echo_n "checking for $ac_word... " >&6; }
24463 if ${ac_cv_path_DX_LATEX+:} false; then :
24464 $as_echo_n "(cached) " >&6
24465 else
24466 case $DX_LATEX in
24467 [\\/]* | ?:[\\/]*)
24468 ac_cv_path_DX_LATEX="$DX_LATEX" # Let the user override the test with a path.
24469 ;;
24470 *)
24471 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
24472 for as_dir in $PATH
24473 do
24474 IFS=$as_save_IFS
24475 test -z "$as_dir" && as_dir=.
24476 for ac_exec_ext in '' $ac_executable_extensions; do
24477 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
24478 ac_cv_path_DX_LATEX="$as_dir/$ac_word$ac_exec_ext"
24479 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
24480 break 2
24481 fi
24482 done
24483 done
24484 IFS=$as_save_IFS
24485
24486 ;;
24487 esac
24488 fi
24489 DX_LATEX=$ac_cv_path_DX_LATEX
24490 if test -n "$DX_LATEX"; then
24491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_LATEX" >&5
24492 $as_echo "$DX_LATEX" >&6; }
24493 else
24494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24495 $as_echo "no" >&6; }
24496 fi
24497
24498
24499 fi
24500 if test -z "$ac_cv_path_DX_LATEX"; then
24501 ac_pt_DX_LATEX=$DX_LATEX
24502 # Extract the first word of "latex", so it can be a program name with args.
24503 set dummy latex; ac_word=$2
24504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
24505 $as_echo_n "checking for $ac_word... " >&6; }
24506 if ${ac_cv_path_ac_pt_DX_LATEX+:} false; then :
24507 $as_echo_n "(cached) " >&6
24508 else
24509 case $ac_pt_DX_LATEX in
24510 [\\/]* | ?:[\\/]*)
24511 ac_cv_path_ac_pt_DX_LATEX="$ac_pt_DX_LATEX" # Let the user override the test with a path.
24512 ;;
24513 *)
24514 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
24515 for as_dir in $PATH
24516 do
24517 IFS=$as_save_IFS
24518 test -z "$as_dir" && as_dir=.
24519 for ac_exec_ext in '' $ac_executable_extensions; do
24520 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
24521 ac_cv_path_ac_pt_DX_LATEX="$as_dir/$ac_word$ac_exec_ext"
24522 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
24523 break 2
24524 fi
24525 done
24526 done
24527 IFS=$as_save_IFS
24528
24529 ;;
24530 esac
24531 fi
24532 ac_pt_DX_LATEX=$ac_cv_path_ac_pt_DX_LATEX
24533 if test -n "$ac_pt_DX_LATEX"; then
24534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_LATEX" >&5
24535 $as_echo "$ac_pt_DX_LATEX" >&6; }
24536 else
24537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24538 $as_echo "no" >&6; }
24539 fi
24540
24541 if test "x$ac_pt_DX_LATEX" = x; then
24542 DX_LATEX=""
24543 else
24544 case $cross_compiling:$ac_tool_warned in
24545 yes:)
24546 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
24547 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
24548 ac_tool_warned=yes ;;
24549 esac
24550 DX_LATEX=$ac_pt_DX_LATEX
24551 fi
24552 else
24553 DX_LATEX="$ac_cv_path_DX_LATEX"
24554 fi
24555
24556 if test "$DX_FLAG_ps$DX_LATEX" = 1; then
24557 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: latex not found - will not generate doxygen PostScript documentation" >&5
24558 $as_echo "$as_me: WARNING: latex not found - will not generate doxygen PostScript documentation" >&2;}
24559 DX_FLAG_ps=0
24560
24561 fi
24562
24563
24564 if test -n "$ac_tool_prefix"; then
24565 # Extract the first word of "${ac_tool_prefix}makeindex", so it can be a program name with args.
24566 set dummy ${ac_tool_prefix}makeindex; ac_word=$2
24567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
24568 $as_echo_n "checking for $ac_word... " >&6; }
24569 if ${ac_cv_path_DX_MAKEINDEX+:} false; then :
24570 $as_echo_n "(cached) " >&6
24571 else
24572 case $DX_MAKEINDEX in
24573 [\\/]* | ?:[\\/]*)
24574 ac_cv_path_DX_MAKEINDEX="$DX_MAKEINDEX" # Let the user override the test with a path.
24575 ;;
24576 *)
24577 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
24578 for as_dir in $PATH
24579 do
24580 IFS=$as_save_IFS
24581 test -z "$as_dir" && as_dir=.
24582 for ac_exec_ext in '' $ac_executable_extensions; do
24583 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
24584 ac_cv_path_DX_MAKEINDEX="$as_dir/$ac_word$ac_exec_ext"
24585 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
24586 break 2
24587 fi
24588 done
24589 done
24590 IFS=$as_save_IFS
24591
24592 ;;
24593 esac
24594 fi
24595 DX_MAKEINDEX=$ac_cv_path_DX_MAKEINDEX
24596 if test -n "$DX_MAKEINDEX"; then
24597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_MAKEINDEX" >&5
24598 $as_echo "$DX_MAKEINDEX" >&6; }
24599 else
24600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24601 $as_echo "no" >&6; }
24602 fi
24603
24604
24605 fi
24606 if test -z "$ac_cv_path_DX_MAKEINDEX"; then
24607 ac_pt_DX_MAKEINDEX=$DX_MAKEINDEX
24608 # Extract the first word of "makeindex", so it can be a program name with args.
24609 set dummy makeindex; ac_word=$2
24610 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
24611 $as_echo_n "checking for $ac_word... " >&6; }
24612 if ${ac_cv_path_ac_pt_DX_MAKEINDEX+:} false; then :
24613 $as_echo_n "(cached) " >&6
24614 else
24615 case $ac_pt_DX_MAKEINDEX in
24616 [\\/]* | ?:[\\/]*)
24617 ac_cv_path_ac_pt_DX_MAKEINDEX="$ac_pt_DX_MAKEINDEX" # Let the user override the test with a path.
24618 ;;
24619 *)
24620 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
24621 for as_dir in $PATH
24622 do
24623 IFS=$as_save_IFS
24624 test -z "$as_dir" && as_dir=.
24625 for ac_exec_ext in '' $ac_executable_extensions; do
24626 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
24627 ac_cv_path_ac_pt_DX_MAKEINDEX="$as_dir/$ac_word$ac_exec_ext"
24628 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
24629 break 2
24630 fi
24631 done
24632 done
24633 IFS=$as_save_IFS
24634
24635 ;;
24636 esac
24637 fi
24638 ac_pt_DX_MAKEINDEX=$ac_cv_path_ac_pt_DX_MAKEINDEX
24639 if test -n "$ac_pt_DX_MAKEINDEX"; then
24640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_MAKEINDEX" >&5
24641 $as_echo "$ac_pt_DX_MAKEINDEX" >&6; }
24642 else
24643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24644 $as_echo "no" >&6; }
24645 fi
24646
24647 if test "x$ac_pt_DX_MAKEINDEX" = x; then
24648 DX_MAKEINDEX=""
24649 else
24650 case $cross_compiling:$ac_tool_warned in
24651 yes:)
24652 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
24653 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
24654 ac_tool_warned=yes ;;
24655 esac
24656 DX_MAKEINDEX=$ac_pt_DX_MAKEINDEX
24657 fi
24658 else
24659 DX_MAKEINDEX="$ac_cv_path_DX_MAKEINDEX"
24660 fi
24661
24662 if test "$DX_FLAG_ps$DX_MAKEINDEX" = 1; then
24663 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: makeindex not found - will not generate doxygen PostScript documentation" >&5
24664 $as_echo "$as_me: WARNING: makeindex not found - will not generate doxygen PostScript documentation" >&2;}
24665 DX_FLAG_ps=0
24666
24667 fi
24668
24669
24670 if test -n "$ac_tool_prefix"; then
24671 # Extract the first word of "${ac_tool_prefix}dvips", so it can be a program name with args.
24672 set dummy ${ac_tool_prefix}dvips; ac_word=$2
24673 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
24674 $as_echo_n "checking for $ac_word... " >&6; }
24675 if ${ac_cv_path_DX_DVIPS+:} false; then :
24676 $as_echo_n "(cached) " >&6
24677 else
24678 case $DX_DVIPS in
24679 [\\/]* | ?:[\\/]*)
24680 ac_cv_path_DX_DVIPS="$DX_DVIPS" # Let the user override the test with a path.
24681 ;;
24682 *)
24683 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
24684 for as_dir in $PATH
24685 do
24686 IFS=$as_save_IFS
24687 test -z "$as_dir" && as_dir=.
24688 for ac_exec_ext in '' $ac_executable_extensions; do
24689 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
24690 ac_cv_path_DX_DVIPS="$as_dir/$ac_word$ac_exec_ext"
24691 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
24692 break 2
24693 fi
24694 done
24695 done
24696 IFS=$as_save_IFS
24697
24698 ;;
24699 esac
24700 fi
24701 DX_DVIPS=$ac_cv_path_DX_DVIPS
24702 if test -n "$DX_DVIPS"; then
24703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_DVIPS" >&5
24704 $as_echo "$DX_DVIPS" >&6; }
24705 else
24706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24707 $as_echo "no" >&6; }
24708 fi
24709
24710
24711 fi
24712 if test -z "$ac_cv_path_DX_DVIPS"; then
24713 ac_pt_DX_DVIPS=$DX_DVIPS
24714 # Extract the first word of "dvips", so it can be a program name with args.
24715 set dummy dvips; ac_word=$2
24716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
24717 $as_echo_n "checking for $ac_word... " >&6; }
24718 if ${ac_cv_path_ac_pt_DX_DVIPS+:} false; then :
24719 $as_echo_n "(cached) " >&6
24720 else
24721 case $ac_pt_DX_DVIPS in
24722 [\\/]* | ?:[\\/]*)
24723 ac_cv_path_ac_pt_DX_DVIPS="$ac_pt_DX_DVIPS" # Let the user override the test with a path.
24724 ;;
24725 *)
24726 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
24727 for as_dir in $PATH
24728 do
24729 IFS=$as_save_IFS
24730 test -z "$as_dir" && as_dir=.
24731 for ac_exec_ext in '' $ac_executable_extensions; do
24732 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
24733 ac_cv_path_ac_pt_DX_DVIPS="$as_dir/$ac_word$ac_exec_ext"
24734 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
24735 break 2
24736 fi
24737 done
24738 done
24739 IFS=$as_save_IFS
24740
24741 ;;
24742 esac
24743 fi
24744 ac_pt_DX_DVIPS=$ac_cv_path_ac_pt_DX_DVIPS
24745 if test -n "$ac_pt_DX_DVIPS"; then
24746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_DVIPS" >&5
24747 $as_echo "$ac_pt_DX_DVIPS" >&6; }
24748 else
24749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24750 $as_echo "no" >&6; }
24751 fi
24752
24753 if test "x$ac_pt_DX_DVIPS" = x; then
24754 DX_DVIPS=""
24755 else
24756 case $cross_compiling:$ac_tool_warned in
24757 yes:)
24758 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
24759 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
24760 ac_tool_warned=yes ;;
24761 esac
24762 DX_DVIPS=$ac_pt_DX_DVIPS
24763 fi
24764 else
24765 DX_DVIPS="$ac_cv_path_DX_DVIPS"
24766 fi
24767
24768 if test "$DX_FLAG_ps$DX_DVIPS" = 1; then
24769 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: dvips not found - will not generate doxygen PostScript documentation" >&5
24770 $as_echo "$as_me: WARNING: dvips not found - will not generate doxygen PostScript documentation" >&2;}
24771 DX_FLAG_ps=0
24772
24773 fi
24774
24775
24776 if test -n "$ac_tool_prefix"; then
24777 # Extract the first word of "${ac_tool_prefix}egrep", so it can be a program name with args.
24778 set dummy ${ac_tool_prefix}egrep; ac_word=$2
24779 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
24780 $as_echo_n "checking for $ac_word... " >&6; }
24781 if ${ac_cv_path_DX_EGREP+:} false; then :
24782 $as_echo_n "(cached) " >&6
24783 else
24784 case $DX_EGREP in
24785 [\\/]* | ?:[\\/]*)
24786 ac_cv_path_DX_EGREP="$DX_EGREP" # Let the user override the test with a path.
24787 ;;
24788 *)
24789 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
24790 for as_dir in $PATH
24791 do
24792 IFS=$as_save_IFS
24793 test -z "$as_dir" && as_dir=.
24794 for ac_exec_ext in '' $ac_executable_extensions; do
24795 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
24796 ac_cv_path_DX_EGREP="$as_dir/$ac_word$ac_exec_ext"
24797 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
24798 break 2
24799 fi
24800 done
24801 done
24802 IFS=$as_save_IFS
24803
24804 ;;
24805 esac
24806 fi
24807 DX_EGREP=$ac_cv_path_DX_EGREP
24808 if test -n "$DX_EGREP"; then
24809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_EGREP" >&5
24810 $as_echo "$DX_EGREP" >&6; }
24811 else
24812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24813 $as_echo "no" >&6; }
24814 fi
24815
24816
24817 fi
24818 if test -z "$ac_cv_path_DX_EGREP"; then
24819 ac_pt_DX_EGREP=$DX_EGREP
24820 # Extract the first word of "egrep", so it can be a program name with args.
24821 set dummy egrep; ac_word=$2
24822 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
24823 $as_echo_n "checking for $ac_word... " >&6; }
24824 if ${ac_cv_path_ac_pt_DX_EGREP+:} false; then :
24825 $as_echo_n "(cached) " >&6
24826 else
24827 case $ac_pt_DX_EGREP in
24828 [\\/]* | ?:[\\/]*)
24829 ac_cv_path_ac_pt_DX_EGREP="$ac_pt_DX_EGREP" # Let the user override the test with a path.
24830 ;;
24831 *)
24832 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
24833 for as_dir in $PATH
24834 do
24835 IFS=$as_save_IFS
24836 test -z "$as_dir" && as_dir=.
24837 for ac_exec_ext in '' $ac_executable_extensions; do
24838 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
24839 ac_cv_path_ac_pt_DX_EGREP="$as_dir/$ac_word$ac_exec_ext"
24840 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
24841 break 2
24842 fi
24843 done
24844 done
24845 IFS=$as_save_IFS
24846
24847 ;;
24848 esac
24849 fi
24850 ac_pt_DX_EGREP=$ac_cv_path_ac_pt_DX_EGREP
24851 if test -n "$ac_pt_DX_EGREP"; then
24852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_EGREP" >&5
24853 $as_echo "$ac_pt_DX_EGREP" >&6; }
24854 else
24855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24856 $as_echo "no" >&6; }
24857 fi
24858
24859 if test "x$ac_pt_DX_EGREP" = x; then
24860 DX_EGREP=""
24861 else
24862 case $cross_compiling:$ac_tool_warned in
24863 yes:)
24864 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
24865 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
24866 ac_tool_warned=yes ;;
24867 esac
24868 DX_EGREP=$ac_pt_DX_EGREP
24869 fi
24870 else
24871 DX_EGREP="$ac_cv_path_DX_EGREP"
24872 fi
24873
24874 if test "$DX_FLAG_ps$DX_EGREP" = 1; then
24875 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: egrep not found - will not generate doxygen PostScript documentation" >&5
24876 $as_echo "$as_me: WARNING: egrep not found - will not generate doxygen PostScript documentation" >&2;}
24877 DX_FLAG_ps=0
24878
24879 fi
24880
24881 :
24882 fi
24883 if test "$DX_FLAG_ps" = 1; then
24884 if :; then
24885 DX_COND_ps_TRUE=
24886 DX_COND_ps_FALSE='#'
24887 else
24888 DX_COND_ps_TRUE='#'
24889 DX_COND_ps_FALSE=
24890 fi
24891
24892
24893 :
24894 else
24895 if false; then
24896 DX_COND_ps_TRUE=
24897 DX_COND_ps_FALSE='#'
24898 else
24899 DX_COND_ps_TRUE='#'
24900 DX_COND_ps_FALSE=
24901 fi
24902
24903
24904 :
24905 fi
24906
24907
24908 # PDF file generation:
24909
24910
24911
24912 # Check whether --enable-doxygen-pdf was given.
24913 if test "${enable_doxygen_pdf+set}" = set; then :
24914 enableval=$enable_doxygen_pdf;
24915 case "$enableval" in
24916 #(
24917 y|Y|yes|Yes|YES)
24918 DX_FLAG_pdf=1
24919
24920
24921 test "$DX_FLAG_doc" = "1" \
24922 || as_fn_error $? "doxygen-pdf requires doxygen-pdf" "$LINENO" 5
24923
24924 ;; #(
24925 n|N|no|No|NO)
24926 DX_FLAG_pdf=0
24927
24928 ;; #(
24929 *)
24930 as_fn_error $? "invalid value '$enableval' given to doxygen-pdf" "$LINENO" 5
24931 ;;
24932 esac
24933
24934 else
24935
24936 DX_FLAG_pdf=0
24937
24938
24939 test "$DX_FLAG_doc" = "1" || DX_FLAG_pdf=0
24940
24941
24942
24943 fi
24944
24945 if test "$DX_FLAG_pdf" = 1; then
24946
24947 if test -n "$ac_tool_prefix"; then
24948 # Extract the first word of "${ac_tool_prefix}pdflatex", so it can be a program name with args.
24949 set dummy ${ac_tool_prefix}pdflatex; ac_word=$2
24950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
24951 $as_echo_n "checking for $ac_word... " >&6; }
24952 if ${ac_cv_path_DX_PDFLATEX+:} false; then :
24953 $as_echo_n "(cached) " >&6
24954 else
24955 case $DX_PDFLATEX in
24956 [\\/]* | ?:[\\/]*)
24957 ac_cv_path_DX_PDFLATEX="$DX_PDFLATEX" # Let the user override the test with a path.
24958 ;;
24959 *)
24960 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
24961 for as_dir in $PATH
24962 do
24963 IFS=$as_save_IFS
24964 test -z "$as_dir" && as_dir=.
24965 for ac_exec_ext in '' $ac_executable_extensions; do
24966 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
24967 ac_cv_path_DX_PDFLATEX="$as_dir/$ac_word$ac_exec_ext"
24968 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
24969 break 2
24970 fi
24971 done
24972 done
24973 IFS=$as_save_IFS
24974
24975 ;;
24976 esac
24977 fi
24978 DX_PDFLATEX=$ac_cv_path_DX_PDFLATEX
24979 if test -n "$DX_PDFLATEX"; then
24980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_PDFLATEX" >&5
24981 $as_echo "$DX_PDFLATEX" >&6; }
24982 else
24983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24984 $as_echo "no" >&6; }
24985 fi
24986
24987
24988 fi
24989 if test -z "$ac_cv_path_DX_PDFLATEX"; then
24990 ac_pt_DX_PDFLATEX=$DX_PDFLATEX
24991 # Extract the first word of "pdflatex", so it can be a program name with args.
24992 set dummy pdflatex; ac_word=$2
24993 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
24994 $as_echo_n "checking for $ac_word... " >&6; }
24995 if ${ac_cv_path_ac_pt_DX_PDFLATEX+:} false; then :
24996 $as_echo_n "(cached) " >&6
24997 else
24998 case $ac_pt_DX_PDFLATEX in
24999 [\\/]* | ?:[\\/]*)
25000 ac_cv_path_ac_pt_DX_PDFLATEX="$ac_pt_DX_PDFLATEX" # Let the user override the test with a path.
25001 ;;
25002 *)
25003 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25004 for as_dir in $PATH
25005 do
25006 IFS=$as_save_IFS
25007 test -z "$as_dir" && as_dir=.
25008 for ac_exec_ext in '' $ac_executable_extensions; do
25009 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25010 ac_cv_path_ac_pt_DX_PDFLATEX="$as_dir/$ac_word$ac_exec_ext"
25011 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
25012 break 2
25013 fi
25014 done
25015 done
25016 IFS=$as_save_IFS
25017
25018 ;;
25019 esac
25020 fi
25021 ac_pt_DX_PDFLATEX=$ac_cv_path_ac_pt_DX_PDFLATEX
25022 if test -n "$ac_pt_DX_PDFLATEX"; then
25023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_PDFLATEX" >&5
25024 $as_echo "$ac_pt_DX_PDFLATEX" >&6; }
25025 else
25026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
25027 $as_echo "no" >&6; }
25028 fi
25029
25030 if test "x$ac_pt_DX_PDFLATEX" = x; then
25031 DX_PDFLATEX=""
25032 else
25033 case $cross_compiling:$ac_tool_warned in
25034 yes:)
25035 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
25036 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
25037 ac_tool_warned=yes ;;
25038 esac
25039 DX_PDFLATEX=$ac_pt_DX_PDFLATEX
25040 fi
25041 else
25042 DX_PDFLATEX="$ac_cv_path_DX_PDFLATEX"
25043 fi
25044
25045 if test "$DX_FLAG_pdf$DX_PDFLATEX" = 1; then
25046 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: pdflatex not found - will not generate doxygen PDF documentation" >&5
25047 $as_echo "$as_me: WARNING: pdflatex not found - will not generate doxygen PDF documentation" >&2;}
25048 DX_FLAG_pdf=0
25049
25050 fi
25051
25052
25053 if test -n "$ac_tool_prefix"; then
25054 # Extract the first word of "${ac_tool_prefix}makeindex", so it can be a program name with args.
25055 set dummy ${ac_tool_prefix}makeindex; ac_word=$2
25056 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
25057 $as_echo_n "checking for $ac_word... " >&6; }
25058 if ${ac_cv_path_DX_MAKEINDEX+:} false; then :
25059 $as_echo_n "(cached) " >&6
25060 else
25061 case $DX_MAKEINDEX in
25062 [\\/]* | ?:[\\/]*)
25063 ac_cv_path_DX_MAKEINDEX="$DX_MAKEINDEX" # Let the user override the test with a path.
25064 ;;
25065 *)
25066 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25067 for as_dir in $PATH
25068 do
25069 IFS=$as_save_IFS
25070 test -z "$as_dir" && as_dir=.
25071 for ac_exec_ext in '' $ac_executable_extensions; do
25072 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25073 ac_cv_path_DX_MAKEINDEX="$as_dir/$ac_word$ac_exec_ext"
25074 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
25075 break 2
25076 fi
25077 done
25078 done
25079 IFS=$as_save_IFS
25080
25081 ;;
25082 esac
25083 fi
25084 DX_MAKEINDEX=$ac_cv_path_DX_MAKEINDEX
25085 if test -n "$DX_MAKEINDEX"; then
25086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_MAKEINDEX" >&5
25087 $as_echo "$DX_MAKEINDEX" >&6; }
25088 else
25089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
25090 $as_echo "no" >&6; }
25091 fi
25092
25093
25094 fi
25095 if test -z "$ac_cv_path_DX_MAKEINDEX"; then
25096 ac_pt_DX_MAKEINDEX=$DX_MAKEINDEX
25097 # Extract the first word of "makeindex", so it can be a program name with args.
25098 set dummy makeindex; ac_word=$2
25099 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
25100 $as_echo_n "checking for $ac_word... " >&6; }
25101 if ${ac_cv_path_ac_pt_DX_MAKEINDEX+:} false; then :
25102 $as_echo_n "(cached) " >&6
25103 else
25104 case $ac_pt_DX_MAKEINDEX in
25105 [\\/]* | ?:[\\/]*)
25106 ac_cv_path_ac_pt_DX_MAKEINDEX="$ac_pt_DX_MAKEINDEX" # Let the user override the test with a path.
25107 ;;
25108 *)
25109 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25110 for as_dir in $PATH
25111 do
25112 IFS=$as_save_IFS
25113 test -z "$as_dir" && as_dir=.
25114 for ac_exec_ext in '' $ac_executable_extensions; do
25115 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25116 ac_cv_path_ac_pt_DX_MAKEINDEX="$as_dir/$ac_word$ac_exec_ext"
25117 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
25118 break 2
25119 fi
25120 done
25121 done
25122 IFS=$as_save_IFS
25123
25124 ;;
25125 esac
25126 fi
25127 ac_pt_DX_MAKEINDEX=$ac_cv_path_ac_pt_DX_MAKEINDEX
25128 if test -n "$ac_pt_DX_MAKEINDEX"; then
25129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_MAKEINDEX" >&5
25130 $as_echo "$ac_pt_DX_MAKEINDEX" >&6; }
25131 else
25132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
25133 $as_echo "no" >&6; }
25134 fi
25135
25136 if test "x$ac_pt_DX_MAKEINDEX" = x; then
25137 DX_MAKEINDEX=""
25138 else
25139 case $cross_compiling:$ac_tool_warned in
25140 yes:)
25141 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
25142 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
25143 ac_tool_warned=yes ;;
25144 esac
25145 DX_MAKEINDEX=$ac_pt_DX_MAKEINDEX
25146 fi
25147 else
25148 DX_MAKEINDEX="$ac_cv_path_DX_MAKEINDEX"
25149 fi
25150
25151 if test "$DX_FLAG_pdf$DX_MAKEINDEX" = 1; then
25152 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: makeindex not found - will not generate doxygen PDF documentation" >&5
25153 $as_echo "$as_me: WARNING: makeindex not found - will not generate doxygen PDF documentation" >&2;}
25154 DX_FLAG_pdf=0
25155
25156 fi
25157
25158
25159 if test -n "$ac_tool_prefix"; then
25160 # Extract the first word of "${ac_tool_prefix}egrep", so it can be a program name with args.
25161 set dummy ${ac_tool_prefix}egrep; ac_word=$2
25162 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
25163 $as_echo_n "checking for $ac_word... " >&6; }
25164 if ${ac_cv_path_DX_EGREP+:} false; then :
25165 $as_echo_n "(cached) " >&6
25166 else
25167 case $DX_EGREP in
25168 [\\/]* | ?:[\\/]*)
25169 ac_cv_path_DX_EGREP="$DX_EGREP" # Let the user override the test with a path.
25170 ;;
25171 *)
25172 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25173 for as_dir in $PATH
25174 do
25175 IFS=$as_save_IFS
25176 test -z "$as_dir" && as_dir=.
25177 for ac_exec_ext in '' $ac_executable_extensions; do
25178 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25179 ac_cv_path_DX_EGREP="$as_dir/$ac_word$ac_exec_ext"
25180 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
25181 break 2
25182 fi
25183 done
25184 done
25185 IFS=$as_save_IFS
25186
25187 ;;
25188 esac
25189 fi
25190 DX_EGREP=$ac_cv_path_DX_EGREP
25191 if test -n "$DX_EGREP"; then
25192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_EGREP" >&5
25193 $as_echo "$DX_EGREP" >&6; }
25194 else
25195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
25196 $as_echo "no" >&6; }
25197 fi
25198
25199
25200 fi
25201 if test -z "$ac_cv_path_DX_EGREP"; then
25202 ac_pt_DX_EGREP=$DX_EGREP
25203 # Extract the first word of "egrep", so it can be a program name with args.
25204 set dummy egrep; ac_word=$2
25205 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
25206 $as_echo_n "checking for $ac_word... " >&6; }
25207 if ${ac_cv_path_ac_pt_DX_EGREP+:} false; then :
25208 $as_echo_n "(cached) " >&6
25209 else
25210 case $ac_pt_DX_EGREP in
25211 [\\/]* | ?:[\\/]*)
25212 ac_cv_path_ac_pt_DX_EGREP="$ac_pt_DX_EGREP" # Let the user override the test with a path.
25213 ;;
25214 *)
25215 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25216 for as_dir in $PATH
25217 do
25218 IFS=$as_save_IFS
25219 test -z "$as_dir" && as_dir=.
25220 for ac_exec_ext in '' $ac_executable_extensions; do
25221 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25222 ac_cv_path_ac_pt_DX_EGREP="$as_dir/$ac_word$ac_exec_ext"
25223 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
25224 break 2
25225 fi
25226 done
25227 done
25228 IFS=$as_save_IFS
25229
25230 ;;
25231 esac
25232 fi
25233 ac_pt_DX_EGREP=$ac_cv_path_ac_pt_DX_EGREP
25234 if test -n "$ac_pt_DX_EGREP"; then
25235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_EGREP" >&5
25236 $as_echo "$ac_pt_DX_EGREP" >&6; }
25237 else
25238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
25239 $as_echo "no" >&6; }
25240 fi
25241
25242 if test "x$ac_pt_DX_EGREP" = x; then
25243 DX_EGREP=""
25244 else
25245 case $cross_compiling:$ac_tool_warned in
25246 yes:)
25247 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
25248 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
25249 ac_tool_warned=yes ;;
25250 esac
25251 DX_EGREP=$ac_pt_DX_EGREP
25252 fi
25253 else
25254 DX_EGREP="$ac_cv_path_DX_EGREP"
25255 fi
25256
25257 if test "$DX_FLAG_pdf$DX_EGREP" = 1; then
25258 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: egrep not found - will not generate doxygen PDF documentation" >&5
25259 $as_echo "$as_me: WARNING: egrep not found - will not generate doxygen PDF documentation" >&2;}
25260 DX_FLAG_pdf=0
25261
25262 fi
25263
25264 :
25265 fi
25266 if test "$DX_FLAG_pdf" = 1; then
25267 if :; then
25268 DX_COND_pdf_TRUE=
25269 DX_COND_pdf_FALSE='#'
25270 else
25271 DX_COND_pdf_TRUE='#'
25272 DX_COND_pdf_FALSE=
25273 fi
25274
25275
25276 :
25277 else
25278 if false; then
25279 DX_COND_pdf_TRUE=
25280 DX_COND_pdf_FALSE='#'
25281 else
25282 DX_COND_pdf_TRUE='#'
25283 DX_COND_pdf_FALSE=
25284 fi
25285
25286
25287 :
25288 fi
25289
25290
25291 # LaTeX generation for PS and/or PDF:
25292 if test "$DX_FLAG_ps" = 1 || test "$DX_FLAG_pdf" = 1; then
25293 if :; then
25294 DX_COND_latex_TRUE=
25295 DX_COND_latex_FALSE='#'
25296 else
25297 DX_COND_latex_TRUE='#'
25298 DX_COND_latex_FALSE=
25299 fi
25300
25301 DX_ENV="$DX_ENV GENERATE_LATEX='YES'"
25302
25303 else
25304 if false; then
25305 DX_COND_latex_TRUE=
25306 DX_COND_latex_FALSE='#'
25307 else
25308 DX_COND_latex_TRUE='#'
25309 DX_COND_latex_FALSE=
25310 fi
25311
25312 DX_ENV="$DX_ENV GENERATE_LATEX='NO'"
25313
25314 fi
25315
25316 # Paper size for PS and/or PDF:
25317
25318 case "$DOXYGEN_PAPER_SIZE" in
25319 #(
25320 "")
25321 DOXYGEN_PAPER_SIZE=""
25322
25323 ;; #(
25324 a4wide|a4|letter|legal|executive)
25325 DX_ENV="$DX_ENV PAPER_SIZE='$DOXYGEN_PAPER_SIZE'"
25326
25327 ;; #(
25328 *)
25329 as_fn_error $? "unknown DOXYGEN_PAPER_SIZE='$DOXYGEN_PAPER_SIZE'" "$LINENO" 5
25330 ;;
25331 esac
25332
25333 #For debugging:
25334 #echo DX_FLAG_doc=$DX_FLAG_doc
25335 #echo DX_FLAG_dot=$DX_FLAG_dot
25336 #echo DX_FLAG_man=$DX_FLAG_man
25337 #echo DX_FLAG_html=$DX_FLAG_html
25338 #echo DX_FLAG_chm=$DX_FLAG_chm
25339 #echo DX_FLAG_chi=$DX_FLAG_chi
25340 #echo DX_FLAG_rtf=$DX_FLAG_rtf
25341 #echo DX_FLAG_xml=$DX_FLAG_xml
25342 #echo DX_FLAG_pdf=$DX_FLAG_pdf
25343 #echo DX_FLAG_ps=$DX_FLAG_ps
25344 #echo DX_ENV=$DX_ENV
25345
25346
25347 # Check whether --enable-core-docs was given.
25348 if test "${enable_core_docs+set}" = set; then :
25349 enableval=$enable_core_docs; case "${enableval}" in
25350 yes) ENABLE_CORE_DOCS=yes ;;
25351 no) ENABLE_CORE_DOCS=no ;;
25352 *) as_fn_error $? "bad value ${enableval} for --enable-core-docs" "$LINENO" 5 ;;
25353 esac
25354 else
25355 ENABLE_CORE_DOCS=no
25356 fi
25357
25358
25359 if test "x$ENABLE_CORE_DOCS" = xyes; then
25360 ENABLE_CORE_DOCS_TRUE=
25361 ENABLE_CORE_DOCS_FALSE='#'
25362 else
25363 ENABLE_CORE_DOCS_TRUE='#'
25364 ENABLE_CORE_DOCS_FALSE=
25365 fi
25366
25367
25368 #
25369 # Build and Install man pages
25370 #
25371 # Check whether --enable-manpages was given.
25372 if test "${enable_manpages+set}" = set; then :
25373 enableval=$enable_manpages; case "${enableval}" in
25374 yes) manpages=yes ;;
25375 no) manpages=no ;;
25376 *) as_fn_error $? "bad value ${enableval} for --disable-manpages" "$LINENO" 5 ;;
25377 esac
25378 else
25379 manpages=yes
25380 fi
25381
25382
25383 if test x$manpages = xyes ; then
25384 #
25385 # XMLTOMAN manpage generation
25386 #
25387 # Check whether --enable-xmltoman was given.
25388 if test "${enable_xmltoman+set}" = set; then :
25389 enableval=$enable_xmltoman; case "${enableval}" in
25390 yes) xmltoman=yes ;;
25391 no) xmltoman=no ;;
25392 *) as_fn_error $? "bad value ${enableval} for --disable-xmltoman" "$LINENO" 5 ;;
25393 esac
25394 else
25395 xmltoman=yes
25396 fi
25397
25398
25399 if test x$xmltoman = xyes ; then
25400 # Extract the first word of "xmltoman", so it can be a program name with args.
25401 set dummy xmltoman; ac_word=$2
25402 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
25403 $as_echo_n "checking for $ac_word... " >&6; }
25404 if ${ac_cv_prog_have_xmltoman+:} false; then :
25405 $as_echo_n "(cached) " >&6
25406 else
25407 if test -n "$have_xmltoman"; then
25408 ac_cv_prog_have_xmltoman="$have_xmltoman" # Let the user override the test.
25409 else
25410 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25411 for as_dir in $PATH
25412 do
25413 IFS=$as_save_IFS
25414 test -z "$as_dir" && as_dir=.
25415 for ac_exec_ext in '' $ac_executable_extensions; do
25416 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25417 ac_cv_prog_have_xmltoman="yes"
25418 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
25419 break 2
25420 fi
25421 done
25422 done
25423 IFS=$as_save_IFS
25424
25425 test -z "$ac_cv_prog_have_xmltoman" && ac_cv_prog_have_xmltoman="no"
25426 fi
25427 fi
25428 have_xmltoman=$ac_cv_prog_have_xmltoman
25429 if test -n "$have_xmltoman"; then
25430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_xmltoman" >&5
25431 $as_echo "$have_xmltoman" >&6; }
25432 else
25433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
25434 $as_echo "no" >&6; }
25435 fi
25436
25437
25438 fi
25439
25440 if test x$have_xmltoman = xno -o x$xmltoman = xno; then
25441 if ! test -e $srcdir/man/avahi-daemon.8 ; then
25442 as_fn_error $? "*** xmltoman was not found or was disabled, it is required to build the manpages as they have not been pre-built, install xmltoman, pass --disable-manpages or dont pass --disable-xmltoman" "$LINENO" 5
25443 exit 1
25444 fi
25445 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: *** Not rebuilding man pages as xmltoman is not found ***" >&5
25446 $as_echo "$as_me: WARNING: *** Not rebuilding man pages as xmltoman is not found ***" >&2;}
25447 xmltoman=no
25448 fi
25449 fi
25450 if test "x$xmltoman" = xyes; then
25451 USE_XMLTOMAN_TRUE=
25452 USE_XMLTOMAN_FALSE='#'
25453 else
25454 USE_XMLTOMAN_TRUE='#'
25455 USE_XMLTOMAN_FALSE=
25456 fi
25457
25458 if test "x$manpages" = xyes; then
25459 BUILD_MANPAGES_TRUE=
25460 BUILD_MANPAGES_FALSE='#'
25461 else
25462 BUILD_MANPAGES_TRUE='#'
25463 BUILD_MANPAGES_FALSE=
25464 fi
25465
25466
25467 #
25468 # Conditionally compile test and example programs
25469 #
25470 # Check whether --enable-tests was given.
25471 if test "${enable_tests+set}" = set; then :
25472 enableval=$enable_tests; case "${enableval}" in
25473 yes) ENABLE_TESTS=yes ;;
25474 no) ENABLE_TESTS=no ;;
25475 *) as_fn_error $? "bad value ${enableval} for --enable-tests" "$LINENO" 5 ;;
25476 esac
25477 else
25478 ENABLE_TESTS=no
25479 fi
25480
25481
25482 if test "x$ENABLE_TESTS" = "xyes"; then
25483 ENABLE_TESTS_TRUE=
25484 ENABLE_TESTS_FALSE='#'
25485 else
25486 ENABLE_TESTS_TRUE='#'
25487 ENABLE_TESTS_FALSE=
25488 fi
25489
25490
25491 #
25492 # Optionally enable libdns_sd compatibility support
25493 #
25494 # Check whether --enable-compat-libdns_sd was given.
25495 if test "${enable_compat_libdns_sd+set}" = set; then :
25496 enableval=$enable_compat_libdns_sd; case "${enableval}" in
25497 yes) ENABLE_COMPAT_LIBDNS_SD=yes ;;
25498 no) ENABLE_COMPAT_LIBDNS_SD=no ;;
25499 *) as_fn_error $? "bad value ${enableval} for --enable-compat-libdns_sd" "$LINENO" 5 ;;
25500 esac
25501 else
25502 ENABLE_COMPAT_LIBDNS_SD=no
25503 fi
25504
25505
25506 if test "x$ENABLE_COMPAT_LIBDNS_SD" = "xyes"; then
25507 ENABLE_COMPAT_LIBDNS_SD_TRUE=
25508 ENABLE_COMPAT_LIBDNS_SD_FALSE='#'
25509 else
25510 ENABLE_COMPAT_LIBDNS_SD_TRUE='#'
25511 ENABLE_COMPAT_LIBDNS_SD_FALSE=
25512 fi
25513
25514
25515 #
25516 # Optionally enable HOWL compatibility support
25517 #
25518 # Check whether --enable-compat-howl was given.
25519 if test "${enable_compat_howl+set}" = set; then :
25520 enableval=$enable_compat_howl; case "${enableval}" in
25521 yes) ENABLE_COMPAT_HOWL=yes ;;
25522 no) ENABLE_COMPAT_HOWL=no ;;
25523 *) as_fn_error $? "bad value ${enableval} for --enable-compat-howl" "$LINENO" 5 ;;
25524 esac
25525 else
25526 ENABLE_COMPAT_HOWL=no
25527 fi
25528
25529
25530 if test "x$ENABLE_COMPAT_HOWL" = "xyes"; then
25531 ENABLE_COMPAT_HOWL_TRUE=
25532 ENABLE_COMPAT_HOWL_FALSE='#'
25533 else
25534 ENABLE_COMPAT_HOWL_TRUE='#'
25535 ENABLE_COMPAT_HOWL_FALSE=
25536 fi
25537
25538
25539 #
25540 # systemd
25541 #
25542
25543 # Check whether --with-systemdsystemunitdir was given.
25544 if test "${with_systemdsystemunitdir+set}" = set; then :
25545 withval=$with_systemdsystemunitdir;
25546 else
25547 with_systemdsystemunitdir=$($PKG_CONFIG --variable=systemdsystemunitdir systemd)
25548 fi
25549
25550 if test "x$with_systemdsystemunitdir" != xno; then
25551 systemdsystemunitdir=$with_systemdsystemunitdir
25552
25553 fi
25554 if test -n "$with_systemdsystemunitdir" -a "x$with_systemdsystemunitdir" != xno ; then
25555 HAVE_SYSTEMD_TRUE=
25556 HAVE_SYSTEMD_FALSE='#'
25557 else
25558 HAVE_SYSTEMD_TRUE='#'
25559 HAVE_SYSTEMD_FALSE=
25560 fi
25561
25562
25563 # ==========================================================================
25564 ac_config_files="$ac_config_files Makefile avahi-common/Makefile avahi-core/Makefile avahi-glib/Makefile avahi-gobject/Makefile avahi-qt/Makefile avahi-daemon/Makefile avahi-daemon/avahi-dbus.conf avahi-discover-standalone/Makefile avahi-client/Makefile initscript/Makefile initscript/debian/Makefile initscript/gentoo/Makefile initscript/suse/Makefile initscript/fedora/Makefile initscript/lfs/Makefile initscript/mandriva/Makefile initscript/darwin/Makefile initscript/freebsd/Makefile initscript/slackware/Makefile avahi-dnsconfd/Makefile avahi-utils/Makefile avahi-python/Makefile avahi-python/avahi/Makefile avahi-python/avahi-discover/Makefile examples/Makefile common/Makefile man/Makefile tests/Makefile service-type-database/Makefile avahi-sharp/Makefile avahi-ui-sharp/Makefile avahi-compat-libdns_sd/Makefile avahi-compat-howl/Makefile avahi-compat-howl/samples/Makefile avahi-autoipd/Makefile avahi-ui/Makefile po/Makefile.in"
25565
25566 cat >confcache <<\_ACEOF
25567 # This file is a shell script that caches the results of configure
25568 # tests run on this system so they can be shared between configure
25569 # scripts and configure runs, see configure's option --config-cache.
25570 # It is not useful on other systems. If it contains results you don't
25571 # want to keep, you may remove or edit it.
25572 #
25573 # config.status only pays attention to the cache file if you give it
25574 # the --recheck option to rerun configure.
25575 #
25576 # `ac_cv_env_foo' variables (set or unset) will be overridden when
25577 # loading this file, other *unset* `ac_cv_foo' will be assigned the
25578 # following values.
25579
25580 _ACEOF
25581
25582 # The following way of writing the cache mishandles newlines in values,
25583 # but we know of no workaround that is simple, portable, and efficient.
25584 # So, we kill variables containing newlines.
25585 # Ultrix sh set writes to stderr and can't be redirected directly,
25586 # and sets the high bit in the cache file unless we assign to the vars.
25587 (
25588 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
25589 eval ac_val=\$$ac_var
25590 case $ac_val in #(
25591 *${as_nl}*)
25592 case $ac_var in #(
25593 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
25594 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
25595 esac
25596 case $ac_var in #(
25597 _ | IFS | as_nl) ;; #(
25598 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
25599 *) { eval $ac_var=; unset $ac_var;} ;;
25600 esac ;;
25601 esac
25602 done
25603
25604 (set) 2>&1 |
25605 case $as_nl`(ac_space=' '; set) 2>&1` in #(
25606 *${as_nl}ac_space=\ *)
25607 # `set' does not quote correctly, so add quotes: double-quote
25608 # substitution turns \\\\ into \\, and sed turns \\ into \.
25609 sed -n \
25610 "s/'/'\\\\''/g;
25611 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
25612 ;; #(
25613 *)
25614 # `set' quotes correctly as required by POSIX, so do not add quotes.
25615 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
25616 ;;
25617 esac |
25618 sort
25619 ) |
25620 sed '
25621 /^ac_cv_env_/b end
25622 t clear
25623 :clear
25624 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
25625 t end
25626 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
25627 :end' >>confcache
25628 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
25629 if test -w "$cache_file"; then
25630 if test "x$cache_file" != "x/dev/null"; then
25631 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
25632 $as_echo "$as_me: updating cache $cache_file" >&6;}
25633 if test ! -f "$cache_file" || test -h "$cache_file"; then
25634 cat confcache >"$cache_file"
25635 else
25636 case $cache_file in #(
25637 */* | ?:*)
25638 mv -f confcache "$cache_file"$$ &&
25639 mv -f "$cache_file"$$ "$cache_file" ;; #(
25640 *)
25641 mv -f confcache "$cache_file" ;;
25642 esac
25643 fi
25644 fi
25645 else
25646 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
25647 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
25648 fi
25649 fi
25650 rm -f confcache
25651
25652 test "x$prefix" = xNONE && prefix=$ac_default_prefix
25653 # Let make expand exec_prefix.
25654 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
25655
25656 DEFS=-DHAVE_CONFIG_H
25657
25658 ac_libobjs=
25659 ac_ltlibobjs=
25660 U=
25661 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
25662 # 1. Remove the extension, and $U if already installed.
25663 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
25664 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
25665 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
25666 # will be set to the directory where LIBOBJS objects are built.
25667 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
25668 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
25669 done
25670 LIBOBJS=$ac_libobjs
25671
25672 LTLIBOBJS=$ac_ltlibobjs
25673
25674
25675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
25676 $as_echo_n "checking that generated files are newer than configure... " >&6; }
25677 if test -n "$am_sleep_pid"; then
25678 # Hide warnings about reused PIDs.
25679 wait $am_sleep_pid 2>/dev/null
25680 fi
25681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
25682 $as_echo "done" >&6; }
25683 if test -n "$EXEEXT"; then
25684 am__EXEEXT_TRUE=
25685 am__EXEEXT_FALSE='#'
25686 else
25687 am__EXEEXT_TRUE='#'
25688 am__EXEEXT_FALSE=
25689 fi
25690
25691 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
25692 as_fn_error $? "conditional \"AMDEP\" was never defined.
25693 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25694 fi
25695 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
25696 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
25697 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25698 fi
25699 if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
25700 as_fn_error $? "conditional \"am__fastdepCXX\" was never defined.
25701 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25702 fi
25703 if test -z "${HAVE_NETLINK_TRUE}" && test -z "${HAVE_NETLINK_FALSE}"; then
25704 as_fn_error $? "conditional \"HAVE_NETLINK\" was never defined.
25705 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25706 fi
25707 if test -z "${HAVE_PF_ROUTE_TRUE}" && test -z "${HAVE_PF_ROUTE_FALSE}"; then
25708 as_fn_error $? "conditional \"HAVE_PF_ROUTE\" was never defined.
25709 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25710 fi
25711 if test -z "${HAVE_SYS_FILIO_H_TRUE}" && test -z "${HAVE_SYS_FILIO_H_FALSE}"; then
25712 as_fn_error $? "conditional \"HAVE_SYS_FILIO_H\" was never defined.
25713 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25714 fi
25715 if test -z "${HAVE_SYS_SYSCTL_H_TRUE}" && test -z "${HAVE_SYS_SYSCTL_H_FALSE}"; then
25716 as_fn_error $? "conditional \"HAVE_SYS_SYSCTL_H\" was never defined.
25717 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25718 fi
25719 if test -z "${TARGET_LFS_TRUE}" && test -z "${TARGET_LFS_FALSE}"; then
25720 as_fn_error $? "conditional \"TARGET_LFS\" was never defined.
25721 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25722 fi
25723 if test -z "${TARGET_SUSE_TRUE}" && test -z "${TARGET_SUSE_FALSE}"; then
25724 as_fn_error $? "conditional \"TARGET_SUSE\" was never defined.
25725 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25726 fi
25727 if test -z "${TARGET_GENTOO_TRUE}" && test -z "${TARGET_GENTOO_FALSE}"; then
25728 as_fn_error $? "conditional \"TARGET_GENTOO\" was never defined.
25729 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25730 fi
25731 if test -z "${TARGET_DEBIAN_TRUE}" && test -z "${TARGET_DEBIAN_FALSE}"; then
25732 as_fn_error $? "conditional \"TARGET_DEBIAN\" was never defined.
25733 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25734 fi
25735 if test -z "${TARGET_ARCHLINUX_TRUE}" && test -z "${TARGET_ARCHLINUX_FALSE}"; then
25736 as_fn_error $? "conditional \"TARGET_ARCHLINUX\" was never defined.
25737 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25738 fi
25739 if test -z "${TARGET_FEDORA_TRUE}" && test -z "${TARGET_FEDORA_FALSE}"; then
25740 as_fn_error $? "conditional \"TARGET_FEDORA\" was never defined.
25741 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25742 fi
25743 if test -z "${TARGET_MANDRIVA_TRUE}" && test -z "${TARGET_MANDRIVA_FALSE}"; then
25744 as_fn_error $? "conditional \"TARGET_MANDRIVA\" was never defined.
25745 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25746 fi
25747 if test -z "${TARGET_DARWIN_TRUE}" && test -z "${TARGET_DARWIN_FALSE}"; then
25748 as_fn_error $? "conditional \"TARGET_DARWIN\" was never defined.
25749 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25750 fi
25751 if test -z "${TARGET_NETBSD_TRUE}" && test -z "${TARGET_NETBSD_FALSE}"; then
25752 as_fn_error $? "conditional \"TARGET_NETBSD\" was never defined.
25753 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25754 fi
25755 if test -z "${TARGET_FREEBSD_TRUE}" && test -z "${TARGET_FREEBSD_FALSE}"; then
25756 as_fn_error $? "conditional \"TARGET_FREEBSD\" was never defined.
25757 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25758 fi
25759 if test -z "${TARGET_SLACKWARE_TRUE}" && test -z "${TARGET_SLACKWARE_FALSE}"; then
25760 as_fn_error $? "conditional \"TARGET_SLACKWARE\" was never defined.
25761 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25762 fi
25763 if test -z "${ENABLE_CHROOT_TRUE}" && test -z "${ENABLE_CHROOT_FALSE}"; then
25764 as_fn_error $? "conditional \"ENABLE_CHROOT\" was never defined.
25765 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25766 fi
25767 if test -z "${HAVE_DLOPEN_TRUE}" && test -z "${HAVE_DLOPEN_FALSE}"; then
25768 as_fn_error $? "conditional \"HAVE_DLOPEN\" was never defined.
25769 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25770 fi
25771 if test -z "${HAVE_INOTIFY_TRUE}" && test -z "${HAVE_INOTIFY_FALSE}"; then
25772 as_fn_error $? "conditional \"HAVE_INOTIFY\" was never defined.
25773 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25774 fi
25775 if test -z "${HAVE_KQUEUE_TRUE}" && test -z "${HAVE_KQUEUE_FALSE}"; then
25776 as_fn_error $? "conditional \"HAVE_KQUEUE\" was never defined.
25777 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25778 fi
25779
25780 ac_config_commands="$ac_config_commands po/stamp-it"
25781
25782
25783 if test -z "${HAVE_GLIB_TRUE}" && test -z "${HAVE_GLIB_FALSE}"; then
25784 as_fn_error $? "conditional \"HAVE_GLIB\" was never defined.
25785 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25786 fi
25787 if test -z "${HAVE_GOBJECT_TRUE}" && test -z "${HAVE_GOBJECT_FALSE}"; then
25788 as_fn_error $? "conditional \"HAVE_GOBJECT\" was never defined.
25789 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25790 fi
25791 if test -z "${HAVE_INTROSPECTION_TRUE}" && test -z "${HAVE_INTROSPECTION_FALSE}"; then
25792 as_fn_error $? "conditional \"HAVE_INTROSPECTION\" was never defined.
25793 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25794 fi
25795 if test -z "${HAVE_QT3_TRUE}" && test -z "${HAVE_QT3_FALSE}"; then
25796 as_fn_error $? "conditional \"HAVE_QT3\" was never defined.
25797 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25798 fi
25799 if test -z "${HAVE_QT4_TRUE}" && test -z "${HAVE_QT4_FALSE}"; then
25800 as_fn_error $? "conditional \"HAVE_QT4\" was never defined.
25801 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25802 fi
25803 if test -z "${HAVE_GTK_TRUE}" && test -z "${HAVE_GTK_FALSE}"; then
25804 as_fn_error $? "conditional \"HAVE_GTK\" was never defined.
25805 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25806 fi
25807 if test -z "${HAVE_GTK3_TRUE}" && test -z "${HAVE_GTK3_FALSE}"; then
25808 as_fn_error $? "conditional \"HAVE_GTK3\" was never defined.
25809 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25810 fi
25811 if test -z "${HAVE_GTK2OR3_TRUE}" && test -z "${HAVE_GTK2OR3_FALSE}"; then
25812 as_fn_error $? "conditional \"HAVE_GTK2OR3\" was never defined.
25813 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25814 fi
25815 if test -z "${HAVE_DBUS_TRUE}" && test -z "${HAVE_DBUS_FALSE}"; then
25816 as_fn_error $? "conditional \"HAVE_DBUS\" was never defined.
25817 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25818 fi
25819 if test -z "${HAVE_XML_TRUE}" && test -z "${HAVE_XML_FALSE}"; then
25820 as_fn_error $? "conditional \"HAVE_XML\" was never defined.
25821 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25822 fi
25823 if test -z "${HAVE_GDBM_TRUE}" && test -z "${HAVE_GDBM_FALSE}"; then
25824 as_fn_error $? "conditional \"HAVE_GDBM\" was never defined.
25825 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25826 fi
25827 if test -z "${HAVE_DBM_TRUE}" && test -z "${HAVE_DBM_FALSE}"; then
25828 as_fn_error $? "conditional \"HAVE_DBM\" was never defined.
25829 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25830 fi
25831 if test -z "${HAVE_LIBDAEMON_TRUE}" && test -z "${HAVE_LIBDAEMON_FALSE}"; then
25832 as_fn_error $? "conditional \"HAVE_LIBDAEMON\" was never defined.
25833 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25834 fi
25835 if test -z "${HAVE_PYTHON_TRUE}" && test -z "${HAVE_PYTHON_FALSE}"; then
25836 as_fn_error $? "conditional \"HAVE_PYTHON\" was never defined.
25837 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25838 fi
25839 if test -z "${HAVE_PYGTK_TRUE}" && test -z "${HAVE_PYGTK_FALSE}"; then
25840 as_fn_error $? "conditional \"HAVE_PYGTK\" was never defined.
25841 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25842 fi
25843 if test -z "${HAVE_PYTHON_DBUS_TRUE}" && test -z "${HAVE_PYTHON_DBUS_FALSE}"; then
25844 as_fn_error $? "conditional \"HAVE_PYTHON_DBUS\" was never defined.
25845 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25846 fi
25847 if test -z "${HAVE_MONO_TRUE}" && test -z "${HAVE_MONO_FALSE}"; then
25848 as_fn_error $? "conditional \"HAVE_MONO\" was never defined.
25849 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25850 fi
25851 if test -z "${HAVE_MONODOC_TRUE}" && test -z "${HAVE_MONODOC_FALSE}"; then
25852 as_fn_error $? "conditional \"HAVE_MONODOC\" was never defined.
25853 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25854 fi
25855 if test -z "${ENABLE_AUTOIPD_TRUE}" && test -z "${ENABLE_AUTOIPD_FALSE}"; then
25856 as_fn_error $? "conditional \"ENABLE_AUTOIPD\" was never defined.
25857 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25858 fi
25859 if test -z "${DX_COND_doc_TRUE}" && test -z "${DX_COND_doc_FALSE}"; then
25860 as_fn_error $? "conditional \"DX_COND_doc\" was never defined.
25861 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25862 fi
25863 if test -z "${DX_COND_doc_TRUE}" && test -z "${DX_COND_doc_FALSE}"; then
25864 as_fn_error $? "conditional \"DX_COND_doc\" was never defined.
25865 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25866 fi
25867 if test -z "${DX_COND_dot_TRUE}" && test -z "${DX_COND_dot_FALSE}"; then
25868 as_fn_error $? "conditional \"DX_COND_dot\" was never defined.
25869 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25870 fi
25871 if test -z "${DX_COND_dot_TRUE}" && test -z "${DX_COND_dot_FALSE}"; then
25872 as_fn_error $? "conditional \"DX_COND_dot\" was never defined.
25873 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25874 fi
25875 if test -z "${DX_COND_man_TRUE}" && test -z "${DX_COND_man_FALSE}"; then
25876 as_fn_error $? "conditional \"DX_COND_man\" was never defined.
25877 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25878 fi
25879 if test -z "${DX_COND_man_TRUE}" && test -z "${DX_COND_man_FALSE}"; then
25880 as_fn_error $? "conditional \"DX_COND_man\" was never defined.
25881 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25882 fi
25883 if test -z "${DX_COND_rtf_TRUE}" && test -z "${DX_COND_rtf_FALSE}"; then
25884 as_fn_error $? "conditional \"DX_COND_rtf\" was never defined.
25885 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25886 fi
25887 if test -z "${DX_COND_rtf_TRUE}" && test -z "${DX_COND_rtf_FALSE}"; then
25888 as_fn_error $? "conditional \"DX_COND_rtf\" was never defined.
25889 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25890 fi
25891 if test -z "${DX_COND_xml_TRUE}" && test -z "${DX_COND_xml_FALSE}"; then
25892 as_fn_error $? "conditional \"DX_COND_xml\" was never defined.
25893 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25894 fi
25895 if test -z "${DX_COND_xml_TRUE}" && test -z "${DX_COND_xml_FALSE}"; then
25896 as_fn_error $? "conditional \"DX_COND_xml\" was never defined.
25897 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25898 fi
25899 if test -z "${DX_COND_chm_TRUE}" && test -z "${DX_COND_chm_FALSE}"; then
25900 as_fn_error $? "conditional \"DX_COND_chm\" was never defined.
25901 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25902 fi
25903 if test -z "${DX_COND_chm_TRUE}" && test -z "${DX_COND_chm_FALSE}"; then
25904 as_fn_error $? "conditional \"DX_COND_chm\" was never defined.
25905 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25906 fi
25907 if test -z "${DX_COND_chi_TRUE}" && test -z "${DX_COND_chi_FALSE}"; then
25908 as_fn_error $? "conditional \"DX_COND_chi\" was never defined.
25909 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25910 fi
25911 if test -z "${DX_COND_chi_TRUE}" && test -z "${DX_COND_chi_FALSE}"; then
25912 as_fn_error $? "conditional \"DX_COND_chi\" was never defined.
25913 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25914 fi
25915 if test -z "${DX_COND_html_TRUE}" && test -z "${DX_COND_html_FALSE}"; then
25916 as_fn_error $? "conditional \"DX_COND_html\" was never defined.
25917 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25918 fi
25919 if test -z "${DX_COND_html_TRUE}" && test -z "${DX_COND_html_FALSE}"; then
25920 as_fn_error $? "conditional \"DX_COND_html\" was never defined.
25921 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25922 fi
25923 if test -z "${DX_COND_ps_TRUE}" && test -z "${DX_COND_ps_FALSE}"; then
25924 as_fn_error $? "conditional \"DX_COND_ps\" was never defined.
25925 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25926 fi
25927 if test -z "${DX_COND_ps_TRUE}" && test -z "${DX_COND_ps_FALSE}"; then
25928 as_fn_error $? "conditional \"DX_COND_ps\" was never defined.
25929 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25930 fi
25931 if test -z "${DX_COND_pdf_TRUE}" && test -z "${DX_COND_pdf_FALSE}"; then
25932 as_fn_error $? "conditional \"DX_COND_pdf\" was never defined.
25933 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25934 fi
25935 if test -z "${DX_COND_pdf_TRUE}" && test -z "${DX_COND_pdf_FALSE}"; then
25936 as_fn_error $? "conditional \"DX_COND_pdf\" was never defined.
25937 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25938 fi
25939 if test -z "${DX_COND_latex_TRUE}" && test -z "${DX_COND_latex_FALSE}"; then
25940 as_fn_error $? "conditional \"DX_COND_latex\" was never defined.
25941 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25942 fi
25943 if test -z "${DX_COND_latex_TRUE}" && test -z "${DX_COND_latex_FALSE}"; then
25944 as_fn_error $? "conditional \"DX_COND_latex\" was never defined.
25945 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25946 fi
25947 if test -z "${ENABLE_CORE_DOCS_TRUE}" && test -z "${ENABLE_CORE_DOCS_FALSE}"; then
25948 as_fn_error $? "conditional \"ENABLE_CORE_DOCS\" was never defined.
25949 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25950 fi
25951 if test -z "${USE_XMLTOMAN_TRUE}" && test -z "${USE_XMLTOMAN_FALSE}"; then
25952 as_fn_error $? "conditional \"USE_XMLTOMAN\" was never defined.
25953 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25954 fi
25955 if test -z "${BUILD_MANPAGES_TRUE}" && test -z "${BUILD_MANPAGES_FALSE}"; then
25956 as_fn_error $? "conditional \"BUILD_MANPAGES\" was never defined.
25957 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25958 fi
25959 if test -z "${ENABLE_TESTS_TRUE}" && test -z "${ENABLE_TESTS_FALSE}"; then
25960 as_fn_error $? "conditional \"ENABLE_TESTS\" was never defined.
25961 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25962 fi
25963 if test -z "${ENABLE_COMPAT_LIBDNS_SD_TRUE}" && test -z "${ENABLE_COMPAT_LIBDNS_SD_FALSE}"; then
25964 as_fn_error $? "conditional \"ENABLE_COMPAT_LIBDNS_SD\" was never defined.
25965 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25966 fi
25967 if test -z "${ENABLE_COMPAT_HOWL_TRUE}" && test -z "${ENABLE_COMPAT_HOWL_FALSE}"; then
25968 as_fn_error $? "conditional \"ENABLE_COMPAT_HOWL\" was never defined.
25969 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25970 fi
25971 if test -z "${HAVE_SYSTEMD_TRUE}" && test -z "${HAVE_SYSTEMD_FALSE}"; then
25972 as_fn_error $? "conditional \"HAVE_SYSTEMD\" was never defined.
25973 Usually this means the macro was only invoked conditionally." "$LINENO" 5
25974 fi
25975
25976 : "${CONFIG_STATUS=./config.status}"
25977 ac_write_fail=0
25978 ac_clean_files_save=$ac_clean_files
25979 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
25980 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
25981 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
25982 as_write_fail=0
25983 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
25984 #! $SHELL
25985 # Generated by $as_me.
25986 # Run this file to recreate the current configuration.
25987 # Compiler output produced by configure, useful for debugging
25988 # configure, is in config.log if it exists.
25989
25990 debug=false
25991 ac_cs_recheck=false
25992 ac_cs_silent=false
25993
25994 SHELL=\${CONFIG_SHELL-$SHELL}
25995 export SHELL
25996 _ASEOF
25997 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
25998 ## -------------------- ##
25999 ## M4sh Initialization. ##
26000 ## -------------------- ##
26001
26002 # Be more Bourne compatible
26003 DUALCASE=1; export DUALCASE # for MKS sh
26004 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
26005 emulate sh
26006 NULLCMD=:
26007 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
26008 # is contrary to our usage. Disable this feature.
26009 alias -g '${1+"$@"}'='"$@"'
26010 setopt NO_GLOB_SUBST
26011 else
26012 case `(set -o) 2>/dev/null` in #(
26013 *posix*) :
26014 set -o posix ;; #(
26015 *) :
26016 ;;
26017 esac
26018 fi
26019
26020
26021 as_nl='
26022 '
26023 export as_nl
26024 # Printing a long string crashes Solaris 7 /usr/bin/printf.
26025 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
26026 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
26027 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
26028 # Prefer a ksh shell builtin over an external printf program on Solaris,
26029 # but without wasting forks for bash or zsh.
26030 if test -z "$BASH_VERSION$ZSH_VERSION" \
26031 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
26032 as_echo='print -r --'
26033 as_echo_n='print -rn --'
26034 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
26035 as_echo='printf %s\n'
26036 as_echo_n='printf %s'
26037 else
26038 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
26039 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
26040 as_echo_n='/usr/ucb/echo -n'
26041 else
26042 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
26043 as_echo_n_body='eval
26044 arg=$1;
26045 case $arg in #(
26046 *"$as_nl"*)
26047 expr "X$arg" : "X\\(.*\\)$as_nl";
26048 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
26049 esac;
26050 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
26051 '
26052 export as_echo_n_body
26053 as_echo_n='sh -c $as_echo_n_body as_echo'
26054 fi
26055 export as_echo_body
26056 as_echo='sh -c $as_echo_body as_echo'
26057 fi
26058
26059 # The user is always right.
26060 if test "${PATH_SEPARATOR+set}" != set; then
26061 PATH_SEPARATOR=:
26062 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
26063 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
26064 PATH_SEPARATOR=';'
26065 }
26066 fi
26067
26068
26069 # IFS
26070 # We need space, tab and new line, in precisely that order. Quoting is
26071 # there to prevent editors from complaining about space-tab.
26072 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
26073 # splitting by setting IFS to empty value.)
26074 IFS=" "" $as_nl"
26075
26076 # Find who we are. Look in the path if we contain no directory separator.
26077 as_myself=
26078 case $0 in #((
26079 *[\\/]* ) as_myself=$0 ;;
26080 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
26081 for as_dir in $PATH
26082 do
26083 IFS=$as_save_IFS
26084 test -z "$as_dir" && as_dir=.
26085 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
26086 done
26087 IFS=$as_save_IFS
26088
26089 ;;
26090 esac
26091 # We did not find ourselves, most probably we were run as `sh COMMAND'
26092 # in which case we are not to be found in the path.
26093 if test "x$as_myself" = x; then
26094 as_myself=$0
26095 fi
26096 if test ! -f "$as_myself"; then
26097 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
26098 exit 1
26099 fi
26100
26101 # Unset variables that we do not need and which cause bugs (e.g. in
26102 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
26103 # suppresses any "Segmentation fault" message there. '((' could
26104 # trigger a bug in pdksh 5.2.14.
26105 for as_var in BASH_ENV ENV MAIL MAILPATH
26106 do eval test x\${$as_var+set} = xset \
26107 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
26108 done
26109 PS1='$ '
26110 PS2='> '
26111 PS4='+ '
26112
26113 # NLS nuisances.
26114 LC_ALL=C
26115 export LC_ALL
26116 LANGUAGE=C
26117 export LANGUAGE
26118
26119 # CDPATH.
26120 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
26121
26122
26123 # as_fn_error STATUS ERROR [LINENO LOG_FD]
26124 # ----------------------------------------
26125 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
26126 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
26127 # script with STATUS, using 1 if that was 0.
26128 as_fn_error ()
26129 {
26130 as_status=$1; test $as_status -eq 0 && as_status=1
26131 if test "$4"; then
26132 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
26133 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
26134 fi
26135 $as_echo "$as_me: error: $2" >&2
26136 as_fn_exit $as_status
26137 } # as_fn_error
26138
26139
26140 # as_fn_set_status STATUS
26141 # -----------------------
26142 # Set $? to STATUS, without forking.
26143 as_fn_set_status ()
26144 {
26145 return $1
26146 } # as_fn_set_status
26147
26148 # as_fn_exit STATUS
26149 # -----------------
26150 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
26151 as_fn_exit ()
26152 {
26153 set +e
26154 as_fn_set_status $1
26155 exit $1
26156 } # as_fn_exit
26157
26158 # as_fn_unset VAR
26159 # ---------------
26160 # Portably unset VAR.
26161 as_fn_unset ()
26162 {
26163 { eval $1=; unset $1;}
26164 }
26165 as_unset=as_fn_unset
26166 # as_fn_append VAR VALUE
26167 # ----------------------
26168 # Append the text in VALUE to the end of the definition contained in VAR. Take
26169 # advantage of any shell optimizations that allow amortized linear growth over
26170 # repeated appends, instead of the typical quadratic growth present in naive
26171 # implementations.
26172 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
26173 eval 'as_fn_append ()
26174 {
26175 eval $1+=\$2
26176 }'
26177 else
26178 as_fn_append ()
26179 {
26180 eval $1=\$$1\$2
26181 }
26182 fi # as_fn_append
26183
26184 # as_fn_arith ARG...
26185 # ------------------
26186 # Perform arithmetic evaluation on the ARGs, and store the result in the
26187 # global $as_val. Take advantage of shells that can avoid forks. The arguments
26188 # must be portable across $(()) and expr.
26189 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
26190 eval 'as_fn_arith ()
26191 {
26192 as_val=$(( $* ))
26193 }'
26194 else
26195 as_fn_arith ()
26196 {
26197 as_val=`expr "$@" || test $? -eq 1`
26198 }
26199 fi # as_fn_arith
26200
26201
26202 if expr a : '\(a\)' >/dev/null 2>&1 &&
26203 test "X`expr 00001 : '.*\(...\)'`" = X001; then
26204 as_expr=expr
26205 else
26206 as_expr=false
26207 fi
26208
26209 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
26210 as_basename=basename
26211 else
26212 as_basename=false
26213 fi
26214
26215 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
26216 as_dirname=dirname
26217 else
26218 as_dirname=false
26219 fi
26220
26221 as_me=`$as_basename -- "$0" ||
26222 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
26223 X"$0" : 'X\(//\)$' \| \
26224 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
26225 $as_echo X/"$0" |
26226 sed '/^.*\/\([^/][^/]*\)\/*$/{
26227 s//\1/
26228 q
26229 }
26230 /^X\/\(\/\/\)$/{
26231 s//\1/
26232 q
26233 }
26234 /^X\/\(\/\).*/{
26235 s//\1/
26236 q
26237 }
26238 s/.*/./; q'`
26239
26240 # Avoid depending upon Character Ranges.
26241 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
26242 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
26243 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
26244 as_cr_digits='0123456789'
26245 as_cr_alnum=$as_cr_Letters$as_cr_digits
26246
26247 ECHO_C= ECHO_N= ECHO_T=
26248 case `echo -n x` in #(((((
26249 -n*)
26250 case `echo 'xy\c'` in
26251 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
26252 xy) ECHO_C='\c';;
26253 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
26254 ECHO_T=' ';;
26255 esac;;
26256 *)
26257 ECHO_N='-n';;
26258 esac
26259
26260 rm -f conf$$ conf$$.exe conf$$.file
26261 if test -d conf$$.dir; then
26262 rm -f conf$$.dir/conf$$.file
26263 else
26264 rm -f conf$$.dir
26265 mkdir conf$$.dir 2>/dev/null
26266 fi
26267 if (echo >conf$$.file) 2>/dev/null; then
26268 if ln -s conf$$.file conf$$ 2>/dev/null; then
26269 as_ln_s='ln -s'
26270 # ... but there are two gotchas:
26271 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
26272 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
26273 # In both cases, we have to default to `cp -pR'.
26274 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
26275 as_ln_s='cp -pR'
26276 elif ln conf$$.file conf$$ 2>/dev/null; then
26277 as_ln_s=ln
26278 else
26279 as_ln_s='cp -pR'
26280 fi
26281 else
26282 as_ln_s='cp -pR'
26283 fi
26284 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
26285 rmdir conf$$.dir 2>/dev/null
26286
26287
26288 # as_fn_mkdir_p
26289 # -------------
26290 # Create "$as_dir" as a directory, including parents if necessary.
26291 as_fn_mkdir_p ()
26292 {
26293
26294 case $as_dir in #(
26295 -*) as_dir=./$as_dir;;
26296 esac
26297 test -d "$as_dir" || eval $as_mkdir_p || {
26298 as_dirs=
26299 while :; do
26300 case $as_dir in #(
26301 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
26302 *) as_qdir=$as_dir;;
26303 esac
26304 as_dirs="'$as_qdir' $as_dirs"
26305 as_dir=`$as_dirname -- "$as_dir" ||
26306 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
26307 X"$as_dir" : 'X\(//\)[^/]' \| \
26308 X"$as_dir" : 'X\(//\)$' \| \
26309 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
26310 $as_echo X"$as_dir" |
26311 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
26312 s//\1/
26313 q
26314 }
26315 /^X\(\/\/\)[^/].*/{
26316 s//\1/
26317 q
26318 }
26319 /^X\(\/\/\)$/{
26320 s//\1/
26321 q
26322 }
26323 /^X\(\/\).*/{
26324 s//\1/
26325 q
26326 }
26327 s/.*/./; q'`
26328 test -d "$as_dir" && break
26329 done
26330 test -z "$as_dirs" || eval "mkdir $as_dirs"
26331 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
26332
26333
26334 } # as_fn_mkdir_p
26335 if mkdir -p . 2>/dev/null; then
26336 as_mkdir_p='mkdir -p "$as_dir"'
26337 else
26338 test -d ./-p && rmdir ./-p
26339 as_mkdir_p=false
26340 fi
26341
26342
26343 # as_fn_executable_p FILE
26344 # -----------------------
26345 # Test if FILE is an executable regular file.
26346 as_fn_executable_p ()
26347 {
26348 test -f "$1" && test -x "$1"
26349 } # as_fn_executable_p
26350 as_test_x='test -x'
26351 as_executable_p=as_fn_executable_p
26352
26353 # Sed expression to map a string onto a valid CPP name.
26354 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
26355
26356 # Sed expression to map a string onto a valid variable name.
26357 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
26358
26359
26360 exec 6>&1
26361 ## ----------------------------------- ##
26362 ## Main body of $CONFIG_STATUS script. ##
26363 ## ----------------------------------- ##
26364 _ASEOF
26365 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
26366
26367 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
26368 # Save the log message, to keep $0 and so on meaningful, and to
26369 # report actual input values of CONFIG_FILES etc. instead of their
26370 # values after options handling.
26371 ac_log="
26372 This file was extended by avahi $as_me 0.6.32, which was
26373 generated by GNU Autoconf 2.69. Invocation command line was
26374
26375 CONFIG_FILES = $CONFIG_FILES
26376 CONFIG_HEADERS = $CONFIG_HEADERS
26377 CONFIG_LINKS = $CONFIG_LINKS
26378 CONFIG_COMMANDS = $CONFIG_COMMANDS
26379 $ $0 $@
26380
26381 on `(hostname || uname -n) 2>/dev/null | sed 1q`
26382 "
26383
26384 _ACEOF
26385
26386 case $ac_config_files in *"
26387 "*) set x $ac_config_files; shift; ac_config_files=$*;;
26388 esac
26389
26390 case $ac_config_headers in *"
26391 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
26392 esac
26393
26394
26395 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
26396 # Files that config.status was made for.
26397 config_files="$ac_config_files"
26398 config_headers="$ac_config_headers"
26399 config_commands="$ac_config_commands"
26400
26401 _ACEOF
26402
26403 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
26404 ac_cs_usage="\
26405 \`$as_me' instantiates files and other configuration actions
26406 from templates according to the current configuration. Unless the files
26407 and actions are specified as TAGs, all are instantiated by default.
26408
26409 Usage: $0 [OPTION]... [TAG]...
26410
26411 -h, --help print this help, then exit
26412 -V, --version print version number and configuration settings, then exit
26413 --config print configuration, then exit
26414 -q, --quiet, --silent
26415 do not print progress messages
26416 -d, --debug don't remove temporary files
26417 --recheck update $as_me by reconfiguring in the same conditions
26418 --file=FILE[:TEMPLATE]
26419 instantiate the configuration file FILE
26420 --header=FILE[:TEMPLATE]
26421 instantiate the configuration header FILE
26422
26423 Configuration files:
26424 $config_files
26425
26426 Configuration headers:
26427 $config_headers
26428
26429 Configuration commands:
26430 $config_commands
26431
26432 Report bugs to <avahi (at) lists (dot) freedesktop (dot) org>."
26433
26434 _ACEOF
26435 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
26436 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
26437 ac_cs_version="\\
26438 avahi config.status 0.6.32
26439 configured by $0, generated by GNU Autoconf 2.69,
26440 with options \\"\$ac_cs_config\\"
26441
26442 Copyright (C) 2012 Free Software Foundation, Inc.
26443 This config.status script is free software; the Free Software Foundation
26444 gives unlimited permission to copy, distribute and modify it."
26445
26446 ac_pwd='$ac_pwd'
26447 srcdir='$srcdir'
26448 INSTALL='$INSTALL'
26449 MKDIR_P='$MKDIR_P'
26450 AWK='$AWK'
26451 test -n "\$AWK" || AWK=awk
26452 _ACEOF
26453
26454 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
26455 # The default lists apply if the user does not specify any file.
26456 ac_need_defaults=:
26457 while test $# != 0
26458 do
26459 case $1 in
26460 --*=?*)
26461 ac_option=`expr "X$1" : 'X\([^=]*\)='`
26462 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
26463 ac_shift=:
26464 ;;
26465 --*=)
26466 ac_option=`expr "X$1" : 'X\([^=]*\)='`
26467 ac_optarg=
26468 ac_shift=:
26469 ;;
26470 *)
26471 ac_option=$1
26472 ac_optarg=$2
26473 ac_shift=shift
26474 ;;
26475 esac
26476
26477 case $ac_option in
26478 # Handling of the options.
26479 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
26480 ac_cs_recheck=: ;;
26481 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
26482 $as_echo "$ac_cs_version"; exit ;;
26483 --config | --confi | --conf | --con | --co | --c )
26484 $as_echo "$ac_cs_config"; exit ;;
26485 --debug | --debu | --deb | --de | --d | -d )
26486 debug=: ;;
26487 --file | --fil | --fi | --f )
26488 $ac_shift
26489 case $ac_optarg in
26490 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
26491 '') as_fn_error $? "missing file argument" ;;
26492 esac
26493 as_fn_append CONFIG_FILES " '$ac_optarg'"
26494 ac_need_defaults=false;;
26495 --header | --heade | --head | --hea )
26496 $ac_shift
26497 case $ac_optarg in
26498 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
26499 esac
26500 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
26501 ac_need_defaults=false;;
26502 --he | --h)
26503 # Conflict between --help and --header
26504 as_fn_error $? "ambiguous option: \`$1'
26505 Try \`$0 --help' for more information.";;
26506 --help | --hel | -h )
26507 $as_echo "$ac_cs_usage"; exit ;;
26508 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
26509 | -silent | --silent | --silen | --sile | --sil | --si | --s)
26510 ac_cs_silent=: ;;
26511
26512 # This is an error.
26513 -*) as_fn_error $? "unrecognized option: \`$1'
26514 Try \`$0 --help' for more information." ;;
26515
26516 *) as_fn_append ac_config_targets " $1"
26517 ac_need_defaults=false ;;
26518
26519 esac
26520 shift
26521 done
26522
26523 ac_configure_extra_args=
26524
26525 if $ac_cs_silent; then
26526 exec 6>/dev/null
26527 ac_configure_extra_args="$ac_configure_extra_args --silent"
26528 fi
26529
26530 _ACEOF
26531 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
26532 if \$ac_cs_recheck; then
26533 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
26534 shift
26535 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
26536 CONFIG_SHELL='$SHELL'
26537 export CONFIG_SHELL
26538 exec "\$@"
26539 fi
26540
26541 _ACEOF
26542 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
26543 exec 5>>config.log
26544 {
26545 echo
26546 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
26547 ## Running $as_me. ##
26548 _ASBOX
26549 $as_echo "$ac_log"
26550 } >&5
26551
26552 _ACEOF
26553 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
26554 #
26555 # INIT-COMMANDS
26556 #
26557 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
26558
26559
26560 # The HP-UX ksh and POSIX shell print the target directory to stdout
26561 # if CDPATH is set.
26562 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
26563
26564 sed_quote_subst='$sed_quote_subst'
26565 double_quote_subst='$double_quote_subst'
26566 delay_variable_subst='$delay_variable_subst'
26567 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
26568 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
26569 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
26570 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
26571 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
26572 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
26573 shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`'
26574 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
26575 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
26576 PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
26577 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
26578 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
26579 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
26580 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
26581 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
26582 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
26583 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
26584 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
26585 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
26586 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
26587 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
26588 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
26589 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
26590 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
26591 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
26592 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
26593 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
26594 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
26595 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
26596 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
26597 lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
26598 lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
26599 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
26600 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
26601 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
26602 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
26603 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
26604 file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
26605 want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
26606 DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
26607 sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
26608 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
26609 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
26610 archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
26611 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
26612 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
26613 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
26614 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
26615 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
26616 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
26617 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
26618 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
26619 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
26620 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
26621 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
26622 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
26623 lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`'
26624 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
26625 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
26626 lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`'
26627 nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
26628 lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
26629 lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`'
26630 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
26631 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
26632 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
26633 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
26634 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
26635 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
26636 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
26637 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
26638 MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
26639 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
26640 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
26641 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
26642 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
26643 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
26644 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
26645 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
26646 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
26647 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
26648 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
26649 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
26650 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
26651 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
26652 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
26653 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
26654 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
26655 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
26656 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
26657 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
26658 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
26659 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
26660 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
26661 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
26662 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
26663 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
26664 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
26665 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
26666 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
26667 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
26668 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
26669 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
26670 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
26671 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
26672 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
26673 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
26674 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
26675 postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
26676 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
26677 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
26678 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
26679 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
26680 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
26681 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
26682 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
26683 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
26684 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
26685 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
26686 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
26687 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
26688 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
26689 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
26690 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
26691 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
26692 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
26693 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
26694 configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`'
26695 configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`'
26696 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
26697 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
26698 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
26699 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
26700 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
26701 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
26702 compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
26703 predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
26704 postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
26705 predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
26706 postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
26707 compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
26708 LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
26709 reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
26710 reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
26711 old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
26712 compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
26713 GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
26714 lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
26715 lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
26716 lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
26717 lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
26718 lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
26719 archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
26720 enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
26721 export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
26722 whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
26723 compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
26724 old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
26725 old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
26726 archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
26727 archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
26728 module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
26729 module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
26730 with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
26731 allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
26732 no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
26733 hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
26734 hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
26735 hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
26736 hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
26737 hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
26738 hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
26739 hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
26740 inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
26741 link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
26742 always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
26743 export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
26744 exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
26745 include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
26746 prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
26747 postlink_cmds_CXX='`$ECHO "$postlink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
26748 file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
26749 hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
26750 compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
26751 predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
26752 postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
26753 predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
26754 postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
26755 compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
26756
26757 LTCC='$LTCC'
26758 LTCFLAGS='$LTCFLAGS'
26759 compiler='$compiler_DEFAULT'
26760
26761 # A function that is used when there is no print builtin or printf.
26762 func_fallback_echo ()
26763 {
26764 eval 'cat <<_LTECHO_EOF
26765 \$1
26766 _LTECHO_EOF'
26767 }
26768
26769 # Quote evaled strings.
26770 for var in SHELL \
26771 ECHO \
26772 PATH_SEPARATOR \
26773 SED \
26774 GREP \
26775 EGREP \
26776 FGREP \
26777 LD \
26778 NM \
26779 LN_S \
26780 lt_SP2NL \
26781 lt_NL2SP \
26782 reload_flag \
26783 OBJDUMP \
26784 deplibs_check_method \
26785 file_magic_cmd \
26786 file_magic_glob \
26787 want_nocaseglob \
26788 DLLTOOL \
26789 sharedlib_from_linklib_cmd \
26790 AR \
26791 AR_FLAGS \
26792 archiver_list_spec \
26793 STRIP \
26794 RANLIB \
26795 CC \
26796 CFLAGS \
26797 compiler \
26798 lt_cv_sys_global_symbol_pipe \
26799 lt_cv_sys_global_symbol_to_cdecl \
26800 lt_cv_sys_global_symbol_to_import \
26801 lt_cv_sys_global_symbol_to_c_name_address \
26802 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
26803 lt_cv_nm_interface \
26804 nm_file_list_spec \
26805 lt_cv_truncate_bin \
26806 lt_prog_compiler_no_builtin_flag \
26807 lt_prog_compiler_pic \
26808 lt_prog_compiler_wl \
26809 lt_prog_compiler_static \
26810 lt_cv_prog_compiler_c_o \
26811 need_locks \
26812 MANIFEST_TOOL \
26813 DSYMUTIL \
26814 NMEDIT \
26815 LIPO \
26816 OTOOL \
26817 OTOOL64 \
26818 shrext_cmds \
26819 export_dynamic_flag_spec \
26820 whole_archive_flag_spec \
26821 compiler_needs_object \
26822 with_gnu_ld \
26823 allow_undefined_flag \
26824 no_undefined_flag \
26825 hardcode_libdir_flag_spec \
26826 hardcode_libdir_separator \
26827 exclude_expsyms \
26828 include_expsyms \
26829 file_list_spec \
26830 variables_saved_for_relink \
26831 libname_spec \
26832 library_names_spec \
26833 soname_spec \
26834 install_override_mode \
26835 finish_eval \
26836 old_striplib \
26837 striplib \
26838 compiler_lib_search_dirs \
26839 predep_objects \
26840 postdep_objects \
26841 predeps \
26842 postdeps \
26843 compiler_lib_search_path \
26844 LD_CXX \
26845 reload_flag_CXX \
26846 compiler_CXX \
26847 lt_prog_compiler_no_builtin_flag_CXX \
26848 lt_prog_compiler_pic_CXX \
26849 lt_prog_compiler_wl_CXX \
26850 lt_prog_compiler_static_CXX \
26851 lt_cv_prog_compiler_c_o_CXX \
26852 export_dynamic_flag_spec_CXX \
26853 whole_archive_flag_spec_CXX \
26854 compiler_needs_object_CXX \
26855 with_gnu_ld_CXX \
26856 allow_undefined_flag_CXX \
26857 no_undefined_flag_CXX \
26858 hardcode_libdir_flag_spec_CXX \
26859 hardcode_libdir_separator_CXX \
26860 exclude_expsyms_CXX \
26861 include_expsyms_CXX \
26862 file_list_spec_CXX \
26863 compiler_lib_search_dirs_CXX \
26864 predep_objects_CXX \
26865 postdep_objects_CXX \
26866 predeps_CXX \
26867 postdeps_CXX \
26868 compiler_lib_search_path_CXX; do
26869 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
26870 *[\\\\\\\`\\"\\\$]*)
26871 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
26872 ;;
26873 *)
26874 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
26875 ;;
26876 esac
26877 done
26878
26879 # Double-quote double-evaled strings.
26880 for var in reload_cmds \
26881 old_postinstall_cmds \
26882 old_postuninstall_cmds \
26883 old_archive_cmds \
26884 extract_expsyms_cmds \
26885 old_archive_from_new_cmds \
26886 old_archive_from_expsyms_cmds \
26887 archive_cmds \
26888 archive_expsym_cmds \
26889 module_cmds \
26890 module_expsym_cmds \
26891 export_symbols_cmds \
26892 prelink_cmds \
26893 postlink_cmds \
26894 postinstall_cmds \
26895 postuninstall_cmds \
26896 finish_cmds \
26897 sys_lib_search_path_spec \
26898 configure_time_dlsearch_path \
26899 configure_time_lt_sys_library_path \
26900 reload_cmds_CXX \
26901 old_archive_cmds_CXX \
26902 old_archive_from_new_cmds_CXX \
26903 old_archive_from_expsyms_cmds_CXX \
26904 archive_cmds_CXX \
26905 archive_expsym_cmds_CXX \
26906 module_cmds_CXX \
26907 module_expsym_cmds_CXX \
26908 export_symbols_cmds_CXX \
26909 prelink_cmds_CXX \
26910 postlink_cmds_CXX; do
26911 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
26912 *[\\\\\\\`\\"\\\$]*)
26913 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
26914 ;;
26915 *)
26916 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
26917 ;;
26918 esac
26919 done
26920
26921 ac_aux_dir='$ac_aux_dir'
26922
26923 # See if we are running on zsh, and set the options that allow our
26924 # commands through without removal of \ escapes INIT.
26925 if test -n "\${ZSH_VERSION+set}"; then
26926 setopt NO_GLOB_SUBST
26927 fi
26928
26929
26930 PACKAGE='$PACKAGE'
26931 VERSION='$VERSION'
26932 RM='$RM'
26933 ofile='$ofile'
26934
26935
26936
26937
26938
26939
26940
26941 _ACEOF
26942
26943 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
26944
26945 # Handling of arguments.
26946 for ac_config_target in $ac_config_targets
26947 do
26948 case $ac_config_target in
26949 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
26950 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
26951 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
26952 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
26953 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
26954 "avahi-common/Makefile") CONFIG_FILES="$CONFIG_FILES avahi-common/Makefile" ;;
26955 "avahi-core/Makefile") CONFIG_FILES="$CONFIG_FILES avahi-core/Makefile" ;;
26956 "avahi-glib/Makefile") CONFIG_FILES="$CONFIG_FILES avahi-glib/Makefile" ;;
26957 "avahi-gobject/Makefile") CONFIG_FILES="$CONFIG_FILES avahi-gobject/Makefile" ;;
26958 "avahi-qt/Makefile") CONFIG_FILES="$CONFIG_FILES avahi-qt/Makefile" ;;
26959 "avahi-daemon/Makefile") CONFIG_FILES="$CONFIG_FILES avahi-daemon/Makefile" ;;
26960 "avahi-daemon/avahi-dbus.conf") CONFIG_FILES="$CONFIG_FILES avahi-daemon/avahi-dbus.conf" ;;
26961 "avahi-discover-standalone/Makefile") CONFIG_FILES="$CONFIG_FILES avahi-discover-standalone/Makefile" ;;
26962 "avahi-client/Makefile") CONFIG_FILES="$CONFIG_FILES avahi-client/Makefile" ;;
26963 "initscript/Makefile") CONFIG_FILES="$CONFIG_FILES initscript/Makefile" ;;
26964 "initscript/debian/Makefile") CONFIG_FILES="$CONFIG_FILES initscript/debian/Makefile" ;;
26965 "initscript/gentoo/Makefile") CONFIG_FILES="$CONFIG_FILES initscript/gentoo/Makefile" ;;
26966 "initscript/suse/Makefile") CONFIG_FILES="$CONFIG_FILES initscript/suse/Makefile" ;;
26967 "initscript/fedora/Makefile") CONFIG_FILES="$CONFIG_FILES initscript/fedora/Makefile" ;;
26968 "initscript/lfs/Makefile") CONFIG_FILES="$CONFIG_FILES initscript/lfs/Makefile" ;;
26969 "initscript/mandriva/Makefile") CONFIG_FILES="$CONFIG_FILES initscript/mandriva/Makefile" ;;
26970 "initscript/darwin/Makefile") CONFIG_FILES="$CONFIG_FILES initscript/darwin/Makefile" ;;
26971 "initscript/freebsd/Makefile") CONFIG_FILES="$CONFIG_FILES initscript/freebsd/Makefile" ;;
26972 "initscript/slackware/Makefile") CONFIG_FILES="$CONFIG_FILES initscript/slackware/Makefile" ;;
26973 "avahi-dnsconfd/Makefile") CONFIG_FILES="$CONFIG_FILES avahi-dnsconfd/Makefile" ;;
26974 "avahi-utils/Makefile") CONFIG_FILES="$CONFIG_FILES avahi-utils/Makefile" ;;
26975 "avahi-python/Makefile") CONFIG_FILES="$CONFIG_FILES avahi-python/Makefile" ;;
26976 "avahi-python/avahi/Makefile") CONFIG_FILES="$CONFIG_FILES avahi-python/avahi/Makefile" ;;
26977 "avahi-python/avahi-discover/Makefile") CONFIG_FILES="$CONFIG_FILES avahi-python/avahi-discover/Makefile" ;;
26978 "examples/Makefile") CONFIG_FILES="$CONFIG_FILES examples/Makefile" ;;
26979 "common/Makefile") CONFIG_FILES="$CONFIG_FILES common/Makefile" ;;
26980 "man/Makefile") CONFIG_FILES="$CONFIG_FILES man/Makefile" ;;
26981 "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
26982 "service-type-database/Makefile") CONFIG_FILES="$CONFIG_FILES service-type-database/Makefile" ;;
26983 "avahi-sharp/Makefile") CONFIG_FILES="$CONFIG_FILES avahi-sharp/Makefile" ;;
26984 "avahi-ui-sharp/Makefile") CONFIG_FILES="$CONFIG_FILES avahi-ui-sharp/Makefile" ;;
26985 "avahi-compat-libdns_sd/Makefile") CONFIG_FILES="$CONFIG_FILES avahi-compat-libdns_sd/Makefile" ;;
26986 "avahi-compat-howl/Makefile") CONFIG_FILES="$CONFIG_FILES avahi-compat-howl/Makefile" ;;
26987 "avahi-compat-howl/samples/Makefile") CONFIG_FILES="$CONFIG_FILES avahi-compat-howl/samples/Makefile" ;;
26988 "avahi-autoipd/Makefile") CONFIG_FILES="$CONFIG_FILES avahi-autoipd/Makefile" ;;
26989 "avahi-ui/Makefile") CONFIG_FILES="$CONFIG_FILES avahi-ui/Makefile" ;;
26990 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
26991 "po/stamp-it") CONFIG_COMMANDS="$CONFIG_COMMANDS po/stamp-it" ;;
26992
26993 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
26994 esac
26995 done
26996
26997
26998 # If the user did not use the arguments to specify the items to instantiate,
26999 # then the envvar interface is used. Set only those that are not.
27000 # We use the long form for the default assignment because of an extremely
27001 # bizarre bug on SunOS 4.1.3.
27002 if $ac_need_defaults; then
27003 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
27004 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
27005 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
27006 fi
27007
27008 # Have a temporary directory for convenience. Make it in the build tree
27009 # simply because there is no reason against having it here, and in addition,
27010 # creating and moving files from /tmp can sometimes cause problems.
27011 # Hook for its removal unless debugging.
27012 # Note that there is a small window in which the directory will not be cleaned:
27013 # after its creation but before its name has been assigned to `$tmp'.
27014 $debug ||
27015 {
27016 tmp= ac_tmp=
27017 trap 'exit_status=$?
27018 : "${ac_tmp:=$tmp}"
27019 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
27020 ' 0
27021 trap 'as_fn_exit 1' 1 2 13 15
27022 }
27023 # Create a (secure) tmp directory for tmp files.
27024
27025 {
27026 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
27027 test -d "$tmp"
27028 } ||
27029 {
27030 tmp=./conf$$-$RANDOM
27031 (umask 077 && mkdir "$tmp")
27032 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
27033 ac_tmp=$tmp
27034
27035 # Set up the scripts for CONFIG_FILES section.
27036 # No need to generate them if there are no CONFIG_FILES.
27037 # This happens for instance with `./config.status config.h'.
27038 if test -n "$CONFIG_FILES"; then
27039
27040
27041 ac_cr=`echo X | tr X '\015'`
27042 # On cygwin, bash can eat \r inside `` if the user requested igncr.
27043 # But we know of no other shell where ac_cr would be empty at this
27044 # point, so we can use a bashism as a fallback.
27045 if test "x$ac_cr" = x; then
27046 eval ac_cr=\$\'\\r\'
27047 fi
27048 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
27049 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
27050 ac_cs_awk_cr='\\r'
27051 else
27052 ac_cs_awk_cr=$ac_cr
27053 fi
27054
27055 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
27056 _ACEOF
27057
27058
27059 {
27060 echo "cat >conf$$subs.awk <<_ACEOF" &&
27061 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
27062 echo "_ACEOF"
27063 } >conf$$subs.sh ||
27064 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
27065 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
27066 ac_delim='%!_!# '
27067 for ac_last_try in false false false false false :; do
27068 . ./conf$$subs.sh ||
27069 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
27070
27071 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
27072 if test $ac_delim_n = $ac_delim_num; then
27073 break
27074 elif $ac_last_try; then
27075 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
27076 else
27077 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
27078 fi
27079 done
27080 rm -f conf$$subs.sh
27081
27082 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27083 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
27084 _ACEOF
27085 sed -n '
27086 h
27087 s/^/S["/; s/!.*/"]=/
27088 p
27089 g
27090 s/^[^!]*!//
27091 :repl
27092 t repl
27093 s/'"$ac_delim"'$//
27094 t delim
27095 :nl
27096 h
27097 s/\(.\{148\}\)..*/\1/
27098 t more1
27099 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
27100 p
27101 n
27102 b repl
27103 :more1
27104 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
27105 p
27106 g
27107 s/.\{148\}//
27108 t nl
27109 :delim
27110 h
27111 s/\(.\{148\}\)..*/\1/
27112 t more2
27113 s/["\\]/\\&/g; s/^/"/; s/$/"/
27114 p
27115 b
27116 :more2
27117 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
27118 p
27119 g
27120 s/.\{148\}//
27121 t delim
27122 ' <conf$$subs.awk | sed '
27123 /^[^""]/{
27124 N
27125 s/\n//
27126 }
27127 ' >>$CONFIG_STATUS || ac_write_fail=1
27128 rm -f conf$$subs.awk
27129 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27130 _ACAWK
27131 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
27132 for (key in S) S_is_set[key] = 1
27133 FS = ""
27134
27135 }
27136 {
27137 line = $ 0
27138 nfields = split(line, field, "@")
27139 substed = 0
27140 len = length(field[1])
27141 for (i = 2; i < nfields; i++) {
27142 key = field[i]
27143 keylen = length(key)
27144 if (S_is_set[key]) {
27145 value = S[key]
27146 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
27147 len += length(value) + length(field[++i])
27148 substed = 1
27149 } else
27150 len += 1 + keylen
27151 }
27152
27153 print line
27154 }
27155
27156 _ACAWK
27157 _ACEOF
27158 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27159 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
27160 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
27161 else
27162 cat
27163 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
27164 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
27165 _ACEOF
27166
27167 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
27168 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
27169 # trailing colons and then remove the whole line if VPATH becomes empty
27170 # (actually we leave an empty line to preserve line numbers).
27171 if test "x$srcdir" = x.; then
27172 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
27173 h
27174 s///
27175 s/^/:/
27176 s/[ ]*$/:/
27177 s/:\$(srcdir):/:/g
27178 s/:\${srcdir}:/:/g
27179 s/:@srcdir@:/:/g
27180 s/^:*//
27181 s/:*$//
27182 x
27183 s/\(=[ ]*\).*/\1/
27184 G
27185 s/\n//
27186 s/^[^=]*=[ ]*$//
27187 }'
27188 fi
27189
27190 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27191 fi # test -n "$CONFIG_FILES"
27192
27193 # Set up the scripts for CONFIG_HEADERS section.
27194 # No need to generate them if there are no CONFIG_HEADERS.
27195 # This happens for instance with `./config.status Makefile'.
27196 if test -n "$CONFIG_HEADERS"; then
27197 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
27198 BEGIN {
27199 _ACEOF
27200
27201 # Transform confdefs.h into an awk script `defines.awk', embedded as
27202 # here-document in config.status, that substitutes the proper values into
27203 # config.h.in to produce config.h.
27204
27205 # Create a delimiter string that does not exist in confdefs.h, to ease
27206 # handling of long lines.
27207 ac_delim='%!_!# '
27208 for ac_last_try in false false :; do
27209 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
27210 if test -z "$ac_tt"; then
27211 break
27212 elif $ac_last_try; then
27213 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
27214 else
27215 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
27216 fi
27217 done
27218
27219 # For the awk script, D is an array of macro values keyed by name,
27220 # likewise P contains macro parameters if any. Preserve backslash
27221 # newline sequences.
27222
27223 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
27224 sed -n '
27225 s/.\{148\}/&'"$ac_delim"'/g
27226 t rset
27227 :rset
27228 s/^[ ]*#[ ]*define[ ][ ]*/ /
27229 t def
27230 d
27231 :def
27232 s/\\$//
27233 t bsnl
27234 s/["\\]/\\&/g
27235 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
27236 D["\1"]=" \3"/p
27237 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
27238 d
27239 :bsnl
27240 s/["\\]/\\&/g
27241 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
27242 D["\1"]=" \3\\\\\\n"\\/p
27243 t cont
27244 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
27245 t cont
27246 d
27247 :cont
27248 n
27249 s/.\{148\}/&'"$ac_delim"'/g
27250 t clear
27251 :clear
27252 s/\\$//
27253 t bsnlc
27254 s/["\\]/\\&/g; s/^/"/; s/$/"/p
27255 d
27256 :bsnlc
27257 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
27258 b cont
27259 ' <confdefs.h | sed '
27260 s/'"$ac_delim"'/"\\\
27261 "/g' >>$CONFIG_STATUS || ac_write_fail=1
27262
27263 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27264 for (key in D) D_is_set[key] = 1
27265 FS = ""
27266 }
27267 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
27268 line = \$ 0
27269 split(line, arg, " ")
27270 if (arg[1] == "#") {
27271 defundef = arg[2]
27272 mac1 = arg[3]
27273 } else {
27274 defundef = substr(arg[1], 2)
27275 mac1 = arg[2]
27276 }
27277 split(mac1, mac2, "(") #)
27278 macro = mac2[1]
27279 prefix = substr(line, 1, index(line, defundef) - 1)
27280 if (D_is_set[macro]) {
27281 # Preserve the white space surrounding the "#".
27282 print prefix "define", macro P[macro] D[macro]
27283 next
27284 } else {
27285 # Replace #undef with comments. This is necessary, for example,
27286 # in the case of _POSIX_SOURCE, which is predefined and required
27287 # on some systems where configure will not decide to define it.
27288 if (defundef == "undef") {
27289 print "/*", prefix defundef, macro, "*/"
27290 next
27291 }
27292 }
27293 }
27294 { print }
27295 _ACAWK
27296 _ACEOF
27297 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27298 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
27299 fi # test -n "$CONFIG_HEADERS"
27300
27301
27302 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
27303 shift
27304 for ac_tag
27305 do
27306 case $ac_tag in
27307 :[FHLC]) ac_mode=$ac_tag; continue;;
27308 esac
27309 case $ac_mode$ac_tag in
27310 :[FHL]*:*);;
27311 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
27312 :[FH]-) ac_tag=-:-;;
27313 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
27314 esac
27315 ac_save_IFS=$IFS
27316 IFS=:
27317 set x $ac_tag
27318 IFS=$ac_save_IFS
27319 shift
27320 ac_file=$1
27321 shift
27322
27323 case $ac_mode in
27324 :L) ac_source=$1;;
27325 :[FH])
27326 ac_file_inputs=
27327 for ac_f
27328 do
27329 case $ac_f in
27330 -) ac_f="$ac_tmp/stdin";;
27331 *) # Look for the file first in the build tree, then in the source tree
27332 # (if the path is not absolute). The absolute path cannot be DOS-style,
27333 # because $ac_f cannot contain `:'.
27334 test -f "$ac_f" ||
27335 case $ac_f in
27336 [\\/$]*) false;;
27337 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
27338 esac ||
27339 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
27340 esac
27341 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
27342 as_fn_append ac_file_inputs " '$ac_f'"
27343 done
27344
27345 # Let's still pretend it is `configure' which instantiates (i.e., don't
27346 # use $as_me), people would be surprised to read:
27347 # /* config.h. Generated by config.status. */
27348 configure_input='Generated from '`
27349 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
27350 `' by configure.'
27351 if test x"$ac_file" != x-; then
27352 configure_input="$ac_file. $configure_input"
27353 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
27354 $as_echo "$as_me: creating $ac_file" >&6;}
27355 fi
27356 # Neutralize special characters interpreted by sed in replacement strings.
27357 case $configure_input in #(
27358 *\&* | *\|* | *\\* )
27359 ac_sed_conf_input=`$as_echo "$configure_input" |
27360 sed 's/[\\\\&|]/\\\\&/g'`;; #(
27361 *) ac_sed_conf_input=$configure_input;;
27362 esac
27363
27364 case $ac_tag in
27365 *:-:* | *:-) cat >"$ac_tmp/stdin" \
27366 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
27367 esac
27368 ;;
27369 esac
27370
27371 ac_dir=`$as_dirname -- "$ac_file" ||
27372 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27373 X"$ac_file" : 'X\(//\)[^/]' \| \
27374 X"$ac_file" : 'X\(//\)$' \| \
27375 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
27376 $as_echo X"$ac_file" |
27377 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27378 s//\1/
27379 q
27380 }
27381 /^X\(\/\/\)[^/].*/{
27382 s//\1/
27383 q
27384 }
27385 /^X\(\/\/\)$/{
27386 s//\1/
27387 q
27388 }
27389 /^X\(\/\).*/{
27390 s//\1/
27391 q
27392 }
27393 s/.*/./; q'`
27394 as_dir="$ac_dir"; as_fn_mkdir_p
27395 ac_builddir=.
27396
27397 case "$ac_dir" in
27398 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
27399 *)
27400 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
27401 # A ".." for each directory in $ac_dir_suffix.
27402 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
27403 case $ac_top_builddir_sub in
27404 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
27405 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
27406 esac ;;
27407 esac
27408 ac_abs_top_builddir=$ac_pwd
27409 ac_abs_builddir=$ac_pwd$ac_dir_suffix
27410 # for backward compatibility:
27411 ac_top_builddir=$ac_top_build_prefix
27412
27413 case $srcdir in
27414 .) # We are building in place.
27415 ac_srcdir=.
27416 ac_top_srcdir=$ac_top_builddir_sub
27417 ac_abs_top_srcdir=$ac_pwd ;;
27418 [\\/]* | ?:[\\/]* ) # Absolute name.
27419 ac_srcdir=$srcdir$ac_dir_suffix;
27420 ac_top_srcdir=$srcdir
27421 ac_abs_top_srcdir=$srcdir ;;
27422 *) # Relative name.
27423 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
27424 ac_top_srcdir=$ac_top_build_prefix$srcdir
27425 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
27426 esac
27427 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
27428
27429
27430 case $ac_mode in
27431 :F)
27432 #
27433 # CONFIG_FILE
27434 #
27435
27436 case $INSTALL in
27437 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
27438 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
27439 esac
27440 ac_MKDIR_P=$MKDIR_P
27441 case $MKDIR_P in
27442 [\\/$]* | ?:[\\/]* ) ;;
27443 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
27444 esac
27445 _ACEOF
27446
27447 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27448 # If the template does not know about datarootdir, expand it.
27449 # FIXME: This hack should be removed a few years after 2.60.
27450 ac_datarootdir_hack=; ac_datarootdir_seen=
27451 ac_sed_dataroot='
27452 /datarootdir/ {
27453 p
27454 q
27455 }
27456 /@datadir@/p
27457 /@docdir@/p
27458 /@infodir@/p
27459 /@localedir@/p
27460 /@mandir@/p'
27461 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
27462 *datarootdir*) ac_datarootdir_seen=yes;;
27463 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
27464 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
27465 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
27466 _ACEOF
27467 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27468 ac_datarootdir_hack='
27469 s&@datadir@&$datadir&g
27470 s&@docdir@&$docdir&g
27471 s&@infodir@&$infodir&g
27472 s&@localedir@&$localedir&g
27473 s&@mandir@&$mandir&g
27474 s&\\\${datarootdir}&$datarootdir&g' ;;
27475 esac
27476 _ACEOF
27477
27478 # Neutralize VPATH when `$srcdir' = `.'.
27479 # Shell code in configure.ac might set extrasub.
27480 # FIXME: do we really want to maintain this feature?
27481 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27482 ac_sed_extra="$ac_vpsub
27483 $extrasub
27484 _ACEOF
27485 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27486 :t
27487 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
27488 s|@configure_input@|$ac_sed_conf_input|;t t
27489 s&@top_builddir@&$ac_top_builddir_sub&;t t
27490 s&@top_build_prefix@&$ac_top_build_prefix&;t t
27491 s&@srcdir@&$ac_srcdir&;t t
27492 s&@abs_srcdir@&$ac_abs_srcdir&;t t
27493 s&@top_srcdir@&$ac_top_srcdir&;t t
27494 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
27495 s&@builddir@&$ac_builddir&;t t
27496 s&@abs_builddir@&$ac_abs_builddir&;t t
27497 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
27498 s&@INSTALL@&$ac_INSTALL&;t t
27499 s&@MKDIR_P@&$ac_MKDIR_P&;t t
27500 $ac_datarootdir_hack
27501 "
27502 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
27503 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
27504
27505 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
27506 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
27507 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
27508 "$ac_tmp/out"`; test -z "$ac_out"; } &&
27509 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
27510 which seems to be undefined. Please make sure it is defined" >&5
27511 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
27512 which seems to be undefined. Please make sure it is defined" >&2;}
27513
27514 rm -f "$ac_tmp/stdin"
27515 case $ac_file in
27516 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
27517 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
27518 esac \
27519 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
27520 ;;
27521 :H)
27522 #
27523 # CONFIG_HEADER
27524 #
27525 if test x"$ac_file" != x-; then
27526 {
27527 $as_echo "/* $configure_input */" \
27528 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
27529 } >"$ac_tmp/config.h" \
27530 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
27531 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
27532 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
27533 $as_echo "$as_me: $ac_file is unchanged" >&6;}
27534 else
27535 rm -f "$ac_file"
27536 mv "$ac_tmp/config.h" "$ac_file" \
27537 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
27538 fi
27539 else
27540 $as_echo "/* $configure_input */" \
27541 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
27542 || as_fn_error $? "could not create -" "$LINENO" 5
27543 fi
27544 # Compute "$ac_file"'s index in $config_headers.
27545 _am_arg="$ac_file"
27546 _am_stamp_count=1
27547 for _am_header in $config_headers :; do
27548 case $_am_header in
27549 $_am_arg | $_am_arg:* )
27550 break ;;
27551 * )
27552 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
27553 esac
27554 done
27555 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
27556 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27557 X"$_am_arg" : 'X\(//\)[^/]' \| \
27558 X"$_am_arg" : 'X\(//\)$' \| \
27559 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
27560 $as_echo X"$_am_arg" |
27561 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27562 s//\1/
27563 q
27564 }
27565 /^X\(\/\/\)[^/].*/{
27566 s//\1/
27567 q
27568 }
27569 /^X\(\/\/\)$/{
27570 s//\1/
27571 q
27572 }
27573 /^X\(\/\).*/{
27574 s//\1/
27575 q
27576 }
27577 s/.*/./; q'`/stamp-h$_am_stamp_count
27578 ;;
27579
27580 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
27581 $as_echo "$as_me: executing $ac_file commands" >&6;}
27582 ;;
27583 esac
27584
27585
27586 case $ac_file$ac_mode in
27587 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
27588 # Older Autoconf quotes --file arguments for eval, but not when files
27589 # are listed without --file. Let's play safe and only enable the eval
27590 # if we detect the quoting.
27591 case $CONFIG_FILES in
27592 *\'*) eval set x "$CONFIG_FILES" ;;
27593 *) set x $CONFIG_FILES ;;
27594 esac
27595 shift
27596 for mf
27597 do
27598 # Strip MF so we end up with the name of the file.
27599 mf=`echo "$mf" | sed -e 's/:.*$//'`
27600 # Check whether this is an Automake generated Makefile or not.
27601 # We used to match only the files named 'Makefile.in', but
27602 # some people rename them; so instead we look at the file content.
27603 # Grep'ing the first line is not enough: some people post-process
27604 # each Makefile.in and add a new line on top of each file to say so.
27605 # Grep'ing the whole file is not good either: AIX grep has a line
27606 # limit of 2048, but all sed's we know have understand at least 4000.
27607 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
27608 dirpart=`$as_dirname -- "$mf" ||
27609 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27610 X"$mf" : 'X\(//\)[^/]' \| \
27611 X"$mf" : 'X\(//\)$' \| \
27612 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
27613 $as_echo X"$mf" |
27614 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27615 s//\1/
27616 q
27617 }
27618 /^X\(\/\/\)[^/].*/{
27619 s//\1/
27620 q
27621 }
27622 /^X\(\/\/\)$/{
27623 s//\1/
27624 q
27625 }
27626 /^X\(\/\).*/{
27627 s//\1/
27628 q
27629 }
27630 s/.*/./; q'`
27631 else
27632 continue
27633 fi
27634 # Extract the definition of DEPDIR, am__include, and am__quote
27635 # from the Makefile without running 'make'.
27636 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
27637 test -z "$DEPDIR" && continue
27638 am__include=`sed -n 's/^am__include = //p' < "$mf"`
27639 test -z "$am__include" && continue
27640 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
27641 # Find all dependency output files, they are included files with
27642 # $(DEPDIR) in their names. We invoke sed twice because it is the
27643 # simplest approach to changing $(DEPDIR) to its actual value in the
27644 # expansion.
27645 for file in `sed -n "
27646 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
27647 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
27648 # Make sure the directory exists.
27649 test -f "$dirpart/$file" && continue
27650 fdir=`$as_dirname -- "$file" ||
27651 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27652 X"$file" : 'X\(//\)[^/]' \| \
27653 X"$file" : 'X\(//\)$' \| \
27654 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
27655 $as_echo X"$file" |
27656 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27657 s//\1/
27658 q
27659 }
27660 /^X\(\/\/\)[^/].*/{
27661 s//\1/
27662 q
27663 }
27664 /^X\(\/\/\)$/{
27665 s//\1/
27666 q
27667 }
27668 /^X\(\/\).*/{
27669 s//\1/
27670 q
27671 }
27672 s/.*/./; q'`
27673 as_dir=$dirpart/$fdir; as_fn_mkdir_p
27674 # echo "creating $dirpart/$file"
27675 echo '# dummy' > "$dirpart/$file"
27676 done
27677 done
27678 }
27679 ;;
27680 "libtool":C)
27681
27682 # See if we are running on zsh, and set the options that allow our
27683 # commands through without removal of \ escapes.
27684 if test -n "${ZSH_VERSION+set}"; then
27685 setopt NO_GLOB_SUBST
27686 fi
27687
27688 cfgfile=${ofile}T
27689 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
27690 $RM "$cfgfile"
27691
27692 cat <<_LT_EOF >> "$cfgfile"
27693 #! $SHELL
27694 # Generated automatically by $as_me ($PACKAGE) $VERSION
27695 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
27696 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
27697
27698 # Provide generalized library-building support services.
27699 # Written by Gordon Matzigkeit, 1996
27700
27701 # Copyright (C) 2014 Free Software Foundation, Inc.
27702 # This is free software; see the source for copying conditions. There is NO
27703 # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
27704
27705 # GNU Libtool is free software; you can redistribute it and/or modify
27706 # it under the terms of the GNU General Public License as published by
27707 # the Free Software Foundation; either version 2 of of the License, or
27708 # (at your option) any later version.
27709 #
27710 # As a special exception to the GNU General Public License, if you
27711 # distribute this file as part of a program or library that is built
27712 # using GNU Libtool, you may include this file under the same
27713 # distribution terms that you use for the rest of that program.
27714 #
27715 # GNU Libtool is distributed in the hope that it will be useful, but
27716 # WITHOUT ANY WARRANTY; without even the implied warranty of
27717 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27718 # GNU General Public License for more details.
27719 #
27720 # You should have received a copy of the GNU General Public License
27721 # along with this program. If not, see <http://www.gnu.org/licenses/>.
27722
27723
27724 # The names of the tagged configurations supported by this script.
27725 available_tags='CXX '
27726
27727 # Configured defaults for sys_lib_dlsearch_path munging.
27728 : \${LT_SYS_LIBRARY_PATH="$configure_time_lt_sys_library_path"}
27729
27730 # ### BEGIN LIBTOOL CONFIG
27731
27732 # Which release of libtool.m4 was used?
27733 macro_version=$macro_version
27734 macro_revision=$macro_revision
27735
27736 # Whether or not to build shared libraries.
27737 build_libtool_libs=$enable_shared
27738
27739 # Whether or not to build static libraries.
27740 build_old_libs=$enable_static
27741
27742 # What type of objects to build.
27743 pic_mode=$pic_mode
27744
27745 # Whether or not to optimize for fast installation.
27746 fast_install=$enable_fast_install
27747
27748 # Shared archive member basename,for filename based shared library versioning on AIX.
27749 shared_archive_member_spec=$shared_archive_member_spec
27750
27751 # Shell to use when invoking shell scripts.
27752 SHELL=$lt_SHELL
27753
27754 # An echo program that protects backslashes.
27755 ECHO=$lt_ECHO
27756
27757 # The PATH separator for the build system.
27758 PATH_SEPARATOR=$lt_PATH_SEPARATOR
27759
27760 # The host system.
27761 host_alias=$host_alias
27762 host=$host
27763 host_os=$host_os
27764
27765 # The build system.
27766 build_alias=$build_alias
27767 build=$build
27768 build_os=$build_os
27769
27770 # A sed program that does not truncate output.
27771 SED=$lt_SED
27772
27773 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
27774 Xsed="\$SED -e 1s/^X//"
27775
27776 # A grep program that handles long lines.
27777 GREP=$lt_GREP
27778
27779 # An ERE matcher.
27780 EGREP=$lt_EGREP
27781
27782 # A literal string matcher.
27783 FGREP=$lt_FGREP
27784
27785 # A BSD- or MS-compatible name lister.
27786 NM=$lt_NM
27787
27788 # Whether we need soft or hard links.
27789 LN_S=$lt_LN_S
27790
27791 # What is the maximum length of a command?
27792 max_cmd_len=$max_cmd_len
27793
27794 # Object file suffix (normally "o").
27795 objext=$ac_objext
27796
27797 # Executable file suffix (normally "").
27798 exeext=$exeext
27799
27800 # whether the shell understands "unset".
27801 lt_unset=$lt_unset
27802
27803 # turn spaces into newlines.
27804 SP2NL=$lt_lt_SP2NL
27805
27806 # turn newlines into spaces.
27807 NL2SP=$lt_lt_NL2SP
27808
27809 # convert \$build file names to \$host format.
27810 to_host_file_cmd=$lt_cv_to_host_file_cmd
27811
27812 # convert \$build files to toolchain format.
27813 to_tool_file_cmd=$lt_cv_to_tool_file_cmd
27814
27815 # An object symbol dumper.
27816 OBJDUMP=$lt_OBJDUMP
27817
27818 # Method to check whether dependent libraries are shared objects.
27819 deplibs_check_method=$lt_deplibs_check_method
27820
27821 # Command to use when deplibs_check_method = "file_magic".
27822 file_magic_cmd=$lt_file_magic_cmd
27823
27824 # How to find potential files when deplibs_check_method = "file_magic".
27825 file_magic_glob=$lt_file_magic_glob
27826
27827 # Find potential files using nocaseglob when deplibs_check_method = "file_magic".
27828 want_nocaseglob=$lt_want_nocaseglob
27829
27830 # DLL creation program.
27831 DLLTOOL=$lt_DLLTOOL
27832
27833 # Command to associate shared and link libraries.
27834 sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd
27835
27836 # The archiver.
27837 AR=$lt_AR
27838
27839 # Flags to create an archive.
27840 AR_FLAGS=$lt_AR_FLAGS
27841
27842 # How to feed a file listing to the archiver.
27843 archiver_list_spec=$lt_archiver_list_spec
27844
27845 # A symbol stripping program.
27846 STRIP=$lt_STRIP
27847
27848 # Commands used to install an old-style archive.
27849 RANLIB=$lt_RANLIB
27850 old_postinstall_cmds=$lt_old_postinstall_cmds
27851 old_postuninstall_cmds=$lt_old_postuninstall_cmds
27852
27853 # Whether to use a lock for old archive extraction.
27854 lock_old_archive_extraction=$lock_old_archive_extraction
27855
27856 # A C compiler.
27857 LTCC=$lt_CC
27858
27859 # LTCC compiler flags.
27860 LTCFLAGS=$lt_CFLAGS
27861
27862 # Take the output of nm and produce a listing of raw symbols and C names.
27863 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
27864
27865 # Transform the output of nm in a proper C declaration.
27866 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
27867
27868 # Transform the output of nm into a list of symbols to manually relocate.
27869 global_symbol_to_import=$lt_lt_cv_sys_global_symbol_to_import
27870
27871 # Transform the output of nm in a C name address pair.
27872 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
27873
27874 # Transform the output of nm in a C name address pair when lib prefix is needed.
27875 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
27876
27877 # The name lister interface.
27878 nm_interface=$lt_lt_cv_nm_interface
27879
27880 # Specify filename containing input files for \$NM.
27881 nm_file_list_spec=$lt_nm_file_list_spec
27882
27883 # The root where to search for dependent libraries,and where our libraries should be installed.
27884 lt_sysroot=$lt_sysroot
27885
27886 # Command to truncate a binary pipe.
27887 lt_truncate_bin=$lt_lt_cv_truncate_bin
27888
27889 # The name of the directory that contains temporary libtool files.
27890 objdir=$objdir
27891
27892 # Used to examine libraries when file_magic_cmd begins with "file".
27893 MAGIC_CMD=$MAGIC_CMD
27894
27895 # Must we lock files when doing compilation?
27896 need_locks=$lt_need_locks
27897
27898 # Manifest tool.
27899 MANIFEST_TOOL=$lt_MANIFEST_TOOL
27900
27901 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
27902 DSYMUTIL=$lt_DSYMUTIL
27903
27904 # Tool to change global to local symbols on Mac OS X.
27905 NMEDIT=$lt_NMEDIT
27906
27907 # Tool to manipulate fat objects and archives on Mac OS X.
27908 LIPO=$lt_LIPO
27909
27910 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
27911 OTOOL=$lt_OTOOL
27912
27913 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
27914 OTOOL64=$lt_OTOOL64
27915
27916 # Old archive suffix (normally "a").
27917 libext=$libext
27918
27919 # Shared library suffix (normally ".so").
27920 shrext_cmds=$lt_shrext_cmds
27921
27922 # The commands to extract the exported symbol list from a shared archive.
27923 extract_expsyms_cmds=$lt_extract_expsyms_cmds
27924
27925 # Variables whose values should be saved in libtool wrapper scripts and
27926 # restored at link time.
27927 variables_saved_for_relink=$lt_variables_saved_for_relink
27928
27929 # Do we need the "lib" prefix for modules?
27930 need_lib_prefix=$need_lib_prefix
27931
27932 # Do we need a version for libraries?
27933 need_version=$need_version
27934
27935 # Library versioning type.
27936 version_type=$version_type
27937
27938 # Shared library runtime path variable.
27939 runpath_var=$runpath_var
27940
27941 # Shared library path variable.
27942 shlibpath_var=$shlibpath_var
27943
27944 # Is shlibpath searched before the hard-coded library search path?
27945 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
27946
27947 # Format of library name prefix.
27948 libname_spec=$lt_libname_spec
27949
27950 # List of archive names. First name is the real one, the rest are links.
27951 # The last name is the one that the linker finds with -lNAME
27952 library_names_spec=$lt_library_names_spec
27953
27954 # The coded name of the library, if different from the real name.
27955 soname_spec=$lt_soname_spec
27956
27957 # Permission mode override for installation of shared libraries.
27958 install_override_mode=$lt_install_override_mode
27959
27960 # Command to use after installation of a shared archive.
27961 postinstall_cmds=$lt_postinstall_cmds
27962
27963 # Command to use after uninstallation of a shared archive.
27964 postuninstall_cmds=$lt_postuninstall_cmds
27965
27966 # Commands used to finish a libtool library installation in a directory.
27967 finish_cmds=$lt_finish_cmds
27968
27969 # As "finish_cmds", except a single script fragment to be evaled but
27970 # not shown.
27971 finish_eval=$lt_finish_eval
27972
27973 # Whether we should hardcode library paths into libraries.
27974 hardcode_into_libs=$hardcode_into_libs
27975
27976 # Compile-time system search path for libraries.
27977 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
27978
27979 # Detected run-time system search path for libraries.
27980 sys_lib_dlsearch_path_spec=$lt_configure_time_dlsearch_path
27981
27982 # Explicit LT_SYS_LIBRARY_PATH set during ./configure time.
27983 configure_time_lt_sys_library_path=$lt_configure_time_lt_sys_library_path
27984
27985 # Whether dlopen is supported.
27986 dlopen_support=$enable_dlopen
27987
27988 # Whether dlopen of programs is supported.
27989 dlopen_self=$enable_dlopen_self
27990
27991 # Whether dlopen of statically linked programs is supported.
27992 dlopen_self_static=$enable_dlopen_self_static
27993
27994 # Commands to strip libraries.
27995 old_striplib=$lt_old_striplib
27996 striplib=$lt_striplib
27997
27998
27999 # The linker used to build libraries.
28000 LD=$lt_LD
28001
28002 # How to create reloadable object files.
28003 reload_flag=$lt_reload_flag
28004 reload_cmds=$lt_reload_cmds
28005
28006 # Commands used to build an old-style archive.
28007 old_archive_cmds=$lt_old_archive_cmds
28008
28009 # A language specific compiler.
28010 CC=$lt_compiler
28011
28012 # Is the compiler the GNU compiler?
28013 with_gcc=$GCC
28014
28015 # Compiler flag to turn off builtin functions.
28016 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
28017
28018 # Additional compiler flags for building library objects.
28019 pic_flag=$lt_lt_prog_compiler_pic
28020
28021 # How to pass a linker flag through the compiler.
28022 wl=$lt_lt_prog_compiler_wl
28023
28024 # Compiler flag to prevent dynamic linking.
28025 link_static_flag=$lt_lt_prog_compiler_static
28026
28027 # Does compiler simultaneously support -c and -o options?
28028 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
28029
28030 # Whether or not to add -lc for building shared libraries.
28031 build_libtool_need_lc=$archive_cmds_need_lc
28032
28033 # Whether or not to disallow shared libs when runtime libs are static.
28034 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
28035
28036 # Compiler flag to allow reflexive dlopens.
28037 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
28038
28039 # Compiler flag to generate shared objects directly from archives.
28040 whole_archive_flag_spec=$lt_whole_archive_flag_spec
28041
28042 # Whether the compiler copes with passing no objects directly.
28043 compiler_needs_object=$lt_compiler_needs_object
28044
28045 # Create an old-style archive from a shared archive.
28046 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
28047
28048 # Create a temporary old-style archive to link instead of a shared archive.
28049 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
28050
28051 # Commands used to build a shared archive.
28052 archive_cmds=$lt_archive_cmds
28053 archive_expsym_cmds=$lt_archive_expsym_cmds
28054
28055 # Commands used to build a loadable module if different from building
28056 # a shared archive.
28057 module_cmds=$lt_module_cmds
28058 module_expsym_cmds=$lt_module_expsym_cmds
28059
28060 # Whether we are building with GNU ld or not.
28061 with_gnu_ld=$lt_with_gnu_ld
28062
28063 # Flag that allows shared libraries with undefined symbols to be built.
28064 allow_undefined_flag=$lt_allow_undefined_flag
28065
28066 # Flag that enforces no undefined symbols.
28067 no_undefined_flag=$lt_no_undefined_flag
28068
28069 # Flag to hardcode \$libdir into a binary during linking.
28070 # This must work even if \$libdir does not exist
28071 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
28072
28073 # Whether we need a single "-rpath" flag with a separated argument.
28074 hardcode_libdir_separator=$lt_hardcode_libdir_separator
28075
28076 # Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
28077 # DIR into the resulting binary.
28078 hardcode_direct=$hardcode_direct
28079
28080 # Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
28081 # DIR into the resulting binary and the resulting library dependency is
28082 # "absolute",i.e impossible to change by setting \$shlibpath_var if the
28083 # library is relocated.
28084 hardcode_direct_absolute=$hardcode_direct_absolute
28085
28086 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
28087 # into the resulting binary.
28088 hardcode_minus_L=$hardcode_minus_L
28089
28090 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
28091 # into the resulting binary.
28092 hardcode_shlibpath_var=$hardcode_shlibpath_var
28093
28094 # Set to "yes" if building a shared library automatically hardcodes DIR
28095 # into the library and all subsequent libraries and executables linked
28096 # against it.
28097 hardcode_automatic=$hardcode_automatic
28098
28099 # Set to yes if linker adds runtime paths of dependent libraries
28100 # to runtime path list.
28101 inherit_rpath=$inherit_rpath
28102
28103 # Whether libtool must link a program against all its dependency libraries.
28104 link_all_deplibs=$link_all_deplibs
28105
28106 # Set to "yes" if exported symbols are required.
28107 always_export_symbols=$always_export_symbols
28108
28109 # The commands to list exported symbols.
28110 export_symbols_cmds=$lt_export_symbols_cmds
28111
28112 # Symbols that should not be listed in the preloaded symbols.
28113 exclude_expsyms=$lt_exclude_expsyms
28114
28115 # Symbols that must always be exported.
28116 include_expsyms=$lt_include_expsyms
28117
28118 # Commands necessary for linking programs (against libraries) with templates.
28119 prelink_cmds=$lt_prelink_cmds
28120
28121 # Commands necessary for finishing linking programs.
28122 postlink_cmds=$lt_postlink_cmds
28123
28124 # Specify filename containing input files.
28125 file_list_spec=$lt_file_list_spec
28126
28127 # How to hardcode a shared library path into an executable.
28128 hardcode_action=$hardcode_action
28129
28130 # The directories searched by this compiler when creating a shared library.
28131 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs
28132
28133 # Dependencies to place before and after the objects being linked to
28134 # create a shared library.
28135 predep_objects=$lt_predep_objects
28136 postdep_objects=$lt_postdep_objects
28137 predeps=$lt_predeps
28138 postdeps=$lt_postdeps
28139
28140 # The library search path used internally by the compiler when linking
28141 # a shared library.
28142 compiler_lib_search_path=$lt_compiler_lib_search_path
28143
28144 # ### END LIBTOOL CONFIG
28145
28146 _LT_EOF
28147
28148 cat <<'_LT_EOF' >> "$cfgfile"
28149
28150 # ### BEGIN FUNCTIONS SHARED WITH CONFIGURE
28151
28152 # func_munge_path_list VARIABLE PATH
28153 # -----------------------------------
28154 # VARIABLE is name of variable containing _space_ separated list of
28155 # directories to be munged by the contents of PATH, which is string
28156 # having a format:
28157 # "DIR[:DIR]:"
28158 # string "DIR[ DIR]" will be prepended to VARIABLE
28159 # ":DIR[:DIR]"
28160 # string "DIR[ DIR]" will be appended to VARIABLE
28161 # "DIRP[:DIRP]::[DIRA:]DIRA"
28162 # string "DIRP[ DIRP]" will be prepended to VARIABLE and string
28163 # "DIRA[ DIRA]" will be appended to VARIABLE
28164 # "DIR[:DIR]"
28165 # VARIABLE will be replaced by "DIR[ DIR]"
28166 func_munge_path_list ()
28167 {
28168 case x$2 in
28169 x)
28170 ;;
28171 *:)
28172 eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
28173 ;;
28174 x:*)
28175 eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
28176 ;;
28177 *::*)
28178 eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
28179 eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
28180 ;;
28181 *)
28182 eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
28183 ;;
28184 esac
28185 }
28186
28187
28188 # Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
28189 func_cc_basename ()
28190 {
28191 for cc_temp in $*""; do
28192 case $cc_temp in
28193 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
28194 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
28195 \-*) ;;
28196 *) break;;
28197 esac
28198 done
28199 func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
28200 }
28201
28202
28203 # ### END FUNCTIONS SHARED WITH CONFIGURE
28204
28205 _LT_EOF
28206
28207 case $host_os in
28208 aix3*)
28209 cat <<\_LT_EOF >> "$cfgfile"
28210 # AIX sometimes has problems with the GCC collect2 program. For some
28211 # reason, if we set the COLLECT_NAMES environment variable, the problems
28212 # vanish in a puff of smoke.
28213 if test set != "${COLLECT_NAMES+set}"; then
28214 COLLECT_NAMES=
28215 export COLLECT_NAMES
28216 fi
28217 _LT_EOF
28218 ;;
28219 esac
28220
28221
28222 ltmain=$ac_aux_dir/ltmain.sh
28223
28224
28225 # We use sed instead of cat because bash on DJGPP gets confused if
28226 # if finds mixed CR/LF and LF-only lines. Since sed operates in
28227 # text mode, it properly converts lines to CR/LF. This bash problem
28228 # is reportedly fixed, but why not run on old versions too?
28229 sed '$q' "$ltmain" >> "$cfgfile" \
28230 || (rm -f "$cfgfile"; exit 1)
28231
28232 mv -f "$cfgfile" "$ofile" ||
28233 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
28234 chmod +x "$ofile"
28235
28236
28237 cat <<_LT_EOF >> "$ofile"
28238
28239 # ### BEGIN LIBTOOL TAG CONFIG: CXX
28240
28241 # The linker used to build libraries.
28242 LD=$lt_LD_CXX
28243
28244 # How to create reloadable object files.
28245 reload_flag=$lt_reload_flag_CXX
28246 reload_cmds=$lt_reload_cmds_CXX
28247
28248 # Commands used to build an old-style archive.
28249 old_archive_cmds=$lt_old_archive_cmds_CXX
28250
28251 # A language specific compiler.
28252 CC=$lt_compiler_CXX
28253
28254 # Is the compiler the GNU compiler?
28255 with_gcc=$GCC_CXX
28256
28257 # Compiler flag to turn off builtin functions.
28258 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
28259
28260 # Additional compiler flags for building library objects.
28261 pic_flag=$lt_lt_prog_compiler_pic_CXX
28262
28263 # How to pass a linker flag through the compiler.
28264 wl=$lt_lt_prog_compiler_wl_CXX
28265
28266 # Compiler flag to prevent dynamic linking.
28267 link_static_flag=$lt_lt_prog_compiler_static_CXX
28268
28269 # Does compiler simultaneously support -c and -o options?
28270 compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
28271
28272 # Whether or not to add -lc for building shared libraries.
28273 build_libtool_need_lc=$archive_cmds_need_lc_CXX
28274
28275 # Whether or not to disallow shared libs when runtime libs are static.
28276 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
28277
28278 # Compiler flag to allow reflexive dlopens.
28279 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
28280
28281 # Compiler flag to generate shared objects directly from archives.
28282 whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
28283
28284 # Whether the compiler copes with passing no objects directly.
28285 compiler_needs_object=$lt_compiler_needs_object_CXX
28286
28287 # Create an old-style archive from a shared archive.
28288 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
28289
28290 # Create a temporary old-style archive to link instead of a shared archive.
28291 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
28292
28293 # Commands used to build a shared archive.
28294 archive_cmds=$lt_archive_cmds_CXX
28295 archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
28296
28297 # Commands used to build a loadable module if different from building
28298 # a shared archive.
28299 module_cmds=$lt_module_cmds_CXX
28300 module_expsym_cmds=$lt_module_expsym_cmds_CXX
28301
28302 # Whether we are building with GNU ld or not.
28303 with_gnu_ld=$lt_with_gnu_ld_CXX
28304
28305 # Flag that allows shared libraries with undefined symbols to be built.
28306 allow_undefined_flag=$lt_allow_undefined_flag_CXX
28307
28308 # Flag that enforces no undefined symbols.
28309 no_undefined_flag=$lt_no_undefined_flag_CXX
28310
28311 # Flag to hardcode \$libdir into a binary during linking.
28312 # This must work even if \$libdir does not exist
28313 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
28314
28315 # Whether we need a single "-rpath" flag with a separated argument.
28316 hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
28317
28318 # Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
28319 # DIR into the resulting binary.
28320 hardcode_direct=$hardcode_direct_CXX
28321
28322 # Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
28323 # DIR into the resulting binary and the resulting library dependency is
28324 # "absolute",i.e impossible to change by setting \$shlibpath_var if the
28325 # library is relocated.
28326 hardcode_direct_absolute=$hardcode_direct_absolute_CXX
28327
28328 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
28329 # into the resulting binary.
28330 hardcode_minus_L=$hardcode_minus_L_CXX
28331
28332 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
28333 # into the resulting binary.
28334 hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
28335
28336 # Set to "yes" if building a shared library automatically hardcodes DIR
28337 # into the library and all subsequent libraries and executables linked
28338 # against it.
28339 hardcode_automatic=$hardcode_automatic_CXX
28340
28341 # Set to yes if linker adds runtime paths of dependent libraries
28342 # to runtime path list.
28343 inherit_rpath=$inherit_rpath_CXX
28344
28345 # Whether libtool must link a program against all its dependency libraries.
28346 link_all_deplibs=$link_all_deplibs_CXX
28347
28348 # Set to "yes" if exported symbols are required.
28349 always_export_symbols=$always_export_symbols_CXX
28350
28351 # The commands to list exported symbols.
28352 export_symbols_cmds=$lt_export_symbols_cmds_CXX
28353
28354 # Symbols that should not be listed in the preloaded symbols.
28355 exclude_expsyms=$lt_exclude_expsyms_CXX
28356
28357 # Symbols that must always be exported.
28358 include_expsyms=$lt_include_expsyms_CXX
28359
28360 # Commands necessary for linking programs (against libraries) with templates.
28361 prelink_cmds=$lt_prelink_cmds_CXX
28362
28363 # Commands necessary for finishing linking programs.
28364 postlink_cmds=$lt_postlink_cmds_CXX
28365
28366 # Specify filename containing input files.
28367 file_list_spec=$lt_file_list_spec_CXX
28368
28369 # How to hardcode a shared library path into an executable.
28370 hardcode_action=$hardcode_action_CXX
28371
28372 # The directories searched by this compiler when creating a shared library.
28373 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX
28374
28375 # Dependencies to place before and after the objects being linked to
28376 # create a shared library.
28377 predep_objects=$lt_predep_objects_CXX
28378 postdep_objects=$lt_postdep_objects_CXX
28379 predeps=$lt_predeps_CXX
28380 postdeps=$lt_postdeps_CXX
28381
28382 # The library search path used internally by the compiler when linking
28383 # a shared library.
28384 compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
28385
28386 # ### END LIBTOOL TAG CONFIG: CXX
28387 _LT_EOF
28388
28389 ;;
28390 "default-1":C) case "$CONFIG_FILES" in *po/Makefile.in*)
28391 sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile
28392 esac ;;
28393 "po/stamp-it":C)
28394 if ! grep "^# INTLTOOL_MAKEFILE$" "po/Makefile.in" > /dev/null ; then
28395 as_fn_error $? "po/Makefile.in.in was not created by intltoolize." "$LINENO" 5
28396 fi
28397 rm -f "po/stamp-it" "po/stamp-it.tmp" "po/POTFILES" "po/Makefile.tmp"
28398 >"po/stamp-it.tmp"
28399 sed '/^#/d
28400 s/^[[].*] *//
28401 /^[ ]*$/d
28402 '"s|^| $ac_top_srcdir/|" \
28403 "$srcdir/po/POTFILES.in" | sed '$!s/$/ \\/' >"po/POTFILES"
28404
28405 sed '/^POTFILES =/,/[^\\]$/ {
28406 /^POTFILES =/!d
28407 r po/POTFILES
28408 }
28409 ' "po/Makefile.in" >"po/Makefile"
28410 rm -f "po/Makefile.tmp"
28411 mv "po/stamp-it.tmp" "po/stamp-it"
28412 ;;
28413
28414 esac
28415 done # for ac_tag
28416
28417
28418 as_fn_exit 0
28419 _ACEOF
28420 ac_clean_files=$ac_clean_files_save
28421
28422 test $ac_write_fail = 0 ||
28423 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
28424
28425
28426 # configure is writing to config.log, and then calls config.status.
28427 # config.status does its own redirection, appending to config.log.
28428 # Unfortunately, on DOS this fails, as config.log is still kept open
28429 # by configure, so config.status won't be able to write to it; its
28430 # output is simply discarded. So we exec the FD to /dev/null,
28431 # effectively closing config.log, so it can be properly (re)opened and
28432 # appended to by config.status. When coming back to configure, we
28433 # need to make the FD available again.
28434 if test "$no_create" != yes; then
28435 ac_cs_success=:
28436 ac_config_status_args=
28437 test "$silent" = yes &&
28438 ac_config_status_args="$ac_config_status_args --quiet"
28439 exec 5>/dev/null
28440 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
28441 exec 5>>config.log
28442 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
28443 # would make configure fail if this is the last instruction.
28444 $ac_cs_success || as_fn_exit 1
28445 fi
28446 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
28447 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
28448 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
28449 fi
28450
28451
28452 # ==========================================================================
28453 echo "
28454 ---{ $PACKAGE_NAME $VERSION }---
28455
28456 prefix: ${prefix}
28457 sysconfdir: ${sysconfdir}
28458 localstatedir: ${localstatedir}
28459 avahi socket: ${avahi_socket}
28460 dbus-1 system.d dir: ${DBUS_SYS_DIR}
28461 dbus-1 version: ${DBUS_VERSION}
28462 dbus-1 system socket: ${DBUS_SYSTEM_BUS_DEFAULT_ADDRESS}
28463 C Compiler: ${CC}
28464 CFLAGS: ${CFLAGS}
28465 Enable GLIB: ${HAVE_GLIB}
28466 Enable GLIB GObject: ${HAVE_GOBJECT}
28467 Enable GObject Introspection: ${found_introspection}
28468 Enable GTK 2.0: ${HAVE_GTK}
28469 Enable GTK 3.0: ${HAVE_GTK3}
28470 Enable D-Bus: ${HAVE_DBUS}
28471 With XML: ${with_xml}
28472 Enable GDBM: ${HAVE_GDBM}
28473 Enable DBM: ${HAVE_DBM}
28474 Enable libdaemon: ${HAVE_LIBDAEMON}
28475 Enable Python: ${HAVE_PYTHON}
28476 Enable pygtk: ${HAVE_PYGTK}
28477 Enable python-dbus: ${HAVE_PYTHON_DBUS}
28478 Enable QT3: ${HAVE_QT3}
28479 Enable QT4: ${HAVE_QT4}
28480 Enable Mono: ${HAVE_MONO}
28481 Enable Monodoc: ${HAVE_MONODOC}
28482 Distribution/OS: ${with_distro}
28483 User for avahi-daemon: ${AVAHI_USER}
28484 Group for avahi-daemon: ${AVAHI_GROUP}
28485 Priviliged access group for Avahi clients: ${AVAHI_PRIV_ACCESS_GROUP}
28486 User for avahi-autoipd: ${AVAHI_AUTOIPD_USER}
28487 Group for avahi-autoipd: ${AVAHI_AUTOIPD_GROUP}
28488 Enable chroot(): ${enable_chroot}
28489 Enable Linux inotify: ${have_inotify}
28490 Enable stack-smashing protection: ${enable_ssp}
28491 systemd unit directory: ${with_systemdsystemunitdir}
28492 "
28493
28494 BUILD_DAEMON="no (You need libdaemon and expat/bsdxml!)"
28495
28496 if test "x$HAVE_XML" = "xyes" -a "x$HAVE_LIBDAEMON" = "xyes" ; then
28497 BUILD_DAEMON=yes
28498 fi
28499
28500 BUILD_PYTHON="no (You need python, pygtk and python-dbus!)"
28501
28502 if test "x$BUILD_DAEMON" = "xyes" -a "x$HAVE_DBUS" = "xyes" -a "x$HAVE_PYTHON" = "xyes" -a "x$HAVE_PYTHON_DBUS" = "xyes" -a "x$HAVE_PYGTK" = "xyes" ; then
28503 BUILD_PYTHON=yes
28504 fi
28505
28506 BUILD_CLIENT="no (You need avahi-daemon and D-Bus!)"
28507
28508 if "x$HAVE_DBUS" = "xyes" ; then
28509 BUILD_CLIENT=yes
28510 fi
28511
28512 if test "x$ENABLE_COMPAT_LIBDNS_SD" = "xyes" -a "x$BUILD_CLIENT" != "xyes" ; then
28513 ENABLE_COMPAT_LIBDNS_SD="no (You need libavahi-client!)"
28514 fi
28515 if test "x$ENABLE_COMPAT_HOWL" = "xyes" -a "x$BUILD_CLIENT" != "xyes" ; then
28516 ENABLE_COMPAT_HOWL="no (You need libavahi-client!)"
28517 fi
28518 if test "x$ENABLE_AUTOIPD" = "xyes" -a "x$HAVE_LIBDAEMON" != "xyes" ; then
28519 ENABLE_AUTOIPD="no (You need libdaemon!)"
28520 fi
28521
28522 HAVE_GTK2OR3=no
28523 if test "x$HAVE_GTK" = "xyes" -o "x$HAVE_GTK3" = "xyes" ; then
28524 HAVE_GTK2OR3=yes
28525 fi
28526
28527 BUILD_UI="no"
28528 if test "x$HAVE_GTK2OR3" = "xyes" -a "x$BUILD_CLIENT" = "xyes" ; then
28529 BUILD_UI="yes"
28530 fi
28531
28532 BUILD_GOBJECT="no"
28533 if test "x$BUILD_CLIENT" = "xyes" -a "x$HAVE_GOBJECT" = "xyes" ; then
28534 BUILD_GOBJECT="yes"
28535 fi
28536
28537 echo "\
28538 Building libavahi-core yes
28539 Building avahi-daemon: ${BUILD_DAEMON}
28540 Building avahi-dnsconfd: ${BUILD_DAEMON}
28541 Building libavahi-client: ${BUILD_CLIENT}
28542 Building avahi-utils: ${BUILD_CLIENT}
28543 Building avahi-python: ${BUILD_PYTHON}
28544 Building libavahi-glib: ${HAVE_GLIB}
28545 Building libavahi-gobject: ${BUILD_GOBJECT}
28546 Building avahi-discover-standalone: ${HAVE_GTK2OR3}
28547 Building libavahi-qt3: ${HAVE_QT3}
28548 Building libavahi-qt4: ${HAVE_QT4}
28549 Building avahi-sharp: ${HAVE_MONO}
28550 Building avahi-compat-libdns_sd: ${ENABLE_COMPAT_LIBDNS_SD}
28551 Building avahi-compat-howl: ${ENABLE_COMPAT_HOWL}
28552 Building tests: ${ENABLE_TESTS}
28553 Building avahi-core documentation: ${ENABLE_CORE_DOCS}
28554 Building avahi-autoipd: ${ENABLE_AUTOIPD}
28555 Building libavahi-ui: ${BUILD_UI}
28556 "
1818 # USA.
1919
2020 AC_PREREQ(2.63)
21 AC_INIT([avahi],[0.6.32-rc],[avahi (at) lists (dot) freedesktop (dot) org])
21 AC_INIT([avahi],[0.6.32],[avahi (at) lists (dot) freedesktop (dot) org])
2222 AC_CONFIG_SRCDIR([avahi-core/server.c])
2323 AC_CONFIG_MACRO_DIR([common])
2424 AC_CONFIG_HEADERS([config.h])
11001100 initscript/Makefile
11011101 initscript/debian/Makefile
11021102 initscript/gentoo/Makefile
1103 initscript/archlinux/Makefile
11041103 initscript/suse/Makefile
11051104 initscript/fedora/Makefile
11061105 initscript/lfs/Makefile
11851184
11861185 BUILD_CLIENT="no (You need avahi-daemon and D-Bus!)"
11871186
1188 if test "x$BUILD_DAEMON" = "xyes" -a "x$HAVE_DBUS" = "xyes" ; then
1187 if "x$HAVE_DBUS" = "xyes" ; then
11891188 BUILD_CLIENT=yes
11901189 fi
11911190
0 #! /bin/sh
1 # depcomp - compile a program generating dependencies as side-effects
2
3 scriptversion=2013-05-30.07; # UTC
4
5 # Copyright (C) 1999-2014 Free Software Foundation, Inc.
6
7 # This program is free software; you can redistribute it and/or modify
8 # it under the terms of the GNU General Public License as published by
9 # the Free Software Foundation; either version 2, or (at your option)
10 # any later version.
11
12 # This program is distributed in the hope that it will be useful,
13 # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 # GNU General Public License for more details.
16
17 # You should have received a copy of the GNU General Public License
18 # along with this program. If not, see <http://www.gnu.org/licenses/>.
19
20 # As a special exception to the GNU General Public License, if you
21 # distribute this file as part of a program that contains a
22 # configuration script generated by Autoconf, you may include it under
23 # the same distribution terms that you use for the rest of that program.
24
25 # Originally written by Alexandre Oliva <oliva@dcc.unicamp.br>.
26
27 case $1 in
28 '')
29 echo "$0: No command. Try '$0 --help' for more information." 1>&2
30 exit 1;
31 ;;
32 -h | --h*)
33 cat <<\EOF
34 Usage: depcomp [--help] [--version] PROGRAM [ARGS]
35
36 Run PROGRAMS ARGS to compile a file, generating dependencies
37 as side-effects.
38
39 Environment variables:
40 depmode Dependency tracking mode.
41 source Source file read by 'PROGRAMS ARGS'.
42 object Object file output by 'PROGRAMS ARGS'.
43 DEPDIR directory where to store dependencies.
44 depfile Dependency file to output.
45 tmpdepfile Temporary file to use when outputting dependencies.
46 libtool Whether libtool is used (yes/no).
47
48 Report bugs to <bug-automake@gnu.org>.
49 EOF
50 exit $?
51 ;;
52 -v | --v*)
53 echo "depcomp $scriptversion"
54 exit $?
55 ;;
56 esac
57
58 # Get the directory component of the given path, and save it in the
59 # global variables '$dir'. Note that this directory component will
60 # be either empty or ending with a '/' character. This is deliberate.
61 set_dir_from ()
62 {
63 case $1 in
64 */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
65 *) dir=;;
66 esac
67 }
68
69 # Get the suffix-stripped basename of the given path, and save it the
70 # global variable '$base'.
71 set_base_from ()
72 {
73 base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
74 }
75
76 # If no dependency file was actually created by the compiler invocation,
77 # we still have to create a dummy depfile, to avoid errors with the
78 # Makefile "include basename.Plo" scheme.
79 make_dummy_depfile ()
80 {
81 echo "#dummy" > "$depfile"
82 }
83
84 # Factor out some common post-processing of the generated depfile.
85 # Requires the auxiliary global variable '$tmpdepfile' to be set.
86 aix_post_process_depfile ()
87 {
88 # If the compiler actually managed to produce a dependency file,
89 # post-process it.
90 if test -f "$tmpdepfile"; then
91 # Each line is of the form 'foo.o: dependency.h'.
92 # Do two passes, one to just change these to
93 # $object: dependency.h
94 # and one to simply output
95 # dependency.h:
96 # which is needed to avoid the deleted-header problem.
97 { sed -e "s,^.*\.[$lower]*:,$object:," < "$tmpdepfile"
98 sed -e "s,^.*\.[$lower]*:[$tab ]*,," -e 's,$,:,' < "$tmpdepfile"
99 } > "$depfile"
100 rm -f "$tmpdepfile"
101 else
102 make_dummy_depfile
103 fi
104 }
105
106 # A tabulation character.
107 tab=' '
108 # A newline character.
109 nl='
110 '
111 # Character ranges might be problematic outside the C locale.
112 # These definitions help.
113 upper=ABCDEFGHIJKLMNOPQRSTUVWXYZ
114 lower=abcdefghijklmnopqrstuvwxyz
115 digits=0123456789
116 alpha=${upper}${lower}
117
118 if test -z "$depmode" || test -z "$source" || test -z "$object"; then
119 echo "depcomp: Variables source, object and depmode must be set" 1>&2
120 exit 1
121 fi
122
123 # Dependencies for sub/bar.o or sub/bar.obj go into sub/.deps/bar.Po.
124 depfile=${depfile-`echo "$object" |
125 sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
126 tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
127
128 rm -f "$tmpdepfile"
129
130 # Avoid interferences from the environment.
131 gccflag= dashmflag=
132
133 # Some modes work just like other modes, but use different flags. We
134 # parameterize here, but still list the modes in the big case below,
135 # to make depend.m4 easier to write. Note that we *cannot* use a case
136 # here, because this file can only contain one case statement.
137 if test "$depmode" = hp; then
138 # HP compiler uses -M and no extra arg.
139 gccflag=-M
140 depmode=gcc
141 fi
142
143 if test "$depmode" = dashXmstdout; then
144 # This is just like dashmstdout with a different argument.
145 dashmflag=-xM
146 depmode=dashmstdout
147 fi
148
149 cygpath_u="cygpath -u -f -"
150 if test "$depmode" = msvcmsys; then
151 # This is just like msvisualcpp but w/o cygpath translation.
152 # Just convert the backslash-escaped backslashes to single forward
153 # slashes to satisfy depend.m4
154 cygpath_u='sed s,\\\\,/,g'
155 depmode=msvisualcpp
156 fi
157
158 if test "$depmode" = msvc7msys; then
159 # This is just like msvc7 but w/o cygpath translation.
160 # Just convert the backslash-escaped backslashes to single forward
161 # slashes to satisfy depend.m4
162 cygpath_u='sed s,\\\\,/,g'
163 depmode=msvc7
164 fi
165
166 if test "$depmode" = xlc; then
167 # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency information.
168 gccflag=-qmakedep=gcc,-MF
169 depmode=gcc
170 fi
171
172 case "$depmode" in
173 gcc3)
174 ## gcc 3 implements dependency tracking that does exactly what
175 ## we want. Yay! Note: for some reason libtool 1.4 doesn't like
176 ## it if -MD -MP comes after the -MF stuff. Hmm.
177 ## Unfortunately, FreeBSD c89 acceptance of flags depends upon
178 ## the command line argument order; so add the flags where they
179 ## appear in depend2.am. Note that the slowdown incurred here
180 ## affects only configure: in makefiles, %FASTDEP% shortcuts this.
181 for arg
182 do
183 case $arg in
184 -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;
185 *) set fnord "$@" "$arg" ;;
186 esac
187 shift # fnord
188 shift # $arg
189 done
190 "$@"
191 stat=$?
192 if test $stat -ne 0; then
193 rm -f "$tmpdepfile"
194 exit $stat
195 fi
196 mv "$tmpdepfile" "$depfile"
197 ;;
198
199 gcc)
200 ## Note that this doesn't just cater to obsosete pre-3.x GCC compilers.
201 ## but also to in-use compilers like IMB xlc/xlC and the HP C compiler.
202 ## (see the conditional assignment to $gccflag above).
203 ## There are various ways to get dependency output from gcc. Here's
204 ## why we pick this rather obscure method:
205 ## - Don't want to use -MD because we'd like the dependencies to end
206 ## up in a subdir. Having to rename by hand is ugly.
207 ## (We might end up doing this anyway to support other compilers.)
208 ## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like
209 ## -MM, not -M (despite what the docs say). Also, it might not be
210 ## supported by the other compilers which use the 'gcc' depmode.
211 ## - Using -M directly means running the compiler twice (even worse
212 ## than renaming).
213 if test -z "$gccflag"; then
214 gccflag=-MD,
215 fi
216 "$@" -Wp,"$gccflag$tmpdepfile"
217 stat=$?
218 if test $stat -ne 0; then
219 rm -f "$tmpdepfile"
220 exit $stat
221 fi
222 rm -f "$depfile"
223 echo "$object : \\" > "$depfile"
224 # The second -e expression handles DOS-style file names with drive
225 # letters.
226 sed -e 's/^[^:]*: / /' \
227 -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile"
228 ## This next piece of magic avoids the "deleted header file" problem.
229 ## The problem is that when a header file which appears in a .P file
230 ## is deleted, the dependency causes make to die (because there is
231 ## typically no way to rebuild the header). We avoid this by adding
232 ## dummy dependencies for each header file. Too bad gcc doesn't do
233 ## this for us directly.
234 ## Some versions of gcc put a space before the ':'. On the theory
235 ## that the space means something, we add a space to the output as
236 ## well. hp depmode also adds that space, but also prefixes the VPATH
237 ## to the object. Take care to not repeat it in the output.
238 ## Some versions of the HPUX 10.20 sed can't process this invocation
239 ## correctly. Breaking it into two sed invocations is a workaround.
240 tr ' ' "$nl" < "$tmpdepfile" \
241 | sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \
242 | sed -e 's/$/ :/' >> "$depfile"
243 rm -f "$tmpdepfile"
244 ;;
245
246 hp)
247 # This case exists only to let depend.m4 do its work. It works by
248 # looking at the text of this script. This case will never be run,
249 # since it is checked for above.
250 exit 1
251 ;;
252
253 sgi)
254 if test "$libtool" = yes; then
255 "$@" "-Wp,-MDupdate,$tmpdepfile"
256 else
257 "$@" -MDupdate "$tmpdepfile"
258 fi
259 stat=$?
260 if test $stat -ne 0; then
261 rm -f "$tmpdepfile"
262 exit $stat
263 fi
264 rm -f "$depfile"
265
266 if test -f "$tmpdepfile"; then # yes, the sourcefile depend on other files
267 echo "$object : \\" > "$depfile"
268 # Clip off the initial element (the dependent). Don't try to be
269 # clever and replace this with sed code, as IRIX sed won't handle
270 # lines with more than a fixed number of characters (4096 in
271 # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines;
272 # the IRIX cc adds comments like '#:fec' to the end of the
273 # dependency line.
274 tr ' ' "$nl" < "$tmpdepfile" \
275 | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' \
276 | tr "$nl" ' ' >> "$depfile"
277 echo >> "$depfile"
278 # The second pass generates a dummy entry for each header file.
279 tr ' ' "$nl" < "$tmpdepfile" \
280 | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \
281 >> "$depfile"
282 else
283 make_dummy_depfile
284 fi
285 rm -f "$tmpdepfile"
286 ;;
287
288 xlc)
289 # This case exists only to let depend.m4 do its work. It works by
290 # looking at the text of this script. This case will never be run,
291 # since it is checked for above.
292 exit 1
293 ;;
294
295 aix)
296 # The C for AIX Compiler uses -M and outputs the dependencies
297 # in a .u file. In older versions, this file always lives in the
298 # current directory. Also, the AIX compiler puts '$object:' at the
299 # start of each line; $object doesn't have directory information.
300 # Version 6 uses the directory in both cases.
301 set_dir_from "$object"
302 set_base_from "$object"
303 if test "$libtool" = yes; then
304 tmpdepfile1=$dir$base.u
305 tmpdepfile2=$base.u
306 tmpdepfile3=$dir.libs/$base.u
307 "$@" -Wc,-M
308 else
309 tmpdepfile1=$dir$base.u
310 tmpdepfile2=$dir$base.u
311 tmpdepfile3=$dir$base.u
312 "$@" -M
313 fi
314 stat=$?
315 if test $stat -ne 0; then
316 rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3"
317 exit $stat
318 fi
319
320 for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3"
321 do
322 test -f "$tmpdepfile" && break
323 done
324 aix_post_process_depfile
325 ;;
326
327 tcc)
328 # tcc (Tiny C Compiler) understand '-MD -MF file' since version 0.9.26
329 # FIXME: That version still under development at the moment of writing.
330 # Make that this statement remains true also for stable, released
331 # versions.
332 # It will wrap lines (doesn't matter whether long or short) with a
333 # trailing '\', as in:
334 #
335 # foo.o : \
336 # foo.c \
337 # foo.h \
338 #
339 # It will put a trailing '\' even on the last line, and will use leading
340 # spaces rather than leading tabs (at least since its commit 0394caf7
341 # "Emit spaces for -MD").
342 "$@" -MD -MF "$tmpdepfile"
343 stat=$?
344 if test $stat -ne 0; then
345 rm -f "$tmpdepfile"
346 exit $stat
347 fi
348 rm -f "$depfile"
349 # Each non-empty line is of the form 'foo.o : \' or ' dep.h \'.
350 # We have to change lines of the first kind to '$object: \'.
351 sed -e "s|.*:|$object :|" < "$tmpdepfile" > "$depfile"
352 # And for each line of the second kind, we have to emit a 'dep.h:'
353 # dummy dependency, to avoid the deleted-header problem.
354 sed -n -e 's|^ *\(.*\) *\\$|\1:|p' < "$tmpdepfile" >> "$depfile"
355 rm -f "$tmpdepfile"
356 ;;
357
358 ## The order of this option in the case statement is important, since the
359 ## shell code in configure will try each of these formats in the order
360 ## listed in this file. A plain '-MD' option would be understood by many
361 ## compilers, so we must ensure this comes after the gcc and icc options.
362 pgcc)
363 # Portland's C compiler understands '-MD'.
364 # Will always output deps to 'file.d' where file is the root name of the
365 # source file under compilation, even if file resides in a subdirectory.
366 # The object file name does not affect the name of the '.d' file.
367 # pgcc 10.2 will output
368 # foo.o: sub/foo.c sub/foo.h
369 # and will wrap long lines using '\' :
370 # foo.o: sub/foo.c ... \
371 # sub/foo.h ... \
372 # ...
373 set_dir_from "$object"
374 # Use the source, not the object, to determine the base name, since
375 # that's sadly what pgcc will do too.
376 set_base_from "$source"
377 tmpdepfile=$base.d
378
379 # For projects that build the same source file twice into different object
380 # files, the pgcc approach of using the *source* file root name can cause
381 # problems in parallel builds. Use a locking strategy to avoid stomping on
382 # the same $tmpdepfile.
383 lockdir=$base.d-lock
384 trap "
385 echo '$0: caught signal, cleaning up...' >&2
386 rmdir '$lockdir'
387 exit 1
388 " 1 2 13 15
389 numtries=100
390 i=$numtries
391 while test $i -gt 0; do
392 # mkdir is a portable test-and-set.
393 if mkdir "$lockdir" 2>/dev/null; then
394 # This process acquired the lock.
395 "$@" -MD
396 stat=$?
397 # Release the lock.
398 rmdir "$lockdir"
399 break
400 else
401 # If the lock is being held by a different process, wait
402 # until the winning process is done or we timeout.
403 while test -d "$lockdir" && test $i -gt 0; do
404 sleep 1
405 i=`expr $i - 1`
406 done
407 fi
408 i=`expr $i - 1`
409 done
410 trap - 1 2 13 15
411 if test $i -le 0; then
412 echo "$0: failed to acquire lock after $numtries attempts" >&2
413 echo "$0: check lockdir '$lockdir'" >&2
414 exit 1
415 fi
416
417 if test $stat -ne 0; then
418 rm -f "$tmpdepfile"
419 exit $stat
420 fi
421 rm -f "$depfile"
422 # Each line is of the form `foo.o: dependent.h',
423 # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'.
424 # Do two passes, one to just change these to
425 # `$object: dependent.h' and one to simply `dependent.h:'.
426 sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
427 # Some versions of the HPUX 10.20 sed can't process this invocation
428 # correctly. Breaking it into two sed invocations is a workaround.
429 sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" \
430 | sed -e 's/$/ :/' >> "$depfile"
431 rm -f "$tmpdepfile"
432 ;;
433
434 hp2)
435 # The "hp" stanza above does not work with aCC (C++) and HP's ia64
436 # compilers, which have integrated preprocessors. The correct option
437 # to use with these is +Maked; it writes dependencies to a file named
438 # 'foo.d', which lands next to the object file, wherever that
439 # happens to be.
440 # Much of this is similar to the tru64 case; see comments there.
441 set_dir_from "$object"
442 set_base_from "$object"
443 if test "$libtool" = yes; then
444 tmpdepfile1=$dir$base.d
445 tmpdepfile2=$dir.libs/$base.d
446 "$@" -Wc,+Maked
447 else
448 tmpdepfile1=$dir$base.d
449 tmpdepfile2=$dir$base.d
450 "$@" +Maked
451 fi
452 stat=$?
453 if test $stat -ne 0; then
454 rm -f "$tmpdepfile1" "$tmpdepfile2"
455 exit $stat
456 fi
457
458 for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2"
459 do
460 test -f "$tmpdepfile" && break
461 done
462 if test -f "$tmpdepfile"; then
463 sed -e "s,^.*\.[$lower]*:,$object:," "$tmpdepfile" > "$depfile"
464 # Add 'dependent.h:' lines.
465 sed -ne '2,${
466 s/^ *//
467 s/ \\*$//
468 s/$/:/
469 p
470 }' "$tmpdepfile" >> "$depfile"
471 else
472 make_dummy_depfile
473 fi
474 rm -f "$tmpdepfile" "$tmpdepfile2"
475 ;;
476
477 tru64)
478 # The Tru64 compiler uses -MD to generate dependencies as a side
479 # effect. 'cc -MD -o foo.o ...' puts the dependencies into 'foo.o.d'.
480 # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put
481 # dependencies in 'foo.d' instead, so we check for that too.
482 # Subdirectories are respected.
483 set_dir_from "$object"
484 set_base_from "$object"
485
486 if test "$libtool" = yes; then
487 # Libtool generates 2 separate objects for the 2 libraries. These
488 # two compilations output dependencies in $dir.libs/$base.o.d and
489 # in $dir$base.o.d. We have to check for both files, because
490 # one of the two compilations can be disabled. We should prefer
491 # $dir$base.o.d over $dir.libs/$base.o.d because the latter is
492 # automatically cleaned when .libs/ is deleted, while ignoring
493 # the former would cause a distcleancheck panic.
494 tmpdepfile1=$dir$base.o.d # libtool 1.5
495 tmpdepfile2=$dir.libs/$base.o.d # Likewise.
496 tmpdepfile3=$dir.libs/$base.d # Compaq CCC V6.2-504
497 "$@" -Wc,-MD
498 else
499 tmpdepfile1=$dir$base.d
500 tmpdepfile2=$dir$base.d
501 tmpdepfile3=$dir$base.d
502 "$@" -MD
503 fi
504
505 stat=$?
506 if test $stat -ne 0; then
507 rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3"
508 exit $stat
509 fi
510
511 for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3"
512 do
513 test -f "$tmpdepfile" && break
514 done
515 # Same post-processing that is required for AIX mode.
516 aix_post_process_depfile
517 ;;
518
519 msvc7)
520 if test "$libtool" = yes; then
521 showIncludes=-Wc,-showIncludes
522 else
523 showIncludes=-showIncludes
524 fi
525 "$@" $showIncludes > "$tmpdepfile"
526 stat=$?
527 grep -v '^Note: including file: ' "$tmpdepfile"
528 if test $stat -ne 0; then
529 rm -f "$tmpdepfile"
530 exit $stat
531 fi
532 rm -f "$depfile"
533 echo "$object : \\" > "$depfile"
534 # The first sed program below extracts the file names and escapes
535 # backslashes for cygpath. The second sed program outputs the file
536 # name when reading, but also accumulates all include files in the
537 # hold buffer in order to output them again at the end. This only
538 # works with sed implementations that can handle large buffers.
539 sed < "$tmpdepfile" -n '
540 /^Note: including file: *\(.*\)/ {
541 s//\1/
542 s/\\/\\\\/g
543 p
544 }' | $cygpath_u | sort -u | sed -n '
545 s/ /\\ /g
546 s/\(.*\)/'"$tab"'\1 \\/p
547 s/.\(.*\) \\/\1:/
548 H
549 $ {
550 s/.*/'"$tab"'/
551 G
552 p
553 }' >> "$depfile"
554 echo >> "$depfile" # make sure the fragment doesn't end with a backslash
555 rm -f "$tmpdepfile"
556 ;;
557
558 msvc7msys)
559 # This case exists only to let depend.m4 do its work. It works by
560 # looking at the text of this script. This case will never be run,
561 # since it is checked for above.
562 exit 1
563 ;;
564
565 #nosideeffect)
566 # This comment above is used by automake to tell side-effect
567 # dependency tracking mechanisms from slower ones.
568
569 dashmstdout)
570 # Important note: in order to support this mode, a compiler *must*
571 # always write the preprocessed file to stdout, regardless of -o.
572 "$@" || exit $?
573
574 # Remove the call to Libtool.
575 if test "$libtool" = yes; then
576 while test "X$1" != 'X--mode=compile'; do
577 shift
578 done
579 shift
580 fi
581
582 # Remove '-o $object'.
583 IFS=" "
584 for arg
585 do
586 case $arg in
587 -o)
588 shift
589 ;;
590 $object)
591 shift
592 ;;
593 *)
594 set fnord "$@" "$arg"
595 shift # fnord
596 shift # $arg
597 ;;
598 esac
599 done
600
601 test -z "$dashmflag" && dashmflag=-M
602 # Require at least two characters before searching for ':'
603 # in the target name. This is to cope with DOS-style filenames:
604 # a dependency such as 'c:/foo/bar' could be seen as target 'c' otherwise.
605 "$@" $dashmflag |
606 sed "s|^[$tab ]*[^:$tab ][^:][^:]*:[$tab ]*|$object: |" > "$tmpdepfile"
607 rm -f "$depfile"
608 cat < "$tmpdepfile" > "$depfile"
609 # Some versions of the HPUX 10.20 sed can't process this sed invocation
610 # correctly. Breaking it into two sed invocations is a workaround.
611 tr ' ' "$nl" < "$tmpdepfile" \
612 | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \
613 | sed -e 's/$/ :/' >> "$depfile"
614 rm -f "$tmpdepfile"
615 ;;
616
617 dashXmstdout)
618 # This case only exists to satisfy depend.m4. It is never actually
619 # run, as this mode is specially recognized in the preamble.
620 exit 1
621 ;;
622
623 makedepend)
624 "$@" || exit $?
625 # Remove any Libtool call
626 if test "$libtool" = yes; then
627 while test "X$1" != 'X--mode=compile'; do
628 shift
629 done
630 shift
631 fi
632 # X makedepend
633 shift
634 cleared=no eat=no
635 for arg
636 do
637 case $cleared in
638 no)
639 set ""; shift
640 cleared=yes ;;
641 esac
642 if test $eat = yes; then
643 eat=no
644 continue
645 fi
646 case "$arg" in
647 -D*|-I*)
648 set fnord "$@" "$arg"; shift ;;
649 # Strip any option that makedepend may not understand. Remove
650 # the object too, otherwise makedepend will parse it as a source file.
651 -arch)
652 eat=yes ;;
653 -*|$object)
654 ;;
655 *)
656 set fnord "$@" "$arg"; shift ;;
657 esac
658 done
659 obj_suffix=`echo "$object" | sed 's/^.*\././'`
660 touch "$tmpdepfile"
661 ${MAKEDEPEND-makedepend} -o"$obj_suffix" -f"$tmpdepfile" "$@"
662 rm -f "$depfile"
663 # makedepend may prepend the VPATH from the source file name to the object.
664 # No need to regex-escape $object, excess matching of '.' is harmless.
665 sed "s|^.*\($object *:\)|\1|" "$tmpdepfile" > "$depfile"
666 # Some versions of the HPUX 10.20 sed can't process the last invocation
667 # correctly. Breaking it into two sed invocations is a workaround.
668 sed '1,2d' "$tmpdepfile" \
669 | tr ' ' "$nl" \
670 | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \
671 | sed -e 's/$/ :/' >> "$depfile"
672 rm -f "$tmpdepfile" "$tmpdepfile".bak
673 ;;
674
675 cpp)
676 # Important note: in order to support this mode, a compiler *must*
677 # always write the preprocessed file to stdout.
678 "$@" || exit $?
679
680 # Remove the call to Libtool.
681 if test "$libtool" = yes; then
682 while test "X$1" != 'X--mode=compile'; do
683 shift
684 done
685 shift
686 fi
687
688 # Remove '-o $object'.
689 IFS=" "
690 for arg
691 do
692 case $arg in
693 -o)
694 shift
695 ;;
696 $object)
697 shift
698 ;;
699 *)
700 set fnord "$@" "$arg"
701 shift # fnord
702 shift # $arg
703 ;;
704 esac
705 done
706
707 "$@" -E \
708 | sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \
709 -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \
710 | sed '$ s: \\$::' > "$tmpdepfile"
711 rm -f "$depfile"
712 echo "$object : \\" > "$depfile"
713 cat < "$tmpdepfile" >> "$depfile"
714 sed < "$tmpdepfile" '/^$/d;s/^ //;s/ \\$//;s/$/ :/' >> "$depfile"
715 rm -f "$tmpdepfile"
716 ;;
717
718 msvisualcpp)
719 # Important note: in order to support this mode, a compiler *must*
720 # always write the preprocessed file to stdout.
721 "$@" || exit $?
722
723 # Remove the call to Libtool.
724 if test "$libtool" = yes; then
725 while test "X$1" != 'X--mode=compile'; do
726 shift
727 done
728 shift
729 fi
730
731 IFS=" "
732 for arg
733 do
734 case "$arg" in
735 -o)
736 shift
737 ;;
738 $object)
739 shift
740 ;;
741 "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI")
742 set fnord "$@"
743 shift
744 shift
745 ;;
746 *)
747 set fnord "$@" "$arg"
748 shift
749 shift
750 ;;
751 esac
752 done
753 "$@" -E 2>/dev/null |
754 sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::\1:p' | $cygpath_u | sort -u > "$tmpdepfile"
755 rm -f "$depfile"
756 echo "$object : \\" > "$depfile"
757 sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::'"$tab"'\1 \\:p' >> "$depfile"
758 echo "$tab" >> "$depfile"
759 sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::\1\::p' >> "$depfile"
760 rm -f "$tmpdepfile"
761 ;;
762
763 msvcmsys)
764 # This case exists only to let depend.m4 do its work. It works by
765 # looking at the text of this script. This case will never be run,
766 # since it is checked for above.
767 exit 1
768 ;;
769
770 none)
771 exec "$@"
772 ;;
773
774 *)
775 echo "Unknown depmode $depmode" 1>&2
776 exit 1
777 ;;
778 esac
779
780 exit 0
781
782 # Local Variables:
783 # mode: shell-script
784 # sh-indentation: 2
785 # eval: (add-hook 'write-file-hooks 'time-stamp)
786 # time-stamp-start: "scriptversion="
787 # time-stamp-format: "%:y-%02m-%02d.%02H"
788 # time-stamp-time-zone: "UTC"
789 # time-stamp-end: "; # UTC"
790 # End:
0 Avahi 0.6.32
1 ============
2
3 This is largely a bugfix release, non-bug changes are listed separately.
4
5 * Don't log warnings about invalid packets, commonly triggered by Windows 10 systems
6 * Fix issue with bad packet size estimation, causing probes to continuously be sent when hosting large numbers of services (Lee, Chun-Yi)
7 * Fix build on Solaris/SmartOS (filio.h issue)
8 * Fix build on FreeBSD (PCAP_D_IN issue)
9 * Fix debug output with libdaemon >= 0.14
10 * avahi_server_set_browse_domains now correctly uses the provided list, instead of re-using the list from the configuration file
11 * Set nl_pid to 0, this will automatically assign the value and prevent conflicts per netlink(7). (Bug #334)
12 * Check for netlink pid=0 (kernel) instead of uid=0, which works correctly with network & user namespaces.
13 * Fix reversed IFA_LOCAL and IFA_ADDRESS checks. (Avahi#355)
14 * Don't fail the build on deprecated GTK/GLIB usage
15 * Gracefully fail if SO_REUSEPORT is not available
16 * Minor Python 3 update for the python ServiceTypeDatabase test usage of print, should be backwards compatible
17 * avahi-autoipd: Fix incorrect usage of IFLA_RTA instead of IFA_RTA which could crash on ARM (Closes: #42)
18
19 Changes
20
21 * GTK3 deprecation fixes including vbox, g_object_unref on GdkCursor, stock items, composite API
22 * New feature: host-name-from-machine-id= to configure the hostname from the machine-id, defaults to off.
23 * Configuration change: Enable IPv6 by default (use-ipv6=yes)
24 * Configuration change: Disable publishing HINFO and WORKSTATION records in the default config (publish-hinfo=no, publish-workstation=no)
25 * Configuration change: Don't browse 0pointer.de and zeroconf.org wide-area by default (browse-domain=)
26
27 This release is backwards compatible with Avahi 0.6.x with x < 32.
28
029 Avahi 0.6.32-rc
130 ===============
231
docs/avahi-favicon.png less more
Binary diff not shown
docs/avahi-logo.png less more
Binary diff not shown
docs/avahi-trac.png less more
Binary diff not shown
+0
-1243
docs/mdns-paket.dia less more
0 <?xml version="1.0" encoding="UTF-8"?>
1 <dia:diagram xmlns:dia="http://www.lysator.liu.se/~alla/dia/">
2 <dia:diagramdata>
3 <dia:attribute name="background">
4 <dia:color val="#ffffff"/>
5 </dia:attribute>
6 <dia:attribute name="pagebreak">
7 <dia:color val="#000099"/>
8 </dia:attribute>
9 <dia:attribute name="paper">
10 <dia:composite type="paper">
11 <dia:attribute name="name">
12 <dia:string>#A4#</dia:string>
13 </dia:attribute>
14 <dia:attribute name="tmargin">
15 <dia:real val="2.8222000598907471"/>
16 </dia:attribute>
17 <dia:attribute name="bmargin">
18 <dia:real val="2.8222000598907471"/>
19 </dia:attribute>
20 <dia:attribute name="lmargin">
21 <dia:real val="2.8222000598907471"/>
22 </dia:attribute>
23 <dia:attribute name="rmargin">
24 <dia:real val="2.8222000598907471"/>
25 </dia:attribute>
26 <dia:attribute name="is_portrait">
27 <dia:boolean val="true"/>
28 </dia:attribute>
29 <dia:attribute name="scaling">
30 <dia:real val="1"/>
31 </dia:attribute>
32 <dia:attribute name="fitto">
33 <dia:boolean val="false"/>
34 </dia:attribute>
35 </dia:composite>
36 </dia:attribute>
37 <dia:attribute name="grid">
38 <dia:composite type="grid">
39 <dia:attribute name="width_x">
40 <dia:real val="1"/>
41 </dia:attribute>
42 <dia:attribute name="width_y">
43 <dia:real val="1"/>
44 </dia:attribute>
45 <dia:attribute name="visible_x">
46 <dia:int val="1"/>
47 </dia:attribute>
48 <dia:attribute name="visible_y">
49 <dia:int val="1"/>
50 </dia:attribute>
51 <dia:composite type="color"/>
52 </dia:composite>
53 </dia:attribute>
54 <dia:attribute name="color">
55 <dia:color val="#d8e5e5"/>
56 </dia:attribute>
57 <dia:attribute name="guides">
58 <dia:composite type="guides">
59 <dia:attribute name="hguides"/>
60 <dia:attribute name="vguides"/>
61 </dia:composite>
62 </dia:attribute>
63 </dia:diagramdata>
64 <dia:layer name="Background" visible="true">
65 <dia:object type="Standard - Box" version="0" id="O0">
66 <dia:attribute name="obj_pos">
67 <dia:point val="3,3"/>
68 </dia:attribute>
69 <dia:attribute name="obj_bb">
70 <dia:rectangle val="2.95,2.95;19.05,30.05"/>
71 </dia:attribute>
72 <dia:attribute name="elem_corner">
73 <dia:point val="3,3"/>
74 </dia:attribute>
75 <dia:attribute name="elem_width">
76 <dia:real val="16"/>
77 </dia:attribute>
78 <dia:attribute name="elem_height">
79 <dia:real val="27"/>
80 </dia:attribute>
81 <dia:attribute name="show_background">
82 <dia:boolean val="true"/>
83 </dia:attribute>
84 </dia:object>
85 <dia:object type="Standard - Box" version="0" id="O1">
86 <dia:attribute name="obj_pos">
87 <dia:point val="3,3"/>
88 </dia:attribute>
89 <dia:attribute name="obj_bb">
90 <dia:rectangle val="2.95,2.95;19.05,5.05"/>
91 </dia:attribute>
92 <dia:attribute name="elem_corner">
93 <dia:point val="3,3"/>
94 </dia:attribute>
95 <dia:attribute name="elem_width">
96 <dia:real val="16"/>
97 </dia:attribute>
98 <dia:attribute name="elem_height">
99 <dia:real val="2"/>
100 </dia:attribute>
101 <dia:attribute name="show_background">
102 <dia:boolean val="true"/>
103 </dia:attribute>
104 </dia:object>
105 <dia:object type="Standard - Box" version="0" id="O2">
106 <dia:attribute name="obj_pos">
107 <dia:point val="3,5"/>
108 </dia:attribute>
109 <dia:attribute name="obj_bb">
110 <dia:rectangle val="2.95,4.95;19.05,7.05"/>
111 </dia:attribute>
112 <dia:attribute name="elem_corner">
113 <dia:point val="3,5"/>
114 </dia:attribute>
115 <dia:attribute name="elem_width">
116 <dia:real val="16"/>
117 </dia:attribute>
118 <dia:attribute name="elem_height">
119 <dia:real val="2"/>
120 </dia:attribute>
121 <dia:attribute name="show_background">
122 <dia:boolean val="true"/>
123 </dia:attribute>
124 </dia:object>
125 <dia:object type="Standard - Box" version="0" id="O3">
126 <dia:attribute name="obj_pos">
127 <dia:point val="3,7"/>
128 </dia:attribute>
129 <dia:attribute name="obj_bb">
130 <dia:rectangle val="2.95,6.95;19.05,9.05"/>
131 </dia:attribute>
132 <dia:attribute name="elem_corner">
133 <dia:point val="3,7"/>
134 </dia:attribute>
135 <dia:attribute name="elem_width">
136 <dia:real val="16"/>
137 </dia:attribute>
138 <dia:attribute name="elem_height">
139 <dia:real val="2"/>
140 </dia:attribute>
141 <dia:attribute name="show_background">
142 <dia:boolean val="true"/>
143 </dia:attribute>
144 </dia:object>
145 <dia:object type="Standard - Box" version="0" id="O4">
146 <dia:attribute name="obj_pos">
147 <dia:point val="3,9"/>
148 </dia:attribute>
149 <dia:attribute name="obj_bb">
150 <dia:rectangle val="2.95,8.95;19.05,11.05"/>
151 </dia:attribute>
152 <dia:attribute name="elem_corner">
153 <dia:point val="3,9"/>
154 </dia:attribute>
155 <dia:attribute name="elem_width">
156 <dia:real val="16"/>
157 </dia:attribute>
158 <dia:attribute name="elem_height">
159 <dia:real val="2"/>
160 </dia:attribute>
161 <dia:attribute name="show_background">
162 <dia:boolean val="true"/>
163 </dia:attribute>
164 </dia:object>
165 <dia:object type="Standard - Box" version="0" id="O5">
166 <dia:attribute name="obj_pos">
167 <dia:point val="3,11"/>
168 </dia:attribute>
169 <dia:attribute name="obj_bb">
170 <dia:rectangle val="2.95,10.95;19.05,13.05"/>
171 </dia:attribute>
172 <dia:attribute name="elem_corner">
173 <dia:point val="3,11"/>
174 </dia:attribute>
175 <dia:attribute name="elem_width">
176 <dia:real val="16"/>
177 </dia:attribute>
178 <dia:attribute name="elem_height">
179 <dia:real val="2"/>
180 </dia:attribute>
181 <dia:attribute name="show_background">
182 <dia:boolean val="true"/>
183 </dia:attribute>
184 </dia:object>
185 <dia:object type="Standard - Box" version="0" id="O6">
186 <dia:attribute name="obj_pos">
187 <dia:point val="3,13"/>
188 </dia:attribute>
189 <dia:attribute name="obj_bb">
190 <dia:rectangle val="2.95,12.95;19.05,15.05"/>
191 </dia:attribute>
192 <dia:attribute name="elem_corner">
193 <dia:point val="3,13"/>
194 </dia:attribute>
195 <dia:attribute name="elem_width">
196 <dia:real val="16"/>
197 </dia:attribute>
198 <dia:attribute name="elem_height">
199 <dia:real val="2"/>
200 </dia:attribute>
201 <dia:attribute name="show_background">
202 <dia:boolean val="true"/>
203 </dia:attribute>
204 </dia:object>
205 <dia:object type="Standard - Text" version="0" id="O7">
206 <dia:attribute name="obj_pos">
207 <dia:point val="10.7338,4.06625"/>
208 </dia:attribute>
209 <dia:attribute name="obj_bb">
210 <dia:rectangle val="10.7338,3.49875;11.3013,4.50125"/>
211 </dia:attribute>
212 <dia:attribute name="text">
213 <dia:composite type="text">
214 <dia:attribute name="string">
215 <dia:string>#ID#</dia:string>
216 </dia:attribute>
217 <dia:attribute name="font">
218 <dia:font family="sans" style="0" name="Helvetica"/>
219 </dia:attribute>
220 <dia:attribute name="height">
221 <dia:real val="0.80000000000000004"/>
222 </dia:attribute>
223 <dia:attribute name="pos">
224 <dia:point val="10.7338,4.06625"/>
225 </dia:attribute>
226 <dia:attribute name="color">
227 <dia:color val="#000000"/>
228 </dia:attribute>
229 <dia:attribute name="alignment">
230 <dia:enum val="0"/>
231 </dia:attribute>
232 </dia:composite>
233 </dia:attribute>
234 </dia:object>
235 <dia:object type="Standard - Text" version="0" id="O8">
236 <dia:attribute name="obj_pos">
237 <dia:point val="10.2413,6.075"/>
238 </dia:attribute>
239 <dia:attribute name="obj_bb">
240 <dia:rectangle val="10.2413,5.5075;11.7588,6.51"/>
241 </dia:attribute>
242 <dia:attribute name="text">
243 <dia:composite type="text">
244 <dia:attribute name="string">
245 <dia:string>#Flags#</dia:string>
246 </dia:attribute>
247 <dia:attribute name="font">
248 <dia:font family="sans" style="0" name="Helvetica"/>
249 </dia:attribute>
250 <dia:attribute name="height">
251 <dia:real val="0.80000000000000004"/>
252 </dia:attribute>
253 <dia:attribute name="pos">
254 <dia:point val="10.2413,6.075"/>
255 </dia:attribute>
256 <dia:attribute name="color">
257 <dia:color val="#000000"/>
258 </dia:attribute>
259 <dia:attribute name="alignment">
260 <dia:enum val="0"/>
261 </dia:attribute>
262 </dia:composite>
263 </dia:attribute>
264 </dia:object>
265 <dia:object type="Standard - Text" version="0" id="O9">
266 <dia:attribute name="obj_pos">
267 <dia:point val="6.24125,8.06625"/>
268 </dia:attribute>
269 <dia:attribute name="obj_bb">
270 <dia:rectangle val="6.24125,7.49875;15.8087,8.50125"/>
271 </dia:attribute>
272 <dia:attribute name="text">
273 <dia:composite type="text">
274 <dia:attribute name="string">
275 <dia:string>#QDCOUNT - Anzahl der RR-Queries#</dia:string>
276 </dia:attribute>
277 <dia:attribute name="font">
278 <dia:font family="sans" style="0" name="Helvetica"/>
279 </dia:attribute>
280 <dia:attribute name="height">
281 <dia:real val="0.80000000000000004"/>
282 </dia:attribute>
283 <dia:attribute name="pos">
284 <dia:point val="6.24125,8.06625"/>
285 </dia:attribute>
286 <dia:attribute name="color">
287 <dia:color val="#000000"/>
288 </dia:attribute>
289 <dia:attribute name="alignment">
290 <dia:enum val="0"/>
291 </dia:attribute>
292 </dia:composite>
293 </dia:attribute>
294 </dia:object>
295 <dia:object type="Standard - Text" version="0" id="O10">
296 <dia:attribute name="obj_pos">
297 <dia:point val="3.51625,10.0663"/>
298 </dia:attribute>
299 <dia:attribute name="obj_bb">
300 <dia:rectangle val="3.51625,9.49875;18.4838,10.5013"/>
301 </dia:attribute>
302 <dia:attribute name="text">
303 <dia:composite type="text">
304 <dia:attribute name="string">
305 <dia:string>#ANCOUNT - Anzahl der bereits bekannten Antwort-RRs#</dia:string>
306 </dia:attribute>
307 <dia:attribute name="font">
308 <dia:font family="sans" style="0" name="Helvetica"/>
309 </dia:attribute>
310 <dia:attribute name="height">
311 <dia:real val="0.80000000000000004"/>
312 </dia:attribute>
313 <dia:attribute name="pos">
314 <dia:point val="3.51625,10.0663"/>
315 </dia:attribute>
316 <dia:attribute name="color">
317 <dia:color val="#000000"/>
318 </dia:attribute>
319 <dia:attribute name="alignment">
320 <dia:enum val="0"/>
321 </dia:attribute>
322 </dia:composite>
323 </dia:attribute>
324 </dia:object>
325 <dia:object type="Standard - Text" version="0" id="O11">
326 <dia:attribute name="obj_pos">
327 <dia:point val="4.64125,12.0663"/>
328 </dia:attribute>
329 <dia:attribute name="obj_bb">
330 <dia:rectangle val="4.64125,11.4987;17.3588,12.5013"/>
331 </dia:attribute>
332 <dia:attribute name="text">
333 <dia:composite type="text">
334 <dia:attribute name="string">
335 <dia:string>#NSCOUNT - Anzahl der zu registrierenden RRs#</dia:string>
336 </dia:attribute>
337 <dia:attribute name="font">
338 <dia:font family="sans" style="0" name="Helvetica"/>
339 </dia:attribute>
340 <dia:attribute name="height">
341 <dia:real val="0.80000000000000004"/>
342 </dia:attribute>
343 <dia:attribute name="pos">
344 <dia:point val="4.64125,12.0663"/>
345 </dia:attribute>
346 <dia:attribute name="color">
347 <dia:color val="#000000"/>
348 </dia:attribute>
349 <dia:attribute name="alignment">
350 <dia:enum val="0"/>
351 </dia:attribute>
352 </dia:composite>
353 </dia:attribute>
354 </dia:object>
355 <dia:object type="Standard - Text" version="0" id="O12">
356 <dia:attribute name="obj_pos">
357 <dia:point val="9.09125,14.0663"/>
358 </dia:attribute>
359 <dia:attribute name="obj_bb">
360 <dia:rectangle val="9.09125,13.4987;12.9087,14.5013"/>
361 </dia:attribute>
362 <dia:attribute name="text">
363 <dia:composite type="text">
364 <dia:attribute name="string">
365 <dia:string>#ARCOUNT = 0#</dia:string>
366 </dia:attribute>
367 <dia:attribute name="font">
368 <dia:font family="sans" style="0" name="Helvetica"/>
369 </dia:attribute>
370 <dia:attribute name="height">
371 <dia:real val="0.80000000000000004"/>
372 </dia:attribute>
373 <dia:attribute name="pos">
374 <dia:point val="9.09125,14.0663"/>
375 </dia:attribute>
376 <dia:attribute name="color">
377 <dia:color val="#000000"/>
378 </dia:attribute>
379 <dia:attribute name="alignment">
380 <dia:enum val="0"/>
381 </dia:attribute>
382 </dia:composite>
383 </dia:attribute>
384 </dia:object>
385 <dia:object type="Standard - Box" version="0" id="O13">
386 <dia:attribute name="obj_pos">
387 <dia:point val="5,15"/>
388 </dia:attribute>
389 <dia:attribute name="obj_bb">
390 <dia:rectangle val="4.95,14.95;19.05,18.05"/>
391 </dia:attribute>
392 <dia:attribute name="elem_corner">
393 <dia:point val="5,15"/>
394 </dia:attribute>
395 <dia:attribute name="elem_width">
396 <dia:real val="14"/>
397 </dia:attribute>
398 <dia:attribute name="elem_height">
399 <dia:real val="3"/>
400 </dia:attribute>
401 <dia:attribute name="show_background">
402 <dia:boolean val="true"/>
403 </dia:attribute>
404 </dia:object>
405 <dia:object type="Standard - Text" version="0" id="O14">
406 <dia:attribute name="obj_pos">
407 <dia:point val="6,19"/>
408 </dia:attribute>
409 <dia:attribute name="obj_bb">
410 <dia:rectangle val="6,17.6075;7.3925,20.085"/>
411 </dia:attribute>
412 <dia:attribute name="text">
413 <dia:composite type="text">
414 <dia:attribute name="string">
415 <dia:string>#...#</dia:string>
416 </dia:attribute>
417 <dia:attribute name="font">
418 <dia:font family="sans" style="0" name="Helvetica"/>
419 </dia:attribute>
420 <dia:attribute name="height">
421 <dia:real val="2"/>
422 </dia:attribute>
423 <dia:attribute name="pos">
424 <dia:point val="6,19"/>
425 </dia:attribute>
426 <dia:attribute name="color">
427 <dia:color val="#000000"/>
428 </dia:attribute>
429 <dia:attribute name="alignment">
430 <dia:enum val="0"/>
431 </dia:attribute>
432 </dia:composite>
433 </dia:attribute>
434 </dia:object>
435 <dia:object type="Standard - Text" version="0" id="O15">
436 <dia:attribute name="obj_pos">
437 <dia:point val="10.1163,2"/>
438 </dia:attribute>
439 <dia:attribute name="obj_bb">
440 <dia:rectangle val="10.1163,1.4325;11.8838,2.435"/>
441 </dia:attribute>
442 <dia:attribute name="text">
443 <dia:composite type="text">
444 <dia:attribute name="string">
445 <dia:string>#16bits#</dia:string>
446 </dia:attribute>
447 <dia:attribute name="font">
448 <dia:font family="sans" style="0" name="Helvetica"/>
449 </dia:attribute>
450 <dia:attribute name="height">
451 <dia:real val="0.80000000000000004"/>
452 </dia:attribute>
453 <dia:attribute name="pos">
454 <dia:point val="10.1163,2"/>
455 </dia:attribute>
456 <dia:attribute name="color">
457 <dia:color val="#000000"/>
458 </dia:attribute>
459 <dia:attribute name="alignment">
460 <dia:enum val="0"/>
461 </dia:attribute>
462 </dia:composite>
463 </dia:attribute>
464 </dia:object>
465 <dia:object type="Standard - Text" version="0" id="O16">
466 <dia:attribute name="obj_pos">
467 <dia:point val="7,16"/>
468 </dia:attribute>
469 <dia:attribute name="obj_bb">
470 <dia:rectangle val="6.9825,15.4325;7.15,16.435"/>
471 </dia:attribute>
472 <dia:attribute name="text">
473 <dia:composite type="text">
474 <dia:attribute name="string">
475 <dia:string># #</dia:string>
476 </dia:attribute>
477 <dia:attribute name="font">
478 <dia:font family="sans" style="0" name="Helvetica"/>
479 </dia:attribute>
480 <dia:attribute name="height">
481 <dia:real val="0.80000000000000004"/>
482 </dia:attribute>
483 <dia:attribute name="pos">
484 <dia:point val="7,16"/>
485 </dia:attribute>
486 <dia:attribute name="color">
487 <dia:color val="#000000"/>
488 </dia:attribute>
489 <dia:attribute name="alignment">
490 <dia:enum val="0"/>
491 </dia:attribute>
492 </dia:composite>
493 </dia:attribute>
494 </dia:object>
495 <dia:object type="Standard - Text" version="0" id="O17">
496 <dia:attribute name="obj_pos">
497 <dia:point val="10.4413,16.5663"/>
498 </dia:attribute>
499 <dia:attribute name="obj_bb">
500 <dia:rectangle val="10.4413,15.9987;13.6088,17.0012"/>
501 </dia:attribute>
502 <dia:attribute name="text">
503 <dia:composite type="text">
504 <dia:attribute name="string">
505 <dia:string>#RR-Queries#</dia:string>
506 </dia:attribute>
507 <dia:attribute name="font">
508 <dia:font family="sans" style="0" name="Helvetica"/>
509 </dia:attribute>
510 <dia:attribute name="height">
511 <dia:real val="0.80000000000000004"/>
512 </dia:attribute>
513 <dia:attribute name="pos">
514 <dia:point val="10.4413,16.5663"/>
515 </dia:attribute>
516 <dia:attribute name="color">
517 <dia:color val="#000000"/>
518 </dia:attribute>
519 <dia:attribute name="alignment">
520 <dia:enum val="0"/>
521 </dia:attribute>
522 </dia:composite>
523 </dia:attribute>
524 </dia:object>
525 <dia:object type="Standard - Box" version="0" id="O18">
526 <dia:attribute name="obj_pos">
527 <dia:point val="5,20"/>
528 </dia:attribute>
529 <dia:attribute name="obj_bb">
530 <dia:rectangle val="4.95,19.95;19.05,23.05"/>
531 </dia:attribute>
532 <dia:attribute name="elem_corner">
533 <dia:point val="5,20"/>
534 </dia:attribute>
535 <dia:attribute name="elem_width">
536 <dia:real val="14"/>
537 </dia:attribute>
538 <dia:attribute name="elem_height">
539 <dia:real val="3"/>
540 </dia:attribute>
541 <dia:attribute name="show_background">
542 <dia:boolean val="true"/>
543 </dia:attribute>
544 </dia:object>
545 <dia:object type="Standard - Text" version="0" id="O19">
546 <dia:attribute name="obj_pos">
547 <dia:point val="8.09125,21.5663"/>
548 </dia:attribute>
549 <dia:attribute name="obj_bb">
550 <dia:rectangle val="8.09125,20.9988;16.4587,22.0012"/>
551 </dia:attribute>
552 <dia:attribute name="text">
553 <dia:composite type="text">
554 <dia:attribute name="string">
555 <dia:string>#Bereits bekannte Antwort-RRs#</dia:string>
556 </dia:attribute>
557 <dia:attribute name="font">
558 <dia:font family="sans" style="0" name="Helvetica"/>
559 </dia:attribute>
560 <dia:attribute name="height">
561 <dia:real val="0.80000000000000004"/>
562 </dia:attribute>
563 <dia:attribute name="pos">
564 <dia:point val="8.09125,21.5663"/>
565 </dia:attribute>
566 <dia:attribute name="color">
567 <dia:color val="#000000"/>
568 </dia:attribute>
569 <dia:attribute name="alignment">
570 <dia:enum val="0"/>
571 </dia:attribute>
572 </dia:composite>
573 </dia:attribute>
574 </dia:object>
575 <dia:object type="Standard - Text" version="0" id="O20">
576 <dia:attribute name="obj_pos">
577 <dia:point val="6,24"/>
578 </dia:attribute>
579 <dia:attribute name="obj_bb">
580 <dia:rectangle val="6,22.6075;7.3925,25.085"/>
581 </dia:attribute>
582 <dia:attribute name="text">
583 <dia:composite type="text">
584 <dia:attribute name="string">
585 <dia:string>#...#</dia:string>
586 </dia:attribute>
587 <dia:attribute name="font">
588 <dia:font family="sans" style="0" name="Helvetica"/>
589 </dia:attribute>
590 <dia:attribute name="height">
591 <dia:real val="2"/>
592 </dia:attribute>
593 <dia:attribute name="pos">
594 <dia:point val="6,24"/>
595 </dia:attribute>
596 <dia:attribute name="color">
597 <dia:color val="#000000"/>
598 </dia:attribute>
599 <dia:attribute name="alignment">
600 <dia:enum val="0"/>
601 </dia:attribute>
602 </dia:composite>
603 </dia:attribute>
604 </dia:object>
605 <dia:object type="Standard - Line" version="0" id="O21">
606 <dia:attribute name="obj_pos">
607 <dia:point val="3,20"/>
608 </dia:attribute>
609 <dia:attribute name="obj_bb">
610 <dia:rectangle val="2.95,19.95;19.05,20.05"/>
611 </dia:attribute>
612 <dia:attribute name="conn_endpoints">
613 <dia:point val="3,20"/>
614 <dia:point val="19,20"/>
615 </dia:attribute>
616 <dia:attribute name="numcp">
617 <dia:int val="1"/>
618 </dia:attribute>
619 <dia:connections>
620 <dia:connection handle="1" to="O18" connection="2"/>
621 </dia:connections>
622 </dia:object>
623 <dia:object type="Standard - Box" version="0" id="O22">
624 <dia:attribute name="obj_pos">
625 <dia:point val="22,3"/>
626 </dia:attribute>
627 <dia:attribute name="obj_bb">
628 <dia:rectangle val="21.95,2.95;38.05,30.05"/>
629 </dia:attribute>
630 <dia:attribute name="elem_corner">
631 <dia:point val="22,3"/>
632 </dia:attribute>
633 <dia:attribute name="elem_width">
634 <dia:real val="16"/>
635 </dia:attribute>
636 <dia:attribute name="elem_height">
637 <dia:real val="27"/>
638 </dia:attribute>
639 <dia:attribute name="show_background">
640 <dia:boolean val="true"/>
641 </dia:attribute>
642 </dia:object>
643 <dia:object type="Standard - Box" version="0" id="O23">
644 <dia:attribute name="obj_pos">
645 <dia:point val="22,3"/>
646 </dia:attribute>
647 <dia:attribute name="obj_bb">
648 <dia:rectangle val="21.95,2.95;38.05,5.05"/>
649 </dia:attribute>
650 <dia:attribute name="elem_corner">
651 <dia:point val="22,3"/>
652 </dia:attribute>
653 <dia:attribute name="elem_width">
654 <dia:real val="16"/>
655 </dia:attribute>
656 <dia:attribute name="elem_height">
657 <dia:real val="2"/>
658 </dia:attribute>
659 <dia:attribute name="show_background">
660 <dia:boolean val="true"/>
661 </dia:attribute>
662 </dia:object>
663 <dia:object type="Standard - Box" version="0" id="O24">
664 <dia:attribute name="obj_pos">
665 <dia:point val="22,5"/>
666 </dia:attribute>
667 <dia:attribute name="obj_bb">
668 <dia:rectangle val="21.95,4.95;38.05,7.05"/>
669 </dia:attribute>
670 <dia:attribute name="elem_corner">
671 <dia:point val="22,5"/>
672 </dia:attribute>
673 <dia:attribute name="elem_width">
674 <dia:real val="16"/>
675 </dia:attribute>
676 <dia:attribute name="elem_height">
677 <dia:real val="2"/>
678 </dia:attribute>
679 <dia:attribute name="show_background">
680 <dia:boolean val="true"/>
681 </dia:attribute>
682 </dia:object>
683 <dia:object type="Standard - Box" version="0" id="O25">
684 <dia:attribute name="obj_pos">
685 <dia:point val="22,7"/>
686 </dia:attribute>
687 <dia:attribute name="obj_bb">
688 <dia:rectangle val="21.95,6.95;38.05,9.05"/>
689 </dia:attribute>
690 <dia:attribute name="elem_corner">
691 <dia:point val="22,7"/>
692 </dia:attribute>
693 <dia:attribute name="elem_width">
694 <dia:real val="16"/>
695 </dia:attribute>
696 <dia:attribute name="elem_height">
697 <dia:real val="2"/>
698 </dia:attribute>
699 <dia:attribute name="show_background">
700 <dia:boolean val="true"/>
701 </dia:attribute>
702 </dia:object>
703 <dia:object type="Standard - Box" version="0" id="O26">
704 <dia:attribute name="obj_pos">
705 <dia:point val="22,9"/>
706 </dia:attribute>
707 <dia:attribute name="obj_bb">
708 <dia:rectangle val="21.95,8.95;38.05,11.05"/>
709 </dia:attribute>
710 <dia:attribute name="elem_corner">
711 <dia:point val="22,9"/>
712 </dia:attribute>
713 <dia:attribute name="elem_width">
714 <dia:real val="16"/>
715 </dia:attribute>
716 <dia:attribute name="elem_height">
717 <dia:real val="2"/>
718 </dia:attribute>
719 <dia:attribute name="show_background">
720 <dia:boolean val="true"/>
721 </dia:attribute>
722 </dia:object>
723 <dia:object type="Standard - Box" version="0" id="O27">
724 <dia:attribute name="obj_pos">
725 <dia:point val="22,11"/>
726 </dia:attribute>
727 <dia:attribute name="obj_bb">
728 <dia:rectangle val="21.95,10.95;38.05,13.05"/>
729 </dia:attribute>
730 <dia:attribute name="elem_corner">
731 <dia:point val="22,11"/>
732 </dia:attribute>
733 <dia:attribute name="elem_width">
734 <dia:real val="16"/>
735 </dia:attribute>
736 <dia:attribute name="elem_height">
737 <dia:real val="2"/>
738 </dia:attribute>
739 <dia:attribute name="show_background">
740 <dia:boolean val="true"/>
741 </dia:attribute>
742 </dia:object>
743 <dia:object type="Standard - Box" version="0" id="O28">
744 <dia:attribute name="obj_pos">
745 <dia:point val="22,13"/>
746 </dia:attribute>
747 <dia:attribute name="obj_bb">
748 <dia:rectangle val="21.95,12.95;38.05,15.05"/>
749 </dia:attribute>
750 <dia:attribute name="elem_corner">
751 <dia:point val="22,13"/>
752 </dia:attribute>
753 <dia:attribute name="elem_width">
754 <dia:real val="16"/>
755 </dia:attribute>
756 <dia:attribute name="elem_height">
757 <dia:real val="2"/>
758 </dia:attribute>
759 <dia:attribute name="show_background">
760 <dia:boolean val="true"/>
761 </dia:attribute>
762 </dia:object>
763 <dia:object type="Standard - Text" version="0" id="O29">
764 <dia:attribute name="obj_pos">
765 <dia:point val="29.7338,4.06625"/>
766 </dia:attribute>
767 <dia:attribute name="obj_bb">
768 <dia:rectangle val="29.7338,3.51625;30.2838,4.46625"/>
769 </dia:attribute>
770 <dia:attribute name="text">
771 <dia:composite type="text">
772 <dia:attribute name="string">
773 <dia:string>#ID#</dia:string>
774 </dia:attribute>
775 <dia:attribute name="font">
776 <dia:font family="sans" style="0" name="Helvetica"/>
777 </dia:attribute>
778 <dia:attribute name="height">
779 <dia:real val="0.80000000000000004"/>
780 </dia:attribute>
781 <dia:attribute name="pos">
782 <dia:point val="29.7338,4.06625"/>
783 </dia:attribute>
784 <dia:attribute name="color">
785 <dia:color val="#000000"/>
786 </dia:attribute>
787 <dia:attribute name="alignment">
788 <dia:enum val="0"/>
789 </dia:attribute>
790 </dia:composite>
791 </dia:attribute>
792 </dia:object>
793 <dia:object type="Standard - Text" version="0" id="O30">
794 <dia:attribute name="obj_pos">
795 <dia:point val="29.2413,6.075"/>
796 </dia:attribute>
797 <dia:attribute name="obj_bb">
798 <dia:rectangle val="29.2413,5.525;30.7413,6.475"/>
799 </dia:attribute>
800 <dia:attribute name="text">
801 <dia:composite type="text">
802 <dia:attribute name="string">
803 <dia:string>#Flags#</dia:string>
804 </dia:attribute>
805 <dia:attribute name="font">
806 <dia:font family="sans" style="0" name="Helvetica"/>
807 </dia:attribute>
808 <dia:attribute name="height">
809 <dia:real val="0.80000000000000004"/>
810 </dia:attribute>
811 <dia:attribute name="pos">
812 <dia:point val="29.2413,6.075"/>
813 </dia:attribute>
814 <dia:attribute name="color">
815 <dia:color val="#000000"/>
816 </dia:attribute>
817 <dia:attribute name="alignment">
818 <dia:enum val="0"/>
819 </dia:attribute>
820 </dia:composite>
821 </dia:attribute>
822 </dia:object>
823 <dia:object type="Standard - Text" version="0" id="O31">
824 <dia:attribute name="obj_pos">
825 <dia:point val="28.0162,8.06625"/>
826 </dia:attribute>
827 <dia:attribute name="obj_bb">
828 <dia:rectangle val="28.0162,7.49875;31.9838,8.50125"/>
829 </dia:attribute>
830 <dia:attribute name="text">
831 <dia:composite type="text">
832 <dia:attribute name="string">
833 <dia:string>#QDCOUNT = 0#</dia:string>
834 </dia:attribute>
835 <dia:attribute name="font">
836 <dia:font family="sans" style="0" name="Helvetica"/>
837 </dia:attribute>
838 <dia:attribute name="height">
839 <dia:real val="0.80000000000000004"/>
840 </dia:attribute>
841 <dia:attribute name="pos">
842 <dia:point val="28.0162,8.06625"/>
843 </dia:attribute>
844 <dia:attribute name="color">
845 <dia:color val="#000000"/>
846 </dia:attribute>
847 <dia:attribute name="alignment">
848 <dia:enum val="0"/>
849 </dia:attribute>
850 </dia:composite>
851 </dia:attribute>
852 </dia:object>
853 <dia:object type="Standard - Text" version="0" id="O32">
854 <dia:attribute name="obj_pos">
855 <dia:point val="25.1412,10.0663"/>
856 </dia:attribute>
857 <dia:attribute name="obj_bb">
858 <dia:rectangle val="25.1412,9.49875;34.8588,10.5013"/>
859 </dia:attribute>
860 <dia:attribute name="text">
861 <dia:composite type="text">
862 <dia:attribute name="string">
863 <dia:string>#ANCOUNT - Anzahl der Antwort-RRs#</dia:string>
864 </dia:attribute>
865 <dia:attribute name="font">
866 <dia:font family="sans" style="0" name="Helvetica"/>
867 </dia:attribute>
868 <dia:attribute name="height">
869 <dia:real val="0.80000000000000004"/>
870 </dia:attribute>
871 <dia:attribute name="pos">
872 <dia:point val="25.1412,10.0663"/>
873 </dia:attribute>
874 <dia:attribute name="color">
875 <dia:color val="#000000"/>
876 </dia:attribute>
877 <dia:attribute name="alignment">
878 <dia:enum val="0"/>
879 </dia:attribute>
880 </dia:composite>
881 </dia:attribute>
882 </dia:object>
883 <dia:object type="Standard - Text" version="0" id="O33">
884 <dia:attribute name="obj_pos">
885 <dia:point val="28.0412,12.0663"/>
886 </dia:attribute>
887 <dia:attribute name="obj_bb">
888 <dia:rectangle val="28.0412,11.5162;31.9412,12.4663"/>
889 </dia:attribute>
890 <dia:attribute name="text">
891 <dia:composite type="text">
892 <dia:attribute name="string">
893 <dia:string>#NSCOUNT = 0#</dia:string>
894 </dia:attribute>
895 <dia:attribute name="font">
896 <dia:font family="sans" style="0" name="Helvetica"/>
897 </dia:attribute>
898 <dia:attribute name="height">
899 <dia:real val="0.80000000000000004"/>
900 </dia:attribute>
901 <dia:attribute name="pos">
902 <dia:point val="28.0412,12.0663"/>
903 </dia:attribute>
904 <dia:attribute name="color">
905 <dia:color val="#000000"/>
906 </dia:attribute>
907 <dia:attribute name="alignment">
908 <dia:enum val="0"/>
909 </dia:attribute>
910 </dia:composite>
911 </dia:attribute>
912 </dia:object>
913 <dia:object type="Standard - Text" version="0" id="O34">
914 <dia:attribute name="obj_pos">
915 <dia:point val="28.0913,14.0663"/>
916 </dia:attribute>
917 <dia:attribute name="obj_bb">
918 <dia:rectangle val="28.0913,13.5162;31.8913,14.4663"/>
919 </dia:attribute>
920 <dia:attribute name="text">
921 <dia:composite type="text">
922 <dia:attribute name="string">
923 <dia:string>#ARCOUNT = 0#</dia:string>
924 </dia:attribute>
925 <dia:attribute name="font">
926 <dia:font family="sans" style="0" name="Helvetica"/>
927 </dia:attribute>
928 <dia:attribute name="height">
929 <dia:real val="0.80000000000000004"/>
930 </dia:attribute>
931 <dia:attribute name="pos">
932 <dia:point val="28.0913,14.0663"/>
933 </dia:attribute>
934 <dia:attribute name="color">
935 <dia:color val="#000000"/>
936 </dia:attribute>
937 <dia:attribute name="alignment">
938 <dia:enum val="0"/>
939 </dia:attribute>
940 </dia:composite>
941 </dia:attribute>
942 </dia:object>
943 <dia:object type="Standard - Box" version="0" id="O35">
944 <dia:attribute name="obj_pos">
945 <dia:point val="24,15"/>
946 </dia:attribute>
947 <dia:attribute name="obj_bb">
948 <dia:rectangle val="23.95,14.95;38.05,18.05"/>
949 </dia:attribute>
950 <dia:attribute name="elem_corner">
951 <dia:point val="24,15"/>
952 </dia:attribute>
953 <dia:attribute name="elem_width">
954 <dia:real val="14"/>
955 </dia:attribute>
956 <dia:attribute name="elem_height">
957 <dia:real val="3"/>
958 </dia:attribute>
959 <dia:attribute name="show_background">
960 <dia:boolean val="true"/>
961 </dia:attribute>
962 </dia:object>
963 <dia:object type="Standard - Text" version="0" id="O36">
964 <dia:attribute name="obj_pos">
965 <dia:point val="25,19"/>
966 </dia:attribute>
967 <dia:attribute name="obj_bb">
968 <dia:rectangle val="24.9575,17.6075;26.35,20.085"/>
969 </dia:attribute>
970 <dia:attribute name="text">
971 <dia:composite type="text">
972 <dia:attribute name="string">
973 <dia:string>#...#</dia:string>
974 </dia:attribute>
975 <dia:attribute name="font">
976 <dia:font family="sans" style="0" name="Helvetica"/>
977 </dia:attribute>
978 <dia:attribute name="height">
979 <dia:real val="2"/>
980 </dia:attribute>
981 <dia:attribute name="pos">
982 <dia:point val="25,19"/>
983 </dia:attribute>
984 <dia:attribute name="color">
985 <dia:color val="#000000"/>
986 </dia:attribute>
987 <dia:attribute name="alignment">
988 <dia:enum val="0"/>
989 </dia:attribute>
990 </dia:composite>
991 </dia:attribute>
992 </dia:object>
993 <dia:object type="Standard - Text" version="0" id="O37">
994 <dia:attribute name="obj_pos">
995 <dia:point val="29.1163,2"/>
996 </dia:attribute>
997 <dia:attribute name="obj_bb">
998 <dia:rectangle val="29.1163,1.45;30.8663,2.4"/>
999 </dia:attribute>
1000 <dia:attribute name="text">
1001 <dia:composite type="text">
1002 <dia:attribute name="string">
1003 <dia:string>#16bits#</dia:string>
1004 </dia:attribute>
1005 <dia:attribute name="font">
1006 <dia:font family="sans" style="0" name="Helvetica"/>
1007 </dia:attribute>
1008 <dia:attribute name="height">
1009 <dia:real val="0.80000000000000004"/>
1010 </dia:attribute>
1011 <dia:attribute name="pos">
1012 <dia:point val="29.1163,2"/>
1013 </dia:attribute>
1014 <dia:attribute name="color">
1015 <dia:color val="#000000"/>
1016 </dia:attribute>
1017 <dia:attribute name="alignment">
1018 <dia:enum val="0"/>
1019 </dia:attribute>
1020 </dia:composite>
1021 </dia:attribute>
1022 </dia:object>
1023 <dia:object type="Standard - Text" version="0" id="O38">
1024 <dia:attribute name="obj_pos">
1025 <dia:point val="26,16"/>
1026 </dia:attribute>
1027 <dia:attribute name="obj_bb">
1028 <dia:rectangle val="26,15.45;26.15,16.4"/>
1029 </dia:attribute>
1030 <dia:attribute name="text">
1031 <dia:composite type="text">
1032 <dia:attribute name="string">
1033 <dia:string># #</dia:string>
1034 </dia:attribute>
1035 <dia:attribute name="font">
1036 <dia:font family="sans" style="0" name="Helvetica"/>
1037 </dia:attribute>
1038 <dia:attribute name="height">
1039 <dia:real val="0.80000000000000004"/>
1040 </dia:attribute>
1041 <dia:attribute name="pos">
1042 <dia:point val="26,16"/>
1043 </dia:attribute>
1044 <dia:attribute name="color">
1045 <dia:color val="#000000"/>
1046 </dia:attribute>
1047 <dia:attribute name="alignment">
1048 <dia:enum val="0"/>
1049 </dia:attribute>
1050 </dia:composite>
1051 </dia:attribute>
1052 </dia:object>
1053 <dia:object type="Standard - Text" version="0" id="O39">
1054 <dia:attribute name="obj_pos">
1055 <dia:point val="29.4413,16.5663"/>
1056 </dia:attribute>
1057 <dia:attribute name="obj_bb">
1058 <dia:rectangle val="29.4413,15.9987;32.8588,17.0012"/>
1059 </dia:attribute>
1060 <dia:attribute name="text">
1061 <dia:composite type="text">
1062 <dia:attribute name="string">
1063 <dia:string>#Antwort-RRs#</dia:string>
1064 </dia:attribute>
1065 <dia:attribute name="font">
1066 <dia:font family="sans" style="0" name="Helvetica"/>
1067 </dia:attribute>
1068 <dia:attribute name="height">
1069 <dia:real val="0.80000000000000004"/>
1070 </dia:attribute>
1071 <dia:attribute name="pos">
1072 <dia:point val="29.4413,16.5663"/>
1073 </dia:attribute>
1074 <dia:attribute name="color">
1075 <dia:color val="#000000"/>
1076 </dia:attribute>
1077 <dia:attribute name="alignment">
1078 <dia:enum val="0"/>
1079 </dia:attribute>
1080 </dia:composite>
1081 </dia:attribute>
1082 </dia:object>
1083 <dia:object type="Standard - Box" version="0" id="O40">
1084 <dia:attribute name="obj_pos">
1085 <dia:point val="5,25"/>
1086 </dia:attribute>
1087 <dia:attribute name="obj_bb">
1088 <dia:rectangle val="4.95,24.95;19.05,28.05"/>
1089 </dia:attribute>
1090 <dia:attribute name="elem_corner">
1091 <dia:point val="5,25"/>
1092 </dia:attribute>
1093 <dia:attribute name="elem_width">
1094 <dia:real val="14"/>
1095 </dia:attribute>
1096 <dia:attribute name="elem_height">
1097 <dia:real val="3"/>
1098 </dia:attribute>
1099 <dia:attribute name="show_background">
1100 <dia:boolean val="true"/>
1101 </dia:attribute>
1102 </dia:object>
1103 <dia:object type="Standard - Text" version="0" id="O41">
1104 <dia:attribute name="obj_pos">
1105 <dia:point val="8.09125,26.5663"/>
1106 </dia:attribute>
1107 <dia:attribute name="obj_bb">
1108 <dia:rectangle val="8.09125,25.9988;14.3087,27.0012"/>
1109 </dia:attribute>
1110 <dia:attribute name="text">
1111 <dia:composite type="text">
1112 <dia:attribute name="string">
1113 <dia:string>#Zu registrierende RRs#</dia:string>
1114 </dia:attribute>
1115 <dia:attribute name="font">
1116 <dia:font family="sans" style="0" name="Helvetica"/>
1117 </dia:attribute>
1118 <dia:attribute name="height">
1119 <dia:real val="0.80000000000000004"/>
1120 </dia:attribute>
1121 <dia:attribute name="pos">
1122 <dia:point val="8.09125,26.5663"/>
1123 </dia:attribute>
1124 <dia:attribute name="color">
1125 <dia:color val="#000000"/>
1126 </dia:attribute>
1127 <dia:attribute name="alignment">
1128 <dia:enum val="0"/>
1129 </dia:attribute>
1130 </dia:composite>
1131 </dia:attribute>
1132 </dia:object>
1133 <dia:object type="Standard - Text" version="0" id="O42">
1134 <dia:attribute name="obj_pos">
1135 <dia:point val="6,29"/>
1136 </dia:attribute>
1137 <dia:attribute name="obj_bb">
1138 <dia:rectangle val="6,27.6075;7.3925,30.085"/>
1139 </dia:attribute>
1140 <dia:attribute name="text">
1141 <dia:composite type="text">
1142 <dia:attribute name="string">
1143 <dia:string>#...#</dia:string>
1144 </dia:attribute>
1145 <dia:attribute name="font">
1146 <dia:font family="sans" style="0" name="Helvetica"/>
1147 </dia:attribute>
1148 <dia:attribute name="height">
1149 <dia:real val="2"/>
1150 </dia:attribute>
1151 <dia:attribute name="pos">
1152 <dia:point val="6,29"/>
1153 </dia:attribute>
1154 <dia:attribute name="color">
1155 <dia:color val="#000000"/>
1156 </dia:attribute>
1157 <dia:attribute name="alignment">
1158 <dia:enum val="0"/>
1159 </dia:attribute>
1160 </dia:composite>
1161 </dia:attribute>
1162 </dia:object>
1163 <dia:object type="Standard - Line" version="0" id="O43">
1164 <dia:attribute name="obj_pos">
1165 <dia:point val="3,25"/>
1166 </dia:attribute>
1167 <dia:attribute name="obj_bb">
1168 <dia:rectangle val="2.95,24.95;19.05,25.05"/>
1169 </dia:attribute>
1170 <dia:attribute name="conn_endpoints">
1171 <dia:point val="3,25"/>
1172 <dia:point val="19,25"/>
1173 </dia:attribute>
1174 <dia:attribute name="numcp">
1175 <dia:int val="1"/>
1176 </dia:attribute>
1177 <dia:connections>
1178 <dia:connection handle="1" to="O40" connection="2"/>
1179 </dia:connections>
1180 </dia:object>
1181 <dia:object type="Standard - Text" version="0" id="O44">
1182 <dia:attribute name="obj_pos">
1183 <dia:point val="9.09125,31"/>
1184 </dia:attribute>
1185 <dia:attribute name="obj_bb">
1186 <dia:rectangle val="9.09125,30.4325;12.9087,31.435"/>
1187 </dia:attribute>
1188 <dia:attribute name="text">
1189 <dia:composite type="text">
1190 <dia:attribute name="string">
1191 <dia:string>#Query-Pakete#</dia:string>
1192 </dia:attribute>
1193 <dia:attribute name="font">
1194 <dia:font family="sans" style="0" name="Helvetica"/>
1195 </dia:attribute>
1196 <dia:attribute name="height">
1197 <dia:real val="0.80000000000000004"/>
1198 </dia:attribute>
1199 <dia:attribute name="pos">
1200 <dia:point val="9.09125,31"/>
1201 </dia:attribute>
1202 <dia:attribute name="color">
1203 <dia:color val="#000000"/>
1204 </dia:attribute>
1205 <dia:attribute name="alignment">
1206 <dia:enum val="0"/>
1207 </dia:attribute>
1208 </dia:composite>
1209 </dia:attribute>
1210 </dia:object>
1211 <dia:object type="Standard - Text" version="0" id="O45">
1212 <dia:attribute name="obj_pos">
1213 <dia:point val="27.8663,31"/>
1214 </dia:attribute>
1215 <dia:attribute name="obj_bb">
1216 <dia:rectangle val="27.8663,30.4325;32.1337,31.435"/>
1217 </dia:attribute>
1218 <dia:attribute name="text">
1219 <dia:composite type="text">
1220 <dia:attribute name="string">
1221 <dia:string>#Antwort-Pakete#</dia:string>
1222 </dia:attribute>
1223 <dia:attribute name="font">
1224 <dia:font family="sans" style="0" name="Helvetica"/>
1225 </dia:attribute>
1226 <dia:attribute name="height">
1227 <dia:real val="0.80000000000000004"/>
1228 </dia:attribute>
1229 <dia:attribute name="pos">
1230 <dia:point val="27.8663,31"/>
1231 </dia:attribute>
1232 <dia:attribute name="color">
1233 <dia:color val="#000000"/>
1234 </dia:attribute>
1235 <dia:attribute name="alignment">
1236 <dia:enum val="0"/>
1237 </dia:attribute>
1238 </dia:composite>
1239 </dia:attribute>
1240 </dia:object>
1241 </dia:layer>
1242 </dia:diagram>
+0
-651
docs/multicast.dia less more
0 <?xml version="1.0" encoding="UTF-8"?>
1 <dia:diagram xmlns:dia="http://www.lysator.liu.se/~alla/dia/">
2 <dia:diagramdata>
3 <dia:attribute name="background">
4 <dia:color val="#ffffff"/>
5 </dia:attribute>
6 <dia:attribute name="pagebreak">
7 <dia:color val="#000099"/>
8 </dia:attribute>
9 <dia:attribute name="paper">
10 <dia:composite type="paper">
11 <dia:attribute name="name">
12 <dia:string>#A4#</dia:string>
13 </dia:attribute>
14 <dia:attribute name="tmargin">
15 <dia:real val="2.8222000598907471"/>
16 </dia:attribute>
17 <dia:attribute name="bmargin">
18 <dia:real val="2.8222000598907471"/>
19 </dia:attribute>
20 <dia:attribute name="lmargin">
21 <dia:real val="2.8222000598907471"/>
22 </dia:attribute>
23 <dia:attribute name="rmargin">
24 <dia:real val="2.8222000598907471"/>
25 </dia:attribute>
26 <dia:attribute name="is_portrait">
27 <dia:boolean val="true"/>
28 </dia:attribute>
29 <dia:attribute name="scaling">
30 <dia:real val="1"/>
31 </dia:attribute>
32 <dia:attribute name="fitto">
33 <dia:boolean val="false"/>
34 </dia:attribute>
35 </dia:composite>
36 </dia:attribute>
37 <dia:attribute name="grid">
38 <dia:composite type="grid">
39 <dia:attribute name="width_x">
40 <dia:real val="1"/>
41 </dia:attribute>
42 <dia:attribute name="width_y">
43 <dia:real val="1"/>
44 </dia:attribute>
45 <dia:attribute name="visible_x">
46 <dia:int val="1"/>
47 </dia:attribute>
48 <dia:attribute name="visible_y">
49 <dia:int val="1"/>
50 </dia:attribute>
51 <dia:composite type="color"/>
52 </dia:composite>
53 </dia:attribute>
54 <dia:attribute name="color">
55 <dia:color val="#d8e5e5"/>
56 </dia:attribute>
57 <dia:attribute name="guides">
58 <dia:composite type="guides">
59 <dia:attribute name="hguides"/>
60 <dia:attribute name="vguides"/>
61 </dia:composite>
62 </dia:attribute>
63 </dia:diagramdata>
64 <dia:layer name="Background" visible="true">
65 <dia:object type="Standard - Ellipse" version="0" id="O0">
66 <dia:attribute name="obj_pos">
67 <dia:point val="6,6"/>
68 </dia:attribute>
69 <dia:attribute name="obj_bb">
70 <dia:rectangle val="5.95,5.95;31.05,31.05"/>
71 </dia:attribute>
72 <dia:attribute name="elem_corner">
73 <dia:point val="6,6"/>
74 </dia:attribute>
75 <dia:attribute name="elem_width">
76 <dia:real val="25"/>
77 </dia:attribute>
78 <dia:attribute name="elem_height">
79 <dia:real val="25"/>
80 </dia:attribute>
81 </dia:object>
82 <dia:object type="Standard - Ellipse" version="0" id="O1">
83 <dia:attribute name="obj_pos">
84 <dia:point val="15,14"/>
85 </dia:attribute>
86 <dia:attribute name="obj_bb">
87 <dia:rectangle val="14.95,13.95;30.05,29.05"/>
88 </dia:attribute>
89 <dia:attribute name="elem_corner">
90 <dia:point val="15,14"/>
91 </dia:attribute>
92 <dia:attribute name="elem_width">
93 <dia:real val="15"/>
94 </dia:attribute>
95 <dia:attribute name="elem_height">
96 <dia:real val="15"/>
97 </dia:attribute>
98 </dia:object>
99 <dia:object type="Standard - Text" version="0" id="O2">
100 <dia:attribute name="obj_pos">
101 <dia:point val="22.4913,25"/>
102 </dia:attribute>
103 <dia:attribute name="obj_bb">
104 <dia:rectangle val="17.9163,24.4325;27.0838,27.035"/>
105 </dia:attribute>
106 <dia:attribute name="text">
107 <dia:composite type="text">
108 <dia:attribute name="string">
109 <dia:string>#Lokale
110 mDNS/DNS-SD-Multicast-Gruppe
111 224.0.0.251#</dia:string>
112 </dia:attribute>
113 <dia:attribute name="font">
114 <dia:font family="sans" style="0" name="Helvetica"/>
115 </dia:attribute>
116 <dia:attribute name="height">
117 <dia:real val="0.80000000000000004"/>
118 </dia:attribute>
119 <dia:attribute name="pos">
120 <dia:point val="22.4913,25"/>
121 </dia:attribute>
122 <dia:attribute name="color">
123 <dia:color val="#000000"/>
124 </dia:attribute>
125 <dia:attribute name="alignment">
126 <dia:enum val="1"/>
127 </dia:attribute>
128 </dia:composite>
129 </dia:attribute>
130 </dia:object>
131 <dia:object type="Standard - Text" version="0" id="O3">
132 <dia:attribute name="obj_pos">
133 <dia:point val="13,9"/>
134 </dia:attribute>
135 <dia:attribute name="obj_bb">
136 <dia:rectangle val="13,8.4325;18.6675,9.435"/>
137 </dia:attribute>
138 <dia:attribute name="text">
139 <dia:composite type="text">
140 <dia:attribute name="string">
141 <dia:string>#Gesamtes Netzwerk#</dia:string>
142 </dia:attribute>
143 <dia:attribute name="font">
144 <dia:font family="sans" style="0" name="Helvetica"/>
145 </dia:attribute>
146 <dia:attribute name="height">
147 <dia:real val="0.80000000000000004"/>
148 </dia:attribute>
149 <dia:attribute name="pos">
150 <dia:point val="13,9"/>
151 </dia:attribute>
152 <dia:attribute name="color">
153 <dia:color val="#000000"/>
154 </dia:attribute>
155 <dia:attribute name="alignment">
156 <dia:enum val="0"/>
157 </dia:attribute>
158 </dia:composite>
159 </dia:attribute>
160 </dia:object>
161 <dia:object type="Network - General Computer (Tower)" version="0" id="O4">
162 <dia:attribute name="obj_pos">
163 <dia:point val="17,18"/>
164 </dia:attribute>
165 <dia:attribute name="obj_bb">
166 <dia:rectangle val="16.9919,17.96;18.2988,21.2709"/>
167 </dia:attribute>
168 <dia:attribute name="elem_corner">
169 <dia:point val="17,18"/>
170 </dia:attribute>
171 <dia:attribute name="elem_width">
172 <dia:real val="1.2894736842105268"/>
173 </dia:attribute>
174 <dia:attribute name="elem_height">
175 <dia:real val="2.227272727272728"/>
176 </dia:attribute>
177 <dia:attribute name="line_width">
178 <dia:real val="0.10000000000000001"/>
179 </dia:attribute>
180 <dia:attribute name="line_colour">
181 <dia:color val="#000000"/>
182 </dia:attribute>
183 <dia:attribute name="fill_colour">
184 <dia:color val="#ffffff"/>
185 </dia:attribute>
186 <dia:attribute name="show_background">
187 <dia:boolean val="true"/>
188 </dia:attribute>
189 <dia:attribute name="line_style">
190 <dia:enum val="0"/>
191 <dia:real val="1"/>
192 </dia:attribute>
193 <dia:attribute name="text">
194 <dia:composite type="text">
195 <dia:attribute name="string">
196 <dia:string>##</dia:string>
197 </dia:attribute>
198 <dia:attribute name="font">
199 <dia:font family="sans" style="0" name="Helvetica"/>
200 </dia:attribute>
201 <dia:attribute name="height">
202 <dia:real val="0.80000000000000004"/>
203 </dia:attribute>
204 <dia:attribute name="pos">
205 <dia:point val="17.6447,20.8359"/>
206 </dia:attribute>
207 <dia:attribute name="color">
208 <dia:color val="#000000"/>
209 </dia:attribute>
210 <dia:attribute name="alignment">
211 <dia:enum val="1"/>
212 </dia:attribute>
213 </dia:composite>
214 </dia:attribute>
215 <dia:attribute name="flip_horizontal">
216 <dia:boolean val="false"/>
217 </dia:attribute>
218 <dia:attribute name="flip_vertical">
219 <dia:boolean val="false"/>
220 </dia:attribute>
221 </dia:object>
222 <dia:object type="Network - General Computer (Tower)" version="0" id="O5">
223 <dia:attribute name="obj_pos">
224 <dia:point val="22,16"/>
225 </dia:attribute>
226 <dia:attribute name="obj_bb">
227 <dia:rectangle val="21.9919,15.96;23.2988,19.2709"/>
228 </dia:attribute>
229 <dia:attribute name="elem_corner">
230 <dia:point val="22,16"/>
231 </dia:attribute>
232 <dia:attribute name="elem_width">
233 <dia:real val="1.2894736842105268"/>
234 </dia:attribute>
235 <dia:attribute name="elem_height">
236 <dia:real val="2.227272727272728"/>
237 </dia:attribute>
238 <dia:attribute name="line_width">
239 <dia:real val="0.10000000000000001"/>
240 </dia:attribute>
241 <dia:attribute name="line_colour">
242 <dia:color val="#000000"/>
243 </dia:attribute>
244 <dia:attribute name="fill_colour">
245 <dia:color val="#ffffff"/>
246 </dia:attribute>
247 <dia:attribute name="show_background">
248 <dia:boolean val="true"/>
249 </dia:attribute>
250 <dia:attribute name="line_style">
251 <dia:enum val="0"/>
252 <dia:real val="1"/>
253 </dia:attribute>
254 <dia:attribute name="text">
255 <dia:composite type="text">
256 <dia:attribute name="string">
257 <dia:string>##</dia:string>
258 </dia:attribute>
259 <dia:attribute name="font">
260 <dia:font family="sans" style="0" name="Helvetica"/>
261 </dia:attribute>
262 <dia:attribute name="height">
263 <dia:real val="0.80000000000000004"/>
264 </dia:attribute>
265 <dia:attribute name="pos">
266 <dia:point val="22.6447,18.8359"/>
267 </dia:attribute>
268 <dia:attribute name="color">
269 <dia:color val="#000000"/>
270 </dia:attribute>
271 <dia:attribute name="alignment">
272 <dia:enum val="1"/>
273 </dia:attribute>
274 </dia:composite>
275 </dia:attribute>
276 <dia:attribute name="flip_horizontal">
277 <dia:boolean val="false"/>
278 </dia:attribute>
279 <dia:attribute name="flip_vertical">
280 <dia:boolean val="false"/>
281 </dia:attribute>
282 </dia:object>
283 <dia:object type="Network - General Computer (Tower)" version="0" id="O6">
284 <dia:attribute name="obj_pos">
285 <dia:point val="26,19"/>
286 </dia:attribute>
287 <dia:attribute name="obj_bb">
288 <dia:rectangle val="25.9919,18.96;27.2988,22.2709"/>
289 </dia:attribute>
290 <dia:attribute name="elem_corner">
291 <dia:point val="26,19"/>
292 </dia:attribute>
293 <dia:attribute name="elem_width">
294 <dia:real val="1.2894736842105268"/>
295 </dia:attribute>
296 <dia:attribute name="elem_height">
297 <dia:real val="2.227272727272728"/>
298 </dia:attribute>
299 <dia:attribute name="line_width">
300 <dia:real val="0.10000000000000001"/>
301 </dia:attribute>
302 <dia:attribute name="line_colour">
303 <dia:color val="#000000"/>
304 </dia:attribute>
305 <dia:attribute name="fill_colour">
306 <dia:color val="#ffffff"/>
307 </dia:attribute>
308 <dia:attribute name="show_background">
309 <dia:boolean val="true"/>
310 </dia:attribute>
311 <dia:attribute name="line_style">
312 <dia:enum val="0"/>
313 <dia:real val="1"/>
314 </dia:attribute>
315 <dia:attribute name="text">
316 <dia:composite type="text">
317 <dia:attribute name="string">
318 <dia:string>##</dia:string>
319 </dia:attribute>
320 <dia:attribute name="font">
321 <dia:font family="sans" style="0" name="Helvetica"/>
322 </dia:attribute>
323 <dia:attribute name="height">
324 <dia:real val="0.80000000000000004"/>
325 </dia:attribute>
326 <dia:attribute name="pos">
327 <dia:point val="26.6447,21.8359"/>
328 </dia:attribute>
329 <dia:attribute name="color">
330 <dia:color val="#000000"/>
331 </dia:attribute>
332 <dia:attribute name="alignment">
333 <dia:enum val="1"/>
334 </dia:attribute>
335 </dia:composite>
336 </dia:attribute>
337 <dia:attribute name="flip_horizontal">
338 <dia:boolean val="false"/>
339 </dia:attribute>
340 <dia:attribute name="flip_vertical">
341 <dia:boolean val="false"/>
342 </dia:attribute>
343 </dia:object>
344 <dia:object type="Network - General Computer (Tower)" version="0" id="O7">
345 <dia:attribute name="obj_pos">
346 <dia:point val="10,13"/>
347 </dia:attribute>
348 <dia:attribute name="obj_bb">
349 <dia:rectangle val="9.99191,12.96;11.2988,16.2709"/>
350 </dia:attribute>
351 <dia:attribute name="elem_corner">
352 <dia:point val="10,13"/>
353 </dia:attribute>
354 <dia:attribute name="elem_width">
355 <dia:real val="1.2894736842105259"/>
356 </dia:attribute>
357 <dia:attribute name="elem_height">
358 <dia:real val="2.2272727272727262"/>
359 </dia:attribute>
360 <dia:attribute name="line_width">
361 <dia:real val="0.10000000000000001"/>
362 </dia:attribute>
363 <dia:attribute name="line_colour">
364 <dia:color val="#000000"/>
365 </dia:attribute>
366 <dia:attribute name="fill_colour">
367 <dia:color val="#ffffff"/>
368 </dia:attribute>
369 <dia:attribute name="show_background">
370 <dia:boolean val="true"/>
371 </dia:attribute>
372 <dia:attribute name="line_style">
373 <dia:enum val="0"/>
374 <dia:real val="1"/>
375 </dia:attribute>
376 <dia:attribute name="text">
377 <dia:composite type="text">
378 <dia:attribute name="string">
379 <dia:string>##</dia:string>
380 </dia:attribute>
381 <dia:attribute name="font">
382 <dia:font family="sans" style="0" name="Helvetica"/>
383 </dia:attribute>
384 <dia:attribute name="height">
385 <dia:real val="0.80000000000000004"/>
386 </dia:attribute>
387 <dia:attribute name="pos">
388 <dia:point val="10.6447,15.8359"/>
389 </dia:attribute>
390 <dia:attribute name="color">
391 <dia:color val="#000000"/>
392 </dia:attribute>
393 <dia:attribute name="alignment">
394 <dia:enum val="1"/>
395 </dia:attribute>
396 </dia:composite>
397 </dia:attribute>
398 <dia:attribute name="flip_horizontal">
399 <dia:boolean val="false"/>
400 </dia:attribute>
401 <dia:attribute name="flip_vertical">
402 <dia:boolean val="false"/>
403 </dia:attribute>
404 </dia:object>
405 <dia:object type="Network - General Computer (Tower)" version="0" id="O8">
406 <dia:attribute name="obj_pos">
407 <dia:point val="10,20"/>
408 </dia:attribute>
409 <dia:attribute name="obj_bb">
410 <dia:rectangle val="9.99191,19.96;11.2988,23.2709"/>
411 </dia:attribute>
412 <dia:attribute name="elem_corner">
413 <dia:point val="10,20"/>
414 </dia:attribute>
415 <dia:attribute name="elem_width">
416 <dia:real val="1.2894736842105259"/>
417 </dia:attribute>
418 <dia:attribute name="elem_height">
419 <dia:real val="2.2272727272727262"/>
420 </dia:attribute>
421 <dia:attribute name="line_width">
422 <dia:real val="0.10000000000000001"/>
423 </dia:attribute>
424 <dia:attribute name="line_colour">
425 <dia:color val="#000000"/>
426 </dia:attribute>
427 <dia:attribute name="fill_colour">
428 <dia:color val="#ffffff"/>
429 </dia:attribute>
430 <dia:attribute name="show_background">
431 <dia:boolean val="true"/>
432 </dia:attribute>
433 <dia:attribute name="line_style">
434 <dia:enum val="0"/>
435 <dia:real val="1"/>
436 </dia:attribute>
437 <dia:attribute name="text">
438 <dia:composite type="text">
439 <dia:attribute name="string">
440 <dia:string>##</dia:string>
441 </dia:attribute>
442 <dia:attribute name="font">
443 <dia:font family="sans" style="0" name="Helvetica"/>
444 </dia:attribute>
445 <dia:attribute name="height">
446 <dia:real val="0.80000000000000004"/>
447 </dia:attribute>
448 <dia:attribute name="pos">
449 <dia:point val="10.6447,22.8359"/>
450 </dia:attribute>
451 <dia:attribute name="color">
452 <dia:color val="#000000"/>
453 </dia:attribute>
454 <dia:attribute name="alignment">
455 <dia:enum val="1"/>
456 </dia:attribute>
457 </dia:composite>
458 </dia:attribute>
459 <dia:attribute name="flip_horizontal">
460 <dia:boolean val="false"/>
461 </dia:attribute>
462 <dia:attribute name="flip_vertical">
463 <dia:boolean val="false"/>
464 </dia:attribute>
465 </dia:object>
466 <dia:object type="Network - General Computer (Tower)" version="0" id="O9">
467 <dia:attribute name="obj_pos">
468 <dia:point val="16,11"/>
469 </dia:attribute>
470 <dia:attribute name="obj_bb">
471 <dia:rectangle val="15.9919,10.96;17.2988,14.2709"/>
472 </dia:attribute>
473 <dia:attribute name="elem_corner">
474 <dia:point val="16,11"/>
475 </dia:attribute>
476 <dia:attribute name="elem_width">
477 <dia:real val="1.2894736842105259"/>
478 </dia:attribute>
479 <dia:attribute name="elem_height">
480 <dia:real val="2.2272727272727262"/>
481 </dia:attribute>
482 <dia:attribute name="line_width">
483 <dia:real val="0.10000000000000001"/>
484 </dia:attribute>
485 <dia:attribute name="line_colour">
486 <dia:color val="#000000"/>
487 </dia:attribute>
488 <dia:attribute name="fill_colour">
489 <dia:color val="#ffffff"/>
490 </dia:attribute>
491 <dia:attribute name="show_background">
492 <dia:boolean val="true"/>
493 </dia:attribute>
494 <dia:attribute name="line_style">
495 <dia:enum val="0"/>
496 <dia:real val="1"/>
497 </dia:attribute>
498 <dia:attribute name="text">
499 <dia:composite type="text">
500 <dia:attribute name="string">
501 <dia:string>##</dia:string>
502 </dia:attribute>
503 <dia:attribute name="font">
504 <dia:font family="sans" style="0" name="Helvetica"/>
505 </dia:attribute>
506 <dia:attribute name="height">
507 <dia:real val="0.80000000000000004"/>
508 </dia:attribute>
509 <dia:attribute name="pos">
510 <dia:point val="16.6447,13.8359"/>
511 </dia:attribute>
512 <dia:attribute name="color">
513 <dia:color val="#000000"/>
514 </dia:attribute>
515 <dia:attribute name="alignment">
516 <dia:enum val="1"/>
517 </dia:attribute>
518 </dia:composite>
519 </dia:attribute>
520 <dia:attribute name="flip_horizontal">
521 <dia:boolean val="false"/>
522 </dia:attribute>
523 <dia:attribute name="flip_vertical">
524 <dia:boolean val="false"/>
525 </dia:attribute>
526 </dia:object>
527 <dia:object type="Network - General Computer (Tower)" version="0" id="O10">
528 <dia:attribute name="obj_pos">
529 <dia:point val="25,10"/>
530 </dia:attribute>
531 <dia:attribute name="obj_bb">
532 <dia:rectangle val="24.9919,9.96;26.2988,13.2709"/>
533 </dia:attribute>
534 <dia:attribute name="elem_corner">
535 <dia:point val="25,10"/>
536 </dia:attribute>
537 <dia:attribute name="elem_width">
538 <dia:real val="1.2894736842105259"/>
539 </dia:attribute>
540 <dia:attribute name="elem_height">
541 <dia:real val="2.2272727272727262"/>
542 </dia:attribute>
543 <dia:attribute name="line_width">
544 <dia:real val="0.10000000000000001"/>
545 </dia:attribute>
546 <dia:attribute name="line_colour">
547 <dia:color val="#000000"/>
548 </dia:attribute>
549 <dia:attribute name="fill_colour">
550 <dia:color val="#ffffff"/>
551 </dia:attribute>
552 <dia:attribute name="show_background">
553 <dia:boolean val="true"/>
554 </dia:attribute>
555 <dia:attribute name="line_style">
556 <dia:enum val="0"/>
557 <dia:real val="1"/>
558 </dia:attribute>
559 <dia:attribute name="text">
560 <dia:composite type="text">
561 <dia:attribute name="string">
562 <dia:string>##</dia:string>
563 </dia:attribute>
564 <dia:attribute name="font">
565 <dia:font family="sans" style="0" name="Helvetica"/>
566 </dia:attribute>
567 <dia:attribute name="height">
568 <dia:real val="0.80000000000000004"/>
569 </dia:attribute>
570 <dia:attribute name="pos">
571 <dia:point val="25.6447,12.8359"/>
572 </dia:attribute>
573 <dia:attribute name="color">
574 <dia:color val="#000000"/>
575 </dia:attribute>
576 <dia:attribute name="alignment">
577 <dia:enum val="1"/>
578 </dia:attribute>
579 </dia:composite>
580 </dia:attribute>
581 <dia:attribute name="flip_horizontal">
582 <dia:boolean val="false"/>
583 </dia:attribute>
584 <dia:attribute name="flip_vertical">
585 <dia:boolean val="false"/>
586 </dia:attribute>
587 </dia:object>
588 <dia:object type="Network - General Computer (Tower)" version="0" id="O11">
589 <dia:attribute name="obj_pos">
590 <dia:point val="20,20"/>
591 </dia:attribute>
592 <dia:attribute name="obj_bb">
593 <dia:rectangle val="19.9919,19.96;21.2988,23.2709"/>
594 </dia:attribute>
595 <dia:attribute name="elem_corner">
596 <dia:point val="20,20"/>
597 </dia:attribute>
598 <dia:attribute name="elem_width">
599 <dia:real val="1.2894736842105268"/>
600 </dia:attribute>
601 <dia:attribute name="elem_height">
602 <dia:real val="2.227272727272728"/>
603 </dia:attribute>
604 <dia:attribute name="line_width">
605 <dia:real val="0.10000000000000001"/>
606 </dia:attribute>
607 <dia:attribute name="line_colour">
608 <dia:color val="#000000"/>
609 </dia:attribute>
610 <dia:attribute name="fill_colour">
611 <dia:color val="#ffffff"/>
612 </dia:attribute>
613 <dia:attribute name="show_background">
614 <dia:boolean val="true"/>
615 </dia:attribute>
616 <dia:attribute name="line_style">
617 <dia:enum val="0"/>
618 <dia:real val="1"/>
619 </dia:attribute>
620 <dia:attribute name="text">
621 <dia:composite type="text">
622 <dia:attribute name="string">
623 <dia:string>##</dia:string>
624 </dia:attribute>
625 <dia:attribute name="font">
626 <dia:font family="sans" style="0" name="Helvetica"/>
627 </dia:attribute>
628 <dia:attribute name="height">
629 <dia:real val="0.80000000000000004"/>
630 </dia:attribute>
631 <dia:attribute name="pos">
632 <dia:point val="20.6447,22.8359"/>
633 </dia:attribute>
634 <dia:attribute name="color">
635 <dia:color val="#000000"/>
636 </dia:attribute>
637 <dia:attribute name="alignment">
638 <dia:enum val="1"/>
639 </dia:attribute>
640 </dia:composite>
641 </dia:attribute>
642 <dia:attribute name="flip_horizontal">
643 <dia:boolean val="false"/>
644 </dia:attribute>
645 <dia:attribute name="flip_vertical">
646 <dia:boolean val="false"/>
647 </dia:attribute>
648 </dia:object>
649 </dia:layer>
650 </dia:diagram>
+0
-49
docs/socket-auto-port.c less more
0 #include <sys/socket.h>
1 #include <netinet/in.h>
2 #include <netinet/tcp.h>
3 #include <arpa/inet.h>
4 #include <inttypes.h>
5 #include <errno.h>
6 #include <stdio.h>
7 #include <unistd.h>
8
9 int main(int argc, char *argv[]) {
10 int s;
11 struct sockaddr_storage sa;
12 socklen_t salen;
13 uint16_t port;
14
15 if ((s = socket(PF_INET6, SOCK_STREAM, 0)) < 0) {
16 if (errno == EAFNOSUPPORT)
17 s = socket(PF_INET, SOCK_STREAM, 0);
18
19 if (s < 0) {
20 perror("socket()");
21 return 1;
22 }
23 }
24
25 if (listen(s, 2) < 0) {
26 perror("listen()");
27 return 2;
28 }
29
30 salen = sizeof(sa);
31 if (getsockname(s, (struct sockaddr*) &sa, &salen) < 0) {
32 perror("getsockname()");
33 return 3;
34 }
35
36 if (((struct sockaddr*) &sa)->sa_family == AF_INET)
37 port = ((struct sockaddr_in*) &sa)->sin_port;
38 else
39 port = ((struct sockaddr_in6*) &sa)->sin6_port;
40
41 printf("Selected port number %u\n", ntohs(port));
42
43 /* ... hic sunt leones ... */
44
45 sleep(60);
46
47 return 0;
48 }
+0
-1627
docs/utilities-avahi2.svg less more
0 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
1 <!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448) -->
2 <svg:svg
3 xmlns:i="http://ns.adobe.com/AdobeIllustrator/10.0/"
4 xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#"
5 xmlns:xapMM="http://ns.adobe.com/xap/1.0/mm/"
6 xmlns:xapGImg="http://ns.adobe.com/xap/1.0/g/img/"
7 xmlns:xap="http://ns.adobe.com/xap/1.0/"
8 xmlns:x="adobe:ns:meta/"
9 xmlns:dc="http://purl.org/dc/elements/1.1/"
10 xmlns:cc="http://web.resource.org/cc/"
11 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
12 xmlns:svg="http://www.w3.org/2000/svg"
13 xmlns:xlink="http://www.w3.org/1999/xlink"
14 xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
15 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
16 version="1.1"
17 id="Calque_1"
18 width="42.354"
19 height="31.653"
20 viewBox="0 0 42.354 31.653"
21 overflow="visible"
22 enable-background="new 0 0 42.354 31.653"
23 xml:space="preserve"
24 sodipodi:version="0.32"
25 inkscape:version="0.42.2"
26 sodipodi:docname="utilities-avahi2.svg"
27 sodipodi:docbase="/Users/izo/Desktop/spip_tango/Avahi ICONS"><svg:defs
28 id="defs2914" /><sodipodi:namedview
29 inkscape:window-height="507"
30 inkscape:window-width="701"
31 inkscape:pageshadow="2"
32 inkscape:pageopacity="0.0"
33 borderopacity="1.0"
34 bordercolor="#666666"
35 pagecolor="#ffffff"
36 id="base"
37 inkscape:zoom="10.867848"
38 inkscape:cx="21.177000"
39 inkscape:cy="15.826500"
40 inkscape:window-x="45"
41 inkscape:window-y="73"
42 inkscape:current-layer="g2682" />
43 <svg:metadata
44 id="metadata2674"><xpacket />
45 <x:xmpmeta
46 x:xmptk="3.1.1-111">
47
48 <svg:metadata
49 id="metadata2916"><rdf:RDF>
50 <rdf:Description
51 rdf:about="">
52 <dc:format>image/svg+xml</dc:format>
53 </rdf:Description>
54 <rdf:Description
55 rdf:about="">
56 <xap:CreatorTool>Adobe Illustrator CS2</xap:CreatorTool>
57 <xap:CreateDate>2005-11-18T17:57:36+01:00</xap:CreateDate>
58 <xap:ModifyDate>2005-11-18T17:59:06+01:00</xap:ModifyDate>
59 <xap:MetadataDate>2005-11-18T17:59:06+01:00</xap:MetadataDate>
60 <xap:Thumbnails>
61 <rdf:Alt>
62 <rdf:li
63 rdf:parseType="Resource">
64 <xapGImg:width>256</xapGImg:width>
65 <xapGImg:height>192</xapGImg:height>
66 <xapGImg:format>JPEG</xapGImg:format>
67 <xapGImg:image>/9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA
68 AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK
69 DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f
70 Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAwAEAAwER
71 AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA
72 AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB
73 UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE
74 1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ
75 qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy
76 obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp
77 0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo
78 +DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8A9U4q7FXYqlHmbzd5c8sW
79 Bvdcvo7OHf01Y1kkI/ZjjWrufkMhkyRgLJZwgZGg8R81/wDOUkxd4PK2lqqCoW+v6kn3WGMintVz
80 8s12TtD+aHMho/5xeZ6v+cv5mao5M2v3MCnoloRagewMIRvvOYktVkPVyI4IDokEnmrzRI6vJrF8
81 7r9lmuZiRTfYlsr8SXeWfBHuTLTfzO/MLTXD2nmG+FDUJLM86f8AASl0/DJx1ExyJYnDA9HpHlP/
82 AJyf161kSHzNZR6jb7Brq2AhuB4sU/un+QC/PMrH2hIfULceejB+l6jdf85AflfBp8d2NTeZ5V5L
83 aRQyGYeKsCAqn5t8szDrMYF2440075MI1n/nKu0Usmi6DJIP2ZryZY/viiEn/E8x5dojoG6Oj7yw
84 zU/+clPzJu+X1ZrPTwahfQg5keG87TCv0Zjy12Q9wbRpIBjN9+b/AOZt7X1vMV2la19Bhb9fD0RH
85 TrlR1OQ9S2DBAdEmufOHm26NbnW7+c1rWS6mffpX4mOVnLI9SzEI9yAk1C/k5CS5lcPXnydjWvWt
86 TkeIsqCHwKqxXVzCCsUzxqTUhGKiv0YbWkbb+ZPMVvT6vql5DxFF9OeVaDwFGGEZJDqWJgO5NrP8
87 0fzFtCDD5k1A06CW4kmH3Slxlg1GQfxFicMD0DItO/5yH/NGzI9XUIb5R0W5t4v1xCJvxy2OtyDr
88 bWdLAsv0j/nKvVEKrrGhQTA/aks5Xhp7hJBNX/gsuj2ieoapaMdCz7QP+cify31RljubibSZm2C3
89 kR4V/wCMkRkUD3amZUNbjPk0S0sx5sr1j8xfJWk6INaudXtnsHqIHgkWYysP2I1jLFm8fDvl0s8I
90 iydmuOKRNU8M82f85P69dSPD5Zso9Ot9wt1cgTXB8GCf3SfIhvnmuydoSP0inMhowPqeb6l+Z35h
91 ak5e78w3xqalIpngT/gIiifhmLLUTPMlyBhgOiWx+avNEbs8esXyO32mW5mBNd9yGyHiS7yy4I9y
92 f6R+cv5maW4MOv3M6jql2RdA+xMwdvuOWR1WQdWEsED0emeVP+cpJg6QeadLVkNA19YVBHu0MhNf
93 ejj5Zl4+0P5wceej/ml7d5Z83eXPM9gL3Q76O8h29RVNJIyf2ZI2o6H5jNjjyRmLBcOcDE0U3ybB
94 2KuxV2KuxV5T+bX546f5SMmkaOEvvMNKSct4bao2MlKcn8EB+fgcLU6sQ2H1OTg05lueT5g1zX9Y
95 13UZdS1e7kvL2U/FLIa0HZVHRVHZRsM1E5mRsuyjERFBAKrMQqgknoBucgSyRkWkXripURj/ACzT
96 8BU5VLPENowyK+TSGjQvJMqgd6GmRGezsEnDXMoFgoYhTyHj0y8NJW4UOxVtVZjRQST2GC0ouHR9
97 Tm/u7Zz8xx/XTKpZ4DmWQgUbH5U1h+qKn+s39AcqOsgO9PhFEJ5Mvz9qVF+W/wDTIHXR7mXheaoP
98 JU/e4HuOP/N2R/P+S+F5tnyY4/3f/wAL/bg/P+SfCHesbydL2uB/wP8Abj/KA7keF5qL+U7sfZlU
99 /RT+OTGuj3L4SHk8t6kvQK3yOWDWQLHwyhpdJ1GP7UDU8Rv+rLI54HqgwKFZHQ0dSp8CKZaCCxpb
100 hQ7FXYqibaye4+y6inUE7/dlc8nC2Qx8SJ/QspG0i1+Ryr8yO5s8A96lLpF6gqFEg/yDX8DTJxzx
101 LE4ZBBsrKSrAgjqDsctBakfoev6xoWoxalpF3JZ3sR+GWM0qO6sOjKe6nY5OEzE2GMoiQovp/wDK
102 X88dP82mPSNYCWPmGlI+O0NzQbmOteL+KE/LwG302rE9j9Trc+nMdxyerZmuM7FXYq8n/PH83T5T
103 sxomjSKfMN4nJ5BQ/VYW25n/AIsb9gdup7VwtXqeAUPqcrT4OLc8nyrLLLNK80ztJLIxeSRyWZmY
104 1JJO5JOaYl2SL07SZ7w8vsQjrIe/sMozZxD3t2PCZe5kNvYW9snGJKHux3Y/M5r55TLm5scYjyQm
105 o6nDbVRfjm/l7D55diwmW/RqyZRH3pBPczTvylap7DsPkMz4wEeThykTzUwCTQbk9BkmKbWHljUr
106 qjOvoRn9qTr9C9fvzFyauEeW7YMZKf2fk/TogDMWnfvU8V+4Zhz1kzy2bBjATm30+0gFIYUjH+So
107 GY8pE8zbMBEiPIppv08Vd6eKtGPFaWmPFVNo8FKotHkaVSdMIKFFlyQKFCWCNxR1DDwIrlkZEKgJ
108 9E0+XcJ6beKGn4dMvjqZhgYhK7ry7cpVoGEo/lPwt/TMqGrieezA40rkikjcpIpRh1VhQ5lCQPJg
109 QtVmVgykhh0IxItQaTaw1ZSRHc7HtJ2+nMXLg6xcnHm6FOlFRUdMwi5S24sLe5TjKlT2YbMPkcMM
110 pjyYyxiXNj2o6VPZnl9uE9HHb2ObDFnE/e4eTCY+5CRSywypNC7RyxsHjkQlWVlNQQRuCDl4LS+q
111 vyO/N3/FlkdF1mQDzDZpyWQ0X61Cu3Mf8WL+2O/Ud6bnSanjFH6nW6jBw7jk9YzNcVIvO/myy8qe
112 WL7XLv4hbJ+5hrQyzN8McY/1mO/gKnK8uQQiSWeOHFKnxJrOr6hrOq3WqahKZr28kaWeQ92Y9AOw
113 HQDsM5+UjI2XcRiAKCpo+ltezcnqLeP7Z8T/ACjMXUZ+AebkYcXGfJlSxJGgRFCoooFHQDNUZE7l
114 2AFJRrOrC3rBCazn7Tfyg/xzL0+Di3PJxs2bh2HNjhJJJJqT1JzZOEjdM0e71B6RjjED8crdB8vE
115 5Rm1EcY35pjEll1ho+m6bEZTxDKKvcSkCn0nZc1k8uTKa+wN9CItBXvnzQrUlIS924/32KLX/Wan
116 4VzY4OxM095VH3uJk7Qxx5bpY/5mvy/d6cAv+VKSfwXM8ez46z+z9rjHtM9I/avh/NCjUm074fFJ
117 dx9BXBL2f7p/Z+1I7T74/an2neffLt4QhdreU9EmAUV/1gSv45rdR2Tnxi64h5fq5uXi1uOfWven
118 YuwQCqVB3BrmpM3O4WjdSdlH44OMrwLGuJfAfdjxJ4VjXE3t92NrwqTXM3t92EI4VNrqXuq/jk0c
119 Km10e6fjjwI4VNrqPuCMIgUUld/5m0a0qrzepIOscY5H+g+k5sNP2Zny7gUO8uJl1eOGxO/kkk3n
120 lOR9G0JHYu9PwAP682kOwT/FP5BxJdpd0VMeepK72YI9pCP+NcmewR/P+z9rH+Uj/N+1EDzTot6v
121 p3sLRV6MRyA+RX4vwzHn2Pmx7wIl9n7Ptbo6+EvqFKV1pa+l9ZspBc23ipBK/OmUDKQeGY4ZOQKI
122 uJsJfl7FNNJ1UwMIZzWE7Kx/Z/szFz4OLcc3Iw5q2PJkqgEAjcHoc1xc4LmiSRCjqGRhRlPQ4BIj
123 cJItiusaW1lMClTbyfYPgf5Tm00+fjHm6/Ni4T5KejaxqGjara6rp0phvbORZYJB2K9j4qRsR3G2
124 ZUZGJsOPKIIovtvyR5ssvNflix1y0+EXKfvoa1MUy/DJGf8AVYbeIoc6DFkE4gh0+SHDKnhf/OUP
125 mxrjWNP8sQP+5sU+t3ig7GaUUjB90jqf9lmu7QyWRFzdHDYyeHRRvLIsaCruQqj3O2a0mhZc0CzT
126 ObKzjtLVIE/ZHxHxJ6nNHkyGcrLtoQERSE1jUFsrao3mk2iH6z9GW6fFxy8mvNk4R5sPZmZizGrM
127 aknqSc24FOtJTTRNFe+k9SSq2qH4j3Y+AzG1OoEBQ+pnCFsj1TVtP0OxVmUVpxgt02LEfqHicxNH
128 o56me3LqVz544o2Xn2paxq2t3So5aQs1ILWIEip6BVFST+OdjptJi08fT8SXR5c88p3+TNPLP5G+
129 aNVRZr9102FtwjD1Jqe6Aqq/S1fbNfqO3cUTUBxn5D5uRj7Pkd5Hh+9ndl/zjloAQfWby6lem9Gj
130 RfuCE/8ADZr5duZzyEB8y5A0WIcySsv/APnG7R2Q/UtRuYZO3q8JVH0BYz/w2Th25mH1RifmP1sT
131 osZ5Eh555q/JnzfoKvPFENSs13MtuDzAHdotz/wNc2mm7XxZNpeg+fL5/rpxsuinHceofjox3QPN
132 WoaRIqVM1nX47dj0H+Qf2Tktf2Xj1AvlPv8A196NNrJ4j3x7np+mX9nqdml3aPzjbqP2lburDsRn
133 D6nTzwzMJjd6LDljkjxRRJjyi21Y0eSBQpMmSBQoumTBVCXUkUETzTMEiQVZz0Ay7HCU5CMRZLCc
134 hEWeTAtb8z3N67RWxMNr022Zx7nt8s6/Q9lQxDin6p/YHQ6nXSntHaKY+U/yu82eZVWe1t/q9i3S
135 7uKohH+QKcm+YFPfLtV2niwmvql3BpxaWc9+Q83pemf843WAQHUdTnlfwgVIh/wwlzUZO3Mp+mMR
136 77P6nMjocY5klHXH/OOXlxk/c3d3G9NjzjIr7gx/xykdt6gdIH5/rZfk8R6yYb5i/IDzBYo8ul3K
137 Xqrv6Mg9J/krVZCfmVzNwdvwO2SJj58w0z7PP8Bv7HnTDWNCv3ikSSzu4zSSGQFaj3U9Rm3nDFqI
138 dJRLhxlPFLuKbRz22qRNNAoivEHKe2HRh3eP+IzR59NLAaO8DyP6C7XDnGQd0kNkG1kHl7UuVLOU
139 7j+5Y+H8v9MwNXh/iDm6bL/CWQAZr3MUryzju7V4H/aHwnwPY5LHkMJWGM4cQpg0sbxSNG4o6Eqw
140 9xtm8BsWHUkUae5f84vebGt9Y1DyxO/7m+T63ZqTsJohSQD3eOh/2ObLs/JRMXC1kNhJ5h+ZWsNr
141 Hn7XtQJJWS8lSInr6ULelH/wiDMPPLimT5uRijUQEF5XthLqJkI2hUsPmdh+vNdrZ1Cu9zdLG5X3
142 MsagBJ2A3JzVB2LB9Vvje3jy/wC6x8MY8FH9eubvBi4I06rLk4pW1ptg97drCuy9ZG8FHXDmyiEb
143 YRjZZsz2mnWDStSO3t0rT2Hb5nNPCEs2QRG8pFunIQjZ5B5nd3Oo69q68UaW5uXEVvAu9Kmiov35
144 3eDDDTYq5RjzP6Xnsk5ZZ31L6G/LL8rrHy/bLc3KrcatKP31xSoSv7Edei+J6t+Gcf2j2nLUSobY
145 x07/ADLuMGnGEf0nqNrZqqgAUHhmvEkSmlOpefPIekzNBf65ZQzoeMkPqq8ikdmVOTL9OZuPR5pi
146 4xNOPLNEdUTo/m3yhrjiLSdXtLycgkQRyoZaDqfTJD0+jI5dNlx7yiQFjlB5FH3FopBFMo4m6M3i
147 /wCbn5QwahDNrehwiLU4wZLm2QUW4A3JAH+7P+JfPN32Z2oYEQmfR08v2fc1anTCY4o/V97xnyn5
148 hk0bU1MhP1OYhLqPwHZwPFc3HamgGpxUPrH0/q+LiaPUnFP+ieb1/irKGUgqRUEbgjPPNxsXqFNo
149 8kCqi6ZMFCi6ZMFDzjznrhu7w2MDf6NbmjkdHkHX6F6Z2fY2h8OHiS+qX2D9rz/aGp45cI+kfez3
150 8oPynh1COLX9dh527ENYWTj4XH+/ZB3X+Ud+vTKe1e0zE+HA+8/oTpdKK45fB9B2diiIqqoVQKAD
151 YAZzXG5k5qera/5b0RVOr6na2HIVRbiVI2Yf5Kk8m+gZbiw5Mn0xJ9zjyyAcylln+ZP5dXsvpW/m
152 Cy9TsJJRFUnsDJwrl09DniLMJMRnieqfy28ciBloyMKqw3BB8MwSW+M2B+f/AMutI8yWDRTxiO5Q
153 H6tdKPjjb28V8V/jvl+j109PPih9PWPe2TxxyxqXPvfMeraXqvlvXJLO4HpXlo9VdfssvVXXxVh/
154 bncYsmPU4rG8ZB00oyxTrqEyn9K5to9QgXikp4zRjoko6j5HqM0EsZxTOM9OXmHb48gnESCHjd43
155 V0PF1IKkdiMSLFFmDTONOulu7SOcbFh8Q8GGxGaTLDgkQ7bHPijaLAypmxLzPbCLURIBtMoY/MbH
156 9WbXRTuFdzrtVGpX3o38tdYbR/P2g6gCQsd5EkpHX0pm9KT/AIRzmxwS4Zg+bhZY3Ehj08zTTSTP
157 TnIxdqdKsanKiWxkPk9Rxum71Qf8SzW9oHk52j6o7zHd/V9OZVNHnPpj5H7X4ZRpMfFP3N2pnUfe
158 wzNy6tmHlqx9CyEzD95P8R/1f2R/HNRrMvFKugcjGKCW/mDftHaW9ihp6zGSX/VT7I+kn8M2vs/g
159 uUsh6bB1/aWSgI97IPyG8rx3N5da9OnIWx+r2lezstZG+YVgv0nLfaHV8MRiHXc+7p+PJh2di5zP
160 TYPoawiVUBOwG5PQZx4nbmZC8S88/mFqfmy8nsNKuHtfK8LGINCSkl6VNGdnFCIj+yo69T4Ds9D2
161 fDTwE5i8h/2P7XVzmZmhyYidItoYuMUSoKfsgDLcuvIbYaZjGoWg+smSOqshHF12NQeoIwY9dL4J
162 npXsX5Nfm/qM2oQ+VvM1wbn6x+70zUZTWT1O0MzH7fL9hjvXbeu2D2joYSgcuIVXMfpDCEzE0Xst
163 9CCpzneNz8ZfLP50eV49F81tdW6cLTVAZ1UdFlBpKB9NG+nO37F1Xi4aPOO36nW63FwzsciyD8vt
164 Ra/8txK55S2jG3YnrRQCn/CkD6M5bt7T+FqSRyn6v1u67Oy8eIf0dmQumacFzlB0yYKEn8w3v1DS
165 Lq6GzohEZ/y2+FfxOZ/Z+Dxc0YdCfs5lx9Tk4MZkwDyD5cHmLzXZ6fKC1sWM12d/7qP4mFR/N9n6
166 c7rX6jwcJkOfR5vT4uOYD630q2jjjREUIigBVUUAA2AAGefSyWbd3kLAvzl/Ni48sqmgaCyjXLhB
167 JcXVA31aJvs0Ugj1H7V6DfuM3XZegGQeJk+gch3/ALHXZspuhzfPoS5u7xry9le5uZW5zTysXdie
168 pZmqSc3OTW8O0RQY49NfNk1rpsEkQDorqR0IBGUw7QJLZLTMj8qeb9c8kzq9q8l3oNR9c0liWCpW
169 rSW3I/A43PGvFu/bJajTY9VHuydD+to3xnye/R3dlqWnwX9lIJrS6jWaCVejI4qp336HOMyiUJGM
170 tiHYYpXu8Y/PryrHc6OmuQp/pNgwSZh1MEjU/wCFcgj5nN77O6zhyHGfpn94/Yw1+LihxdY/c8j8
171 qSrLJcadIf3dynJfZ06EfR+rN32zjqMcg5xP2FxtBP1GPe6SNo5GjcUZCVYe4zXg2Ldgn3lS7pLL
172 asdnHNPmNj+GYOuhsJOXpJ7kMnAzWOex3zgo42rd6uP+I5sOzzzcLWdGPQTNDNHMlOcbB1r0qpqM
173 2QLgph5o06TTfMuq6fICHtLyeEg/5EjL/DJ5I1IjzYwNgFF+UJwt1NATT1UDD3KH/m7Nbr43EHuc
174 7Ry3Ia823HK9igB2iSpHux/oBh0EaiT3o1cvUAk1pAZ7mKEf7sYLX2J3OZc5cMSXFAsvQYUVVCqK
175 KBQD2GaCRcpgPn6Uvrip2jhRR9JZv452PYUK0998i6PtE3k+D3L8lbNIPIlgyj4p2lkc+JMrAf8A
176 CgZzXb0ydRLyofY7DRisQZD+Zuo3Gn/lvrc9seMzwpbhh1AuZUgYj/YyHNf2JEZNVCJ77+QJ/Q16
177 s1AvHdOto4bdI0FERQqj2G2djrchtxtPBvUj6dq7DrSg+k0zQylcwHZ44sZkjBGZILOUUovOcEiz
178 QsY5YmDxuuxVlNQR8jmz0U/VR5F1eqhs+xNP1H9JaFYaiV4m9tobgr4erGHp38c4vUjgySj/ADSR
179 8nIwmwC8d/5yFs0fy9YXhpzgu/TB70lRif8Ak3nR+zOT1yj3xv5H9rX2jH0A+bCvyhkJGqQk7D0X
180 Udv2wf4ZL2qj/dy/rD7mzsc/UPd+l6C6ZyILukttr+1vHuUgJJtJjBLX+dQCae3xZl5dPLGImX8c
181 eIe5phlErroaYv8AmS7JoKKOklwit8uLN/xrm79nReoPlE/eHB7UNYvijP8AnHy0RtW1S7P244Ui
182 X5O/I/8AEBm19opkYojvP4+91/Zo9RPk+iNPpQe2cPxufkfIvmXUJ9W84axqFwxaSe8mI5GvFFcq
183 ifJUAUZ3sx4eGEB0iHW4RxSJVYIgFGauUnbY4sh0Y8oaH9k0+jrmHkNTZTimE0YKHNppchtwc0Ho
184 35H30j+Ur7TnYlNM1CaG2HZYZFWYL9DSNmm9o4iOYSH8UR8+TXpeRHcU1892a3flbV4GFfUtJgPn
185 wND9BzX9mZKywP8ASH3ufMXAjyL5Y8vSGPWrRgaVfj/wQK/xz0TtGN4J+50mlNZIp95gt/TvvUHS
186 VQ30jY5zellca7ndTG6G0u4+r6hby1oFcBj/AJJ2P4HLM0eKBCcUqkCz8DNC7hivm6cNdQQg19JC
187 x9i5/wCbc2mgjUSe91+sluAhPK+nSal5l0rT4wS93eQQgD/LkVf45sscbkB5uDM0CXo3/OSPlSTS
188 vPA1iNKWWtxiXkBsLiIBJV+kcX+nMrXY+Gd97RpZ3Gu55XaXMlrcx3Ef2ozWniO4+kZr8kBKJBcu
189 EjE2FXVbtby/luFqFenEHqAFAyODHwQAZZZ8UiUV5bi56orf77Vm/wCNf+Nsq1kqh70Y+bNIxmmL
190 kMA/MGHhrUcg6SQKa+4Zh/TOx7CneAjuk6TtGNZL7w9r/JDUEufI1rEDV7SWWGT58zIP+FkGc77Q
191 Yqzy86P2V+hztFK8Q8mVeftGn1vyPq+mW4LXEsPqQINy0kDrMiD/AFmjAzQdm6oafVwnL6b39x2v
192 4Wuox8UCA8W0m9jubSKZDs4BI8D3H0HO/wBbiNuHp5quoAS27p4jb5jcZoMkTGVuyhJjEsgAIPXM
193 mIbJSS36rc6lfW+n2i+pdXciwQJ0q8hCjfsN82OmMYA5JbRiLPwdXqZXsOZfXdvbQ2GmWmnwHlDa
194 QxwRn/JiQIPwGefZNR4szL+cb+bmYoUKeO/85C6giaNp1hy+OedpuPtEvH/mZnZ+zGLeUu4V8/7H
195 G7Rl6QGK/k7an0NUuSNmaGNT7qHZv+JDB7Uz3xx95+5u7HjtI+5n8oABJ2A6k5yQ5u6Lzr8udQNz
196 e6yGNTPILlf9kzcv1jOt9odPwQxV/COH7qdL2Zl4pT890X+ZEDSeXuYFRDOjt7Agp/xvmN7OzA1F
197 d8SPuP6G7tSN4vcVT/nH6/jj1vULJiA08AkX3MbAU+583XtDjvED3H73W9nS9ZHk+hbOXjTwzzzK
198 eEuzmLfKfnPSJdD866vYSiii5eW3b+aGZvUjNf8AVbf3z0DFmGo00MkTe2/vGxdXD0TIKy3lUqMw
199 ZRdrjmyPSQEhFerHkcwpjimylJG3M6JEzsQFUEsT0AHXNrpMRtwM03pX5N6dNaeTXvZl4SaxdS3y
200 KRRhCwWOKvzWPkPnnMe0eqGTU8ET9AEfjzP318E6SHpvvRv5h6hHY+T9YuHbjS1lRD0+ORSif8Mw
201 x7IxGWaA/pD7N3Kyy4ccj5Pl7y3EZNbtQP2WLH5KpOeg9pz4dPL3fe6XSC8gZX5ljrbwyd1cr/wQ
202 r/xrnK6M7kO8yMezYNTPm1CCDTkvJmorRqwHdiy1AHzzQjEZT4R3u4OQCPEWD3dzJdXMlxJ9qQ1p
203 4DsPoGbvHARiAHUzkZGy9U/5xu8qSar54OsSJWy0SMy8iNjcSgpEv0Dk/wBGbDQ4+Kd9ziaqdRrv
204 fQn5j+RrLzp5XuNInIiuR+9sLkivpTqDxb/VNeLex8c2efCMkacDFkMJW+MNb0TVND1W40vVLdra
205 +tW4SxN+BB7qw3BHUZoZwMTR5u3jIEWEBkUp75UX/Spm8EA+8/2Zg64+kNuLmy2PNUW9i3n2wae1
206 W6QVa1Pxf6jgV+40zfdhagQyGB/i+8OB2ji4oCQ6Iv8AJTzXHpetSaTcvwt9S4+gx2CzrsB/sxt8
207 6Zm+0OiOXFxx+qH3fscTs7MIy4Tyl976EgnO1TXPK9XiIO7uSHnHnT8ttQivp9a8sRiZLljLfaTy
208 Cn1Du0tuT8NW6sh+jwzq+xPaSAgMOp2A2jPy7pfr+fe6zPpSDxQ+Tzy+1YWrmC+jlsrgfaguY3ic
209 fQ4GdUNNDMOLGROPeDbQNQY7HZJ4bLVtbvTDotnNfOxHL0EZlUnuz/ZUe5OVZceLTi8s4wHmfuHM
210 /Bn+YMtoi3s35ZflYPLjjWdaKTa2ykQRIeUdsrCjUP7UhBoT0HQeOcT2528NQPBw7Yep6y/Z3D4l
211 yMGnIPFL6vuZ1c3HEFi3EDcmtM02jxEy2c8B8wfmZ5qHmPzRPcQvzsbUfV7M9mRCav8A7NiT8qZ7
212 B2Rozp8AifqO5/Hk8/q83iTscg9N8iaK2k+V7WGVeNxPW4nU9Q0lKA+4UAHOL7Z1QzaiRHKPpHw/
213 a9BoMPh4gDzO6v5kufquiX89aMkEhU/5RUhfxzE7PxceohH+kG3Uz4ccj5PL/wAuZ/R8w+melxC8
214 YHuKP/xpna+0OPi01/zZA/o/S6HsudZa7x+16BrVguoaZc2bbeshVSezdVP0NnH6POcOWM+4/wBr
215 vc+PjgY97yfy3rN15c8x2uoBWElnLxni6EoapIn/AAJOeh6nDHUYTG9pDY/cXl8UzjmD3PqjStTt
216 7+zgvLaUS286CSKQHYqwqM8k7S0s4yIlzD0gIkLHIpD+Yv5d2nnCzjmgkW11m0Ui1uWHwuvX0pab
217 8a7g9sl2J23LRSMZDixS5ju8x5/e4ep03HuPqDwrVPL/AJj8vXPpazYTWyKaevxLQsP8mVaofvzv
218 sGTT6oXhmJeXX5c3C8WUNpBH2Gs28jLDCWnnbZIYVaR2PgFUE5b+RGMXKogdTsp1N8mdeWvy31nX
219 Zo7jX4X03REIZrKQ8bm5puFdRvEnjX4j7dc0PantJiwRMNOePL/O/hj7v5x+z7mePTymbltF607p
220 EixxARxoAqIooFUCgAA6DOCxRlKV3v3u0jF4v+e3m1DDD5ct5OUrss99Q/ZUbxof9Y/F9A8c9J9l
221 9AReaXuj+k/o+bru0cwA4B8WA+SbEmSa+YfCB6UZ9zux/Vmy7dz7DGPef0NfZ2Pcy+Cd6+tdOY/y
222 sp/Gn8c0mlPrdlPkxfNm0q093cTrGkrlkiUJGvYACmQjjEbrqylMnn0ROiaJqmuarb6Xpdu1zfXT
223 cIol/Ek9lUbknoMthAyNDmwlIAWX2f8Alx5GsvJfle30iAiW5P72/uQKerOwHJv9UU4r7DxzfYMI
224 xxp1GXIZytk+XNbDPzI/Kvy955slF3W11SBStpqUQBdAd+Drt6iV34n6CKnMfPp45BvzbsWYw9z4
225 11GylsdQubGX+9tZXgkp/NGxU9fcZopCjTtQbFpv5TI9W4Hfiv6zmv13IN2NlUZzVluQ9zGkjSxy
226 KGRxxZT0IIoRlsJGNEcwyoEUXm2u6NPpN9xFfRY8reUdaDtXxXO30GtjqMd/xDmHnNVpzilXTo9d
227 /Lf827a8hi0rXphDfqAkN45pHN2HMn7L/gfnnL9tez53niFx7u79jstJrhIcM+fe9YiudhQ7Zwmb
228 RkHZ2BCIW6zDOE9zHhc11iMJPReFCXd9FDE800ixxRgs8jkKqgdSSdgMztPoZTIFJoB4h+Z35sJq
229 EUui6DITaPVLy+FR6g7xx/5J7t3+XX0XsTsHwayZR6ug7vM+bqdZrbHDDl1LHPy48nPqt+mpXiU0
230 y1bkAw2lkXcKK9VH7X3Zm9t9pjBDgif3kvsHf+pj2fpPElxH6R9r2OV84El6Rhv5kXno+XWhB+K6
231 kSOneinmf+I5vPZzDx6ni/mgn9H6XXdqZKxV3l5voNx9T1mzuSaKkq8z/kseLfgc7TX4fEwTj3xP
232 z6Oh00+DJE+b1yU55sHrHnnn3y6wkbVrVaq3+9aDsegf+udd2F2iK8Gf+b+r9TpO0tLv4kfj+tEf
233 lp+ZkvlyQadqJaXRpGqCoq8DN1ZR3U/tL9I8DldsdjjUjijtk+9xtHrPD9Mvp+59AaXrFjqFrHd2
234 U6XFvIKpLGQyn7u/tnmus7NnjkQRRd3EiQsbhMkus1UsEh0QYrjdZDwj3I4VGS598yMelkWQi89/
235 MD81NM8vxSWdky3msEFRCDVIj/NKR4fy9flnYdjez0stSl6cf3+79bianWRx7DeTwL/chrGpPLK7
236 TXVw5knmffcndjnfZMkNPj7ojkHTQhLLPzL0KxtIrS0it4hRIxQeJPUk/M5xOfNLJMylzLv8eMQi
237 IhDa9/xzJPmv/Ehk9L9YTPkxXNo0Mx8k/lR5z83yxtp9k0Onsfi1O5BjtwOh4sRWQ+yA+9Mvxaec
238 +Q2asmaMeb6g/Lf8q/L/AJGsmFoDdarOoW81KQAOw68EXfgld6Dr3J2zb4NPHGNubrsuYz9zNMyG
239 l2KuxV8NfmDbG289+YoDX4NSuwtaVKmdip28RnO5hUz7y7nEbiPcpeVXpeyp/NHX7iP65rtaPSPe
240 34+bLIzmpLepT7TH3AyceTMKV3Y2l/bNb3SB42+8HsQexyzDnnilxQNFjkxRnGpMF1ryfqNgWlgU
241 3Vp1DqKuo/ylH6xnW6LtjHm2l6Z/Z8C6LUaCePcbxVvL/wCYvm7QlSKzvWktU2FrcD1YwB2FfiUf
242 6pGXarsrT595R37xsfx72rFq8kNgdmX2/wCf+sqlLjS4JH7tHI8Y+4+p+vNPP2Vwk7SP2fscsdpy
243 6xCy8/P3X5EItNOtoGIpykZ5ae4AMeSx+y2AH1SkfkP1ol2nLoAwnXfN/mjzHIseo3klwpP7u1Qc
244 Y69qRoACfc75utNocGnFwiI+f7XDyZ8mTmbT7yt+Wd7dulzrINraChFt0lf2P8g/HNP2j7Q48YMc
245 Xql39B+v7nO0vZkpbz2H2vVbaK3tbdLe2jWKCIcY40FFA9hnFZM0pyMpGyXfxiIihsHPJlbJ5f8A
246 mBqyX2qJaxNyhswVYjoZG+191AM732e0RxYeOX1T+7o852nnE58I5R+9i3p5v3WvTdB1VdQ0uKQm
247 s0YEc478lFK/7Lrnn3aWjODMR/Cdx7v2cnp9Jn8TGD1HNFS0YEEVB2IPSmYkdnILBfMHkr42udLA
248 od2tTtT/AFCf1HOo7P7b24c3+m/X+t0+q7O/ih8v1JFpWveYvL10zWF1NZSg/vIv2WI/njaqt9Iz
249 eZdPh1EfUBMfjq62GSeI7WCzfT/z58ywKFvLO2uqftrzic/OhZfuXNLm9mMEvpMo/a5ke05jmAUX
250 L/zkDqpQiLSYVfszSsw+4Kv68pj7KYr3kfkyPah/msX1381vOesI0TXYs7d9mhtAY6jwLktJ/wAN
251 m00vYmmw7iPEfPf9jjZdbkn1r3MesdIvb1gwUpEesr9Po8cydTrseLbnLu/HJjh0s8nkO9lWn6dB
252 ZxiKIVLEc3PVjnNanVSyyuTu8OCOMUE+zWtiWeYWpp9P5nUfrP8ADMnSD1sJ8mMZs2l9wflnam2/
253 Lzy3ERxb9HWzstKULxK5qPGrb50OAVCPudPlPrPvZLlrW7FXYq7FXxz+e+mmx/NLWgBRLlorlD4+
254 rChb/h+WaLWRrIXbaY3AMR8vy+nqkVejhlP0io/EZrtVG4FyYHdmiHNMXIC25+0reIphgyDUbYkM
255 0TG2VkJQ155f0S/Ja6tEZz1kWqP9LLQnMjD2hnxbQka+Y+1pyaXHP6glzflz5ekaoe4jHgjrT/hl
256 bM4e0OoHSJ+B/W4x7LxHvV7b8t/LcbAv68w8HkAH/CKmVz9otSeXCPh+slMey8Q7yyHTNF0fTf8A
257 eG0jhbp6gFXp/rmrfjmp1OtzZvrkT93y5OZi0+PH9IATIS5h03tmXGlY75u8xjTLP0YG/wBOnBEd
258 OqL3c/wzd9jdmePk4pf3cefn5frcDX6vw40PqLzVVJNTuT1Od880uMe2Ko3RdVk0y8EoqYH+GdB3
259 XxHuMwO0dENRjr+Icj+O9ydLqDinfTqzsTxyxrJGwaNwGVh0IOcNKBiSDsQ9KJAiwoyNkgFS+9tL
260 S6XjcQpKB05AEj5HtmThzTxm4khqyY4z+oWklx5V0diSivF7I3/NXLNpj7XzjmQfh+qnDl2fiPeE
261 MfKumqa85W9iy/wUZd/LGY9I/b+th/J2PvP4+CIt9G02AgpCCw/af4j+OY2XXZp85fob4aTHHkEb
262 mI5CpbrymUe9fu3yMzspTHMdiknmaT4IIvElj9G38czdGNyWvIkcMUk0qQxKXkkYIijqWY0AzPAa
263 n31ptmljp1rZR04WsMcKU2FI1Cj9WdLEUKdITZtEYUOxV2KuxV82/wDOVGimLXdG1pR8F3bPaSEd
264 OVu/Na+5E34Zqu0IeoF2GjlsQ8Qt5TDPHKOsbBh9BrmslGwQ5oLPYnDKGU1BFQfY5opByQvnHKEn
265 uu+RjzZBRRsmQzRCPlZCUQj5WQlWR8gQyVlkyBCqqyZEhK8SYKVB6tq9vptlJdTHZdkTuzHoozJ0
266 ejlnyCEf7A1Z84xxMi8tvL+4v7yS7uG5SSGp8AOwHsM9F0+njhgIR5B5bLlM5GR5l0dMua1RqUwJ
267 UJMKE58t636Dixnb9y5/csf2WPb5H9eaLtjs/jHix+oc/Mfsdn2fquE8EuR5Mlds5gB3SHkbLAEI
268 aRstAYqDGpyYVbhQ7FUVZJuz+GwyrIUFF5Uhi+vz+pqBUdIlC/T1P682eljUPe0zO6eflNop1n8x
269 tBs6ckW6W5lHbhbVnYH2IjpmfpocWQBx80qgX2vnQOodirsVdirsVea/85BeWzrP5cXc8acrnSHS
270 +jp14JVJfoEblvozE1sOLH7nI006n73yJmkdoy7QLv1rBFJ+OH4D8h0/DNTqoVP3t8DYTdSKUPQ5
271 iFsCFIKOVPbp8st5hmFVHyBCVdHyBCVZXyBCVVZMgQlUEmCkuadUQu7BVUEsx2AA6nEQJNBBNbl5
272 p5k8wPq18ShItIarAvj4sfc53vZfZ40+Pf6zz/U81rNT4sv6I5JajZsnEV1fAq8yYqpO2KqDthVl
273 Wgaz9bt/Qmb/AEiEdT+0vSvz8c5PtTQ+FPij9EvsLvdDqeOPCfqCYu2a0BzkO7ZYAhSySHYq7FUx
274 gj4Rhe/U/PMeRsobmlWKJ5W+ygLH6MEY2aQSwuWRpZXkb7TksfmTXN1EUKcd7p/ziz5bMuqat5jl
275 X93axrZWxI2MkpDyEe6qij/ZZsuz8e5k4OsnsA+js2rgOxV2KuxV2Kqd1bQXVtLa3CCS3nRopo26
276 Mjjiyn5g4CL2UGnwx5z8tXHlnzRqWhz1JspmSNyKF4j8UT/7JCDnPZcfBIh3WOfFEFQ0G8+r3oRj
277 SOb4T/rfs5harHxRvubYGiy1GzUkN624XkvMdV6/LDA9GQKkj5IhkrI+QISrLJkSEqiyZEhKoJMj
278 S2xXzzrbRQJp0LUeccpyOoSuw/2RzoOwdEJSOWXKPL3/ALHV9p6ihwDrzYhaW8k7Hjsq/abOsdGq
279 Sp6UnGtdqjArg+KV3qYqsZ8VVVtGli5KfiO4HY4UIaC6mtLpJk2kjbcHv4g5VnwjJAxPItmPIYSE
280 h0ZrFdJcQJMh+CRQw+ntnF5MRhIxPMPSwmJRBHVaxqcQlrFXYqr2kXJ+R+yv68hOVBSjsoYpN5iv
281 OES2yn4pPif/AFR0+85maTHZ4mvIejH+uwzYNT7V/KbykfK3kTTdNlTheyJ9avx39eajMpp3QUT/
282 AGOb/TY+CADqM0+KRLL8vanYq7FXYq7FXYq8H/5yc8jNcWVr5ws0q9mFtNSAG/pM37mT/YuxU/6w
283 8M1uvw2OMObpMm/C+cs1bnsu0fUPrVqCx/ep8Mg9+x+nNTqMXDLyb4SsJmrZjEM0LMhjbb7J6ZZE
284 2zBcr4kJVVkyJCVQSZGlXiTBSbeZeYLtrnWruRjUCQov+qnwj9Wd32diEMEAO6/nu8xq58WWR802
285 0qBRpkbDrJVmPvWn8MzXHQeqQspWQDYbN/DAqAD4q36mKXLydgq7k9MUJ7aw0VR4ADFUm1xFjv3A
286 25BWPzphVOPLFwz2LxH/AHU54/JhX9dc5rtfGBlB7w7vs6dwI7im+apz3YquRGdgq9TgJpUxjRUQ
287 KOgzHJti1NNHDE0shoiCpOGMSTQUmmHXdy9zcPM/VzsPAdhm3hARFOOTb0P8hvI/+JvOsVzcR8tL
288 0bjd3VRVWkB/cxn/AFmHL5KczdHi45+QcbU5OGPmX15m8dW7FXYq7FXYq7FXYqh9S06z1LT7nT72
289 MTWl3G8NxEejI44sPuOCUQRRSDRsPib8wvJV95O80XWjXNXhU+pZXBH97bsTwf57Ub/KBzn82Iwl
290 Tt8WQTjaSafevZ3AlXdTs6+K5i5cYmKbommXwTpJGskZ5IwqpzUyiQaLeCrHi6lW3ByHJKEkVomo
291 dx2OWg2yBbWTEhK8SZGkrhJgpXnnmKze21a4qPglYyxnsQ5r+B2ztezcwyYY1zAr5POazGY5D57p
292 h5dv42gNlIaSKSYq9wdyB71zPcVHXUIIIIqD2xVI7u0VKsh4gb0PTFUJEObha0riqb2dsidBue/f
293 FU0Dw28RlmYIi9ScVYnf3bXd3JORQMfhHgo2H4YqyPy3avDYGRxQzNyA/wAkCgzmO1cwnlofw7O8
294 7PxmMLPVNs1jnNqrMwVRUnEmlR8EIiXxY9TmPKVoVcihjeual68n1eI/uoz8RH7Tf0GbHTYeEWeb
295 VOVpfaWlzeXUNpaxtNc3DrFBCgqzu54qoHiSczALNBrJp9o/lb5Eg8l+U7fTPhe/l/f6lMu/KdwK
296 gH+VAOK/KvfN9p8Phxrq6jNk45Wy7L2p2KuxV2KuxV2KuxV2KsE/N78tbfzv5dMcIVNbsQ0mmTna
297 pI+KFz/LJT6DQ+OY2pweJHzDdgy8B8nx1dWtzaXMtrdRNBcwO0c0MgKujqaMrA9CDmjIrYu2BtG6
298 RqhtH9OU1t3O/wDknxGYufBxixzZxlTJ0cMoZSCpFQR0IzWENy48XXiwqMHJNoWWJ49xunjlsZWy
299 tYJMlSrhJgpNoTU9PtdQt/SnFCN45B9pTmTpdTPDK4/Ed7RnwRyCixC80LULUl0X14h0li3+8DcZ
300 02n7SxZOZ4ZdxdJl0c4eY8lJdY1FV4GUsB/MAT95Fc2Dioea6nmNZHr7dB9wxVT5HFVePULyMUSU
301 ge9D+vFXVvr6QD453HQCpp/TK8mWMBcjTKEJSNAWnGm+XKOJLwgld/QBr/wRzTavtWxWP5/qdnp9
302 Bvc/kyEAAUGwHQZonar44nkNFHzPbAZAKjoYViG27dzlEpWhUyKEl1rVwga1t2+M7SuO3sPfMzT4
303 L9Ra5y6MfzYNT6K/5x2/KxrdI/OesxUmkU/oa3cfZRhRrgjxYGie1T3GbTRaevWfg4Gqzfwh73my
304 cJ2KuxV2KuxV2KuxV2KuxV2KvHPzy/Jo+Y4n8xaBCP07Cv8Apdsu31uNRsV/4tUDb+YbeGYOr0vF
305 6o83L0+fh2PJ8vujxuyOpV1JVlYUII2IIOad2KYaXq8loRFJV7cnp3X3H9Mxs+AT3HNnGVMliljl
306 jEkbBkboRmtlEg0W4FfgVQltlbdPhPh2yYn3ptDOskZ+IU9+2WggptC6jI31KXj1oPuqK5biHqDG
307 fJIoppYm5RsVPtmbKIPNxwaW3CwXDmSSJebfbIFOR8duhyeOcoCoku30evw1wajHHJHoaFj8e9R+
308 p6eRuhSnUkkfidsyBrMw6/c7nH2Z2Pn3AiD/AFpR+y2hZaaTs3I+HKv6sfzubv8Asbpez3ZURZAr
309 +uf1rltLHkCI9h41/UchLVZT/F+Pg67UHsvTisWOM5fGQ+cr+xFm6dYhDCBDEOipt95zG4LNncvP
310 5Mxmb5e5fpodr2MLUkk7D5HI5vpLCHNksVmeshp/kjNbLJ3N9opVVRRRQeGVEobxVI9V1wAGC0ap
311 6PKO3sv9czcGm6ya5T7khzPanr/5H/k5J5luo9f12Er5ft2rBC4p9bkU9N/91KR8R7/Z8aZ2k0vG
312 eKX0/e4uoz8Ow5vqVVVVCqAqqKKo2AA7DNw61vFXYq7FXYq7FXYq7FXYq7FXYq7FXjv5yfkbD5j9
313 bX/LqLBrtOVza7LHd07g9Fl9+jd/HMHVaTj9Uebl4NRw7Hk+Yru0urO5ltbuF4LmBik0MilXRlNC
314 rKdwRmoII2LsQbX2WoXFm/KJvhP2kP2TlOTEJjdkJUyOx1e1uwFB9OX/AH238D3zX5cEoe5tEgUd
315 lDJ1K9cVQ89lBNGyEceQIJHvlkchBUsRuIJIJnhkFGQ0+fvm2hISFhxyKU8kh2KuxV2KuxVO/Ltm
316 xdrthRQCsfue5zC1eTbhbMY6p/mA2qF1e21qnKZwvgvUn5DJwxmR2QTTHdR1qe6rGn7uD+Xufmf4
317 ZsMWnEdzuWqU7S7Mlg9m/J/8iLrXmh13zNE9vomz21kapLdDsxpRki9+rdtt8z9NozL1S5OJn1PD
318 tHm+m7e3gtoI7e3jWGCFQkUSAKqqooqqo2AAzbAU64lUwq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq
319 wX8yfyi8ued4DNKPqWtIvGDU4lBag6LKu3qL9NR2OY2fTRye9uxZzD3Plrzt+XfmjybfG31i1IgZ
320 iLe/iq1vL/qvQUP+S1D7Zp8uCWM7uyx5YzGzGcqbExtNcvIKK59aMdm6/Q2Y+TTRl5MxMhOLbXbC
321 agZvSbwfp9/TMOemmPNsEwmCurqGUhlPQg1GUEUyQmo6ZDeoK/BKv2JB+o+2W4cxgfJjKNsau9Ou
322 7Un1UPHs43U/TmxhljLk1GJCGy1i7FW1VmYKoLMegG5wE0qbWGgzSESXX7uLrw/aP9MxcuqA2juW
323 yMO9NpdS060QJ6i/CKCNNyPbbMSOGczdMzIBKrvzFO9Vtk9Jf523b+gzKx6QD6t2ByJTJJJI5eRi
324 zHqxNTmWAByYIzRtE1bWtQj0/SbSS8vZT8EMS8jTxPZVHcnYZOMDI0GMpACy+kPyw/5x507RWi1b
325 zT6eoaotHisR8VtC3UFq/wB64/4Ee/XNrp9EI7y3Lr82qJ2jyezgACg6ZnuI7FXYq7FXYq7FXYq7
326 FXYq7FXYq7FXYq7FXYq7FUPf6fY6jZy2V/bx3VpOvGaCZQ6MPAqdsEogiikEjcPEvPP/ADjJp900
327 l55RuhZTGrHTbos0B9o5fidPkwb5jNfm0AO8XMx6sj6nhnmbyR5r8sT+jremzWgJok5XlC5/yJVq
328 jfQc12TFKHMOZDJGXIpFlbNfHNLEaxuyHxUkfqyJiDzTaMj1vUk29XkPBgD+PXKjpoHoy4yrr5kv
329 KUaONvoI/jlZ0ce8p8QqUmqW8hq9lFU9SKg/hTJjCR/EUcXkpG9t61WziHzLn/jbJeGf5xRfk2NX
330 ukFIRHAD19NFH664PAiedleIqE13dTf3srOPAk0+7LI44jkEElRyaEZpekarq12tpplnNe3T/Zhg
331 RpG+dFB298MYmRoIMgOb2PyR/wA4y61elLrzXc/oy26/UbcrJcsPBn+KOP8A4Y+wzPxaAneWziZN
332 WB9O733yv5N8teVrH6nodjHaRkD1ZAOUshHeSQ1Zj8zt2zZY8UYCgHCnkMjunOWMHYq7FXYq7FXY
333 q7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FVk8EFxC8M8azQyDjJFIoZWHgVOxwEWoLzzzH+QP5ba0
334 XkSxfS7h9zLYP6Qr/wAYmDxD6FGY09Hjl0r3ORDUzHm831v/AJxW1aMs+ia3BcL1WK8jaEj25x+s
335 G/4EZiT7OPQt8dYOoYZqX5A/mlZFiukrdxr/ALstp4Xr8lZlk/4XKJaPIOjcNTA9Ugufy0/MK2JE
336 vlvUtq1ZLWWRRTr8SKwyo4Jj+Esxlh3hB/4M84f9WLUP+kWf/mjI+FPuLLxI94V7f8vvPlxT0fLm
337 puCachZz8a+7cKYRhmeh+SDlj3hObD8kfzSvSPT0GWJTuWuHigoDTtI6nv4ZYNJkPRgdRAdWXaP/
338 AM4uecbghtU1GzsIz1EfO4kH+xAjT/h8vj2fM8yA1S1kegeh+Xv+cafIenFJNUkudYmXcrK3owkj
339 /iuKj/e5zKhoIDnu0S1cjy2em6RoWjaNai10mxgsLfvFbxrGCfE8QKn3OZcYCIoCnHlInmjskxdi
340 rsVdirsVdirsVdirsVdirsVf/9k=</xapGImg:image>
341 </rdf:li>
342 </rdf:Alt>
343 </xap:Thumbnails>
344 </rdf:Description>
345 <rdf:Description
346 rdf:about="">
347 <xapMM:DocumentID>uuid:0A41642859EE11DA9346CE657E5F1B06</xapMM:DocumentID>
348 <xapMM:InstanceID>uuid:0A41642A59EE11DA9346CE657E5F1B06</xapMM:InstanceID>
349 <xapMM:DerivedFrom
350 rdf:parseType="Resource">
351 <stRef:instanceID>uuid:0A41642759EE11DA9346CE657E5F1B06</stRef:instanceID>
352 <stRef:documentID>uuid:0A41642659EE11DA9346CE657E5F1B06</stRef:documentID>
353 </xapMM:DerivedFrom>
354 </rdf:Description>
355 <cc:Work
356 rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
357 rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title>AVAHI</dc:title><dc:publisher><cc:Agent><dc:title>izo@aucuneid.net</dc:title></cc:Agent></dc:publisher><cc:license
358 rdf:resource="http://creativecommons.org/licenses/by-nc/2.0/" /><dc:subject><rdf:Bag><rdf:li>tango avahi freedesktop</rdf:li></rdf:Bag></dc:subject></cc:Work><cc:License
359 rdf:about="http://creativecommons.org/licenses/by-nc/2.0/"><cc:permits
360 rdf:resource="http://web.resource.org/cc/Reproduction" /><cc:permits
361 rdf:resource="http://web.resource.org/cc/Distribution" /><cc:requires
362 rdf:resource="http://web.resource.org/cc/Notice" /><cc:requires
363 rdf:resource="http://web.resource.org/cc/Attribution" /><cc:prohibits
364 rdf:resource="http://web.resource.org/cc/CommercialUse" /><cc:permits
365 rdf:resource="http://web.resource.org/cc/DerivativeWorks" /></cc:License></rdf:RDF></svg:metadata></x:xmpmeta>
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387 <xpacket />
388 </svg:metadata>
389 <svg:switch
390 id="switch2676">
391 <svg:foreignObject
392 requiredExtensions="http://ns.adobe.com/AdobeIllustrator/10.0/"
393 x="0"
394 y="0"
395 width="1"
396 height="1"
397 id="foreignObject2678">
398 <i:pgfRef
399 xlink:href="#adobe_illustrator_pgf">
400 </i:pgfRef>
401 </svg:foreignObject>
402 <svg:g
403 i:extraneous="self"
404 id="g2680">
405
406 <namedview
407 showgrid="false"
408 pagecolor="#ffffff"
409 window-x="472"
410 id="base"
411 bordercolor="#666666"
412 cy="24.622653"
413 zoom="9.8994949"
414 pageshadow="2"
415 cx="25.799661"
416 grid-bbox="true"
417 window-height="695"
418 document-units="px"
419 window-width="770"
420 showpageshadow="false"
421 borderopacity="0.17254902"
422 pageopacity="0.0"
423 window-y="167"
424 current-layer="layer1">
425 </namedview>
426 <svg:g
427 id="g2682">
428
429 <svg:linearGradient
430 id="XMLID_15_"
431 gradientUnits="userSpaceOnUse"
432 x1="-156.5977"
433 y1="-100.4229"
434 x2="-142.3975"
435 y2="-100.4229"
436 gradientTransform="matrix(-0.7135 -0.7006 -0.7006 0.7135 -142.1155 -25.5815)">
437 <svg:stop
438 offset="0"
439 style="stop-color:#C17D11"
440 id="stop2685" />
441 <svg:stop
442 offset="0.2735"
443 style="stop-color:#BD7A10"
444 id="stop2687" />
445 <svg:stop
446 offset="0.5694"
447 style="stop-color:#B0700C"
448 id="stop2689" />
449 <svg:stop
450 offset="0.8747"
451 style="stop-color:#9A6105"
452 id="stop2691" />
453 <svg:stop
454 offset="1"
455 style="stop-color:#8F5902"
456 id="stop2693" />
457 </svg:linearGradient>
458 <svg:path
459 fill="url(#XMLID_15_)"
460 stroke="#6F4709"
461 stroke-width="1.96"
462 d="M29.844,2.535c-2.216,2.259-1.747,6.318,1.048,9.064 c2.798,2.75,6.863,3.144,9.083,0.885c2.219-2.259,1.75-6.316-1.049-9.064C36.13,0.672,32.064,0.276,29.844,2.535z"
463 id="path2695" />
464
465 <svg:linearGradient
466 id="XMLID_16_"
467 gradientUnits="userSpaceOnUse"
468 x1="-57.9634"
469 y1="-3.5654"
470 x2="-43.7632"
471 y2="-3.5654"
472 gradientTransform="matrix(0.7135 -0.7006 0.7006 0.7135 46.2366 -25.5815)">
473 <svg:stop
474 offset="0"
475 style="stop-color:#C17D11"
476 id="stop2698" />
477 <svg:stop
478 offset="0.2735"
479 style="stop-color:#BD7A10"
480 id="stop2700" />
481 <svg:stop
482 offset="0.5694"
483 style="stop-color:#B0700C"
484 id="stop2702" />
485 <svg:stop
486 offset="0.8747"
487 style="stop-color:#9A6105"
488 id="stop2704" />
489 <svg:stop
490 offset="1"
491 style="stop-color:#8F5902"
492 id="stop2706" />
493 </svg:linearGradient>
494 <svg:path
495 fill="url(#XMLID_16_)"
496 stroke="#6F4709"
497 stroke-width="1.96"
498 d="M12.511,2.535c2.216,2.259,1.747,6.318-1.047,9.064 c-2.799,2.75-6.863,3.144-9.084,0.885c-2.219-2.259-1.75-6.316,1.049-9.064C6.225,0.672,10.29,0.276,12.511,2.535z"
499 id="path2708" />
500
501 <svg:radialGradient
502 id="path2327_1_"
503 cx="160.6719"
504 cy="-64.959"
505 r="17.3244"
506 gradientTransform="matrix(0.788 0 0 -0.788 -109.3872 -38.6921)"
507 gradientUnits="userSpaceOnUse">
508 <svg:stop
509 offset="0"
510 style="stop-color:#E9B15E"
511 id="stop2711" />
512 <svg:stop
513 offset="1"
514 style="stop-color:#966416"
515 id="stop2713" />
516 </svg:radialGradient>
517
518 <svg:path
519 id="path2327"
520 type="arc"
521 ry="8.6620579"
522 cx="31.112698"
523 rx="8.6620579"
524 cy="19.008621"
525 fill="url(#path2327_1_)"
526 stroke="#6F4709"
527 stroke-width="1.96"
528 stroke-linecap="round"
529 stroke-linejoin="round"
530 d=" M37.667,13.688c0.004,9.375-7.591,16.983-16.97,16.985c-9.376,0.004-16.98-7.592-16.985-16.969c0-0.004,0-0.011,0-0.016 C3.707,4.309,11.302,0.986,20.681,0.98c9.377-0.005,16.982,3.314,16.986,12.689C37.667,13.676,37.667,13.68,37.667,13.688z" />
531
532 <svg:path
533 id="path3834"
534 type="arc"
535 ry="8.6620579"
536 cx="31.112698"
537 rx="8.6620579"
538 cy="19.008621"
539 opacity="0.1266"
540 fill="none"
541 stroke="#FFFFFF"
542 stroke-width="2.2347"
543 stroke-linecap="round"
544 stroke-linejoin="round"
545 enable-background="new "
546 d=" M35.581,13.688c0.004,8.223-6.661,14.893-14.884,14.897c-8.224,0.006-14.894-6.66-14.899-14.881c0-0.009,0-0.011,0-0.016 C5.794,5.462,12.459,3.299,20.681,3.295c8.224-0.005,14.896,2.15,14.9,10.378C35.581,13.676,35.581,13.68,35.581,13.688z" />
547 <svg:radialGradient
548 id="XMLID_1_"
549 cx="21.4727"
550 cy="24.4736"
551 r="2.6923"
552 gradientUnits="userSpaceOnUse">
553 <svg:stop
554 offset="0"
555 style="stop-color:#EF2929"
556 id="stop2718" />
557 <svg:stop
558 offset="0.4553"
559 style="stop-color:#DD1414"
560 id="stop2720" />
561 <svg:stop
562 offset="1"
563 style="stop-color:#CC0000"
564 id="stop2722" />
565 </svg:radialGradient>
566 <svg:path
567 fill="url(#XMLID_1_)"
568 stroke="#CC0000"
569 stroke-width="0.2274"
570 stroke-linecap="round"
571 stroke-linejoin="round"
572 d=" M24.755,23.243c0,1.744-1.471,3.16-3.282,3.16s-3.282-1.416-3.282-3.16c0-1.748,1.471,0.332,3.282,0.332 S24.755,21.495,24.755,23.243z"
573 id="path2724" />
574 <svg:g
575 id="g2726">
576 <svg:g
577 id="g2728">
578 <svg:radialGradient
579 id="XMLID_2_"
580 cx="21.541"
581 cy="17.8096"
582 r="6.6862"
583 gradientUnits="userSpaceOnUse">
584 <svg:stop
585 offset="0"
586 style="stop-color:#555753"
587 id="stop2731" />
588 <svg:stop
589 offset="0.4309"
590 style="stop-color:#424645"
591 id="stop2733" />
592 <svg:stop
593 offset="1"
594 style="stop-color:#2E3436"
595 id="stop2735" />
596 </svg:radialGradient>
597 <svg:path
598 fill="url(#XMLID_2_)"
599 d="M17.067,19.858c1.056-1.547,2.347-3.071,3.114-4.264c0.822-1.179,1.117-5.489,1.36-5.479 c0.241-0.01,0.538,4.301,1.359,5.479c0.766,1.193,2.057,2.717,3.114,4.264c1.052,1.551,1.388,2.916,0.551,3.947 c-0.786,1.02-2.746,1.703-5.024,1.697c-2.28,0.006-4.24-0.678-5.025-1.697C15.677,22.774,16.017,21.409,17.067,19.858z"
600 id="path2737" />
601 </svg:g>
602 <svg:g
603 id="g2739">
604
605 <svg:linearGradient
606 id="XMLID_3_"
607 gradientUnits="userSpaceOnUse"
608 x1="28.5498"
609 y1="-72.4541"
610 x2="31.085"
611 y2="-72.4541"
612 gradientTransform="matrix(-0.8133 -0.5818 -0.5818 0.8133 6.2234 98.8486)">
613 <svg:stop
614 offset="0"
615 style="stop-color:#EEEEEC"
616 id="stop2742" />
617 <svg:stop
618 offset="0.173"
619 style="stop-color:#D2D3D2"
620 id="stop2744" />
621 <svg:stop
622 offset="0.5467"
623 style="stop-color:#8B8E8F"
624 id="stop2746" />
625 <svg:stop
626 offset="1"
627 style="stop-color:#2E3436"
628 id="stop2748" />
629 </svg:linearGradient>
630 <svg:path
631 opacity="0.3"
632 fill="url(#XMLID_3_)"
633 d="M23.674,22.249c-0.67,0.895-2.327,0.852-1.395,1.494 c0.933,0.641,2.229,0.434,2.897-0.461c0.663-0.898,0.446-2.148-0.483-2.789C23.759,19.853,24.34,21.349,23.674,22.249z"
634 id="path2750" />
635
636 <svg:linearGradient
637 id="XMLID_4_"
638 gradientUnits="userSpaceOnUse"
639 x1="23.2285"
640 y1="-76.1748"
641 x2="25.7578"
642 y2="-76.1748"
643 gradientTransform="matrix(0.8133 -0.5818 0.5818 0.8133 43.3567 98.8486)">
644 <svg:stop
645 offset="0"
646 style="stop-color:#EEEEEC"
647 id="stop2753" />
648 <svg:stop
649 offset="0.173"
650 style="stop-color:#D2D3D2"
651 id="stop2755" />
652 <svg:stop
653 offset="0.5467"
654 style="stop-color:#8B8E8F"
655 id="stop2757" />
656 <svg:stop
657 offset="1"
658 style="stop-color:#2E3436"
659 id="stop2759" />
660 </svg:linearGradient>
661 <svg:path
662 opacity="0.3"
663 fill="url(#XMLID_4_)"
664 d="M19.408,22.321c0.667,0.898,2.327,0.854,1.395,1.496 c-0.931,0.639-2.228,0.432-2.893-0.463c-0.666-0.896-0.45-2.146,0.479-2.789C19.32,19.925,18.742,21.425,19.408,22.321z"
665 id="path2761" />
666 </svg:g>
667 </svg:g>
668 <svg:path
669 fill="#FFFFFF"
670 stroke="#2E3436"
671 stroke-width="1.96"
672 d="M18.25,10.477c0,2.724-2.293,4.93-5.121,4.93 c-2.826,0-5.119-2.206-5.119-4.93c0-2.727,2.293-4.933,5.119-4.933C15.957,5.544,18.25,7.75,18.25,10.477z"
673 id="path2763" />
674
675 <svg:radialGradient
676 id="XMLID_5_"
677 cx="9.1104"
678 cy="26.168"
679 r="5.2773"
680 gradientTransform="matrix(0.9241 0 0 0.8901 4.7122 -12.8166)"
681 gradientUnits="userSpaceOnUse">
682 <svg:stop
683 offset="0"
684 style="stop-color:#FCE94F"
685 id="stop2766" />
686 <svg:stop
687 offset="0.3535"
688 style="stop-color:#FBE651"
689 id="stop2768" />
690 <svg:stop
691 offset="0.6"
692 style="stop-color:#F7DD57"
693 id="stop2770" />
694 <svg:stop
695 offset="0.8134"
696 style="stop-color:#F1CE61"
697 id="stop2772" />
698 <svg:stop
699 offset="1"
700 style="stop-color:#E9B96E"
701 id="stop2774" />
702 </svg:radialGradient>
703 <svg:path
704 fill="url(#XMLID_5_)"
705 d="M8.253,10.477c0-2.597,2.186-4.698,4.876-4.698c2.694,0,4.878,2.102,4.878,4.698 c0,2.594-2.184,4.696-4.878,4.696C10.438,15.173,8.253,13.071,8.253,10.477z"
706 id="path2776" />
707
708 <svg:radialGradient
709 id="XMLID_6_"
710 cx="9.3203"
711 cy="24.5781"
712 r="4.4281"
713 gradientTransform="matrix(0.9241 0 0 0.8901 4.7122 -12.8166)"
714 gradientUnits="userSpaceOnUse">
715 <svg:stop
716 offset="0"
717 style="stop-color:#EEEEEC"
718 id="stop2779" />
719 <svg:stop
720 offset="0.2125"
721 style="stop-color:#EBEBE9"
722 id="stop2781" />
723 <svg:stop
724 offset="0.3608"
725 style="stop-color:#E2E2E1"
726 id="stop2783" />
727 <svg:stop
728 offset="0.4895"
729 style="stop-color:#D3D3D2"
730 id="stop2785" />
731 <svg:stop
732 offset="0.6072"
733 style="stop-color:#BDBEBD"
734 id="stop2787" />
735 <svg:stop
736 offset="0.7172"
737 style="stop-color:#A0A3A2"
738 id="stop2789" />
739 <svg:stop
740 offset="0.8216"
741 style="stop-color:#7E8181"
742 id="stop2791" />
743 <svg:stop
744 offset="0.9197"
745 style="stop-color:#555A5B"
746 id="stop2793" />
747 <svg:stop
748 offset="1"
749 style="stop-color:#2E3436"
750 id="stop2795" />
751 </svg:radialGradient>
752 <svg:path
753 opacity="0.5"
754 fill="url(#XMLID_6_)"
755 d="M8.447,10.757c0-2.595,2.185-4.696,4.878-4.696c2.692,0,4.877,2.102,4.877,4.696 c0,2.594-2.185,0.52-4.877,0.52C10.632,11.277,8.447,13.351,8.447,10.757z"
756 id="path2797"
757 style="opacity:0.15000000" />
758
759 <svg:radialGradient
760 id="XMLID_7_"
761 cx="9.1104"
762 cy="26.168"
763 r="3.0081"
764 gradientTransform="matrix(0.9241 0 0 0.8901 4.7122 -12.8166)"
765 gradientUnits="userSpaceOnUse">
766 <svg:stop
767 offset="0"
768 style="stop-color:#8F5902"
769 id="stop2800" />
770 <svg:stop
771 offset="0.273"
772 style="stop-color:#8C5804"
773 id="stop2802" />
774 <svg:stop
775 offset="0.4635"
776 style="stop-color:#835408"
777 id="stop2804" />
778 <svg:stop
779 offset="0.6288"
780 style="stop-color:#744F11"
781 id="stop2806" />
782 <svg:stop
783 offset="0.7799"
784 style="stop-color:#5E461C"
785 id="stop2808" />
786 <svg:stop
787 offset="0.9198"
788 style="stop-color:#423C2B"
789 id="stop2810" />
790 <svg:stop
791 offset="1"
792 style="stop-color:#2E3436"
793 id="stop2812" />
794 </svg:radialGradient>
795 <svg:ellipse
796 fill="url(#XMLID_7_)"
797 stroke="#2E3436"
798 stroke-width="0.1914"
799 cx="13.13"
800 cy="10.477"
801 rx="2.779"
802 ry="2.676"
803 id="ellipse2814" />
804 <svg:linearGradient
805 id="XMLID_8_"
806 gradientUnits="userSpaceOnUse"
807 x1="10.5449"
808 y1="10.4761"
809 x2="13.7393"
810 y2="10.4761">
811 <svg:stop
812 offset="0"
813 style="stop-color:#EEEEEC"
814 id="stop2817" />
815 <svg:stop
816 offset="0.2125"
817 style="stop-color:#EBEBE9"
818 id="stop2819" />
819 <svg:stop
820 offset="0.3608"
821 style="stop-color:#E2E2E1"
822 id="stop2821" />
823 <svg:stop
824 offset="0.4895"
825 style="stop-color:#D3D3D2"
826 id="stop2823" />
827 <svg:stop
828 offset="0.6072"
829 style="stop-color:#BDBEBD"
830 id="stop2825" />
831 <svg:stop
832 offset="0.7172"
833 style="stop-color:#A0A3A2"
834 id="stop2827" />
835 <svg:stop
836 offset="0.8216"
837 style="stop-color:#7E8181"
838 id="stop2829" />
839 <svg:stop
840 offset="0.9197"
841 style="stop-color:#555A5B"
842 id="stop2831" />
843 <svg:stop
844 offset="1"
845 style="stop-color:#2E3436"
846 id="stop2833" />
847 </svg:linearGradient>
848 <svg:path
849 opacity="0.3"
850 fill="url(#XMLID_8_)"
851 d="M12.873,10.477c0,1.393,1.737,2.522,0.291,2.522s-2.619-1.13-2.619-2.522 c0-1.395,1.173-2.524,2.619-2.524S12.873,9.083,12.873,10.477z"
852 id="path2835" />
853 <svg:path
854 fill="#FFFFFF"
855 stroke="#2E3436"
856 stroke-width="1.96"
857 d="M24.297,10.477c0,2.724,2.296,4.93,5.125,4.93 c2.824,0,5.117-2.206,5.117-4.93c0-2.727-2.293-4.933-5.117-4.933C26.593,5.544,24.297,7.75,24.297,10.477z"
858 id="path2837" />
859
860 <svg:radialGradient
861 id="XMLID_9_"
862 cx="-180.3799"
863 cy="26.168"
864 r="5.2778"
865 gradientTransform="matrix(-0.9241 0 0 0.8901 -137.2698 -12.8166)"
866 gradientUnits="userSpaceOnUse">
867 <svg:stop
868 offset="0"
869 style="stop-color:#FCE94F"
870 id="stop2840" />
871 <svg:stop
872 offset="0.3535"
873 style="stop-color:#FBE651"
874 id="stop2842" />
875 <svg:stop
876 offset="0.6"
877 style="stop-color:#F7DD57"
878 id="stop2844" />
879 <svg:stop
880 offset="0.8134"
881 style="stop-color:#F1CE61"
882 id="stop2846" />
883 <svg:stop
884 offset="1"
885 style="stop-color:#E9B96E"
886 id="stop2848" />
887 </svg:radialGradient>
888 <svg:path
889 fill="url(#XMLID_9_)"
890 d="M34.297,10.477c0-2.597-2.185-4.698-4.875-4.698c-2.695,0-4.881,2.102-4.881,4.698 c0,2.594,2.186,4.696,4.881,4.696C32.112,15.173,34.297,13.071,34.297,10.477z"
891 id="path2850" />
892
893 <svg:radialGradient
894 id="XMLID_10_"
895 cx="-180.1689"
896 cy="24.5781"
897 r="4.4261"
898 gradientTransform="matrix(-0.9241 0 0 0.8901 -137.2698 -12.8166)"
899 gradientUnits="userSpaceOnUse">
900 <svg:stop
901 offset="0"
902 style="stop-color:#EEEEEC"
903 id="stop2853" />
904 <svg:stop
905 offset="0.2125"
906 style="stop-color:#EBEBE9"
907 id="stop2855" />
908 <svg:stop
909 offset="0.3608"
910 style="stop-color:#E2E2E1"
911 id="stop2857" />
912 <svg:stop
913 offset="0.4895"
914 style="stop-color:#D3D3D2"
915 id="stop2859" />
916 <svg:stop
917 offset="0.6072"
918 style="stop-color:#BDBEBD"
919 id="stop2861" />
920 <svg:stop
921 offset="0.7172"
922 style="stop-color:#A0A3A2"
923 id="stop2863" />
924 <svg:stop
925 offset="0.8216"
926 style="stop-color:#7E8181"
927 id="stop2865" />
928 <svg:stop
929 offset="0.9197"
930 style="stop-color:#555A5B"
931 id="stop2867" />
932 <svg:stop
933 offset="1"
934 style="stop-color:#2E3436"
935 id="stop2869" />
936 </svg:radialGradient>
937 <svg:path
938 opacity="0.5"
939 fill="url(#XMLID_10_)"
940 d="M34.098,10.757c0-2.595-2.181-4.696-4.872-4.696c-2.694,0-4.876,2.102-4.876,4.696 c0,2.594,2.182,0.52,4.876,0.52C31.917,11.277,34.098,13.351,34.098,10.757z"
941 id="path2871"
942 style="opacity:0.15000000" />
943
944 <svg:radialGradient
945 id="XMLID_11_"
946 cx="-180.3789"
947 cy="26.168"
948 r="3.0083"
949 gradientTransform="matrix(-0.9241 0 0 0.8901 -137.2698 -12.8166)"
950 gradientUnits="userSpaceOnUse">
951 <svg:stop
952 offset="0"
953 style="stop-color:#8F5902"
954 id="stop2874" />
955 <svg:stop
956 offset="0.273"
957 style="stop-color:#8C5804"
958 id="stop2876" />
959 <svg:stop
960 offset="0.4635"
961 style="stop-color:#835408"
962 id="stop2878" />
963 <svg:stop
964 offset="0.6288"
965 style="stop-color:#744F11"
966 id="stop2880" />
967 <svg:stop
968 offset="0.7799"
969 style="stop-color:#5E461C"
970 id="stop2882" />
971 <svg:stop
972 offset="0.9198"
973 style="stop-color:#423C2B"
974 id="stop2884" />
975 <svg:stop
976 offset="1"
977 style="stop-color:#2E3436"
978 id="stop2886" />
979 </svg:radialGradient>
980 <svg:path
981 fill="url(#XMLID_11_)"
982 stroke="#2E3436"
983 stroke-width="0.1914"
984 d="M26.638,10.477c0,1.477,1.244,2.676,2.784,2.676 c1.532,0,2.775-1.199,2.775-2.676c0-1.479-1.243-2.68-2.775-2.68C27.882,7.797,26.638,8.999,26.638,10.477z"
985 id="path2888" />
986
987 <svg:linearGradient
988 id="XMLID_12_"
989 gradientUnits="userSpaceOnUse"
990 x1="-185.1465"
991 y1="10.4761"
992 x2="-181.9497"
993 y2="10.4761"
994 gradientTransform="matrix(-1 0 0 1 -153.1406 0)">
995 <svg:stop
996 offset="0"
997 style="stop-color:#EEEEEC"
998 id="stop2891" />
999 <svg:stop
1000 offset="0.2125"
1001 style="stop-color:#EBEBE9"
1002 id="stop2893" />
1003 <svg:stop
1004 offset="0.3608"
1005 style="stop-color:#E2E2E1"
1006 id="stop2895" />
1007 <svg:stop
1008 offset="0.4895"
1009 style="stop-color:#D3D3D2"
1010 id="stop2897" />
1011 <svg:stop
1012 offset="0.6072"
1013 style="stop-color:#BDBEBD"
1014 id="stop2899" />
1015 <svg:stop
1016 offset="0.7172"
1017 style="stop-color:#A0A3A2"
1018 id="stop2901" />
1019 <svg:stop
1020 offset="0.8216"
1021 style="stop-color:#7E8181"
1022 id="stop2903" />
1023 <svg:stop
1024 offset="0.9197"
1025 style="stop-color:#555A5B"
1026 id="stop2905" />
1027 <svg:stop
1028 offset="1"
1029 style="stop-color:#2E3436"
1030 id="stop2907" />
1031 </svg:linearGradient>
1032 <svg:path
1033 opacity="0.3"
1034 fill="url(#XMLID_12_)"
1035 d="M29.676,10.477c0,1.393-1.737,2.522-0.293,2.522c1.447,0,2.623-1.13,2.623-2.522 c0-1.395-1.176-2.524-2.623-2.524C27.938,7.953,29.676,9.083,29.676,10.477z"
1036 id="path2909" />
1037 <svg:path
1038 fill="#6F4709"
1039 d="M26.172,25.829c0,1.971-2.074,3.566-4.631,3.566s-4.629-1.596-4.629-3.566 c0-1.967,2.072,0.594,4.629,0.594S26.172,23.862,26.172,25.829z"
1040 id="path2911" />
1041 </svg:g>
1042 </svg:g>
1043 </svg:switch>
1044 <i:pgf
1045 id="adobe_illustrator_pgf">
1046
1047 eJzs/XdC+8iyAAp/G9AebMBgwEHBkSxZssnR5OgIBicc5py5f7z1vLuOu7FXHSS1ZCWHc+ec+w09
1048 P8ZYrY6Vu6orEr68icv1XrURlxJ8iItECoNGZdQbbIXwt6Gjdns8HA3QV9Hr9ZAgJnioJB/l3mnF
1049 u8Zg2Op1t/CjhAAPi+jtqCBIQlwQ+Fw8zWczcTHFi/G0xEvxPC8I637PoZlya9RuQEOVPypfrbiY
1050 GP7xua6PDzpUKyN4KuSSgpDk0yEhu5XOw2OlN+7WW91PpffPrZCUzYXEXCqUEsWQJGTg8WHrujG0
1051 10lk0zlcMSFJmTzUFhIwOgleSSfyeV6E99RebdxpdEeXg16tMRwWeu3eYLgVKvxZ6YbOKp/wpBJ6
1052 bLTbvX+ElHal9sPBEqXfi612A1ajUxmFcmjd5CNBfFfGrXb9fNypNmCZRD6NvpbecYu3Q2gKWkWf
1053 0dfZ96MOfHPTGI1guNAfWvvrklKALel1cDX4Dpfo83Wj/z//PYDqr+ukyXKj02/DKpFp5vOJdEji
1054 efTb/ExrwjhxrXgeT1gKwczTfCofyvFZ/E0oncskUvm0QF4wl6PxR6vxj63Qea/bIHOWB6Ob1n/B
1055 LFI5+I98dz1uNwa33dYIppBBX+XJfM969UYbNtF4s9iu4GniIpi/SYVyZfDZGMEG9trjEYa5HE8f
1056 wXqeVv5soD0RSAcX/Ua33LvDo5MkWP58KgsfhEQunwllE1I+mw0JvCCGMhkxJGZwX/BAwh0KuPD6
1057 yFBbqCW9iyxswyWs9MWg9dnqbkmZVCgu5nJky0qDVt3csawYypFfeCKJHPMvr/8jI4bJj0aNLp0B
1058 QErhjNl5PnF2A91q3Xqh10FrP0TQ3oD+ASbbvU/yzPiMn8Dr4z6ZAv77HbbpctDqoja5c/wk937Z
1059 HsOj0qA37h91mz0uShC/PKjUoFroovrdqI0AYe/gf71Ba4ixz/53otLqr3u2d1NDsxuElMF4+BUq
1060 93ptaAMAAEAj1PgnPOk2KMlBGNMI1VvN5njYgEqWv/+NOrqsjL4A2xvd+nCyB/VFFDKfg0od/T9U
1061 b4SaqPEh6RmqW54PA3WGGr7okl6Dzq0R6vRGraYxucpg1BqOWr/jYPP73+4SSECA7uztGov6H9Bh
1062 odJut2Df+1+tWoA+a2b1yX6tD/37BgIzgG3FD1Ej6E/4/2Gl3QuAVn92qr12a9iBN4zP5ojMr/yb
1063 UhsIGcyBOEKT1v2j0e71+6hx43OoMQphjGlirupDeNC+NlvdOhCDm3FrxCxcr9PvDVE75gQ06L2L
1064 JJmQ+VoAHGlXupVBCH8/OZPLBtDaMax5/c9upYN3sL6md3ja+gPhGNQwukm/AwlniXQ8zuVDSpch
1065 4SUgGS2g/iAY3Xah0UY99Em/CoHY5PQlcB4xpNS5Z26H4wtzFNVW4Du2QQ2KtYJm+a5I/9bgU1H/
1066 S+DJX8CK8ScOfcBFoL/Jj4iLhEsKSkZIQ8lAydLfWSEHJS/kuD000XTgkp0oGSg5psi8zKFfUBRa
1067 2ElrdALkR4JxpowxonHloSiCLBQEDUpRKMJUJE4UxZSYFjNQclDyoiKqUDSQgUVJktJSVspIOSkv
1068 yVJBUqViik+JqVQqncqk8ik5paRUPNFCeuqSshTb9xzzSHIsIi0CLXgdlCIUDYoK/wq4oB9ZkTn4
1069 lVdyShZKBkoaCoxekaDAnNFiykVZg6JCUWT0k5ezUNKyJIuykC/CRHmYarEwR1EmC8f8IU+UvKXk
1070 jJJlSoaWNClcMUWLhItIi4ALAfoiFPKjQingghYOrUBey+M9RR8ClpxjyTIlo2U49AtKmpYULRIu
1071 Ii4YNjG6FnFBw0M/BSiwqbA3eSg5KFk1w6kZNa2moEgIZlUBiAFaZQ1qF2Dv5UIeSq6QLWQwXEkY
1072 XHgMIgUMFmSiqeK0xRWNMT3gyP9wEZkiGSVFi/6TwSWLSw6XPC4AfAhQOfiFcANmi5cOdhkRB0Rx
1073 EOJmAEUzKdwG+slmclDyGRmKkilkYJUyGkw0FYq8KwMgwHyCT2X5NBL6eSEPRAY+ZLNiGjQtpBzk
1074 czlRSqMPggTfwgeJz+f4FNDvbDaRFnNIh4CmQBF4X0RTyhCNKJ8ShByuAO3A14kMvCnSZvS3acuJ
1075 FBBgUJJAIQTtiGdHM1czMBJFNVigzuSC8j3ekfHxVs7n9SPyEoaiDBD/PKbzBcywCFUn9FznNjlM
1076 z2UOSLqCCaCKEIfgbQ4wUgZkLgD2aFqRcDZMAiQCvQh+MOUgtITQFkJvTFqkkyyVK6pMIX0ATOUB
1077 JYuAqhKgdB5606AXEVrPQIsyeq84xQ9n+3PPe60EpohMkWhJ4ZLGLDRD2WmOw1w0T5dWJmtVxCSQ
1078 kD8ZU7IsJVIpTJQwOcKEiJAhRIJkTIKyCK8Y+iMg+sNRAkRIUAH3AUw1J2YBT9PAaiVguILIAyXW
1079 4IUC5sggLWD5IY13GHFuAYshGpZuMGuCQeeoSJDmYGpokiKePv+/1IdJPRAmESzmEyAZIM0Sf4eQ
1080 C2GXACueS5kfxFAK2XHSGYZszNMGpheCkM2ksuiVPKqB7BoJnjaEzBpQJqnDNC/NRwuchWCQgnmT
1081 FkzINKqlEL6o/18jvBx2Bf/GBW2liIuE/nHwvxSWzZB0hv7BZFM5/C+HpTUkr6FSAJhF/zSgBprB
1082 zQi7kiirggY4hjsR3qRzJcSTENjlnH7ytiJPFIWWAi76/wGnuJxKiwb/iliMgN8AmEUgd/Q3Inx5
1083 Ef7BzuF/KfidwoUOMJ/JZ/G/HId+QdF/ZFwUkAvgH55CUXMoc/xw/lUW2CAhlMXJIvATxUmJ0RWZ
1084 FJVXMHPhqBZDeQwuOpNRqe7A41YkDH5IfchCIeqDAlI5KBCY3fDQviilOJB5kJCSxZqEgkFdwwCM
1085 wBbrD4KtWFQ+gylptGBZkBHwsYgP8n0ey/gg5XOOYj5ilqygDxKiIernsLCfAYkLIQoW+RGbAM6o
1086 gchZ4KBpBDp5ACYEW2kMdSKBSjyFrOpQCraiGEWmJU9LjhbyA0IcB78I2gEGZyVc0DIjZY7oh0jo
1087 R8wKMSIQcdF8sdCXxwIgagP9pBEdgNUXOZAU0QbzWEvQsDRZgAVCQiYRhAW/n0mg4nWV2VKois3Z
1088 dG+qrpv7ahTZKHladK2X1YYzHOJNtBAiqHN8AEiriCulYQ0kJAAiqp/GtB7BaQqxl7TOXqQUOlYA
1089 LoD+dhIo52sGsyosgKJaaQn9mOwH6qdBQEaPsno30BAIrugRFuWhqUw+gZCXlbkX1uJ8TE50ZHKi
1090 ReCloqpCJVREOEQgG4Rk5EQZkwvNIBWSlMK0IkttDopOLSjbEzjM7QiLy9pYW4EyNZ2l6fqXrnGx
1091 mpauY8kcw87w94S/FbCqhdCkiBUtkapYRL0ylSuiYGkIFwFKBYyhEgwM4S2gMMZk+J3DOC4D3iMq
1092 oIJGXMTgLeRE/A+mCzNJI7wFIpCjfFPBXLFAGSLI1RzmfiIeLKCNADRNwvQtDbifA+InAylERFED
1093 +Z0HMipi00oKqEMWWGweCJ6C5FKQTjWQ0HkQWyUswKaRNp2FfmQgrAUs62pYuhdABk5hdT0DknHO
1094 0Ct0zYLoFHj6WJMgkr/GMC4/WZ6V561yfMqQ49NUjjcEeI6av1TG7CViXpY21COdbbFwl8Jwl8dw
1095 h2wGNhaV1Q0fRA0wlQBdBShQGwQR/9OG6M/bzA4WowOHrQ4a5liKYYfKYNZE2BJhSSplR4QZEVZE
1096 GZHOhjAXynOECREwmHzb730XLoZlrgKHJTMZ4C8HkJgBmEwBbCIo5UFj1DBPI/wrj7lVBjMoCTMm
1097 HjMknRkRRpTlCA8iCKaxPAeQDagUIGUKo6gI6MpjiVTFqKwAUuex/JrBCJ/CYq6ARWAiGhc4IA8y
1098 EIocNlNmoJUUkBARtpTHNi8NtrgAWy1j/ciuIdl1JNCSOKIm2awlOgWVUogJIGZAv2GNChnD9ACz
1099 FrOECVhME3O0ghmJwYvSxICBeZGAvkTf6aYWpM+kkZLDowbSXjxttnbmYhqOPEO06EVCerHFrcHs
1100 1IUIxTlO/zBR8i5FdiiKWTj6QbVJwRqx6tBSNAtr8xAFptAfDhM7vaSMksHwn8bSum7yz1HDPyky
1101 LQqV5ElROXIqQAqWt4pUfSB9kJ8ULhkq62cxF0dFxoXwcqrockSztWmypAVTiUWFcHhTfS1QPk85
1102 vc7rOYbZmyqrweYxU2ftp6zllFhNCWPPY8YObJ2jnF3DnF3n7ZSzYyE9h1k6y9Q1ytgFytTx4HW2
1103 ztk4O9F5NWqDw4wdK7KmCks0Vxn/U7DWiszfGrbW8bLAYUAS8eqi5UkDzUcDymEegH4UrOIgk5WG
1104 jXs8FhqQ2KALDRmqjyCqn+cM+UGlpYgFdYHwcG2xxb1BB33Ws2hEeuDc9RNXfUacKIKpGnP0g36U
1105 phfJQkf0Y0CTrmSMolOOjEk59LO4PP6K0AJyNkd4UAFzI92sq2vdBXpuhz4XCUFA3IvDx3iEDogG
1106 BRAwUooGEUhRNT1NT/qIup7FCJ8z0B3/5ijWqwzCE02ex2vBG+iewrw2jRFePyZEfDiPET6vozxn
1107 mLZ0Y5ZuwCJIzyI7EehNZJcNRFcRmsM/kBA4aqRKMbapHP4nY0QvUOldpbK7eVAiYYKSxvJI1jwm
1108 4bCsogvyqoHwBOVTtCCkz2Gkz1FJXmGleYr2WKLnDHE+jcV5gvY5agpTqFhPUR9ruwImvqYVC9Eh
1109 3VwFiM+hcywD9zWK9oD4wbT2KX/cG5xEFr8isGjkVOyo5YxiOqLZOHqGWqxMbLNy9YyFOWcZhpwz
1110 2DA9RpEp/ul4Z2KfgnHOxEANY2ARYyFmxIY1TGfFPGHAgoGHKSxySlj01JlwxoKJLBO2M2CMihyW
1111 ZVXCfjFGCgZOoiJZ8DKF1ei0YXbTWXEeF4yZnMGPVUe85A2GbMdPonDnKX4ihozxk2NMyUiUlzCe
1112 pjGeZhmdW9YtyPTAn+jZ5pGmSBlziiO6OubNutqdM/gz+k0Ub81QvQULkyY4S1g10lXynAO/Vg3U
1113 FfAeSJRjm6q4ybIJ3iq6sTqncQYKIzBK4dXFCBxE55365+8G/25wYQ1aBSS389O05QyVWl9MJ6QC
1114 9a9iLTASlYFy1AbDWmAESgvTjO2vIGocpmYipllZLD0o1NmICAgZTHIULAQIVLzPYU6vwdBELMDn
1115 gCAUMhoME9Cfw7xaBiQvwjBAowX0LaDDI2LeWfCPW4Pq1IX44RQ4/cNEUVyK7FAY/xzOxU0na3fR
1116 MUqaKSmm0LNIznDYMZ12qOMO47xTZOam/xRoUag7Dyl5zvDrIb49WXq8jmxsaXrInqInoyJ19sEH
1117 7vhIocicuqv05B2b4pAxTjb8gHL0FCaDTXNpxr1MdyQzz5r0UybDhYyjB0w5arybdCHTz5asp0um
1118 SY4Y5YwTJo7a5oh1jtjniIUO2/gMGx2x0ul2Ot1Sh211jKkuh/RLYq0z7HWMxa5gsQ==
1119
1120
1121 2NltdrrVzrDZUZMdOTeiR0am6c5quLOa7XSjXWbCYIfNdaaxjpjqiKFO+1/Fy5kx0x0vZ8RMztWB
1122 zh0z3XDTwEspIG4WfXATYydHPe5M7GRxMzh2ajp2cgQ9ydHt9NhpcfHE2MlZjn9zEy6eJnYKNidP
1123 9vTXPP/NcMwR8Kz4SW3pGENlDguQujVdt6ezFnXVwE+rTd1uVSdyb54zUZTBzzkwlDNRFBvUDQwl
1124 eOkO9TOV6dmbV4HN5ByxzIEP+vqsUoTjXHHPin1W3mhwRxsKAhJydix0xENPTKR+ZxQVuYDY6M0t
1125 NZ1bIn5pYmTewMicBSPTjDu2L8fkPHDShpUMz5zESoNrcvQ8y+Ca9FSLnGuxJ1sz4KV+zmWedDmd
1126 dVlPuyYwk2OZJ8XMWXhnVsdNzsI+maMu6/mUcdSf0X3ZYDKSgB0EyCkSn4BJwUN00IP+jz8Qh4bJ
1127 46HFNEe8etFZkoTdEnQPCeKEQJz9dOcF4wM+jnJ2M563pblOrSSnUyvJ4uiALRrzFUt4BGeLl3Co
1128 YhhQrIUlUEWzcNQWyhbdckZsLvr/ybGIhGFYokYY4lqeMY5KspkcZxhRiTOErJ+c0KLp1hnDnspT
1129 C42AeVuK2miIlQY0No4aV/PUNaqAEVDNagghqY1GYCyrGcOuqtCjFM16kEK8//LEL4xYT4FsoAOT
1130 DKYs6HhEw0ciEixuFiop+MyD6In5wtxFYQtn/ZPS8qDNqJP12Qade7b/LVtGRa3L9BMUzvIozz4y
1131 St54mjf+n6P/zxueluT/Oc7+BWyITqHJX+Sz/n9CuXX6TQrxU6CfOPoxbTw0X80ZY9EnTvZbMCzl
1132 /6uumf//0iDylyUyBRKTSUQSojfEAQM9LgBvR6IUEZCQ5IMkGyS4gGjCYVkEeSUhUSMFYgWPJfo8
1133 4GOKBmYpgKsZLJTzgAEK7HKW2lhT0tzF8sNZ/6RxOpkARbeN68fVtHD4KEtmnK8VI7JNNU6xNf0s
1134 G1vQ7XFDbKxQhrOdbcu0KPR823rwxVvig3TynaO4hUUyjhrSNWw9IyRaJ8+68TxvHHkViFRMvTMF
1135 6j5A5k0oco7D9jYZ29wMUzkq9KiLdd8W6Sf8DXEpL85dLCI95xibpjqUgq0oTGG81znGtV3/0b13
1136 M7TQIC66LhIVLEWq9gnUs5Ugi8bRgwiV8RCWDW1QlzszFldgxhHY4gRM5VDTB9jiAczIo7pEasqk
1137 rFRqk0s5RjC1GnZMndHdrpPOL7bYG8xNVbKThWP+yDiWyZ+UrUhs4SzoK1pOMU3/ZTOe0CQBqlF0
1138 IoFJBod1A1J00qITG3I+rZOhNHWVS+FNIoWc/5ODVZ5EkHDUh06jamIB76KCd1Kmx4TkOD9ruNah
1139 nSUWAUvM1QIKZzl88Csp12IsLht4bRd6rUHWbIB1nimmQzp2muEs4dYFW2y54bFii7WwRlpY4iw4
1140 xj3E9BwzPcNMzw/D+ctw9hIN1w7drQNQmzPOkfUzZPP0WGPCMQR6UKwfEWcW4jbvoLHN3RLWIP9d
1141 ddvZdcmUky6ZsjrN/+0B+bcH5N8ekH97QP7tAfm3B+TfHpB/e0D+7QH5twfk3x6Q/7HOdn83+G/Y
1142 4N8ekP9yT6u/PSD/9oD82wPybw/Ivz0g//aA/NsD8m8PyL89IP/2gPyXeED+e/kZ/l88tUo7nVql
1143 7fd2ZBi1hyg+mqH4CPQCHnJfnH5MqehHlMYFUBK2p4IWxFEDqnlbHL4vjt4+rVtJFf0mQ3rlk0jV
1144 o6xx7qFQQ6jAUQuo6QRjGj2LhnOi7veSMy5sInYS3UpiWkgynGHalA2jCOvpYp5m6J5qhkHTfpJB
1145 TF6c5SQjE+AkQ8SExPEsA10HpZ9nqPhGbA3f68qeZ+CTAZ6qruQCJckw4ZNrlHJ0J3U1lqiyAmPe
1146 S+t3AJJrSM1LAFXmZi+B3idO7vYy7/fSr73UyP1exuEXvruSo1ssM5usX1LJbrOMKYtxa5dhR0sx
1147 t3bhHeeMLaf3IhuWM8mwcevbn2OcnlTTxm2AAQYEzmbj1kHB3cZt2rdNp0XZ+D/2Ei0wkMHbLd08
1148 NTKYVzaSg9msccpKTkwK+oEpxT2BXvWu39eIza2c1U8An2rqXgIpw0sgQ82n+pGGrN/JhneMx5ZS
1149 ipccvXRUR03FtnMCvVyUWDByDJLqllD9emt6PMnhDUxhtGVPKGXmfmv28jXzCjbT+kmkSupYzFms
1150 n3RLsZnEzfrJ7q1uBS2Yu8rhjdWvJRX/b9pA7ZYy00qWZu5nQxayPEfdZ5gb2hgCw97PxjIIwhx0
1151 u5hM7GLELMZZ7GLEKkYIhZtdDJF8dMAt4XMuahkDIEGejelsFpnBC9Q2JjlZx3SFV78QP0cF4TQV
1152 cp3vhc5bLoYzrobjfC+lN6+lV42MBdZL4izXxHG+N70xd8VN3vRm3vWm2044x5veNEYrc7/pzWYx
1153 wUKfyM0n9VltJojgcDariWi3m0zumH6Fn36Jn36Nn36Rn3mV38SecVRL0PeMvdPPkkrAsmuy+65x
1154 lutm2V2bvKHPed8sd/TlFM64oW8hd/RlMpxNl570Dw22d8bucRZ9Ou+kUdv3yhm/9GsX7btlXr5I
1155 cUzX5SZxjE394L5flssY9R3T98uOZ/53KjrumMOtipY9c7dQWuwfzL2Klj3zxDc/jCM2EIdd+z8e
1156 bZaWElIWZa6YWws0W5pL18o56Vo5i4egxctJMXQDhFBF6uGk6wWsbqDrBXnMZAoYEbBiwNk0A0aZ
1157 KRqSji7cEPFGD78hUqyMZViZhirpAiwKwBGQGMthpBGx1R+3r9/xbvRBrBOWAAGBuuRJFJ/042WR
1158 OWhGn9IoLggNCOtaxOecx/JACssDxCdGMySCDA1ZK9CYBwGLixksIirG5bwilgOJ5FdAC6Lh6+fJ
1159 +gTmYxOcjLpW66yMMjPOvLJUv4nY1Rvf0g/LMc2e9L5k3Y2bM65HpRexStQtnacO6OyVq3nqVc5e
1160 uyoavuMa04PRB0d9xTN2apHREcj4P7q6GvkCS0ZKGB2NjItRJYpPk3kjFtXef7CVxp4+Uwiemi3j
1161 RFgyFsJiWCkMLRRroMTJUnewzFGyQ0hOkbmJmhCZvGF1QISFXkQt4auo0UXUeeMiav0aaoFcRE1C
1162 ulh1UVcU81SsL2DBXr+QW7+Om+iBppsqQecs1vcKHMVoYrkhurquyakUqUVCRfI0a5tA856I5GJ5
1163 /Bul5pFoUhn2d3biN9J+cvh3HmtBOGsbUoVk46p78pd+Hb7+W0O/aZaxAFK2l4g9QZg4Pwl7QkSz
1164 XjltCDcOV0Y73hdtl0ZlzkUYdZwiSQphZtJRLFKdVa6zSnZWDco8qYZF4MwkENTgbk8BoUt5IOdZ
1165 yVhavwzZyCvFUwSGjyk9BZaeayqRY5CaoRBztYJJVg5TOURRzAv/+TxOXWOSFEl/lsEJrhxI1XzN
1166 eJGoydSRnol/p34hT56g/M6jP9uNIZc86fb+0cV/hLa46PNlZRCq/89/Nyvj0et6KHkOxC4U45I3
1167 rU6/3dCr8aELjjcSPKPyUIEvrtEK4wuw0eqTFUlkyYXYAq3+AOhs/vEn/HEMH77hq3+EUqGz0PMr
1168 H6rDtw/XHG63ziVxes3QNhdKqo0m/B9PA+ZtTsJ3JS4r7cZo1MCDvqwGGKYlEzee5cN/cdb03Jc1
1169 aAeniiBZlxA8pnUmir5HcAnrEj3vjf9otGHhuuNKt9ZAGT7JuyR9GmJ4OB8FaiClA29Kz1EhosAe
1170 kmkJf+PUoohbvFSMhdDnOw0snLaGIzsATKw1rjQL4Ak8eURSzKJm/n/0a2jI9qVL43S8etpytTKq
1171 ADYm9b8BLtFfrRrKKFsZ/In/FkJJpddrh6LQlRC6HDSGjcEfjVC58c9RSKu3RpVqq90a/bkOMI7S
1172 aiWPoB1S12gW598OnVa6n2PY+NBlr4+yxMYcOpMyoeR1owK99Sv1utEmGUCnMvwhXxljGvZ7I1ut
1173 Srs1JF8BfSGjqfdbCfJVin5T67UH5JttNNiQPB71QteV4agxaP1Xw9Yinkxdn8xPt1f76Y1HIL/0
1174 9GkAq9PHDYscOmsMv4zWcHrekJmtnbwhGguVD40Gle6wXxk0urU/odVWPTQ0BiEw9SqDUbVXGdRD
1175 NZQ0njxH1vScax2gmNX2uBGw6ueg0egGrDto0N0Bbg9I71pTYAbgW9VoFMgEzgdOlyzU6f3Z6HYR
1176 HUnejAYoHbsjhNHM8Y0BAdNRCNFez81sQReVUQMG2ejWoV1SWeIt23kxHvVhv703lOkgH+pX+jCI
1177 YaszblfMKr7zZzaAxTo+1DQm1tfxr/dHY9BHyD2cnCD7AkBqu9VthIajQe+nQSsjHmogKlt7gOcY
1178 /wPntA9VK21EHL1HVGu3+jiTdLvxT9jBT5huwCGNgIQ4k4GkPBhUyEfAz5tG+7Aygr0+7dUqbbSn
1179 Q/ycvutcF2bXGBypbE32cbkCW456tU3uRz4C8g1dwNvDAswK1nto7KCOjZZa91+t2tfloNdstRsn
1180 DRshtNTUOtVG3V7TuetLtYh6B+hhyatgAqal9s24CuBe7AE0XCOAY4ehb8FN8T6k/bPfG4xC5V6o
1181 cHPjsvS2v1mMQ00cls9OQ0ql9oPIX7ceOupgkl4ZfdEhIrUHhEwDvpxeKpgETPCvGLoZVUaTeGzU
1182 vx026DDkIfMyQ9+dmgaSgRjj0HkZxMlh6S+Qvs4qfQSOFgLg+0b5z/4EXZ+sXVbvW/XR12Gj9fk1
1183 8m/8pl+pYeDqj/4sgEwziX2T75R6KO26DmHtSRR3mEO31h7X0TuIcg4DjAtLlkWcoT7AkGAXDaBM
1184 +U/3sAekGAC+0g78yl1jMGrV9Bf8AF+0gsBN5Q+EBUVAXcxWQmjxel3ERNCuIuso5uupqd7KzvRW
1185 Zqa30pQLTfVSikJGfqq3JLuQE+Qlkb7ET/WW4IRPfi/x5KWgkwIIMgSy7QDVnQHMhl3GO5VR6Lbb
1186 +qcjCrKV7lvdeu8fQ996Z5WabajMUys7scxfHffbgB4gDZlzUhpfME2dVkdbiI4N1+08gRBfYELN
1187 XrsODN4Uu2zDNCm1UdmRMlBaE3o4u3Rsp9Dr/zlB6ScQ2IYeMLmGO0i88HzaGa1830vN+J6OJbkp
1188 3xOdcdL3PcGJZvu85kgz3F5xxhPX2raKuArFKitz3nYk67ZnrC7APLdDDpJWQf6RqexNQefh7PS8
1189 V284MgLo4Z+ddhcex0GCHbSq45EuRzOy57+6iQW0z9SqfbXa9UHDpozqT9GvkSGqRFe7w/c/KoPh
1190 NoP4bNU/KoaKh78futTrGmSBjmRo+es/dHW6AMwBFqbdq/0g9dZ/ZfSaCwLMWedVbWGNWAgwNwAO
1191 QDpC9f3nx9Ze0PbPuRKC50oEmn8L6ZNBAN93V/+TEH3rj8Cojqr+xRCNplcbD0e9zl9Lyf51cLg1
1192 rCA7DLLrAooFBcd/OV7AWP6NhvJ/AUuHzX/8G3PjvxgNhkji/A/fZTGXSkhSJq+b+w==
1193
1194
1195 3Ob6Z5Dd1S2lf9lspGwukU3nMn6z+WcgWP2rZ2OoFG7TqPZGwGROG83RxaD12eoGmdXkO3/xlgmJ
1196 TFpK+e3YFzVS+k/wizFn/nXTSokJKZ3yBcR/IANskFnRiv8GzB9TvZveeFBrKMgoshAC+B+tmvEO
1197 T9kVG1UGn42Rbi44UoPs9+Q7f7FQe3leElO6kd0XSNDJk2dly2TZ2v/xirov1WaP4QOBgqX+vzlL
1198 aqHj0HalFswEwdb+ayfG+00MYBTGGmxaZt1/80l1e2fosJwek/pPzFr/L6ZIyyQrQwBq1Jlqkh3b
1199 FP9ifutPeP/XlFsrU/qrR9Prj1od6ibz7zIm0Jf/6iF0GqNKvTKqzDuO/JzjWNadn4LgHFOZfANy
1200 c603qDfqBM9YwhJKnvdGlscWtzhBDMlHId1XN1Tp1qmfnM2RyuJ8RV46Rd5C8oC8hB0P7S+ZJ5nk
1201 jQubd1RQhzLt8sbLi8zqC4kq4/OkAvV+uma9nybrXlC/pxvWFYt3rVY23KOypjcNrUN80ZJ3xE9L
1202 sfhpWRadVJ921clb/ss+l7vnJLzozSVNep4c1AfDBABltd2or3vXao67Nfcq/WGiLdTwIbh7pX/2
1203 E71+redTYdjwqVAfu1eodRK6E19v9KUfgDPrbxv08KtSB6Fl6DkzAFPkX9dtDE3oc2zNWssALNsM
1204 LI5/Eu8yz8HAjoVpl5qf9pou9Wq9LiDuyHQMFDzrEZ9G75qAn4H2otb588dOQicgjJweWKUgW3tI
1205 dG51Rx67QGCVEhl9J6JAiW67rRoQYNfeK91uz2NdoPMOvE7bu03cJEL3jSoQp8oI8OslenN/cfmy
1206 HvpD9O4Krwl2UdRJpy2gwevdXrvdwBhuoZkTQx2O2ol6AxpsjzCV1rHAZxXQa7S+yaWCvNOvo5Vp
1207 dwMPql8P3DiBCeMNRwTtDyyg49Q7qkN7J5XS+VQin3dEY6jK2J1yKSGRz7lVZM1uwBtdamHHnkS7
1208 0QxYc9SjWJXOiR6jJJUH5ghyYt5jrKQ6sYQGWn/0krmpjhS0Zlst90pfVn9Lt6Z6zeaw4Vvty1Zt
1209 EltRLWxCcK/z3asCTAxbn10HP1N7RYwYVWr5863IILhnvcqw2hp1Kh40FFUldexE3mfz0IuWzZtc
1210 o/aAIWluNXRm0O/ZvVLtNQ2f+Wq7UqPUXsw61h7UE70BEpl8Vh5VbAKP+eoN/otihEutfm/YsrTl
1211 ADm418+EJ6jSOvQ4XXCWG1CtYa3Sbuht+db7w3uOw1q/XfvTnXyROrXu0Avkoc6o1TbCLNzn9wey
1212 PvX914HW8xh7/7Pz4y8+4lpD5K8cjOyg6oSgM3wywDsA8qPWyEC8hJh2JIWoKvACpAVYKZfzwGFu
1213 vpOrDXoeOIyr9IH4trpND+EXV0MhHiB4+eAF6RQZa6qVwdBjH80ZAMVkOFCAyiNmSn51Bz603Vqb
1214 ZUEZ1+qdyuBnaB11gMrGqAPUZUYdoDY7aiccbXZHiXrbm6CSOv1Bszfh42+vNhxXdWx3koWRvtX4
1215 o9H21FuqLaQLelbpNj4B1v7wGDNUqtkjdVzrAevrGpLt9f/8t5NJwAONQaWwGEhoUCTwlJCs1wqZ
1216 cUXB7A7YZBHQ7IDrBrM6EEuIn9HBUsvZ5oCreJkc2Ni3bs+MTQu1ujg0DLG+RiATgLPyhcURIE8g
1217 Ln16SPCo2vCn1Qf23v3xllgGAJqDYQN1PPCuiXQaI/zIuuPHveoREExmvxk7FDXm2AxR/haQSSxv
1218 dX/awxFolj9CotIegSRDPbmjhT8r3dDvuFIftNadV858l/cRtsyaIhH9SNWUI4tim4U9aXtJ4GzD
1219 ZPjSVLXFQLUl69J4z5BnZ+i3cEICiZamcSnl3nQNxG+dXvvOrjlo/I7Nw0O/EQPL7U+ebbstBhWK
1220 Ay0db92W6HmvNQgKVRILVYmsI5dil7Le6A4nosXdmp5myrxtygnBZyyidSx++8U77FcQVE1NtQWp
1221 IFMVbAvjh6KCDUW9wYxd7yBDFoKtnzTl+knWFfGDQzE4khqgxRL/RMbRVsdOdwrQFafE1imoEW+b
1222 aPS4MgbGHRBdxYS3DcwCZKYvmN9iBpyokGgNTTurkMj6gYB9yYPAoxhsJBZq4b0UvB1a/ImidY+8
1223 10+cAMZglCXQREXLkvtRComlFH6VRbaykwZgmaLp2RqAtk2/GFIwKiRMSYXEaeiyZFnr6BkIrN1R
1224 JShqCoHlM97ST8AZCFNR3WASmjQdJNplEk8wYEiiLnQfdX9C6IYbR3k7bz9/7Fe6uvKZQ7dIMdoM
1225 yO2hiz4Sw9mIxSi+TwHUtexo0Aj1B0hxq6NfzVa3FZLrvWojdKkWkRGnR162a3Fsu6b2llRaurgv
1226 3xSOjnJptYHUS/QwtX+x+ry5c7+7tl15iB1Lqxdx5WBQ6nxtfXbDx8VwLLpWaFUSw5XM7aGWWd46
1227 uC3tnaX2t05f1s4OBuNatqiJZ7mIkEot8/xQ/VY/Y/zKwfZbYuNgJ9YfHgxPxCQXOdg+DQ/0Sscj
1228 5fPw6vRgJ9W4KbR292pqIrH2OdHVaf0R+suqxchW9qk0Ur9fldRTPCZ3eqdD+ehm9LW5l1keF9XU
1229 yr3y3V675yJqkz+uOja2ks03s3dXzy9yuZC4c++Urbf1erDzU3w92BomOptqLDIuRkv1JhfBi1X8
1230 eL8Yq83X+6zSPmg/bDWVr1HhK/skWJbjY1WtCae/Bzv7a/ekHRjysPD2+daDT6u/6lH9KKzEc98r
1231 8k18uUvG8FCpj7lI/ju6WdNq6ato4Sv1vr0jR6TVTeU89rF5UFi7LRYa4429u+Plr+1arfKDPrU2
1232 tebpF+lZ4JOV7KC18rHVejuuK+3I/lp8sPkylk9vVn/R+NcPto+/JC6S2b57PZC7tbXO5u7ZdjLb
1233 edltZbPJYVOSB7UjYfNnSzBarKnHwztYtuxaI3sv8fWtViFZgf0Vznaj8VhDaWcvO2QGj6eRg8LR
1234 zvK9Fsunh7AvR8+Z5b1sofe2uXNXf94Sq8uvuNm9bgQmtJfZWEZb8py5z1x10TrtKT/rmTgFzbv6
1235 KS+8Lp+pycrOajG8+TRAvWTQgzfcCq7CRfjq0lEKf97cK+7QTzv32gmpXohpH6Qx8VE8AtB94Df3
1236 9rSYqO5/7tJ27nd3tuvf5294J40BQ3sXSpr2ApWUY2MAr+YAhOjuNarUSOHv0mFFfcdLrTaG+6nM
1237 U+a7JpfV7021mTz51SqVtRUlU729yl9GHm7li4JyqTZvWr8Hv69bn1xEST2W38liPmXqT9q7sHmn
1238 pB7ki6L6ff9eaH1nktvNTuSzWGhuCLCAex/Z7HW9Z/aXu/ntnMgXpxsnRXW9fkLWRl9oAvuw+6N+
1239 4mpz/67ySya0l8lVDrbLoyW5fDwaT07NtrLMOugb8TAI603dAOZcFEZcRHuqRz7Fj519lS++HEgY
1240 BHY+dooqQMdGbFPp5d/se2VdWXZj9Y0gkLP/NRzjVYK5sOt0fFqS348FDDE7m/3tj2K0eZKQ+Z3y
1241 k7i+8rZDBmJdjsz4Ot8oRlf764WvzPWPtnmaKJqQCgjw2EMU5karIwg9AKTqrMLUltcLn1/aMLtd
1242 u72Ws0/ivX0PLg/bd5a2l0paPFbNO21J/qdxUuAicvmsvgkUZi+vKqePP06jxTWZeqXHbBOQRhN5
1243 sZQ6m4Sc0WVx/bK9XVTTT+LmXukjzkXMecGsas2ipqazSiZ+cYcJTkI4vIvhTtXkR39D+R7VO0q7
1244 e9eTy18PK9DEyYbRQF+L9c7F4mo8+yxfN7/W4LXzVWBX0RbgC2mich4rro+SdUzCGRoJb/+WIqXX
1245 PFms8unnV668unZWeomqCUu96g8io1eZX/7hGUb4sWLyFMB947labz8/HwyWH0YmzcZbArS0W2H2
1246 pXw8zmu1n99VuljXG4Rkuj4Fmtwu9pqOzwdXh+dyWbxOwALfb+QvV5XHwsePekCejk5Gu8X3dmIk
1247 34xXWlq1rEVhkvev6slR+MZ4mtQheXRaPIVKJ5i1SCwVPG5tbO7fb75lr5trNQzJonrY2RPfO2sH
1248 5FPxJH2VTY9HZfFjQ1Logw6viB/huCzEooW8+P7U3+Mi5ovkW7W+IWczG5FbUQtnCuTph5Qv4HbM
1249 KkLss0NbLJa3r5kOtI0dVdR2Dou4K/wa9GI+RyNjXnRqFveHnpIHeCC4RfV55UDUJEWjf6JWjKFz
1250 EaH2nFHFopK8JL/IuPVRMKuD/yy+yjfsxPUhmaMhVXCnZEgwdLRik4MXqp/PO+w7V8N9XI80hnZI
1251 qMU7+0LtYEUWEjvtc/rgeo0ODk8Ijxp9gl7wuHFXlZPYBR0UGorDNs6w+6gr6MVYBNLfez28T+Zq
1252 Dh5RbFLPWE+mZ/QugRem3v1VyRw67Iu5omazGA7IYqEHeP7MTlu2duJdtPjMkKBnfV8MgDWnybwY
1253 EJRof3gp8T7rc54TxowhM4Nz2AG0+wH3wFgYUsUGLwSo0ELjvWK6Ilhpm/WCFwuPFcEY+tZslsAq
1254 hh08KB3mKXQba0cGj4Zsw0obDNnxxRGdTSzB9AnXS2x8nNKBov7IG8bGmk0ZSIEgGegTBQHUNsJp
1255 E7MoEKMO8FOzA9vGY/JgLqU5zAVgpX210aIaq0ifwjpALwyRdqA15opZiQb+bgL4DAQgu8b04rqX
1256 JngZ1e0rjzswl80NIC2QnNiV84iDllO/iZYMYkesB1rSMJrZu02dy/lkO8fw69Hp0cXBYBR90Wrj
1257 5RzSA1b545KQpcJG/v1BuXrhV9Sjo8wvFwEt8bpYfF8PfyFJYkP9jK/vEzmZyu1EJuxYJQ5Lvc/a
1258 qYsKG1/BsirIlkhatYoYm4zeLCjvDfm6u14o1Ad7L0Utd31oTii7/XRalFPQy9a5oLZAEb7btfTC
1259 Lx/crUVLII1vnvfqh8vXu9u250q7XZEz98+vW+rxbnjFphlT+fYldmhRnpll2QQtr/yLZ8pFzLmy
1260 MpxS/VQbG9q1RU+3NlG7vlRS9+K2Lh1nNkAJT2xuV7e+skiwLx4MBl+3qa2z+32ki4EqkUu3Bpn5
1261 VQnU1Pbm7jhaVNuCwh+nt+BXiQcJVldoqr2F6EYGfOKpEfvCNsDYx/vFD1EqPrLRZSTLdkv9pWpq
1262 q975+SB7YIqnE4od05i78owg2UV9XqDyzEVc1eeplec4KMrpqoN+9gSQXOV3NtTGYBDjG5e723i3
1263 Jtfp8EU9UTJrACDrVQz2vLhfWtPBnlk2R40OdDFdp2OGgpSvNIvddDcuKZzfRn4oAjw0LtTST6QB
1264 esfVDhbn+ebWfc82TOgFaYnbR8Nes9AatjJqM6m0Cl/PhXUY49nHZLMT6hyt8rn0hTo9UZMPh/vw
1265 4ComrZ7fXxlaUm+Vz/6Mq5f86Um1D4QrLjphFkEGfn/7A2l8Bb6ZLxzR3R8/RuSLvnKopMYKL8Ru
1266 h4a+/5qAfXmG3Zfz2ydx45EB7shEUd5owDb9pBite8IEUc4ebJ88LgHsf4UNyNpCNg==
1267
1268
1269 rAv5plT/Lu5ouwOg/Ae34TyxJcRWks+70bHYUA7Lq03ywLAM5NqJwSFmI3i908PutRK0Z2Lrs/c9
1270 Y886QGYUaOUlYUwtC1j59rqxXNS64w8xku/kzLZz2drpsXJ1eXAprj92zpk9uDq/ucMgRx/cf0sE
1271 BMT4Vq9wpLYfADau4nK5cHurVT4+N2Eu2t3DoQ74pVHpKfnRK0ZPSi208cf8sfZbQOORTOoMbHL3
1272 STm8aVMbiJiRV9VqqnHjBC/5+F7zgFoVDPxlG7Piryv2MhzQDXvRRfJkGodx9Xiw8eFvkWEGYjed
1273 KKfvX7qJhWkPeKXSznw+m4hmGjy3jsV41NYsi73x52tjPVNAI66H2uZGpmkyqHj/XXk7uFsZjXT+
1274 sntS/lWTRSlJDC9QqQwLk0ha7KRnjXxtnFzC60QYfXJpJ24VO9JFNZbZ3BJy4fPi+uPlCPMrui/w
1275 vJ5kiD4/fLyXr8ubL9pHpj9Cn77ZxgjFJqaTT8KvV5/XjgCemgOWc9N6AGNa7Wp9F9k6K/BOdYuX
1276 tm9W1eJq8hx/p7Rza+tM98JJtV7U1HUJwPSgrB4Pr2LbzcPq58HWffJeLqufG3L29XOdEVSoDXYv
1277 sxM9GMTzYxA32veo0qVWLa9tOAw+CWLJKbTzcnajlh4PmurJSVlQ4luNviHcZIgcUV5duSm+L6++
1278 wSbKaYAxa7fQ6fFYTVzX4wdb598/DHtDe5VZKnYL1LxOvzuN/95sawBoV2O1cLgcYR70di4FvM8c
1279 /dbgr3gHYVfXPwufn59VWRqFL2HlgRFMTo2tl8rvdF2rAEfGldKlpw+HSnmlnQwnkcRxh0xxaWSg
1280 SsN0tSUlld761SGHUphJGEKHPps1kJQQ2uxo1eRT3wE6QJgEwN3Z5DOX8sWWdnKwrfQZ6ZBCRCG2
1281 frD9ensJTcV7kzuQj4KcfDy8fDvYyYSft0s5qWwIwXQbcy2lon3EP9vAZE4S2lvl5lK+bk5AEYKh
1282 MAa5XHqwfY9PuzL7mYdS4bxwJ7AnVnRkn5EfAIz8EtDk1D4AbPZRbTavRIf1lA524uG+Wrr4uUP0
1283 NW8FlRf2zAKq7x8Zg4dB7WYkE04Me7kNQABf7vZ/Dnb2+iqQsO2c9lSrPjFjFTPLS4BDjc+D7Ii/
1284 B2lc/jpLFcPrP8+OlXJf2w8F4bYz3Nw9fjLFs+f8j6yV5Wz++hOYUelbPrlXzmwNAKgsP6NtPwNq
1285 2bnYS7vO1TJTKuZZ2/kAvUPM8en0DrDIy60ffZsO4wd3Jw8toCCfL7AvO/tSB1moC2wTe78dQLTP
1286 8MHvfq1h6XRtLOeq/U+DqhJ0zQ7OorlSRNuQmMXfPZEi/NFzaUfHSvM4Ax9bnfPt973Vm93BTuxx
1287 J5b/elnuqyfHzZ/D3ZeUaIcX8Sraki+f917km3F5TAW1zBWv1Wp7gtL+rv8Yvdzv5uSb9kFSvsh/
1288 5gpniWdgTNH31CTAPsUQasYwLUXNpuzoI45Hawc7uz9lgP39XGZlKRlBJ4m/lWvEVT+QatPAJnBt
1289 tHoU1pv9yMsXt4dF+bq3+y6nj7ar+EDQqgCSJdg5VN+VnfWVSA0EQ341s7JclYoF+RUoTLGwv51h
1290 cFEXgzKMiIWaAEJ5CvuX5T/z34O1B6deUJUuOTXbLXZvrWevOjWRszerx2pT1kCSaL7vTi7W8o+c
1291 Pnw9ki9Xahfqa+txebKXs6h8k3ov2RrQe9nLrI7km+XCsdw93Pgt7hRrwyCYGhDs8ZkFPfsgJzW1
1292 +/27LfHjdEc9eS1LxWjvSmDpT17uoMOFFSqK0HPdW5Aursbxbqxs6Gy7G4AKw7h6dPSwgk6skkpb
1293 bey8LclXG8k7dD6zjIQkId2P36rmO4w6c3a4zivtdv+DGDVMsZEui4S009tV9ajTqiIxDuQxVqSl
1294 LWbwo6LcrjSMTnmAsdORGrv4resa0c/YWNRvoirovaxqtaXMK2BGeICtHUi6sJD67O/h9Sk+Sd1u
1295 dlZXQSv9zsgnjzddN85+pjbzWgKoc8KJnRJJAWl8L9v32ubF2qbSzr7FvWSKvbNioXmyAj0XE549
1296 3x/stIvrJrDrUp+l0jM97gfleRKcSyMEpm0Ki9rROUOnMSKtjvsNrJXxx6BJW2wXuFInmusp7YTW
1297 Vr6/Lw/Uo/rVSD2ORosIp48O7spHFbRXGMY2LOTBT+qBFbPJPf3Bch1AJBUDkHuvFQu1jsCS2ePx
1298 CJNZRyJbr9fKW+dv1XHx403swPLuSxjYkTQe2X+Sb6r9JjHRiLuN2wmCe1i+LpyrwyfEIZTtkxX1
1299 RS3Kq8cHO4eFhKXyyzLwZiUHlC+u4jljONc1C50ypoC6NfvydTe5uvuibvXMZSPn9lc7dy3AklRF
1300 TuR+Pidfe0lmtqoXq3KuNBwRP4/rcqXLRXZK7S7s1k+9zgxK2oiuZ8ZX1w+w3rcxZLfUZH7vuMMA
1301 lU5Vh1Qhu1zd3D2If+Wgq1ip9JQrvwCHkO/Vz/Qq7L7c+7rYMJUOg0jp9MkgTYSY0Y3Q8B5gdlv4
1302 et75LcqXB/2ts+G4Z1U0MplfIX8NFKZWqPyoG61kLbsjaQ3tqXmkGSY9XOkGpJSbYvGAH1XkXDyx
1303 hBSkkn7AfPmULX8cJovqWEZH1t9XwFrWYE+68hmS1deVn+2dOBehJM7W4udBGzHCuukoY2n2aklJ
1304 rxeTWn1LBf3l4mvH8rS8XDxYa5SNtbuFFQP69JHZ+13/YeyWeJWVtZ1TLfaqhOFt0dwSslg7sfFL
1305 C17bOFarD41rwLC9w9Lje//DKv+9mFYF68obm0PEPJgkEKniMjpW3leba/ursBK/Cjukq+ioGD2q
1306 7GRuL+tJDC/FiBD9ROATU4/DTR5o8kT1vpC5+23KhL1HTrNbbm2Pi6tPn1212XvdxFYMR4M0wiHo
1307 hWBRQSmXxon+m3zytJ4zdx/zAK02XnrLXRxK5bwUO94uvsfutiz9GbhY1npADeOPNkAjtj7czgfo
1308 9sU1YHC9nHMT/UxJ7v0Okw58XwNCEvsEvXK4sXVcuTszZ4/JrWlVuAIB+6y4VooUD0GsVCsgr+VA
1309 nCjfryTU483lNNtze7Si1aqxOrJa79PvOkuraOPf1Sb/tGMxu7xmkWbxFh8jBeId2Eh9FRh0vCL3
1310 5EbRHB5pR4rK20gZUrLdo7Kgvn6+ikROpI2B3HZZB+xr7cB0LdxHg31ZLZ32TfevRHg1f5fJHLc+
1311 M+X445OoheNK8qtbr6zkP+8HMNrDqNJuKEKhFX5e0zY3ar8qvxLvYityOlzYEEDl6IA++HhbLSEz
1312 ZESQ/p89wzPS6nio4juGAsQaRZ+P2u0xDuXsDUL9uS558Al+RYO8VIvv1yR29E/v2yH02iCkjFok
1313 9P2y1255Bcog/1D0SnnQ6pyheEjdhdmr8lmv21N7/+iSS7NxXhK52vOKNPRNZOYYc6L3d4GvBCgO
1314 eh15MPpHb/BzbYZ3OnlF6+85ZG5xdMzV6ysojFXxCQYNnMXN+VIXva/SoPKnuYb2+4GmW45T8/oJ
1315 xytn9BfNbGc42RldwHTGcwnbvUG51W6Y7r7eL6B5Wev71WaSxZ209Jw0Livv9NLVuGLuryg6XSNg
1316 mY075HrvmO1l+5bNEhSrN01DWOE5CWGdmj6QTIuFXreOr0o4qje6o1az1Rj4ryZC5toXAFPDnJu5
1317 Dy7XKwXO7jjV+GGMMG6a58+X1DmgkTnu6RCIxXkvECjCXO8b1btW4x/+lYFmMxTV7c4COwG+d0he
1318 51T/klzng14pe0YRGS8ArB+xtxT40EGGqHiwGrpZOO/U0MZvAu49w63OPQM59BfKg0q/3whAKMg8
1319 Wt2fwNTcOemnD4tBdEj2Cs/QB347bOBtKzN3eTjeJBY8uahTuN4kZjuSWF9ap3hfQGFZZYYjM/fo
1320 2UlGgPy+XsDmQiVYmPN6HU+qgGNp7KDqfFWbF4l0u9HPGVfJVWlybdCrVkanlT8bgwCwpb/GSJso
1321 bzSATqHSJ9mjW41g16C58IkAFI8AYXniyubpCGyZubvDG+imlgZsbNl8yVsUsDKOCUlgimFa5A8S
1322 C/U//+8IHrKqQai+1ujSG2AaONiqvjbuhpqt2hdw6RCrUDS6ZpplM3gqdItuABo2/itUIy0bvcBo
1323 hr/jRuiP3hgeDP7nv/8A2eO/QvUGCCF1LASgz12Ut70yDrUbRqd12FNLz72xtbF64w9oqNVBuW+h
1324 vv1VFD4LlBjnPkSojHqEEaIJoDsnYiDeo0Txv+O1I2QXb312Y6iLagsqWPqBdmq9brfSGqL59Ssw
1325 pwq0ZrAF6LZbgZbqY30AicCspTZo9X2pC4EIRGsro0b5a9ypwmDa3iiKO7gZVUAZHQQAU+M+i6AU
1326 1UAZ0FXhSyIYFgwV0trjzV0JifXWxLqS+RDerrUm0zHT18qT16Gjdz6bVvoA36ll1fjOqIiBFGeX
1327 RuliJ3rAyZsJ0Z/sBOWPP2kM7Mm74cmDfneaaB0sUWJG7GVYxjvlBiDzZMpj/OSfo4uumW05ZTaK
1328 0+2WJ8Js0ci7AGBGR9uTloBtZHzJv2vduh5DiYwI6EtBeFcA27uoX/0ZhzeY/cYxtHFzL63+pPYv
1329 Pvb4+urNAf5zL3+48m0+kJSclMs8ZTpPO/GPYg/HtTGvHb43CoPBXqVbat99V5WPsytZjnWF1+19
1330 4S6nLtfHGhdRC4cvr8KGnO2mw4X1q9RQWkFuRdUkn9w8E1M7V1vb0n55pKjNfOkH+bBU1Cb/uGc8
1331 FTd3rzNf4bV++Tcc+/o+DG/WEpFw7L3+HI6JxZtw9HAIc0FfPCak03x4c2+3H6G9fI2kvf76Th+G
1332 fNyhQ65cK/TTx/E+nksiOUz/wqeb/kQVmN8wV+yWxWj+cYWLwDoJeBoX5sgGL8PPHPScG2/ulcKr
1333 qaE4PNObzZWk++3lJvxZasO7j6o+8dPhYLA9fBq8bl9e8MnUTRSPFXcKvZBuS8JL6uHrNObY6eun
1334 cujaaUb8TobdOq0O3pKb99CLtVva6bmyvnzbb586dTpcfssobp0e7l1lu3e2TlEvuNvU+sPmdu3i
1335 zKnTwfhjK7oR2Ql/OHXKF/n9HZdOM8srue1mHkOyw1xTjy98saxcOc50qdjfily0zq4dOy0t905t
1336 nVJ8wd2uHZ+mztwW+HbwUhOPUafrE8tbWrqXIunRGryW6k3s6dYK7D7t9nJtzbarqXK21MadAjZV
1337 NWunr4PXu+q1S6db7+nb+mfS7JSLMN2+xcvnrp1mk82bNedOd8Lrg+HW5tC508vsG/RC4XdirsO1
1338 vUfBpdP01/qa0ig5d5paf93c2e4wM8Uh2uauVtLLv5nxmVOnfPHkSnHpNLMcSefS+y6dPr4DJBd7
1339 5bLjXJdKK7urp42vW8dOS1e5O7flPVyNhxNfpFPt5acIMMYu8NL6cO0ghhd4Y6LTw/dO+nejz0On
1340 2b6909Oj81fa6WM8apspF8mmE4kns1vLXJ8U/rRzlXXu9GhpnDt9rOUcO71oNw7NTg==
1341
1342
1343 YV+s3Z4kfvsxl06fN/mb09+xc6cn0ttpsbgfduoU9qV81DpynevNWab84dapyt/xb3nnTk/jy+X6
1344 +8Y27pSL2Od697Y7dO30Ltp477t1esbfx/cVp065CHSrbd4f5AYFxwV+ipXfXDv9XiqfKi6dvmT4
1345 18rHJu4UwZhtrue3rZ+tyHnMsdO3t4d31057jf3op1OnXAR1e8Z/aKeq8wIXb4Wlh9HVkVOng8F5
1346 fJl2WpXWbUizmd/QJNwpFxEqS6OSlSptDcZSgUedxiY6vdiN/r5pDwfQ6e7A1unmVu8xRjv9yW+Y
1347 nQJNRt1Gms9LhJWLyqNwZCUQ17x2/lxCncYneep5fKUrbV9Cp4WRfXk17TuBO0X7EtViNlK4Vt+k
1348 VEla2SqcWElhY3M3d/6MOk1OdpqJLO0+Hh5Cp8dhs1PoBYtTonLxRea6v3WVsC3wd29X+yGd7t+e
1349 nlqXFzb2+6uHeSqIUJcF9qk46oTFrW6VSheTz8erYane6Ts/Ta0D0uylG25PBwAMZy3zqZVaph4v
1350 eW3nQiPPJ2SBp13+9EAS8dNJAv+0z59e76ecnmJIfpL50/pJxu3tAn8Wvs+5PdX4i9rRtdvTd/6m
1351 8DOiKzb5/DnG39wth92eJvjywVnU7Wmavw3/JsynNv4S5gfjcJY+n6RUh/zdbXiXPLWjWer5mL/7
1352 jO87PcUr9nzK36/kZbe3z/n7jFZwe3rJPy1nX92efvOvD08b+opNPH/J8q/fzZjb0zz/drstuT09
1353 4N8z73nzqQ3G3gdCYuMk7fJ2JSrkP8Qzl6fVZUFZfSu6rlj1Rji5Wjp2ebvWE85/xJbL0/q68Ph9
1354 sur8NP3WLW/vjJ7cVkwcXobX1o/P8VNxbS96aH0qhxOHB3vkqZ3yiaN2eCd1/G0+hRUrxDeuWQ0s
1355 Wi9vKr3hOSF7RD9Lxa4RVVIA7hqKk+pJlct9IXKQHK0ViuX97KP6VHwsq0/aToJD3/LFgpKoFQpK
1356 8mST1d8+Im00Hon0x/S8LK1hVRBTOaTnPJuUL3mW667xyd2HMcKMZyCOzR1z98+Wk63d6jpg0ZI2
1357 zF1tXVoI7mBJXNu9jBM2gvQchsqznaa/kJ7Ts3WK9gV3m3p8wN06drpUrCddO8V6jkunINqCnlNh
1358 5TF2rqnHD49OS/E802l9dXXZ7BRL/0anEu4Ua0l0gZH0v613WmpbFngpynaaulkxOwV9UEi4doql
1359 f0Yek2xzRdL/i3Onqcdn105heTuirVMuwi4wSP+unSLpv+7WacO909z51YNFHrPOFcsULp3mDpFM
1360 8e7W6ZVtT7lIsrW8FaMDwJ8opG9N7L5zve0A9YjUdxqoxdT6JalHqIV4mrFahSyIWxyDpr32XDAs
1361 JJVrBctwhLjoa2ti/IEQuxVixq9nVlmH1UaL2mex6WOzixq4NsZwhSD5crWHhlcw7WOmhYg/Tkci
1362 +Bfa0HtWCKYdXBijUZHuV8RVbLYnLrKXL91ewherEfqr8sBIzNRmpiMuVH5WBe11WGKmawwZhZxG
1363 6K/YWY+sja6L6eTYnAHAYMGygOzKK8mvhhpBvwAg9/kj7yHhKoS/uAwqpsXIL7qegpM58Aot+dh7
1364 ybmIufJ0hlivdpzfZdh/fvjXtW3/LBof3kGQk8+cdpDdv/fxhj54otM4za9nbLGk22H8d9Blftub
1365 AeCTsyyWR2OxeYBdnwsB99JjfzGQxTeFpUdz3RHuz77yRn8+mMMFWCx+jsXqWy1XH4mejfhAz7G+
1366 pQMD7qYkPUjmh2mUmCYYYz9DetZXMVw6r91jbOQ9Gspf8C+6dthw6rB22std2I1sO2MlUWwcsBK+
1367 FU5O55xafNk2NWNfLEuNok1XyWmCwyrDdC87/rNaJbMy52IF9zeNbwx/7ufdq77JIQhWSs6QXjpZ
1368 tcnqlm1SkwEgEC8Lwhf3hXl359J8Y3SbpJBjQDLRT5whuVQdztGYleUL/Qmsq4q/RH+ZG++KyIh0
1369 5LqT+JRnvAay3lnMoEpRFypYKYqvY+XEmK7LdqJfdOjEDH1l8H3LDK1U0NJYTInSIbHj2nQdF98s
1370 JJ7p+cvkNC+unKQwry1J/U5syU9ugGeFT9+caW1Q0gOzehi6sSUiMaKrjDxkRnN/S3aqamdLXrvL
1371 6mJQvV4SKitrhwuQnn7yYRN6LSe8zGLtVqO+IFcvicpT/th5SMZo0C8TX9wHtezKK82t894/KvPD
1372 iv6seAoWy4H3z0GgoysWYAdti8U3Ku+3QYGBPXt1buy7cTcjZLFWa9qYlaHM1hhpqrn2+7CwFbPK
1373 dXOuWHMr+rSwFUM0bebGqF1Lt8OM9n5NxRWDMBcRlYc3VzI0jXT8eeiqCnKRCVXCmUEfohOWw4CK
1374 jV1S0LFSefhZWghWHqIzkBNPGJtQlNddV0da2T45DaQow9pQO8zEeIKrfY5yFKzNe8KPJjMyhdtc
1375 /IiCZSDO+j4aSnCtxXUgBhUw9ZcZ1kQMOhBmXyaH4o32ds1w69eZQY32hggrXfmdk06OjyWtTkb6
1376 G3E8JNOcDaP5PgIqUNE8LSS2DlyMGuLrsOtj1OBs5MMNQb6P/MQOryGxWhIMarS8EAJwZCMAbvp+
1377 EALwfRSUAHA+liTxdbS5Ng3FdhwS5i8ACT6ygh1qqSxvh9r9qDoSNpTvom1+2OdqeqD6CoyQFPdN
1378 rdy+g3ull9+5FwsvFcxlShT3WCxXBHfglZOLZUXxxCSKd44xirsqadxkBy7WJWlla2lpKluCuXYm
1379 r+wce+h50ygV+wIxE/hbSPxNsjA1YS3o1Fwpf+dY2r8rn/npw17mDWkl/8vb9EoPA4eb9HQMvdz1
1380 AkyIizjtFgM7Ntl6ervPvnA8Rv4wLEWfcWHSfrY+uw3ExWJz7GmvcSIFjKWBi9iF6f2ty5FNmJb2
1381 byMBjInuorSJL/0TqzA9y9rt3woRp9FAL9MywhO7JOwMESwbdMWX/omVEc42td11PDXjTHwKqmQO
1382 xM783OCci3hA+tZV2Mr5ZptQJBXI1udJAE4muN3ksnCBFsbG6BwXxkuW1fk+Wh0rq3NZnUCy7Br0
1383 vLxmHsUSSC7At9EA5m5/Ffbhxul0wknj87R5ly4703M7wwLv0Nhs9lanprjI3MiHkEYIRJM9YRXt
1384 2np0Hog3d399Y17Mwa1sOrWin+9P0U5s+tHYz5JwO/HpbP8ufA83lQgkXQQ7qVhfn5Q3H8rmCYMu
1385 j9mJRmB7HDTmz264gHoXGpnHoY/zGZ8x+8l9qa+KgU6iGPHTi6KB4pJeJ5B8bvYC324FEOQCULRb
1386 k6K57UsQinbXC0rR/C3wqLF5KZqhV0JjC6Bowx9pAbiPDuJnoEQTMDbp/TALRUOtMBTEci42bTuJ
1387 oKNxP3vF7SRd1frkV29zV4ciZ1mAtVqjLdv0OhRijg6TjlIKdfSiqII0no0J2zj6NshG+B/AFuDB
1388 kSMRYqRxf8ns4c77INeVyDqd70NjU0v17uNCvg+uZ69BycxjP4AuzfmhM9o1061pRqJAd39u0Z60
1389 4qbMWa09/u3MplBbLCSonaCuR95oSJoykDCg/5gnN6wslTbtvLCydMroNBar9bTc8D6o95GXxod0
1390 rMVYszAkQ2OLku9ffp14oYMN1hvQhCUfm0swLlZZOlsAF4NW7CdWs7azAA8i3A6/kFkJNn1/Zm6I
1391 NizuaU+enhtuRWM2boi+cxcDWD/YANwQBvI8CuQ6ZbphwOydTxLRyNwVUstSmgjpdvoGqgLytF+I
1392 rRo15orbVsofBLvfB4EkXQu8uK9YZjHKJezkXXwKLzUXwvzgabomEGF4dQYaVECImEAuare0MSZR
1393 eXiM2xjThOfEFGzJ5nP18OjFmIJ4rl1YxvUVdreOuqOXM6gUEo660SzetqixQKzF4ezGGilMG1sU
1394 ECuPS6tB7MmOZwMTO+nrfMueibsge3Xo5XzLQoTrkEy7JR6Uu2E4sK+qyc/4ZPF9w1mzoHtALmO5
1395 +Cq17yrv+PaVYn7l4K1Y3rvUnGLovCPo7FLfrDF0bBzQZASdeXvDfDF03hF0+LR6ATF03hF0LtGC
1396 U8fQbXpG0BnRgnPG0Ll0SiPoTGo5XwyddwSdGS04Xwyde6cogs41WnDKGDrvCDrr7s8eQ+cdQWfE
1397 8c0ZQ+cdQUcsJPPH0HlH0DHnyFFfRfJZdXJ28dLZaByQgw/85eqvt7NL4CEZxgE3TRyknUDhgVYT
1398 k5vLKSMnu1nyn1Wr/Ou/Tu6W3su18GLWyWpicvJTCrpONkY/6WdmUbj0m1ucw/As7jqB4cmpKcRf
1399 vIEz8Pw84uYMGcYyQ9dB+cYUOA9pMvLRfpjju+iuQ/K3XHmsk5XWBAqZm/BTCgawb9pUriAu0bXa
1400 y4Wrwj2VK4iGjcYBLL0BzMZvmrdGywWxV8HUXpb91TB3uzr2hETBbsGcQXyC3dzsxcEtvSjYLfCB
1401 i83ExMS9agGcQXwPHGBZHFxBTM0ikCLCNmaNZvDUaYjMb2nMFs9QFXs2IcJmLHaC84A0uSqOvfcg
1402 cIhpZel9iXP0xAoQZGpFvqJ3ACM6F5tCt0dWSHF6w5llxayGQyTrxqxmkhJaGC2AOBHgxKpe8uBs
1403 ljgw3yiw3GiBcXxvY2+ONE0cn5/stcEarSxDsvjAr+02XINgAojSltA0Lx/4i2uHEE332Cg/H/hp
1404 4vjczedB98+M47uLz92Y0VTC1pQD3w/emPuJua0pI2rAozGfeJvpVkxY3IrZvf3nWjFpvhWzGn7J
1405 FZEWV6fPQz9Z3SI2Au67CNiH/kG7OrL7Rsu5RT8FaMKP4GDcFgJEPn4ezq3sGZLSaN8Xu3XZ2SWK
1406 an/VuwHOv4m9odWLwGOn3VYEcWS/+FnfHbKdjDjxF0OocQ1x80VX38Ww+/PPsBz+obEbXBDPAzSh
1407 1DTWALsUadEr96PqwCZHiq/Dz9EUaqYrJAPznMpsMUN4HBvLw6ir7hFRwcw7AeSx76PFYDxapVV/
1408 eSzYOjmZd2xAykUCrdN05h1Xy5VbbJy7pcFjSBMWGUbjCwyXZEjTWGS8I+ymssh4DMk/7tVjnawW
1409 md2R3SKDQpL8vKCDWWQ6xwEsMn5eatLKVnRlbosMsY0fL8yRr3O8AA8imFoqOr3hwXYm3jme3yKD
1410 9txmkWFORqYKQ/M5BLdZZBzj948XYZFB0Xk6E/X06PYPNUerEyA4x4MjW4Xl5KSw3D/xjkM1MZpa
1411 FN2E5ZP57w3b37qK+HmqBFU0pP3brHvoKBeZxqhzMuO9YRZIhsmtLyJ8bMJ1wc5fgsXVTXtv2OS5
1412 GI6rW0AMZIRxOJnVe/AkYAjJspvd0hZc524E9cVew95GbbCIRq7ZT1LhOx9gCMboHm4Wcl+fbzwc
1413 N41P3czxcA5nr9DYouPhZvZQnSoezsNDdYHxcPNHpAaJhwscLThXPBxDx5iIuEXHwzE+V+UZQzUc
1414 0NAeD8dqSVOHagSOh+McI+Ls+zJvPJwByUYMAIqImzoezufUl40Xm5urIPbmOGc2Xg==
1415
1416
1417 LLBPJDTmE05rW0B8F7TzjRaoMfcTnSkivm4CnVh5xyrdBvaE9G8n0LUW3ie8uB2r+jzrrJyF+Oki
1418 uW5nvIvUUbMoeN8BHCCcwIaE2Gq9t2FHQ+2l4L2AwZwvYBswEjJenTNGVvmEYlA7fyDX5LXfQJjj
1419 dq2MPcZqOn3RcU8dHBuml8ZRyOAibgPG7cyHhnorFAnnubsDtxNIl/a+6wa3E1y0dxXsCYW5m7hi
1420 xu+2KS/vBpifzYZF48WCqtSeCjWKQbp2DF+Yjo7dLzIi9X5xEan3i4lIffldSESqsBRfSEQqtLOA
1421 iFTUyiIiUlE7i4hIRfFrwa6Bdo5es26YqV87nYr6eyzZ0fB9MOHch74zkNDtVvNgaBg0FM7KxVyj
1422 deYMhbNaR1H82r8iFM7zHviFhcIFOkmcOxSO1SsnHUkWFQrH9DLVNfXThcJxQW4smS0UjhEMsfbq
1423 KhpWhx762RQ3whOO/Gi/UHi+uLof+02IE6dvAb2qUGO/3sc/jPlYt427GJBRY6MA6logGebRfsnw
1424 jIcLJIRt8gDH4TYtr9t5ETFPerA8F+bgepsWDMp21/d0cXWUObAx7wq+28OhPzZjePR6JYsyht+E
1425 QV46Dcdz8ffwxsm2EI6p1/fh2N3bDUoaXg5vlOUM+nSJ6hXC8ZP3NNKSHn6ylB3t9n7YIetnLdZg
1426 t6hHsNtlkmfXWI86o7k4h2srPTYBqjXYLVpduf5xiTtbf/FKF/cWt/J9W7Cbkrlw6TSzbAmLsge7
1427 vXlG2JXCaae50lzIpcGj0ak9Fssjc9tO+NUaY2ULAbs6uGY6tQW7bbdvz106TX9tHNxv9N0i7FKP
1428 j17Bbp+8a6d88fXQPcIu8pO8q7pH2FU8Oi3xW66dDoafx8u2TtkIu/DLcubWbYFjXjM9WrXtKULX
1429 OO4ef9J3P3c+rnvXpPUulhtB6i1d7IatnpAuNQfj9x82ihzNeUIQ1REX3o1FbezU+y41f5dbmwR7
1430 udqxu8lb7anEOjpjHE3f1exks5oEyGN14H1Vc5AhkUx5g8WEirnek2P6XC0qk5yTdck1U55PJrmA
1431 W7e2NJ3PlUdeNN+MIza/vjmTyLHrZGmK1SsDJJELPD/rhcgO98DbHPM95md3D3cdErGOeg3K15ky
1432 wJAwtfTLHxd8nU5TL05DMjJLOru7zhBN5zRCJiJ1QdF0Liu24Gg6J2nUPRfnrNF0TlObuFVj7mg6
1433 p1g61/PKmaPppop8nDmajtkmw9o8j9XaOZrOSflgIHlB0XS+XtALiaZz48iLjaYLYrWeP5rOKZYO
1434 z2Wh0XQevj0LjKabBJ96yTNOfKZoOif+YdyrsLBoOifS6ngqOlc0nWVINJaOsY4uKJrOKZaORHMs
1435 MprOaf+slt5FRNM5xdK5Zf2bPZpu5hPeqaLpAsRXLiCazimWbv4V88mdM92KBY6mc16xRUfTOR2j
1436 EMq/yGg6pwa4yKKj6Zxw27SOLiqazimWzuMmCrcmfKLpnBqwUphFRNM5xdLZcz7OH03nFEtnwf2F
1437 RNM5hd+43ELjuhzTKYC2Gw6tE5o9ms42JF0BnC4i1aoAbg0ngneiqqOIYfW4CxhI55am0jXGyFG6
1438 OPLLVWlbfvdsZzRbnaN0MVe+OqcEZUHzJvjnq/OKWWPOxY78slYGXqcvO/v2uVHHfWr+eWiZIXn4
1439 WwZIVRd0SMS7wzsJbdB1ckdmx1vOPNbJN/us45AmKQwMKjMDybTeLiKt5H+Spj6kx77ZNKJJ/6Mg
1440 ZjDXNHdTeUPNnObOIf5lMtHdVP6IlqnRNHfz2C6Cp7kjUQM+ie7mMMaQNHdz+ycHSnPHBYownDfN
1441 HcrK5JvoLuBltu5p7uyQHMgLceo0d1PcCwd8YXlGYGD4y8nC4iz6J7bIIrdY0QAB7VtXC4jlOQnk
1442 i+EX9BjGT+fztUZ7HsSjmfMPpJvbBb9/MskrZ1sY/6i0YIkw0OpkZ8ReYoO1RRRFJxVllJtudkZn
1443 kZQalXfHVGfTBnal7Lbhmb2hsMy/KG8oHP0/r586inycG/mQ4713ELshjQdoZ9qYWqfoJ2hn7tyu
1444 pJVJ/JslT+L0iSY98iQuJrCWahbI1hCdCKz9bvicJQUP+/pu8MHiK/0lPNTYhisxc8004eq5d9MN
1445 tJSsGrlpzfdq96G+mzzSRd9NHcjgGv10MO+9Cigga3EZDG8XmcHwdsYLAmy4f9ebO1E1TrvmFMgw
1446 bY4h1M70gQyTOSBwO4uI59y03549azseqbUsvqqcPxoCgnjo3zOc8ILsNYmG8N288UQ0E6trjrsp
1447 A7tcxHnGhyQoGs6Q4c41bzXNcTcn66QZ7uaPfAyS4S5Qpry544n0THlzo6FnhrspM+XNmOHOIcuM
1448 JcfdVI0xLqBG9ATOcDeZ73UhjhbYScXchtnpGAh3PiHpppjjd+8oaixQLKynmKPb+aGx1NyqC6x2
1449 wzH2YurIx2kDaw1bn72d+QNr722qtXueRP92gl9S5U4t7z3vhZsuiAndPGl3rpkvvt3BtaaA/S5u
1450 vRlYQDR8H3jGV04RxkQjwqYNYsIr5hoRVnU3302ltuMV+wrgLhjAGQuN6ycQVgZIwvUwfRCTq175
1451 Pgh0D513ENNWNIH5rBvfny7GFYbkGcTE3DceMMa1OnHiir/zFAy54DGuykN97AYlPvnoHPO+zedn
1452 Z50k42s9b4wrNOZ5NZVFhvGLca0Op0/36L5is5onJ3fyPWGLGpghxvXRk+XZop4DDSogRDgzB90C
1453 b+LvXvqs69gf3YPT4WAgjlZokN5x/hHF9pXRr4PwZi1xjML6Cji2LyGd5lcYHXnVNjz6yRKaNhgK
1454 kQGLn9Y8bEviVt4lzd3SKhdxDcMbjD8ScRY2rGnudsRP94xzttx6sC+WKLEnr9i/b8G1U77YPL9x
1455 7ZSLrArH7zW32L+6Vx425Ybp1BqaNlz+ajDxcAgrLQu897vSMeZqi4dbdw/Cg+Xddc84B7tfzPNu
1456 sX+Z5ZXrjvjmFoT36hUPN0xZ5GRb7F8p9nHn2ulaI5r9cgvCS7h2ykWg29M117kOhrd7YddOwwev
1457 8bJlTxt5vXv8iW4DF1kvPNU7AWquv407Xd96meXfN+3hwlaPniZYaqa/KNxRNonidl5km9CpW2Si
1458 nQnWWRwPbOSIPX8xWZ2rndgqrTqcBj2rTm6Ts2Uxu1wrupiYHC0kG64y/7M6nWuV+5BA3LXeozhr
1459 tFXR+zae4JlZ1ACuVa7mXJvG96xO51rluk5WIXeuqLQNV+Vq2qg0n3wHk/Dk1BS29aHGpvDT8pyf
1460 Y34Xd+9BrxC3qby0YEiuUZzbvu7oQYdUSDwvBl+23R1bjQi7Se9YK7lanyRXb9pUNmb3nCnaAq6j
1461 fYzZcz/NHo2kvdx569IRLqgCrC3klOcxPqtLjSXYzdmuNZV9DEUBznRkbfW6QVGA81qWUQyg/cLO
1462 Cd/RYAsz5ZWN7nYYzdVPK6B9rG+R+g4/hMmznar462fGDUJhKsXF6chVacl7SFzgU29kE5z1siuH
1463 u6BhsTwuww9gsrPZVH5yfURhrGll7AbGmV29S6bc5njL2XRp2XzlNpyRLVgooM89B1PFWFWnuefA
1464 PVPckm1IU0rjliFZzZ1egYCUI3uEAlrp/WyhnFhSqpd8s94EDuUcOIXp2DSLKRrzi+5im8Ic2aMx
1465 3yw6gcaF9gU15g/zQScZIJYneGN+J5dTrZhvPp1pVswjIG0iXNhVOnSPAbScWM2kEQWJATTuIZkp
1466 CjBoDKCPNO4TBWgujHcM4DT25Nkz6hmQPFMUoGUMHjGAk1nM3NZknox6RqzoTFGADCPwjAGciLJx
1467 XY55Muphyj9zFKDDhBzDhtx15CBRgA6Sya3TrJA8Zgs8+Bck5TMzsv0rk/J5WeEWl5TP1Qq30KR8
1468 XGCi4RNL6CmeTJ4k/iuS8lnzJf2rkvIFuEttAUn5fHzgF5SUD+evVEdzJOWzDqnhiL2EJh+Q8fiF
1469 Bnvk9fPWcgPcDRUor59/JNci8vqRSK7F3Q3lnNdvSm/bGfP6eWf1m+luKIe8ft4TcrbBTp/Xz3Gb
1470 FnI3FJvXz9vNxNdzOGBeP29fKYZazpXXz1NgP1lEfjGU18/PphRUwffO6+ftz2TxtVZmz+tnnZo9
1471 kdsMdkvHvH7e8OmUnWGWvH5OUXcL8FC15fXzRlyv+MqFJP8wYhIXFn7kmtXPP39lsLx+3lgXPCpt
1472 nvQAtlwDM+f1cxqXye3miOaovAdKzBUgH1/gWGDvrH4LysfnE/wZOB+fT14/71ZozMjcef2sQ7JH
1473 5zlTy+nz+hmY45jVz34H0ax5/bzDU4h9bP68fgzvclhKfV/mzevnndVPjxiaN6+fGSrlJLrPEJXm
1474 M2cnOcJZtpw+r593Vr8F4D7O6xfktHr+vH7erZj5+OaPe3DP6jd9Pr5ZknPbozkm8/rNHvdg3szs
1475 fEf39HEP3ln93PWX6fL6zR+VFiSvn7c4b0QMzZnXzzouu7Y4gzTumNdveml8lrx+Lq3c9ebWXtm8
1476 ft6tBMjHNwsa2lrBMOZjAQsaTOKe1W+mG3Uc8vptemb1mzwZ8Qy2cM3rN3VU2qLSFzNZ/dwi66fN
1477 6+ctM/ne2hQwr1+gfHwB4nCD5NFzs2ZNm49vNgvmRD6+ue+0csjqJ1o1vtnz+jmcKgW4O33avH7e
1478 di3dAj9vXj+nmCcHLjZnXj/bJG1qu8M9VzPl9fNW27kF5fXzPs1kVmyuvH6WnZzI6uelV7oQLse8
1479 frN6D06X189bMCRa0vx5/bwEw+oQ+fQuIq/fnmdWP6xZLCCvn/eJDZbGF5DXz/PADEXXLiSv355n
1480 Vj/rWdLsef3cLJ1uN7fMltfPfUjILd812+/0SV8bE+eM+Dubn5J1yIQz+Fxiyjdvt5J20y58Z0dm
1481 q48ibtbN8d4WtmiBp77NhgWbc1kw9UHrvnxsdtlFwGECRghUZalboOupN0Zfe28UBoO969ZBcrRz
1482 LAu5+xtxbW9JxVVQNBWK5SlfVgbhyMvmahiZgsJrb4df4cTut7y5vfeb39zZvn7cLLd+erymfSd5
1483 7Tu+xRdPrlS+2Gud8qWrfJw/PTp/5087zU/+ot344m/OpDxfPmrd8bfDryZ/x48QVt697Y75+/hd
1484 lH+K3a7zr9WlC/7t7aHJv19LI/5DeljjP86iV4PBQEsOhi+97cFY6N4Nxu+56HAtu4oEgusRiuxc
1485 i7fqhxeH5/nmwd3r02d4YzXycLmS226D1Be5vCkdr379RJaW8snz6HK7FjlK5Vcvqt8P6s6GHgoY
1486 Hsf6qfMPvCUk7E0ulssRfqVRh+8ue44UhO7LKVBLGMVwiAJKT8Nx5THFpICkeQS3FJfF2krBcox/
1487 +Y+dt/XB4Dy+6TpT1Etq/WFzR1o74IvKicIXm7VjvnRx3hkuv2WqKHY1TPvb+9U2d3Pnz3yy+B5G
1488 MYlXvHaXfcdp/vjkRSNmwyYTffS4VxbQoh3T3spMzeQ+xkqg3VgNr7fae+F49+olvA==
1489
1490
1491 WYtfhTefogfhFTV3gQJwj9GvbS4Sjsvp9XA8uXYejudi7ySfJvx5h56r4Y3fZZh15TdHoZsk0hQ3
1492 EQVdETYKwnahVUkKaH7vB9un4QHepqImnuXg001fiH1+7mEKc/eLFXw++bOUwG9LK/nOiOejiST+
1493 E5HHKP303diANw7XSX/Ntd9N9Ocm/XMrGkd/xumfpynSANIsbrdGWu3nN88n00e83OmdDuWT+/tX
1494 oAejPB3oXnbdfMDOYG93k3lQWSns6g8KcfMB4i9Pt/v6o6Ok+QiksE9Zf3AhGA/eYOsibT5Z2t0w
1495 v2N7LhVizAPUMxfRHx0lYL1jG8DUXjahneV18XX4PYYH1wL+U9q/DcOflwdm2+9YWITvijFUZQOk
1496 7YaC6QoiiTmgqqc5IEwXAwRjlxdJZGWOYRYMf97iZjfI5iQvn6Xk2c2PBG+XYfmXd5bR003oINHh
1497 k4+n5sJ86L18wMZnnuJqsrKzuvXZXbvlIsUdLfVtkk9KXEsPV6wKq+uxOh8+zevEc6JFp/aIddSn
1498 RZ3C4hbXj3NX+VypeLDWKKtHdZqmEmb1IOjwWxY31VhkXIweHh2J6+33ZS5CweuxkjKmXmHBq3oR
1499 R0sUg0XNduHP2yQF++oDL1RPj9bh07NApN9k9U3cyx+JsFfVioQ/GVaF/6+9a/9rG1f2f0H+B7eF
1500 NoHEsWRZsqClkPDcUt4U6AMakhSyhYSGcLp7fzh/+52RZFlOQknS7mHvubv9bOuM5ZFGmsd3Ropj
1501 YmDVDXqgRa4DsFY5rgP4qBwA2D788xqN/bcnxW8327rRUAfQ/0u65ecoZN5kFuCsjUDbzRllixB2
1502 92fUPKDtr95d4bvM8Xc+o0CxCF8frdRWzwof3qDZ+2jOef2Tm83br3jYeX3GWDd5WqbLpQ+zYNGv
1503 ism6oO0DcABa1UegcpxUR+GvgkHM0Wp5eJkEPEOiKljtSEoeYLMsr6QKGvn8XGLHc0qMPFk5nXtp
1504 rXJhUVkWoou9b/Bx1U+9AEh6/rVy9bS9Soo31WD5t5edYNAfQBKuFxGcAgFksABSbc0az+/iNYVX
1505 EMumi7zw6iY9+KkUO+qv1vXbWoI9FLCYfbW/0kA0Pt1e7nZf1bO/DIuw5OUbnUqp5rR6cM5SKKZo
1506 +EO/bxMGn6f7Gdyd73yDMBjfmd9HfvL8Pf3NidiK9uTVyXUCHW4PM69CQP1lJzuKhWEQdVZd3Wf7
1507 +rvxygeqk5BbFMv0qBjrs3jlW1rZ0kD5ivuwYL18V9sxRJ/3drKeW5kvZ6ZfPvnsvJ8AVTw3bX/N
1508 +SO4JrYGt4jfF6CNQKxw6sCAl8u3+wkCUK9CkM+G/K6x/s1Zsy63T1cb5dnh7zlY/qo3JOyPQNs3
1509 HnzIvlBixhHoQzc8TwSaI30Iln0bPu6+d1v0Fr7pNb/7vBjOpj/ADJPVSQeHBuCbtzcoFvYtEPhC
1510 BvnUiF7ffov+4unA6yFm3/r3jFt1qoBhdFnIv/7wSS0D4LGBhVi8+7mF0K9e1Qw+KgZGkwF0X+9Z
1511 Fsc/YqFeGznmGPrePPnxW98oxh3DWXcYA1yXkVmolxxNMpXJe60X1i7vWQ0YQ0b7P94zY31quHPm
1512 qKt6c8u9HJt28OplK6YdAP+XO5l2nSf3jlAJqTH/D023+9R2de10tf72pJ5JDz9azTr56A7p03r/
1513 e0d3rjMf99t9uXbm49WTzGjeZRrvnHQyZxUWds4zb8rZucww2/l6l2TBGJZ7r2cxyPA+Rxk0e4ux
1514 8gJpZEvhElbhpq4/qhgPYfIk0rigcnymQmfJxOvo4y1+LCdIYv2Fvcor4ICAYCYLCBQ+KKqP+vyY
1515 wg++fbA8u/LueB3H8zF8/e6mkgRtlncygmyMd4A/Bvo0zKsbuWkd2V+83lxIbmVD/t3pYnJj08k7
1516 3O7X5goqWLk9ry2mKccp1vrSvtdWU2x9qr4BC7TNssFZa9sBgqlZA9PXDqlC7S4Q3anOKmBvgOjO
1517 RslWerHIpMPozqav0f+LV8dgKjt7AXpvAn818OOxZhu+PmjrnI0WpvyCAbQnG2olZ91M5mTbN72E
1518 lTiM55unhS/VS766XbmKn8UOQFFLi9BWM+vfUU42gYHjXllxHMYv862B0TkeBilHfvhqrrp0+Hz+
1519 c/VSvLlZOlhqH+lUofJh5lRpL2R8hfpxK8luD0KrXp/d9T3fLDoZgU6Qzvd8nQysfFwu6Kva03c6
1520 QUghMiSU+OYWhHknoEovN/RoMdSlwF9BHpN1L8UvlColGr/TMWpx/HU2MbPTW51pt57uPLeZ9q3N
1521 XyJfl65NqhixgjprBANdxI9zswkoBUOz1gRPvAu0rWHxHQ+C+wpAk7VT/702vYr9NZNsyXY9UOVZ
1522 u4n6PLnxJq8smRSD9udkjt/MGFp1+tzSioZ2SNDe3/jgx6y3IcWLV+UEam8GQXT+Bne53hCnyVrl
1523 GwdVudhGqA0dnHTU4hT0a4rSOkzn3ws5IST1YgZ/lffurprd7W7rotX2irn5XHlpg5DDdqOz2m02
1524 D5p/9JY79bvrZrvnzXnlpf3qxkYcLTfrnUbTK2Z+ltIprWZKgVoP3/Pr9y9Ln1c74igMGoOFwlp7
1525 7erd7+eVz293l5aKbfJp/jV5Fy8/a9yt5KaXq+sfPylDH1LqVfYxDzbcqyx/kWtf15/tvaotfwlO
1526 FhzrUSD7xc3BNyyerePb2KYxE/zwpEhX95/k129BFiSc6JClU5BsQRXLPWn1tW+3UWUNC3x6f3pV
1527 Tu01qp9+e7Y+K6ObnaX18HJ38cvBzfzKUeUtJKWLXw4Ptr7uPjt6sbTO69uzksv3y+9Xm8dK1uqn
1528 jc8tVU3KmkaezH4V+Bauk9NEYd6204pIarIQ3a58tdX9rJjEoJOucWm9PKrWWc+YExhJckXyWIbJ
1529 G2caCWW5+F7ijRuVmaqPYB8fuiopTY6EYhZqk9bA1dcXl7Ze9qbg3pC9mr0x697YnK3bG6VMoC2e
1530 iqa9VXafuale2Bt9tjCjzcChHeatsW0V3RsXDNJFe8tXrhb8w2Kg/dF6aRWB+RbRBrr+eg8/7rq8
1531 zy9mcWZ3jQ3Xp8Sc8dqQxutKeb30iih72S2rRIjUX2/gtO0atvXdQ8U2dMpQ62fdaROXSgyLggcl
1532 t2DzenHe6v5e5cq/mFnaqX/ZBHt5s/FkP1VOtbTWPQ04r8Q1VGhhffXlMI7D+JnDmg9x3N18ldpn
1533 1NuZaq59eh9fLO3fTbVW3jd20N8ekFR/Xaxxchrmpm2tijmiL78WVlmOdKGULu9WMaM8KidqfwS8
1534 zz/hed0jkoSSI1VN6uBVqK8yR6kyJeq0QJ04AGuV4zqA5bvaPIRA5QIqhavuzmK5x9crK/Rg+R4H
1535 YH3NuLFRbRAOj46/MDbqHycbGh1/YWxMrXIgOv7C2Jj90uyDhUml2AMHLwdsbcsJPFMrp5HaINTF
1536 oN2BYhC9LbnFoHr8ZqCa1MvfWgY7g9WkmTWfrS9dp2Wvzsxg2av01il75eVJmCl78WdPpitTy311
1537 s0T3ISHSJVGVloCyzJfC5/MfCMSI5SKqgN6VVTRUFl/TPt2ehSoNSuz4rJfZd3z2Ik2C+wopSUni
1538 R6WUF2OVUgYLKbNtuy4/TqFPiu1RClf4In+3gGAE+tj/AtbZe0tXmeGJ7igVA/2teBicKhUBi7R0
1539 tXg0U4O1ml3Vr3lFf2Hn5Kr/RzQHx33qVrSuDrfUMqTFAkeg8k8uRMEt5mF1EnQsW598sDpZuG9S
1540 fzCGvkJhofjjGunDYygNY6DWZWQW45UHUwbpK58KwT0sMq+iXf9cHFENi8605KZ/yNEOHmxD7BW2
1541 kvfRXgTZduT+ETrF6B9pTJGmXWk9112tvalm2pVnnCG1w/mdZEjX1Ky+2oAAx714q6Gafa+r9k8L
1542 a0d648QJKE4lY7vZNoH1+GuJnq03irh1VdK4DbeFNBr3zcbQ4VMVel4k+zZwhQfpVBzWoNvGYQ26
1543 9R5MtFjSHz/dNjUaD6devvys95i+nC5eOLHSHWhfaHVuZHNP58YhadgbfXH2i9OLC/dLUxuXFkDr
1544 bW2ytvnUIv0tF+lDXLDgbavk3riZQ8XdKtvjrdFWoMHyOt/E5d7SO3Tk/HTa8t6d1U3Obwga327J
1545 +qQp+mIhjyfCdn0DuXkVuewGymWCh6mvbyuCYVt//4Ek1Z/VWbszrLEHLfA5OzEHvu4lKEzFAb3a
1546 n14pygKkZsG7qQwqyF/rg0F7BpQOfGXRntE5KI/KcRi/3DCOgcORlJ/dvpw9nO/yhUO2tSQ+NfIG
1547 ob/ff5Js+n6g6X53ql60cNf4qgRX+ctR0QXi66/Q4o98g8HfbxCt+Mv1bVMSXb46pObq7sOpwlZ0
1548 pVA7S45AbYq+wmvyVUNIdvWBCbCIJWWBM4la7N+YJmBoSYLL8mmCa3PSF3pXp/l7Ux2xKOhNWDxx
1549 oWTBMxcGC4KhLT75ZOypqtDMTlGVq8qt456vcWurODervEU4Nb/y27AvioSv32290TqkvwJqvvaR
1550 bxwaLN93QEMl3H1nM1TWvVAt6U3Y7HkMi2/BMsS79ernr0uQvfZVYlFZ3qq5BecS6yXBBDjWIFjD
1551 2KV/L+Tmc9NY7zlbaTfcWk9uehoo+83e3Q02iM4qzYtWe7P2Z7ObI57+E8Af/FtIj9DYo1EEHyKk
1552 bp7n8tXa1be7pkcK3iY487PyUre33Kr3Wp12rfunN4ek47ebhxvL3pxnGp9B43kvD+MJzqA53Ctg
1553 iemMeOVKp3OFd/ZXj7yVP2463Z6nBuO9a922zq+a3kHHq+7vP9zebQeyn+UCbwn+P/6eu8sdPjjO
1554 sz/C6tl57bYJFytnD4x2/93aWbXbrPWajcqfG9c4iGZXt0GWW1hBU/z7+gOmf1xfteF2qdbrdVvn
1555 d73mrXluqdutpaO6l8Uv4O+0ql+2rhrdZlu3oV55o91L7+JfvT9vmvpu/kvt6hauy4ftFtYI96GD
1556 9kW29b9qV3dJ89vLzveLbqvx4yfatWvzAAwrfeQXTeWkoj77ov4bXdib2kWz3rnqdMeQ1nnmkcVl
1557 go4uaqv99bZeu2nOfW+1G53vpT/GEHnIs48sOpr8GLKPo81/Bz3m6r/RBTzvdBvN7rianHnqkUWm
1558 zOeU8iicQKPrf06iy/jUIwst/VhKBn8mEPp/Op3rScTWzz32ak8gMPrd28sa+J9JxHaffmzhI19I
1559 yTmZRNUnctv1x3fYve7dOA47GTnCitL5eWcisZ2HH1l6LqPJI/Vls3Vx2fuJcJ0weORJuHlgEYfO
1560 QcPkP6W7dqt3O8kk9HN45FkQIphcFb63Gr3Ln9AE8/wjT8GYGYkVAvOMn4sC/RweeSICnwgaMRmM
1561 EQ81aOvc1Oqt3ji4p++5R5d8EivApRtf8uGPP/IEEC4mdwMTSZ8++8iiX2HdZyLwc9ftoiNXDCbC
1562 QVkGxZ8XlfxQVK/8YLWl02jdwP9zOODGv1pNdGsPCVT8K0eERbKDy9btylUTo+YIww==
1563
1564
1565 GXzE1vKkly94x0e5uxzxlm5ygbcN/+/lAp+FJBShF/g8jKhkWLb0GcVrvNC0wKcihoZwEWjKMVYG
1566 dZ0z8I7/hA+/wcXvHvEl9757zHvrffgUeA2sH+7lWBD7PKCRB335LIq4dw007ocxF0AjPpE89pAS
1567 RxG0CoQPg6JAkT6PAgYU5oeSEK+eY4T6jMUUaMTnDGiMcD+C9opCmeBAiX0Rhvhc6EcBD/E5Gvgy
1568 ogRogPp5BM8BhcWqFaR/lMIIiPB5zDiMifqRCGLVH/PjOMZxRn5IhIRWATQPqaIIwpg3KF89VzmH
1569 mc4ftpU6eRfdWqOFBwUJmFtg6sOlAB4PWczUVRDwIHKu7E0ioxgkDKgXB4wgf+JVLnIlGAYJCfek
1570 L1kMS4iEOBQxXBBYJwECMp9AUqsEDCg0Ob7OlSIBchPCqRdxmDlYAjr4KAexfMpBklKEyxGHMvYq
1571 9Yk6rYzaKU51QAROf+xLwQn2eJ6jXqWSG15+dj975a1Ob69Zx+jaUIqv59fOqf3XkIfNa3mvWbt6
1572 WwM7+wNtNF9d2lgzS3fwpdO91resvS01OufNs6UNiWXu/d6fV82zdEg2wArBQTEc+61UluoAhfc6
1573 vRq2dcwUNw+OG6g89AHlSTcZAtSGACeJGyMHU4HFkxl7CyVcxhFL7Q0pAeE8tbdQgqVTKlx7C2OB
1574 /iBO7S2MQz+M1AobewtjYBmijaT2BgvrSyJlam+hkGDxqpWxtzCmPolF5NpbGDNfKqtM7C2MQZFY
1575 HKf2NijfSPY2xNwGra0EfgP0koPEGXPrV3ytvJFRXvRjAkZHCTWKDzMN1hYJiU5GhqD3cQTOUYrB
1576 J0sRar7gMUFrExx6YCHq/gR9VkbsM4Q7cRQaU2M/a2p9lpY1tKFT+t9haYEOpniT6khIIBIS7/cc
1577 RiVGI7Qb6sP/FGOeosFyUEl9SVXMi2FhIo/GqOywZKGUMD/g+jRFMK+aQ7MM4iChQXM0HCZA7xWj
1578 QFJDCYTqjsacK1NyaTKI+lrBumcpaphV/RzHoYO2gFZqx6DMBE0wCJQJwjhDaSgkUCEWhSGcGVqk
1579 QzOjRGpO4G+97LRQE2JdGmF9jUhAvMHZVBYfmEWqXA43fsjmQCVJQAOBcIYQSpjAJ5T/0RoKjgVZ
1580 lPQlhCgKQmB4YFEMUiOwQPMPAYmAKSpVMNcgPrgqomEGhDyO1vdDI0q3S29qvUvAEGL4RunfdQez
1581 1q3fA0OHQmn95MOwte+BR86KAMtxGoAXHUdUdEJjCNp9/OQvJGgPXMbjiKmq3qOL+Tcod0+2muOJ
1582 2X18MQnE/yDmlIy1muMpbbJP98iZ+q/Ki4UZB97cv6zdNA9S7/Mg2hkhavx6hNMHXJzoNxTDPBj9
1583 foxsUvxDdL4PLCAlhNSbJGk/gIgQkIL3XaXJISaJGbgDNAaoj0pI7ISEMA6ZBheQAlDMKhRuSfEO
1584 UgCRVnX6ElKmaNAAUQrzIw4JtuLEI0OJVPLi4B2XJgdaabzjUCzeQRqmPQCT4d9YJxgELyAx4QCw
1585 XLyDFBbDc0oaAJyGJnUGGyI+Q0YMKwOZaSFcmoqCQxtopOBO/2zWc7cjYQpIztg/mOIfTPEPpvjb
1586 reY/mOL/NaYwwTspvoOhCI7h2JeSBxBqdHVdUkwyfY0uBqrsPqUiVOEWC20IMrAAIJggqqJuaQQW
1587 jkoIt9QPWAhxVPpRzJEALDDkWApETRn7DAt1lhZKLEFBcLaMHIrpDp+zNAbZLxb4LCdoxUjkdGcI
1588 WCMwQ7JN7KANl0HRRkr1g3sLNhibsdqo8FrywRkage64m7vfwR+7oQGTjXl+TDlKyrEgF6tyKvfj
1589 mCC2MZAGpSeCovTSp0Go50MytX0RAI5REAXuCU71XkUE0qmBgCvhqk4aY0kOKfBErCki0tOGgIJm
1590 G8VhLF1GBNxSQJ3ecLJV1cQOCSdXEO4MG8bnC8FYKhw+ZwUGZBTjHksAN8ETACUEZISFHGgT0kir
1591 BMFNE3wOmgN2UpNKeKQUMBKKgCVJxDqJcJoiQqOBAFKjtBXOrqo3JYxwCaiImNtbiBoTRlE6JqQI
1592 3cqMe3DpqiMoU3yvLnGfx5wIrUvJB6VLUqJMoAJxIFCXvmg4faj6ArzO7QYcmj8FGw8NazBstVAh
1593 5UoUwYhCz7CeSlVQZJBY90MCJTBQYlhibBOEMVEUqm0FaRIrejh3POBMLTrlnCuKylKQIkPDyexz
1594 4drJWA/BPAYgVKs48+PIMGKR0oIIjNV0B0uMmzZ6hoVQrQLNieGOAfcGxbu3Xh9ltsdgsCH+G+Ew
1595 kn8NmUjQLNASyAo4bi0oI8J9MXAwnOC+mc8EeBSvBEoBiYXEBYuEMDuNlKsRYn0cNAc3xjgXgfZo
1596 TAjQMoJ9DjwLMyt0blBiTIDImP/gztgk3VZG7hYXg6pFhTQJfQp0aVRswq2xsef2L6jYRwikqOAj
1597 VeyDH1bso1G3xsBEudBazsF/XisSbjgpW4BpV3bGJNNWFZNIV7shSdX2opy89lo8DKSOICE6Z1ib
1598 MNQhRWk5ujHVCT7Gw0iYsKliKo4gCqluRUms7UzEVDMiuBml7IyyOHGS2pVykwJDqwh3BdDZaUKf
1599 bKNYWZ8iZPWgBB5TgKrCCDI2RvEK3AbqOs6PUleISlpdY+2Jw1BoCWIJngYsDE/S+xzcANgN8CJy
1600 8LkSODzM58FI0LxCn1C1EzZBh5WROsTJh2cjZVghbkv/nGGNP53/FWZ1aA+YpFd9FaSaOXAiInCB
1601 +sCJAbsRni3BUyZ4hyIkhiAKN/HcCf6rLhAuRwOIWJ83yaEpAKjQkAnAI1VmbWlg1xgtFTxQOAHR
1602 FG67YZ0njoVIKVhFQs9HIqdVzHF3ljucUorpD5+ztBigpRReyomAQ2FR7PSXUDSM0aNKW9mRJ5wG
1603 5MPdWoVNQaECmJuM5CkNHEIg9RY6kSJUfcBUsuxIFEWPBMt7TiMUKeIOo5SSCp7SKG75M88yQpBK
1604 VEbhzHOsy2DpmGyrdNwJowHpRsoFXO8mKTP6Am4BvCWnAGagV0DRvqBC7e0jhWONFFEdYBYYFddj
1605 xid033p376c8w4ND+YsqxsHIFePRjB3tMUrBKy4SBT1XE0VDKo0KGpoAAK7OiEhwtAFXRxUkVaVf
1606 8OoxSwnGFgRnbiPIMjkWYC2jlGK6M7moplHlVzyHE1NHO5zuDEGroBlT0igdd8JoQLpRVJCNr4KB
1607 BGenVRDAOcNSfTpkjrMh/vs1kI167OKXRxJoKgkLhYomDPFTNpgkJIbnZ7g6PGWORVE8WuN61IRS
1608 Vyc3wohFTiv0eoFkDqeU4sQSS4OVl+gAU07giiXN+FRDqeecUdlWycAtoz7hRlHncFx1RiQtRWRr
1609 LkIodR7iUX/q0NFj6fPIe3Dh6B7VKQfoohNk71iwyGihpTFAxoFWw5BL7a+kDPQkg6LLlKLVECAw
1610 d1qh5wtC4XBKKRk1NDTQnkBoNTScYjyzyd3+DEWroRmV08qM3HLql+/ebIXeO4mQH0gGblupGZ4S
1611 5IiR7KhJoHuH3ANQONPUTNsSqGmUNgTsPyLLyr0s0WkzGWeYGqf9H0TEqggTRRlc6NAMjlVFPHWU
1612 KcG6eIZLlbAcRMzw0GDApNOKhLidKh1OKcUup0MzODbllGDdtL8UEaejSlvZkSecBuRLEDH2OiA5
1613 cZ5XQFYd4hZYIUzAbmYkBhHjSMyhWdsq1LW+lFNKSSVPaQbJppwStJuZ6TjZGk5GZVsRZ800pwH5
1614 xsTEpUG/SSLQOIAa0KHrxUvoTQVlDjA2KyZE0v9P4+IRh/PYyGQybIzfVlClUwcbOzQDaXHZuVCJ
1615 qYG9eLRAxiwDjlGFlJ+1bcBXaXiY8EkpFqs6NINoLR+DeZ2+LDJ2RpS0Sked8BmQbUxkPJYiBnCb
1616 WXgMgJ+bgdNfho//j2ji3wIjKx8tcWfGjS+WZrAtVrw5C3iKfx2vZ1Eyfs1HEANZdCuCX9ZRSVfC
1617 KaU48cXSDLh1OBn86/RnUbIzKtvKjtxy6pdvTJw8hnIrsCyFA5aT8NDvZn/uyzCPqNz/AcCMEwbA
1618 jWc10tIMzFVrr6tOBgqriWbEAcdaI6M4dkA06prgGU4pJaORhmZgrsPJQGGnPwuYnVE5rczILad+
1619 +UYBzKVkFgkncezj/pyazRLiXC7iLHZNx+9A55KQ8CTHSnymcYy7IqEQGaQ7Kt/K/XzRrYNvYsMQ
1620 9ESaP2wK/nInPky5709ksp570i9l1rJfRcE9QxmqTUPw3JzoQyIJLUbfFzC1OavCOMVvw0nm7mcn
1621 lLqqpgsGSmdpuLXOBe5/JZxSStJfPefQKNgNJgMpJ9xUE8ztz1D0trIZlW1lpTGcBuVDPUk3IDYr
1622 +gV9K+2GesNdqYS/RVq7aB50a62rZjd3cVv7V9Ortdu4K9LEL6XDWjVve51u00teUACPJM2np1e2
1623 V3P/C7HLWtI=
1624
1625 </i:pgf>
1626 </svg:svg>
+0
-563
docs/zeroconf-stack-de.dia less more
0 <?xml version="1.0" encoding="UTF-8"?>
1 <dia:diagram xmlns:dia="http://www.lysator.liu.se/~alla/dia/">
2 <dia:diagramdata>
3 <dia:attribute name="background">
4 <dia:color val="#ffffff"/>
5 </dia:attribute>
6 <dia:attribute name="pagebreak">
7 <dia:color val="#000099"/>
8 </dia:attribute>
9 <dia:attribute name="paper">
10 <dia:composite type="paper">
11 <dia:attribute name="name">
12 <dia:string>#A4#</dia:string>
13 </dia:attribute>
14 <dia:attribute name="tmargin">
15 <dia:real val="2.8222000598907471"/>
16 </dia:attribute>
17 <dia:attribute name="bmargin">
18 <dia:real val="2.8222000598907471"/>
19 </dia:attribute>
20 <dia:attribute name="lmargin">
21 <dia:real val="2.8222000598907471"/>
22 </dia:attribute>
23 <dia:attribute name="rmargin">
24 <dia:real val="2.8222000598907471"/>
25 </dia:attribute>
26 <dia:attribute name="is_portrait">
27 <dia:boolean val="true"/>
28 </dia:attribute>
29 <dia:attribute name="scaling">
30 <dia:real val="1"/>
31 </dia:attribute>
32 <dia:attribute name="fitto">
33 <dia:boolean val="false"/>
34 </dia:attribute>
35 </dia:composite>
36 </dia:attribute>
37 <dia:attribute name="grid">
38 <dia:composite type="grid">
39 <dia:attribute name="width_x">
40 <dia:real val="1"/>
41 </dia:attribute>
42 <dia:attribute name="width_y">
43 <dia:real val="1"/>
44 </dia:attribute>
45 <dia:attribute name="visible_x">
46 <dia:int val="1"/>
47 </dia:attribute>
48 <dia:attribute name="visible_y">
49 <dia:int val="1"/>
50 </dia:attribute>
51 <dia:composite type="color"/>
52 </dia:composite>
53 </dia:attribute>
54 <dia:attribute name="color">
55 <dia:color val="#d8e5e5"/>
56 </dia:attribute>
57 <dia:attribute name="guides">
58 <dia:composite type="guides">
59 <dia:attribute name="hguides"/>
60 <dia:attribute name="vguides"/>
61 </dia:composite>
62 </dia:attribute>
63 </dia:diagramdata>
64 <dia:layer name="Background" visible="true">
65 <dia:object type="Standard - Box" version="0" id="O0">
66 <dia:attribute name="obj_pos">
67 <dia:point val="20,2"/>
68 </dia:attribute>
69 <dia:attribute name="obj_bb">
70 <dia:rectangle val="19.95,1.95;29.05,15.05"/>
71 </dia:attribute>
72 <dia:attribute name="elem_corner">
73 <dia:point val="20,2"/>
74 </dia:attribute>
75 <dia:attribute name="elem_width">
76 <dia:real val="9"/>
77 </dia:attribute>
78 <dia:attribute name="elem_height">
79 <dia:real val="13"/>
80 </dia:attribute>
81 <dia:attribute name="inner_color">
82 <dia:color val="#e5e5e5"/>
83 </dia:attribute>
84 <dia:attribute name="show_background">
85 <dia:boolean val="true"/>
86 </dia:attribute>
87 </dia:object>
88 <dia:object type="Standard - Box" version="0" id="O1">
89 <dia:attribute name="obj_pos">
90 <dia:point val="4,2"/>
91 </dia:attribute>
92 <dia:attribute name="obj_bb">
93 <dia:rectangle val="3.95,1.95;19.05,15.05"/>
94 </dia:attribute>
95 <dia:attribute name="elem_corner">
96 <dia:point val="4,2"/>
97 </dia:attribute>
98 <dia:attribute name="elem_width">
99 <dia:real val="15"/>
100 </dia:attribute>
101 <dia:attribute name="elem_height">
102 <dia:real val="13"/>
103 </dia:attribute>
104 <dia:attribute name="inner_color">
105 <dia:color val="#e5e5e5"/>
106 </dia:attribute>
107 <dia:attribute name="show_background">
108 <dia:boolean val="true"/>
109 </dia:attribute>
110 </dia:object>
111 <dia:object type="Flowchart - Box" version="0" id="O2">
112 <dia:attribute name="obj_pos">
113 <dia:point val="5,8"/>
114 </dia:attribute>
115 <dia:attribute name="obj_bb">
116 <dia:rectangle val="4.95,7.95;19.05,11.05"/>
117 </dia:attribute>
118 <dia:attribute name="elem_corner">
119 <dia:point val="5,8"/>
120 </dia:attribute>
121 <dia:attribute name="elem_width">
122 <dia:real val="14"/>
123 </dia:attribute>
124 <dia:attribute name="elem_height">
125 <dia:real val="3"/>
126 </dia:attribute>
127 <dia:attribute name="show_background">
128 <dia:boolean val="true"/>
129 </dia:attribute>
130 <dia:attribute name="padding">
131 <dia:real val="0.5"/>
132 </dia:attribute>
133 <dia:attribute name="text">
134 <dia:composite type="text">
135 <dia:attribute name="string">
136 <dia:string>#Namensauflösung
137 ohne zentrale Instanz#</dia:string>
138 </dia:attribute>
139 <dia:attribute name="font">
140 <dia:font family="sans" style="0" name="Helvetica"/>
141 </dia:attribute>
142 <dia:attribute name="height">
143 <dia:real val="0.80000000000000004"/>
144 </dia:attribute>
145 <dia:attribute name="pos">
146 <dia:point val="12,9.25"/>
147 </dia:attribute>
148 <dia:attribute name="color">
149 <dia:color val="#000000"/>
150 </dia:attribute>
151 <dia:attribute name="alignment">
152 <dia:enum val="1"/>
153 </dia:attribute>
154 </dia:composite>
155 </dia:attribute>
156 </dia:object>
157 <dia:object type="Flowchart - Box" version="0" id="O3">
158 <dia:attribute name="obj_pos">
159 <dia:point val="5,11"/>
160 </dia:attribute>
161 <dia:attribute name="obj_bb">
162 <dia:rectangle val="4.95,10.95;19.05,14.05"/>
163 </dia:attribute>
164 <dia:attribute name="elem_corner">
165 <dia:point val="5,11"/>
166 </dia:attribute>
167 <dia:attribute name="elem_width">
168 <dia:real val="14"/>
169 </dia:attribute>
170 <dia:attribute name="elem_height">
171 <dia:real val="3"/>
172 </dia:attribute>
173 <dia:attribute name="show_background">
174 <dia:boolean val="true"/>
175 </dia:attribute>
176 <dia:attribute name="padding">
177 <dia:real val="0.5"/>
178 </dia:attribute>
179 <dia:attribute name="text">
180 <dia:composite type="text">
181 <dia:attribute name="string">
182 <dia:string>#Automatische Addressenvergabe
183 für IPv4 ohne zentrale Instanz#</dia:string>
184 </dia:attribute>
185 <dia:attribute name="font">
186 <dia:font family="sans" style="0" name="Helvetica"/>
187 </dia:attribute>
188 <dia:attribute name="height">
189 <dia:real val="0.80000000000000004"/>
190 </dia:attribute>
191 <dia:attribute name="pos">
192 <dia:point val="12,12.25"/>
193 </dia:attribute>
194 <dia:attribute name="color">
195 <dia:color val="#000000"/>
196 </dia:attribute>
197 <dia:attribute name="alignment">
198 <dia:enum val="1"/>
199 </dia:attribute>
200 </dia:composite>
201 </dia:attribute>
202 </dia:object>
203 <dia:object type="Flowchart - Box" version="0" id="O4">
204 <dia:attribute name="obj_pos">
205 <dia:point val="5,5"/>
206 </dia:attribute>
207 <dia:attribute name="obj_bb">
208 <dia:rectangle val="4.95,4.95;19.05,8.05"/>
209 </dia:attribute>
210 <dia:attribute name="elem_corner">
211 <dia:point val="5,5"/>
212 </dia:attribute>
213 <dia:attribute name="elem_width">
214 <dia:real val="14"/>
215 </dia:attribute>
216 <dia:attribute name="elem_height">
217 <dia:real val="3"/>
218 </dia:attribute>
219 <dia:attribute name="show_background">
220 <dia:boolean val="true"/>
221 </dia:attribute>
222 <dia:attribute name="padding">
223 <dia:real val="0.5"/>
224 </dia:attribute>
225 <dia:attribute name="text">
226 <dia:composite type="text">
227 <dia:attribute name="string">
228 <dia:string>#Suche und Registrierung von
229 Netzwerkdiensten ohne zentrale Instanz#</dia:string>
230 </dia:attribute>
231 <dia:attribute name="font">
232 <dia:font family="sans" style="0" name="Helvetica"/>
233 </dia:attribute>
234 <dia:attribute name="height">
235 <dia:real val="0.80000000000000004"/>
236 </dia:attribute>
237 <dia:attribute name="pos">
238 <dia:point val="12,6.25"/>
239 </dia:attribute>
240 <dia:attribute name="color">
241 <dia:color val="#000000"/>
242 </dia:attribute>
243 <dia:attribute name="alignment">
244 <dia:enum val="1"/>
245 </dia:attribute>
246 </dia:composite>
247 </dia:attribute>
248 </dia:object>
249 <dia:object type="Standard - Text" version="0" id="O5">
250 <dia:attribute name="obj_pos">
251 <dia:point val="5,4"/>
252 </dia:attribute>
253 <dia:attribute name="obj_bb">
254 <dia:rectangle val="5,3.4325;12.8675,4.435"/>
255 </dia:attribute>
256 <dia:attribute name="text">
257 <dia:composite type="text">
258 <dia:attribute name="string">
259 <dia:string>#ZeroConf-Stack: Theorie ...#</dia:string>
260 </dia:attribute>
261 <dia:attribute name="font">
262 <dia:font family="sans" style="0" name="Helvetica"/>
263 </dia:attribute>
264 <dia:attribute name="height">
265 <dia:real val="0.80000000000000004"/>
266 </dia:attribute>
267 <dia:attribute name="pos">
268 <dia:point val="5,4"/>
269 </dia:attribute>
270 <dia:attribute name="color">
271 <dia:color val="#000000"/>
272 </dia:attribute>
273 <dia:attribute name="alignment">
274 <dia:enum val="0"/>
275 </dia:attribute>
276 </dia:composite>
277 </dia:attribute>
278 </dia:object>
279 <dia:object type="Flowchart - Box" version="0" id="O6">
280 <dia:attribute name="obj_pos">
281 <dia:point val="20,8"/>
282 </dia:attribute>
283 <dia:attribute name="obj_bb">
284 <dia:rectangle val="19.95,7.95;28.05,11.05"/>
285 </dia:attribute>
286 <dia:attribute name="elem_corner">
287 <dia:point val="20,8"/>
288 </dia:attribute>
289 <dia:attribute name="elem_width">
290 <dia:real val="8"/>
291 </dia:attribute>
292 <dia:attribute name="elem_height">
293 <dia:real val="3"/>
294 </dia:attribute>
295 <dia:attribute name="show_background">
296 <dia:boolean val="true"/>
297 </dia:attribute>
298 <dia:attribute name="padding">
299 <dia:real val="0.5"/>
300 </dia:attribute>
301 <dia:attribute name="text">
302 <dia:composite type="text">
303 <dia:attribute name="string">
304 <dia:string>#nss-mdns#</dia:string>
305 </dia:attribute>
306 <dia:attribute name="font">
307 <dia:font family="monospace" style="80" name="Courier"/>
308 </dia:attribute>
309 <dia:attribute name="height">
310 <dia:real val="0.80000000000000004"/>
311 </dia:attribute>
312 <dia:attribute name="pos">
313 <dia:point val="24,9.65"/>
314 </dia:attribute>
315 <dia:attribute name="color">
316 <dia:color val="#000000"/>
317 </dia:attribute>
318 <dia:attribute name="alignment">
319 <dia:enum val="1"/>
320 </dia:attribute>
321 </dia:composite>
322 </dia:attribute>
323 </dia:object>
324 <dia:object type="Flowchart - Box" version="0" id="O7">
325 <dia:attribute name="obj_pos">
326 <dia:point val="20,11"/>
327 </dia:attribute>
328 <dia:attribute name="obj_bb">
329 <dia:rectangle val="19.95,10.95;28.05,14.05"/>
330 </dia:attribute>
331 <dia:attribute name="elem_corner">
332 <dia:point val="20,11"/>
333 </dia:attribute>
334 <dia:attribute name="elem_width">
335 <dia:real val="8"/>
336 </dia:attribute>
337 <dia:attribute name="elem_height">
338 <dia:real val="3"/>
339 </dia:attribute>
340 <dia:attribute name="show_background">
341 <dia:boolean val="true"/>
342 </dia:attribute>
343 <dia:attribute name="padding">
344 <dia:real val="0.5"/>
345 </dia:attribute>
346 <dia:attribute name="text">
347 <dia:composite type="text">
348 <dia:attribute name="string">
349 <dia:string>#zeroconf#</dia:string>
350 </dia:attribute>
351 <dia:attribute name="font">
352 <dia:font family="monospace" style="80" name="Courier"/>
353 </dia:attribute>
354 <dia:attribute name="height">
355 <dia:real val="0.80000000000000004"/>
356 </dia:attribute>
357 <dia:attribute name="pos">
358 <dia:point val="24,12.65"/>
359 </dia:attribute>
360 <dia:attribute name="color">
361 <dia:color val="#000000"/>
362 </dia:attribute>
363 <dia:attribute name="alignment">
364 <dia:enum val="1"/>
365 </dia:attribute>
366 </dia:composite>
367 </dia:attribute>
368 </dia:object>
369 <dia:object type="Flowchart - Box" version="0" id="O8">
370 <dia:attribute name="obj_pos">
371 <dia:point val="20,5"/>
372 </dia:attribute>
373 <dia:attribute name="obj_bb">
374 <dia:rectangle val="19.95,4.95;28.05,8.05"/>
375 </dia:attribute>
376 <dia:attribute name="elem_corner">
377 <dia:point val="20,5"/>
378 </dia:attribute>
379 <dia:attribute name="elem_width">
380 <dia:real val="8"/>
381 </dia:attribute>
382 <dia:attribute name="elem_height">
383 <dia:real val="3"/>
384 </dia:attribute>
385 <dia:attribute name="show_background">
386 <dia:boolean val="true"/>
387 </dia:attribute>
388 <dia:attribute name="padding">
389 <dia:real val="0.5"/>
390 </dia:attribute>
391 <dia:attribute name="text">
392 <dia:composite type="text">
393 <dia:attribute name="string">
394 <dia:string>#Avahi#</dia:string>
395 </dia:attribute>
396 <dia:attribute name="font">
397 <dia:font family="sans" style="0" name="Helvetica"/>
398 </dia:attribute>
399 <dia:attribute name="height">
400 <dia:real val="0.80000000000000004"/>
401 </dia:attribute>
402 <dia:attribute name="pos">
403 <dia:point val="24,6.65"/>
404 </dia:attribute>
405 <dia:attribute name="color">
406 <dia:color val="#000000"/>
407 </dia:attribute>
408 <dia:attribute name="alignment">
409 <dia:enum val="1"/>
410 </dia:attribute>
411 </dia:composite>
412 </dia:attribute>
413 </dia:object>
414 <dia:object type="Standard - Text" version="0" id="O9">
415 <dia:attribute name="obj_pos">
416 <dia:point val="22,4"/>
417 </dia:attribute>
418 <dia:attribute name="obj_bb">
419 <dia:rectangle val="22,3.45;25.7,4.4"/>
420 </dia:attribute>
421 <dia:attribute name="text">
422 <dia:composite type="text">
423 <dia:attribute name="string">
424 <dia:string>#... und Praxis#</dia:string>
425 </dia:attribute>
426 <dia:attribute name="font">
427 <dia:font family="sans" style="0" name="Helvetica"/>
428 </dia:attribute>
429 <dia:attribute name="height">
430 <dia:real val="0.80000000000000004"/>
431 </dia:attribute>
432 <dia:attribute name="pos">
433 <dia:point val="22,4"/>
434 </dia:attribute>
435 <dia:attribute name="color">
436 <dia:color val="#000000"/>
437 </dia:attribute>
438 <dia:attribute name="alignment">
439 <dia:enum val="0"/>
440 </dia:attribute>
441 </dia:composite>
442 </dia:attribute>
443 </dia:object>
444 <dia:object type="Geometric - Left-Right Arrow" version="0" id="O10">
445 <dia:attribute name="obj_pos">
446 <dia:point val="18,5.75006"/>
447 </dia:attribute>
448 <dia:attribute name="obj_bb">
449 <dia:rectangle val="17.9293,5.62935;21.0705,7.37065"/>
450 </dia:attribute>
451 <dia:attribute name="elem_corner">
452 <dia:point val="18,5.75006"/>
453 </dia:attribute>
454 <dia:attribute name="elem_width">
455 <dia:real val="2.999755859375"/>
456 </dia:attribute>
457 <dia:attribute name="elem_height">
458 <dia:real val="1.4998779296875"/>
459 </dia:attribute>
460 <dia:attribute name="line_width">
461 <dia:real val="0.10000000000000001"/>
462 </dia:attribute>
463 <dia:attribute name="line_colour">
464 <dia:color val="#000000"/>
465 </dia:attribute>
466 <dia:attribute name="fill_colour">
467 <dia:color val="#ffffff"/>
468 </dia:attribute>
469 <dia:attribute name="show_background">
470 <dia:boolean val="true"/>
471 </dia:attribute>
472 <dia:attribute name="line_style">
473 <dia:enum val="0"/>
474 <dia:real val="1"/>
475 </dia:attribute>
476 <dia:attribute name="flip_horizontal">
477 <dia:boolean val="false"/>
478 </dia:attribute>
479 <dia:attribute name="flip_vertical">
480 <dia:boolean val="false"/>
481 </dia:attribute>
482 </dia:object>
483 <dia:object type="Geometric - Left-Right Arrow" version="0" id="O11">
484 <dia:attribute name="obj_pos">
485 <dia:point val="18,8.75006"/>
486 </dia:attribute>
487 <dia:attribute name="obj_bb">
488 <dia:rectangle val="17.9293,8.62935;21.0705,10.3706"/>
489 </dia:attribute>
490 <dia:attribute name="elem_corner">
491 <dia:point val="18,8.75006"/>
492 </dia:attribute>
493 <dia:attribute name="elem_width">
494 <dia:real val="2.999755859375"/>
495 </dia:attribute>
496 <dia:attribute name="elem_height">
497 <dia:real val="1.4998779296875"/>
498 </dia:attribute>
499 <dia:attribute name="line_width">
500 <dia:real val="0.10000000000000001"/>
501 </dia:attribute>
502 <dia:attribute name="line_colour">
503 <dia:color val="#000000"/>
504 </dia:attribute>
505 <dia:attribute name="fill_colour">
506 <dia:color val="#ffffff"/>
507 </dia:attribute>
508 <dia:attribute name="show_background">
509 <dia:boolean val="true"/>
510 </dia:attribute>
511 <dia:attribute name="line_style">
512 <dia:enum val="0"/>
513 <dia:real val="1"/>
514 </dia:attribute>
515 <dia:attribute name="flip_horizontal">
516 <dia:boolean val="false"/>
517 </dia:attribute>
518 <dia:attribute name="flip_vertical">
519 <dia:boolean val="false"/>
520 </dia:attribute>
521 </dia:object>
522 <dia:object type="Geometric - Left-Right Arrow" version="0" id="O12">
523 <dia:attribute name="obj_pos">
524 <dia:point val="18,11.7501"/>
525 </dia:attribute>
526 <dia:attribute name="obj_bb">
527 <dia:rectangle val="17.9293,11.6294;21.0705,13.3707"/>
528 </dia:attribute>
529 <dia:attribute name="elem_corner">
530 <dia:point val="18,11.7501"/>
531 </dia:attribute>
532 <dia:attribute name="elem_width">
533 <dia:real val="2.999755859375"/>
534 </dia:attribute>
535 <dia:attribute name="elem_height">
536 <dia:real val="1.4998779296875"/>
537 </dia:attribute>
538 <dia:attribute name="line_width">
539 <dia:real val="0.10000000000000001"/>
540 </dia:attribute>
541 <dia:attribute name="line_colour">
542 <dia:color val="#000000"/>
543 </dia:attribute>
544 <dia:attribute name="fill_colour">
545 <dia:color val="#ffffff"/>
546 </dia:attribute>
547 <dia:attribute name="show_background">
548 <dia:boolean val="true"/>
549 </dia:attribute>
550 <dia:attribute name="line_style">
551 <dia:enum val="0"/>
552 <dia:real val="1"/>
553 </dia:attribute>
554 <dia:attribute name="flip_horizontal">
555 <dia:boolean val="false"/>
556 </dia:attribute>
557 <dia:attribute name="flip_vertical">
558 <dia:boolean val="false"/>
559 </dia:attribute>
560 </dia:object>
561 </dia:layer>
562 </dia:diagram>
+0
-12
examples/.gitignore less more
0 *.o
1 *.lo
2 *.la
3 Makefile
4 Makefile.in
5 .deps
6 .libs
7 client-browse-services
8 client-publish-service
9 core-browse-services
10 core-publish-service
11 glib-integration
0 # Makefile.in generated by automake 1.15 from Makefile.am.
1 # @configure_input@
2
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
4
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 @SET_MAKE@
15
16 # This file is part of avahi.
17 #
18 # avahi is free software; you can redistribute it and/or modify it
19 # under the terms of the GNU Lesser General Public License as
20 # published by the Free Software Foundation; either version 2 of the
21 # License, or (at your option) any later version.
22 #
23 # avahi is distributed in the hope that it will be useful, but WITHOUT
24 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
25 # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
26 # License for more details.
27 #
28 # You should have received a copy of the GNU Lesser General Public
29 # License along with avahi; if not, write to the Free Software
30 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
31 # USA.
32
33 VPATH = @srcdir@
34 am__is_gnu_make = { \
35 if test -z '$(MAKELEVEL)'; then \
36 false; \
37 elif test -n '$(MAKE_HOST)'; then \
38 true; \
39 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
40 true; \
41 else \
42 false; \
43 fi; \
44 }
45 am__make_running_with_option = \
46 case $${target_option-} in \
47 ?) ;; \
48 *) echo "am__make_running_with_option: internal error: invalid" \
49 "target option '$${target_option-}' specified" >&2; \
50 exit 1;; \
51 esac; \
52 has_opt=no; \
53 sane_makeflags=$$MAKEFLAGS; \
54 if $(am__is_gnu_make); then \
55 sane_makeflags=$$MFLAGS; \
56 else \
57 case $$MAKEFLAGS in \
58 *\\[\ \ ]*) \
59 bs=\\; \
60 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
61 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
62 esac; \
63 fi; \
64 skip_next=no; \
65 strip_trailopt () \
66 { \
67 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
68 }; \
69 for flg in $$sane_makeflags; do \
70 test $$skip_next = yes && { skip_next=no; continue; }; \
71 case $$flg in \
72 *=*|--*) continue;; \
73 -*I) strip_trailopt 'I'; skip_next=yes;; \
74 -*I?*) strip_trailopt 'I';; \
75 -*O) strip_trailopt 'O'; skip_next=yes;; \
76 -*O?*) strip_trailopt 'O';; \
77 -*l) strip_trailopt 'l'; skip_next=yes;; \
78 -*l?*) strip_trailopt 'l';; \
79 -[dEDm]) skip_next=yes;; \
80 -[JT]) skip_next=yes;; \
81 esac; \
82 case $$flg in \
83 *$$target_option*) has_opt=yes; break;; \
84 esac; \
85 done; \
86 test $$has_opt = yes
87 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
88 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
89 pkgdatadir = $(datadir)/@PACKAGE@
90 pkgincludedir = $(includedir)/@PACKAGE@
91 pkglibdir = $(libdir)/@PACKAGE@
92 pkglibexecdir = $(libexecdir)/@PACKAGE@
93 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
94 install_sh_DATA = $(install_sh) -c -m 644
95 install_sh_PROGRAM = $(install_sh) -c
96 install_sh_SCRIPT = $(install_sh) -c
97 INSTALL_HEADER = $(INSTALL_DATA)
98 transform = $(program_transform_name)
99 NORMAL_INSTALL = :
100 PRE_INSTALL = :
101 POST_INSTALL = :
102 NORMAL_UNINSTALL = :
103 PRE_UNINSTALL = :
104 POST_UNINSTALL = :
105 build_triplet = @build@
106 host_triplet = @host@
107 @ENABLE_TESTS_TRUE@noinst_PROGRAMS = core-publish-service$(EXEEXT) \
108 @ENABLE_TESTS_TRUE@ core-browse-services$(EXEEXT) \
109 @ENABLE_TESTS_TRUE@ $(am__EXEEXT_1) $(am__EXEEXT_2)
110 @ENABLE_TESTS_TRUE@@HAVE_DBUS_TRUE@am__append_1 = \
111 @ENABLE_TESTS_TRUE@@HAVE_DBUS_TRUE@ client-publish-service \
112 @ENABLE_TESTS_TRUE@@HAVE_DBUS_TRUE@ client-browse-services
113
114 @ENABLE_TESTS_TRUE@@HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@am__append_2 = \
115 @ENABLE_TESTS_TRUE@@HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@ glib-integration
116
117 subdir = examples
118 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
119 am__aclocal_m4_deps = $(top_srcdir)/common/acx_pthread.m4 \
120 $(top_srcdir)/common/gcc_stack_protect.m4 \
121 $(top_srcdir)/common/gcc_visibility.m4 \
122 $(top_srcdir)/common/intltool.m4 \
123 $(top_srcdir)/common/introspection.m4 \
124 $(top_srcdir)/common/libtool.m4 \
125 $(top_srcdir)/common/ltoptions.m4 \
126 $(top_srcdir)/common/ltsugar.m4 \
127 $(top_srcdir)/common/ltversion.m4 \
128 $(top_srcdir)/common/lt~obsolete.m4 \
129 $(top_srcdir)/common/nls.m4 $(top_srcdir)/common/python.m4 \
130 $(top_srcdir)/acinclude.m4 $(top_srcdir)/common/doxygen.m4 \
131 $(top_srcdir)/configure.ac
132 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
133 $(ACLOCAL_M4)
134 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
135 mkinstalldirs = $(install_sh) -d
136 CONFIG_HEADER = $(top_builddir)/config.h
137 CONFIG_CLEAN_FILES =
138 CONFIG_CLEAN_VPATH_FILES =
139 @ENABLE_TESTS_TRUE@@HAVE_DBUS_TRUE@am__EXEEXT_1 = client-publish-service$(EXEEXT) \
140 @ENABLE_TESTS_TRUE@@HAVE_DBUS_TRUE@ client-browse-services$(EXEEXT)
141 @ENABLE_TESTS_TRUE@@HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@am__EXEEXT_2 = glib-integration$(EXEEXT)
142 PROGRAMS = $(noinst_PROGRAMS)
143 am__client_browse_services_SOURCES_DIST = client-browse-services.c
144 @HAVE_DBUS_TRUE@am_client_browse_services_OBJECTS = client_browse_services-client-browse-services.$(OBJEXT)
145 client_browse_services_OBJECTS = $(am_client_browse_services_OBJECTS)
146 @HAVE_DBUS_TRUE@client_browse_services_DEPENDENCIES = \
147 @HAVE_DBUS_TRUE@ ../avahi-client/libavahi-client.la \
148 @HAVE_DBUS_TRUE@ ../avahi-common/libavahi-common.la
149 AM_V_lt = $(am__v_lt_@AM_V@)
150 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
151 am__v_lt_0 = --silent
152 am__v_lt_1 =
153 client_browse_services_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
154 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
155 $(client_browse_services_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
156 $(LDFLAGS) -o $@
157 am__client_publish_service_SOURCES_DIST = client-publish-service.c
158 @HAVE_DBUS_TRUE@am_client_publish_service_OBJECTS = client_publish_service-client-publish-service.$(OBJEXT)
159 client_publish_service_OBJECTS = $(am_client_publish_service_OBJECTS)
160 @HAVE_DBUS_TRUE@client_publish_service_DEPENDENCIES = \
161 @HAVE_DBUS_TRUE@ ../avahi-client/libavahi-client.la \
162 @HAVE_DBUS_TRUE@ ../avahi-common/libavahi-common.la
163 client_publish_service_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
164 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
165 $(client_publish_service_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
166 $(LDFLAGS) -o $@
167 am_core_browse_services_OBJECTS = \
168 core_browse_services-core-browse-services.$(OBJEXT)
169 core_browse_services_OBJECTS = $(am_core_browse_services_OBJECTS)
170 core_browse_services_DEPENDENCIES = ../avahi-core/libavahi-core.la \
171 ../avahi-common/libavahi-common.la
172 core_browse_services_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
173 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
174 $(core_browse_services_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
175 $(LDFLAGS) -o $@
176 am_core_publish_service_OBJECTS = \
177 core_publish_service-core-publish-service.$(OBJEXT)
178 core_publish_service_OBJECTS = $(am_core_publish_service_OBJECTS)
179 core_publish_service_DEPENDENCIES = ../avahi-core/libavahi-core.la \
180 ../avahi-common/libavahi-common.la
181 core_publish_service_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
182 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
183 $(core_publish_service_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
184 $(LDFLAGS) -o $@
185 am__glib_integration_SOURCES_DIST = glib-integration.c
186 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@am_glib_integration_OBJECTS = glib_integration-glib-integration.$(OBJEXT)
187 glib_integration_OBJECTS = $(am_glib_integration_OBJECTS)
188 am__DEPENDENCIES_1 =
189 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@glib_integration_DEPENDENCIES = \
190 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@ $(am__DEPENDENCIES_1) \
191 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@ ../avahi-client/libavahi-client.la \
192 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@ ../avahi-common/libavahi-common.la \
193 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@ ../avahi-glib/libavahi-glib.la
194 glib_integration_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
195 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
196 $(glib_integration_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
197 -o $@
198 AM_V_P = $(am__v_P_@AM_V@)
199 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
200 am__v_P_0 = false
201 am__v_P_1 = :
202 AM_V_GEN = $(am__v_GEN_@AM_V@)
203 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
204 am__v_GEN_0 = @echo " GEN " $@;
205 am__v_GEN_1 =
206 AM_V_at = $(am__v_at_@AM_V@)
207 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
208 am__v_at_0 = @
209 am__v_at_1 =
210 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
211 depcomp = $(SHELL) $(top_srcdir)/depcomp
212 am__depfiles_maybe = depfiles
213 am__mv = mv -f
214 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
215 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
216 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
217 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
218 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
219 $(AM_CFLAGS) $(CFLAGS)
220 AM_V_CC = $(am__v_CC_@AM_V@)
221 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
222 am__v_CC_0 = @echo " CC " $@;
223 am__v_CC_1 =
224 CCLD = $(CC)
225 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
226 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
227 $(AM_LDFLAGS) $(LDFLAGS) -o $@
228 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
229 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
230 am__v_CCLD_0 = @echo " CCLD " $@;
231 am__v_CCLD_1 =
232 SOURCES = $(client_browse_services_SOURCES) \
233 $(client_publish_service_SOURCES) \
234 $(core_browse_services_SOURCES) \
235 $(core_publish_service_SOURCES) $(glib_integration_SOURCES)
236 DIST_SOURCES = $(am__client_browse_services_SOURCES_DIST) \
237 $(am__client_publish_service_SOURCES_DIST) \
238 $(core_browse_services_SOURCES) \
239 $(core_publish_service_SOURCES) \
240 $(am__glib_integration_SOURCES_DIST)
241 am__can_run_installinfo = \
242 case $$AM_UPDATE_INFO_DIR in \
243 n|no|NO) false;; \
244 *) (install-info --version) >/dev/null 2>&1;; \
245 esac
246 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
247 # Read a list of newline-separated strings from the standard input,
248 # and print each of them once, without duplicates. Input order is
249 # *not* preserved.
250 am__uniquify_input = $(AWK) '\
251 BEGIN { nonempty = 0; } \
252 { items[$$0] = 1; nonempty = 1; } \
253 END { if (nonempty) { for (i in items) print i; }; } \
254 '
255 # Make sure the list of sources is unique. This is necessary because,
256 # e.g., the same source file might be shared among _SOURCES variables
257 # for different programs/libraries.
258 am__define_uniq_tagged_files = \
259 list='$(am__tagged_files)'; \
260 unique=`for i in $$list; do \
261 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
262 done | $(am__uniquify_input)`
263 ETAGS = etags
264 CTAGS = ctags
265 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
266 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
267 ACLOCAL = @ACLOCAL@
268 ALL_LINGUAS = @ALL_LINGUAS@
269 AMTAR = @AMTAR@
270 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
271 AR = @AR@
272 AUTOCONF = @AUTOCONF@
273 AUTOHEADER = @AUTOHEADER@
274 AUTOMAKE = @AUTOMAKE@
275 AVAHI_AUTOIPD_GROUP = @AVAHI_AUTOIPD_GROUP@
276 AVAHI_AUTOIPD_USER = @AVAHI_AUTOIPD_USER@
277 AVAHI_GROUP = @AVAHI_GROUP@
278 AVAHI_PRIV_ACCESS_GROUP = @AVAHI_PRIV_ACCESS_GROUP@
279 AVAHI_USER = @AVAHI_USER@
280 AWK = @AWK@
281 CATALOGS = @CATALOGS@
282 CATOBJEXT = @CATOBJEXT@
283 CC = @CC@
284 CCDEPMODE = @CCDEPMODE@
285 CFLAGS = @CFLAGS@
286 CPP = @CPP@
287 CPPFLAGS = @CPPFLAGS@
288 CXX = @CXX@
289 CXXCPP = @CXXCPP@
290 CXXDEPMODE = @CXXDEPMODE@
291 CXXFLAGS = @CXXFLAGS@
292 CYGPATH_W = @CYGPATH_W@
293 DATADIRNAME = @DATADIRNAME@
294 DBUS_CFLAGS = @DBUS_CFLAGS@
295 DBUS_LIBS = @DBUS_LIBS@
296 DBUS_SYSTEM_BUS_DEFAULT_ADDRESS = @DBUS_SYSTEM_BUS_DEFAULT_ADDRESS@
297 DBUS_SYS_DIR = @DBUS_SYS_DIR@
298 DEFS = @DEFS@
299 DEPDIR = @DEPDIR@
300 DLLTOOL = @DLLTOOL@
301 DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
302 DSYMUTIL = @DSYMUTIL@
303 DUMPBIN = @DUMPBIN@
304 DX_CONFIG = @DX_CONFIG@
305 DX_DOCDIR = @DX_DOCDIR@
306 DX_DOT = @DX_DOT@
307 DX_DOXYGEN = @DX_DOXYGEN@
308 DX_DVIPS = @DX_DVIPS@
309 DX_EGREP = @DX_EGREP@
310 DX_ENV = @DX_ENV@
311 DX_FLAG_chi = @DX_FLAG_chi@
312 DX_FLAG_chm = @DX_FLAG_chm@
313 DX_FLAG_doc = @DX_FLAG_doc@
314 DX_FLAG_dot = @DX_FLAG_dot@
315 DX_FLAG_html = @DX_FLAG_html@
316 DX_FLAG_man = @DX_FLAG_man@
317 DX_FLAG_pdf = @DX_FLAG_pdf@
318 DX_FLAG_ps = @DX_FLAG_ps@
319 DX_FLAG_rtf = @DX_FLAG_rtf@
320 DX_FLAG_xml = @DX_FLAG_xml@
321 DX_HHC = @DX_HHC@
322 DX_LATEX = @DX_LATEX@
323 DX_MAKEINDEX = @DX_MAKEINDEX@
324 DX_PDFLATEX = @DX_PDFLATEX@
325 DX_PERL = @DX_PERL@
326 DX_PROJECT = @DX_PROJECT@
327 ECHO_C = @ECHO_C@
328 ECHO_N = @ECHO_N@
329 ECHO_T = @ECHO_T@
330 EGREP = @EGREP@
331 EXEEXT = @EXEEXT@
332 FGREP = @FGREP@
333 GACUTIL = @GACUTIL@
334 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
335 GLIB20_CFLAGS = @GLIB20_CFLAGS@
336 GLIB20_LIBS = @GLIB20_LIBS@
337 GMOFILES = @GMOFILES@
338 GMSGFMT = @GMSGFMT@
339 GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
340 GOBJECT_LIBS = @GOBJECT_LIBS@
341 GREP = @GREP@
342 GTK20_CFLAGS = @GTK20_CFLAGS@
343 GTK20_LIBS = @GTK20_LIBS@
344 GTK30_CFLAGS = @GTK30_CFLAGS@
345 GTK30_LIBS = @GTK30_LIBS@
346 HOWL_COMPAT_VERSION = @HOWL_COMPAT_VERSION@
347 INSTALL = @INSTALL@
348 INSTALL_DATA = @INSTALL_DATA@
349 INSTALL_PROGRAM = @INSTALL_PROGRAM@
350 INSTALL_SCRIPT = @INSTALL_SCRIPT@
351 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
352 INSTOBJEXT = @INSTOBJEXT@
353 INTLLIBS = @INTLLIBS@
354 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
355 INTLTOOL_MERGE = @INTLTOOL_MERGE@
356 INTLTOOL_PERL = @INTLTOOL_PERL@
357 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
358 INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
359 INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
360 INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
361 INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
362 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
363 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
364 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
365 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
366 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
367 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
368 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
369 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
370 LD = @LD@
371 LDFLAGS = @LDFLAGS@
372 LIBAVAHI_CLIENT_VERSION_INFO = @LIBAVAHI_CLIENT_VERSION_INFO@
373 LIBAVAHI_COMMON_VERSION_INFO = @LIBAVAHI_COMMON_VERSION_INFO@
374 LIBAVAHI_COMPAT_HOWL_VERSION_INFO = @LIBAVAHI_COMPAT_HOWL_VERSION_INFO@
375 LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO = @LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO@
376 LIBAVAHI_CORE_VERSION_INFO = @LIBAVAHI_CORE_VERSION_INFO@
377 LIBAVAHI_GLIB_VERSION_INFO = @LIBAVAHI_GLIB_VERSION_INFO@
378 LIBAVAHI_GOBJECT_VERSION_INFO = @LIBAVAHI_GOBJECT_VERSION_INFO@
379 LIBAVAHI_QT3_VERSION_INFO = @LIBAVAHI_QT3_VERSION_INFO@
380 LIBAVAHI_QT4_VERSION_INFO = @LIBAVAHI_QT4_VERSION_INFO@
381 LIBAVAHI_UI_VERSION_INFO = @LIBAVAHI_UI_VERSION_INFO@
382 LIBDAEMON_CFLAGS = @LIBDAEMON_CFLAGS@
383 LIBDAEMON_LIBS = @LIBDAEMON_LIBS@
384 LIBOBJS = @LIBOBJS@
385 LIBS = @LIBS@
386 LIBTOOL = @LIBTOOL@
387 LIPO = @LIPO@
388 LN_S = @LN_S@
389 LTLIBOBJS = @LTLIBOBJS@
390 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
391 MAKEINFO = @MAKEINFO@
392 MANIFEST_TOOL = @MANIFEST_TOOL@
393 MCS = @MCS@
394 MDASSEMBLER = @MDASSEMBLER@
395 MKDIR_P = @MKDIR_P@
396 MKINSTALLDIRS = @MKINSTALLDIRS@
397 MOC_QT3 = @MOC_QT3@
398 MOC_QT4 = @MOC_QT4@
399 MONODOCER = @MONODOCER@
400 MONODOC_CFLAGS = @MONODOC_CFLAGS@
401 MONODOC_DIR = @MONODOC_DIR@
402 MONODOC_LIBS = @MONODOC_LIBS@
403 MSGFMT = @MSGFMT@
404 MSGFMT_OPTS = @MSGFMT_OPTS@
405 MSGMERGE = @MSGMERGE@
406 NM = @NM@
407 NMEDIT = @NMEDIT@
408 OBJDUMP = @OBJDUMP@
409 OBJEXT = @OBJEXT@
410 OTOOL = @OTOOL@
411 OTOOL64 = @OTOOL64@
412 PACKAGE = @PACKAGE@
413 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
414 PACKAGE_NAME = @PACKAGE_NAME@
415 PACKAGE_STRING = @PACKAGE_STRING@
416 PACKAGE_TARNAME = @PACKAGE_TARNAME@
417 PACKAGE_URL = @PACKAGE_URL@
418 PACKAGE_VERSION = @PACKAGE_VERSION@
419 PATH_SEPARATOR = @PATH_SEPARATOR@
420 PKG_CONFIG = @PKG_CONFIG@
421 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
422 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
423 POFILES = @POFILES@
424 POSUB = @POSUB@
425 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
426 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
427 PTHREAD_CC = @PTHREAD_CC@
428 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
429 PTHREAD_LIBS = @PTHREAD_LIBS@
430 PYTHON = @PYTHON@
431 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
432 PYTHON_PLATFORM = @PYTHON_PLATFORM@
433 PYTHON_PREFIX = @PYTHON_PREFIX@
434 PYTHON_VERSION = @PYTHON_VERSION@
435 QT3_CFLAGS = @QT3_CFLAGS@
436 QT3_LIBS = @QT3_LIBS@
437 QT4_CFLAGS = @QT4_CFLAGS@
438 QT4_LIBS = @QT4_LIBS@
439 RANLIB = @RANLIB@
440 SED = @SED@
441 SET_MAKE = @SET_MAKE@
442 SHELL = @SHELL@
443 STOW = @STOW@
444 STRIP = @STRIP@
445 USE_NLS = @USE_NLS@
446 VERSION = @VERSION@
447 VISIBILITY_HIDDEN_CFLAGS = @VISIBILITY_HIDDEN_CFLAGS@
448 XGETTEXT = @XGETTEXT@
449 XML_CFLAGS = @XML_CFLAGS@
450 XML_LIBS = @XML_LIBS@
451 abs_builddir = @abs_builddir@
452 abs_srcdir = @abs_srcdir@
453 abs_top_builddir = @abs_top_builddir@
454 abs_top_srcdir = @abs_top_srcdir@
455 ac_ct_AR = @ac_ct_AR@
456 ac_ct_CC = @ac_ct_CC@
457 ac_ct_CXX = @ac_ct_CXX@
458 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
459 acx_pthread_config = @acx_pthread_config@
460 am__include = @am__include@
461 am__leading_dot = @am__leading_dot@
462 am__quote = @am__quote@
463 am__tar = @am__tar@
464 am__untar = @am__untar@
465 avahi_runtime_dir = @avahi_runtime_dir@
466 avahi_socket = @avahi_socket@
467 avahilocaledir = @avahilocaledir@
468 bindir = @bindir@
469 build = @build@
470 build_alias = @build_alias@
471 build_cpu = @build_cpu@
472 build_os = @build_os@
473 build_vendor = @build_vendor@
474 builddir = @builddir@
475 datadir = @datadir@
476 datarootdir = @datarootdir@
477 docdir = @docdir@
478 dvidir = @dvidir@
479 exec_prefix = @exec_prefix@
480 have_pkg_config = @have_pkg_config@
481 have_xmltoman = @have_xmltoman@
482 host = @host@
483 host_alias = @host_alias@
484 host_cpu = @host_cpu@
485 host_os = @host_os@
486 host_vendor = @host_vendor@
487 htmldir = @htmldir@
488 includedir = @includedir@
489 infodir = @infodir@
490 install_sh = @install_sh@
491 interfacesdir = @interfacesdir@
492 intltool__v_merge_options_ = @intltool__v_merge_options_@
493 intltool__v_merge_options_0 = @intltool__v_merge_options_0@
494 libdir = @libdir@
495 libexecdir = @libexecdir@
496 localedir = @localedir@
497 localstatedir = @localstatedir@
498 mandir = @mandir@
499 mkdir_p = @mkdir_p@
500 oldincludedir = @oldincludedir@
501 pdfdir = @pdfdir@
502 pkgpyexecdir = @pkgpyexecdir@
503 pkgpythondir = @pkgpythondir@
504 prefix = @prefix@
505 program_transform_name = @program_transform_name@
506 psdir = @psdir@
507 pyexecdir = @pyexecdir@
508 pythondir = @pythondir@
509 runstatedir = @runstatedir@
510 sbindir = @sbindir@
511 sharedstatedir = @sharedstatedir@
512 srcdir = @srcdir@
513 sysconfdir = @sysconfdir@
514 systemdsystemunitdir = @systemdsystemunitdir@
515 target_alias = @target_alias@
516 top_build_prefix = @top_build_prefix@
517 top_builddir = @top_builddir@
518 top_srcdir = @top_srcdir@
519 AM_CFLAGS = -I$(top_srcdir)
520 core_publish_service_SOURCES = core-publish-service.c
521 core_publish_service_CFLAGS = $(AM_CFLAGS)
522 core_publish_service_LDADD = $(AM_LDADD) ../avahi-core/libavahi-core.la ../avahi-common/libavahi-common.la
523 core_browse_services_SOURCES = core-browse-services.c
524 core_browse_services_CFLAGS = $(AM_CFLAGS)
525 core_browse_services_LDADD = $(AM_LDADD) ../avahi-core/libavahi-core.la ../avahi-common/libavahi-common.la
526 @HAVE_DBUS_TRUE@client_publish_service_SOURCES = client-publish-service.c
527 @HAVE_DBUS_TRUE@client_publish_service_CFLAGS = $(AM_CFLAGS)
528 @HAVE_DBUS_TRUE@client_publish_service_LDADD = $(AM_LDADD) ../avahi-client/libavahi-client.la ../avahi-common/libavahi-common.la
529 @HAVE_DBUS_TRUE@client_browse_services_SOURCES = client-browse-services.c
530 @HAVE_DBUS_TRUE@client_browse_services_CFLAGS = $(AM_CFLAGS)
531 @HAVE_DBUS_TRUE@client_browse_services_LDADD = $(AM_LDADD) ../avahi-client/libavahi-client.la ../avahi-common/libavahi-common.la
532 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@glib_integration_SOURCES = glib-integration.c
533 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@glib_integration_CFLAGS = $(AM_CFLAGS) $(GLIB20_CFLAGS)
534 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@glib_integration_LDADD = $(AM_LDADD) $(GLIB20_LIBS) ../avahi-client/libavahi-client.la ../avahi-common/libavahi-common.la ../avahi-glib/libavahi-glib.la
535 all: all-am
536
537 .SUFFIXES:
538 .SUFFIXES: .c .lo .o .obj
539 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
540 @for dep in $?; do \
541 case '$(am__configure_deps)' in \
542 *$$dep*) \
543 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
544 && { if test -f $@; then exit 0; else break; fi; }; \
545 exit 1;; \
546 esac; \
547 done; \
548 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign examples/Makefile'; \
549 $(am__cd) $(top_srcdir) && \
550 $(AUTOMAKE) --foreign examples/Makefile
551 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
552 @case '$?' in \
553 *config.status*) \
554 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
555 *) \
556 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
557 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
558 esac;
559
560 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
561 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
562
563 $(top_srcdir)/configure: $(am__configure_deps)
564 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
565 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
566 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
567 $(am__aclocal_m4_deps):
568
569 clean-noinstPROGRAMS:
570 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
571 echo " rm -f" $$list; \
572 rm -f $$list || exit $$?; \
573 test -n "$(EXEEXT)" || exit 0; \
574 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
575 echo " rm -f" $$list; \
576 rm -f $$list
577
578 client-browse-services$(EXEEXT): $(client_browse_services_OBJECTS) $(client_browse_services_DEPENDENCIES) $(EXTRA_client_browse_services_DEPENDENCIES)
579 @rm -f client-browse-services$(EXEEXT)
580 $(AM_V_CCLD)$(client_browse_services_LINK) $(client_browse_services_OBJECTS) $(client_browse_services_LDADD) $(LIBS)
581
582 client-publish-service$(EXEEXT): $(client_publish_service_OBJECTS) $(client_publish_service_DEPENDENCIES) $(EXTRA_client_publish_service_DEPENDENCIES)
583 @rm -f client-publish-service$(EXEEXT)
584 $(AM_V_CCLD)$(client_publish_service_LINK) $(client_publish_service_OBJECTS) $(client_publish_service_LDADD) $(LIBS)
585
586 core-browse-services$(EXEEXT): $(core_browse_services_OBJECTS) $(core_browse_services_DEPENDENCIES) $(EXTRA_core_browse_services_DEPENDENCIES)
587 @rm -f core-browse-services$(EXEEXT)
588 $(AM_V_CCLD)$(core_browse_services_LINK) $(core_browse_services_OBJECTS) $(core_browse_services_LDADD) $(LIBS)
589
590 core-publish-service$(EXEEXT): $(core_publish_service_OBJECTS) $(core_publish_service_DEPENDENCIES) $(EXTRA_core_publish_service_DEPENDENCIES)
591 @rm -f core-publish-service$(EXEEXT)
592 $(AM_V_CCLD)$(core_publish_service_LINK) $(core_publish_service_OBJECTS) $(core_publish_service_LDADD) $(LIBS)
593
594 glib-integration$(EXEEXT): $(glib_integration_OBJECTS) $(glib_integration_DEPENDENCIES) $(EXTRA_glib_integration_DEPENDENCIES)
595 @rm -f glib-integration$(EXEEXT)
596 $(AM_V_CCLD)$(glib_integration_LINK) $(glib_integration_OBJECTS) $(glib_integration_LDADD) $(LIBS)
597
598 mostlyclean-compile:
599 -rm -f *.$(OBJEXT)
600
601 distclean-compile:
602 -rm -f *.tab.c
603
604 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client_browse_services-client-browse-services.Po@am__quote@
605 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client_publish_service-client-publish-service.Po@am__quote@
606 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/core_browse_services-core-browse-services.Po@am__quote@
607 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/core_publish_service-core-publish-service.Po@am__quote@
608 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glib_integration-glib-integration.Po@am__quote@
609
610 .c.o:
611 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
612 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
613 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
614 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
615 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
616
617 .c.obj:
618 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
619 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
620 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
621 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
622 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
623
624 .c.lo:
625 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
626 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
627 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
628 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
629 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
630
631 client_browse_services-client-browse-services.o: client-browse-services.c
632 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(client_browse_services_CFLAGS) $(CFLAGS) -MT client_browse_services-client-browse-services.o -MD -MP -MF $(DEPDIR)/client_browse_services-client-browse-services.Tpo -c -o client_browse_services-client-browse-services.o `test -f 'client-browse-services.c' || echo '$(srcdir)/'`client-browse-services.c
633 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/client_browse_services-client-browse-services.Tpo $(DEPDIR)/client_browse_services-client-browse-services.Po
634 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='client-browse-services.c' object='client_browse_services-client-browse-services.o' libtool=no @AMDEPBACKSLASH@
635 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
636 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(client_browse_services_CFLAGS) $(CFLAGS) -c -o client_browse_services-client-browse-services.o `test -f 'client-browse-services.c' || echo '$(srcdir)/'`client-browse-services.c
637
638 client_browse_services-client-browse-services.obj: client-browse-services.c
639 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(client_browse_services_CFLAGS) $(CFLAGS) -MT client_browse_services-client-browse-services.obj -MD -MP -MF $(DEPDIR)/client_browse_services-client-browse-services.Tpo -c -o client_browse_services-client-browse-services.obj `if test -f 'client-browse-services.c'; then $(CYGPATH_W) 'client-browse-services.c'; else $(CYGPATH_W) '$(srcdir)/client-browse-services.c'; fi`
640 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/client_browse_services-client-browse-services.Tpo $(DEPDIR)/client_browse_services-client-browse-services.Po
641 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='client-browse-services.c' object='client_browse_services-client-browse-services.obj' libtool=no @AMDEPBACKSLASH@
642 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
643 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(client_browse_services_CFLAGS) $(CFLAGS) -c -o client_browse_services-client-browse-services.obj `if test -f 'client-browse-services.c'; then $(CYGPATH_W) 'client-browse-services.c'; else $(CYGPATH_W) '$(srcdir)/client-browse-services.c'; fi`
644
645 client_publish_service-client-publish-service.o: client-publish-service.c
646 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(client_publish_service_CFLAGS) $(CFLAGS) -MT client_publish_service-client-publish-service.o -MD -MP -MF $(DEPDIR)/client_publish_service-client-publish-service.Tpo -c -o client_publish_service-client-publish-service.o `test -f 'client-publish-service.c' || echo '$(srcdir)/'`client-publish-service.c
647 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/client_publish_service-client-publish-service.Tpo $(DEPDIR)/client_publish_service-client-publish-service.Po
648 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='client-publish-service.c' object='client_publish_service-client-publish-service.o' libtool=no @AMDEPBACKSLASH@
649 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
650 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(client_publish_service_CFLAGS) $(CFLAGS) -c -o client_publish_service-client-publish-service.o `test -f 'client-publish-service.c' || echo '$(srcdir)/'`client-publish-service.c
651
652 client_publish_service-client-publish-service.obj: client-publish-service.c
653 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(client_publish_service_CFLAGS) $(CFLAGS) -MT client_publish_service-client-publish-service.obj -MD -MP -MF $(DEPDIR)/client_publish_service-client-publish-service.Tpo -c -o client_publish_service-client-publish-service.obj `if test -f 'client-publish-service.c'; then $(CYGPATH_W) 'client-publish-service.c'; else $(CYGPATH_W) '$(srcdir)/client-publish-service.c'; fi`
654 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/client_publish_service-client-publish-service.Tpo $(DEPDIR)/client_publish_service-client-publish-service.Po
655 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='client-publish-service.c' object='client_publish_service-client-publish-service.obj' libtool=no @AMDEPBACKSLASH@
656 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
657 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(client_publish_service_CFLAGS) $(CFLAGS) -c -o client_publish_service-client-publish-service.obj `if test -f 'client-publish-service.c'; then $(CYGPATH_W) 'client-publish-service.c'; else $(CYGPATH_W) '$(srcdir)/client-publish-service.c'; fi`
658
659 core_browse_services-core-browse-services.o: core-browse-services.c
660 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(core_browse_services_CFLAGS) $(CFLAGS) -MT core_browse_services-core-browse-services.o -MD -MP -MF $(DEPDIR)/core_browse_services-core-browse-services.Tpo -c -o core_browse_services-core-browse-services.o `test -f 'core-browse-services.c' || echo '$(srcdir)/'`core-browse-services.c
661 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/core_browse_services-core-browse-services.Tpo $(DEPDIR)/core_browse_services-core-browse-services.Po
662 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='core-browse-services.c' object='core_browse_services-core-browse-services.o' libtool=no @AMDEPBACKSLASH@
663 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
664 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(core_browse_services_CFLAGS) $(CFLAGS) -c -o core_browse_services-core-browse-services.o `test -f 'core-browse-services.c' || echo '$(srcdir)/'`core-browse-services.c
665
666 core_browse_services-core-browse-services.obj: core-browse-services.c
667 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(core_browse_services_CFLAGS) $(CFLAGS) -MT core_browse_services-core-browse-services.obj -MD -MP -MF $(DEPDIR)/core_browse_services-core-browse-services.Tpo -c -o core_browse_services-core-browse-services.obj `if test -f 'core-browse-services.c'; then $(CYGPATH_W) 'core-browse-services.c'; else $(CYGPATH_W) '$(srcdir)/core-browse-services.c'; fi`
668 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/core_browse_services-core-browse-services.Tpo $(DEPDIR)/core_browse_services-core-browse-services.Po
669 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='core-browse-services.c' object='core_browse_services-core-browse-services.obj' libtool=no @AMDEPBACKSLASH@
670 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
671 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(core_browse_services_CFLAGS) $(CFLAGS) -c -o core_browse_services-core-browse-services.obj `if test -f 'core-browse-services.c'; then $(CYGPATH_W) 'core-browse-services.c'; else $(CYGPATH_W) '$(srcdir)/core-browse-services.c'; fi`
672
673 core_publish_service-core-publish-service.o: core-publish-service.c
674 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(core_publish_service_CFLAGS) $(CFLAGS) -MT core_publish_service-core-publish-service.o -MD -MP -MF $(DEPDIR)/core_publish_service-core-publish-service.Tpo -c -o core_publish_service-core-publish-service.o `test -f 'core-publish-service.c' || echo '$(srcdir)/'`core-publish-service.c
675 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/core_publish_service-core-publish-service.Tpo $(DEPDIR)/core_publish_service-core-publish-service.Po
676 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='core-publish-service.c' object='core_publish_service-core-publish-service.o' libtool=no @AMDEPBACKSLASH@
677 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
678 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(core_publish_service_CFLAGS) $(CFLAGS) -c -o core_publish_service-core-publish-service.o `test -f 'core-publish-service.c' || echo '$(srcdir)/'`core-publish-service.c
679
680 core_publish_service-core-publish-service.obj: core-publish-service.c
681 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(core_publish_service_CFLAGS) $(CFLAGS) -MT core_publish_service-core-publish-service.obj -MD -MP -MF $(DEPDIR)/core_publish_service-core-publish-service.Tpo -c -o core_publish_service-core-publish-service.obj `if test -f 'core-publish-service.c'; then $(CYGPATH_W) 'core-publish-service.c'; else $(CYGPATH_W) '$(srcdir)/core-publish-service.c'; fi`
682 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/core_publish_service-core-publish-service.Tpo $(DEPDIR)/core_publish_service-core-publish-service.Po
683 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='core-publish-service.c' object='core_publish_service-core-publish-service.obj' libtool=no @AMDEPBACKSLASH@
684 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
685 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(core_publish_service_CFLAGS) $(CFLAGS) -c -o core_publish_service-core-publish-service.obj `if test -f 'core-publish-service.c'; then $(CYGPATH_W) 'core-publish-service.c'; else $(CYGPATH_W) '$(srcdir)/core-publish-service.c'; fi`
686
687 glib_integration-glib-integration.o: glib-integration.c
688 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(glib_integration_CFLAGS) $(CFLAGS) -MT glib_integration-glib-integration.o -MD -MP -MF $(DEPDIR)/glib_integration-glib-integration.Tpo -c -o glib_integration-glib-integration.o `test -f 'glib-integration.c' || echo '$(srcdir)/'`glib-integration.c
689 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/glib_integration-glib-integration.Tpo $(DEPDIR)/glib_integration-glib-integration.Po
690 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='glib-integration.c' object='glib_integration-glib-integration.o' libtool=no @AMDEPBACKSLASH@
691 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
692 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(glib_integration_CFLAGS) $(CFLAGS) -c -o glib_integration-glib-integration.o `test -f 'glib-integration.c' || echo '$(srcdir)/'`glib-integration.c
693
694 glib_integration-glib-integration.obj: glib-integration.c
695 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(glib_integration_CFLAGS) $(CFLAGS) -MT glib_integration-glib-integration.obj -MD -MP -MF $(DEPDIR)/glib_integration-glib-integration.Tpo -c -o glib_integration-glib-integration.obj `if test -f 'glib-integration.c'; then $(CYGPATH_W) 'glib-integration.c'; else $(CYGPATH_W) '$(srcdir)/glib-integration.c'; fi`
696 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/glib_integration-glib-integration.Tpo $(DEPDIR)/glib_integration-glib-integration.Po
697 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='glib-integration.c' object='glib_integration-glib-integration.obj' libtool=no @AMDEPBACKSLASH@
698 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
699 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(glib_integration_CFLAGS) $(CFLAGS) -c -o glib_integration-glib-integration.obj `if test -f 'glib-integration.c'; then $(CYGPATH_W) 'glib-integration.c'; else $(CYGPATH_W) '$(srcdir)/glib-integration.c'; fi`
700
701 mostlyclean-libtool:
702 -rm -f *.lo
703
704 clean-libtool:
705 -rm -rf .libs _libs
706
707 ID: $(am__tagged_files)
708 $(am__define_uniq_tagged_files); mkid -fID $$unique
709 tags: tags-am
710 TAGS: tags
711
712 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
713 set x; \
714 here=`pwd`; \
715 $(am__define_uniq_tagged_files); \
716 shift; \
717 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
718 test -n "$$unique" || unique=$$empty_fix; \
719 if test $$# -gt 0; then \
720 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
721 "$$@" $$unique; \
722 else \
723 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
724 $$unique; \
725 fi; \
726 fi
727 ctags: ctags-am
728
729 CTAGS: ctags
730 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
731 $(am__define_uniq_tagged_files); \
732 test -z "$(CTAGS_ARGS)$$unique" \
733 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
734 $$unique
735
736 GTAGS:
737 here=`$(am__cd) $(top_builddir) && pwd` \
738 && $(am__cd) $(top_srcdir) \
739 && gtags -i $(GTAGS_ARGS) "$$here"
740 cscopelist: cscopelist-am
741
742 cscopelist-am: $(am__tagged_files)
743 list='$(am__tagged_files)'; \
744 case "$(srcdir)" in \
745 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
746 *) sdir=$(subdir)/$(srcdir) ;; \
747 esac; \
748 for i in $$list; do \
749 if test -f "$$i"; then \
750 echo "$(subdir)/$$i"; \
751 else \
752 echo "$$sdir/$$i"; \
753 fi; \
754 done >> $(top_builddir)/cscope.files
755
756 distclean-tags:
757 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
758
759 distdir: $(DISTFILES)
760 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
761 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
762 list='$(DISTFILES)'; \
763 dist_files=`for file in $$list; do echo $$file; done | \
764 sed -e "s|^$$srcdirstrip/||;t" \
765 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
766 case $$dist_files in \
767 */*) $(MKDIR_P) `echo "$$dist_files" | \
768 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
769 sort -u` ;; \
770 esac; \
771 for file in $$dist_files; do \
772 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
773 if test -d $$d/$$file; then \
774 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
775 if test -d "$(distdir)/$$file"; then \
776 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
777 fi; \
778 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
779 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
780 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
781 fi; \
782 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
783 else \
784 test -f "$(distdir)/$$file" \
785 || cp -p $$d/$$file "$(distdir)/$$file" \
786 || exit 1; \
787 fi; \
788 done
789 check-am: all-am
790 check: check-am
791 all-am: Makefile $(PROGRAMS)
792 installdirs:
793 install: install-am
794 install-exec: install-exec-am
795 install-data: install-data-am
796 uninstall: uninstall-am
797
798 install-am: all-am
799 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
800
801 installcheck: installcheck-am
802 install-strip:
803 if test -z '$(STRIP)'; then \
804 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
805 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
806 install; \
807 else \
808 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
809 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
810 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
811 fi
812 mostlyclean-generic:
813
814 clean-generic:
815
816 distclean-generic:
817 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
818 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
819
820 maintainer-clean-generic:
821 @echo "This command is intended for maintainers to use"
822 @echo "it deletes files that may require special tools to rebuild."
823 clean: clean-am
824
825 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
826 mostlyclean-am
827
828 distclean: distclean-am
829 -rm -rf ./$(DEPDIR)
830 -rm -f Makefile
831 distclean-am: clean-am distclean-compile distclean-generic \
832 distclean-tags
833
834 dvi: dvi-am
835
836 dvi-am:
837
838 html: html-am
839
840 html-am:
841
842 info: info-am
843
844 info-am:
845
846 install-data-am:
847
848 install-dvi: install-dvi-am
849
850 install-dvi-am:
851
852 install-exec-am:
853
854 install-html: install-html-am
855
856 install-html-am:
857
858 install-info: install-info-am
859
860 install-info-am:
861
862 install-man:
863
864 install-pdf: install-pdf-am
865
866 install-pdf-am:
867
868 install-ps: install-ps-am
869
870 install-ps-am:
871
872 installcheck-am:
873
874 maintainer-clean: maintainer-clean-am
875 -rm -rf ./$(DEPDIR)
876 -rm -f Makefile
877 maintainer-clean-am: distclean-am maintainer-clean-generic
878
879 mostlyclean: mostlyclean-am
880
881 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
882 mostlyclean-libtool
883
884 pdf: pdf-am
885
886 pdf-am:
887
888 ps: ps-am
889
890 ps-am:
891
892 uninstall-am:
893
894 .MAKE: install-am install-strip
895
896 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
897 clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \
898 ctags-am distclean distclean-compile distclean-generic \
899 distclean-libtool distclean-tags distdir dvi dvi-am html \
900 html-am info info-am install install-am install-data \
901 install-data-am install-dvi install-dvi-am install-exec \
902 install-exec-am install-html install-html-am install-info \
903 install-info-am install-man install-pdf install-pdf-am \
904 install-ps install-ps-am install-strip installcheck \
905 installcheck-am installdirs maintainer-clean \
906 maintainer-clean-generic mostlyclean mostlyclean-compile \
907 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
908 tags tags-am uninstall uninstall-am
909
910 .PRECIOUS: Makefile
911
912
913 # Tell versions [3.59,3.63) of GNU make to not export all variables.
914 # Otherwise a system limit (for SysV at least) may be exceeded.
915 .NOEXPORT:
+0
-2
initscript/.gitignore less more
0 Makefile
1 Makefile.in
2222
2323 if TARGET_DEBIAN
2424 SUBDIRS += debian
25 endif
26
27 if TARGET_ARCHLINUX
28 SUBDIRS += archlinux
2925 endif
3026
3127 if TARGET_GENTOO
0 # Makefile.in generated by automake 1.15 from Makefile.am.
1 # @configure_input@
2
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
4
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 @SET_MAKE@
15
16 # This file is part of avahi.
17 #
18 # avahi is free software; you can redistribute it and/or modify it
19 # under the terms of the GNU Lesser General Public License as
20 # published by the Free Software Foundation; either version 2 of the
21 # License, or (at your option) any later version.
22 #
23 # avahi is distributed in the hope that it will be useful, but WITHOUT
24 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
25 # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
26 # License for more details.
27 #
28 # You should have received a copy of the GNU Lesser General Public
29 # License along with avahi; if not, write to the Free Software
30 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
31 # USA.
32 VPATH = @srcdir@
33 am__is_gnu_make = { \
34 if test -z '$(MAKELEVEL)'; then \
35 false; \
36 elif test -n '$(MAKE_HOST)'; then \
37 true; \
38 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
39 true; \
40 else \
41 false; \
42 fi; \
43 }
44 am__make_running_with_option = \
45 case $${target_option-} in \
46 ?) ;; \
47 *) echo "am__make_running_with_option: internal error: invalid" \
48 "target option '$${target_option-}' specified" >&2; \
49 exit 1;; \
50 esac; \
51 has_opt=no; \
52 sane_makeflags=$$MAKEFLAGS; \
53 if $(am__is_gnu_make); then \
54 sane_makeflags=$$MFLAGS; \
55 else \
56 case $$MAKEFLAGS in \
57 *\\[\ \ ]*) \
58 bs=\\; \
59 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
60 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
61 esac; \
62 fi; \
63 skip_next=no; \
64 strip_trailopt () \
65 { \
66 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
67 }; \
68 for flg in $$sane_makeflags; do \
69 test $$skip_next = yes && { skip_next=no; continue; }; \
70 case $$flg in \
71 *=*|--*) continue;; \
72 -*I) strip_trailopt 'I'; skip_next=yes;; \
73 -*I?*) strip_trailopt 'I';; \
74 -*O) strip_trailopt 'O'; skip_next=yes;; \
75 -*O?*) strip_trailopt 'O';; \
76 -*l) strip_trailopt 'l'; skip_next=yes;; \
77 -*l?*) strip_trailopt 'l';; \
78 -[dEDm]) skip_next=yes;; \
79 -[JT]) skip_next=yes;; \
80 esac; \
81 case $$flg in \
82 *$$target_option*) has_opt=yes; break;; \
83 esac; \
84 done; \
85 test $$has_opt = yes
86 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
87 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
88 pkgdatadir = $(datadir)/@PACKAGE@
89 pkgincludedir = $(includedir)/@PACKAGE@
90 pkglibdir = $(libdir)/@PACKAGE@
91 pkglibexecdir = $(libexecdir)/@PACKAGE@
92 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
93 install_sh_DATA = $(install_sh) -c -m 644
94 install_sh_PROGRAM = $(install_sh) -c
95 install_sh_SCRIPT = $(install_sh) -c
96 INSTALL_HEADER = $(INSTALL_DATA)
97 transform = $(program_transform_name)
98 NORMAL_INSTALL = :
99 PRE_INSTALL = :
100 POST_INSTALL = :
101 NORMAL_UNINSTALL = :
102 PRE_UNINSTALL = :
103 POST_UNINSTALL = :
104 build_triplet = @build@
105 host_triplet = @host@
106 @TARGET_LFS_TRUE@am__append_1 = lfs
107 @TARGET_DEBIAN_TRUE@am__append_2 = debian
108 @TARGET_GENTOO_TRUE@am__append_3 = gentoo
109 @TARGET_SUSE_TRUE@am__append_4 = suse
110 @TARGET_FEDORA_TRUE@am__append_5 = fedora
111 @TARGET_MANDRIVA_TRUE@am__append_6 = mandriva
112 @TARGET_DARWIN_TRUE@am__append_7 = darwin
113 @TARGET_FREEBSD_TRUE@am__append_8 = freebsd
114 @TARGET_SLACKWARE_TRUE@am__append_9 = slackware
115 subdir = initscript
116 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
117 am__aclocal_m4_deps = $(top_srcdir)/common/acx_pthread.m4 \
118 $(top_srcdir)/common/gcc_stack_protect.m4 \
119 $(top_srcdir)/common/gcc_visibility.m4 \
120 $(top_srcdir)/common/intltool.m4 \
121 $(top_srcdir)/common/introspection.m4 \
122 $(top_srcdir)/common/libtool.m4 \
123 $(top_srcdir)/common/ltoptions.m4 \
124 $(top_srcdir)/common/ltsugar.m4 \
125 $(top_srcdir)/common/ltversion.m4 \
126 $(top_srcdir)/common/lt~obsolete.m4 \
127 $(top_srcdir)/common/nls.m4 $(top_srcdir)/common/python.m4 \
128 $(top_srcdir)/acinclude.m4 $(top_srcdir)/common/doxygen.m4 \
129 $(top_srcdir)/configure.ac
130 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
131 $(ACLOCAL_M4)
132 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
133 mkinstalldirs = $(install_sh) -d
134 CONFIG_HEADER = $(top_builddir)/config.h
135 CONFIG_CLEAN_FILES =
136 CONFIG_CLEAN_VPATH_FILES =
137 AM_V_P = $(am__v_P_@AM_V@)
138 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
139 am__v_P_0 = false
140 am__v_P_1 = :
141 AM_V_GEN = $(am__v_GEN_@AM_V@)
142 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
143 am__v_GEN_0 = @echo " GEN " $@;
144 am__v_GEN_1 =
145 AM_V_at = $(am__v_at_@AM_V@)
146 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
147 am__v_at_0 = @
148 am__v_at_1 =
149 SOURCES =
150 DIST_SOURCES =
151 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
152 ctags-recursive dvi-recursive html-recursive info-recursive \
153 install-data-recursive install-dvi-recursive \
154 install-exec-recursive install-html-recursive \
155 install-info-recursive install-pdf-recursive \
156 install-ps-recursive install-recursive installcheck-recursive \
157 installdirs-recursive pdf-recursive ps-recursive \
158 tags-recursive uninstall-recursive
159 am__can_run_installinfo = \
160 case $$AM_UPDATE_INFO_DIR in \
161 n|no|NO) false;; \
162 *) (install-info --version) >/dev/null 2>&1;; \
163 esac
164 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
165 distclean-recursive maintainer-clean-recursive
166 am__recursive_targets = \
167 $(RECURSIVE_TARGETS) \
168 $(RECURSIVE_CLEAN_TARGETS) \
169 $(am__extra_recursive_targets)
170 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
171 distdir
172 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
173 # Read a list of newline-separated strings from the standard input,
174 # and print each of them once, without duplicates. Input order is
175 # *not* preserved.
176 am__uniquify_input = $(AWK) '\
177 BEGIN { nonempty = 0; } \
178 { items[$$0] = 1; nonempty = 1; } \
179 END { if (nonempty) { for (i in items) print i; }; } \
180 '
181 # Make sure the list of sources is unique. This is necessary because,
182 # e.g., the same source file might be shared among _SOURCES variables
183 # for different programs/libraries.
184 am__define_uniq_tagged_files = \
185 list='$(am__tagged_files)'; \
186 unique=`for i in $$list; do \
187 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
188 done | $(am__uniquify_input)`
189 ETAGS = etags
190 CTAGS = ctags
191 DIST_SUBDIRS = lfs debian gentoo suse fedora mandriva darwin freebsd \
192 slackware
193 am__DIST_COMMON = $(srcdir)/Makefile.in
194 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
195 am__relativize = \
196 dir0=`pwd`; \
197 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
198 sed_rest='s,^[^/]*/*,,'; \
199 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
200 sed_butlast='s,/*[^/]*$$,,'; \
201 while test -n "$$dir1"; do \
202 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
203 if test "$$first" != "."; then \
204 if test "$$first" = ".."; then \
205 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
206 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
207 else \
208 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
209 if test "$$first2" = "$$first"; then \
210 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
211 else \
212 dir2="../$$dir2"; \
213 fi; \
214 dir0="$$dir0"/"$$first"; \
215 fi; \
216 fi; \
217 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
218 done; \
219 reldir="$$dir2"
220 ACLOCAL = @ACLOCAL@
221 ALL_LINGUAS = @ALL_LINGUAS@
222 AMTAR = @AMTAR@
223 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
224 AR = @AR@
225 AUTOCONF = @AUTOCONF@
226 AUTOHEADER = @AUTOHEADER@
227 AUTOMAKE = @AUTOMAKE@
228 AVAHI_AUTOIPD_GROUP = @AVAHI_AUTOIPD_GROUP@
229 AVAHI_AUTOIPD_USER = @AVAHI_AUTOIPD_USER@
230 AVAHI_GROUP = @AVAHI_GROUP@
231 AVAHI_PRIV_ACCESS_GROUP = @AVAHI_PRIV_ACCESS_GROUP@
232 AVAHI_USER = @AVAHI_USER@
233 AWK = @AWK@
234 CATALOGS = @CATALOGS@
235 CATOBJEXT = @CATOBJEXT@
236 CC = @CC@
237 CCDEPMODE = @CCDEPMODE@
238 CFLAGS = @CFLAGS@
239 CPP = @CPP@
240 CPPFLAGS = @CPPFLAGS@
241 CXX = @CXX@
242 CXXCPP = @CXXCPP@
243 CXXDEPMODE = @CXXDEPMODE@
244 CXXFLAGS = @CXXFLAGS@
245 CYGPATH_W = @CYGPATH_W@
246 DATADIRNAME = @DATADIRNAME@
247 DBUS_CFLAGS = @DBUS_CFLAGS@
248 DBUS_LIBS = @DBUS_LIBS@
249 DBUS_SYSTEM_BUS_DEFAULT_ADDRESS = @DBUS_SYSTEM_BUS_DEFAULT_ADDRESS@
250 DBUS_SYS_DIR = @DBUS_SYS_DIR@
251 DEFS = @DEFS@
252 DEPDIR = @DEPDIR@
253 DLLTOOL = @DLLTOOL@
254 DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
255 DSYMUTIL = @DSYMUTIL@
256 DUMPBIN = @DUMPBIN@
257 DX_CONFIG = @DX_CONFIG@
258 DX_DOCDIR = @DX_DOCDIR@
259 DX_DOT = @DX_DOT@
260 DX_DOXYGEN = @DX_DOXYGEN@
261 DX_DVIPS = @DX_DVIPS@
262 DX_EGREP = @DX_EGREP@
263 DX_ENV = @DX_ENV@
264 DX_FLAG_chi = @DX_FLAG_chi@
265 DX_FLAG_chm = @DX_FLAG_chm@
266 DX_FLAG_doc = @DX_FLAG_doc@
267 DX_FLAG_dot = @DX_FLAG_dot@
268 DX_FLAG_html = @DX_FLAG_html@
269 DX_FLAG_man = @DX_FLAG_man@
270 DX_FLAG_pdf = @DX_FLAG_pdf@
271 DX_FLAG_ps = @DX_FLAG_ps@
272 DX_FLAG_rtf = @DX_FLAG_rtf@
273 DX_FLAG_xml = @DX_FLAG_xml@
274 DX_HHC = @DX_HHC@
275 DX_LATEX = @DX_LATEX@
276 DX_MAKEINDEX = @DX_MAKEINDEX@
277 DX_PDFLATEX = @DX_PDFLATEX@
278 DX_PERL = @DX_PERL@
279 DX_PROJECT = @DX_PROJECT@
280 ECHO_C = @ECHO_C@
281 ECHO_N = @ECHO_N@
282 ECHO_T = @ECHO_T@
283 EGREP = @EGREP@
284 EXEEXT = @EXEEXT@
285 FGREP = @FGREP@
286 GACUTIL = @GACUTIL@
287 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
288 GLIB20_CFLAGS = @GLIB20_CFLAGS@
289 GLIB20_LIBS = @GLIB20_LIBS@
290 GMOFILES = @GMOFILES@
291 GMSGFMT = @GMSGFMT@
292 GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
293 GOBJECT_LIBS = @GOBJECT_LIBS@
294 GREP = @GREP@
295 GTK20_CFLAGS = @GTK20_CFLAGS@
296 GTK20_LIBS = @GTK20_LIBS@
297 GTK30_CFLAGS = @GTK30_CFLAGS@
298 GTK30_LIBS = @GTK30_LIBS@
299 HOWL_COMPAT_VERSION = @HOWL_COMPAT_VERSION@
300 INSTALL = @INSTALL@
301 INSTALL_DATA = @INSTALL_DATA@
302 INSTALL_PROGRAM = @INSTALL_PROGRAM@
303 INSTALL_SCRIPT = @INSTALL_SCRIPT@
304 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
305 INSTOBJEXT = @INSTOBJEXT@
306 INTLLIBS = @INTLLIBS@
307 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
308 INTLTOOL_MERGE = @INTLTOOL_MERGE@
309 INTLTOOL_PERL = @INTLTOOL_PERL@
310 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
311 INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
312 INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
313 INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
314 INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
315 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
316 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
317 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
318 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
319 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
320 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
321 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
322 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
323 LD = @LD@
324 LDFLAGS = @LDFLAGS@
325 LIBAVAHI_CLIENT_VERSION_INFO = @LIBAVAHI_CLIENT_VERSION_INFO@
326 LIBAVAHI_COMMON_VERSION_INFO = @LIBAVAHI_COMMON_VERSION_INFO@
327 LIBAVAHI_COMPAT_HOWL_VERSION_INFO = @LIBAVAHI_COMPAT_HOWL_VERSION_INFO@
328 LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO = @LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO@
329 LIBAVAHI_CORE_VERSION_INFO = @LIBAVAHI_CORE_VERSION_INFO@
330 LIBAVAHI_GLIB_VERSION_INFO = @LIBAVAHI_GLIB_VERSION_INFO@
331 LIBAVAHI_GOBJECT_VERSION_INFO = @LIBAVAHI_GOBJECT_VERSION_INFO@
332 LIBAVAHI_QT3_VERSION_INFO = @LIBAVAHI_QT3_VERSION_INFO@
333 LIBAVAHI_QT4_VERSION_INFO = @LIBAVAHI_QT4_VERSION_INFO@
334 LIBAVAHI_UI_VERSION_INFO = @LIBAVAHI_UI_VERSION_INFO@
335 LIBDAEMON_CFLAGS = @LIBDAEMON_CFLAGS@
336 LIBDAEMON_LIBS = @LIBDAEMON_LIBS@
337 LIBOBJS = @LIBOBJS@
338 LIBS = @LIBS@
339 LIBTOOL = @LIBTOOL@
340 LIPO = @LIPO@
341 LN_S = @LN_S@
342 LTLIBOBJS = @LTLIBOBJS@
343 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
344 MAKEINFO = @MAKEINFO@
345 MANIFEST_TOOL = @MANIFEST_TOOL@
346 MCS = @MCS@
347 MDASSEMBLER = @MDASSEMBLER@
348 MKDIR_P = @MKDIR_P@
349 MKINSTALLDIRS = @MKINSTALLDIRS@
350 MOC_QT3 = @MOC_QT3@
351 MOC_QT4 = @MOC_QT4@
352 MONODOCER = @MONODOCER@
353 MONODOC_CFLAGS = @MONODOC_CFLAGS@
354 MONODOC_DIR = @MONODOC_DIR@
355 MONODOC_LIBS = @MONODOC_LIBS@
356 MSGFMT = @MSGFMT@
357 MSGFMT_OPTS = @MSGFMT_OPTS@
358 MSGMERGE = @MSGMERGE@
359 NM = @NM@
360 NMEDIT = @NMEDIT@
361 OBJDUMP = @OBJDUMP@
362 OBJEXT = @OBJEXT@
363 OTOOL = @OTOOL@
364 OTOOL64 = @OTOOL64@
365 PACKAGE = @PACKAGE@
366 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
367 PACKAGE_NAME = @PACKAGE_NAME@
368 PACKAGE_STRING = @PACKAGE_STRING@
369 PACKAGE_TARNAME = @PACKAGE_TARNAME@
370 PACKAGE_URL = @PACKAGE_URL@
371 PACKAGE_VERSION = @PACKAGE_VERSION@
372 PATH_SEPARATOR = @PATH_SEPARATOR@
373 PKG_CONFIG = @PKG_CONFIG@
374 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
375 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
376 POFILES = @POFILES@
377 POSUB = @POSUB@
378 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
379 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
380 PTHREAD_CC = @PTHREAD_CC@
381 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
382 PTHREAD_LIBS = @PTHREAD_LIBS@
383 PYTHON = @PYTHON@
384 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
385 PYTHON_PLATFORM = @PYTHON_PLATFORM@
386 PYTHON_PREFIX = @PYTHON_PREFIX@
387 PYTHON_VERSION = @PYTHON_VERSION@
388 QT3_CFLAGS = @QT3_CFLAGS@
389 QT3_LIBS = @QT3_LIBS@
390 QT4_CFLAGS = @QT4_CFLAGS@
391 QT4_LIBS = @QT4_LIBS@
392 RANLIB = @RANLIB@
393 SED = @SED@
394 SET_MAKE = @SET_MAKE@
395 SHELL = @SHELL@
396 STOW = @STOW@
397 STRIP = @STRIP@
398 USE_NLS = @USE_NLS@
399 VERSION = @VERSION@
400 VISIBILITY_HIDDEN_CFLAGS = @VISIBILITY_HIDDEN_CFLAGS@
401 XGETTEXT = @XGETTEXT@
402 XML_CFLAGS = @XML_CFLAGS@
403 XML_LIBS = @XML_LIBS@
404 abs_builddir = @abs_builddir@
405 abs_srcdir = @abs_srcdir@
406 abs_top_builddir = @abs_top_builddir@
407 abs_top_srcdir = @abs_top_srcdir@
408 ac_ct_AR = @ac_ct_AR@
409 ac_ct_CC = @ac_ct_CC@
410 ac_ct_CXX = @ac_ct_CXX@
411 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
412 acx_pthread_config = @acx_pthread_config@
413 am__include = @am__include@
414 am__leading_dot = @am__leading_dot@
415 am__quote = @am__quote@
416 am__tar = @am__tar@
417 am__untar = @am__untar@
418 avahi_runtime_dir = @avahi_runtime_dir@
419 avahi_socket = @avahi_socket@
420 avahilocaledir = @avahilocaledir@
421 bindir = @bindir@
422 build = @build@
423 build_alias = @build_alias@
424 build_cpu = @build_cpu@
425 build_os = @build_os@
426 build_vendor = @build_vendor@
427 builddir = @builddir@
428 datadir = @datadir@
429 datarootdir = @datarootdir@
430 docdir = @docdir@
431 dvidir = @dvidir@
432 exec_prefix = @exec_prefix@
433 have_pkg_config = @have_pkg_config@
434 have_xmltoman = @have_xmltoman@
435 host = @host@
436 host_alias = @host_alias@
437 host_cpu = @host_cpu@
438 host_os = @host_os@
439 host_vendor = @host_vendor@
440 htmldir = @htmldir@
441 includedir = @includedir@
442 infodir = @infodir@
443 install_sh = @install_sh@
444 interfacesdir = @interfacesdir@
445 intltool__v_merge_options_ = @intltool__v_merge_options_@
446 intltool__v_merge_options_0 = @intltool__v_merge_options_0@
447 libdir = @libdir@
448 libexecdir = @libexecdir@
449 localedir = @localedir@
450 localstatedir = @localstatedir@
451 mandir = @mandir@
452 mkdir_p = @mkdir_p@
453 oldincludedir = @oldincludedir@
454 pdfdir = @pdfdir@
455 pkgpyexecdir = @pkgpyexecdir@
456 pkgpythondir = @pkgpythondir@
457 prefix = @prefix@
458 program_transform_name = @program_transform_name@
459 psdir = @psdir@
460 pyexecdir = @pyexecdir@
461 pythondir = @pythondir@
462 runstatedir = @runstatedir@
463 sbindir = @sbindir@
464 sharedstatedir = @sharedstatedir@
465 srcdir = @srcdir@
466 sysconfdir = @sysconfdir@
467 systemdsystemunitdir = @systemdsystemunitdir@
468 target_alias = @target_alias@
469 top_build_prefix = @top_build_prefix@
470 top_builddir = @top_builddir@
471 top_srcdir = @top_srcdir@
472 SUBDIRS = $(am__append_1) $(am__append_2) $(am__append_3) \
473 $(am__append_4) $(am__append_5) $(am__append_6) \
474 $(am__append_7) $(am__append_8) $(am__append_9)
475 all: all-recursive
476
477 .SUFFIXES:
478 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
479 @for dep in $?; do \
480 case '$(am__configure_deps)' in \
481 *$$dep*) \
482 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
483 && { if test -f $@; then exit 0; else break; fi; }; \
484 exit 1;; \
485 esac; \
486 done; \
487 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign initscript/Makefile'; \
488 $(am__cd) $(top_srcdir) && \
489 $(AUTOMAKE) --foreign initscript/Makefile
490 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
491 @case '$?' in \
492 *config.status*) \
493 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
494 *) \
495 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
496 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
497 esac;
498
499 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
500 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
501
502 $(top_srcdir)/configure: $(am__configure_deps)
503 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
504 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
505 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
506 $(am__aclocal_m4_deps):
507
508 mostlyclean-libtool:
509 -rm -f *.lo
510
511 clean-libtool:
512 -rm -rf .libs _libs
513
514 # This directory's subdirectories are mostly independent; you can cd
515 # into them and run 'make' without going through this Makefile.
516 # To change the values of 'make' variables: instead of editing Makefiles,
517 # (1) if the variable is set in 'config.status', edit 'config.status'
518 # (which will cause the Makefiles to be regenerated when you run 'make');
519 # (2) otherwise, pass the desired values on the 'make' command line.
520 $(am__recursive_targets):
521 @fail=; \
522 if $(am__make_keepgoing); then \
523 failcom='fail=yes'; \
524 else \
525 failcom='exit 1'; \
526 fi; \
527 dot_seen=no; \
528 target=`echo $@ | sed s/-recursive//`; \
529 case "$@" in \
530 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
531 *) list='$(SUBDIRS)' ;; \
532 esac; \
533 for subdir in $$list; do \
534 echo "Making $$target in $$subdir"; \
535 if test "$$subdir" = "."; then \
536 dot_seen=yes; \
537 local_target="$$target-am"; \
538 else \
539 local_target="$$target"; \
540 fi; \
541 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
542 || eval $$failcom; \
543 done; \
544 if test "$$dot_seen" = "no"; then \
545 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
546 fi; test -z "$$fail"
547
548 ID: $(am__tagged_files)
549 $(am__define_uniq_tagged_files); mkid -fID $$unique
550 tags: tags-recursive
551 TAGS: tags
552
553 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
554 set x; \
555 here=`pwd`; \
556 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
557 include_option=--etags-include; \
558 empty_fix=.; \
559 else \
560 include_option=--include; \
561 empty_fix=; \
562 fi; \
563 list='$(SUBDIRS)'; for subdir in $$list; do \
564 if test "$$subdir" = .; then :; else \
565 test ! -f $$subdir/TAGS || \
566 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
567 fi; \
568 done; \
569 $(am__define_uniq_tagged_files); \
570 shift; \
571 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
572 test -n "$$unique" || unique=$$empty_fix; \
573 if test $$# -gt 0; then \
574 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
575 "$$@" $$unique; \
576 else \
577 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
578 $$unique; \
579 fi; \
580 fi
581 ctags: ctags-recursive
582
583 CTAGS: ctags
584 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
585 $(am__define_uniq_tagged_files); \
586 test -z "$(CTAGS_ARGS)$$unique" \
587 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
588 $$unique
589
590 GTAGS:
591 here=`$(am__cd) $(top_builddir) && pwd` \
592 && $(am__cd) $(top_srcdir) \
593 && gtags -i $(GTAGS_ARGS) "$$here"
594 cscopelist: cscopelist-recursive
595
596 cscopelist-am: $(am__tagged_files)
597 list='$(am__tagged_files)'; \
598 case "$(srcdir)" in \
599 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
600 *) sdir=$(subdir)/$(srcdir) ;; \
601 esac; \
602 for i in $$list; do \
603 if test -f "$$i"; then \
604 echo "$(subdir)/$$i"; \
605 else \
606 echo "$$sdir/$$i"; \
607 fi; \
608 done >> $(top_builddir)/cscope.files
609
610 distclean-tags:
611 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
612
613 distdir: $(DISTFILES)
614 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
615 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
616 list='$(DISTFILES)'; \
617 dist_files=`for file in $$list; do echo $$file; done | \
618 sed -e "s|^$$srcdirstrip/||;t" \
619 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
620 case $$dist_files in \
621 */*) $(MKDIR_P) `echo "$$dist_files" | \
622 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
623 sort -u` ;; \
624 esac; \
625 for file in $$dist_files; do \
626 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
627 if test -d $$d/$$file; then \
628 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
629 if test -d "$(distdir)/$$file"; then \
630 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
631 fi; \
632 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
633 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
634 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
635 fi; \
636 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
637 else \
638 test -f "$(distdir)/$$file" \
639 || cp -p $$d/$$file "$(distdir)/$$file" \
640 || exit 1; \
641 fi; \
642 done
643 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
644 if test "$$subdir" = .; then :; else \
645 $(am__make_dryrun) \
646 || test -d "$(distdir)/$$subdir" \
647 || $(MKDIR_P) "$(distdir)/$$subdir" \
648 || exit 1; \
649 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
650 $(am__relativize); \
651 new_distdir=$$reldir; \
652 dir1=$$subdir; dir2="$(top_distdir)"; \
653 $(am__relativize); \
654 new_top_distdir=$$reldir; \
655 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
656 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
657 ($(am__cd) $$subdir && \
658 $(MAKE) $(AM_MAKEFLAGS) \
659 top_distdir="$$new_top_distdir" \
660 distdir="$$new_distdir" \
661 am__remove_distdir=: \
662 am__skip_length_check=: \
663 am__skip_mode_fix=: \
664 distdir) \
665 || exit 1; \
666 fi; \
667 done
668 check-am: all-am
669 check: check-recursive
670 all-am: Makefile
671 installdirs: installdirs-recursive
672 installdirs-am:
673 install: install-recursive
674 install-exec: install-exec-recursive
675 install-data: install-data-recursive
676 uninstall: uninstall-recursive
677
678 install-am: all-am
679 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
680
681 installcheck: installcheck-recursive
682 install-strip:
683 if test -z '$(STRIP)'; then \
684 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
685 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
686 install; \
687 else \
688 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
689 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
690 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
691 fi
692 mostlyclean-generic:
693
694 clean-generic:
695
696 distclean-generic:
697 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
698 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
699
700 maintainer-clean-generic:
701 @echo "This command is intended for maintainers to use"
702 @echo "it deletes files that may require special tools to rebuild."
703 clean: clean-recursive
704
705 clean-am: clean-generic clean-libtool mostlyclean-am
706
707 distclean: distclean-recursive
708 -rm -f Makefile
709 distclean-am: clean-am distclean-generic distclean-tags
710
711 dvi: dvi-recursive
712
713 dvi-am:
714
715 html: html-recursive
716
717 html-am:
718
719 info: info-recursive
720
721 info-am:
722
723 install-data-am:
724
725 install-dvi: install-dvi-recursive
726
727 install-dvi-am:
728
729 install-exec-am:
730
731 install-html: install-html-recursive
732
733 install-html-am:
734
735 install-info: install-info-recursive
736
737 install-info-am:
738
739 install-man:
740
741 install-pdf: install-pdf-recursive
742
743 install-pdf-am:
744
745 install-ps: install-ps-recursive
746
747 install-ps-am:
748
749 installcheck-am:
750
751 maintainer-clean: maintainer-clean-recursive
752 -rm -f Makefile
753 maintainer-clean-am: distclean-am maintainer-clean-generic
754
755 mostlyclean: mostlyclean-recursive
756
757 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
758
759 pdf: pdf-recursive
760
761 pdf-am:
762
763 ps: ps-recursive
764
765 ps-am:
766
767 uninstall-am:
768
769 .MAKE: $(am__recursive_targets) install-am install-strip
770
771 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
772 check-am clean clean-generic clean-libtool cscopelist-am ctags \
773 ctags-am distclean distclean-generic distclean-libtool \
774 distclean-tags distdir dvi dvi-am html html-am info info-am \
775 install install-am install-data install-data-am install-dvi \
776 install-dvi-am install-exec install-exec-am install-html \
777 install-html-am install-info install-info-am install-man \
778 install-pdf install-pdf-am install-ps install-ps-am \
779 install-strip installcheck installcheck-am installdirs \
780 installdirs-am maintainer-clean maintainer-clean-generic \
781 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
782 ps ps-am tags tags-am uninstall uninstall-am
783
784 .PRECIOUS: Makefile
785
786
787 # Tell versions [3.59,3.63) of GNU make to not export all variables.
788 # Otherwise a system limit (for SysV at least) may be exceeded.
789 .NOEXPORT:
+0
-38
initscript/archlinux/Makefile.am less more
0 # This file is part of avahi.
1 #
2 # avahi is free software; you can redistribute it and/or modify it
3 # under the terms of the GNU Lesser General Public License as
4 # published by the Free Software Foundation; either version 2 of the
5 # License, or (at your option) any later version.
6 #
7 # avahi is distributed in the hope that it will be useful, but WITHOUT
8 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
9 # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
10 # License for more details.
11 #
12 # You should have received a copy of the GNU Lesser General Public
13 # License along with avahi; if not, write to the Free Software
14 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
15 # USA.
16
17 initddir = $(sysconfdir)/rc.d
18
19 EXTRA_DIST = \
20 avahi-daemon.in \
21 avahi-dnsconfd.in
22
23 initd_SCRIPTS = \
24 avahi-daemon \
25 avahi-dnsconfd
26
27 CLEANFILES = \
28 avahi-daemon \
29 avahi-dnsconfd
30
31 avahi-daemon: avahi-daemon.in
32 sed -e 's,@sbindir\@,$(sbindir),g' $< > $@
33 chmod +x $@
34
35 avahi-dnsconfd: avahi-dnsconfd.in
36 sed -e 's,@sbindir\@,$(sbindir),g' $< > $@
37 chmod +x $@
+0
-72
initscript/archlinux/avahi-daemon.in less more
0 #!/bin/bash
1
2 # This file is part of avahi.
3 #
4 # avahi is free software; you can redistribute it and/or modify it
5 # under the terms of the GNU Lesser General Public License as
6 # published by the Free Software Foundation; either version 2 of the
7 # License, or (at your option) any later version.
8 #
9 # avahi is distributed in the hope that it will be useful, but WITHOUT
10 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
11 # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
12 # License for more details.
13 #
14 # You should have received a copy of the GNU Lesser General Public
15 # License along with avahi; if not, write to the Free Software
16 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
17 # USA.
18
19 #
20 # Authors: <lathiat@bur.st>
21 #
22
23
24 # general config
25 . /etc/rc.conf
26 . /etc/rc.d/functions
27
28 PATH=/sbin:/bin:/usr/sbin:/usr/bin
29 DESC="Avahi mDNS/DNS-SD Daemon"
30 NAME="avahi-daemon"
31 DAEMON="@sbindir@/$NAME"
32
33 case "$1" in
34 start)
35 stat_busy "Starting $DESC"
36 $DAEMON -D > /dev/null 2>&1
37 if [ $? -gt 0 ]; then
38 stat_fail
39 else
40 add_daemon $NAME
41 stat_done
42 fi
43 ;;
44 stop)
45 stat_busy "Stopping $DESC"
46 $DAEMON -k > /dev/null 2>&1
47 if [ $? -gt 0 ]; then
48 stat_fail
49 else
50 rm_daemon $NAME
51 stat_done
52 fi
53 ;;
54 restart)
55 $0 stop
56 $0 start
57 ;;
58 reload)
59 stat_busy "Reloading services for $DESC"
60 $DAEMON -r > /dev/null 2>&1
61 if [ $? -gt 0 ]; then
62 stat_fail
63 else
64 stat_done
65 fi
66 ;;
67 *)
68 echo "usage: $0 {start|stop|restart|reload}"
69 ;;
70 esac
71 exit 0
+0
-72
initscript/archlinux/avahi-dnsconfd.in less more
0 #!/bin/bash
1
2 # This file is part of avahi.
3 #
4 # avahi is free software; you can redistribute it and/or modify it
5 # under the terms of the GNU Lesser General Public License as
6 # published by the Free Software Foundation; either version 2 of the
7 # License, or (at your option) any later version.
8 #
9 # avahi is distributed in the hope that it will be useful, but WITHOUT
10 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
11 # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
12 # License for more details.
13 #
14 # You should have received a copy of the GNU Lesser General Public
15 # License along with avahi; if not, write to the Free Software
16 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
17 # USA.
18
19 #
20 # Authors: <lathiat@bur.st>
21 #
22
23
24 # general config
25 . /etc/rc.conf
26 . /etc/rc.d/functions
27
28 PATH=/sbin:/bin:/usr/sbin:/usr/bin
29 DESC="Avahi mDNS/DNS-SD DNS Server Configuration Daemon"
30 NAME="avahi-dnsconfd"
31 DAEMON="@sbindir@/$NAME"
32
33 case "$1" in
34 start)
35 stat_busy "Starting $DESC"
36 $DAEMON -D > /dev/null 2>&1
37 if [ $? -gt 0 ]; then
38 stat_fail
39 else
40 add_daemon $NAME
41 stat_done
42 fi
43 ;;
44 stop)
45 stat_busy "Stopping $DESC"
46 $DAEMON -k > /dev/null 2>&1
47 if [ $? -gt 0 ]; then
48 stat_fail
49 else
50 rm_daemon $NAME
51 stat_done
52 fi
53 ;;
54 restart)
55 $0 stop
56 $0 start
57 ;;
58 reload)
59 stat_busy "Reloading services for $DESC"
60 $DAEMON -r > /dev/null 2>&1
61 if [ $? -gt 0 ]; then
62 stat_fail
63 else
64 stat_done
65 fi
66 ;;
67 *)
68 echo "usage: $0 {start|stop|restart|reload}"
69 ;;
70 esac
71 exit 0
0 # Makefile.in generated by automake 1.15 from Makefile.am.
1 # @configure_input@
2
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
4
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 @SET_MAKE@
15
16 # This file is part of avahi.
17 #
18 # avahi is free software; you can redistribute it and/or modify it
19 # under the terms of the GNU Lesser General Public License as
20 # published by the Free Software Foundation; either version 2 of the
21 # License, or (at your option) any later version.
22 #
23 # avahi is distributed in the hope that it will be useful, but WITHOUT
24 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
25 # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
26 # License for more details.
27 #
28 # You should have received a copy of the GNU Lesser General Public
29 # License along with avahi; if not, write to the Free Software
30 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
31 # USA.
32
33 VPATH = @srcdir@
34 am__is_gnu_make = { \
35 if test -z '$(MAKELEVEL)'; then \
36 false; \
37 elif test -n '$(MAKE_HOST)'; then \
38 true; \
39 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
40 true; \
41 else \
42 false; \
43 fi; \
44 }
45 am__make_running_with_option = \
46 case $${target_option-} in \
47 ?) ;; \
48 *) echo "am__make_running_with_option: internal error: invalid" \
49 "target option '$${target_option-}' specified" >&2; \
50 exit 1;; \
51 esac; \
52 has_opt=no; \
53 sane_makeflags=$$MAKEFLAGS; \
54 if $(am__is_gnu_make); then \
55 sane_makeflags=$$MFLAGS; \
56 else \
57 case $$MAKEFLAGS in \
58 *\\[\ \ ]*) \
59 bs=\\; \
60 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
61 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
62 esac; \
63 fi; \
64 skip_next=no; \
65 strip_trailopt () \
66 { \
67 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
68 }; \
69 for flg in $$sane_makeflags; do \
70 test $$skip_next = yes && { skip_next=no; continue; }; \
71 case $$flg in \
72 *=*|--*) continue;; \
73 -*I) strip_trailopt 'I'; skip_next=yes;; \
74 -*I?*) strip_trailopt 'I';; \
75 -*O) strip_trailopt 'O'; skip_next=yes;; \
76 -*O?*) strip_trailopt 'O';; \
77 -*l) strip_trailopt 'l'; skip_next=yes;; \
78 -*l?*) strip_trailopt 'l';; \
79 -[dEDm]) skip_next=yes;; \
80 -[JT]) skip_next=yes;; \
81 esac; \
82 case $$flg in \
83 *$$target_option*) has_opt=yes; break;; \
84 esac; \
85 done; \
86 test $$has_opt = yes
87 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
88 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
89 pkgdatadir = $(datadir)/@PACKAGE@
90 pkgincludedir = $(includedir)/@PACKAGE@
91 pkglibdir = $(libdir)/@PACKAGE@
92 pkglibexecdir = $(libexecdir)/@PACKAGE@
93 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
94 install_sh_DATA = $(install_sh) -c -m 644
95 install_sh_PROGRAM = $(install_sh) -c
96 install_sh_SCRIPT = $(install_sh) -c
97 INSTALL_HEADER = $(INSTALL_DATA)
98 transform = $(program_transform_name)
99 NORMAL_INSTALL = :
100 PRE_INSTALL = :
101 POST_INSTALL = :
102 NORMAL_UNINSTALL = :
103 PRE_UNINSTALL = :
104 POST_UNINSTALL = :
105 build_triplet = @build@
106 host_triplet = @host@
107 subdir = initscript/darwin
108 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
109 am__aclocal_m4_deps = $(top_srcdir)/common/acx_pthread.m4 \
110 $(top_srcdir)/common/gcc_stack_protect.m4 \
111 $(top_srcdir)/common/gcc_visibility.m4 \
112 $(top_srcdir)/common/intltool.m4 \
113 $(top_srcdir)/common/introspection.m4 \
114 $(top_srcdir)/common/libtool.m4 \
115 $(top_srcdir)/common/ltoptions.m4 \
116 $(top_srcdir)/common/ltsugar.m4 \
117 $(top_srcdir)/common/ltversion.m4 \
118 $(top_srcdir)/common/lt~obsolete.m4 \
119 $(top_srcdir)/common/nls.m4 $(top_srcdir)/common/python.m4 \
120 $(top_srcdir)/acinclude.m4 $(top_srcdir)/common/doxygen.m4 \
121 $(top_srcdir)/configure.ac
122 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
123 $(ACLOCAL_M4)
124 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
125 mkinstalldirs = $(install_sh) -d
126 CONFIG_HEADER = $(top_builddir)/config.h
127 CONFIG_CLEAN_FILES =
128 CONFIG_CLEAN_VPATH_FILES =
129 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
130 am__vpath_adj = case $$p in \
131 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
132 *) f=$$p;; \
133 esac;
134 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
135 am__install_max = 40
136 am__nobase_strip_setup = \
137 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
138 am__nobase_strip = \
139 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
140 am__nobase_list = $(am__nobase_strip_setup); \
141 for p in $$list; do echo "$$p $$p"; done | \
142 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
143 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
144 if (++n[$$2] == $(am__install_max)) \
145 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
146 END { for (dir in files) print dir, files[dir] }'
147 am__base_list = \
148 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
149 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
150 am__uninstall_files_from_dir = { \
151 test -z "$$files" \
152 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
153 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
154 $(am__cd) "$$dir" && rm -f $$files; }; \
155 }
156 am__installdirs = "$(DESTDIR)$(initddir)"
157 SCRIPTS = $(initd_SCRIPTS)
158 AM_V_P = $(am__v_P_@AM_V@)
159 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
160 am__v_P_0 = false
161 am__v_P_1 = :
162 AM_V_GEN = $(am__v_GEN_@AM_V@)
163 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
164 am__v_GEN_0 = @echo " GEN " $@;
165 am__v_GEN_1 =
166 AM_V_at = $(am__v_at_@AM_V@)
167 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
168 am__v_at_0 = @
169 am__v_at_1 =
170 SOURCES =
171 DIST_SOURCES =
172 am__can_run_installinfo = \
173 case $$AM_UPDATE_INFO_DIR in \
174 n|no|NO) false;; \
175 *) (install-info --version) >/dev/null 2>&1;; \
176 esac
177 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
178 am__DIST_COMMON = $(srcdir)/Makefile.in
179 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
180 ACLOCAL = @ACLOCAL@
181 ALL_LINGUAS = @ALL_LINGUAS@
182 AMTAR = @AMTAR@
183 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
184 AR = @AR@
185 AUTOCONF = @AUTOCONF@
186 AUTOHEADER = @AUTOHEADER@
187 AUTOMAKE = @AUTOMAKE@
188 AVAHI_AUTOIPD_GROUP = @AVAHI_AUTOIPD_GROUP@
189 AVAHI_AUTOIPD_USER = @AVAHI_AUTOIPD_USER@
190 AVAHI_GROUP = @AVAHI_GROUP@
191 AVAHI_PRIV_ACCESS_GROUP = @AVAHI_PRIV_ACCESS_GROUP@
192 AVAHI_USER = @AVAHI_USER@
193 AWK = @AWK@
194 CATALOGS = @CATALOGS@
195 CATOBJEXT = @CATOBJEXT@
196 CC = @CC@
197 CCDEPMODE = @CCDEPMODE@
198 CFLAGS = @CFLAGS@
199 CPP = @CPP@
200 CPPFLAGS = @CPPFLAGS@
201 CXX = @CXX@
202 CXXCPP = @CXXCPP@
203 CXXDEPMODE = @CXXDEPMODE@
204 CXXFLAGS = @CXXFLAGS@
205 CYGPATH_W = @CYGPATH_W@
206 DATADIRNAME = @DATADIRNAME@
207 DBUS_CFLAGS = @DBUS_CFLAGS@
208 DBUS_LIBS = @DBUS_LIBS@
209 DBUS_SYSTEM_BUS_DEFAULT_ADDRESS = @DBUS_SYSTEM_BUS_DEFAULT_ADDRESS@
210 DBUS_SYS_DIR = @DBUS_SYS_DIR@
211 DEFS = @DEFS@
212 DEPDIR = @DEPDIR@
213 DLLTOOL = @DLLTOOL@
214 DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
215 DSYMUTIL = @DSYMUTIL@
216 DUMPBIN = @DUMPBIN@
217 DX_CONFIG = @DX_CONFIG@
218 DX_DOCDIR = @DX_DOCDIR@
219 DX_DOT = @DX_DOT@
220 DX_DOXYGEN = @DX_DOXYGEN@
221 DX_DVIPS = @DX_DVIPS@
222 DX_EGREP = @DX_EGREP@
223 DX_ENV = @DX_ENV@
224 DX_FLAG_chi = @DX_FLAG_chi@
225 DX_FLAG_chm = @DX_FLAG_chm@
226 DX_FLAG_doc = @DX_FLAG_doc@
227 DX_FLAG_dot = @DX_FLAG_dot@
228 DX_FLAG_html = @DX_FLAG_html@
229 DX_FLAG_man = @DX_FLAG_man@
230 DX_FLAG_pdf = @DX_FLAG_pdf@
231 DX_FLAG_ps = @DX_FLAG_ps@
232 DX_FLAG_rtf = @DX_FLAG_rtf@
233 DX_FLAG_xml = @DX_FLAG_xml@
234 DX_HHC = @DX_HHC@
235 DX_LATEX = @DX_LATEX@
236 DX_MAKEINDEX = @DX_MAKEINDEX@
237 DX_PDFLATEX = @DX_PDFLATEX@
238 DX_PERL = @DX_PERL@
239 DX_PROJECT = @DX_PROJECT@
240 ECHO_C = @ECHO_C@
241 ECHO_N = @ECHO_N@
242 ECHO_T = @ECHO_T@
243 EGREP = @EGREP@
244 EXEEXT = @EXEEXT@
245 FGREP = @FGREP@
246 GACUTIL = @GACUTIL@
247 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
248 GLIB20_CFLAGS = @GLIB20_CFLAGS@
249 GLIB20_LIBS = @GLIB20_LIBS@
250 GMOFILES = @GMOFILES@
251 GMSGFMT = @GMSGFMT@
252 GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
253 GOBJECT_LIBS = @GOBJECT_LIBS@
254 GREP = @GREP@
255 GTK20_CFLAGS = @GTK20_CFLAGS@
256 GTK20_LIBS = @GTK20_LIBS@
257 GTK30_CFLAGS = @GTK30_CFLAGS@
258 GTK30_LIBS = @GTK30_LIBS@
259 HOWL_COMPAT_VERSION = @HOWL_COMPAT_VERSION@
260 INSTALL = @INSTALL@
261 INSTALL_DATA = @INSTALL_DATA@
262 INSTALL_PROGRAM = @INSTALL_PROGRAM@
263 INSTALL_SCRIPT = @INSTALL_SCRIPT@
264 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
265 INSTOBJEXT = @INSTOBJEXT@
266 INTLLIBS = @INTLLIBS@
267 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
268 INTLTOOL_MERGE = @INTLTOOL_MERGE@
269 INTLTOOL_PERL = @INTLTOOL_PERL@
270 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
271 INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
272 INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
273 INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
274 INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
275 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
276 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
277 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
278 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
279 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
280 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
281 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
282 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
283 LD = @LD@
284 LDFLAGS = @LDFLAGS@
285 LIBAVAHI_CLIENT_VERSION_INFO = @LIBAVAHI_CLIENT_VERSION_INFO@
286 LIBAVAHI_COMMON_VERSION_INFO = @LIBAVAHI_COMMON_VERSION_INFO@
287 LIBAVAHI_COMPAT_HOWL_VERSION_INFO = @LIBAVAHI_COMPAT_HOWL_VERSION_INFO@
288 LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO = @LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO@
289 LIBAVAHI_CORE_VERSION_INFO = @LIBAVAHI_CORE_VERSION_INFO@
290 LIBAVAHI_GLIB_VERSION_INFO = @LIBAVAHI_GLIB_VERSION_INFO@
291 LIBAVAHI_GOBJECT_VERSION_INFO = @LIBAVAHI_GOBJECT_VERSION_INFO@
292 LIBAVAHI_QT3_VERSION_INFO = @LIBAVAHI_QT3_VERSION_INFO@
293 LIBAVAHI_QT4_VERSION_INFO = @LIBAVAHI_QT4_VERSION_INFO@
294 LIBAVAHI_UI_VERSION_INFO = @LIBAVAHI_UI_VERSION_INFO@
295 LIBDAEMON_CFLAGS = @LIBDAEMON_CFLAGS@
296 LIBDAEMON_LIBS = @LIBDAEMON_LIBS@
297 LIBOBJS = @LIBOBJS@
298 LIBS = @LIBS@
299 LIBTOOL = @LIBTOOL@
300 LIPO = @LIPO@
301 LN_S = @LN_S@
302 LTLIBOBJS = @LTLIBOBJS@
303 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
304 MAKEINFO = @MAKEINFO@
305 MANIFEST_TOOL = @MANIFEST_TOOL@
306 MCS = @MCS@
307 MDASSEMBLER = @MDASSEMBLER@
308 MKDIR_P = @MKDIR_P@
309 MKINSTALLDIRS = @MKINSTALLDIRS@
310 MOC_QT3 = @MOC_QT3@
311 MOC_QT4 = @MOC_QT4@
312 MONODOCER = @MONODOCER@
313 MONODOC_CFLAGS = @MONODOC_CFLAGS@
314 MONODOC_DIR = @MONODOC_DIR@
315 MONODOC_LIBS = @MONODOC_LIBS@
316 MSGFMT = @MSGFMT@
317 MSGFMT_OPTS = @MSGFMT_OPTS@
318 MSGMERGE = @MSGMERGE@
319 NM = @NM@
320 NMEDIT = @NMEDIT@
321 OBJDUMP = @OBJDUMP@
322 OBJEXT = @OBJEXT@
323 OTOOL = @OTOOL@
324 OTOOL64 = @OTOOL64@
325 PACKAGE = @PACKAGE@
326 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
327 PACKAGE_NAME = @PACKAGE_NAME@
328 PACKAGE_STRING = @PACKAGE_STRING@
329 PACKAGE_TARNAME = @PACKAGE_TARNAME@
330 PACKAGE_URL = @PACKAGE_URL@
331 PACKAGE_VERSION = @PACKAGE_VERSION@
332 PATH_SEPARATOR = @PATH_SEPARATOR@
333 PKG_CONFIG = @PKG_CONFIG@
334 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
335 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
336 POFILES = @POFILES@
337 POSUB = @POSUB@
338 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
339 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
340 PTHREAD_CC = @PTHREAD_CC@
341 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
342 PTHREAD_LIBS = @PTHREAD_LIBS@
343 PYTHON = @PYTHON@
344 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
345 PYTHON_PLATFORM = @PYTHON_PLATFORM@
346 PYTHON_PREFIX = @PYTHON_PREFIX@
347 PYTHON_VERSION = @PYTHON_VERSION@
348 QT3_CFLAGS = @QT3_CFLAGS@
349 QT3_LIBS = @QT3_LIBS@
350 QT4_CFLAGS = @QT4_CFLAGS@
351 QT4_LIBS = @QT4_LIBS@
352 RANLIB = @RANLIB@
353 SED = @SED@
354 SET_MAKE = @SET_MAKE@
355 SHELL = @SHELL@
356 STOW = @STOW@
357 STRIP = @STRIP@
358 USE_NLS = @USE_NLS@
359 VERSION = @VERSION@
360 VISIBILITY_HIDDEN_CFLAGS = @VISIBILITY_HIDDEN_CFLAGS@
361 XGETTEXT = @XGETTEXT@
362 XML_CFLAGS = @XML_CFLAGS@
363 XML_LIBS = @XML_LIBS@
364 abs_builddir = @abs_builddir@
365 abs_srcdir = @abs_srcdir@
366 abs_top_builddir = @abs_top_builddir@
367 abs_top_srcdir = @abs_top_srcdir@
368 ac_ct_AR = @ac_ct_AR@
369 ac_ct_CC = @ac_ct_CC@
370 ac_ct_CXX = @ac_ct_CXX@
371 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
372 acx_pthread_config = @acx_pthread_config@
373 am__include = @am__include@
374 am__leading_dot = @am__leading_dot@
375 am__quote = @am__quote@
376 am__tar = @am__tar@
377 am__untar = @am__untar@
378 avahi_runtime_dir = @avahi_runtime_dir@
379 avahi_socket = @avahi_socket@
380 avahilocaledir = @avahilocaledir@
381 bindir = @bindir@
382 build = @build@
383 build_alias = @build_alias@
384 build_cpu = @build_cpu@
385 build_os = @build_os@
386 build_vendor = @build_vendor@
387 builddir = @builddir@
388 datadir = @datadir@
389 datarootdir = @datarootdir@
390 docdir = @docdir@
391 dvidir = @dvidir@
392 exec_prefix = @exec_prefix@
393 have_pkg_config = @have_pkg_config@
394 have_xmltoman = @have_xmltoman@
395 host = @host@
396 host_alias = @host_alias@
397 host_cpu = @host_cpu@
398 host_os = @host_os@
399 host_vendor = @host_vendor@
400 htmldir = @htmldir@
401 includedir = @includedir@
402 infodir = @infodir@
403 install_sh = @install_sh@
404 interfacesdir = @interfacesdir@
405 intltool__v_merge_options_ = @intltool__v_merge_options_@
406 intltool__v_merge_options_0 = @intltool__v_merge_options_0@
407 libdir = @libdir@
408 libexecdir = @libexecdir@
409 localedir = @localedir@
410 localstatedir = @localstatedir@
411 mandir = @mandir@
412 mkdir_p = @mkdir_p@
413 oldincludedir = @oldincludedir@
414 pdfdir = @pdfdir@
415 pkgpyexecdir = @pkgpyexecdir@
416 pkgpythondir = @pkgpythondir@
417 prefix = @prefix@
418 program_transform_name = @program_transform_name@
419 psdir = @psdir@
420 pyexecdir = @pyexecdir@
421 pythondir = @pythondir@
422 runstatedir = @runstatedir@
423 sbindir = @sbindir@
424 sharedstatedir = @sharedstatedir@
425 srcdir = @srcdir@
426 sysconfdir = @sysconfdir@
427 systemdsystemunitdir = @systemdsystemunitdir@
428 target_alias = @target_alias@
429 top_build_prefix = @top_build_prefix@
430 top_builddir = @top_builddir@
431 top_srcdir = @top_srcdir@
432 initddir = /Library/LaunchDaemons/
433 EXTRA_DIST = \
434 org.freedesktop.avahi-daemon.plist.in \
435 org.freedesktop.avahi-dnsconfd.plist.in
436
437 initd_SCRIPTS = \
438 org.freedesktop.avahi-daemon.plist \
439 org.freedesktop.avahi-dnsconfd.plist
440
441 CLEANFILES = \
442 org.freedesktop.avahi-daemon.plist \
443 org.freedesktop.avahi-dnsconfd.plist
444
445 all: all-am
446
447 .SUFFIXES:
448 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
449 @for dep in $?; do \
450 case '$(am__configure_deps)' in \
451 *$$dep*) \
452 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
453 && { if test -f $@; then exit 0; else break; fi; }; \
454 exit 1;; \
455 esac; \
456 done; \
457 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign initscript/darwin/Makefile'; \
458 $(am__cd) $(top_srcdir) && \
459 $(AUTOMAKE) --foreign initscript/darwin/Makefile
460 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
461 @case '$?' in \
462 *config.status*) \
463 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
464 *) \
465 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
466 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
467 esac;
468
469 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
470 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
471
472 $(top_srcdir)/configure: $(am__configure_deps)
473 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
474 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
475 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
476 $(am__aclocal_m4_deps):
477 install-initdSCRIPTS: $(initd_SCRIPTS)
478 @$(NORMAL_INSTALL)
479 @list='$(initd_SCRIPTS)'; test -n "$(initddir)" || list=; \
480 if test -n "$$list"; then \
481 echo " $(MKDIR_P) '$(DESTDIR)$(initddir)'"; \
482 $(MKDIR_P) "$(DESTDIR)$(initddir)" || exit 1; \
483 fi; \
484 for p in $$list; do \
485 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
486 if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
487 done | \
488 sed -e 'p;s,.*/,,;n' \
489 -e 'h;s|.*|.|' \
490 -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
491 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
492 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
493 if ($$2 == $$4) { files[d] = files[d] " " $$1; \
494 if (++n[d] == $(am__install_max)) { \
495 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
496 else { print "f", d "/" $$4, $$1 } } \
497 END { for (d in files) print "f", d, files[d] }' | \
498 while read type dir files; do \
499 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
500 test -z "$$files" || { \
501 echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(initddir)$$dir'"; \
502 $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(initddir)$$dir" || exit $$?; \
503 } \
504 ; done
505
506 uninstall-initdSCRIPTS:
507 @$(NORMAL_UNINSTALL)
508 @list='$(initd_SCRIPTS)'; test -n "$(initddir)" || exit 0; \
509 files=`for p in $$list; do echo "$$p"; done | \
510 sed -e 's,.*/,,;$(transform)'`; \
511 dir='$(DESTDIR)$(initddir)'; $(am__uninstall_files_from_dir)
512
513 mostlyclean-libtool:
514 -rm -f *.lo
515
516 clean-libtool:
517 -rm -rf .libs _libs
518 tags TAGS:
519
520 ctags CTAGS:
521
522 cscope cscopelist:
523
524
525 distdir: $(DISTFILES)
526 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
527 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
528 list='$(DISTFILES)'; \
529 dist_files=`for file in $$list; do echo $$file; done | \
530 sed -e "s|^$$srcdirstrip/||;t" \
531 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
532 case $$dist_files in \
533 */*) $(MKDIR_P) `echo "$$dist_files" | \
534 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
535 sort -u` ;; \
536 esac; \
537 for file in $$dist_files; do \
538 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
539 if test -d $$d/$$file; then \
540 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
541 if test -d "$(distdir)/$$file"; then \
542 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
543 fi; \
544 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
545 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
546 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
547 fi; \
548 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
549 else \
550 test -f "$(distdir)/$$file" \
551 || cp -p $$d/$$file "$(distdir)/$$file" \
552 || exit 1; \
553 fi; \
554 done
555 check-am: all-am
556 check: check-am
557 all-am: Makefile $(SCRIPTS)
558 installdirs:
559 for dir in "$(DESTDIR)$(initddir)"; do \
560 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
561 done
562 install: install-am
563 install-exec: install-exec-am
564 install-data: install-data-am
565 uninstall: uninstall-am
566
567 install-am: all-am
568 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
569
570 installcheck: installcheck-am
571 install-strip:
572 if test -z '$(STRIP)'; then \
573 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
574 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
575 install; \
576 else \
577 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
578 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
579 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
580 fi
581 mostlyclean-generic:
582
583 clean-generic:
584 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
585
586 distclean-generic:
587 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
588 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
589
590 maintainer-clean-generic:
591 @echo "This command is intended for maintainers to use"
592 @echo "it deletes files that may require special tools to rebuild."
593 clean: clean-am
594
595 clean-am: clean-generic clean-libtool mostlyclean-am
596
597 distclean: distclean-am
598 -rm -f Makefile
599 distclean-am: clean-am distclean-generic
600
601 dvi: dvi-am
602
603 dvi-am:
604
605 html: html-am
606
607 html-am:
608
609 info: info-am
610
611 info-am:
612
613 install-data-am: install-initdSCRIPTS
614
615 install-dvi: install-dvi-am
616
617 install-dvi-am:
618
619 install-exec-am:
620
621 install-html: install-html-am
622
623 install-html-am:
624
625 install-info: install-info-am
626
627 install-info-am:
628
629 install-man:
630
631 install-pdf: install-pdf-am
632
633 install-pdf-am:
634
635 install-ps: install-ps-am
636
637 install-ps-am:
638
639 installcheck-am:
640
641 maintainer-clean: maintainer-clean-am
642 -rm -f Makefile
643 maintainer-clean-am: distclean-am maintainer-clean-generic
644
645 mostlyclean: mostlyclean-am
646
647 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
648
649 pdf: pdf-am
650
651 pdf-am:
652
653 ps: ps-am
654
655 ps-am:
656
657 uninstall-am: uninstall-initdSCRIPTS
658
659 .MAKE: install-am install-strip
660
661 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
662 cscopelist-am ctags-am distclean distclean-generic \
663 distclean-libtool distdir dvi dvi-am html html-am info info-am \
664 install install-am install-data install-data-am install-dvi \
665 install-dvi-am install-exec install-exec-am install-html \
666 install-html-am install-info install-info-am \
667 install-initdSCRIPTS install-man install-pdf install-pdf-am \
668 install-ps install-ps-am install-strip installcheck \
669 installcheck-am installdirs maintainer-clean \
670 maintainer-clean-generic mostlyclean mostlyclean-generic \
671 mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
672 uninstall-am uninstall-initdSCRIPTS
673
674 .PRECIOUS: Makefile
675
676
677 org.freedesktop.avahi-daemon.plist: org.freedesktop.avahi-daemon.plist.in
678 sed -e 's,@sbindir\@,$(sbindir),g' $< > $@
679
680 org.freedesktop.avahi-dnsconfd.plist: org.freedesktop.avahi-dnsconfd.plist.in
681 sed -e 's,@sbindir\@,$(sbindir),g' $< > $@
682
683 # Tell versions [3.59,3.63) of GNU make to not export all variables.
684 # Otherwise a system limit (for SysV at least) may be exceeded.
685 .NOEXPORT:
0 # Makefile.in generated by automake 1.15 from Makefile.am.
1 # @configure_input@
2
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
4
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 @SET_MAKE@
15
16 # This file is part of avahi.
17 #
18 # avahi is free software; you can redistribute it and/or modify it
19 # under the terms of the GNU Lesser General Public License as
20 # published by the Free Software Foundation; either version 2 of the
21 # License, or (at your option) any later version.
22 #
23 # avahi is distributed in the hope that it will be useful, but WITHOUT
24 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
25 # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
26 # License for more details.
27 #
28 # You should have received a copy of the GNU Lesser General Public
29 # License along with avahi; if not, write to the Free Software
30 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
31 # USA.
32
33 VPATH = @srcdir@
34 am__is_gnu_make = { \
35 if test -z '$(MAKELEVEL)'; then \
36 false; \
37 elif test -n '$(MAKE_HOST)'; then \
38 true; \
39 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
40 true; \
41 else \
42 false; \
43 fi; \
44 }
45 am__make_running_with_option = \
46 case $${target_option-} in \
47 ?) ;; \
48 *) echo "am__make_running_with_option: internal error: invalid" \
49 "target option '$${target_option-}' specified" >&2; \
50 exit 1;; \
51 esac; \
52 has_opt=no; \
53 sane_makeflags=$$MAKEFLAGS; \
54 if $(am__is_gnu_make); then \
55 sane_makeflags=$$MFLAGS; \
56 else \
57 case $$MAKEFLAGS in \
58 *\\[\ \ ]*) \
59 bs=\\; \
60 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
61 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
62 esac; \
63 fi; \
64 skip_next=no; \
65 strip_trailopt () \
66 { \
67 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
68 }; \
69 for flg in $$sane_makeflags; do \
70 test $$skip_next = yes && { skip_next=no; continue; }; \
71 case $$flg in \
72 *=*|--*) continue;; \
73 -*I) strip_trailopt 'I'; skip_next=yes;; \
74 -*I?*) strip_trailopt 'I';; \
75 -*O) strip_trailopt 'O'; skip_next=yes;; \
76 -*O?*) strip_trailopt 'O';; \
77 -*l) strip_trailopt 'l'; skip_next=yes;; \
78 -*l?*) strip_trailopt 'l';; \
79 -[dEDm]) skip_next=yes;; \
80 -[JT]) skip_next=yes;; \
81 esac; \
82 case $$flg in \
83 *$$target_option*) has_opt=yes; break;; \
84 esac; \
85 done; \
86 test $$has_opt = yes
87 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
88 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
89 pkgdatadir = $(datadir)/@PACKAGE@
90 pkgincludedir = $(includedir)/@PACKAGE@
91 pkglibdir = $(libdir)/@PACKAGE@
92 pkglibexecdir = $(libexecdir)/@PACKAGE@
93 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
94 install_sh_DATA = $(install_sh) -c -m 644
95 install_sh_PROGRAM = $(install_sh) -c
96 install_sh_SCRIPT = $(install_sh) -c
97 INSTALL_HEADER = $(INSTALL_DATA)
98 transform = $(program_transform_name)
99 NORMAL_INSTALL = :
100 PRE_INSTALL = :
101 POST_INSTALL = :
102 NORMAL_UNINSTALL = :
103 PRE_UNINSTALL = :
104 POST_UNINSTALL = :
105 build_triplet = @build@
106 host_triplet = @host@
107 subdir = initscript/debian
108 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
109 am__aclocal_m4_deps = $(top_srcdir)/common/acx_pthread.m4 \
110 $(top_srcdir)/common/gcc_stack_protect.m4 \
111 $(top_srcdir)/common/gcc_visibility.m4 \
112 $(top_srcdir)/common/intltool.m4 \
113 $(top_srcdir)/common/introspection.m4 \
114 $(top_srcdir)/common/libtool.m4 \
115 $(top_srcdir)/common/ltoptions.m4 \
116 $(top_srcdir)/common/ltsugar.m4 \
117 $(top_srcdir)/common/ltversion.m4 \
118 $(top_srcdir)/common/lt~obsolete.m4 \
119 $(top_srcdir)/common/nls.m4 $(top_srcdir)/common/python.m4 \
120 $(top_srcdir)/acinclude.m4 $(top_srcdir)/common/doxygen.m4 \
121 $(top_srcdir)/configure.ac
122 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
123 $(ACLOCAL_M4)
124 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
125 mkinstalldirs = $(install_sh) -d
126 CONFIG_HEADER = $(top_builddir)/config.h
127 CONFIG_CLEAN_FILES =
128 CONFIG_CLEAN_VPATH_FILES =
129 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
130 am__vpath_adj = case $$p in \
131 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
132 *) f=$$p;; \
133 esac;
134 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
135 am__install_max = 40
136 am__nobase_strip_setup = \
137 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
138 am__nobase_strip = \
139 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
140 am__nobase_list = $(am__nobase_strip_setup); \
141 for p in $$list; do echo "$$p $$p"; done | \
142 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
143 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
144 if (++n[$$2] == $(am__install_max)) \
145 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
146 END { for (dir in files) print dir, files[dir] }'
147 am__base_list = \
148 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
149 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
150 am__uninstall_files_from_dir = { \
151 test -z "$$files" \
152 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
153 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
154 $(am__cd) "$$dir" && rm -f $$files; }; \
155 }
156 am__installdirs = "$(DESTDIR)$(initddir)"
157 SCRIPTS = $(initd_SCRIPTS)
158 AM_V_P = $(am__v_P_@AM_V@)
159 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
160 am__v_P_0 = false
161 am__v_P_1 = :
162 AM_V_GEN = $(am__v_GEN_@AM_V@)
163 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
164 am__v_GEN_0 = @echo " GEN " $@;
165 am__v_GEN_1 =
166 AM_V_at = $(am__v_at_@AM_V@)
167 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
168 am__v_at_0 = @
169 am__v_at_1 =
170 SOURCES =
171 DIST_SOURCES =
172 am__can_run_installinfo = \
173 case $$AM_UPDATE_INFO_DIR in \
174 n|no|NO) false;; \
175 *) (install-info --version) >/dev/null 2>&1;; \
176 esac
177 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
178 am__DIST_COMMON = $(srcdir)/Makefile.in
179 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
180 ACLOCAL = @ACLOCAL@
181 ALL_LINGUAS = @ALL_LINGUAS@
182 AMTAR = @AMTAR@
183 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
184 AR = @AR@
185 AUTOCONF = @AUTOCONF@
186 AUTOHEADER = @AUTOHEADER@
187 AUTOMAKE = @AUTOMAKE@
188 AVAHI_AUTOIPD_GROUP = @AVAHI_AUTOIPD_GROUP@
189 AVAHI_AUTOIPD_USER = @AVAHI_AUTOIPD_USER@
190 AVAHI_GROUP = @AVAHI_GROUP@
191 AVAHI_PRIV_ACCESS_GROUP = @AVAHI_PRIV_ACCESS_GROUP@
192 AVAHI_USER = @AVAHI_USER@
193 AWK = @AWK@
194 CATALOGS = @CATALOGS@
195 CATOBJEXT = @CATOBJEXT@
196 CC = @CC@
197 CCDEPMODE = @CCDEPMODE@
198 CFLAGS = @CFLAGS@
199 CPP = @CPP@
200 CPPFLAGS = @CPPFLAGS@
201 CXX = @CXX@
202 CXXCPP = @CXXCPP@
203 CXXDEPMODE = @CXXDEPMODE@
204 CXXFLAGS = @CXXFLAGS@
205 CYGPATH_W = @CYGPATH_W@
206 DATADIRNAME = @DATADIRNAME@
207 DBUS_CFLAGS = @DBUS_CFLAGS@
208 DBUS_LIBS = @DBUS_LIBS@
209 DBUS_SYSTEM_BUS_DEFAULT_ADDRESS = @DBUS_SYSTEM_BUS_DEFAULT_ADDRESS@
210 DBUS_SYS_DIR = @DBUS_SYS_DIR@
211 DEFS = @DEFS@
212 DEPDIR = @DEPDIR@
213 DLLTOOL = @DLLTOOL@
214 DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
215 DSYMUTIL = @DSYMUTIL@
216 DUMPBIN = @DUMPBIN@
217 DX_CONFIG = @DX_CONFIG@
218 DX_DOCDIR = @DX_DOCDIR@
219 DX_DOT = @DX_DOT@
220 DX_DOXYGEN = @DX_DOXYGEN@
221 DX_DVIPS = @DX_DVIPS@
222 DX_EGREP = @DX_EGREP@
223 DX_ENV = @DX_ENV@
224 DX_FLAG_chi = @DX_FLAG_chi@
225 DX_FLAG_chm = @DX_FLAG_chm@
226 DX_FLAG_doc = @DX_FLAG_doc@
227 DX_FLAG_dot = @DX_FLAG_dot@
228 DX_FLAG_html = @DX_FLAG_html@
229 DX_FLAG_man = @DX_FLAG_man@
230 DX_FLAG_pdf = @DX_FLAG_pdf@
231 DX_FLAG_ps = @DX_FLAG_ps@
232 DX_FLAG_rtf = @DX_FLAG_rtf@
233 DX_FLAG_xml = @DX_FLAG_xml@
234 DX_HHC = @DX_HHC@
235 DX_LATEX = @DX_LATEX@
236 DX_MAKEINDEX = @DX_MAKEINDEX@
237 DX_PDFLATEX = @DX_PDFLATEX@
238 DX_PERL = @DX_PERL@
239 DX_PROJECT = @DX_PROJECT@
240 ECHO_C = @ECHO_C@
241 ECHO_N = @ECHO_N@
242 ECHO_T = @ECHO_T@
243 EGREP = @EGREP@
244 EXEEXT = @EXEEXT@
245 FGREP = @FGREP@
246 GACUTIL = @GACUTIL@
247 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
248 GLIB20_CFLAGS = @GLIB20_CFLAGS@
249 GLIB20_LIBS = @GLIB20_LIBS@
250 GMOFILES = @GMOFILES@
251 GMSGFMT = @GMSGFMT@
252 GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
253 GOBJECT_LIBS = @GOBJECT_LIBS@
254 GREP = @GREP@
255 GTK20_CFLAGS = @GTK20_CFLAGS@
256 GTK20_LIBS = @GTK20_LIBS@
257 GTK30_CFLAGS = @GTK30_CFLAGS@
258 GTK30_LIBS = @GTK30_LIBS@
259 HOWL_COMPAT_VERSION = @HOWL_COMPAT_VERSION@
260 INSTALL = @INSTALL@
261 INSTALL_DATA = @INSTALL_DATA@
262 INSTALL_PROGRAM = @INSTALL_PROGRAM@
263 INSTALL_SCRIPT = @INSTALL_SCRIPT@
264 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
265 INSTOBJEXT = @INSTOBJEXT@
266 INTLLIBS = @INTLLIBS@
267 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
268 INTLTOOL_MERGE = @INTLTOOL_MERGE@
269 INTLTOOL_PERL = @INTLTOOL_PERL@
270 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
271 INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
272 INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
273 INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
274 INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
275 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
276 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
277 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
278 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
279 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
280 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
281 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
282 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
283 LD = @LD@
284 LDFLAGS = @LDFLAGS@
285 LIBAVAHI_CLIENT_VERSION_INFO = @LIBAVAHI_CLIENT_VERSION_INFO@
286 LIBAVAHI_COMMON_VERSION_INFO = @LIBAVAHI_COMMON_VERSION_INFO@
287 LIBAVAHI_COMPAT_HOWL_VERSION_INFO = @LIBAVAHI_COMPAT_HOWL_VERSION_INFO@
288 LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO = @LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO@
289 LIBAVAHI_CORE_VERSION_INFO = @LIBAVAHI_CORE_VERSION_INFO@
290 LIBAVAHI_GLIB_VERSION_INFO = @LIBAVAHI_GLIB_VERSION_INFO@
291 LIBAVAHI_GOBJECT_VERSION_INFO = @LIBAVAHI_GOBJECT_VERSION_INFO@
292 LIBAVAHI_QT3_VERSION_INFO = @LIBAVAHI_QT3_VERSION_INFO@
293 LIBAVAHI_QT4_VERSION_INFO = @LIBAVAHI_QT4_VERSION_INFO@
294 LIBAVAHI_UI_VERSION_INFO = @LIBAVAHI_UI_VERSION_INFO@
295 LIBDAEMON_CFLAGS = @LIBDAEMON_CFLAGS@
296 LIBDAEMON_LIBS = @LIBDAEMON_LIBS@
297 LIBOBJS = @LIBOBJS@
298 LIBS = @LIBS@
299 LIBTOOL = @LIBTOOL@
300 LIPO = @LIPO@
301 LN_S = @LN_S@
302 LTLIBOBJS = @LTLIBOBJS@
303 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
304 MAKEINFO = @MAKEINFO@
305 MANIFEST_TOOL = @MANIFEST_TOOL@
306 MCS = @MCS@
307 MDASSEMBLER = @MDASSEMBLER@
308 MKDIR_P = @MKDIR_P@
309 MKINSTALLDIRS = @MKINSTALLDIRS@
310 MOC_QT3 = @MOC_QT3@
311 MOC_QT4 = @MOC_QT4@
312 MONODOCER = @MONODOCER@
313 MONODOC_CFLAGS = @MONODOC_CFLAGS@
314 MONODOC_DIR = @MONODOC_DIR@
315 MONODOC_LIBS = @MONODOC_LIBS@
316 MSGFMT = @MSGFMT@
317 MSGFMT_OPTS = @MSGFMT_OPTS@
318 MSGMERGE = @MSGMERGE@
319 NM = @NM@
320 NMEDIT = @NMEDIT@
321 OBJDUMP = @OBJDUMP@
322 OBJEXT = @OBJEXT@
323 OTOOL = @OTOOL@
324 OTOOL64 = @OTOOL64@
325 PACKAGE = @PACKAGE@
326 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
327 PACKAGE_NAME = @PACKAGE_NAME@
328 PACKAGE_STRING = @PACKAGE_STRING@
329 PACKAGE_TARNAME = @PACKAGE_TARNAME@
330 PACKAGE_URL = @PACKAGE_URL@
331 PACKAGE_VERSION = @PACKAGE_VERSION@
332 PATH_SEPARATOR = @PATH_SEPARATOR@
333 PKG_CONFIG = @PKG_CONFIG@
334 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
335 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
336 POFILES = @POFILES@
337 POSUB = @POSUB@
338 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
339 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
340 PTHREAD_CC = @PTHREAD_CC@
341 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
342 PTHREAD_LIBS = @PTHREAD_LIBS@
343 PYTHON = @PYTHON@
344 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
345 PYTHON_PLATFORM = @PYTHON_PLATFORM@
346 PYTHON_PREFIX = @PYTHON_PREFIX@
347 PYTHON_VERSION = @PYTHON_VERSION@
348 QT3_CFLAGS = @QT3_CFLAGS@
349 QT3_LIBS = @QT3_LIBS@
350 QT4_CFLAGS = @QT4_CFLAGS@
351 QT4_LIBS = @QT4_LIBS@
352 RANLIB = @RANLIB@
353 SED = @SED@
354 SET_MAKE = @SET_MAKE@
355 SHELL = @SHELL@
356 STOW = @STOW@
357 STRIP = @STRIP@
358 USE_NLS = @USE_NLS@
359 VERSION = @VERSION@
360 VISIBILITY_HIDDEN_CFLAGS = @VISIBILITY_HIDDEN_CFLAGS@
361 XGETTEXT = @XGETTEXT@
362 XML_CFLAGS = @XML_CFLAGS@
363 XML_LIBS = @XML_LIBS@
364 abs_builddir = @abs_builddir@
365 abs_srcdir = @abs_srcdir@
366 abs_top_builddir = @abs_top_builddir@
367 abs_top_srcdir = @abs_top_srcdir@
368 ac_ct_AR = @ac_ct_AR@
369 ac_ct_CC = @ac_ct_CC@
370 ac_ct_CXX = @ac_ct_CXX@
371 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
372 acx_pthread_config = @acx_pthread_config@
373 am__include = @am__include@
374 am__leading_dot = @am__leading_dot@
375 am__quote = @am__quote@
376 am__tar = @am__tar@
377 am__untar = @am__untar@
378 avahi_runtime_dir = @avahi_runtime_dir@
379 avahi_socket = @avahi_socket@
380 avahilocaledir = @avahilocaledir@
381 bindir = @bindir@
382 build = @build@
383 build_alias = @build_alias@
384 build_cpu = @build_cpu@
385 build_os = @build_os@
386 build_vendor = @build_vendor@
387 builddir = @builddir@
388 datadir = @datadir@
389 datarootdir = @datarootdir@
390 docdir = @docdir@
391 dvidir = @dvidir@
392 exec_prefix = @exec_prefix@
393 have_pkg_config = @have_pkg_config@
394 have_xmltoman = @have_xmltoman@
395 host = @host@
396 host_alias = @host_alias@
397 host_cpu = @host_cpu@
398 host_os = @host_os@
399 host_vendor = @host_vendor@
400 htmldir = @htmldir@
401 includedir = @includedir@
402 infodir = @infodir@
403 install_sh = @install_sh@
404 interfacesdir = @interfacesdir@
405 intltool__v_merge_options_ = @intltool__v_merge_options_@
406 intltool__v_merge_options_0 = @intltool__v_merge_options_0@
407 libdir = @libdir@
408 libexecdir = @libexecdir@
409 localedir = @localedir@
410 localstatedir = @localstatedir@
411 mandir = @mandir@
412 mkdir_p = @mkdir_p@
413 oldincludedir = @oldincludedir@
414 pdfdir = @pdfdir@
415 pkgpyexecdir = @pkgpyexecdir@
416 pkgpythondir = @pkgpythondir@
417 prefix = @prefix@
418 program_transform_name = @program_transform_name@
419 psdir = @psdir@
420 pyexecdir = @pyexecdir@
421 pythondir = @pythondir@
422 runstatedir = @runstatedir@
423 sbindir = @sbindir@
424 sharedstatedir = @sharedstatedir@
425 srcdir = @srcdir@
426 sysconfdir = @sysconfdir@
427 systemdsystemunitdir = @systemdsystemunitdir@
428 target_alias = @target_alias@
429 top_build_prefix = @top_build_prefix@
430 top_builddir = @top_builddir@
431 top_srcdir = @top_srcdir@
432 initddir = $(sysconfdir)/init.d
433 EXTRA_DIST = \
434 avahi-daemon.in \
435 avahi-dnsconfd.in
436
437 initd_SCRIPTS = \
438 avahi-daemon \
439 avahi-dnsconfd
440
441 CLEANFILES = \
442 avahi-daemon \
443 avahi-dnsconfd
444
445 all: all-am
446
447 .SUFFIXES:
448 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
449 @for dep in $?; do \
450 case '$(am__configure_deps)' in \
451 *$$dep*) \
452 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
453 && { if test -f $@; then exit 0; else break; fi; }; \
454 exit 1;; \
455 esac; \
456 done; \
457 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign initscript/debian/Makefile'; \
458 $(am__cd) $(top_srcdir) && \
459 $(AUTOMAKE) --foreign initscript/debian/Makefile
460 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
461 @case '$?' in \
462 *config.status*) \
463 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
464 *) \
465 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
466 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
467 esac;
468
469 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
470 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
471
472 $(top_srcdir)/configure: $(am__configure_deps)
473 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
474 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
475 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
476 $(am__aclocal_m4_deps):
477 install-initdSCRIPTS: $(initd_SCRIPTS)
478 @$(NORMAL_INSTALL)
479 @list='$(initd_SCRIPTS)'; test -n "$(initddir)" || list=; \
480 if test -n "$$list"; then \
481 echo " $(MKDIR_P) '$(DESTDIR)$(initddir)'"; \
482 $(MKDIR_P) "$(DESTDIR)$(initddir)" || exit 1; \
483 fi; \
484 for p in $$list; do \
485 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
486 if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
487 done | \
488 sed -e 'p;s,.*/,,;n' \
489 -e 'h;s|.*|.|' \
490 -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
491 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
492 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
493 if ($$2 == $$4) { files[d] = files[d] " " $$1; \
494 if (++n[d] == $(am__install_max)) { \
495 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
496 else { print "f", d "/" $$4, $$1 } } \
497 END { for (d in files) print "f", d, files[d] }' | \
498 while read type dir files; do \
499 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
500 test -z "$$files" || { \
501 echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(initddir)$$dir'"; \
502 $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(initddir)$$dir" || exit $$?; \
503 } \
504 ; done
505
506 uninstall-initdSCRIPTS:
507 @$(NORMAL_UNINSTALL)
508 @list='$(initd_SCRIPTS)'; test -n "$(initddir)" || exit 0; \
509 files=`for p in $$list; do echo "$$p"; done | \
510 sed -e 's,.*/,,;$(transform)'`; \
511 dir='$(DESTDIR)$(initddir)'; $(am__uninstall_files_from_dir)
512
513 mostlyclean-libtool:
514 -rm -f *.lo
515
516 clean-libtool:
517 -rm -rf .libs _libs
518 tags TAGS:
519
520 ctags CTAGS:
521
522 cscope cscopelist:
523
524
525 distdir: $(DISTFILES)
526 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
527 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
528 list='$(DISTFILES)'; \
529 dist_files=`for file in $$list; do echo $$file; done | \
530 sed -e "s|^$$srcdirstrip/||;t" \
531 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
532 case $$dist_files in \
533 */*) $(MKDIR_P) `echo "$$dist_files" | \
534 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
535 sort -u` ;; \
536 esac; \
537 for file in $$dist_files; do \
538 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
539 if test -d $$d/$$file; then \
540 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
541 if test -d "$(distdir)/$$file"; then \
542 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
543 fi; \
544 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
545 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
546 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
547 fi; \
548 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
549 else \
550 test -f "$(distdir)/$$file" \
551 || cp -p $$d/$$file "$(distdir)/$$file" \
552 || exit 1; \
553 fi; \
554 done
555 check-am: all-am
556 check: check-am
557 all-am: Makefile $(SCRIPTS)
558 installdirs:
559 for dir in "$(DESTDIR)$(initddir)"; do \
560 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
561 done
562 install: install-am
563 install-exec: install-exec-am
564 install-data: install-data-am
565 uninstall: uninstall-am
566
567 install-am: all-am
568 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
569
570 installcheck: installcheck-am
571 install-strip:
572 if test -z '$(STRIP)'; then \
573 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
574 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
575 install; \
576 else \
577 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
578 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
579 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
580 fi
581 mostlyclean-generic:
582
583 clean-generic:
584 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
585
586 distclean-generic:
587 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
588 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
589
590 maintainer-clean-generic:
591 @echo "This command is intended for maintainers to use"
592 @echo "it deletes files that may require special tools to rebuild."
593 clean: clean-am
594
595 clean-am: clean-generic clean-libtool mostlyclean-am
596
597 distclean: distclean-am
598 -rm -f Makefile
599 distclean-am: clean-am distclean-generic
600
601 dvi: dvi-am
602
603 dvi-am:
604
605 html: html-am
606
607 html-am:
608
609 info: info-am
610
611 info-am:
612
613 install-data-am: install-initdSCRIPTS
614
615 install-dvi: install-dvi-am
616
617 install-dvi-am:
618
619 install-exec-am:
620
621 install-html: install-html-am
622
623 install-html-am:
624
625 install-info: install-info-am
626
627 install-info-am:
628
629 install-man:
630
631 install-pdf: install-pdf-am
632
633 install-pdf-am:
634
635 install-ps: install-ps-am
636
637 install-ps-am:
638
639 installcheck-am:
640
641 maintainer-clean: maintainer-clean-am
642 -rm -f Makefile
643 maintainer-clean-am: distclean-am maintainer-clean-generic
644
645 mostlyclean: mostlyclean-am
646
647 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
648
649 pdf: pdf-am
650
651 pdf-am:
652
653 ps: ps-am
654
655 ps-am:
656
657 uninstall-am: uninstall-initdSCRIPTS
658
659 .MAKE: install-am install-strip
660
661 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
662 cscopelist-am ctags-am distclean distclean-generic \
663 distclean-libtool distdir dvi dvi-am html html-am info info-am \
664 install install-am install-data install-data-am install-dvi \
665 install-dvi-am install-exec install-exec-am install-html \
666 install-html-am install-info install-info-am \
667 install-initdSCRIPTS install-man install-pdf install-pdf-am \
668 install-ps install-ps-am install-strip installcheck \
669 installcheck-am installdirs maintainer-clean \
670 maintainer-clean-generic mostlyclean mostlyclean-generic \
671 mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
672 uninstall-am uninstall-initdSCRIPTS
673
674 .PRECIOUS: Makefile
675
676
677 avahi-daemon: avahi-daemon.in
678 sed \
679 -e 's,@sbindir\@,$(sbindir),g' \
680 -e 's,@sysconfdir\@,$(sysconfdir),g' \
681 $< > $@
682 chmod +x $@
683
684 avahi-dnsconfd: avahi-dnsconfd.in
685 sed \
686 -e 's,@sbindir\@,$(sbindir),g' \
687 -e 's,@sysconfdir\@,$(sysconfdir),g' \
688 $< > $@
689 chmod +x $@
690
691 # Tell versions [3.59,3.63) of GNU make to not export all variables.
692 # Otherwise a system limit (for SysV at least) may be exceeded.
693 .NOEXPORT:
+0
-4
initscript/fedora/.gitignore less more
0 Makefile
1 Makefile.in
2 avahi-daemon
3 avahi-dnsconfd
0 # Makefile.in generated by automake 1.15 from Makefile.am.
1 # @configure_input@
2
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
4
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 @SET_MAKE@
15
16 # This file is part of avahi.
17 #
18 # avahi is free software; you can redistribute it and/or modify it
19 # under the terms of the GNU Lesser General Public License as
20 # published by the Free Software Foundation; either version 2 of the
21 # License, or (at your option) any later version.
22 #
23 # avahi is distributed in the hope that it will be useful, but WITHOUT
24 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
25 # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
26 # License for more details.
27 #
28 # You should have received a copy of the GNU Lesser General Public
29 # License along with avahi; if not, write to the Free Software
30 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
31 # USA.
32
33 VPATH = @srcdir@
34 am__is_gnu_make = { \
35 if test -z '$(MAKELEVEL)'; then \
36 false; \
37 elif test -n '$(MAKE_HOST)'; then \
38 true; \
39 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
40 true; \
41 else \
42 false; \
43 fi; \
44 }
45 am__make_running_with_option = \
46 case $${target_option-} in \
47 ?) ;; \
48 *) echo "am__make_running_with_option: internal error: invalid" \
49 "target option '$${target_option-}' specified" >&2; \
50 exit 1;; \
51 esac; \
52 has_opt=no; \
53 sane_makeflags=$$MAKEFLAGS; \
54 if $(am__is_gnu_make); then \
55 sane_makeflags=$$MFLAGS; \
56 else \
57 case $$MAKEFLAGS in \
58 *\\[\ \ ]*) \
59 bs=\\; \
60 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
61 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
62 esac; \
63 fi; \
64 skip_next=no; \
65 strip_trailopt () \
66 { \
67 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
68 }; \
69 for flg in $$sane_makeflags; do \
70 test $$skip_next = yes && { skip_next=no; continue; }; \
71 case $$flg in \
72 *=*|--*) continue;; \
73 -*I) strip_trailopt 'I'; skip_next=yes;; \
74 -*I?*) strip_trailopt 'I';; \
75 -*O) strip_trailopt 'O'; skip_next=yes;; \
76 -*O?*) strip_trailopt 'O';; \
77 -*l) strip_trailopt 'l'; skip_next=yes;; \
78 -*l?*) strip_trailopt 'l';; \
79 -[dEDm]) skip_next=yes;; \
80 -[JT]) skip_next=yes;; \
81 esac; \
82 case $$flg in \
83 *$$target_option*) has_opt=yes; break;; \
84 esac; \
85 done; \
86 test $$has_opt = yes
87 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
88 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
89 pkgdatadir = $(datadir)/@PACKAGE@
90 pkgincludedir = $(includedir)/@PACKAGE@
91 pkglibdir = $(libdir)/@PACKAGE@
92 pkglibexecdir = $(libexecdir)/@PACKAGE@
93 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
94 install_sh_DATA = $(install_sh) -c -m 644
95 install_sh_PROGRAM = $(install_sh) -c
96 install_sh_SCRIPT = $(install_sh) -c
97 INSTALL_HEADER = $(INSTALL_DATA)
98 transform = $(program_transform_name)
99 NORMAL_INSTALL = :
100 PRE_INSTALL = :
101 POST_INSTALL = :
102 NORMAL_UNINSTALL = :
103 PRE_UNINSTALL = :
104 POST_UNINSTALL = :
105 build_triplet = @build@
106 host_triplet = @host@
107 subdir = initscript/fedora
108 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
109 am__aclocal_m4_deps = $(top_srcdir)/common/acx_pthread.m4 \
110 $(top_srcdir)/common/gcc_stack_protect.m4 \
111 $(top_srcdir)/common/gcc_visibility.m4 \
112 $(top_srcdir)/common/intltool.m4 \
113 $(top_srcdir)/common/introspection.m4 \
114 $(top_srcdir)/common/libtool.m4 \
115 $(top_srcdir)/common/ltoptions.m4 \
116 $(top_srcdir)/common/ltsugar.m4 \
117 $(top_srcdir)/common/ltversion.m4 \
118 $(top_srcdir)/common/lt~obsolete.m4 \
119 $(top_srcdir)/common/nls.m4 $(top_srcdir)/common/python.m4 \
120 $(top_srcdir)/acinclude.m4 $(top_srcdir)/common/doxygen.m4 \
121 $(top_srcdir)/configure.ac
122 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
123 $(ACLOCAL_M4)
124 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
125 mkinstalldirs = $(install_sh) -d
126 CONFIG_HEADER = $(top_builddir)/config.h
127 CONFIG_CLEAN_FILES =
128 CONFIG_CLEAN_VPATH_FILES =
129 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
130 am__vpath_adj = case $$p in \
131 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
132 *) f=$$p;; \
133 esac;
134 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
135 am__install_max = 40
136 am__nobase_strip_setup = \
137 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
138 am__nobase_strip = \
139 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
140 am__nobase_list = $(am__nobase_strip_setup); \
141 for p in $$list; do echo "$$p $$p"; done | \
142 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
143 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
144 if (++n[$$2] == $(am__install_max)) \
145 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
146 END { for (dir in files) print dir, files[dir] }'
147 am__base_list = \
148 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
149 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
150 am__uninstall_files_from_dir = { \
151 test -z "$$files" \
152 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
153 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
154 $(am__cd) "$$dir" && rm -f $$files; }; \
155 }
156 am__installdirs = "$(DESTDIR)$(initddir)"
157 SCRIPTS = $(initd_SCRIPTS)
158 AM_V_P = $(am__v_P_@AM_V@)
159 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
160 am__v_P_0 = false
161 am__v_P_1 = :
162 AM_V_GEN = $(am__v_GEN_@AM_V@)
163 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
164 am__v_GEN_0 = @echo " GEN " $@;
165 am__v_GEN_1 =
166 AM_V_at = $(am__v_at_@AM_V@)
167 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
168 am__v_at_0 = @
169 am__v_at_1 =
170 SOURCES =
171 DIST_SOURCES =
172 am__can_run_installinfo = \
173 case $$AM_UPDATE_INFO_DIR in \
174 n|no|NO) false;; \
175 *) (install-info --version) >/dev/null 2>&1;; \
176 esac
177 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
178 am__DIST_COMMON = $(srcdir)/Makefile.in
179 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
180 ACLOCAL = @ACLOCAL@
181 ALL_LINGUAS = @ALL_LINGUAS@
182 AMTAR = @AMTAR@
183 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
184 AR = @AR@
185 AUTOCONF = @AUTOCONF@
186 AUTOHEADER = @AUTOHEADER@
187 AUTOMAKE = @AUTOMAKE@
188 AVAHI_AUTOIPD_GROUP = @AVAHI_AUTOIPD_GROUP@
189 AVAHI_AUTOIPD_USER = @AVAHI_AUTOIPD_USER@
190 AVAHI_GROUP = @AVAHI_GROUP@
191 AVAHI_PRIV_ACCESS_GROUP = @AVAHI_PRIV_ACCESS_GROUP@
192 AVAHI_USER = @AVAHI_USER@
193 AWK = @AWK@
194 CATALOGS = @CATALOGS@
195 CATOBJEXT = @CATOBJEXT@
196 CC = @CC@
197 CCDEPMODE = @CCDEPMODE@
198 CFLAGS = @CFLAGS@
199 CPP = @CPP@
200 CPPFLAGS = @CPPFLAGS@
201 CXX = @CXX@
202 CXXCPP = @CXXCPP@
203 CXXDEPMODE = @CXXDEPMODE@
204 CXXFLAGS = @CXXFLAGS@
205 CYGPATH_W = @CYGPATH_W@
206 DATADIRNAME = @DATADIRNAME@
207 DBUS_CFLAGS = @DBUS_CFLAGS@
208 DBUS_LIBS = @DBUS_LIBS@
209 DBUS_SYSTEM_BUS_DEFAULT_ADDRESS = @DBUS_SYSTEM_BUS_DEFAULT_ADDRESS@
210 DBUS_SYS_DIR = @DBUS_SYS_DIR@
211 DEFS = @DEFS@
212 DEPDIR = @DEPDIR@
213 DLLTOOL = @DLLTOOL@
214 DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
215 DSYMUTIL = @DSYMUTIL@
216 DUMPBIN = @DUMPBIN@
217 DX_CONFIG = @DX_CONFIG@
218 DX_DOCDIR = @DX_DOCDIR@
219 DX_DOT = @DX_DOT@
220 DX_DOXYGEN = @DX_DOXYGEN@
221 DX_DVIPS = @DX_DVIPS@
222 DX_EGREP = @DX_EGREP@
223 DX_ENV = @DX_ENV@
224 DX_FLAG_chi = @DX_FLAG_chi@
225 DX_FLAG_chm = @DX_FLAG_chm@
226 DX_FLAG_doc = @DX_FLAG_doc@
227 DX_FLAG_dot = @DX_FLAG_dot@
228 DX_FLAG_html = @DX_FLAG_html@
229 DX_FLAG_man = @DX_FLAG_man@
230 DX_FLAG_pdf = @DX_FLAG_pdf@
231 DX_FLAG_ps = @DX_FLAG_ps@
232 DX_FLAG_rtf = @DX_FLAG_rtf@
233 DX_FLAG_xml = @DX_FLAG_xml@
234 DX_HHC = @DX_HHC@
235 DX_LATEX = @DX_LATEX@
236 DX_MAKEINDEX = @DX_MAKEINDEX@
237 DX_PDFLATEX = @DX_PDFLATEX@
238 DX_PERL = @DX_PERL@
239 DX_PROJECT = @DX_PROJECT@
240 ECHO_C = @ECHO_C@
241 ECHO_N = @ECHO_N@
242 ECHO_T = @ECHO_T@
243 EGREP = @EGREP@
244 EXEEXT = @EXEEXT@
245 FGREP = @FGREP@
246 GACUTIL = @GACUTIL@
247 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
248 GLIB20_CFLAGS = @GLIB20_CFLAGS@
249 GLIB20_LIBS = @GLIB20_LIBS@
250 GMOFILES = @GMOFILES@
251 GMSGFMT = @GMSGFMT@
252 GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
253 GOBJECT_LIBS = @GOBJECT_LIBS@
254 GREP = @GREP@
255 GTK20_CFLAGS = @GTK20_CFLAGS@
256 GTK20_LIBS = @GTK20_LIBS@
257 GTK30_CFLAGS = @GTK30_CFLAGS@
258 GTK30_LIBS = @GTK30_LIBS@
259 HOWL_COMPAT_VERSION = @HOWL_COMPAT_VERSION@
260 INSTALL = @INSTALL@
261 INSTALL_DATA = @INSTALL_DATA@
262 INSTALL_PROGRAM = @INSTALL_PROGRAM@
263 INSTALL_SCRIPT = @INSTALL_SCRIPT@
264 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
265 INSTOBJEXT = @INSTOBJEXT@
266 INTLLIBS = @INTLLIBS@
267 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
268 INTLTOOL_MERGE = @INTLTOOL_MERGE@
269 INTLTOOL_PERL = @INTLTOOL_PERL@
270 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
271 INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
272 INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
273 INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
274 INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
275 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
276 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
277 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
278 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
279 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
280 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
281 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
282 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
283 LD = @LD@
284 LDFLAGS = @LDFLAGS@
285 LIBAVAHI_CLIENT_VERSION_INFO = @LIBAVAHI_CLIENT_VERSION_INFO@
286 LIBAVAHI_COMMON_VERSION_INFO = @LIBAVAHI_COMMON_VERSION_INFO@
287 LIBAVAHI_COMPAT_HOWL_VERSION_INFO = @LIBAVAHI_COMPAT_HOWL_VERSION_INFO@
288 LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO = @LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO@
289 LIBAVAHI_CORE_VERSION_INFO = @LIBAVAHI_CORE_VERSION_INFO@
290 LIBAVAHI_GLIB_VERSION_INFO = @LIBAVAHI_GLIB_VERSION_INFO@
291 LIBAVAHI_GOBJECT_VERSION_INFO = @LIBAVAHI_GOBJECT_VERSION_INFO@
292 LIBAVAHI_QT3_VERSION_INFO = @LIBAVAHI_QT3_VERSION_INFO@
293 LIBAVAHI_QT4_VERSION_INFO = @LIBAVAHI_QT4_VERSION_INFO@
294 LIBAVAHI_UI_VERSION_INFO = @LIBAVAHI_UI_VERSION_INFO@
295 LIBDAEMON_CFLAGS = @LIBDAEMON_CFLAGS@
296 LIBDAEMON_LIBS = @LIBDAEMON_LIBS@
297 LIBOBJS = @LIBOBJS@
298 LIBS = @LIBS@
299 LIBTOOL = @LIBTOOL@
300 LIPO = @LIPO@
301 LN_S = @LN_S@
302 LTLIBOBJS = @LTLIBOBJS@
303 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
304 MAKEINFO = @MAKEINFO@
305 MANIFEST_TOOL = @MANIFEST_TOOL@
306 MCS = @MCS@
307 MDASSEMBLER = @MDASSEMBLER@
308 MKDIR_P = @MKDIR_P@
309 MKINSTALLDIRS = @MKINSTALLDIRS@
310 MOC_QT3 = @MOC_QT3@
311 MOC_QT4 = @MOC_QT4@
312 MONODOCER = @MONODOCER@
313 MONODOC_CFLAGS = @MONODOC_CFLAGS@
314 MONODOC_DIR = @MONODOC_DIR@
315 MONODOC_LIBS = @MONODOC_LIBS@
316 MSGFMT = @MSGFMT@
317 MSGFMT_OPTS = @MSGFMT_OPTS@
318 MSGMERGE = @MSGMERGE@
319 NM = @NM@
320 NMEDIT = @NMEDIT@
321 OBJDUMP = @OBJDUMP@
322 OBJEXT = @OBJEXT@
323 OTOOL = @OTOOL@
324 OTOOL64 = @OTOOL64@
325 PACKAGE = @PACKAGE@
326 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
327 PACKAGE_NAME = @PACKAGE_NAME@
328 PACKAGE_STRING = @PACKAGE_STRING@
329 PACKAGE_TARNAME = @PACKAGE_TARNAME@
330 PACKAGE_URL = @PACKAGE_URL@
331 PACKAGE_VERSION = @PACKAGE_VERSION@
332 PATH_SEPARATOR = @PATH_SEPARATOR@
333 PKG_CONFIG = @PKG_CONFIG@
334 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
335 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
336 POFILES = @POFILES@
337 POSUB = @POSUB@
338 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
339 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
340 PTHREAD_CC = @PTHREAD_CC@
341 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
342 PTHREAD_LIBS = @PTHREAD_LIBS@
343 PYTHON = @PYTHON@
344 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
345 PYTHON_PLATFORM = @PYTHON_PLATFORM@
346 PYTHON_PREFIX = @PYTHON_PREFIX@
347 PYTHON_VERSION = @PYTHON_VERSION@
348 QT3_CFLAGS = @QT3_CFLAGS@
349 QT3_LIBS = @QT3_LIBS@
350 QT4_CFLAGS = @QT4_CFLAGS@
351 QT4_LIBS = @QT4_LIBS@
352 RANLIB = @RANLIB@
353 SED = @SED@
354 SET_MAKE = @SET_MAKE@
355 SHELL = @SHELL@
356 STOW = @STOW@
357 STRIP = @STRIP@
358 USE_NLS = @USE_NLS@
359 VERSION = @VERSION@
360 VISIBILITY_HIDDEN_CFLAGS = @VISIBILITY_HIDDEN_CFLAGS@
361 XGETTEXT = @XGETTEXT@
362 XML_CFLAGS = @XML_CFLAGS@
363 XML_LIBS = @XML_LIBS@
364 abs_builddir = @abs_builddir@
365 abs_srcdir = @abs_srcdir@
366 abs_top_builddir = @abs_top_builddir@
367 abs_top_srcdir = @abs_top_srcdir@
368 ac_ct_AR = @ac_ct_AR@
369 ac_ct_CC = @ac_ct_CC@
370 ac_ct_CXX = @ac_ct_CXX@
371 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
372 acx_pthread_config = @acx_pthread_config@
373 am__include = @am__include@
374 am__leading_dot = @am__leading_dot@
375 am__quote = @am__quote@
376 am__tar = @am__tar@
377 am__untar = @am__untar@
378 avahi_runtime_dir = @avahi_runtime_dir@
379 avahi_socket = @avahi_socket@
380 avahilocaledir = @avahilocaledir@
381 bindir = @bindir@
382 build = @build@
383 build_alias = @build_alias@
384 build_cpu = @build_cpu@
385 build_os = @build_os@
386 build_vendor = @build_vendor@
387 builddir = @builddir@
388 datadir = @datadir@
389 datarootdir = @datarootdir@
390 docdir = @docdir@
391 dvidir = @dvidir@
392 exec_prefix = @exec_prefix@
393 have_pkg_config = @have_pkg_config@
394 have_xmltoman = @have_xmltoman@
395 host = @host@
396 host_alias = @host_alias@
397 host_cpu = @host_cpu@
398 host_os = @host_os@
399 host_vendor = @host_vendor@
400 htmldir = @htmldir@
401 includedir = @includedir@
402 infodir = @infodir@
403 install_sh = @install_sh@
404 interfacesdir = @interfacesdir@
405 intltool__v_merge_options_ = @intltool__v_merge_options_@
406 intltool__v_merge_options_0 = @intltool__v_merge_options_0@
407 libdir = @libdir@
408 libexecdir = @libexecdir@
409 localedir = @localedir@
410 localstatedir = @localstatedir@
411 mandir = @mandir@
412 mkdir_p = @mkdir_p@
413 oldincludedir = @oldincludedir@
414 pdfdir = @pdfdir@
415 pkgpyexecdir = @pkgpyexecdir@
416 pkgpythondir = @pkgpythondir@
417 prefix = @prefix@
418 program_transform_name = @program_transform_name@
419 psdir = @psdir@
420 pyexecdir = @pyexecdir@
421 pythondir = @pythondir@
422 runstatedir = @runstatedir@
423 sbindir = @sbindir@
424 sharedstatedir = @sharedstatedir@
425 srcdir = @srcdir@
426 sysconfdir = @sysconfdir@
427 systemdsystemunitdir = @systemdsystemunitdir@
428 target_alias = @target_alias@
429 top_build_prefix = @top_build_prefix@
430 top_builddir = @top_builddir@
431 top_srcdir = @top_srcdir@
432 initddir = $(sysconfdir)/rc.d/init.d
433 EXTRA_DIST = avahi-daemon.in avahi-dnsconfd.in
434 initd_SCRIPTS = avahi-daemon avahi-dnsconfd
435 CLEANFILES = avahi-daemon avahi-dnsconfd
436 all: all-am
437
438 .SUFFIXES:
439 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
440 @for dep in $?; do \
441 case '$(am__configure_deps)' in \
442 *$$dep*) \
443 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
444 && { if test -f $@; then exit 0; else break; fi; }; \
445 exit 1;; \
446 esac; \
447 done; \
448 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign initscript/fedora/Makefile'; \
449 $(am__cd) $(top_srcdir) && \
450 $(AUTOMAKE) --foreign initscript/fedora/Makefile
451 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
452 @case '$?' in \
453 *config.status*) \
454 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
455 *) \
456 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
457 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
458 esac;
459
460 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
461 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
462
463 $(top_srcdir)/configure: $(am__configure_deps)
464 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
465 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
466 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
467 $(am__aclocal_m4_deps):
468 install-initdSCRIPTS: $(initd_SCRIPTS)
469 @$(NORMAL_INSTALL)
470 @list='$(initd_SCRIPTS)'; test -n "$(initddir)" || list=; \
471 if test -n "$$list"; then \
472 echo " $(MKDIR_P) '$(DESTDIR)$(initddir)'"; \
473 $(MKDIR_P) "$(DESTDIR)$(initddir)" || exit 1; \
474 fi; \
475 for p in $$list; do \
476 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
477 if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
478 done | \
479 sed -e 'p;s,.*/,,;n' \
480 -e 'h;s|.*|.|' \
481 -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
482 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
483 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
484 if ($$2 == $$4) { files[d] = files[d] " " $$1; \
485 if (++n[d] == $(am__install_max)) { \
486 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
487 else { print "f", d "/" $$4, $$1 } } \
488 END { for (d in files) print "f", d, files[d] }' | \
489 while read type dir files; do \
490 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
491 test -z "$$files" || { \
492 echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(initddir)$$dir'"; \
493 $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(initddir)$$dir" || exit $$?; \
494 } \
495 ; done
496
497 uninstall-initdSCRIPTS:
498 @$(NORMAL_UNINSTALL)
499 @list='$(initd_SCRIPTS)'; test -n "$(initddir)" || exit 0; \
500 files=`for p in $$list; do echo "$$p"; done | \
501 sed -e 's,.*/,,;$(transform)'`; \
502 dir='$(DESTDIR)$(initddir)'; $(am__uninstall_files_from_dir)
503
504 mostlyclean-libtool:
505 -rm -f *.lo
506
507 clean-libtool:
508 -rm -rf .libs _libs
509 tags TAGS:
510
511 ctags CTAGS:
512
513 cscope cscopelist:
514
515
516 distdir: $(DISTFILES)
517 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
518 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
519 list='$(DISTFILES)'; \
520 dist_files=`for file in $$list; do echo $$file; done | \
521 sed -e "s|^$$srcdirstrip/||;t" \
522 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
523 case $$dist_files in \
524 */*) $(MKDIR_P) `echo "$$dist_files" | \
525 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
526 sort -u` ;; \
527 esac; \
528 for file in $$dist_files; do \
529 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
530 if test -d $$d/$$file; then \
531 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
532 if test -d "$(distdir)/$$file"; then \
533 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
534 fi; \
535 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
536 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
537 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
538 fi; \
539 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
540 else \
541 test -f "$(distdir)/$$file" \
542 || cp -p $$d/$$file "$(distdir)/$$file" \
543 || exit 1; \
544 fi; \
545 done
546 check-am: all-am
547 check: check-am
548 all-am: Makefile $(SCRIPTS)
549 installdirs:
550 for dir in "$(DESTDIR)$(initddir)"; do \
551 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
552 done
553 install: install-am
554 install-exec: install-exec-am
555 install-data: install-data-am
556 uninstall: uninstall-am
557
558 install-am: all-am
559 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
560
561 installcheck: installcheck-am
562 install-strip:
563 if test -z '$(STRIP)'; then \
564 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
565 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
566 install; \
567 else \
568 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
569 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
570 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
571 fi
572 mostlyclean-generic:
573
574 clean-generic:
575 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
576
577 distclean-generic:
578 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
579 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
580
581 maintainer-clean-generic:
582 @echo "This command is intended for maintainers to use"
583 @echo "it deletes files that may require special tools to rebuild."
584 clean: clean-am
585
586 clean-am: clean-generic clean-libtool mostlyclean-am
587
588 distclean: distclean-am
589 -rm -f Makefile
590 distclean-am: clean-am distclean-generic
591
592 dvi: dvi-am
593
594 dvi-am:
595
596 html: html-am
597
598 html-am:
599
600 info: info-am
601
602 info-am:
603
604 install-data-am: install-initdSCRIPTS
605
606 install-dvi: install-dvi-am
607
608 install-dvi-am:
609
610 install-exec-am:
611
612 install-html: install-html-am
613
614 install-html-am:
615
616 install-info: install-info-am
617
618 install-info-am:
619
620 install-man:
621
622 install-pdf: install-pdf-am
623
624 install-pdf-am:
625
626 install-ps: install-ps-am
627
628 install-ps-am:
629
630 installcheck-am:
631
632 maintainer-clean: maintainer-clean-am
633 -rm -f Makefile
634 maintainer-clean-am: distclean-am maintainer-clean-generic
635
636 mostlyclean: mostlyclean-am
637
638 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
639
640 pdf: pdf-am
641
642 pdf-am:
643
644 ps: ps-am
645
646 ps-am:
647
648 uninstall-am: uninstall-initdSCRIPTS
649
650 .MAKE: install-am install-strip
651
652 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
653 cscopelist-am ctags-am distclean distclean-generic \
654 distclean-libtool distdir dvi dvi-am html html-am info info-am \
655 install install-am install-data install-data-am install-dvi \
656 install-dvi-am install-exec install-exec-am install-html \
657 install-html-am install-info install-info-am \
658 install-initdSCRIPTS install-man install-pdf install-pdf-am \
659 install-ps install-ps-am install-strip installcheck \
660 installcheck-am installdirs maintainer-clean \
661 maintainer-clean-generic mostlyclean mostlyclean-generic \
662 mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
663 uninstall-am uninstall-initdSCRIPTS
664
665 .PRECIOUS: Makefile
666
667
668 avahi-daemon: avahi-daemon.in
669 $(AM_V_GEN)sed \
670 -e 's,@sbindir\@,$(sbindir),g' \
671 -e 's,@localstatedir\@,$(localstatedir),g' \
672 $< > $@ && \
673 chmod +x $@
674
675 avahi-dnsconfd: avahi-dnsconfd.in
676 $(AM_V_GEN)sed \
677 -e 's,@sbindir\@,$(sbindir),g' \
678 -e 's,@localstatedir\@,$(localstatedir),g' \
679 $< > $@ && \
680 chmod +x $@
681
682 # Tell versions [3.59,3.63) of GNU make to not export all variables.
683 # Otherwise a system limit (for SysV at least) may be exceeded.
684 .NOEXPORT:
0 # Makefile.in generated by automake 1.15 from Makefile.am.
1 # @configure_input@
2
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
4
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 @SET_MAKE@
15
16 # This file is part of avahi.
17 #
18 # avahi is free software; you can redistribute it and/or modify it
19 # under the terms of the GNU Lesser General Public License as
20 # published by the Free Software Foundation; either version 2 of the
21 # License, or (at your option) any later version.
22 #
23 # avahi is distributed in the hope that it will be useful, but WITHOUT
24 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
25 # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
26 # License for more details.
27 #
28 # You should have received a copy of the GNU Lesser General Public
29 # License along with avahi; if not, write to the Free Software
30 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
31 # USA.
32
33 VPATH = @srcdir@
34 am__is_gnu_make = { \
35 if test -z '$(MAKELEVEL)'; then \
36 false; \
37 elif test -n '$(MAKE_HOST)'; then \
38 true; \
39 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
40 true; \
41 else \
42 false; \
43 fi; \
44 }
45 am__make_running_with_option = \
46 case $${target_option-} in \
47 ?) ;; \
48 *) echo "am__make_running_with_option: internal error: invalid" \
49 "target option '$${target_option-}' specified" >&2; \
50 exit 1;; \
51 esac; \
52 has_opt=no; \
53 sane_makeflags=$$MAKEFLAGS; \
54 if $(am__is_gnu_make); then \
55 sane_makeflags=$$MFLAGS; \
56 else \
57 case $$MAKEFLAGS in \
58 *\\[\ \ ]*) \
59 bs=\\; \
60 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
61 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
62 esac; \
63 fi; \
64 skip_next=no; \
65 strip_trailopt () \
66 { \
67 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
68 }; \
69 for flg in $$sane_makeflags; do \
70 test $$skip_next = yes && { skip_next=no; continue; }; \
71 case $$flg in \
72 *=*|--*) continue;; \
73 -*I) strip_trailopt 'I'; skip_next=yes;; \
74 -*I?*) strip_trailopt 'I';; \
75 -*O) strip_trailopt 'O'; skip_next=yes;; \
76 -*O?*) strip_trailopt 'O';; \
77 -*l) strip_trailopt 'l'; skip_next=yes;; \
78 -*l?*) strip_trailopt 'l';; \
79 -[dEDm]) skip_next=yes;; \
80 -[JT]) skip_next=yes;; \
81 esac; \
82 case $$flg in \
83 *$$target_option*) has_opt=yes; break;; \
84 esac; \
85 done; \
86 test $$has_opt = yes
87 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
88 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
89 pkgdatadir = $(datadir)/@PACKAGE@
90 pkgincludedir = $(includedir)/@PACKAGE@
91 pkglibdir = $(libdir)/@PACKAGE@
92 pkglibexecdir = $(libexecdir)/@PACKAGE@
93 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
94 install_sh_DATA = $(install_sh) -c -m 644
95 install_sh_PROGRAM = $(install_sh) -c
96 install_sh_SCRIPT = $(install_sh) -c
97 INSTALL_HEADER = $(INSTALL_DATA)
98 transform = $(program_transform_name)
99 NORMAL_INSTALL = :
100 PRE_INSTALL = :
101 POST_INSTALL = :
102 NORMAL_UNINSTALL = :
103 PRE_UNINSTALL = :
104 POST_UNINSTALL = :
105 build_triplet = @build@
106 host_triplet = @host@
107 subdir = initscript/freebsd
108 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
109 am__aclocal_m4_deps = $(top_srcdir)/common/acx_pthread.m4 \
110 $(top_srcdir)/common/gcc_stack_protect.m4 \
111 $(top_srcdir)/common/gcc_visibility.m4 \
112 $(top_srcdir)/common/intltool.m4 \
113 $(top_srcdir)/common/introspection.m4 \
114 $(top_srcdir)/common/libtool.m4 \
115 $(top_srcdir)/common/ltoptions.m4 \
116 $(top_srcdir)/common/ltsugar.m4 \
117 $(top_srcdir)/common/ltversion.m4 \
118 $(top_srcdir)/common/lt~obsolete.m4 \
119 $(top_srcdir)/common/nls.m4 $(top_srcdir)/common/python.m4 \
120 $(top_srcdir)/acinclude.m4 $(top_srcdir)/common/doxygen.m4 \
121 $(top_srcdir)/configure.ac
122 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
123 $(ACLOCAL_M4)
124 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
125 mkinstalldirs = $(install_sh) -d
126 CONFIG_HEADER = $(top_builddir)/config.h
127 CONFIG_CLEAN_FILES =
128 CONFIG_CLEAN_VPATH_FILES =
129 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
130 am__vpath_adj = case $$p in \
131 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
132 *) f=$$p;; \
133 esac;
134 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
135 am__install_max = 40
136 am__nobase_strip_setup = \
137 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
138 am__nobase_strip = \
139 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
140 am__nobase_list = $(am__nobase_strip_setup); \
141 for p in $$list; do echo "$$p $$p"; done | \
142 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
143 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
144 if (++n[$$2] == $(am__install_max)) \
145 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
146 END { for (dir in files) print dir, files[dir] }'
147 am__base_list = \
148 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
149 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
150 am__uninstall_files_from_dir = { \
151 test -z "$$files" \
152 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
153 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
154 $(am__cd) "$$dir" && rm -f $$files; }; \
155 }
156 am__installdirs = "$(DESTDIR)$(initddir)"
157 SCRIPTS = $(initd_SCRIPTS)
158 AM_V_P = $(am__v_P_@AM_V@)
159 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
160 am__v_P_0 = false
161 am__v_P_1 = :
162 AM_V_GEN = $(am__v_GEN_@AM_V@)
163 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
164 am__v_GEN_0 = @echo " GEN " $@;
165 am__v_GEN_1 =
166 AM_V_at = $(am__v_at_@AM_V@)
167 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
168 am__v_at_0 = @
169 am__v_at_1 =
170 SOURCES =
171 DIST_SOURCES =
172 am__can_run_installinfo = \
173 case $$AM_UPDATE_INFO_DIR in \
174 n|no|NO) false;; \
175 *) (install-info --version) >/dev/null 2>&1;; \
176 esac
177 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
178 am__DIST_COMMON = $(srcdir)/Makefile.in
179 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
180 ACLOCAL = @ACLOCAL@
181 ALL_LINGUAS = @ALL_LINGUAS@
182 AMTAR = @AMTAR@
183 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
184 AR = @AR@
185 AUTOCONF = @AUTOCONF@
186 AUTOHEADER = @AUTOHEADER@
187 AUTOMAKE = @AUTOMAKE@
188 AVAHI_AUTOIPD_GROUP = @AVAHI_AUTOIPD_GROUP@
189 AVAHI_AUTOIPD_USER = @AVAHI_AUTOIPD_USER@
190 AVAHI_GROUP = @AVAHI_GROUP@
191 AVAHI_PRIV_ACCESS_GROUP = @AVAHI_PRIV_ACCESS_GROUP@
192 AVAHI_USER = @AVAHI_USER@
193 AWK = @AWK@
194 CATALOGS = @CATALOGS@
195 CATOBJEXT = @CATOBJEXT@
196 CC = @CC@
197 CCDEPMODE = @CCDEPMODE@
198 CFLAGS = @CFLAGS@
199 CPP = @CPP@
200 CPPFLAGS = @CPPFLAGS@
201 CXX = @CXX@
202 CXXCPP = @CXXCPP@
203 CXXDEPMODE = @CXXDEPMODE@
204 CXXFLAGS = @CXXFLAGS@
205 CYGPATH_W = @CYGPATH_W@
206 DATADIRNAME = @DATADIRNAME@
207 DBUS_CFLAGS = @DBUS_CFLAGS@
208 DBUS_LIBS = @DBUS_LIBS@
209 DBUS_SYSTEM_BUS_DEFAULT_ADDRESS = @DBUS_SYSTEM_BUS_DEFAULT_ADDRESS@
210 DBUS_SYS_DIR = @DBUS_SYS_DIR@
211 DEFS = @DEFS@
212 DEPDIR = @DEPDIR@
213 DLLTOOL = @DLLTOOL@
214 DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
215 DSYMUTIL = @DSYMUTIL@
216 DUMPBIN = @DUMPBIN@
217 DX_CONFIG = @DX_CONFIG@
218 DX_DOCDIR = @DX_DOCDIR@
219 DX_DOT = @DX_DOT@
220 DX_DOXYGEN = @DX_DOXYGEN@
221 DX_DVIPS = @DX_DVIPS@
222 DX_EGREP = @DX_EGREP@
223 DX_ENV = @DX_ENV@
224 DX_FLAG_chi = @DX_FLAG_chi@
225 DX_FLAG_chm = @DX_FLAG_chm@
226 DX_FLAG_doc = @DX_FLAG_doc@
227 DX_FLAG_dot = @DX_FLAG_dot@
228 DX_FLAG_html = @DX_FLAG_html@
229 DX_FLAG_man = @DX_FLAG_man@
230 DX_FLAG_pdf = @DX_FLAG_pdf@
231 DX_FLAG_ps = @DX_FLAG_ps@
232 DX_FLAG_rtf = @DX_FLAG_rtf@
233 DX_FLAG_xml = @DX_FLAG_xml@
234 DX_HHC = @DX_HHC@
235 DX_LATEX = @DX_LATEX@
236 DX_MAKEINDEX = @DX_MAKEINDEX@
237 DX_PDFLATEX = @DX_PDFLATEX@
238 DX_PERL = @DX_PERL@
239 DX_PROJECT = @DX_PROJECT@
240 ECHO_C = @ECHO_C@
241 ECHO_N = @ECHO_N@
242 ECHO_T = @ECHO_T@
243 EGREP = @EGREP@
244 EXEEXT = @EXEEXT@
245 FGREP = @FGREP@
246 GACUTIL = @GACUTIL@
247 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
248 GLIB20_CFLAGS = @GLIB20_CFLAGS@
249 GLIB20_LIBS = @GLIB20_LIBS@
250 GMOFILES = @GMOFILES@
251 GMSGFMT = @GMSGFMT@
252 GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
253 GOBJECT_LIBS = @GOBJECT_LIBS@
254 GREP = @GREP@
255 GTK20_CFLAGS = @GTK20_CFLAGS@
256 GTK20_LIBS = @GTK20_LIBS@
257 GTK30_CFLAGS = @GTK30_CFLAGS@
258 GTK30_LIBS = @GTK30_LIBS@
259 HOWL_COMPAT_VERSION = @HOWL_COMPAT_VERSION@
260 INSTALL = @INSTALL@
261 INSTALL_DATA = @INSTALL_DATA@
262 INSTALL_PROGRAM = @INSTALL_PROGRAM@
263 INSTALL_SCRIPT = @INSTALL_SCRIPT@
264 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
265 INSTOBJEXT = @INSTOBJEXT@
266 INTLLIBS = @INTLLIBS@
267 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
268 INTLTOOL_MERGE = @INTLTOOL_MERGE@
269 INTLTOOL_PERL = @INTLTOOL_PERL@
270 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
271 INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
272 INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
273 INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
274 INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
275 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
276 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
277 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
278 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
279 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
280 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
281 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
282 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
283 LD = @LD@
284 LDFLAGS = @LDFLAGS@
285 LIBAVAHI_CLIENT_VERSION_INFO = @LIBAVAHI_CLIENT_VERSION_INFO@
286 LIBAVAHI_COMMON_VERSION_INFO = @LIBAVAHI_COMMON_VERSION_INFO@
287 LIBAVAHI_COMPAT_HOWL_VERSION_INFO = @LIBAVAHI_COMPAT_HOWL_VERSION_INFO@
288 LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO = @LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO@
289 LIBAVAHI_CORE_VERSION_INFO = @LIBAVAHI_CORE_VERSION_INFO@
290 LIBAVAHI_GLIB_VERSION_INFO = @LIBAVAHI_GLIB_VERSION_INFO@
291 LIBAVAHI_GOBJECT_VERSION_INFO = @LIBAVAHI_GOBJECT_VERSION_INFO@
292 LIBAVAHI_QT3_VERSION_INFO = @LIBAVAHI_QT3_VERSION_INFO@
293 LIBAVAHI_QT4_VERSION_INFO = @LIBAVAHI_QT4_VERSION_INFO@
294 LIBAVAHI_UI_VERSION_INFO = @LIBAVAHI_UI_VERSION_INFO@
295 LIBDAEMON_CFLAGS = @LIBDAEMON_CFLAGS@
296 LIBDAEMON_LIBS = @LIBDAEMON_LIBS@
297 LIBOBJS = @LIBOBJS@
298 LIBS = @LIBS@
299 LIBTOOL = @LIBTOOL@
300 LIPO = @LIPO@
301 LN_S = @LN_S@
302 LTLIBOBJS = @LTLIBOBJS@
303 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
304 MAKEINFO = @MAKEINFO@
305 MANIFEST_TOOL = @MANIFEST_TOOL@
306 MCS = @MCS@
307 MDASSEMBLER = @MDASSEMBLER@
308 MKDIR_P = @MKDIR_P@
309 MKINSTALLDIRS = @MKINSTALLDIRS@
310 MOC_QT3 = @MOC_QT3@
311 MOC_QT4 = @MOC_QT4@
312 MONODOCER = @MONODOCER@
313 MONODOC_CFLAGS = @MONODOC_CFLAGS@
314 MONODOC_DIR = @MONODOC_DIR@
315 MONODOC_LIBS = @MONODOC_LIBS@
316 MSGFMT = @MSGFMT@
317 MSGFMT_OPTS = @MSGFMT_OPTS@
318 MSGMERGE = @MSGMERGE@
319 NM = @NM@
320 NMEDIT = @NMEDIT@
321 OBJDUMP = @OBJDUMP@
322 OBJEXT = @OBJEXT@
323 OTOOL = @OTOOL@
324 OTOOL64 = @OTOOL64@
325 PACKAGE = @PACKAGE@
326 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
327 PACKAGE_NAME = @PACKAGE_NAME@
328 PACKAGE_STRING = @PACKAGE_STRING@
329 PACKAGE_TARNAME = @PACKAGE_TARNAME@
330 PACKAGE_URL = @PACKAGE_URL@
331 PACKAGE_VERSION = @PACKAGE_VERSION@
332 PATH_SEPARATOR = @PATH_SEPARATOR@
333 PKG_CONFIG = @PKG_CONFIG@
334 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
335 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
336 POFILES = @POFILES@
337 POSUB = @POSUB@
338 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
339 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
340 PTHREAD_CC = @PTHREAD_CC@
341 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
342 PTHREAD_LIBS = @PTHREAD_LIBS@
343 PYTHON = @PYTHON@
344 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
345 PYTHON_PLATFORM = @PYTHON_PLATFORM@
346 PYTHON_PREFIX = @PYTHON_PREFIX@
347 PYTHON_VERSION = @PYTHON_VERSION@
348 QT3_CFLAGS = @QT3_CFLAGS@
349 QT3_LIBS = @QT3_LIBS@
350 QT4_CFLAGS = @QT4_CFLAGS@
351 QT4_LIBS = @QT4_LIBS@
352 RANLIB = @RANLIB@
353 SED = @SED@
354 SET_MAKE = @SET_MAKE@
355 SHELL = @SHELL@
356 STOW = @STOW@
357 STRIP = @STRIP@
358 USE_NLS = @USE_NLS@
359 VERSION = @VERSION@
360 VISIBILITY_HIDDEN_CFLAGS = @VISIBILITY_HIDDEN_CFLAGS@
361 XGETTEXT = @XGETTEXT@
362 XML_CFLAGS = @XML_CFLAGS@
363 XML_LIBS = @XML_LIBS@
364 abs_builddir = @abs_builddir@
365 abs_srcdir = @abs_srcdir@
366 abs_top_builddir = @abs_top_builddir@
367 abs_top_srcdir = @abs_top_srcdir@
368 ac_ct_AR = @ac_ct_AR@
369 ac_ct_CC = @ac_ct_CC@
370 ac_ct_CXX = @ac_ct_CXX@
371 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
372 acx_pthread_config = @acx_pthread_config@
373 am__include = @am__include@
374 am__leading_dot = @am__leading_dot@
375 am__quote = @am__quote@
376 am__tar = @am__tar@
377 am__untar = @am__untar@
378 avahi_runtime_dir = @avahi_runtime_dir@
379 avahi_socket = @avahi_socket@
380 avahilocaledir = @avahilocaledir@
381 bindir = @bindir@
382 build = @build@
383 build_alias = @build_alias@
384 build_cpu = @build_cpu@
385 build_os = @build_os@
386 build_vendor = @build_vendor@
387 builddir = @builddir@
388 datadir = @datadir@
389 datarootdir = @datarootdir@
390 docdir = @docdir@
391 dvidir = @dvidir@
392 exec_prefix = @exec_prefix@
393 have_pkg_config = @have_pkg_config@
394 have_xmltoman = @have_xmltoman@
395 host = @host@
396 host_alias = @host_alias@
397 host_cpu = @host_cpu@
398 host_os = @host_os@
399 host_vendor = @host_vendor@
400 htmldir = @htmldir@
401 includedir = @includedir@
402 infodir = @infodir@
403 install_sh = @install_sh@
404 interfacesdir = @interfacesdir@
405 intltool__v_merge_options_ = @intltool__v_merge_options_@
406 intltool__v_merge_options_0 = @intltool__v_merge_options_0@
407 libdir = @libdir@
408 libexecdir = @libexecdir@
409 localedir = @localedir@
410 localstatedir = @localstatedir@
411 mandir = @mandir@
412 mkdir_p = @mkdir_p@
413 oldincludedir = @oldincludedir@
414 pdfdir = @pdfdir@
415 pkgpyexecdir = @pkgpyexecdir@
416 pkgpythondir = @pkgpythondir@
417 prefix = @prefix@
418 program_transform_name = @program_transform_name@
419 psdir = @psdir@
420 pyexecdir = @pyexecdir@
421 pythondir = @pythondir@
422 runstatedir = @runstatedir@
423 sbindir = @sbindir@
424 sharedstatedir = @sharedstatedir@
425 srcdir = @srcdir@
426 sysconfdir = @sysconfdir@
427 systemdsystemunitdir = @systemdsystemunitdir@
428 target_alias = @target_alias@
429 top_build_prefix = @top_build_prefix@
430 top_builddir = @top_builddir@
431 top_srcdir = @top_srcdir@
432 initddir = $(sysconfdir)/rc.d
433 EXTRA_DIST = \
434 avahi-daemon.sh.in \
435 avahi-dnsconfd.sh.in
436
437 initd_SCRIPTS = \
438 avahi-daemon.sh \
439 avahi-dnsconfd.sh
440
441 CLEANFILES = \
442 avahi-daemon.sh \
443 avahi-dnsconfd.sh
444
445 all: all-am
446
447 .SUFFIXES:
448 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
449 @for dep in $?; do \
450 case '$(am__configure_deps)' in \
451 *$$dep*) \
452 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
453 && { if test -f $@; then exit 0; else break; fi; }; \
454 exit 1;; \
455 esac; \
456 done; \
457 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign initscript/freebsd/Makefile'; \
458 $(am__cd) $(top_srcdir) && \
459 $(AUTOMAKE) --foreign initscript/freebsd/Makefile
460 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
461 @case '$?' in \
462 *config.status*) \
463 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
464 *) \
465 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
466 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
467 esac;
468
469 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
470 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
471
472 $(top_srcdir)/configure: $(am__configure_deps)
473 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
474 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
475 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
476 $(am__aclocal_m4_deps):
477 install-initdSCRIPTS: $(initd_SCRIPTS)
478 @$(NORMAL_INSTALL)
479 @list='$(initd_SCRIPTS)'; test -n "$(initddir)" || list=; \
480 if test -n "$$list"; then \
481 echo " $(MKDIR_P) '$(DESTDIR)$(initddir)'"; \
482 $(MKDIR_P) "$(DESTDIR)$(initddir)" || exit 1; \
483 fi; \
484 for p in $$list; do \
485 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
486 if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
487 done | \
488 sed -e 'p;s,.*/,,;n' \
489 -e 'h;s|.*|.|' \
490 -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
491 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
492 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
493 if ($$2 == $$4) { files[d] = files[d] " " $$1; \
494 if (++n[d] == $(am__install_max)) { \
495 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
496 else { print "f", d "/" $$4, $$1 } } \
497 END { for (d in files) print "f", d, files[d] }' | \
498 while read type dir files; do \
499 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
500 test -z "$$files" || { \
501 echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(initddir)$$dir'"; \
502 $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(initddir)$$dir" || exit $$?; \
503 } \
504 ; done
505
506 uninstall-initdSCRIPTS:
507 @$(NORMAL_UNINSTALL)
508 @list='$(initd_SCRIPTS)'; test -n "$(initddir)" || exit 0; \
509 files=`for p in $$list; do echo "$$p"; done | \
510 sed -e 's,.*/,,;$(transform)'`; \
511 dir='$(DESTDIR)$(initddir)'; $(am__uninstall_files_from_dir)
512
513 mostlyclean-libtool:
514 -rm -f *.lo
515
516 clean-libtool:
517 -rm -rf .libs _libs
518 tags TAGS:
519
520 ctags CTAGS:
521
522 cscope cscopelist:
523
524
525 distdir: $(DISTFILES)
526 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
527 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
528 list='$(DISTFILES)'; \
529 dist_files=`for file in $$list; do echo $$file; done | \
530 sed -e "s|^$$srcdirstrip/||;t" \
531 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
532 case $$dist_files in \
533 */*) $(MKDIR_P) `echo "$$dist_files" | \
534 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
535 sort -u` ;; \
536 esac; \
537 for file in $$dist_files; do \
538 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
539 if test -d $$d/$$file; then \
540 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
541 if test -d "$(distdir)/$$file"; then \
542 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
543 fi; \
544 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
545 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
546 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
547 fi; \
548 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
549 else \
550 test -f "$(distdir)/$$file" \
551 || cp -p $$d/$$file "$(distdir)/$$file" \
552 || exit 1; \
553 fi; \
554 done
555 check-am: all-am
556 check: check-am
557 all-am: Makefile $(SCRIPTS)
558 installdirs:
559 for dir in "$(DESTDIR)$(initddir)"; do \
560 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
561 done
562 install: install-am
563 install-exec: install-exec-am
564 install-data: install-data-am
565 uninstall: uninstall-am
566
567 install-am: all-am
568 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
569
570 installcheck: installcheck-am
571 install-strip:
572 if test -z '$(STRIP)'; then \
573 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
574 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
575 install; \
576 else \
577 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
578 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
579 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
580 fi
581 mostlyclean-generic:
582
583 clean-generic:
584 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
585
586 distclean-generic:
587 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
588 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
589
590 maintainer-clean-generic:
591 @echo "This command is intended for maintainers to use"
592 @echo "it deletes files that may require special tools to rebuild."
593 clean: clean-am
594
595 clean-am: clean-generic clean-libtool mostlyclean-am
596
597 distclean: distclean-am
598 -rm -f Makefile
599 distclean-am: clean-am distclean-generic
600
601 dvi: dvi-am
602
603 dvi-am:
604
605 html: html-am
606
607 html-am:
608
609 info: info-am
610
611 info-am:
612
613 install-data-am: install-initdSCRIPTS
614
615 install-dvi: install-dvi-am
616
617 install-dvi-am:
618
619 install-exec-am:
620
621 install-html: install-html-am
622
623 install-html-am:
624
625 install-info: install-info-am
626
627 install-info-am:
628
629 install-man:
630
631 install-pdf: install-pdf-am
632
633 install-pdf-am:
634
635 install-ps: install-ps-am
636
637 install-ps-am:
638
639 installcheck-am:
640
641 maintainer-clean: maintainer-clean-am
642 -rm -f Makefile
643 maintainer-clean-am: distclean-am maintainer-clean-generic
644
645 mostlyclean: mostlyclean-am
646
647 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
648
649 pdf: pdf-am
650
651 pdf-am:
652
653 ps: ps-am
654
655 ps-am:
656
657 uninstall-am: uninstall-initdSCRIPTS
658
659 .MAKE: install-am install-strip
660
661 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
662 cscopelist-am ctags-am distclean distclean-generic \
663 distclean-libtool distdir dvi dvi-am html html-am info info-am \
664 install install-am install-data install-data-am install-dvi \
665 install-dvi-am install-exec install-exec-am install-html \
666 install-html-am install-info install-info-am \
667 install-initdSCRIPTS install-man install-pdf install-pdf-am \
668 install-ps install-ps-am install-strip installcheck \
669 installcheck-am installdirs maintainer-clean \
670 maintainer-clean-generic mostlyclean mostlyclean-generic \
671 mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
672 uninstall-am uninstall-initdSCRIPTS
673
674 .PRECIOUS: Makefile
675
676
677 avahi-daemon.sh: avahi-daemon.sh.in
678 sed -e 's,@sbindir\@,$(sbindir),g' $< > $@
679 chmod +x $@
680
681 avahi-dnsconfd.sh: avahi-dnsconfd.sh.in
682 sed \
683 -e 's,@sbindir\@,$(sbindir),g' \
684 -e 's,@sysconfdir\@,$(sysconfdir),g' \
685 $< > $@
686 chmod +x $@
687
688 # Tell versions [3.59,3.63) of GNU make to not export all variables.
689 # Otherwise a system limit (for SysV at least) may be exceeded.
690 .NOEXPORT:
0 # Makefile.in generated by automake 1.15 from Makefile.am.
1 # @configure_input@
2
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
4
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 @SET_MAKE@
15
16 # This file is part of avahi.
17 #
18 # avahi is free software; you can redistribute it and/or modify it
19 # under the terms of the GNU Lesser General Public License as
20 # published by the Free Software Foundation; either version 2 of the
21 # License, or (at your option) any later version.
22 #
23 # avahi is distributed in the hope that it will be useful, but WITHOUT
24 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
25 # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
26 # License for more details.
27 #
28 # You should have received a copy of the GNU Lesser General Public
29 # License along with avahi; if not, write to the Free Software
30 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
31 # USA.
32
33 VPATH = @srcdir@
34 am__is_gnu_make = { \
35 if test -z '$(MAKELEVEL)'; then \
36 false; \
37 elif test -n '$(MAKE_HOST)'; then \
38 true; \
39 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
40 true; \
41 else \
42 false; \
43 fi; \
44 }
45 am__make_running_with_option = \
46 case $${target_option-} in \
47 ?) ;; \
48 *) echo "am__make_running_with_option: internal error: invalid" \
49 "target option '$${target_option-}' specified" >&2; \
50 exit 1;; \
51 esac; \
52 has_opt=no; \
53 sane_makeflags=$$MAKEFLAGS; \
54 if $(am__is_gnu_make); then \
55 sane_makeflags=$$MFLAGS; \
56 else \
57 case $$MAKEFLAGS in \
58 *\\[\ \ ]*) \
59 bs=\\; \
60 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
61 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
62 esac; \
63 fi; \
64 skip_next=no; \
65 strip_trailopt () \
66 { \
67 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
68 }; \
69 for flg in $$sane_makeflags; do \
70 test $$skip_next = yes && { skip_next=no; continue; }; \
71 case $$flg in \
72 *=*|--*) continue;; \
73 -*I) strip_trailopt 'I'; skip_next=yes;; \
74 -*I?*) strip_trailopt 'I';; \
75 -*O) strip_trailopt 'O'; skip_next=yes;; \
76 -*O?*) strip_trailopt 'O';; \
77 -*l) strip_trailopt 'l'; skip_next=yes;; \
78 -*l?*) strip_trailopt 'l';; \
79 -[dEDm]) skip_next=yes;; \
80 -[JT]) skip_next=yes;; \
81 esac; \
82 case $$flg in \
83 *$$target_option*) has_opt=yes; break;; \
84 esac; \
85 done; \
86 test $$has_opt = yes
87 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
88 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
89 pkgdatadir = $(datadir)/@PACKAGE@
90 pkgincludedir = $(includedir)/@PACKAGE@
91 pkglibdir = $(libdir)/@PACKAGE@
92 pkglibexecdir = $(libexecdir)/@PACKAGE@
93 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
94 install_sh_DATA = $(install_sh) -c -m 644
95 install_sh_PROGRAM = $(install_sh) -c
96 install_sh_SCRIPT = $(install_sh) -c
97 INSTALL_HEADER = $(INSTALL_DATA)
98 transform = $(program_transform_name)
99 NORMAL_INSTALL = :
100 PRE_INSTALL = :
101 POST_INSTALL = :
102 NORMAL_UNINSTALL = :
103 PRE_UNINSTALL = :
104 POST_UNINSTALL = :
105 build_triplet = @build@
106 host_triplet = @host@
107 subdir = initscript/gentoo
108 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
109 am__aclocal_m4_deps = $(top_srcdir)/common/acx_pthread.m4 \
110 $(top_srcdir)/common/gcc_stack_protect.m4 \
111 $(top_srcdir)/common/gcc_visibility.m4 \
112 $(top_srcdir)/common/intltool.m4 \
113 $(top_srcdir)/common/introspection.m4 \
114 $(top_srcdir)/common/libtool.m4 \
115 $(top_srcdir)/common/ltoptions.m4 \
116 $(top_srcdir)/common/ltsugar.m4 \
117 $(top_srcdir)/common/ltversion.m4 \
118 $(top_srcdir)/common/lt~obsolete.m4 \
119 $(top_srcdir)/common/nls.m4 $(top_srcdir)/common/python.m4 \
120 $(top_srcdir)/acinclude.m4 $(top_srcdir)/common/doxygen.m4 \
121 $(top_srcdir)/configure.ac
122 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
123 $(ACLOCAL_M4)
124 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
125 mkinstalldirs = $(install_sh) -d
126 CONFIG_HEADER = $(top_builddir)/config.h
127 CONFIG_CLEAN_FILES =
128 CONFIG_CLEAN_VPATH_FILES =
129 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
130 am__vpath_adj = case $$p in \
131 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
132 *) f=$$p;; \
133 esac;
134 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
135 am__install_max = 40
136 am__nobase_strip_setup = \
137 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
138 am__nobase_strip = \
139 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
140 am__nobase_list = $(am__nobase_strip_setup); \
141 for p in $$list; do echo "$$p $$p"; done | \
142 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
143 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
144 if (++n[$$2] == $(am__install_max)) \
145 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
146 END { for (dir in files) print dir, files[dir] }'
147 am__base_list = \
148 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
149 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
150 am__uninstall_files_from_dir = { \
151 test -z "$$files" \
152 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
153 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
154 $(am__cd) "$$dir" && rm -f $$files; }; \
155 }
156 am__installdirs = "$(DESTDIR)$(initddir)"
157 SCRIPTS = $(initd_SCRIPTS)
158 AM_V_P = $(am__v_P_@AM_V@)
159 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
160 am__v_P_0 = false
161 am__v_P_1 = :
162 AM_V_GEN = $(am__v_GEN_@AM_V@)
163 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
164 am__v_GEN_0 = @echo " GEN " $@;
165 am__v_GEN_1 =
166 AM_V_at = $(am__v_at_@AM_V@)
167 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
168 am__v_at_0 = @
169 am__v_at_1 =
170 SOURCES =
171 DIST_SOURCES =
172 am__can_run_installinfo = \
173 case $$AM_UPDATE_INFO_DIR in \
174 n|no|NO) false;; \
175 *) (install-info --version) >/dev/null 2>&1;; \
176 esac
177 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
178 am__DIST_COMMON = $(srcdir)/Makefile.in
179 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
180 ACLOCAL = @ACLOCAL@
181 ALL_LINGUAS = @ALL_LINGUAS@
182 AMTAR = @AMTAR@
183 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
184 AR = @AR@
185 AUTOCONF = @AUTOCONF@
186 AUTOHEADER = @AUTOHEADER@
187 AUTOMAKE = @AUTOMAKE@
188 AVAHI_AUTOIPD_GROUP = @AVAHI_AUTOIPD_GROUP@
189 AVAHI_AUTOIPD_USER = @AVAHI_AUTOIPD_USER@
190 AVAHI_GROUP = @AVAHI_GROUP@
191 AVAHI_PRIV_ACCESS_GROUP = @AVAHI_PRIV_ACCESS_GROUP@
192 AVAHI_USER = @AVAHI_USER@
193 AWK = @AWK@
194 CATALOGS = @CATALOGS@
195 CATOBJEXT = @CATOBJEXT@
196 CC = @CC@
197 CCDEPMODE = @CCDEPMODE@
198 CFLAGS = @CFLAGS@
199 CPP = @CPP@
200 CPPFLAGS = @CPPFLAGS@
201 CXX = @CXX@
202 CXXCPP = @CXXCPP@
203 CXXDEPMODE = @CXXDEPMODE@
204 CXXFLAGS = @CXXFLAGS@
205 CYGPATH_W = @CYGPATH_W@
206 DATADIRNAME = @DATADIRNAME@
207 DBUS_CFLAGS = @DBUS_CFLAGS@
208 DBUS_LIBS = @DBUS_LIBS@
209 DBUS_SYSTEM_BUS_DEFAULT_ADDRESS = @DBUS_SYSTEM_BUS_DEFAULT_ADDRESS@
210 DBUS_SYS_DIR = @DBUS_SYS_DIR@
211 DEFS = @DEFS@
212 DEPDIR = @DEPDIR@
213 DLLTOOL = @DLLTOOL@
214 DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
215 DSYMUTIL = @DSYMUTIL@
216 DUMPBIN = @DUMPBIN@
217 DX_CONFIG = @DX_CONFIG@
218 DX_DOCDIR = @DX_DOCDIR@
219 DX_DOT = @DX_DOT@
220 DX_DOXYGEN = @DX_DOXYGEN@
221 DX_DVIPS = @DX_DVIPS@
222 DX_EGREP = @DX_EGREP@
223 DX_ENV = @DX_ENV@
224 DX_FLAG_chi = @DX_FLAG_chi@
225 DX_FLAG_chm = @DX_FLAG_chm@
226 DX_FLAG_doc = @DX_FLAG_doc@
227 DX_FLAG_dot = @DX_FLAG_dot@
228 DX_FLAG_html = @DX_FLAG_html@
229 DX_FLAG_man = @DX_FLAG_man@
230 DX_FLAG_pdf = @DX_FLAG_pdf@
231 DX_FLAG_ps = @DX_FLAG_ps@
232 DX_FLAG_rtf = @DX_FLAG_rtf@
233 DX_FLAG_xml = @DX_FLAG_xml@
234 DX_HHC = @DX_HHC@
235 DX_LATEX = @DX_LATEX@
236 DX_MAKEINDEX = @DX_MAKEINDEX@
237 DX_PDFLATEX = @DX_PDFLATEX@
238 DX_PERL = @DX_PERL@
239 DX_PROJECT = @DX_PROJECT@
240 ECHO_C = @ECHO_C@
241 ECHO_N = @ECHO_N@
242 ECHO_T = @ECHO_T@
243 EGREP = @EGREP@
244 EXEEXT = @EXEEXT@
245 FGREP = @FGREP@
246 GACUTIL = @GACUTIL@
247 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
248 GLIB20_CFLAGS = @GLIB20_CFLAGS@
249 GLIB20_LIBS = @GLIB20_LIBS@
250 GMOFILES = @GMOFILES@
251 GMSGFMT = @GMSGFMT@
252 GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
253 GOBJECT_LIBS = @GOBJECT_LIBS@
254 GREP = @GREP@
255 GTK20_CFLAGS = @GTK20_CFLAGS@
256 GTK20_LIBS = @GTK20_LIBS@
257 GTK30_CFLAGS = @GTK30_CFLAGS@
258 GTK30_LIBS = @GTK30_LIBS@
259 HOWL_COMPAT_VERSION = @HOWL_COMPAT_VERSION@
260 INSTALL = @INSTALL@
261 INSTALL_DATA = @INSTALL_DATA@
262 INSTALL_PROGRAM = @INSTALL_PROGRAM@
263 INSTALL_SCRIPT = @INSTALL_SCRIPT@
264 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
265 INSTOBJEXT = @INSTOBJEXT@
266 INTLLIBS = @INTLLIBS@
267 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
268 INTLTOOL_MERGE = @INTLTOOL_MERGE@
269 INTLTOOL_PERL = @INTLTOOL_PERL@
270 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
271 INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
272 INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
273 INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
274 INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
275 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
276 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
277 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
278 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
279 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
280 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
281 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
282 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
283 LD = @LD@
284 LDFLAGS = @LDFLAGS@
285 LIBAVAHI_CLIENT_VERSION_INFO = @LIBAVAHI_CLIENT_VERSION_INFO@
286 LIBAVAHI_COMMON_VERSION_INFO = @LIBAVAHI_COMMON_VERSION_INFO@
287 LIBAVAHI_COMPAT_HOWL_VERSION_INFO = @LIBAVAHI_COMPAT_HOWL_VERSION_INFO@
288 LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO = @LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO@
289 LIBAVAHI_CORE_VERSION_INFO = @LIBAVAHI_CORE_VERSION_INFO@
290 LIBAVAHI_GLIB_VERSION_INFO = @LIBAVAHI_GLIB_VERSION_INFO@
291 LIBAVAHI_GOBJECT_VERSION_INFO = @LIBAVAHI_GOBJECT_VERSION_INFO@
292 LIBAVAHI_QT3_VERSION_INFO = @LIBAVAHI_QT3_VERSION_INFO@
293 LIBAVAHI_QT4_VERSION_INFO = @LIBAVAHI_QT4_VERSION_INFO@
294 LIBAVAHI_UI_VERSION_INFO = @LIBAVAHI_UI_VERSION_INFO@
295 LIBDAEMON_CFLAGS = @LIBDAEMON_CFLAGS@
296 LIBDAEMON_LIBS = @LIBDAEMON_LIBS@
297 LIBOBJS = @LIBOBJS@
298 LIBS = @LIBS@
299 LIBTOOL = @LIBTOOL@
300 LIPO = @LIPO@
301 LN_S = @LN_S@
302 LTLIBOBJS = @LTLIBOBJS@
303 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
304 MAKEINFO = @MAKEINFO@
305 MANIFEST_TOOL = @MANIFEST_TOOL@
306 MCS = @MCS@
307 MDASSEMBLER = @MDASSEMBLER@
308 MKDIR_P = @MKDIR_P@
309 MKINSTALLDIRS = @MKINSTALLDIRS@
310 MOC_QT3 = @MOC_QT3@
311 MOC_QT4 = @MOC_QT4@
312 MONODOCER = @MONODOCER@
313 MONODOC_CFLAGS = @MONODOC_CFLAGS@
314 MONODOC_DIR = @MONODOC_DIR@
315 MONODOC_LIBS = @MONODOC_LIBS@
316 MSGFMT = @MSGFMT@
317 MSGFMT_OPTS = @MSGFMT_OPTS@
318 MSGMERGE = @MSGMERGE@
319 NM = @NM@
320 NMEDIT = @NMEDIT@
321 OBJDUMP = @OBJDUMP@
322 OBJEXT = @OBJEXT@
323 OTOOL = @OTOOL@
324 OTOOL64 = @OTOOL64@
325 PACKAGE = @PACKAGE@
326 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
327 PACKAGE_NAME = @PACKAGE_NAME@
328 PACKAGE_STRING = @PACKAGE_STRING@
329 PACKAGE_TARNAME = @PACKAGE_TARNAME@
330 PACKAGE_URL = @PACKAGE_URL@
331 PACKAGE_VERSION = @PACKAGE_VERSION@
332 PATH_SEPARATOR = @PATH_SEPARATOR@
333 PKG_CONFIG = @PKG_CONFIG@
334 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
335 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
336 POFILES = @POFILES@
337 POSUB = @POSUB@
338 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
339 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
340 PTHREAD_CC = @PTHREAD_CC@
341 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
342 PTHREAD_LIBS = @PTHREAD_LIBS@
343 PYTHON = @PYTHON@
344 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
345 PYTHON_PLATFORM = @PYTHON_PLATFORM@
346 PYTHON_PREFIX = @PYTHON_PREFIX@
347 PYTHON_VERSION = @PYTHON_VERSION@
348 QT3_CFLAGS = @QT3_CFLAGS@
349 QT3_LIBS = @QT3_LIBS@
350 QT4_CFLAGS = @QT4_CFLAGS@
351 QT4_LIBS = @QT4_LIBS@
352 RANLIB = @RANLIB@
353 SED = @SED@
354 SET_MAKE = @SET_MAKE@
355 SHELL = @SHELL@
356 STOW = @STOW@
357 STRIP = @STRIP@
358 USE_NLS = @USE_NLS@
359 VERSION = @VERSION@
360 VISIBILITY_HIDDEN_CFLAGS = @VISIBILITY_HIDDEN_CFLAGS@
361 XGETTEXT = @XGETTEXT@
362 XML_CFLAGS = @XML_CFLAGS@
363 XML_LIBS = @XML_LIBS@
364 abs_builddir = @abs_builddir@
365 abs_srcdir = @abs_srcdir@
366 abs_top_builddir = @abs_top_builddir@
367 abs_top_srcdir = @abs_top_srcdir@
368 ac_ct_AR = @ac_ct_AR@
369 ac_ct_CC = @ac_ct_CC@
370 ac_ct_CXX = @ac_ct_CXX@
371 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
372 acx_pthread_config = @acx_pthread_config@
373 am__include = @am__include@
374 am__leading_dot = @am__leading_dot@
375 am__quote = @am__quote@
376 am__tar = @am__tar@
377 am__untar = @am__untar@
378 avahi_runtime_dir = @avahi_runtime_dir@
379 avahi_socket = @avahi_socket@
380 avahilocaledir = @avahilocaledir@
381 bindir = @bindir@
382 build = @build@
383 build_alias = @build_alias@
384 build_cpu = @build_cpu@
385 build_os = @build_os@
386 build_vendor = @build_vendor@
387 builddir = @builddir@
388 datadir = @datadir@
389 datarootdir = @datarootdir@
390 docdir = @docdir@
391 dvidir = @dvidir@
392 exec_prefix = @exec_prefix@
393 have_pkg_config = @have_pkg_config@
394 have_xmltoman = @have_xmltoman@
395 host = @host@
396 host_alias = @host_alias@
397 host_cpu = @host_cpu@
398 host_os = @host_os@
399 host_vendor = @host_vendor@
400 htmldir = @htmldir@
401 includedir = @includedir@
402 infodir = @infodir@
403 install_sh = @install_sh@
404 interfacesdir = @interfacesdir@
405 intltool__v_merge_options_ = @intltool__v_merge_options_@
406 intltool__v_merge_options_0 = @intltool__v_merge_options_0@
407 libdir = @libdir@
408 libexecdir = @libexecdir@
409 localedir = @localedir@
410 localstatedir = @localstatedir@
411 mandir = @mandir@
412 mkdir_p = @mkdir_p@
413 oldincludedir = @oldincludedir@
414 pdfdir = @pdfdir@
415 pkgpyexecdir = @pkgpyexecdir@
416 pkgpythondir = @pkgpythondir@
417 prefix = @prefix@
418 program_transform_name = @program_transform_name@
419 psdir = @psdir@
420 pyexecdir = @pyexecdir@
421 pythondir = @pythondir@
422 runstatedir = @runstatedir@
423 sbindir = @sbindir@
424 sharedstatedir = @sharedstatedir@
425 srcdir = @srcdir@
426 sysconfdir = @sysconfdir@
427 systemdsystemunitdir = @systemdsystemunitdir@
428 target_alias = @target_alias@
429 top_build_prefix = @top_build_prefix@
430 top_builddir = @top_builddir@
431 top_srcdir = @top_srcdir@
432 @HAVE_DBUS_FALSE@NO_DBUS_DEPENDENCY = /need dbus/d
433 initddir = $(sysconfdir)/init.d
434 EXTRA_DIST = \
435 avahi-daemon.in \
436 avahi-dnsconfd.in
437
438 initd_SCRIPTS = \
439 avahi-daemon \
440 avahi-dnsconfd
441
442 CLEANFILES = \
443 avahi-daemon \
444 avahi-dnsconfd
445
446 all: all-am
447
448 .SUFFIXES:
449 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
450 @for dep in $?; do \
451 case '$(am__configure_deps)' in \
452 *$$dep*) \
453 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
454 && { if test -f $@; then exit 0; else break; fi; }; \
455 exit 1;; \
456 esac; \
457 done; \
458 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign initscript/gentoo/Makefile'; \
459 $(am__cd) $(top_srcdir) && \
460 $(AUTOMAKE) --foreign initscript/gentoo/Makefile
461 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
462 @case '$?' in \
463 *config.status*) \
464 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
465 *) \
466 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
467 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
468 esac;
469
470 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
471 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
472
473 $(top_srcdir)/configure: $(am__configure_deps)
474 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
475 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
476 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
477 $(am__aclocal_m4_deps):
478 install-initdSCRIPTS: $(initd_SCRIPTS)
479 @$(NORMAL_INSTALL)
480 @list='$(initd_SCRIPTS)'; test -n "$(initddir)" || list=; \
481 if test -n "$$list"; then \
482 echo " $(MKDIR_P) '$(DESTDIR)$(initddir)'"; \
483 $(MKDIR_P) "$(DESTDIR)$(initddir)" || exit 1; \
484 fi; \
485 for p in $$list; do \
486 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
487 if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
488 done | \
489 sed -e 'p;s,.*/,,;n' \
490 -e 'h;s|.*|.|' \
491 -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
492 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
493 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
494 if ($$2 == $$4) { files[d] = files[d] " " $$1; \
495 if (++n[d] == $(am__install_max)) { \
496 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
497 else { print "f", d "/" $$4, $$1 } } \
498 END { for (d in files) print "f", d, files[d] }' | \
499 while read type dir files; do \
500 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
501 test -z "$$files" || { \
502 echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(initddir)$$dir'"; \
503 $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(initddir)$$dir" || exit $$?; \
504 } \
505 ; done
506
507 uninstall-initdSCRIPTS:
508 @$(NORMAL_UNINSTALL)
509 @list='$(initd_SCRIPTS)'; test -n "$(initddir)" || exit 0; \
510 files=`for p in $$list; do echo "$$p"; done | \
511 sed -e 's,.*/,,;$(transform)'`; \
512 dir='$(DESTDIR)$(initddir)'; $(am__uninstall_files_from_dir)
513
514 mostlyclean-libtool:
515 -rm -f *.lo
516
517 clean-libtool:
518 -rm -rf .libs _libs
519 tags TAGS:
520
521 ctags CTAGS:
522
523 cscope cscopelist:
524
525
526 distdir: $(DISTFILES)
527 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
528 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
529 list='$(DISTFILES)'; \
530 dist_files=`for file in $$list; do echo $$file; done | \
531 sed -e "s|^$$srcdirstrip/||;t" \
532 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
533 case $$dist_files in \
534 */*) $(MKDIR_P) `echo "$$dist_files" | \
535 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
536 sort -u` ;; \
537 esac; \
538 for file in $$dist_files; do \
539 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
540 if test -d $$d/$$file; then \
541 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
542 if test -d "$(distdir)/$$file"; then \
543 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
544 fi; \
545 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
546 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
547 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
548 fi; \
549 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
550 else \
551 test -f "$(distdir)/$$file" \
552 || cp -p $$d/$$file "$(distdir)/$$file" \
553 || exit 1; \
554 fi; \
555 done
556 check-am: all-am
557 check: check-am
558 all-am: Makefile $(SCRIPTS)
559 installdirs:
560 for dir in "$(DESTDIR)$(initddir)"; do \
561 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
562 done
563 install: install-am
564 install-exec: install-exec-am
565 install-data: install-data-am
566 uninstall: uninstall-am
567
568 install-am: all-am
569 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
570
571 installcheck: installcheck-am
572 install-strip:
573 if test -z '$(STRIP)'; then \
574 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
575 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
576 install; \
577 else \
578 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
579 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
580 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
581 fi
582 mostlyclean-generic:
583
584 clean-generic:
585 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
586
587 distclean-generic:
588 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
589 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
590
591 maintainer-clean-generic:
592 @echo "This command is intended for maintainers to use"
593 @echo "it deletes files that may require special tools to rebuild."
594 clean: clean-am
595
596 clean-am: clean-generic clean-libtool mostlyclean-am
597
598 distclean: distclean-am
599 -rm -f Makefile
600 distclean-am: clean-am distclean-generic
601
602 dvi: dvi-am
603
604 dvi-am:
605
606 html: html-am
607
608 html-am:
609
610 info: info-am
611
612 info-am:
613
614 install-data-am: install-initdSCRIPTS
615
616 install-dvi: install-dvi-am
617
618 install-dvi-am:
619
620 install-exec-am:
621
622 install-html: install-html-am
623
624 install-html-am:
625
626 install-info: install-info-am
627
628 install-info-am:
629
630 install-man:
631
632 install-pdf: install-pdf-am
633
634 install-pdf-am:
635
636 install-ps: install-ps-am
637
638 install-ps-am:
639
640 installcheck-am:
641
642 maintainer-clean: maintainer-clean-am
643 -rm -f Makefile
644 maintainer-clean-am: distclean-am maintainer-clean-generic
645
646 mostlyclean: mostlyclean-am
647
648 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
649
650 pdf: pdf-am
651
652 pdf-am:
653
654 ps: ps-am
655
656 ps-am:
657
658 uninstall-am: uninstall-initdSCRIPTS
659
660 .MAKE: install-am install-strip
661
662 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
663 cscopelist-am ctags-am distclean distclean-generic \
664 distclean-libtool distdir dvi dvi-am html html-am info info-am \
665 install install-am install-data install-data-am install-dvi \
666 install-dvi-am install-exec install-exec-am install-html \
667 install-html-am install-info install-info-am \
668 install-initdSCRIPTS install-man install-pdf install-pdf-am \
669 install-ps install-ps-am install-strip installcheck \
670 installcheck-am installdirs maintainer-clean \
671 maintainer-clean-generic mostlyclean mostlyclean-generic \
672 mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
673 uninstall-am uninstall-initdSCRIPTS
674
675 .PRECIOUS: Makefile
676
677
678 avahi-daemon: avahi-daemon.in
679
680 sed -e 's,@sbindir\@,$(sbindir),g; $(NO_DBUS_DEPENDENCY)' $< > $@
681 chmod +x $@
682
683 avahi-dnsconfd: avahi-dnsconfd.in
684 sed -e 's,@sbindir\@,$(sbindir),g' $< > $@
685 chmod +x $@
686
687 # Tell versions [3.59,3.63) of GNU make to not export all variables.
688 # Otherwise a system limit (for SysV at least) may be exceeded.
689 .NOEXPORT:
11 # Copyright 1999-2007 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
33
4 opts="reload"
4 extra_started_commands="reload"
55
66 depend() {
77 before netmount nfsmount
11 # Copyright 1999-2007 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
33
4 opts="reload"
4 extra_started_commands="reload"
55
66 depend() {
77 need avahi-daemon
0 # Makefile.in generated by automake 1.15 from Makefile.am.
1 # @configure_input@
2
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
4
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 @SET_MAKE@
15
16 # This file is part of avahi.
17 #
18 # avahi is free software; you can redistribute it and/or modify it
19 # under the terms of the GNU Lesser General Public License as
20 # published by the Free Software Foundation; either version 2 of the
21 # License, or (at your option) any later version.
22 #
23 # avahi is distributed in the hope that it will be useful, but WITHOUT
24 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
25 # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
26 # License for more details.
27 #
28 # You should have received a copy of the GNU Lesser General Public
29 # License along with avahi; if not, write to the Free Software
30 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
31 # USA.
32
33 VPATH = @srcdir@
34 am__is_gnu_make = { \
35 if test -z '$(MAKELEVEL)'; then \
36 false; \
37 elif test -n '$(MAKE_HOST)'; then \
38 true; \
39 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
40 true; \
41 else \
42 false; \
43 fi; \
44 }
45 am__make_running_with_option = \
46 case $${target_option-} in \
47 ?) ;; \
48 *) echo "am__make_running_with_option: internal error: invalid" \
49 "target option '$${target_option-}' specified" >&2; \
50 exit 1;; \
51 esac; \
52 has_opt=no; \
53 sane_makeflags=$$MAKEFLAGS; \
54 if $(am__is_gnu_make); then \
55 sane_makeflags=$$MFLAGS; \
56 else \
57 case $$MAKEFLAGS in \
58 *\\[\ \ ]*) \
59 bs=\\; \
60 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
61 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
62 esac; \
63 fi; \
64 skip_next=no; \
65 strip_trailopt () \
66 { \
67 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
68 }; \
69 for flg in $$sane_makeflags; do \
70 test $$skip_next = yes && { skip_next=no; continue; }; \
71 case $$flg in \
72 *=*|--*) continue;; \
73 -*I) strip_trailopt 'I'; skip_next=yes;; \
74 -*I?*) strip_trailopt 'I';; \
75 -*O) strip_trailopt 'O'; skip_next=yes;; \
76 -*O?*) strip_trailopt 'O';; \
77 -*l) strip_trailopt 'l'; skip_next=yes;; \
78 -*l?*) strip_trailopt 'l';; \
79 -[dEDm]) skip_next=yes;; \
80 -[JT]) skip_next=yes;; \
81 esac; \
82 case $$flg in \
83 *$$target_option*) has_opt=yes; break;; \
84 esac; \
85 done; \
86 test $$has_opt = yes
87 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
88 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
89 pkgdatadir = $(datadir)/@PACKAGE@
90 pkgincludedir = $(includedir)/@PACKAGE@
91 pkglibdir = $(libdir)/@PACKAGE@
92 pkglibexecdir = $(libexecdir)/@PACKAGE@
93 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
94 install_sh_DATA = $(install_sh) -c -m 644
95 install_sh_PROGRAM = $(install_sh) -c
96 install_sh_SCRIPT = $(install_sh) -c
97 INSTALL_HEADER = $(INSTALL_DATA)
98 transform = $(program_transform_name)
99 NORMAL_INSTALL = :
100 PRE_INSTALL = :
101 POST_INSTALL = :
102 NORMAL_UNINSTALL = :
103 PRE_UNINSTALL = :
104 POST_UNINSTALL = :
105 build_triplet = @build@
106 host_triplet = @host@
107 subdir = initscript/lfs
108 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
109 am__aclocal_m4_deps = $(top_srcdir)/common/acx_pthread.m4 \
110 $(top_srcdir)/common/gcc_stack_protect.m4 \
111 $(top_srcdir)/common/gcc_visibility.m4 \
112 $(top_srcdir)/common/intltool.m4 \
113 $(top_srcdir)/common/introspection.m4 \
114 $(top_srcdir)/common/libtool.m4 \
115 $(top_srcdir)/common/ltoptions.m4 \
116 $(top_srcdir)/common/ltsugar.m4 \
117 $(top_srcdir)/common/ltversion.m4 \
118 $(top_srcdir)/common/lt~obsolete.m4 \
119 $(top_srcdir)/common/nls.m4 $(top_srcdir)/common/python.m4 \
120 $(top_srcdir)/acinclude.m4 $(top_srcdir)/common/doxygen.m4 \
121 $(top_srcdir)/configure.ac
122 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
123 $(ACLOCAL_M4)
124 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
125 mkinstalldirs = $(install_sh) -d
126 CONFIG_HEADER = $(top_builddir)/config.h
127 CONFIG_CLEAN_FILES =
128 CONFIG_CLEAN_VPATH_FILES =
129 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
130 am__vpath_adj = case $$p in \
131 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
132 *) f=$$p;; \
133 esac;
134 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
135 am__install_max = 40
136 am__nobase_strip_setup = \
137 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
138 am__nobase_strip = \
139 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
140 am__nobase_list = $(am__nobase_strip_setup); \
141 for p in $$list; do echo "$$p $$p"; done | \
142 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
143 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
144 if (++n[$$2] == $(am__install_max)) \
145 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
146 END { for (dir in files) print dir, files[dir] }'
147 am__base_list = \
148 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
149 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
150 am__uninstall_files_from_dir = { \
151 test -z "$$files" \
152 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
153 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
154 $(am__cd) "$$dir" && rm -f $$files; }; \
155 }
156 am__installdirs = "$(DESTDIR)$(initddir)"
157 SCRIPTS = $(initd_SCRIPTS)
158 AM_V_P = $(am__v_P_@AM_V@)
159 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
160 am__v_P_0 = false
161 am__v_P_1 = :
162 AM_V_GEN = $(am__v_GEN_@AM_V@)
163 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
164 am__v_GEN_0 = @echo " GEN " $@;
165 am__v_GEN_1 =
166 AM_V_at = $(am__v_at_@AM_V@)
167 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
168 am__v_at_0 = @
169 am__v_at_1 =
170 SOURCES =
171 DIST_SOURCES =
172 am__can_run_installinfo = \
173 case $$AM_UPDATE_INFO_DIR in \
174 n|no|NO) false;; \
175 *) (install-info --version) >/dev/null 2>&1;; \
176 esac
177 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
178 am__DIST_COMMON = $(srcdir)/Makefile.in
179 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
180 ACLOCAL = @ACLOCAL@
181 ALL_LINGUAS = @ALL_LINGUAS@
182 AMTAR = @AMTAR@
183 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
184 AR = @AR@
185 AUTOCONF = @AUTOCONF@
186 AUTOHEADER = @AUTOHEADER@
187 AUTOMAKE = @AUTOMAKE@
188 AVAHI_AUTOIPD_GROUP = @AVAHI_AUTOIPD_GROUP@
189 AVAHI_AUTOIPD_USER = @AVAHI_AUTOIPD_USER@
190 AVAHI_GROUP = @AVAHI_GROUP@
191 AVAHI_PRIV_ACCESS_GROUP = @AVAHI_PRIV_ACCESS_GROUP@
192 AVAHI_USER = @AVAHI_USER@
193 AWK = @AWK@
194 CATALOGS = @CATALOGS@
195 CATOBJEXT = @CATOBJEXT@
196 CC = @CC@
197 CCDEPMODE = @CCDEPMODE@
198 CFLAGS = @CFLAGS@
199 CPP = @CPP@
200 CPPFLAGS = @CPPFLAGS@
201 CXX = @CXX@
202 CXXCPP = @CXXCPP@
203 CXXDEPMODE = @CXXDEPMODE@
204 CXXFLAGS = @CXXFLAGS@
205 CYGPATH_W = @CYGPATH_W@
206 DATADIRNAME = @DATADIRNAME@
207 DBUS_CFLAGS = @DBUS_CFLAGS@
208 DBUS_LIBS = @DBUS_LIBS@
209 DBUS_SYSTEM_BUS_DEFAULT_ADDRESS = @DBUS_SYSTEM_BUS_DEFAULT_ADDRESS@
210 DBUS_SYS_DIR = @DBUS_SYS_DIR@
211 DEFS = @DEFS@
212 DEPDIR = @DEPDIR@
213 DLLTOOL = @DLLTOOL@
214 DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
215 DSYMUTIL = @DSYMUTIL@
216 DUMPBIN = @DUMPBIN@
217 DX_CONFIG = @DX_CONFIG@
218 DX_DOCDIR = @DX_DOCDIR@
219 DX_DOT = @DX_DOT@
220 DX_DOXYGEN = @DX_DOXYGEN@
221 DX_DVIPS = @DX_DVIPS@
222 DX_EGREP = @DX_EGREP@
223 DX_ENV = @DX_ENV@
224 DX_FLAG_chi = @DX_FLAG_chi@
225 DX_FLAG_chm = @DX_FLAG_chm@
226 DX_FLAG_doc = @DX_FLAG_doc@
227 DX_FLAG_dot = @DX_FLAG_dot@
228 DX_FLAG_html = @DX_FLAG_html@
229 DX_FLAG_man = @DX_FLAG_man@
230 DX_FLAG_pdf = @DX_FLAG_pdf@
231 DX_FLAG_ps = @DX_FLAG_ps@
232 DX_FLAG_rtf = @DX_FLAG_rtf@
233 DX_FLAG_xml = @DX_FLAG_xml@
234 DX_HHC = @DX_HHC@
235 DX_LATEX = @DX_LATEX@
236 DX_MAKEINDEX = @DX_MAKEINDEX@
237 DX_PDFLATEX = @DX_PDFLATEX@
238 DX_PERL = @DX_PERL@
239 DX_PROJECT = @DX_PROJECT@
240 ECHO_C = @ECHO_C@
241 ECHO_N = @ECHO_N@
242 ECHO_T = @ECHO_T@
243 EGREP = @EGREP@
244 EXEEXT = @EXEEXT@
245 FGREP = @FGREP@
246 GACUTIL = @GACUTIL@
247 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
248 GLIB20_CFLAGS = @GLIB20_CFLAGS@
249 GLIB20_LIBS = @GLIB20_LIBS@
250 GMOFILES = @GMOFILES@
251 GMSGFMT = @GMSGFMT@
252 GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
253 GOBJECT_LIBS = @GOBJECT_LIBS@
254 GREP = @GREP@
255 GTK20_CFLAGS = @GTK20_CFLAGS@
256 GTK20_LIBS = @GTK20_LIBS@
257 GTK30_CFLAGS = @GTK30_CFLAGS@
258 GTK30_LIBS = @GTK30_LIBS@
259 HOWL_COMPAT_VERSION = @HOWL_COMPAT_VERSION@
260 INSTALL = @INSTALL@
261 INSTALL_DATA = @INSTALL_DATA@
262 INSTALL_PROGRAM = @INSTALL_PROGRAM@
263 INSTALL_SCRIPT = @INSTALL_SCRIPT@
264 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
265 INSTOBJEXT = @INSTOBJEXT@
266 INTLLIBS = @INTLLIBS@
267 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
268 INTLTOOL_MERGE = @INTLTOOL_MERGE@
269 INTLTOOL_PERL = @INTLTOOL_PERL@
270 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
271 INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
272 INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
273 INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
274 INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
275 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
276 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
277 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
278 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
279 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
280 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
281 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
282 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
283 LD = @LD@
284 LDFLAGS = @LDFLAGS@
285 LIBAVAHI_CLIENT_VERSION_INFO = @LIBAVAHI_CLIENT_VERSION_INFO@
286 LIBAVAHI_COMMON_VERSION_INFO = @LIBAVAHI_COMMON_VERSION_INFO@
287 LIBAVAHI_COMPAT_HOWL_VERSION_INFO = @LIBAVAHI_COMPAT_HOWL_VERSION_INFO@
288 LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO = @LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO@
289 LIBAVAHI_CORE_VERSION_INFO = @LIBAVAHI_CORE_VERSION_INFO@
290 LIBAVAHI_GLIB_VERSION_INFO = @LIBAVAHI_GLIB_VERSION_INFO@
291 LIBAVAHI_GOBJECT_VERSION_INFO = @LIBAVAHI_GOBJECT_VERSION_INFO@
292 LIBAVAHI_QT3_VERSION_INFO = @LIBAVAHI_QT3_VERSION_INFO@
293 LIBAVAHI_QT4_VERSION_INFO = @LIBAVAHI_QT4_VERSION_INFO@
294 LIBAVAHI_UI_VERSION_INFO = @LIBAVAHI_UI_VERSION_INFO@
295 LIBDAEMON_CFLAGS = @LIBDAEMON_CFLAGS@
296 LIBDAEMON_LIBS = @LIBDAEMON_LIBS@
297 LIBOBJS = @LIBOBJS@
298 LIBS = @LIBS@
299 LIBTOOL = @LIBTOOL@
300 LIPO = @LIPO@
301 LN_S = @LN_S@
302 LTLIBOBJS = @LTLIBOBJS@
303 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
304 MAKEINFO = @MAKEINFO@
305 MANIFEST_TOOL = @MANIFEST_TOOL@
306 MCS = @MCS@
307 MDASSEMBLER = @MDASSEMBLER@
308 MKDIR_P = @MKDIR_P@
309 MKINSTALLDIRS = @MKINSTALLDIRS@
310 MOC_QT3 = @MOC_QT3@
311 MOC_QT4 = @MOC_QT4@
312 MONODOCER = @MONODOCER@
313 MONODOC_CFLAGS = @MONODOC_CFLAGS@
314 MONODOC_DIR = @MONODOC_DIR@
315 MONODOC_LIBS = @MONODOC_LIBS@
316 MSGFMT = @MSGFMT@
317 MSGFMT_OPTS = @MSGFMT_OPTS@
318 MSGMERGE = @MSGMERGE@
319 NM = @NM@
320 NMEDIT = @NMEDIT@
321 OBJDUMP = @OBJDUMP@
322 OBJEXT = @OBJEXT@
323 OTOOL = @OTOOL@
324 OTOOL64 = @OTOOL64@
325 PACKAGE = @PACKAGE@
326 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
327 PACKAGE_NAME = @PACKAGE_NAME@
328 PACKAGE_STRING = @PACKAGE_STRING@
329 PACKAGE_TARNAME = @PACKAGE_TARNAME@
330 PACKAGE_URL = @PACKAGE_URL@
331 PACKAGE_VERSION = @PACKAGE_VERSION@
332 PATH_SEPARATOR = @PATH_SEPARATOR@
333 PKG_CONFIG = @PKG_CONFIG@
334 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
335 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
336 POFILES = @POFILES@
337 POSUB = @POSUB@
338 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
339 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
340 PTHREAD_CC = @PTHREAD_CC@
341 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
342 PTHREAD_LIBS = @PTHREAD_LIBS@
343 PYTHON = @PYTHON@
344 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
345 PYTHON_PLATFORM = @PYTHON_PLATFORM@
346 PYTHON_PREFIX = @PYTHON_PREFIX@
347 PYTHON_VERSION = @PYTHON_VERSION@
348 QT3_CFLAGS = @QT3_CFLAGS@
349 QT3_LIBS = @QT3_LIBS@
350 QT4_CFLAGS = @QT4_CFLAGS@
351 QT4_LIBS = @QT4_LIBS@
352 RANLIB = @RANLIB@
353 SED = @SED@
354 SET_MAKE = @SET_MAKE@
355 SHELL = @SHELL@
356 STOW = @STOW@
357 STRIP = @STRIP@
358 USE_NLS = @USE_NLS@
359 VERSION = @VERSION@
360 VISIBILITY_HIDDEN_CFLAGS = @VISIBILITY_HIDDEN_CFLAGS@
361 XGETTEXT = @XGETTEXT@
362 XML_CFLAGS = @XML_CFLAGS@
363 XML_LIBS = @XML_LIBS@
364 abs_builddir = @abs_builddir@
365 abs_srcdir = @abs_srcdir@
366 abs_top_builddir = @abs_top_builddir@
367 abs_top_srcdir = @abs_top_srcdir@
368 ac_ct_AR = @ac_ct_AR@
369 ac_ct_CC = @ac_ct_CC@
370 ac_ct_CXX = @ac_ct_CXX@
371 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
372 acx_pthread_config = @acx_pthread_config@
373 am__include = @am__include@
374 am__leading_dot = @am__leading_dot@
375 am__quote = @am__quote@
376 am__tar = @am__tar@
377 am__untar = @am__untar@
378 avahi_runtime_dir = @avahi_runtime_dir@
379 avahi_socket = @avahi_socket@
380 avahilocaledir = @avahilocaledir@
381 bindir = @bindir@
382 build = @build@
383 build_alias = @build_alias@
384 build_cpu = @build_cpu@
385 build_os = @build_os@
386 build_vendor = @build_vendor@
387 builddir = @builddir@
388 datadir = @datadir@
389 datarootdir = @datarootdir@
390 docdir = @docdir@
391 dvidir = @dvidir@
392 exec_prefix = @exec_prefix@
393 have_pkg_config = @have_pkg_config@
394 have_xmltoman = @have_xmltoman@
395 host = @host@
396 host_alias = @host_alias@
397 host_cpu = @host_cpu@
398 host_os = @host_os@
399 host_vendor = @host_vendor@
400 htmldir = @htmldir@
401 includedir = @includedir@
402 infodir = @infodir@
403 install_sh = @install_sh@
404 interfacesdir = @interfacesdir@
405 intltool__v_merge_options_ = @intltool__v_merge_options_@
406 intltool__v_merge_options_0 = @intltool__v_merge_options_0@
407 libdir = @libdir@
408 libexecdir = @libexecdir@
409 localedir = @localedir@
410 localstatedir = @localstatedir@
411 mandir = @mandir@
412 mkdir_p = @mkdir_p@
413 oldincludedir = @oldincludedir@
414 pdfdir = @pdfdir@
415 pkgpyexecdir = @pkgpyexecdir@
416 pkgpythondir = @pkgpythondir@
417 prefix = @prefix@
418 program_transform_name = @program_transform_name@
419 psdir = @psdir@
420 pyexecdir = @pyexecdir@
421 pythondir = @pythondir@
422 runstatedir = @runstatedir@
423 sbindir = @sbindir@
424 sharedstatedir = @sharedstatedir@
425 srcdir = @srcdir@
426 sysconfdir = @sysconfdir@
427 systemdsystemunitdir = @systemdsystemunitdir@
428 target_alias = @target_alias@
429 top_build_prefix = @top_build_prefix@
430 top_builddir = @top_builddir@
431 top_srcdir = @top_srcdir@
432 initddir = $(sysconfdir)/rc.d/init.d
433 EXTRA_DIST = avahi.in
434 initd_SCRIPTS = avahi
435 CLEANFILES = avahi
436 all: all-am
437
438 .SUFFIXES:
439 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
440 @for dep in $?; do \
441 case '$(am__configure_deps)' in \
442 *$$dep*) \
443 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
444 && { if test -f $@; then exit 0; else break; fi; }; \
445 exit 1;; \
446 esac; \
447 done; \
448 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign initscript/lfs/Makefile'; \
449 $(am__cd) $(top_srcdir) && \
450 $(AUTOMAKE) --foreign initscript/lfs/Makefile
451 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
452 @case '$?' in \
453 *config.status*) \
454 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
455 *) \
456 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
457 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
458 esac;
459
460 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
461 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
462
463 $(top_srcdir)/configure: $(am__configure_deps)
464 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
465 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
466 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
467 $(am__aclocal_m4_deps):
468 install-initdSCRIPTS: $(initd_SCRIPTS)
469 @$(NORMAL_INSTALL)
470 @list='$(initd_SCRIPTS)'; test -n "$(initddir)" || list=; \
471 if test -n "$$list"; then \
472 echo " $(MKDIR_P) '$(DESTDIR)$(initddir)'"; \
473 $(MKDIR_P) "$(DESTDIR)$(initddir)" || exit 1; \
474 fi; \
475 for p in $$list; do \
476 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
477 if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
478 done | \
479 sed -e 'p;s,.*/,,;n' \
480 -e 'h;s|.*|.|' \
481 -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
482 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
483 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
484 if ($$2 == $$4) { files[d] = files[d] " " $$1; \
485 if (++n[d] == $(am__install_max)) { \
486 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
487 else { print "f", d "/" $$4, $$1 } } \
488 END { for (d in files) print "f", d, files[d] }' | \
489 while read type dir files; do \
490 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
491 test -z "$$files" || { \
492 echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(initddir)$$dir'"; \
493 $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(initddir)$$dir" || exit $$?; \
494 } \
495 ; done
496
497 uninstall-initdSCRIPTS:
498 @$(NORMAL_UNINSTALL)
499 @list='$(initd_SCRIPTS)'; test -n "$(initddir)" || exit 0; \
500 files=`for p in $$list; do echo "$$p"; done | \
501 sed -e 's,.*/,,;$(transform)'`; \
502 dir='$(DESTDIR)$(initddir)'; $(am__uninstall_files_from_dir)
503
504 mostlyclean-libtool:
505 -rm -f *.lo
506
507 clean-libtool:
508 -rm -rf .libs _libs
509 tags TAGS:
510
511 ctags CTAGS:
512
513 cscope cscopelist:
514
515
516 distdir: $(DISTFILES)
517 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
518 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
519 list='$(DISTFILES)'; \
520 dist_files=`for file in $$list; do echo $$file; done | \
521 sed -e "s|^$$srcdirstrip/||;t" \
522 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
523 case $$dist_files in \
524 */*) $(MKDIR_P) `echo "$$dist_files" | \
525 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
526 sort -u` ;; \
527 esac; \
528 for file in $$dist_files; do \
529 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
530 if test -d $$d/$$file; then \
531 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
532 if test -d "$(distdir)/$$file"; then \
533 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
534 fi; \
535 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
536 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
537 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
538 fi; \
539 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
540 else \
541 test -f "$(distdir)/$$file" \
542 || cp -p $$d/$$file "$(distdir)/$$file" \
543 || exit 1; \
544 fi; \
545 done
546 check-am: all-am
547 check: check-am
548 all-am: Makefile $(SCRIPTS)
549 installdirs:
550 for dir in "$(DESTDIR)$(initddir)"; do \
551 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
552 done
553 install: install-am
554 install-exec: install-exec-am
555 install-data: install-data-am
556 uninstall: uninstall-am
557
558 install-am: all-am
559 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
560
561 installcheck: installcheck-am
562 install-strip:
563 if test -z '$(STRIP)'; then \
564 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
565 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
566 install; \
567 else \
568 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
569 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
570 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
571 fi
572 mostlyclean-generic:
573
574 clean-generic:
575 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
576
577 distclean-generic:
578 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
579 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
580
581 maintainer-clean-generic:
582 @echo "This command is intended for maintainers to use"
583 @echo "it deletes files that may require special tools to rebuild."
584 clean: clean-am
585
586 clean-am: clean-generic clean-libtool mostlyclean-am
587
588 distclean: distclean-am
589 -rm -f Makefile
590 distclean-am: clean-am distclean-generic
591
592 dvi: dvi-am
593
594 dvi-am:
595
596 html: html-am
597
598 html-am:
599
600 info: info-am
601
602 info-am:
603
604 install-data-am: install-initdSCRIPTS
605
606 install-dvi: install-dvi-am
607
608 install-dvi-am:
609
610 install-exec-am:
611
612 install-html: install-html-am
613
614 install-html-am:
615
616 install-info: install-info-am
617
618 install-info-am:
619
620 install-man:
621
622 install-pdf: install-pdf-am
623
624 install-pdf-am:
625
626 install-ps: install-ps-am
627
628 install-ps-am:
629
630 installcheck-am:
631
632 maintainer-clean: maintainer-clean-am
633 -rm -f Makefile
634 maintainer-clean-am: distclean-am maintainer-clean-generic
635
636 mostlyclean: mostlyclean-am
637
638 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
639
640 pdf: pdf-am
641
642 pdf-am:
643
644 ps: ps-am
645
646 ps-am:
647
648 uninstall-am: uninstall-initdSCRIPTS
649
650 .MAKE: install-am install-strip
651
652 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
653 cscopelist-am ctags-am distclean distclean-generic \
654 distclean-libtool distdir dvi dvi-am html html-am info info-am \
655 install install-am install-data install-data-am install-dvi \
656 install-dvi-am install-exec install-exec-am install-html \
657 install-html-am install-info install-info-am \
658 install-initdSCRIPTS install-man install-pdf install-pdf-am \
659 install-ps install-ps-am install-strip installcheck \
660 installcheck-am installdirs maintainer-clean \
661 maintainer-clean-generic mostlyclean mostlyclean-generic \
662 mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
663 uninstall-am uninstall-initdSCRIPTS
664
665 .PRECIOUS: Makefile
666
667
668 avahi: avahi.in
669 $(AM_V_GEN)sed \
670 -e 's,@sbindir\@,$(sbindir),g' \
671 -e 's,@localstatedir\@,$(localstatedir),g' \
672 $< > $@ && \
673 chmod +x $@
674
675 # Tell versions [3.59,3.63) of GNU make to not export all variables.
676 # Otherwise a system limit (for SysV at least) may be exceeded.
677 .NOEXPORT:
0 # Makefile.in generated by automake 1.15 from Makefile.am.
1 # @configure_input@
2
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
4
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 @SET_MAKE@
15
16 # This file is part of avahi.
17 #
18 # avahi is free software; you can redistribute it and/or modify it
19 # under the terms of the GNU Lesser General Public License as
20 # published by the Free Software Foundation; either version 2 of the
21 # License, or (at your option) any later version.
22 #
23 # avahi is distributed in the hope that it will be useful, but WITHOUT
24 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
25 # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
26 # License for more details.
27 #
28 # You should have received a copy of the GNU Lesser General Public
29 # License along with avahi; if not, write to the Free Software
30 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
31 # USA.
32
33 VPATH = @srcdir@
34 am__is_gnu_make = { \
35 if test -z '$(MAKELEVEL)'; then \
36 false; \
37 elif test -n '$(MAKE_HOST)'; then \
38 true; \
39 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
40 true; \
41 else \
42 false; \
43 fi; \
44 }
45 am__make_running_with_option = \
46 case $${target_option-} in \
47 ?) ;; \
48 *) echo "am__make_running_with_option: internal error: invalid" \
49 "target option '$${target_option-}' specified" >&2; \
50 exit 1;; \
51 esac; \
52 has_opt=no; \
53 sane_makeflags=$$MAKEFLAGS; \
54 if $(am__is_gnu_make); then \
55 sane_makeflags=$$MFLAGS; \
56 else \
57 case $$MAKEFLAGS in \
58 *\\[\ \ ]*) \
59 bs=\\; \
60 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
61 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
62 esac; \
63 fi; \
64 skip_next=no; \
65 strip_trailopt () \
66 { \
67 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
68 }; \
69 for flg in $$sane_makeflags; do \
70 test $$skip_next = yes && { skip_next=no; continue; }; \
71 case $$flg in \
72 *=*|--*) continue;; \
73 -*I) strip_trailopt 'I'; skip_next=yes;; \
74 -*I?*) strip_trailopt 'I';; \
75 -*O) strip_trailopt 'O'; skip_next=yes;; \
76 -*O?*) strip_trailopt 'O';; \
77 -*l) strip_trailopt 'l'; skip_next=yes;; \
78 -*l?*) strip_trailopt 'l';; \
79 -[dEDm]) skip_next=yes;; \
80 -[JT]) skip_next=yes;; \
81 esac; \
82 case $$flg in \
83 *$$target_option*) has_opt=yes; break;; \
84 esac; \
85 done; \
86 test $$has_opt = yes
87 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
88 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
89 pkgdatadir = $(datadir)/@PACKAGE@
90 pkgincludedir = $(includedir)/@PACKAGE@
91 pkglibdir = $(libdir)/@PACKAGE@
92 pkglibexecdir = $(libexecdir)/@PACKAGE@
93 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
94 install_sh_DATA = $(install_sh) -c -m 644
95 install_sh_PROGRAM = $(install_sh) -c
96 install_sh_SCRIPT = $(install_sh) -c
97 INSTALL_HEADER = $(INSTALL_DATA)
98 transform = $(program_transform_name)
99 NORMAL_INSTALL = :
100 PRE_INSTALL = :
101 POST_INSTALL = :
102 NORMAL_UNINSTALL = :
103 PRE_UNINSTALL = :
104 POST_UNINSTALL = :
105 build_triplet = @build@
106 host_triplet = @host@
107 subdir = initscript/mandriva
108 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
109 am__aclocal_m4_deps = $(top_srcdir)/common/acx_pthread.m4 \
110 $(top_srcdir)/common/gcc_stack_protect.m4 \
111 $(top_srcdir)/common/gcc_visibility.m4 \
112 $(top_srcdir)/common/intltool.m4 \
113 $(top_srcdir)/common/introspection.m4 \
114 $(top_srcdir)/common/libtool.m4 \
115 $(top_srcdir)/common/ltoptions.m4 \
116 $(top_srcdir)/common/ltsugar.m4 \
117 $(top_srcdir)/common/ltversion.m4 \
118 $(top_srcdir)/common/lt~obsolete.m4 \
119 $(top_srcdir)/common/nls.m4 $(top_srcdir)/common/python.m4 \
120 $(top_srcdir)/acinclude.m4 $(top_srcdir)/common/doxygen.m4 \
121 $(top_srcdir)/configure.ac
122 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
123 $(ACLOCAL_M4)
124 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
125 mkinstalldirs = $(install_sh) -d
126 CONFIG_HEADER = $(top_builddir)/config.h
127 CONFIG_CLEAN_FILES =
128 CONFIG_CLEAN_VPATH_FILES =
129 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
130 am__vpath_adj = case $$p in \
131 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
132 *) f=$$p;; \
133 esac;
134 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
135 am__install_max = 40
136 am__nobase_strip_setup = \
137 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
138 am__nobase_strip = \
139 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
140 am__nobase_list = $(am__nobase_strip_setup); \
141 for p in $$list; do echo "$$p $$p"; done | \
142 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
143 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
144 if (++n[$$2] == $(am__install_max)) \
145 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
146 END { for (dir in files) print dir, files[dir] }'
147 am__base_list = \
148 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
149 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
150 am__uninstall_files_from_dir = { \
151 test -z "$$files" \
152 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
153 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
154 $(am__cd) "$$dir" && rm -f $$files; }; \
155 }
156 am__installdirs = "$(DESTDIR)$(initddir)"
157 SCRIPTS = $(initd_SCRIPTS)
158 AM_V_P = $(am__v_P_@AM_V@)
159 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
160 am__v_P_0 = false
161 am__v_P_1 = :
162 AM_V_GEN = $(am__v_GEN_@AM_V@)
163 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
164 am__v_GEN_0 = @echo " GEN " $@;
165 am__v_GEN_1 =
166 AM_V_at = $(am__v_at_@AM_V@)
167 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
168 am__v_at_0 = @
169 am__v_at_1 =
170 SOURCES =
171 DIST_SOURCES =
172 am__can_run_installinfo = \
173 case $$AM_UPDATE_INFO_DIR in \
174 n|no|NO) false;; \
175 *) (install-info --version) >/dev/null 2>&1;; \
176 esac
177 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
178 am__DIST_COMMON = $(srcdir)/Makefile.in
179 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
180 ACLOCAL = @ACLOCAL@
181 ALL_LINGUAS = @ALL_LINGUAS@
182 AMTAR = @AMTAR@
183 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
184 AR = @AR@
185 AUTOCONF = @AUTOCONF@
186 AUTOHEADER = @AUTOHEADER@
187 AUTOMAKE = @AUTOMAKE@
188 AVAHI_AUTOIPD_GROUP = @AVAHI_AUTOIPD_GROUP@
189 AVAHI_AUTOIPD_USER = @AVAHI_AUTOIPD_USER@
190 AVAHI_GROUP = @AVAHI_GROUP@
191 AVAHI_PRIV_ACCESS_GROUP = @AVAHI_PRIV_ACCESS_GROUP@
192 AVAHI_USER = @AVAHI_USER@
193 AWK = @AWK@
194 CATALOGS = @CATALOGS@
195 CATOBJEXT = @CATOBJEXT@
196 CC = @CC@
197 CCDEPMODE = @CCDEPMODE@
198 CFLAGS = @CFLAGS@
199 CPP = @CPP@
200 CPPFLAGS = @CPPFLAGS@
201 CXX = @CXX@
202 CXXCPP = @CXXCPP@
203 CXXDEPMODE = @CXXDEPMODE@
204 CXXFLAGS = @CXXFLAGS@
205 CYGPATH_W = @CYGPATH_W@
206 DATADIRNAME = @DATADIRNAME@
207 DBUS_CFLAGS = @DBUS_CFLAGS@
208 DBUS_LIBS = @DBUS_LIBS@
209 DBUS_SYSTEM_BUS_DEFAULT_ADDRESS = @DBUS_SYSTEM_BUS_DEFAULT_ADDRESS@
210 DBUS_SYS_DIR = @DBUS_SYS_DIR@
211 DEFS = @DEFS@
212 DEPDIR = @DEPDIR@
213 DLLTOOL = @DLLTOOL@
214 DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
215 DSYMUTIL = @DSYMUTIL@
216 DUMPBIN = @DUMPBIN@
217 DX_CONFIG = @DX_CONFIG@
218 DX_DOCDIR = @DX_DOCDIR@
219 DX_DOT = @DX_DOT@
220 DX_DOXYGEN = @DX_DOXYGEN@
221 DX_DVIPS = @DX_DVIPS@
222 DX_EGREP = @DX_EGREP@
223 DX_ENV = @DX_ENV@
224 DX_FLAG_chi = @DX_FLAG_chi@
225 DX_FLAG_chm = @DX_FLAG_chm@
226 DX_FLAG_doc = @DX_FLAG_doc@
227 DX_FLAG_dot = @DX_FLAG_dot@
228 DX_FLAG_html = @DX_FLAG_html@
229 DX_FLAG_man = @DX_FLAG_man@
230 DX_FLAG_pdf = @DX_FLAG_pdf@
231 DX_FLAG_ps = @DX_FLAG_ps@
232 DX_FLAG_rtf = @DX_FLAG_rtf@
233 DX_FLAG_xml = @DX_FLAG_xml@
234 DX_HHC = @DX_HHC@
235 DX_LATEX = @DX_LATEX@
236 DX_MAKEINDEX = @DX_MAKEINDEX@
237 DX_PDFLATEX = @DX_PDFLATEX@
238 DX_PERL = @DX_PERL@
239 DX_PROJECT = @DX_PROJECT@
240 ECHO_C = @ECHO_C@
241 ECHO_N = @ECHO_N@
242 ECHO_T = @ECHO_T@
243 EGREP = @EGREP@
244 EXEEXT = @EXEEXT@
245 FGREP = @FGREP@
246 GACUTIL = @GACUTIL@
247 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
248 GLIB20_CFLAGS = @GLIB20_CFLAGS@
249 GLIB20_LIBS = @GLIB20_LIBS@
250 GMOFILES = @GMOFILES@
251 GMSGFMT = @GMSGFMT@
252 GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
253 GOBJECT_LIBS = @GOBJECT_LIBS@
254 GREP = @GREP@
255 GTK20_CFLAGS = @GTK20_CFLAGS@
256 GTK20_LIBS = @GTK20_LIBS@
257 GTK30_CFLAGS = @GTK30_CFLAGS@
258 GTK30_LIBS = @GTK30_LIBS@
259 HOWL_COMPAT_VERSION = @HOWL_COMPAT_VERSION@
260 INSTALL = @INSTALL@
261 INSTALL_DATA = @INSTALL_DATA@
262 INSTALL_PROGRAM = @INSTALL_PROGRAM@
263 INSTALL_SCRIPT = @INSTALL_SCRIPT@
264 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
265 INSTOBJEXT = @INSTOBJEXT@
266 INTLLIBS = @INTLLIBS@
267 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
268 INTLTOOL_MERGE = @INTLTOOL_MERGE@
269 INTLTOOL_PERL = @INTLTOOL_PERL@
270 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
271 INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
272 INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
273 INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
274 INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
275 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
276 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
277 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
278 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
279 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
280 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
281 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
282 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
283 LD = @LD@
284 LDFLAGS = @LDFLAGS@
285 LIBAVAHI_CLIENT_VERSION_INFO = @LIBAVAHI_CLIENT_VERSION_INFO@
286 LIBAVAHI_COMMON_VERSION_INFO = @LIBAVAHI_COMMON_VERSION_INFO@
287 LIBAVAHI_COMPAT_HOWL_VERSION_INFO = @LIBAVAHI_COMPAT_HOWL_VERSION_INFO@
288 LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO = @LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO@
289 LIBAVAHI_CORE_VERSION_INFO = @LIBAVAHI_CORE_VERSION_INFO@
290 LIBAVAHI_GLIB_VERSION_INFO = @LIBAVAHI_GLIB_VERSION_INFO@
291 LIBAVAHI_GOBJECT_VERSION_INFO = @LIBAVAHI_GOBJECT_VERSION_INFO@
292 LIBAVAHI_QT3_VERSION_INFO = @LIBAVAHI_QT3_VERSION_INFO@
293 LIBAVAHI_QT4_VERSION_INFO = @LIBAVAHI_QT4_VERSION_INFO@
294 LIBAVAHI_UI_VERSION_INFO = @LIBAVAHI_UI_VERSION_INFO@
295 LIBDAEMON_CFLAGS = @LIBDAEMON_CFLAGS@
296 LIBDAEMON_LIBS = @LIBDAEMON_LIBS@
297 LIBOBJS = @LIBOBJS@
298 LIBS = @LIBS@
299 LIBTOOL = @LIBTOOL@
300 LIPO = @LIPO@
301 LN_S = @LN_S@
302 LTLIBOBJS = @LTLIBOBJS@
303 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
304 MAKEINFO = @MAKEINFO@
305 MANIFEST_TOOL = @MANIFEST_TOOL@
306 MCS = @MCS@
307 MDASSEMBLER = @MDASSEMBLER@
308 MKDIR_P = @MKDIR_P@
309 MKINSTALLDIRS = @MKINSTALLDIRS@
310 MOC_QT3 = @MOC_QT3@
311 MOC_QT4 = @MOC_QT4@
312 MONODOCER = @MONODOCER@
313 MONODOC_CFLAGS = @MONODOC_CFLAGS@
314 MONODOC_DIR = @MONODOC_DIR@
315 MONODOC_LIBS = @MONODOC_LIBS@
316 MSGFMT = @MSGFMT@
317 MSGFMT_OPTS = @MSGFMT_OPTS@
318 MSGMERGE = @MSGMERGE@
319 NM = @NM@
320 NMEDIT = @NMEDIT@
321 OBJDUMP = @OBJDUMP@
322 OBJEXT = @OBJEXT@
323 OTOOL = @OTOOL@
324 OTOOL64 = @OTOOL64@
325 PACKAGE = @PACKAGE@
326 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
327 PACKAGE_NAME = @PACKAGE_NAME@
328 PACKAGE_STRING = @PACKAGE_STRING@
329 PACKAGE_TARNAME = @PACKAGE_TARNAME@
330 PACKAGE_URL = @PACKAGE_URL@
331 PACKAGE_VERSION = @PACKAGE_VERSION@
332 PATH_SEPARATOR = @PATH_SEPARATOR@
333 PKG_CONFIG = @PKG_CONFIG@
334 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
335 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
336 POFILES = @POFILES@
337 POSUB = @POSUB@
338 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
339 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
340 PTHREAD_CC = @PTHREAD_CC@
341 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
342 PTHREAD_LIBS = @PTHREAD_LIBS@
343 PYTHON = @PYTHON@
344 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
345 PYTHON_PLATFORM = @PYTHON_PLATFORM@
346 PYTHON_PREFIX = @PYTHON_PREFIX@
347 PYTHON_VERSION = @PYTHON_VERSION@
348 QT3_CFLAGS = @QT3_CFLAGS@
349 QT3_LIBS = @QT3_LIBS@
350 QT4_CFLAGS = @QT4_CFLAGS@
351 QT4_LIBS = @QT4_LIBS@
352 RANLIB = @RANLIB@
353 SED = @SED@
354 SET_MAKE = @SET_MAKE@
355 SHELL = @SHELL@
356 STOW = @STOW@
357 STRIP = @STRIP@
358 USE_NLS = @USE_NLS@
359 VERSION = @VERSION@
360 VISIBILITY_HIDDEN_CFLAGS = @VISIBILITY_HIDDEN_CFLAGS@
361 XGETTEXT = @XGETTEXT@
362 XML_CFLAGS = @XML_CFLAGS@
363 XML_LIBS = @XML_LIBS@
364 abs_builddir = @abs_builddir@
365 abs_srcdir = @abs_srcdir@
366 abs_top_builddir = @abs_top_builddir@
367 abs_top_srcdir = @abs_top_srcdir@
368 ac_ct_AR = @ac_ct_AR@
369 ac_ct_CC = @ac_ct_CC@
370 ac_ct_CXX = @ac_ct_CXX@
371 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
372 acx_pthread_config = @acx_pthread_config@
373 am__include = @am__include@
374 am__leading_dot = @am__leading_dot@
375 am__quote = @am__quote@
376 am__tar = @am__tar@
377 am__untar = @am__untar@
378 avahi_runtime_dir = @avahi_runtime_dir@
379 avahi_socket = @avahi_socket@
380 avahilocaledir = @avahilocaledir@
381 bindir = @bindir@
382 build = @build@
383 build_alias = @build_alias@
384 build_cpu = @build_cpu@
385 build_os = @build_os@
386 build_vendor = @build_vendor@
387 builddir = @builddir@
388 datadir = @datadir@
389 datarootdir = @datarootdir@
390 docdir = @docdir@
391 dvidir = @dvidir@
392 exec_prefix = @exec_prefix@
393 have_pkg_config = @have_pkg_config@
394 have_xmltoman = @have_xmltoman@
395 host = @host@
396 host_alias = @host_alias@
397 host_cpu = @host_cpu@
398 host_os = @host_os@
399 host_vendor = @host_vendor@
400 htmldir = @htmldir@
401 includedir = @includedir@
402 infodir = @infodir@
403 install_sh = @install_sh@
404 interfacesdir = @interfacesdir@
405 intltool__v_merge_options_ = @intltool__v_merge_options_@
406 intltool__v_merge_options_0 = @intltool__v_merge_options_0@
407 libdir = @libdir@
408 libexecdir = @libexecdir@
409 localedir = @localedir@
410 localstatedir = @localstatedir@
411 mandir = @mandir@
412 mkdir_p = @mkdir_p@
413 oldincludedir = @oldincludedir@
414 pdfdir = @pdfdir@
415 pkgpyexecdir = @pkgpyexecdir@
416 pkgpythondir = @pkgpythondir@
417 prefix = @prefix@
418 program_transform_name = @program_transform_name@
419 psdir = @psdir@
420 pyexecdir = @pyexecdir@
421 pythondir = @pythondir@
422 runstatedir = @runstatedir@
423 sbindir = @sbindir@
424 sharedstatedir = @sharedstatedir@
425 srcdir = @srcdir@
426 sysconfdir = @sysconfdir@
427 systemdsystemunitdir = @systemdsystemunitdir@
428 target_alias = @target_alias@
429 top_build_prefix = @top_build_prefix@
430 top_builddir = @top_builddir@
431 top_srcdir = @top_srcdir@
432 initddir = $(sysconfdir)/rc.d/init.d
433 EXTRA_DIST = avahi-daemon.in avahi-dnsconfd.in
434 initd_SCRIPTS = avahi-daemon avahi-dnsconfd
435 CLEANFILES = avahi-daemon avahi-dnsconfd
436 all: all-am
437
438 .SUFFIXES:
439 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
440 @for dep in $?; do \
441 case '$(am__configure_deps)' in \
442 *$$dep*) \
443 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
444 && { if test -f $@; then exit 0; else break; fi; }; \
445 exit 1;; \
446 esac; \
447 done; \
448 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign initscript/mandriva/Makefile'; \
449 $(am__cd) $(top_srcdir) && \
450 $(AUTOMAKE) --foreign initscript/mandriva/Makefile
451 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
452 @case '$?' in \
453 *config.status*) \
454 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
455 *) \
456 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
457 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
458 esac;
459
460 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
461 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
462
463 $(top_srcdir)/configure: $(am__configure_deps)
464 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
465 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
466 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
467 $(am__aclocal_m4_deps):
468 install-initdSCRIPTS: $(initd_SCRIPTS)
469 @$(NORMAL_INSTALL)
470 @list='$(initd_SCRIPTS)'; test -n "$(initddir)" || list=; \
471 if test -n "$$list"; then \
472 echo " $(MKDIR_P) '$(DESTDIR)$(initddir)'"; \
473 $(MKDIR_P) "$(DESTDIR)$(initddir)" || exit 1; \
474 fi; \
475 for p in $$list; do \
476 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
477 if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
478 done | \
479 sed -e 'p;s,.*/,,;n' \
480 -e 'h;s|.*|.|' \
481 -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
482 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
483 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
484 if ($$2 == $$4) { files[d] = files[d] " " $$1; \
485 if (++n[d] == $(am__install_max)) { \
486 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
487 else { print "f", d "/" $$4, $$1 } } \
488 END { for (d in files) print "f", d, files[d] }' | \
489 while read type dir files; do \
490 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
491 test -z "$$files" || { \
492 echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(initddir)$$dir'"; \
493 $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(initddir)$$dir" || exit $$?; \
494 } \
495 ; done
496
497 uninstall-initdSCRIPTS:
498 @$(NORMAL_UNINSTALL)
499 @list='$(initd_SCRIPTS)'; test -n "$(initddir)" || exit 0; \
500 files=`for p in $$list; do echo "$$p"; done | \
501 sed -e 's,.*/,,;$(transform)'`; \
502 dir='$(DESTDIR)$(initddir)'; $(am__uninstall_files_from_dir)
503
504 mostlyclean-libtool:
505 -rm -f *.lo
506
507 clean-libtool:
508 -rm -rf .libs _libs
509 tags TAGS:
510
511 ctags CTAGS:
512
513 cscope cscopelist:
514
515
516 distdir: $(DISTFILES)
517 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
518 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
519 list='$(DISTFILES)'; \
520 dist_files=`for file in $$list; do echo $$file; done | \
521 sed -e "s|^$$srcdirstrip/||;t" \
522 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
523 case $$dist_files in \
524 */*) $(MKDIR_P) `echo "$$dist_files" | \
525 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
526 sort -u` ;; \
527 esac; \
528 for file in $$dist_files; do \
529 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
530 if test -d $$d/$$file; then \
531 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
532 if test -d "$(distdir)/$$file"; then \
533 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
534 fi; \
535 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
536 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
537 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
538 fi; \
539 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
540 else \
541 test -f "$(distdir)/$$file" \
542 || cp -p $$d/$$file "$(distdir)/$$file" \
543 || exit 1; \
544 fi; \
545 done
546 check-am: all-am
547 check: check-am
548 all-am: Makefile $(SCRIPTS)
549 installdirs:
550 for dir in "$(DESTDIR)$(initddir)"; do \
551 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
552 done
553 install: install-am
554 install-exec: install-exec-am
555 install-data: install-data-am
556 uninstall: uninstall-am
557
558 install-am: all-am
559 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
560
561 installcheck: installcheck-am
562 install-strip:
563 if test -z '$(STRIP)'; then \
564 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
565 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
566 install; \
567 else \
568 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
569 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
570 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
571 fi
572 mostlyclean-generic:
573
574 clean-generic:
575 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
576
577 distclean-generic:
578 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
579 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
580
581 maintainer-clean-generic:
582 @echo "This command is intended for maintainers to use"
583 @echo "it deletes files that may require special tools to rebuild."
584 clean: clean-am
585
586 clean-am: clean-generic clean-libtool mostlyclean-am
587
588 distclean: distclean-am
589 -rm -f Makefile
590 distclean-am: clean-am distclean-generic
591
592 dvi: dvi-am
593
594 dvi-am:
595
596 html: html-am
597
598 html-am:
599
600 info: info-am
601
602 info-am:
603
604 install-data-am: install-initdSCRIPTS
605
606 install-dvi: install-dvi-am
607
608 install-dvi-am:
609
610 install-exec-am:
611
612 install-html: install-html-am
613
614 install-html-am:
615
616 install-info: install-info-am
617
618 install-info-am:
619
620 install-man:
621
622 install-pdf: install-pdf-am
623
624 install-pdf-am:
625
626 install-ps: install-ps-am
627
628 install-ps-am:
629
630 installcheck-am:
631
632 maintainer-clean: maintainer-clean-am
633 -rm -f Makefile
634 maintainer-clean-am: distclean-am maintainer-clean-generic
635
636 mostlyclean: mostlyclean-am
637
638 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
639
640 pdf: pdf-am
641
642 pdf-am:
643
644 ps: ps-am
645
646 ps-am:
647
648 uninstall-am: uninstall-initdSCRIPTS
649
650 .MAKE: install-am install-strip
651
652 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
653 cscopelist-am ctags-am distclean distclean-generic \
654 distclean-libtool distdir dvi dvi-am html html-am info info-am \
655 install install-am install-data install-data-am install-dvi \
656 install-dvi-am install-exec install-exec-am install-html \
657 install-html-am install-info install-info-am \
658 install-initdSCRIPTS install-man install-pdf install-pdf-am \
659 install-ps install-ps-am install-strip installcheck \
660 installcheck-am installdirs maintainer-clean \
661 maintainer-clean-generic mostlyclean mostlyclean-generic \
662 mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
663 uninstall-am uninstall-initdSCRIPTS
664
665 .PRECIOUS: Makefile
666
667
668 avahi-daemon: avahi-daemon.in
669 sed -e 's,@sbindir\@,$(sbindir),g' $< > $@
670 chmod +x $@
671
672 avahi-dnsconfd: avahi-dnsconfd.in
673 sed -e 's,@sbindir\@,$(sbindir),g' $< > $@
674 chmod +x $@
675
676 # Tell versions [3.59,3.63) of GNU make to not export all variables.
677 # Otherwise a system limit (for SysV at least) may be exceeded.
678 .NOEXPORT:
0 # Makefile.in generated by automake 1.15 from Makefile.am.
1 # @configure_input@
2
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
4
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 @SET_MAKE@
15
16 # This file is part of avahi.
17 #
18 # avahi is free software; you can redistribute it and/or modify it
19 # under the terms of the GNU Lesser General Public License as
20 # published by the Free Software Foundation; either version 2 of the
21 # License, or (at your option) any later version.
22 #
23 # avahi is distributed in the hope that it will be useful, but WITHOUT
24 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
25 # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
26 # License for more details.
27 #
28 # You should have received a copy of the GNU Lesser General Public
29 # License along with avahi; if not, write to the Free Software
30 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
31 # USA.
32
33 VPATH = @srcdir@
34 am__is_gnu_make = { \
35 if test -z '$(MAKELEVEL)'; then \
36 false; \
37 elif test -n '$(MAKE_HOST)'; then \
38 true; \
39 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
40 true; \
41 else \
42 false; \
43 fi; \
44 }
45 am__make_running_with_option = \
46 case $${target_option-} in \
47 ?) ;; \
48 *) echo "am__make_running_with_option: internal error: invalid" \
49 "target option '$${target_option-}' specified" >&2; \
50 exit 1;; \
51 esac; \
52 has_opt=no; \
53 sane_makeflags=$$MAKEFLAGS; \
54 if $(am__is_gnu_make); then \
55 sane_makeflags=$$MFLAGS; \
56 else \
57 case $$MAKEFLAGS in \
58 *\\[\ \ ]*) \
59 bs=\\; \
60 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
61 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
62 esac; \
63 fi; \
64 skip_next=no; \
65 strip_trailopt () \
66 { \
67 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
68 }; \
69 for flg in $$sane_makeflags; do \
70 test $$skip_next = yes && { skip_next=no; continue; }; \
71 case $$flg in \
72 *=*|--*) continue;; \
73 -*I) strip_trailopt 'I'; skip_next=yes;; \
74 -*I?*) strip_trailopt 'I';; \
75 -*O) strip_trailopt 'O'; skip_next=yes;; \
76 -*O?*) strip_trailopt 'O';; \
77 -*l) strip_trailopt 'l'; skip_next=yes;; \
78 -*l?*) strip_trailopt 'l';; \
79 -[dEDm]) skip_next=yes;; \
80 -[JT]) skip_next=yes;; \
81 esac; \
82 case $$flg in \
83 *$$target_option*) has_opt=yes; break;; \
84 esac; \
85 done; \
86 test $$has_opt = yes
87 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
88 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
89 pkgdatadir = $(datadir)/@PACKAGE@
90 pkgincludedir = $(includedir)/@PACKAGE@
91 pkglibdir = $(libdir)/@PACKAGE@
92 pkglibexecdir = $(libexecdir)/@PACKAGE@
93 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
94 install_sh_DATA = $(install_sh) -c -m 644
95 install_sh_PROGRAM = $(install_sh) -c
96 install_sh_SCRIPT = $(install_sh) -c
97 INSTALL_HEADER = $(INSTALL_DATA)
98 transform = $(program_transform_name)
99 NORMAL_INSTALL = :
100 PRE_INSTALL = :
101 POST_INSTALL = :
102 NORMAL_UNINSTALL = :
103 PRE_UNINSTALL = :
104 POST_UNINSTALL = :
105 build_triplet = @build@
106 host_triplet = @host@
107 subdir = initscript/slackware
108 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
109 am__aclocal_m4_deps = $(top_srcdir)/common/acx_pthread.m4 \
110 $(top_srcdir)/common/gcc_stack_protect.m4 \
111 $(top_srcdir)/common/gcc_visibility.m4 \
112 $(top_srcdir)/common/intltool.m4 \
113 $(top_srcdir)/common/introspection.m4 \
114 $(top_srcdir)/common/libtool.m4 \
115 $(top_srcdir)/common/ltoptions.m4 \
116 $(top_srcdir)/common/ltsugar.m4 \
117 $(top_srcdir)/common/ltversion.m4 \
118 $(top_srcdir)/common/lt~obsolete.m4 \
119 $(top_srcdir)/common/nls.m4 $(top_srcdir)/common/python.m4 \
120 $(top_srcdir)/acinclude.m4 $(top_srcdir)/common/doxygen.m4 \
121 $(top_srcdir)/configure.ac
122 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
123 $(ACLOCAL_M4)
124 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
125 mkinstalldirs = $(install_sh) -d
126 CONFIG_HEADER = $(top_builddir)/config.h
127 CONFIG_CLEAN_FILES =
128 CONFIG_CLEAN_VPATH_FILES =
129 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
130 am__vpath_adj = case $$p in \
131 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
132 *) f=$$p;; \
133 esac;
134 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
135 am__install_max = 40
136 am__nobase_strip_setup = \
137 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
138 am__nobase_strip = \
139 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
140 am__nobase_list = $(am__nobase_strip_setup); \
141 for p in $$list; do echo "$$p $$p"; done | \
142 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
143 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
144 if (++n[$$2] == $(am__install_max)) \
145 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
146 END { for (dir in files) print dir, files[dir] }'
147 am__base_list = \
148 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
149 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
150 am__uninstall_files_from_dir = { \
151 test -z "$$files" \
152 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
153 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
154 $(am__cd) "$$dir" && rm -f $$files; }; \
155 }
156 am__installdirs = "$(DESTDIR)$(initddir)"
157 SCRIPTS = $(initd_SCRIPTS)
158 AM_V_P = $(am__v_P_@AM_V@)
159 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
160 am__v_P_0 = false
161 am__v_P_1 = :
162 AM_V_GEN = $(am__v_GEN_@AM_V@)
163 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
164 am__v_GEN_0 = @echo " GEN " $@;
165 am__v_GEN_1 =
166 AM_V_at = $(am__v_at_@AM_V@)
167 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
168 am__v_at_0 = @
169 am__v_at_1 =
170 SOURCES =
171 DIST_SOURCES =
172 am__can_run_installinfo = \
173 case $$AM_UPDATE_INFO_DIR in \
174 n|no|NO) false;; \
175 *) (install-info --version) >/dev/null 2>&1;; \
176 esac
177 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
178 am__DIST_COMMON = $(srcdir)/Makefile.in
179 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
180 ACLOCAL = @ACLOCAL@
181 ALL_LINGUAS = @ALL_LINGUAS@
182 AMTAR = @AMTAR@
183 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
184 AR = @AR@
185 AUTOCONF = @AUTOCONF@
186 AUTOHEADER = @AUTOHEADER@
187 AUTOMAKE = @AUTOMAKE@
188 AVAHI_AUTOIPD_GROUP = @AVAHI_AUTOIPD_GROUP@
189 AVAHI_AUTOIPD_USER = @AVAHI_AUTOIPD_USER@
190 AVAHI_GROUP = @AVAHI_GROUP@
191 AVAHI_PRIV_ACCESS_GROUP = @AVAHI_PRIV_ACCESS_GROUP@
192 AVAHI_USER = @AVAHI_USER@
193 AWK = @AWK@
194 CATALOGS = @CATALOGS@
195 CATOBJEXT = @CATOBJEXT@
196 CC = @CC@
197 CCDEPMODE = @CCDEPMODE@
198 CFLAGS = @CFLAGS@
199 CPP = @CPP@
200 CPPFLAGS = @CPPFLAGS@
201 CXX = @CXX@
202 CXXCPP = @CXXCPP@
203 CXXDEPMODE = @CXXDEPMODE@
204 CXXFLAGS = @CXXFLAGS@
205 CYGPATH_W = @CYGPATH_W@
206 DATADIRNAME = @DATADIRNAME@
207 DBUS_CFLAGS = @DBUS_CFLAGS@
208 DBUS_LIBS = @DBUS_LIBS@
209 DBUS_SYSTEM_BUS_DEFAULT_ADDRESS = @DBUS_SYSTEM_BUS_DEFAULT_ADDRESS@
210 DBUS_SYS_DIR = @DBUS_SYS_DIR@
211 DEFS = @DEFS@
212 DEPDIR = @DEPDIR@
213 DLLTOOL = @DLLTOOL@
214 DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
215 DSYMUTIL = @DSYMUTIL@
216 DUMPBIN = @DUMPBIN@
217 DX_CONFIG = @DX_CONFIG@
218 DX_DOCDIR = @DX_DOCDIR@
219 DX_DOT = @DX_DOT@
220 DX_DOXYGEN = @DX_DOXYGEN@
221 DX_DVIPS = @DX_DVIPS@
222 DX_EGREP = @DX_EGREP@
223 DX_ENV = @DX_ENV@
224 DX_FLAG_chi = @DX_FLAG_chi@
225 DX_FLAG_chm = @DX_FLAG_chm@
226 DX_FLAG_doc = @DX_FLAG_doc@
227 DX_FLAG_dot = @DX_FLAG_dot@
228 DX_FLAG_html = @DX_FLAG_html@
229 DX_FLAG_man = @DX_FLAG_man@
230 DX_FLAG_pdf = @DX_FLAG_pdf@
231 DX_FLAG_ps = @DX_FLAG_ps@
232 DX_FLAG_rtf = @DX_FLAG_rtf@
233 DX_FLAG_xml = @DX_FLAG_xml@
234 DX_HHC = @DX_HHC@
235 DX_LATEX = @DX_LATEX@
236 DX_MAKEINDEX = @DX_MAKEINDEX@
237 DX_PDFLATEX = @DX_PDFLATEX@
238 DX_PERL = @DX_PERL@
239 DX_PROJECT = @DX_PROJECT@
240 ECHO_C = @ECHO_C@
241 ECHO_N = @ECHO_N@
242 ECHO_T = @ECHO_T@
243 EGREP = @EGREP@
244 EXEEXT = @EXEEXT@
245 FGREP = @FGREP@
246 GACUTIL = @GACUTIL@
247 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
248 GLIB20_CFLAGS = @GLIB20_CFLAGS@
249 GLIB20_LIBS = @GLIB20_LIBS@
250 GMOFILES = @GMOFILES@
251 GMSGFMT = @GMSGFMT@
252 GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
253 GOBJECT_LIBS = @GOBJECT_LIBS@
254 GREP = @GREP@
255 GTK20_CFLAGS = @GTK20_CFLAGS@
256 GTK20_LIBS = @GTK20_LIBS@
257 GTK30_CFLAGS = @GTK30_CFLAGS@
258 GTK30_LIBS = @GTK30_LIBS@
259 HOWL_COMPAT_VERSION = @HOWL_COMPAT_VERSION@
260 INSTALL = @INSTALL@
261 INSTALL_DATA = @INSTALL_DATA@
262 INSTALL_PROGRAM = @INSTALL_PROGRAM@
263 INSTALL_SCRIPT = @INSTALL_SCRIPT@
264 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
265 INSTOBJEXT = @INSTOBJEXT@
266 INTLLIBS = @INTLLIBS@
267 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
268 INTLTOOL_MERGE = @INTLTOOL_MERGE@
269 INTLTOOL_PERL = @INTLTOOL_PERL@
270 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
271 INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
272 INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
273 INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
274 INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
275 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
276 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
277 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
278 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
279 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
280 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
281 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
282 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
283 LD = @LD@
284 LDFLAGS = @LDFLAGS@
285 LIBAVAHI_CLIENT_VERSION_INFO = @LIBAVAHI_CLIENT_VERSION_INFO@
286 LIBAVAHI_COMMON_VERSION_INFO = @LIBAVAHI_COMMON_VERSION_INFO@
287 LIBAVAHI_COMPAT_HOWL_VERSION_INFO = @LIBAVAHI_COMPAT_HOWL_VERSION_INFO@
288 LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO = @LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO@
289 LIBAVAHI_CORE_VERSION_INFO = @LIBAVAHI_CORE_VERSION_INFO@
290 LIBAVAHI_GLIB_VERSION_INFO = @LIBAVAHI_GLIB_VERSION_INFO@
291 LIBAVAHI_GOBJECT_VERSION_INFO = @LIBAVAHI_GOBJECT_VERSION_INFO@
292 LIBAVAHI_QT3_VERSION_INFO = @LIBAVAHI_QT3_VERSION_INFO@
293 LIBAVAHI_QT4_VERSION_INFO = @LIBAVAHI_QT4_VERSION_INFO@
294 LIBAVAHI_UI_VERSION_INFO = @LIBAVAHI_UI_VERSION_INFO@
295 LIBDAEMON_CFLAGS = @LIBDAEMON_CFLAGS@
296 LIBDAEMON_LIBS = @LIBDAEMON_LIBS@
297 LIBOBJS = @LIBOBJS@
298 LIBS = @LIBS@
299 LIBTOOL = @LIBTOOL@
300 LIPO = @LIPO@
301 LN_S = @LN_S@
302 LTLIBOBJS = @LTLIBOBJS@
303 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
304 MAKEINFO = @MAKEINFO@
305 MANIFEST_TOOL = @MANIFEST_TOOL@
306 MCS = @MCS@
307 MDASSEMBLER = @MDASSEMBLER@
308 MKDIR_P = @MKDIR_P@
309 MKINSTALLDIRS = @MKINSTALLDIRS@
310 MOC_QT3 = @MOC_QT3@
311 MOC_QT4 = @MOC_QT4@
312 MONODOCER = @MONODOCER@
313 MONODOC_CFLAGS = @MONODOC_CFLAGS@
314 MONODOC_DIR = @MONODOC_DIR@
315 MONODOC_LIBS = @MONODOC_LIBS@
316 MSGFMT = @MSGFMT@
317 MSGFMT_OPTS = @MSGFMT_OPTS@
318 MSGMERGE = @MSGMERGE@
319 NM = @NM@
320 NMEDIT = @NMEDIT@
321 OBJDUMP = @OBJDUMP@
322 OBJEXT = @OBJEXT@
323 OTOOL = @OTOOL@
324 OTOOL64 = @OTOOL64@
325 PACKAGE = @PACKAGE@
326 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
327 PACKAGE_NAME = @PACKAGE_NAME@
328 PACKAGE_STRING = @PACKAGE_STRING@
329 PACKAGE_TARNAME = @PACKAGE_TARNAME@
330 PACKAGE_URL = @PACKAGE_URL@
331 PACKAGE_VERSION = @PACKAGE_VERSION@
332 PATH_SEPARATOR = @PATH_SEPARATOR@
333 PKG_CONFIG = @PKG_CONFIG@
334 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
335 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
336 POFILES = @POFILES@
337 POSUB = @POSUB@
338 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
339 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
340 PTHREAD_CC = @PTHREAD_CC@
341 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
342 PTHREAD_LIBS = @PTHREAD_LIBS@
343 PYTHON = @PYTHON@
344 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
345 PYTHON_PLATFORM = @PYTHON_PLATFORM@
346 PYTHON_PREFIX = @PYTHON_PREFIX@
347 PYTHON_VERSION = @PYTHON_VERSION@
348 QT3_CFLAGS = @QT3_CFLAGS@
349 QT3_LIBS = @QT3_LIBS@
350 QT4_CFLAGS = @QT4_CFLAGS@
351 QT4_LIBS = @QT4_LIBS@
352 RANLIB = @RANLIB@
353 SED = @SED@
354 SET_MAKE = @SET_MAKE@
355 SHELL = @SHELL@
356 STOW = @STOW@
357 STRIP = @STRIP@
358 USE_NLS = @USE_NLS@
359 VERSION = @VERSION@
360 VISIBILITY_HIDDEN_CFLAGS = @VISIBILITY_HIDDEN_CFLAGS@
361 XGETTEXT = @XGETTEXT@
362 XML_CFLAGS = @XML_CFLAGS@
363 XML_LIBS = @XML_LIBS@
364 abs_builddir = @abs_builddir@
365 abs_srcdir = @abs_srcdir@
366 abs_top_builddir = @abs_top_builddir@
367 abs_top_srcdir = @abs_top_srcdir@
368 ac_ct_AR = @ac_ct_AR@
369 ac_ct_CC = @ac_ct_CC@
370 ac_ct_CXX = @ac_ct_CXX@
371 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
372 acx_pthread_config = @acx_pthread_config@
373 am__include = @am__include@
374 am__leading_dot = @am__leading_dot@
375 am__quote = @am__quote@
376 am__tar = @am__tar@
377 am__untar = @am__untar@
378 avahi_runtime_dir = @avahi_runtime_dir@
379 avahi_socket = @avahi_socket@
380 avahilocaledir = @avahilocaledir@
381 bindir = @bindir@
382 build = @build@
383 build_alias = @build_alias@
384 build_cpu = @build_cpu@
385 build_os = @build_os@
386 build_vendor = @build_vendor@
387 builddir = @builddir@
388 datadir = @datadir@
389 datarootdir = @datarootdir@
390 docdir = @docdir@
391 dvidir = @dvidir@
392 exec_prefix = @exec_prefix@
393 have_pkg_config = @have_pkg_config@
394 have_xmltoman = @have_xmltoman@
395 host = @host@
396 host_alias = @host_alias@
397 host_cpu = @host_cpu@
398 host_os = @host_os@
399 host_vendor = @host_vendor@
400 htmldir = @htmldir@
401 includedir = @includedir@
402 infodir = @infodir@
403 install_sh = @install_sh@
404 interfacesdir = @interfacesdir@
405 intltool__v_merge_options_ = @intltool__v_merge_options_@
406 intltool__v_merge_options_0 = @intltool__v_merge_options_0@
407 libdir = @libdir@
408 libexecdir = @libexecdir@
409 localedir = @localedir@
410 localstatedir = @localstatedir@
411 mandir = @mandir@
412 mkdir_p = @mkdir_p@
413 oldincludedir = @oldincludedir@
414 pdfdir = @pdfdir@
415 pkgpyexecdir = @pkgpyexecdir@
416 pkgpythondir = @pkgpythondir@
417 prefix = @prefix@
418 program_transform_name = @program_transform_name@
419 psdir = @psdir@
420 pyexecdir = @pyexecdir@
421 pythondir = @pythondir@
422 runstatedir = @runstatedir@
423 sbindir = @sbindir@
424 sharedstatedir = @sharedstatedir@
425 srcdir = @srcdir@
426 sysconfdir = @sysconfdir@
427 systemdsystemunitdir = @systemdsystemunitdir@
428 target_alias = @target_alias@
429 top_build_prefix = @top_build_prefix@
430 top_builddir = @top_builddir@
431 top_srcdir = @top_srcdir@
432 initddir = $(sysconfdir)/rc.d
433 EXTRA_DIST = avahi-daemon.in avahi-dnsconfd.in
434 initd_SCRIPTS = rc.avahidaemon rc.avahidnsconfd
435 CLEANFILES = rc.avahidaemon rc.avahidnsconfd
436 all: all-am
437
438 .SUFFIXES:
439 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
440 @for dep in $?; do \
441 case '$(am__configure_deps)' in \
442 *$$dep*) \
443 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
444 && { if test -f $@; then exit 0; else break; fi; }; \
445 exit 1;; \
446 esac; \
447 done; \
448 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign initscript/slackware/Makefile'; \
449 $(am__cd) $(top_srcdir) && \
450 $(AUTOMAKE) --foreign initscript/slackware/Makefile
451 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
452 @case '$?' in \
453 *config.status*) \
454 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
455 *) \
456 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
457 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
458 esac;
459
460 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
461 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
462
463 $(top_srcdir)/configure: $(am__configure_deps)
464 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
465 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
466 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
467 $(am__aclocal_m4_deps):
468 install-initdSCRIPTS: $(initd_SCRIPTS)
469 @$(NORMAL_INSTALL)
470 @list='$(initd_SCRIPTS)'; test -n "$(initddir)" || list=; \
471 if test -n "$$list"; then \
472 echo " $(MKDIR_P) '$(DESTDIR)$(initddir)'"; \
473 $(MKDIR_P) "$(DESTDIR)$(initddir)" || exit 1; \
474 fi; \
475 for p in $$list; do \
476 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
477 if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
478 done | \
479 sed -e 'p;s,.*/,,;n' \
480 -e 'h;s|.*|.|' \
481 -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
482 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
483 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
484 if ($$2 == $$4) { files[d] = files[d] " " $$1; \
485 if (++n[d] == $(am__install_max)) { \
486 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
487 else { print "f", d "/" $$4, $$1 } } \
488 END { for (d in files) print "f", d, files[d] }' | \
489 while read type dir files; do \
490 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
491 test -z "$$files" || { \
492 echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(initddir)$$dir'"; \
493 $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(initddir)$$dir" || exit $$?; \
494 } \
495 ; done
496
497 uninstall-initdSCRIPTS:
498 @$(NORMAL_UNINSTALL)
499 @list='$(initd_SCRIPTS)'; test -n "$(initddir)" || exit 0; \
500 files=`for p in $$list; do echo "$$p"; done | \
501 sed -e 's,.*/,,;$(transform)'`; \
502 dir='$(DESTDIR)$(initddir)'; $(am__uninstall_files_from_dir)
503
504 mostlyclean-libtool:
505 -rm -f *.lo
506
507 clean-libtool:
508 -rm -rf .libs _libs
509 tags TAGS:
510
511 ctags CTAGS:
512
513 cscope cscopelist:
514
515
516 distdir: $(DISTFILES)
517 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
518 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
519 list='$(DISTFILES)'; \
520 dist_files=`for file in $$list; do echo $$file; done | \
521 sed -e "s|^$$srcdirstrip/||;t" \
522 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
523 case $$dist_files in \
524 */*) $(MKDIR_P) `echo "$$dist_files" | \
525 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
526 sort -u` ;; \
527 esac; \
528 for file in $$dist_files; do \
529 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
530 if test -d $$d/$$file; then \
531 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
532 if test -d "$(distdir)/$$file"; then \
533 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
534 fi; \
535 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
536 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
537 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
538 fi; \
539 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
540 else \
541 test -f "$(distdir)/$$file" \
542 || cp -p $$d/$$file "$(distdir)/$$file" \
543 || exit 1; \
544 fi; \
545 done
546 check-am: all-am
547 check: check-am
548 all-am: Makefile $(SCRIPTS)
549 installdirs:
550 for dir in "$(DESTDIR)$(initddir)"; do \
551 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
552 done
553 install: install-am
554 install-exec: install-exec-am
555 install-data: install-data-am
556 uninstall: uninstall-am
557
558 install-am: all-am
559 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
560
561 installcheck: installcheck-am
562 install-strip:
563 if test -z '$(STRIP)'; then \
564 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
565 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
566 install; \
567 else \
568 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
569 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
570 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
571 fi
572 mostlyclean-generic:
573
574 clean-generic:
575 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
576
577 distclean-generic:
578 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
579 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
580
581 maintainer-clean-generic:
582 @echo "This command is intended for maintainers to use"
583 @echo "it deletes files that may require special tools to rebuild."
584 clean: clean-am
585
586 clean-am: clean-generic clean-libtool mostlyclean-am
587
588 distclean: distclean-am
589 -rm -f Makefile
590 distclean-am: clean-am distclean-generic
591
592 dvi: dvi-am
593
594 dvi-am:
595
596 html: html-am
597
598 html-am:
599
600 info: info-am
601
602 info-am:
603
604 install-data-am: install-initdSCRIPTS
605
606 install-dvi: install-dvi-am
607
608 install-dvi-am:
609
610 install-exec-am:
611
612 install-html: install-html-am
613
614 install-html-am:
615
616 install-info: install-info-am
617
618 install-info-am:
619
620 install-man:
621
622 install-pdf: install-pdf-am
623
624 install-pdf-am:
625
626 install-ps: install-ps-am
627
628 install-ps-am:
629
630 installcheck-am:
631
632 maintainer-clean: maintainer-clean-am
633 -rm -f Makefile
634 maintainer-clean-am: distclean-am maintainer-clean-generic
635
636 mostlyclean: mostlyclean-am
637
638 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
639
640 pdf: pdf-am
641
642 pdf-am:
643
644 ps: ps-am
645
646 ps-am:
647
648 uninstall-am: uninstall-initdSCRIPTS
649
650 .MAKE: install-am install-strip
651
652 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
653 cscopelist-am ctags-am distclean distclean-generic \
654 distclean-libtool distdir dvi dvi-am html html-am info info-am \
655 install install-am install-data install-data-am install-dvi \
656 install-dvi-am install-exec install-exec-am install-html \
657 install-html-am install-info install-info-am \
658 install-initdSCRIPTS install-man install-pdf install-pdf-am \
659 install-ps install-ps-am install-strip installcheck \
660 installcheck-am installdirs maintainer-clean \
661 maintainer-clean-generic mostlyclean mostlyclean-generic \
662 mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
663 uninstall-am uninstall-initdSCRIPTS
664
665 .PRECIOUS: Makefile
666
667
668 rc.avahidaemon: avahi-daemon.in
669 sed -e 's,@sbindir\@,$(sbindir),g' $< > $@
670 chmod +x $@
671
672 rc.avahidnsconfd: avahi-dnsconfd.in
673 sed -e 's,@sbindir\@,$(sbindir),g' $< > $@
674 chmod +x $@
675
676 # Tell versions [3.59,3.63) of GNU make to not export all variables.
677 # Otherwise a system limit (for SysV at least) may be exceeded.
678 .NOEXPORT:
0 # Makefile.in generated by automake 1.15 from Makefile.am.
1 # @configure_input@
2
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
4
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 @SET_MAKE@
15
16 # This file is part of avahi.
17 #
18 # avahi is free software; you can redistribute it and/or modify it
19 # under the terms of the GNU Lesser General Public License as
20 # published by the Free Software Foundation; either version 2 of the
21 # License, or (at your option) any later version.
22 #
23 # avahi is distributed in the hope that it will be useful, but WITHOUT
24 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
25 # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
26 # License for more details.
27 #
28 # You should have received a copy of the GNU Lesser General Public
29 # License along with avahi; if not, write to the Free Software
30 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
31 # USA.
32
33 VPATH = @srcdir@
34 am__is_gnu_make = { \
35 if test -z '$(MAKELEVEL)'; then \
36 false; \
37 elif test -n '$(MAKE_HOST)'; then \
38 true; \
39 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
40 true; \
41 else \
42 false; \
43 fi; \
44 }
45 am__make_running_with_option = \
46 case $${target_option-} in \
47 ?) ;; \
48 *) echo "am__make_running_with_option: internal error: invalid" \
49 "target option '$${target_option-}' specified" >&2; \
50 exit 1;; \
51 esac; \
52 has_opt=no; \
53 sane_makeflags=$$MAKEFLAGS; \
54 if $(am__is_gnu_make); then \
55 sane_makeflags=$$MFLAGS; \
56 else \
57 case $$MAKEFLAGS in \
58 *\\[\ \ ]*) \
59 bs=\\; \
60 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
61 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
62 esac; \
63 fi; \
64 skip_next=no; \
65 strip_trailopt () \
66 { \
67 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
68 }; \
69 for flg in $$sane_makeflags; do \
70 test $$skip_next = yes && { skip_next=no; continue; }; \
71 case $$flg in \
72 *=*|--*) continue;; \
73 -*I) strip_trailopt 'I'; skip_next=yes;; \
74 -*I?*) strip_trailopt 'I';; \
75 -*O) strip_trailopt 'O'; skip_next=yes;; \
76 -*O?*) strip_trailopt 'O';; \
77 -*l) strip_trailopt 'l'; skip_next=yes;; \
78 -*l?*) strip_trailopt 'l';; \
79 -[dEDm]) skip_next=yes;; \
80 -[JT]) skip_next=yes;; \
81 esac; \
82 case $$flg in \
83 *$$target_option*) has_opt=yes; break;; \
84 esac; \
85 done; \
86 test $$has_opt = yes
87 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
88 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
89 pkgdatadir = $(datadir)/@PACKAGE@
90 pkgincludedir = $(includedir)/@PACKAGE@
91 pkglibdir = $(libdir)/@PACKAGE@
92 pkglibexecdir = $(libexecdir)/@PACKAGE@
93 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
94 install_sh_DATA = $(install_sh) -c -m 644
95 install_sh_PROGRAM = $(install_sh) -c
96 install_sh_SCRIPT = $(install_sh) -c
97 INSTALL_HEADER = $(INSTALL_DATA)
98 transform = $(program_transform_name)
99 NORMAL_INSTALL = :
100 PRE_INSTALL = :
101 POST_INSTALL = :
102 NORMAL_UNINSTALL = :
103 PRE_UNINSTALL = :
104 POST_UNINSTALL = :
105 build_triplet = @build@
106 host_triplet = @host@
107 subdir = initscript/suse
108 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
109 am__aclocal_m4_deps = $(top_srcdir)/common/acx_pthread.m4 \
110 $(top_srcdir)/common/gcc_stack_protect.m4 \
111 $(top_srcdir)/common/gcc_visibility.m4 \
112 $(top_srcdir)/common/intltool.m4 \
113 $(top_srcdir)/common/introspection.m4 \
114 $(top_srcdir)/common/libtool.m4 \
115 $(top_srcdir)/common/ltoptions.m4 \
116 $(top_srcdir)/common/ltsugar.m4 \
117 $(top_srcdir)/common/ltversion.m4 \
118 $(top_srcdir)/common/lt~obsolete.m4 \
119 $(top_srcdir)/common/nls.m4 $(top_srcdir)/common/python.m4 \
120 $(top_srcdir)/acinclude.m4 $(top_srcdir)/common/doxygen.m4 \
121 $(top_srcdir)/configure.ac
122 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
123 $(ACLOCAL_M4)
124 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
125 mkinstalldirs = $(install_sh) -d
126 CONFIG_HEADER = $(top_builddir)/config.h
127 CONFIG_CLEAN_FILES =
128 CONFIG_CLEAN_VPATH_FILES =
129 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
130 am__vpath_adj = case $$p in \
131 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
132 *) f=$$p;; \
133 esac;
134 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
135 am__install_max = 40
136 am__nobase_strip_setup = \
137 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
138 am__nobase_strip = \
139 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
140 am__nobase_list = $(am__nobase_strip_setup); \
141 for p in $$list; do echo "$$p $$p"; done | \
142 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
143 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
144 if (++n[$$2] == $(am__install_max)) \
145 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
146 END { for (dir in files) print dir, files[dir] }'
147 am__base_list = \
148 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
149 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
150 am__uninstall_files_from_dir = { \
151 test -z "$$files" \
152 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
153 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
154 $(am__cd) "$$dir" && rm -f $$files; }; \
155 }
156 am__installdirs = "$(DESTDIR)$(initddir)"
157 SCRIPTS = $(initd_SCRIPTS)
158 AM_V_P = $(am__v_P_@AM_V@)
159 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
160 am__v_P_0 = false
161 am__v_P_1 = :
162 AM_V_GEN = $(am__v_GEN_@AM_V@)
163 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
164 am__v_GEN_0 = @echo " GEN " $@;
165 am__v_GEN_1 =
166 AM_V_at = $(am__v_at_@AM_V@)
167 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
168 am__v_at_0 = @
169 am__v_at_1 =
170 SOURCES =
171 DIST_SOURCES =
172 am__can_run_installinfo = \
173 case $$AM_UPDATE_INFO_DIR in \
174 n|no|NO) false;; \
175 *) (install-info --version) >/dev/null 2>&1;; \
176 esac
177 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
178 am__DIST_COMMON = $(srcdir)/Makefile.in
179 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
180 ACLOCAL = @ACLOCAL@
181 ALL_LINGUAS = @ALL_LINGUAS@
182 AMTAR = @AMTAR@
183 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
184 AR = @AR@
185 AUTOCONF = @AUTOCONF@
186 AUTOHEADER = @AUTOHEADER@
187 AUTOMAKE = @AUTOMAKE@
188 AVAHI_AUTOIPD_GROUP = @AVAHI_AUTOIPD_GROUP@
189 AVAHI_AUTOIPD_USER = @AVAHI_AUTOIPD_USER@
190 AVAHI_GROUP = @AVAHI_GROUP@
191 AVAHI_PRIV_ACCESS_GROUP = @AVAHI_PRIV_ACCESS_GROUP@
192 AVAHI_USER = @AVAHI_USER@
193 AWK = @AWK@
194 CATALOGS = @CATALOGS@
195 CATOBJEXT = @CATOBJEXT@
196 CC = @CC@
197 CCDEPMODE = @CCDEPMODE@
198 CFLAGS = @CFLAGS@
199 CPP = @CPP@
200 CPPFLAGS = @CPPFLAGS@
201 CXX = @CXX@
202 CXXCPP = @CXXCPP@
203 CXXDEPMODE = @CXXDEPMODE@
204 CXXFLAGS = @CXXFLAGS@
205 CYGPATH_W = @CYGPATH_W@
206 DATADIRNAME = @DATADIRNAME@
207 DBUS_CFLAGS = @DBUS_CFLAGS@
208 DBUS_LIBS = @DBUS_LIBS@
209 DBUS_SYSTEM_BUS_DEFAULT_ADDRESS = @DBUS_SYSTEM_BUS_DEFAULT_ADDRESS@
210 DBUS_SYS_DIR = @DBUS_SYS_DIR@
211 DEFS = @DEFS@
212 DEPDIR = @DEPDIR@
213 DLLTOOL = @DLLTOOL@
214 DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
215 DSYMUTIL = @DSYMUTIL@
216 DUMPBIN = @DUMPBIN@
217 DX_CONFIG = @DX_CONFIG@
218 DX_DOCDIR = @DX_DOCDIR@
219 DX_DOT = @DX_DOT@
220 DX_DOXYGEN = @DX_DOXYGEN@
221 DX_DVIPS = @DX_DVIPS@
222 DX_EGREP = @DX_EGREP@
223 DX_ENV = @DX_ENV@
224 DX_FLAG_chi = @DX_FLAG_chi@
225 DX_FLAG_chm = @DX_FLAG_chm@
226 DX_FLAG_doc = @DX_FLAG_doc@
227 DX_FLAG_dot = @DX_FLAG_dot@
228 DX_FLAG_html = @DX_FLAG_html@
229 DX_FLAG_man = @DX_FLAG_man@
230 DX_FLAG_pdf = @DX_FLAG_pdf@
231 DX_FLAG_ps = @DX_FLAG_ps@
232 DX_FLAG_rtf = @DX_FLAG_rtf@
233 DX_FLAG_xml = @DX_FLAG_xml@
234 DX_HHC = @DX_HHC@
235 DX_LATEX = @DX_LATEX@
236 DX_MAKEINDEX = @DX_MAKEINDEX@
237 DX_PDFLATEX = @DX_PDFLATEX@
238 DX_PERL = @DX_PERL@
239 DX_PROJECT = @DX_PROJECT@
240 ECHO_C = @ECHO_C@
241 ECHO_N = @ECHO_N@
242 ECHO_T = @ECHO_T@
243 EGREP = @EGREP@
244 EXEEXT = @EXEEXT@
245 FGREP = @FGREP@
246 GACUTIL = @GACUTIL@
247 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
248 GLIB20_CFLAGS = @GLIB20_CFLAGS@
249 GLIB20_LIBS = @GLIB20_LIBS@
250 GMOFILES = @GMOFILES@
251 GMSGFMT = @GMSGFMT@
252 GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
253 GOBJECT_LIBS = @GOBJECT_LIBS@
254 GREP = @GREP@
255 GTK20_CFLAGS = @GTK20_CFLAGS@
256 GTK20_LIBS = @GTK20_LIBS@
257 GTK30_CFLAGS = @GTK30_CFLAGS@
258 GTK30_LIBS = @GTK30_LIBS@
259 HOWL_COMPAT_VERSION = @HOWL_COMPAT_VERSION@
260 INSTALL = @INSTALL@
261 INSTALL_DATA = @INSTALL_DATA@
262 INSTALL_PROGRAM = @INSTALL_PROGRAM@
263 INSTALL_SCRIPT = @INSTALL_SCRIPT@
264 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
265 INSTOBJEXT = @INSTOBJEXT@
266 INTLLIBS = @INTLLIBS@
267 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
268 INTLTOOL_MERGE = @INTLTOOL_MERGE@
269 INTLTOOL_PERL = @INTLTOOL_PERL@
270 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
271 INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
272 INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
273 INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
274 INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
275 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
276 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
277 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
278 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
279 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
280 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
281 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
282 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
283 LD = @LD@
284 LDFLAGS = @LDFLAGS@
285 LIBAVAHI_CLIENT_VERSION_INFO = @LIBAVAHI_CLIENT_VERSION_INFO@
286 LIBAVAHI_COMMON_VERSION_INFO = @LIBAVAHI_COMMON_VERSION_INFO@
287 LIBAVAHI_COMPAT_HOWL_VERSION_INFO = @LIBAVAHI_COMPAT_HOWL_VERSION_INFO@
288 LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO = @LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO@
289 LIBAVAHI_CORE_VERSION_INFO = @LIBAVAHI_CORE_VERSION_INFO@
290 LIBAVAHI_GLIB_VERSION_INFO = @LIBAVAHI_GLIB_VERSION_INFO@
291 LIBAVAHI_GOBJECT_VERSION_INFO = @LIBAVAHI_GOBJECT_VERSION_INFO@
292 LIBAVAHI_QT3_VERSION_INFO = @LIBAVAHI_QT3_VERSION_INFO@
293 LIBAVAHI_QT4_VERSION_INFO = @LIBAVAHI_QT4_VERSION_INFO@
294 LIBAVAHI_UI_VERSION_INFO = @LIBAVAHI_UI_VERSION_INFO@
295 LIBDAEMON_CFLAGS = @LIBDAEMON_CFLAGS@
296 LIBDAEMON_LIBS = @LIBDAEMON_LIBS@
297 LIBOBJS = @LIBOBJS@
298 LIBS = @LIBS@
299 LIBTOOL = @LIBTOOL@
300 LIPO = @LIPO@
301 LN_S = @LN_S@
302 LTLIBOBJS = @LTLIBOBJS@
303 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
304 MAKEINFO = @MAKEINFO@
305 MANIFEST_TOOL = @MANIFEST_TOOL@
306 MCS = @MCS@
307 MDASSEMBLER = @MDASSEMBLER@
308 MKDIR_P = @MKDIR_P@
309 MKINSTALLDIRS = @MKINSTALLDIRS@
310 MOC_QT3 = @MOC_QT3@
311 MOC_QT4 = @MOC_QT4@
312 MONODOCER = @MONODOCER@
313 MONODOC_CFLAGS = @MONODOC_CFLAGS@
314 MONODOC_DIR = @MONODOC_DIR@
315 MONODOC_LIBS = @MONODOC_LIBS@
316 MSGFMT = @MSGFMT@
317 MSGFMT_OPTS = @MSGFMT_OPTS@
318 MSGMERGE = @MSGMERGE@
319 NM = @NM@
320 NMEDIT = @NMEDIT@
321 OBJDUMP = @OBJDUMP@
322 OBJEXT = @OBJEXT@
323 OTOOL = @OTOOL@
324 OTOOL64 = @OTOOL64@
325 PACKAGE = @PACKAGE@
326 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
327 PACKAGE_NAME = @PACKAGE_NAME@
328 PACKAGE_STRING = @PACKAGE_STRING@
329 PACKAGE_TARNAME = @PACKAGE_TARNAME@
330 PACKAGE_URL = @PACKAGE_URL@
331 PACKAGE_VERSION = @PACKAGE_VERSION@
332 PATH_SEPARATOR = @PATH_SEPARATOR@
333 PKG_CONFIG = @PKG_CONFIG@
334 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
335 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
336 POFILES = @POFILES@
337 POSUB = @POSUB@
338 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
339 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
340 PTHREAD_CC = @PTHREAD_CC@
341 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
342 PTHREAD_LIBS = @PTHREAD_LIBS@
343 PYTHON = @PYTHON@
344 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
345 PYTHON_PLATFORM = @PYTHON_PLATFORM@
346 PYTHON_PREFIX = @PYTHON_PREFIX@
347 PYTHON_VERSION = @PYTHON_VERSION@
348 QT3_CFLAGS = @QT3_CFLAGS@
349 QT3_LIBS = @QT3_LIBS@
350 QT4_CFLAGS = @QT4_CFLAGS@
351 QT4_LIBS = @QT4_LIBS@
352 RANLIB = @RANLIB@
353 SED = @SED@
354 SET_MAKE = @SET_MAKE@
355 SHELL = @SHELL@
356 STOW = @STOW@
357 STRIP = @STRIP@
358 USE_NLS = @USE_NLS@
359 VERSION = @VERSION@
360 VISIBILITY_HIDDEN_CFLAGS = @VISIBILITY_HIDDEN_CFLAGS@
361 XGETTEXT = @XGETTEXT@
362 XML_CFLAGS = @XML_CFLAGS@
363 XML_LIBS = @XML_LIBS@
364 abs_builddir = @abs_builddir@
365 abs_srcdir = @abs_srcdir@
366 abs_top_builddir = @abs_top_builddir@
367 abs_top_srcdir = @abs_top_srcdir@
368 ac_ct_AR = @ac_ct_AR@
369 ac_ct_CC = @ac_ct_CC@
370 ac_ct_CXX = @ac_ct_CXX@
371 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
372 acx_pthread_config = @acx_pthread_config@
373 am__include = @am__include@
374 am__leading_dot = @am__leading_dot@
375 am__quote = @am__quote@
376 am__tar = @am__tar@
377 am__untar = @am__untar@
378 avahi_runtime_dir = @avahi_runtime_dir@
379 avahi_socket = @avahi_socket@
380 avahilocaledir = @avahilocaledir@
381 bindir = @bindir@
382 build = @build@
383 build_alias = @build_alias@
384 build_cpu = @build_cpu@
385 build_os = @build_os@
386 build_vendor = @build_vendor@
387 builddir = @builddir@
388 datadir = @datadir@
389 datarootdir = @datarootdir@
390 docdir = @docdir@
391 dvidir = @dvidir@
392 exec_prefix = @exec_prefix@
393 have_pkg_config = @have_pkg_config@
394 have_xmltoman = @have_xmltoman@
395 host = @host@
396 host_alias = @host_alias@
397 host_cpu = @host_cpu@
398 host_os = @host_os@
399 host_vendor = @host_vendor@
400 htmldir = @htmldir@
401 includedir = @includedir@
402 infodir = @infodir@
403 install_sh = @install_sh@
404 interfacesdir = @interfacesdir@
405 intltool__v_merge_options_ = @intltool__v_merge_options_@
406 intltool__v_merge_options_0 = @intltool__v_merge_options_0@
407 libdir = @libdir@
408 libexecdir = @libexecdir@
409 localedir = @localedir@
410 localstatedir = @localstatedir@
411 mandir = @mandir@
412 mkdir_p = @mkdir_p@
413 oldincludedir = @oldincludedir@
414 pdfdir = @pdfdir@
415 pkgpyexecdir = @pkgpyexecdir@
416 pkgpythondir = @pkgpythondir@
417 prefix = @prefix@
418 program_transform_name = @program_transform_name@
419 psdir = @psdir@
420 pyexecdir = @pyexecdir@
421 pythondir = @pythondir@
422 runstatedir = @runstatedir@
423 sbindir = @sbindir@
424 sharedstatedir = @sharedstatedir@
425 srcdir = @srcdir@
426 sysconfdir = @sysconfdir@
427 systemdsystemunitdir = @systemdsystemunitdir@
428 target_alias = @target_alias@
429 top_build_prefix = @top_build_prefix@
430 top_builddir = @top_builddir@
431 top_srcdir = @top_srcdir@
432 initddir = $(sysconfdir)/init.d
433 EXTRA_DIST = avahi-daemon.in avahi-dnsconfd.in
434 initd_SCRIPTS = avahi-daemon avahi-dnsconfd
435 CLEANFILES = avahi-daemon avahi-dnsconfd
436 all: all-am
437
438 .SUFFIXES:
439 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
440 @for dep in $?; do \
441 case '$(am__configure_deps)' in \
442 *$$dep*) \
443 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
444 && { if test -f $@; then exit 0; else break; fi; }; \
445 exit 1;; \
446 esac; \
447 done; \
448 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign initscript/suse/Makefile'; \
449 $(am__cd) $(top_srcdir) && \
450 $(AUTOMAKE) --foreign initscript/suse/Makefile
451 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
452 @case '$?' in \
453 *config.status*) \
454 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
455 *) \
456 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
457 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
458 esac;
459
460 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
461 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
462
463 $(top_srcdir)/configure: $(am__configure_deps)
464 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
465 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
466 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
467 $(am__aclocal_m4_deps):
468 install-initdSCRIPTS: $(initd_SCRIPTS)
469 @$(NORMAL_INSTALL)
470 @list='$(initd_SCRIPTS)'; test -n "$(initddir)" || list=; \
471 if test -n "$$list"; then \
472 echo " $(MKDIR_P) '$(DESTDIR)$(initddir)'"; \
473 $(MKDIR_P) "$(DESTDIR)$(initddir)" || exit 1; \
474 fi; \
475 for p in $$list; do \
476 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
477 if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
478 done | \
479 sed -e 'p;s,.*/,,;n' \
480 -e 'h;s|.*|.|' \
481 -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
482 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
483 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
484 if ($$2 == $$4) { files[d] = files[d] " " $$1; \
485 if (++n[d] == $(am__install_max)) { \
486 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
487 else { print "f", d "/" $$4, $$1 } } \
488 END { for (d in files) print "f", d, files[d] }' | \
489 while read type dir files; do \
490 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
491 test -z "$$files" || { \
492 echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(initddir)$$dir'"; \
493 $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(initddir)$$dir" || exit $$?; \
494 } \
495 ; done
496
497 uninstall-initdSCRIPTS:
498 @$(NORMAL_UNINSTALL)
499 @list='$(initd_SCRIPTS)'; test -n "$(initddir)" || exit 0; \
500 files=`for p in $$list; do echo "$$p"; done | \
501 sed -e 's,.*/,,;$(transform)'`; \
502 dir='$(DESTDIR)$(initddir)'; $(am__uninstall_files_from_dir)
503
504 mostlyclean-libtool:
505 -rm -f *.lo
506
507 clean-libtool:
508 -rm -rf .libs _libs
509 tags TAGS:
510
511 ctags CTAGS:
512
513 cscope cscopelist:
514
515
516 distdir: $(DISTFILES)
517 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
518 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
519 list='$(DISTFILES)'; \
520 dist_files=`for file in $$list; do echo $$file; done | \
521 sed -e "s|^$$srcdirstrip/||;t" \
522 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
523 case $$dist_files in \
524 */*) $(MKDIR_P) `echo "$$dist_files" | \
525 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
526 sort -u` ;; \
527 esac; \
528 for file in $$dist_files; do \
529 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
530 if test -d $$d/$$file; then \
531 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
532 if test -d "$(distdir)/$$file"; then \
533 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
534 fi; \
535 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
536 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
537 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
538 fi; \
539 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
540 else \
541 test -f "$(distdir)/$$file" \
542 || cp -p $$d/$$file "$(distdir)/$$file" \
543 || exit 1; \
544 fi; \
545 done
546 check-am: all-am
547 check: check-am
548 all-am: Makefile $(SCRIPTS)
549 installdirs:
550 for dir in "$(DESTDIR)$(initddir)"; do \
551 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
552 done
553 install: install-am
554 install-exec: install-exec-am
555 install-data: install-data-am
556 uninstall: uninstall-am
557
558 install-am: all-am
559 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
560
561 installcheck: installcheck-am
562 install-strip:
563 if test -z '$(STRIP)'; then \
564 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
565 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
566 install; \
567 else \
568 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
569 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
570 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
571 fi
572 mostlyclean-generic:
573
574 clean-generic:
575 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
576
577 distclean-generic:
578 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
579 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
580
581 maintainer-clean-generic:
582 @echo "This command is intended for maintainers to use"
583 @echo "it deletes files that may require special tools to rebuild."
584 clean: clean-am
585
586 clean-am: clean-generic clean-libtool mostlyclean-am
587
588 distclean: distclean-am
589 -rm -f Makefile
590 distclean-am: clean-am distclean-generic
591
592 dvi: dvi-am
593
594 dvi-am:
595
596 html: html-am
597
598 html-am:
599
600 info: info-am
601
602 info-am:
603
604 install-data-am: install-initdSCRIPTS
605
606 install-dvi: install-dvi-am
607
608 install-dvi-am:
609
610 install-exec-am:
611
612 install-html: install-html-am
613
614 install-html-am:
615
616 install-info: install-info-am
617
618 install-info-am:
619
620 install-man:
621
622 install-pdf: install-pdf-am
623
624 install-pdf-am:
625
626 install-ps: install-ps-am
627
628 install-ps-am:
629
630 installcheck-am:
631
632 maintainer-clean: maintainer-clean-am
633 -rm -f Makefile
634 maintainer-clean-am: distclean-am maintainer-clean-generic
635
636 mostlyclean: mostlyclean-am
637
638 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
639
640 pdf: pdf-am
641
642 pdf-am:
643
644 ps: ps-am
645
646 ps-am:
647
648 uninstall-am: uninstall-initdSCRIPTS
649
650 .MAKE: install-am install-strip
651
652 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
653 cscopelist-am ctags-am distclean distclean-generic \
654 distclean-libtool distdir dvi dvi-am html html-am info info-am \
655 install install-am install-data install-data-am install-dvi \
656 install-dvi-am install-exec install-exec-am install-html \
657 install-html-am install-info install-info-am \
658 install-initdSCRIPTS install-man install-pdf install-pdf-am \
659 install-ps install-ps-am install-strip installcheck \
660 installcheck-am installdirs maintainer-clean \
661 maintainer-clean-generic mostlyclean mostlyclean-generic \
662 mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
663 uninstall-am uninstall-initdSCRIPTS
664
665 .PRECIOUS: Makefile
666
667
668 avahi-daemon: avahi-daemon.in
669 sed -e 's,@sbindir\@,$(sbindir),g' $< > $@
670 chmod +x $@
671
672 avahi-dnsconfd: avahi-dnsconfd.in
673 sed -e 's,@sbindir\@,$(sbindir),g' $< > $@
674 chmod +x $@
675
676 # Tell versions [3.59,3.63) of GNU make to not export all variables.
677 # Otherwise a system limit (for SysV at least) may be exceeded.
678 .NOEXPORT:
0 #!/bin/sh
1 # install - install a program, script, or datafile
2
3 scriptversion=2013-12-25.23; # UTC
4
5 # This originates from X11R5 (mit/util/scripts/install.sh), which was
6 # later released in X11R6 (xc/config/util/install.sh) with the
7 # following copyright and license.
8 #
9 # Copyright (C) 1994 X Consortium
10 #
11 # Permission is hereby granted, free of charge, to any person obtaining a copy
12 # of this software and associated documentation files (the "Software"), to
13 # deal in the Software without restriction, including without limitation the
14 # rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
15 # sell copies of the Software, and to permit persons to whom the Software is
16 # furnished to do so, subject to the following conditions:
17 #
18 # The above copyright notice and this permission notice shall be included in
19 # all copies or substantial portions of the Software.
20 #
21 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
22 # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
23 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
24 # X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
25 # AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
26 # TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
27 #
28 # Except as contained in this notice, the name of the X Consortium shall not
29 # be used in advertising or otherwise to promote the sale, use or other deal-
30 # ings in this Software without prior written authorization from the X Consor-
31 # tium.
32 #
33 #
34 # FSF changes to this file are in the public domain.
35 #
36 # Calling this script install-sh is preferred over install.sh, to prevent
37 # 'make' implicit rules from creating a file called install from it
38 # when there is no Makefile.
39 #
40 # This script is compatible with the BSD install script, but was written
41 # from scratch.
42
43 tab=' '
44 nl='
45 '
46 IFS=" $tab$nl"
47
48 # Set DOITPROG to "echo" to test this script.
49
50 doit=${DOITPROG-}
51 doit_exec=${doit:-exec}
52
53 # Put in absolute file names if you don't have them in your path;
54 # or use environment vars.
55
56 chgrpprog=${CHGRPPROG-chgrp}
57 chmodprog=${CHMODPROG-chmod}
58 chownprog=${CHOWNPROG-chown}
59 cmpprog=${CMPPROG-cmp}
60 cpprog=${CPPROG-cp}
61 mkdirprog=${MKDIRPROG-mkdir}
62 mvprog=${MVPROG-mv}
63 rmprog=${RMPROG-rm}
64 stripprog=${STRIPPROG-strip}
65
66 posix_mkdir=
67
68 # Desired mode of installed file.
69 mode=0755
70
71 chgrpcmd=
72 chmodcmd=$chmodprog
73 chowncmd=
74 mvcmd=$mvprog
75 rmcmd="$rmprog -f"
76 stripcmd=
77
78 src=
79 dst=
80 dir_arg=
81 dst_arg=
82
83 copy_on_change=false
84 is_target_a_directory=possibly
85
86 usage="\
87 Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE
88 or: $0 [OPTION]... SRCFILES... DIRECTORY
89 or: $0 [OPTION]... -t DIRECTORY SRCFILES...
90 or: $0 [OPTION]... -d DIRECTORIES...
91
92 In the 1st form, copy SRCFILE to DSTFILE.
93 In the 2nd and 3rd, copy all SRCFILES to DIRECTORY.
94 In the 4th, create DIRECTORIES.
95
96 Options:
97 --help display this help and exit.
98 --version display version info and exit.
99
100 -c (ignored)
101 -C install only if different (preserve the last data modification time)
102 -d create directories instead of installing files.
103 -g GROUP $chgrpprog installed files to GROUP.
104 -m MODE $chmodprog installed files to MODE.
105 -o USER $chownprog installed files to USER.
106 -s $stripprog installed files.
107 -t DIRECTORY install into DIRECTORY.
108 -T report an error if DSTFILE is a directory.
109
110 Environment variables override the default commands:
111 CHGRPPROG CHMODPROG CHOWNPROG CMPPROG CPPROG MKDIRPROG MVPROG
112 RMPROG STRIPPROG
113 "
114
115 while test $# -ne 0; do
116 case $1 in
117 -c) ;;
118
119 -C) copy_on_change=true;;
120
121 -d) dir_arg=true;;
122
123 -g) chgrpcmd="$chgrpprog $2"
124 shift;;
125
126 --help) echo "$usage"; exit $?;;
127
128 -m) mode=$2
129 case $mode in
130 *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*)
131 echo "$0: invalid mode: $mode" >&2
132 exit 1;;
133 esac
134 shift;;
135
136 -o) chowncmd="$chownprog $2"
137 shift;;
138
139 -s) stripcmd=$stripprog;;
140
141 -t)
142 is_target_a_directory=always
143 dst_arg=$2
144 # Protect names problematic for 'test' and other utilities.
145 case $dst_arg in
146 -* | [=\(\)!]) dst_arg=./$dst_arg;;
147 esac
148 shift;;
149
150 -T) is_target_a_directory=never;;
151
152 --version) echo "$0 $scriptversion"; exit $?;;
153
154 --) shift
155 break;;
156
157 -*) echo "$0: invalid option: $1" >&2
158 exit 1;;
159
160 *) break;;
161 esac
162 shift
163 done
164
165 # We allow the use of options -d and -T together, by making -d
166 # take the precedence; this is for compatibility with GNU install.
167
168 if test -n "$dir_arg"; then
169 if test -n "$dst_arg"; then
170 echo "$0: target directory not allowed when installing a directory." >&2
171 exit 1
172 fi
173 fi
174
175 if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then
176 # When -d is used, all remaining arguments are directories to create.
177 # When -t is used, the destination is already specified.
178 # Otherwise, the last argument is the destination. Remove it from $@.
179 for arg
180 do
181 if test -n "$dst_arg"; then
182 # $@ is not empty: it contains at least $arg.
183 set fnord "$@" "$dst_arg"
184 shift # fnord
185 fi
186 shift # arg
187 dst_arg=$arg
188 # Protect names problematic for 'test' and other utilities.
189 case $dst_arg in
190 -* | [=\(\)!]) dst_arg=./$dst_arg;;
191 esac
192 done
193 fi
194
195 if test $# -eq 0; then
196 if test -z "$dir_arg"; then
197 echo "$0: no input file specified." >&2
198 exit 1
199 fi
200 # It's OK to call 'install-sh -d' without argument.
201 # This can happen when creating conditional directories.
202 exit 0
203 fi
204
205 if test -z "$dir_arg"; then
206 if test $# -gt 1 || test "$is_target_a_directory" = always; then
207 if test ! -d "$dst_arg"; then
208 echo "$0: $dst_arg: Is not a directory." >&2
209 exit 1
210 fi
211 fi
212 fi
213
214 if test -z "$dir_arg"; then
215 do_exit='(exit $ret); exit $ret'
216 trap "ret=129; $do_exit" 1
217 trap "ret=130; $do_exit" 2
218 trap "ret=141; $do_exit" 13
219 trap "ret=143; $do_exit" 15
220
221 # Set umask so as not to create temps with too-generous modes.
222 # However, 'strip' requires both read and write access to temps.
223 case $mode in
224 # Optimize common cases.
225 *644) cp_umask=133;;
226 *755) cp_umask=22;;
227
228 *[0-7])
229 if test -z "$stripcmd"; then
230 u_plus_rw=
231 else
232 u_plus_rw='% 200'
233 fi
234 cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
235 *)
236 if test -z "$stripcmd"; then
237 u_plus_rw=
238 else
239 u_plus_rw=,u+rw
240 fi
241 cp_umask=$mode$u_plus_rw;;
242 esac
243 fi
244
245 for src
246 do
247 # Protect names problematic for 'test' and other utilities.
248 case $src in
249 -* | [=\(\)!]) src=./$src;;
250 esac
251
252 if test -n "$dir_arg"; then
253 dst=$src
254 dstdir=$dst
255 test -d "$dstdir"
256 dstdir_status=$?
257 else
258
259 # Waiting for this to be detected by the "$cpprog $src $dsttmp" command
260 # might cause directories to be created, which would be especially bad
261 # if $src (and thus $dsttmp) contains '*'.
262 if test ! -f "$src" && test ! -d "$src"; then
263 echo "$0: $src does not exist." >&2
264 exit 1
265 fi
266
267 if test -z "$dst_arg"; then
268 echo "$0: no destination specified." >&2
269 exit 1
270 fi
271 dst=$dst_arg
272
273 # If destination is a directory, append the input filename; won't work
274 # if double slashes aren't ignored.
275 if test -d "$dst"; then
276 if test "$is_target_a_directory" = never; then
277 echo "$0: $dst_arg: Is a directory" >&2
278 exit 1
279 fi
280 dstdir=$dst
281 dst=$dstdir/`basename "$src"`
282 dstdir_status=0
283 else
284 dstdir=`dirname "$dst"`
285 test -d "$dstdir"
286 dstdir_status=$?
287 fi
288 fi
289
290 obsolete_mkdir_used=false
291
292 if test $dstdir_status != 0; then
293 case $posix_mkdir in
294 '')
295 # Create intermediate dirs using mode 755 as modified by the umask.
296 # This is like FreeBSD 'install' as of 1997-10-28.
297 umask=`umask`
298 case $stripcmd.$umask in
299 # Optimize common cases.
300 *[2367][2367]) mkdir_umask=$umask;;
301 .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;;
302
303 *[0-7])
304 mkdir_umask=`expr $umask + 22 \
305 - $umask % 100 % 40 + $umask % 20 \
306 - $umask % 10 % 4 + $umask % 2
307 `;;
308 *) mkdir_umask=$umask,go-w;;
309 esac
310
311 # With -d, create the new directory with the user-specified mode.
312 # Otherwise, rely on $mkdir_umask.
313 if test -n "$dir_arg"; then
314 mkdir_mode=-m$mode
315 else
316 mkdir_mode=
317 fi
318
319 posix_mkdir=false
320 case $umask in
321 *[123567][0-7][0-7])
322 # POSIX mkdir -p sets u+wx bits regardless of umask, which
323 # is incompatible with FreeBSD 'install' when (umask & 300) != 0.
324 ;;
325 *)
326 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
327 trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0
328
329 if (umask $mkdir_umask &&
330 exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1
331 then
332 if test -z "$dir_arg" || {
333 # Check for POSIX incompatibilities with -m.
334 # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or
335 # other-writable bit of parent directory when it shouldn't.
336 # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
337 ls_ld_tmpdir=`ls -ld "$tmpdir"`
338 case $ls_ld_tmpdir in
339 d????-?r-*) different_mode=700;;
340 d????-?--*) different_mode=755;;
341 *) false;;
342 esac &&
343 $mkdirprog -m$different_mode -p -- "$tmpdir" && {
344 ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
345 test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
346 }
347 }
348 then posix_mkdir=:
349 fi
350 rmdir "$tmpdir/d" "$tmpdir"
351 else
352 # Remove any dirs left behind by ancient mkdir implementations.
353 rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null
354 fi
355 trap '' 0;;
356 esac;;
357 esac
358
359 if
360 $posix_mkdir && (
361 umask $mkdir_umask &&
362 $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir"
363 )
364 then :
365 else
366
367 # The umask is ridiculous, or mkdir does not conform to POSIX,
368 # or it failed possibly due to a race condition. Create the
369 # directory the slow way, step by step, checking for races as we go.
370
371 case $dstdir in
372 /*) prefix='/';;
373 [-=\(\)!]*) prefix='./';;
374 *) prefix='';;
375 esac
376
377 oIFS=$IFS
378 IFS=/
379 set -f
380 set fnord $dstdir
381 shift
382 set +f
383 IFS=$oIFS
384
385 prefixes=
386
387 for d
388 do
389 test X"$d" = X && continue
390
391 prefix=$prefix$d
392 if test -d "$prefix"; then
393 prefixes=
394 else
395 if $posix_mkdir; then
396 (umask=$mkdir_umask &&
397 $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break
398 # Don't fail if two instances are running concurrently.
399 test -d "$prefix" || exit 1
400 else
401 case $prefix in
402 *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
403 *) qprefix=$prefix;;
404 esac
405 prefixes="$prefixes '$qprefix'"
406 fi
407 fi
408 prefix=$prefix/
409 done
410
411 if test -n "$prefixes"; then
412 # Don't fail if two instances are running concurrently.
413 (umask $mkdir_umask &&
414 eval "\$doit_exec \$mkdirprog $prefixes") ||
415 test -d "$dstdir" || exit 1
416 obsolete_mkdir_used=true
417 fi
418 fi
419 fi
420
421 if test -n "$dir_arg"; then
422 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
423 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
424 { test "$obsolete_mkdir_used$chowncmd$chgrpcmd" = false ||
425 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1
426 else
427
428 # Make a couple of temp file names in the proper directory.
429 dsttmp=$dstdir/_inst.$$_
430 rmtmp=$dstdir/_rm.$$_
431
432 # Trap to clean up those temp files at exit.
433 trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
434
435 # Copy the file name to the temp name.
436 (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") &&
437
438 # and set any options; do chmod last to preserve setuid bits.
439 #
440 # If any of these fail, we abort the whole thing. If we want to
441 # ignore errors from any of these, just make sure not to ignore
442 # errors from the above "$doit $cpprog $src $dsttmp" command.
443 #
444 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
445 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
446 { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } &&
447 { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } &&
448
449 # If -C, don't bother to copy if it wouldn't change the file.
450 if $copy_on_change &&
451 old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` &&
452 new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` &&
453 set -f &&
454 set X $old && old=:$2:$4:$5:$6 &&
455 set X $new && new=:$2:$4:$5:$6 &&
456 set +f &&
457 test "$old" = "$new" &&
458 $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1
459 then
460 rm -f "$dsttmp"
461 else
462 # Rename the file to the real destination.
463 $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null ||
464
465 # The rename failed, perhaps because mv can't rename something else
466 # to itself, or perhaps because mv is so ancient that it does not
467 # support -f.
468 {
469 # Now remove or move aside any old file at destination location.
470 # We try this two ways since rm can't unlink itself on some
471 # systems and the destination file might be busy for other
472 # reasons. In this case, the final cleanup might fail but the new
473 # file should still install successfully.
474 {
475 test ! -f "$dst" ||
476 $doit $rmcmd -f "$dst" 2>/dev/null ||
477 { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null &&
478 { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; }
479 } ||
480 { echo "$0: cannot unlink or rename $dst" >&2
481 (exit 1); exit 1
482 }
483 } &&
484
485 # Now rename the file to the real destination.
486 $doit $mvcmd "$dsttmp" "$dst"
487 }
488 fi || exit 1
489
490 trap '' 0
491 fi
492 done
493
494 # Local variables:
495 # eval: (add-hook 'write-file-hooks 'time-stamp)
496 # time-stamp-start: "scriptversion="
497 # time-stamp-format: "%:y-%02m-%02d.%02H"
498 # time-stamp-time-zone: "UTC"
499 # time-stamp-end: "; # UTC"
500 # End:
0 #! /bin/sh
1 ## DO NOT EDIT - This file generated from ./build-aux/ltmain.in
2 ## by inline-source v2014-01-03.01
3
4 # libtool (GNU libtool) 2.4.6
5 # Provide generalized library-building support services.
6 # Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
7
8 # Copyright (C) 1996-2015 Free Software Foundation, Inc.
9 # This is free software; see the source for copying conditions. There is NO
10 # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
11
12 # GNU Libtool is free software; you can redistribute it and/or modify
13 # it under the terms of the GNU General Public License as published by
14 # the Free Software Foundation; either version 2 of the License, or
15 # (at your option) any later version.
16 #
17 # As a special exception to the GNU General Public License,
18 # if you distribute this file as part of a program or library that
19 # is built using GNU Libtool, you may include this file under the
20 # same distribution terms that you use for the rest of that program.
21 #
22 # GNU Libtool is distributed in the hope that it will be useful, but
23 # WITHOUT ANY WARRANTY; without even the implied warranty of
24 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
25 # General Public License for more details.
26 #
27 # You should have received a copy of the GNU General Public License
28 # along with this program. If not, see <http://www.gnu.org/licenses/>.
29
30
31 PROGRAM=libtool
32 PACKAGE=libtool
33 VERSION="2.4.6 Debian-2.4.6-0.1"
34 package_revision=2.4.6
35
36
37 ## ------ ##
38 ## Usage. ##
39 ## ------ ##
40
41 # Run './libtool --help' for help with using this script from the
42 # command line.
43
44
45 ## ------------------------------- ##
46 ## User overridable command paths. ##
47 ## ------------------------------- ##
48
49 # After configure completes, it has a better idea of some of the
50 # shell tools we need than the defaults used by the functions shared
51 # with bootstrap, so set those here where they can still be over-
52 # ridden by the user, but otherwise take precedence.
53
54 : ${AUTOCONF="autoconf"}
55 : ${AUTOMAKE="automake"}
56
57
58 ## -------------------------- ##
59 ## Source external libraries. ##
60 ## -------------------------- ##
61
62 # Much of our low-level functionality needs to be sourced from external
63 # libraries, which are installed to $pkgauxdir.
64
65 # Set a version string for this script.
66 scriptversion=2015-01-20.17; # UTC
67
68 # General shell script boiler plate, and helper functions.
69 # Written by Gary V. Vaughan, 2004
70
71 # Copyright (C) 2004-2015 Free Software Foundation, Inc.
72 # This is free software; see the source for copying conditions. There is NO
73 # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
74
75 # This program is free software; you can redistribute it and/or modify
76 # it under the terms of the GNU General Public License as published by
77 # the Free Software Foundation; either version 3 of the License, or
78 # (at your option) any later version.
79
80 # As a special exception to the GNU General Public License, if you distribute
81 # this file as part of a program or library that is built using GNU Libtool,
82 # you may include this file under the same distribution terms that you use
83 # for the rest of that program.
84
85 # This program is distributed in the hope that it will be useful,
86 # but WITHOUT ANY WARRANTY; without even the implied warranty of
87 # MERCHANTABILITY or FITNES FOR A PARTICULAR PURPOSE. See the GNU
88 # General Public License for more details.
89
90 # You should have received a copy of the GNU General Public License
91 # along with this program. If not, see <http://www.gnu.org/licenses/>.
92
93 # Please report bugs or propose patches to gary@gnu.org.
94
95
96 ## ------ ##
97 ## Usage. ##
98 ## ------ ##
99
100 # Evaluate this file near the top of your script to gain access to
101 # the functions and variables defined here:
102 #
103 # . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh
104 #
105 # If you need to override any of the default environment variable
106 # settings, do that before evaluating this file.
107
108
109 ## -------------------- ##
110 ## Shell normalisation. ##
111 ## -------------------- ##
112
113 # Some shells need a little help to be as Bourne compatible as possible.
114 # Before doing anything else, make sure all that help has been provided!
115
116 DUALCASE=1; export DUALCASE # for MKS sh
117 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
118 emulate sh
119 NULLCMD=:
120 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
121 # is contrary to our usage. Disable this feature.
122 alias -g '${1+"$@"}'='"$@"'
123 setopt NO_GLOB_SUBST
124 else
125 case `(set -o) 2>/dev/null` in *posix*) set -o posix ;; esac
126 fi
127
128 # NLS nuisances: We save the old values in case they are required later.
129 _G_user_locale=
130 _G_safe_locale=
131 for _G_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
132 do
133 eval "if test set = \"\${$_G_var+set}\"; then
134 save_$_G_var=\$$_G_var
135 $_G_var=C
136 export $_G_var
137 _G_user_locale=\"$_G_var=\\\$save_\$_G_var; \$_G_user_locale\"
138 _G_safe_locale=\"$_G_var=C; \$_G_safe_locale\"
139 fi"
140 done
141
142 # CDPATH.
143 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
144
145 # Make sure IFS has a sensible default
146 sp=' '
147 nl='
148 '
149 IFS="$sp $nl"
150
151 # There are apparently some retarded systems that use ';' as a PATH separator!
152 if test "${PATH_SEPARATOR+set}" != set; then
153 PATH_SEPARATOR=:
154 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
155 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
156 PATH_SEPARATOR=';'
157 }
158 fi
159
160
161
162 ## ------------------------- ##
163 ## Locate command utilities. ##
164 ## ------------------------- ##
165
166
167 # func_executable_p FILE
168 # ----------------------
169 # Check that FILE is an executable regular file.
170 func_executable_p ()
171 {
172 test -f "$1" && test -x "$1"
173 }
174
175
176 # func_path_progs PROGS_LIST CHECK_FUNC [PATH]
177 # --------------------------------------------
178 # Search for either a program that responds to --version with output
179 # containing "GNU", or else returned by CHECK_FUNC otherwise, by
180 # trying all the directories in PATH with each of the elements of
181 # PROGS_LIST.
182 #
183 # CHECK_FUNC should accept the path to a candidate program, and
184 # set $func_check_prog_result if it truncates its output less than
185 # $_G_path_prog_max characters.
186 func_path_progs ()
187 {
188 _G_progs_list=$1
189 _G_check_func=$2
190 _G_PATH=${3-"$PATH"}
191
192 _G_path_prog_max=0
193 _G_path_prog_found=false
194 _G_save_IFS=$IFS; IFS=${PATH_SEPARATOR-:}
195 for _G_dir in $_G_PATH; do
196 IFS=$_G_save_IFS
197 test -z "$_G_dir" && _G_dir=.
198 for _G_prog_name in $_G_progs_list; do
199 for _exeext in '' .EXE; do
200 _G_path_prog=$_G_dir/$_G_prog_name$_exeext
201 func_executable_p "$_G_path_prog" || continue
202 case `"$_G_path_prog" --version 2>&1` in
203 *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;;
204 *) $_G_check_func $_G_path_prog
205 func_path_progs_result=$func_check_prog_result
206 ;;
207 esac
208 $_G_path_prog_found && break 3
209 done
210 done
211 done
212 IFS=$_G_save_IFS
213 test -z "$func_path_progs_result" && {
214 echo "no acceptable sed could be found in \$PATH" >&2
215 exit 1
216 }
217 }
218
219
220 # We want to be able to use the functions in this file before configure
221 # has figured out where the best binaries are kept, which means we have
222 # to search for them ourselves - except when the results are already set
223 # where we skip the searches.
224
225 # Unless the user overrides by setting SED, search the path for either GNU
226 # sed, or the sed that truncates its output the least.
227 test -z "$SED" && {
228 _G_sed_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
229 for _G_i in 1 2 3 4 5 6 7; do
230 _G_sed_script=$_G_sed_script$nl$_G_sed_script
231 done
232 echo "$_G_sed_script" 2>/dev/null | sed 99q >conftest.sed
233 _G_sed_script=
234
235 func_check_prog_sed ()
236 {
237 _G_path_prog=$1
238
239 _G_count=0
240 printf 0123456789 >conftest.in
241 while :
242 do
243 cat conftest.in conftest.in >conftest.tmp
244 mv conftest.tmp conftest.in
245 cp conftest.in conftest.nl
246 echo '' >> conftest.nl
247 "$_G_path_prog" -f conftest.sed <conftest.nl >conftest.out 2>/dev/null || break
248 diff conftest.out conftest.nl >/dev/null 2>&1 || break
249 _G_count=`expr $_G_count + 1`
250 if test "$_G_count" -gt "$_G_path_prog_max"; then
251 # Best one so far, save it but keep looking for a better one
252 func_check_prog_result=$_G_path_prog
253 _G_path_prog_max=$_G_count
254 fi
255 # 10*(2^10) chars as input seems more than enough
256 test 10 -lt "$_G_count" && break
257 done
258 rm -f conftest.in conftest.tmp conftest.nl conftest.out
259 }
260
261 func_path_progs "sed gsed" func_check_prog_sed $PATH:/usr/xpg4/bin
262 rm -f conftest.sed
263 SED=$func_path_progs_result
264 }
265
266
267 # Unless the user overrides by setting GREP, search the path for either GNU
268 # grep, or the grep that truncates its output the least.
269 test -z "$GREP" && {
270 func_check_prog_grep ()
271 {
272 _G_path_prog=$1
273
274 _G_count=0
275 _G_path_prog_max=0
276 printf 0123456789 >conftest.in
277 while :
278 do
279 cat conftest.in conftest.in >conftest.tmp
280 mv conftest.tmp conftest.in
281 cp conftest.in conftest.nl
282 echo 'GREP' >> conftest.nl
283 "$_G_path_prog" -e 'GREP$' -e '-(cannot match)-' <conftest.nl >conftest.out 2>/dev/null || break
284 diff conftest.out conftest.nl >/dev/null 2>&1 || break
285 _G_count=`expr $_G_count + 1`
286 if test "$_G_count" -gt "$_G_path_prog_max"; then
287 # Best one so far, save it but keep looking for a better one
288 func_check_prog_result=$_G_path_prog
289 _G_path_prog_max=$_G_count
290 fi
291 # 10*(2^10) chars as input seems more than enough
292 test 10 -lt "$_G_count" && break
293 done
294 rm -f conftest.in conftest.tmp conftest.nl conftest.out
295 }
296
297 func_path_progs "grep ggrep" func_check_prog_grep $PATH:/usr/xpg4/bin
298 GREP=$func_path_progs_result
299 }
300
301
302 ## ------------------------------- ##
303 ## User overridable command paths. ##
304 ## ------------------------------- ##
305
306 # All uppercase variable names are used for environment variables. These
307 # variables can be overridden by the user before calling a script that
308 # uses them if a suitable command of that name is not already available
309 # in the command search PATH.
310
311 : ${CP="cp -f"}
312 : ${ECHO="printf %s\n"}
313 : ${EGREP="$GREP -E"}
314 : ${FGREP="$GREP -F"}
315 : ${LN_S="ln -s"}
316 : ${MAKE="make"}
317 : ${MKDIR="mkdir"}
318 : ${MV="mv -f"}
319 : ${RM="rm -f"}
320 : ${SHELL="${CONFIG_SHELL-/bin/sh}"}
321
322
323 ## -------------------- ##
324 ## Useful sed snippets. ##
325 ## -------------------- ##
326
327 sed_dirname='s|/[^/]*$||'
328 sed_basename='s|^.*/||'
329
330 # Sed substitution that helps us do robust quoting. It backslashifies
331 # metacharacters that are still active within double-quoted strings.
332 sed_quote_subst='s|\([`"$\\]\)|\\\1|g'
333
334 # Same as above, but do not quote variable references.
335 sed_double_quote_subst='s/\(["`\\]\)/\\\1/g'
336
337 # Sed substitution that turns a string into a regex matching for the
338 # string literally.
339 sed_make_literal_regex='s|[].[^$\\*\/]|\\&|g'
340
341 # Sed substitution that converts a w32 file name or path
342 # that contains forward slashes, into one that contains
343 # (escaped) backslashes. A very naive implementation.
344 sed_naive_backslashify='s|\\\\*|\\|g;s|/|\\|g;s|\\|\\\\|g'
345
346 # Re-'\' parameter expansions in output of sed_double_quote_subst that
347 # were '\'-ed in input to the same. If an odd number of '\' preceded a
348 # '$' in input to sed_double_quote_subst, that '$' was protected from
349 # expansion. Since each input '\' is now two '\'s, look for any number
350 # of runs of four '\'s followed by two '\'s and then a '$'. '\' that '$'.
351 _G_bs='\\'
352 _G_bs2='\\\\'
353 _G_bs4='\\\\\\\\'
354 _G_dollar='\$'
355 sed_double_backslash="\
356 s/$_G_bs4/&\\
357 /g
358 s/^$_G_bs2$_G_dollar/$_G_bs&/
359 s/\\([^$_G_bs]\\)$_G_bs2$_G_dollar/\\1$_G_bs2$_G_bs$_G_dollar/g
360 s/\n//g"
361
362
363 ## ----------------- ##
364 ## Global variables. ##
365 ## ----------------- ##
366
367 # Except for the global variables explicitly listed below, the following
368 # functions in the '^func_' namespace, and the '^require_' namespace
369 # variables initialised in the 'Resource management' section, sourcing
370 # this file will not pollute your global namespace with anything
371 # else. There's no portable way to scope variables in Bourne shell
372 # though, so actually running these functions will sometimes place
373 # results into a variable named after the function, and often use
374 # temporary variables in the '^_G_' namespace. If you are careful to
375 # avoid using those namespaces casually in your sourcing script, things
376 # should continue to work as you expect. And, of course, you can freely
377 # overwrite any of the functions or variables defined here before
378 # calling anything to customize them.
379
380 EXIT_SUCCESS=0
381 EXIT_FAILURE=1
382 EXIT_MISMATCH=63 # $? = 63 is used to indicate version mismatch to missing.
383 EXIT_SKIP=77 # $? = 77 is used to indicate a skipped test to automake.
384
385 # Allow overriding, eg assuming that you follow the convention of
386 # putting '$debug_cmd' at the start of all your functions, you can get
387 # bash to show function call trace with:
388 #
389 # debug_cmd='eval echo "${FUNCNAME[0]} $*" >&2' bash your-script-name
390 debug_cmd=${debug_cmd-":"}
391 exit_cmd=:
392
393 # By convention, finish your script with:
394 #
395 # exit $exit_status
396 #
397 # so that you can set exit_status to non-zero if you want to indicate
398 # something went wrong during execution without actually bailing out at
399 # the point of failure.
400 exit_status=$EXIT_SUCCESS
401
402 # Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh
403 # is ksh but when the shell is invoked as "sh" and the current value of
404 # the _XPG environment variable is not equal to 1 (one), the special
405 # positional parameter $0, within a function call, is the name of the
406 # function.
407 progpath=$0
408
409 # The name of this program.
410 progname=`$ECHO "$progpath" |$SED "$sed_basename"`
411
412 # Make sure we have an absolute progpath for reexecution:
413 case $progpath in
414 [\\/]*|[A-Za-z]:\\*) ;;
415 *[\\/]*)
416 progdir=`$ECHO "$progpath" |$SED "$sed_dirname"`
417 progdir=`cd "$progdir" && pwd`
418 progpath=$progdir/$progname
419 ;;
420 *)
421 _G_IFS=$IFS
422 IFS=${PATH_SEPARATOR-:}
423 for progdir in $PATH; do
424 IFS=$_G_IFS
425 test -x "$progdir/$progname" && break
426 done
427 IFS=$_G_IFS
428 test -n "$progdir" || progdir=`pwd`
429 progpath=$progdir/$progname
430 ;;
431 esac
432
433
434 ## ----------------- ##
435 ## Standard options. ##
436 ## ----------------- ##
437
438 # The following options affect the operation of the functions defined
439 # below, and should be set appropriately depending on run-time para-
440 # meters passed on the command line.
441
442 opt_dry_run=false
443 opt_quiet=false
444 opt_verbose=false
445
446 # Categories 'all' and 'none' are always available. Append any others
447 # you will pass as the first argument to func_warning from your own
448 # code.
449 warning_categories=
450
451 # By default, display warnings according to 'opt_warning_types'. Set
452 # 'warning_func' to ':' to elide all warnings, or func_fatal_error to
453 # treat the next displayed warning as a fatal error.
454 warning_func=func_warn_and_continue
455
456 # Set to 'all' to display all warnings, 'none' to suppress all
457 # warnings, or a space delimited list of some subset of
458 # 'warning_categories' to display only the listed warnings.
459 opt_warning_types=all
460
461
462 ## -------------------- ##
463 ## Resource management. ##
464 ## -------------------- ##
465
466 # This section contains definitions for functions that each ensure a
467 # particular resource (a file, or a non-empty configuration variable for
468 # example) is available, and if appropriate to extract default values
469 # from pertinent package files. Call them using their associated
470 # 'require_*' variable to ensure that they are executed, at most, once.
471 #
472 # It's entirely deliberate that calling these functions can set
473 # variables that don't obey the namespace limitations obeyed by the rest
474 # of this file, in order that that they be as useful as possible to
475 # callers.
476
477
478 # require_term_colors
479 # -------------------
480 # Allow display of bold text on terminals that support it.
481 require_term_colors=func_require_term_colors
482 func_require_term_colors ()
483 {
484 $debug_cmd
485
486 test -t 1 && {
487 # COLORTERM and USE_ANSI_COLORS environment variables take
488 # precedence, because most terminfo databases neglect to describe
489 # whether color sequences are supported.
490 test -n "${COLORTERM+set}" && : ${USE_ANSI_COLORS="1"}
491
492 if test 1 = "$USE_ANSI_COLORS"; then
493 # Standard ANSI escape sequences
494 tc_reset=''
495 tc_bold=''; tc_standout=''
496 tc_red=''; tc_green=''
497 tc_blue=''; tc_cyan=''
498 else
499 # Otherwise trust the terminfo database after all.
500 test -n "`tput sgr0 2>/dev/null`" && {
501 tc_reset=`tput sgr0`
502 test -n "`tput bold 2>/dev/null`" && tc_bold=`tput bold`
503 tc_standout=$tc_bold
504 test -n "`tput smso 2>/dev/null`" && tc_standout=`tput smso`
505 test -n "`tput setaf 1 2>/dev/null`" && tc_red=`tput setaf 1`
506 test -n "`tput setaf 2 2>/dev/null`" && tc_green=`tput setaf 2`
507 test -n "`tput setaf 4 2>/dev/null`" && tc_blue=`tput setaf 4`
508 test -n "`tput setaf 5 2>/dev/null`" && tc_cyan=`tput setaf 5`
509 }
510 fi
511 }
512
513 require_term_colors=:
514 }
515
516
517 ## ----------------- ##
518 ## Function library. ##
519 ## ----------------- ##
520
521 # This section contains a variety of useful functions to call in your
522 # scripts. Take note of the portable wrappers for features provided by
523 # some modern shells, which will fall back to slower equivalents on
524 # less featureful shells.
525
526
527 # func_append VAR VALUE
528 # ---------------------
529 # Append VALUE onto the existing contents of VAR.
530
531 # We should try to minimise forks, especially on Windows where they are
532 # unreasonably slow, so skip the feature probes when bash or zsh are
533 # being used:
534 if test set = "${BASH_VERSION+set}${ZSH_VERSION+set}"; then
535 : ${_G_HAVE_ARITH_OP="yes"}
536 : ${_G_HAVE_XSI_OPS="yes"}
537 # The += operator was introduced in bash 3.1
538 case $BASH_VERSION in
539 [12].* | 3.0 | 3.0*) ;;
540 *)
541 : ${_G_HAVE_PLUSEQ_OP="yes"}
542 ;;
543 esac
544 fi
545
546 # _G_HAVE_PLUSEQ_OP
547 # Can be empty, in which case the shell is probed, "yes" if += is
548 # useable or anything else if it does not work.
549 test -z "$_G_HAVE_PLUSEQ_OP" \
550 && (eval 'x=a; x+=" b"; test "a b" = "$x"') 2>/dev/null \
551 && _G_HAVE_PLUSEQ_OP=yes
552
553 if test yes = "$_G_HAVE_PLUSEQ_OP"
554 then
555 # This is an XSI compatible shell, allowing a faster implementation...
556 eval 'func_append ()
557 {
558 $debug_cmd
559
560 eval "$1+=\$2"
561 }'
562 else
563 # ...otherwise fall back to using expr, which is often a shell builtin.
564 func_append ()
565 {
566 $debug_cmd
567
568 eval "$1=\$$1\$2"
569 }
570 fi
571
572
573 # func_append_quoted VAR VALUE
574 # ----------------------------
575 # Quote VALUE and append to the end of shell variable VAR, separated
576 # by a space.
577 if test yes = "$_G_HAVE_PLUSEQ_OP"; then
578 eval 'func_append_quoted ()
579 {
580 $debug_cmd
581
582 func_quote_for_eval "$2"
583 eval "$1+=\\ \$func_quote_for_eval_result"
584 }'
585 else
586 func_append_quoted ()
587 {
588 $debug_cmd
589
590 func_quote_for_eval "$2"
591 eval "$1=\$$1\\ \$func_quote_for_eval_result"
592 }
593 fi
594
595
596 # func_append_uniq VAR VALUE
597 # --------------------------
598 # Append unique VALUE onto the existing contents of VAR, assuming
599 # entries are delimited by the first character of VALUE. For example:
600 #
601 # func_append_uniq options " --another-option option-argument"
602 #
603 # will only append to $options if " --another-option option-argument "
604 # is not already present somewhere in $options already (note spaces at
605 # each end implied by leading space in second argument).
606 func_append_uniq ()
607 {
608 $debug_cmd
609
610 eval _G_current_value='`$ECHO $'$1'`'
611 _G_delim=`expr "$2" : '\(.\)'`
612
613 case $_G_delim$_G_current_value$_G_delim in
614 *"$2$_G_delim"*) ;;
615 *) func_append "$@" ;;
616 esac
617 }
618
619
620 # func_arith TERM...
621 # ------------------
622 # Set func_arith_result to the result of evaluating TERMs.
623 test -z "$_G_HAVE_ARITH_OP" \
624 && (eval 'test 2 = $(( 1 + 1 ))') 2>/dev/null \
625 && _G_HAVE_ARITH_OP=yes
626
627 if test yes = "$_G_HAVE_ARITH_OP"; then
628 eval 'func_arith ()
629 {
630 $debug_cmd
631
632 func_arith_result=$(( $* ))
633 }'
634 else
635 func_arith ()
636 {
637 $debug_cmd
638
639 func_arith_result=`expr "$@"`
640 }
641 fi
642
643
644 # func_basename FILE
645 # ------------------
646 # Set func_basename_result to FILE with everything up to and including
647 # the last / stripped.
648 if test yes = "$_G_HAVE_XSI_OPS"; then
649 # If this shell supports suffix pattern removal, then use it to avoid
650 # forking. Hide the definitions single quotes in case the shell chokes
651 # on unsupported syntax...
652 _b='func_basename_result=${1##*/}'
653 _d='case $1 in
654 */*) func_dirname_result=${1%/*}$2 ;;
655 * ) func_dirname_result=$3 ;;
656 esac'
657
658 else
659 # ...otherwise fall back to using sed.
660 _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`'
661 _d='func_dirname_result=`$ECHO "$1" |$SED "$sed_dirname"`
662 if test "X$func_dirname_result" = "X$1"; then
663 func_dirname_result=$3
664 else
665 func_append func_dirname_result "$2"
666 fi'
667 fi
668
669 eval 'func_basename ()
670 {
671 $debug_cmd
672
673 '"$_b"'
674 }'
675
676
677 # func_dirname FILE APPEND NONDIR_REPLACEMENT
678 # -------------------------------------------
679 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
680 # otherwise set result to NONDIR_REPLACEMENT.
681 eval 'func_dirname ()
682 {
683 $debug_cmd
684
685 '"$_d"'
686 }'
687
688
689 # func_dirname_and_basename FILE APPEND NONDIR_REPLACEMENT
690 # --------------------------------------------------------
691 # Perform func_basename and func_dirname in a single function
692 # call:
693 # dirname: Compute the dirname of FILE. If nonempty,
694 # add APPEND to the result, otherwise set result
695 # to NONDIR_REPLACEMENT.
696 # value returned in "$func_dirname_result"
697 # basename: Compute filename of FILE.
698 # value retuned in "$func_basename_result"
699 # For efficiency, we do not delegate to the functions above but instead
700 # duplicate the functionality here.
701 eval 'func_dirname_and_basename ()
702 {
703 $debug_cmd
704
705 '"$_b"'
706 '"$_d"'
707 }'
708
709
710 # func_echo ARG...
711 # ----------------
712 # Echo program name prefixed message.
713 func_echo ()
714 {
715 $debug_cmd
716
717 _G_message=$*
718
719 func_echo_IFS=$IFS
720 IFS=$nl
721 for _G_line in $_G_message; do
722 IFS=$func_echo_IFS
723 $ECHO "$progname: $_G_line"
724 done
725 IFS=$func_echo_IFS
726 }
727
728
729 # func_echo_all ARG...
730 # --------------------
731 # Invoke $ECHO with all args, space-separated.
732 func_echo_all ()
733 {
734 $ECHO "$*"
735 }
736
737
738 # func_echo_infix_1 INFIX ARG...
739 # ------------------------------
740 # Echo program name, followed by INFIX on the first line, with any
741 # additional lines not showing INFIX.
742 func_echo_infix_1 ()
743 {
744 $debug_cmd
745
746 $require_term_colors
747
748 _G_infix=$1; shift
749 _G_indent=$_G_infix
750 _G_prefix="$progname: $_G_infix: "
751 _G_message=$*
752
753 # Strip color escape sequences before counting printable length
754 for _G_tc in "$tc_reset" "$tc_bold" "$tc_standout" "$tc_red" "$tc_green" "$tc_blue" "$tc_cyan"
755 do
756 test -n "$_G_tc" && {
757 _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"`
758 _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"`
759 }
760 done
761 _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`" " ## exclude from sc_prohibit_nested_quotes
762
763 func_echo_infix_1_IFS=$IFS
764 IFS=$nl
765 for _G_line in $_G_message; do
766 IFS=$func_echo_infix_1_IFS
767 $ECHO "$_G_prefix$tc_bold$_G_line$tc_reset" >&2
768 _G_prefix=$_G_indent
769 done
770 IFS=$func_echo_infix_1_IFS
771 }
772
773
774 # func_error ARG...
775 # -----------------
776 # Echo program name prefixed message to standard error.
777 func_error ()
778 {
779 $debug_cmd
780
781 $require_term_colors
782
783 func_echo_infix_1 " $tc_standout${tc_red}error$tc_reset" "$*" >&2
784 }
785
786
787 # func_fatal_error ARG...
788 # -----------------------
789 # Echo program name prefixed message to standard error, and exit.
790 func_fatal_error ()
791 {
792 $debug_cmd
793
794 func_error "$*"
795 exit $EXIT_FAILURE
796 }
797
798
799 # func_grep EXPRESSION FILENAME
800 # -----------------------------
801 # Check whether EXPRESSION matches any line of FILENAME, without output.
802 func_grep ()
803 {
804 $debug_cmd
805
806 $GREP "$1" "$2" >/dev/null 2>&1
807 }
808
809
810 # func_len STRING
811 # ---------------
812 # Set func_len_result to the length of STRING. STRING may not
813 # start with a hyphen.
814 test -z "$_G_HAVE_XSI_OPS" \
815 && (eval 'x=a/b/c;
816 test 5aa/bb/cc = "${#x}${x%%/*}${x%/*}${x#*/}${x##*/}"') 2>/dev/null \
817 && _G_HAVE_XSI_OPS=yes
818
819 if test yes = "$_G_HAVE_XSI_OPS"; then
820 eval 'func_len ()
821 {
822 $debug_cmd
823
824 func_len_result=${#1}
825 }'
826 else
827 func_len ()
828 {
829 $debug_cmd
830
831 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
832 }
833 fi
834
835
836 # func_mkdir_p DIRECTORY-PATH
837 # ---------------------------
838 # Make sure the entire path to DIRECTORY-PATH is available.
839 func_mkdir_p ()
840 {
841 $debug_cmd
842
843 _G_directory_path=$1
844 _G_dir_list=
845
846 if test -n "$_G_directory_path" && test : != "$opt_dry_run"; then
847
848 # Protect directory names starting with '-'
849 case $_G_directory_path in
850 -*) _G_directory_path=./$_G_directory_path ;;
851 esac
852
853 # While some portion of DIR does not yet exist...
854 while test ! -d "$_G_directory_path"; do
855 # ...make a list in topmost first order. Use a colon delimited
856 # list incase some portion of path contains whitespace.
857 _G_dir_list=$_G_directory_path:$_G_dir_list
858
859 # If the last portion added has no slash in it, the list is done
860 case $_G_directory_path in */*) ;; *) break ;; esac
861
862 # ...otherwise throw away the child directory and loop
863 _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"`
864 done
865 _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'`
866
867 func_mkdir_p_IFS=$IFS; IFS=:
868 for _G_dir in $_G_dir_list; do
869 IFS=$func_mkdir_p_IFS
870 # mkdir can fail with a 'File exist' error if two processes
871 # try to create one of the directories concurrently. Don't
872 # stop in that case!
873 $MKDIR "$_G_dir" 2>/dev/null || :
874 done
875 IFS=$func_mkdir_p_IFS
876
877 # Bail out if we (or some other process) failed to create a directory.
878 test -d "$_G_directory_path" || \
879 func_fatal_error "Failed to create '$1'"
880 fi
881 }
882
883
884 # func_mktempdir [BASENAME]
885 # -------------------------
886 # Make a temporary directory that won't clash with other running
887 # libtool processes, and avoids race conditions if possible. If
888 # given, BASENAME is the basename for that directory.
889 func_mktempdir ()
890 {
891 $debug_cmd
892
893 _G_template=${TMPDIR-/tmp}/${1-$progname}
894
895 if test : = "$opt_dry_run"; then
896 # Return a directory name, but don't create it in dry-run mode
897 _G_tmpdir=$_G_template-$$
898 else
899
900 # If mktemp works, use that first and foremost
901 _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null`
902
903 if test ! -d "$_G_tmpdir"; then
904 # Failing that, at least try and use $RANDOM to avoid a race
905 _G_tmpdir=$_G_template-${RANDOM-0}$$
906
907 func_mktempdir_umask=`umask`
908 umask 0077
909 $MKDIR "$_G_tmpdir"
910 umask $func_mktempdir_umask
911 fi
912
913 # If we're not in dry-run mode, bomb out on failure
914 test -d "$_G_tmpdir" || \
915 func_fatal_error "cannot create temporary directory '$_G_tmpdir'"
916 fi
917
918 $ECHO "$_G_tmpdir"
919 }
920
921
922 # func_normal_abspath PATH
923 # ------------------------
924 # Remove doubled-up and trailing slashes, "." path components,
925 # and cancel out any ".." path components in PATH after making
926 # it an absolute path.
927 func_normal_abspath ()
928 {
929 $debug_cmd
930
931 # These SED scripts presuppose an absolute path with a trailing slash.
932 _G_pathcar='s|^/\([^/]*\).*$|\1|'
933 _G_pathcdr='s|^/[^/]*||'
934 _G_removedotparts=':dotsl
935 s|/\./|/|g
936 t dotsl
937 s|/\.$|/|'
938 _G_collapseslashes='s|/\{1,\}|/|g'
939 _G_finalslash='s|/*$|/|'
940
941 # Start from root dir and reassemble the path.
942 func_normal_abspath_result=
943 func_normal_abspath_tpath=$1
944 func_normal_abspath_altnamespace=
945 case $func_normal_abspath_tpath in
946 "")
947 # Empty path, that just means $cwd.
948 func_stripname '' '/' "`pwd`"
949 func_normal_abspath_result=$func_stripname_result
950 return
951 ;;
952 # The next three entries are used to spot a run of precisely
953 # two leading slashes without using negated character classes;
954 # we take advantage of case's first-match behaviour.
955 ///*)
956 # Unusual form of absolute path, do nothing.
957 ;;
958 //*)
959 # Not necessarily an ordinary path; POSIX reserves leading '//'
960 # and for example Cygwin uses it to access remote file shares
961 # over CIFS/SMB, so we conserve a leading double slash if found.
962 func_normal_abspath_altnamespace=/
963 ;;
964 /*)
965 # Absolute path, do nothing.
966 ;;
967 *)
968 # Relative path, prepend $cwd.
969 func_normal_abspath_tpath=`pwd`/$func_normal_abspath_tpath
970 ;;
971 esac
972
973 # Cancel out all the simple stuff to save iterations. We also want
974 # the path to end with a slash for ease of parsing, so make sure
975 # there is one (and only one) here.
976 func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \
977 -e "$_G_removedotparts" -e "$_G_collapseslashes" -e "$_G_finalslash"`
978 while :; do
979 # Processed it all yet?
980 if test / = "$func_normal_abspath_tpath"; then
981 # If we ascended to the root using ".." the result may be empty now.
982 if test -z "$func_normal_abspath_result"; then
983 func_normal_abspath_result=/
984 fi
985 break
986 fi
987 func_normal_abspath_tcomponent=`$ECHO "$func_normal_abspath_tpath" | $SED \
988 -e "$_G_pathcar"`
989 func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \
990 -e "$_G_pathcdr"`
991 # Figure out what to do with it
992 case $func_normal_abspath_tcomponent in
993 "")
994 # Trailing empty path component, ignore it.
995 ;;
996 ..)
997 # Parent dir; strip last assembled component from result.
998 func_dirname "$func_normal_abspath_result"
999 func_normal_abspath_result=$func_dirname_result
1000 ;;
1001 *)
1002 # Actual path component, append it.
1003 func_append func_normal_abspath_result "/$func_normal_abspath_tcomponent"
1004 ;;
1005 esac
1006 done
1007 # Restore leading double-slash if one was found on entry.
1008 func_normal_abspath_result=$func_normal_abspath_altnamespace$func_normal_abspath_result
1009 }
1010
1011
1012 # func_notquiet ARG...
1013 # --------------------
1014 # Echo program name prefixed message only when not in quiet mode.
1015 func_notquiet ()
1016 {
1017 $debug_cmd
1018
1019 $opt_quiet || func_echo ${1+"$@"}
1020
1021 # A bug in bash halts the script if the last line of a function
1022 # fails when set -e is in force, so we need another command to
1023 # work around that:
1024 :
1025 }
1026
1027
1028 # func_relative_path SRCDIR DSTDIR
1029 # --------------------------------
1030 # Set func_relative_path_result to the relative path from SRCDIR to DSTDIR.
1031 func_relative_path ()
1032 {
1033 $debug_cmd
1034
1035 func_relative_path_result=
1036 func_normal_abspath "$1"
1037 func_relative_path_tlibdir=$func_normal_abspath_result
1038 func_normal_abspath "$2"
1039 func_relative_path_tbindir=$func_normal_abspath_result
1040
1041 # Ascend the tree starting from libdir
1042 while :; do
1043 # check if we have found a prefix of bindir
1044 case $func_relative_path_tbindir in
1045 $func_relative_path_tlibdir)
1046 # found an exact match
1047 func_relative_path_tcancelled=
1048 break
1049 ;;
1050 $func_relative_path_tlibdir*)
1051 # found a matching prefix
1052 func_stripname "$func_relative_path_tlibdir" '' "$func_relative_path_tbindir"
1053 func_relative_path_tcancelled=$func_stripname_result
1054 if test -z "$func_relative_path_result"; then
1055 func_relative_path_result=.
1056 fi
1057 break
1058 ;;
1059 *)
1060 func_dirname $func_relative_path_tlibdir
1061 func_relative_path_tlibdir=$func_dirname_result
1062 if test -z "$func_relative_path_tlibdir"; then
1063 # Have to descend all the way to the root!
1064 func_relative_path_result=../$func_relative_path_result
1065 func_relative_path_tcancelled=$func_relative_path_tbindir
1066 break
1067 fi
1068 func_relative_path_result=../$func_relative_path_result
1069 ;;
1070 esac
1071 done
1072
1073 # Now calculate path; take care to avoid doubling-up slashes.
1074 func_stripname '' '/' "$func_relative_path_result"
1075 func_relative_path_result=$func_stripname_result
1076 func_stripname '/' '/' "$func_relative_path_tcancelled"
1077 if test -n "$func_stripname_result"; then
1078 func_append func_relative_path_result "/$func_stripname_result"
1079 fi
1080
1081 # Normalisation. If bindir is libdir, return '.' else relative path.
1082 if test -n "$func_relative_path_result"; then
1083 func_stripname './' '' "$func_relative_path_result"
1084 func_relative_path_result=$func_stripname_result
1085 fi
1086
1087 test -n "$func_relative_path_result" || func_relative_path_result=.
1088
1089 :
1090 }
1091
1092
1093 # func_quote_for_eval ARG...
1094 # --------------------------
1095 # Aesthetically quote ARGs to be evaled later.
1096 # This function returns two values:
1097 # i) func_quote_for_eval_result
1098 # double-quoted, suitable for a subsequent eval
1099 # ii) func_quote_for_eval_unquoted_result
1100 # has all characters that are still active within double
1101 # quotes backslashified.
1102 func_quote_for_eval ()
1103 {
1104 $debug_cmd
1105
1106 func_quote_for_eval_unquoted_result=
1107 func_quote_for_eval_result=
1108 while test 0 -lt $#; do
1109 case $1 in
1110 *[\\\`\"\$]*)
1111 _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;;
1112 *)
1113 _G_unquoted_arg=$1 ;;
1114 esac
1115 if test -n "$func_quote_for_eval_unquoted_result"; then
1116 func_append func_quote_for_eval_unquoted_result " $_G_unquoted_arg"
1117 else
1118 func_append func_quote_for_eval_unquoted_result "$_G_unquoted_arg"
1119 fi
1120
1121 case $_G_unquoted_arg in
1122 # Double-quote args containing shell metacharacters to delay
1123 # word splitting, command substitution and variable expansion
1124 # for a subsequent eval.
1125 # Many Bourne shells cannot handle close brackets correctly
1126 # in scan sets, so we specify it separately.
1127 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"")
1128 _G_quoted_arg=\"$_G_unquoted_arg\"
1129 ;;
1130 *)
1131 _G_quoted_arg=$_G_unquoted_arg
1132 ;;
1133 esac
1134
1135 if test -n "$func_quote_for_eval_result"; then
1136 func_append func_quote_for_eval_result " $_G_quoted_arg"
1137 else
1138 func_append func_quote_for_eval_result "$_G_quoted_arg"
1139 fi
1140 shift
1141 done
1142 }
1143
1144
1145 # func_quote_for_expand ARG
1146 # -------------------------
1147 # Aesthetically quote ARG to be evaled later; same as above,
1148 # but do not quote variable references.
1149 func_quote_for_expand ()
1150 {
1151 $debug_cmd
1152
1153 case $1 in
1154 *[\\\`\"]*)
1155 _G_arg=`$ECHO "$1" | $SED \
1156 -e "$sed_double_quote_subst" -e "$sed_double_backslash"` ;;
1157 *)
1158 _G_arg=$1 ;;
1159 esac
1160
1161 case $_G_arg in
1162 # Double-quote args containing shell metacharacters to delay
1163 # word splitting and command substitution for a subsequent eval.
1164 # Many Bourne shells cannot handle close brackets correctly
1165 # in scan sets, so we specify it separately.
1166 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"")
1167 _G_arg=\"$_G_arg\"
1168 ;;
1169 esac
1170
1171 func_quote_for_expand_result=$_G_arg
1172 }
1173
1174
1175 # func_stripname PREFIX SUFFIX NAME
1176 # ---------------------------------
1177 # strip PREFIX and SUFFIX from NAME, and store in func_stripname_result.
1178 # PREFIX and SUFFIX must not contain globbing or regex special
1179 # characters, hashes, percent signs, but SUFFIX may contain a leading
1180 # dot (in which case that matches only a dot).
1181 if test yes = "$_G_HAVE_XSI_OPS"; then
1182 eval 'func_stripname ()
1183 {
1184 $debug_cmd
1185
1186 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
1187 # positional parameters, so assign one to ordinary variable first.
1188 func_stripname_result=$3
1189 func_stripname_result=${func_stripname_result#"$1"}
1190 func_stripname_result=${func_stripname_result%"$2"}
1191 }'
1192 else
1193 func_stripname ()
1194 {
1195 $debug_cmd
1196
1197 case $2 in
1198 .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;;
1199 *) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;;
1200 esac
1201 }
1202 fi
1203
1204
1205 # func_show_eval CMD [FAIL_EXP]
1206 # -----------------------------
1207 # Unless opt_quiet is true, then output CMD. Then, if opt_dryrun is
1208 # not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP
1209 # is given, then evaluate it.
1210 func_show_eval ()
1211 {
1212 $debug_cmd
1213
1214 _G_cmd=$1
1215 _G_fail_exp=${2-':'}
1216
1217 func_quote_for_expand "$_G_cmd"
1218 eval "func_notquiet $func_quote_for_expand_result"
1219
1220 $opt_dry_run || {
1221 eval "$_G_cmd"
1222 _G_status=$?
1223 if test 0 -ne "$_G_status"; then
1224 eval "(exit $_G_status); $_G_fail_exp"
1225 fi
1226 }
1227 }
1228
1229
1230 # func_show_eval_locale CMD [FAIL_EXP]
1231 # ------------------------------------
1232 # Unless opt_quiet is true, then output CMD. Then, if opt_dryrun is
1233 # not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP
1234 # is given, then evaluate it. Use the saved locale for evaluation.
1235 func_show_eval_locale ()
1236 {
1237 $debug_cmd
1238
1239 _G_cmd=$1
1240 _G_fail_exp=${2-':'}
1241
1242 $opt_quiet || {
1243 func_quote_for_expand "$_G_cmd"
1244 eval "func_echo $func_quote_for_expand_result"
1245 }
1246
1247 $opt_dry_run || {
1248 eval "$_G_user_locale
1249 $_G_cmd"
1250 _G_status=$?
1251 eval "$_G_safe_locale"
1252 if test 0 -ne "$_G_status"; then
1253 eval "(exit $_G_status); $_G_fail_exp"
1254 fi
1255 }
1256 }
1257
1258
1259 # func_tr_sh
1260 # ----------
1261 # Turn $1 into a string suitable for a shell variable name.
1262 # Result is stored in $func_tr_sh_result. All characters
1263 # not in the set a-zA-Z0-9_ are replaced with '_'. Further,
1264 # if $1 begins with a digit, a '_' is prepended as well.
1265 func_tr_sh ()
1266 {
1267 $debug_cmd
1268
1269 case $1 in
1270 [0-9]* | *[!a-zA-Z0-9_]*)
1271 func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'`
1272 ;;
1273 * )
1274 func_tr_sh_result=$1
1275 ;;
1276 esac
1277 }
1278
1279
1280 # func_verbose ARG...
1281 # -------------------
1282 # Echo program name prefixed message in verbose mode only.
1283 func_verbose ()
1284 {
1285 $debug_cmd
1286
1287 $opt_verbose && func_echo "$*"
1288
1289 :
1290 }
1291
1292
1293 # func_warn_and_continue ARG...
1294 # -----------------------------
1295 # Echo program name prefixed warning message to standard error.
1296 func_warn_and_continue ()
1297 {
1298 $debug_cmd
1299
1300 $require_term_colors
1301
1302 func_echo_infix_1 "${tc_red}warning$tc_reset" "$*" >&2
1303 }
1304
1305
1306 # func_warning CATEGORY ARG...
1307 # ----------------------------
1308 # Echo program name prefixed warning message to standard error. Warning
1309 # messages can be filtered according to CATEGORY, where this function
1310 # elides messages where CATEGORY is not listed in the global variable
1311 # 'opt_warning_types'.
1312 func_warning ()
1313 {
1314 $debug_cmd
1315
1316 # CATEGORY must be in the warning_categories list!
1317 case " $warning_categories " in
1318 *" $1 "*) ;;
1319 *) func_internal_error "invalid warning category '$1'" ;;
1320 esac
1321
1322 _G_category=$1
1323 shift
1324
1325 case " $opt_warning_types " in
1326 *" $_G_category "*) $warning_func ${1+"$@"} ;;
1327 esac
1328 }
1329
1330
1331 # func_sort_ver VER1 VER2
1332 # -----------------------
1333 # 'sort -V' is not generally available.
1334 # Note this deviates from the version comparison in automake
1335 # in that it treats 1.5 < 1.5.0, and treats 1.4.4a < 1.4-p3a
1336 # but this should suffice as we won't be specifying old
1337 # version formats or redundant trailing .0 in bootstrap.conf.
1338 # If we did want full compatibility then we should probably
1339 # use m4_version_compare from autoconf.
1340 func_sort_ver ()
1341 {
1342 $debug_cmd
1343
1344 printf '%s\n%s\n' "$1" "$2" \
1345 | sort -t. -k 1,1n -k 2,2n -k 3,3n -k 4,4n -k 5,5n -k 6,6n -k 7,7n -k 8,8n -k 9,9n
1346 }
1347
1348 # func_lt_ver PREV CURR
1349 # ---------------------
1350 # Return true if PREV and CURR are in the correct order according to
1351 # func_sort_ver, otherwise false. Use it like this:
1352 #
1353 # func_lt_ver "$prev_ver" "$proposed_ver" || func_fatal_error "..."
1354 func_lt_ver ()
1355 {
1356 $debug_cmd
1357
1358 test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q`
1359 }
1360
1361
1362 # Local variables:
1363 # mode: shell-script
1364 # sh-indentation: 2
1365 # eval: (add-hook 'before-save-hook 'time-stamp)
1366 # time-stamp-pattern: "10/scriptversion=%:y-%02m-%02d.%02H; # UTC"
1367 # time-stamp-time-zone: "UTC"
1368 # End:
1369 #! /bin/sh
1370
1371 # Set a version string for this script.
1372 scriptversion=2014-01-07.03; # UTC
1373
1374 # A portable, pluggable option parser for Bourne shell.
1375 # Written by Gary V. Vaughan, 2010
1376
1377 # Copyright (C) 2010-2015 Free Software Foundation, Inc.
1378 # This is free software; see the source for copying conditions. There is NO
1379 # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
1380
1381 # This program is free software: you can redistribute it and/or modify
1382 # it under the terms of the GNU General Public License as published by
1383 # the Free Software Foundation, either version 3 of the License, or
1384 # (at your option) any later version.
1385
1386 # This program is distributed in the hope that it will be useful,
1387 # but WITHOUT ANY WARRANTY; without even the implied warranty of
1388 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1389 # GNU General Public License for more details.
1390
1391 # You should have received a copy of the GNU General Public License
1392 # along with this program. If not, see <http://www.gnu.org/licenses/>.
1393
1394 # Please report bugs or propose patches to gary@gnu.org.
1395
1396
1397 ## ------ ##
1398 ## Usage. ##
1399 ## ------ ##
1400
1401 # This file is a library for parsing options in your shell scripts along
1402 # with assorted other useful supporting features that you can make use
1403 # of too.
1404 #
1405 # For the simplest scripts you might need only:
1406 #
1407 # #!/bin/sh
1408 # . relative/path/to/funclib.sh
1409 # . relative/path/to/options-parser
1410 # scriptversion=1.0
1411 # func_options ${1+"$@"}
1412 # eval set dummy "$func_options_result"; shift
1413 # ...rest of your script...
1414 #
1415 # In order for the '--version' option to work, you will need to have a
1416 # suitably formatted comment like the one at the top of this file
1417 # starting with '# Written by ' and ending with '# warranty; '.
1418 #
1419 # For '-h' and '--help' to work, you will also need a one line
1420 # description of your script's purpose in a comment directly above the
1421 # '# Written by ' line, like the one at the top of this file.
1422 #
1423 # The default options also support '--debug', which will turn on shell
1424 # execution tracing (see the comment above debug_cmd below for another
1425 # use), and '--verbose' and the func_verbose function to allow your script
1426 # to display verbose messages only when your user has specified
1427 # '--verbose'.
1428 #
1429 # After sourcing this file, you can plug processing for additional
1430 # options by amending the variables from the 'Configuration' section
1431 # below, and following the instructions in the 'Option parsing'
1432 # section further down.
1433
1434 ## -------------- ##
1435 ## Configuration. ##
1436 ## -------------- ##
1437
1438 # You should override these variables in your script after sourcing this
1439 # file so that they reflect the customisations you have added to the
1440 # option parser.
1441
1442 # The usage line for option parsing errors and the start of '-h' and
1443 # '--help' output messages. You can embed shell variables for delayed
1444 # expansion at the time the message is displayed, but you will need to
1445 # quote other shell meta-characters carefully to prevent them being
1446 # expanded when the contents are evaled.
1447 usage='$progpath [OPTION]...'
1448
1449 # Short help message in response to '-h' and '--help'. Add to this or
1450 # override it after sourcing this library to reflect the full set of
1451 # options your script accepts.
1452 usage_message="\
1453 --debug enable verbose shell tracing
1454 -W, --warnings=CATEGORY
1455 report the warnings falling in CATEGORY [all]
1456 -v, --verbose verbosely report processing
1457 --version print version information and exit
1458 -h, --help print short or long help message and exit
1459 "
1460
1461 # Additional text appended to 'usage_message' in response to '--help'.
1462 long_help_message="
1463 Warning categories include:
1464 'all' show all warnings
1465 'none' turn off all the warnings
1466 'error' warnings are treated as fatal errors"
1467
1468 # Help message printed before fatal option parsing errors.
1469 fatal_help="Try '\$progname --help' for more information."
1470
1471
1472
1473 ## ------------------------- ##
1474 ## Hook function management. ##
1475 ## ------------------------- ##
1476
1477 # This section contains functions for adding, removing, and running hooks
1478 # to the main code. A hook is just a named list of of function, that can
1479 # be run in order later on.
1480
1481 # func_hookable FUNC_NAME
1482 # -----------------------
1483 # Declare that FUNC_NAME will run hooks added with
1484 # 'func_add_hook FUNC_NAME ...'.
1485 func_hookable ()
1486 {
1487 $debug_cmd
1488
1489 func_append hookable_fns " $1"
1490 }
1491
1492
1493 # func_add_hook FUNC_NAME HOOK_FUNC
1494 # ---------------------------------
1495 # Request that FUNC_NAME call HOOK_FUNC before it returns. FUNC_NAME must
1496 # first have been declared "hookable" by a call to 'func_hookable'.
1497 func_add_hook ()
1498 {
1499 $debug_cmd
1500
1501 case " $hookable_fns " in
1502 *" $1 "*) ;;
1503 *) func_fatal_error "'$1' does not accept hook functions." ;;
1504 esac
1505
1506 eval func_append ${1}_hooks '" $2"'
1507 }
1508
1509
1510 # func_remove_hook FUNC_NAME HOOK_FUNC
1511 # ------------------------------------
1512 # Remove HOOK_FUNC from the list of functions called by FUNC_NAME.
1513 func_remove_hook ()
1514 {
1515 $debug_cmd
1516
1517 eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`'
1518 }
1519
1520
1521 # func_run_hooks FUNC_NAME [ARG]...
1522 # ---------------------------------
1523 # Run all hook functions registered to FUNC_NAME.
1524 # It is assumed that the list of hook functions contains nothing more
1525 # than a whitespace-delimited list of legal shell function names, and
1526 # no effort is wasted trying to catch shell meta-characters or preserve
1527 # whitespace.
1528 func_run_hooks ()
1529 {
1530 $debug_cmd
1531
1532 case " $hookable_fns " in
1533 *" $1 "*) ;;
1534 *) func_fatal_error "'$1' does not support hook funcions.n" ;;
1535 esac
1536
1537 eval _G_hook_fns=\$$1_hooks; shift
1538
1539 for _G_hook in $_G_hook_fns; do
1540 eval $_G_hook '"$@"'
1541
1542 # store returned options list back into positional
1543 # parameters for next 'cmd' execution.
1544 eval _G_hook_result=\$${_G_hook}_result
1545 eval set dummy "$_G_hook_result"; shift
1546 done
1547
1548 func_quote_for_eval ${1+"$@"}
1549 func_run_hooks_result=$func_quote_for_eval_result
1550 }
1551
1552
1553
1554 ## --------------- ##
1555 ## Option parsing. ##
1556 ## --------------- ##
1557
1558 # In order to add your own option parsing hooks, you must accept the
1559 # full positional parameter list in your hook function, remove any
1560 # options that you action, and then pass back the remaining unprocessed
1561 # options in '<hooked_function_name>_result', escaped suitably for
1562 # 'eval'. Like this:
1563 #
1564 # my_options_prep ()
1565 # {
1566 # $debug_cmd
1567 #
1568 # # Extend the existing usage message.
1569 # usage_message=$usage_message'
1570 # -s, --silent don'\''t print informational messages
1571 # '
1572 #
1573 # func_quote_for_eval ${1+"$@"}
1574 # my_options_prep_result=$func_quote_for_eval_result
1575 # }
1576 # func_add_hook func_options_prep my_options_prep
1577 #
1578 #
1579 # my_silent_option ()
1580 # {
1581 # $debug_cmd
1582 #
1583 # # Note that for efficiency, we parse as many options as we can
1584 # # recognise in a loop before passing the remainder back to the
1585 # # caller on the first unrecognised argument we encounter.
1586 # while test $# -gt 0; do
1587 # opt=$1; shift
1588 # case $opt in
1589 # --silent|-s) opt_silent=: ;;
1590 # # Separate non-argument short options:
1591 # -s*) func_split_short_opt "$_G_opt"
1592 # set dummy "$func_split_short_opt_name" \
1593 # "-$func_split_short_opt_arg" ${1+"$@"}
1594 # shift
1595 # ;;
1596 # *) set dummy "$_G_opt" "$*"; shift; break ;;
1597 # esac
1598 # done
1599 #
1600 # func_quote_for_eval ${1+"$@"}
1601 # my_silent_option_result=$func_quote_for_eval_result
1602 # }
1603 # func_add_hook func_parse_options my_silent_option
1604 #
1605 #
1606 # my_option_validation ()
1607 # {
1608 # $debug_cmd
1609 #
1610 # $opt_silent && $opt_verbose && func_fatal_help "\
1611 # '--silent' and '--verbose' options are mutually exclusive."
1612 #
1613 # func_quote_for_eval ${1+"$@"}
1614 # my_option_validation_result=$func_quote_for_eval_result
1615 # }
1616 # func_add_hook func_validate_options my_option_validation
1617 #
1618 # You'll alse need to manually amend $usage_message to reflect the extra
1619 # options you parse. It's preferable to append if you can, so that
1620 # multiple option parsing hooks can be added safely.
1621
1622
1623 # func_options [ARG]...
1624 # ---------------------
1625 # All the functions called inside func_options are hookable. See the
1626 # individual implementations for details.
1627 func_hookable func_options
1628 func_options ()
1629 {
1630 $debug_cmd
1631
1632 func_options_prep ${1+"$@"}
1633 eval func_parse_options \
1634 ${func_options_prep_result+"$func_options_prep_result"}
1635 eval func_validate_options \
1636 ${func_parse_options_result+"$func_parse_options_result"}
1637
1638 eval func_run_hooks func_options \
1639 ${func_validate_options_result+"$func_validate_options_result"}
1640
1641 # save modified positional parameters for caller
1642 func_options_result=$func_run_hooks_result
1643 }
1644
1645
1646 # func_options_prep [ARG]...
1647 # --------------------------
1648 # All initialisations required before starting the option parse loop.
1649 # Note that when calling hook functions, we pass through the list of
1650 # positional parameters. If a hook function modifies that list, and
1651 # needs to propogate that back to rest of this script, then the complete
1652 # modified list must be put in 'func_run_hooks_result' before
1653 # returning.
1654 func_hookable func_options_prep
1655 func_options_prep ()
1656 {
1657 $debug_cmd
1658
1659 # Option defaults:
1660 opt_verbose=false
1661 opt_warning_types=
1662
1663 func_run_hooks func_options_prep ${1+"$@"}
1664
1665 # save modified positional parameters for caller
1666 func_options_prep_result=$func_run_hooks_result
1667 }
1668
1669
1670 # func_parse_options [ARG]...
1671 # ---------------------------
1672 # The main option parsing loop.
1673 func_hookable func_parse_options
1674 func_parse_options ()
1675 {
1676 $debug_cmd
1677
1678 func_parse_options_result=
1679
1680 # this just eases exit handling
1681 while test $# -gt 0; do
1682 # Defer to hook functions for initial option parsing, so they
1683 # get priority in the event of reusing an option name.
1684 func_run_hooks func_parse_options ${1+"$@"}
1685
1686 # Adjust func_parse_options positional parameters to match
1687 eval set dummy "$func_run_hooks_result"; shift
1688
1689 # Break out of the loop if we already parsed every option.
1690 test $# -gt 0 || break
1691
1692 _G_opt=$1
1693 shift
1694 case $_G_opt in
1695 --debug|-x) debug_cmd='set -x'
1696 func_echo "enabling shell trace mode"
1697 $debug_cmd
1698 ;;
1699
1700 --no-warnings|--no-warning|--no-warn)
1701 set dummy --warnings none ${1+"$@"}
1702 shift
1703 ;;
1704
1705 --warnings|--warning|-W)
1706 test $# = 0 && func_missing_arg $_G_opt && break
1707 case " $warning_categories $1" in
1708 *" $1 "*)
1709 # trailing space prevents matching last $1 above
1710 func_append_uniq opt_warning_types " $1"
1711 ;;
1712 *all)
1713 opt_warning_types=$warning_categories
1714 ;;
1715 *none)
1716 opt_warning_types=none
1717 warning_func=:
1718 ;;
1719 *error)
1720 opt_warning_types=$warning_categories
1721 warning_func=func_fatal_error
1722 ;;
1723 *)
1724 func_fatal_error \
1725 "unsupported warning category: '$1'"
1726 ;;
1727 esac
1728 shift
1729 ;;
1730
1731 --verbose|-v) opt_verbose=: ;;
1732 --version) func_version ;;
1733 -\?|-h) func_usage ;;
1734 --help) func_help ;;
1735
1736 # Separate optargs to long options (plugins may need this):
1737 --*=*) func_split_equals "$_G_opt"
1738 set dummy "$func_split_equals_lhs" \
1739 "$func_split_equals_rhs" ${1+"$@"}
1740 shift
1741 ;;
1742
1743 # Separate optargs to short options:
1744 -W*)
1745 func_split_short_opt "$_G_opt"
1746 set dummy "$func_split_short_opt_name" \
1747 "$func_split_short_opt_arg" ${1+"$@"}
1748 shift
1749 ;;
1750
1751 # Separate non-argument short options:
1752 -\?*|-h*|-v*|-x*)
1753 func_split_short_opt "$_G_opt"
1754 set dummy "$func_split_short_opt_name" \
1755 "-$func_split_short_opt_arg" ${1+"$@"}
1756 shift
1757 ;;
1758
1759 --) break ;;
1760 -*) func_fatal_help "unrecognised option: '$_G_opt'" ;;
1761 *) set dummy "$_G_opt" ${1+"$@"}; shift; break ;;
1762 esac
1763 done
1764
1765 # save modified positional parameters for caller
1766 func_quote_for_eval ${1+"$@"}
1767 func_parse_options_result=$func_quote_for_eval_result
1768 }
1769
1770
1771 # func_validate_options [ARG]...
1772 # ------------------------------
1773 # Perform any sanity checks on option settings and/or unconsumed
1774 # arguments.
1775 func_hookable func_validate_options
1776 func_validate_options ()
1777 {
1778 $debug_cmd
1779
1780 # Display all warnings if -W was not given.
1781 test -n "$opt_warning_types" || opt_warning_types=" $warning_categories"
1782
1783 func_run_hooks func_validate_options ${1+"$@"}
1784
1785 # Bail if the options were screwed!
1786 $exit_cmd $EXIT_FAILURE
1787
1788 # save modified positional parameters for caller
1789 func_validate_options_result=$func_run_hooks_result
1790 }
1791
1792
1793
1794 ## ----------------- ##
1795 ## Helper functions. ##
1796 ## ----------------- ##
1797
1798 # This section contains the helper functions used by the rest of the
1799 # hookable option parser framework in ascii-betical order.
1800
1801
1802 # func_fatal_help ARG...
1803 # ----------------------
1804 # Echo program name prefixed message to standard error, followed by
1805 # a help hint, and exit.
1806 func_fatal_help ()
1807 {
1808 $debug_cmd
1809
1810 eval \$ECHO \""Usage: $usage"\"
1811 eval \$ECHO \""$fatal_help"\"
1812 func_error ${1+"$@"}
1813 exit $EXIT_FAILURE
1814 }
1815
1816
1817 # func_help
1818 # ---------
1819 # Echo long help message to standard output and exit.
1820 func_help ()
1821 {
1822 $debug_cmd
1823
1824 func_usage_message
1825 $ECHO "$long_help_message"
1826 exit 0
1827 }
1828
1829
1830 # func_missing_arg ARGNAME
1831 # ------------------------
1832 # Echo program name prefixed message to standard error and set global
1833 # exit_cmd.
1834 func_missing_arg ()
1835 {
1836 $debug_cmd
1837
1838 func_error "Missing argument for '$1'."
1839 exit_cmd=exit
1840 }
1841
1842
1843 # func_split_equals STRING
1844 # ------------------------
1845 # Set func_split_equals_lhs and func_split_equals_rhs shell variables after
1846 # splitting STRING at the '=' sign.
1847 test -z "$_G_HAVE_XSI_OPS" \
1848 && (eval 'x=a/b/c;
1849 test 5aa/bb/cc = "${#x}${x%%/*}${x%/*}${x#*/}${x##*/}"') 2>/dev/null \
1850 && _G_HAVE_XSI_OPS=yes
1851
1852 if test yes = "$_G_HAVE_XSI_OPS"
1853 then
1854 # This is an XSI compatible shell, allowing a faster implementation...
1855 eval 'func_split_equals ()
1856 {
1857 $debug_cmd
1858
1859 func_split_equals_lhs=${1%%=*}
1860 func_split_equals_rhs=${1#*=}
1861 test "x$func_split_equals_lhs" = "x$1" \
1862 && func_split_equals_rhs=
1863 }'
1864 else
1865 # ...otherwise fall back to using expr, which is often a shell builtin.
1866 func_split_equals ()
1867 {
1868 $debug_cmd
1869
1870 func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'`
1871 func_split_equals_rhs=
1872 test "x$func_split_equals_lhs" = "x$1" \
1873 || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'`
1874 }
1875 fi #func_split_equals
1876
1877
1878 # func_split_short_opt SHORTOPT
1879 # -----------------------------
1880 # Set func_split_short_opt_name and func_split_short_opt_arg shell
1881 # variables after splitting SHORTOPT after the 2nd character.
1882 if test yes = "$_G_HAVE_XSI_OPS"
1883 then
1884 # This is an XSI compatible shell, allowing a faster implementation...
1885 eval 'func_split_short_opt ()
1886 {
1887 $debug_cmd
1888
1889 func_split_short_opt_arg=${1#??}
1890 func_split_short_opt_name=${1%"$func_split_short_opt_arg"}
1891 }'
1892 else
1893 # ...otherwise fall back to using expr, which is often a shell builtin.
1894 func_split_short_opt ()
1895 {
1896 $debug_cmd
1897
1898 func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'`
1899 func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'`
1900 }
1901 fi #func_split_short_opt
1902
1903
1904 # func_usage
1905 # ----------
1906 # Echo short help message to standard output and exit.
1907 func_usage ()
1908 {
1909 $debug_cmd
1910
1911 func_usage_message
1912 $ECHO "Run '$progname --help |${PAGER-more}' for full usage"
1913 exit 0
1914 }
1915
1916
1917 # func_usage_message
1918 # ------------------
1919 # Echo short help message to standard output.
1920 func_usage_message ()
1921 {
1922 $debug_cmd
1923
1924 eval \$ECHO \""Usage: $usage"\"
1925 echo
1926 $SED -n 's|^# ||
1927 /^Written by/{
1928 x;p;x
1929 }
1930 h
1931 /^Written by/q' < "$progpath"
1932 echo
1933 eval \$ECHO \""$usage_message"\"
1934 }
1935
1936
1937 # func_version
1938 # ------------
1939 # Echo version message to standard output and exit.
1940 func_version ()
1941 {
1942 $debug_cmd
1943
1944 printf '%s\n' "$progname $scriptversion"
1945 $SED -n '
1946 /(C)/!b go
1947 :more
1948 /\./!{
1949 N
1950 s|\n# | |
1951 b more
1952 }
1953 :go
1954 /^# Written by /,/# warranty; / {
1955 s|^# ||
1956 s|^# *$||
1957 s|\((C)\)[ 0-9,-]*[ ,-]\([1-9][0-9]* \)|\1 \2|
1958 p
1959 }
1960 /^# Written by / {
1961 s|^# ||
1962 p
1963 }
1964 /^warranty; /q' < "$progpath"
1965
1966 exit $?
1967 }
1968
1969
1970 # Local variables:
1971 # mode: shell-script
1972 # sh-indentation: 2
1973 # eval: (add-hook 'before-save-hook 'time-stamp)
1974 # time-stamp-pattern: "10/scriptversion=%:y-%02m-%02d.%02H; # UTC"
1975 # time-stamp-time-zone: "UTC"
1976 # End:
1977
1978 # Set a version string.
1979 scriptversion='(GNU libtool) 2.4.6'
1980
1981
1982 # func_echo ARG...
1983 # ----------------
1984 # Libtool also displays the current mode in messages, so override
1985 # funclib.sh func_echo with this custom definition.
1986 func_echo ()
1987 {
1988 $debug_cmd
1989
1990 _G_message=$*
1991
1992 func_echo_IFS=$IFS
1993 IFS=$nl
1994 for _G_line in $_G_message; do
1995 IFS=$func_echo_IFS
1996 $ECHO "$progname${opt_mode+: $opt_mode}: $_G_line"
1997 done
1998 IFS=$func_echo_IFS
1999 }
2000
2001
2002 # func_warning ARG...
2003 # -------------------
2004 # Libtool warnings are not categorized, so override funclib.sh
2005 # func_warning with this simpler definition.
2006 func_warning ()
2007 {
2008 $debug_cmd
2009
2010 $warning_func ${1+"$@"}
2011 }
2012
2013
2014 ## ---------------- ##
2015 ## Options parsing. ##
2016 ## ---------------- ##
2017
2018 # Hook in the functions to make sure our own options are parsed during
2019 # the option parsing loop.
2020
2021 usage='$progpath [OPTION]... [MODE-ARG]...'
2022
2023 # Short help message in response to '-h'.
2024 usage_message="Options:
2025 --config show all configuration variables
2026 --debug enable verbose shell tracing
2027 -n, --dry-run display commands without modifying any files
2028 --features display basic configuration information and exit
2029 --mode=MODE use operation mode MODE
2030 --no-warnings equivalent to '-Wnone'
2031 --preserve-dup-deps don't remove duplicate dependency libraries
2032 --quiet, --silent don't print informational messages
2033 --tag=TAG use configuration variables from tag TAG
2034 -v, --verbose print more informational messages than default
2035 --version print version information
2036 -W, --warnings=CATEGORY report the warnings falling in CATEGORY [all]
2037 -h, --help, --help-all print short, long, or detailed help message
2038 "
2039
2040 # Additional text appended to 'usage_message' in response to '--help'.
2041 func_help ()
2042 {
2043 $debug_cmd
2044
2045 func_usage_message
2046 $ECHO "$long_help_message
2047
2048 MODE must be one of the following:
2049
2050 clean remove files from the build directory
2051 compile compile a source file into a libtool object
2052 execute automatically set library path, then run a program
2053 finish complete the installation of libtool libraries
2054 install install libraries or executables
2055 link create a library or an executable
2056 uninstall remove libraries from an installed directory
2057
2058 MODE-ARGS vary depending on the MODE. When passed as first option,
2059 '--mode=MODE' may be abbreviated as 'MODE' or a unique abbreviation of that.
2060 Try '$progname --help --mode=MODE' for a more detailed description of MODE.
2061
2062 When reporting a bug, please describe a test case to reproduce it and
2063 include the following information:
2064
2065 host-triplet: $host
2066 shell: $SHELL
2067 compiler: $LTCC
2068 compiler flags: $LTCFLAGS
2069 linker: $LD (gnu? $with_gnu_ld)
2070 version: $progname (GNU libtool) 2.4.6
2071 automake: `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
2072 autoconf: `($AUTOCONF --version) 2>/dev/null |$SED 1q`
2073
2074 Report bugs to <bug-libtool@gnu.org>.
2075 GNU libtool home page: <http://www.gnu.org/s/libtool/>.
2076 General help using GNU software: <http://www.gnu.org/gethelp/>."
2077 exit 0
2078 }
2079
2080
2081 # func_lo2o OBJECT-NAME
2082 # ---------------------
2083 # Transform OBJECT-NAME from a '.lo' suffix to the platform specific
2084 # object suffix.
2085
2086 lo2o=s/\\.lo\$/.$objext/
2087 o2lo=s/\\.$objext\$/.lo/
2088
2089 if test yes = "$_G_HAVE_XSI_OPS"; then
2090 eval 'func_lo2o ()
2091 {
2092 case $1 in
2093 *.lo) func_lo2o_result=${1%.lo}.$objext ;;
2094 * ) func_lo2o_result=$1 ;;
2095 esac
2096 }'
2097
2098 # func_xform LIBOBJ-OR-SOURCE
2099 # ---------------------------
2100 # Transform LIBOBJ-OR-SOURCE from a '.o' or '.c' (or otherwise)
2101 # suffix to a '.lo' libtool-object suffix.
2102 eval 'func_xform ()
2103 {
2104 func_xform_result=${1%.*}.lo
2105 }'
2106 else
2107 # ...otherwise fall back to using sed.
2108 func_lo2o ()
2109 {
2110 func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"`
2111 }
2112
2113 func_xform ()
2114 {
2115 func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'`
2116 }
2117 fi
2118
2119
2120 # func_fatal_configuration ARG...
2121 # -------------------------------
2122 # Echo program name prefixed message to standard error, followed by
2123 # a configuration failure hint, and exit.
2124 func_fatal_configuration ()
2125 {
2126 func__fatal_error ${1+"$@"} \
2127 "See the $PACKAGE documentation for more information." \
2128 "Fatal configuration error."
2129 }
2130
2131
2132 # func_config
2133 # -----------
2134 # Display the configuration for all the tags in this script.
2135 func_config ()
2136 {
2137 re_begincf='^# ### BEGIN LIBTOOL'
2138 re_endcf='^# ### END LIBTOOL'
2139
2140 # Default configuration.
2141 $SED "1,/$re_begincf CONFIG/d;/$re_endcf CONFIG/,\$d" < "$progpath"
2142
2143 # Now print the configurations for the tags.
2144 for tagname in $taglist; do
2145 $SED -n "/$re_begincf TAG CONFIG: $tagname\$/,/$re_endcf TAG CONFIG: $tagname\$/p" < "$progpath"
2146 done
2147
2148 exit $?
2149 }
2150
2151
2152 # func_features
2153 # -------------
2154 # Display the features supported by this script.
2155 func_features ()
2156 {
2157 echo "host: $host"
2158 if test yes = "$build_libtool_libs"; then
2159 echo "enable shared libraries"
2160 else
2161 echo "disable shared libraries"
2162 fi
2163 if test yes = "$build_old_libs"; then
2164 echo "enable static libraries"
2165 else
2166 echo "disable static libraries"
2167 fi
2168
2169 exit $?
2170 }
2171
2172
2173 # func_enable_tag TAGNAME
2174 # -----------------------
2175 # Verify that TAGNAME is valid, and either flag an error and exit, or
2176 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist
2177 # variable here.
2178 func_enable_tag ()
2179 {
2180 # Global variable:
2181 tagname=$1
2182
2183 re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname\$"
2184 re_endcf="^# ### END LIBTOOL TAG CONFIG: $tagname\$"
2185 sed_extractcf=/$re_begincf/,/$re_endcf/p
2186
2187 # Validate tagname.
2188 case $tagname in
2189 *[!-_A-Za-z0-9,/]*)
2190 func_fatal_error "invalid tag name: $tagname"
2191 ;;
2192 esac
2193
2194 # Don't test for the "default" C tag, as we know it's
2195 # there but not specially marked.
2196 case $tagname in
2197 CC) ;;
2198 *)
2199 if $GREP "$re_begincf" "$progpath" >/dev/null 2>&1; then
2200 taglist="$taglist $tagname"
2201
2202 # Evaluate the configuration. Be careful to quote the path
2203 # and the sed script, to avoid splitting on whitespace, but
2204 # also don't use non-portable quotes within backquotes within
2205 # quotes we have to do it in 2 steps:
2206 extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
2207 eval "$extractedcf"
2208 else
2209 func_error "ignoring unknown tag $tagname"
2210 fi
2211 ;;
2212 esac
2213 }
2214
2215
2216 # func_check_version_match
2217 # ------------------------
2218 # Ensure that we are using m4 macros, and libtool script from the same
2219 # release of libtool.
2220 func_check_version_match ()
2221 {
2222 if test "$package_revision" != "$macro_revision"; then
2223 if test "$VERSION" != "$macro_version"; then
2224 if test -z "$macro_version"; then
2225 cat >&2 <<_LT_EOF
2226 $progname: Version mismatch error. This is $PACKAGE $VERSION, but the
2227 $progname: definition of this LT_INIT comes from an older release.
2228 $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION
2229 $progname: and run autoconf again.
2230 _LT_EOF
2231 else
2232 cat >&2 <<_LT_EOF
2233 $progname: Version mismatch error. This is $PACKAGE $VERSION, but the
2234 $progname: definition of this LT_INIT comes from $PACKAGE $macro_version.
2235 $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION
2236 $progname: and run autoconf again.
2237 _LT_EOF
2238 fi
2239 else
2240 cat >&2 <<_LT_EOF
2241 $progname: Version mismatch error. This is $PACKAGE $VERSION, revision $package_revision,
2242 $progname: but the definition of this LT_INIT comes from revision $macro_revision.
2243 $progname: You should recreate aclocal.m4 with macros from revision $package_revision
2244 $progname: of $PACKAGE $VERSION and run autoconf again.
2245 _LT_EOF
2246 fi
2247
2248 exit $EXIT_MISMATCH
2249 fi
2250 }
2251
2252
2253 # libtool_options_prep [ARG]...
2254 # -----------------------------
2255 # Preparation for options parsed by libtool.
2256 libtool_options_prep ()
2257 {
2258 $debug_mode
2259
2260 # Option defaults:
2261 opt_config=false
2262 opt_dlopen=
2263 opt_dry_run=false
2264 opt_help=false
2265 opt_mode=
2266 opt_preserve_dup_deps=false
2267 opt_quiet=false
2268
2269 nonopt=
2270 preserve_args=
2271
2272 # Shorthand for --mode=foo, only valid as the first argument
2273 case $1 in
2274 clean|clea|cle|cl)
2275 shift; set dummy --mode clean ${1+"$@"}; shift
2276 ;;
2277 compile|compil|compi|comp|com|co|c)
2278 shift; set dummy --mode compile ${1+"$@"}; shift
2279 ;;
2280 execute|execut|execu|exec|exe|ex|e)
2281 shift; set dummy --mode execute ${1+"$@"}; shift
2282 ;;
2283 finish|finis|fini|fin|fi|f)
2284 shift; set dummy --mode finish ${1+"$@"}; shift
2285 ;;
2286 install|instal|insta|inst|ins|in|i)
2287 shift; set dummy --mode install ${1+"$@"}; shift
2288 ;;
2289 link|lin|li|l)
2290 shift; set dummy --mode link ${1+"$@"}; shift
2291 ;;
2292 uninstall|uninstal|uninsta|uninst|unins|unin|uni|un|u)
2293 shift; set dummy --mode uninstall ${1+"$@"}; shift
2294 ;;
2295 esac
2296
2297 # Pass back the list of options.
2298 func_quote_for_eval ${1+"$@"}
2299 libtool_options_prep_result=$func_quote_for_eval_result
2300 }
2301 func_add_hook func_options_prep libtool_options_prep
2302
2303
2304 # libtool_parse_options [ARG]...
2305 # ---------------------------------
2306 # Provide handling for libtool specific options.
2307 libtool_parse_options ()
2308 {
2309 $debug_cmd
2310
2311 # Perform our own loop to consume as many options as possible in
2312 # each iteration.
2313 while test $# -gt 0; do
2314 _G_opt=$1
2315 shift
2316 case $_G_opt in
2317 --dry-run|--dryrun|-n)
2318 opt_dry_run=:
2319 ;;
2320
2321 --config) func_config ;;
2322
2323 --dlopen|-dlopen)
2324 opt_dlopen="${opt_dlopen+$opt_dlopen
2325 }$1"
2326 shift
2327 ;;
2328
2329 --preserve-dup-deps)
2330 opt_preserve_dup_deps=: ;;
2331
2332 --features) func_features ;;
2333
2334 --finish) set dummy --mode finish ${1+"$@"}; shift ;;
2335
2336 --help) opt_help=: ;;
2337
2338 --help-all) opt_help=': help-all' ;;
2339
2340 --mode) test $# = 0 && func_missing_arg $_G_opt && break
2341 opt_mode=$1
2342 case $1 in
2343 # Valid mode arguments:
2344 clean|compile|execute|finish|install|link|relink|uninstall) ;;
2345
2346 # Catch anything else as an error
2347 *) func_error "invalid argument for $_G_opt"
2348 exit_cmd=exit
2349 break
2350 ;;
2351 esac
2352 shift
2353 ;;
2354
2355 --no-silent|--no-quiet)
2356 opt_quiet=false
2357 func_append preserve_args " $_G_opt"
2358 ;;
2359
2360 --no-warnings|--no-warning|--no-warn)
2361 opt_warning=false
2362 func_append preserve_args " $_G_opt"
2363 ;;
2364
2365 --no-verbose)
2366 opt_verbose=false
2367 func_append preserve_args " $_G_opt"
2368 ;;
2369
2370 --silent|--quiet)
2371 opt_quiet=:
2372 opt_verbose=false
2373 func_append preserve_args " $_G_opt"
2374 ;;
2375
2376 --tag) test $# = 0 && func_missing_arg $_G_opt && break
2377 opt_tag=$1
2378 func_append preserve_args " $_G_opt $1"
2379 func_enable_tag "$1"
2380 shift
2381 ;;
2382
2383 --verbose|-v) opt_quiet=false
2384 opt_verbose=:
2385 func_append preserve_args " $_G_opt"
2386 ;;
2387
2388 # An option not handled by this hook function:
2389 *) set dummy "$_G_opt" ${1+"$@"}; shift; break ;;
2390 esac
2391 done
2392
2393
2394 # save modified positional parameters for caller
2395 func_quote_for_eval ${1+"$@"}
2396 libtool_parse_options_result=$func_quote_for_eval_result
2397 }
2398 func_add_hook func_parse_options libtool_parse_options
2399
2400
2401
2402 # libtool_validate_options [ARG]...
2403 # ---------------------------------
2404 # Perform any sanity checks on option settings and/or unconsumed
2405 # arguments.
2406 libtool_validate_options ()
2407 {
2408 # save first non-option argument
2409 if test 0 -lt $#; then
2410 nonopt=$1
2411 shift
2412 fi
2413
2414 # preserve --debug
2415 test : = "$debug_cmd" || func_append preserve_args " --debug"
2416
2417 case $host in
2418 # Solaris2 added to fix http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16452
2419 # see also: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59788
2420 *cygwin* | *mingw* | *pw32* | *cegcc* | *solaris2* | *os2*)
2421 # don't eliminate duplications in $postdeps and $predeps
2422 opt_duplicate_compiler_generated_deps=:
2423 ;;
2424 *)
2425 opt_duplicate_compiler_generated_deps=$opt_preserve_dup_deps
2426 ;;
2427 esac
2428
2429 $opt_help || {
2430 # Sanity checks first:
2431 func_check_version_match
2432
2433 test yes != "$build_libtool_libs" \
2434 && test yes != "$build_old_libs" \
2435 && func_fatal_configuration "not configured to build any kind of library"
2436
2437 # Darwin sucks
2438 eval std_shrext=\"$shrext_cmds\"
2439
2440 # Only execute mode is allowed to have -dlopen flags.
2441 if test -n "$opt_dlopen" && test execute != "$opt_mode"; then
2442 func_error "unrecognized option '-dlopen'"
2443 $ECHO "$help" 1>&2
2444 exit $EXIT_FAILURE
2445 fi
2446
2447 # Change the help message to a mode-specific one.
2448 generic_help=$help
2449 help="Try '$progname --help --mode=$opt_mode' for more information."
2450 }
2451
2452 # Pass back the unparsed argument list
2453 func_quote_for_eval ${1+"$@"}
2454 libtool_validate_options_result=$func_quote_for_eval_result
2455 }
2456 func_add_hook func_validate_options libtool_validate_options
2457
2458
2459 # Process options as early as possible so that --help and --version
2460 # can return quickly.
2461 func_options ${1+"$@"}
2462 eval set dummy "$func_options_result"; shift
2463
2464
2465
2466 ## ----------- ##
2467 ## Main. ##
2468 ## ----------- ##
2469
2470 magic='%%%MAGIC variable%%%'
2471 magic_exe='%%%MAGIC EXE variable%%%'
2472
2473 # Global variables.
2474 extracted_archives=
2475 extracted_serial=0
2476
2477 # If this variable is set in any of the actions, the command in it
2478 # will be execed at the end. This prevents here-documents from being
2479 # left over by shells.
2480 exec_cmd=
2481
2482
2483 # A function that is used when there is no print builtin or printf.
2484 func_fallback_echo ()
2485 {
2486 eval 'cat <<_LTECHO_EOF
2487 $1
2488 _LTECHO_EOF'
2489 }
2490
2491 # func_generated_by_libtool
2492 # True iff stdin has been generated by Libtool. This function is only
2493 # a basic sanity check; it will hardly flush out determined imposters.
2494 func_generated_by_libtool_p ()
2495 {
2496 $GREP "^# Generated by .*$PACKAGE" > /dev/null 2>&1
2497 }
2498
2499 # func_lalib_p file
2500 # True iff FILE is a libtool '.la' library or '.lo' object file.
2501 # This function is only a basic sanity check; it will hardly flush out
2502 # determined imposters.
2503 func_lalib_p ()
2504 {
2505 test -f "$1" &&
2506 $SED -e 4q "$1" 2>/dev/null | func_generated_by_libtool_p
2507 }
2508
2509 # func_lalib_unsafe_p file
2510 # True iff FILE is a libtool '.la' library or '.lo' object file.
2511 # This function implements the same check as func_lalib_p without
2512 # resorting to external programs. To this end, it redirects stdin and
2513 # closes it afterwards, without saving the original file descriptor.
2514 # As a safety measure, use it only where a negative result would be
2515 # fatal anyway. Works if 'file' does not exist.
2516 func_lalib_unsafe_p ()
2517 {
2518 lalib_p=no
2519 if test -f "$1" && test -r "$1" && exec 5<&0 <"$1"; then
2520 for lalib_p_l in 1 2 3 4
2521 do
2522 read lalib_p_line
2523 case $lalib_p_line in
2524 \#\ Generated\ by\ *$PACKAGE* ) lalib_p=yes; break;;
2525 esac
2526 done
2527 exec 0<&5 5<&-
2528 fi
2529 test yes = "$lalib_p"
2530 }
2531
2532 # func_ltwrapper_script_p file
2533 # True iff FILE is a libtool wrapper script
2534 # This function is only a basic sanity check; it will hardly flush out
2535 # determined imposters.
2536 func_ltwrapper_script_p ()
2537 {
2538 test -f "$1" &&
2539 $lt_truncate_bin < "$1" 2>/dev/null | func_generated_by_libtool_p
2540 }
2541
2542 # func_ltwrapper_executable_p file
2543 # True iff FILE is a libtool wrapper executable
2544 # This function is only a basic sanity check; it will hardly flush out
2545 # determined imposters.
2546 func_ltwrapper_executable_p ()
2547 {
2548 func_ltwrapper_exec_suffix=
2549 case $1 in
2550 *.exe) ;;
2551 *) func_ltwrapper_exec_suffix=.exe ;;
2552 esac
2553 $GREP "$magic_exe" "$1$func_ltwrapper_exec_suffix" >/dev/null 2>&1
2554 }
2555
2556 # func_ltwrapper_scriptname file
2557 # Assumes file is an ltwrapper_executable
2558 # uses $file to determine the appropriate filename for a
2559 # temporary ltwrapper_script.
2560 func_ltwrapper_scriptname ()
2561 {
2562 func_dirname_and_basename "$1" "" "."
2563 func_stripname '' '.exe' "$func_basename_result"
2564 func_ltwrapper_scriptname_result=$func_dirname_result/$objdir/${func_stripname_result}_ltshwrapper
2565 }
2566
2567 # func_ltwrapper_p file
2568 # True iff FILE is a libtool wrapper script or wrapper executable
2569 # This function is only a basic sanity check; it will hardly flush out
2570 # determined imposters.
2571 func_ltwrapper_p ()
2572 {
2573 func_ltwrapper_script_p "$1" || func_ltwrapper_executable_p "$1"
2574 }
2575
2576
2577 # func_execute_cmds commands fail_cmd
2578 # Execute tilde-delimited COMMANDS.
2579 # If FAIL_CMD is given, eval that upon failure.
2580 # FAIL_CMD may read-access the current command in variable CMD!
2581 func_execute_cmds ()
2582 {
2583 $debug_cmd
2584
2585 save_ifs=$IFS; IFS='~'
2586 for cmd in $1; do
2587 IFS=$sp$nl
2588 eval cmd=\"$cmd\"
2589 IFS=$save_ifs
2590 func_show_eval "$cmd" "${2-:}"
2591 done
2592 IFS=$save_ifs
2593 }
2594
2595
2596 # func_source file
2597 # Source FILE, adding directory component if necessary.
2598 # Note that it is not necessary on cygwin/mingw to append a dot to
2599 # FILE even if both FILE and FILE.exe exist: automatic-append-.exe
2600 # behavior happens only for exec(3), not for open(2)! Also, sourcing
2601 # 'FILE.' does not work on cygwin managed mounts.
2602 func_source ()
2603 {
2604 $debug_cmd
2605
2606 case $1 in
2607 */* | *\\*) . "$1" ;;
2608 *) . "./$1" ;;
2609 esac
2610 }
2611
2612
2613 # func_resolve_sysroot PATH
2614 # Replace a leading = in PATH with a sysroot. Store the result into
2615 # func_resolve_sysroot_result
2616 func_resolve_sysroot ()
2617 {
2618 func_resolve_sysroot_result=$1
2619 case $func_resolve_sysroot_result in
2620 =*)
2621 func_stripname '=' '' "$func_resolve_sysroot_result"
2622 func_resolve_sysroot_result=$lt_sysroot$func_stripname_result
2623 ;;
2624 esac
2625 }
2626
2627 # func_replace_sysroot PATH
2628 # If PATH begins with the sysroot, replace it with = and
2629 # store the result into func_replace_sysroot_result.
2630 func_replace_sysroot ()
2631 {
2632 case $lt_sysroot:$1 in
2633 ?*:"$lt_sysroot"*)
2634 func_stripname "$lt_sysroot" '' "$1"
2635 func_replace_sysroot_result='='$func_stripname_result
2636 ;;
2637 *)
2638 # Including no sysroot.
2639 func_replace_sysroot_result=$1
2640 ;;
2641 esac
2642 }
2643
2644 # func_infer_tag arg
2645 # Infer tagged configuration to use if any are available and
2646 # if one wasn't chosen via the "--tag" command line option.
2647 # Only attempt this if the compiler in the base compile
2648 # command doesn't match the default compiler.
2649 # arg is usually of the form 'gcc ...'
2650 func_infer_tag ()
2651 {
2652 $debug_cmd
2653
2654 if test -n "$available_tags" && test -z "$tagname"; then
2655 CC_quoted=
2656 for arg in $CC; do
2657 func_append_quoted CC_quoted "$arg"
2658 done
2659 CC_expanded=`func_echo_all $CC`
2660 CC_quoted_expanded=`func_echo_all $CC_quoted`
2661 case $@ in
2662 # Blanks in the command may have been stripped by the calling shell,
2663 # but not from the CC environment variable when configure was run.
2664 " $CC "* | "$CC "* | " $CC_expanded "* | "$CC_expanded "* | \
2665 " $CC_quoted"* | "$CC_quoted "* | " $CC_quoted_expanded "* | "$CC_quoted_expanded "*) ;;
2666 # Blanks at the start of $base_compile will cause this to fail
2667 # if we don't check for them as well.
2668 *)
2669 for z in $available_tags; do
2670 if $GREP "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then
2671 # Evaluate the configuration.
2672 eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
2673 CC_quoted=
2674 for arg in $CC; do
2675 # Double-quote args containing other shell metacharacters.
2676 func_append_quoted CC_quoted "$arg"
2677 done
2678 CC_expanded=`func_echo_all $CC`
2679 CC_quoted_expanded=`func_echo_all $CC_quoted`
2680 case "$@ " in
2681 " $CC "* | "$CC "* | " $CC_expanded "* | "$CC_expanded "* | \
2682 " $CC_quoted"* | "$CC_quoted "* | " $CC_quoted_expanded "* | "$CC_quoted_expanded "*)
2683 # The compiler in the base compile command matches
2684 # the one in the tagged configuration.
2685 # Assume this is the tagged configuration we want.
2686 tagname=$z
2687 break
2688 ;;
2689 esac
2690 fi
2691 done
2692 # If $tagname still isn't set, then no tagged configuration
2693 # was found and let the user know that the "--tag" command
2694 # line option must be used.
2695 if test -z "$tagname"; then
2696 func_echo "unable to infer tagged configuration"
2697 func_fatal_error "specify a tag with '--tag'"
2698 # else
2699 # func_verbose "using $tagname tagged configuration"
2700 fi
2701 ;;
2702 esac
2703 fi
2704 }
2705
2706
2707
2708 # func_write_libtool_object output_name pic_name nonpic_name
2709 # Create a libtool object file (analogous to a ".la" file),
2710 # but don't create it if we're doing a dry run.
2711 func_write_libtool_object ()
2712 {
2713 write_libobj=$1
2714 if test yes = "$build_libtool_libs"; then
2715 write_lobj=\'$2\'
2716 else
2717 write_lobj=none
2718 fi
2719
2720 if test yes = "$build_old_libs"; then
2721 write_oldobj=\'$3\'
2722 else
2723 write_oldobj=none
2724 fi
2725
2726 $opt_dry_run || {
2727 cat >${write_libobj}T <<EOF
2728 # $write_libobj - a libtool object file
2729 # Generated by $PROGRAM (GNU $PACKAGE) $VERSION
2730 #
2731 # Please DO NOT delete this file!
2732 # It is necessary for linking the library.
2733
2734 # Name of the PIC object.
2735 pic_object=$write_lobj
2736
2737 # Name of the non-PIC object
2738 non_pic_object=$write_oldobj
2739
2740 EOF
2741 $MV "${write_libobj}T" "$write_libobj"
2742 }
2743 }
2744
2745
2746 ##################################################
2747 # FILE NAME AND PATH CONVERSION HELPER FUNCTIONS #
2748 ##################################################
2749
2750 # func_convert_core_file_wine_to_w32 ARG
2751 # Helper function used by file name conversion functions when $build is *nix,
2752 # and $host is mingw, cygwin, or some other w32 environment. Relies on a
2753 # correctly configured wine environment available, with the winepath program
2754 # in $build's $PATH.
2755 #
2756 # ARG is the $build file name to be converted to w32 format.
2757 # Result is available in $func_convert_core_file_wine_to_w32_result, and will
2758 # be empty on error (or when ARG is empty)
2759 func_convert_core_file_wine_to_w32 ()
2760 {
2761 $debug_cmd
2762
2763 func_convert_core_file_wine_to_w32_result=$1
2764 if test -n "$1"; then
2765 # Unfortunately, winepath does not exit with a non-zero error code, so we
2766 # are forced to check the contents of stdout. On the other hand, if the
2767 # command is not found, the shell will set an exit code of 127 and print
2768 # *an error message* to stdout. So we must check for both error code of
2769 # zero AND non-empty stdout, which explains the odd construction:
2770 func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
2771 if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then
2772 func_convert_core_file_wine_to_w32_result=`$ECHO "$func_convert_core_file_wine_to_w32_tmp" |
2773 $SED -e "$sed_naive_backslashify"`
2774 else
2775 func_convert_core_file_wine_to_w32_result=
2776 fi
2777 fi
2778 }
2779 # end: func_convert_core_file_wine_to_w32
2780
2781
2782 # func_convert_core_path_wine_to_w32 ARG
2783 # Helper function used by path conversion functions when $build is *nix, and
2784 # $host is mingw, cygwin, or some other w32 environment. Relies on a correctly
2785 # configured wine environment available, with the winepath program in $build's
2786 # $PATH. Assumes ARG has no leading or trailing path separator characters.
2787 #
2788 # ARG is path to be converted from $build format to win32.
2789 # Result is available in $func_convert_core_path_wine_to_w32_result.
2790 # Unconvertible file (directory) names in ARG are skipped; if no directory names
2791 # are convertible, then the result may be empty.
2792 func_convert_core_path_wine_to_w32 ()
2793 {
2794 $debug_cmd
2795
2796 # unfortunately, winepath doesn't convert paths, only file names
2797 func_convert_core_path_wine_to_w32_result=
2798 if test -n "$1"; then
2799 oldIFS=$IFS
2800 IFS=:
2801 for func_convert_core_path_wine_to_w32_f in $1; do
2802 IFS=$oldIFS
2803 func_convert_core_file_wine_to_w32 "$func_convert_core_path_wine_to_w32_f"
2804 if test -n "$func_convert_core_file_wine_to_w32_result"; then
2805 if test -z "$func_convert_core_path_wine_to_w32_result"; then
2806 func_convert_core_path_wine_to_w32_result=$func_convert_core_file_wine_to_w32_result
2807 else
2808 func_append func_convert_core_path_wine_to_w32_result ";$func_convert_core_file_wine_to_w32_result"
2809 fi
2810 fi
2811 done
2812 IFS=$oldIFS
2813 fi
2814 }
2815 # end: func_convert_core_path_wine_to_w32
2816
2817
2818 # func_cygpath ARGS...
2819 # Wrapper around calling the cygpath program via LT_CYGPATH. This is used when
2820 # when (1) $build is *nix and Cygwin is hosted via a wine environment; or (2)
2821 # $build is MSYS and $host is Cygwin, or (3) $build is Cygwin. In case (1) or
2822 # (2), returns the Cygwin file name or path in func_cygpath_result (input
2823 # file name or path is assumed to be in w32 format, as previously converted
2824 # from $build's *nix or MSYS format). In case (3), returns the w32 file name
2825 # or path in func_cygpath_result (input file name or path is assumed to be in
2826 # Cygwin format). Returns an empty string on error.
2827 #
2828 # ARGS are passed to cygpath, with the last one being the file name or path to
2829 # be converted.
2830 #
2831 # Specify the absolute *nix (or w32) name to cygpath in the LT_CYGPATH
2832 # environment variable; do not put it in $PATH.
2833 func_cygpath ()
2834 {
2835 $debug_cmd
2836
2837 if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
2838 func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
2839 if test "$?" -ne 0; then
2840 # on failure, ensure result is empty
2841 func_cygpath_result=
2842 fi
2843 else
2844 func_cygpath_result=
2845 func_error "LT_CYGPATH is empty or specifies non-existent file: '$LT_CYGPATH'"
2846 fi
2847 }
2848 #end: func_cygpath
2849
2850
2851 # func_convert_core_msys_to_w32 ARG
2852 # Convert file name or path ARG from MSYS format to w32 format. Return
2853 # result in func_convert_core_msys_to_w32_result.
2854 func_convert_core_msys_to_w32 ()
2855 {
2856 $debug_cmd
2857
2858 # awkward: cmd appends spaces to result
2859 func_convert_core_msys_to_w32_result=`( cmd //c echo "$1" ) 2>/dev/null |
2860 $SED -e 's/[ ]*$//' -e "$sed_naive_backslashify"`
2861 }
2862 #end: func_convert_core_msys_to_w32
2863
2864
2865 # func_convert_file_check ARG1 ARG2
2866 # Verify that ARG1 (a file name in $build format) was converted to $host
2867 # format in ARG2. Otherwise, emit an error message, but continue (resetting
2868 # func_to_host_file_result to ARG1).
2869 func_convert_file_check ()
2870 {
2871 $debug_cmd
2872
2873 if test -z "$2" && test -n "$1"; then
2874 func_error "Could not determine host file name corresponding to"
2875 func_error " '$1'"
2876 func_error "Continuing, but uninstalled executables may not work."
2877 # Fallback:
2878 func_to_host_file_result=$1
2879 fi
2880 }
2881 # end func_convert_file_check
2882
2883
2884 # func_convert_path_check FROM_PATHSEP TO_PATHSEP FROM_PATH TO_PATH
2885 # Verify that FROM_PATH (a path in $build format) was converted to $host
2886 # format in TO_PATH. Otherwise, emit an error message, but continue, resetting
2887 # func_to_host_file_result to a simplistic fallback value (see below).
2888 func_convert_path_check ()
2889 {
2890 $debug_cmd
2891
2892 if test -z "$4" && test -n "$3"; then
2893 func_error "Could not determine the host path corresponding to"
2894 func_error " '$3'"
2895 func_error "Continuing, but uninstalled executables may not work."
2896 # Fallback. This is a deliberately simplistic "conversion" and
2897 # should not be "improved". See libtool.info.
2898 if test "x$1" != "x$2"; then
2899 lt_replace_pathsep_chars="s|$1|$2|g"
2900 func_to_host_path_result=`echo "$3" |
2901 $SED -e "$lt_replace_pathsep_chars"`
2902 else
2903 func_to_host_path_result=$3
2904 fi
2905 fi
2906 }
2907 # end func_convert_path_check
2908
2909
2910 # func_convert_path_front_back_pathsep FRONTPAT BACKPAT REPL ORIG
2911 # Modifies func_to_host_path_result by prepending REPL if ORIG matches FRONTPAT
2912 # and appending REPL if ORIG matches BACKPAT.
2913 func_convert_path_front_back_pathsep ()
2914 {
2915 $debug_cmd
2916
2917 case $4 in
2918 $1 ) func_to_host_path_result=$3$func_to_host_path_result
2919 ;;
2920 esac
2921 case $4 in
2922 $2 ) func_append func_to_host_path_result "$3"
2923 ;;
2924 esac
2925 }
2926 # end func_convert_path_front_back_pathsep
2927
2928
2929 ##################################################
2930 # $build to $host FILE NAME CONVERSION FUNCTIONS #
2931 ##################################################
2932 # invoked via '$to_host_file_cmd ARG'
2933 #
2934 # In each case, ARG is the path to be converted from $build to $host format.
2935 # Result will be available in $func_to_host_file_result.
2936
2937
2938 # func_to_host_file ARG
2939 # Converts the file name ARG from $build format to $host format. Return result
2940 # in func_to_host_file_result.
2941 func_to_host_file ()
2942 {
2943 $debug_cmd
2944
2945 $to_host_file_cmd "$1"
2946 }
2947 # end func_to_host_file
2948
2949
2950 # func_to_tool_file ARG LAZY
2951 # converts the file name ARG from $build format to toolchain format. Return
2952 # result in func_to_tool_file_result. If the conversion in use is listed
2953 # in (the comma separated) LAZY, no conversion takes place.
2954 func_to_tool_file ()
2955 {
2956 $debug_cmd
2957
2958 case ,$2, in
2959 *,"$to_tool_file_cmd",*)
2960 func_to_tool_file_result=$1
2961 ;;
2962 *)
2963 $to_tool_file_cmd "$1"
2964 func_to_tool_file_result=$func_to_host_file_result
2965 ;;
2966 esac
2967 }
2968 # end func_to_tool_file
2969
2970
2971 # func_convert_file_noop ARG
2972 # Copy ARG to func_to_host_file_result.
2973 func_convert_file_noop ()
2974 {
2975 func_to_host_file_result=$1
2976 }
2977 # end func_convert_file_noop
2978
2979
2980 # func_convert_file_msys_to_w32 ARG
2981 # Convert file name ARG from (mingw) MSYS to (mingw) w32 format; automatic
2982 # conversion to w32 is not available inside the cwrapper. Returns result in
2983 # func_to_host_file_result.
2984 func_convert_file_msys_to_w32 ()
2985 {
2986 $debug_cmd
2987
2988 func_to_host_file_result=$1
2989 if test -n "$1"; then
2990 func_convert_core_msys_to_w32 "$1"
2991 func_to_host_file_result=$func_convert_core_msys_to_w32_result
2992 fi
2993 func_convert_file_check "$1" "$func_to_host_file_result"
2994 }
2995 # end func_convert_file_msys_to_w32
2996
2997
2998 # func_convert_file_cygwin_to_w32 ARG
2999 # Convert file name ARG from Cygwin to w32 format. Returns result in
3000 # func_to_host_file_result.
3001 func_convert_file_cygwin_to_w32 ()
3002 {
3003 $debug_cmd
3004
3005 func_to_host_file_result=$1
3006 if test -n "$1"; then
3007 # because $build is cygwin, we call "the" cygpath in $PATH; no need to use
3008 # LT_CYGPATH in this case.
3009 func_to_host_file_result=`cygpath -m "$1"`
3010 fi
3011 func_convert_file_check "$1" "$func_to_host_file_result"
3012 }
3013 # end func_convert_file_cygwin_to_w32
3014
3015
3016 # func_convert_file_nix_to_w32 ARG
3017 # Convert file name ARG from *nix to w32 format. Requires a wine environment
3018 # and a working winepath. Returns result in func_to_host_file_result.
3019 func_convert_file_nix_to_w32 ()
3020 {
3021 $debug_cmd
3022
3023 func_to_host_file_result=$1
3024 if test -n "$1"; then
3025 func_convert_core_file_wine_to_w32 "$1"
3026 func_to_host_file_result=$func_convert_core_file_wine_to_w32_result
3027 fi
3028 func_convert_file_check "$1" "$func_to_host_file_result"
3029 }
3030 # end func_convert_file_nix_to_w32
3031
3032
3033 # func_convert_file_msys_to_cygwin ARG
3034 # Convert file name ARG from MSYS to Cygwin format. Requires LT_CYGPATH set.
3035 # Returns result in func_to_host_file_result.
3036 func_convert_file_msys_to_cygwin ()
3037 {
3038 $debug_cmd
3039
3040 func_to_host_file_result=$1
3041 if test -n "$1"; then
3042 func_convert_core_msys_to_w32 "$1"
3043 func_cygpath -u "$func_convert_core_msys_to_w32_result"
3044 func_to_host_file_result=$func_cygpath_result
3045 fi
3046 func_convert_file_check "$1" "$func_to_host_file_result"
3047 }
3048 # end func_convert_file_msys_to_cygwin
3049
3050
3051 # func_convert_file_nix_to_cygwin ARG
3052 # Convert file name ARG from *nix to Cygwin format. Requires Cygwin installed
3053 # in a wine environment, working winepath, and LT_CYGPATH set. Returns result
3054 # in func_to_host_file_result.
3055 func_convert_file_nix_to_cygwin ()
3056 {
3057 $debug_cmd
3058
3059 func_to_host_file_result=$1
3060 if test -n "$1"; then
3061 # convert from *nix to w32, then use cygpath to convert from w32 to cygwin.
3062 func_convert_core_file_wine_to_w32 "$1"
3063 func_cygpath -u "$func_convert_core_file_wine_to_w32_result"
3064 func_to_host_file_result=$func_cygpath_result
3065 fi
3066 func_convert_file_check "$1" "$func_to_host_file_result"
3067 }
3068 # end func_convert_file_nix_to_cygwin
3069
3070
3071 #############################################
3072 # $build to $host PATH CONVERSION FUNCTIONS #
3073 #############################################
3074 # invoked via '$to_host_path_cmd ARG'
3075 #
3076 # In each case, ARG is the path to be converted from $build to $host format.
3077 # The result will be available in $func_to_host_path_result.
3078 #
3079 # Path separators are also converted from $build format to $host format. If
3080 # ARG begins or ends with a path separator character, it is preserved (but
3081 # converted to $host format) on output.
3082 #
3083 # All path conversion functions are named using the following convention:
3084 # file name conversion function : func_convert_file_X_to_Y ()
3085 # path conversion function : func_convert_path_X_to_Y ()
3086 # where, for any given $build/$host combination the 'X_to_Y' value is the
3087 # same. If conversion functions are added for new $build/$host combinations,
3088 # the two new functions must follow this pattern, or func_init_to_host_path_cmd
3089 # will break.
3090
3091
3092 # func_init_to_host_path_cmd
3093 # Ensures that function "pointer" variable $to_host_path_cmd is set to the
3094 # appropriate value, based on the value of $to_host_file_cmd.
3095 to_host_path_cmd=
3096 func_init_to_host_path_cmd ()
3097 {
3098 $debug_cmd
3099
3100 if test -z "$to_host_path_cmd"; then
3101 func_stripname 'func_convert_file_' '' "$to_host_file_cmd"
3102 to_host_path_cmd=func_convert_path_$func_stripname_result
3103 fi
3104 }
3105
3106
3107 # func_to_host_path ARG
3108 # Converts the path ARG from $build format to $host format. Return result
3109 # in func_to_host_path_result.
3110 func_to_host_path ()
3111 {
3112 $debug_cmd
3113
3114 func_init_to_host_path_cmd
3115 $to_host_path_cmd "$1"
3116 }
3117 # end func_to_host_path
3118
3119
3120 # func_convert_path_noop ARG
3121 # Copy ARG to func_to_host_path_result.
3122 func_convert_path_noop ()
3123 {
3124 func_to_host_path_result=$1
3125 }
3126 # end func_convert_path_noop
3127
3128
3129 # func_convert_path_msys_to_w32 ARG
3130 # Convert path ARG from (mingw) MSYS to (mingw) w32 format; automatic
3131 # conversion to w32 is not available inside the cwrapper. Returns result in
3132 # func_to_host_path_result.
3133 func_convert_path_msys_to_w32 ()
3134 {
3135 $debug_cmd
3136
3137 func_to_host_path_result=$1
3138 if test -n "$1"; then
3139 # Remove leading and trailing path separator characters from ARG. MSYS
3140 # behavior is inconsistent here; cygpath turns them into '.;' and ';.';
3141 # and winepath ignores them completely.
3142 func_stripname : : "$1"
3143 func_to_host_path_tmp1=$func_stripname_result
3144 func_convert_core_msys_to_w32 "$func_to_host_path_tmp1"
3145 func_to_host_path_result=$func_convert_core_msys_to_w32_result
3146 func_convert_path_check : ";" \
3147 "$func_to_host_path_tmp1" "$func_to_host_path_result"
3148 func_convert_path_front_back_pathsep ":*" "*:" ";" "$1"
3149 fi
3150 }
3151 # end func_convert_path_msys_to_w32
3152
3153
3154 # func_convert_path_cygwin_to_w32 ARG
3155 # Convert path ARG from Cygwin to w32 format. Returns result in
3156 # func_to_host_file_result.
3157 func_convert_path_cygwin_to_w32 ()
3158 {
3159 $debug_cmd
3160
3161 func_to_host_path_result=$1
3162 if test -n "$1"; then
3163 # See func_convert_path_msys_to_w32:
3164 func_stripname : : "$1"
3165 func_to_host_path_tmp1=$func_stripname_result
3166 func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
3167 func_convert_path_check : ";" \
3168 "$func_to_host_path_tmp1" "$func_to_host_path_result"
3169 func_convert_path_front_back_pathsep ":*" "*:" ";" "$1"
3170 fi
3171 }
3172 # end func_convert_path_cygwin_to_w32
3173
3174
3175 # func_convert_path_nix_to_w32 ARG
3176 # Convert path ARG from *nix to w32 format. Requires a wine environment and
3177 # a working winepath. Returns result in func_to_host_file_result.
3178 func_convert_path_nix_to_w32 ()
3179 {
3180 $debug_cmd
3181
3182 func_to_host_path_result=$1
3183 if test -n "$1"; then
3184 # See func_convert_path_msys_to_w32:
3185 func_stripname : : "$1"
3186 func_to_host_path_tmp1=$func_stripname_result
3187 func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1"
3188 func_to_host_path_result=$func_convert_core_path_wine_to_w32_result
3189 func_convert_path_check : ";" \
3190 "$func_to_host_path_tmp1" "$func_to_host_path_result"
3191 func_convert_path_front_back_pathsep ":*" "*:" ";" "$1"
3192 fi
3193 }
3194 # end func_convert_path_nix_to_w32
3195
3196
3197 # func_convert_path_msys_to_cygwin ARG
3198 # Convert path ARG from MSYS to Cygwin format. Requires LT_CYGPATH set.
3199 # Returns result in func_to_host_file_result.
3200 func_convert_path_msys_to_cygwin ()
3201 {
3202 $debug_cmd
3203
3204 func_to_host_path_result=$1
3205 if test -n "$1"; then
3206 # See func_convert_path_msys_to_w32:
3207 func_stripname : : "$1"
3208 func_to_host_path_tmp1=$func_stripname_result
3209 func_convert_core_msys_to_w32 "$func_to_host_path_tmp1"
3210 func_cygpath -u -p "$func_convert_core_msys_to_w32_result"
3211 func_to_host_path_result=$func_cygpath_result
3212 func_convert_path_check : : \
3213 "$func_to_host_path_tmp1" "$func_to_host_path_result"
3214 func_convert_path_front_back_pathsep ":*" "*:" : "$1"
3215 fi
3216 }
3217 # end func_convert_path_msys_to_cygwin
3218
3219
3220 # func_convert_path_nix_to_cygwin ARG
3221 # Convert path ARG from *nix to Cygwin format. Requires Cygwin installed in a
3222 # a wine environment, working winepath, and LT_CYGPATH set. Returns result in
3223 # func_to_host_file_result.
3224 func_convert_path_nix_to_cygwin ()
3225 {
3226 $debug_cmd
3227
3228 func_to_host_path_result=$1
3229 if test -n "$1"; then
3230 # Remove leading and trailing path separator characters from
3231 # ARG. msys behavior is inconsistent here, cygpath turns them
3232 # into '.;' and ';.', and winepath ignores them completely.
3233 func_stripname : : "$1"
3234 func_to_host_path_tmp1=$func_stripname_result
3235 func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1"
3236 func_cygpath -u -p "$func_convert_core_path_wine_to_w32_result"
3237 func_to_host_path_result=$func_cygpath_result
3238 func_convert_path_check : : \
3239 "$func_to_host_path_tmp1" "$func_to_host_path_result"
3240 func_convert_path_front_back_pathsep ":*" "*:" : "$1"
3241 fi
3242 }
3243 # end func_convert_path_nix_to_cygwin
3244
3245
3246 # func_dll_def_p FILE
3247 # True iff FILE is a Windows DLL '.def' file.
3248 # Keep in sync with _LT_DLL_DEF_P in libtool.m4
3249 func_dll_def_p ()
3250 {
3251 $debug_cmd
3252
3253 func_dll_def_p_tmp=`$SED -n \
3254 -e 's/^[ ]*//' \
3255 -e '/^\(;.*\)*$/d' \
3256 -e 's/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p' \
3257 -e q \
3258 "$1"`
3259 test DEF = "$func_dll_def_p_tmp"
3260 }
3261
3262
3263 # func_mode_compile arg...
3264 func_mode_compile ()
3265 {
3266 $debug_cmd
3267
3268 # Get the compilation command and the source file.
3269 base_compile=
3270 srcfile=$nonopt # always keep a non-empty value in "srcfile"
3271 suppress_opt=yes
3272 suppress_output=
3273 arg_mode=normal
3274 libobj=
3275 later=
3276 pie_flag=
3277
3278 for arg
3279 do
3280 case $arg_mode in
3281 arg )
3282 # do not "continue". Instead, add this to base_compile
3283 lastarg=$arg
3284 arg_mode=normal
3285 ;;
3286
3287 target )
3288 libobj=$arg
3289 arg_mode=normal
3290 continue
3291 ;;
3292
3293 normal )
3294 # Accept any command-line options.
3295 case $arg in
3296 -o)
3297 test -n "$libobj" && \
3298 func_fatal_error "you cannot specify '-o' more than once"
3299 arg_mode=target
3300 continue
3301 ;;
3302
3303 -pie | -fpie | -fPIE)
3304 func_append pie_flag " $arg"
3305 continue
3306 ;;
3307
3308 -shared | -static | -prefer-pic | -prefer-non-pic)
3309 func_append later " $arg"
3310 continue
3311 ;;
3312
3313 -no-suppress)
3314 suppress_opt=no
3315 continue
3316 ;;
3317
3318 -Xcompiler)
3319 arg_mode=arg # the next one goes into the "base_compile" arg list
3320 continue # The current "srcfile" will either be retained or
3321 ;; # replaced later. I would guess that would be a bug.
3322
3323 -Wc,*)
3324 func_stripname '-Wc,' '' "$arg"
3325 args=$func_stripname_result
3326 lastarg=
3327 save_ifs=$IFS; IFS=,
3328 for arg in $args; do
3329 IFS=$save_ifs
3330 func_append_quoted lastarg "$arg"
3331 done
3332 IFS=$save_ifs
3333 func_stripname ' ' '' "$lastarg"
3334 lastarg=$func_stripname_result
3335
3336 # Add the arguments to base_compile.
3337 func_append base_compile " $lastarg"
3338 continue
3339 ;;
3340
3341 *)
3342 # Accept the current argument as the source file.
3343 # The previous "srcfile" becomes the current argument.
3344 #
3345 lastarg=$srcfile
3346 srcfile=$arg
3347 ;;
3348 esac # case $arg
3349 ;;
3350 esac # case $arg_mode
3351
3352 # Aesthetically quote the previous argument.
3353 func_append_quoted base_compile "$lastarg"
3354 done # for arg
3355
3356 case $arg_mode in
3357 arg)
3358 func_fatal_error "you must specify an argument for -Xcompile"
3359 ;;
3360 target)
3361 func_fatal_error "you must specify a target with '-o'"
3362 ;;
3363 *)
3364 # Get the name of the library object.
3365 test -z "$libobj" && {
3366 func_basename "$srcfile"
3367 libobj=$func_basename_result
3368 }
3369 ;;
3370 esac
3371
3372 # Recognize several different file suffixes.
3373 # If the user specifies -o file.o, it is replaced with file.lo
3374 case $libobj in
3375 *.[cCFSifmso] | \
3376 *.ada | *.adb | *.ads | *.asm | \
3377 *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
3378 *.[fF][09]? | *.for | *.java | *.go | *.obj | *.sx | *.cu | *.cup)
3379 func_xform "$libobj"
3380 libobj=$func_xform_result
3381 ;;
3382 esac
3383
3384 case $libobj in
3385 *.lo) func_lo2o "$libobj"; obj=$func_lo2o_result ;;
3386 *)
3387 func_fatal_error "cannot determine name of library object from '$libobj'"
3388 ;;
3389 esac
3390
3391 func_infer_tag $base_compile
3392
3393 for arg in $later; do
3394 case $arg in
3395 -shared)
3396 test yes = "$build_libtool_libs" \
3397 || func_fatal_configuration "cannot build a shared library"
3398 build_old_libs=no
3399 continue
3400 ;;
3401
3402 -static)
3403 build_libtool_libs=no
3404 build_old_libs=yes
3405 continue
3406 ;;
3407
3408 -prefer-pic)
3409 pic_mode=yes
3410 continue
3411 ;;
3412
3413 -prefer-non-pic)
3414 pic_mode=no
3415 continue
3416 ;;
3417 esac
3418 done
3419
3420 func_quote_for_eval "$libobj"
3421 test "X$libobj" != "X$func_quote_for_eval_result" \
3422 && $ECHO "X$libobj" | $GREP '[]~#^*{};<>?"'"'"' &()|`$[]' \
3423 && func_warning "libobj name '$libobj' may not contain shell special characters."
3424 func_dirname_and_basename "$obj" "/" ""
3425 objname=$func_basename_result
3426 xdir=$func_dirname_result
3427 lobj=$xdir$objdir/$objname
3428
3429 test -z "$base_compile" && \
3430 func_fatal_help "you must specify a compilation command"
3431
3432 # Delete any leftover library objects.
3433 if test yes = "$build_old_libs"; then
3434 removelist="$obj $lobj $libobj ${libobj}T"
3435 else
3436 removelist="$lobj $libobj ${libobj}T"
3437 fi
3438
3439 # On Cygwin there's no "real" PIC flag so we must build both object types
3440 case $host_os in
3441 cygwin* | mingw* | pw32* | os2* | cegcc*)
3442 pic_mode=default
3443 ;;
3444 esac
3445 if test no = "$pic_mode" && test pass_all != "$deplibs_check_method"; then
3446 # non-PIC code in shared libraries is not supported
3447 pic_mode=default
3448 fi
3449
3450 # Calculate the filename of the output object if compiler does
3451 # not support -o with -c
3452 if test no = "$compiler_c_o"; then
3453 output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
3454 lockfile=$output_obj.lock
3455 else
3456 output_obj=
3457 need_locks=no
3458 lockfile=
3459 fi
3460
3461 # Lock this critical section if it is needed
3462 # We use this script file to make the link, it avoids creating a new file
3463 if test yes = "$need_locks"; then
3464 until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do
3465 func_echo "Waiting for $lockfile to be removed"
3466 sleep 2
3467 done
3468 elif test warn = "$need_locks"; then
3469 if test -f "$lockfile"; then
3470 $ECHO "\
3471 *** ERROR, $lockfile exists and contains:
3472 `cat $lockfile 2>/dev/null`
3473
3474 This indicates that another process is trying to use the same
3475 temporary object file, and libtool could not work around it because
3476 your compiler does not support '-c' and '-o' together. If you
3477 repeat this compilation, it may succeed, by chance, but you had better
3478 avoid parallel builds (make -j) in this platform, or get a better
3479 compiler."
3480
3481 $opt_dry_run || $RM $removelist
3482 exit $EXIT_FAILURE
3483 fi
3484 func_append removelist " $output_obj"
3485 $ECHO "$srcfile" > "$lockfile"
3486 fi
3487
3488 $opt_dry_run || $RM $removelist
3489 func_append removelist " $lockfile"
3490 trap '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' 1 2 15
3491
3492 func_to_tool_file "$srcfile" func_convert_file_msys_to_w32
3493 srcfile=$func_to_tool_file_result
3494 func_quote_for_eval "$srcfile"
3495 qsrcfile=$func_quote_for_eval_result
3496
3497 # Only build a PIC object if we are building libtool libraries.
3498 if test yes = "$build_libtool_libs"; then
3499 # Without this assignment, base_compile gets emptied.
3500 fbsd_hideous_sh_bug=$base_compile
3501
3502 if test no != "$pic_mode"; then
3503 command="$base_compile $qsrcfile $pic_flag"
3504 else
3505 # Don't build PIC code
3506 command="$base_compile $qsrcfile"
3507 fi
3508
3509 func_mkdir_p "$xdir$objdir"
3510
3511 if test -z "$output_obj"; then
3512 # Place PIC objects in $objdir
3513 func_append command " -o $lobj"
3514 fi
3515
3516 func_show_eval_locale "$command" \
3517 'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE'
3518
3519 if test warn = "$need_locks" &&
3520 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
3521 $ECHO "\
3522 *** ERROR, $lockfile contains:
3523 `cat $lockfile 2>/dev/null`
3524
3525 but it should contain:
3526 $srcfile
3527
3528 This indicates that another process is trying to use the same
3529 temporary object file, and libtool could not work around it because
3530 your compiler does not support '-c' and '-o' together. If you
3531 repeat this compilation, it may succeed, by chance, but you had better
3532 avoid parallel builds (make -j) in this platform, or get a better
3533 compiler."
3534
3535 $opt_dry_run || $RM $removelist
3536 exit $EXIT_FAILURE
3537 fi
3538
3539 # Just move the object if needed, then go on to compile the next one
3540 if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then
3541 func_show_eval '$MV "$output_obj" "$lobj"' \
3542 'error=$?; $opt_dry_run || $RM $removelist; exit $error'
3543 fi
3544
3545 # Allow error messages only from the first compilation.
3546 if test yes = "$suppress_opt"; then
3547 suppress_output=' >/dev/null 2>&1'
3548 fi
3549 fi
3550
3551 # Only build a position-dependent object if we build old libraries.
3552 if test yes = "$build_old_libs"; then
3553 if test yes != "$pic_mode"; then
3554 # Don't build PIC code
3555 command="$base_compile $qsrcfile$pie_flag"
3556 else
3557 command="$base_compile $qsrcfile $pic_flag"
3558 fi
3559 if test yes = "$compiler_c_o"; then
3560 func_append command " -o $obj"
3561 fi
3562
3563 # Suppress compiler output if we already did a PIC compilation.
3564 func_append command "$suppress_output"
3565 func_show_eval_locale "$command" \
3566 '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE'
3567
3568 if test warn = "$need_locks" &&
3569 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
3570 $ECHO "\
3571 *** ERROR, $lockfile contains:
3572 `cat $lockfile 2>/dev/null`
3573
3574 but it should contain:
3575 $srcfile
3576
3577 This indicates that another process is trying to use the same
3578 temporary object file, and libtool could not work around it because
3579 your compiler does not support '-c' and '-o' together. If you
3580 repeat this compilation, it may succeed, by chance, but you had better
3581 avoid parallel builds (make -j) in this platform, or get a better
3582 compiler."
3583
3584 $opt_dry_run || $RM $removelist
3585 exit $EXIT_FAILURE
3586 fi
3587
3588 # Just move the object if needed
3589 if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then
3590 func_show_eval '$MV "$output_obj" "$obj"' \
3591 'error=$?; $opt_dry_run || $RM $removelist; exit $error'
3592 fi
3593 fi
3594
3595 $opt_dry_run || {
3596 func_write_libtool_object "$libobj" "$objdir/$objname" "$objname"
3597
3598 # Unlock the critical section if it was locked
3599 if test no != "$need_locks"; then
3600 removelist=$lockfile
3601 $RM "$lockfile"
3602 fi
3603 }
3604
3605 exit $EXIT_SUCCESS
3606 }
3607
3608 $opt_help || {
3609 test compile = "$opt_mode" && func_mode_compile ${1+"$@"}
3610 }
3611
3612 func_mode_help ()
3613 {
3614 # We need to display help for each of the modes.
3615 case $opt_mode in
3616 "")
3617 # Generic help is extracted from the usage comments
3618 # at the start of this file.
3619 func_help
3620 ;;
3621
3622 clean)
3623 $ECHO \
3624 "Usage: $progname [OPTION]... --mode=clean RM [RM-OPTION]... FILE...
3625
3626 Remove files from the build directory.
3627
3628 RM is the name of the program to use to delete files associated with each FILE
3629 (typically '/bin/rm'). RM-OPTIONS are options (such as '-f') to be passed
3630 to RM.
3631
3632 If FILE is a libtool library, object or program, all the files associated
3633 with it are deleted. Otherwise, only FILE itself is deleted using RM."
3634 ;;
3635
3636 compile)
3637 $ECHO \
3638 "Usage: $progname [OPTION]... --mode=compile COMPILE-COMMAND... SOURCEFILE
3639
3640 Compile a source file into a libtool library object.
3641
3642 This mode accepts the following additional options:
3643
3644 -o OUTPUT-FILE set the output file name to OUTPUT-FILE
3645 -no-suppress do not suppress compiler output for multiple passes
3646 -prefer-pic try to build PIC objects only
3647 -prefer-non-pic try to build non-PIC objects only
3648 -shared do not build a '.o' file suitable for static linking
3649 -static only build a '.o' file suitable for static linking
3650 -Wc,FLAG pass FLAG directly to the compiler
3651
3652 COMPILE-COMMAND is a command to be used in creating a 'standard' object file
3653 from the given SOURCEFILE.
3654
3655 The output file name is determined by removing the directory component from
3656 SOURCEFILE, then substituting the C source code suffix '.c' with the
3657 library object suffix, '.lo'."
3658 ;;
3659
3660 execute)
3661 $ECHO \
3662 "Usage: $progname [OPTION]... --mode=execute COMMAND [ARGS]...
3663
3664 Automatically set library path, then run a program.
3665
3666 This mode accepts the following additional options:
3667
3668 -dlopen FILE add the directory containing FILE to the library path
3669
3670 This mode sets the library path environment variable according to '-dlopen'
3671 flags.
3672
3673 If any of the ARGS are libtool executable wrappers, then they are translated
3674 into their corresponding uninstalled binary, and any of their required library
3675 directories are added to the library path.
3676
3677 Then, COMMAND is executed, with ARGS as arguments."
3678 ;;
3679
3680 finish)
3681 $ECHO \
3682 "Usage: $progname [OPTION]... --mode=finish [LIBDIR]...
3683
3684 Complete the installation of libtool libraries.
3685
3686 Each LIBDIR is a directory that contains libtool libraries.
3687
3688 The commands that this mode executes may require superuser privileges. Use
3689 the '--dry-run' option if you just want to see what would be executed."
3690 ;;
3691
3692 install)
3693 $ECHO \
3694 "Usage: $progname [OPTION]... --mode=install INSTALL-COMMAND...
3695
3696 Install executables or libraries.
3697
3698 INSTALL-COMMAND is the installation command. The first component should be
3699 either the 'install' or 'cp' program.
3700
3701 The following components of INSTALL-COMMAND are treated specially:
3702
3703 -inst-prefix-dir PREFIX-DIR Use PREFIX-DIR as a staging area for installation
3704
3705 The rest of the components are interpreted as arguments to that command (only
3706 BSD-compatible install options are recognized)."
3707 ;;
3708
3709 link)
3710 $ECHO \
3711 "Usage: $progname [OPTION]... --mode=link LINK-COMMAND...
3712
3713 Link object files or libraries together to form another library, or to
3714 create an executable program.
3715
3716 LINK-COMMAND is a command using the C compiler that you would use to create
3717 a program from several object files.
3718
3719 The following components of LINK-COMMAND are treated specially:
3720
3721 -all-static do not do any dynamic linking at all
3722 -avoid-version do not add a version suffix if possible
3723 -bindir BINDIR specify path to binaries directory (for systems where
3724 libraries must be found in the PATH setting at runtime)
3725 -dlopen FILE '-dlpreopen' FILE if it cannot be dlopened at runtime
3726 -dlpreopen FILE link in FILE and add its symbols to lt_preloaded_symbols
3727 -export-dynamic allow symbols from OUTPUT-FILE to be resolved with dlsym(3)
3728 -export-symbols SYMFILE
3729 try to export only the symbols listed in SYMFILE
3730 -export-symbols-regex REGEX
3731 try to export only the symbols matching REGEX
3732 -LLIBDIR search LIBDIR for required installed libraries
3733 -lNAME OUTPUT-FILE requires the installed library libNAME
3734 -module build a library that can dlopened
3735 -no-fast-install disable the fast-install mode
3736 -no-install link a not-installable executable
3737 -no-undefined declare that a library does not refer to external symbols
3738 -o OUTPUT-FILE create OUTPUT-FILE from the specified objects
3739 -objectlist FILE use a list of object files found in FILE to specify objects
3740 -os2dllname NAME force a short DLL name on OS/2 (no effect on other OSes)
3741 -precious-files-regex REGEX
3742 don't remove output files matching REGEX
3743 -release RELEASE specify package release information
3744 -rpath LIBDIR the created library will eventually be installed in LIBDIR
3745 -R[ ]LIBDIR add LIBDIR to the runtime path of programs and libraries
3746 -shared only do dynamic linking of libtool libraries
3747 -shrext SUFFIX override the standard shared library file extension
3748 -static do not do any dynamic linking of uninstalled libtool libraries
3749 -static-libtool-libs
3750 do not do any dynamic linking of libtool libraries
3751 -version-info CURRENT[:REVISION[:AGE]]
3752 specify library version info [each variable defaults to 0]
3753 -weak LIBNAME declare that the target provides the LIBNAME interface
3754 -Wc,FLAG
3755 -Xcompiler FLAG pass linker-specific FLAG directly to the compiler
3756 -Wl,FLAG
3757 -Xlinker FLAG pass linker-specific FLAG directly to the linker
3758 -XCClinker FLAG pass link-specific FLAG to the compiler driver (CC)
3759
3760 All other options (arguments beginning with '-') are ignored.
3761
3762 Every other argument is treated as a filename. Files ending in '.la' are
3763 treated as uninstalled libtool libraries, other files are standard or library
3764 object files.
3765
3766 If the OUTPUT-FILE ends in '.la', then a libtool library is created,
3767 only library objects ('.lo' files) may be specified, and '-rpath' is
3768 required, except when creating a convenience library.
3769
3770 If OUTPUT-FILE ends in '.a' or '.lib', then a standard library is created
3771 using 'ar' and 'ranlib', or on Windows using 'lib'.
3772
3773 If OUTPUT-FILE ends in '.lo' or '.$objext', then a reloadable object file
3774 is created, otherwise an executable program is created."
3775 ;;
3776
3777 uninstall)
3778 $ECHO \
3779 "Usage: $progname [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE...
3780
3781 Remove libraries from an installation directory.
3782
3783 RM is the name of the program to use to delete files associated with each FILE
3784 (typically '/bin/rm'). RM-OPTIONS are options (such as '-f') to be passed
3785 to RM.
3786
3787 If FILE is a libtool library, all the files associated with it are deleted.
3788 Otherwise, only FILE itself is deleted using RM."
3789 ;;
3790
3791 *)
3792 func_fatal_help "invalid operation mode '$opt_mode'"
3793 ;;
3794 esac
3795
3796 echo
3797 $ECHO "Try '$progname --help' for more information about other modes."
3798 }
3799
3800 # Now that we've collected a possible --mode arg, show help if necessary
3801 if $opt_help; then
3802 if test : = "$opt_help"; then
3803 func_mode_help
3804 else
3805 {
3806 func_help noexit
3807 for opt_mode in compile link execute install finish uninstall clean; do
3808 func_mode_help
3809 done
3810 } | $SED -n '1p; 2,$s/^Usage:/ or: /p'
3811 {
3812 func_help noexit
3813 for opt_mode in compile link execute install finish uninstall clean; do
3814 echo
3815 func_mode_help
3816 done
3817 } |
3818 $SED '1d
3819 /^When reporting/,/^Report/{
3820 H
3821 d
3822 }
3823 $x
3824 /information about other modes/d
3825 /more detailed .*MODE/d
3826 s/^Usage:.*--mode=\([^ ]*\) .*/Description of \1 mode:/'
3827 fi
3828 exit $?
3829 fi
3830
3831
3832 # func_mode_execute arg...
3833 func_mode_execute ()
3834 {
3835 $debug_cmd
3836
3837 # The first argument is the command name.
3838 cmd=$nonopt
3839 test -z "$cmd" && \
3840 func_fatal_help "you must specify a COMMAND"
3841
3842 # Handle -dlopen flags immediately.
3843 for file in $opt_dlopen; do
3844 test -f "$file" \
3845 || func_fatal_help "'$file' is not a file"
3846
3847 dir=
3848 case $file in
3849 *.la)
3850 func_resolve_sysroot "$file"
3851 file=$func_resolve_sysroot_result
3852
3853 # Check to see that this really is a libtool archive.
3854 func_lalib_unsafe_p "$file" \
3855 || func_fatal_help "'$lib' is not a valid libtool archive"
3856
3857 # Read the libtool library.
3858 dlname=
3859 library_names=
3860 func_source "$file"
3861
3862 # Skip this library if it cannot be dlopened.
3863 if test -z "$dlname"; then
3864 # Warn if it was a shared library.
3865 test -n "$library_names" && \
3866 func_warning "'$file' was not linked with '-export-dynamic'"
3867 continue
3868 fi
3869
3870 func_dirname "$file" "" "."
3871 dir=$func_dirname_result
3872
3873 if test -f "$dir/$objdir/$dlname"; then
3874 func_append dir "/$objdir"
3875 else
3876 if test ! -f "$dir/$dlname"; then
3877 func_fatal_error "cannot find '$dlname' in '$dir' or '$dir/$objdir'"
3878 fi
3879 fi
3880 ;;
3881
3882 *.lo)
3883 # Just add the directory containing the .lo file.
3884 func_dirname "$file" "" "."
3885 dir=$func_dirname_result
3886 ;;
3887
3888 *)
3889 func_warning "'-dlopen' is ignored for non-libtool libraries and objects"
3890 continue
3891 ;;
3892 esac
3893
3894 # Get the absolute pathname.
3895 absdir=`cd "$dir" && pwd`
3896 test -n "$absdir" && dir=$absdir
3897
3898 # Now add the directory to shlibpath_var.
3899 if eval "test -z \"\$$shlibpath_var\""; then
3900 eval "$shlibpath_var=\"\$dir\""
3901 else
3902 eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\""
3903 fi
3904 done
3905
3906 # This variable tells wrapper scripts just to set shlibpath_var
3907 # rather than running their programs.
3908 libtool_execute_magic=$magic
3909
3910 # Check if any of the arguments is a wrapper script.
3911 args=
3912 for file
3913 do
3914 case $file in
3915 -* | *.la | *.lo ) ;;
3916 *)
3917 # Do a test to see if this is really a libtool program.
3918 if func_ltwrapper_script_p "$file"; then
3919 func_source "$file"
3920 # Transform arg to wrapped name.
3921 file=$progdir/$program
3922 elif func_ltwrapper_executable_p "$file"; then
3923 func_ltwrapper_scriptname "$file"
3924 func_source "$func_ltwrapper_scriptname_result"
3925 # Transform arg to wrapped name.
3926 file=$progdir/$program
3927 fi
3928 ;;
3929 esac
3930 # Quote arguments (to preserve shell metacharacters).
3931 func_append_quoted args "$file"
3932 done
3933
3934 if $opt_dry_run; then
3935 # Display what would be done.
3936 if test -n "$shlibpath_var"; then
3937 eval "\$ECHO \"\$shlibpath_var=\$$shlibpath_var\""
3938 echo "export $shlibpath_var"
3939 fi
3940 $ECHO "$cmd$args"
3941 exit $EXIT_SUCCESS
3942 else
3943 if test -n "$shlibpath_var"; then
3944 # Export the shlibpath_var.
3945 eval "export $shlibpath_var"
3946 fi
3947
3948 # Restore saved environment variables
3949 for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
3950 do
3951 eval "if test \"\${save_$lt_var+set}\" = set; then
3952 $lt_var=\$save_$lt_var; export $lt_var
3953 else
3954 $lt_unset $lt_var
3955 fi"
3956 done
3957
3958 # Now prepare to actually exec the command.
3959 exec_cmd=\$cmd$args
3960 fi
3961 }
3962
3963 test execute = "$opt_mode" && func_mode_execute ${1+"$@"}
3964
3965
3966 # func_mode_finish arg...
3967 func_mode_finish ()
3968 {
3969 $debug_cmd
3970
3971 libs=
3972 libdirs=
3973 admincmds=
3974
3975 for opt in "$nonopt" ${1+"$@"}
3976 do
3977 if test -d "$opt"; then
3978 func_append libdirs " $opt"
3979
3980 elif test -f "$opt"; then
3981 if func_lalib_unsafe_p "$opt"; then
3982 func_append libs " $opt"
3983 else
3984 func_warning "'$opt' is not a valid libtool archive"
3985 fi
3986
3987 else
3988 func_fatal_error "invalid argument '$opt'"
3989 fi
3990 done
3991
3992 if test -n "$libs"; then
3993 if test -n "$lt_sysroot"; then
3994 sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
3995 sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
3996 else
3997 sysroot_cmd=
3998 fi
3999
4000 # Remove sysroot references
4001 if $opt_dry_run; then
4002 for lib in $libs; do
4003 echo "removing references to $lt_sysroot and '=' prefixes from $lib"
4004 done
4005 else
4006 tmpdir=`func_mktempdir`
4007 for lib in $libs; do
4008 $SED -e "$sysroot_cmd s/\([ ']-[LR]\)=/\1/g; s/\([ ']\)=/\1/g" $lib \
4009 > $tmpdir/tmp-la
4010 mv -f $tmpdir/tmp-la $lib
4011 done
4012 ${RM}r "$tmpdir"
4013 fi
4014 fi
4015
4016 if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then
4017 for libdir in $libdirs; do
4018 if test -n "$finish_cmds"; then
4019 # Do each command in the finish commands.
4020 func_execute_cmds "$finish_cmds" 'admincmds="$admincmds
4021 '"$cmd"'"'
4022 fi
4023 if test -n "$finish_eval"; then
4024 # Do the single finish_eval.
4025 eval cmds=\"$finish_eval\"
4026 $opt_dry_run || eval "$cmds" || func_append admincmds "
4027 $cmds"
4028 fi
4029 done
4030 fi
4031
4032 # Exit here if they wanted silent mode.
4033 $opt_quiet && exit $EXIT_SUCCESS
4034
4035 if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then
4036 echo "----------------------------------------------------------------------"
4037 echo "Libraries have been installed in:"
4038 for libdir in $libdirs; do
4039 $ECHO " $libdir"
4040 done
4041 echo
4042 echo "If you ever happen to want to link against installed libraries"
4043 echo "in a given directory, LIBDIR, you must either use libtool, and"
4044 echo "specify the full pathname of the library, or use the '-LLIBDIR'"
4045 echo "flag during linking and do at least one of the following:"
4046 if test -n "$shlibpath_var"; then
4047 echo " - add LIBDIR to the '$shlibpath_var' environment variable"
4048 echo " during execution"
4049 fi
4050 if test -n "$runpath_var"; then
4051 echo " - add LIBDIR to the '$runpath_var' environment variable"
4052 echo " during linking"
4053 fi
4054 if test -n "$hardcode_libdir_flag_spec"; then
4055 libdir=LIBDIR
4056 eval flag=\"$hardcode_libdir_flag_spec\"
4057
4058 $ECHO " - use the '$flag' linker flag"
4059 fi
4060 if test -n "$admincmds"; then
4061 $ECHO " - have your system administrator run these commands:$admincmds"
4062 fi
4063 if test -f /etc/ld.so.conf; then
4064 echo " - have your system administrator add LIBDIR to '/etc/ld.so.conf'"
4065 fi
4066 echo
4067
4068 echo "See any operating system documentation about shared libraries for"
4069 case $host in
4070 solaris2.[6789]|solaris2.1[0-9])
4071 echo "more information, such as the ld(1), crle(1) and ld.so(8) manual"
4072 echo "pages."
4073 ;;
4074 *)
4075 echo "more information, such as the ld(1) and ld.so(8) manual pages."
4076 ;;
4077 esac
4078 echo "----------------------------------------------------------------------"
4079 fi
4080 exit $EXIT_SUCCESS
4081 }
4082
4083 test finish = "$opt_mode" && func_mode_finish ${1+"$@"}
4084
4085
4086 # func_mode_install arg...
4087 func_mode_install ()
4088 {
4089 $debug_cmd
4090
4091 # There may be an optional sh(1) argument at the beginning of
4092 # install_prog (especially on Windows NT).
4093 if test "$SHELL" = "$nonopt" || test /bin/sh = "$nonopt" ||
4094 # Allow the use of GNU shtool's install command.
4095 case $nonopt in *shtool*) :;; *) false;; esac
4096 then
4097 # Aesthetically quote it.
4098 func_quote_for_eval "$nonopt"
4099 install_prog="$func_quote_for_eval_result "
4100 arg=$1
4101 shift
4102 else
4103 install_prog=
4104 arg=$nonopt
4105 fi
4106
4107 # The real first argument should be the name of the installation program.
4108 # Aesthetically quote it.
4109 func_quote_for_eval "$arg"
4110 func_append install_prog "$func_quote_for_eval_result"
4111 install_shared_prog=$install_prog
4112 case " $install_prog " in
4113 *[\\\ /]cp\ *) install_cp=: ;;
4114 *) install_cp=false ;;
4115 esac
4116
4117 # We need to accept at least all the BSD install flags.
4118 dest=
4119 files=
4120 opts=
4121 prev=
4122 install_type=
4123 isdir=false
4124 stripme=
4125 no_mode=:
4126 for arg
4127 do
4128 arg2=
4129 if test -n "$dest"; then
4130 func_append files " $dest"
4131 dest=$arg
4132 continue
4133 fi
4134
4135 case $arg in
4136 -d) isdir=: ;;
4137 -f)
4138 if $install_cp; then :; else
4139 prev=$arg
4140 fi
4141 ;;
4142 -g | -m | -o)
4143 prev=$arg
4144 ;;
4145 -s)
4146 stripme=" -s"
4147 continue
4148 ;;
4149 -*)
4150 ;;
4151 *)
4152 # If the previous option needed an argument, then skip it.
4153 if test -n "$prev"; then
4154 if test X-m = "X$prev" && test -n "$install_override_mode"; then
4155 arg2=$install_override_mode
4156 no_mode=false
4157 fi
4158 prev=
4159 else
4160 dest=$arg
4161 continue
4162 fi
4163 ;;
4164 esac
4165
4166 # Aesthetically quote the argument.
4167 func_quote_for_eval "$arg"
4168 func_append install_prog " $func_quote_for_eval_result"
4169 if test -n "$arg2"; then
4170 func_quote_for_eval "$arg2"
4171 fi
4172 func_append install_shared_prog " $func_quote_for_eval_result"
4173 done
4174
4175 test -z "$install_prog" && \
4176 func_fatal_help "you must specify an install program"
4177
4178 test -n "$prev" && \
4179 func_fatal_help "the '$prev' option requires an argument"
4180
4181 if test -n "$install_override_mode" && $no_mode; then
4182 if $install_cp; then :; else
4183 func_quote_for_eval "$install_override_mode"
4184 func_append install_shared_prog " -m $func_quote_for_eval_result"
4185 fi
4186 fi
4187
4188 if test -z "$files"; then
4189 if test -z "$dest"; then
4190 func_fatal_help "no file or destination specified"
4191 else
4192 func_fatal_help "you must specify a destination"
4193 fi
4194 fi
4195
4196 # Strip any trailing slash from the destination.
4197 func_stripname '' '/' "$dest"
4198 dest=$func_stripname_result
4199
4200 # Check to see that the destination is a directory.
4201 test -d "$dest" && isdir=:
4202 if $isdir; then
4203 destdir=$dest
4204 destname=
4205 else
4206 func_dirname_and_basename "$dest" "" "."
4207 destdir=$func_dirname_result
4208 destname=$func_basename_result
4209
4210 # Not a directory, so check to see that there is only one file specified.
4211 set dummy $files; shift
4212 test "$#" -gt 1 && \
4213 func_fatal_help "'$dest' is not a directory"
4214 fi
4215 case $destdir in
4216 [\\/]* | [A-Za-z]:[\\/]*) ;;
4217 *)
4218 for file in $files; do
4219 case $file in
4220 *.lo) ;;
4221 *)
4222 func_fatal_help "'$destdir' must be an absolute directory name"
4223 ;;
4224 esac
4225 done
4226 ;;
4227 esac
4228
4229 # This variable tells wrapper scripts just to set variables rather
4230 # than running their programs.
4231 libtool_install_magic=$magic
4232
4233 staticlibs=
4234 future_libdirs=
4235 current_libdirs=
4236 for file in $files; do
4237
4238 # Do each installation.
4239 case $file in
4240 *.$libext)
4241 # Do the static libraries later.
4242 func_append staticlibs " $file"
4243 ;;
4244
4245 *.la)
4246 func_resolve_sysroot "$file"
4247 file=$func_resolve_sysroot_result
4248
4249 # Check to see that this really is a libtool archive.
4250 func_lalib_unsafe_p "$file" \
4251 || func_fatal_help "'$file' is not a valid libtool archive"
4252
4253 library_names=
4254 old_library=
4255 relink_command=
4256 func_source "$file"
4257
4258 # Add the libdir to current_libdirs if it is the destination.
4259 if test "X$destdir" = "X$libdir"; then
4260 case "$current_libdirs " in
4261 *" $libdir "*) ;;
4262 *) func_append current_libdirs " $libdir" ;;
4263 esac
4264 else
4265 # Note the libdir as a future libdir.
4266 case "$future_libdirs " in
4267 *" $libdir "*) ;;
4268 *) func_append future_libdirs " $libdir" ;;
4269 esac
4270 fi
4271
4272 func_dirname "$file" "/" ""
4273 dir=$func_dirname_result
4274 func_append dir "$objdir"
4275
4276 if test -n "$relink_command"; then
4277 # Determine the prefix the user has applied to our future dir.
4278 inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
4279
4280 # Don't allow the user to place us outside of our expected
4281 # location b/c this prevents finding dependent libraries that
4282 # are installed to the same prefix.
4283 # At present, this check doesn't affect windows .dll's that
4284 # are installed into $libdir/../bin (currently, that works fine)
4285 # but it's something to keep an eye on.
4286 test "$inst_prefix_dir" = "$destdir" && \
4287 func_fatal_error "error: cannot install '$file' to a directory not ending in $libdir"
4288
4289 if test -n "$inst_prefix_dir"; then
4290 # Stick the inst_prefix_dir data into the link command.
4291 relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
4292 else
4293 relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
4294 fi
4295
4296 func_warning "relinking '$file'"
4297 func_show_eval "$relink_command" \
4298 'func_fatal_error "error: relink '\''$file'\'' with the above command before installing it"'
4299 fi
4300
4301 # See the names of the shared library.
4302 set dummy $library_names; shift
4303 if test -n "$1"; then
4304 realname=$1
4305 shift
4306
4307 srcname=$realname
4308 test -n "$relink_command" && srcname=${realname}T
4309
4310 # Install the shared library and build the symlinks.
4311 func_show_eval "$install_shared_prog $dir/$srcname $destdir/$realname" \
4312 'exit $?'
4313 tstripme=$stripme
4314 case $host_os in
4315 cygwin* | mingw* | pw32* | cegcc*)
4316 case $realname in
4317 *.dll.a)
4318 tstripme=
4319 ;;
4320 esac
4321 ;;
4322 os2*)
4323 case $realname in
4324 *_dll.a)
4325 tstripme=
4326 ;;
4327 esac
4328 ;;
4329 esac
4330 if test -n "$tstripme" && test -n "$striplib"; then
4331 func_show_eval "$striplib $destdir/$realname" 'exit $?'
4332 fi
4333
4334 if test "$#" -gt 0; then
4335 # Delete the old symlinks, and create new ones.
4336 # Try 'ln -sf' first, because the 'ln' binary might depend on
4337 # the symlink we replace! Solaris /bin/ln does not understand -f,
4338 # so we also need to try rm && ln -s.
4339 for linkname
4340 do
4341 test "$linkname" != "$realname" \
4342 && func_show_eval "(cd $destdir && { $LN_S -f $realname $linkname || { $RM $linkname && $LN_S $realname $linkname; }; })"
4343 done
4344 fi
4345
4346 # Do each command in the postinstall commands.
4347 lib=$destdir/$realname
4348 func_execute_cmds "$postinstall_cmds" 'exit $?'
4349 fi
4350
4351 # Install the pseudo-library for information purposes.
4352 func_basename "$file"
4353 name=$func_basename_result
4354 instname=$dir/${name}i
4355 func_show_eval "$install_prog $instname $destdir/$name" 'exit $?'
4356
4357 # Maybe install the static library, too.
4358 test -n "$old_library" && func_append staticlibs " $dir/$old_library"
4359 ;;
4360
4361 *.lo)
4362 # Install (i.e. copy) a libtool object.
4363
4364 # Figure out destination file name, if it wasn't already specified.
4365 if test -n "$destname"; then
4366 destfile=$destdir/$destname
4367 else
4368 func_basename "$file"
4369 destfile=$func_basename_result
4370 destfile=$destdir/$destfile
4371 fi
4372
4373 # Deduce the name of the destination old-style object file.
4374 case $destfile in
4375 *.lo)
4376 func_lo2o "$destfile"
4377 staticdest=$func_lo2o_result
4378 ;;
4379 *.$objext)
4380 staticdest=$destfile
4381 destfile=
4382 ;;
4383 *)
4384 func_fatal_help "cannot copy a libtool object to '$destfile'"
4385 ;;
4386 esac
4387
4388 # Install the libtool object if requested.
4389 test -n "$destfile" && \
4390 func_show_eval "$install_prog $file $destfile" 'exit $?'
4391
4392 # Install the old object if enabled.
4393 if test yes = "$build_old_libs"; then
4394 # Deduce the name of the old-style object file.
4395 func_lo2o "$file"
4396 staticobj=$func_lo2o_result
4397 func_show_eval "$install_prog \$staticobj \$staticdest" 'exit $?'
4398 fi
4399 exit $EXIT_SUCCESS
4400 ;;
4401
4402 *)
4403 # Figure out destination file name, if it wasn't already specified.
4404 if test -n "$destname"; then
4405 destfile=$destdir/$destname
4406 else
4407 func_basename "$file"
4408 destfile=$func_basename_result
4409 destfile=$destdir/$destfile
4410 fi
4411
4412 # If the file is missing, and there is a .exe on the end, strip it
4413 # because it is most likely a libtool script we actually want to
4414 # install
4415 stripped_ext=
4416 case $file in
4417 *.exe)
4418 if test ! -f "$file"; then
4419 func_stripname '' '.exe' "$file"
4420 file=$func_stripname_result
4421 stripped_ext=.exe
4422 fi
4423 ;;
4424 esac
4425
4426 # Do a test to see if this is really a libtool program.
4427 case $host in
4428 *cygwin* | *mingw*)
4429 if func_ltwrapper_executable_p "$file"; then
4430 func_ltwrapper_scriptname "$file"
4431 wrapper=$func_ltwrapper_scriptname_result
4432 else
4433 func_stripname '' '.exe' "$file"
4434 wrapper=$func_stripname_result
4435 fi
4436 ;;
4437 *)
4438 wrapper=$file
4439 ;;
4440 esac
4441 if func_ltwrapper_script_p "$wrapper"; then
4442 notinst_deplibs=
4443 relink_command=
4444
4445 func_source "$wrapper"
4446
4447 # Check the variables that should have been set.
4448 test -z "$generated_by_libtool_version" && \
4449 func_fatal_error "invalid libtool wrapper script '$wrapper'"
4450
4451 finalize=:
4452 for lib in $notinst_deplibs; do
4453 # Check to see that each library is installed.
4454 libdir=
4455 if test -f "$lib"; then
4456 func_source "$lib"
4457 fi
4458 libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
4459 if test -n "$libdir" && test ! -f "$libfile"; then
4460 func_warning "'$lib' has not been installed in '$libdir'"
4461 finalize=false
4462 fi
4463 done
4464
4465 relink_command=
4466 func_source "$wrapper"
4467
4468 outputname=
4469 if test no = "$fast_install" && test -n "$relink_command"; then
4470 $opt_dry_run || {
4471 if $finalize; then
4472 tmpdir=`func_mktempdir`
4473 func_basename "$file$stripped_ext"
4474 file=$func_basename_result
4475 outputname=$tmpdir/$file
4476 # Replace the output file specification.
4477 relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
4478
4479 $opt_quiet || {
4480 func_quote_for_expand "$relink_command"
4481 eval "func_echo $func_quote_for_expand_result"
4482 }
4483 if eval "$relink_command"; then :
4484 else
4485 func_error "error: relink '$file' with the above command before installing it"
4486 $opt_dry_run || ${RM}r "$tmpdir"
4487 continue
4488 fi
4489 file=$outputname
4490 else
4491 func_warning "cannot relink '$file'"
4492 fi
4493 }
4494 else
4495 # Install the binary that we compiled earlier.
4496 file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
4497 fi
4498 fi
4499
4500 # remove .exe since cygwin /usr/bin/install will append another
4501 # one anyway
4502 case $install_prog,$host in
4503 */usr/bin/install*,*cygwin*)
4504 case $file:$destfile in
4505 *.exe:*.exe)
4506 # this is ok
4507 ;;
4508 *.exe:*)
4509 destfile=$destfile.exe
4510 ;;
4511 *:*.exe)
4512 func_stripname '' '.exe' "$destfile"
4513 destfile=$func_stripname_result
4514 ;;
4515 esac
4516 ;;
4517 esac
4518 func_show_eval "$install_prog\$stripme \$file \$destfile" 'exit $?'
4519 $opt_dry_run || if test -n "$outputname"; then
4520 ${RM}r "$tmpdir"
4521 fi
4522 ;;
4523 esac
4524 done
4525
4526 for file in $staticlibs; do
4527 func_basename "$file"
4528 name=$func_basename_result
4529
4530 # Set up the ranlib parameters.
4531 oldlib=$destdir/$name
4532 func_to_tool_file "$oldlib" func_convert_file_msys_to_w32
4533 tool_oldlib=$func_to_tool_file_result
4534
4535 func_show_eval "$install_prog \$file \$oldlib" 'exit $?'
4536
4537 if test -n "$stripme" && test -n "$old_striplib"; then
4538 func_show_eval "$old_striplib $tool_oldlib" 'exit $?'
4539 fi
4540
4541 # Do each command in the postinstall commands.
4542 func_execute_cmds "$old_postinstall_cmds" 'exit $?'
4543 done
4544
4545 test -n "$future_libdirs" && \
4546 func_warning "remember to run '$progname --finish$future_libdirs'"
4547
4548 if test -n "$current_libdirs"; then
4549 # Maybe just do a dry run.
4550 $opt_dry_run && current_libdirs=" -n$current_libdirs"
4551 exec_cmd='$SHELL "$progpath" $preserve_args --finish$current_libdirs'
4552 else
4553 exit $EXIT_SUCCESS
4554 fi
4555 }
4556
4557 test install = "$opt_mode" && func_mode_install ${1+"$@"}
4558
4559
4560 # func_generate_dlsyms outputname originator pic_p
4561 # Extract symbols from dlprefiles and create ${outputname}S.o with
4562 # a dlpreopen symbol table.
4563 func_generate_dlsyms ()
4564 {
4565 $debug_cmd
4566
4567 my_outputname=$1
4568 my_originator=$2
4569 my_pic_p=${3-false}
4570 my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'`
4571 my_dlsyms=
4572
4573 if test -n "$dlfiles$dlprefiles" || test no != "$dlself"; then
4574 if test -n "$NM" && test -n "$global_symbol_pipe"; then
4575 my_dlsyms=${my_outputname}S.c
4576 else
4577 func_error "not configured to extract global symbols from dlpreopened files"
4578 fi
4579 fi
4580
4581 if test -n "$my_dlsyms"; then
4582 case $my_dlsyms in
4583 "") ;;
4584 *.c)
4585 # Discover the nlist of each of the dlfiles.
4586 nlist=$output_objdir/$my_outputname.nm
4587
4588 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
4589
4590 # Parse the name list into a source file.
4591 func_verbose "creating $output_objdir/$my_dlsyms"
4592
4593 $opt_dry_run || $ECHO > "$output_objdir/$my_dlsyms" "\
4594 /* $my_dlsyms - symbol resolution table for '$my_outputname' dlsym emulation. */
4595 /* Generated by $PROGRAM (GNU $PACKAGE) $VERSION */
4596
4597 #ifdef __cplusplus
4598 extern \"C\" {
4599 #endif
4600
4601 #if defined __GNUC__ && (((__GNUC__ == 4) && (__GNUC_MINOR__ >= 4)) || (__GNUC__ > 4))
4602 #pragma GCC diagnostic ignored \"-Wstrict-prototypes\"
4603 #endif
4604
4605 /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */
4606 #if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE
4607 /* DATA imports from DLLs on WIN32 can't be const, because runtime
4608 relocations are performed -- see ld's documentation on pseudo-relocs. */
4609 # define LT_DLSYM_CONST
4610 #elif defined __osf__
4611 /* This system does not cope well with relocations in const data. */
4612 # define LT_DLSYM_CONST
4613 #else
4614 # define LT_DLSYM_CONST const
4615 #endif
4616
4617 #define STREQ(s1, s2) (strcmp ((s1), (s2)) == 0)
4618
4619 /* External symbol declarations for the compiler. */\
4620 "
4621
4622 if test yes = "$dlself"; then
4623 func_verbose "generating symbol list for '$output'"
4624
4625 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
4626
4627 # Add our own program objects to the symbol list.
4628 progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
4629 for progfile in $progfiles; do
4630 func_to_tool_file "$progfile" func_convert_file_msys_to_w32
4631 func_verbose "extracting global C symbols from '$func_to_tool_file_result'"
4632 $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'"
4633 done
4634
4635 if test -n "$exclude_expsyms"; then
4636 $opt_dry_run || {
4637 eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'
4638 eval '$MV "$nlist"T "$nlist"'
4639 }
4640 fi
4641
4642 if test -n "$export_symbols_regex"; then
4643 $opt_dry_run || {
4644 eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T'
4645 eval '$MV "$nlist"T "$nlist"'
4646 }
4647 fi
4648
4649 # Prepare the list of exported symbols
4650 if test -z "$export_symbols"; then
4651 export_symbols=$output_objdir/$outputname.exp
4652 $opt_dry_run || {
4653 $RM $export_symbols
4654 eval "$SED -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"'
4655 case $host in
4656 *cygwin* | *mingw* | *cegcc* )
4657 eval "echo EXPORTS "'> "$output_objdir/$outputname.def"'
4658 eval 'cat "$export_symbols" >> "$output_objdir/$outputname.def"'
4659 ;;
4660 esac
4661 }
4662 else
4663 $opt_dry_run || {
4664 eval "$SED -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"'
4665 eval '$GREP -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T'
4666 eval '$MV "$nlist"T "$nlist"'
4667 case $host in
4668 *cygwin* | *mingw* | *cegcc* )
4669 eval "echo EXPORTS "'> "$output_objdir/$outputname.def"'
4670 eval 'cat "$nlist" >> "$output_objdir/$outputname.def"'
4671 ;;
4672 esac
4673 }
4674 fi
4675 fi
4676
4677 for dlprefile in $dlprefiles; do
4678 func_verbose "extracting global C symbols from '$dlprefile'"
4679 func_basename "$dlprefile"
4680 name=$func_basename_result
4681 case $host in
4682 *cygwin* | *mingw* | *cegcc* )
4683 # if an import library, we need to obtain dlname
4684 if func_win32_import_lib_p "$dlprefile"; then
4685 func_tr_sh "$dlprefile"
4686 eval "curr_lafile=\$libfile_$func_tr_sh_result"
4687 dlprefile_dlbasename=
4688 if test -n "$curr_lafile" && func_lalib_p "$curr_lafile"; then
4689 # Use subshell, to avoid clobbering current variable values
4690 dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
4691 if test -n "$dlprefile_dlname"; then
4692 func_basename "$dlprefile_dlname"
4693 dlprefile_dlbasename=$func_basename_result
4694 else
4695 # no lafile. user explicitly requested -dlpreopen <import library>.
4696 $sharedlib_from_linklib_cmd "$dlprefile"
4697 dlprefile_dlbasename=$sharedlib_from_linklib_result
4698 fi
4699 fi
4700 $opt_dry_run || {
4701 if test -n "$dlprefile_dlbasename"; then
4702 eval '$ECHO ": $dlprefile_dlbasename" >> "$nlist"'
4703 else
4704 func_warning "Could not compute DLL name from $name"
4705 eval '$ECHO ": $name " >> "$nlist"'
4706 fi
4707 func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32
4708 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe |
4709 $SED -e '/I __imp/d' -e 's/I __nm_/D /;s/_nm__//' >> '$nlist'"
4710 }
4711 else # not an import lib
4712 $opt_dry_run || {
4713 eval '$ECHO ": $name " >> "$nlist"'
4714 func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32
4715 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
4716 }
4717 fi
4718 ;;
4719 *)
4720 $opt_dry_run || {
4721 eval '$ECHO ": $name " >> "$nlist"'
4722 func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32
4723 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
4724 }
4725 ;;
4726 esac
4727 done
4728
4729 $opt_dry_run || {
4730 # Make sure we have at least an empty file.
4731 test -f "$nlist" || : > "$nlist"
4732
4733 if test -n "$exclude_expsyms"; then
4734 $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T
4735 $MV "$nlist"T "$nlist"
4736 fi
4737
4738 # Try sorting and uniquifying the output.
4739 if $GREP -v "^: " < "$nlist" |
4740 if sort -k 3 </dev/null >/dev/null 2>&1; then
4741 sort -k 3
4742 else
4743 sort +2
4744 fi |
4745 uniq > "$nlist"S; then
4746 :
4747 else
4748 $GREP -v "^: " < "$nlist" > "$nlist"S
4749 fi
4750
4751 if test -f "$nlist"S; then
4752 eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$my_dlsyms"'
4753 else
4754 echo '/* NONE */' >> "$output_objdir/$my_dlsyms"
4755 fi
4756
4757 func_show_eval '$RM "${nlist}I"'
4758 if test -n "$global_symbol_to_import"; then
4759 eval "$global_symbol_to_import"' < "$nlist"S > "$nlist"I'
4760 fi
4761
4762 echo >> "$output_objdir/$my_dlsyms" "\
4763
4764 /* The mapping between symbol names and symbols. */
4765 typedef struct {
4766 const char *name;
4767 void *address;
4768 } lt_dlsymlist;
4769 extern LT_DLSYM_CONST lt_dlsymlist
4770 lt_${my_prefix}_LTX_preloaded_symbols[];\
4771 "
4772
4773 if test -s "$nlist"I; then
4774 echo >> "$output_objdir/$my_dlsyms" "\
4775 static void lt_syminit(void)
4776 {
4777 LT_DLSYM_CONST lt_dlsymlist *symbol = lt_${my_prefix}_LTX_preloaded_symbols;
4778 for (; symbol->name; ++symbol)
4779 {"
4780 $SED 's/.*/ if (STREQ (symbol->name, \"&\")) symbol->address = (void *) \&&;/' < "$nlist"I >> "$output_objdir/$my_dlsyms"
4781 echo >> "$output_objdir/$my_dlsyms" "\
4782 }
4783 }"
4784 fi
4785 echo >> "$output_objdir/$my_dlsyms" "\
4786 LT_DLSYM_CONST lt_dlsymlist
4787 lt_${my_prefix}_LTX_preloaded_symbols[] =
4788 { {\"$my_originator\", (void *) 0},"
4789
4790 if test -s "$nlist"I; then
4791 echo >> "$output_objdir/$my_dlsyms" "\
4792 {\"@INIT@\", (void *) &lt_syminit},"
4793 fi
4794
4795 case $need_lib_prefix in
4796 no)
4797 eval "$global_symbol_to_c_name_address" < "$nlist" >> "$output_objdir/$my_dlsyms"
4798 ;;
4799 *)
4800 eval "$global_symbol_to_c_name_address_lib_prefix" < "$nlist" >> "$output_objdir/$my_dlsyms"
4801 ;;
4802 esac
4803 echo >> "$output_objdir/$my_dlsyms" "\
4804 {0, (void *) 0}
4805 };
4806
4807 /* This works around a problem in FreeBSD linker */
4808 #ifdef FREEBSD_WORKAROUND
4809 static const void *lt_preloaded_setup() {
4810 return lt_${my_prefix}_LTX_preloaded_symbols;
4811 }
4812 #endif
4813
4814 #ifdef __cplusplus
4815 }
4816 #endif\
4817 "
4818 } # !$opt_dry_run
4819
4820 pic_flag_for_symtable=
4821 case "$compile_command " in
4822 *" -static "*) ;;
4823 *)
4824 case $host in
4825 # compiling the symbol table file with pic_flag works around
4826 # a FreeBSD bug that causes programs to crash when -lm is
4827 # linked before any other PIC object. But we must not use
4828 # pic_flag when linking with -static. The problem exists in
4829 # FreeBSD 2.2.6 and is fixed in FreeBSD 3.1.
4830 *-*-freebsd2.*|*-*-freebsd3.0*|*-*-freebsdelf3.0*)
4831 pic_flag_for_symtable=" $pic_flag -DFREEBSD_WORKAROUND" ;;
4832 *-*-hpux*)
4833 pic_flag_for_symtable=" $pic_flag" ;;
4834 *)
4835 $my_pic_p && pic_flag_for_symtable=" $pic_flag"
4836 ;;
4837 esac
4838 ;;
4839 esac
4840 symtab_cflags=
4841 for arg in $LTCFLAGS; do
4842 case $arg in
4843 -pie | -fpie | -fPIE) ;;
4844 *) func_append symtab_cflags " $arg" ;;
4845 esac
4846 done
4847
4848 # Now compile the dynamic symbol file.
4849 func_show_eval '(cd $output_objdir && $LTCC$symtab_cflags -c$no_builtin_flag$pic_flag_for_symtable "$my_dlsyms")' 'exit $?'
4850
4851 # Clean up the generated files.
4852 func_show_eval '$RM "$output_objdir/$my_dlsyms" "$nlist" "${nlist}S" "${nlist}T" "${nlist}I"'
4853
4854 # Transform the symbol file into the correct name.
4855 symfileobj=$output_objdir/${my_outputname}S.$objext
4856 case $host in
4857 *cygwin* | *mingw* | *cegcc* )
4858 if test -f "$output_objdir/$my_outputname.def"; then
4859 compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
4860 finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
4861 else
4862 compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
4863 finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
4864 fi
4865 ;;
4866 *)
4867 compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
4868 finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
4869 ;;
4870 esac
4871 ;;
4872 *)
4873 func_fatal_error "unknown suffix for '$my_dlsyms'"
4874 ;;
4875 esac
4876 else
4877 # We keep going just in case the user didn't refer to
4878 # lt_preloaded_symbols. The linker will fail if global_symbol_pipe
4879 # really was required.
4880
4881 # Nullify the symbol file.
4882 compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
4883 finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
4884 fi
4885 }
4886
4887 # func_cygming_gnu_implib_p ARG
4888 # This predicate returns with zero status (TRUE) if
4889 # ARG is a GNU/binutils-style import library. Returns
4890 # with nonzero status (FALSE) otherwise.
4891 func_cygming_gnu_implib_p ()
4892 {
4893 $debug_cmd
4894
4895 func_to_tool_file "$1" func_convert_file_msys_to_w32
4896 func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
4897 test -n "$func_cygming_gnu_implib_tmp"
4898 }
4899
4900 # func_cygming_ms_implib_p ARG
4901 # This predicate returns with zero status (TRUE) if
4902 # ARG is an MS-style import library. Returns
4903 # with nonzero status (FALSE) otherwise.
4904 func_cygming_ms_implib_p ()
4905 {
4906 $debug_cmd
4907
4908 func_to_tool_file "$1" func_convert_file_msys_to_w32
4909 func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
4910 test -n "$func_cygming_ms_implib_tmp"
4911 }
4912
4913 # func_win32_libid arg
4914 # return the library type of file 'arg'
4915 #
4916 # Need a lot of goo to handle *both* DLLs and import libs
4917 # Has to be a shell function in order to 'eat' the argument
4918 # that is supplied when $file_magic_command is called.
4919 # Despite the name, also deal with 64 bit binaries.
4920 func_win32_libid ()
4921 {
4922 $debug_cmd
4923
4924 win32_libid_type=unknown
4925 win32_fileres=`file -L $1 2>/dev/null`
4926 case $win32_fileres in
4927 *ar\ archive\ import\ library*) # definitely import
4928 win32_libid_type="x86 archive import"
4929 ;;
4930 *ar\ archive*) # could be an import, or static
4931 # Keep the egrep pattern in sync with the one in _LT_CHECK_MAGIC_METHOD.
4932 if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null |
4933 $EGREP 'file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' >/dev/null; then
4934 case $nm_interface in
4935 "MS dumpbin")
4936 if func_cygming_ms_implib_p "$1" ||
4937 func_cygming_gnu_implib_p "$1"
4938 then
4939 win32_nmres=import
4940 else
4941 win32_nmres=
4942 fi
4943 ;;
4944 *)
4945 func_to_tool_file "$1" func_convert_file_msys_to_w32
4946 win32_nmres=`eval $NM -f posix -A \"$func_to_tool_file_result\" |
4947 $SED -n -e '
4948 1,100{
4949 / I /{
4950 s|.*|import|
4951 p
4952 q
4953 }
4954 }'`
4955 ;;
4956 esac
4957 case $win32_nmres in
4958 import*) win32_libid_type="x86 archive import";;
4959 *) win32_libid_type="x86 archive static";;
4960 esac
4961 fi
4962 ;;
4963 *DLL*)
4964 win32_libid_type="x86 DLL"
4965 ;;
4966 *executable*) # but shell scripts are "executable" too...
4967 case $win32_fileres in
4968 *MS\ Windows\ PE\ Intel*)
4969 win32_libid_type="x86 DLL"
4970 ;;
4971 esac
4972 ;;
4973 esac
4974 $ECHO "$win32_libid_type"
4975 }
4976
4977 # func_cygming_dll_for_implib ARG
4978 #
4979 # Platform-specific function to extract the
4980 # name of the DLL associated with the specified
4981 # import library ARG.
4982 # Invoked by eval'ing the libtool variable
4983 # $sharedlib_from_linklib_cmd
4984 # Result is available in the variable
4985 # $sharedlib_from_linklib_result
4986 func_cygming_dll_for_implib ()
4987 {
4988 $debug_cmd
4989
4990 sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
4991 }
4992
4993 # func_cygming_dll_for_implib_fallback_core SECTION_NAME LIBNAMEs
4994 #
4995 # The is the core of a fallback implementation of a
4996 # platform-specific function to extract the name of the
4997 # DLL associated with the specified import library LIBNAME.
4998 #
4999 # SECTION_NAME is either .idata$6 or .idata$7, depending
5000 # on the platform and compiler that created the implib.
5001 #
5002 # Echos the name of the DLL associated with the
5003 # specified import library.
5004 func_cygming_dll_for_implib_fallback_core ()
5005 {
5006 $debug_cmd
5007
5008 match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
5009 $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
5010 $SED '/^Contents of section '"$match_literal"':/{
5011 # Place marker at beginning of archive member dllname section
5012 s/.*/====MARK====/
5013 p
5014 d
5015 }
5016 # These lines can sometimes be longer than 43 characters, but
5017 # are always uninteresting
5018 /:[ ]*file format pe[i]\{,1\}-/d
5019 /^In archive [^:]*:/d
5020 # Ensure marker is printed
5021 /^====MARK====/p
5022 # Remove all lines with less than 43 characters
5023 /^.\{43\}/!d
5024 # From remaining lines, remove first 43 characters
5025 s/^.\{43\}//' |
5026 $SED -n '
5027 # Join marker and all lines until next marker into a single line
5028 /^====MARK====/ b para
5029 H
5030 $ b para
5031 b
5032 :para
5033 x
5034 s/\n//g
5035 # Remove the marker
5036 s/^====MARK====//
5037 # Remove trailing dots and whitespace
5038 s/[\. \t]*$//
5039 # Print
5040 /./p' |
5041 # we now have a list, one entry per line, of the stringified
5042 # contents of the appropriate section of all members of the
5043 # archive that possess that section. Heuristic: eliminate
5044 # all those that have a first or second character that is
5045 # a '.' (that is, objdump's representation of an unprintable
5046 # character.) This should work for all archives with less than
5047 # 0x302f exports -- but will fail for DLLs whose name actually
5048 # begins with a literal '.' or a single character followed by
5049 # a '.'.
5050 #
5051 # Of those that remain, print the first one.
5052 $SED -e '/^\./d;/^.\./d;q'
5053 }
5054
5055 # func_cygming_dll_for_implib_fallback ARG
5056 # Platform-specific function to extract the
5057 # name of the DLL associated with the specified
5058 # import library ARG.
5059 #
5060 # This fallback implementation is for use when $DLLTOOL
5061 # does not support the --identify-strict option.
5062 # Invoked by eval'ing the libtool variable
5063 # $sharedlib_from_linklib_cmd
5064 # Result is available in the variable
5065 # $sharedlib_from_linklib_result
5066 func_cygming_dll_for_implib_fallback ()
5067 {
5068 $debug_cmd
5069
5070 if func_cygming_gnu_implib_p "$1"; then
5071 # binutils import library
5072 sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
5073 elif func_cygming_ms_implib_p "$1"; then
5074 # ms-generated import library
5075 sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
5076 else
5077 # unknown
5078 sharedlib_from_linklib_result=
5079 fi
5080 }
5081
5082
5083 # func_extract_an_archive dir oldlib
5084 func_extract_an_archive ()
5085 {
5086 $debug_cmd
5087
5088 f_ex_an_ar_dir=$1; shift
5089 f_ex_an_ar_oldlib=$1
5090 if test yes = "$lock_old_archive_extraction"; then
5091 lockfile=$f_ex_an_ar_oldlib.lock
5092 until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do
5093 func_echo "Waiting for $lockfile to be removed"
5094 sleep 2
5095 done
5096 fi
5097 func_show_eval "(cd \$f_ex_an_ar_dir && $AR x \"\$f_ex_an_ar_oldlib\")" \
5098 'stat=$?; rm -f "$lockfile"; exit $stat'
5099 if test yes = "$lock_old_archive_extraction"; then
5100 $opt_dry_run || rm -f "$lockfile"
5101 fi
5102 if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then
5103 :
5104 else
5105 func_fatal_error "object name conflicts in archive: $f_ex_an_ar_dir/$f_ex_an_ar_oldlib"
5106 fi
5107 }
5108
5109
5110 # func_extract_archives gentop oldlib ...
5111 func_extract_archives ()
5112 {
5113 $debug_cmd
5114
5115 my_gentop=$1; shift
5116 my_oldlibs=${1+"$@"}
5117 my_oldobjs=
5118 my_xlib=
5119 my_xabs=
5120 my_xdir=
5121
5122 for my_xlib in $my_oldlibs; do
5123 # Extract the objects.
5124 case $my_xlib in
5125 [\\/]* | [A-Za-z]:[\\/]*) my_xabs=$my_xlib ;;
5126 *) my_xabs=`pwd`"/$my_xlib" ;;
5127 esac
5128 func_basename "$my_xlib"
5129 my_xlib=$func_basename_result
5130 my_xlib_u=$my_xlib
5131 while :; do
5132 case " $extracted_archives " in
5133 *" $my_xlib_u "*)
5134 func_arith $extracted_serial + 1
5135 extracted_serial=$func_arith_result
5136 my_xlib_u=lt$extracted_serial-$my_xlib ;;
5137 *) break ;;
5138 esac
5139 done
5140 extracted_archives="$extracted_archives $my_xlib_u"
5141 my_xdir=$my_gentop/$my_xlib_u
5142
5143 func_mkdir_p "$my_xdir"
5144
5145 case $host in
5146 *-darwin*)
5147 func_verbose "Extracting $my_xabs"
5148 # Do not bother doing anything if just a dry run
5149 $opt_dry_run || {
5150 darwin_orig_dir=`pwd`
5151 cd $my_xdir || exit $?
5152 darwin_archive=$my_xabs
5153 darwin_curdir=`pwd`
5154 func_basename "$darwin_archive"
5155 darwin_base_archive=$func_basename_result
5156 darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
5157 if test -n "$darwin_arches"; then
5158 darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
5159 darwin_arch=
5160 func_verbose "$darwin_base_archive has multiple architectures $darwin_arches"
5161 for darwin_arch in $darwin_arches; do
5162 func_mkdir_p "unfat-$$/$darwin_base_archive-$darwin_arch"
5163 $LIPO -thin $darwin_arch -output "unfat-$$/$darwin_base_archive-$darwin_arch/$darwin_base_archive" "$darwin_archive"
5164 cd "unfat-$$/$darwin_base_archive-$darwin_arch"
5165 func_extract_an_archive "`pwd`" "$darwin_base_archive"
5166 cd "$darwin_curdir"
5167 $RM "unfat-$$/$darwin_base_archive-$darwin_arch/$darwin_base_archive"
5168 done # $darwin_arches
5169 ## Okay now we've a bunch of thin objects, gotta fatten them up :)
5170 darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u`
5171 darwin_file=
5172 darwin_files=
5173 for darwin_file in $darwin_filelist; do
5174 darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
5175 $LIPO -create -output "$darwin_file" $darwin_files
5176 done # $darwin_filelist
5177 $RM -rf unfat-$$
5178 cd "$darwin_orig_dir"
5179 else
5180 cd $darwin_orig_dir
5181 func_extract_an_archive "$my_xdir" "$my_xabs"
5182 fi # $darwin_arches
5183 } # !$opt_dry_run
5184 ;;
5185 *)
5186 func_extract_an_archive "$my_xdir" "$my_xabs"
5187 ;;
5188 esac
5189 my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
5190 done
5191
5192 func_extract_archives_result=$my_oldobjs
5193 }
5194
5195
5196 # func_emit_wrapper [arg=no]
5197 #
5198 # Emit a libtool wrapper script on stdout.
5199 # Don't directly open a file because we may want to
5200 # incorporate the script contents within a cygwin/mingw
5201 # wrapper executable. Must ONLY be called from within
5202 # func_mode_link because it depends on a number of variables
5203 # set therein.
5204 #
5205 # ARG is the value that the WRAPPER_SCRIPT_BELONGS_IN_OBJDIR
5206 # variable will take. If 'yes', then the emitted script
5207 # will assume that the directory where it is stored is
5208 # the $objdir directory. This is a cygwin/mingw-specific
5209 # behavior.
5210 func_emit_wrapper ()
5211 {
5212 func_emit_wrapper_arg1=${1-no}
5213
5214 $ECHO "\
5215 #! $SHELL
5216
5217 # $output - temporary wrapper script for $objdir/$outputname
5218 # Generated by $PROGRAM (GNU $PACKAGE) $VERSION
5219 #
5220 # The $output program cannot be directly executed until all the libtool
5221 # libraries that it depends on are installed.
5222 #
5223 # This wrapper script should never be moved out of the build directory.
5224 # If it is, it will not operate correctly.
5225
5226 # Sed substitution that helps us do robust quoting. It backslashifies
5227 # metacharacters that are still active within double-quoted strings.
5228 sed_quote_subst='$sed_quote_subst'
5229
5230 # Be Bourne compatible
5231 if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then
5232 emulate sh
5233 NULLCMD=:
5234 # Zsh 3.x and 4.x performs word splitting on \${1+\"\$@\"}, which
5235 # is contrary to our usage. Disable this feature.
5236 alias -g '\${1+\"\$@\"}'='\"\$@\"'
5237 setopt NO_GLOB_SUBST
5238 else
5239 case \`(set -o) 2>/dev/null\` in *posix*) set -o posix;; esac
5240 fi
5241 BIN_SH=xpg4; export BIN_SH # for Tru64
5242 DUALCASE=1; export DUALCASE # for MKS sh
5243
5244 # The HP-UX ksh and POSIX shell print the target directory to stdout
5245 # if CDPATH is set.
5246 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
5247
5248 relink_command=\"$relink_command\"
5249
5250 # This environment variable determines our operation mode.
5251 if test \"\$libtool_install_magic\" = \"$magic\"; then
5252 # install mode needs the following variables:
5253 generated_by_libtool_version='$macro_version'
5254 notinst_deplibs='$notinst_deplibs'
5255 else
5256 # When we are sourced in execute mode, \$file and \$ECHO are already set.
5257 if test \"\$libtool_execute_magic\" != \"$magic\"; then
5258 file=\"\$0\""
5259
5260 qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
5261 $ECHO "\
5262
5263 # A function that is used when there is no print builtin or printf.
5264 func_fallback_echo ()
5265 {
5266 eval 'cat <<_LTECHO_EOF
5267 \$1
5268 _LTECHO_EOF'
5269 }
5270 ECHO=\"$qECHO\"
5271 fi
5272
5273 # Very basic option parsing. These options are (a) specific to
5274 # the libtool wrapper, (b) are identical between the wrapper
5275 # /script/ and the wrapper /executable/ that is used only on
5276 # windows platforms, and (c) all begin with the string "--lt-"
5277 # (application programs are unlikely to have options that match
5278 # this pattern).
5279 #
5280 # There are only two supported options: --lt-debug and
5281 # --lt-dump-script. There is, deliberately, no --lt-help.
5282 #
5283 # The first argument to this parsing function should be the
5284 # script's $0 value, followed by "$@".
5285 lt_option_debug=
5286 func_parse_lt_options ()
5287 {
5288 lt_script_arg0=\$0
5289 shift
5290 for lt_opt
5291 do
5292 case \"\$lt_opt\" in
5293 --lt-debug) lt_option_debug=1 ;;
5294 --lt-dump-script)
5295 lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
5296 test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
5297 lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
5298 cat \"\$lt_dump_D/\$lt_dump_F\"
5299 exit 0
5300 ;;
5301 --lt-*)
5302 \$ECHO \"Unrecognized --lt- option: '\$lt_opt'\" 1>&2
5303 exit 1
5304 ;;
5305 esac
5306 done
5307
5308 # Print the debug banner immediately:
5309 if test -n \"\$lt_option_debug\"; then
5310 echo \"$outputname:$output:\$LINENO: libtool wrapper (GNU $PACKAGE) $VERSION\" 1>&2
5311 fi
5312 }
5313
5314 # Used when --lt-debug. Prints its arguments to stdout
5315 # (redirection is the responsibility of the caller)
5316 func_lt_dump_args ()
5317 {
5318 lt_dump_args_N=1;
5319 for lt_arg
5320 do
5321 \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\"
5322 lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
5323 done
5324 }
5325
5326 # Core function for launching the target application
5327 func_exec_program_core ()
5328 {
5329 "
5330 case $host in
5331 # Backslashes separate directories on plain windows
5332 *-*-mingw | *-*-os2* | *-cegcc*)
5333 $ECHO "\
5334 if test -n \"\$lt_option_debug\"; then
5335 \$ECHO \"$outputname:$output:\$LINENO: newargv[0]: \$progdir\\\\\$program\" 1>&2
5336 func_lt_dump_args \${1+\"\$@\"} 1>&2
5337 fi
5338 exec \"\$progdir\\\\\$program\" \${1+\"\$@\"}
5339 "
5340 ;;
5341
5342 *)
5343 $ECHO "\
5344 if test -n \"\$lt_option_debug\"; then
5345 \$ECHO \"$outputname:$output:\$LINENO: newargv[0]: \$progdir/\$program\" 1>&2
5346 func_lt_dump_args \${1+\"\$@\"} 1>&2
5347 fi
5348 exec \"\$progdir/\$program\" \${1+\"\$@\"}
5349 "
5350 ;;
5351 esac
5352 $ECHO "\
5353 \$ECHO \"\$0: cannot exec \$program \$*\" 1>&2
5354 exit 1
5355 }
5356
5357 # A function to encapsulate launching the target application
5358 # Strips options in the --lt-* namespace from \$@ and
5359 # launches target application with the remaining arguments.
5360 func_exec_program ()
5361 {
5362 case \" \$* \" in
5363 *\\ --lt-*)
5364 for lt_wr_arg
5365 do
5366 case \$lt_wr_arg in
5367 --lt-*) ;;
5368 *) set x \"\$@\" \"\$lt_wr_arg\"; shift;;
5369 esac
5370 shift
5371 done ;;
5372 esac
5373 func_exec_program_core \${1+\"\$@\"}
5374 }
5375
5376 # Parse options
5377 func_parse_lt_options \"\$0\" \${1+\"\$@\"}
5378
5379 # Find the directory that this script lives in.
5380 thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
5381 test \"x\$thisdir\" = \"x\$file\" && thisdir=.
5382
5383 # Follow symbolic links until we get to the real thisdir.
5384 file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
5385 while test -n \"\$file\"; do
5386 destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
5387
5388 # If there was a directory component, then change thisdir.
5389 if test \"x\$destdir\" != \"x\$file\"; then
5390 case \"\$destdir\" in
5391 [\\\\/]* | [A-Za-z]:[\\\\/]*) thisdir=\"\$destdir\" ;;
5392 *) thisdir=\"\$thisdir/\$destdir\" ;;
5393 esac
5394 fi
5395
5396 file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
5397 file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
5398 done
5399
5400 # Usually 'no', except on cygwin/mingw when embedded into
5401 # the cwrapper.
5402 WRAPPER_SCRIPT_BELONGS_IN_OBJDIR=$func_emit_wrapper_arg1
5403 if test \"\$WRAPPER_SCRIPT_BELONGS_IN_OBJDIR\" = \"yes\"; then
5404 # special case for '.'
5405 if test \"\$thisdir\" = \".\"; then
5406 thisdir=\`pwd\`
5407 fi
5408 # remove .libs from thisdir
5409 case \"\$thisdir\" in
5410 *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
5411 $objdir ) thisdir=. ;;
5412 esac
5413 fi
5414
5415 # Try to get the absolute directory name.
5416 absdir=\`cd \"\$thisdir\" && pwd\`
5417 test -n \"\$absdir\" && thisdir=\"\$absdir\"
5418 "
5419
5420 if test yes = "$fast_install"; then
5421 $ECHO "\
5422 program=lt-'$outputname'$exeext
5423 progdir=\"\$thisdir/$objdir\"
5424
5425 if test ! -f \"\$progdir/\$program\" ||
5426 { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\
5427 test \"X\$file\" != \"X\$progdir/\$program\"; }; then
5428
5429 file=\"\$\$-\$program\"
5430
5431 if test ! -d \"\$progdir\"; then
5432 $MKDIR \"\$progdir\"
5433 else
5434 $RM \"\$progdir/\$file\"
5435 fi"
5436
5437 $ECHO "\
5438
5439 # relink executable if necessary
5440 if test -n \"\$relink_command\"; then
5441 if relink_command_output=\`eval \$relink_command 2>&1\`; then :
5442 else
5443 \$ECHO \"\$relink_command_output\" >&2
5444 $RM \"\$progdir/\$file\"
5445 exit 1
5446 fi
5447 fi
5448
5449 $MV \"\$progdir/\$file\" \"\$progdir/\$program\" 2>/dev/null ||
5450 { $RM \"\$progdir/\$program\";
5451 $MV \"\$progdir/\$file\" \"\$progdir/\$program\"; }
5452 $RM \"\$progdir/\$file\"
5453 fi"
5454 else
5455 $ECHO "\
5456 program='$outputname'
5457 progdir=\"\$thisdir/$objdir\"
5458 "
5459 fi
5460
5461 $ECHO "\
5462
5463 if test -f \"\$progdir/\$program\"; then"
5464
5465 # fixup the dll searchpath if we need to.
5466 #
5467 # Fix the DLL searchpath if we need to. Do this before prepending
5468 # to shlibpath, because on Windows, both are PATH and uninstalled
5469 # libraries must come first.
5470 if test -n "$dllsearchpath"; then
5471 $ECHO "\
5472 # Add the dll search path components to the executable PATH
5473 PATH=$dllsearchpath:\$PATH
5474 "
5475 fi
5476
5477 # Export our shlibpath_var if we have one.
5478 if test yes = "$shlibpath_overrides_runpath" && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
5479 $ECHO "\
5480 # Add our own library path to $shlibpath_var
5481 $shlibpath_var=\"$temp_rpath\$$shlibpath_var\"
5482
5483 # Some systems cannot cope with colon-terminated $shlibpath_var
5484 # The second colon is a workaround for a bug in BeOS R4 sed
5485 $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
5486
5487 export $shlibpath_var
5488 "
5489 fi
5490
5491 $ECHO "\
5492 if test \"\$libtool_execute_magic\" != \"$magic\"; then
5493 # Run the actual program with our arguments.
5494 func_exec_program \${1+\"\$@\"}
5495 fi
5496 else
5497 # The program doesn't exist.
5498 \$ECHO \"\$0: error: '\$progdir/\$program' does not exist\" 1>&2
5499 \$ECHO \"This script is just a wrapper for \$program.\" 1>&2
5500 \$ECHO \"See the $PACKAGE documentation for more information.\" 1>&2
5501 exit 1
5502 fi
5503 fi\
5504 "
5505 }
5506
5507
5508 # func_emit_cwrapperexe_src
5509 # emit the source code for a wrapper executable on stdout
5510 # Must ONLY be called from within func_mode_link because
5511 # it depends on a number of variable set therein.
5512 func_emit_cwrapperexe_src ()
5513 {
5514 cat <<EOF
5515
5516 /* $cwrappersource - temporary wrapper executable for $objdir/$outputname
5517 Generated by $PROGRAM (GNU $PACKAGE) $VERSION
5518
5519 The $output program cannot be directly executed until all the libtool
5520 libraries that it depends on are installed.
5521
5522 This wrapper executable should never be moved out of the build directory.
5523 If it is, it will not operate correctly.
5524 */
5525 EOF
5526 cat <<"EOF"
5527 #ifdef _MSC_VER
5528 # define _CRT_SECURE_NO_DEPRECATE 1
5529 #endif
5530 #include <stdio.h>
5531 #include <stdlib.h>
5532 #ifdef _MSC_VER
5533 # include <direct.h>
5534 # include <process.h>
5535 # include <io.h>
5536 #else
5537 # include <unistd.h>
5538 # include <stdint.h>
5539 # ifdef __CYGWIN__
5540 # include <io.h>
5541 # endif
5542 #endif
5543 #include <malloc.h>
5544 #include <stdarg.h>
5545 #include <assert.h>
5546 #include <string.h>
5547 #include <ctype.h>
5548 #include <errno.h>
5549 #include <fcntl.h>
5550 #include <sys/stat.h>
5551
5552 #define STREQ(s1, s2) (strcmp ((s1), (s2)) == 0)
5553
5554 /* declarations of non-ANSI functions */
5555 #if defined __MINGW32__
5556 # ifdef __STRICT_ANSI__
5557 int _putenv (const char *);
5558 # endif
5559 #elif defined __CYGWIN__
5560 # ifdef __STRICT_ANSI__
5561 char *realpath (const char *, char *);
5562 int putenv (char *);
5563 int setenv (const char *, const char *, int);
5564 # endif
5565 /* #elif defined other_platform || defined ... */
5566 #endif
5567
5568 /* portability defines, excluding path handling macros */
5569 #if defined _MSC_VER
5570 # define setmode _setmode
5571 # define stat _stat
5572 # define chmod _chmod
5573 # define getcwd _getcwd
5574 # define putenv _putenv
5575 # define S_IXUSR _S_IEXEC
5576 #elif defined __MINGW32__
5577 # define setmode _setmode
5578 # define stat _stat
5579 # define chmod _chmod
5580 # define getcwd _getcwd
5581 # define putenv _putenv
5582 #elif defined __CYGWIN__
5583 # define HAVE_SETENV
5584 # define FOPEN_WB "wb"
5585 /* #elif defined other platforms ... */
5586 #endif
5587
5588 #if defined PATH_MAX
5589 # define LT_PATHMAX PATH_MAX
5590 #elif defined MAXPATHLEN
5591 # define LT_PATHMAX MAXPATHLEN
5592 #else
5593 # define LT_PATHMAX 1024
5594 #endif
5595
5596 #ifndef S_IXOTH
5597 # define S_IXOTH 0
5598 #endif
5599 #ifndef S_IXGRP
5600 # define S_IXGRP 0
5601 #endif
5602
5603 /* path handling portability macros */
5604 #ifndef DIR_SEPARATOR
5605 # define DIR_SEPARATOR '/'
5606 # define PATH_SEPARATOR ':'
5607 #endif
5608
5609 #if defined _WIN32 || defined __MSDOS__ || defined __DJGPP__ || \
5610 defined __OS2__
5611 # define HAVE_DOS_BASED_FILE_SYSTEM
5612 # define FOPEN_WB "wb"
5613 # ifndef DIR_SEPARATOR_2
5614 # define DIR_SEPARATOR_2 '\\'
5615 # endif
5616 # ifndef PATH_SEPARATOR_2
5617 # define PATH_SEPARATOR_2 ';'
5618 # endif
5619 #endif
5620
5621 #ifndef DIR_SEPARATOR_2
5622 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR)
5623 #else /* DIR_SEPARATOR_2 */
5624 # define IS_DIR_SEPARATOR(ch) \
5625 (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
5626 #endif /* DIR_SEPARATOR_2 */
5627
5628 #ifndef PATH_SEPARATOR_2
5629 # define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR)
5630 #else /* PATH_SEPARATOR_2 */
5631 # define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR_2)
5632 #endif /* PATH_SEPARATOR_2 */
5633
5634 #ifndef FOPEN_WB
5635 # define FOPEN_WB "w"
5636 #endif
5637 #ifndef _O_BINARY
5638 # define _O_BINARY 0
5639 #endif
5640
5641 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
5642 #define XFREE(stale) do { \
5643 if (stale) { free (stale); stale = 0; } \
5644 } while (0)
5645
5646 #if defined LT_DEBUGWRAPPER
5647 static int lt_debug = 1;
5648 #else
5649 static int lt_debug = 0;
5650 #endif
5651
5652 const char *program_name = "libtool-wrapper"; /* in case xstrdup fails */
5653
5654 void *xmalloc (size_t num);
5655 char *xstrdup (const char *string);
5656 const char *base_name (const char *name);
5657 char *find_executable (const char *wrapper);
5658 char *chase_symlinks (const char *pathspec);
5659 int make_executable (const char *path);
5660 int check_executable (const char *path);
5661 char *strendzap (char *str, const char *pat);
5662 void lt_debugprintf (const char *file, int line, const char *fmt, ...);
5663 void lt_fatal (const char *file, int line, const char *message, ...);
5664 static const char *nonnull (const char *s);
5665 static const char *nonempty (const char *s);
5666 void lt_setenv (const char *name, const char *value);
5667 char *lt_extend_str (const char *orig_value, const char *add, int to_end);
5668 void lt_update_exe_path (const char *name, const char *value);
5669 void lt_update_lib_path (const char *name, const char *value);
5670 char **prepare_spawn (char **argv);
5671 void lt_dump_script (FILE *f);
5672 EOF
5673
5674 cat <<EOF
5675 #if __GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 5)
5676 # define externally_visible volatile
5677 #else
5678 # define externally_visible __attribute__((externally_visible)) volatile
5679 #endif
5680 externally_visible const char * MAGIC_EXE = "$magic_exe";
5681 const char * LIB_PATH_VARNAME = "$shlibpath_var";
5682 EOF
5683
5684 if test yes = "$shlibpath_overrides_runpath" && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
5685 func_to_host_path "$temp_rpath"
5686 cat <<EOF
5687 const char * LIB_PATH_VALUE = "$func_to_host_path_result";
5688 EOF
5689 else
5690 cat <<"EOF"
5691 const char * LIB_PATH_VALUE = "";
5692 EOF
5693 fi
5694
5695 if test -n "$dllsearchpath"; then
5696 func_to_host_path "$dllsearchpath:"
5697 cat <<EOF
5698 const char * EXE_PATH_VARNAME = "PATH";
5699 const char * EXE_PATH_VALUE = "$func_to_host_path_result";
5700 EOF
5701 else
5702 cat <<"EOF"
5703 const char * EXE_PATH_VARNAME = "";
5704 const char * EXE_PATH_VALUE = "";
5705 EOF
5706 fi
5707
5708 if test yes = "$fast_install"; then
5709 cat <<EOF
5710 const char * TARGET_PROGRAM_NAME = "lt-$outputname"; /* hopefully, no .exe */
5711 EOF
5712 else
5713 cat <<EOF
5714 const char * TARGET_PROGRAM_NAME = "$outputname"; /* hopefully, no .exe */
5715 EOF
5716 fi
5717
5718
5719 cat <<"EOF"
5720
5721 #define LTWRAPPER_OPTION_PREFIX "--lt-"
5722
5723 static const char *ltwrapper_option_prefix = LTWRAPPER_OPTION_PREFIX;
5724 static const char *dumpscript_opt = LTWRAPPER_OPTION_PREFIX "dump-script";
5725 static const char *debug_opt = LTWRAPPER_OPTION_PREFIX "debug";
5726
5727 int
5728 main (int argc, char *argv[])
5729 {
5730 char **newargz;
5731 int newargc;
5732 char *tmp_pathspec;
5733 char *actual_cwrapper_path;
5734 char *actual_cwrapper_name;
5735 char *target_name;
5736 char *lt_argv_zero;
5737 int rval = 127;
5738
5739 int i;
5740
5741 program_name = (char *) xstrdup (base_name (argv[0]));
5742 newargz = XMALLOC (char *, (size_t) argc + 1);
5743
5744 /* very simple arg parsing; don't want to rely on getopt
5745 * also, copy all non cwrapper options to newargz, except
5746 * argz[0], which is handled differently
5747 */
5748 newargc=0;
5749 for (i = 1; i < argc; i++)
5750 {
5751 if (STREQ (argv[i], dumpscript_opt))
5752 {
5753 EOF
5754 case $host in
5755 *mingw* | *cygwin* )
5756 # make stdout use "unix" line endings
5757 echo " setmode(1,_O_BINARY);"
5758 ;;
5759 esac
5760
5761 cat <<"EOF"
5762 lt_dump_script (stdout);
5763 return 0;
5764 }
5765 if (STREQ (argv[i], debug_opt))
5766 {
5767 lt_debug = 1;
5768 continue;
5769 }
5770 if (STREQ (argv[i], ltwrapper_option_prefix))
5771 {
5772 /* however, if there is an option in the LTWRAPPER_OPTION_PREFIX
5773 namespace, but it is not one of the ones we know about and
5774 have already dealt with, above (inluding dump-script), then
5775 report an error. Otherwise, targets might begin to believe
5776 they are allowed to use options in the LTWRAPPER_OPTION_PREFIX
5777 namespace. The first time any user complains about this, we'll
5778 need to make LTWRAPPER_OPTION_PREFIX a configure-time option
5779 or a configure.ac-settable value.
5780 */
5781 lt_fatal (__FILE__, __LINE__,
5782 "unrecognized %s option: '%s'",
5783 ltwrapper_option_prefix, argv[i]);
5784 }
5785 /* otherwise ... */
5786 newargz[++newargc] = xstrdup (argv[i]);
5787 }
5788 newargz[++newargc] = NULL;
5789
5790 EOF
5791 cat <<EOF
5792 /* The GNU banner must be the first non-error debug message */
5793 lt_debugprintf (__FILE__, __LINE__, "libtool wrapper (GNU $PACKAGE) $VERSION\n");
5794 EOF
5795 cat <<"EOF"
5796 lt_debugprintf (__FILE__, __LINE__, "(main) argv[0]: %s\n", argv[0]);
5797 lt_debugprintf (__FILE__, __LINE__, "(main) program_name: %s\n", program_name);
5798
5799 tmp_pathspec = find_executable (argv[0]);
5800 if (tmp_pathspec == NULL)
5801 lt_fatal (__FILE__, __LINE__, "couldn't find %s", argv[0]);
5802 lt_debugprintf (__FILE__, __LINE__,
5803 "(main) found exe (before symlink chase) at: %s\n",
5804 tmp_pathspec);
5805
5806 actual_cwrapper_path = chase_symlinks (tmp_pathspec);
5807 lt_debugprintf (__FILE__, __LINE__,
5808 "(main) found exe (after symlink chase) at: %s\n",
5809 actual_cwrapper_path);
5810 XFREE (tmp_pathspec);
5811
5812 actual_cwrapper_name = xstrdup (base_name (actual_cwrapper_path));
5813 strendzap (actual_cwrapper_path, actual_cwrapper_name);
5814
5815 /* wrapper name transforms */
5816 strendzap (actual_cwrapper_name, ".exe");
5817 tmp_pathspec = lt_extend_str (actual_cwrapper_name, ".exe", 1);
5818 XFREE (actual_cwrapper_name);
5819 actual_cwrapper_name = tmp_pathspec;
5820 tmp_pathspec = 0;
5821
5822 /* target_name transforms -- use actual target program name; might have lt- prefix */
5823 target_name = xstrdup (base_name (TARGET_PROGRAM_NAME));
5824 strendzap (target_name, ".exe");
5825 tmp_pathspec = lt_extend_str (target_name, ".exe", 1);
5826 XFREE (target_name);
5827 target_name = tmp_pathspec;
5828 tmp_pathspec = 0;
5829
5830 lt_debugprintf (__FILE__, __LINE__,
5831 "(main) libtool target name: %s\n",
5832 target_name);
5833 EOF
5834
5835 cat <<EOF
5836 newargz[0] =
5837 XMALLOC (char, (strlen (actual_cwrapper_path) +
5838 strlen ("$objdir") + 1 + strlen (actual_cwrapper_name) + 1));
5839 strcpy (newargz[0], actual_cwrapper_path);
5840 strcat (newargz[0], "$objdir");
5841 strcat (newargz[0], "/");
5842 EOF
5843
5844 cat <<"EOF"
5845 /* stop here, and copy so we don't have to do this twice */
5846 tmp_pathspec = xstrdup (newargz[0]);
5847
5848 /* do NOT want the lt- prefix here, so use actual_cwrapper_name */
5849 strcat (newargz[0], actual_cwrapper_name);
5850
5851 /* DO want the lt- prefix here if it exists, so use target_name */
5852 lt_argv_zero = lt_extend_str (tmp_pathspec, target_name, 1);
5853 XFREE (tmp_pathspec);
5854 tmp_pathspec = NULL;
5855 EOF
5856
5857 case $host_os in
5858 mingw*)
5859 cat <<"EOF"
5860 {
5861 char* p;
5862 while ((p = strchr (newargz[0], '\\')) != NULL)
5863 {
5864 *p = '/';
5865 }
5866 while ((p = strchr (lt_argv_zero, '\\')) != NULL)
5867 {
5868 *p = '/';
5869 }
5870 }
5871 EOF
5872 ;;
5873 esac
5874
5875 cat <<"EOF"
5876 XFREE (target_name);
5877 XFREE (actual_cwrapper_path);
5878 XFREE (actual_cwrapper_name);
5879
5880 lt_setenv ("BIN_SH", "xpg4"); /* for Tru64 */
5881 lt_setenv ("DUALCASE", "1"); /* for MSK sh */
5882 /* Update the DLL searchpath. EXE_PATH_VALUE ($dllsearchpath) must
5883 be prepended before (that is, appear after) LIB_PATH_VALUE ($temp_rpath)
5884 because on Windows, both *_VARNAMEs are PATH but uninstalled
5885 libraries must come first. */
5886 lt_update_exe_path (EXE_PATH_VARNAME, EXE_PATH_VALUE);
5887 lt_update_lib_path (LIB_PATH_VARNAME, LIB_PATH_VALUE);
5888
5889 lt_debugprintf (__FILE__, __LINE__, "(main) lt_argv_zero: %s\n",
5890 nonnull (lt_argv_zero));
5891 for (i = 0; i < newargc; i++)
5892 {
5893 lt_debugprintf (__FILE__, __LINE__, "(main) newargz[%d]: %s\n",
5894 i, nonnull (newargz[i]));
5895 }
5896
5897 EOF
5898
5899 case $host_os in
5900 mingw*)
5901 cat <<"EOF"
5902 /* execv doesn't actually work on mingw as expected on unix */
5903 newargz = prepare_spawn (newargz);
5904 rval = (int) _spawnv (_P_WAIT, lt_argv_zero, (const char * const *) newargz);
5905 if (rval == -1)
5906 {
5907 /* failed to start process */
5908 lt_debugprintf (__FILE__, __LINE__,
5909 "(main) failed to launch target \"%s\": %s\n",
5910 lt_argv_zero, nonnull (strerror (errno)));
5911 return 127;
5912 }
5913 return rval;
5914 EOF
5915 ;;
5916 *)
5917 cat <<"EOF"
5918 execv (lt_argv_zero, newargz);
5919 return rval; /* =127, but avoids unused variable warning */
5920 EOF
5921 ;;
5922 esac
5923
5924 cat <<"EOF"
5925 }
5926
5927 void *
5928 xmalloc (size_t num)
5929 {
5930 void *p = (void *) malloc (num);
5931 if (!p)
5932 lt_fatal (__FILE__, __LINE__, "memory exhausted");
5933
5934 return p;
5935 }
5936
5937 char *
5938 xstrdup (const char *string)
5939 {
5940 return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
5941 string) : NULL;
5942 }
5943
5944 const char *
5945 base_name (const char *name)
5946 {
5947 const char *base;
5948
5949 #if defined HAVE_DOS_BASED_FILE_SYSTEM
5950 /* Skip over the disk name in MSDOS pathnames. */
5951 if (isalpha ((unsigned char) name[0]) && name[1] == ':')
5952 name += 2;
5953 #endif
5954
5955 for (base = name; *name; name++)
5956 if (IS_DIR_SEPARATOR (*name))
5957 base = name + 1;
5958 return base;
5959 }
5960
5961 int
5962 check_executable (const char *path)
5963 {
5964 struct stat st;
5965
5966 lt_debugprintf (__FILE__, __LINE__, "(check_executable): %s\n",
5967 nonempty (path));
5968 if ((!path) || (!*path))
5969 return 0;
5970
5971 if ((stat (path, &st) >= 0)
5972 && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))
5973 return 1;
5974 else
5975 return 0;
5976 }
5977
5978 int
5979 make_executable (const char *path)
5980 {
5981 int rval = 0;
5982 struct stat st;
5983
5984 lt_debugprintf (__FILE__, __LINE__, "(make_executable): %s\n",
5985 nonempty (path));
5986 if ((!path) || (!*path))
5987 return 0;
5988
5989 if (stat (path, &st) >= 0)
5990 {
5991 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);
5992 }
5993 return rval;
5994 }
5995
5996 /* Searches for the full path of the wrapper. Returns
5997 newly allocated full path name if found, NULL otherwise
5998 Does not chase symlinks, even on platforms that support them.
5999 */
6000 char *
6001 find_executable (const char *wrapper)
6002 {
6003 int has_slash = 0;
6004 const char *p;
6005 const char *p_next;
6006 /* static buffer for getcwd */
6007 char tmp[LT_PATHMAX + 1];
6008 size_t tmp_len;
6009 char *concat_name;
6010
6011 lt_debugprintf (__FILE__, __LINE__, "(find_executable): %s\n",
6012 nonempty (wrapper));
6013
6014 if ((wrapper == NULL) || (*wrapper == '\0'))
6015 return NULL;
6016
6017 /* Absolute path? */
6018 #if defined HAVE_DOS_BASED_FILE_SYSTEM
6019 if (isalpha ((unsigned char) wrapper[0]) && wrapper[1] == ':')
6020 {
6021 concat_name = xstrdup (wrapper);
6022 if (check_executable (concat_name))
6023 return concat_name;
6024 XFREE (concat_name);
6025 }
6026 else
6027 {
6028 #endif
6029 if (IS_DIR_SEPARATOR (wrapper[0]))
6030 {
6031 concat_name = xstrdup (wrapper);
6032 if (check_executable (concat_name))
6033 return concat_name;
6034 XFREE (concat_name);
6035 }
6036 #if defined HAVE_DOS_BASED_FILE_SYSTEM
6037 }
6038 #endif
6039
6040 for (p = wrapper; *p; p++)
6041 if (*p == '/')
6042 {
6043 has_slash = 1;
6044 break;
6045 }
6046 if (!has_slash)
6047 {
6048 /* no slashes; search PATH */
6049 const char *path = getenv ("PATH");
6050 if (path != NULL)
6051 {
6052 for (p = path; *p; p = p_next)
6053 {
6054 const char *q;
6055 size_t p_len;
6056 for (q = p; *q; q++)
6057 if (IS_PATH_SEPARATOR (*q))
6058 break;
6059 p_len = (size_t) (q - p);
6060 p_next = (*q == '\0' ? q : q + 1);
6061 if (p_len == 0)
6062 {
6063 /* empty path: current directory */
6064 if (getcwd (tmp, LT_PATHMAX) == NULL)
6065 lt_fatal (__FILE__, __LINE__, "getcwd failed: %s",
6066 nonnull (strerror (errno)));
6067 tmp_len = strlen (tmp);
6068 concat_name =
6069 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
6070 memcpy (concat_name, tmp, tmp_len);
6071 concat_name[tmp_len] = '/';
6072 strcpy (concat_name + tmp_len + 1, wrapper);
6073 }
6074 else
6075 {
6076 concat_name =
6077 XMALLOC (char, p_len + 1 + strlen (wrapper) + 1);
6078 memcpy (concat_name, p, p_len);
6079 concat_name[p_len] = '/';
6080 strcpy (concat_name + p_len + 1, wrapper);
6081 }
6082 if (check_executable (concat_name))
6083 return concat_name;
6084 XFREE (concat_name);
6085 }
6086 }
6087 /* not found in PATH; assume curdir */
6088 }
6089 /* Relative path | not found in path: prepend cwd */
6090 if (getcwd (tmp, LT_PATHMAX) == NULL)
6091 lt_fatal (__FILE__, __LINE__, "getcwd failed: %s",
6092 nonnull (strerror (errno)));
6093 tmp_len = strlen (tmp);
6094 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
6095 memcpy (concat_name, tmp, tmp_len);
6096 concat_name[tmp_len] = '/';
6097 strcpy (concat_name + tmp_len + 1, wrapper);
6098
6099 if (check_executable (concat_name))
6100 return concat_name;
6101 XFREE (concat_name);
6102 return NULL;
6103 }
6104
6105 char *
6106 chase_symlinks (const char *pathspec)
6107 {
6108 #ifndef S_ISLNK
6109 return xstrdup (pathspec);
6110 #else
6111 char buf[LT_PATHMAX];
6112 struct stat s;
6113 char *tmp_pathspec = xstrdup (pathspec);
6114 char *p;
6115 int has_symlinks = 0;
6116 while (strlen (tmp_pathspec) && !has_symlinks)
6117 {
6118 lt_debugprintf (__FILE__, __LINE__,
6119 "checking path component for symlinks: %s\n",
6120 tmp_pathspec);
6121 if (lstat (tmp_pathspec, &s) == 0)
6122 {
6123 if (S_ISLNK (s.st_mode) != 0)
6124 {
6125 has_symlinks = 1;
6126 break;
6127 }
6128
6129 /* search backwards for last DIR_SEPARATOR */
6130 p = tmp_pathspec + strlen (tmp_pathspec) - 1;
6131 while ((p > tmp_pathspec) && (!IS_DIR_SEPARATOR (*p)))
6132 p--;
6133 if ((p == tmp_pathspec) && (!IS_DIR_SEPARATOR (*p)))
6134 {
6135 /* no more DIR_SEPARATORS left */
6136 break;
6137 }
6138 *p = '\0';
6139 }
6140 else
6141 {
6142 lt_fatal (__FILE__, __LINE__,
6143 "error accessing file \"%s\": %s",
6144 tmp_pathspec, nonnull (strerror (errno)));
6145 }
6146 }
6147 XFREE (tmp_pathspec);
6148
6149 if (!has_symlinks)
6150 {
6151 return xstrdup (pathspec);
6152 }
6153
6154 tmp_pathspec = realpath (pathspec, buf);
6155 if (tmp_pathspec == 0)
6156 {
6157 lt_fatal (__FILE__, __LINE__,
6158 "could not follow symlinks for %s", pathspec);
6159 }
6160 return xstrdup (tmp_pathspec);
6161 #endif
6162 }
6163
6164 char *
6165 strendzap (char *str, const char *pat)
6166 {
6167 size_t len, patlen;
6168
6169 assert (str != NULL);
6170 assert (pat != NULL);
6171
6172 len = strlen (str);
6173 patlen = strlen (pat);
6174
6175 if (patlen <= len)
6176 {
6177 str += len - patlen;
6178 if (STREQ (str, pat))
6179 *str = '\0';
6180 }
6181 return str;
6182 }
6183
6184 void
6185 lt_debugprintf (const char *file, int line, const char *fmt, ...)
6186 {
6187 va_list args;
6188 if (lt_debug)
6189 {
6190 (void) fprintf (stderr, "%s:%s:%d: ", program_name, file, line);
6191 va_start (args, fmt);
6192 (void) vfprintf (stderr, fmt, args);
6193 va_end (args);
6194 }
6195 }
6196
6197 static void
6198 lt_error_core (int exit_status, const char *file,
6199 int line, const char *mode,
6200 const char *message, va_list ap)
6201 {
6202 fprintf (stderr, "%s:%s:%d: %s: ", program_name, file, line, mode);
6203 vfprintf (stderr, message, ap);
6204 fprintf (stderr, ".\n");
6205
6206 if (exit_status >= 0)
6207 exit (exit_status);
6208 }
6209
6210 void
6211 lt_fatal (const char *file, int line, const char *message, ...)
6212 {
6213 va_list ap;
6214 va_start (ap, message);
6215 lt_error_core (EXIT_FAILURE, file, line, "FATAL", message, ap);
6216 va_end (ap);
6217 }
6218
6219 static const char *
6220 nonnull (const char *s)
6221 {
6222 return s ? s : "(null)";
6223 }
6224
6225 static const char *
6226 nonempty (const char *s)
6227 {
6228 return (s && !*s) ? "(empty)" : nonnull (s);
6229 }
6230
6231 void
6232 lt_setenv (const char *name, const char *value)
6233 {
6234 lt_debugprintf (__FILE__, __LINE__,
6235 "(lt_setenv) setting '%s' to '%s'\n",
6236 nonnull (name), nonnull (value));
6237 {
6238 #ifdef HAVE_SETENV
6239 /* always make a copy, for consistency with !HAVE_SETENV */
6240 char *str = xstrdup (value);
6241 setenv (name, str, 1);
6242 #else
6243 size_t len = strlen (name) + 1 + strlen (value) + 1;
6244 char *str = XMALLOC (char, len);
6245 sprintf (str, "%s=%s", name, value);
6246 if (putenv (str) != EXIT_SUCCESS)
6247 {
6248 XFREE (str);
6249 }
6250 #endif
6251 }
6252 }
6253
6254 char *
6255 lt_extend_str (const char *orig_value, const char *add, int to_end)
6256 {
6257 char *new_value;
6258 if (orig_value && *orig_value)
6259 {
6260 size_t orig_value_len = strlen (orig_value);
6261 size_t add_len = strlen (add);
6262 new_value = XMALLOC (char, add_len + orig_value_len + 1);
6263 if (to_end)
6264 {
6265 strcpy (new_value, orig_value);
6266 strcpy (new_value + orig_value_len, add);
6267 }
6268 else
6269 {
6270 strcpy (new_value, add);
6271 strcpy (new_value + add_len, orig_value);
6272 }
6273 }
6274 else
6275 {
6276 new_value = xstrdup (add);
6277 }
6278 return new_value;
6279 }
6280
6281 void
6282 lt_update_exe_path (const char *name, const char *value)
6283 {
6284 lt_debugprintf (__FILE__, __LINE__,
6285 "(lt_update_exe_path) modifying '%s' by prepending '%s'\n",
6286 nonnull (name), nonnull (value));
6287
6288 if (name && *name && value && *value)
6289 {
6290 char *new_value = lt_extend_str (getenv (name), value, 0);
6291 /* some systems can't cope with a ':'-terminated path #' */
6292 size_t len = strlen (new_value);
6293 while ((len > 0) && IS_PATH_SEPARATOR (new_value[len-1]))
6294 {
6295 new_value[--len] = '\0';
6296 }
6297 lt_setenv (name, new_value);
6298 XFREE (new_value);
6299 }
6300 }
6301
6302 void
6303 lt_update_lib_path (const char *name, const char *value)
6304 {
6305 lt_debugprintf (__FILE__, __LINE__,
6306 "(lt_update_lib_path) modifying '%s' by prepending '%s'\n",
6307 nonnull (name), nonnull (value));
6308
6309 if (name && *name && value && *value)
6310 {
6311 char *new_value = lt_extend_str (getenv (name), value, 0);
6312 lt_setenv (name, new_value);
6313 XFREE (new_value);
6314 }
6315 }
6316
6317 EOF
6318 case $host_os in
6319 mingw*)
6320 cat <<"EOF"
6321
6322 /* Prepares an argument vector before calling spawn().
6323 Note that spawn() does not by itself call the command interpreter
6324 (getenv ("COMSPEC") != NULL ? getenv ("COMSPEC") :
6325 ({ OSVERSIONINFO v; v.dwOSVersionInfoSize = sizeof(OSVERSIONINFO);
6326 GetVersionEx(&v);
6327 v.dwPlatformId == VER_PLATFORM_WIN32_NT;
6328 }) ? "cmd.exe" : "command.com").
6329 Instead it simply concatenates the arguments, separated by ' ', and calls
6330 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
6331 interprets characters like ' ', '\t', '\\', '"' (but not '<' and '>') in a
6332 special way:
6333 - Space and tab are interpreted as delimiters. They are not treated as
6334 delimiters if they are surrounded by double quotes: "...".
6335 - Unescaped double quotes are removed from the input. Their only effect is
6336 that within double quotes, space and tab are treated like normal
6337 characters.
6338 - Backslashes not followed by double quotes are not special.
6339 - But 2*n+1 backslashes followed by a double quote become
6340 n backslashes followed by a double quote (n >= 0):
6341 \" -> "
6342 \\\" -> \"
6343 \\\\\" -> \\"
6344 */
6345 #define SHELL_SPECIAL_CHARS "\"\\ \001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037"
6346 #define SHELL_SPACE_CHARS " \001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037"
6347 char **
6348 prepare_spawn (char **argv)
6349 {
6350 size_t argc;
6351 char **new_argv;
6352 size_t i;
6353
6354 /* Count number of arguments. */
6355 for (argc = 0; argv[argc] != NULL; argc++)
6356 ;
6357
6358 /* Allocate new argument vector. */
6359 new_argv = XMALLOC (char *, argc + 1);
6360
6361 /* Put quoted arguments into the new argument vector. */
6362 for (i = 0; i < argc; i++)
6363 {
6364 const char *string = argv[i];
6365
6366 if (string[0] == '\0')
6367 new_argv[i] = xstrdup ("\"\"");
6368 else if (strpbrk (string, SHELL_SPECIAL_CHARS) != NULL)
6369 {
6370 int quote_around = (strpbrk (string, SHELL_SPACE_CHARS) != NULL);
6371 size_t length;
6372 unsigned int backslashes;
6373 const char *s;
6374 char *quoted_string;
6375 char *p;
6376
6377 length = 0;
6378 backslashes = 0;
6379 if (quote_around)
6380 length++;
6381 for (s = string; *s != '\0'; s++)
6382 {
6383 char c = *s;
6384 if (c == '"')
6385 length += backslashes + 1;
6386 length++;
6387 if (c == '\\')
6388 backslashes++;
6389 else
6390 backslashes = 0;
6391 }
6392 if (quote_around)
6393 length += backslashes + 1;
6394
6395 quoted_string = XMALLOC (char, length + 1);
6396
6397 p = quoted_string;
6398 backslashes = 0;
6399 if (quote_around)
6400 *p++ = '"';
6401 for (s = string; *s != '\0'; s++)
6402 {
6403 char c = *s;
6404 if (c == '"')
6405 {
6406 unsigned int j;
6407 for (j = backslashes + 1; j > 0; j--)
6408 *p++ = '\\';
6409 }
6410 *p++ = c;
6411 if (c == '\\')
6412 backslashes++;
6413 else
6414 backslashes = 0;
6415 }
6416 if (quote_around)
6417 {
6418 unsigned int j;
6419 for (j = backslashes; j > 0; j--)
6420 *p++ = '\\';
6421 *p++ = '"';
6422 }
6423 *p = '\0';
6424
6425 new_argv[i] = quoted_string;
6426 }
6427 else
6428 new_argv[i] = (char *) string;
6429 }
6430 new_argv[argc] = NULL;
6431
6432 return new_argv;
6433 }
6434 EOF
6435 ;;
6436 esac
6437
6438 cat <<"EOF"
6439 void lt_dump_script (FILE* f)
6440 {
6441 EOF
6442 func_emit_wrapper yes |
6443 $SED -n -e '
6444 s/^\(.\{79\}\)\(..*\)/\1\
6445 \2/
6446 h
6447 s/\([\\"]\)/\\\1/g
6448 s/$/\\n/
6449 s/\([^\n]*\).*/ fputs ("\1", f);/p
6450 g
6451 D'
6452 cat <<"EOF"
6453 }
6454 EOF
6455 }
6456 # end: func_emit_cwrapperexe_src
6457
6458 # func_win32_import_lib_p ARG
6459 # True if ARG is an import lib, as indicated by $file_magic_cmd
6460 func_win32_import_lib_p ()
6461 {
6462 $debug_cmd
6463
6464 case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
6465 *import*) : ;;
6466 *) false ;;
6467 esac
6468 }
6469
6470 # func_suncc_cstd_abi
6471 # !!ONLY CALL THIS FOR SUN CC AFTER $compile_command IS FULLY EXPANDED!!
6472 # Several compiler flags select an ABI that is incompatible with the
6473 # Cstd library. Avoid specifying it if any are in CXXFLAGS.
6474 func_suncc_cstd_abi ()
6475 {
6476 $debug_cmd
6477
6478 case " $compile_command " in
6479 *" -compat=g "*|*\ -std=c++[0-9][0-9]\ *|*" -library=stdcxx4 "*|*" -library=stlport4 "*)
6480 suncc_use_cstd_abi=no
6481 ;;
6482 *)
6483 suncc_use_cstd_abi=yes
6484 ;;
6485 esac
6486 }
6487
6488 # func_mode_link arg...
6489 func_mode_link ()
6490 {
6491 $debug_cmd
6492
6493 case $host in
6494 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
6495 # It is impossible to link a dll without this setting, and
6496 # we shouldn't force the makefile maintainer to figure out
6497 # what system we are compiling for in order to pass an extra
6498 # flag for every libtool invocation.
6499 # allow_undefined=no
6500
6501 # FIXME: Unfortunately, there are problems with the above when trying
6502 # to make a dll that has undefined symbols, in which case not
6503 # even a static library is built. For now, we need to specify
6504 # -no-undefined on the libtool link line when we can be certain
6505 # that all symbols are satisfied, otherwise we get a static library.
6506 allow_undefined=yes
6507 ;;
6508 *)
6509 allow_undefined=yes
6510 ;;
6511 esac
6512 libtool_args=$nonopt
6513 base_compile="$nonopt $@"
6514 compile_command=$nonopt
6515 finalize_command=$nonopt
6516
6517 compile_rpath=
6518 finalize_rpath=
6519 compile_shlibpath=
6520 finalize_shlibpath=
6521 convenience=
6522 old_convenience=
6523 deplibs=
6524 old_deplibs=
6525 compiler_flags=
6526 linker_flags=
6527 dllsearchpath=
6528 lib_search_path=`pwd`
6529 inst_prefix_dir=
6530 new_inherited_linker_flags=
6531
6532 avoid_version=no
6533 bindir=
6534 dlfiles=
6535 dlprefiles=
6536 dlself=no
6537 export_dynamic=no
6538 export_symbols=
6539 export_symbols_regex=
6540 generated=
6541 libobjs=
6542 ltlibs=
6543 module=no
6544 no_install=no
6545 objs=
6546 os2dllname=
6547 non_pic_objects=
6548 precious_files_regex=
6549 prefer_static_libs=no
6550 preload=false
6551 prev=
6552 prevarg=
6553 release=
6554 rpath=
6555 xrpath=
6556 perm_rpath=
6557 temp_rpath=
6558 thread_safe=no
6559 vinfo=
6560 vinfo_number=no
6561 weak_libs=
6562 single_module=$wl-single_module
6563 func_infer_tag $base_compile
6564
6565 # We need to know -static, to get the right output filenames.
6566 for arg
6567 do
6568 case $arg in
6569 -shared)
6570 test yes != "$build_libtool_libs" \
6571 && func_fatal_configuration "cannot build a shared library"
6572 build_old_libs=no
6573 break
6574 ;;
6575 -all-static | -static | -static-libtool-libs)
6576 case $arg in
6577 -all-static)
6578 if test yes = "$build_libtool_libs" && test -z "$link_static_flag"; then
6579 func_warning "complete static linking is impossible in this configuration"
6580 fi
6581 if test -n "$link_static_flag"; then
6582 dlopen_self=$dlopen_self_static
6583 fi
6584 prefer_static_libs=yes
6585 ;;
6586 -static)
6587 if test -z "$pic_flag" && test -n "$link_static_flag"; then
6588 dlopen_self=$dlopen_self_static
6589 fi
6590 prefer_static_libs=built
6591 ;;
6592 -static-libtool-libs)
6593 if test -z "$pic_flag" && test -n "$link_static_flag"; then
6594 dlopen_self=$dlopen_self_static
6595 fi
6596 prefer_static_libs=yes
6597 ;;
6598 esac
6599 build_libtool_libs=no
6600 build_old_libs=yes
6601 break
6602 ;;
6603 esac
6604 done
6605
6606 # See if our shared archives depend on static archives.
6607 test -n "$old_archive_from_new_cmds" && build_old_libs=yes
6608
6609 # Go through the arguments, transforming them on the way.
6610 while test "$#" -gt 0; do
6611 arg=$1
6612 shift
6613 func_quote_for_eval "$arg"
6614 qarg=$func_quote_for_eval_unquoted_result
6615 func_append libtool_args " $func_quote_for_eval_result"
6616
6617 # If the previous option needs an argument, assign it.
6618 if test -n "$prev"; then
6619 case $prev in
6620 output)
6621 func_append compile_command " @OUTPUT@"
6622 func_append finalize_command " @OUTPUT@"
6623 ;;
6624 esac
6625
6626 case $prev in
6627 bindir)
6628 bindir=$arg
6629 prev=
6630 continue
6631 ;;
6632 dlfiles|dlprefiles)
6633 $preload || {
6634 # Add the symbol object into the linking commands.
6635 func_append compile_command " @SYMFILE@"
6636 func_append finalize_command " @SYMFILE@"
6637 preload=:
6638 }
6639 case $arg in
6640 *.la | *.lo) ;; # We handle these cases below.
6641 force)
6642 if test no = "$dlself"; then
6643 dlself=needless
6644 export_dynamic=yes
6645 fi
6646 prev=
6647 continue
6648 ;;
6649 self)
6650 if test dlprefiles = "$prev"; then
6651 dlself=yes
6652 elif test dlfiles = "$prev" && test yes != "$dlopen_self"; then
6653 dlself=yes
6654 else
6655 dlself=needless
6656 export_dynamic=yes
6657 fi
6658 prev=
6659 continue
6660 ;;
6661 *)
6662 if test dlfiles = "$prev"; then
6663 func_append dlfiles " $arg"
6664 else
6665 func_append dlprefiles " $arg"
6666 fi
6667 prev=
6668 continue
6669 ;;
6670 esac
6671 ;;
6672 expsyms)
6673 export_symbols=$arg
6674 test -f "$arg" \
6675 || func_fatal_error "symbol file '$arg' does not exist"
6676 prev=
6677 continue
6678 ;;
6679 expsyms_regex)
6680 export_symbols_regex=$arg
6681 prev=
6682 continue
6683 ;;
6684 framework)
6685 case $host in
6686 *-*-darwin*)
6687 case "$deplibs " in
6688 *" $qarg.ltframework "*) ;;
6689 *) func_append deplibs " $qarg.ltframework" # this is fixed later
6690 ;;
6691 esac
6692 ;;
6693 esac
6694 prev=
6695 continue
6696 ;;
6697 inst_prefix)
6698 inst_prefix_dir=$arg
6699 prev=
6700 continue
6701 ;;
6702 mllvm)
6703 # Clang does not use LLVM to link, so we can simply discard any
6704 # '-mllvm $arg' options when doing the link step.
6705 prev=
6706 continue
6707 ;;
6708 objectlist)
6709 if test -f "$arg"; then
6710 save_arg=$arg
6711 moreargs=
6712 for fil in `cat "$save_arg"`
6713 do
6714 # func_append moreargs " $fil"
6715 arg=$fil
6716 # A libtool-controlled object.
6717
6718 # Check to see that this really is a libtool object.
6719 if func_lalib_unsafe_p "$arg"; then
6720 pic_object=
6721 non_pic_object=
6722
6723 # Read the .lo file
6724 func_source "$arg"
6725
6726 if test -z "$pic_object" ||
6727 test -z "$non_pic_object" ||
6728 test none = "$pic_object" &&
6729 test none = "$non_pic_object"; then
6730 func_fatal_error "cannot find name of object for '$arg'"
6731 fi
6732
6733 # Extract subdirectory from the argument.
6734 func_dirname "$arg" "/" ""
6735 xdir=$func_dirname_result
6736
6737 if test none != "$pic_object"; then
6738 # Prepend the subdirectory the object is found in.
6739 pic_object=$xdir$pic_object
6740
6741 if test dlfiles = "$prev"; then
6742 if test yes = "$build_libtool_libs" && test yes = "$dlopen_support"; then
6743 func_append dlfiles " $pic_object"
6744 prev=
6745 continue
6746 else
6747 # If libtool objects are unsupported, then we need to preload.
6748 prev=dlprefiles
6749 fi
6750 fi
6751
6752 # CHECK ME: I think I busted this. -Ossama
6753 if test dlprefiles = "$prev"; then
6754 # Preload the old-style object.
6755 func_append dlprefiles " $pic_object"
6756 prev=
6757 fi
6758
6759 # A PIC object.
6760 func_append libobjs " $pic_object"
6761 arg=$pic_object
6762 fi
6763
6764 # Non-PIC object.
6765 if test none != "$non_pic_object"; then
6766 # Prepend the subdirectory the object is found in.
6767 non_pic_object=$xdir$non_pic_object
6768
6769 # A standard non-PIC object
6770 func_append non_pic_objects " $non_pic_object"
6771 if test -z "$pic_object" || test none = "$pic_object"; then
6772 arg=$non_pic_object
6773 fi
6774 else
6775 # If the PIC object exists, use it instead.
6776 # $xdir was prepended to $pic_object above.
6777 non_pic_object=$pic_object
6778 func_append non_pic_objects " $non_pic_object"
6779 fi
6780 else
6781 # Only an error if not doing a dry-run.
6782 if $opt_dry_run; then
6783 # Extract subdirectory from the argument.
6784 func_dirname "$arg" "/" ""
6785 xdir=$func_dirname_result
6786
6787 func_lo2o "$arg"
6788 pic_object=$xdir$objdir/$func_lo2o_result
6789 non_pic_object=$xdir$func_lo2o_result
6790 func_append libobjs " $pic_object"
6791 func_append non_pic_objects " $non_pic_object"
6792 else
6793 func_fatal_error "'$arg' is not a valid libtool object"
6794 fi
6795 fi
6796 done
6797 else
6798 func_fatal_error "link input file '$arg' does not exist"
6799 fi
6800 arg=$save_arg
6801 prev=
6802 continue
6803 ;;
6804 os2dllname)
6805 os2dllname=$arg
6806 prev=
6807 continue
6808 ;;
6809 precious_regex)
6810 precious_files_regex=$arg
6811 prev=
6812 continue
6813 ;;
6814 release)
6815 release=-$arg
6816 prev=
6817 continue
6818 ;;
6819 rpath | xrpath)
6820 # We need an absolute path.
6821 case $arg in
6822 [\\/]* | [A-Za-z]:[\\/]*) ;;
6823 *)
6824 func_fatal_error "only absolute run-paths are allowed"
6825 ;;
6826 esac
6827 if test rpath = "$prev"; then
6828 case "$rpath " in
6829 *" $arg "*) ;;
6830 *) func_append rpath " $arg" ;;
6831 esac
6832 else
6833 case "$xrpath " in
6834 *" $arg "*) ;;
6835 *) func_append xrpath " $arg" ;;
6836 esac
6837 fi
6838 prev=
6839 continue
6840 ;;
6841 shrext)
6842 shrext_cmds=$arg
6843 prev=
6844 continue
6845 ;;
6846 weak)
6847 func_append weak_libs " $arg"
6848 prev=
6849 continue
6850 ;;
6851 xcclinker)
6852 func_append linker_flags " $qarg"
6853 func_append compiler_flags " $qarg"
6854 prev=
6855 func_append compile_command " $qarg"
6856 func_append finalize_command " $qarg"
6857 continue
6858 ;;
6859 xcompiler)
6860 func_append compiler_flags " $qarg"
6861 prev=
6862 func_append compile_command " $qarg"
6863 func_append finalize_command " $qarg"
6864 continue
6865 ;;
6866 xlinker)
6867 func_append linker_flags " $qarg"
6868 func_append compiler_flags " $wl$qarg"
6869 prev=
6870 func_append compile_command " $wl$qarg"
6871 func_append finalize_command " $wl$qarg"
6872 continue
6873 ;;
6874 *)
6875 eval "$prev=\"\$arg\""
6876 prev=
6877 continue
6878 ;;
6879 esac
6880 fi # test -n "$prev"
6881
6882 prevarg=$arg
6883
6884 case $arg in
6885 -all-static)
6886 if test -n "$link_static_flag"; then
6887 # See comment for -static flag below, for more details.
6888 func_append compile_command " $link_static_flag"
6889 func_append finalize_command " $link_static_flag"
6890 fi
6891 continue
6892 ;;
6893
6894 -allow-undefined)
6895 # FIXME: remove this flag sometime in the future.
6896 func_fatal_error "'-allow-undefined' must not be used because it is the default"
6897 ;;
6898
6899 -avoid-version)
6900 avoid_version=yes
6901 continue
6902 ;;
6903
6904 -bindir)
6905 prev=bindir
6906 continue
6907 ;;
6908
6909 -dlopen)
6910 prev=dlfiles
6911 continue
6912 ;;
6913
6914 -dlpreopen)
6915 prev=dlprefiles
6916 continue
6917 ;;
6918
6919 -export-dynamic)
6920 export_dynamic=yes
6921 continue
6922 ;;
6923
6924 -export-symbols | -export-symbols-regex)
6925 if test -n "$export_symbols" || test -n "$export_symbols_regex"; then
6926 func_fatal_error "more than one -exported-symbols argument is not allowed"
6927 fi
6928 if test X-export-symbols = "X$arg"; then
6929 prev=expsyms
6930 else
6931 prev=expsyms_regex
6932 fi
6933 continue
6934 ;;
6935
6936 -framework)
6937 prev=framework
6938 continue
6939 ;;
6940
6941 -inst-prefix-dir)
6942 prev=inst_prefix
6943 continue
6944 ;;
6945
6946 # The native IRIX linker understands -LANG:*, -LIST:* and -LNO:*
6947 # so, if we see these flags be careful not to treat them like -L
6948 -L[A-Z][A-Z]*:*)
6949 case $with_gcc/$host in
6950 no/*-*-irix* | /*-*-irix*)
6951 func_append compile_command " $arg"
6952 func_append finalize_command " $arg"
6953 ;;
6954 esac
6955 continue
6956 ;;
6957
6958 -L*)
6959 func_stripname "-L" '' "$arg"
6960 if test -z "$func_stripname_result"; then
6961 if test "$#" -gt 0; then
6962 func_fatal_error "require no space between '-L' and '$1'"
6963 else
6964 func_fatal_error "need path for '-L' option"
6965 fi
6966 fi
6967 func_resolve_sysroot "$func_stripname_result"
6968 dir=$func_resolve_sysroot_result
6969 # We need an absolute path.
6970 case $dir in
6971 [\\/]* | [A-Za-z]:[\\/]*) ;;
6972 *)
6973 absdir=`cd "$dir" && pwd`
6974 test -z "$absdir" && \
6975 func_fatal_error "cannot determine absolute directory name of '$dir'"
6976 dir=$absdir
6977 ;;
6978 esac
6979 case "$deplibs " in
6980 *" -L$dir "* | *" $arg "*)
6981 # Will only happen for absolute or sysroot arguments
6982 ;;
6983 *)
6984 # Preserve sysroot, but never include relative directories
6985 case $dir in
6986 [\\/]* | [A-Za-z]:[\\/]* | =*) func_append deplibs " $arg" ;;
6987 *) func_append deplibs " -L$dir" ;;
6988 esac
6989 func_append lib_search_path " $dir"
6990 ;;
6991 esac
6992 case $host in
6993 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
6994 testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
6995 case :$dllsearchpath: in
6996 *":$dir:"*) ;;
6997 ::) dllsearchpath=$dir;;
6998 *) func_append dllsearchpath ":$dir";;
6999 esac
7000 case :$dllsearchpath: in
7001 *":$testbindir:"*) ;;
7002 ::) dllsearchpath=$testbindir;;
7003 *) func_append dllsearchpath ":$testbindir";;
7004 esac
7005 ;;
7006 esac
7007 continue
7008 ;;
7009
7010 -l*)
7011 if test X-lc = "X$arg" || test X-lm = "X$arg"; then
7012 case $host in
7013 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos* | *-cegcc* | *-*-haiku*)
7014 # These systems don't actually have a C or math library (as such)
7015 continue
7016 ;;
7017 *-*-os2*)
7018 # These systems don't actually have a C library (as such)
7019 test X-lc = "X$arg" && continue
7020 ;;
7021 *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig*)
7022 # Do not include libc due to us having libc/libc_r.
7023 test X-lc = "X$arg" && continue
7024 ;;
7025 *-*-rhapsody* | *-*-darwin1.[012])
7026 # Rhapsody C and math libraries are in the System framework
7027 func_append deplibs " System.ltframework"
7028 continue
7029 ;;
7030 *-*-sco3.2v5* | *-*-sco5v6*)
7031 # Causes problems with __ctype
7032 test X-lc = "X$arg" && continue
7033 ;;
7034 *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*)
7035 # Compiler inserts libc in the correct place for threads to work
7036 test X-lc = "X$arg" && continue
7037 ;;
7038 esac
7039 elif test X-lc_r = "X$arg"; then
7040 case $host in
7041 *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig*)
7042 # Do not include libc_r directly, use -pthread flag.
7043 continue
7044 ;;
7045 esac
7046 fi
7047 func_append deplibs " $arg"
7048 continue
7049 ;;
7050
7051 -mllvm)
7052 prev=mllvm
7053 continue
7054 ;;
7055
7056 -module)
7057 module=yes
7058 continue
7059 ;;
7060
7061 # Tru64 UNIX uses -model [arg] to determine the layout of C++
7062 # classes, name mangling, and exception handling.
7063 # Darwin uses the -arch flag to determine output architecture.
7064 -model|-arch|-isysroot|--sysroot)
7065 func_append compiler_flags " $arg"
7066 func_append compile_command " $arg"
7067 func_append finalize_command " $arg"
7068 prev=xcompiler
7069 continue
7070 ;;
7071
7072 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \
7073 |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*)
7074 func_append compiler_flags " $arg"
7075 func_append compile_command " $arg"
7076 func_append finalize_command " $arg"
7077 case "$new_inherited_linker_flags " in
7078 *" $arg "*) ;;
7079 * ) func_append new_inherited_linker_flags " $arg" ;;
7080 esac
7081 continue
7082 ;;
7083
7084 -multi_module)
7085 single_module=$wl-multi_module
7086 continue
7087 ;;
7088
7089 -no-fast-install)
7090 fast_install=no
7091 continue
7092 ;;
7093
7094 -no-install)
7095 case $host in
7096 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin* | *-cegcc*)
7097 # The PATH hackery in wrapper scripts is required on Windows
7098 # and Darwin in order for the loader to find any dlls it needs.
7099 func_warning "'-no-install' is ignored for $host"
7100 func_warning "assuming '-no-fast-install' instead"
7101 fast_install=no
7102 ;;
7103 *) no_install=yes ;;
7104 esac
7105 continue
7106 ;;
7107
7108 -no-undefined)
7109 allow_undefined=no
7110 continue
7111 ;;
7112
7113 -objectlist)
7114 prev=objectlist
7115 continue
7116 ;;
7117
7118 -os2dllname)
7119 prev=os2dllname
7120 continue
7121 ;;
7122
7123 -o) prev=output ;;
7124
7125 -precious-files-regex)
7126 prev=precious_regex
7127 continue
7128 ;;
7129
7130 -release)
7131 prev=release
7132 continue
7133 ;;
7134
7135 -rpath)
7136 prev=rpath
7137 continue
7138 ;;
7139
7140 -R)
7141 prev=xrpath
7142 continue
7143 ;;
7144
7145 -R*)
7146 func_stripname '-R' '' "$arg"
7147 dir=$func_stripname_result
7148 # We need an absolute path.
7149 case $dir in
7150 [\\/]* | [A-Za-z]:[\\/]*) ;;
7151 =*)
7152 func_stripname '=' '' "$dir"
7153 dir=$lt_sysroot$func_stripname_result
7154 ;;
7155 *)
7156 func_fatal_error "only absolute run-paths are allowed"
7157 ;;
7158 esac
7159 case "$xrpath " in
7160 *" $dir "*) ;;
7161 *) func_append xrpath " $dir" ;;
7162 esac
7163 continue
7164 ;;
7165
7166 -shared)
7167 # The effects of -shared are defined in a previous loop.
7168 continue
7169 ;;
7170
7171 -shrext)
7172 prev=shrext
7173 continue
7174 ;;
7175
7176 -static | -static-libtool-libs)
7177 # The effects of -static are defined in a previous loop.
7178 # We used to do the same as -all-static on platforms that
7179 # didn't have a PIC flag, but the assumption that the effects
7180 # would be equivalent was wrong. It would break on at least
7181 # Digital Unix and AIX.
7182 continue
7183 ;;
7184
7185 -thread-safe)
7186 thread_safe=yes
7187 continue
7188 ;;
7189
7190 -version-info)
7191 prev=vinfo
7192 continue
7193 ;;
7194
7195 -version-number)
7196 prev=vinfo
7197 vinfo_number=yes
7198 continue
7199 ;;
7200
7201 -weak)
7202 prev=weak
7203 continue
7204 ;;
7205
7206 -Wc,*)
7207 func_stripname '-Wc,' '' "$arg"
7208 args=$func_stripname_result
7209 arg=
7210 save_ifs=$IFS; IFS=,
7211 for flag in $args; do
7212 IFS=$save_ifs
7213 func_quote_for_eval "$flag"
7214 func_append arg " $func_quote_for_eval_result"
7215 func_append compiler_flags " $func_quote_for_eval_result"
7216 done
7217 IFS=$save_ifs
7218 func_stripname ' ' '' "$arg"
7219 arg=$func_stripname_result
7220 ;;
7221
7222 -Wl,*)
7223 func_stripname '-Wl,' '' "$arg"
7224 args=$func_stripname_result
7225 arg=
7226 save_ifs=$IFS; IFS=,
7227 for flag in $args; do
7228 IFS=$save_ifs
7229 func_quote_for_eval "$flag"
7230 func_append arg " $wl$func_quote_for_eval_result"
7231 func_append compiler_flags " $wl$func_quote_for_eval_result"
7232 func_append linker_flags " $func_quote_for_eval_result"
7233 done
7234 IFS=$save_ifs
7235 func_stripname ' ' '' "$arg"
7236 arg=$func_stripname_result
7237 ;;
7238
7239 -Xcompiler)
7240 prev=xcompiler
7241 continue
7242 ;;
7243
7244 -Xlinker)
7245 prev=xlinker
7246 continue
7247 ;;
7248
7249 -XCClinker)
7250 prev=xcclinker
7251 continue
7252 ;;
7253
7254 # -msg_* for osf cc
7255 -msg_*)
7256 func_quote_for_eval "$arg"
7257 arg=$func_quote_for_eval_result
7258 ;;
7259
7260 # Flags to be passed through unchanged, with rationale:
7261 # -64, -mips[0-9] enable 64-bit mode for the SGI compiler
7262 # -r[0-9][0-9]* specify processor for the SGI compiler
7263 # -xarch=*, -xtarget=* enable 64-bit mode for the Sun compiler
7264 # +DA*, +DD* enable 64-bit mode for the HP compiler
7265 # -q* compiler args for the IBM compiler
7266 # -m*, -t[45]*, -txscale* architecture-specific flags for GCC
7267 # -F/path path to uninstalled frameworks, gcc on darwin
7268 # -p, -pg, --coverage, -fprofile-* profiling flags for GCC
7269 # -fstack-protector* stack protector flags for GCC
7270 # @file GCC response files
7271 # -tp=* Portland pgcc target processor selection
7272 # --sysroot=* for sysroot support
7273 # -O*, -g*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization
7274 # -specs=* GCC specs files
7275 # -stdlib=* select c++ std lib with clang
7276 # -fsanitize=* Clang/GCC memory and address sanitizer
7277 -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
7278 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \
7279 -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*| \
7280 -specs=*|-fsanitize=*)
7281 func_quote_for_eval "$arg"
7282 arg=$func_quote_for_eval_result
7283 func_append compile_command " $arg"
7284 func_append finalize_command " $arg"
7285 func_append compiler_flags " $arg"
7286 continue
7287 ;;
7288
7289 -Z*)
7290 if test os2 = "`expr $host : '.*\(os2\)'`"; then
7291 # OS/2 uses -Zxxx to specify OS/2-specific options
7292 compiler_flags="$compiler_flags $arg"
7293 func_append compile_command " $arg"
7294 func_append finalize_command " $arg"
7295 case $arg in
7296 -Zlinker | -Zstack)
7297 prev=xcompiler
7298 ;;
7299 esac
7300 continue
7301 else
7302 # Otherwise treat like 'Some other compiler flag' below
7303 func_quote_for_eval "$arg"
7304 arg=$func_quote_for_eval_result
7305 fi
7306 ;;
7307
7308 # Some other compiler flag.
7309 -* | +*)
7310 func_quote_for_eval "$arg"
7311 arg=$func_quote_for_eval_result
7312 ;;
7313
7314 *.$objext)
7315 # A standard object.
7316 func_append objs " $arg"
7317 ;;
7318
7319 *.lo)
7320 # A libtool-controlled object.
7321
7322 # Check to see that this really is a libtool object.
7323 if func_lalib_unsafe_p "$arg"; then
7324 pic_object=
7325 non_pic_object=
7326
7327 # Read the .lo file
7328 func_source "$arg"
7329
7330 if test -z "$pic_object" ||
7331 test -z "$non_pic_object" ||
7332 test none = "$pic_object" &&
7333 test none = "$non_pic_object"; then
7334 func_fatal_error "cannot find name of object for '$arg'"
7335 fi
7336
7337 # Extract subdirectory from the argument.
7338 func_dirname "$arg" "/" ""
7339 xdir=$func_dirname_result
7340
7341 test none = "$pic_object" || {
7342 # Prepend the subdirectory the object is found in.
7343 pic_object=$xdir$pic_object
7344
7345 if test dlfiles = "$prev"; then
7346 if test yes = "$build_libtool_libs" && test yes = "$dlopen_support"; then
7347 func_append dlfiles " $pic_object"
7348 prev=
7349 continue
7350 else
7351 # If libtool objects are unsupported, then we need to preload.
7352 prev=dlprefiles
7353 fi
7354 fi
7355
7356 # CHECK ME: I think I busted this. -Ossama
7357 if test dlprefiles = "$prev"; then
7358 # Preload the old-style object.
7359 func_append dlprefiles " $pic_object"
7360 prev=
7361 fi
7362
7363 # A PIC object.
7364 func_append libobjs " $pic_object"
7365 arg=$pic_object
7366 }
7367
7368 # Non-PIC object.
7369 if test none != "$non_pic_object"; then
7370 # Prepend the subdirectory the object is found in.
7371 non_pic_object=$xdir$non_pic_object
7372
7373 # A standard non-PIC object
7374 func_append non_pic_objects " $non_pic_object"
7375 if test -z "$pic_object" || test none = "$pic_object"; then
7376 arg=$non_pic_object
7377 fi
7378 else
7379 # If the PIC object exists, use it instead.
7380 # $xdir was prepended to $pic_object above.
7381 non_pic_object=$pic_object
7382 func_append non_pic_objects " $non_pic_object"
7383 fi
7384 else
7385 # Only an error if not doing a dry-run.
7386 if $opt_dry_run; then
7387 # Extract subdirectory from the argument.
7388 func_dirname "$arg" "/" ""
7389 xdir=$func_dirname_result
7390
7391 func_lo2o "$arg"
7392 pic_object=$xdir$objdir/$func_lo2o_result
7393 non_pic_object=$xdir$func_lo2o_result
7394 func_append libobjs " $pic_object"
7395 func_append non_pic_objects " $non_pic_object"
7396 else
7397 func_fatal_error "'$arg' is not a valid libtool object"
7398 fi
7399 fi
7400 ;;
7401
7402 *.$libext)
7403 # An archive.
7404 func_append deplibs " $arg"
7405 func_append old_deplibs " $arg"
7406 continue
7407 ;;
7408
7409 *.la)
7410 # A libtool-controlled library.
7411
7412 func_resolve_sysroot "$arg"
7413 if test dlfiles = "$prev"; then
7414 # This library was specified with -dlopen.
7415 func_append dlfiles " $func_resolve_sysroot_result"
7416 prev=
7417 elif test dlprefiles = "$prev"; then
7418 # The library was specified with -dlpreopen.
7419 func_append dlprefiles " $func_resolve_sysroot_result"
7420 prev=
7421 else
7422 func_append deplibs " $func_resolve_sysroot_result"
7423 fi
7424 continue
7425 ;;
7426
7427 # Some other compiler argument.
7428 *)
7429 # Unknown arguments in both finalize_command and compile_command need
7430 # to be aesthetically quoted because they are evaled later.
7431 func_quote_for_eval "$arg"
7432 arg=$func_quote_for_eval_result
7433 ;;
7434 esac # arg
7435
7436 # Now actually substitute the argument into the commands.
7437 if test -n "$arg"; then
7438 func_append compile_command " $arg"
7439 func_append finalize_command " $arg"
7440 fi
7441 done # argument parsing loop
7442
7443 test -n "$prev" && \
7444 func_fatal_help "the '$prevarg' option requires an argument"
7445
7446 if test yes = "$export_dynamic" && test -n "$export_dynamic_flag_spec"; then
7447 eval arg=\"$export_dynamic_flag_spec\"
7448 func_append compile_command " $arg"
7449 func_append finalize_command " $arg"
7450 fi
7451
7452 oldlibs=
7453 # calculate the name of the file, without its directory
7454 func_basename "$output"
7455 outputname=$func_basename_result
7456 libobjs_save=$libobjs
7457
7458 if test -n "$shlibpath_var"; then
7459 # get the directories listed in $shlibpath_var
7460 eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\`
7461 else
7462 shlib_search_path=
7463 fi
7464 eval sys_lib_search_path=\"$sys_lib_search_path_spec\"
7465 eval sys_lib_dlsearch_path=\"$sys_lib_dlsearch_path_spec\"
7466
7467 # Definition is injected by LT_CONFIG during libtool generation.
7468 func_munge_path_list sys_lib_dlsearch_path "$LT_SYS_LIBRARY_PATH"
7469
7470 func_dirname "$output" "/" ""
7471 output_objdir=$func_dirname_result$objdir
7472 func_to_tool_file "$output_objdir/"
7473 tool_output_objdir=$func_to_tool_file_result
7474 # Create the object directory.
7475 func_mkdir_p "$output_objdir"
7476
7477 # Determine the type of output
7478 case $output in
7479 "")
7480 func_fatal_help "you must specify an output file"
7481 ;;
7482 *.$libext) linkmode=oldlib ;;
7483 *.lo | *.$objext) linkmode=obj ;;
7484 *.la) linkmode=lib ;;
7485 *) linkmode=prog ;; # Anything else should be a program.
7486 esac
7487
7488 specialdeplibs=
7489
7490 libs=
7491 # Find all interdependent deplibs by searching for libraries
7492 # that are linked more than once (e.g. -la -lb -la)
7493 for deplib in $deplibs; do
7494 if $opt_preserve_dup_deps; then
7495 case "$libs " in
7496 *" $deplib "*) func_append specialdeplibs " $deplib" ;;
7497 esac
7498 fi
7499 func_append libs " $deplib"
7500 done
7501
7502 if test lib = "$linkmode"; then
7503 libs="$predeps $libs $compiler_lib_search_path $postdeps"
7504
7505 # Compute libraries that are listed more than once in $predeps
7506 # $postdeps and mark them as special (i.e., whose duplicates are
7507 # not to be eliminated).
7508 pre_post_deps=
7509 if $opt_duplicate_compiler_generated_deps; then
7510 for pre_post_dep in $predeps $postdeps; do
7511 case "$pre_post_deps " in
7512 *" $pre_post_dep "*) func_append specialdeplibs " $pre_post_deps" ;;
7513 esac
7514 func_append pre_post_deps " $pre_post_dep"
7515 done
7516 fi
7517 pre_post_deps=
7518 fi
7519
7520 deplibs=
7521 newdependency_libs=
7522 newlib_search_path=
7523 need_relink=no # whether we're linking any uninstalled libtool libraries
7524 notinst_deplibs= # not-installed libtool libraries
7525 notinst_path= # paths that contain not-installed libtool libraries
7526
7527 case $linkmode in
7528 lib)
7529 passes="conv dlpreopen link"
7530 for file in $dlfiles $dlprefiles; do
7531 case $file in
7532 *.la) ;;
7533 *)
7534 func_fatal_help "libraries can '-dlopen' only libtool libraries: $file"
7535 ;;
7536 esac
7537 done
7538 ;;
7539 prog)
7540 compile_deplibs=
7541 finalize_deplibs=
7542 alldeplibs=false
7543 newdlfiles=
7544 newdlprefiles=
7545 passes="conv scan dlopen dlpreopen link"
7546 ;;
7547 *) passes="conv"
7548 ;;
7549 esac
7550
7551 for pass in $passes; do
7552 # The preopen pass in lib mode reverses $deplibs; put it back here
7553 # so that -L comes before libs that need it for instance...
7554 if test lib,link = "$linkmode,$pass"; then
7555 ## FIXME: Find the place where the list is rebuilt in the wrong
7556 ## order, and fix it there properly
7557 tmp_deplibs=
7558 for deplib in $deplibs; do
7559 tmp_deplibs="$deplib $tmp_deplibs"
7560 done
7561 deplibs=$tmp_deplibs
7562 fi
7563
7564 if test lib,link = "$linkmode,$pass" ||
7565 test prog,scan = "$linkmode,$pass"; then
7566 libs=$deplibs
7567 deplibs=
7568 fi
7569 if test prog = "$linkmode"; then
7570 case $pass in
7571 dlopen) libs=$dlfiles ;;
7572 dlpreopen) libs=$dlprefiles ;;
7573 link)
7574 libs="$deplibs %DEPLIBS%"
7575 test "X$link_all_deplibs" != Xno && libs="$libs $dependency_libs"
7576 ;;
7577 esac
7578 fi
7579 if test lib,dlpreopen = "$linkmode,$pass"; then
7580 # Collect and forward deplibs of preopened libtool libs
7581 for lib in $dlprefiles; do
7582 # Ignore non-libtool-libs
7583 dependency_libs=
7584 func_resolve_sysroot "$lib"
7585 case $lib in
7586 *.la) func_source "$func_resolve_sysroot_result" ;;
7587 esac
7588
7589 # Collect preopened libtool deplibs, except any this library
7590 # has declared as weak libs
7591 for deplib in $dependency_libs; do
7592 func_basename "$deplib"
7593 deplib_base=$func_basename_result
7594 case " $weak_libs " in
7595 *" $deplib_base "*) ;;
7596 *) func_append deplibs " $deplib" ;;
7597 esac
7598 done
7599 done
7600 libs=$dlprefiles
7601 fi
7602 if test dlopen = "$pass"; then
7603 # Collect dlpreopened libraries
7604 save_deplibs=$deplibs
7605 deplibs=
7606 fi
7607
7608 for deplib in $libs; do
7609 lib=
7610 found=false
7611 case $deplib in
7612 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \
7613 |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*)
7614 if test prog,link = "$linkmode,$pass"; then
7615 compile_deplibs="$deplib $compile_deplibs"
7616 finalize_deplibs="$deplib $finalize_deplibs"
7617 else
7618 func_append compiler_flags " $deplib"
7619 if test lib = "$linkmode"; then
7620 case "$new_inherited_linker_flags " in
7621 *" $deplib "*) ;;
7622 * ) func_append new_inherited_linker_flags " $deplib" ;;
7623 esac
7624 fi
7625 fi
7626 continue
7627 ;;
7628 -l*)
7629 if test lib != "$linkmode" && test prog != "$linkmode"; then
7630 func_warning "'-l' is ignored for archives/objects"
7631 continue
7632 fi
7633 func_stripname '-l' '' "$deplib"
7634 name=$func_stripname_result
7635 if test lib = "$linkmode"; then
7636 searchdirs="$newlib_search_path $lib_search_path $compiler_lib_search_dirs $sys_lib_search_path $shlib_search_path"
7637 else
7638 searchdirs="$newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path"
7639 fi
7640 for searchdir in $searchdirs; do
7641 for search_ext in .la $std_shrext .so .a; do
7642 # Search the libtool library
7643 lib=$searchdir/lib$name$search_ext
7644 if test -f "$lib"; then
7645 if test .la = "$search_ext"; then
7646 found=:
7647 else
7648 found=false
7649 fi
7650 break 2
7651 fi
7652 done
7653 done
7654 if $found; then
7655 # deplib is a libtool library
7656 # If $allow_libtool_libs_with_static_runtimes && $deplib is a stdlib,
7657 # We need to do some special things here, and not later.
7658 if test yes = "$allow_libtool_libs_with_static_runtimes"; then
7659 case " $predeps $postdeps " in
7660 *" $deplib "*)
7661 if func_lalib_p "$lib"; then
7662 library_names=
7663 old_library=
7664 func_source "$lib"
7665 for l in $old_library $library_names; do
7666 ll=$l
7667 done
7668 if test "X$ll" = "X$old_library"; then # only static version available
7669 found=false
7670 func_dirname "$lib" "" "."
7671 ladir=$func_dirname_result
7672 lib=$ladir/$old_library
7673 if test prog,link = "$linkmode,$pass"; then
7674 compile_deplibs="$deplib $compile_deplibs"
7675 finalize_deplibs="$deplib $finalize_deplibs"
7676 else
7677 deplibs="$deplib $deplibs"
7678 test lib = "$linkmode" && newdependency_libs="$deplib $newdependency_libs"
7679 fi
7680 continue
7681 fi
7682 fi
7683 ;;
7684 *) ;;
7685 esac
7686 fi
7687 else
7688 # deplib doesn't seem to be a libtool library
7689 if test prog,link = "$linkmode,$pass"; then
7690 compile_deplibs="$deplib $compile_deplibs"
7691 finalize_deplibs="$deplib $finalize_deplibs"
7692 else
7693 deplibs="$deplib $deplibs"
7694 test lib = "$linkmode" && newdependency_libs="$deplib $newdependency_libs"
7695 fi
7696 continue
7697 fi
7698 ;; # -l
7699 *.ltframework)
7700 if test prog,link = "$linkmode,$pass"; then
7701 compile_deplibs="$deplib $compile_deplibs"
7702 finalize_deplibs="$deplib $finalize_deplibs"
7703 else
7704 deplibs="$deplib $deplibs"
7705 if test lib = "$linkmode"; then
7706 case "$new_inherited_linker_flags " in
7707 *" $deplib "*) ;;
7708 * ) func_append new_inherited_linker_flags " $deplib" ;;
7709 esac
7710 fi
7711 fi
7712 continue
7713 ;;
7714 -L*)
7715 case $linkmode in
7716 lib)
7717 deplibs="$deplib $deplibs"
7718 test conv = "$pass" && continue
7719 newdependency_libs="$deplib $newdependency_libs"
7720 func_stripname '-L' '' "$deplib"
7721 func_resolve_sysroot "$func_stripname_result"
7722 func_append newlib_search_path " $func_resolve_sysroot_result"
7723 ;;
7724 prog)
7725 if test conv = "$pass"; then
7726 deplibs="$deplib $deplibs"
7727 continue
7728 fi
7729 if test scan = "$pass"; then
7730 deplibs="$deplib $deplibs"
7731 else
7732 compile_deplibs="$deplib $compile_deplibs"
7733 finalize_deplibs="$deplib $finalize_deplibs"
7734 fi
7735 func_stripname '-L' '' "$deplib"
7736 func_resolve_sysroot "$func_stripname_result"
7737 func_append newlib_search_path " $func_resolve_sysroot_result"
7738 ;;
7739 *)
7740 func_warning "'-L' is ignored for archives/objects"
7741 ;;
7742 esac # linkmode
7743 continue
7744 ;; # -L
7745 -R*)
7746 if test link = "$pass"; then
7747 func_stripname '-R' '' "$deplib"
7748 func_resolve_sysroot "$func_stripname_result"
7749 dir=$func_resolve_sysroot_result
7750 # Make sure the xrpath contains only unique directories.
7751 case "$xrpath " in
7752 *" $dir "*) ;;
7753 *) func_append xrpath " $dir" ;;
7754 esac
7755 fi
7756 deplibs="$deplib $deplibs"
7757 continue
7758 ;;
7759 *.la)
7760 func_resolve_sysroot "$deplib"
7761 lib=$func_resolve_sysroot_result
7762 ;;
7763 *.$libext)
7764 if test conv = "$pass"; then
7765 deplibs="$deplib $deplibs"
7766 continue
7767 fi
7768 case $linkmode in
7769 lib)
7770 # Linking convenience modules into shared libraries is allowed,
7771 # but linking other static libraries is non-portable.
7772 case " $dlpreconveniencelibs " in
7773 *" $deplib "*) ;;
7774 *)
7775 valid_a_lib=false
7776 case $deplibs_check_method in
7777 match_pattern*)
7778 set dummy $deplibs_check_method; shift
7779 match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
7780 if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
7781 | $EGREP "$match_pattern_regex" > /dev/null; then
7782 valid_a_lib=:
7783 fi
7784 ;;
7785 pass_all)
7786 valid_a_lib=:
7787 ;;
7788 esac
7789 if $valid_a_lib; then
7790 echo
7791 $ECHO "*** Warning: Linking the shared library $output against the"
7792 $ECHO "*** static library $deplib is not portable!"
7793 deplibs="$deplib $deplibs"
7794 else
7795 echo
7796 $ECHO "*** Warning: Trying to link with static lib archive $deplib."
7797 echo "*** I have the capability to make that library automatically link in when"
7798 echo "*** you link to this library. But I can only do this if you have a"
7799 echo "*** shared version of the library, which you do not appear to have"
7800 echo "*** because the file extensions .$libext of this argument makes me believe"
7801 echo "*** that it is just a static archive that I should not use here."
7802 fi
7803 ;;
7804 esac
7805 continue
7806 ;;
7807 prog)
7808 if test link != "$pass"; then
7809 deplibs="$deplib $deplibs"
7810 else
7811 compile_deplibs="$deplib $compile_deplibs"
7812 finalize_deplibs="$deplib $finalize_deplibs"
7813 fi
7814 continue
7815 ;;
7816 esac # linkmode
7817 ;; # *.$libext
7818 *.lo | *.$objext)
7819 if test conv = "$pass"; then
7820 deplibs="$deplib $deplibs"
7821 elif test prog = "$linkmode"; then
7822 if test dlpreopen = "$pass" || test yes != "$dlopen_support" || test no = "$build_libtool_libs"; then
7823 # If there is no dlopen support or we're linking statically,
7824 # we need to preload.
7825 func_append newdlprefiles " $deplib"
7826 compile_deplibs="$deplib $compile_deplibs"
7827 finalize_deplibs="$deplib $finalize_deplibs"
7828 else
7829 func_append newdlfiles " $deplib"
7830 fi
7831 fi
7832 continue
7833 ;;
7834 %DEPLIBS%)
7835 alldeplibs=:
7836 continue
7837 ;;
7838 esac # case $deplib
7839
7840 $found || test -f "$lib" \
7841 || func_fatal_error "cannot find the library '$lib' or unhandled argument '$deplib'"
7842
7843 # Check to see that this really is a libtool archive.
7844 func_lalib_unsafe_p "$lib" \
7845 || func_fatal_error "'$lib' is not a valid libtool archive"
7846
7847 func_dirname "$lib" "" "."
7848 ladir=$func_dirname_result
7849
7850 dlname=
7851 dlopen=
7852 dlpreopen=
7853 libdir=
7854 library_names=
7855 old_library=
7856 inherited_linker_flags=
7857 # If the library was installed with an old release of libtool,
7858 # it will not redefine variables installed, or shouldnotlink
7859 installed=yes
7860 shouldnotlink=no
7861 avoidtemprpath=
7862
7863
7864 # Read the .la file
7865 func_source "$lib"
7866
7867 # Convert "-framework foo" to "foo.ltframework"
7868 if test -n "$inherited_linker_flags"; then
7869 tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
7870 for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
7871 case " $new_inherited_linker_flags " in
7872 *" $tmp_inherited_linker_flag "*) ;;
7873 *) func_append new_inherited_linker_flags " $tmp_inherited_linker_flag";;
7874 esac
7875 done
7876 fi
7877 dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
7878 if test lib,link = "$linkmode,$pass" ||
7879 test prog,scan = "$linkmode,$pass" ||
7880 { test prog != "$linkmode" && test lib != "$linkmode"; }; then
7881 test -n "$dlopen" && func_append dlfiles " $dlopen"
7882 test -n "$dlpreopen" && func_append dlprefiles " $dlpreopen"
7883 fi
7884
7885 if test conv = "$pass"; then
7886 # Only check for convenience libraries
7887 deplibs="$lib $deplibs"
7888 if test -z "$libdir"; then
7889 if test -z "$old_library"; then
7890 func_fatal_error "cannot find name of link library for '$lib'"
7891 fi
7892 # It is a libtool convenience library, so add in its objects.
7893 func_append convenience " $ladir/$objdir/$old_library"
7894 func_append old_convenience " $ladir/$objdir/$old_library"
7895 tmp_libs=
7896 for deplib in $dependency_libs; do
7897 deplibs="$deplib $deplibs"
7898 if $opt_preserve_dup_deps; then
7899 case "$tmp_libs " in
7900 *" $deplib "*) func_append specialdeplibs " $deplib" ;;
7901 esac
7902 fi
7903 func_append tmp_libs " $deplib"
7904 done
7905 elif test prog != "$linkmode" && test lib != "$linkmode"; then
7906 func_fatal_error "'$lib' is not a convenience library"
7907 fi
7908 continue
7909 fi # $pass = conv
7910
7911
7912 # Get the name of the library we link against.
7913 linklib=
7914 if test -n "$old_library" &&
7915 { test yes = "$prefer_static_libs" ||
7916 test built,no = "$prefer_static_libs,$installed"; }; then
7917 linklib=$old_library
7918 else
7919 for l in $old_library $library_names; do
7920 linklib=$l
7921 done
7922 fi
7923 if test -z "$linklib"; then
7924 func_fatal_error "cannot find name of link library for '$lib'"
7925 fi
7926
7927 # This library was specified with -dlopen.
7928 if test dlopen = "$pass"; then
7929 test -z "$libdir" \
7930 && func_fatal_error "cannot -dlopen a convenience library: '$lib'"
7931 if test -z "$dlname" ||
7932 test yes != "$dlopen_support" ||
7933 test no = "$build_libtool_libs"
7934 then
7935 # If there is no dlname, no dlopen support or we're linking
7936 # statically, we need to preload. We also need to preload any
7937 # dependent libraries so libltdl's deplib preloader doesn't
7938 # bomb out in the load deplibs phase.
7939 func_append dlprefiles " $lib $dependency_libs"
7940 else
7941 func_append newdlfiles " $lib"
7942 fi
7943 continue
7944 fi # $pass = dlopen
7945
7946 # We need an absolute path.
7947 case $ladir in
7948 [\\/]* | [A-Za-z]:[\\/]*) abs_ladir=$ladir ;;
7949 *)
7950 abs_ladir=`cd "$ladir" && pwd`
7951 if test -z "$abs_ladir"; then
7952 func_warning "cannot determine absolute directory name of '$ladir'"
7953 func_warning "passing it literally to the linker, although it might fail"
7954 abs_ladir=$ladir
7955 fi
7956 ;;
7957 esac
7958 func_basename "$lib"
7959 laname=$func_basename_result
7960
7961 # Find the relevant object directory and library name.
7962 if test yes = "$installed"; then
7963 if test ! -f "$lt_sysroot$libdir/$linklib" && test -f "$abs_ladir/$linklib"; then
7964 func_warning "library '$lib' was moved."
7965 dir=$ladir
7966 absdir=$abs_ladir
7967 libdir=$abs_ladir
7968 else
7969 dir=$lt_sysroot$libdir
7970 absdir=$lt_sysroot$libdir
7971 fi
7972 test yes = "$hardcode_automatic" && avoidtemprpath=yes
7973 else
7974 if test ! -f "$ladir/$objdir/$linklib" && test -f "$abs_ladir/$linklib"; then
7975 dir=$ladir
7976 absdir=$abs_ladir
7977 # Remove this search path later
7978 func_append notinst_path " $abs_ladir"
7979 else
7980 dir=$ladir/$objdir
7981 absdir=$abs_ladir/$objdir
7982 # Remove this search path later
7983 func_append notinst_path " $abs_ladir"
7984 fi
7985 fi # $installed = yes
7986 func_stripname 'lib' '.la' "$laname"
7987 name=$func_stripname_result
7988
7989 # This library was specified with -dlpreopen.
7990 if test dlpreopen = "$pass"; then
7991 if test -z "$libdir" && test prog = "$linkmode"; then
7992 func_fatal_error "only libraries may -dlpreopen a convenience library: '$lib'"
7993 fi
7994 case $host in
7995 # special handling for platforms with PE-DLLs.
7996 *cygwin* | *mingw* | *cegcc* )
7997 # Linker will automatically link against shared library if both
7998 # static and shared are present. Therefore, ensure we extract
7999 # symbols from the import library if a shared library is present
8000 # (otherwise, the dlopen module name will be incorrect). We do
8001 # this by putting the import library name into $newdlprefiles.
8002 # We recover the dlopen module name by 'saving' the la file
8003 # name in a special purpose variable, and (later) extracting the
8004 # dlname from the la file.
8005 if test -n "$dlname"; then
8006 func_tr_sh "$dir/$linklib"
8007 eval "libfile_$func_tr_sh_result=\$abs_ladir/\$laname"
8008 func_append newdlprefiles " $dir/$linklib"
8009 else
8010 func_append newdlprefiles " $dir/$old_library"
8011 # Keep a list of preopened convenience libraries to check
8012 # that they are being used correctly in the link pass.
8013 test -z "$libdir" && \
8014 func_append dlpreconveniencelibs " $dir/$old_library"
8015 fi
8016 ;;
8017 * )
8018 # Prefer using a static library (so that no silly _DYNAMIC symbols
8019 # are required to link).
8020 if test -n "$old_library"; then
8021 func_append newdlprefiles " $dir/$old_library"
8022 # Keep a list of preopened convenience libraries to check
8023 # that they are being used correctly in the link pass.
8024 test -z "$libdir" && \
8025 func_append dlpreconveniencelibs " $dir/$old_library"
8026 # Otherwise, use the dlname, so that lt_dlopen finds it.
8027 elif test -n "$dlname"; then
8028 func_append newdlprefiles " $dir/$dlname"
8029 else
8030 func_append newdlprefiles " $dir/$linklib"
8031 fi
8032 ;;
8033 esac
8034 fi # $pass = dlpreopen
8035
8036 if test -z "$libdir"; then
8037 # Link the convenience library
8038 if test lib = "$linkmode"; then
8039 deplibs="$dir/$old_library $deplibs"
8040 elif test prog,link = "$linkmode,$pass"; then
8041 compile_deplibs="$dir/$old_library $compile_deplibs"
8042 finalize_deplibs="$dir/$old_library $finalize_deplibs"
8043 else
8044 deplibs="$lib $deplibs" # used for prog,scan pass
8045 fi
8046 continue
8047 fi
8048
8049
8050 if test prog = "$linkmode" && test link != "$pass"; then
8051 func_append newlib_search_path " $ladir"
8052 deplibs="$lib $deplibs"
8053
8054 linkalldeplibs=false
8055 if test no != "$link_all_deplibs" || test -z "$library_names" ||
8056 test no = "$build_libtool_libs"; then
8057 linkalldeplibs=:
8058 fi
8059
8060 tmp_libs=
8061 for deplib in $dependency_libs; do
8062 case $deplib in
8063 -L*) func_stripname '-L' '' "$deplib"
8064 func_resolve_sysroot "$func_stripname_result"
8065 func_append newlib_search_path " $func_resolve_sysroot_result"
8066 ;;
8067 esac
8068 # Need to link against all dependency_libs?
8069 if $linkalldeplibs; then
8070 deplibs="$deplib $deplibs"
8071 else
8072 # Need to hardcode shared library paths
8073 # or/and link against static libraries
8074 newdependency_libs="$deplib $newdependency_libs"
8075 fi
8076 if $opt_preserve_dup_deps; then
8077 case "$tmp_libs " in
8078 *" $deplib "*) func_append specialdeplibs " $deplib" ;;
8079 esac
8080 fi
8081 func_append tmp_libs " $deplib"
8082 done # for deplib
8083 continue
8084 fi # $linkmode = prog...
8085
8086 if test prog,link = "$linkmode,$pass"; then
8087 if test -n "$library_names" &&
8088 { { test no = "$prefer_static_libs" ||
8089 test built,yes = "$prefer_static_libs,$installed"; } ||
8090 test -z "$old_library"; }; then
8091 # We need to hardcode the library path
8092 if test -n "$shlibpath_var" && test -z "$avoidtemprpath"; then
8093 # Make sure the rpath contains only unique directories.
8094 case $temp_rpath: in
8095 *"$absdir:"*) ;;
8096 *) func_append temp_rpath "$absdir:" ;;
8097 esac
8098 fi
8099
8100 # Hardcode the library path.
8101 # Skip directories that are in the system default run-time
8102 # search path.
8103 case " $sys_lib_dlsearch_path " in
8104 *" $absdir "*) ;;
8105 *)
8106 case "$compile_rpath " in
8107 *" $absdir "*) ;;
8108 *) func_append compile_rpath " $absdir" ;;
8109 esac
8110 ;;
8111 esac
8112 case " $sys_lib_dlsearch_path " in
8113 *" $libdir "*) ;;
8114 *)
8115 case "$finalize_rpath " in
8116 *" $libdir "*) ;;
8117 *) func_append finalize_rpath " $libdir" ;;
8118 esac
8119 ;;
8120 esac
8121 fi # $linkmode,$pass = prog,link...
8122
8123 if $alldeplibs &&
8124 { test pass_all = "$deplibs_check_method" ||
8125 { test yes = "$build_libtool_libs" &&
8126 test -n "$library_names"; }; }; then
8127 # We only need to search for static libraries
8128 continue
8129 fi
8130 fi
8131
8132 link_static=no # Whether the deplib will be linked statically
8133 use_static_libs=$prefer_static_libs
8134 if test built = "$use_static_libs" && test yes = "$installed"; then
8135 use_static_libs=no
8136 fi
8137 if test -n "$library_names" &&
8138 { test no = "$use_static_libs" || test -z "$old_library"; }; then
8139 case $host in
8140 *cygwin* | *mingw* | *cegcc* | *os2*)
8141 # No point in relinking DLLs because paths are not encoded
8142 func_append notinst_deplibs " $lib"
8143 need_relink=no
8144 ;;
8145 *)
8146 if test no = "$installed"; then
8147 func_append notinst_deplibs " $lib"
8148 need_relink=yes
8149 fi
8150 ;;
8151 esac
8152 # This is a shared library
8153
8154 # Warn about portability, can't link against -module's on some
8155 # systems (darwin). Don't bleat about dlopened modules though!
8156 dlopenmodule=
8157 for dlpremoduletest in $dlprefiles; do
8158 if test "X$dlpremoduletest" = "X$lib"; then
8159 dlopenmodule=$dlpremoduletest
8160 break
8161 fi
8162 done
8163 if test -z "$dlopenmodule" && test yes = "$shouldnotlink" && test link = "$pass"; then
8164 echo
8165 if test prog = "$linkmode"; then
8166 $ECHO "*** Warning: Linking the executable $output against the loadable module"
8167 else
8168 $ECHO "*** Warning: Linking the shared library $output against the loadable module"
8169 fi
8170 $ECHO "*** $linklib is not portable!"
8171 fi
8172 if test lib = "$linkmode" &&
8173 test yes = "$hardcode_into_libs"; then
8174 # Hardcode the library path.
8175 # Skip directories that are in the system default run-time
8176 # search path.
8177 case " $sys_lib_dlsearch_path " in
8178 *" $absdir "*) ;;
8179 *)
8180 case "$compile_rpath " in
8181 *" $absdir "*) ;;
8182 *) func_append compile_rpath " $absdir" ;;
8183 esac
8184 ;;
8185 esac
8186 case " $sys_lib_dlsearch_path " in
8187 *" $libdir "*) ;;
8188 *)
8189 case "$finalize_rpath " in
8190 *" $libdir "*) ;;
8191 *) func_append finalize_rpath " $libdir" ;;
8192 esac
8193 ;;
8194 esac
8195 fi
8196
8197 if test -n "$old_archive_from_expsyms_cmds"; then
8198 # figure out the soname
8199 set dummy $library_names
8200 shift
8201 realname=$1
8202 shift
8203 libname=`eval "\\$ECHO \"$libname_spec\""`
8204 # use dlname if we got it. it's perfectly good, no?
8205 if test -n "$dlname"; then
8206 soname=$dlname
8207 elif test -n "$soname_spec"; then
8208 # bleh windows
8209 case $host in
8210 *cygwin* | mingw* | *cegcc* | *os2*)
8211 func_arith $current - $age
8212 major=$func_arith_result
8213 versuffix=-$major
8214 ;;
8215 esac
8216 eval soname=\"$soname_spec\"
8217 else
8218 soname=$realname
8219 fi
8220
8221 # Make a new name for the extract_expsyms_cmds to use
8222 soroot=$soname
8223 func_basename "$soroot"
8224 soname=$func_basename_result
8225 func_stripname 'lib' '.dll' "$soname"
8226 newlib=libimp-$func_stripname_result.a
8227
8228 # If the library has no export list, then create one now
8229 if test -f "$output_objdir/$soname-def"; then :
8230 else
8231 func_verbose "extracting exported symbol list from '$soname'"
8232 func_execute_cmds "$extract_expsyms_cmds" 'exit $?'
8233 fi
8234
8235 # Create $newlib
8236 if test -f "$output_objdir/$newlib"; then :; else
8237 func_verbose "generating import library for '$soname'"
8238 func_execute_cmds "$old_archive_from_expsyms_cmds" 'exit $?'
8239 fi
8240 # make sure the library variables are pointing to the new library
8241 dir=$output_objdir
8242 linklib=$newlib
8243 fi # test -n "$old_archive_from_expsyms_cmds"
8244
8245 if test prog = "$linkmode" || test relink != "$opt_mode"; then
8246 add_shlibpath=
8247 add_dir=
8248 add=
8249 lib_linked=yes
8250 case $hardcode_action in
8251 immediate | unsupported)
8252 if test no = "$hardcode_direct"; then
8253 add=$dir/$linklib
8254 case $host in
8255 *-*-sco3.2v5.0.[024]*) add_dir=-L$dir ;;
8256 *-*-sysv4*uw2*) add_dir=-L$dir ;;
8257 *-*-sysv5OpenUNIX* | *-*-sysv5UnixWare7.[01].[10]* | \
8258 *-*-unixware7*) add_dir=-L$dir ;;
8259 *-*-darwin* )
8260 # if the lib is a (non-dlopened) module then we cannot
8261 # link against it, someone is ignoring the earlier warnings
8262 if /usr/bin/file -L $add 2> /dev/null |
8263 $GREP ": [^:]* bundle" >/dev/null; then
8264 if test "X$dlopenmodule" != "X$lib"; then
8265 $ECHO "*** Warning: lib $linklib is a module, not a shared library"
8266 if test -z "$old_library"; then
8267 echo
8268 echo "*** And there doesn't seem to be a static archive available"
8269 echo "*** The link will probably fail, sorry"
8270 else
8271 add=$dir/$old_library
8272 fi
8273 elif test -n "$old_library"; then
8274 add=$dir/$old_library
8275 fi
8276 fi
8277 esac
8278 elif test no = "$hardcode_minus_L"; then
8279 case $host in
8280 *-*-sunos*) add_shlibpath=$dir ;;
8281 esac
8282 add_dir=-L$dir
8283 add=-l$name
8284 elif test no = "$hardcode_shlibpath_var"; then
8285 add_shlibpath=$dir
8286 add=-l$name
8287 else
8288 lib_linked=no
8289 fi
8290 ;;
8291 relink)
8292 if test yes = "$hardcode_direct" &&
8293 test no = "$hardcode_direct_absolute"; then
8294 add=$dir/$linklib
8295 elif test yes = "$hardcode_minus_L"; then
8296 add_dir=-L$absdir
8297 # Try looking first in the location we're being installed to.
8298 if test -n "$inst_prefix_dir"; then
8299 case $libdir in
8300 [\\/]*)
8301 func_append add_dir " -L$inst_prefix_dir$libdir"
8302 ;;
8303 esac
8304 fi
8305 add=-l$name
8306 elif test yes = "$hardcode_shlibpath_var"; then
8307 add_shlibpath=$dir
8308 add=-l$name
8309 else
8310 lib_linked=no
8311 fi
8312 ;;
8313 *) lib_linked=no ;;
8314 esac
8315
8316 if test yes != "$lib_linked"; then
8317 func_fatal_configuration "unsupported hardcode properties"
8318 fi
8319
8320 if test -n "$add_shlibpath"; then
8321 case :$compile_shlibpath: in
8322 *":$add_shlibpath:"*) ;;
8323 *) func_append compile_shlibpath "$add_shlibpath:" ;;
8324 esac
8325 fi
8326 if test prog = "$linkmode"; then
8327 test -n "$add_dir" && compile_deplibs="$add_dir $compile_deplibs"
8328 test -n "$add" && compile_deplibs="$add $compile_deplibs"
8329 else
8330 test -n "$add_dir" && deplibs="$add_dir $deplibs"
8331 test -n "$add" && deplibs="$add $deplibs"
8332 if test yes != "$hardcode_direct" &&
8333 test yes != "$hardcode_minus_L" &&
8334 test yes = "$hardcode_shlibpath_var"; then
8335 case :$finalize_shlibpath: in
8336 *":$libdir:"*) ;;
8337 *) func_append finalize_shlibpath "$libdir:" ;;
8338 esac
8339 fi
8340 fi
8341 fi
8342
8343 if test prog = "$linkmode" || test relink = "$opt_mode"; then
8344 add_shlibpath=
8345 add_dir=
8346 add=
8347 # Finalize command for both is simple: just hardcode it.
8348 if test yes = "$hardcode_direct" &&
8349 test no = "$hardcode_direct_absolute"; then
8350 add=$libdir/$linklib
8351 elif test yes = "$hardcode_minus_L"; then
8352 add_dir=-L$libdir
8353 add=-l$name
8354 elif test yes = "$hardcode_shlibpath_var"; then
8355 case :$finalize_shlibpath: in
8356 *":$libdir:"*) ;;
8357 *) func_append finalize_shlibpath "$libdir:" ;;
8358 esac
8359 add=-l$name
8360 elif test yes = "$hardcode_automatic"; then
8361 if test -n "$inst_prefix_dir" &&
8362 test -f "$inst_prefix_dir$libdir/$linklib"; then
8363 add=$inst_prefix_dir$libdir/$linklib
8364 else
8365 add=$libdir/$linklib
8366 fi
8367 else
8368 # We cannot seem to hardcode it, guess we'll fake it.
8369 add_dir=-L$libdir
8370 # Try looking first in the location we're being installed to.
8371 if test -n "$inst_prefix_dir"; then
8372 case $libdir in
8373 [\\/]*)
8374 func_append add_dir " -L$inst_prefix_dir$libdir"
8375 ;;
8376 esac
8377 fi
8378 add=-l$name
8379 fi
8380
8381 if test prog = "$linkmode"; then
8382 test -n "$add_dir" && finalize_deplibs="$add_dir $finalize_deplibs"
8383 test -n "$add" && finalize_deplibs="$add $finalize_deplibs"
8384 else
8385 test -n "$add_dir" && deplibs="$add_dir $deplibs"
8386 test -n "$add" && deplibs="$add $deplibs"
8387 fi
8388 fi
8389 elif test prog = "$linkmode"; then
8390 # Here we assume that one of hardcode_direct or hardcode_minus_L
8391 # is not unsupported. This is valid on all known static and
8392 # shared platforms.
8393 if test unsupported != "$hardcode_direct"; then
8394 test -n "$old_library" && linklib=$old_library
8395 compile_deplibs="$dir/$linklib $compile_deplibs"
8396 finalize_deplibs="$dir/$linklib $finalize_deplibs"
8397 else
8398 compile_deplibs="-l$name -L$dir $compile_deplibs"
8399 finalize_deplibs="-l$name -L$dir $finalize_deplibs"
8400 fi
8401 elif test yes = "$build_libtool_libs"; then
8402 # Not a shared library
8403 if test pass_all != "$deplibs_check_method"; then
8404 # We're trying link a shared library against a static one
8405 # but the system doesn't support it.
8406
8407 # Just print a warning and add the library to dependency_libs so
8408 # that the program can be linked against the static library.
8409 echo
8410 $ECHO "*** Warning: This system cannot link to static lib archive $lib."
8411 echo "*** I have the capability to make that library automatically link in when"
8412 echo "*** you link to this library. But I can only do this if you have a"
8413 echo "*** shared version of the library, which you do not appear to have."
8414 if test yes = "$module"; then
8415 echo "*** But as you try to build a module library, libtool will still create "
8416 echo "*** a static module, that should work as long as the dlopening application"
8417 echo "*** is linked with the -dlopen flag to resolve symbols at runtime."
8418 if test -z "$global_symbol_pipe"; then
8419 echo
8420 echo "*** However, this would only work if libtool was able to extract symbol"
8421 echo "*** lists from a program, using 'nm' or equivalent, but libtool could"
8422 echo "*** not find such a program. So, this module is probably useless."
8423 echo "*** 'nm' from GNU binutils and a full rebuild may help."
8424 fi
8425 if test no = "$build_old_libs"; then
8426 build_libtool_libs=module
8427 build_old_libs=yes
8428 else
8429 build_libtool_libs=no
8430 fi
8431 fi
8432 else
8433 deplibs="$dir/$old_library $deplibs"
8434 link_static=yes
8435 fi
8436 fi # link shared/static library?
8437
8438 if test lib = "$linkmode"; then
8439 if test -n "$dependency_libs" &&
8440 { test yes != "$hardcode_into_libs" ||
8441 test yes = "$build_old_libs" ||
8442 test yes = "$link_static"; }; then
8443 # Extract -R from dependency_libs
8444 temp_deplibs=
8445 for libdir in $dependency_libs; do
8446 case $libdir in
8447 -R*) func_stripname '-R' '' "$libdir"
8448 temp_xrpath=$func_stripname_result
8449 case " $xrpath " in
8450 *" $temp_xrpath "*) ;;
8451 *) func_append xrpath " $temp_xrpath";;
8452 esac;;
8453 *) func_append temp_deplibs " $libdir";;
8454 esac
8455 done
8456 dependency_libs=$temp_deplibs
8457 fi
8458
8459 func_append newlib_search_path " $absdir"
8460 # Link against this library
8461 test no = "$link_static" && newdependency_libs="$abs_ladir/$laname $newdependency_libs"
8462 # ... and its dependency_libs
8463 tmp_libs=
8464 for deplib in $dependency_libs; do
8465 newdependency_libs="$deplib $newdependency_libs"
8466 case $deplib in
8467 -L*) func_stripname '-L' '' "$deplib"
8468 func_resolve_sysroot "$func_stripname_result";;
8469 *) func_resolve_sysroot "$deplib" ;;
8470 esac
8471 if $opt_preserve_dup_deps; then
8472 case "$tmp_libs " in
8473 *" $func_resolve_sysroot_result "*)
8474 func_append specialdeplibs " $func_resolve_sysroot_result" ;;
8475 esac
8476 fi
8477 func_append tmp_libs " $func_resolve_sysroot_result"
8478 done
8479
8480 if test no != "$link_all_deplibs"; then
8481 # Add the search paths of all dependency libraries
8482 for deplib in $dependency_libs; do
8483 path=
8484 case $deplib in
8485 -L*) path=$deplib ;;
8486 *.la)
8487 func_resolve_sysroot "$deplib"
8488 deplib=$func_resolve_sysroot_result
8489 func_dirname "$deplib" "" "."
8490 dir=$func_dirname_result
8491 # We need an absolute path.
8492 case $dir in
8493 [\\/]* | [A-Za-z]:[\\/]*) absdir=$dir ;;
8494 *)
8495 absdir=`cd "$dir" && pwd`
8496 if test -z "$absdir"; then
8497 func_warning "cannot determine absolute directory name of '$dir'"
8498 absdir=$dir
8499 fi
8500 ;;
8501 esac
8502 if $GREP "^installed=no" $deplib > /dev/null; then
8503 case $host in
8504 *-*-darwin*)
8505 depdepl=
8506 eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
8507 if test -n "$deplibrary_names"; then
8508 for tmp in $deplibrary_names; do
8509 depdepl=$tmp
8510 done
8511 if test -f "$absdir/$objdir/$depdepl"; then
8512 depdepl=$absdir/$objdir/$depdepl
8513 darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
8514 if test -z "$darwin_install_name"; then
8515 darwin_install_name=`$OTOOL64 -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
8516 fi
8517 func_append compiler_flags " $wl-dylib_file $wl$darwin_install_name:$depdepl"
8518 func_append linker_flags " -dylib_file $darwin_install_name:$depdepl"
8519 path=
8520 fi
8521 fi
8522 ;;
8523 *)
8524 path=-L$absdir/$objdir
8525 ;;
8526 esac
8527 else
8528 eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
8529 test -z "$libdir" && \
8530 func_fatal_error "'$deplib' is not a valid libtool archive"
8531 test "$absdir" != "$libdir" && \
8532 func_warning "'$deplib' seems to be moved"
8533
8534 path=-L$absdir
8535 fi
8536 ;;
8537 esac
8538 case " $deplibs " in
8539 *" $path "*) ;;
8540 *) deplibs="$path $deplibs" ;;
8541 esac
8542 done
8543 fi # link_all_deplibs != no
8544 fi # linkmode = lib
8545 done # for deplib in $libs
8546 if test link = "$pass"; then
8547 if test prog = "$linkmode"; then
8548 compile_deplibs="$new_inherited_linker_flags $compile_deplibs"
8549 finalize_deplibs="$new_inherited_linker_flags $finalize_deplibs"
8550 else
8551 compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
8552 fi
8553 fi
8554 dependency_libs=$newdependency_libs
8555 if test dlpreopen = "$pass"; then
8556 # Link the dlpreopened libraries before other libraries
8557 for deplib in $save_deplibs; do
8558 deplibs="$deplib $deplibs"
8559 done
8560 fi
8561 if test dlopen != "$pass"; then
8562 test conv = "$pass" || {
8563 # Make sure lib_search_path contains only unique directories.
8564 lib_search_path=
8565 for dir in $newlib_search_path; do
8566 case "$lib_search_path " in
8567 *" $dir "*) ;;
8568 *) func_append lib_search_path " $dir" ;;
8569 esac
8570 done
8571 newlib_search_path=
8572 }
8573
8574 if test prog,link = "$linkmode,$pass"; then
8575 vars="compile_deplibs finalize_deplibs"
8576 else
8577 vars=deplibs
8578 fi
8579 for var in $vars dependency_libs; do
8580 # Add libraries to $var in reverse order
8581 eval tmp_libs=\"\$$var\"
8582 new_libs=
8583 for deplib in $tmp_libs; do
8584 # FIXME: Pedantically, this is the right thing to do, so
8585 # that some nasty dependency loop isn't accidentally
8586 # broken:
8587 #new_libs="$deplib $new_libs"
8588 # Pragmatically, this seems to cause very few problems in
8589 # practice:
8590 case $deplib in
8591 -L*) new_libs="$deplib $new_libs" ;;
8592 -R*) ;;
8593 *)
8594 # And here is the reason: when a library appears more
8595 # than once as an explicit dependence of a library, or
8596 # is implicitly linked in more than once by the
8597 # compiler, it is considered special, and multiple
8598 # occurrences thereof are not removed. Compare this
8599 # with having the same library being listed as a
8600 # dependency of multiple other libraries: in this case,
8601 # we know (pedantically, we assume) the library does not
8602 # need to be listed more than once, so we keep only the
8603 # last copy. This is not always right, but it is rare
8604 # enough that we require users that really mean to play
8605 # such unportable linking tricks to link the library
8606 # using -Wl,-lname, so that libtool does not consider it
8607 # for duplicate removal.
8608 case " $specialdeplibs " in
8609 *" $deplib "*) new_libs="$deplib $new_libs" ;;
8610 *)
8611 case " $new_libs " in
8612 *" $deplib "*) ;;
8613 *) new_libs="$deplib $new_libs" ;;
8614 esac
8615 ;;
8616 esac
8617 ;;
8618 esac
8619 done
8620 tmp_libs=
8621 for deplib in $new_libs; do
8622 case $deplib in
8623 -L*)
8624 case " $tmp_libs " in
8625 *" $deplib "*) ;;
8626 *) func_append tmp_libs " $deplib" ;;
8627 esac
8628 ;;
8629 *) func_append tmp_libs " $deplib" ;;
8630 esac
8631 done
8632 eval $var=\"$tmp_libs\"
8633 done # for var
8634 fi
8635
8636 # Add Sun CC postdeps if required:
8637 test CXX = "$tagname" && {
8638 case $host_os in
8639 linux*)
8640 case `$CC -V 2>&1 | sed 5q` in
8641 *Sun\ C*) # Sun C++ 5.9
8642 func_suncc_cstd_abi
8643
8644 if test no != "$suncc_use_cstd_abi"; then
8645 func_append postdeps ' -library=Cstd -library=Crun'
8646 fi
8647 ;;
8648 esac
8649 ;;
8650
8651 solaris*)
8652 func_cc_basename "$CC"
8653 case $func_cc_basename_result in
8654 CC* | sunCC*)
8655 func_suncc_cstd_abi
8656
8657 if test no != "$suncc_use_cstd_abi"; then
8658 func_append postdeps ' -library=Cstd -library=Crun'
8659 fi
8660 ;;
8661 esac
8662 ;;
8663 esac
8664 }
8665
8666 # Last step: remove runtime libs from dependency_libs
8667 # (they stay in deplibs)
8668 tmp_libs=
8669 for i in $dependency_libs; do
8670 case " $predeps $postdeps $compiler_lib_search_path " in
8671 *" $i "*)
8672 i=
8673 ;;
8674 esac
8675 if test -n "$i"; then
8676 func_append tmp_libs " $i"
8677 fi
8678 done
8679 dependency_libs=$tmp_libs
8680 done # for pass
8681 if test prog = "$linkmode"; then
8682 dlfiles=$newdlfiles
8683 fi
8684 if test prog = "$linkmode" || test lib = "$linkmode"; then
8685 dlprefiles=$newdlprefiles
8686 fi
8687
8688 case $linkmode in
8689 oldlib)
8690 if test -n "$dlfiles$dlprefiles" || test no != "$dlself"; then
8691 func_warning "'-dlopen' is ignored for archives"
8692 fi
8693
8694 case " $deplibs" in
8695 *\ -l* | *\ -L*)
8696 func_warning "'-l' and '-L' are ignored for archives" ;;
8697 esac
8698
8699 test -n "$rpath" && \
8700 func_warning "'-rpath' is ignored for archives"
8701
8702 test -n "$xrpath" && \
8703 func_warning "'-R' is ignored for archives"
8704
8705 test -n "$vinfo" && \
8706 func_warning "'-version-info/-version-number' is ignored for archives"
8707
8708 test -n "$release" && \
8709 func_warning "'-release' is ignored for archives"
8710
8711 test -n "$export_symbols$export_symbols_regex" && \
8712 func_warning "'-export-symbols' is ignored for archives"
8713
8714 # Now set the variables for building old libraries.
8715 build_libtool_libs=no
8716 oldlibs=$output
8717 func_append objs "$old_deplibs"
8718 ;;
8719
8720 lib)
8721 # Make sure we only generate libraries of the form 'libNAME.la'.
8722 case $outputname in
8723 lib*)
8724 func_stripname 'lib' '.la' "$outputname"
8725 name=$func_stripname_result
8726 eval shared_ext=\"$shrext_cmds\"
8727 eval libname=\"$libname_spec\"
8728 ;;
8729 *)
8730 test no = "$module" \
8731 && func_fatal_help "libtool library '$output' must begin with 'lib'"
8732
8733 if test no != "$need_lib_prefix"; then
8734 # Add the "lib" prefix for modules if required
8735 func_stripname '' '.la' "$outputname"
8736 name=$func_stripname_result
8737 eval shared_ext=\"$shrext_cmds\"
8738 eval libname=\"$libname_spec\"
8739 else
8740 func_stripname '' '.la' "$outputname"
8741 libname=$func_stripname_result
8742 fi
8743 ;;
8744 esac
8745
8746 if test -n "$objs"; then
8747 if test pass_all != "$deplibs_check_method"; then
8748 func_fatal_error "cannot build libtool library '$output' from non-libtool objects on this host:$objs"
8749 else
8750 echo
8751 $ECHO "*** Warning: Linking the shared library $output against the non-libtool"
8752 $ECHO "*** objects $objs is not portable!"
8753 func_append libobjs " $objs"
8754 fi
8755 fi
8756
8757 test no = "$dlself" \
8758 || func_warning "'-dlopen self' is ignored for libtool libraries"
8759
8760 set dummy $rpath
8761 shift
8762 test 1 -lt "$#" \
8763 && func_warning "ignoring multiple '-rpath's for a libtool library"
8764
8765 install_libdir=$1
8766
8767 oldlibs=
8768 if test -z "$rpath"; then
8769 if test yes = "$build_libtool_libs"; then
8770 # Building a libtool convenience library.
8771 # Some compilers have problems with a '.al' extension so
8772 # convenience libraries should have the same extension an
8773 # archive normally would.
8774 oldlibs="$output_objdir/$libname.$libext $oldlibs"
8775 build_libtool_libs=convenience
8776 build_old_libs=yes
8777 fi
8778
8779 test -n "$vinfo" && \
8780 func_warning "'-version-info/-version-number' is ignored for convenience libraries"
8781
8782 test -n "$release" && \
8783 func_warning "'-release' is ignored for convenience libraries"
8784 else
8785
8786 # Parse the version information argument.
8787 save_ifs=$IFS; IFS=:
8788 set dummy $vinfo 0 0 0
8789 shift
8790 IFS=$save_ifs
8791
8792 test -n "$7" && \
8793 func_fatal_help "too many parameters to '-version-info'"
8794
8795 # convert absolute version numbers to libtool ages
8796 # this retains compatibility with .la files and attempts
8797 # to make the code below a bit more comprehensible
8798
8799 case $vinfo_number in
8800 yes)
8801 number_major=$1
8802 number_minor=$2
8803 number_revision=$3
8804 #
8805 # There are really only two kinds -- those that
8806 # use the current revision as the major version
8807 # and those that subtract age and use age as
8808 # a minor version. But, then there is irix
8809 # that has an extra 1 added just for fun
8810 #
8811 case $version_type in
8812 # correct linux to gnu/linux during the next big refactor
8813 darwin|freebsd-elf|linux|osf|windows|none)
8814 func_arith $number_major + $number_minor
8815 current=$func_arith_result
8816 age=$number_minor
8817 revision=$number_revision
8818 ;;
8819 freebsd-aout|qnx|sunos)
8820 current=$number_major
8821 revision=$number_minor
8822 age=0
8823 ;;
8824 irix|nonstopux)
8825 func_arith $number_major + $number_minor
8826 current=$func_arith_result
8827 age=$number_minor
8828 revision=$number_minor
8829 lt_irix_increment=no
8830 ;;
8831 *)
8832 func_fatal_configuration "$modename: unknown library version type '$version_type'"
8833 ;;
8834 esac
8835 ;;
8836 no)
8837 current=$1
8838 revision=$2
8839 age=$3
8840 ;;
8841 esac
8842
8843 # Check that each of the things are valid numbers.
8844 case $current in
8845 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;;
8846 *)
8847 func_error "CURRENT '$current' must be a nonnegative integer"
8848 func_fatal_error "'$vinfo' is not valid version information"
8849 ;;
8850 esac
8851
8852 case $revision in
8853 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;;
8854 *)
8855 func_error "REVISION '$revision' must be a nonnegative integer"
8856 func_fatal_error "'$vinfo' is not valid version information"
8857 ;;
8858 esac
8859
8860 case $age in
8861 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;;
8862 *)
8863 func_error "AGE '$age' must be a nonnegative integer"
8864 func_fatal_error "'$vinfo' is not valid version information"
8865 ;;
8866 esac
8867
8868 if test "$age" -gt "$current"; then
8869 func_error "AGE '$age' is greater than the current interface number '$current'"
8870 func_fatal_error "'$vinfo' is not valid version information"
8871 fi
8872
8873 # Calculate the version variables.
8874 major=
8875 versuffix=
8876 verstring=
8877 case $version_type in
8878 none) ;;
8879
8880 darwin)
8881 # Like Linux, but with the current version available in
8882 # verstring for coding it into the library header
8883 func_arith $current - $age
8884 major=.$func_arith_result
8885 versuffix=$major.$age.$revision
8886 # Darwin ld doesn't like 0 for these options...
8887 func_arith $current + 1
8888 minor_current=$func_arith_result
8889 xlcverstring="$wl-compatibility_version $wl$minor_current $wl-current_version $wl$minor_current.$revision"
8890 verstring="-compatibility_version $minor_current -current_version $minor_current.$revision"
8891 # On Darwin other compilers
8892 case $CC in
8893 nagfor*)
8894 verstring="$wl-compatibility_version $wl$minor_current $wl-current_version $wl$minor_current.$revision"
8895 ;;
8896 *)
8897 verstring="-compatibility_version $minor_current -current_version $minor_current.$revision"
8898 ;;
8899 esac
8900 ;;
8901
8902 freebsd-aout)
8903 major=.$current
8904 versuffix=.$current.$revision
8905 ;;
8906
8907 freebsd-elf)
8908 func_arith $current - $age
8909 major=.$func_arith_result
8910 versuffix=$major.$age.$revision
8911 ;;
8912
8913 irix | nonstopux)
8914 if test no = "$lt_irix_increment"; then
8915 func_arith $current - $age
8916 else
8917 func_arith $current - $age + 1
8918 fi
8919 major=$func_arith_result
8920
8921 case $version_type in
8922 nonstopux) verstring_prefix=nonstopux ;;
8923 *) verstring_prefix=sgi ;;
8924 esac
8925 verstring=$verstring_prefix$major.$revision
8926
8927 # Add in all the interfaces that we are compatible with.
8928 loop=$revision
8929 while test 0 -ne "$loop"; do
8930 func_arith $revision - $loop
8931 iface=$func_arith_result
8932 func_arith $loop - 1
8933 loop=$func_arith_result
8934 verstring=$verstring_prefix$major.$iface:$verstring
8935 done
8936
8937 # Before this point, $major must not contain '.'.
8938 major=.$major
8939 versuffix=$major.$revision
8940 ;;
8941
8942 linux) # correct to gnu/linux during the next big refactor
8943 func_arith $current - $age
8944 major=.$func_arith_result
8945 versuffix=$major.$age.$revision
8946 ;;
8947
8948 osf)
8949 func_arith $current - $age
8950 major=.$func_arith_result
8951 versuffix=.$current.$age.$revision
8952 verstring=$current.$age.$revision
8953
8954 # Add in all the interfaces that we are compatible with.
8955 loop=$age
8956 while test 0 -ne "$loop"; do
8957 func_arith $current - $loop
8958 iface=$func_arith_result
8959 func_arith $loop - 1
8960 loop=$func_arith_result
8961 verstring=$verstring:$iface.0
8962 done
8963
8964 # Make executables depend on our current version.
8965 func_append verstring ":$current.0"
8966 ;;
8967
8968 qnx)
8969 major=.$current
8970 versuffix=.$current
8971 ;;
8972
8973 sco)
8974 major=.$current
8975 versuffix=.$current
8976 ;;
8977
8978 sunos)
8979 major=.$current
8980 versuffix=.$current.$revision
8981 ;;
8982
8983 windows)
8984 # Use '-' rather than '.', since we only want one
8985 # extension on DOS 8.3 file systems.
8986 func_arith $current - $age
8987 major=$func_arith_result
8988 versuffix=-$major
8989 ;;
8990
8991 *)
8992 func_fatal_configuration "unknown library version type '$version_type'"
8993 ;;
8994 esac
8995
8996 # Clear the version info if we defaulted, and they specified a release.
8997 if test -z "$vinfo" && test -n "$release"; then
8998 major=
8999 case $version_type in
9000 darwin)
9001 # we can't check for "0.0" in archive_cmds due to quoting
9002 # problems, so we reset it completely
9003 verstring=
9004 ;;
9005 *)
9006 verstring=0.0
9007 ;;
9008 esac
9009 if test no = "$need_version"; then
9010 versuffix=
9011 else
9012 versuffix=.0.0
9013 fi
9014 fi
9015
9016 # Remove version info from name if versioning should be avoided
9017 if test yes,no = "$avoid_version,$need_version"; then
9018 major=
9019 versuffix=
9020 verstring=
9021 fi
9022
9023 # Check to see if the archive will have undefined symbols.
9024 if test yes = "$allow_undefined"; then
9025 if test unsupported = "$allow_undefined_flag"; then
9026 if test yes = "$build_old_libs"; then
9027 func_warning "undefined symbols not allowed in $host shared libraries; building static only"
9028 build_libtool_libs=no
9029 else
9030 func_fatal_error "can't build $host shared library unless -no-undefined is specified"
9031 fi
9032 fi
9033 else
9034 # Don't allow undefined symbols.
9035 allow_undefined_flag=$no_undefined_flag
9036 fi
9037
9038 fi
9039
9040 func_generate_dlsyms "$libname" "$libname" :
9041 func_append libobjs " $symfileobj"
9042 test " " = "$libobjs" && libobjs=
9043
9044 if test relink != "$opt_mode"; then
9045 # Remove our outputs, but don't remove object files since they
9046 # may have been created when compiling PIC objects.
9047 removelist=
9048 tempremovelist=`$ECHO "$output_objdir/*"`
9049 for p in $tempremovelist; do
9050 case $p in
9051 *.$objext | *.gcno)
9052 ;;
9053 $output_objdir/$outputname | $output_objdir/$libname.* | $output_objdir/$libname$release.*)
9054 if test -n "$precious_files_regex"; then
9055 if $ECHO "$p" | $EGREP -e "$precious_files_regex" >/dev/null 2>&1
9056 then
9057 continue
9058 fi
9059 fi
9060 func_append removelist " $p"
9061 ;;
9062 *) ;;
9063 esac
9064 done
9065 test -n "$removelist" && \
9066 func_show_eval "${RM}r \$removelist"
9067 fi
9068
9069 # Now set the variables for building old libraries.
9070 if test yes = "$build_old_libs" && test convenience != "$build_libtool_libs"; then
9071 func_append oldlibs " $output_objdir/$libname.$libext"
9072
9073 # Transform .lo files to .o files.
9074 oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP`
9075 fi
9076
9077 # Eliminate all temporary directories.
9078 #for path in $notinst_path; do
9079 # lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
9080 # deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
9081 # dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
9082 #done
9083
9084 if test -n "$xrpath"; then
9085 # If the user specified any rpath flags, then add them.
9086 temp_xrpath=
9087 for libdir in $xrpath; do
9088 func_replace_sysroot "$libdir"
9089 func_append temp_xrpath " -R$func_replace_sysroot_result"
9090 case "$finalize_rpath " in
9091 *" $libdir "*) ;;
9092 *) func_append finalize_rpath " $libdir" ;;
9093 esac
9094 done
9095 if test yes != "$hardcode_into_libs" || test yes = "$build_old_libs"; then
9096 dependency_libs="$temp_xrpath $dependency_libs"
9097 fi
9098 fi
9099
9100 # Make sure dlfiles contains only unique files that won't be dlpreopened
9101 old_dlfiles=$dlfiles
9102 dlfiles=
9103 for lib in $old_dlfiles; do
9104 case " $dlprefiles $dlfiles " in
9105 *" $lib "*) ;;
9106 *) func_append dlfiles " $lib" ;;
9107 esac
9108 done
9109
9110 # Make sure dlprefiles contains only unique files
9111 old_dlprefiles=$dlprefiles
9112 dlprefiles=
9113 for lib in $old_dlprefiles; do
9114 case "$dlprefiles " in
9115 *" $lib "*) ;;
9116 *) func_append dlprefiles " $lib" ;;
9117 esac
9118 done
9119
9120 if test yes = "$build_libtool_libs"; then
9121 if test -n "$rpath"; then
9122 case $host in
9123 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos* | *-cegcc* | *-*-haiku*)
9124 # these systems don't actually have a c library (as such)!
9125 ;;
9126 *-*-rhapsody* | *-*-darwin1.[012])
9127 # Rhapsody C library is in the System framework
9128 func_append deplibs " System.ltframework"
9129 ;;
9130 *-*-netbsd*)
9131 # Don't link with libc until the a.out ld.so is fixed.
9132 ;;
9133 *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*)
9134 # Do not include libc due to us having libc/libc_r.
9135 ;;
9136 *-*-sco3.2v5* | *-*-sco5v6*)
9137 # Causes problems with __ctype
9138 ;;
9139 *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*)
9140 # Compiler inserts libc in the correct place for threads to work
9141 ;;
9142 *)
9143 # Add libc to deplibs on all other systems if necessary.
9144 if test yes = "$build_libtool_need_lc"; then
9145 func_append deplibs " -lc"
9146 fi
9147 ;;
9148 esac
9149 fi
9150
9151 # Transform deplibs into only deplibs that can be linked in shared.
9152 name_save=$name
9153 libname_save=$libname
9154 release_save=$release
9155 versuffix_save=$versuffix
9156 major_save=$major
9157 # I'm not sure if I'm treating the release correctly. I think
9158 # release should show up in the -l (ie -lgmp5) so we don't want to
9159 # add it in twice. Is that correct?
9160 release=
9161 versuffix=
9162 major=
9163 newdeplibs=
9164 droppeddeps=no
9165 case $deplibs_check_method in
9166 pass_all)
9167 # Don't check for shared/static. Everything works.
9168 # This might be a little naive. We might want to check
9169 # whether the library exists or not. But this is on
9170 # osf3 & osf4 and I'm not really sure... Just
9171 # implementing what was already the behavior.
9172 newdeplibs=$deplibs
9173 ;;
9174 test_compile)
9175 # This code stresses the "libraries are programs" paradigm to its
9176 # limits. Maybe even breaks it. We compile a program, linking it
9177 # against the deplibs as a proxy for the library. Then we can check
9178 # whether they linked in statically or dynamically with ldd.
9179 $opt_dry_run || $RM conftest.c
9180 cat > conftest.c <<EOF
9181 int main() { return 0; }
9182 EOF
9183 $opt_dry_run || $RM conftest
9184 if $LTCC $LTCFLAGS -o conftest conftest.c $deplibs; then
9185 ldd_output=`ldd conftest`
9186 for i in $deplibs; do
9187 case $i in
9188 -l*)
9189 func_stripname -l '' "$i"
9190 name=$func_stripname_result
9191 if test yes = "$allow_libtool_libs_with_static_runtimes"; then
9192 case " $predeps $postdeps " in
9193 *" $i "*)
9194 func_append newdeplibs " $i"
9195 i=
9196 ;;
9197 esac
9198 fi
9199 if test -n "$i"; then
9200 libname=`eval "\\$ECHO \"$libname_spec\""`
9201 deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
9202 set dummy $deplib_matches; shift
9203 deplib_match=$1
9204 if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
9205 func_append newdeplibs " $i"
9206 else
9207 droppeddeps=yes
9208 echo
9209 $ECHO "*** Warning: dynamic linker does not accept needed library $i."
9210 echo "*** I have the capability to make that library automatically link in when"
9211 echo "*** you link to this library. But I can only do this if you have a"
9212 echo "*** shared version of the library, which I believe you do not have"
9213 echo "*** because a test_compile did reveal that the linker did not use it for"
9214 echo "*** its dynamic dependency list that programs get resolved with at runtime."
9215 fi
9216 fi
9217 ;;
9218 *)
9219 func_append newdeplibs " $i"
9220 ;;
9221 esac
9222 done
9223 else
9224 # Error occurred in the first compile. Let's try to salvage
9225 # the situation: Compile a separate program for each library.
9226 for i in $deplibs; do
9227 case $i in
9228 -l*)
9229 func_stripname -l '' "$i"
9230 name=$func_stripname_result
9231 $opt_dry_run || $RM conftest
9232 if $LTCC $LTCFLAGS -o conftest conftest.c $i; then
9233 ldd_output=`ldd conftest`
9234 if test yes = "$allow_libtool_libs_with_static_runtimes"; then
9235 case " $predeps $postdeps " in
9236 *" $i "*)
9237 func_append newdeplibs " $i"
9238 i=
9239 ;;
9240 esac
9241 fi
9242 if test -n "$i"; then
9243 libname=`eval "\\$ECHO \"$libname_spec\""`
9244 deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
9245 set dummy $deplib_matches; shift
9246 deplib_match=$1
9247 if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
9248 func_append newdeplibs " $i"
9249 else
9250 droppeddeps=yes
9251 echo
9252 $ECHO "*** Warning: dynamic linker does not accept needed library $i."
9253 echo "*** I have the capability to make that library automatically link in when"
9254 echo "*** you link to this library. But I can only do this if you have a"
9255 echo "*** shared version of the library, which you do not appear to have"
9256 echo "*** because a test_compile did reveal that the linker did not use this one"
9257 echo "*** as a dynamic dependency that programs can get resolved with at runtime."
9258 fi
9259 fi
9260 else
9261 droppeddeps=yes
9262 echo
9263 $ECHO "*** Warning! Library $i is needed by this library but I was not able to"
9264 echo "*** make it link in! You will probably need to install it or some"
9265 echo "*** library that it depends on before this library will be fully"
9266 echo "*** functional. Installing it before continuing would be even better."
9267 fi
9268 ;;
9269 *)
9270 func_append newdeplibs " $i"
9271 ;;
9272 esac
9273 done
9274 fi
9275 ;;
9276 file_magic*)
9277 set dummy $deplibs_check_method; shift
9278 file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
9279 for a_deplib in $deplibs; do
9280 case $a_deplib in
9281 -l*)
9282 func_stripname -l '' "$a_deplib"
9283 name=$func_stripname_result
9284 if test yes = "$allow_libtool_libs_with_static_runtimes"; then
9285 case " $predeps $postdeps " in
9286 *" $a_deplib "*)
9287 func_append newdeplibs " $a_deplib"
9288 a_deplib=
9289 ;;
9290 esac
9291 fi
9292 if test -n "$a_deplib"; then
9293 libname=`eval "\\$ECHO \"$libname_spec\""`
9294 if test -n "$file_magic_glob"; then
9295 libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
9296 else
9297 libnameglob=$libname
9298 fi
9299 test yes = "$want_nocaseglob" && nocaseglob=`shopt -p nocaseglob`
9300 for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
9301 if test yes = "$want_nocaseglob"; then
9302 shopt -s nocaseglob
9303 potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
9304 $nocaseglob
9305 else
9306 potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
9307 fi
9308 for potent_lib in $potential_libs; do
9309 # Follow soft links.
9310 if ls -lLd "$potent_lib" 2>/dev/null |
9311 $GREP " -> " >/dev/null; then
9312 continue
9313 fi
9314 # The statement above tries to avoid entering an
9315 # endless loop below, in case of cyclic links.
9316 # We might still enter an endless loop, since a link
9317 # loop can be closed while we follow links,
9318 # but so what?
9319 potlib=$potent_lib
9320 while test -h "$potlib" 2>/dev/null; do
9321 potliblink=`ls -ld $potlib | $SED 's/.* -> //'`
9322 case $potliblink in
9323 [\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;;
9324 *) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";;
9325 esac
9326 done
9327 if eval $file_magic_cmd \"\$potlib\" 2>/dev/null |
9328 $SED -e 10q |
9329 $EGREP "$file_magic_regex" > /dev/null; then
9330 func_append newdeplibs " $a_deplib"
9331 a_deplib=
9332 break 2
9333 fi
9334 done
9335 done
9336 fi
9337 if test -n "$a_deplib"; then
9338 droppeddeps=yes
9339 echo
9340 $ECHO "*** Warning: linker path does not have real file for library $a_deplib."
9341 echo "*** I have the capability to make that library automatically link in when"
9342 echo "*** you link to this library. But I can only do this if you have a"
9343 echo "*** shared version of the library, which you do not appear to have"
9344 echo "*** because I did check the linker path looking for a file starting"
9345 if test -z "$potlib"; then
9346 $ECHO "*** with $libname but no candidates were found. (...for file magic test)"
9347 else
9348 $ECHO "*** with $libname and none of the candidates passed a file format test"
9349 $ECHO "*** using a file magic. Last file checked: $potlib"
9350 fi
9351 fi
9352 ;;
9353 *)
9354 # Add a -L argument.
9355 func_append newdeplibs " $a_deplib"
9356 ;;
9357 esac
9358 done # Gone through all deplibs.
9359 ;;
9360 match_pattern*)
9361 set dummy $deplibs_check_method; shift
9362 match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
9363 for a_deplib in $deplibs; do
9364 case $a_deplib in
9365 -l*)
9366 func_stripname -l '' "$a_deplib"
9367 name=$func_stripname_result
9368 if test yes = "$allow_libtool_libs_with_static_runtimes"; then
9369 case " $predeps $postdeps " in
9370 *" $a_deplib "*)
9371 func_append newdeplibs " $a_deplib"
9372 a_deplib=
9373 ;;
9374 esac
9375 fi
9376 if test -n "$a_deplib"; then
9377 libname=`eval "\\$ECHO \"$libname_spec\""`
9378 for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
9379 potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
9380 for potent_lib in $potential_libs; do
9381 potlib=$potent_lib # see symlink-check above in file_magic test
9382 if eval "\$ECHO \"$potent_lib\"" 2>/dev/null | $SED 10q | \
9383 $EGREP "$match_pattern_regex" > /dev/null; then
9384 func_append newdeplibs " $a_deplib"
9385 a_deplib=
9386 break 2
9387 fi
9388 done
9389 done
9390 fi
9391 if test -n "$a_deplib"; then
9392 droppeddeps=yes
9393 echo
9394 $ECHO "*** Warning: linker path does not have real file for library $a_deplib."
9395 echo "*** I have the capability to make that library automatically link in when"
9396 echo "*** you link to this library. But I can only do this if you have a"
9397 echo "*** shared version of the library, which you do not appear to have"
9398 echo "*** because I did check the linker path looking for a file starting"
9399 if test -z "$potlib"; then
9400 $ECHO "*** with $libname but no candidates were found. (...for regex pattern test)"
9401 else
9402 $ECHO "*** with $libname and none of the candidates passed a file format test"
9403 $ECHO "*** using a regex pattern. Last file checked: $potlib"
9404 fi
9405 fi
9406 ;;
9407 *)
9408 # Add a -L argument.
9409 func_append newdeplibs " $a_deplib"
9410 ;;
9411 esac
9412 done # Gone through all deplibs.
9413 ;;
9414 none | unknown | *)
9415 newdeplibs=
9416 tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
9417 if test yes = "$allow_libtool_libs_with_static_runtimes"; then
9418 for i in $predeps $postdeps; do
9419 # can't use Xsed below, because $i might contain '/'
9420 tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"`
9421 done
9422 fi
9423 case $tmp_deplibs in
9424 *[!\ \ ]*)
9425 echo
9426 if test none = "$deplibs_check_method"; then
9427 echo "*** Warning: inter-library dependencies are not supported in this platform."
9428 else
9429 echo "*** Warning: inter-library dependencies are not known to be supported."
9430 fi
9431 echo "*** All declared inter-library dependencies are being dropped."
9432 droppeddeps=yes
9433 ;;
9434 esac
9435 ;;
9436 esac
9437 versuffix=$versuffix_save
9438 major=$major_save
9439 release=$release_save
9440 libname=$libname_save
9441 name=$name_save
9442
9443 case $host in
9444 *-*-rhapsody* | *-*-darwin1.[012])
9445 # On Rhapsody replace the C library with the System framework
9446 newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
9447 ;;
9448 esac
9449
9450 if test yes = "$droppeddeps"; then
9451 if test yes = "$module"; then
9452 echo
9453 echo "*** Warning: libtool could not satisfy all declared inter-library"
9454 $ECHO "*** dependencies of module $libname. Therefore, libtool will create"
9455 echo "*** a static module, that should work as long as the dlopening"
9456 echo "*** application is linked with the -dlopen flag."
9457 if test -z "$global_symbol_pipe"; then
9458 echo
9459 echo "*** However, this would only work if libtool was able to extract symbol"
9460 echo "*** lists from a program, using 'nm' or equivalent, but libtool could"
9461 echo "*** not find such a program. So, this module is probably useless."
9462 echo "*** 'nm' from GNU binutils and a full rebuild may help."
9463 fi
9464 if test no = "$build_old_libs"; then
9465 oldlibs=$output_objdir/$libname.$libext
9466 build_libtool_libs=module
9467 build_old_libs=yes
9468 else
9469 build_libtool_libs=no
9470 fi
9471 else
9472 echo "*** The inter-library dependencies that have been dropped here will be"
9473 echo "*** automatically added whenever a program is linked with this library"
9474 echo "*** or is declared to -dlopen it."
9475
9476 if test no = "$allow_undefined"; then
9477 echo
9478 echo "*** Since this library must not contain undefined symbols,"
9479 echo "*** because either the platform does not support them or"
9480 echo "*** it was explicitly requested with -no-undefined,"
9481 echo "*** libtool will only create a static version of it."
9482 if test no = "$build_old_libs"; then
9483 oldlibs=$output_objdir/$libname.$libext
9484 build_libtool_libs=module
9485 build_old_libs=yes
9486 else
9487 build_libtool_libs=no
9488 fi
9489 fi
9490 fi
9491 fi
9492 # Done checking deplibs!
9493 deplibs=$newdeplibs
9494 fi
9495 # Time to change all our "foo.ltframework" stuff back to "-framework foo"
9496 case $host in
9497 *-*-darwin*)
9498 newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
9499 new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
9500 deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
9501 ;;
9502 esac
9503
9504 # move library search paths that coincide with paths to not yet
9505 # installed libraries to the beginning of the library search list
9506 new_libs=
9507 for path in $notinst_path; do
9508 case " $new_libs " in
9509 *" -L$path/$objdir "*) ;;
9510 *)
9511 case " $deplibs " in
9512 *" -L$path/$objdir "*)
9513 func_append new_libs " -L$path/$objdir" ;;
9514 esac
9515 ;;
9516 esac
9517 done
9518 for deplib in $deplibs; do
9519 case $deplib in
9520 -L*)
9521 case " $new_libs " in
9522 *" $deplib "*) ;;
9523 *) func_append new_libs " $deplib" ;;
9524 esac
9525 ;;
9526 *) func_append new_libs " $deplib" ;;
9527 esac
9528 done
9529 deplibs=$new_libs
9530
9531 # All the library-specific variables (install_libdir is set above).
9532 library_names=
9533 old_library=
9534 dlname=
9535
9536 # Test again, we may have decided not to build it any more
9537 if test yes = "$build_libtool_libs"; then
9538 # Remove $wl instances when linking with ld.
9539 # FIXME: should test the right _cmds variable.
9540 case $archive_cmds in
9541 *\$LD\ *) wl= ;;
9542 esac
9543 if test yes = "$hardcode_into_libs"; then
9544 # Hardcode the library paths
9545 hardcode_libdirs=
9546 dep_rpath=
9547 rpath=$finalize_rpath
9548 test relink = "$opt_mode" || rpath=$compile_rpath$rpath
9549 for libdir in $rpath; do
9550 if test -n "$hardcode_libdir_flag_spec"; then
9551 if test -n "$hardcode_libdir_separator"; then
9552 func_replace_sysroot "$libdir"
9553 libdir=$func_replace_sysroot_result
9554 if test -z "$hardcode_libdirs"; then
9555 hardcode_libdirs=$libdir
9556 else
9557 # Just accumulate the unique libdirs.
9558 case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in
9559 *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*)
9560 ;;
9561 *)
9562 func_append hardcode_libdirs "$hardcode_libdir_separator$libdir"
9563 ;;
9564 esac
9565 fi
9566 else
9567 eval flag=\"$hardcode_libdir_flag_spec\"
9568 func_append dep_rpath " $flag"
9569 fi
9570 elif test -n "$runpath_var"; then
9571 case "$perm_rpath " in
9572 *" $libdir "*) ;;
9573 *) func_append perm_rpath " $libdir" ;;
9574 esac
9575 fi
9576 done
9577 # Substitute the hardcoded libdirs into the rpath.
9578 if test -n "$hardcode_libdir_separator" &&
9579 test -n "$hardcode_libdirs"; then
9580 libdir=$hardcode_libdirs
9581 eval "dep_rpath=\"$hardcode_libdir_flag_spec\""
9582 fi
9583 if test -n "$runpath_var" && test -n "$perm_rpath"; then
9584 # We should set the runpath_var.
9585 rpath=
9586 for dir in $perm_rpath; do
9587 func_append rpath "$dir:"
9588 done
9589 eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var"
9590 fi
9591 test -n "$dep_rpath" && deplibs="$dep_rpath $deplibs"
9592 fi
9593
9594 shlibpath=$finalize_shlibpath
9595 test relink = "$opt_mode" || shlibpath=$compile_shlibpath$shlibpath
9596 if test -n "$shlibpath"; then
9597 eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var"
9598 fi
9599
9600 # Get the real and link names of the library.
9601 eval shared_ext=\"$shrext_cmds\"
9602 eval library_names=\"$library_names_spec\"
9603 set dummy $library_names
9604 shift
9605 realname=$1
9606 shift
9607
9608 if test -n "$soname_spec"; then
9609 eval soname=\"$soname_spec\"
9610 else
9611 soname=$realname
9612 fi
9613 if test -z "$dlname"; then
9614 dlname=$soname
9615 fi
9616
9617 lib=$output_objdir/$realname
9618 linknames=
9619 for link
9620 do
9621 func_append linknames " $link"
9622 done
9623
9624 # Use standard objects if they are pic
9625 test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
9626 test "X$libobjs" = "X " && libobjs=
9627
9628 delfiles=
9629 if test -n "$export_symbols" && test -n "$include_expsyms"; then
9630 $opt_dry_run || cp "$export_symbols" "$output_objdir/$libname.uexp"
9631 export_symbols=$output_objdir/$libname.uexp
9632 func_append delfiles " $export_symbols"
9633 fi
9634
9635 orig_export_symbols=
9636 case $host_os in
9637 cygwin* | mingw* | cegcc*)
9638 if test -n "$export_symbols" && test -z "$export_symbols_regex"; then
9639 # exporting using user supplied symfile
9640 func_dll_def_p "$export_symbols" || {
9641 # and it's NOT already a .def file. Must figure out
9642 # which of the given symbols are data symbols and tag
9643 # them as such. So, trigger use of export_symbols_cmds.
9644 # export_symbols gets reassigned inside the "prepare
9645 # the list of exported symbols" if statement, so the
9646 # include_expsyms logic still works.
9647 orig_export_symbols=$export_symbols
9648 export_symbols=
9649 always_export_symbols=yes
9650 }
9651 fi
9652 ;;
9653 esac
9654
9655 # Prepare the list of exported symbols
9656 if test -z "$export_symbols"; then
9657 if test yes = "$always_export_symbols" || test -n "$export_symbols_regex"; then
9658 func_verbose "generating symbol list for '$libname.la'"
9659 export_symbols=$output_objdir/$libname.exp
9660 $opt_dry_run || $RM $export_symbols
9661 cmds=$export_symbols_cmds
9662 save_ifs=$IFS; IFS='~'
9663 for cmd1 in $cmds; do
9664 IFS=$save_ifs
9665 # Take the normal branch if the nm_file_list_spec branch
9666 # doesn't work or if tool conversion is not needed.
9667 case $nm_file_list_spec~$to_tool_file_cmd in
9668 *~func_convert_file_noop | *~func_convert_file_msys_to_w32 | ~*)
9669 try_normal_branch=yes
9670 eval cmd=\"$cmd1\"
9671 func_len " $cmd"
9672 len=$func_len_result
9673 ;;
9674 *)
9675 try_normal_branch=no
9676 ;;
9677 esac
9678 if test yes = "$try_normal_branch" \
9679 && { test "$len" -lt "$max_cmd_len" \
9680 || test "$max_cmd_len" -le -1; }
9681 then
9682 func_show_eval "$cmd" 'exit $?'
9683 skipped_export=false
9684 elif test -n "$nm_file_list_spec"; then
9685 func_basename "$output"
9686 output_la=$func_basename_result
9687 save_libobjs=$libobjs
9688 save_output=$output
9689 output=$output_objdir/$output_la.nm
9690 func_to_tool_file "$output"
9691 libobjs=$nm_file_list_spec$func_to_tool_file_result
9692 func_append delfiles " $output"
9693 func_verbose "creating $NM input file list: $output"
9694 for obj in $save_libobjs; do
9695 func_to_tool_file "$obj"
9696 $ECHO "$func_to_tool_file_result"
9697 done > "$output"
9698 eval cmd=\"$cmd1\"
9699 func_show_eval "$cmd" 'exit $?'
9700 output=$save_output
9701 libobjs=$save_libobjs
9702 skipped_export=false
9703 else
9704 # The command line is too long to execute in one step.
9705 func_verbose "using reloadable object file for export list..."
9706 skipped_export=:
9707 # Break out early, otherwise skipped_export may be
9708 # set to false by a later but shorter cmd.
9709 break
9710 fi
9711 done
9712 IFS=$save_ifs
9713 if test -n "$export_symbols_regex" && test : != "$skipped_export"; then
9714 func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"'
9715 func_show_eval '$MV "${export_symbols}T" "$export_symbols"'
9716 fi
9717 fi
9718 fi
9719
9720 if test -n "$export_symbols" && test -n "$include_expsyms"; then
9721 tmp_export_symbols=$export_symbols
9722 test -n "$orig_export_symbols" && tmp_export_symbols=$orig_export_symbols
9723 $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"'
9724 fi
9725
9726 if test : != "$skipped_export" && test -n "$orig_export_symbols"; then
9727 # The given exports_symbols file has to be filtered, so filter it.
9728 func_verbose "filter symbol list for '$libname.la' to tag DATA exports"
9729 # FIXME: $output_objdir/$libname.filter potentially contains lots of
9730 # 's' commands, which not all seds can handle. GNU sed should be fine
9731 # though. Also, the filter scales superlinearly with the number of
9732 # global variables. join(1) would be nice here, but unfortunately
9733 # isn't a blessed tool.
9734 $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter
9735 func_append delfiles " $export_symbols $output_objdir/$libname.filter"
9736 export_symbols=$output_objdir/$libname.def
9737 $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols
9738 fi
9739
9740 tmp_deplibs=
9741 for test_deplib in $deplibs; do
9742 case " $convenience " in
9743 *" $test_deplib "*) ;;
9744 *)
9745 func_append tmp_deplibs " $test_deplib"
9746 ;;
9747 esac
9748 done
9749 deplibs=$tmp_deplibs
9750
9751 if test -n "$convenience"; then
9752 if test -n "$whole_archive_flag_spec" &&
9753 test yes = "$compiler_needs_object" &&
9754 test -z "$libobjs"; then
9755 # extract the archives, so we have objects to list.
9756 # TODO: could optimize this to just extract one archive.
9757 whole_archive_flag_spec=
9758 fi
9759 if test -n "$whole_archive_flag_spec"; then
9760 save_libobjs=$libobjs
9761 eval libobjs=\"\$libobjs $whole_archive_flag_spec\"
9762 test "X$libobjs" = "X " && libobjs=
9763 else
9764 gentop=$output_objdir/${outputname}x
9765 func_append generated " $gentop"
9766
9767 func_extract_archives $gentop $convenience
9768 func_append libobjs " $func_extract_archives_result"
9769 test "X$libobjs" = "X " && libobjs=
9770 fi
9771 fi
9772
9773 if test yes = "$thread_safe" && test -n "$thread_safe_flag_spec"; then
9774 eval flag=\"$thread_safe_flag_spec\"
9775 func_append linker_flags " $flag"
9776 fi
9777
9778 # Make a backup of the uninstalled library when relinking
9779 if test relink = "$opt_mode"; then
9780 $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}U && $MV $realname ${realname}U)' || exit $?
9781 fi
9782
9783 # Do each of the archive commands.
9784 if test yes = "$module" && test -n "$module_cmds"; then
9785 if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then
9786 eval test_cmds=\"$module_expsym_cmds\"
9787 cmds=$module_expsym_cmds
9788 else
9789 eval test_cmds=\"$module_cmds\"
9790 cmds=$module_cmds
9791 fi
9792 else
9793 if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then
9794 eval test_cmds=\"$archive_expsym_cmds\"
9795 cmds=$archive_expsym_cmds
9796 else
9797 eval test_cmds=\"$archive_cmds\"
9798 cmds=$archive_cmds
9799 fi
9800 fi
9801
9802 if test : != "$skipped_export" &&
9803 func_len " $test_cmds" &&
9804 len=$func_len_result &&
9805 test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then
9806 :
9807 else
9808 # The command line is too long to link in one step, link piecewise
9809 # or, if using GNU ld and skipped_export is not :, use a linker
9810 # script.
9811
9812 # Save the value of $output and $libobjs because we want to
9813 # use them later. If we have whole_archive_flag_spec, we
9814 # want to use save_libobjs as it was before
9815 # whole_archive_flag_spec was expanded, because we can't
9816 # assume the linker understands whole_archive_flag_spec.
9817 # This may have to be revisited, in case too many
9818 # convenience libraries get linked in and end up exceeding
9819 # the spec.
9820 if test -z "$convenience" || test -z "$whole_archive_flag_spec"; then
9821 save_libobjs=$libobjs
9822 fi
9823 save_output=$output
9824 func_basename "$output"
9825 output_la=$func_basename_result
9826
9827 # Clear the reloadable object creation command queue and
9828 # initialize k to one.
9829 test_cmds=
9830 concat_cmds=
9831 objlist=
9832 last_robj=
9833 k=1
9834
9835 if test -n "$save_libobjs" && test : != "$skipped_export" && test yes = "$with_gnu_ld"; then
9836 output=$output_objdir/$output_la.lnkscript
9837 func_verbose "creating GNU ld script: $output"
9838 echo 'INPUT (' > $output
9839 for obj in $save_libobjs
9840 do
9841 func_to_tool_file "$obj"
9842 $ECHO "$func_to_tool_file_result" >> $output
9843 done
9844 echo ')' >> $output
9845 func_append delfiles " $output"
9846 func_to_tool_file "$output"
9847 output=$func_to_tool_file_result
9848 elif test -n "$save_libobjs" && test : != "$skipped_export" && test -n "$file_list_spec"; then
9849 output=$output_objdir/$output_la.lnk
9850 func_verbose "creating linker input file list: $output"
9851 : > $output
9852 set x $save_libobjs
9853 shift
9854 firstobj=
9855 if test yes = "$compiler_needs_object"; then
9856 firstobj="$1 "
9857 shift
9858 fi
9859 for obj
9860 do
9861 func_to_tool_file "$obj"
9862 $ECHO "$func_to_tool_file_result" >> $output
9863 done
9864 func_append delfiles " $output"
9865 func_to_tool_file "$output"
9866 output=$firstobj\"$file_list_spec$func_to_tool_file_result\"
9867 else
9868 if test -n "$save_libobjs"; then
9869 func_verbose "creating reloadable object files..."
9870 output=$output_objdir/$output_la-$k.$objext
9871 eval test_cmds=\"$reload_cmds\"
9872 func_len " $test_cmds"
9873 len0=$func_len_result
9874 len=$len0
9875
9876 # Loop over the list of objects to be linked.
9877 for obj in $save_libobjs
9878 do
9879 func_len " $obj"
9880 func_arith $len + $func_len_result
9881 len=$func_arith_result
9882 if test -z "$objlist" ||
9883 test "$len" -lt "$max_cmd_len"; then
9884 func_append objlist " $obj"
9885 else
9886 # The command $test_cmds is almost too long, add a
9887 # command to the queue.
9888 if test 1 -eq "$k"; then
9889 # The first file doesn't have a previous command to add.
9890 reload_objs=$objlist
9891 eval concat_cmds=\"$reload_cmds\"
9892 else
9893 # All subsequent reloadable object files will link in
9894 # the last one created.
9895 reload_objs="$objlist $last_robj"
9896 eval concat_cmds=\"\$concat_cmds~$reload_cmds~\$RM $last_robj\"
9897 fi
9898 last_robj=$output_objdir/$output_la-$k.$objext
9899 func_arith $k + 1
9900 k=$func_arith_result
9901 output=$output_objdir/$output_la-$k.$objext
9902 objlist=" $obj"
9903 func_len " $last_robj"
9904 func_arith $len0 + $func_len_result
9905 len=$func_arith_result
9906 fi
9907 done
9908 # Handle the remaining objects by creating one last
9909 # reloadable object file. All subsequent reloadable object
9910 # files will link in the last one created.
9911 test -z "$concat_cmds" || concat_cmds=$concat_cmds~
9912 reload_objs="$objlist $last_robj"
9913 eval concat_cmds=\"\$concat_cmds$reload_cmds\"
9914 if test -n "$last_robj"; then
9915 eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\"
9916 fi
9917 func_append delfiles " $output"
9918
9919 else
9920 output=
9921 fi
9922
9923 ${skipped_export-false} && {
9924 func_verbose "generating symbol list for '$libname.la'"
9925 export_symbols=$output_objdir/$libname.exp
9926 $opt_dry_run || $RM $export_symbols
9927 libobjs=$output
9928 # Append the command to create the export file.
9929 test -z "$concat_cmds" || concat_cmds=$concat_cmds~
9930 eval concat_cmds=\"\$concat_cmds$export_symbols_cmds\"
9931 if test -n "$last_robj"; then
9932 eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\"
9933 fi
9934 }
9935
9936 test -n "$save_libobjs" &&
9937 func_verbose "creating a temporary reloadable object file: $output"
9938
9939 # Loop through the commands generated above and execute them.
9940 save_ifs=$IFS; IFS='~'
9941 for cmd in $concat_cmds; do
9942 IFS=$save_ifs
9943 $opt_quiet || {
9944 func_quote_for_expand "$cmd"
9945 eval "func_echo $func_quote_for_expand_result"
9946 }
9947 $opt_dry_run || eval "$cmd" || {
9948 lt_exit=$?
9949
9950 # Restore the uninstalled library and exit
9951 if test relink = "$opt_mode"; then
9952 ( cd "$output_objdir" && \
9953 $RM "${realname}T" && \
9954 $MV "${realname}U" "$realname" )
9955 fi
9956
9957 exit $lt_exit
9958 }
9959 done
9960 IFS=$save_ifs
9961
9962 if test -n "$export_symbols_regex" && ${skipped_export-false}; then
9963 func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"'
9964 func_show_eval '$MV "${export_symbols}T" "$export_symbols"'
9965 fi
9966 fi
9967
9968 ${skipped_export-false} && {
9969 if test -n "$export_symbols" && test -n "$include_expsyms"; then
9970 tmp_export_symbols=$export_symbols
9971 test -n "$orig_export_symbols" && tmp_export_symbols=$orig_export_symbols
9972 $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"'
9973 fi
9974
9975 if test -n "$orig_export_symbols"; then
9976 # The given exports_symbols file has to be filtered, so filter it.
9977 func_verbose "filter symbol list for '$libname.la' to tag DATA exports"
9978 # FIXME: $output_objdir/$libname.filter potentially contains lots of
9979 # 's' commands, which not all seds can handle. GNU sed should be fine
9980 # though. Also, the filter scales superlinearly with the number of
9981 # global variables. join(1) would be nice here, but unfortunately
9982 # isn't a blessed tool.
9983 $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter
9984 func_append delfiles " $export_symbols $output_objdir/$libname.filter"
9985 export_symbols=$output_objdir/$libname.def
9986 $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols
9987 fi
9988 }
9989
9990 libobjs=$output
9991 # Restore the value of output.
9992 output=$save_output
9993
9994 if test -n "$convenience" && test -n "$whole_archive_flag_spec"; then
9995 eval libobjs=\"\$libobjs $whole_archive_flag_spec\"
9996 test "X$libobjs" = "X " && libobjs=
9997 fi
9998 # Expand the library linking commands again to reset the
9999 # value of $libobjs for piecewise linking.
10000
10001 # Do each of the archive commands.
10002 if test yes = "$module" && test -n "$module_cmds"; then
10003 if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then
10004 cmds=$module_expsym_cmds
10005 else
10006 cmds=$module_cmds
10007 fi
10008 else
10009 if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then
10010 cmds=$archive_expsym_cmds
10011 else
10012 cmds=$archive_cmds
10013 fi
10014 fi
10015 fi
10016
10017 if test -n "$delfiles"; then
10018 # Append the command to remove temporary files to $cmds.
10019 eval cmds=\"\$cmds~\$RM $delfiles\"
10020 fi
10021
10022 # Add any objects from preloaded convenience libraries
10023 if test -n "$dlprefiles"; then
10024 gentop=$output_objdir/${outputname}x
10025 func_append generated " $gentop"
10026
10027 func_extract_archives $gentop $dlprefiles
10028 func_append libobjs " $func_extract_archives_result"
10029 test "X$libobjs" = "X " && libobjs=
10030 fi
10031
10032 save_ifs=$IFS; IFS='~'
10033 for cmd in $cmds; do
10034 IFS=$sp$nl
10035 eval cmd=\"$cmd\"
10036 IFS=$save_ifs
10037 $opt_quiet || {
10038 func_quote_for_expand "$cmd"
10039 eval "func_echo $func_quote_for_expand_result"
10040 }
10041 $opt_dry_run || eval "$cmd" || {
10042 lt_exit=$?
10043
10044 # Restore the uninstalled library and exit
10045 if test relink = "$opt_mode"; then
10046 ( cd "$output_objdir" && \
10047 $RM "${realname}T" && \
10048 $MV "${realname}U" "$realname" )
10049 fi
10050
10051 exit $lt_exit
10052 }
10053 done
10054 IFS=$save_ifs
10055
10056 # Restore the uninstalled library and exit
10057 if test relink = "$opt_mode"; then
10058 $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}T && $MV $realname ${realname}T && $MV ${realname}U $realname)' || exit $?
10059
10060 if test -n "$convenience"; then
10061 if test -z "$whole_archive_flag_spec"; then
10062 func_show_eval '${RM}r "$gentop"'
10063 fi
10064 fi
10065
10066 exit $EXIT_SUCCESS
10067 fi
10068
10069 # Create links to the real library.
10070 for linkname in $linknames; do
10071 if test "$realname" != "$linkname"; then
10072 func_show_eval '(cd "$output_objdir" && $RM "$linkname" && $LN_S "$realname" "$linkname")' 'exit $?'
10073 fi
10074 done
10075
10076 # If -module or -export-dynamic was specified, set the dlname.
10077 if test yes = "$module" || test yes = "$export_dynamic"; then
10078 # On all known operating systems, these are identical.
10079 dlname=$soname
10080 fi
10081 fi
10082 ;;
10083
10084 obj)
10085 if test -n "$dlfiles$dlprefiles" || test no != "$dlself"; then
10086 func_warning "'-dlopen' is ignored for objects"
10087 fi
10088
10089 case " $deplibs" in
10090 *\ -l* | *\ -L*)
10091 func_warning "'-l' and '-L' are ignored for objects" ;;
10092 esac
10093
10094 test -n "$rpath" && \
10095 func_warning "'-rpath' is ignored for objects"
10096
10097 test -n "$xrpath" && \
10098 func_warning "'-R' is ignored for objects"
10099
10100 test -n "$vinfo" && \
10101 func_warning "'-version-info' is ignored for objects"
10102
10103 test -n "$release" && \
10104 func_warning "'-release' is ignored for objects"
10105
10106 case $output in
10107 *.lo)
10108 test -n "$objs$old_deplibs" && \
10109 func_fatal_error "cannot build library object '$output' from non-libtool objects"
10110
10111 libobj=$output
10112 func_lo2o "$libobj"
10113 obj=$func_lo2o_result
10114 ;;
10115 *)
10116 libobj=
10117 obj=$output
10118 ;;
10119 esac
10120
10121 # Delete the old objects.
10122 $opt_dry_run || $RM $obj $libobj
10123
10124 # Objects from convenience libraries. This assumes
10125 # single-version convenience libraries. Whenever we create
10126 # different ones for PIC/non-PIC, this we'll have to duplicate
10127 # the extraction.
10128 reload_conv_objs=
10129 gentop=
10130 # if reload_cmds runs $LD directly, get rid of -Wl from
10131 # whole_archive_flag_spec and hope we can get by with turning comma
10132 # into space.
10133 case $reload_cmds in
10134 *\$LD[\ \$]*) wl= ;;
10135 esac
10136 if test -n "$convenience"; then
10137 if test -n "$whole_archive_flag_spec"; then
10138 eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
10139 test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
10140 reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags
10141 else
10142 gentop=$output_objdir/${obj}x
10143 func_append generated " $gentop"
10144
10145 func_extract_archives $gentop $convenience
10146 reload_conv_objs="$reload_objs $func_extract_archives_result"
10147 fi
10148 fi
10149
10150 # If we're not building shared, we need to use non_pic_objs
10151 test yes = "$build_libtool_libs" || libobjs=$non_pic_objects
10152
10153 # Create the old-style object.
10154 reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs
10155
10156 output=$obj
10157 func_execute_cmds "$reload_cmds" 'exit $?'
10158
10159 # Exit if we aren't doing a library object file.
10160 if test -z "$libobj"; then
10161 if test -n "$gentop"; then
10162 func_show_eval '${RM}r "$gentop"'
10163 fi
10164
10165 exit $EXIT_SUCCESS
10166 fi
10167
10168 test yes = "$build_libtool_libs" || {
10169 if test -n "$gentop"; then
10170 func_show_eval '${RM}r "$gentop"'
10171 fi
10172
10173 # Create an invalid libtool object if no PIC, so that we don't
10174 # accidentally link it into a program.
10175 # $show "echo timestamp > $libobj"
10176 # $opt_dry_run || eval "echo timestamp > $libobj" || exit $?
10177 exit $EXIT_SUCCESS
10178 }
10179
10180 if test -n "$pic_flag" || test default != "$pic_mode"; then
10181 # Only do commands if we really have different PIC objects.
10182 reload_objs="$libobjs $reload_conv_objs"
10183 output=$libobj
10184 func_execute_cmds "$reload_cmds" 'exit $?'
10185 fi
10186
10187 if test -n "$gentop"; then
10188 func_show_eval '${RM}r "$gentop"'
10189 fi
10190
10191 exit $EXIT_SUCCESS
10192 ;;
10193
10194 prog)
10195 case $host in
10196 *cygwin*) func_stripname '' '.exe' "$output"
10197 output=$func_stripname_result.exe;;
10198 esac
10199 test -n "$vinfo" && \
10200 func_warning "'-version-info' is ignored for programs"
10201
10202 test -n "$release" && \
10203 func_warning "'-release' is ignored for programs"
10204
10205 $preload \
10206 && test unknown,unknown,unknown = "$dlopen_support,$dlopen_self,$dlopen_self_static" \
10207 && func_warning "'LT_INIT([dlopen])' not used. Assuming no dlopen support."
10208
10209 case $host in
10210 *-*-rhapsody* | *-*-darwin1.[012])
10211 # On Rhapsody replace the C library is the System framework
10212 compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
10213 finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
10214 ;;
10215 esac
10216
10217 case $host in
10218 *-*-darwin*)
10219 # Don't allow lazy linking, it breaks C++ global constructors
10220 # But is supposedly fixed on 10.4 or later (yay!).
10221 if test CXX = "$tagname"; then
10222 case ${MACOSX_DEPLOYMENT_TARGET-10.0} in
10223 10.[0123])
10224 func_append compile_command " $wl-bind_at_load"
10225 func_append finalize_command " $wl-bind_at_load"
10226 ;;
10227 esac
10228 fi
10229 # Time to change all our "foo.ltframework" stuff back to "-framework foo"
10230 compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
10231 finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
10232 ;;
10233 esac
10234
10235
10236 # move library search paths that coincide with paths to not yet
10237 # installed libraries to the beginning of the library search list
10238 new_libs=
10239 for path in $notinst_path; do
10240 case " $new_libs " in
10241 *" -L$path/$objdir "*) ;;
10242 *)
10243 case " $compile_deplibs " in
10244 *" -L$path/$objdir "*)
10245 func_append new_libs " -L$path/$objdir" ;;
10246 esac
10247 ;;
10248 esac
10249 done
10250 for deplib in $compile_deplibs; do
10251 case $deplib in
10252 -L*)
10253 case " $new_libs " in
10254 *" $deplib "*) ;;
10255 *) func_append new_libs " $deplib" ;;
10256 esac
10257 ;;
10258 *) func_append new_libs " $deplib" ;;
10259 esac
10260 done
10261 compile_deplibs=$new_libs
10262
10263
10264 func_append compile_command " $compile_deplibs"
10265 func_append finalize_command " $finalize_deplibs"
10266
10267 if test -n "$rpath$xrpath"; then
10268 # If the user specified any rpath flags, then add them.
10269 for libdir in $rpath $xrpath; do
10270 # This is the magic to use -rpath.
10271 case "$finalize_rpath " in
10272 *" $libdir "*) ;;
10273 *) func_append finalize_rpath " $libdir" ;;
10274 esac
10275 done
10276 fi
10277
10278 # Now hardcode the library paths
10279 rpath=
10280 hardcode_libdirs=
10281 for libdir in $compile_rpath $finalize_rpath; do
10282 if test -n "$hardcode_libdir_flag_spec"; then
10283 if test -n "$hardcode_libdir_separator"; then
10284 if test -z "$hardcode_libdirs"; then
10285 hardcode_libdirs=$libdir
10286 else
10287 # Just accumulate the unique libdirs.
10288 case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in
10289 *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*)
10290 ;;
10291 *)
10292 func_append hardcode_libdirs "$hardcode_libdir_separator$libdir"
10293 ;;
10294 esac
10295 fi
10296 else
10297 eval flag=\"$hardcode_libdir_flag_spec\"
10298 func_append rpath " $flag"
10299 fi
10300 elif test -n "$runpath_var"; then
10301 case "$perm_rpath " in
10302 *" $libdir "*) ;;
10303 *) func_append perm_rpath " $libdir" ;;
10304 esac
10305 fi
10306 case $host in
10307 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
10308 testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'`
10309 case :$dllsearchpath: in
10310 *":$libdir:"*) ;;
10311 ::) dllsearchpath=$libdir;;
10312 *) func_append dllsearchpath ":$libdir";;
10313 esac
10314 case :$dllsearchpath: in
10315 *":$testbindir:"*) ;;
10316 ::) dllsearchpath=$testbindir;;
10317 *) func_append dllsearchpath ":$testbindir";;
10318 esac
10319 ;;
10320 esac
10321 done
10322 # Substitute the hardcoded libdirs into the rpath.
10323 if test -n "$hardcode_libdir_separator" &&
10324 test -n "$hardcode_libdirs"; then
10325 libdir=$hardcode_libdirs
10326 eval rpath=\" $hardcode_libdir_flag_spec\"
10327 fi
10328 compile_rpath=$rpath
10329
10330 rpath=
10331 hardcode_libdirs=
10332 for libdir in $finalize_rpath; do
10333 if test -n "$hardcode_libdir_flag_spec"; then
10334 if test -n "$hardcode_libdir_separator"; then
10335 if test -z "$hardcode_libdirs"; then
10336 hardcode_libdirs=$libdir
10337 else
10338 # Just accumulate the unique libdirs.
10339 case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in
10340 *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*)
10341 ;;
10342 *)
10343 func_append hardcode_libdirs "$hardcode_libdir_separator$libdir"
10344 ;;
10345 esac
10346 fi
10347 else
10348 eval flag=\"$hardcode_libdir_flag_spec\"
10349 func_append rpath " $flag"
10350 fi
10351 elif test -n "$runpath_var"; then
10352 case "$finalize_perm_rpath " in
10353 *" $libdir "*) ;;
10354 *) func_append finalize_perm_rpath " $libdir" ;;
10355 esac
10356 fi
10357 done
10358 # Substitute the hardcoded libdirs into the rpath.
10359 if test -n "$hardcode_libdir_separator" &&
10360 test -n "$hardcode_libdirs"; then
10361 libdir=$hardcode_libdirs
10362 eval rpath=\" $hardcode_libdir_flag_spec\"
10363 fi
10364 finalize_rpath=$rpath
10365
10366 if test -n "$libobjs" && test yes = "$build_old_libs"; then
10367 # Transform all the library objects into standard objects.
10368 compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
10369 finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
10370 fi
10371
10372 func_generate_dlsyms "$outputname" "@PROGRAM@" false
10373
10374 # template prelinking step
10375 if test -n "$prelink_cmds"; then
10376 func_execute_cmds "$prelink_cmds" 'exit $?'
10377 fi
10378
10379 wrappers_required=:
10380 case $host in
10381 *cegcc* | *mingw32ce*)
10382 # Disable wrappers for cegcc and mingw32ce hosts, we are cross compiling anyway.
10383 wrappers_required=false
10384 ;;
10385 *cygwin* | *mingw* )
10386 test yes = "$build_libtool_libs" || wrappers_required=false
10387 ;;
10388 *)
10389 if test no = "$need_relink" || test yes != "$build_libtool_libs"; then
10390 wrappers_required=false
10391 fi
10392 ;;
10393 esac
10394 $wrappers_required || {
10395 # Replace the output file specification.
10396 compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
10397 link_command=$compile_command$compile_rpath
10398
10399 # We have no uninstalled library dependencies, so finalize right now.
10400 exit_status=0
10401 func_show_eval "$link_command" 'exit_status=$?'
10402
10403 if test -n "$postlink_cmds"; then
10404 func_to_tool_file "$output"
10405 postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
10406 func_execute_cmds "$postlink_cmds" 'exit $?'
10407 fi
10408
10409 # Delete the generated files.
10410 if test -f "$output_objdir/${outputname}S.$objext"; then
10411 func_show_eval '$RM "$output_objdir/${outputname}S.$objext"'
10412 fi
10413
10414 exit $exit_status
10415 }
10416
10417 if test -n "$compile_shlibpath$finalize_shlibpath"; then
10418 compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command"
10419 fi
10420 if test -n "$finalize_shlibpath"; then
10421 finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command"
10422 fi
10423
10424 compile_var=
10425 finalize_var=
10426 if test -n "$runpath_var"; then
10427 if test -n "$perm_rpath"; then
10428 # We should set the runpath_var.
10429 rpath=
10430 for dir in $perm_rpath; do
10431 func_append rpath "$dir:"
10432 done
10433 compile_var="$runpath_var=\"$rpath\$$runpath_var\" "
10434 fi
10435 if test -n "$finalize_perm_rpath"; then
10436 # We should set the runpath_var.
10437 rpath=
10438 for dir in $finalize_perm_rpath; do
10439 func_append rpath "$dir:"
10440 done
10441 finalize_var="$runpath_var=\"$rpath\$$runpath_var\" "
10442 fi
10443 fi
10444
10445 if test yes = "$no_install"; then
10446 # We don't need to create a wrapper script.
10447 link_command=$compile_var$compile_command$compile_rpath
10448 # Replace the output file specification.
10449 link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
10450 # Delete the old output file.
10451 $opt_dry_run || $RM $output
10452 # Link the executable and exit
10453 func_show_eval "$link_command" 'exit $?'
10454
10455 if test -n "$postlink_cmds"; then
10456 func_to_tool_file "$output"
10457 postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
10458 func_execute_cmds "$postlink_cmds" 'exit $?'
10459 fi
10460
10461 exit $EXIT_SUCCESS
10462 fi
10463
10464 case $hardcode_action,$fast_install in
10465 relink,*)
10466 # Fast installation is not supported
10467 link_command=$compile_var$compile_command$compile_rpath
10468 relink_command=$finalize_var$finalize_command$finalize_rpath
10469
10470 func_warning "this platform does not like uninstalled shared libraries"
10471 func_warning "'$output' will be relinked during installation"
10472 ;;
10473 *,yes)
10474 link_command=$finalize_var$compile_command$finalize_rpath
10475 relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
10476 ;;
10477 *,no)
10478 link_command=$compile_var$compile_command$compile_rpath
10479 relink_command=$finalize_var$finalize_command$finalize_rpath
10480 ;;
10481 *,needless)
10482 link_command=$finalize_var$compile_command$finalize_rpath
10483 relink_command=
10484 ;;
10485 esac
10486
10487 # Replace the output file specification.
10488 link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
10489
10490 # Delete the old output files.
10491 $opt_dry_run || $RM $output $output_objdir/$outputname $output_objdir/lt-$outputname
10492
10493 func_show_eval "$link_command" 'exit $?'
10494
10495 if test -n "$postlink_cmds"; then
10496 func_to_tool_file "$output_objdir/$outputname"
10497 postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
10498 func_execute_cmds "$postlink_cmds" 'exit $?'
10499 fi
10500
10501 # Now create the wrapper script.
10502 func_verbose "creating $output"
10503
10504 # Quote the relink command for shipping.
10505 if test -n "$relink_command"; then
10506 # Preserve any variables that may affect compiler behavior
10507 for var in $variables_saved_for_relink; do
10508 if eval test -z \"\${$var+set}\"; then
10509 relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command"
10510 elif eval var_value=\$$var; test -z "$var_value"; then
10511 relink_command="$var=; export $var; $relink_command"
10512 else
10513 func_quote_for_eval "$var_value"
10514 relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command"
10515 fi
10516 done
10517 relink_command="(cd `pwd`; $relink_command)"
10518 relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
10519 fi
10520
10521 # Only actually do things if not in dry run mode.
10522 $opt_dry_run || {
10523 # win32 will think the script is a binary if it has
10524 # a .exe suffix, so we strip it off here.
10525 case $output in
10526 *.exe) func_stripname '' '.exe' "$output"
10527 output=$func_stripname_result ;;
10528 esac
10529 # test for cygwin because mv fails w/o .exe extensions
10530 case $host in
10531 *cygwin*)
10532 exeext=.exe
10533 func_stripname '' '.exe' "$outputname"
10534 outputname=$func_stripname_result ;;
10535 *) exeext= ;;
10536 esac
10537 case $host in
10538 *cygwin* | *mingw* )
10539 func_dirname_and_basename "$output" "" "."
10540 output_name=$func_basename_result
10541 output_path=$func_dirname_result
10542 cwrappersource=$output_path/$objdir/lt-$output_name.c
10543 cwrapper=$output_path/$output_name.exe
10544 $RM $cwrappersource $cwrapper
10545 trap "$RM $cwrappersource $cwrapper; exit $EXIT_FAILURE" 1 2 15
10546
10547 func_emit_cwrapperexe_src > $cwrappersource
10548
10549 # The wrapper executable is built using the $host compiler,
10550 # because it contains $host paths and files. If cross-
10551 # compiling, it, like the target executable, must be
10552 # executed on the $host or under an emulation environment.
10553 $opt_dry_run || {
10554 $LTCC $LTCFLAGS -o $cwrapper $cwrappersource
10555 $STRIP $cwrapper
10556 }
10557
10558 # Now, create the wrapper script for func_source use:
10559 func_ltwrapper_scriptname $cwrapper
10560 $RM $func_ltwrapper_scriptname_result
10561 trap "$RM $func_ltwrapper_scriptname_result; exit $EXIT_FAILURE" 1 2 15
10562 $opt_dry_run || {
10563 # note: this script will not be executed, so do not chmod.
10564 if test "x$build" = "x$host"; then
10565 $cwrapper --lt-dump-script > $func_ltwrapper_scriptname_result
10566 else
10567 func_emit_wrapper no > $func_ltwrapper_scriptname_result
10568 fi
10569 }
10570 ;;
10571 * )
10572 $RM $output
10573 trap "$RM $output; exit $EXIT_FAILURE" 1 2 15
10574
10575 func_emit_wrapper no > $output
10576 chmod +x $output
10577 ;;
10578 esac
10579 }
10580 exit $EXIT_SUCCESS
10581 ;;
10582 esac
10583
10584 # See if we need to build an old-fashioned archive.
10585 for oldlib in $oldlibs; do
10586
10587 case $build_libtool_libs in
10588 convenience)
10589 oldobjs="$libobjs_save $symfileobj"
10590 addlibs=$convenience
10591 build_libtool_libs=no
10592 ;;
10593 module)
10594 oldobjs=$libobjs_save
10595 addlibs=$old_convenience
10596 build_libtool_libs=no
10597 ;;
10598 *)
10599 oldobjs="$old_deplibs $non_pic_objects"
10600 $preload && test -f "$symfileobj" \
10601 && func_append oldobjs " $symfileobj"
10602 addlibs=$old_convenience
10603 ;;
10604 esac
10605
10606 if test -n "$addlibs"; then
10607 gentop=$output_objdir/${outputname}x
10608 func_append generated " $gentop"
10609
10610 func_extract_archives $gentop $addlibs
10611 func_append oldobjs " $func_extract_archives_result"
10612 fi
10613
10614 # Do each command in the archive commands.
10615 if test -n "$old_archive_from_new_cmds" && test yes = "$build_libtool_libs"; then
10616 cmds=$old_archive_from_new_cmds
10617 else
10618
10619 # Add any objects from preloaded convenience libraries
10620 if test -n "$dlprefiles"; then
10621 gentop=$output_objdir/${outputname}x
10622 func_append generated " $gentop"
10623
10624 func_extract_archives $gentop $dlprefiles
10625 func_append oldobjs " $func_extract_archives_result"
10626 fi
10627
10628 # POSIX demands no paths to be encoded in archives. We have
10629 # to avoid creating archives with duplicate basenames if we
10630 # might have to extract them afterwards, e.g., when creating a
10631 # static archive out of a convenience library, or when linking
10632 # the entirety of a libtool archive into another (currently
10633 # not supported by libtool).
10634 if (for obj in $oldobjs
10635 do
10636 func_basename "$obj"
10637 $ECHO "$func_basename_result"
10638 done | sort | sort -uc >/dev/null 2>&1); then
10639 :
10640 else
10641 echo "copying selected object files to avoid basename conflicts..."
10642 gentop=$output_objdir/${outputname}x
10643 func_append generated " $gentop"
10644 func_mkdir_p "$gentop"
10645 save_oldobjs=$oldobjs
10646 oldobjs=
10647 counter=1
10648 for obj in $save_oldobjs
10649 do
10650 func_basename "$obj"
10651 objbase=$func_basename_result
10652 case " $oldobjs " in
10653 " ") oldobjs=$obj ;;
10654 *[\ /]"$objbase "*)
10655 while :; do
10656 # Make sure we don't pick an alternate name that also
10657 # overlaps.
10658 newobj=lt$counter-$objbase
10659 func_arith $counter + 1
10660 counter=$func_arith_result
10661 case " $oldobjs " in
10662 *[\ /]"$newobj "*) ;;
10663 *) if test ! -f "$gentop/$newobj"; then break; fi ;;
10664 esac
10665 done
10666 func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj"
10667 func_append oldobjs " $gentop/$newobj"
10668 ;;
10669 *) func_append oldobjs " $obj" ;;
10670 esac
10671 done
10672 fi
10673 func_to_tool_file "$oldlib" func_convert_file_msys_to_w32
10674 tool_oldlib=$func_to_tool_file_result
10675 eval cmds=\"$old_archive_cmds\"
10676
10677 func_len " $cmds"
10678 len=$func_len_result
10679 if test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then
10680 cmds=$old_archive_cmds
10681 elif test -n "$archiver_list_spec"; then
10682 func_verbose "using command file archive linking..."
10683 for obj in $oldobjs
10684 do
10685 func_to_tool_file "$obj"
10686 $ECHO "$func_to_tool_file_result"
10687 done > $output_objdir/$libname.libcmd
10688 func_to_tool_file "$output_objdir/$libname.libcmd"
10689 oldobjs=" $archiver_list_spec$func_to_tool_file_result"
10690 cmds=$old_archive_cmds
10691 else
10692 # the command line is too long to link in one step, link in parts
10693 func_verbose "using piecewise archive linking..."
10694 save_RANLIB=$RANLIB
10695 RANLIB=:
10696 objlist=
10697 concat_cmds=
10698 save_oldobjs=$oldobjs
10699 oldobjs=
10700 # Is there a better way of finding the last object in the list?
10701 for obj in $save_oldobjs
10702 do
10703 last_oldobj=$obj
10704 done
10705 eval test_cmds=\"$old_archive_cmds\"
10706 func_len " $test_cmds"
10707 len0=$func_len_result
10708 len=$len0
10709 for obj in $save_oldobjs
10710 do
10711 func_len " $obj"
10712 func_arith $len + $func_len_result
10713 len=$func_arith_result
10714 func_append objlist " $obj"
10715 if test "$len" -lt "$max_cmd_len"; then
10716 :
10717 else
10718 # the above command should be used before it gets too long
10719 oldobjs=$objlist
10720 if test "$obj" = "$last_oldobj"; then
10721 RANLIB=$save_RANLIB
10722 fi
10723 test -z "$concat_cmds" || concat_cmds=$concat_cmds~
10724 eval concat_cmds=\"\$concat_cmds$old_archive_cmds\"
10725 objlist=
10726 len=$len0
10727 fi
10728 done
10729 RANLIB=$save_RANLIB
10730 oldobjs=$objlist
10731 if test -z "$oldobjs"; then
10732 eval cmds=\"\$concat_cmds\"
10733 else
10734 eval cmds=\"\$concat_cmds~\$old_archive_cmds\"
10735 fi
10736 fi
10737 fi
10738 func_execute_cmds "$cmds" 'exit $?'
10739 done
10740
10741 test -n "$generated" && \
10742 func_show_eval "${RM}r$generated"
10743
10744 # Now create the libtool archive.
10745 case $output in
10746 *.la)
10747 old_library=
10748 test yes = "$build_old_libs" && old_library=$libname.$libext
10749 func_verbose "creating $output"
10750
10751 # Preserve any variables that may affect compiler behavior
10752 for var in $variables_saved_for_relink; do
10753 if eval test -z \"\${$var+set}\"; then
10754 relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command"
10755 elif eval var_value=\$$var; test -z "$var_value"; then
10756 relink_command="$var=; export $var; $relink_command"
10757 else
10758 func_quote_for_eval "$var_value"
10759 relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command"
10760 fi
10761 done
10762 # Quote the link command for shipping.
10763 relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
10764 relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
10765 if test yes = "$hardcode_automatic"; then
10766 relink_command=
10767 fi
10768
10769 # Only create the output if not a dry run.
10770 $opt_dry_run || {
10771 for installed in no yes; do
10772 if test yes = "$installed"; then
10773 if test -z "$install_libdir"; then
10774 break
10775 fi
10776 output=$output_objdir/${outputname}i
10777 # Replace all uninstalled libtool libraries with the installed ones
10778 newdependency_libs=
10779 for deplib in $dependency_libs; do
10780 case $deplib in
10781 *.la)
10782 func_basename "$deplib"
10783 name=$func_basename_result
10784 func_resolve_sysroot "$deplib"
10785 eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
10786 test -z "$libdir" && \
10787 func_fatal_error "'$deplib' is not a valid libtool archive"
10788 func_append newdependency_libs " ${lt_sysroot:+=}$libdir/$name"
10789 ;;
10790 -L*)
10791 func_stripname -L '' "$deplib"
10792 func_replace_sysroot "$func_stripname_result"
10793 func_append newdependency_libs " -L$func_replace_sysroot_result"
10794 ;;
10795 -R*)
10796 func_stripname -R '' "$deplib"
10797 func_replace_sysroot "$func_stripname_result"
10798 func_append newdependency_libs " -R$func_replace_sysroot_result"
10799 ;;
10800 *) func_append newdependency_libs " $deplib" ;;
10801 esac
10802 done
10803 dependency_libs=$newdependency_libs
10804 newdlfiles=
10805
10806 for lib in $dlfiles; do
10807 case $lib in
10808 *.la)
10809 func_basename "$lib"
10810 name=$func_basename_result
10811 eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
10812 test -z "$libdir" && \
10813 func_fatal_error "'$lib' is not a valid libtool archive"
10814 func_append newdlfiles " ${lt_sysroot:+=}$libdir/$name"
10815 ;;
10816 *) func_append newdlfiles " $lib" ;;
10817 esac
10818 done
10819 dlfiles=$newdlfiles
10820 newdlprefiles=
10821 for lib in $dlprefiles; do
10822 case $lib in
10823 *.la)
10824 # Only pass preopened files to the pseudo-archive (for
10825 # eventual linking with the app. that links it) if we
10826 # didn't already link the preopened objects directly into
10827 # the library:
10828 func_basename "$lib"
10829 name=$func_basename_result
10830 eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
10831 test -z "$libdir" && \
10832 func_fatal_error "'$lib' is not a valid libtool archive"
10833 func_append newdlprefiles " ${lt_sysroot:+=}$libdir/$name"
10834 ;;
10835 esac
10836 done
10837 dlprefiles=$newdlprefiles
10838 else
10839 newdlfiles=
10840 for lib in $dlfiles; do
10841 case $lib in
10842 [\\/]* | [A-Za-z]:[\\/]*) abs=$lib ;;
10843 *) abs=`pwd`"/$lib" ;;
10844 esac
10845 func_append newdlfiles " $abs"
10846 done
10847 dlfiles=$newdlfiles
10848 newdlprefiles=
10849 for lib in $dlprefiles; do
10850 case $lib in
10851 [\\/]* | [A-Za-z]:[\\/]*) abs=$lib ;;
10852 *) abs=`pwd`"/$lib" ;;
10853 esac
10854 func_append newdlprefiles " $abs"
10855 done
10856 dlprefiles=$newdlprefiles
10857 fi
10858 $RM $output
10859 # place dlname in correct position for cygwin
10860 # In fact, it would be nice if we could use this code for all target
10861 # systems that can't hard-code library paths into their executables
10862 # and that have no shared library path variable independent of PATH,
10863 # but it turns out we can't easily determine that from inspecting
10864 # libtool variables, so we have to hard-code the OSs to which it
10865 # applies here; at the moment, that means platforms that use the PE
10866 # object format with DLL files. See the long comment at the top of
10867 # tests/bindir.at for full details.
10868 tdlname=$dlname
10869 case $host,$output,$installed,$module,$dlname in
10870 *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll | *cegcc*,*lai,yes,no,*.dll)
10871 # If a -bindir argument was supplied, place the dll there.
10872 if test -n "$bindir"; then
10873 func_relative_path "$install_libdir" "$bindir"
10874 tdlname=$func_relative_path_result/$dlname
10875 else
10876 # Otherwise fall back on heuristic.
10877 tdlname=../bin/$dlname
10878 fi
10879 ;;
10880 esac
10881 $ECHO > $output "\
10882 # $outputname - a libtool library file
10883 # Generated by $PROGRAM (GNU $PACKAGE) $VERSION
10884 #
10885 # Please DO NOT delete this file!
10886 # It is necessary for linking the library.
10887
10888 # The name that we can dlopen(3).
10889 dlname='$tdlname'
10890
10891 # Names of this library.
10892 library_names='$library_names'
10893
10894 # The name of the static archive.
10895 old_library='$old_library'
10896
10897 # Linker flags that cannot go in dependency_libs.
10898 inherited_linker_flags='$new_inherited_linker_flags'
10899
10900 # Libraries that this one depends upon.
10901 dependency_libs='$dependency_libs'
10902
10903 # Names of additional weak libraries provided by this library
10904 weak_library_names='$weak_libs'
10905
10906 # Version information for $libname.
10907 current=$current
10908 age=$age
10909 revision=$revision
10910
10911 # Is this an already installed library?
10912 installed=$installed
10913
10914 # Should we warn about portability when linking against -modules?
10915 shouldnotlink=$module
10916
10917 # Files to dlopen/dlpreopen
10918 dlopen='$dlfiles'
10919 dlpreopen='$dlprefiles'
10920
10921 # Directory that this library needs to be installed in:
10922 libdir='$install_libdir'"
10923 if test no,yes = "$installed,$need_relink"; then
10924 $ECHO >> $output "\
10925 relink_command=\"$relink_command\""
10926 fi
10927 done
10928 }
10929
10930 # Do a symbolic link so that the libtool archive can be found in
10931 # LD_LIBRARY_PATH before the program is installed.
10932 func_show_eval '( cd "$output_objdir" && $RM "$outputname" && $LN_S "../$outputname" "$outputname" )' 'exit $?'
10933 ;;
10934 esac
10935 exit $EXIT_SUCCESS
10936 }
10937
10938 if test link = "$opt_mode" || test relink = "$opt_mode"; then
10939 func_mode_link ${1+"$@"}
10940 fi
10941
10942
10943 # func_mode_uninstall arg...
10944 func_mode_uninstall ()
10945 {
10946 $debug_cmd
10947
10948 RM=$nonopt
10949 files=
10950 rmforce=false
10951 exit_status=0
10952
10953 # This variable tells wrapper scripts just to set variables rather
10954 # than running their programs.
10955 libtool_install_magic=$magic
10956
10957 for arg
10958 do
10959 case $arg in
10960 -f) func_append RM " $arg"; rmforce=: ;;
10961 -*) func_append RM " $arg" ;;
10962 *) func_append files " $arg" ;;
10963 esac
10964 done
10965
10966 test -z "$RM" && \
10967 func_fatal_help "you must specify an RM program"
10968
10969 rmdirs=
10970
10971 for file in $files; do
10972 func_dirname "$file" "" "."
10973 dir=$func_dirname_result
10974 if test . = "$dir"; then
10975 odir=$objdir
10976 else
10977 odir=$dir/$objdir
10978 fi
10979 func_basename "$file"
10980 name=$func_basename_result
10981 test uninstall = "$opt_mode" && odir=$dir
10982
10983 # Remember odir for removal later, being careful to avoid duplicates
10984 if test clean = "$opt_mode"; then
10985 case " $rmdirs " in
10986 *" $odir "*) ;;
10987 *) func_append rmdirs " $odir" ;;
10988 esac
10989 fi
10990
10991 # Don't error if the file doesn't exist and rm -f was used.
10992 if { test -L "$file"; } >/dev/null 2>&1 ||
10993 { test -h "$file"; } >/dev/null 2>&1 ||
10994 test -f "$file"; then
10995 :
10996 elif test -d "$file"; then
10997 exit_status=1
10998 continue
10999 elif $rmforce; then
11000 continue
11001 fi
11002
11003 rmfiles=$file
11004
11005 case $name in
11006 *.la)
11007 # Possibly a libtool archive, so verify it.
11008 if func_lalib_p "$file"; then
11009 func_source $dir/$name
11010
11011 # Delete the libtool libraries and symlinks.
11012 for n in $library_names; do
11013 func_append rmfiles " $odir/$n"
11014 done
11015 test -n "$old_library" && func_append rmfiles " $odir/$old_library"
11016
11017 case $opt_mode in
11018 clean)
11019 case " $library_names " in
11020 *" $dlname "*) ;;
11021 *) test -n "$dlname" && func_append rmfiles " $odir/$dlname" ;;
11022 esac
11023 test -n "$libdir" && func_append rmfiles " $odir/$name $odir/${name}i"
11024 ;;
11025 uninstall)
11026 if test -n "$library_names"; then
11027 # Do each command in the postuninstall commands.
11028 func_execute_cmds "$postuninstall_cmds" '$rmforce || exit_status=1'
11029 fi
11030
11031 if test -n "$old_library"; then
11032 # Do each command in the old_postuninstall commands.
11033 func_execute_cmds "$old_postuninstall_cmds" '$rmforce || exit_status=1'
11034 fi
11035 # FIXME: should reinstall the best remaining shared library.
11036 ;;
11037 esac
11038 fi
11039 ;;
11040
11041 *.lo)
11042 # Possibly a libtool object, so verify it.
11043 if func_lalib_p "$file"; then
11044
11045 # Read the .lo file
11046 func_source $dir/$name
11047
11048 # Add PIC object to the list of files to remove.
11049 if test -n "$pic_object" && test none != "$pic_object"; then
11050 func_append rmfiles " $dir/$pic_object"
11051 fi
11052
11053 # Add non-PIC object to the list of files to remove.
11054 if test -n "$non_pic_object" && test none != "$non_pic_object"; then
11055 func_append rmfiles " $dir/$non_pic_object"
11056 fi
11057 fi
11058 ;;
11059
11060 *)
11061 if test clean = "$opt_mode"; then
11062 noexename=$name
11063 case $file in
11064 *.exe)
11065 func_stripname '' '.exe' "$file"
11066 file=$func_stripname_result
11067 func_stripname '' '.exe' "$name"
11068 noexename=$func_stripname_result
11069 # $file with .exe has already been added to rmfiles,
11070 # add $file without .exe
11071 func_append rmfiles " $file"
11072 ;;
11073 esac
11074 # Do a test to see if this is a libtool program.
11075 if func_ltwrapper_p "$file"; then
11076 if func_ltwrapper_executable_p "$file"; then
11077 func_ltwrapper_scriptname "$file"
11078 relink_command=
11079 func_source $func_ltwrapper_scriptname_result
11080 func_append rmfiles " $func_ltwrapper_scriptname_result"
11081 else
11082 relink_command=
11083 func_source $dir/$noexename
11084 fi
11085
11086 # note $name still contains .exe if it was in $file originally
11087 # as does the version of $file that was added into $rmfiles
11088 func_append rmfiles " $odir/$name $odir/${name}S.$objext"
11089 if test yes = "$fast_install" && test -n "$relink_command"; then
11090 func_append rmfiles " $odir/lt-$name"
11091 fi
11092 if test "X$noexename" != "X$name"; then
11093 func_append rmfiles " $odir/lt-$noexename.c"
11094 fi
11095 fi
11096 fi
11097 ;;
11098 esac
11099 func_show_eval "$RM $rmfiles" 'exit_status=1'
11100 done
11101
11102 # Try to remove the $objdir's in the directories where we deleted files
11103 for dir in $rmdirs; do
11104 if test -d "$dir"; then
11105 func_show_eval "rmdir $dir >/dev/null 2>&1"
11106 fi
11107 done
11108
11109 exit $exit_status
11110 }
11111
11112 if test uninstall = "$opt_mode" || test clean = "$opt_mode"; then
11113 func_mode_uninstall ${1+"$@"}
11114 fi
11115
11116 test -z "$opt_mode" && {
11117 help=$generic_help
11118 func_fatal_help "you must specify a MODE"
11119 }
11120
11121 test -z "$exec_cmd" && \
11122 func_fatal_help "invalid operation mode '$opt_mode'"
11123
11124 if test -n "$exec_cmd"; then
11125 eval exec "$exec_cmd"
11126 exit $EXIT_FAILURE
11127 fi
11128
11129 exit $exit_status
11130
11131
11132 # The TAGs below are defined such that we never get into a situation
11133 # where we disable both kinds of libraries. Given conflicting
11134 # choices, we go for a static library, that is the most portable,
11135 # since we can't tell whether shared libraries were disabled because
11136 # the user asked for that or because the platform doesn't support
11137 # them. This is particularly important on AIX, because we don't
11138 # support having both static and shared libraries enabled at the same
11139 # time on that platform, so we default to a shared-only configuration.
11140 # If a disable-shared tag is given, we'll fallback to a static-only
11141 # configuration. But we'll never go from static-only to shared-only.
11142
11143 # ### BEGIN LIBTOOL TAG CONFIG: disable-shared
11144 build_libtool_libs=no
11145 build_old_libs=yes
11146 # ### END LIBTOOL TAG CONFIG: disable-shared
11147
11148 # ### BEGIN LIBTOOL TAG CONFIG: disable-static
11149 build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
11150 # ### END LIBTOOL TAG CONFIG: disable-static
11151
11152 # Local Variables:
11153 # mode:shell-script
11154 # sh-indentation:2
11155 # End:
+0
-8
man/.gitignore less more
0 *.1
1 *.8
2 *.5
3 *.1.xml
4 *.8.xml
5 *.5.xml
6 Makefile
7 Makefile.in
0 # Makefile.in generated by automake 1.15 from Makefile.am.
1 # @configure_input@
2
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
4
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 @SET_MAKE@
15
16 # This file is part of avahi.
17 #
18 # avahi is free software; you can redistribute it and/or modify it
19 # under the terms of the GNU Lesser General Public License as
20 # published by the Free Software Foundation; either version 2 of the
21 # License, or (at your option) any later version.
22 #
23 # avahi is distributed in the hope that it will be useful, but WITHOUT
24 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
25 # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
26 # License for more details.
27 #
28 # You should have received a copy of the GNU Lesser General Public
29 # License along with avahi; if not, write to the Free Software
30 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
31 # USA.
32
33 VPATH = @srcdir@
34 am__is_gnu_make = { \
35 if test -z '$(MAKELEVEL)'; then \
36 false; \
37 elif test -n '$(MAKE_HOST)'; then \
38 true; \
39 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
40 true; \
41 else \
42 false; \
43 fi; \
44 }
45 am__make_running_with_option = \
46 case $${target_option-} in \
47 ?) ;; \
48 *) echo "am__make_running_with_option: internal error: invalid" \
49 "target option '$${target_option-}' specified" >&2; \
50 exit 1;; \
51 esac; \
52 has_opt=no; \
53 sane_makeflags=$$MAKEFLAGS; \
54 if $(am__is_gnu_make); then \
55 sane_makeflags=$$MFLAGS; \
56 else \
57 case $$MAKEFLAGS in \
58 *\\[\ \ ]*) \
59 bs=\\; \
60 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
61 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
62 esac; \
63 fi; \
64 skip_next=no; \
65 strip_trailopt () \
66 { \
67 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
68 }; \
69 for flg in $$sane_makeflags; do \
70 test $$skip_next = yes && { skip_next=no; continue; }; \
71 case $$flg in \
72 *=*|--*) continue;; \
73 -*I) strip_trailopt 'I'; skip_next=yes;; \
74 -*I?*) strip_trailopt 'I';; \
75 -*O) strip_trailopt 'O'; skip_next=yes;; \
76 -*O?*) strip_trailopt 'O';; \
77 -*l) strip_trailopt 'l'; skip_next=yes;; \
78 -*l?*) strip_trailopt 'l';; \
79 -[dEDm]) skip_next=yes;; \
80 -[JT]) skip_next=yes;; \
81 esac; \
82 case $$flg in \
83 *$$target_option*) has_opt=yes; break;; \
84 esac; \
85 done; \
86 test $$has_opt = yes
87 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
88 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
89 pkgdatadir = $(datadir)/@PACKAGE@
90 pkgincludedir = $(includedir)/@PACKAGE@
91 pkglibdir = $(libdir)/@PACKAGE@
92 pkglibexecdir = $(libexecdir)/@PACKAGE@
93 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
94 install_sh_DATA = $(install_sh) -c -m 644
95 install_sh_PROGRAM = $(install_sh) -c
96 install_sh_SCRIPT = $(install_sh) -c
97 INSTALL_HEADER = $(INSTALL_DATA)
98 transform = $(program_transform_name)
99 NORMAL_INSTALL = :
100 PRE_INSTALL = :
101 POST_INSTALL = :
102 NORMAL_UNINSTALL = :
103 PRE_UNINSTALL = :
104 POST_UNINSTALL = :
105 build_triplet = @build@
106 host_triplet = @host@
107 @BUILD_MANPAGES_TRUE@@HAVE_DBUS_TRUE@am__append_1 = \
108 @BUILD_MANPAGES_TRUE@@HAVE_DBUS_TRUE@ avahi-browse.1 \
109 @BUILD_MANPAGES_TRUE@@HAVE_DBUS_TRUE@ avahi-resolve.1 \
110 @BUILD_MANPAGES_TRUE@@HAVE_DBUS_TRUE@ avahi-publish.1 \
111 @BUILD_MANPAGES_TRUE@@HAVE_DBUS_TRUE@ avahi-set-host-name.1
112
113 @BUILD_MANPAGES_TRUE@@HAVE_DBUS_TRUE@@HAVE_GTK_TRUE@am__append_2 = \
114 @BUILD_MANPAGES_TRUE@@HAVE_DBUS_TRUE@@HAVE_GTK_TRUE@ bssh.1
115
116 @BUILD_MANPAGES_TRUE@@HAVE_DBUS_TRUE@@HAVE_PYTHON_TRUE@am__append_3 = \
117 @BUILD_MANPAGES_TRUE@@HAVE_DBUS_TRUE@@HAVE_PYTHON_TRUE@ avahi-bookmarks.1
118
119 @BUILD_MANPAGES_TRUE@@HAVE_DBUS_TRUE@@HAVE_GTK_TRUE@@HAVE_PYTHON_TRUE@am__append_4 = \
120 @BUILD_MANPAGES_TRUE@@HAVE_DBUS_TRUE@@HAVE_GTK_TRUE@@HAVE_PYTHON_TRUE@ avahi-discover.1
121
122 @BUILD_MANPAGES_TRUE@@ENABLE_AUTOIPD_TRUE@@HAVE_LIBDAEMON_TRUE@am__append_5 = \
123 @BUILD_MANPAGES_TRUE@@ENABLE_AUTOIPD_TRUE@@HAVE_LIBDAEMON_TRUE@ avahi-autoipd.8 \
124 @BUILD_MANPAGES_TRUE@@ENABLE_AUTOIPD_TRUE@@HAVE_LIBDAEMON_TRUE@ avahi-autoipd.action.8
125
126 @BUILD_MANPAGES_TRUE@@USE_XMLTOMAN_TRUE@am__append_6 = $(man_MANS)
127 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK_TRUE@am__append_7 = $(LN_S) bssh.1 bvnc.1 &&
128 subdir = man
129 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
130 am__aclocal_m4_deps = $(top_srcdir)/common/acx_pthread.m4 \
131 $(top_srcdir)/common/gcc_stack_protect.m4 \
132 $(top_srcdir)/common/gcc_visibility.m4 \
133 $(top_srcdir)/common/intltool.m4 \
134 $(top_srcdir)/common/introspection.m4 \
135 $(top_srcdir)/common/libtool.m4 \
136 $(top_srcdir)/common/ltoptions.m4 \
137 $(top_srcdir)/common/ltsugar.m4 \
138 $(top_srcdir)/common/ltversion.m4 \
139 $(top_srcdir)/common/lt~obsolete.m4 \
140 $(top_srcdir)/common/nls.m4 $(top_srcdir)/common/python.m4 \
141 $(top_srcdir)/acinclude.m4 $(top_srcdir)/common/doxygen.m4 \
142 $(top_srcdir)/configure.ac
143 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
144 $(ACLOCAL_M4)
145 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
146 mkinstalldirs = $(install_sh) -d
147 CONFIG_HEADER = $(top_builddir)/config.h
148 CONFIG_CLEAN_FILES =
149 CONFIG_CLEAN_VPATH_FILES =
150 AM_V_P = $(am__v_P_@AM_V@)
151 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
152 am__v_P_0 = false
153 am__v_P_1 = :
154 AM_V_GEN = $(am__v_GEN_@AM_V@)
155 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
156 am__v_GEN_0 = @echo " GEN " $@;
157 am__v_GEN_1 =
158 AM_V_at = $(am__v_at_@AM_V@)
159 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
160 am__v_at_0 = @
161 am__v_at_1 =
162 SOURCES =
163 DIST_SOURCES =
164 am__can_run_installinfo = \
165 case $$AM_UPDATE_INFO_DIR in \
166 n|no|NO) false;; \
167 *) (install-info --version) >/dev/null 2>&1;; \
168 esac
169 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
170 am__vpath_adj = case $$p in \
171 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
172 *) f=$$p;; \
173 esac;
174 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
175 am__install_max = 40
176 am__nobase_strip_setup = \
177 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
178 am__nobase_strip = \
179 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
180 am__nobase_list = $(am__nobase_strip_setup); \
181 for p in $$list; do echo "$$p $$p"; done | \
182 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
183 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
184 if (++n[$$2] == $(am__install_max)) \
185 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
186 END { for (dir in files) print dir, files[dir] }'
187 am__base_list = \
188 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
189 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
190 am__uninstall_files_from_dir = { \
191 test -z "$$files" \
192 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
193 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
194 $(am__cd) "$$dir" && rm -f $$files; }; \
195 }
196 man1dir = $(mandir)/man1
197 am__installdirs = "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man5dir)" \
198 "$(DESTDIR)$(man8dir)"
199 man5dir = $(mandir)/man5
200 man8dir = $(mandir)/man8
201 NROFF = nroff
202 MANS = $(man_MANS)
203 DATA = $(noinst_DATA)
204 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
205 am__DIST_COMMON = $(srcdir)/Makefile.in
206 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
207 ACLOCAL = @ACLOCAL@
208 ALL_LINGUAS = @ALL_LINGUAS@
209 AMTAR = @AMTAR@
210 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
211 AR = @AR@
212 AUTOCONF = @AUTOCONF@
213 AUTOHEADER = @AUTOHEADER@
214 AUTOMAKE = @AUTOMAKE@
215 AVAHI_AUTOIPD_GROUP = @AVAHI_AUTOIPD_GROUP@
216 AVAHI_AUTOIPD_USER = @AVAHI_AUTOIPD_USER@
217 AVAHI_GROUP = @AVAHI_GROUP@
218 AVAHI_PRIV_ACCESS_GROUP = @AVAHI_PRIV_ACCESS_GROUP@
219 AVAHI_USER = @AVAHI_USER@
220 AWK = @AWK@
221 CATALOGS = @CATALOGS@
222 CATOBJEXT = @CATOBJEXT@
223 CC = @CC@
224 CCDEPMODE = @CCDEPMODE@
225 CFLAGS = @CFLAGS@
226 CPP = @CPP@
227 CPPFLAGS = @CPPFLAGS@
228 CXX = @CXX@
229 CXXCPP = @CXXCPP@
230 CXXDEPMODE = @CXXDEPMODE@
231 CXXFLAGS = @CXXFLAGS@
232 CYGPATH_W = @CYGPATH_W@
233 DATADIRNAME = @DATADIRNAME@
234 DBUS_CFLAGS = @DBUS_CFLAGS@
235 DBUS_LIBS = @DBUS_LIBS@
236 DBUS_SYSTEM_BUS_DEFAULT_ADDRESS = @DBUS_SYSTEM_BUS_DEFAULT_ADDRESS@
237 DBUS_SYS_DIR = @DBUS_SYS_DIR@
238 DEFS = @DEFS@
239 DEPDIR = @DEPDIR@
240 DLLTOOL = @DLLTOOL@
241 DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
242 DSYMUTIL = @DSYMUTIL@
243 DUMPBIN = @DUMPBIN@
244 DX_CONFIG = @DX_CONFIG@
245 DX_DOCDIR = @DX_DOCDIR@
246 DX_DOT = @DX_DOT@
247 DX_DOXYGEN = @DX_DOXYGEN@
248 DX_DVIPS = @DX_DVIPS@
249 DX_EGREP = @DX_EGREP@
250 DX_ENV = @DX_ENV@
251 DX_FLAG_chi = @DX_FLAG_chi@
252 DX_FLAG_chm = @DX_FLAG_chm@
253 DX_FLAG_doc = @DX_FLAG_doc@
254 DX_FLAG_dot = @DX_FLAG_dot@
255 DX_FLAG_html = @DX_FLAG_html@
256 DX_FLAG_man = @DX_FLAG_man@
257 DX_FLAG_pdf = @DX_FLAG_pdf@
258 DX_FLAG_ps = @DX_FLAG_ps@
259 DX_FLAG_rtf = @DX_FLAG_rtf@
260 DX_FLAG_xml = @DX_FLAG_xml@
261 DX_HHC = @DX_HHC@
262 DX_LATEX = @DX_LATEX@
263 DX_MAKEINDEX = @DX_MAKEINDEX@
264 DX_PDFLATEX = @DX_PDFLATEX@
265 DX_PERL = @DX_PERL@
266 DX_PROJECT = @DX_PROJECT@
267 ECHO_C = @ECHO_C@
268 ECHO_N = @ECHO_N@
269 ECHO_T = @ECHO_T@
270 EGREP = @EGREP@
271 EXEEXT = @EXEEXT@
272 FGREP = @FGREP@
273 GACUTIL = @GACUTIL@
274 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
275 GLIB20_CFLAGS = @GLIB20_CFLAGS@
276 GLIB20_LIBS = @GLIB20_LIBS@
277 GMOFILES = @GMOFILES@
278 GMSGFMT = @GMSGFMT@
279 GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
280 GOBJECT_LIBS = @GOBJECT_LIBS@
281 GREP = @GREP@
282 GTK20_CFLAGS = @GTK20_CFLAGS@
283 GTK20_LIBS = @GTK20_LIBS@
284 GTK30_CFLAGS = @GTK30_CFLAGS@
285 GTK30_LIBS = @GTK30_LIBS@
286 HOWL_COMPAT_VERSION = @HOWL_COMPAT_VERSION@
287 INSTALL = @INSTALL@
288 INSTALL_DATA = @INSTALL_DATA@
289 INSTALL_PROGRAM = @INSTALL_PROGRAM@
290 INSTALL_SCRIPT = @INSTALL_SCRIPT@
291 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
292 INSTOBJEXT = @INSTOBJEXT@
293 INTLLIBS = @INTLLIBS@
294 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
295 INTLTOOL_MERGE = @INTLTOOL_MERGE@
296 INTLTOOL_PERL = @INTLTOOL_PERL@
297 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
298 INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
299 INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
300 INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
301 INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
302 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
303 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
304 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
305 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
306 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
307 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
308 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
309 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
310 LD = @LD@
311 LDFLAGS = @LDFLAGS@
312 LIBAVAHI_CLIENT_VERSION_INFO = @LIBAVAHI_CLIENT_VERSION_INFO@
313 LIBAVAHI_COMMON_VERSION_INFO = @LIBAVAHI_COMMON_VERSION_INFO@
314 LIBAVAHI_COMPAT_HOWL_VERSION_INFO = @LIBAVAHI_COMPAT_HOWL_VERSION_INFO@
315 LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO = @LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO@
316 LIBAVAHI_CORE_VERSION_INFO = @LIBAVAHI_CORE_VERSION_INFO@
317 LIBAVAHI_GLIB_VERSION_INFO = @LIBAVAHI_GLIB_VERSION_INFO@
318 LIBAVAHI_GOBJECT_VERSION_INFO = @LIBAVAHI_GOBJECT_VERSION_INFO@
319 LIBAVAHI_QT3_VERSION_INFO = @LIBAVAHI_QT3_VERSION_INFO@
320 LIBAVAHI_QT4_VERSION_INFO = @LIBAVAHI_QT4_VERSION_INFO@
321 LIBAVAHI_UI_VERSION_INFO = @LIBAVAHI_UI_VERSION_INFO@
322 LIBDAEMON_CFLAGS = @LIBDAEMON_CFLAGS@
323 LIBDAEMON_LIBS = @LIBDAEMON_LIBS@
324 LIBOBJS = @LIBOBJS@
325 LIBS = @LIBS@
326 LIBTOOL = @LIBTOOL@
327 LIPO = @LIPO@
328 LN_S = @LN_S@
329 LTLIBOBJS = @LTLIBOBJS@
330 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
331 MAKEINFO = @MAKEINFO@
332 MANIFEST_TOOL = @MANIFEST_TOOL@
333 MCS = @MCS@
334 MDASSEMBLER = @MDASSEMBLER@
335 MKDIR_P = @MKDIR_P@
336 MKINSTALLDIRS = @MKINSTALLDIRS@
337 MOC_QT3 = @MOC_QT3@
338 MOC_QT4 = @MOC_QT4@
339 MONODOCER = @MONODOCER@
340 MONODOC_CFLAGS = @MONODOC_CFLAGS@
341 MONODOC_DIR = @MONODOC_DIR@
342 MONODOC_LIBS = @MONODOC_LIBS@
343 MSGFMT = @MSGFMT@
344 MSGFMT_OPTS = @MSGFMT_OPTS@
345 MSGMERGE = @MSGMERGE@
346 NM = @NM@
347 NMEDIT = @NMEDIT@
348 OBJDUMP = @OBJDUMP@
349 OBJEXT = @OBJEXT@
350 OTOOL = @OTOOL@
351 OTOOL64 = @OTOOL64@
352 PACKAGE = @PACKAGE@
353 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
354 PACKAGE_NAME = @PACKAGE_NAME@
355 PACKAGE_STRING = @PACKAGE_STRING@
356 PACKAGE_TARNAME = @PACKAGE_TARNAME@
357 PACKAGE_URL = @PACKAGE_URL@
358 PACKAGE_VERSION = @PACKAGE_VERSION@
359 PATH_SEPARATOR = @PATH_SEPARATOR@
360 PKG_CONFIG = @PKG_CONFIG@
361 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
362 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
363 POFILES = @POFILES@
364 POSUB = @POSUB@
365 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
366 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
367 PTHREAD_CC = @PTHREAD_CC@
368 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
369 PTHREAD_LIBS = @PTHREAD_LIBS@
370 PYTHON = @PYTHON@
371 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
372 PYTHON_PLATFORM = @PYTHON_PLATFORM@
373 PYTHON_PREFIX = @PYTHON_PREFIX@
374 PYTHON_VERSION = @PYTHON_VERSION@
375 QT3_CFLAGS = @QT3_CFLAGS@
376 QT3_LIBS = @QT3_LIBS@
377 QT4_CFLAGS = @QT4_CFLAGS@
378 QT4_LIBS = @QT4_LIBS@
379 RANLIB = @RANLIB@
380 SED = @SED@
381 SET_MAKE = @SET_MAKE@
382 SHELL = @SHELL@
383 STOW = @STOW@
384 STRIP = @STRIP@
385 USE_NLS = @USE_NLS@
386 VERSION = @VERSION@
387 VISIBILITY_HIDDEN_CFLAGS = @VISIBILITY_HIDDEN_CFLAGS@
388 XGETTEXT = @XGETTEXT@
389 XML_CFLAGS = @XML_CFLAGS@
390 XML_LIBS = @XML_LIBS@
391 abs_builddir = @abs_builddir@
392 abs_srcdir = @abs_srcdir@
393 abs_top_builddir = @abs_top_builddir@
394 abs_top_srcdir = @abs_top_srcdir@
395 ac_ct_AR = @ac_ct_AR@
396 ac_ct_CC = @ac_ct_CC@
397 ac_ct_CXX = @ac_ct_CXX@
398 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
399 acx_pthread_config = @acx_pthread_config@
400 am__include = @am__include@
401 am__leading_dot = @am__leading_dot@
402 am__quote = @am__quote@
403 am__tar = @am__tar@
404 am__untar = @am__untar@
405 avahi_runtime_dir = @avahi_runtime_dir@
406 avahi_socket = @avahi_socket@
407 avahilocaledir = @avahilocaledir@
408 bindir = @bindir@
409 build = @build@
410 build_alias = @build_alias@
411 build_cpu = @build_cpu@
412 build_os = @build_os@
413 build_vendor = @build_vendor@
414 builddir = @builddir@
415 datadir = @datadir@
416 datarootdir = @datarootdir@
417 docdir = @docdir@
418 dvidir = @dvidir@
419 exec_prefix = @exec_prefix@
420 have_pkg_config = @have_pkg_config@
421 have_xmltoman = @have_xmltoman@
422 host = @host@
423 host_alias = @host_alias@
424 host_cpu = @host_cpu@
425 host_os = @host_os@
426 host_vendor = @host_vendor@
427 htmldir = @htmldir@
428 includedir = @includedir@
429 infodir = @infodir@
430 install_sh = @install_sh@
431 interfacesdir = @interfacesdir@
432 intltool__v_merge_options_ = @intltool__v_merge_options_@
433 intltool__v_merge_options_0 = @intltool__v_merge_options_0@
434 libdir = @libdir@
435 libexecdir = @libexecdir@
436 localedir = @localedir@
437 localstatedir = @localstatedir@
438 mandir = @mandir@
439 mkdir_p = @mkdir_p@
440 oldincludedir = @oldincludedir@
441 pdfdir = @pdfdir@
442 pkgpyexecdir = @pkgpyexecdir@
443 pkgpythondir = @pkgpythondir@
444 prefix = @prefix@
445 program_transform_name = @program_transform_name@
446 psdir = @psdir@
447 pyexecdir = @pyexecdir@
448 pythondir = @pythondir@
449 runstatedir = @runstatedir@
450 sbindir = @sbindir@
451 sharedstatedir = @sharedstatedir@
452 srcdir = @srcdir@
453 sysconfdir = @sysconfdir@
454 systemdsystemunitdir = @systemdsystemunitdir@
455 target_alias = @target_alias@
456 top_build_prefix = @top_build_prefix@
457 top_builddir = @top_builddir@
458 top_srcdir = @top_srcdir@
459 pkgsysconfdir = $(sysconfdir)/avahi
460 servicedir = $(pkgsysconfdir)/services
461 @BUILD_MANPAGES_TRUE@man_MANS = avahi-daemon.8 avahi-dnsconfd.8 \
462 @BUILD_MANPAGES_TRUE@ avahi-daemon.conf.5 \
463 @BUILD_MANPAGES_TRUE@ avahi-dnsconfd.action.8 avahi.service.5 \
464 @BUILD_MANPAGES_TRUE@ avahi.hosts.5 $(am__append_1) \
465 @BUILD_MANPAGES_TRUE@ $(am__append_2) $(am__append_3) \
466 @BUILD_MANPAGES_TRUE@ $(am__append_4) $(am__append_5)
467 @BUILD_MANPAGES_TRUE@noinst_DATA = \
468 @BUILD_MANPAGES_TRUE@ avahi-browse.1.xml \
469 @BUILD_MANPAGES_TRUE@ avahi-publish.1.xml \
470 @BUILD_MANPAGES_TRUE@ avahi-resolve.1.xml \
471 @BUILD_MANPAGES_TRUE@ avahi-set-host-name.1.xml \
472 @BUILD_MANPAGES_TRUE@ avahi-daemon.8.xml \
473 @BUILD_MANPAGES_TRUE@ avahi-discover.1.xml \
474 @BUILD_MANPAGES_TRUE@ avahi-bookmarks.1.xml \
475 @BUILD_MANPAGES_TRUE@ avahi-dnsconfd.8.xml \
476 @BUILD_MANPAGES_TRUE@ avahi-daemon.conf.5.xml \
477 @BUILD_MANPAGES_TRUE@ avahi-dnsconfd.action.8.xml \
478 @BUILD_MANPAGES_TRUE@ avahi.service.5.xml \
479 @BUILD_MANPAGES_TRUE@ avahi.hosts.5.xml \
480 @BUILD_MANPAGES_TRUE@ avahi-autoipd.8.xml \
481 @BUILD_MANPAGES_TRUE@ avahi-autoipd.action.8.xml \
482 @BUILD_MANPAGES_TRUE@ bssh.1.xml
483
484 @BUILD_MANPAGES_TRUE@CLEANFILES = $(noinst_DATA) $(am__append_6)
485 EXTRA_DIST = \
486 $(man_MANS) \
487 avahi-browse.1.xml.in \
488 avahi-publish.1.xml.in \
489 avahi-resolve.1.xml.in \
490 avahi-set-host-name.1.xml.in \
491 avahi-daemon.8.xml.in \
492 avahi-discover.1.xml.in \
493 avahi-bookmarks.1.xml.in \
494 avahi-dnsconfd.8.xml.in \
495 avahi-daemon.conf.5.xml.in \
496 avahi-dnsconfd.action.8.xml.in \
497 avahi.service.5.xml.in \
498 avahi.hosts.5.xml.in \
499 avahi-autoipd.action.8.xml.in \
500 avahi-autoipd.8.xml.in \
501 bssh.1.xml.in \
502 xmltoman.css \
503 xmltoman.xsl \
504 xmltoman.dtd
505
506 @HAVE_DBUS_TRUE@BSSH_LN = $(am__append_7)
507 all: all-am
508
509 .SUFFIXES:
510 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
511 @for dep in $?; do \
512 case '$(am__configure_deps)' in \
513 *$$dep*) \
514 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
515 && { if test -f $@; then exit 0; else break; fi; }; \
516 exit 1;; \
517 esac; \
518 done; \
519 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/Makefile'; \
520 $(am__cd) $(top_srcdir) && \
521 $(AUTOMAKE) --foreign man/Makefile
522 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
523 @case '$?' in \
524 *config.status*) \
525 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
526 *) \
527 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
528 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
529 esac;
530
531 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
532 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
533
534 $(top_srcdir)/configure: $(am__configure_deps)
535 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
536 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
537 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
538 $(am__aclocal_m4_deps):
539
540 mostlyclean-libtool:
541 -rm -f *.lo
542
543 clean-libtool:
544 -rm -rf .libs _libs
545 install-man1: $(man_MANS)
546 @$(NORMAL_INSTALL)
547 @list1=''; \
548 list2='$(man_MANS)'; \
549 test -n "$(man1dir)" \
550 && test -n "`echo $$list1$$list2`" \
551 || exit 0; \
552 echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
553 $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
554 { for i in $$list1; do echo "$$i"; done; \
555 if test -n "$$list2"; then \
556 for i in $$list2; do echo "$$i"; done \
557 | sed -n '/\.1[a-z]*$$/p'; \
558 fi; \
559 } | while read p; do \
560 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
561 echo "$$d$$p"; echo "$$p"; \
562 done | \
563 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
564 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
565 sed 'N;N;s,\n, ,g' | { \
566 list=; while read file base inst; do \
567 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
568 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
569 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
570 fi; \
571 done; \
572 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
573 while read files; do \
574 test -z "$$files" || { \
575 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
576 $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
577 done; }
578
579 uninstall-man1:
580 @$(NORMAL_UNINSTALL)
581 @list=''; test -n "$(man1dir)" || exit 0; \
582 files=`{ for i in $$list; do echo "$$i"; done; \
583 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
584 sed -n '/\.1[a-z]*$$/p'; \
585 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
586 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
587 dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
588 install-man5: $(man_MANS)
589 @$(NORMAL_INSTALL)
590 @list1=''; \
591 list2='$(man_MANS)'; \
592 test -n "$(man5dir)" \
593 && test -n "`echo $$list1$$list2`" \
594 || exit 0; \
595 echo " $(MKDIR_P) '$(DESTDIR)$(man5dir)'"; \
596 $(MKDIR_P) "$(DESTDIR)$(man5dir)" || exit 1; \
597 { for i in $$list1; do echo "$$i"; done; \
598 if test -n "$$list2"; then \
599 for i in $$list2; do echo "$$i"; done \
600 | sed -n '/\.5[a-z]*$$/p'; \
601 fi; \
602 } | while read p; do \
603 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
604 echo "$$d$$p"; echo "$$p"; \
605 done | \
606 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
607 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
608 sed 'N;N;s,\n, ,g' | { \
609 list=; while read file base inst; do \
610 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
611 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \
612 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst" || exit $$?; \
613 fi; \
614 done; \
615 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
616 while read files; do \
617 test -z "$$files" || { \
618 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man5dir)'"; \
619 $(INSTALL_DATA) $$files "$(DESTDIR)$(man5dir)" || exit $$?; }; \
620 done; }
621
622 uninstall-man5:
623 @$(NORMAL_UNINSTALL)
624 @list=''; test -n "$(man5dir)" || exit 0; \
625 files=`{ for i in $$list; do echo "$$i"; done; \
626 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
627 sed -n '/\.5[a-z]*$$/p'; \
628 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
629 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
630 dir='$(DESTDIR)$(man5dir)'; $(am__uninstall_files_from_dir)
631 install-man8: $(man_MANS)
632 @$(NORMAL_INSTALL)
633 @list1=''; \
634 list2='$(man_MANS)'; \
635 test -n "$(man8dir)" \
636 && test -n "`echo $$list1$$list2`" \
637 || exit 0; \
638 echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \
639 $(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \
640 { for i in $$list1; do echo "$$i"; done; \
641 if test -n "$$list2"; then \
642 for i in $$list2; do echo "$$i"; done \
643 | sed -n '/\.8[a-z]*$$/p'; \
644 fi; \
645 } | while read p; do \
646 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
647 echo "$$d$$p"; echo "$$p"; \
648 done | \
649 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
650 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
651 sed 'N;N;s,\n, ,g' | { \
652 list=; while read file base inst; do \
653 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
654 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
655 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
656 fi; \
657 done; \
658 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
659 while read files; do \
660 test -z "$$files" || { \
661 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
662 $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
663 done; }
664
665 uninstall-man8:
666 @$(NORMAL_UNINSTALL)
667 @list=''; test -n "$(man8dir)" || exit 0; \
668 files=`{ for i in $$list; do echo "$$i"; done; \
669 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
670 sed -n '/\.8[a-z]*$$/p'; \
671 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
672 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
673 dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir)
674 tags TAGS:
675
676 ctags CTAGS:
677
678 cscope cscopelist:
679
680
681 distdir: $(DISTFILES)
682 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
683 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
684 list='$(DISTFILES)'; \
685 dist_files=`for file in $$list; do echo $$file; done | \
686 sed -e "s|^$$srcdirstrip/||;t" \
687 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
688 case $$dist_files in \
689 */*) $(MKDIR_P) `echo "$$dist_files" | \
690 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
691 sort -u` ;; \
692 esac; \
693 for file in $$dist_files; do \
694 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
695 if test -d $$d/$$file; then \
696 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
697 if test -d "$(distdir)/$$file"; then \
698 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
699 fi; \
700 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
701 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
702 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
703 fi; \
704 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
705 else \
706 test -f "$(distdir)/$$file" \
707 || cp -p $$d/$$file "$(distdir)/$$file" \
708 || exit 1; \
709 fi; \
710 done
711 check-am: all-am
712 check: check-am
713 all-am: Makefile $(MANS) $(DATA)
714 installdirs:
715 for dir in "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(man8dir)"; do \
716 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
717 done
718 install: install-am
719 install-exec: install-exec-am
720 install-data: install-data-am
721 uninstall: uninstall-am
722
723 install-am: all-am
724 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
725
726 installcheck: installcheck-am
727 install-strip:
728 if test -z '$(STRIP)'; then \
729 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
730 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
731 install; \
732 else \
733 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
734 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
735 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
736 fi
737 mostlyclean-generic:
738
739 clean-generic:
740 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
741
742 distclean-generic:
743 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
744 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
745
746 maintainer-clean-generic:
747 @echo "This command is intended for maintainers to use"
748 @echo "it deletes files that may require special tools to rebuild."
749 @HAVE_DBUS_FALSE@install-exec-local:
750 clean: clean-am
751
752 clean-am: clean-generic clean-libtool mostlyclean-am
753
754 distclean: distclean-am
755 -rm -f Makefile
756 distclean-am: clean-am distclean-generic
757
758 dvi: dvi-am
759
760 dvi-am:
761
762 html: html-am
763
764 html-am:
765
766 info: info-am
767
768 info-am:
769
770 install-data-am: install-man
771
772 install-dvi: install-dvi-am
773
774 install-dvi-am:
775
776 install-exec-am: install-exec-local
777
778 install-html: install-html-am
779
780 install-html-am:
781
782 install-info: install-info-am
783
784 install-info-am:
785
786 install-man: install-man1 install-man5 install-man8
787
788 install-pdf: install-pdf-am
789
790 install-pdf-am:
791
792 install-ps: install-ps-am
793
794 install-ps-am:
795
796 installcheck-am:
797
798 maintainer-clean: maintainer-clean-am
799 -rm -f Makefile
800 maintainer-clean-am: distclean-am maintainer-clean-generic
801
802 mostlyclean: mostlyclean-am
803
804 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
805
806 pdf: pdf-am
807
808 pdf-am:
809
810 ps: ps-am
811
812 ps-am:
813
814 uninstall-am: uninstall-man
815
816 uninstall-man: uninstall-man1 uninstall-man5 uninstall-man8
817
818 .MAKE: install-am install-strip
819
820 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
821 cscopelist-am ctags-am distclean distclean-generic \
822 distclean-libtool distdir dvi dvi-am html html-am info info-am \
823 install install-am install-data install-data-am install-dvi \
824 install-dvi-am install-exec install-exec-am install-exec-local \
825 install-html install-html-am install-info install-info-am \
826 install-man install-man1 install-man5 install-man8 install-pdf \
827 install-pdf-am install-ps install-ps-am install-strip \
828 installcheck installcheck-am installdirs maintainer-clean \
829 maintainer-clean-generic mostlyclean mostlyclean-generic \
830 mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
831 uninstall-am uninstall-man uninstall-man1 uninstall-man5 \
832 uninstall-man8
833
834 .PRECIOUS: Makefile
835
836
837 @BUILD_MANPAGES_TRUE@%.xml: %.xml.in Makefile
838 @BUILD_MANPAGES_TRUE@ $(AM_V_GEN) sed -e 's,@pkgsysconfdir\@,$(pkgsysconfdir),g' \
839 @BUILD_MANPAGES_TRUE@ -e 's,@servicedir\@,$(servicedir),g' \
840 @BUILD_MANPAGES_TRUE@ -e 's,@PACKAGE_BUGREPORT\@,$(PACKAGE_BUGREPORT),g' \
841 @BUILD_MANPAGES_TRUE@ -e 's,@PACKAGE_URL\@,$(PACKAGE_URL),g' $< > $@
842
843 @BUILD_MANPAGES_TRUE@@USE_XMLTOMAN_TRUE@%.1: %.1.xml Makefile
844 @BUILD_MANPAGES_TRUE@@USE_XMLTOMAN_TRUE@ $(AM_V_GEN)xmltoman $< > $@
845
846 @BUILD_MANPAGES_TRUE@@USE_XMLTOMAN_TRUE@%.5: %.5.xml Makefile
847 @BUILD_MANPAGES_TRUE@@USE_XMLTOMAN_TRUE@ $(AM_V_GEN)xmltoman $< > $@
848
849 @BUILD_MANPAGES_TRUE@@USE_XMLTOMAN_TRUE@%.8: %.8.xml Makefile
850 @BUILD_MANPAGES_TRUE@@USE_XMLTOMAN_TRUE@ $(AM_V_GEN)xmltoman $< > $@
851
852 @BUILD_MANPAGES_TRUE@@USE_XMLTOMAN_TRUE@xmllint: $(noinst_DATA)
853 @BUILD_MANPAGES_TRUE@@USE_XMLTOMAN_TRUE@ for f in $(noinst_DATA) ; do \
854 @BUILD_MANPAGES_TRUE@@USE_XMLTOMAN_TRUE@ xmllint --noout --valid "$$f" || exit 1 ; \
855 @BUILD_MANPAGES_TRUE@@USE_XMLTOMAN_TRUE@ done
856 @HAVE_DBUS_TRUE@install-exec-local:
857 @HAVE_DBUS_TRUE@ mkdir -p $(DESTDIR)/$(mandir)/man1 && \
858 @HAVE_DBUS_TRUE@ cd $(DESTDIR)/$(mandir)/man1 && \
859 @HAVE_DBUS_TRUE@ rm -f avahi-resolve-host-name.1 avahi-resolve-address.1 avahi-browse-domains.1 avahi-publish-address.1 avahi-publish-service.1 bvnc.1 && \
860 @HAVE_DBUS_TRUE@ $(BSSH_LN) \
861 @HAVE_DBUS_TRUE@ $(LN_S) avahi-resolve.1 avahi-resolve-host-name.1 && \
862 @HAVE_DBUS_TRUE@ $(LN_S) avahi-resolve.1 avahi-resolve-address.1 && \
863 @HAVE_DBUS_TRUE@ $(LN_S) avahi-browse.1 avahi-browse-domains.1 && \
864 @HAVE_DBUS_TRUE@ $(LN_S) avahi-publish.1 avahi-publish-address.1 && \
865 @HAVE_DBUS_TRUE@ $(LN_S) avahi-publish.1 avahi-publish-service.1
866
867 # Tell versions [3.59,3.63) of GNU make to not export all variables.
868 # Otherwise a system limit (for SysV at least) may be exceeded.
869 .NOEXPORT:
0 .TH avahi-autoipd 8 User Manuals
1 .SH NAME
2 avahi-autoipd \- IPv4LL network address configuration daemon
3 .SH SYNOPSIS
4 \fBavahi-autoipd [\fIoptions\fB] \fIinterface\fB
5
6 avahi-autoipd --kill\fB \fIinterface\fB
7
8 avahi-autoipd --refresh\fB \fIinterface\fB
9
10 avahi-autoipd --check\fB \fIinterface\fB
11 \f1
12 .SH DESCRIPTION
13 avahi-autoipd implements IPv4LL, "Dynamic Configuration of IPv4 Link-Local Addresses" (IETF RFC3927), a protocol for automatic IP address configuration from the link-local 169.254.0.0/16 range without the need for a central server. It is primarily intended to be used in ad-hoc networks which lack a DHCP server.
14
15 IPv4LL is part of the Zeroconf stack.
16
17 avahi-autoipd can be used as stand-alone address allocator or as plugin for a DHCP client such as ISC's dhclient, where it can be used as fallback solution if no DHCP server is found.
18
19 To allow communication between hosts that have only an IPv4LL address assigned and hosts that only have a routable IP address assigned you may add the following routes to both network configurations:
20
21 \fBroute add -net 169.254.0.0 netmask 255.255.0.0 dev eth0 metric 99\f1
22
23 \fBroute add default dev eth0 metric 99\f1
24
25 See http://developer.apple.com/qa/qa2004/qa1357.html for more information.
26 .SH OPTIONS
27 .TP
28 \fB-D | --daemonize\f1
29 Daemonize after startup. Implies \fB--syslog\f1.
30 .TP
31 \fB-k | --kill\f1
32 Kill an already running avahi-autoipd on the specified network interface. (Equivalent to sending a SIGTERM)
33 .TP
34 \fB-r | --refresh\f1
35 Tell an already running avahi-autoipd to re-announce the acquired IP address on the specified network interface. (Equivalent to sending a SIGHUP)
36 .TP
37 \fB-c | --check\f1
38 Return 0 as return code if avahi-autoipd is already running for the specified network interface.
39 .TP
40 \fB-s | --syslog\f1
41 Log to syslog instead of STDERR. Implied by \fB--daemonize\f1.
42 .TP
43 \fB--debug\f1
44 Enable verbose mode.
45 .TP
46 \fB--no-drop-root\f1
47 Don't drop root privileges after startup. We recommend not to use this option.
48 .TP
49 \fB--no-chroot\f1
50 Don't \fBchroot(2)\f1 the daemon. This option is only available when compiled with chroot() support.
51 .TP
52 \fB-S | --start=\f1
53 Try to acquire the specified IP address, which must be from the IPv4LL range 169.254.0.0/16.
54 .TP
55 \fB-w | --wait\f1
56 Wait until a IP address has been successfully acquired before detaching. Only valid in combination with \fB--daemonize\f1.
57 .TP
58 \fB--force-bind\f1
59 Acquire an IPv4LL address, even if a routable address has been configured on the interface.
60 .TP
61 \fB--no-proc-title\f1
62 Don't change the process name while running. Unless this option is specified avahi-autoipd will reflect its current state and the IP address in the process title.
63 .TP
64 \fB-h | --help\f1
65 Show help.
66 .TP
67 \fB-v | --version\f1
68 Show version information.
69 .SH FILES
70 \fI/etc/avahi/avahi-autoipd.action\f1: the script to run when an IP address as been acquired or is lost.
71 .SH SIGNALS
72 \fISIGINT, SIGTERM\f1: avahi-autoipd will shutdown. (Same as \fB--kill\f1)
73
74 \fISIGHUP\f1: avahi-autoipd will re-announce the acquired IP address. (Same as \fB--refresh\f1)
75 .SH AUTHORS
76 The Avahi Developers <avahi (at) lists (dot) freedesktop (dot) org>; Avahi is available from \fBhttp://avahi.org/\f1
77 .SH SEE ALSO
78 \fBautoipd.action(8)\f1, \fBdhclient(8)\f1
79
80 http://avahi.org/wiki/AvahiAutoipd documents how avahi-autoipd is best packaged and integrated into distributions.
81 .SH COMMENTS
82 This man page was written using \fBxml2man(1)\f1 by Oliver Kurth.
0 .TH avahi-autoipd.action 8 User Manuals
1 .SH NAME
2 avahi-autoipd.action \- avahi-autoipd action script
3 .SH SYNOPSIS
4 \fB/etc/avahi/avahi-autoipd.action
5 \f1
6 .SH DESCRIPTION
7 \fIavahi-autoipd.action\f1 is the action script that is called whenever an IP address has been acquired by avahi-autoipd or when it detected an IP address conflict. The script should add or remove the specified address from the specified network interface.
8 .SH PARAMETERS
9 .TP
10 \fBargv[1]\f1 An event string: one of BIND, CONFLICT, UNBIND or STOP. If BIND is passed an IP address has been successfully acquired and the script shall add it to the network interface. If CONFLICT is passed avahi-autopid detected a IP address on the local network, the action script should remove the configured IP address. If UNBIND is passed the IP address should be removed from the interface, too, because a routable address has been configured to the interface by some other program. If STOP is passed the avahi-autoipd is being shutdown and the action script should remove the IP address. In short: on BIND the address should be added to the interface, on CONFLICT, UNBIND or STOP it should be removed.
11 .TP
12 \fBargv[2]\f1 The network interface name.
13 .TP
14 \fBargv[3]\f1 An IP address from the IPv4LL range.
15 .SH AUTHORS
16 The Avahi Developers <avahi (at) lists (dot) freedesktop (dot) org>; Avahi is available from \fBhttp://avahi.org/\f1
17 .SH SEE ALSO
18 \fBavahi-autoipd(8)\f1, \fBdhclient-script(8)\f1, \fBip(8)\f1, \fBifconfig(8)\f1
19 .SH COMMENTS
20 This man page was written using \fBxml2man(1)\f1 by Oliver Kurth.
0 .TH avahi-bookmarks 1 User Manuals
1 .SH NAME
2 avahi-bookmarks \- Web service showing mDNS/DNS-SD announced HTTP services using the Avahi daemon
3 .SH SYNOPSIS
4 \fBavahi-bookmarks
5 \f1
6 .SH DESCRIPTION
7 A web service for listing HTTP services that are announced via mDNS/DNS-SD using the Avahi daemon. avahi-bookmarks opens a TCP socket on port 8080 and waits for incoming HTTP connections returning a dynamic web site containing links to all services of type _http._tcp on the LAN. Point your browser to http://localhost:8080/ to make use of avahi-bookmarks.
8 .SH OPTIONS
9 .TP
10 \fB-p | --port=\f1 \fIPORT\f1
11 Specify a TCP port number to listen on. If omitted defaults to 8080.
12 .TP
13 \fB-a | --address=\f1 \fIaddress\f1
14 Specify an IP address to listen on. If omitted defaults to 127.0.0.1. Specify 0.0.0.0 if you want to allow remote access.
15 .TP
16 \fB-H | --host-names\f1
17 Create links pointing to mDNS host names instead of resolved IP addreses. This is only compatible with your browser if you run some kind of local NSS module to resolve mDNS host names (e.g. nss-mdns). If both -A and -H are ommited avahi-bookmarks detects whether NSS support is available locally. This option conflicts with -A.
18 .TP
19 \fB-A | --addresses\f1
20 Create links pointing to numeric IP addresses instead of mDNS host names. This will break access to hosts running virtual servers. If both -A and -H are ommited avahi-bookmarks detects whether NSS support is available locally. This option conflicts with -H.
21 .TP
22 \fB-d | --domain\f1=\fIDOMAIN\f1
23 The domain to browse for services in.
24 .TP
25 \fB-h | --help\f1
26 Show help
27 .SH AUTHORS
28 The Avahi Developers <avahi (at) lists (dot) freedesktop (dot) org>; Avahi is available from \fBhttp://avahi.org/\f1
29 .SH SEE ALSO
30 \fBavahi-browse(1)\f1, \fBavahi-daemon(8)\f1
31 .SH COMMENTS
32 This man page was written using \fBxml2man(1)\f1 by Oliver Kurth.
0 .TH avahi-browse 1 User Manuals
1 .SH NAME
2 avahi-browse \- Browse for mDNS/DNS-SD services using the Avahi daemon
3 .SH SYNOPSIS
4 \fBavahi-browse [\fIoptions\fB] \fIservice-type\fB
5
6 avahi-browse [\fIoptions\fB] --all\fB
7
8 avahi-browse [\fIoptions\fB] --browse-domains\fB
9
10 avahi-browse [\fIoptions\fB] --dump-db\fB
11
12 avahi-browse-domains [\fIoptions\fB]
13 \f1
14 .SH DESCRIPTION
15 Browse for mDNS/DNS-SD network services and browsing domains using the Avahi daemon.
16 .SH OPTIONS
17 Specify a DNS-SD service type (e.g. _http._tcp) to browse for on the command line, or \fB-a\f1 to browse for all available service types. Items that appear on the network are prefixed with "+", items that disappear are prefixed with "-". If \fB--resolve\f1 is passed items that are resolved are prefixed with "=".
18 .TP
19 \fB-a | --all\f1
20 Browse for all service types registered on the LAN, not just the one specified on the command line.
21 .TP
22 \fB-D | --browse-domains\f1
23 Browse for browsing domains instead for services. avahi-browse-domains is equivalent to avahi-browse --browse-domains
24 .TP
25 \fB-d | --domain=\f1 \fIDOMAIN\f1
26 Browse in the specified domain. If omitted avahi-browse will browse in the default browsing domain (usually .local)
27 .TP
28 \fB-v | --verbose\f1
29 Enable verbose mode.
30 .TP
31 \fB-t | --terminate\f1
32 Terminate after dumping a more or less complete list.
33 .TP
34 \fB-c | --cache\f1
35 Terminate after dumping all entries available in the cache.
36 .TP
37 \fB-l | --ignore-local\f1
38 Ignore local services, show only remote services.
39 .TP
40 \fB-r | --resolve\f1
41 Automatically resolve services found.
42 .TP
43 \fB-f | --no-fail\f1
44 Don't fail if the daemon is not found running. Instead, wait until it appears. If it disconnects, try to reconnect.
45 .TP
46 \fB-p | --parsable\f1
47 Make output easily parsable for usage in scripts. If enabled fields are separated by semicolons (;), service names are escaped. It is recommended to combine this with \fB--no-db-lookup\f1.
48 .TP
49 \fB-k | --no-db-lookup\f1
50 Don't lookup services types in service type database.
51 .TP
52 \fB-b | --dump-db\f1
53 Dump the service type database (may be combined with -k)
54 .TP
55 \fB-h | --help\f1
56 Show help.
57 .TP
58 \fB-V | --version\f1
59 Show version information.
60 .SH AUTHORS
61 The Avahi Developers <avahi (at) lists (dot) freedesktop (dot) org>; Avahi is available from \fBhttp://avahi.org/\f1
62 .SH SEE ALSO
63 \fBavahi-publish(1)\f1, \fBavahi-resolve(1)\f1, \fBavahi-daemon(8)\f1
64 .SH COMMENTS
65 This man page was written using \fBxml2man(1)\f1 by Oliver Kurth.
0 .TH avahi-daemon 8 User Manuals
1 .SH NAME
2 avahi-daemon \- The Avahi mDNS/DNS-SD daemon
3 .SH SYNOPSIS
4 \fBavahi-daemon [\fIoptions\fB]
5
6 avahi-daemon --kill\fB
7
8 avahi-daemon --reload\fB
9
10 avahi-daemon --check\fB
11 \f1
12 .SH DESCRIPTION
13 The Avahi mDNS/DNS-SD daemon implements Apple's Zeroconf architecture (also known as "Rendezvous" or "Bonjour"). The daemon registers local IP addresses and static services using mDNS/DNS-SD and provides two IPC APIs for local programs to make use of the mDNS record cache the avahi-daemon maintains. First there is the so called "simple protocol" which is used exclusively by avahi-dnsconfd (a daemon which configures unicast DNS servers using server info published via mDNS) and nss-mdns (a libc NSS plugin, providing name resolution via mDNS). Finally there is the D-Bus interface which provides a rich object oriented interface to D-Bus enabled applications.
14
15 Upon startup avahi-daemon interprets its configuration file \fI/etc/avahi/avahi-daemon.conf\f1 and reads XML fragments from \fI/etc/avahi/services/*.service\f1 which may define static DNS-SD services. If you enable \fBpublish-resolv-conf-dns-servers\f1 in \fIavahi-daemon.conf\f1 the file \fI/etc/resolv.conf\f1 will be read, too.
16 .SH OPTIONS
17 .TP
18 \fB-f | --file=\f1 \fIFILE\f1
19 Specify the configuration file to read. (default: /etc/avahi/avahi-daemon.conf)
20 .TP
21 \fB-D | --daemonize\f1
22 Daemonize after startup. Implies \fB--syslog\f1.
23 .TP
24 \fB-s | --syslog\f1
25 Log to syslog instead of STDERR. Implied by \fB--daemonize\f1.
26 .TP
27 \fB--debug\f1
28 Increase verbosity to debug level.
29 .TP
30 \fB--no-rlimits\f1
31 Don't enforce resource limits as specified in the configuration file. (See \fBsetrlimit(2)\f1 for more information)
32 .TP
33 \fB--no-drop-root\f1
34 Don't drop root privileges after startup and don't require daemon to be started as root. We recommend not to use this option.
35 .TP
36 \fB--no-chroot\f1
37 Don't \fBchroot(2)\f1 the daemon. This option is only available when compiled with chroot() support.
38 .TP
39 \fB--no-proc-title\f1
40 Don't change the process name while running. Unless this option is specified avahi-daemon will reflect its current state and the selected host name in the process title.
41 .TP
42 \fB-k | --kill\f1
43 Kill an already running avahi-daemon. (equivalent to sending a SIGTERM)
44 .TP
45 \fB-r | --reload\f1
46 Tell an already running avahi-daemon to reread \fI/etc/resolv.conf\f1 (in case you enabled \fBpublish-resolv-conf-dns-servers\f1 in \fIavahi-daemon.conf\f1) the files from \fI/etc/avahi/services/\f1. Please note that this will not reload the \fI/etc/avahi/avahi-daemon.conf\f1. (equivalent to sending a SIGHUP)
47 .TP
48 \fB-c | --check\f1
49 Return 0 as return code when avahi-daemon is already running.
50 .TP
51 \fB-h | --help\f1
52 Show help
53 .TP
54 \fB-v | --version\f1
55 Show version information
56 .SH FILES
57 \fI/etc/avahi/avahi-daemon.conf\f1: the default configuration file for avahi-daemon, \fBavahi-daemon.conf(5)\f1 for more information.
58
59 \fI/etc/avahi/hosts\f1: additional static hostname mappings to publish in mDNS, see \fBavahi.hosts(5)\f1 for more information.
60
61 \fI/etc/avahi/services/*.service\f1: static service definitions, see \fBavahi.service(5)\f1 for more information.
62 .SH SIGNALS
63 \fISIGINT, SIGTERM\f1: avahi-daemon will shutdown. (Same as \fB--kill\f1).
64
65 \fISIGHUP\f1: avahi-daemon will reload unicast DNS server data from \fI/etc/resolv.conf\f1 and static service definitions from \fI/etc/avahi/services/\f1. (Same as \fB--reload\f1)
66
67 \fISIGUSR1\f1: avahi-daemon will dump local and remote cached resource record data to syslog.
68 .SH AUTHORS
69 The Avahi Developers <avahi (at) lists (dot) freedesktop (dot) org>; Avahi is available from \fBhttp://avahi.org/\f1
70 .SH SEE ALSO
71 \fBavahi-daemon.conf(5)\f1, \fBavahi.hosts(5)\f1, \fBavahi.service(5)\f1, \fBavahi-dnsconfd(8)\f1, \fBavahi-set-host-name(1)\f1
72
73 http://avahi.org/wiki/AvahiAndUnicastDotLocal documents the problems when using Avahi in a unicast DNS zone .local.
74 .SH COMMENTS
75 This man page was written using \fBxml2man(1)\f1 by Oliver Kurth.
0 .TH avahi-daemon.conf 5 User Manuals
1 .SH NAME
2 avahi-daemon.conf \- avahi-daemon configuration file
3 .SH SYNOPSIS
4 \fB/etc/avahi/avahi-daemon.conf
5 \f1
6 .SH DESCRIPTION
7 \fIavahi-daemon.conf\f1 is the configuration file for avahi-daemon.
8 .SH SECTION [SERVER]
9 .TP
10 \fBhost-name=\f1 Set the host name avahi-daemon tries to register on the LAN. If omited defaults to the system host name as set with the sethostname() system call.
11 .TP
12 \fBhost-name-from-machine-id=\f1 Takes a boolean value ("yes" or "no"). If set to "yes" avahi-daemon will use the machine-id as name on the LAN.
13 .TP
14 \fBdomain-name=\f1 Set the default domain name avahi-daemon tries to register its host name and services on the LAN in. If omitted defaults to ".local".
15 .TP
16 \fBbrowse-domains=\f1 Set a comma separated list of browsing domains (in addition to the default one and those announced inside the default browsing domain). Please note that the user may specify additional browsing domains on the client side, either by setting $AVAHI_BROWSE_DOMAINS to a list of colon separated domains or by adding them to the XDG config file \fI~/.config/avahi/browse-domains\f1 (separated by newlines).
17 .TP
18 \fBuse-ipv4=\f1 Takes a boolean value ("yes" or "no"). If set to "no" avahi-daemon will not use IPv4 sockets. Default is "yes".
19 .TP
20 \fBuse-ipv6=\f1 Takes a boolean value ("yes" or "no"). If set to "no" avahi-daemon will not use IPv6 sockets. Default is "yes".
21 .TP
22 \fBallow-interfaces=\f1 Set a comma separated list of allowed network interfaces that should be used by the avahi-daemon. Traffic on other interfaces will be ignored. If set to an empty list all local interfaces except loopback and point-to-point will be used.
23 .TP
24 \fBdeny-interfaces=\f1 Set a comma separated list of network interfaces that should be ignored by avahi-daemon. Other not specified interfaces will be used, unless \fBallow-interfaces=\f1 is set. This option takes precedence over \fBallow-interfaces=\f1.
25 .TP
26 \fBcheck-response-ttl=\f1 Takes a boolean value ("yes" or "no"). If set to "yes", an additional security check is activated: incoming IP packets will be ignored unless the IP TTL is 255. Earlier mDNS specifications required this check. Since this feature may be incompatible with newer implementations of mDNS it defaults to "no". On the other hand it provides extra security.
27 .TP
28 \fBuse-iff-running=\f1 Takes a boolean value ("yes" or "no"). If set to "yes" avahi-daemon monitors the IFF_RUNNING flag bit which is used by some (modern) network drivers to tell user space if a network cable is plugged in (in case of copper ethernet), or the network card is associated with some kind of network (in case of WLAN). If IFF_RUNNING is set avahi-daemon will automatically announce its services on that network. Unfortunately far too many network drivers do not support this flag or support it in a broken way. Therefore this option defaults to "no".
29 .TP
30 \fBenable-dbus=\f1 Takes either "yes", "no" or "warn". If set to "yes" avahi-daemon connects to D-Bus, offering an object oriented client API. It is only available if Avahi has been compiled with \fB--enable-dbus\f1 in which case it defaults to "yes". "warn" behaves like "yes", but the daemon starts up even when it fails to connect to a D-Bus daemon. In addition, if the connection to the D-Bus daemon is terminated we try to reconnect. (Unless we are in a chroot() environment where this definitely will fail.)
31 .TP
32 \fBdisallow-other-stacks=\f1 Takes a boolean value ("yes" or "no"). If set to "yes" no other process is allowed to bind to UDP port 5353. This effectively impedes other mDNS stacks from running on the host. Use this as a security measure to make sure that only Avahi is responsible for mDNS traffic. Please note that we do not recommend running multiple mDNS stacks on the same host simultaneously. This hampers reliability and is a waste of resources. However, to not annoy people this option defaults to "no".
33 .TP
34 \fBallow-point-to-point=\f1 Takes a boolean value ("yes" or "no"). If set to "yes" avahi-daemon will make use of interfaces with the POINTOPOINT flag set. This option defaults to "no" as it might make mDNS unreliable due to usually large latencies with such links and opens a potential security hole by allowing mDNS access from Internet connections. Use with care and YMMV!
35 .TP
36 \fBcache-entries-max=\f1 Takes an unsigned integer specifying how many resource records are cached per interface. Bigger values allow mDNS work correctly in large LANs but also increase memory consumption.
37 .TP
38 \fBclients-max=\f1 Takes an unsigned integer. The maximum number of concurrent D-Bus clients allowed. If the maximum number is reached further clients will be refused until at least one existing client disconnects.
39 .TP
40 \fBobjects-per-client-max=\f1 Takes an unsigned integer. The maximum number of objects (entry groups, browsers, resolvers) that may be registered per D-Bus client at a time. If the maximum number is reached further object creation will be refused until at least one object is freed.
41 .TP
42 \fBentries-per-entry-group-max=\f1 Takes an unsigned integer. The maximum number of entries (resource records) per entry group registered by a D-Bus client at a time. If the maximum number is reached further resource records may not be added to an entry group.
43 .TP
44 \fBratelimit-interval-usec=\f1 Takes an unsigned integer. Sets the per-interface packet rate-limiting interval parameter. Together with \fBratelimit-burst=\f1 this may be used to control the maximum number of packets Avahi will generated in a specific period of time on an interface.
45 .TP
46 \fBratelimit-burst=\f1 Takes an unsigned integer. Sets the per-interface packet rate-limiting burst parameter. Together with \fBratelimit-interval-usec=\f1 this may be used to control the maximum number of packets Avahi will generated in a specific period of time on an interface.
47 .SH SECTION [WIDE-AREA]
48 .TP
49 \fBenable-wide-area=\f1 Takes a boolean value ("yes" or "no"). Enable wide-area DNS-SD, aka DNS-SD over unicast DNS. If this is enabled only domains ending in .local will be resolved on mDNS, all other domains are resolved via unicast DNS. If you want to maintain multiple different multicast DNS domains even with this option enabled we encourage you to use subdomains of .local, such as "kitchen.local". This option defaults to "yes".
50 .SH SECTION [PUBLISH]
51 .TP
52 \fBdisable-publishing=\f1 Takes a boolean value ("yes" or "no"). If set to "yes", no record will be published by Avahi, not even address records for the local host. Avahi will be started in a querying-only mode. Use this is a security measure. This option defaults to "no"
53 .TP
54 \fBdisable-user-service-publishing=\f1 Takes a boolean value ("yes" or "no"). If set to "yes", Avahi will still publish address records and suchlike but will not allow user applications to publish services. Use this is a security measure. This option defaults to "no"
55 .TP
56 \fBadd-service-cookie=\f1 Takes a boolean value ("yes" or "no"). If set to "yes" an implicit TXT entry will be added to all locally registered services, containing a cookie value which is chosen randomly on daemon startup. This can be used to detect if two services on two different interfaces/protocols are actually identical. Defaults to "no".
57 .TP
58 \fBpublish-addresses=\f1 Takes a boolean value ("yes" or "no"). If set to "yes" avahi-daemon will register mDNS address records for all local IP addresses. Unless you want to use avahi-daemon exclusively for browsing it's recommended to enable this. If you plan to register local services you need to enable this option. Defaults to "yes".
59 .TP
60 \fBpublish-hinfo=\f1 Takes a boolean value ("yes" or "no"). If set to "yes" avahi-daemon will register an mDNS HINFO record on all interfaces which contains information about the local operating system and CPU, which might be useful for administrative purposes. This is recommended by the mDNS specification but not required. For the sake of privacy you might choose to disable this feature. Defaults to "no".
61 .TP
62 \fBpublish-workstation=\f1 Takes a boolean value ("yes" or "no"). If set to "yes" avahi-daemon will register a service of type "_workstation._tcp" on the local LAN. This might be useful for administrative purposes (i.e. browse for all PCs on the LAN), but is not required or recommended by any specification. Newer MacOS X releases register a service of this type. Defaults to "no".
63 .TP
64 \fBpublish-domain=\f1 Takes a boolean value ("yes" or "no"). If set to "yes" avahi-daemon will announce the locally used domain name (see above) for browsing by other hosts. Defaults to "yes".
65 .TP
66 \fBpublish-dns-servers=\f1 Takes a comma separated list of IP addresses for unicast DNS servers. You can use this to announce unicast DNS servers via mDNS. When used in conjunction with avahi-dnsconfd on the client side this allows DHCP-like configuration of unicast DNS servers.
67 .TP
68 \fBpublish-resolv-conf-dns-servers=\f1 Takes a boolean value ("yes" or "no"). If set to "yes" avahi-daemon will publish the unicast DNS servers specified in \fI/etc/resolv.conf\f1 in addition to those specified with \fBpublish-dns-servers\f1. Send avahi-daemon a SIGHUP to have it reload this file. Defaults to "no".
69 .TP
70 \fBpublish-aaaa-on-ipv4=\f1 Takes a boolean value ("yes" or "no"). If set to "yes" avahi-daemon will publish an IPv6 AAAA record via IPv4, i.e. the local IPv6 addresses can be resolved using an IPv4 transport. Only useful when IPv4 is enabled with \fBuse-ipv4=true\f1. Defaults to "yes".
71 .TP
72 \fBpublish-a-on-ipv6=\f1 Takes a boolean value ("yes" or "no"). If set to "yes" avahi-daemon will publish an IPv4 A record via IPv6, i.e. the local IPv4 addresses can be resolved using an IPv6 transport. Only useful when IPv6 is enabled with \fBuse-ipv6=true\f1. Defaults to "no".
73 .SH SECTION [REFLECTOR]
74 .TP
75 \fBenable-reflector=\f1 Takes a boolean value ("yes" or "no"). If set to "yes" avahi-daemon will reflect incoming mDNS requests to all local network interfaces, effectively allowing clients to browse mDNS/DNS-SD services on all networks connected to the gateway. The gateway is somewhat intelligent and should work with all kinds of mDNS traffic, though some functionality is lost (specifically the unicast reply bit, which is used rarely anyway). Make sure to not run multiple reflectors between the same networks, this might cause them to play Ping Pong with mDNS packets. Defaults to "no".
76 .TP
77 \fBreflect-ipv=\f1 Takes a boolean value ("yes" or "no"). If set to "yes" and \fBenable-reflector\f1 is enabled, avahi-daemon will forward mDNS traffic between IPv4 and IPv6, which is usually not recommended. Defaults to "no".
78 .SH SECTION [RLIMITS]
79 This section is used to define system resource limits for the daemon. See \fBsetrlimit(2)\f1 for more information. If any of the options is not specified in the configuration file, avahi-daemon does not change it from the system defaults.
80 .TP
81 \fBrlimit-as=\f1 Value in bytes for RLIMIT_AS (maximum size of the process's virtual memory). Sensible values are heavily system dependent.
82 .TP
83 \fBrlimit-core=\f1 Value in bytes for RLIMIT_CORE (maximum core file size). Unless you want to debug avahi-daemon, it is safe to set this to 0.
84 .TP
85 \fBrlimit-data=\f1 Value in bytes for RLIMIT_DATA (maximum size of the process's data segment). Sensible values are heavily system dependent.
86 .TP
87 \fBrlimit-fsize=\f1 Value for RLIMIT_FSIZE (maximum size of files the process may create). Since avahi-daemon shouldn't write any files to disk, it is safe to set this to 0.
88 .TP
89 \fBrlimit-nofile=\f1 Value for RLIMIT_NOFILE (open file descriptors). avahi-daemon shouldn't need more than 15 to 20 open file descriptors concurrently.
90 .TP
91 \fBrlimit-stack=\f1 Value in bytes for RLIMIT_STACK (maximum size of the process stack). Sensible values are heavily system dependent.
92 .TP
93 \fBrlimit-nproc=\f1 Value for RLIMIT_NPROC (number of process of user). avahi-daemon forks of a helper process on systems where \fBchroot(2)\f1 is available. Therefore this value should not be set below 2.
94 .SH AUTHORS
95 The Avahi Developers <avahi (at) lists (dot) freedesktop (dot) org>; Avahi is available from \fBhttp://avahi.org/\f1
96 .SH SEE ALSO
97 \fBavahi-daemon(8)\f1, \fBavahi-dnsconfd(8)\f1
98 .SH COMMENTS
99 This man page was written using \fBxml2man(1)\f1 by Oliver Kurth.
0 .TH avahi-discover 1 User Manuals
1 .SH NAME
2 avahi-discover \- Browse for mDNS/DNS-SD services using the Avahi daemon
3 .SH SYNOPSIS
4 \fBavahi-discover
5 \f1
6 .SH DESCRIPTION
7 Show a real-time graphical browse list for mDNS/DNS-SD network services running on the local LAN using the Avahi daemon.
8 .SH OPTIONS
9 avahi-discover takes no command line arguments at the moment.
10 .SH AUTHORS
11 The Avahi Developers <avahi (at) lists (dot) freedesktop (dot) org>; Avahi is available from \fBhttp://avahi.org/\f1
12 .SH SEE ALSO
13 \fBavahi-daemon(8)\f1, \fBavahi-browse(1)\f1
14 .SH COMMENTS
15 This man page was written using \fBxml2man(1)\f1 by Oliver Kurth.
0 .TH avahi-dnsconfd 8 User Manuals
1 .SH NAME
2 avahi-dnsconfd \- Unicast DNS server from mDNS/DNS-SD configuration daemon
3 .SH SYNOPSIS
4 \fBavahi-dnsconfd [\fIoptions\fB]
5
6 avahi-dnsconfd --kill\fB
7
8 avahi-dnsconfd --refresh\fB
9
10 avahi-dnsconfd --check\fB
11 \f1
12 .SH DESCRIPTION
13 avahi-dnsconfd connects to a running avahi-daemon and runs the script \fI/etc/avahi/dnsconfd.action\f1 for each unicast DNS server that is announced on the local LAN. This is useful for configuring unicast DNS servers in a DHCP-like fashion with mDNS.
14 .SH OPTIONS
15 .TP
16 \fB-D | --daemonize\f1
17 Daemonize after startup and redirect log messages to syslog.
18 .TP
19 \fB-s | --syslog\f1
20 Log to syslog instead of STDERR. Implied by \fB--daemonize\f1.
21 .TP
22 \fB-k | --kill\f1
23 Kill an already running avahi-dnsconfd. (equivalent to sending a SIGTERM)
24 .TP
25 \fB-r | --refresh\f1
26 Tell an already running avahi-dnsconfd to refresh the DNS server data. (equivalent to sending a SIGHUP)
27 .TP
28 \fB-c | --check\f1
29 Return 0 as return code when avahi-dnsconfd is already running.
30 .TP
31 \fB-h | --help\f1
32 Show help
33 .TP
34 \fB-v | --version\f1
35 Show version information
36 .SH FILES
37 \fI/etc/avahi/avahi-dnsconfd.action\f1: the script to run when a DNS server is found or removed.
38 .SH SIGNALS
39 \fISIGINT, SIGTERM\f1: avahi-dnsconfd will shutdown. This is issued by passing --kill to avahi-daemon.
40
41 \fISIGHUP\f1: avahi-dnsconfd will refresh the DNS server data.
42 .SH AUTHORS
43 The Avahi Developers <avahi (at) lists (dot) freedesktop (dot) org>; Avahi is available from \fBhttp://avahi.org/\f1
44 .SH SEE ALSO
45 \fBavahi-daemon(8)\f1, \fBavahi-dnsconfd.action(8)\f1
46 .SH COMMENTS
47 This man page was written using \fBxml2man(1)\f1 by Oliver Kurth.
0 .TH avahi-dnsconfd.action 8 User Manuals
1 .SH NAME
2 avahi-dnsconfd.action \- avahi-dnsconfd action script
3 .SH SYNOPSIS
4 \fB/etc/avahi/avahi-dnsconfd.action
5 \f1
6 .SH DESCRIPTION
7 \fIavahi-dnsconfd.action\f1 is the action script that is called whenever a new unicast DNS server is found or removed by avahi-dnsconfd. The default script as shipped with avahi patches \fI/etc/resolv.conf\f1 to reflect the changed unicast DNS server configuration.
8 .SH PARAMETERS
9 .TP
10 \fBargv[1]\f1 Contains the character "+" if the DNS server is new, "-" when it shall be removed from the DNS server list.
11 .TP
12 \fBargv[2]\f1 The IP address of the DNS server.
13 .TP
14 \fBargv[3]\f1 Numerical network interface number this DNS server was found on.
15 .TP
16 \fBargv[4]\f1 Numerical protocol number this DNS server was found on. (usually 2 for IPv4 and 10 for IPv6)
17 .SH ENVIRONMENT
18 .TP
19 \fBAVAHI_INTERFACE\f1 Contains the textual interface name the corresponds with argv[3]. (e.g. "eth0")
20 .TP
21 \fBAVAHI_INTERFACE_DNS_SERVERS\f1 Contains a list of all DNS servers that avahi-dnsconfd found on the interface \fB$AVAHI_INTERFACE\f1, separated by spaces.
22 .TP
23 \fBAVAHI_DNS_SERVERS\f1 Contains a list of all DNS server that avahi-dnsconfd found on all interfaces, separated by spaces.
24 .SH AUTHORS
25 The Avahi Developers <avahi (at) lists (dot) freedesktop (dot) org>; Avahi is available from \fBhttp://avahi.org/\f1
26 .SH SEE ALSO
27 \fBavahi-dnsconfd(8)\f1, \fBavahi-daemon(8)\f1
28 .SH COMMENTS
29 This man page was written using \fBxml2man(1)\f1 by Oliver Kurth.
0 .TH avahi-publish-service 1 User Manuals
1 .SH NAME
2 avahi-publish-service \- Register an mDNS/DNS-SD service or host name or address mapping using the Avahi daemon
3 .SH SYNOPSIS
4 \fBavahi-publish -s [\fIoptions\fB] \fIname\fB \fIservice-type\fB \fIport\fB [\fITXT data\fB ...]
5
6 avahi-publish-service [\fIoptions\fB] \fIname\fB \fIservice-type\fB \fIport\fB [\fITXT data\fB ...]
7
8 avahi-publish -a [\fIoptions\fB] \fIhost name\fB \fIaddress\fB
9
10 avahi-publish-address [\fIoptions\fB] \fIhost name\fB \fIaddress\fB
11 \f1
12 .SH DESCRIPTION
13 Register an mDNS/DNS-SD service or host name/address mapping using the Avahi daemon.
14 .SH OPTIONS
15 When calling in service registration mode, specify a DNS-SD service name (e.g. "Lennart's Files"), a service type (e.g. _http._tcp) and an IP port number for the service, optionally followed by any number of TXT record strings on the command line. When calling in address/host name registration mode specify a fully qualified host name and an address (IPv4 or IPv6).
16 .TP
17 \fB-s | --service\f1
18 Register a service. avahi-publish-service is equivalent to avahi-publish -s.
19 .TP
20 \fB-a | --address\f1
21 Register an address/host name mapping. avahi-publish-address is equivalent to avahi-publish -a.
22 .TP
23 \fB-v | --verbose\f1
24 Enable verbose mode.
25 .TP
26 \fB-H | --host=\f1 \fIHOSTNAME\f1
27 Specify a host name for this service, in case it doesn't reside on the local host. This host name needs to be fully qualified and resolvable using mDNS or unicast DNS.
28 .TP
29 \fB-d | --domain=\f1 \fIDOMAIN\f1
30 Publish the service in the specified domain. If omitted the Avahi daemon will publish it in its default domain (usually .local).
31 .TP
32 \fB--subtype=\f1 \fISUBTYPE\f1
33 Register the service with an additional subtype in addition to the main type. DNS-SD subtypes have the form _anon._sub._ftp._tcp, where _anon is the identifier of the subtype and _ftp._tcp is the main type. You may pass this option multiple times to register the service with multiple subtypes.
34 .TP
35 \fB-f | --no-fail\f1
36 Don't fail if the daemon is not found running. Instead, wait until it appears. If it disconnects, try to reconnect.
37 .TP
38 \fB-h | --help\f1
39 Show help
40 .TP
41 \fB-V | --version\f1
42 Show version information.
43 .SH AUTHORS
44 The Avahi Developers <avahi (at) lists (dot) freedesktop (dot) org>; Avahi is available from \fBhttp://avahi.org/\f1
45 .SH SEE ALSO
46 \fBavahi-resolve(1)\f1, \fBavahi-browse(1)\f1, \fBavahi-daemon(8)\f1
47 .SH COMMENTS
48 This man page was written using \fBxml2man(1)\f1 by Oliver Kurth.
0 .TH avahi-resolve 1 User Manuals
1 .SH NAME
2 avahi-resolve \- Resolve one or more mDNS/DNS host name(s) to IP address(es) (and vice versa) using the Avahi daemon
3 .SH SYNOPSIS
4 \fBavahi-resolve --name \fIhost-name ...\fB
5
6 avahi-resolve-host-name \fIhost-name ...\fB
7
8 avahi-resolve --address \fIaddress ...\fB
9
10 avahi-resolve-address \fIaddress ...\fB
11 \f1
12 .SH DESCRIPTION
13 Resolve one or more mDNS/DNS host name(s) to IP address(es) (and vice versa) using the Avahi daemon.
14 .SH OPTIONS
15 When passing -n, specify one or more fully qualified mDNS/DNS host name(s) (e.g. "foo.local") to resolve into IP addresses on the command line. When passing -a, specify one or more IP address to resolve into host names.
16
17 avahi-resolve-host-name is equivalent to avahi-resolve --name.
18
19 avahi-resolve-address is equivalent to avahi-resolve --address.
20 .TP
21 \fB-n | --name\f1
22 Translate one or more fully qualified host names into addresses.
23 .TP
24 \fB-a | --address\f1
25 Translate one or more addresses into fully qualified host names.
26 .TP
27 \fB-v | --verbose\f1
28 Enable verbose mode.
29 .TP
30 \fB-6\f1
31 When resolving a host name, look for IPv6 addresses exclusively.
32 .TP
33 \fB-4\f1
34 When resolving a host name, look for IPv4 addresses exclusively.
35 .TP
36 \fB-h | --help\f1
37 Show help.
38 .TP
39 \fB-V | --version\f1
40 Show version information.
41 .SH AUTHORS
42 The Avahi Developers <avahi (at) lists (dot) freedesktop (dot) org>; Avahi is available from \fBhttp://avahi.org/\f1
43 .SH SEE ALSO
44 \fBavahi-publish-address(1)\f1, \fBavahi-daemon(8)\f1
45 .SH COMMENTS
46 This man page was written using \fBxml2man(1)\f1 by Oliver Kurth.
0 .TH avahi-set-host-name 1 User Manuals
1 .SH NAME
2 avahi-set-host-name \- Change mDNS host name
3 .SH SYNOPSIS
4 \fBavahi-set-host-name \fIhost-name\fB
5 \f1
6 .SH DESCRIPTION
7 Set the mDNS host name of a currently running Avahi daemon. The effect of this operation is not persistent across daemon restarts. This operation is usually privileged.
8 .SH OPTIONS
9 .TP
10 \fB-v | --verbose\f1
11 Enable verbose mode.
12 .TP
13 \fB-h | --help\f1
14 Show help.
15 .TP
16 \fB-V | --version\f1
17 Show version information.
18 .SH AUTHORS
19 The Avahi Developers <avahi (at) lists (dot) freedesktop (dot) org>; Avahi is available from \fBhttp://avahi.org/\f1
20 .SH SEE ALSO
21 \fBavahi-daemon(8)\f1
22 .SH COMMENTS
23 This man page was written using \fBxml2man(1)\f1 by Oliver Kurth.
0 .TH avahi.hosts 5 User Manuals
1 .SH NAME
2 avahi.hosts \- avahi-daemon static host name file
3 .SH SYNOPSIS
4 \fB/etc/avahi/hosts
5 \f1
6 .SH DESCRIPTION
7 \fI/etc/avahi/hosts\f1 is a file which may be used to define static host name to IP address mappings for multicast DNS. This is especially useful when publishing DNS-SD services on behalf of other hosts. See \fBavahi.service(5)\f1 for more information.
8
9 The file format is similar to the one of \fI/etc/hosts\f1: on each line an IP address and the corresponding host name. The host names should be in FQDN form, i.e. with appended .local suffix.
10 .SH AUTHORS
11 The Avahi Developers <avahi (at) lists (dot) freedesktop (dot) org>; Avahi is available from \fBhttp://avahi.org/\f1
12 .SH SEE ALSO
13 \fBavahi-daemon(8)\f1, \fBavahi.service(5)\f1
14 .SH COMMENTS
15 This man page was written using \fBxml2man(1)\f1 by Oliver Kurth.
0 .TH avahi.service 5 User Manuals
1 .SH NAME
2 avahi.service \- avahi-daemon static service file
3 .SH SYNOPSIS
4 \fB/etc/avahi/services/*.service
5 \f1
6 .SH DESCRIPTION
7 \fI/etc/avahi/services/*.service\f1 are XML fragments containing static DNS-SD service data. Every service file can contain multiple service definitions which share the same name. This is useful for publishing service data for services which implement multiple protocols. (i.e. a printer implementing _ipp._tcp and _printer._tcp)
8 .SH XML TAGS
9 .TP
10 \fB<service-group>\f1 The document tag of avahi service files. Should contain one \fB<name>\f1 and one or more \fB<service>\f1 elements.
11 .TP
12 \fB<name replace-wildcards="yes|no">\f1 The service name. If \fBreplace-wildcards\f1 is "yes", any occurence of the string "%h" will be replaced by the local host name. This can be used for service names like "Remote Terminal on %h". If \fBreplace-wildcards\f1 is not specified, defaults to "no".
13 .TP
14 \fB<service protocol="ipv4|ipv6|any">\f1 Contains the service information for exactly one service type. Should contain one \fB<type>\f1 and one \fB<port>\f1 element. Optionally it may contain one \fB<domain-name>\f1, one \fB<host-name>\f1, any number of \fB<subtype>\f1 and any number of \fB<txt-record>\f1 elements. The attribute \fBprotocol\f1 specifies the protocol to advertise the service on. If \fBany\f1 is used (which is the default), the service will be advertised on both IPv4 and IPv6.
15 .TP
16 \fB<type>\f1 Contains the DNS-SD service type for this service. e.g. "_http._tcp".
17 .TP
18 \fB<subtype>\f1 Contains an additional DNS-SD service subtype for this service. e.g. "_anon._sub._ftp._tcp".
19 .TP
20 \fB<domain-name>\f1 The domain name this service should be registered. If omited defaults to the default domain of the avahi daemon. (probably .local)
21 .TP
22 \fB<host-name>\f1 The host name of the host that provides this service. This should be a host that is resolvable by multicast or unicast DNS. Please note that you need to specify a fully-qualified domain name (FQDN) here, i.e. .local is not appended implicitly! The host name doesn't need to be part of the domain specified in \fB<domain-name>\f1. See \fBavahi.hosts(5)\f1 for more information how to publish additional host name mappings.
23 .TP
24 \fB<port>\f1 The IP port number the service listens on.
25 .TP
26 \fB<txt-record>\f1 DNS-SD TXT record data.
27 .SH AUTHORS
28 The Avahi Developers <avahi (at) lists (dot) freedesktop (dot) org>; Avahi is available from \fBhttp://avahi.org/\f1
29 .SH SEE ALSO
30 \fBavahi-daemon(8)\f1, \fBavahi.hosts(5)\f1
31 .SH COMMENTS
32 This man page was written using \fBxml2man(1)\f1 by Oliver Kurth.
0 .TH bssh/bvnc/bshell 1 User Manuals
1 .SH NAME
2 bssh/bvnc/bshell \- Browse for SSH/VNC servers on the local network
3 .SH SYNOPSIS
4 \fBbssh
5
6 bvnc
7
8 bshell
9 \f1
10 .SH DESCRIPTION
11 bssh/bvnc/bshell browses for SSH/VNC servers on the local network, shows them in a GUI for the user to select one and finally calls ssh/vncviewer after a selection was made.
12
13 If the binary is called as bssh only ssh servers will be shown. If the binary is called as bvnc only VNC servers will be shown. If the binary is called as bshell both VNC and SSH servers are shown.
14 .SH OPTIONS
15 .TP
16 \fB-s | --ssh\f1
17 Browse for SSH servers (and only SSH servers) regardless under which name the binary is called.
18 .TP
19 \fB-v | --vnc\f1
20 Browse for VNC servers (and only VNC servers) regardless under which name the binary is called.
21 .TP
22 \fB-S | --shell\f1
23 Browse for both VNC and SSH servers regardless under which name the binary is called.
24 .TP
25 \fB-d | --domain=\f1 \fIDOMAIN\f1
26 Browse in the specified domain. If omitted bssh/bvnc/bshell will browse in the default browsing domain (usually .local)
27 .TP
28 \fB-h | --help\f1
29 Show help.
30 .SH AUTHORS
31 The Avahi Developers <avahi (at) lists (dot) freedesktop (dot) org>; Avahi is available from \fBhttp://avahi.org/\f1
32 .SH SEE ALSO
33 \fBavahi-browse(1)\f1, \fBssh(1)\f1, \fBvncviewer(1)\f1
34 .SH COMMENTS
35 This man page was written using \fBxml2man(1)\f1 by Oliver Kurth.
0 #! /bin/sh
1 # Common wrapper for a few potentially missing GNU programs.
2
3 scriptversion=2013-10-28.13; # UTC
4
5 # Copyright (C) 1996-2014 Free Software Foundation, Inc.
6 # Originally written by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.
7
8 # This program is free software; you can redistribute it and/or modify
9 # it under the terms of the GNU General Public License as published by
10 # the Free Software Foundation; either version 2, or (at your option)
11 # any later version.
12
13 # This program is distributed in the hope that it will be useful,
14 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 # GNU General Public License for more details.
17
18 # You should have received a copy of the GNU General Public License
19 # along with this program. If not, see <http://www.gnu.org/licenses/>.
20
21 # As a special exception to the GNU General Public License, if you
22 # distribute this file as part of a program that contains a
23 # configuration script generated by Autoconf, you may include it under
24 # the same distribution terms that you use for the rest of that program.
25
26 if test $# -eq 0; then
27 echo 1>&2 "Try '$0 --help' for more information"
28 exit 1
29 fi
30
31 case $1 in
32
33 --is-lightweight)
34 # Used by our autoconf macros to check whether the available missing
35 # script is modern enough.
36 exit 0
37 ;;
38
39 --run)
40 # Back-compat with the calling convention used by older automake.
41 shift
42 ;;
43
44 -h|--h|--he|--hel|--help)
45 echo "\
46 $0 [OPTION]... PROGRAM [ARGUMENT]...
47
48 Run 'PROGRAM [ARGUMENT]...', returning a proper advice when this fails due
49 to PROGRAM being missing or too old.
50
51 Options:
52 -h, --help display this help and exit
53 -v, --version output version information and exit
54
55 Supported PROGRAM values:
56 aclocal autoconf autoheader autom4te automake makeinfo
57 bison yacc flex lex help2man
58
59 Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and
60 'g' are ignored when checking the name.
61
62 Send bug reports to <bug-automake@gnu.org>."
63 exit $?
64 ;;
65
66 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
67 echo "missing $scriptversion (GNU Automake)"
68 exit $?
69 ;;
70
71 -*)
72 echo 1>&2 "$0: unknown '$1' option"
73 echo 1>&2 "Try '$0 --help' for more information"
74 exit 1
75 ;;
76
77 esac
78
79 # Run the given program, remember its exit status.
80 "$@"; st=$?
81
82 # If it succeeded, we are done.
83 test $st -eq 0 && exit 0
84
85 # Also exit now if we it failed (or wasn't found), and '--version' was
86 # passed; such an option is passed most likely to detect whether the
87 # program is present and works.
88 case $2 in --version|--help) exit $st;; esac
89
90 # Exit code 63 means version mismatch. This often happens when the user
91 # tries to use an ancient version of a tool on a file that requires a
92 # minimum version.
93 if test $st -eq 63; then
94 msg="probably too old"
95 elif test $st -eq 127; then
96 # Program was missing.
97 msg="missing on your system"
98 else
99 # Program was found and executed, but failed. Give up.
100 exit $st
101 fi
102
103 perl_URL=http://www.perl.org/
104 flex_URL=http://flex.sourceforge.net/
105 gnu_software_URL=http://www.gnu.org/software
106
107 program_details ()
108 {
109 case $1 in
110 aclocal|automake)
111 echo "The '$1' program is part of the GNU Automake package:"
112 echo "<$gnu_software_URL/automake>"
113 echo "It also requires GNU Autoconf, GNU m4 and Perl in order to run:"
114 echo "<$gnu_software_URL/autoconf>"
115 echo "<$gnu_software_URL/m4/>"
116 echo "<$perl_URL>"
117 ;;
118 autoconf|autom4te|autoheader)
119 echo "The '$1' program is part of the GNU Autoconf package:"
120 echo "<$gnu_software_URL/autoconf/>"
121 echo "It also requires GNU m4 and Perl in order to run:"
122 echo "<$gnu_software_URL/m4/>"
123 echo "<$perl_URL>"
124 ;;
125 esac
126 }
127
128 give_advice ()
129 {
130 # Normalize program name to check for.
131 normalized_program=`echo "$1" | sed '
132 s/^gnu-//; t
133 s/^gnu//; t
134 s/^g//; t'`
135
136 printf '%s\n' "'$1' is $msg."
137
138 configure_deps="'configure.ac' or m4 files included by 'configure.ac'"
139 case $normalized_program in
140 autoconf*)
141 echo "You should only need it if you modified 'configure.ac',"
142 echo "or m4 files included by it."
143 program_details 'autoconf'
144 ;;
145 autoheader*)
146 echo "You should only need it if you modified 'acconfig.h' or"
147 echo "$configure_deps."
148 program_details 'autoheader'
149 ;;
150 automake*)
151 echo "You should only need it if you modified 'Makefile.am' or"
152 echo "$configure_deps."
153 program_details 'automake'
154 ;;
155 aclocal*)
156 echo "You should only need it if you modified 'acinclude.m4' or"
157 echo "$configure_deps."
158 program_details 'aclocal'
159 ;;
160 autom4te*)
161 echo "You might have modified some maintainer files that require"
162 echo "the 'autom4te' program to be rebuilt."
163 program_details 'autom4te'
164 ;;
165 bison*|yacc*)
166 echo "You should only need it if you modified a '.y' file."
167 echo "You may want to install the GNU Bison package:"
168 echo "<$gnu_software_URL/bison/>"
169 ;;
170 lex*|flex*)
171 echo "You should only need it if you modified a '.l' file."
172 echo "You may want to install the Fast Lexical Analyzer package:"
173 echo "<$flex_URL>"
174 ;;
175 help2man*)
176 echo "You should only need it if you modified a dependency" \
177 "of a man page."
178 echo "You may want to install the GNU Help2man package:"
179 echo "<$gnu_software_URL/help2man/>"
180 ;;
181 makeinfo*)
182 echo "You should only need it if you modified a '.texi' file, or"
183 echo "any other file indirectly affecting the aspect of the manual."
184 echo "You might want to install the Texinfo package:"
185 echo "<$gnu_software_URL/texinfo/>"
186 echo "The spurious makeinfo call might also be the consequence of"
187 echo "using a buggy 'make' (AIX, DU, IRIX), in which case you might"
188 echo "want to install GNU make:"
189 echo "<$gnu_software_URL/make/>"
190 ;;
191 *)
192 echo "You might have modified some files without having the proper"
193 echo "tools for further handling them. Check the 'README' file, it"
194 echo "often tells you about the needed prerequisites for installing"
195 echo "this package. You may also peek at any GNU archive site, in"
196 echo "case some other package contains this missing '$1' program."
197 ;;
198 esac
199 }
200
201 give_advice "$1" | sed -e '1s/^/WARNING: /' \
202 -e '2,$s/^/ /' >&2
203
204 # Propagate the correct exit status (expected to be 127 for a program
205 # not found, 63 for a program that failed due to version mismatch).
206 exit $st
207
208 # Local variables:
209 # eval: (add-hook 'write-file-hooks 'time-stamp)
210 # time-stamp-start: "scriptversion="
211 # time-stamp-format: "%:y-%02m-%02d.%02H"
212 # time-stamp-time-zone: "UTC"
213 # time-stamp-end: "; # UTC"
214 # End:
+0
-17
po/.gitignore less more
0 *.pot
1 .intltool-merge-cache
2 ChangeLog
3 Makefile
4 Makefile.in
5 Makefile.in.in
6 Makevars.template
7 POTFILES
8 Rules-quot
9 boldquot.sed
10 en@boldquot.header
11 en@quot.header
12 insert-header.sin
13 quot.sed
14 remove-potcdate.sin
15 stamp-it
16 *.gmo
0 2016-02-16 gettextize <bug-gnu-gettext@gnu.org>
1
2 * Makefile.in.in: Upgrade to gettext-0.19.7.
3
4 2016-02-09 gettextize <bug-gnu-gettext@gnu.org>
5
6 * Makefile.in.in: Upgrade to gettext-0.19.7.
7
8 2016-02-09 gettextize <bug-gnu-gettext@gnu.org>
9
10 * Makefile.in.in: Upgrade to gettext-0.19.7.
11 * Rules-quot: Upgrade to gettext-0.19.7.
12
13 2015-10-27 gettextize <bug-gnu-gettext@gnu.org>
14
15 * Makefile.in.in: Upgrade to gettext-0.19.6.
16
17 2015-10-27 gettextize <bug-gnu-gettext@gnu.org>
18
19 * Makefile.in.in: Upgrade to gettext-0.19.6.
20
21 2015-10-27 gettextize <bug-gnu-gettext@gnu.org>
22
23 * Makefile.in.in: Upgrade to gettext-0.19.6.
24
25 2015-10-14 gettextize <bug-gnu-gettext@gnu.org>
26
27 * Makefile.in.in: New file, from gettext-0.19.4.
28 * boldquot.sed: New file, from gettext-0.19.4.
29 * en@boldquot.header: New file, from gettext-0.19.4.
30 * en@quot.header: New file, from gettext-0.19.4.
31 * insert-header.sin: New file, from gettext-0.19.4.
32 * quot.sed: New file, from gettext-0.19.4.
33 * remove-potcdate.sin: New file, from gettext-0.19.4.
34 * Rules-quot: New file, from gettext-0.19.4.
35
0 ach
1 ar
02 bg
13 ca
24 cs
79 en_CA
810 en_GB
911 en_NZ
12 eo
1013 es
14 et
15 fa
1116 fi
1217 fo
1318 fr
1722 id
1823 it
1924 ja
25 ko
26 lv
2027 ms
2128 nl
2229 pl
2330 pt_BR
2431 ro
2532 ru
33 sk
2634 sl
35 sr@latin
2736 sr
28 sr@latin
2937 sv
38 tr
3039 uk
3140 zh_CN
3241 zh_TW
0 # Makefile for program source directory in GNU NLS utilities package.
1 # Copyright (C) 1995, 1996, 1997 by Ulrich Drepper <drepper@gnu.ai.mit.edu>
2 # Copyright (C) 2004-2008 Rodney Dawes <dobey.pwns@gmail.com>
3 #
4 # This file may be copied and used freely without restrictions. It may
5 # be used in projects which are not available under a GNU Public License,
6 # but which still want to provide support for the GNU gettext functionality.
7 #
8 # - Modified by Owen Taylor <otaylor@redhat.com> to use GETTEXT_PACKAGE
9 # instead of PACKAGE and to look for po2tbl in ./ not in intl/
10 #
11 # - Modified by jacob berkman <jacob@ximian.com> to install
12 # Makefile.in.in and po2tbl.sed.in for use with glib-gettextize
13 #
14 # - Modified by Rodney Dawes <dobey.pwns@gmail.com> for use with intltool
15 #
16 # We have the following line for use by intltoolize:
17 # INTLTOOL_MAKEFILE
18
19 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
20 PACKAGE = @PACKAGE@
21 VERSION = @VERSION@
22
23 SHELL = @SHELL@
24
25 srcdir = @srcdir@
26 top_srcdir = @top_srcdir@
27 top_builddir = @top_builddir@
28 VPATH = @srcdir@
29
30 prefix = @prefix@
31 exec_prefix = @exec_prefix@
32 datadir = @datadir@
33 datarootdir = @datarootdir@
34 libdir = @libdir@
35 localedir = @localedir@
36 subdir = po
37 install_sh = @install_sh@
38 # Automake >= 1.8 provides @mkdir_p@.
39 # Until it can be supposed, use the safe fallback:
40 mkdir_p = $(install_sh) -d
41
42 INSTALL = @INSTALL@
43 INSTALL_DATA = @INSTALL_DATA@
44
45 GMSGFMT = @GMSGFMT@
46 MSGFMT = @MSGFMT@
47 XGETTEXT = @XGETTEXT@
48 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
49 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
50 MSGMERGE = INTLTOOL_EXTRACT="$(INTLTOOL_EXTRACT)" XGETTEXT="$(XGETTEXT)" srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --dist
51 GENPOT = INTLTOOL_EXTRACT="$(INTLTOOL_EXTRACT)" XGETTEXT="$(XGETTEXT)" srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --pot
52
53 ALL_LINGUAS = @ALL_LINGUAS@
54
55 PO_LINGUAS=$(shell if test -r $(srcdir)/LINGUAS; then grep -v "^\#" $(srcdir)/LINGUAS; else echo "$(ALL_LINGUAS)"; fi)
56
57 USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep \^$$lang$$ $(srcdir)/LINGUAS 2>/dev/null`" -o -n "`echo $$ALINGUAS|tr ' ' '\n'|grep \^$$lang$$`"; then printf "$$lang "; fi; done; fi)
58
59 USE_LINGUAS=$(shell if test -n "$(USER_LINGUAS)" -o -n "$(LINGUAS)"; then LLINGUAS="$(USER_LINGUAS)"; else if test -n "$(PO_LINGUAS)"; then LLINGUAS="$(PO_LINGUAS)"; else LLINGUAS="$(ALL_LINGUAS)"; fi; fi; for lang in $$LLINGUAS; do printf "$$lang "; done)
60
61 POFILES=$(shell LINGUAS="$(PO_LINGUAS)"; for lang in $$LINGUAS; do printf "$$lang.po "; done)
62
63 DISTFILES = Makefile.in.in POTFILES.in $(POFILES)
64 EXTRA_DISTFILES = ChangeLog POTFILES.skip Makevars LINGUAS
65
66 POTFILES = \
67 # This comment gets stripped out
68
69 CATALOGS=$(shell LINGUAS="$(USE_LINGUAS)"; for lang in $$LINGUAS; do printf "$$lang.gmo "; done)
70
71 .SUFFIXES:
72 .SUFFIXES: .po .pox .gmo .mo .msg .cat
73
74 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
75 INTLTOOL_V_MSGFMT = $(INTLTOOL__v_MSGFMT_$(V))
76 INTLTOOL__v_MSGFMT_= $(INTLTOOL__v_MSGFMT_$(AM_DEFAULT_VERBOSITY))
77 INTLTOOL__v_MSGFMT_0 = @echo " MSGFMT" $@;
78
79 .po.pox:
80 $(MAKE) $(GETTEXT_PACKAGE).pot
81 $(MSGMERGE) $* $(GETTEXT_PACKAGE).pot -o $*.pox
82
83 .po.mo:
84 $(INTLTOOL_V_MSGFMT)$(MSGFMT) -o $@ $<
85
86 .po.gmo:
87 $(INTLTOOL_V_MSGFMT)file=`echo $* | sed 's,.*/,,'`.gmo \
88 && rm -f $$file && $(GMSGFMT) -o $$file $<
89
90 .po.cat:
91 sed -f ../intl/po2msg.sed < $< > $*.msg \
92 && rm -f $@ && gencat $@ $*.msg
93
94
95 all: all-@USE_NLS@
96
97 all-yes: $(CATALOGS)
98 all-no:
99
100 $(GETTEXT_PACKAGE).pot: $(POTFILES)
101 $(GENPOT)
102
103 install: install-data
104 install-data: install-data-@USE_NLS@
105 install-data-no: all
106 install-data-yes: all
107 linguas="$(USE_LINGUAS)"; \
108 for lang in $$linguas; do \
109 dir=$(DESTDIR)$(localedir)/$$lang/LC_MESSAGES; \
110 $(mkdir_p) $$dir; \
111 if test -r $$lang.gmo; then \
112 $(INSTALL_DATA) $$lang.gmo $$dir/$(GETTEXT_PACKAGE).mo; \
113 echo "installing $$lang.gmo as $$dir/$(GETTEXT_PACKAGE).mo"; \
114 else \
115 $(INSTALL_DATA) $(srcdir)/$$lang.gmo $$dir/$(GETTEXT_PACKAGE).mo; \
116 echo "installing $(srcdir)/$$lang.gmo as" \
117 "$$dir/$(GETTEXT_PACKAGE).mo"; \
118 fi; \
119 if test -r $$lang.gmo.m; then \
120 $(INSTALL_DATA) $$lang.gmo.m $$dir/$(GETTEXT_PACKAGE).mo.m; \
121 echo "installing $$lang.gmo.m as $$dir/$(GETTEXT_PACKAGE).mo.m"; \
122 else \
123 if test -r $(srcdir)/$$lang.gmo.m ; then \
124 $(INSTALL_DATA) $(srcdir)/$$lang.gmo.m \
125 $$dir/$(GETTEXT_PACKAGE).mo.m; \
126 echo "installing $(srcdir)/$$lang.gmo.m as" \
127 "$$dir/$(GETTEXT_PACKAGE).mo.m"; \
128 else \
129 true; \
130 fi; \
131 fi; \
132 done
133
134 # Empty stubs to satisfy archaic automake needs
135 dvi info ctags tags CTAGS TAGS ID:
136
137 # Define this as empty until I found a useful application.
138 install-exec installcheck:
139
140 uninstall:
141 linguas="$(USE_LINGUAS)"; \
142 for lang in $$linguas; do \
143 rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo; \
144 rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo.m; \
145 done
146
147 check: all $(GETTEXT_PACKAGE).pot
148 rm -f missing notexist
149 srcdir=$(srcdir) $(INTLTOOL_UPDATE) -m
150 if [ -r missing -o -r notexist ]; then \
151 exit 1; \
152 fi
153
154 mostlyclean:
155 rm -f *.pox $(GETTEXT_PACKAGE).pot *.old.po cat-id-tbl.tmp
156 rm -f .intltool-merge-cache
157
158 clean: mostlyclean
159
160 distclean: clean
161 rm -f Makefile Makefile.in POTFILES stamp-it
162 rm -f *.mo *.msg *.cat *.cat.m *.gmo
163
164 maintainer-clean: distclean
165 @echo "This command is intended for maintainers to use;"
166 @echo "it deletes files that may require special tools to rebuild."
167 rm -f Makefile.in.in
168
169 distdir = ../$(PACKAGE)-$(VERSION)/$(subdir)
170 dist distdir: $(DISTFILES)
171 dists="$(DISTFILES)"; \
172 extra_dists="$(EXTRA_DISTFILES)"; \
173 for file in $$extra_dists; do \
174 test -f $(srcdir)/$$file && dists="$$dists $(srcdir)/$$file"; \
175 done; \
176 for file in $$dists; do \
177 test -f $$file || file="$(srcdir)/$$file"; \
178 ln $$file $(distdir) 2> /dev/null \
179 || cp -p $$file $(distdir); \
180 done
181
182 update-po: Makefile
183 $(MAKE) $(GETTEXT_PACKAGE).pot
184 tmpdir=`pwd`; \
185 linguas="$(USE_LINGUAS)"; \
186 for lang in $$linguas; do \
187 echo "$$lang:"; \
188 result="`$(MSGMERGE) -o $$tmpdir/$$lang.new.po $$lang`"; \
189 if $$result; then \
190 if cmp $(srcdir)/$$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
191 rm -f $$tmpdir/$$lang.new.po; \
192 else \
193 if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \
194 :; \
195 else \
196 echo "msgmerge for $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \
197 rm -f $$tmpdir/$$lang.new.po; \
198 exit 1; \
199 fi; \
200 fi; \
201 else \
202 echo "msgmerge for $$lang.gmo failed!"; \
203 rm -f $$tmpdir/$$lang.new.po; \
204 fi; \
205 done
206
207 Makefile POTFILES: stamp-it
208 @if test ! -f $@; then \
209 rm -f stamp-it; \
210 $(MAKE) stamp-it; \
211 fi
212
213 stamp-it: Makefile.in.in $(top_builddir)/config.status POTFILES.in
214 cd $(top_builddir) \
215 && CONFIG_FILES=$(subdir)/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \
216 $(SHELL) ./config.status
217
218 # Tell versions [3.59,3.63) of GNU make not to export all variables.
219 # Otherwise a system limit (for SysV at least) may be exceeded.
220 .NOEXPORT:
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: Avahi\n"
8 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2015-10-10 13:24+0200\n"
10 "PO-Revision-Date: 2010-11-29 23:19+0000\n"
11 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12 "Language-Team: Acoli (http://www.transifex.com/lennart/avahi/language/ach/)\n"
13 "Language: ach\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
18
19 #: ../avahi-common/error.c:30
20 msgid "OK"
21 msgstr ""
22
23 #: ../avahi-common/error.c:31
24 msgid "Operation failed"
25 msgstr ""
26
27 #: ../avahi-common/error.c:32
28 msgid "Bad state"
29 msgstr ""
30
31 #: ../avahi-common/error.c:33
32 msgid "Invalid host name"
33 msgstr ""
34
35 #: ../avahi-common/error.c:34
36 msgid "Invalid domain name"
37 msgstr ""
38
39 #: ../avahi-common/error.c:35
40 msgid "No suitable network protocol available"
41 msgstr ""
42
43 #: ../avahi-common/error.c:36
44 msgid "Invalid DNS TTL"
45 msgstr ""
46
47 #: ../avahi-common/error.c:37
48 msgid "Resource record key is pattern"
49 msgstr ""
50
51 #: ../avahi-common/error.c:38
52 msgid "Local name collision"
53 msgstr ""
54
55 #: ../avahi-common/error.c:39
56 msgid "Invalid record"
57 msgstr ""
58
59 #: ../avahi-common/error.c:41
60 msgid "Invalid service name"
61 msgstr ""
62
63 #: ../avahi-common/error.c:42
64 msgid "Invalid service type"
65 msgstr ""
66
67 #: ../avahi-common/error.c:43
68 msgid "Invalid port number"
69 msgstr ""
70
71 #: ../avahi-common/error.c:44
72 msgid "Invalid record key"
73 msgstr ""
74
75 #: ../avahi-common/error.c:45
76 msgid "Invalid address"
77 msgstr ""
78
79 #: ../avahi-common/error.c:46
80 msgid "Timeout reached"
81 msgstr ""
82
83 #: ../avahi-common/error.c:47
84 msgid "Too many clients"
85 msgstr ""
86
87 #: ../avahi-common/error.c:48
88 msgid "Too many objects"
89 msgstr ""
90
91 #: ../avahi-common/error.c:49
92 msgid "Too many entries"
93 msgstr ""
94
95 #: ../avahi-common/error.c:50
96 msgid "OS Error"
97 msgstr ""
98
99 #: ../avahi-common/error.c:52
100 msgid "Access denied"
101 msgstr ""
102
103 #: ../avahi-common/error.c:53
104 msgid "Invalid operation"
105 msgstr ""
106
107 #: ../avahi-common/error.c:54
108 msgid "An unexpected D-Bus error occurred"
109 msgstr ""
110
111 #: ../avahi-common/error.c:55
112 msgid "Daemon connection failed"
113 msgstr ""
114
115 #: ../avahi-common/error.c:56
116 msgid "Memory exhausted"
117 msgstr ""
118
119 #: ../avahi-common/error.c:57
120 msgid "The object passed in was not valid"
121 msgstr ""
122
123 #: ../avahi-common/error.c:58
124 msgid "Daemon not running"
125 msgstr ""
126
127 #: ../avahi-common/error.c:59
128 msgid "Invalid interface index"
129 msgstr ""
130
131 #: ../avahi-common/error.c:60
132 msgid "Invalid protocol specification"
133 msgstr ""
134
135 #: ../avahi-common/error.c:61
136 msgid "Invalid flags"
137 msgstr ""
138
139 #: ../avahi-common/error.c:63
140 msgid "Not found"
141 msgstr ""
142
143 #: ../avahi-common/error.c:64
144 msgid "Invalid configuration"
145 msgstr ""
146
147 #: ../avahi-common/error.c:65
148 msgid "Version mismatch"
149 msgstr ""
150
151 #: ../avahi-common/error.c:66
152 msgid "Invalid service subtype"
153 msgstr ""
154
155 #: ../avahi-common/error.c:67
156 msgid "Invalid packet"
157 msgstr ""
158
159 #: ../avahi-common/error.c:68
160 msgid "Invalid DNS return code"
161 msgstr ""
162
163 #: ../avahi-common/error.c:69
164 msgid "DNS failure: FORMERR"
165 msgstr ""
166
167 #: ../avahi-common/error.c:70
168 msgid "DNS failure: SERVFAIL"
169 msgstr ""
170
171 #: ../avahi-common/error.c:71
172 msgid "DNS failure: NXDOMAIN"
173 msgstr ""
174
175 #: ../avahi-common/error.c:72
176 msgid "DNS failure: NOTIMP"
177 msgstr ""
178
179 #: ../avahi-common/error.c:74
180 msgid "DNS failure: REFUSED"
181 msgstr ""
182
183 #: ../avahi-common/error.c:75
184 msgid "DNS failure: YXDOMAIN"
185 msgstr ""
186
187 #: ../avahi-common/error.c:76
188 msgid "DNS failure: YXRRSET"
189 msgstr ""
190
191 #: ../avahi-common/error.c:77
192 msgid "DNS failure: NXRRSET"
193 msgstr ""
194
195 #: ../avahi-common/error.c:78
196 msgid "DNS failure: NOTAUTH"
197 msgstr ""
198
199 #: ../avahi-common/error.c:79
200 msgid "DNS failure: NOTZONE"
201 msgstr ""
202
203 #: ../avahi-common/error.c:80
204 msgid "Invalid RDATA"
205 msgstr ""
206
207 #: ../avahi-common/error.c:81
208 msgid "Invalid DNS type"
209 msgstr ""
210
211 #: ../avahi-common/error.c:82
212 msgid "Invalid DNS class"
213 msgstr ""
214
215 #: ../avahi-common/error.c:83
216 msgid "Not supported"
217 msgstr ""
218
219 #: ../avahi-common/error.c:85
220 msgid "Not permitted"
221 msgstr ""
222
223 #: ../avahi-common/error.c:86
224 msgid "Invalid argument"
225 msgstr ""
226
227 #: ../avahi-common/error.c:87
228 msgid "Is empty"
229 msgstr ""
230
231 #: ../avahi-common/error.c:88
232 msgid "The requested operation is invalid because redundant"
233 msgstr ""
234
235 #: ../avahi-common/error.c:94
236 msgid "Invalid Error Code"
237 msgstr ""
238
239 #: ../avahi-discover-standalone/avahi-discover.ui.h:1
240 msgid "Avahi Discovery"
241 msgstr ""
242
243 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
244 #: ../avahi-python/avahi-discover/avahi-discover.py:76
245 msgid "<i>No service currently selected.</i>"
246 msgstr ""
247
248 #: ../avahi-python/avahi-discover/avahi-discover.desktop.in.in.h:1
249 msgid "Avahi Zeroconf Browser"
250 msgstr ""
251
252 #: ../avahi-python/avahi-discover/avahi-discover.desktop.in.in.h:2
253 msgid "Browse for Zeroconf services available on your network"
254 msgstr ""
255
256 #: ../avahi-python/avahi-discover/avahi-discover.py:224
257 msgid "TXT"
258 msgstr ""
259
260 #: ../avahi-python/avahi-discover/avahi-discover.py:226
261 msgid "TXT Data:"
262 msgstr ""
263
264 #: ../avahi-python/avahi-discover/avahi-discover.py:226
265 msgid "empty"
266 msgstr ""
267
268 #: ../avahi-python/avahi-discover/avahi-discover.py:228
269 msgid "Service Type:"
270 msgstr ""
271
272 #: ../avahi-python/avahi-discover/avahi-discover.py:229
273 msgid "Service Name:"
274 msgstr ""
275
276 #: ../avahi-python/avahi-discover/avahi-discover.py:230
277 msgid "Domain Name:"
278 msgstr ""
279
280 #: ../avahi-python/avahi-discover/avahi-discover.py:231
281 msgid "Interface:"
282 msgstr ""
283
284 #: ../avahi-python/avahi-discover/avahi-discover.py:232
285 msgid "Address:"
286 msgstr ""
287
288 #: ../avahi-ui/avahi-ui.c:185
289 msgid "Browse Service Types"
290 msgstr ""
291
292 #: ../avahi-ui/avahi-ui.c:185
293 msgid "A NULL terminated list of service types to browse for"
294 msgstr ""
295
296 #: ../avahi-ui/avahi-ui.c:190
297 msgid "Domain"
298 msgstr ""
299
300 #: ../avahi-ui/avahi-ui.c:190
301 msgid "The domain to browse in, or NULL for the default domain"
302 msgstr ""
303
304 #: ../avahi-ui/avahi-ui.c:196
305 msgid "Service Type"
306 msgstr ""
307
308 #: ../avahi-ui/avahi-ui.c:196
309 msgid "The service type of the selected service"
310 msgstr ""
311
312 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1035
313 msgid "Service Name"
314 msgstr ""
315
316 #: ../avahi-ui/avahi-ui.c:202
317 msgid "The service name of the selected service"
318 msgstr ""
319
320 #: ../avahi-ui/avahi-ui.c:208
321 msgid "Address"
322 msgstr ""
323
324 #: ../avahi-ui/avahi-ui.c:208
325 msgid "The address of the resolved service"
326 msgstr ""
327
328 #: ../avahi-ui/avahi-ui.c:213
329 msgid "Port"
330 msgstr ""
331
332 #: ../avahi-ui/avahi-ui.c:213
333 msgid "The IP port number of the resolved service"
334 msgstr ""
335
336 #: ../avahi-ui/avahi-ui.c:219
337 msgid "Host Name"
338 msgstr ""
339
340 #: ../avahi-ui/avahi-ui.c:219
341 msgid "The host name of the resolved service"
342 msgstr ""
343
344 #: ../avahi-ui/avahi-ui.c:225
345 msgid "TXT Data"
346 msgstr ""
347
348 #: ../avahi-ui/avahi-ui.c:225
349 msgid "The TXT data of the resolved service"
350 msgstr ""
351
352 #: ../avahi-ui/avahi-ui.c:230
353 msgid "Resolve Service"
354 msgstr ""
355
356 #: ../avahi-ui/avahi-ui.c:230
357 msgid "Resolve the selected service automatically before returning"
358 msgstr ""
359
360 #: ../avahi-ui/avahi-ui.c:236
361 msgid "Resolve Service Host Name"
362 msgstr ""
363
364 #: ../avahi-ui/avahi-ui.c:236
365 msgid ""
366 "Resolve the host name of the selected service automatically before returning"
367 msgstr ""
368
369 #: ../avahi-ui/avahi-ui.c:242
370 msgid "Address family"
371 msgstr ""
372
373 #: ../avahi-ui/avahi-ui.c:242
374 msgid "The address family for host name resolution"
375 msgstr ""
376
377 #: ../avahi-ui/avahi-ui.c:326
378 #, c-format
379 msgid "Avahi client failure: %s"
380 msgstr ""
381
382 #: ../avahi-ui/avahi-ui.c:388
383 #, c-format
384 msgid "Avahi resolver failure: %s"
385 msgstr ""
386
387 #: ../avahi-ui/avahi-ui.c:518
388 #, c-format
389 msgid "Browsing for service type %s in domain %s failed: %s"
390 msgstr ""
391
392 #: ../avahi-ui/avahi-ui.c:519 ../avahi-utils/avahi-browse.c:168
393 #: ../avahi-utils/avahi-browse.c:169 ../avahi-utils/avahi-browse.c:178
394 #: ../avahi-utils/avahi-browse.c:179
395 msgid "n/a"
396 msgstr ""
397
398 #: ../avahi-ui/avahi-ui.c:649
399 #, c-format
400 msgid "Avahi domain browser failure: %s"
401 msgstr ""
402
403 #: ../avahi-ui/avahi-ui.c:684
404 #, c-format
405 msgid "Failed to read Avahi domain: %s"
406 msgstr ""
407
408 #: ../avahi-ui/avahi-ui.c:706
409 msgid "Browse service type list is empty!"
410 msgstr ""
411
412 #: ../avahi-ui/avahi-ui.c:717
413 #, c-format
414 msgid "Failed to connect to Avahi server: %s"
415 msgstr ""
416
417 #: ../avahi-ui/avahi-ui.c:735
418 msgid "Browsing for services on <b>local network</b>:"
419 msgstr ""
420
421 #: ../avahi-ui/avahi-ui.c:737
422 #, c-format
423 msgid "Browsing for services in domain <b>%s</b>:"
424 msgstr ""
425
426 #: ../avahi-ui/avahi-ui.c:773
427 #, c-format
428 msgid "Failed to create browser for %s: %s"
429 msgstr ""
430
431 #: ../avahi-ui/avahi-ui.c:907
432 #, c-format
433 msgid "Failed to create resolver for %s of type %s in domain %s: %s"
434 msgstr ""
435
436 #: ../avahi-ui/avahi-ui.c:982
437 #, c-format
438 msgid "Failed to create domain browser: %s"
439 msgstr ""
440
441 #: ../avahi-ui/avahi-ui.c:993
442 msgid "Change domain"
443 msgstr ""
444
445 #: ../avahi-ui/avahi-ui.c:1043 ../avahi-ui/avahi-ui.c:1180
446 msgid "Browsing..."
447 msgstr ""
448
449 #: ../avahi-ui/avahi-ui.c:1047 ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156
450 #: ../avahi-ui/bssh.c:161
451 msgid "_Cancel"
452 msgstr ""
453
454 #: ../avahi-ui/avahi-ui.c:1048
455 msgid "_OK"
456 msgstr ""
457
458 #: ../avahi-ui/avahi-ui.c:1134
459 msgid "Initializing..."
460 msgstr ""
461
462 #: ../avahi-ui/avahi-ui.c:1162
463 msgid "Location"
464 msgstr ""
465
466 #: ../avahi-ui/avahi-ui.c:1167 ../avahi-utils/avahi-browse.c:553
467 msgid "Name"
468 msgstr ""
469
470 #: ../avahi-ui/avahi-ui.c:1172 ../avahi-utils/avahi-browse.c:553
471 msgid "Type"
472 msgstr ""
473
474 #: ../avahi-ui/avahi-ui.c:1184
475 msgid "_Domain..."
476 msgstr ""
477
478 #: ../avahi-ui/bssh.c:55
479 #, c-format
480 msgid ""
481 "%s [options]\n"
482 "\n"
483 " -h --help Show this help\n"
484 " -s --ssh Browse SSH servers\n"
485 " -v --vnc Browse VNC servers\n"
486 " -S --shell Browse both SSH and VNC\n"
487 " -d --domain=DOMAIN The domain to browse in\n"
488 msgstr ""
489
490 #: ../avahi-ui/bssh.c:101 ../avahi-utils/avahi-browse.c:775
491 #, c-format
492 msgid "Too many arguments\n"
493 msgstr ""
494
495 #: ../avahi-ui/bssh.c:149
496 msgid "Choose Shell Server"
497 msgstr ""
498
499 #: ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156 ../avahi-ui/bssh.c:161
500 msgid "C_onnect"
501 msgstr ""
502
503 #: ../avahi-ui/bssh.c:151
504 msgid "Desktop"
505 msgstr ""
506
507 #: ../avahi-ui/bssh.c:152
508 msgid "Terminal"
509 msgstr ""
510
511 #: ../avahi-ui/bssh.c:156
512 msgid "Choose VNC server"
513 msgstr ""
514
515 #: ../avahi-ui/bssh.c:161
516 msgid "Choose SSH server"
517 msgstr ""
518
519 #: ../avahi-ui/bssh.c:185
520 #, c-format
521 msgid "Connecting to '%s' ...\n"
522 msgstr ""
523
524 #: ../avahi-ui/bssh.c:240
525 #, c-format
526 msgid "execlp() failed: %s\n"
527 msgstr ""
528
529 #: ../avahi-ui/bssh.c:250
530 #, c-format
531 msgid "Canceled.\n"
532 msgstr ""
533
534 #: ../avahi-ui/bssh.desktop.in.in.h:1
535 msgid "Avahi SSH Server Browser"
536 msgstr ""
537
538 #: ../avahi-ui/bssh.desktop.in.in.h:2
539 msgid "Browse for Zeroconf-enabled SSH Servers"
540 msgstr ""
541
542 #: ../avahi-ui/bvnc.desktop.in.in.h:1
543 msgid "Avahi VNC Server Browser"
544 msgstr ""
545
546 #: ../avahi-ui/bvnc.desktop.in.in.h:2
547 msgid "Browse for Zeroconf-enabled VNC Servers"
548 msgstr ""
549
550 #: ../avahi-utils/avahi-browse.c:107
551 #, c-format
552 msgid ": All for now\n"
553 msgstr ""
554
555 #: ../avahi-utils/avahi-browse.c:118
556 #, c-format
557 msgid ": Cache exhausted\n"
558 msgstr ""
559
560 #: ../avahi-utils/avahi-browse.c:239 ../avahi-utils/avahi-browse.c:261
561 #, c-format
562 msgid "Failed to resolve service '%s' of type '%s' in domain '%s': %s\n"
563 msgstr ""
564
565 #: ../avahi-utils/avahi-browse.c:340
566 #, c-format
567 msgid "service_browser failed: %s\n"
568 msgstr ""
569
570 #: ../avahi-utils/avahi-browse.c:378
571 #, c-format
572 msgid "avahi_service_browser_new() failed: %s\n"
573 msgstr ""
574
575 #: ../avahi-utils/avahi-browse.c:414
576 #, c-format
577 msgid "service_type_browser failed: %s\n"
578 msgstr ""
579
580 #: ../avahi-utils/avahi-browse.c:444
581 #, c-format
582 msgid "avahi_service_type_browser_new() failed: %s\n"
583 msgstr ""
584
585 #: ../avahi-utils/avahi-browse.c:519
586 #, c-format
587 msgid "avahi_domain_browser_new() failed: %s\n"
588 msgstr ""
589
590 #: ../avahi-utils/avahi-browse.c:535 ../avahi-utils/avahi-publish.c:394
591 #: ../avahi-utils/avahi-resolve.c:280 ../avahi-utils/avahi-set-host-name.c:168
592 #, c-format
593 msgid "Failed to query version string: %s\n"
594 msgstr ""
595
596 #: ../avahi-utils/avahi-browse.c:540 ../avahi-utils/avahi-publish.c:399
597 #: ../avahi-utils/avahi-resolve.c:285 ../avahi-utils/avahi-set-host-name.c:173
598 #: ../avahi-utils/avahi-set-host-name.c:189
599 #, c-format
600 msgid "Failed to query host name: %s\n"
601 msgstr ""
602
603 #: ../avahi-utils/avahi-browse.c:544 ../avahi-utils/avahi-publish.c:403
604 #: ../avahi-utils/avahi-resolve.c:289 ../avahi-utils/avahi-set-host-name.c:177
605 #, c-format
606 msgid "Server version: %s; Host name: %s\n"
607 msgstr ""
608
609 #. Translators: This is a column heading with abbreviations for
610 #. * Event (+/-), Network Interface, Protocol (IPv4/v6), Domain
611 #: ../avahi-utils/avahi-browse.c:549
612 #, c-format
613 msgid "E Ifce Prot Domain\n"
614 msgstr ""
615
616 #. Translators: This is a column heading with abbreviations for
617 #. * Event (+/-), Network Interface, Protocol (IPv4/v6), Domain
618 #: ../avahi-utils/avahi-browse.c:553
619 #, c-format
620 msgid "E Ifce Prot %-*s %-20s Domain\n"
621 msgstr ""
622
623 #. We have been disconnected, so let reconnect
624 #: ../avahi-utils/avahi-browse.c:585 ../avahi-utils/avahi-publish.c:163
625 #, c-format
626 msgid "Disconnected, reconnecting ...\n"
627 msgstr ""
628
629 #: ../avahi-utils/avahi-browse.c:599 ../avahi-utils/avahi-browse.c:829
630 #: ../avahi-utils/avahi-publish.c:170 ../avahi-utils/avahi-publish.c:386
631 #: ../avahi-utils/avahi-resolve.c:272 ../avahi-utils/avahi-set-host-name.c:160
632 #, c-format
633 msgid "Failed to create client object: %s\n"
634 msgstr ""
635
636 #: ../avahi-utils/avahi-browse.c:604 ../avahi-utils/avahi-publish.c:175
637 #: ../avahi-utils/avahi-resolve.c:143 ../avahi-utils/avahi-set-host-name.c:59
638 #, c-format
639 msgid "Client failure, exiting: %s\n"
640 msgstr ""
641
642 #: ../avahi-utils/avahi-browse.c:623 ../avahi-utils/avahi-publish.c:206
643 #, c-format
644 msgid "Waiting for daemon ...\n"
645 msgstr ""
646
647 #: ../avahi-utils/avahi-browse.c:647
648 msgid ""
649 " -h --help Show this help\n"
650 " -V --version Show version\n"
651 " -D --browse-domains Browse for browsing domains instead of services\n"
652 " -a --all Show all services, regardless of the type\n"
653 " -d --domain=DOMAIN The domain to browse in\n"
654 " -v --verbose Enable verbose mode\n"
655 " -t --terminate Terminate after dumping a more or less complete "
656 "list\n"
657 " -c --cache Terminate after dumping all entries from the cache\n"
658 " -l --ignore-local Ignore local services\n"
659 " -r --resolve Resolve services found\n"
660 " -f --no-fail Don't fail if the daemon is not available\n"
661 " -p --parsable Output in parsable format\n"
662 msgstr ""
663
664 #: ../avahi-utils/avahi-browse.c:660
665 msgid ""
666 " -k --no-db-lookup Don't lookup service types\n"
667 " -b --dump-db Dump service type database\n"
668 msgstr ""
669
670 #: ../avahi-utils/avahi-browse.c:766 ../avahi-utils/avahi-resolve.c:219
671 #, c-format
672 msgid "Too few arguments\n"
673 msgstr ""
674
675 #: ../avahi-utils/avahi-browse.c:821 ../avahi-utils/avahi-publish.c:378
676 #: ../avahi-utils/avahi-resolve.c:264 ../avahi-utils/avahi-set-host-name.c:152
677 #, c-format
678 msgid "Failed to create simple poll object.\n"
679 msgstr ""
680
681 #: ../avahi-utils/avahi-publish.c:76
682 #, c-format
683 msgid "Established under name '%s'\n"
684 msgstr ""
685
686 #: ../avahi-utils/avahi-publish.c:81
687 #, c-format
688 msgid "Failed to register: %s\n"
689 msgstr ""
690
691 #: ../avahi-utils/avahi-publish.c:94
692 #, c-format
693 msgid "Name collision, picking new name '%s'.\n"
694 msgstr ""
695
696 #: ../avahi-utils/avahi-publish.c:114
697 #, c-format
698 msgid "Failed to create entry group: %s\n"
699 msgstr ""
700
701 #: ../avahi-utils/avahi-publish.c:124
702 #, c-format
703 msgid "Failed to add address: %s\n"
704 msgstr ""
705
706 #: ../avahi-utils/avahi-publish.c:134
707 #, c-format
708 msgid "Failed to add service: %s\n"
709 msgstr ""
710
711 #: ../avahi-utils/avahi-publish.c:140
712 #, c-format
713 msgid "Failed to add subtype '%s': %s\n"
714 msgstr ""
715
716 #: ../avahi-utils/avahi-publish.c:191
717 #, c-format
718 msgid "Host name conflict\n"
719 msgstr ""
720
721 #: ../avahi-utils/avahi-publish.c:216
722 #, c-format
723 msgid ""
724 "%s [options] %s <name> <type> <port> [<txt ...>]\n"
725 "%s [options] %s <host-name> <address>\n"
726 "\n"
727 " -h --help Show this help\n"
728 " -V --version Show version\n"
729 " -s --service Publish service\n"
730 " -a --address Publish address\n"
731 " -v --verbose Enable verbose mode\n"
732 " -d --domain=DOMAIN Domain to publish service in\n"
733 " -H --host=DOMAIN Host where service resides\n"
734 " --subtype=SUBTYPE An additional subtype to register this service "
735 "with\n"
736 " -R --no-reverse Do not publish reverse entry with address\n"
737 " -f --no-fail Don't fail if the daemon is not available\n"
738 msgstr ""
739
740 #: ../avahi-utils/avahi-publish.c:303 ../avahi-utils/avahi-publish.c:318
741 #, c-format
742 msgid "Bad number of arguments\n"
743 msgstr ""
744
745 #: ../avahi-utils/avahi-publish.c:329
746 #, c-format
747 msgid "Failed to parse port number: %s\n"
748 msgstr ""
749
750 #: ../avahi-utils/avahi-publish.c:361 ../avahi-utils/avahi-resolve.c:246
751 #, c-format
752 msgid "No command specified.\n"
753 msgstr ""
754
755 #: ../avahi-utils/avahi-resolve.c:89
756 #, c-format
757 msgid "Failed to resolve host name '%s': %s\n"
758 msgstr ""
759
760 #: ../avahi-utils/avahi-resolve.c:126
761 #, c-format
762 msgid "Failed to resolve address '%s': %s\n"
763 msgstr ""
764
765 #: ../avahi-utils/avahi-resolve.c:157
766 #, c-format
767 msgid ""
768 "%s [options] %s <host name ...>\n"
769 "%s [options] %s <address ... >\n"
770 "\n"
771 " -h --help Show this help\n"
772 " -V --version Show version\n"
773 " -n --name Resolve host name\n"
774 " -a --address Resolve address\n"
775 " -v --verbose Enable verbose mode\n"
776 " -6 Lookup IPv6 address\n"
777 " -4 Lookup IPv4 address\n"
778 msgstr ""
779
780 #: ../avahi-utils/avahi-resolve.c:299 ../avahi-utils/avahi-set-host-name.c:181
781 #, c-format
782 msgid "Failed to create host name resolver: %s\n"
783 msgstr ""
784
785 #: ../avahi-utils/avahi-resolve.c:309
786 #, c-format
787 msgid "Failed to parse address '%s'\n"
788 msgstr ""
789
790 #: ../avahi-utils/avahi-resolve.c:314
791 #, c-format
792 msgid "Failed to create address resolver: %s\n"
793 msgstr ""
794
795 #: ../avahi-utils/avahi-set-host-name.c:73
796 #, c-format
797 msgid ""
798 "%s [options] <new host name>\n"
799 "\n"
800 " -h --help Show this help\n"
801 " -V --version Show version\n"
802 " -v --verbose Enable verbose mode\n"
803 msgstr ""
804
805 #: ../avahi-utils/avahi-set-host-name.c:114
806 #, c-format
807 msgid "Invalid number of arguments, expecting exactly one.\n"
808 msgstr ""
809
810 #: ../avahi-utils/avahi-set-host-name.c:193
811 #, c-format
812 msgid "Host name successfully changed to %s\n"
813 msgstr ""
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
5 # mohammad Alhargan <malham1@gmail.com>, 2011
6 # mohammad alhargan <malham1@hotmail.com>, 2011
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: Avahi\n"
10 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2015-10-10 13:24+0200\n"
12 "PO-Revision-Date: 2013-11-20 09:58+0000\n"
13 "Last-Translator: mohammad alhargan <malham1@hotmail.com>\n"
14 "Language-Team: Arabic (http://www.transifex.com/lennart/avahi/language/ar/)\n"
15 "Language: ar\n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=UTF-8\n"
18 "Content-Transfer-Encoding: 8bit\n"
19 "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
20 "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
21
22 #: ../avahi-common/error.c:30
23 msgid "OK"
24 msgstr "موافق"
25
26 #: ../avahi-common/error.c:31
27 msgid "Operation failed"
28 msgstr "فشلت العملية"
29
30 #: ../avahi-common/error.c:32
31 msgid "Bad state"
32 msgstr "حاله سيئة"
33
34 #: ../avahi-common/error.c:33
35 msgid "Invalid host name"
36 msgstr "اسم المضيف غير صالح"
37
38 #: ../avahi-common/error.c:34
39 msgid "Invalid domain name"
40 msgstr "اسم مجال غير صالح"
41
42 #: ../avahi-common/error.c:35
43 msgid "No suitable network protocol available"
44 msgstr "لا يوجد بروتوكول شبكة مناسبة متاحة"
45
46 #: ../avahi-common/error.c:36
47 msgid "Invalid DNS TTL"
48 msgstr "DNS TTL غير صالح"
49
50 #: ../avahi-common/error.c:37
51 msgid "Resource record key is pattern"
52 msgstr "المورد الرئيسي للمفتاح موثوق"
53
54 #: ../avahi-common/error.c:38
55 msgid "Local name collision"
56 msgstr "تضارب الاسماء المحلية"
57
58 #: ../avahi-common/error.c:39
59 msgid "Invalid record"
60 msgstr "سجل غير صالح"
61
62 #: ../avahi-common/error.c:41
63 msgid "Invalid service name"
64 msgstr "اسم الخدمة غير صالح"
65
66 #: ../avahi-common/error.c:42
67 msgid "Invalid service type"
68 msgstr "نوع الخدمة غير صالحة"
69
70 #: ../avahi-common/error.c:43
71 msgid "Invalid port number"
72 msgstr "عدد المنافذ غير صالح"
73
74 #: ../avahi-common/error.c:44
75 msgid "Invalid record key"
76 msgstr "سجل المفتيح غير صالح"
77
78 #: ../avahi-common/error.c:45
79 msgid "Invalid address"
80 msgstr "عنوان غير صالح"
81
82 #: ../avahi-common/error.c:46
83 msgid "Timeout reached"
84 msgstr "انتهت المهلة"
85
86 #: ../avahi-common/error.c:47
87 msgid "Too many clients"
88 msgstr "عدد العملاء كبير"
89
90 #: ../avahi-common/error.c:48
91 msgid "Too many objects"
92 msgstr "عناصر كثيرة جدا"
93
94 #: ../avahi-common/error.c:49
95 msgid "Too many entries"
96 msgstr "مدخلات كثيرة جدا"
97
98 #: ../avahi-common/error.c:50
99 msgid "OS Error"
100 msgstr "خطأ نظام التشغيل"
101
102 #: ../avahi-common/error.c:52
103 msgid "Access denied"
104 msgstr "رفض الوصول"
105
106 #: ../avahi-common/error.c:53
107 msgid "Invalid operation"
108 msgstr "عملية غير صالحة"
109
110 #: ../avahi-common/error.c:54
111 msgid "An unexpected D-Bus error occurred"
112 msgstr "خطأ denied غير متوقع"
113
114 #: ../avahi-common/error.c:55
115 msgid "Daemon connection failed"
116 msgstr "فشل اتصال العفريت"
117
118 #: ../avahi-common/error.c:56
119 msgid "Memory exhausted"
120 msgstr "استنفذت الذاكرة"
121
122 #: ../avahi-common/error.c:57
123 msgid "The object passed in was not valid"
124 msgstr "الهدف غير صالح"
125
126 #: ../avahi-common/error.c:58
127 msgid "Daemon not running"
128 msgstr "العفريت لا تعمل"
129
130 #: ../avahi-common/error.c:59
131 msgid "Invalid interface index"
132 msgstr "مؤشر الواجهة غير صالحة"
133
134 #: ../avahi-common/error.c:60
135 msgid "Invalid protocol specification"
136 msgstr "مواصفات البروتوكول غير صالحة"
137
138 #: ../avahi-common/error.c:61
139 msgid "Invalid flags"
140 msgstr "علامة غير صالحة"
141
142 #: ../avahi-common/error.c:63
143 msgid "Not found"
144 msgstr "لم يتم العثور"
145
146 #: ../avahi-common/error.c:64
147 msgid "Invalid configuration"
148 msgstr "التكوين غير صالحة"
149
150 #: ../avahi-common/error.c:65
151 msgid "Version mismatch"
152 msgstr "إصدار غير مطابق"
153
154 #: ../avahi-common/error.c:66
155 msgid "Invalid service subtype"
156 msgstr "الخدمة الفرعية غير صالحة"
157
158 #: ../avahi-common/error.c:67
159 msgid "Invalid packet"
160 msgstr "الحزمة غير صالحة"
161
162 #: ../avahi-common/error.c:68
163 msgid "Invalid DNS return code"
164 msgstr "أسماء رموز نطاقات العودة غير صالحة"
165
166 #: ../avahi-common/error.c:69
167 msgid "DNS failure: FORMERR"
168 msgstr ""
169
170 #: ../avahi-common/error.c:70
171 msgid "DNS failure: SERVFAIL"
172 msgstr ""
173
174 #: ../avahi-common/error.c:71
175 msgid "DNS failure: NXDOMAIN"
176 msgstr ""
177
178 #: ../avahi-common/error.c:72
179 msgid "DNS failure: NOTIMP"
180 msgstr ""
181
182 #: ../avahi-common/error.c:74
183 msgid "DNS failure: REFUSED"
184 msgstr ""
185
186 #: ../avahi-common/error.c:75
187 msgid "DNS failure: YXDOMAIN"
188 msgstr ""
189
190 #: ../avahi-common/error.c:76
191 msgid "DNS failure: YXRRSET"
192 msgstr ""
193
194 #: ../avahi-common/error.c:77
195 msgid "DNS failure: NXRRSET"
196 msgstr ""
197
198 #: ../avahi-common/error.c:78
199 msgid "DNS failure: NOTAUTH"
200 msgstr ""
201
202 #: ../avahi-common/error.c:79
203 msgid "DNS failure: NOTZONE"
204 msgstr ""
205
206 #: ../avahi-common/error.c:80
207 msgid "Invalid RDATA"
208 msgstr ""
209
210 #: ../avahi-common/error.c:81
211 msgid "Invalid DNS type"
212 msgstr ""
213
214 #: ../avahi-common/error.c:82
215 msgid "Invalid DNS class"
216 msgstr ""
217
218 #: ../avahi-common/error.c:83
219 msgid "Not supported"
220 msgstr "غير معتمد"
221
222 #: ../avahi-common/error.c:85
223 msgid "Not permitted"
224 msgstr "غير مسموح"
225
226 #: ../avahi-common/error.c:86
227 msgid "Invalid argument"
228 msgstr "وسيط غير صالحة"
229
230 #: ../avahi-common/error.c:87
231 msgid "Is empty"
232 msgstr "فارغ"
233
234 #: ../avahi-common/error.c:88
235 msgid "The requested operation is invalid because redundant"
236 msgstr "العملية المطلوبة غير صالحه لأنها مكررة"
237
238 #: ../avahi-common/error.c:94
239 msgid "Invalid Error Code"
240 msgstr "رمز الخطأ غير صالح"
241
242 #: ../avahi-discover-standalone/avahi-discover.ui.h:1
243 msgid "Avahi Discovery"
244 msgstr ""
245
246 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
247 #: ../avahi-python/avahi-discover/avahi-discover.py:76
248 msgid "<i>No service currently selected.</i>"
249 msgstr "<i>لم يتم تحديد خدمة.</i>"
250
251 #: ../avahi-python/avahi-discover/avahi-discover.desktop.in.in.h:1
252 msgid "Avahi Zeroconf Browser"
253 msgstr ""
254
255 #: ../avahi-python/avahi-discover/avahi-discover.desktop.in.in.h:2
256 msgid "Browse for Zeroconf services available on your network"
257 msgstr "خدمة التصفح Zeroconf متاحة على الشبكة"
258
259 #: ../avahi-python/avahi-discover/avahi-discover.py:224
260 msgid "TXT"
261 msgstr "النص"
262
263 #: ../avahi-python/avahi-discover/avahi-discover.py:226
264 msgid "TXT Data:"
265 msgstr "بيانات النص :"
266
267 #: ../avahi-python/avahi-discover/avahi-discover.py:226
268 msgid "empty"
269 msgstr "فارغة"
270
271 #: ../avahi-python/avahi-discover/avahi-discover.py:228
272 msgid "Service Type:"
273 msgstr "نوع الخدمة :"
274
275 #: ../avahi-python/avahi-discover/avahi-discover.py:229
276 msgid "Service Name:"
277 msgstr "اسم الخدمة :"
278
279 #: ../avahi-python/avahi-discover/avahi-discover.py:230
280 msgid "Domain Name:"
281 msgstr "اسم النطاق :"
282
283 #: ../avahi-python/avahi-discover/avahi-discover.py:231
284 msgid "Interface:"
285 msgstr "الواجهة :"
286
287 #: ../avahi-python/avahi-discover/avahi-discover.py:232
288 msgid "Address:"
289 msgstr "العنوان :"
290
291 #: ../avahi-ui/avahi-ui.c:185
292 msgid "Browse Service Types"
293 msgstr "أستعرض أنواع الخدمة"
294
295 #: ../avahi-ui/avahi-ui.c:185
296 msgid "A NULL terminated list of service types to browse for"
297 msgstr ""
298
299 #: ../avahi-ui/avahi-ui.c:190
300 msgid "Domain"
301 msgstr "المجال"
302
303 #: ../avahi-ui/avahi-ui.c:190
304 msgid "The domain to browse in, or NULL for the default domain"
305 msgstr ""
306
307 #: ../avahi-ui/avahi-ui.c:196
308 msgid "Service Type"
309 msgstr "نوع الخدمة"
310
311 #: ../avahi-ui/avahi-ui.c:196
312 msgid "The service type of the selected service"
313 msgstr "نوع الخدمة من الخدمات المختارة"
314
315 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1035
316 msgid "Service Name"
317 msgstr "اسم الخدمة"
318
319 #: ../avahi-ui/avahi-ui.c:202
320 msgid "The service name of the selected service"
321 msgstr "اسم الخدمة من الخدمات المختارة"
322
323 #: ../avahi-ui/avahi-ui.c:208
324 msgid "Address"
325 msgstr "عنوان"
326
327 #: ../avahi-ui/avahi-ui.c:208
328 msgid "The address of the resolved service"
329 msgstr "عنوان خدمة الحل"
330
331 #: ../avahi-ui/avahi-ui.c:213
332 msgid "Port"
333 msgstr "المنفذ"
334
335 #: ../avahi-ui/avahi-ui.c:213
336 msgid "The IP port number of the resolved service"
337 msgstr ""
338
339 #: ../avahi-ui/avahi-ui.c:219
340 msgid "Host Name"
341 msgstr "اسم المضيف"
342
343 #: ../avahi-ui/avahi-ui.c:219
344 msgid "The host name of the resolved service"
345 msgstr "اسم مضيف خدمة حل"
346
347 #: ../avahi-ui/avahi-ui.c:225
348 msgid "TXT Data"
349 msgstr "TXT Data"
350
351 #: ../avahi-ui/avahi-ui.c:225
352 msgid "The TXT data of the resolved service"
353 msgstr ""
354
355 #: ../avahi-ui/avahi-ui.c:230
356 msgid "Resolve Service"
357 msgstr "خدمة الحل"
358
359 #: ../avahi-ui/avahi-ui.c:230
360 msgid "Resolve the selected service automatically before returning"
361 msgstr "حل الخدمات المحددة تلقائيا قبل الرجوع"
362
363 #: ../avahi-ui/avahi-ui.c:236
364 msgid "Resolve Service Host Name"
365 msgstr "خدمة حل اسم المضيف "
366
367 #: ../avahi-ui/avahi-ui.c:236
368 msgid ""
369 "Resolve the host name of the selected service automatically before returning"
370 msgstr ""
371
372 #: ../avahi-ui/avahi-ui.c:242
373 msgid "Address family"
374 msgstr "عائلة العنوان"
375
376 #: ../avahi-ui/avahi-ui.c:242
377 msgid "The address family for host name resolution"
378 msgstr ""
379
380 #: ../avahi-ui/avahi-ui.c:326
381 #, c-format
382 msgid "Avahi client failure: %s"
383 msgstr ""
384
385 #: ../avahi-ui/avahi-ui.c:388
386 #, c-format
387 msgid "Avahi resolver failure: %s"
388 msgstr ""
389
390 #: ../avahi-ui/avahi-ui.c:518
391 #, c-format
392 msgid "Browsing for service type %s in domain %s failed: %s"
393 msgstr ""
394
395 #: ../avahi-ui/avahi-ui.c:519 ../avahi-utils/avahi-browse.c:168
396 #: ../avahi-utils/avahi-browse.c:169 ../avahi-utils/avahi-browse.c:178
397 #: ../avahi-utils/avahi-browse.c:179
398 msgid "n/a"
399 msgstr "غير متاح"
400
401 #: ../avahi-ui/avahi-ui.c:649
402 #, c-format
403 msgid "Avahi domain browser failure: %s"
404 msgstr ""
405
406 #: ../avahi-ui/avahi-ui.c:684
407 #, c-format
408 msgid "Failed to read Avahi domain: %s"
409 msgstr ""
410
411 #: ../avahi-ui/avahi-ui.c:706
412 msgid "Browse service type list is empty!"
413 msgstr ""
414
415 #: ../avahi-ui/avahi-ui.c:717
416 #, c-format
417 msgid "Failed to connect to Avahi server: %s"
418 msgstr ""
419
420 #: ../avahi-ui/avahi-ui.c:735
421 msgid "Browsing for services on <b>local network</b>:"
422 msgstr ""
423
424 #: ../avahi-ui/avahi-ui.c:737
425 #, c-format
426 msgid "Browsing for services in domain <b>%s</b>:"
427 msgstr ""
428
429 #: ../avahi-ui/avahi-ui.c:773
430 #, c-format
431 msgid "Failed to create browser for %s: %s"
432 msgstr ""
433
434 #: ../avahi-ui/avahi-ui.c:907
435 #, c-format
436 msgid "Failed to create resolver for %s of type %s in domain %s: %s"
437 msgstr ""
438
439 #: ../avahi-ui/avahi-ui.c:982
440 #, c-format
441 msgid "Failed to create domain browser: %s"
442 msgstr ""
443
444 #: ../avahi-ui/avahi-ui.c:993
445 msgid "Change domain"
446 msgstr "تغيير النطاق"
447
448 #: ../avahi-ui/avahi-ui.c:1043 ../avahi-ui/avahi-ui.c:1180
449 msgid "Browsing..."
450 msgstr "تصفح..."
451
452 #: ../avahi-ui/avahi-ui.c:1047 ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156
453 #: ../avahi-ui/bssh.c:161
454 #, fuzzy
455 msgid "_Cancel"
456 msgstr "ألغيت.\n"
457
458 #: ../avahi-ui/avahi-ui.c:1048
459 #, fuzzy
460 msgid "_OK"
461 msgstr "موافق"
462
463 #: ../avahi-ui/avahi-ui.c:1134
464 msgid "Initializing..."
465 msgstr "تهيئة..."
466
467 #: ../avahi-ui/avahi-ui.c:1162
468 msgid "Location"
469 msgstr "المكان"
470
471 #: ../avahi-ui/avahi-ui.c:1167 ../avahi-utils/avahi-browse.c:553
472 msgid "Name"
473 msgstr "اسم"
474
475 #: ../avahi-ui/avahi-ui.c:1172 ../avahi-utils/avahi-browse.c:553
476 msgid "Type"
477 msgstr "نوع"
478
479 #: ../avahi-ui/avahi-ui.c:1184
480 msgid "_Domain..."
481 msgstr "_نطاق..."
482
483 #: ../avahi-ui/bssh.c:55
484 #, c-format
485 msgid ""
486 "%s [options]\n"
487 "\n"
488 " -h --help Show this help\n"
489 " -s --ssh Browse SSH servers\n"
490 " -v --vnc Browse VNC servers\n"
491 " -S --shell Browse both SSH and VNC\n"
492 " -d --domain=DOMAIN The domain to browse in\n"
493 msgstr ""
494
495 #: ../avahi-ui/bssh.c:101 ../avahi-utils/avahi-browse.c:775
496 #, c-format
497 msgid "Too many arguments\n"
498 msgstr "حجج كثيرة جدا\n"
499
500 #: ../avahi-ui/bssh.c:149
501 msgid "Choose Shell Server"
502 msgstr "اختر خادم شل"
503
504 #: ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156 ../avahi-ui/bssh.c:161
505 msgid "C_onnect"
506 msgstr ""
507
508 #: ../avahi-ui/bssh.c:151
509 msgid "Desktop"
510 msgstr "سطح المكتب"
511
512 #: ../avahi-ui/bssh.c:152
513 msgid "Terminal"
514 msgstr "الطرفيه"
515
516 #: ../avahi-ui/bssh.c:156
517 msgid "Choose VNC server"
518 msgstr ""
519
520 #: ../avahi-ui/bssh.c:161
521 msgid "Choose SSH server"
522 msgstr ""
523
524 #: ../avahi-ui/bssh.c:185
525 #, c-format
526 msgid "Connecting to '%s' ...\n"
527 msgstr "الاتصال ب '%s' ...\n"
528
529 #: ../avahi-ui/bssh.c:240
530 #, c-format
531 msgid "execlp() failed: %s\n"
532 msgstr ""
533
534 #: ../avahi-ui/bssh.c:250
535 #, c-format
536 msgid "Canceled.\n"
537 msgstr "ألغيت.\n"
538
539 #: ../avahi-ui/bssh.desktop.in.in.h:1
540 msgid "Avahi SSH Server Browser"
541 msgstr ""
542
543 #: ../avahi-ui/bssh.desktop.in.in.h:2
544 msgid "Browse for Zeroconf-enabled SSH Servers"
545 msgstr ""
546
547 #: ../avahi-ui/bvnc.desktop.in.in.h:1
548 msgid "Avahi VNC Server Browser"
549 msgstr ""
550
551 #: ../avahi-ui/bvnc.desktop.in.in.h:2
552 msgid "Browse for Zeroconf-enabled VNC Servers"
553 msgstr ""
554
555 #: ../avahi-utils/avahi-browse.c:107
556 #, c-format
557 msgid ": All for now\n"
558 msgstr ": كل ​​الآن\n"
559
560 #: ../avahi-utils/avahi-browse.c:118
561 #, c-format
562 msgid ": Cache exhausted\n"
563 msgstr ": استنفدت الكاش\n"
564
565 #: ../avahi-utils/avahi-browse.c:239 ../avahi-utils/avahi-browse.c:261
566 #, c-format
567 msgid "Failed to resolve service '%s' of type '%s' in domain '%s': %s\n"
568 msgstr ""
569
570 #: ../avahi-utils/avahi-browse.c:340
571 #, c-format
572 msgid "service_browser failed: %s\n"
573 msgstr ""
574
575 #: ../avahi-utils/avahi-browse.c:378
576 #, c-format
577 msgid "avahi_service_browser_new() failed: %s\n"
578 msgstr ""
579
580 #: ../avahi-utils/avahi-browse.c:414
581 #, c-format
582 msgid "service_type_browser failed: %s\n"
583 msgstr ""
584
585 #: ../avahi-utils/avahi-browse.c:444
586 #, c-format
587 msgid "avahi_service_type_browser_new() failed: %s\n"
588 msgstr ""
589
590 #: ../avahi-utils/avahi-browse.c:519
591 #, c-format
592 msgid "avahi_domain_browser_new() failed: %s\n"
593 msgstr ""
594
595 #: ../avahi-utils/avahi-browse.c:535 ../avahi-utils/avahi-publish.c:394
596 #: ../avahi-utils/avahi-resolve.c:280 ../avahi-utils/avahi-set-host-name.c:168
597 #, c-format
598 msgid "Failed to query version string: %s\n"
599 msgstr ""
600
601 #: ../avahi-utils/avahi-browse.c:540 ../avahi-utils/avahi-publish.c:399
602 #: ../avahi-utils/avahi-resolve.c:285 ../avahi-utils/avahi-set-host-name.c:173
603 #: ../avahi-utils/avahi-set-host-name.c:189
604 #, c-format
605 msgid "Failed to query host name: %s\n"
606 msgstr ""
607
608 #: ../avahi-utils/avahi-browse.c:544 ../avahi-utils/avahi-publish.c:403
609 #: ../avahi-utils/avahi-resolve.c:289 ../avahi-utils/avahi-set-host-name.c:177
610 #, c-format
611 msgid "Server version: %s; Host name: %s\n"
612 msgstr ""
613
614 #. Translators: This is a column heading with abbreviations for
615 #. * Event (+/-), Network Interface, Protocol (IPv4/v6), Domain
616 #: ../avahi-utils/avahi-browse.c:549
617 #, c-format
618 msgid "E Ifce Prot Domain\n"
619 msgstr ""
620
621 #. Translators: This is a column heading with abbreviations for
622 #. * Event (+/-), Network Interface, Protocol (IPv4/v6), Domain
623 #: ../avahi-utils/avahi-browse.c:553
624 #, c-format
625 msgid "E Ifce Prot %-*s %-20s Domain\n"
626 msgstr ""
627
628 #. We have been disconnected, so let reconnect
629 #: ../avahi-utils/avahi-browse.c:585 ../avahi-utils/avahi-publish.c:163
630 #, c-format
631 msgid "Disconnected, reconnecting ...\n"
632 msgstr ""
633
634 #: ../avahi-utils/avahi-browse.c:599 ../avahi-utils/avahi-browse.c:829
635 #: ../avahi-utils/avahi-publish.c:170 ../avahi-utils/avahi-publish.c:386
636 #: ../avahi-utils/avahi-resolve.c:272 ../avahi-utils/avahi-set-host-name.c:160
637 #, c-format
638 msgid "Failed to create client object: %s\n"
639 msgstr ""
640
641 #: ../avahi-utils/avahi-browse.c:604 ../avahi-utils/avahi-publish.c:175
642 #: ../avahi-utils/avahi-resolve.c:143 ../avahi-utils/avahi-set-host-name.c:59
643 #, c-format
644 msgid "Client failure, exiting: %s\n"
645 msgstr ""
646
647 #: ../avahi-utils/avahi-browse.c:623 ../avahi-utils/avahi-publish.c:206
648 #, c-format
649 msgid "Waiting for daemon ...\n"
650 msgstr ""
651
652 #: ../avahi-utils/avahi-browse.c:647
653 msgid ""
654 " -h --help Show this help\n"
655 " -V --version Show version\n"
656 " -D --browse-domains Browse for browsing domains instead of services\n"
657 " -a --all Show all services, regardless of the type\n"
658 " -d --domain=DOMAIN The domain to browse in\n"
659 " -v --verbose Enable verbose mode\n"
660 " -t --terminate Terminate after dumping a more or less complete "
661 "list\n"
662 " -c --cache Terminate after dumping all entries from the cache\n"
663 " -l --ignore-local Ignore local services\n"
664 " -r --resolve Resolve services found\n"
665 " -f --no-fail Don't fail if the daemon is not available\n"
666 " -p --parsable Output in parsable format\n"
667 msgstr ""
668
669 #: ../avahi-utils/avahi-browse.c:660
670 msgid ""
671 " -k --no-db-lookup Don't lookup service types\n"
672 " -b --dump-db Dump service type database\n"
673 msgstr ""
674
675 #: ../avahi-utils/avahi-browse.c:766 ../avahi-utils/avahi-resolve.c:219
676 #, c-format
677 msgid "Too few arguments\n"
678 msgstr ""
679
680 #: ../avahi-utils/avahi-browse.c:821 ../avahi-utils/avahi-publish.c:378
681 #: ../avahi-utils/avahi-resolve.c:264 ../avahi-utils/avahi-set-host-name.c:152
682 #, c-format
683 msgid "Failed to create simple poll object.\n"
684 msgstr ""
685
686 #: ../avahi-utils/avahi-publish.c:76
687 #, c-format
688 msgid "Established under name '%s'\n"
689 msgstr ""
690
691 #: ../avahi-utils/avahi-publish.c:81
692 #, c-format
693 msgid "Failed to register: %s\n"
694 msgstr "فشل في التسجيل: %s\n"
695
696 #: ../avahi-utils/avahi-publish.c:94
697 #, c-format
698 msgid "Name collision, picking new name '%s'.\n"
699 msgstr ""
700
701 #: ../avahi-utils/avahi-publish.c:114
702 #, c-format
703 msgid "Failed to create entry group: %s\n"
704 msgstr "فشل في إنشاء مجموعة الإدخال: %s\n"
705
706 #: ../avahi-utils/avahi-publish.c:124
707 #, c-format
708 msgid "Failed to add address: %s\n"
709 msgstr "فشل في إضافة عنوان: %s\n"
710
711 #: ../avahi-utils/avahi-publish.c:134
712 #, c-format
713 msgid "Failed to add service: %s\n"
714 msgstr "فشل في إضافة خدمة: %s\n"
715
716 #: ../avahi-utils/avahi-publish.c:140
717 #, c-format
718 msgid "Failed to add subtype '%s': %s\n"
719 msgstr ""
720
721 #: ../avahi-utils/avahi-publish.c:191
722 #, c-format
723 msgid "Host name conflict\n"
724 msgstr ""
725
726 #: ../avahi-utils/avahi-publish.c:216
727 #, c-format
728 msgid ""
729 "%s [options] %s <name> <type> <port> [<txt ...>]\n"
730 "%s [options] %s <host-name> <address>\n"
731 "\n"
732 " -h --help Show this help\n"
733 " -V --version Show version\n"
734 " -s --service Publish service\n"
735 " -a --address Publish address\n"
736 " -v --verbose Enable verbose mode\n"
737 " -d --domain=DOMAIN Domain to publish service in\n"
738 " -H --host=DOMAIN Host where service resides\n"
739 " --subtype=SUBTYPE An additional subtype to register this service "
740 "with\n"
741 " -R --no-reverse Do not publish reverse entry with address\n"
742 " -f --no-fail Don't fail if the daemon is not available\n"
743 msgstr ""
744
745 #: ../avahi-utils/avahi-publish.c:303 ../avahi-utils/avahi-publish.c:318
746 #, c-format
747 msgid "Bad number of arguments\n"
748 msgstr ""
749
750 #: ../avahi-utils/avahi-publish.c:329
751 #, c-format
752 msgid "Failed to parse port number: %s\n"
753 msgstr "فشل تحليل رقم المنفذ: %s\n"
754
755 #: ../avahi-utils/avahi-publish.c:361 ../avahi-utils/avahi-resolve.c:246
756 #, c-format
757 msgid "No command specified.\n"
758 msgstr "لم يتم تحديد أمر.\n"
759
760 #: ../avahi-utils/avahi-resolve.c:89
761 #, c-format
762 msgid "Failed to resolve host name '%s': %s\n"
763 msgstr ""
764
765 #: ../avahi-utils/avahi-resolve.c:126
766 #, c-format
767 msgid "Failed to resolve address '%s': %s\n"
768 msgstr ""
769
770 #: ../avahi-utils/avahi-resolve.c:157
771 #, c-format
772 msgid ""
773 "%s [options] %s <host name ...>\n"
774 "%s [options] %s <address ... >\n"
775 "\n"
776 " -h --help Show this help\n"
777 " -V --version Show version\n"
778 " -n --name Resolve host name\n"
779 " -a --address Resolve address\n"
780 " -v --verbose Enable verbose mode\n"
781 " -6 Lookup IPv6 address\n"
782 " -4 Lookup IPv4 address\n"
783 msgstr ""
784
785 #: ../avahi-utils/avahi-resolve.c:299 ../avahi-utils/avahi-set-host-name.c:181
786 #, c-format
787 msgid "Failed to create host name resolver: %s\n"
788 msgstr ""
789
790 #: ../avahi-utils/avahi-resolve.c:309
791 #, c-format
792 msgid "Failed to parse address '%s'\n"
793 msgstr ""
794
795 #: ../avahi-utils/avahi-resolve.c:314
796 #, c-format
797 msgid "Failed to create address resolver: %s\n"
798 msgstr ""
799
800 #: ../avahi-utils/avahi-set-host-name.c:73
801 #, c-format
802 msgid ""
803 "%s [options] <new host name>\n"
804 "\n"
805 " -h --help Show this help\n"
806 " -V --version Show version\n"
807 " -v --verbose Enable verbose mode\n"
808 msgstr ""
809
810 #: ../avahi-utils/avahi-set-host-name.c:114
811 #, c-format
812 msgid "Invalid number of arguments, expecting exactly one.\n"
813 msgstr ""
814
815 #: ../avahi-utils/avahi-set-host-name.c:193
816 #, c-format
817 msgid "Host name successfully changed to %s\n"
818 msgstr "تم تغيير اسم المضيف بنجاح إلى %s\n"
0 # Bulgarian translation of avahi po-file.
1 # Copyright (C) 2010 Free Software Foundation, Inc.
2 # This file is distributed under the same license as the avahi package.
3 # Alexander Shopov <ash@kambanaria.org>, 2010.
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
43 #
4 # Translators:
5 # Alexander Shopov <ash@kambanaria.org>, 2011
56 msgid ""
67 msgstr ""
7 "Project-Id-Version: avahi master\n"
8 "Project-Id-Version: Avahi\n"
89 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2011-04-02 03:23+0200\n"
10 "PO-Revision-Date: 2010-03-01 07:55+0200\n"
10 "POT-Creation-Date: 2015-10-10 13:24+0200\n"
11 "PO-Revision-Date: 2013-11-20 09:58+0000\n"
1112 "Last-Translator: Alexander Shopov <ash@kambanaria.org>\n"
12 "Language-Team: Bulgarian <dict@fsa-bg.org>\n"
13 "Language-Team: Bulgarian (http://www.transifex.com/lennart/avahi/language/"
14 "bg/)\n"
1315 "Language: bg\n"
1416 "MIME-Version: 1.0\n"
1517 "Content-Type: text/plain; charset=UTF-8\n"
1618 "Content-Transfer-Encoding: 8bit\n"
17 "Plural-Forms: nplurals=2; plural=n != 1;\n"
19 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
1820
1921 #: ../avahi-common/error.c:30
2022 msgid "OK"
237239 msgstr "Неправилен код на грешка"
238240
239241 #: ../avahi-discover-standalone/avahi-discover.ui.h:1
242 msgid "Avahi Discovery"
243 msgstr "Откриване с Avahi"
244
245 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
240246 #: ../avahi-python/avahi-discover/avahi-discover.py:76
241247 msgid "<i>No service currently selected.</i>"
242248 msgstr "<i>Не е избрана услуга.</i>"
243249
244 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
245 msgid "Avahi Discovery"
246 msgstr "Откриване с Avahi"
247
248250 #: ../avahi-python/avahi-discover/avahi-discover.desktop.in.in.h:1
249251 msgid "Avahi Zeroconf Browser"
250252 msgstr "Преглед на улеснените услуги с Avahi"
255257
256258 #: ../avahi-python/avahi-discover/avahi-discover.py:224
257259 msgid "TXT"
258 msgstr ""
260 msgstr "TXT"
259261
260262 #: ../avahi-python/avahi-discover/avahi-discover.py:226
261 #, fuzzy
262263 msgid "TXT Data:"
263 msgstr "Данни с вид TXT"
264 msgstr "Данни с вид TXT:"
264265
265266 #: ../avahi-python/avahi-discover/avahi-discover.py:226
266 #, fuzzy
267267 msgid "empty"
268 msgstr "Е празно"
268 msgstr "няма"
269269
270270 #: ../avahi-python/avahi-discover/avahi-discover.py:228
271 #, fuzzy
272271 msgid "Service Type:"
273 msgstr "Вид услуга"
272 msgstr "Вид услуга:"
274273
275274 #: ../avahi-python/avahi-discover/avahi-discover.py:229
276 #, fuzzy
277275 msgid "Service Name:"
278 msgstr "Име на услугата"
276 msgstr "Име на услугата:"
279277
280278 #: ../avahi-python/avahi-discover/avahi-discover.py:230
281 #, fuzzy
282279 msgid "Domain Name:"
283 msgstr "Домейн"
280 msgstr "Домейн:"
284281
285282 #: ../avahi-python/avahi-discover/avahi-discover.py:231
286283 msgid "Interface:"
287 msgstr ""
284 msgstr "Интерфейс:"
288285
289286 #: ../avahi-python/avahi-discover/avahi-discover.py:232
290 #, fuzzy
291287 msgid "Address:"
292 msgstr "Адрес"
288 msgstr "Адрес:"
293289
294290 #: ../avahi-ui/avahi-ui.c:185
295291 msgid "Browse Service Types"
315311 msgid "The service type of the selected service"
316312 msgstr "Видът на избраната услуга"
317313
318 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1023
314 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1035
319315 msgid "Service Name"
320316 msgstr "Име на услугата"
321317
356352 msgstr "Данни с вид TXT за откритата услуга"
357353
358354 #: ../avahi-ui/avahi-ui.c:230
359 #, fuzzy
360355 msgid "Resolve Service"
361356 msgstr "Откриване на услуга"
362357
363358 #: ../avahi-ui/avahi-ui.c:230
364359 msgid "Resolve the selected service automatically before returning"
365 msgstr ""
360 msgstr "Автоматично откриване на избраната услуга преди връщане от функцията"
366361
367362 #: ../avahi-ui/avahi-ui.c:236
368 #, fuzzy
369363 msgid "Resolve Service Host Name"
370364 msgstr "Откриване на името на машината с услугата"
371365
373367 msgid ""
374368 "Resolve the host name of the selected service automatically before returning"
375369 msgstr ""
370 "Автоматично откриване на името на машината с избраната услуга преди връщане "
371 "от функцията"
376372
377373 #: ../avahi-ui/avahi-ui.c:242
378374 msgid "Address family"
436432 msgid "Failed to create browser for %s: %s"
437433 msgstr "Неуспешно създаване на компонент за преглед на %s: %s"
438434
439 #: ../avahi-ui/avahi-ui.c:903
435 #: ../avahi-ui/avahi-ui.c:907
440436 #, c-format
441437 msgid "Failed to create resolver for %s of type %s in domain %s: %s"
442438 msgstr ""
443439 "Неуспешно създаване на компонент за откриване на %s от вида %s в домейна %s: "
444440 "%s"
445441
446 #: ../avahi-ui/avahi-ui.c:978
442 #: ../avahi-ui/avahi-ui.c:982
447443 #, c-format
448444 msgid "Failed to create domain browser: %s"
449445 msgstr "Неуспешно създаване на компонент за преглед на домейн: %s"
450446
451 #: ../avahi-ui/avahi-ui.c:989
447 #: ../avahi-ui/avahi-ui.c:993
452448 msgid "Change domain"
453449 msgstr "Смяна на домейна"
454450
455 #: ../avahi-ui/avahi-ui.c:1031 ../avahi-ui/avahi-ui.c:1162
451 #: ../avahi-ui/avahi-ui.c:1043 ../avahi-ui/avahi-ui.c:1180
456452 msgid "Browsing..."
457453 msgstr "Преглед…"
458454
459 #: ../avahi-ui/avahi-ui.c:1120
455 #: ../avahi-ui/avahi-ui.c:1047 ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156
456 #: ../avahi-ui/bssh.c:161
457 #, fuzzy
458 msgid "_Cancel"
459 msgstr "Отмяна.\n"
460
461 #: ../avahi-ui/avahi-ui.c:1048
462 #, fuzzy
463 msgid "_OK"
464 msgstr "Добре"
465
466 #: ../avahi-ui/avahi-ui.c:1134
460467 msgid "Initializing..."
461468 msgstr "Инициализиране…"
462469
463 #: ../avahi-ui/avahi-ui.c:1144
470 #: ../avahi-ui/avahi-ui.c:1162
464471 msgid "Location"
465472 msgstr "Местоположение"
466473
467 #: ../avahi-ui/avahi-ui.c:1149 ../avahi-utils/avahi-browse.c:553
474 #: ../avahi-ui/avahi-ui.c:1167 ../avahi-utils/avahi-browse.c:553
468475 msgid "Name"
469476 msgstr "Име"
470477
471 #: ../avahi-ui/avahi-ui.c:1154 ../avahi-utils/avahi-browse.c:553
478 #: ../avahi-ui/avahi-ui.c:1172 ../avahi-utils/avahi-browse.c:553
472479 msgid "Type"
473480 msgstr "Вид"
474481
475 #: ../avahi-ui/avahi-ui.c:1166
482 #: ../avahi-ui/avahi-ui.c:1184
476483 msgid "_Domain..."
477484 msgstr "_Домейн…"
478485
503510 #: ../avahi-ui/bssh.c:149
504511 msgid "Choose Shell Server"
505512 msgstr "Избор на сървър за достъп"
513
514 #: ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156 ../avahi-ui/bssh.c:161
515 msgid "C_onnect"
516 msgstr ""
506517
507518 #: ../avahi-ui/bssh.c:151
508519 msgid "Desktop"
+178
-173
po/ca.po less more
0 # Catalan translations for avahi package.
1 # Copyright (C) 2008 Red Hat, Inc.
2 # This file is distributed under the same license as the
3 # avahi package.
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
43 #
5 # Oriol Miro <oriolmiro@gmail.com>, 2008
6 #
7 # This file is translated according to the glossary and style guide of
8 # Softcatalà. If you plan to modify this file, please read first the page
9 # of the Catalan translation team for the Fedora project at:
10 # http://www.softcatala.org/projectes/fedora/
11 # and contact the previous translator
12 #
13 # Aquest fitxer s'ha de traduir d'acord amb el recull de termes i la guia
14 # d'estil de Softcatalà. Si voleu modificar aquest fitxer, llegiu si
15 # us plau la pàgina de catalanització del projecte Fedora a:
16 # http://www.softcatala.org/projectes/fedora/
17 # i contacteu l'anterior traductor/a.
4 # Translators:
5 # Robert Antoni Buj i Gelonch <rbuj@fedoraproject.org>, 2015
186 msgid ""
197 msgstr ""
20 "Project-Id-Version: avahi\n"
8 "Project-Id-Version: Avahi\n"
219 "Report-Msgid-Bugs-To: \n"
22 "POT-Creation-Date: 2011-04-02 03:23+0200\n"
23 "PO-Revision-Date: 2010-10-17 12:57+0100\n"
24 "Last-Translator: el_libre - - www.catmidia.cat <el.libre@gmail.com>\n"
25 "Language-Team: Catalan <fedora@softcatala.net>\n"
10 "POT-Creation-Date: 2015-10-10 13:24+0200\n"
11 "PO-Revision-Date: 2015-10-10 10:10+0000\n"
12 "Last-Translator: Robert Antoni Buj i Gelonch <rbuj@fedoraproject.org>\n"
13 "Language-Team: Catalan (http://www.transifex.com/lennart/avahi/language/"
14 "ca/)\n"
2615 "Language: ca\n"
2716 "MIME-Version: 1.0\n"
28 "Content-Type: text/plain; charset=utf-8\n"
17 "Content-Type: text/plain; charset=UTF-8\n"
2918 "Content-Transfer-Encoding: 8bit\n"
19 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
3020
3121 #: ../avahi-common/error.c:30
3222 msgid "OK"
3424
3525 #: ../avahi-common/error.c:31
3626 msgid "Operation failed"
37 msgstr "Operació fallida"
27 msgstr "Ha fallat l'operació"
3828
3929 #: ../avahi-common/error.c:32
4030 msgid "Bad state"
41 msgstr "Estat erroni"
31 msgstr "L'estat és dolent"
4232
4333 #: ../avahi-common/error.c:33
4434 msgid "Invalid host name"
45 msgstr "Nom de host no vàlid"
35 msgstr "El nom d'amfitrió no és vàlid"
4636
4737 #: ../avahi-common/error.c:34
4838 msgid "Invalid domain name"
49 msgstr "Nom de domini no vàlid"
39 msgstr "El nom del domini no és vàlid"
5040
5141 #: ../avahi-common/error.c:35
5242 msgid "No suitable network protocol available"
53 msgstr "No hi ha disponible el protocol de xarxa"
43 msgstr "No hi ha disponible cap protocol de xarxa que s'adeqüi"
5444
5545 #: ../avahi-common/error.c:36
5646 msgid "Invalid DNS TTL"
57 msgstr "El TTL (temps de vida) del DNS no és vàlid"
47 msgstr "El TTL del DNS no és vàlid"
5848
5949 #: ../avahi-common/error.c:37
6050 msgid "Resource record key is pattern"
6656
6757 #: ../avahi-common/error.c:39
6858 msgid "Invalid record"
69 msgstr "Registre no vàlid"
59 msgstr "El registre no és vàlid"
7060
7161 #: ../avahi-common/error.c:41
7262 msgid "Invalid service name"
73 msgstr "Nom de servei no vàlid"
63 msgstr "El nom del servei no és vàlid"
7464
7565 #: ../avahi-common/error.c:42
7666 msgid "Invalid service type"
77 msgstr "Tipus de servei no vàlid"
67 msgstr "El tipus del servei no vàlid"
7868
7969 #: ../avahi-common/error.c:43
8070 msgid "Invalid port number"
81 msgstr "Número de port no vàlid"
71 msgstr "El número del port no és vàlid"
8272
8373 #: ../avahi-common/error.c:44
8474 msgid "Invalid record key"
85 msgstr "Clau de registre no vàlid"
75 msgstr "La clau del registre no és vàlida"
8676
8777 #: ../avahi-common/error.c:45
8878 msgid "Invalid address"
89 msgstr "Adreça no vàlida"
79 msgstr "L'adreça no és vàlida"
9080
9181 #: ../avahi-common/error.c:46
9282 msgid "Timeout reached"
93 msgstr "Temps d'espera expirat"
83 msgstr "S'ha superat el temps d'expiració"
9484
9585 #: ../avahi-common/error.c:47
9686 msgid "Too many clients"
97 msgstr "Massa clients"
87 msgstr "Hi ha massa clients"
9888
9989 #: ../avahi-common/error.c:48
10090 msgid "Too many objects"
101 msgstr "Massa objectes"
91 msgstr "Hi ha massa objectes"
10292
10393 #: ../avahi-common/error.c:49
10494 msgid "Too many entries"
105 msgstr "Massa entrades"
95 msgstr "Hi ha massa entrades"
10696
10797 #: ../avahi-common/error.c:50
10898 msgid "OS Error"
110100
111101 #: ../avahi-common/error.c:52
112102 msgid "Access denied"
113 msgstr "Accés denegat"
103 msgstr "S'ha denegat l'accés"
114104
115105 #: ../avahi-common/error.c:53
116106 msgid "Invalid operation"
117 msgstr "Operació no vàlida"
107 msgstr "L'operació no és vàlida"
118108
119109 #: ../avahi-common/error.c:54
120110 msgid "An unexpected D-Bus error occurred"
126116
127117 #: ../avahi-common/error.c:56
128118 msgid "Memory exhausted"
129 msgstr "Memòria exhaurida"
119 msgstr "S'ha exhaurit la memòria"
130120
131121 #: ../avahi-common/error.c:57
132122 msgid "The object passed in was not valid"
133 msgstr "L'objecte passat no es vàlid"
123 msgstr "L'objecte que es va passar no era vàlid"
134124
135125 #: ../avahi-common/error.c:58
136126 msgid "Daemon not running"
142132
143133 #: ../avahi-common/error.c:60
144134 msgid "Invalid protocol specification"
145 msgstr "Especificació de protocol no vàlida"
135 msgstr "L'especificació de protocol no és vàlida"
146136
147137 #: ../avahi-common/error.c:61
148138 msgid "Invalid flags"
149 msgstr "Indicador no vàlid"
139 msgstr "L'indicador no és vàlid"
150140
151141 #: ../avahi-common/error.c:63
152142 msgid "Not found"
154144
155145 #: ../avahi-common/error.c:64
156146 msgid "Invalid configuration"
157 msgstr "Configuració no vàlida"
147 msgstr "La configuració no és vàlida"
158148
159149 #: ../avahi-common/error.c:65
160150 msgid "Version mismatch"
162152
163153 #: ../avahi-common/error.c:66
164154 msgid "Invalid service subtype"
165 msgstr "Subtipus de servei no vàlid"
155 msgstr "El subtipus del servei no és vàlid"
166156
167157 #: ../avahi-common/error.c:67
168158 msgid "Invalid packet"
169 msgstr "Paquet no vàlid"
159 msgstr "El paquet no és vàlid"
170160
171161 #: ../avahi-common/error.c:68
172162 msgid "Invalid DNS return code"
174164
175165 #: ../avahi-common/error.c:69
176166 msgid "DNS failure: FORMERR"
177 msgstr "Error de DNS: FORMERR"
167 msgstr "Fracàs del DNS: FORMERR"
178168
179169 #: ../avahi-common/error.c:70
180170 msgid "DNS failure: SERVFAIL"
181 msgstr "Error de DNS: SERVFAIL"
171 msgstr "Fracàs del DNS: SERVFAIL"
182172
183173 #: ../avahi-common/error.c:71
184174 msgid "DNS failure: NXDOMAIN"
185 msgstr "Error de DNS: NXDOMAIN"
175 msgstr "Fracàs del DNS: NXDOMAIN"
186176
187177 #: ../avahi-common/error.c:72
188178 msgid "DNS failure: NOTIMP"
189 msgstr "Error de DNS: NOTIMP"
179 msgstr "Fracàs del DNS: NOTIMP"
190180
191181 #: ../avahi-common/error.c:74
192182 msgid "DNS failure: REFUSED"
193 msgstr "Error de DNS: REFUSED"
183 msgstr "Fracàs del DNS: REFUSED"
194184
195185 #: ../avahi-common/error.c:75
196186 msgid "DNS failure: YXDOMAIN"
197 msgstr "Error de DNS: YXDOMAIN"
187 msgstr "Fracàs del DNS: YXDOMAIN"
198188
199189 #: ../avahi-common/error.c:76
200190 msgid "DNS failure: YXRRSET"
201 msgstr "Error de DNS: YXRRSET"
191 msgstr "Fracàs del DNS: YXRRSET"
202192
203193 #: ../avahi-common/error.c:77
204194 msgid "DNS failure: NXRRSET"
205 msgstr "Error de DNS: NXRRSET"
195 msgstr "Fracàs del DNS: NXRRSET"
206196
207197 #: ../avahi-common/error.c:78
208198 msgid "DNS failure: NOTAUTH"
209 msgstr "Error de DNS: NOAUTH"
199 msgstr "Fracàs del DNS: NOAUTH"
210200
211201 #: ../avahi-common/error.c:79
212202 msgid "DNS failure: NOTZONE"
213 msgstr "Error de DNS: NOTZONE"
203 msgstr "Fracàs del DNS: NOTZONE"
214204
215205 #: ../avahi-common/error.c:80
216206 msgid "Invalid RDATA"
217 msgstr "RDATA no vàlid"
207 msgstr "El RDATA no és vàlid"
218208
219209 #: ../avahi-common/error.c:81
220210 msgid "Invalid DNS type"
221 msgstr "Tipus DNS no vàlid"
211 msgstr "El tipus de DNS no és vàlid"
222212
223213 #: ../avahi-common/error.c:82
224214 msgid "Invalid DNS class"
225 msgstr "Classe DNS no vàlida"
215 msgstr "La classe de DNS no és vàlida"
226216
227217 #: ../avahi-common/error.c:83
228218 msgid "Not supported"
229 msgstr "No s'admet"
219 msgstr "No està admès"
230220
231221 #: ../avahi-common/error.c:85
232222 msgid "Not permitted"
233 msgstr "No és permès"
223 msgstr "No està permès"
234224
235225 #: ../avahi-common/error.c:86
236226 msgid "Invalid argument"
237 msgstr "Argument no vàlid"
227 msgstr "L'argument no és vàlid"
238228
239229 #: ../avahi-common/error.c:87
240230 msgid "Is empty"
241 msgstr "És buit"
231 msgstr "Està buit"
242232
243233 #: ../avahi-common/error.c:88
244234 msgid "The requested operation is invalid because redundant"
245 msgstr "L'operació sol·licitada no és vàlida per redundant"
235 msgstr "L'operació sol·licitada no és vàlida perquè és redundant"
246236
247237 #: ../avahi-common/error.c:94
248238 msgid "Invalid Error Code"
249 msgstr "Codi d'error no vàlid"
239 msgstr "El codi d'error no és vàlid"
250240
251241 #: ../avahi-discover-standalone/avahi-discover.ui.h:1
242 msgid "Avahi Discovery"
243 msgstr "Descobriment de l'Avahi"
244
245 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
252246 #: ../avahi-python/avahi-discover/avahi-discover.py:76
253247 msgid "<i>No service currently selected.</i>"
254248 msgstr "<i>No hi ha cap servei seleccionat.</i>"
255249
256 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
257 msgid "Avahi Discovery"
258 msgstr "Descobridor Avahi"
259
260250 #: ../avahi-python/avahi-discover/avahi-discover.desktop.in.in.h:1
261251 msgid "Avahi Zeroconf Browser"
262 msgstr "Navegador zeroconf Avahi"
252 msgstr "Eina d'exploració de Zeroconf de l'Avahi"
263253
264254 #: ../avahi-python/avahi-discover/avahi-discover.desktop.in.in.h:2
265255 msgid "Browse for Zeroconf services available on your network"
266 msgstr "Navegueu pels serveis Zeroconf disponibles a la vostra xarxa"
256 msgstr "Exploreu si hi ha disponibles serveis Zeroconf a la vostra xarxa"
267257
268258 #: ../avahi-python/avahi-discover/avahi-discover.py:224
269259 msgid "TXT"
275265
276266 #: ../avahi-python/avahi-discover/avahi-discover.py:226
277267 msgid "empty"
278 msgstr "És buit"
268 msgstr "buit"
279269
280270 #: ../avahi-python/avahi-discover/avahi-discover.py:228
281271 msgid "Service Type:"
299289
300290 #: ../avahi-ui/avahi-ui.c:185
301291 msgid "Browse Service Types"
302 msgstr "Explora els tipus de servei"
292 msgstr "Explora els tipus de serveis"
303293
304294 #: ../avahi-ui/avahi-ui.c:185
305295 msgid "A NULL terminated list of service types to browse for"
311301
312302 #: ../avahi-ui/avahi-ui.c:190
313303 msgid "The domain to browse in, or NULL for the default domain"
314 msgstr "El domini a explorar, o NULL pel domini predeterminat"
304 msgstr "El domini a explorar, o NULL per al domini predeterminat"
315305
316306 #: ../avahi-ui/avahi-ui.c:196
317307 msgid "Service Type"
321311 msgid "The service type of the selected service"
322312 msgstr "El tipus de servei del servei seleccionat"
323313
324 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1023
314 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1035
325315 msgid "Service Name"
326316 msgstr "Nom del servei"
327317
347337
348338 #: ../avahi-ui/avahi-ui.c:219
349339 msgid "Host Name"
350 msgstr "Ordinador"
340 msgstr "Nom d'amfitrió"
351341
352342 #: ../avahi-ui/avahi-ui.c:219
353343 msgid "The host name of the resolved service"
354 msgstr "El nom de l'ordinador del servei resolt"
344 msgstr "El nom d'amfitrió del servei resolt"
355345
356346 #: ../avahi-ui/avahi-ui.c:225
357347 msgid "TXT Data"
359349
360350 #: ../avahi-ui/avahi-ui.c:225
361351 msgid "The TXT data of the resolved service"
362 msgstr "Dades TXT del servei resolt"
352 msgstr "Les dades TXT del servei resolt"
363353
364354 #: ../avahi-ui/avahi-ui.c:230
365355 msgid "Resolve Service"
366 msgstr "Resol servei"
356 msgstr "Resol el servei"
367357
368358 #: ../avahi-ui/avahi-ui.c:230
369359 msgid "Resolve the selected service automatically before returning"
371361
372362 #: ../avahi-ui/avahi-ui.c:236
373363 msgid "Resolve Service Host Name"
374 msgstr "Resol el nom de servidor del servei"
364 msgstr "Resol el nom d'amfitrió del servei"
375365
376366 #: ../avahi-ui/avahi-ui.c:236
377367 msgid ""
378368 "Resolve the host name of the selected service automatically before returning"
379369 msgstr ""
380 "Resol el nom de l'hoste del servei seleccionat automàticament abans de "
381 "retornar-lo"
370 "Resol el nom d'amfitrió del servei seleccionat automàticament abans de "
371 "retornar-ho"
382372
383373 #: ../avahi-ui/avahi-ui.c:242
384374 msgid "Address family"
386376
387377 #: ../avahi-ui/avahi-ui.c:242
388378 msgid "The address family for host name resolution"
389 msgstr "La família de l'adreça per la resolució del nom"
379 msgstr "La família de l'adreça per la resolució del nom d'amfitrió"
390380
391381 #: ../avahi-ui/avahi-ui.c:326
392382 #, c-format
393383 msgid "Avahi client failure: %s"
394 msgstr "Error en el client Avahi: %s"
384 msgstr "Fracàs del client de l'Avahi: %s"
395385
396386 #: ../avahi-ui/avahi-ui.c:388
397387 #, c-format
398388 msgid "Avahi resolver failure: %s"
399 msgstr "Fallada del resoletor de Avahi: %s"
389 msgstr "Fracàs de l'eina de resolució de l'Avahi: %s"
400390
401391 #: ../avahi-ui/avahi-ui.c:518
402392 #, c-format
403393 msgid "Browsing for service type %s in domain %s failed: %s"
404 msgstr "Error en la cerca de tipus de serveis %s en el domini %s: %s"
394 msgstr "Ha fallat la cerca del tipus de servei %s al domini %s: %s"
405395
406396 #: ../avahi-ui/avahi-ui.c:519 ../avahi-utils/avahi-browse.c:168
407397 #: ../avahi-utils/avahi-browse.c:169 ../avahi-utils/avahi-browse.c:178
412402 #: ../avahi-ui/avahi-ui.c:649
413403 #, c-format
414404 msgid "Avahi domain browser failure: %s"
415 msgstr "Error en la navegació del domini Avahi: %s"
405 msgstr "Fracàs de l'eina d'exploració del domini de l'Avahi: %s"
416406
417407 #: ../avahi-ui/avahi-ui.c:684
418408 #, c-format
419409 msgid "Failed to read Avahi domain: %s"
420 msgstr "Error en la lectura del domini Avahi: %s"
410 msgstr "Ha fallat la lectura del domini de l'Avahi: %s"
421411
422412 #: ../avahi-ui/avahi-ui.c:706
423413 msgid "Browse service type list is empty!"
426416 #: ../avahi-ui/avahi-ui.c:717
427417 #, c-format
428418 msgid "Failed to connect to Avahi server: %s"
429 msgstr "Error al connectar al servidor Avahi: %s"
419 msgstr "Ha fallat la connexió al servidor de l'Avahi: %s"
430420
431421 #: ../avahi-ui/avahi-ui.c:735
432422 msgid "Browsing for services on <b>local network</b>:"
433 msgstr "Cercant serveis en <b>xarxa local</b>:"
423 msgstr "Exploració pels serveis a la <b>xarxa local</b>:"
434424
435425 #: ../avahi-ui/avahi-ui.c:737
436426 #, c-format
437427 msgid "Browsing for services in domain <b>%s</b>:"
438 msgstr "Cercant serveis en el domini <b>%s</b>:"
428 msgstr "Exploració pels serveis al domini <b>%s</b>:"
439429
440430 #: ../avahi-ui/avahi-ui.c:773
441431 #, c-format
442432 msgid "Failed to create browser for %s: %s"
443 msgstr "Error en crear un navegador per a %s: %s"
444
445 #: ../avahi-ui/avahi-ui.c:903
433 msgstr "Ha fallat la creació de l'eina d'exploració per %s: %s"
434
435 #: ../avahi-ui/avahi-ui.c:907
446436 #, c-format
447437 msgid "Failed to create resolver for %s of type %s in domain %s: %s"
448438 msgstr ""
449 "Error en crear el sistema de resolució per a %s del tipus %s en el domini "
439 "Ha fallat la creació de l'eina de resolució per %s del tipus %s al domini "
450440 "%s: %s"
451441
452 #: ../avahi-ui/avahi-ui.c:978
442 #: ../avahi-ui/avahi-ui.c:982
453443 #, c-format
454444 msgid "Failed to create domain browser: %s"
455 msgstr "Error en crear navegador de domini: %s"
456
457 #: ../avahi-ui/avahi-ui.c:989
445 msgstr "Ha fallat la creació de l'eina d'exploració del domini: %s"
446
447 #: ../avahi-ui/avahi-ui.c:993
458448 msgid "Change domain"
459 msgstr "Canvia el domini"
460
461 #: ../avahi-ui/avahi-ui.c:1031 ../avahi-ui/avahi-ui.c:1162
449 msgstr "Canvieu el domini"
450
451 #: ../avahi-ui/avahi-ui.c:1043 ../avahi-ui/avahi-ui.c:1180
462452 msgid "Browsing..."
463 msgstr "Explorant..."
464
465 #: ../avahi-ui/avahi-ui.c:1120
453 msgstr "Exploració..."
454
455 #: ../avahi-ui/avahi-ui.c:1047 ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156
456 #: ../avahi-ui/bssh.c:161
457 #, fuzzy
458 msgid "_Cancel"
459 msgstr "Cancel·lat.\n"
460
461 #: ../avahi-ui/avahi-ui.c:1048
462 #, fuzzy
463 msgid "_OK"
464 msgstr "D'acord"
465
466 #: ../avahi-ui/avahi-ui.c:1134
466467 msgid "Initializing..."
467 msgstr "Inicialitzant..."
468
469 #: ../avahi-ui/avahi-ui.c:1144
468 msgstr "Inicialització..."
469
470 #: ../avahi-ui/avahi-ui.c:1162
470471 msgid "Location"
471472 msgstr "Ubicació"
472473
473 #: ../avahi-ui/avahi-ui.c:1149 ../avahi-utils/avahi-browse.c:553
474 #: ../avahi-ui/avahi-ui.c:1167 ../avahi-utils/avahi-browse.c:553
474475 msgid "Name"
475476 msgstr "Nom"
476477
477 #: ../avahi-ui/avahi-ui.c:1154 ../avahi-utils/avahi-browse.c:553
478 #: ../avahi-ui/avahi-ui.c:1172 ../avahi-utils/avahi-browse.c:553
478479 msgid "Type"
479480 msgstr "Tipus"
480481
481 #: ../avahi-ui/avahi-ui.c:1166
482 #: ../avahi-ui/avahi-ui.c:1184
482483 msgid "_Domain..."
483484 msgstr "_Domini..."
484485
508509
509510 #: ../avahi-ui/bssh.c:149
510511 msgid "Choose Shell Server"
511 msgstr "Escull servidor d'intèrpret d'ordres"
512 msgstr "Trieu el servidor de Shell"
513
514 #: ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156 ../avahi-ui/bssh.c:161
515 msgid "C_onnect"
516 msgstr ""
512517
513518 #: ../avahi-ui/bssh.c:151
514519 msgid "Desktop"
520525
521526 #: ../avahi-ui/bssh.c:156
522527 msgid "Choose VNC server"
523 msgstr "Escull servidor VNC"
528 msgstr "Trieu el servidor de VNC"
524529
525530 #: ../avahi-ui/bssh.c:161
526531 msgid "Choose SSH server"
527 msgstr "Escull servidor SSH"
532 msgstr "Trieu el servidor de SSH"
528533
529534 #: ../avahi-ui/bssh.c:185
530535 #, c-format
531536 msgid "Connecting to '%s' ...\n"
532 msgstr "Connectant a '%s' ...\n"
537 msgstr "S'està connectant a «%s»...\n"
533538
534539 #: ../avahi-ui/bssh.c:240
535540 #, c-format
536541 msgid "execlp() failed: %s\n"
537 msgstr "Error en execlp(): %s\n"
542 msgstr "Ha fallat l'execlp(): %s\n"
538543
539544 #: ../avahi-ui/bssh.c:250
540545 #, c-format
543548
544549 #: ../avahi-ui/bssh.desktop.in.in.h:1
545550 msgid "Avahi SSH Server Browser"
546 msgstr "Navegador de servidors SSH Avahi"
551 msgstr "Eina d'exploració de servidors de SSH de l'Avahi"
547552
548553 #: ../avahi-ui/bssh.desktop.in.in.h:2
549554 msgid "Browse for Zeroconf-enabled SSH Servers"
550 msgstr "Explora els servidors SSH configurats amb Zeroconf"
555 msgstr "Exploreu si hi ha servidors de SSH amb Zeroconf habilitat"
551556
552557 #: ../avahi-ui/bvnc.desktop.in.in.h:1
553558 msgid "Avahi VNC Server Browser"
554 msgstr "Navegador de servidors VNC Avahi"
559 msgstr "Eina d'exploració de servidors de VNC de l'Avahi"
555560
556561 #: ../avahi-ui/bvnc.desktop.in.in.h:2
557562 msgid "Browse for Zeroconf-enabled VNC Servers"
558 msgstr "Explora els servidors de VNC configurats amb Zeroconf"
563 msgstr "Exploreu si hi ha servidors de VNC amb Zeroconf habilitat"
559564
560565 #: ../avahi-utils/avahi-browse.c:107
561566 #, c-format
571576 #, c-format
572577 msgid "Failed to resolve service '%s' of type '%s' in domain '%s': %s\n"
573578 msgstr ""
574 "Error en resoldre el servei '%s' del tipus '%s' en el domini '%s': %s\n"
579 "Ha fallat la resolució del servei «%s» del tipus «%s» al domini «%s»: %s\n"
575580
576581 #: ../avahi-utils/avahi-browse.c:340
577582 #, c-format
578583 msgid "service_browser failed: %s\n"
579 msgstr "Error en service_browser: %s\n"
584 msgstr "service_browser ha fallat: %s\n"
580585
581586 #: ../avahi-utils/avahi-browse.c:378
582587 #, c-format
583588 msgid "avahi_service_browser_new() failed: %s\n"
584 msgstr "Error en avahi_service_browser_new(): %s\n"
589 msgstr "avahi_service_browser_new() ha fallat: %s\n"
585590
586591 #: ../avahi-utils/avahi-browse.c:414
587592 #, c-format
588593 msgid "service_type_browser failed: %s\n"
589 msgstr "Error en service_type_browser: %s\n"
594 msgstr "service_type_browser ha fallat: %s\n"
590595
591596 #: ../avahi-utils/avahi-browse.c:444
592597 #, c-format
593598 msgid "avahi_service_type_browser_new() failed: %s\n"
594 msgstr "Error en avahi_service_type_browser_new(): %s\n"
599 msgstr "avahi_service_type_browser_new() ha fallat: %s\n"
595600
596601 #: ../avahi-utils/avahi-browse.c:519
597602 #, c-format
598603 msgid "avahi_domain_browser_new() failed: %s\n"
599 msgstr "Error en avahi_domain_browser_new(): %s\n"
604 msgstr "avahi_domain_browser_new() ha fallat: %s\n"
600605
601606 #: ../avahi-utils/avahi-browse.c:535 ../avahi-utils/avahi-publish.c:394
602607 #: ../avahi-utils/avahi-resolve.c:280 ../avahi-utils/avahi-set-host-name.c:168
603608 #, c-format
604609 msgid "Failed to query version string: %s\n"
605 msgstr "Error en consultar la versió de la cadena: %s\n"
610 msgstr "Ha fallat la consulta de la cadena de la versió: %s\n"
606611
607612 #: ../avahi-utils/avahi-browse.c:540 ../avahi-utils/avahi-publish.c:399
608613 #: ../avahi-utils/avahi-resolve.c:285 ../avahi-utils/avahi-set-host-name.c:173
609614 #: ../avahi-utils/avahi-set-host-name.c:189
610615 #, c-format
611616 msgid "Failed to query host name: %s\n"
612 msgstr "Error en consultar el nom del ordinador: %s\n"
617 msgstr "Ha fallat la consulta del nom d'amfitrió: %s\n"
613618
614619 #: ../avahi-utils/avahi-browse.c:544 ../avahi-utils/avahi-publish.c:403
615620 #: ../avahi-utils/avahi-resolve.c:289 ../avahi-utils/avahi-set-host-name.c:177
616621 #, c-format
617622 msgid "Server version: %s; Host name: %s\n"
618 msgstr "Versió del servidor: %s; Nom de l'ordinador: %s\n"
623 msgstr "Versió del servidor: %s; Nom d'amfitrió: %s\n"
619624
620625 #. Translators: This is a column heading with abbreviations for
621626 #. * Event (+/-), Network Interface, Protocol (IPv4/v6), Domain
635640 #: ../avahi-utils/avahi-browse.c:585 ../avahi-utils/avahi-publish.c:163
636641 #, c-format
637642 msgid "Disconnected, reconnecting ...\n"
638 msgstr "Desconnectat, tornant a connectar ...\n"
643 msgstr "Es va desconnectar, s'està tornant a connectar...\n"
639644
640645 #: ../avahi-utils/avahi-browse.c:599 ../avahi-utils/avahi-browse.c:829
641646 #: ../avahi-utils/avahi-publish.c:170 ../avahi-utils/avahi-publish.c:386
642647 #: ../avahi-utils/avahi-resolve.c:272 ../avahi-utils/avahi-set-host-name.c:160
643648 #, c-format
644649 msgid "Failed to create client object: %s\n"
645 msgstr "Error en crear l'objecte client: %s\n"
650 msgstr "Ha fallat la creació de l'objecte client: %s\n"
646651
647652 #: ../avahi-utils/avahi-browse.c:604 ../avahi-utils/avahi-publish.c:175
648653 #: ../avahi-utils/avahi-resolve.c:143 ../avahi-utils/avahi-set-host-name.c:59
649654 #, c-format
650655 msgid "Client failure, exiting: %s\n"
651 msgstr "Error en client, sortint: %s\n"
656 msgstr "Fracàs del client i se surt: %s\n"
652657
653658 #: ../avahi-utils/avahi-browse.c:623 ../avahi-utils/avahi-publish.c:206
654659 #, c-format
655660 msgid "Waiting for daemon ...\n"
656 msgstr "Esperant al dimoni ...\n"
661 msgstr "A l'espera del dimoni...\n"
657662
658663 #: ../avahi-utils/avahi-browse.c:647
659664 msgid ""
673678 msgstr ""
674679 " -h --help Mostra aquesta ajuda\n"
675680 " -V --version Mostra la versió\n"
676 " -D --browse-domains Mostra els dominis en el lloc dels serveis\n"
677 " -a --all Mostra tots els serveis, a pesar del tipus\n"
681 " -D --browse-domains Mostra els dominis en lloc dels serveis\n"
682 " -a --all Mostra tots els serveis, independentment del tipus\n"
678683 " -d --domain=DOMINI El domini a cercar\n"
679 " -v --verbose Activa el mode amb detalls\n"
680 " -t --terminate Finalitza després d'enmagatzemar una llista més o "
684 " -v --verbose Habilita el mode verbós\n"
685 " -t --terminate Finalitza després d'emmagatzemar una llista més o "
681686 "menys completa\n"
682 " -c --cache Acabar després de volcar totes les entrades de la "
687 " -c --cache Acaba després de bolcar totes les entrades de la "
683688 "memòria cau\n"
684689 " -l --ignore-local Ignora els serveis locals\n"
685690 " -r --resolve Resol els serveis trobats\n"
686 " -f --no-fail No fallis si el dimoni no és disponible\n"
691 " -f --no-fail No fallis si el dimoni no està disponible\n"
687692 " -p --parsable Imprimeix en un format analitzable\n"
688693
689694 #: ../avahi-utils/avahi-browse.c:660
691696 " -k --no-db-lookup Don't lookup service types\n"
692697 " -b --dump-db Dump service type database\n"
693698 msgstr ""
694 " -k --no-db-lookup No busquis tipus de serveis\n"
695 " -b --dump-db Volca la base de dades dels tipus de serveis\n"
699 " -k --no-db-lookup No cerquis tipus de serveis\n"
700 " -b --dump-db Bolca la base de dades del tipus de servei\n"
696701
697702 #: ../avahi-utils/avahi-browse.c:766 ../avahi-utils/avahi-resolve.c:219
698703 #, c-format
699704 msgid "Too few arguments\n"
700 msgstr "Manquen arguments\n"
705 msgstr "Molt pocs arguments\n"
701706
702707 #: ../avahi-utils/avahi-browse.c:821 ../avahi-utils/avahi-publish.c:378
703708 #: ../avahi-utils/avahi-resolve.c:264 ../avahi-utils/avahi-set-host-name.c:152
704709 #, c-format
705710 msgid "Failed to create simple poll object.\n"
706 msgstr "Error al crear un objecte d'enquestes simple.\n"
711 msgstr "Ha fallat la creació de l'objecte d'enquestes simple.\n"
707712
708713 #: ../avahi-utils/avahi-publish.c:76
709714 #, c-format
710715 msgid "Established under name '%s'\n"
711 msgstr "Estableix sota el nom '%s'\n"
716 msgstr "S'estableix sota el nom «%s»\n"
712717
713718 #: ../avahi-utils/avahi-publish.c:81
714719 #, c-format
715720 msgid "Failed to register: %s\n"
716 msgstr "Error en registrar: %s\n"
721 msgstr "Ha fallat el registre: %s\n"
717722
718723 #: ../avahi-utils/avahi-publish.c:94
719724 #, c-format
720725 msgid "Name collision, picking new name '%s'.\n"
721 msgstr "Conflicte amb els noms, s'ha escollit un nou nom '%s'.\n"
726 msgstr "Conflicte de noms, s'agafa un nou nom «%s».\n"
722727
723728 #: ../avahi-utils/avahi-publish.c:114
724729 #, c-format
725730 msgid "Failed to create entry group: %s\n"
726 msgstr "No s'ha pogut crear el grup buit: %s\n"
731 msgstr "Ha fallat la creació del grup buit: %s\n"
727732
728733 #: ../avahi-utils/avahi-publish.c:124
729734 #, c-format
730735 msgid "Failed to add address: %s\n"
731 msgstr "no s'ha pogut afegir l'adreça: %s\n"
736 msgstr "Ha fallat l'afegiment de l'adreça: %s\n"
732737
733738 #: ../avahi-utils/avahi-publish.c:134
734739 #, c-format
735740 msgid "Failed to add service: %s\n"
736 msgstr "No s'ha pogut afegir el servei: %s\n"
741 msgstr "Ha fallat l'afegiment del servei: %s\n"
737742
738743 #: ../avahi-utils/avahi-publish.c:140
739744 #, c-format
740745 msgid "Failed to add subtype '%s': %s\n"
741 msgstr "No s'ha pogut afegir el subtipus '%s': %s\n"
746 msgstr "Ha fallat l'afegiment del subtipus «%s»: %s\n"
742747
743748 #: ../avahi-utils/avahi-publish.c:191
744749 #, c-format
745750 msgid "Host name conflict\n"
746 msgstr "Conflicte amb el nom de l'ordinador\n"
751 msgstr "Conflicte amb el nom d'amfitrió\n"
747752
748753 #: ../avahi-utils/avahi-publish.c:216
749754 #, c-format
764769 " -f --no-fail Don't fail if the daemon is not available\n"
765770 msgstr ""
766771 "%s [opcions] %s <nom> <tipus> <port> [<txt ...>]\n"
767 "%s [opcions] %s <nom del host> <adreça>\n"
772 "%s [opcions] %s <nom-amfitrió> <adreça>\n"
768773 "\n"
769774 " -h --help Mostra aquesta ajuda\n"
770775 " -V --version Mostra la versió\n"
771776 " -s --service Publica el servei\n"
772777 " -a --address Publica l'adreça\n"
773 " -v --verbose Activa el mode amb detalls\n"
774 " -d --domain=DOMINI Domini dins el que publicar el servei\n"
775 " -H --host=DOMINI L'ordinador on està el servei\n"
776 " --subtype=SUBTIPUS Un subtipus adicional amb el que registrar el "
778 " -v --verbose Habilita el mode verbós\n"
779 " -d --domain=DOMINI El domini per publicar-hi el servei\n"
780 " -H --host=DOMINI L'amfitrió on resideix el servei\n"
781 " --subtype=SUBTIPUS Un subtipus addicional amb què registrar el "
777782 "servei\n"
778 " -f --no-fail No fallar si el dimoni no està disponible\n"
783 " -f --no-fail No fracassis si el dimoni no està disponible\n"
779784
780785 #: ../avahi-utils/avahi-publish.c:303 ../avahi-utils/avahi-publish.c:318
781786 #, c-format
785790 #: ../avahi-utils/avahi-publish.c:329
786791 #, c-format
787792 msgid "Failed to parse port number: %s\n"
788 msgstr "Error en analitzar el número de port: %s\n"
793 msgstr "Ha fallat l'anàlisi del número de port: %s\n"
789794
790795 #: ../avahi-utils/avahi-publish.c:361 ../avahi-utils/avahi-resolve.c:246
791796 #, c-format
792797 msgid "No command specified.\n"
793 msgstr "Ordre no especificada.\n"
798 msgstr "No s'ha especificat cap ordre.\n"
794799
795800 #: ../avahi-utils/avahi-resolve.c:89
796801 #, c-format
797802 msgid "Failed to resolve host name '%s': %s\n"
798 msgstr "No s'ha pogut resoldre el nom de l'ordinador '%s': %s\n"
803 msgstr "Ha fallat la resolució del nom d'amfitrió «%s»: %s\n"
799804
800805 #: ../avahi-utils/avahi-resolve.c:126
801806 #, c-format
802807 msgid "Failed to resolve address '%s': %s\n"
803 msgstr "No s'ha pogut analitzar l'adreça '%s': %s\n"
808 msgstr "Ha fallat la resolució de l'adreça «%s»: %s\n"
804809
805810 #: ../avahi-utils/avahi-resolve.c:157
806811 #, c-format
816821 " -6 Lookup IPv6 address\n"
817822 " -4 Lookup IPv4 address\n"
818823 msgstr ""
819 "%s [opcions] %s <nom de l'ordinador ...>\n"
824 "%s [opcions] %s <nom d'amfitrió ...>\n"
820825 "%s [options] %s <adreça ... >\n"
821826 "\n"
822827 " -h --help Mostra aquesta ajuda\n"
823828 " -V --version Mostra la versió\n"
824 " -n --name Resol el nom del host\n"
829 " -n --name Resol el nom d'amfitrió\n"
825830 " -a --address Resol l'adreça\n"
826 " -v --verbose Activa el mode amb detalls\n"
827 " -6 Llista les adreces IPv6\n"
828 " -4 Llista les adreces IPv4\n"
831 " -v --verbose Habilita el mode verbós\n"
832 " -6 Cerca a les adreces IPv6\n"
833 " -4 Cerca a les adreces IPv4\n"
829834
830835 #: ../avahi-utils/avahi-resolve.c:299 ../avahi-utils/avahi-set-host-name.c:181
831836 #, c-format
832837 msgid "Failed to create host name resolver: %s\n"
833 msgstr "No s'ha pogut crear el resoledor del nom de l'ordinador: %s\n"
838 msgstr "Ha fallat la creació de l'eina de resolució del nom d'amfitrió: %s\n"
834839
835840 #: ../avahi-utils/avahi-resolve.c:309
836841 #, c-format
837842 msgid "Failed to parse address '%s'\n"
838 msgstr "No s'ha pogut analitzar l'adreça '%s'\n"
843 msgstr "Ha fallat l'anàlisi de l'adreça «%s»\n"
839844
840845 #: ../avahi-utils/avahi-resolve.c:314
841846 #, c-format
842847 msgid "Failed to create address resolver: %s\n"
843 msgstr "No s'ha pogut crear el resolutor de l'adreça: %s\n"
848 msgstr "Ha fallat la creació de l'eina de resolució de l'adreça: %s\n"
844849
845850 #: ../avahi-utils/avahi-set-host-name.c:73
846851 #, c-format
855860 "\n"
856861 " -h --help Mostra aquesta ajuda\n"
857862 " -V --version Mostra la versió\n"
858 " -v --verbose Activa el mode amb detalls\n"
863 " -v --verbose Habilita el mode verbós\n"
859864
860865 #: ../avahi-utils/avahi-set-host-name.c:114
861866 #, c-format
865870 #: ../avahi-utils/avahi-set-host-name.c:193
866871 #, c-format
867872 msgid "Host name successfully changed to %s\n"
868 msgstr "S'ha canviat correctament el mon del host a %s\n"
873 msgstr "S'ha canviat correctament el nom d'amfitrió a %s\n"
+253
-258
po/cs.po less more
0 # Czech translation of avahi.
1 # Copyright (C) 2009 the author(s) of avahi.
2 # This file is distributed under the same license as the avahi package.
3 # Petr Kovar <pknbe@volny.cz>, 2009.
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
5 # Jiří Vírava <appukonrad@gmail.com>, 2012
46 msgid ""
57 msgstr ""
6 "Project-Id-Version: avahi\n"
8 "Project-Id-Version: Avahi\n"
79 "Report-Msgid-Bugs-To: \n"
8 "POT-Creation-Date: 2011-04-02 03:23+0200\n"
9 "PO-Revision-Date: 2009-08-17 02:10+0200\n"
10 "Last-Translator: Petr Kovar <pknbe@volny.cz>\n"
11 "Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
10 "POT-Creation-Date: 2015-10-10 13:24+0200\n"
11 "PO-Revision-Date: 2013-11-20 09:58+0000\n"
12 "Last-Translator: Jiří Vírava <appukonrad@gmail.com>\n"
13 "Language-Team: Czech (http://www.transifex.com/lennart/avahi/language/cs/)\n"
1214 "Language: cs\n"
1315 "MIME-Version: 1.0\n"
1416 "Content-Type: text/plain; charset=UTF-8\n"
4850 msgstr ""
4951
5052 #: ../avahi-common/error.c:38
51 #, fuzzy
5253 msgid "Local name collision"
53 msgstr "Lokální jméno souboru"
54 msgstr "Kolize lokálního jména"
5455
5556 #: ../avahi-common/error.c:39
5657 msgid "Invalid record"
6970 msgstr "Neplatné číslo portu"
7071
7172 #: ../avahi-common/error.c:44
72 #, fuzzy
7373 msgid "Invalid record key"
74 msgstr "Uložit klíč záznamu"
74 msgstr "Neplatný klíč záznamu"
7575
7676 #: ../avahi-common/error.c:45
77 #, fuzzy
7877 msgid "Invalid address"
79 msgstr "%s: adresa %s je nesprávná.\n"
78 msgstr "Neplatná adresa"
8079
8180 #: ../avahi-common/error.c:46
82 #, fuzzy
8381 msgid "Timeout reached"
84 msgstr "Čas vypršel"
82 msgstr "Dosaženo časového limitu"
8583
8684 #: ../avahi-common/error.c:47
8785 msgid "Too many clients"
9694 msgstr "Příliš mnoho položek"
9795
9896 #: ../avahi-common/error.c:50
99 #, fuzzy
10097 msgid "OS Error"
101 msgstr "Chyba při tisku"
98 msgstr "Chyba OS "
10299
103100 #: ../avahi-common/error.c:52
104101 msgid "Access denied"
109106 msgstr "Neplatná operace"
110107
111108 #: ../avahi-common/error.c:54
112 #, fuzzy
113109 msgid "An unexpected D-Bus error occurred"
114 msgstr "Došlo k následující chybě:"
110 msgstr "Neočekávaná chyba D-Bus"
115111
116112 #: ../avahi-common/error.c:55
117 #, fuzzy
118113 msgid "Daemon connection failed"
119 msgstr "Selhalo vzdálené připojení"
114 msgstr "Připojení démona selhalo"
120115
121116 #: ../avahi-common/error.c:56
122117 msgid "Memory exhausted"
124119
125120 #: ../avahi-common/error.c:57
126121 msgid "The object passed in was not valid"
127 msgstr ""
122 msgstr "Předaný objekt nebyl platný"
128123
129124 #: ../avahi-common/error.c:58
130 #, fuzzy
131125 msgid "Daemon not running"
132 msgstr "Klíčenkový démon neběží"
126 msgstr "Démon neběží"
133127
134128 #: ../avahi-common/error.c:59
135 #, fuzzy
136129 msgid "Invalid interface index"
137 msgstr "GIF: Neplatný index."
130 msgstr "Neplatný index rozhraní"
138131
139132 #: ../avahi-common/error.c:60
140 #, fuzzy
141133 msgid "Invalid protocol specification"
142 msgstr "Neplatná specifikace portu"
134 msgstr "Neplatná specifikace protokolu"
143135
144136 #: ../avahi-common/error.c:61
145 #, fuzzy
146137 msgid "Invalid flags"
147 msgstr "neplatné příznaky"
138 msgstr "Neplatné vlajky"
148139
149140 #: ../avahi-common/error.c:63
150 #, fuzzy
151141 msgid "Not found"
152 msgstr "Nenalezeno"
142 msgstr "Nebylo nalezeno"
153143
154144 #: ../avahi-common/error.c:64
155 #, fuzzy
156145 msgid "Invalid configuration"
157 msgstr "Nekompletní nebo neplatná konfigurace"
146 msgstr "Neplatná konfigurace"
158147
159148 #: ../avahi-common/error.c:65
160 #, fuzzy
161149 msgid "Version mismatch"
162 msgstr "Verze ABI %d.%d.x nesouhlasí (potřebuji %d.%d.x)"
150 msgstr "Neshoda verzí"
163151
164152 #: ../avahi-common/error.c:66
165 #, fuzzy
166153 msgid "Invalid service subtype"
167 msgstr "neplatné jméno autentizační služby \"%s\", ignorováno\n"
154 msgstr "Neplatný podtyp služby"
168155
169156 #: ../avahi-common/error.c:67
170 #, fuzzy
171157 msgid "Invalid packet"
172 msgstr "Chybná délka NCP rámce"
158 msgstr "Neplatný paket"
173159
174160 #: ../avahi-common/error.c:68
175 #, fuzzy
176161 msgid "Invalid DNS return code"
177 msgstr "špatná návratová hodnota eof()."
162 msgstr "Neplatný návratový kód DNS"
178163
179164 #: ../avahi-common/error.c:69
180165 msgid "DNS failure: FORMERR"
221206 msgstr "Neplatné RDATA"
222207
223208 #: ../avahi-common/error.c:81
224 #, fuzzy
225209 msgid "Invalid DNS type"
226 msgstr "Neplatná funkce typu: \"%s\""
210 msgstr "Neplatný typ DNS"
227211
228212 #: ../avahi-common/error.c:82
229 #, fuzzy
230213 msgid "Invalid DNS class"
231 msgstr "Neplatné jméno třídy znaků"
214 msgstr "Neplatná třída DNS"
232215
233216 #: ../avahi-common/error.c:83
234 #, fuzzy
235217 msgid "Not supported"
236218 msgstr "Nepodporováno"
237219
238220 #: ../avahi-common/error.c:85
239 #, fuzzy
240221 msgid "Not permitted"
241 msgstr "Glob není dovolen: %s\n"
222 msgstr "Není povoleno"
242223
243224 #: ../avahi-common/error.c:86
244 #, fuzzy
245225 msgid "Invalid argument"
246226 msgstr "Neplatný argument"
247227
248228 #: ../avahi-common/error.c:87
249 #, fuzzy
250229 msgid "Is empty"
251 msgstr "(je prázdný)"
230 msgstr "Je prázdné"
252231
253232 #: ../avahi-common/error.c:88
254233 msgid "The requested operation is invalid because redundant"
255 msgstr ""
234 msgstr "Požadovaná operace je neplatná, protože nadbytečná"
256235
257236 #: ../avahi-common/error.c:94
258 #, fuzzy
259237 msgid "Invalid Error Code"
260 msgstr "Neznámý kód chyby %d"
238 msgstr "Neplatný kód chyby"
261239
262240 #: ../avahi-discover-standalone/avahi-discover.ui.h:1
241 msgid "Avahi Discovery"
242 msgstr "Zjišťování přes Avahi"
243
244 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
263245 #: ../avahi-python/avahi-discover/avahi-discover.py:76
264 #, fuzzy
265246 msgid "<i>No service currently selected.</i>"
266 msgstr "Klikněte k odstranění právě zvolené služby"
267
268 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
269 #, fuzzy
270 msgid "Avahi Discovery"
271 msgstr "* Objev %s způsobí, že %s zastarajá.\n"
247 msgstr "<i> Žádná služba není aktuálně vybrána. </ i>"
272248
273249 #: ../avahi-python/avahi-discover/avahi-discover.desktop.in.in.h:1
274 #, fuzzy
275250 msgid "Avahi Zeroconf Browser"
276 msgstr "Webový prohlížeč Epiphany"
251 msgstr "Avahi Zeroconf Prohlížeč"
277252
278253 #: ../avahi-python/avahi-discover/avahi-discover.desktop.in.in.h:2
279254 msgid "Browse for Zeroconf services available on your network"
280 msgstr ""
255 msgstr "Procházet Zeroconf služeby dostupné na síti"
281256
282257 #: ../avahi-python/avahi-discover/avahi-discover.py:224
283258 msgid "TXT"
284 msgstr ""
259 msgstr "TXT"
285260
286261 #: ../avahi-python/avahi-discover/avahi-discover.py:226
287 #, fuzzy
288262 msgid "TXT Data:"
289 msgstr "Základní data"
263 msgstr "TXT Data:"
290264
291265 #: ../avahi-python/avahi-discover/avahi-discover.py:226
292 #, fuzzy
293266 msgid "empty"
294 msgstr "(je prázdný)"
267 msgstr "prázdné"
295268
296269 #: ../avahi-python/avahi-discover/avahi-discover.py:228
297 #, fuzzy
298270 msgid "Service Type:"
299 msgstr "Typ služby"
271 msgstr "Typ služby:"
300272
301273 #: ../avahi-python/avahi-discover/avahi-discover.py:229
302 #, fuzzy
303274 msgid "Service Name:"
304 msgstr "Pojmenovávací služba"
275 msgstr "Jméno služby:"
305276
306277 #: ../avahi-python/avahi-discover/avahi-discover.py:230
307 #, fuzzy
308278 msgid "Domain Name:"
309 msgstr "Doména"
279 msgstr "Jméno domény:"
310280
311281 #: ../avahi-python/avahi-discover/avahi-discover.py:231
312282 msgid "Interface:"
313 msgstr ""
283 msgstr "Rozhraní:"
314284
315285 #: ../avahi-python/avahi-discover/avahi-discover.py:232
316 #, fuzzy
317286 msgid "Address:"
318 msgstr "Adresa"
287 msgstr "Adresa:"
319288
320289 #: ../avahi-ui/avahi-ui.c:185
321 #, fuzzy
322290 msgid "Browse Service Types"
323 msgstr "typy musí souhlasit\n"
291 msgstr "Procházet typy služeb"
324292
325293 #: ../avahi-ui/avahi-ui.c:185
326294 msgid "A NULL terminated list of service types to browse for"
327295 msgstr ""
328296
329297 #: ../avahi-ui/avahi-ui.c:190
330 #, fuzzy
331298 msgid "Domain"
332299 msgstr "Doména"
333300
336303 msgstr ""
337304
338305 #: ../avahi-ui/avahi-ui.c:196
339 #, fuzzy
340306 msgid "Service Type"
341307 msgstr "Typ služby"
342308
343309 #: ../avahi-ui/avahi-ui.c:196
344 #, fuzzy
345310 msgid "The service type of the selected service"
346 msgstr "Neznámý typ služby: %s."
347
348 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1023
349 #, fuzzy
311 msgstr "Typ služby vybrané službě"
312
313 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1035
350314 msgid "Service Name"
351 msgstr "Pojmenovávací služba"
315 msgstr "Jméno služby"
352316
353317 #: ../avahi-ui/avahi-ui.c:202
354 #, fuzzy
355318 msgid "The service name of the selected service"
356 msgstr "Název vybraného písma"
319 msgstr "Jméno služby vybrané služby"
357320
358321 #: ../avahi-ui/avahi-ui.c:208
359 #, fuzzy
360322 msgid "Address"
361323 msgstr "Adresa"
362324
363325 #: ../avahi-ui/avahi-ui.c:208
364 #, fuzzy
365326 msgid "The address of the resolved service"
366 msgstr "Služba momentálně není k dispozici"
327 msgstr "Adressa rozpoznané služby"
367328
368329 #: ../avahi-ui/avahi-ui.c:213
369330 msgid "Port"
370331 msgstr "Port"
371332
372333 #: ../avahi-ui/avahi-ui.c:213
373 #, fuzzy
374334 msgid "The IP port number of the resolved service"
375 msgstr "Číslo TCP/IP portu indexovacího serveru"
335 msgstr "Číslo IP portu rozpoznané služby"
376336
377337 #: ../avahi-ui/avahi-ui.c:219
378 #, fuzzy
379338 msgid "Host Name"
380 msgstr "Jméno počítače"
339 msgstr "Jméno hostitele"
381340
382341 #: ../avahi-ui/avahi-ui.c:219
383 #, fuzzy
384342 msgid "The host name of the resolved service"
385 msgstr "Služba Knihy Adres"
343 msgstr ""
386344
387345 #: ../avahi-ui/avahi-ui.c:225
388 #, fuzzy
389346 msgid "TXT Data"
390 msgstr "Základní data"
347 msgstr "TXT Data"
391348
392349 #: ../avahi-ui/avahi-ui.c:225
393 #, fuzzy
394350 msgid "The TXT data of the resolved service"
395 msgstr "Požadavek činí data služby zastaralými"
351 msgstr ""
396352
397353 #: ../avahi-ui/avahi-ui.c:230
398 #, fuzzy
399354 msgid "Resolve Service"
400 msgstr "Nelze najít službu"
355 msgstr "Rozpoznat službu"
401356
402357 #: ../avahi-ui/avahi-ui.c:230
403358 msgid "Resolve the selected service automatically before returning"
404 msgstr ""
359 msgstr "Automaticky před návratem rozpoznat vybranou službu"
405360
406361 #: ../avahi-ui/avahi-ui.c:236
407 #, fuzzy
408362 msgid "Resolve Service Host Name"
409 msgstr " -f, --fqdn, --long dlouhé jméno počítače (kanonické)\n"
363 msgstr ""
410364
411365 #: ../avahi-ui/avahi-ui.c:236
412366 msgid ""
414368 msgstr ""
415369
416370 #: ../avahi-ui/avahi-ui.c:242
417 #, fuzzy
418371 msgid "Address family"
419 msgstr "Třída adres `%s' není známa.\n"
372 msgstr ""
420373
421374 #: ../avahi-ui/avahi-ui.c:242
422 #, fuzzy
423375 msgid "The address family for host name resolution"
424 msgstr "požadovaná rodina nepodporovaná tímto hostitelem"
376 msgstr ""
425377
426378 #: ../avahi-ui/avahi-ui.c:326
427 #, fuzzy, c-format
379 #, c-format
428380 msgid "Avahi client failure: %s"
429 msgstr "Chyba při čtení formátu GIF: %s"
381 msgstr "Avahi klient selhal: %s"
430382
431383 #: ../avahi-ui/avahi-ui.c:388
432 #, fuzzy, c-format
384 #, c-format
433385 msgid "Avahi resolver failure: %s"
434 msgstr "Chyba při čtení formátu GIF: %s"
386 msgstr "Avahi rozpoznávač selahl: %s"
435387
436388 #: ../avahi-ui/avahi-ui.c:518
437389 #, c-format
441393 #: ../avahi-ui/avahi-ui.c:519 ../avahi-utils/avahi-browse.c:168
442394 #: ../avahi-utils/avahi-browse.c:169 ../avahi-utils/avahi-browse.c:178
443395 #: ../avahi-utils/avahi-browse.c:179
444 #, fuzzy
445396 msgid "n/a"
446 msgstr "neznámo"
397 msgstr "-"
447398
448399 #: ../avahi-ui/avahi-ui.c:649
449 #, fuzzy, c-format
400 #, c-format
450401 msgid "Avahi domain browser failure: %s"
451 msgstr "Prohlížeč serverů SSH Avahi"
402 msgstr ""
452403
453404 #: ../avahi-ui/avahi-ui.c:684
454 #, fuzzy, c-format
405 #, c-format
455406 msgid "Failed to read Avahi domain: %s"
456 msgstr "Nepodařilo se číst metadata z „%s“: %s"
407 msgstr "Selhalo čtení Avahi domény: %s"
457408
458409 #: ../avahi-ui/avahi-ui.c:706
459410 msgid "Browse service type list is empty!"
460411 msgstr ""
461412
462413 #: ../avahi-ui/avahi-ui.c:717
463 #, fuzzy, c-format
414 #, c-format
464415 msgid "Failed to connect to Avahi server: %s"
465 msgstr "Spojení se serverem selhalo po %d pokusech\n"
416 msgstr "Selhalo připojení na Avahi server: %s"
466417
467418 #: ../avahi-ui/avahi-ui.c:735
419 msgid "Browsing for services on <b>local network</b>:"
420 msgstr "Procházení služeb na <b>místní síti</ b>:"
421
422 #: ../avahi-ui/avahi-ui.c:737
423 #, c-format
424 msgid "Browsing for services in domain <b>%s</b>:"
425 msgstr "Procházení služeb v doméně <b>%s</b>:"
426
427 #: ../avahi-ui/avahi-ui.c:773
428 #, c-format
429 msgid "Failed to create browser for %s: %s"
430 msgstr ""
431
432 #: ../avahi-ui/avahi-ui.c:907
433 #, c-format
434 msgid "Failed to create resolver for %s of type %s in domain %s: %s"
435 msgstr ""
436
437 #: ../avahi-ui/avahi-ui.c:982
438 #, c-format
439 msgid "Failed to create domain browser: %s"
440 msgstr ""
441
442 #: ../avahi-ui/avahi-ui.c:993
443 msgid "Change domain"
444 msgstr "Změnit doménu"
445
446 #: ../avahi-ui/avahi-ui.c:1043 ../avahi-ui/avahi-ui.c:1180
447 msgid "Browsing..."
448 msgstr "Procházení..."
449
450 #: ../avahi-ui/avahi-ui.c:1047 ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156
451 #: ../avahi-ui/bssh.c:161
468452 #, fuzzy
469 msgid "Browsing for services on <b>local network</b>:"
470 msgstr "Vyhledávání SMPPPD v místní síti..."
471
472 #: ../avahi-ui/avahi-ui.c:737
473 #, c-format
474 msgid "Browsing for services in domain <b>%s</b>:"
475 msgstr ""
476
477 #: ../avahi-ui/avahi-ui.c:773
478 #, fuzzy, c-format
479 msgid "Failed to create browser for %s: %s"
480 msgstr "Nelze vytvořit klíč registrů pro soubory '%s'."
481
482 #: ../avahi-ui/avahi-ui.c:903
483 #, c-format
484 msgid "Failed to create resolver for %s of type %s in domain %s: %s"
485 msgstr ""
486
487 #: ../avahi-ui/avahi-ui.c:978
488 #, fuzzy, c-format
489 msgid "Failed to create domain browser: %s"
490 msgstr "Nemohu vytvořit socket IPv4: %s\n"
491
492 #: ../avahi-ui/avahi-ui.c:989
453 msgid "_Cancel"
454 msgstr "Zrušeno.\n"
455
456 #: ../avahi-ui/avahi-ui.c:1048
493457 #, fuzzy
494 msgid "Change domain"
495 msgstr "Doména autentizace"
496
497 #: ../avahi-ui/avahi-ui.c:1031 ../avahi-ui/avahi-ui.c:1162
498 #, fuzzy
499 msgid "Browsing..."
500 msgstr "Prohlížení"
501
502 #: ../avahi-ui/avahi-ui.c:1120
503 #, fuzzy
458 msgid "_OK"
459 msgstr "Budiž"
460
461 #: ../avahi-ui/avahi-ui.c:1134
504462 msgid "Initializing..."
505 msgstr "Inicializuje se..."
506
507 #: ../avahi-ui/avahi-ui.c:1144
508 #, fuzzy
463 msgstr "Inicializace..."
464
465 #: ../avahi-ui/avahi-ui.c:1162
509466 msgid "Location"
510467 msgstr "Umístění"
511468
512 #: ../avahi-ui/avahi-ui.c:1149 ../avahi-utils/avahi-browse.c:553
513 #, fuzzy
469 #: ../avahi-ui/avahi-ui.c:1167 ../avahi-utils/avahi-browse.c:553
514470 msgid "Name"
515 msgstr "Název"
516
517 #: ../avahi-ui/avahi-ui.c:1154 ../avahi-utils/avahi-browse.c:553
518 #, fuzzy
471 msgstr "Jméno"
472
473 #: ../avahi-ui/avahi-ui.c:1172 ../avahi-utils/avahi-browse.c:553
519474 msgid "Type"
520475 msgstr "Typ"
521476
522 #: ../avahi-ui/avahi-ui.c:1166
523 #, fuzzy
477 #: ../avahi-ui/avahi-ui.c:1184
524478 msgid "_Domain..."
525 msgstr "Doména"
479 msgstr "_Doména..."
526480
527481 #: ../avahi-ui/bssh.c:55
528482 #, c-format
535489 " -S --shell Browse both SSH and VNC\n"
536490 " -d --domain=DOMAIN The domain to browse in\n"
537491 msgstr ""
492 "%s [options]\n"
493 "\n"
494 " -h --help Zobrazit tuto nápovědu\n"
495 " -s --ssh Procházet SSH servery\n"
496 " -v --vnc Procházet VNC servery\n"
497 " -S --shell Procházet SSH a VNC servery\n"
498 " -d --domain=DOMAIN Zadání domény k procházení\n"
538499
539500 #: ../avahi-ui/bssh.c:101 ../avahi-utils/avahi-browse.c:775
540 #, fuzzy, c-format
501 #, c-format
541502 msgid "Too many arguments\n"
542 msgstr "%s: příliš mnoho argumentů\n"
503 msgstr "Příliš mnoho argumentů\n"
543504
544505 #: ../avahi-ui/bssh.c:149
545 #, fuzzy
546506 msgid "Choose Shell Server"
547 msgstr "*** Prosím zvolte server"
507 msgstr "Vyberte Shell Server"
508
509 #: ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156 ../avahi-ui/bssh.c:161
510 msgid "C_onnect"
511 msgstr ""
548512
549513 #: ../avahi-ui/bssh.c:151
550 #, fuzzy
551514 msgid "Desktop"
552 msgstr "Pracovní plocha"
515 msgstr "Plocha"
553516
554517 #: ../avahi-ui/bssh.c:152
555 #, fuzzy
556518 msgid "Terminal"
557519 msgstr "Terminál"
558520
559521 #: ../avahi-ui/bssh.c:156
560 #, fuzzy
561522 msgid "Choose VNC server"
562 msgstr "*** Prosím zvolte server"
523 msgstr "Vyberte VNC server"
563524
564525 #: ../avahi-ui/bssh.c:161
565 #, fuzzy
566526 msgid "Choose SSH server"
567 msgstr "*** Prosím zvolte server"
527 msgstr "Vyberte SSH server"
568528
569529 #: ../avahi-ui/bssh.c:185
570 #, fuzzy, c-format
530 #, c-format
571531 msgid "Connecting to '%s' ...\n"
572 msgstr "Připojuji se k: %s"
532 msgstr "Připojování k '%s' ...\n"
573533
574534 #: ../avahi-ui/bssh.c:240
575 #, fuzzy, c-format
535 #, c-format
576536 msgid "execlp() failed: %s\n"
577 msgstr "Autentizace selhala"
537 msgstr "execlp() selhalo: %s\n"
578538
579539 #: ../avahi-ui/bssh.c:250
580 #, fuzzy, c-format
540 #, c-format
581541 msgid "Canceled.\n"
582 msgstr "Zrušeno"
542 msgstr "Zrušeno.\n"
583543
584544 #: ../avahi-ui/bssh.desktop.in.in.h:1
585 #, fuzzy
586545 msgid "Avahi SSH Server Browser"
587 msgstr "Úspěšně přihlášen k SSH serveru %s\n"
546 msgstr ""
588547
589548 #: ../avahi-ui/bssh.desktop.in.in.h:2
590549 msgid "Browse for Zeroconf-enabled SSH Servers"
591550 msgstr ""
592551
593552 #: ../avahi-ui/bvnc.desktop.in.in.h:1
594 #, fuzzy
595553 msgid "Avahi VNC Server Browser"
596 msgstr "Prohlížeč serverů SSH Avahi"
554 msgstr ""
597555
598556 #: ../avahi-ui/bvnc.desktop.in.in.h:2
599557 msgid "Browse for Zeroconf-enabled VNC Servers"
600558 msgstr ""
601559
602560 #: ../avahi-utils/avahi-browse.c:107
603 #, fuzzy, c-format
561 #, c-format
604562 msgid ": All for now\n"
605 msgstr "Statistiky pro všechny:\n"
563 msgstr ""
606564
607565 #: ../avahi-utils/avahi-browse.c:118
608 #, fuzzy, c-format
566 #, c-format
609567 msgid ": Cache exhausted\n"
610 msgstr "paměť vyčerpána"
568 msgstr ""
569 ": Cache vačerpána\n"
570 "\n"
611571
612572 #: ../avahi-utils/avahi-browse.c:239 ../avahi-utils/avahi-browse.c:261
613573 #, c-format
614574 msgid "Failed to resolve service '%s' of type '%s' in domain '%s': %s\n"
615 msgstr ""
575 msgstr "Selhalo rozpoznání služby '%s' typu '%s' v doméně '%s': %s\n"
616576
617577 #: ../avahi-utils/avahi-browse.c:340
618 #, fuzzy, c-format
578 #, c-format
619579 msgid "service_browser failed: %s\n"
620 msgstr "Příkaz pro prohlížeč selhal: %s"
580 msgstr ""
621581
622582 #: ../avahi-utils/avahi-browse.c:378
623583 #, c-format
625585 msgstr ""
626586
627587 #: ../avahi-utils/avahi-browse.c:414
628 #, fuzzy, c-format
588 #, c-format
629589 msgid "service_type_browser failed: %s\n"
630 msgstr "Typ [%s] se nepodařilo zjistit.\n"
590 msgstr ""
631591
632592 #: ../avahi-utils/avahi-browse.c:444
633593 #, c-format
641601
642602 #: ../avahi-utils/avahi-browse.c:535 ../avahi-utils/avahi-publish.c:394
643603 #: ../avahi-utils/avahi-resolve.c:280 ../avahi-utils/avahi-set-host-name.c:168
644 #, fuzzy, c-format
604 #, c-format
645605 msgid "Failed to query version string: %s\n"
646 msgstr "Nelze vytvořit DDE řeťezec"
606 msgstr "Nepodařil se dotaz na řetězec verze: %s\n"
647607
648608 #: ../avahi-utils/avahi-browse.c:540 ../avahi-utils/avahi-publish.c:399
649609 #: ../avahi-utils/avahi-resolve.c:285 ../avahi-utils/avahi-set-host-name.c:173
650610 #: ../avahi-utils/avahi-set-host-name.c:189
651 #, fuzzy, c-format
611 #, c-format
652612 msgid "Failed to query host name: %s\n"
653 msgstr "Pokus o spojení s hostitelem selhal."
613 msgstr "Nepodařil se dotaz na název hostitele: %s\n"
654614
655615 #: ../avahi-utils/avahi-browse.c:544 ../avahi-utils/avahi-publish.c:403
656616 #: ../avahi-utils/avahi-resolve.c:289 ../avahi-utils/avahi-set-host-name.c:177
657 #, fuzzy, c-format
617 #, c-format
658618 msgid "Server version: %s; Host name: %s\n"
659 msgstr "Jméno nebo adresa serveru."
619 msgstr ""
620 "Server verze: %s; Jméno hostitele: %s\n"
621 "\n"
660622
661623 #. Translators: This is a column heading with abbreviations for
662624 #. * Event (+/-), Network Interface, Protocol (IPv4/v6), Domain
663625 #: ../avahi-utils/avahi-browse.c:549
664 #, fuzzy, c-format
626 #, c-format
665627 msgid "E Ifce Prot Domain\n"
666 msgstr "Určit název domény"
628 msgstr ""
667629
668630 #. Translators: This is a column heading with abbreviations for
669631 #. * Event (+/-), Network Interface, Protocol (IPv4/v6), Domain
674636
675637 #. We have been disconnected, so let reconnect
676638 #: ../avahi-utils/avahi-browse.c:585 ../avahi-utils/avahi-publish.c:163
677 #, fuzzy, c-format
639 #, c-format
678640 msgid "Disconnected, reconnecting ...\n"
679 msgstr "Znovu se připojuji na %s"
641 msgstr "Odpojeno, připojuji znovu ...\n"
680642
681643 #: ../avahi-utils/avahi-browse.c:599 ../avahi-utils/avahi-browse.c:829
682644 #: ../avahi-utils/avahi-publish.c:170 ../avahi-utils/avahi-publish.c:386
683645 #: ../avahi-utils/avahi-resolve.c:272 ../avahi-utils/avahi-set-host-name.c:160
684 #, fuzzy, c-format
646 #, c-format
685647 msgid "Failed to create client object: %s\n"
686 msgstr "sdílený objekt `%s' se nepodařilo zavést"
648 msgstr "Nepodařil se vytvořit objekt klienta: %s\n"
687649
688650 #: ../avahi-utils/avahi-browse.c:604 ../avahi-utils/avahi-publish.c:175
689651 #: ../avahi-utils/avahi-resolve.c:143 ../avahi-utils/avahi-set-host-name.c:59
690 #, fuzzy, c-format
652 #, c-format
691653 msgid "Client failure, exiting: %s\n"
692 msgstr "Nelze spustit %s. Konec."
654 msgstr "Klient selhal, ukončení: %s\n"
693655
694656 #: ../avahi-utils/avahi-browse.c:623 ../avahi-utils/avahi-publish.c:206
695 #, fuzzy, c-format
657 #, c-format
696658 msgid "Waiting for daemon ...\n"
697 msgstr "Čekám na odpověď..."
659 msgstr "Čekání na démona ...\n"
698660
699661 #: ../avahi-utils/avahi-browse.c:647
700662 msgid ""
712674 " -f --no-fail Don't fail if the daemon is not available\n"
713675 " -p --parsable Output in parsable format\n"
714676 msgstr ""
677 " -h --help Zobrazit tuto nápovědu\n"
678 " -V --version Zobrazit verzi\n"
679 " -D --browse-domains Procházet zadané domény místo služeb\n"
680 " -a --all Zobrazit všechny služeby, bez ohledu na typ\n"
681 " -d --domain=DOMAIN Zadání domény k procházení\n"
682 " -v --verbose Povolit podrobný režim\n"
683 " -t --terminate Ukončit, až po dumpingu více či méně úplného seznamu\n"
684 " -c --cache Ukončit, až po výpisu všech položek z mezipaměti\n"
685 " -l --ignore-local Ignorovat místní služby\n"
686 " -r --resolve Rozlišovat nalezené služby\n"
687 " -f --no-fail Zamezit selhání v případě, že démon není k "
688 "dispozici\n"
689 " -p --parsable Výstup v rozloženém formátu\n"
715690
716691 #: ../avahi-utils/avahi-browse.c:660
717692 msgid ""
718693 " -k --no-db-lookup Don't lookup service types\n"
719694 " -b --dump-db Dump service type database\n"
720695 msgstr ""
696 " -k --no-db-lookup Nezjišťovat typ služby databáze\n"
697 " -b --dump-db Vypsat typ služby databáze\n"
721698
722699 #: ../avahi-utils/avahi-browse.c:766 ../avahi-utils/avahi-resolve.c:219
723 #, fuzzy, c-format
700 #, c-format
724701 msgid "Too few arguments\n"
725 msgstr "Příliš málo argumentů."
702 msgstr "Příliš málo argumentů\n"
726703
727704 #: ../avahi-utils/avahi-browse.c:821 ../avahi-utils/avahi-publish.c:378
728705 #: ../avahi-utils/avahi-resolve.c:264 ../avahi-utils/avahi-set-host-name.c:152
731708 msgstr ""
732709
733710 #: ../avahi-utils/avahi-publish.c:76
734 #, fuzzy, c-format
711 #, c-format
735712 msgid "Established under name '%s'\n"
736 msgstr "Název ikony s logem"
713 msgstr "Založeno pod jménem '%s'\n"
737714
738715 #: ../avahi-utils/avahi-publish.c:81
739 #, fuzzy, c-format
716 #, c-format
740717 msgid "Failed to register: %s\n"
741 msgstr ""
742 "Nepodařilo se zaregistrovat funkci pro obsloužení události \"zavření okna\""
718 msgstr "Nepodařilo se zaregistrovat: %s\n"
743719
744720 #: ../avahi-utils/avahi-publish.c:94
745 #, fuzzy, c-format
721 #, c-format
746722 msgid "Name collision, picking new name '%s'.\n"
747 msgstr "Zadání názvu nové složky"
723 msgstr "Kolize jmen, vyberte nové jméno '%s'.\n"
748724
749725 #: ../avahi-utils/avahi-publish.c:114
750 #, fuzzy, c-format
726 #, c-format
751727 msgid "Failed to create entry group: %s\n"
752 msgstr "Nelze vytvořit klíč registrů pro soubory '%s'."
728 msgstr "Nepodařilo se vytvořit zadanou skupinu: %s\n"
753729
754730 #: ../avahi-utils/avahi-publish.c:124
755 #, fuzzy, c-format
731 #, c-format
756732 msgid "Failed to add address: %s\n"
757 msgstr "Přidat do adresáře"
733 msgstr "Nepodařilo se přidat adresu: %s\n"
758734
759735 #: ../avahi-utils/avahi-publish.c:134
760 #, fuzzy, c-format
736 #, c-format
761737 msgid "Failed to add service: %s\n"
762 msgstr "Klikněte k přidání služby"
738 msgstr "Nepodařilo se přidat službu: %s\n"
763739
764740 #: ../avahi-utils/avahi-publish.c:140
765 #, fuzzy, c-format
741 #, c-format
766742 msgid "Failed to add subtype '%s': %s\n"
767 msgstr "Nepodařilo se přidat zprávu:\n"
743 msgstr "Selhalo přidání podtypu '%s': %s\n"
768744
769745 #: ../avahi-utils/avahi-publish.c:191
770 #, fuzzy, c-format
746 #, c-format
771747 msgid "Host name conflict\n"
772 msgstr " -s, --short krátké jméno počítače\n"
748 msgstr "Konflikt jména hostitele\n"
773749
774750 #: ../avahi-utils/avahi-publish.c:216
775751 #, c-format
789765 " -R --no-reverse Do not publish reverse entry with address\n"
790766 " -f --no-fail Don't fail if the daemon is not available\n"
791767 msgstr ""
768 "%s [options] %s <jméno> <typ> <port> [<txt ...>]\n"
769 "%s [options] %s <jméno hostitele> <adresa>\n"
770 "\n"
771 " -h --help Zobrazit tuto nápovědu\n"
772 " -V --version Zobrazit verzi\n"
773 " -s --service Zveřejnit službu\n"
774 " -a --address Zveřejnit adresu\n"
775 " -v --verbose Povolit podrobný režim\n"
776 " -d --domain=DOMAIN Zveřejnit doménu ve službě\n"
777 " -H --host=DOMAIN Umístění hostitele služby\n"
778 " --subtype=SUBTYPE Zaregistrovat další podtyp na tuto službu\n"
779 " -R --no-reverse Nezveřejňovat reverzní záznam s adresou\n"
780 " -f --no-fail Nenechat selhat, pokud není démon "
781 "dostupný\n"
792782
793783 #: ../avahi-utils/avahi-publish.c:303 ../avahi-utils/avahi-publish.c:318
794 #, fuzzy, c-format
784 #, c-format
795785 msgid "Bad number of arguments\n"
796 msgstr "chybný počet argumentů"
786 msgstr "Špatný počet argumentů\n"
797787
798788 #: ../avahi-utils/avahi-publish.c:329
799 #, fuzzy, c-format
789 #, c-format
800790 msgid "Failed to parse port number: %s\n"
801 msgstr "Nemohu zpracovat soubor XML \"%s\""
791 msgstr "Nepodařilo se zpracovat číslo portu: %s\n"
802792
803793 #: ../avahi-utils/avahi-publish.c:361 ../avahi-utils/avahi-resolve.c:246
804 #, fuzzy, c-format
794 #, c-format
805795 msgid "No command specified.\n"
806 msgstr "Nebyl uveden žádný příkaz."
796 msgstr "Nebyl zadán žádný příkaz.\n"
807797
808798 #: ../avahi-utils/avahi-resolve.c:89
809 #, fuzzy, c-format
799 #, c-format
810800 msgid "Failed to resolve host name '%s': %s\n"
811 msgstr "Pokus o spojení s hostitelem selhal."
801 msgstr ""
812802
813803 #: ../avahi-utils/avahi-resolve.c:126
814 #, fuzzy, c-format
804 #, c-format
815805 msgid "Failed to resolve address '%s': %s\n"
816 msgstr "Nemohu rozpoznat nebo rozšířit '%s"
806 msgstr "Selhalo rozpoznání adresy '%s': %s\n"
817807
818808 #: ../avahi-utils/avahi-resolve.c:157
819809 #, c-format
831821 msgstr ""
832822
833823 #: ../avahi-utils/avahi-resolve.c:299 ../avahi-utils/avahi-set-host-name.c:181
834 #, fuzzy, c-format
824 #, c-format
835825 msgid "Failed to create host name resolver: %s\n"
836 msgstr "Nelze vytvořit jméno dočasného souboru"
826 msgstr ""
837827
838828 #: ../avahi-utils/avahi-resolve.c:309
839 #, fuzzy, c-format
829 #, c-format
840830 msgid "Failed to parse address '%s'\n"
841 msgstr "Analýza vCard se nezdařila."
831 msgstr "Nepodařilo se zpracovat adresu '%s'\n"
842832
843833 #: ../avahi-utils/avahi-resolve.c:314
844 #, fuzzy, c-format
834 #, c-format
845835 msgid "Failed to create address resolver: %s\n"
846 msgstr "Nemohu vytvořit socket IPv4: %s\n"
836 msgstr ""
847837
848838 #: ../avahi-utils/avahi-set-host-name.c:73
849839 #, c-format
854844 " -V --version Show version\n"
855845 " -v --verbose Enable verbose mode\n"
856846 msgstr ""
847 "%s [options] <Nový název hostitele>\n"
848 "\n"
849 " -h --help Zobratit tutu nápovědu\n"
850 " -V --version Zobrazit verzi\n"
851 " -v --verbose Povolit podrobný režim\n"
857852
858853 #: ../avahi-utils/avahi-set-host-name.c:114
859854 #, c-format
860855 msgid "Invalid number of arguments, expecting exactly one.\n"
861 msgstr ""
856 msgstr "Chybný počet argumentů, očekáván přesně jeden.\n"
862857
863858 #: ../avahi-utils/avahi-set-host-name.c:193
864 #, fuzzy, c-format
859 #, c-format
865860 msgid "Host name successfully changed to %s\n"
866 msgstr "Místní adresář úspěšně změněn na %s\n"
861 msgstr "Název hostitele úspěšně změněn na %s\n"
0 # Danish translation for avahi.
1 # Copyright (C) 2010 avahi & nedenstående oversættere.
2 # This file is distributed under the same license as the avahi package.
3 # Joe Hansen <joedalton2@yahoo.dk>, 2010.
4 # Korrekturlæst Ask, 2010.
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
53 #
6 # konventioner:
7 # browse -> gennemse
8 # resolve -> opløs
9 # resolver -> opløser ? (gnome gvfs)
10 #
4 # Translators:
115 msgid ""
126 msgstr ""
13 "Project-Id-Version: avahi\n"
7 "Project-Id-Version: Avahi\n"
148 "Report-Msgid-Bugs-To: \n"
15 "POT-Creation-Date: 2011-04-02 03:23+0200\n"
16 "PO-Revision-Date: 2010-08-24 21:06+0100\n"
17 "Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
18 "Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
9 "POT-Creation-Date: 2015-10-10 13:24+0200\n"
10 "PO-Revision-Date: 2010-11-29 23:19+0000\n"
11 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12 "Language-Team: Danish (http://www.transifex.com/lennart/avahi/language/da/)\n"
1913 "Language: da\n"
2014 "MIME-Version: 1.0\n"
21 "Content-Type: text/plain; charset=utf-8\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
2216 "Content-Transfer-Encoding: 8bit\n"
17 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
2318
2419 #: ../avahi-common/error.c:30
2520 msgid "OK"
4540 msgid "No suitable network protocol available"
4641 msgstr "Ingen egnet netværksprotokol tilgængelig"
4742
48 # TTL -> var en forkortelse for Time to live
49 # måske bedre at sige DNS-tidslængde fremfor DNS-TTL?
5043 #: ../avahi-common/error.c:36
5144 msgid "Invalid DNS TTL"
5245 msgstr "Ugyldig DNS-TTL"
5346
54 # hvad er dette?
5547 #: ../avahi-common/error.c:37
5648 msgid "Resource record key is pattern"
5749 msgstr "Ressourcepostnøgle er mønster"
8476 msgid "Invalid address"
8577 msgstr "Ugyldig adresse"
8678
87 # Tidsudløb nået
8879 #: ../avahi-common/error.c:46
8980 msgid "Timeout reached"
9081 msgstr "Tiden løb ud"
246237 msgstr "Ugyldig fejlkode"
247238
248239 #: ../avahi-discover-standalone/avahi-discover.ui.h:1
240 msgid "Avahi Discovery"
241 msgstr "Avahi Discovery"
242
243 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
249244 #: ../avahi-python/avahi-discover/avahi-discover.py:76
250245 msgid "<i>No service currently selected.</i>"
251246 msgstr "<i>Ingen tjeneste valgt i øjeblikket.</i>"
252247
253 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
254 msgid "Avahi Discovery"
255 msgstr "Avahi Discovery"
256
257248 #: ../avahi-python/avahi-discover/avahi-discover.desktop.in.in.h:1
258249 msgid "Avahi Zeroconf Browser"
259250 msgstr "Avahi Zeroconf-browser"
318309 msgid "The service type of the selected service"
319310 msgstr "Tjenestetypen på den valgte tjeneste"
320311
321 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1023
312 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1035
322313 msgid "Service Name"
323314 msgstr "Tjenestenavn"
324315
388379 msgid "Avahi client failure: %s"
389380 msgstr "Klientfejl for Avahi: %s"
390381
391 # GNOME gvfs: har opløser for resolver.
392 # måske klarlægger
393382 #: ../avahi-ui/avahi-ui.c:388
394383 #, c-format
395384 msgid "Avahi resolver failure: %s"
396385 msgstr "Opløserfejl for Avahi: %s"
397386
398 # måske omvendt og omarrangér %s'erne:
399 # Kunne ikke gennemse domæne %$2s for tjenestetype %$1s: %$3s
400 # (det er muligt at det er $%2s el. tilsv., kan ikke lige huske formatet)
401387 #: ../avahi-ui/avahi-ui.c:518
402388 #, c-format
403389 msgid "Browsing for service type %s in domain %s failed: %s"
442428 msgid "Failed to create browser for %s: %s"
443429 msgstr "Kunne ikke oprette browser for %s: %s"
444430
445 #: ../avahi-ui/avahi-ui.c:903
431 #: ../avahi-ui/avahi-ui.c:907
446432 #, c-format
447433 msgid "Failed to create resolver for %s of type %s in domain %s: %s"
448434 msgstr "Kunne ikke oprette opløser for %s af typen %s i domæne %s: %s"
449435
450 #: ../avahi-ui/avahi-ui.c:978
436 #: ../avahi-ui/avahi-ui.c:982
451437 #, c-format
452438 msgid "Failed to create domain browser: %s"
453439 msgstr "Kunne ikke oprette domænebrowser: %s"
454440
455 #: ../avahi-ui/avahi-ui.c:989
441 #: ../avahi-ui/avahi-ui.c:993
456442 msgid "Change domain"
457443 msgstr "Ændr domæne"
458444
459 #: ../avahi-ui/avahi-ui.c:1031 ../avahi-ui/avahi-ui.c:1162
445 #: ../avahi-ui/avahi-ui.c:1043 ../avahi-ui/avahi-ui.c:1180
460446 msgid "Browsing..."
461447 msgstr "Gennemser..."
462448
463 #: ../avahi-ui/avahi-ui.c:1120
449 #: ../avahi-ui/avahi-ui.c:1047 ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156
450 #: ../avahi-ui/bssh.c:161
451 #, fuzzy
452 msgid "_Cancel"
453 msgstr "Afbrudt.\n"
454
455 #: ../avahi-ui/avahi-ui.c:1048
456 #, fuzzy
457 msgid "_OK"
458 msgstr "O.k."
459
460 #: ../avahi-ui/avahi-ui.c:1134
464461 msgid "Initializing..."
465462 msgstr "Initialiserer..."
466463
467 #: ../avahi-ui/avahi-ui.c:1144
464 #: ../avahi-ui/avahi-ui.c:1162
468465 msgid "Location"
469466 msgstr "Sted"
470467
471 #: ../avahi-ui/avahi-ui.c:1149 ../avahi-utils/avahi-browse.c:553
468 #: ../avahi-ui/avahi-ui.c:1167 ../avahi-utils/avahi-browse.c:553
472469 msgid "Name"
473470 msgstr "Navn"
474471
475 #: ../avahi-ui/avahi-ui.c:1154 ../avahi-utils/avahi-browse.c:553
472 #: ../avahi-ui/avahi-ui.c:1172 ../avahi-utils/avahi-browse.c:553
476473 msgid "Type"
477474 msgstr "Type"
478475
479 #: ../avahi-ui/avahi-ui.c:1166
476 #: ../avahi-ui/avahi-ui.c:1184
480477 msgid "_Domain..."
481478 msgstr "_Domæne..."
482479
508505 msgid "Choose Shell Server"
509506 msgstr "Vælg skalserver"
510507
508 #: ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156 ../avahi-ui/bssh.c:161
509 msgid "C_onnect"
510 msgstr ""
511
511512 #: ../avahi-ui/bssh.c:151
512513 msgid "Desktop"
513514 msgstr "Skrivebord"
534535 msgid "execlp() failed: %s\n"
535536 msgstr "execlp() mislykkedes: %s\n"
536537
537 # engelsk fejl?
538538 #: ../avahi-ui/bssh.c:250
539539 #, c-format
540540 msgid "Canceled.\n"
556556 msgid "Browse for Zeroconf-enabled VNC Servers"
557557 msgstr "Gennemse for Zeroconf-aktiverede VNC-servere"
558558
559 # eller alle?
560 # (tror den er o.k.)
561559 #: ../avahi-utils/avahi-browse.c:107
562560 #, c-format
563561 msgid ": All for now\n"
617615 msgid "Server version: %s; Host name: %s\n"
618616 msgstr "Serverversion: %s; værtsnavn: %s\n"
619617
620 # Ifce ~ interface ~ grænseflade ~ GrFl
621 # dog er det måske en dum idé at skrive dette hvis der ikke er en
622 # oversat dokumentation for dette også
623 # E er også event, burde blive til B. Igen, hvis vi ikke kan oversætte
624 # dokumentationen, bør det nok beholdes...
625618 #. Translators: This is a column heading with abbreviations for
626619 #. * Event (+/-), Network Interface, Protocol (IPv4/v6), Domain
627620 #: ../avahi-utils/avahi-browse.c:549
692685 " -f --no-fail Giv ikke fejl hvis dæmonen ikke er tilgængelig\n"
693686 " -p --parsable Uddata i fortolkeligt format\n"
694687
695 # evt. smid -> dump
696 # (tror det er i betydningen 'gem')
697688 #: ../avahi-utils/avahi-browse.c:660
698689 msgid ""
699690 " -k --no-db-lookup Don't lookup service types\n"
0 # German translation of avahi
1 # Copyright (C) 2008 Avahi
2 # This file is distributed under the same license as the avahi package.
3 # Fabian Affolter <fab@fedoraproject.org>, 2008-2009.
4 # Cornelius Neckenig <tbull@fedoraproject.org>, 2009.
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
53 #
4 # Translators:
5 # Fabian Affolter <fab@fedoraproject.org>, 2011
6 # Mario Blättermann <mario.blaettermann@gmail.com>, 2011
67 msgid ""
78 msgstr ""
8 "Project-Id-Version: audit-viewer\n"
9 "Project-Id-Version: Avahi\n"
910 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2011-04-02 03:23+0200\n"
11 "PO-Revision-Date: 2009-04-18 22:48+0100\n"
12 "Last-Translator: Cornelius Neckenig <tbull@fedoraproject.org>\n"
13 "Language-Team: German <fedora-trans-de@redhat.com>\n"
11 "POT-Creation-Date: 2015-10-10 13:24+0200\n"
12 "PO-Revision-Date: 2013-11-20 09:58+0000\n"
13 "Last-Translator: Mario Blättermann <mario.blaettermann@gmail.com>\n"
14 "Language-Team: German (http://www.transifex.com/lennart/avahi/language/de/)\n"
1415 "Language: de\n"
1516 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=utf-8\n"
17 "Content-Type: text/plain; charset=UTF-8\n"
1718 "Content-Transfer-Encoding: 8bit\n"
1819 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19 "X-Poedit-Language: German\n"
2020
2121 #: ../avahi-common/error.c:30
2222 msgid "OK"
239239 msgstr "Ungültiger Fehlercode"
240240
241241 #: ../avahi-discover-standalone/avahi-discover.ui.h:1
242 msgid "Avahi Discovery"
243 msgstr "Avahi Discovery"
244
245 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
242246 #: ../avahi-python/avahi-discover/avahi-discover.py:76
243247 msgid "<i>No service currently selected.</i>"
244248 msgstr "<i>Momentan ist kein Dienst ausgewählt.</i>"
245249
246 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
247 msgid "Avahi Discovery"
248 msgstr "Avahi Discovery"
249
250250 #: ../avahi-python/avahi-discover/avahi-discover.desktop.in.in.h:1
251251 msgid "Avahi Zeroconf Browser"
252252 msgstr "Avahi Zeroconf Browser"
257257
258258 #: ../avahi-python/avahi-discover/avahi-discover.py:224
259259 msgid "TXT"
260 msgstr ""
260 msgstr "TXT"
261261
262262 #: ../avahi-python/avahi-discover/avahi-discover.py:226
263263 msgid "TXT Data:"
264264 msgstr "TXT-Daten:"
265265
266266 #: ../avahi-python/avahi-discover/avahi-discover.py:226
267 #, fuzzy
268267 msgid "empty"
269 msgstr "ist leer"
268 msgstr "leer"
270269
271270 #: ../avahi-python/avahi-discover/avahi-discover.py:228
272271 msgid "Service Type:"
290289
291290 #: ../avahi-ui/avahi-ui.c:185
292291 msgid "Browse Service Types"
293 msgstr "Durchsuche Dienst-Typen"
292 msgstr "Dienst-Typen durchsuchen"
294293
295294 #: ../avahi-ui/avahi-ui.c:185
296295 msgid "A NULL terminated list of service types to browse for"
297 msgstr "Ein mit NULL abgeschlossene Liste der Dienst-Typen zum Durchsuchen "
296 msgstr "Eine mit NULL abgeschlossene Liste der Dienst-Typen zum Durchsuchen "
298297
299298 #: ../avahi-ui/avahi-ui.c:190
300299 msgid "Domain"
302301
303302 #: ../avahi-ui/avahi-ui.c:190
304303 msgid "The domain to browse in, or NULL for the default domain"
305 msgstr "DIe Domain zum Durchsuchen oder NULL für die Standard-Domain"
304 msgstr "Die Domain zum Durchsuchen oder NULL für die Standard-Domain"
306305
307306 #: ../avahi-ui/avahi-ui.c:196
308307 msgid "Service Type"
312311 msgid "The service type of the selected service"
313312 msgstr "Der Service-Type des gewählten Diensts"
314313
315 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1023
314 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1035
316315 msgid "Service Name"
317316 msgstr "Dienstname"
318317
358357
359358 #: ../avahi-ui/avahi-ui.c:230
360359 msgid "Resolve the selected service automatically before returning"
361 msgstr "Vor dem Rücksprung den selektierten Dienst automatisch auflösen"
360 msgstr "Vor dem Rücksprung den ausgewählten Dienst automatisch auflösen"
362361
363362 #: ../avahi-ui/avahi-ui.c:236
364363 msgid "Resolve Service Host Name"
368367 msgid ""
369368 "Resolve the host name of the selected service automatically before returning"
370369 msgstr ""
371 "Vor dem Rücksprung den Hostname des selektierten Dienstes\r\n"
370 "Vor dem Rücksprung den Hostname des ausgewählten Dienstes\n"
372371 "automatisch auflösen"
373372
374373 #: ../avahi-ui/avahi-ui.c:242
421420
422421 #: ../avahi-ui/avahi-ui.c:735
423422 msgid "Browsing for services on <b>local network</b>:"
424 msgstr "Durchsuche <b>lokales Netzwerk</b> nach Diensten:"
423 msgstr "<b>Lokales Netzwerk</b> wird nach Diensten durchsucht:"
425424
426425 #: ../avahi-ui/avahi-ui.c:737
427426 #, c-format
428427 msgid "Browsing for services in domain <b>%s</b>:"
429 msgstr "Durchsuche Domain <b>%s</b> nach Diensten:"
428 msgstr "Domain <b>%s</b> wird nach Diensten durchsucht:"
430429
431430 #: ../avahi-ui/avahi-ui.c:773
432431 #, c-format
433432 msgid "Failed to create browser for %s: %s"
434433 msgstr "Browser-Erzeugung für %s fehlgeschlagen: %s"
435434
436 #: ../avahi-ui/avahi-ui.c:903
435 #: ../avahi-ui/avahi-ui.c:907
437436 #, c-format
438437 msgid "Failed to create resolver for %s of type %s in domain %s: %s"
439438 msgstr ""
440439 "Erzeugen eines Resolvers für %s vom Typ %s in Domain %s fehlgeschlagen: %s"
441440
442 #: ../avahi-ui/avahi-ui.c:978
441 #: ../avahi-ui/avahi-ui.c:982
443442 #, c-format
444443 msgid "Failed to create domain browser: %s"
445 msgstr "Erzeugen eines Domainbrowser fehlgeschlagen: %s"
446
447 #: ../avahi-ui/avahi-ui.c:989
444 msgstr "Erzeugen eines Domainbrowsers fehlgeschlagen: %s"
445
446 #: ../avahi-ui/avahi-ui.c:993
448447 msgid "Change domain"
449448 msgstr "Domain ändern"
450449
451 #: ../avahi-ui/avahi-ui.c:1031 ../avahi-ui/avahi-ui.c:1162
450 #: ../avahi-ui/avahi-ui.c:1043 ../avahi-ui/avahi-ui.c:1180
452451 msgid "Browsing..."
453 msgstr "Durchsuchen ..."
454
455 #: ../avahi-ui/avahi-ui.c:1120
452 msgstr "Durchsuchen …"
453
454 #: ../avahi-ui/avahi-ui.c:1047 ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156
455 #: ../avahi-ui/bssh.c:161
456 #, fuzzy
457 msgid "_Cancel"
458 msgstr "Abgebrochen.\n"
459
460 #: ../avahi-ui/avahi-ui.c:1048
461 #, fuzzy
462 msgid "_OK"
463 msgstr "OK"
464
465 #: ../avahi-ui/avahi-ui.c:1134
456466 msgid "Initializing..."
457 msgstr "Initialisieren ..."
458
459 #: ../avahi-ui/avahi-ui.c:1144
467 msgstr "Initialisieren …"
468
469 #: ../avahi-ui/avahi-ui.c:1162
460470 msgid "Location"
461471 msgstr "Standort"
462472
463 #: ../avahi-ui/avahi-ui.c:1149 ../avahi-utils/avahi-browse.c:553
473 #: ../avahi-ui/avahi-ui.c:1167 ../avahi-utils/avahi-browse.c:553
464474 msgid "Name"
465475 msgstr "Name"
466476
467 #: ../avahi-ui/avahi-ui.c:1154 ../avahi-utils/avahi-browse.c:553
477 #: ../avahi-ui/avahi-ui.c:1172 ../avahi-utils/avahi-browse.c:553
468478 msgid "Type"
469479 msgstr "Typ"
470480
471 #: ../avahi-ui/avahi-ui.c:1166
481 #: ../avahi-ui/avahi-ui.c:1184
472482 msgid "_Domain..."
473483 msgstr "_Domain ..."
474484
500510 msgid "Choose Shell Server"
501511 msgstr "Shell-Server auswählen"
502512
513 #: ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156 ../avahi-ui/bssh.c:161
514 msgid "C_onnect"
515 msgstr ""
516
503517 #: ../avahi-ui/bssh.c:151
504518 msgid "Desktop"
505519 msgstr "Desktop"
519533 #: ../avahi-ui/bssh.c:185
520534 #, c-format
521535 msgid "Connecting to '%s' ...\n"
522 msgstr "Verbinde zu '%s' ...\n"
536 msgstr "Verbinden zu »%s« …\n"
523537
524538 #: ../avahi-ui/bssh.c:240
525539 #, c-format
533547
534548 #: ../avahi-ui/bssh.desktop.in.in.h:1
535549 msgid "Avahi SSH Server Browser"
536 msgstr "Avahi SSH Server Browser"
550 msgstr "Avahi SSH-Server-Browser"
537551
538552 #: ../avahi-ui/bssh.desktop.in.in.h:2
539553 msgid "Browse for Zeroconf-enabled SSH Servers"
561575 #, c-format
562576 msgid "Failed to resolve service '%s' of type '%s' in domain '%s': %s\n"
563577 msgstr ""
564 "Fehler beim Auflösen des Dienstes '%s' des Typ '%s' in Domain '%s': %s\n"
578 "Fehler beim Auflösen des Dienstes »%s« des Typs »%s« in Domain »%s«: %s\n"
565579
566580 #: ../avahi-utils/avahi-browse.c:340
567581 #, c-format
625639 #: ../avahi-utils/avahi-browse.c:585 ../avahi-utils/avahi-publish.c:163
626640 #, c-format
627641 msgid "Disconnected, reconnecting ...\n"
628 msgstr "Nicht verbunden, neu verbinden ...\n"
642 msgstr "Nicht verbunden, neu verbinden …\n"
629643
630644 #: ../avahi-utils/avahi-browse.c:599 ../avahi-utils/avahi-browse.c:829
631645 #: ../avahi-utils/avahi-publish.c:170 ../avahi-utils/avahi-publish.c:386
638652 #: ../avahi-utils/avahi-resolve.c:143 ../avahi-utils/avahi-set-host-name.c:59
639653 #, c-format
640654 msgid "Client failure, exiting: %s\n"
641 msgstr "Client-Fehler, beende: %s\n"
655 msgstr "Client-Fehler, wird beendet: %s\n"
642656
643657 #: ../avahi-utils/avahi-browse.c:623 ../avahi-utils/avahi-publish.c:206
644658 #, c-format
645659 msgid "Waiting for daemon ...\n"
646 msgstr "Warte auf Daemon ...\n"
660 msgstr "Auf Daemon warten …\n"
647661
648662 #: ../avahi-utils/avahi-browse.c:647
649663 msgid ""
663677 msgstr ""
664678 " -h --help Zeigt diese Hilfe an\n"
665679 " -V --version Zeigt die Version an\n"
666 " -D --browse-domains Durchsuche nach suchenden Domain statt nach "
667 "Diensten\n"
680 " -D --browse-domains Nach suchenden Domains statt nach Diensten "
681 "durchsuchen\n"
668682 " -a --all Zeigt alle Dienste, ohne Rücksicht auf die Typen\n"
669683 " -d --domain=DOMAIN Die Domain zum Durchsuchen\n"
670684 " -v --verbose Aktiviert detaillierten Modus\n"
671685 " -t --terminate Beenden nach Ausgeben einer mehr oder weniger "
672686 "kompletten Liste\n"
673687 " -c --cache Beenden nach Ausgeben aller Einträge aus dem Cache\n"
674 " -l --ignore-local Ignoriere lokale Dienste\n"
675 " -r --resolve Löse gefundene Dienste auf\n"
688 " -l --ignore-local Lokale Dienste ignorieren\n"
689 " -r --resolve Gefundene Dienste auflösen\n"
676690 " -f --no-fail Schlägt nicht fehl, wenn der Daemon nicht verfügbar "
677691 "ist\n"
678692 " -p --parsable Ausgabe in parsbaren Format\n"
682696 " -k --no-db-lookup Don't lookup service types\n"
683697 " -b --dump-db Dump service type database\n"
684698 msgstr ""
685 " -k --no-db-lookup Schlage Dienst-Typen nicht nach\n"
699 " -k --no-db-lookup Dienst-Typen nicht nachschlagen\n"
686700 " -b --dump-db Anzeigen der Dienst-Typen-Datenbank\n"
687701
688702 #: ../avahi-utils/avahi-browse.c:766 ../avahi-utils/avahi-resolve.c:219
699713 #: ../avahi-utils/avahi-publish.c:76
700714 #, c-format
701715 msgid "Established under name '%s'\n"
702 msgstr "Eingerichtet unter dem Namen '%s'\n"
716 msgstr "Eingerichtet unter dem Namen »%s«\n"
703717
704718 #: ../avahi-utils/avahi-publish.c:81
705719 #, c-format
709723 #: ../avahi-utils/avahi-publish.c:94
710724 #, c-format
711725 msgid "Name collision, picking new name '%s'.\n"
712 msgstr "Namenskollision, wähle neuen Name '%s'.\n"
726 msgstr "Namenskollision, neuer Name »%s« wird gewählt.\n"
713727
714728 #: ../avahi-utils/avahi-publish.c:114
715729 #, c-format
729743 #: ../avahi-utils/avahi-publish.c:140
730744 #, c-format
731745 msgid "Failed to add subtype '%s': %s\n"
732 msgstr "Fehler beim Hinzufügen des Untertyps: '%s': %s\n"
746 msgstr "Fehler beim Hinzufügen des Untertyps: »%s«: %s\n"
733747
734748 #: ../avahi-utils/avahi-publish.c:191
735749 #, c-format
737751 msgstr "Rechnername-Konflikt\n"
738752
739753 #: ../avahi-utils/avahi-publish.c:216
740 #, fuzzy, c-format
754 #, c-format
741755 msgid ""
742756 "%s [options] %s <name> <type> <port> [<txt ...>]\n"
743757 "%s [options] %s <host-name> <address>\n"
754768 " -R --no-reverse Do not publish reverse entry with address\n"
755769 " -f --no-fail Don't fail if the daemon is not available\n"
756770 msgstr ""
757 "%s [options] %s <name> <type> <port> [<txt ...>]\n"
758 "%s [options] %s <host-name> <address>\n"
771 "%s [Optionen] %s <Name> <Typ> <Port> [<txt ...>]\n"
772 "%s [Optionen] %s <Hostname> <Adresse>\n"
759773 "\n"
760 " -h --help Zeigt diese Hilfe an\n"
761 " -V --version Zeigt die Version an\n"
762 " -s --service Veröffentlicht Service\n"
763 " -a --address Veröffentlicht Addresse\n"
764 " -v --verbose Aktiviert detaillierten Modus\n"
765 " -d --domain=DOMAIN Domain zum Veröffentlichen des Dienstes auf\n"
766 " -H --host=DOMAIN Host, wo sich der Service befindet\n"
767 " --subtype=SUBTYPE Ein zusätzlicher Untertyp zum Registrieren des "
768 "Dienstes mit\n"
774 " -h --help Diese Hilfe anzeigen\n"
775 " -V --version Version anzeigen\n"
776 " -s --service Dienst veröffentlichen\n"
777 " -a --address Adresse veröffentlichen\n"
778 " -v --verbose Ausführlichen Modus aktivieren\n"
779 " -d --domain=DOMAIN Domain zur Dienstveröffentlichung\n"
780 " -H --host=DOMAIN Host des Dienstes\n"
781 " --subtype=SUBTYPE Zusätzlicher Untertyp zur Registrierung des "
782 "Dienstes \n"
783 " -R --no-reverse Do not publish reverse entry with address\n"
769784 " -f --no-fail Schlägt nicht fehl, wenn der Daemon nicht verfügbar "
770785 "ist\n"
771786
787802 #: ../avahi-utils/avahi-resolve.c:89
788803 #, c-format
789804 msgid "Failed to resolve host name '%s': %s\n"
790 msgstr "Fehler beim Auflösen des Rechnernamens '%s': %s\n"
805 msgstr "Fehler beim Auflösen des Rechnernamens »%s«: %s\n"
791806
792807 #: ../avahi-utils/avahi-resolve.c:126
793808 #, c-format
794809 msgid "Failed to resolve address '%s': %s\n"
795 msgstr "Fehler beim Auflösen der Adresse '%s': %s\n"
810 msgstr "Fehler beim Auflösen der Adresse »%s«: %s\n"
796811
797812 #: ../avahi-utils/avahi-resolve.c:157
798813 #, c-format
808823 " -6 Lookup IPv6 address\n"
809824 " -4 Lookup IPv4 address\n"
810825 msgstr ""
811 "%s [options] %s <host name ...>\n"
812 "%s [options] %s <address ... >\n"
826 "%s [Optionen] %s <Hostname ...>\n"
827 "%s [Optionen] %s <Adresse ... >\n"
813828 "\n"
814829 " -h --help Zeigt diese Hilfe an\n"
815830 " -V --version Zeigt die Version an\n"
827842 #: ../avahi-utils/avahi-resolve.c:309
828843 #, c-format
829844 msgid "Failed to parse address '%s'\n"
830 msgstr "Fehler beim Parsern der Adresse '%s'\n"
845 msgstr "Fehler beim Parsen der Adresse »%s«\n"
831846
832847 #: ../avahi-utils/avahi-resolve.c:314
833848 #, c-format
843858 " -V --version Show version\n"
844859 " -v --verbose Enable verbose mode\n"
845860 msgstr ""
846 "%s [options] <new host name>\n"
861 "%s [Optionen] <neuer Hostname>\n"
847862 "\n"
848863 " -h --help Zeigt diese Hilfe an\n"
849864 " -V --version Zeigt die Version an\n"
858873 #, c-format
859874 msgid "Host name successfully changed to %s\n"
860875 msgstr "Rechnername erfolgreich geändert auf %s\n"
861
862 #~ msgid "."
863 #~ msgstr "."
864
865 #~ msgid ":"
866 #~ msgstr ":"
867
868 #~ msgid "<b>Event Order</b>"
869 #~ msgstr "<b>Ereignis-Reihenfolge</b>"
870
871 #~ msgid "<b>Group Columns _by:</b>"
872 #~ msgstr "<b>Gruppiere Spalte _nach:</b>"
873
874 #~ msgid "<b>Group Rows by:</b>"
875 #~ msgstr "<b>Gruppiere Zeile nach:</b>"
876
877 #~ msgid "<b>Identification</b>"
878 #~ msgstr "<b>Identifikation</b>"
879
880 #~ msgid "<b>Limit to events _before:</b>"
881 #~ msgstr "<b>Limit zu Er _before:</b>"
882
883 #~ msgid "<b>Limit to events not _earlier than:</b>"
884 #~ msgstr "<b>Limitieren auf Ereignisse nicht _später als:</b>"
885
886 #~ msgid "<b>Records</b>"
887 #~ msgstr "<b>Aufzeichnungen</b>"
888
889 #~ msgid "<b>Tab</b>"
890 #~ msgstr "<b>Tab</b>"
891
892 #~ msgid "<b>_File</b>"
893 #~ msgstr "<b>_Datei</b>"
894
895 #~ msgid "<b>_System audit log</b>"
896 #~ msgstr "<b>_System-Audit-Protokoll</b>"
897
898 #~ msgid "Audit Event Source"
899 #~ msgstr "Audit-Ewreignis-Quelle"
900
901 #~ msgid "Audit Viewer"
902 #~ msgstr "Audit Viewer"
903
904 #~ msgid "Automatic file type e_xtension"
905 #~ msgstr "Automatische Dateityp-Er_weiterung"
906
907 #~ msgid "Change _event source..."
908 #~ msgstr "Ändere _Ereignis-Quelle..."
909
910 #~ msgid "Columns"
911 #~ msgstr "Spalte"
912
913 #~ msgid "Current Co_lumn"
914 #~ msgstr "Aktuelle Sp_alte"
915
916 #~ msgid "Current _Cell"
917 #~ msgstr "Aktuelle _Zelle"
918
919 #~ msgid "Current _Row"
920 #~ msgstr "Aktuelle _Zeile"
921
922 #~ msgid "Date Filter"
923 #~ msgstr "Datum-Filter"
924
925 #~ msgid "Event Details"
926 #~ msgstr "_Ereignis-Details"
927
928 #~ msgid "Expression"
929 #~ msgstr "Ausdruck"
930
931 #~ msgid "F_ield:"
932 #~ msgstr "F_eld:"
933
934 #~ msgid "File _type:"
935 #~ msgstr "Datei-_Typ:"
936
937 #~ msgid "Filter"
938 #~ msgstr "Filter"
939
940 #~ msgid "Filter:"
941 #~ msgstr "Filter:"
942
943 #~ msgid "General"
944 #~ msgstr "Allgemeines"
945
946 #~ msgid "Group _values by:"
947 #~ msgstr "_Werte gruppieren nach:"
948
949 #~ msgid "Grouping"
950 #~ msgstr "Gruppierung"
951
952 #~ msgid "LIST/REPORT"
953 #~ msgstr "LISTE/BERICHT"
954
955 #~ msgid "New _List"
956 #~ msgstr "Neue _Liste"
957
958 #~ msgid "New _Report on this View..."
959 #~ msgstr "Neuer _Bericht aus dieser Ansicht..."
960
961 #~ msgid "New _Report..."
962 #~ msgstr "Neuer _Bericht..."
963
964 #~ msgid "Order:"
965 #~ msgstr "Reihenfolge:"
966
967 #~ msgid "Re_fresh"
968 #~ msgstr "Aktu_alisieren"
969
970 #~ msgid "Serial number:"
971 #~ msgstr "Seriennummer:"
972
973 #~ msgid "Sort by:"
974 #~ msgstr "Sortieren nach:"
975
976 #~ msgid ""
977 #~ "The chart has too many data points. Please restrict your data filter or "
978 #~ "use coarser data grouping criteria."
979 #~ msgstr ""
980 #~ "Das Diagramm hat zu viele Datenpunkte. Bitte beschränken Sie Ihren "
981 #~ "Datenfilter oder benutzen Sie coarser-Datengruppierungkriterien."
982
983 #~ msgid "Time:"
984 #~ msgstr "Zeit:"
985
986 #~ msgid ""
987 #~ "You can add aditional conditions using the <tt>ausearch</tt> expression "
988 #~ "language. Run <tt>(man ausearch-expression)</tt> to read the "
989 #~ "documentation of the language."
990 #~ msgstr ""
991 #~ "Sie können zusätzliche Bedingungen hinzufügen mit der <tt>ausearch</tt>-"
992 #~ "Ausdruckssprache. Führen Sie <tt>(man ausearch-expression)</tt> aus, um "
993 #~ "die Dokumentaion dieser Sprache zu lesen."
994
995 #~ msgid "_Ascending"
996 #~ msgstr "_Aufsteigend"
997
998 #~ msgid "_Close"
999 #~ msgstr "_Schliessen"
1000
1001 #~ msgid "_Descending"
1002 #~ msgstr "_Absteigend"
1003
1004 #~ msgid "_Event Details"
1005 #~ msgstr "_Ereignis-Details"
1006
1007 #~ msgid "_Event Time"
1008 #~ msgstr "_Ereignis-Zeit"
1009
1010 #~ msgid "_Export..."
1011 #~ msgstr "_Exportieren..."
1012
1013 #~ msgid "_Expression:"
1014 #~ msgstr "_Ausdruck:"
1015
1016 #~ msgid "_Field:"
1017 #~ msgstr "_Feld:"
1018
1019 #~ msgid "_Group values by:"
1020 #~ msgstr "_Gruppen-Wert nach:"
1021
1022 #~ msgid "_Help"
1023 #~ msgstr "_Hilfe"
1024
1025 #~ msgid "_List Events for"
1026 #~ msgstr "_Auflisten der Ereignissen nach"
1027
1028 #~ msgid "_Log file:"
1029 #~ msgstr "_Protokolldatei:"
1030
1031 #~ msgid "_Next Event"
1032 #~ msgstr "_Nächstes Ereignis"
1033
1034 #~ msgid "_Open in new window"
1035 #~ msgstr "_In neuem Fenster öffnen"
1036
1037 #~ msgid "_Path:"
1038 #~ msgstr "_Pfad:"
1039
1040 #~ msgid "_Previous Event"
1041 #~ msgstr "_Vorheriges Ereignis"
1042
1043 #~ msgid "_Save Configuration as..."
1044 #~ msgstr "_Speichere Konfiguration als..."
1045
1046 #~ msgid "_Save layout as..."
1047 #~ msgstr "_Speichere Anordnung als…"
1048
1049 #~ msgid "_Show as a chart"
1050 #~ msgstr "_Zeige als Diagramm"
1051
1052 #~ msgid "_View"
1053 #~ msgstr "_Ansicht"
1054
1055 #~ msgid "_Window"
1056 #~ msgstr "_Fenster"
1057
1058 #~ msgid "gtk-about"
1059 #~ msgstr "gtk-about"
1060
1061 #~ msgid "gtk-apply"
1062 #~ msgstr "gtk-apply"
1063
1064 #~ msgid "gtk-close"
1065 #~ msgstr "gtk-close"
1066
1067 #~ msgid "gtk-open"
1068 #~ msgstr "gtk-open"
1069
1070 #~ msgid "gtk-properties"
1071 #~ msgstr "gtk-properties"
1072
1073 #~ msgid "gtk-quit"
1074 #~ msgstr "gtk-quit"
1075
1076 #~ msgid "Not enough data available"
1077 #~ msgstr "Nicht genügend Daten verfügbar"
1078
1079 #~ msgid "Field"
1080 #~ msgstr "Feld"
1081
1082 #~ msgid "Value"
1083 #~ msgstr "Wert"
1084
1085 #~ msgid "Record Type"
1086 #~ msgstr "Aufzeichnungstyp"
1087
1088 #~ msgid "date %s %s.%03d"
1089 #~ msgstr "Datum %s %s.%03d"
1090
1091 #~ msgid "%x %H:%M:%S"
1092 #~ msgstr "%x %H:%M:%S"
1093
1094 #~ msgid "date %s now"
1095 #~ msgstr "Datum %s heute"
1096
1097 #~ msgid "date %s %d minute ago"
1098 #~ msgid_plural "date %s %d minutes ago"
1099 #~ msgstr[0] "Datum %s %d Minute vergangen"
1100 #~ msgstr[1] "Datum %s %d Minuten vergangen"
1101
1102 #~ msgid "date %s today 00:00"
1103 #~ msgstr "Datum %s Heute 00:00"
1104
1105 #~ msgid "date %s yesterday 00:00"
1106 #~ msgstr "Datum %s Gestern 00:00"
1107
1108 #~ msgid "date %s start of this week"
1109 #~ msgstr "Datum %s Start dieser Woche"
1110
1111 #~ msgid "date %s start of this month"
1112 #~ msgstr "Datum %s Start dieses Monat"
1113
1114 #~ msgid "date %s start of this year"
1115 #~ msgstr "Datum %s Start von diesem Jahr"
1116
1117 #~ msgid "Event date"
1118 #~ msgstr "Ereignisdatum"
1119
1120 #~ msgid "Other fields"
1121 #~ msgstr "Andere Felder"
1122
1123 #~ msgid "Column"
1124 #~ msgstr "Spalte"
1125
1126 #~ msgid "Field name must not be empty"
1127 #~ msgstr "Feldname darf nicht leer sein"
1128
1129 #~ msgid "_List"
1130 #~ msgstr "_Liste"
1131
1132 #~ msgid "List %d"
1133 #~ msgstr "Liste %d"
1134
1135 #~ msgid "HTML"
1136 #~ msgstr "HTML"
1137
1138 #~ msgid "CSV"
1139 #~ msgstr "CSV"
1140
1141 #~ msgid "Raw log data"
1142 #~ msgstr "Rohe Log-Daten"
1143
1144 #~ msgid "Export..."
1145 #~ msgstr "Export..."
1146
1147 #~ msgid "Error writing to %s: %s"
1148 #~ msgstr "Fehler beim Schreiben von %s: %s"
1149
1150 #~ msgid ", "
1151 #~ msgstr ", "
1152
1153 #~ msgid "None"
1154 #~ msgstr "Nichts"
1155
1156 #~ msgid "Other Fields"
1157 #~ msgstr "Andere Felder"
1158
1159 #~ msgid "Date"
1160 #~ msgstr "Datum"
1161
1162 #~ msgid "%prog [OPTION]... [FILE]..."
1163 #~ msgstr "%prog [OPTION]... [DATEI]..."
1164
1165 #~ msgid "Start an audit event viewer."
1166 #~ msgstr "Starte eine Audit-Ereignis-Betrachter"
1167
1168 #~ msgid ""
1169 #~ "do not attempt to start the privileged backend for reading system audit "
1170 #~ "logs"
1171 #~ msgstr ""
1172 #~ "versuchen Sie nicht das privilegierte Backend zum Lesen der System-Audit-"
1173 #~ "Berichte zu starten"
1174
1175 #~ msgid "Error running audit-viewer-server: %s"
1176 #~ msgstr "Fehler beim Laufenlassen von audit-viewer-server: %s"
1177
1178 #~ msgid "Audit viewer layout"
1179 #~ msgstr "Audit-Ansicht-Anordnung"
1180
1181 #~ msgid "A file named \"%s\" already exists. Do you want to replace it?"
1182 #~ msgstr "Die Datei \"%s\" existiert bereits. Wollen Sie sie ersetzen?"
1183
1184 #~ msgid ""
1185 #~ "The file already exists in \"%s\". Replacing it will overwrite its "
1186 #~ "contents."
1187 #~ msgstr ""
1188 #~ "Die Datei existiert bereits in \"%s\" . Falls Sie sie ersetzen, wird ihre "
1189 #~ "Inhalt überschreiben."
1190
1191 #~ msgid "_Replace"
1192 #~ msgstr "_Ersetzen"
1193
1194 #~ msgid "Error reading audit events: %s"
1195 #~ msgstr "Fehler beim Lesen der Audit-Ereignisse: %s"
1196
1197 #~ msgid "All files"
1198 #~ msgstr "Alle Dateien"
1199
1200 #~ msgid "Unexpected top element contents"
1201 #~ msgstr "Unerwarteter Top-Elementinhalt"
1202
1203 #~ msgid "Unsupported file version %s"
1204 #~ msgstr "Nicht unterstützte Datei-Version %s"
1205
1206 #~ msgid "Unexpected top element"
1207 #~ msgstr "Unerwartetes Topelement"
1208
1209 #~ msgid "Error reading %s: %s"
1210 #~ msgstr "Fehler beim Lesen %s: %s"
1211
1212 #~ msgid "Invalid contents of %s: %s"
1213 #~ msgstr "Ungültiger Inhalt von %s: %s"
1214
1215 #~ msgid "Open..."
1216 #~ msgstr "Öffnen..."
1217
1218 #~ msgid "Save Layout As..."
1219 #~ msgstr "Sichere Aufbau als..."
1220
1221 #~ msgid "Save Configuration As..."
1222 #~ msgstr "Sichere Konfiguration als..."
1223
1224 #~ msgid "translator-credits"
1225 #~ msgstr "Fabian Affolter <fab@fedoraproject.org>, 2008."
1226
1227 #~ msgid "no such option: %s"
1228 #~ msgstr "Keine solche Option: %s"
1229
1230 #~ msgid "ambiguous option: %s (%s?)"
1231 #~ msgstr "Mehrdeutige Option: %s (%s?)"
1232
1233 #~ msgid "Usage: %s\n"
1234 #~ msgstr "Verwendung: %s\n"
1235
1236 #~ msgid "Usage"
1237 #~ msgstr "Verwendung"
1238
1239 #~ msgid "integer"
1240 #~ msgstr "Ganzzahl"
1241
1242 #~ msgid "long integer"
1243 #~ msgstr "Lange Ganzzahl"
1244
1245 #~ msgid "floating-point"
1246 #~ msgstr "Gleitkomma"
1247
1248 #~ msgid "complex"
1249 #~ msgstr "Komplex"
1250
1251 #~ msgid "option %s: invalid %s value: %r"
1252 #~ msgstr "Option %s: ungültiger %s Wert: %r"
1253
1254 #~ msgid "option %s: invalid choice: %r (choose from %s)"
1255 #~ msgstr "Option %s: ungültige Wahl: %r (Wahl von %s)"
1256
1257 #~ msgid "show this help message and exit"
1258 #~ msgstr "Diese Hilfe-Meldung ausgeben und beenden"
1259
1260 #~ msgid "show program's version number and exit"
1261 #~ msgstr "Version des Programms anzeigen und beenden"
1262
1263 #~ msgid "%prog [options]"
1264 #~ msgstr "%prog [Optionen]"
1265
1266 #~ msgid "%s option requires an argument"
1267 #~ msgstr "%s Option benötigt ein Argument"
1268
1269 #~ msgid "%s option requires %d arguments"
1270 #~ msgstr "%s Option benötigt %d Argumente"
1271
1272 #~ msgid "%s option does not take a value"
1273 #~ msgstr "%s Option benötigt keine Wert"
1274
1275 #~ msgid "Options"
1276 #~ msgstr "Optionen"
1277
1278 #~ msgid "_Report"
1279 #~ msgstr "_Bericht"
1280
1281 #~ msgid "Report %d"
1282 #~ msgstr "Bericht %d"
1283
1284 #~ msgid "Listing events for this column is not supported."
1285 #~ msgstr "Auflisten von Ereignissen für diese Spalte ist nicht unterstützt."
1286
1287 #~ msgid "Listing events for this cell is not supported."
1288 #~ msgstr "Auflisten von Ereignissen für diese Zelle ist nicht unterstützt."
1289
1290 #~ msgid "Listing events for this row is not supported."
1291 #~ msgstr "Auflisten von Ereignissen für diese Zeile ist nicht unterstützt."
1292
1293 #~ msgid "Count"
1294 #~ msgstr "Anzahl"
1295
1296 #~ msgid "Search..."
1297 #~ msgstr "Suche..."
1298
1299 #~ msgid ""
1300 #~ "This program is only for use by audit-viewer and it should not be run "
1301 #~ "manually.\n"
1302 #~ msgstr ""
1303 #~ "Dieses Programm ist nur für die Benutzung durch audit-viewer und es "
1304 #~ "sollte nicht manuell gestartet werden.\n"
1305
1306 #~ msgid ""
1307 #~ "\n"
1308 #~ "Report bugs to %s.\n"
1309 #~ msgstr ""
1310 #~ "\n"
1311 #~ "Melden Sie Fehler an %s.\n"
1312
1313 #~ msgid ""
1314 #~ "Copyright (C) 2008 Red Hat, Inc. All rights reserved.\n"
1315 #~ "This software is distributed under the GPL v.2.\n"
1316 #~ "\n"
1317 #~ "This program is provided with NO WARRANTY, to the extent permitted by law."
1318 #~ msgstr ""
1319 #~ "Copyright (C) 2008 Red Hat, Inc. Alle Rechte vorbehalten.\n"
1320 #~ "Diese Software wird unter der GPL v.2 verteilt.\n"
1321 #~ "\n"
1322 #~ "Dieses Programm wird OHNE GEWÄHRLEISTUNG bereitgestellt, im gesetzlich "
1323 #~ "ermöglichten Umfang."
1324
1325 #~ msgid "The control file is not a socket"
1326 #~ msgstr "Die Kontrolldatei ist keine Socket"
1327
1328 #~ msgid "Unknown server request %<PRIu32>"
1329 #~ msgstr "Unbekannte Serveranforderung %<PRIu32>"
1330
1331 #~ msgid "Audit Log File"
1332 #~ msgstr "Audit-Protokoll-Datei"
1333
1334 #~ msgid "Error opening %s: %s"
1335 #~ msgstr "Fehler beim Öffnen von %s: %s"
1336
1337 #~ msgid "%x %X"
1338 #~ msgstr "%x %X"
1339
1340 #~ msgid "%x %H:%M"
1341 #~ msgstr "%x %H:%M"
1342
1343 #~ msgid "%x %H"
1344 #~ msgstr "%x %H"
1345
1346 #~ msgid "hour"
1347 #~ msgstr "Stunde"
1348
1349 #~ msgid "%d hour"
1350 #~ msgid_plural "%d hours"
1351 #~ msgstr[0] "%d Stunde"
1352 #~ msgstr[1] "%d Stunden"
1353
1354 #~ msgid "minute"
1355 #~ msgstr "Minute"
1356
1357 #~ msgid "%d minute"
1358 #~ msgid_plural "%d minutes"
1359 #~ msgstr[0] "%d Minute"
1360 #~ msgstr[1] "%d Minuten"
1361
1362 #~ msgid "second"
1363 #~ msgstr "Sekunde"
1364
1365 #~ msgid "%d second"
1366 #~ msgid_plural "%d seconds"
1367 #~ msgstr[0] "%d Sekunde"
1368 #~ msgstr[1] "%d Sekunden"
1369
1370 #~ msgid "day"
1371 #~ msgstr "Tag"
1372
1373 #~ msgid "week"
1374 #~ msgstr "Woche"
1375
1376 #~ msgid "%b %Y"
1377 #~ msgstr "%b %Y"
1378
1379 #~ msgid "month"
1380 #~ msgstr "Monat"
1381
1382 #~ msgid "Specific time"
1383 #~ msgstr "Angegebene Zeit"
1384
1385 #~ msgid "Now"
1386 #~ msgstr "Jetzt"
1387
1388 #~ msgid "10 minutes ago"
1389 #~ msgstr "Vor 10 Minuten"
1390
1391 #~ msgid "Today"
1392 #~ msgstr "Heute"
1393
1394 #~ msgid "Yesterday"
1395 #~ msgstr "Gestern"
1396
1397 #~ msgid "This week"
1398 #~ msgstr "Diese Woche"
1399
1400 #~ msgid "This month"
1401 #~ msgstr "Diesen Monat"
1402
1403 #~ msgid "This year"
1404 #~ msgstr "Dieses Jahr"
1405
1406 #~ msgid "Unsupported date filter \"%s\""
1407 #~ msgstr "Nicht unterstützter Datumsfilter \"%s\""
1408
1409 #~ msgid "Rule"
1410 #~ msgstr "Regel"
1411
1412 #~ msgid "Unsupported timestamp operator in \"%s\""
1413 #~ msgstr "Nicht unterstützter Zeitstempel in \"%s\""
1414
1415 #~ msgid "Editing of some filters is not supported"
1416 #~ msgstr "Bearbeiten von gewissen Filtern ist nicht unterstützt"
1417
1418 #~ msgid ""
1419 #~ "If you edit properties of this tab, these filters will be dropped from "
1420 #~ "the tab's configuration:\n"
1421 #~ "%s\n"
1422 #~ "Do you still want to edit properties of this tab?"
1423 #~ msgstr ""
1424 #~ "Wenn Sie die Eigenschaften dieses Registers bearbeiten, diese Filter aus "
1425 #~ "der Register-Konfiguration werden verworfen:\n"
1426 #~ "%s\n"
1427 #~ "Wollen Sie immer nich die Eigenschaften dieses Registers bearbeiten?"
1428
1429 #~ msgid "Tab name must not be empty"
1430 #~ msgstr "Tab-Name darf nicht leer sein"
1431
1432 #~ msgid "%s Properties"
1433 #~ msgstr "%s-Eigenschaften"
1434
1435 #~ msgid "Invalid <%s %s> value %s"
1436 #~ msgstr "Ungültiger <%s %s>-Wert %s"
1437
1438 #~ msgid "Unknown <%s %s> value %s"
1439 #~ msgstr "Wert <%s %s> unbekannt %s"
1440
1441 #~ msgid "Attribute %s missing in <%s>"
1442 #~ msgstr "Fehlendes %s-Attribut in <%s>"
1443
1444 #~ msgid "Audit Logs"
1445 #~ msgstr "Audit-Protokolle"
1446
1447 #~ msgid "View audit logs"
1448 #~ msgstr "Audit-Protokoll ansehen"
1449
1450 #~ msgid "Report Properties"
1451 #~ msgstr "Bericht-Eigenschaften"
1452
1453 #~ msgid "_File"
1454 #~ msgstr "_Datei"
+209
-172
po/el.po less more
0 # SOME DESCRIPTIVE TITLE.
01 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
12 # This file is distributed under the same license as the PACKAGE package.
23 #
3 # Dimitris Glezos <dimitris@glezos.com>, 2008.
4 # Thalia Papoutsaki <saliyath@gmail.com>, 2009.
4 # Translators:
5 # Alexandra Sarma <alex@indifex.com>, 2011
6 # ΔΗΜΗΤΡΗΣ ΣΠΙΓΓΟΣ <dmtrs32@gmail.com>, 2014
7 # Panos Bouklis <panos@echidna-band.com>, 2012
58 msgid ""
69 msgstr ""
7 "Project-Id-Version: el\n"
10 "Project-Id-Version: Avahi\n"
811 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2011-04-02 03:23+0200\n"
10 "PO-Revision-Date: 2009-10-26 14:42+0200\n"
11 "Last-Translator: Thalia Papoutsaki <saliyath@gmail.com>\n"
12 "Language-Team: American English <fedora-trans-el@redhat.com>\n"
13 "Language: \n"
12 "POT-Creation-Date: 2015-10-10 13:24+0200\n"
13 "PO-Revision-Date: 2014-05-05 03:28+0000\n"
14 "Last-Translator: ΔΗΜΗΤΡΗΣ ΣΠΙΓΓΟΣ <dmtrs32@gmail.com>\n"
15 "Language-Team: Greek (http://www.transifex.com/lennart/avahi/language/el/)\n"
16 "Language: el\n"
1417 "MIME-Version: 1.0\n"
1518 "Content-Type: text/plain; charset=UTF-8\n"
1619 "Content-Transfer-Encoding: 8bit\n"
17 "X-Generator: KAider 0.1\n"
1820 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
1921
2022 #: ../avahi-common/error.c:30
3537
3638 #: ../avahi-common/error.c:34
3739 msgid "Invalid domain name"
38 msgstr "Λανθασμένο όνομα domain"
40 msgstr "Λανθασμένο όνομα τομέα"
3941
4042 #: ../avahi-common/error.c:35
4143 msgid "No suitable network protocol available"
4345
4446 #: ../avahi-common/error.c:36
4547 msgid "Invalid DNS TTL"
46 msgstr "Λανθασμένο DNS TTL"
48 msgstr "Άκυρο DNS TTL"
4749
4850 #: ../avahi-common/error.c:37
4951 msgid "Resource record key is pattern"
50 msgstr ""
52 msgstr "Το κλειδί εγγραφής πόρου είναι μοτίβο"
5153
5254 #: ../avahi-common/error.c:38
5355 msgid "Local name collision"
54 msgstr ""
56 msgstr "Σύγκρουση τοπικού ονόματος"
5557
5658 #: ../avahi-common/error.c:39
5759 msgid "Invalid record"
7981
8082 #: ../avahi-common/error.c:46
8183 msgid "Timeout reached"
82 msgstr ""
84 msgstr "Λήξη χρονικού ορίου"
8385
8486 #: ../avahi-common/error.c:47
8587 msgid "Too many clients"
103105
104106 #: ../avahi-common/error.c:53
105107 msgid "Invalid operation"
106 msgstr "Λανθασμένη λειτουργία"
108 msgstr "Μη έγκυρη λειτουργία"
107109
108110 #: ../avahi-common/error.c:54
109111 msgid "An unexpected D-Bus error occurred"
110 msgstr ""
112 msgstr "Συνέβη ένα απροσδόκητο σφάλμα D-Bus"
111113
112114 #: ../avahi-common/error.c:55
113115 msgid "Daemon connection failed"
114 msgstr ""
116 msgstr "Η σύνδεση με το δαίμονα απέτυχε"
115117
116118 #: ../avahi-common/error.c:56
117119 msgid "Memory exhausted"
118 msgstr ""
120 msgstr "Η μνήμη εξαντλήθηκε"
119121
120122 #: ../avahi-common/error.c:57
121123 msgid "The object passed in was not valid"
122 msgstr ""
124 msgstr "Το αντικείμενο που πέρασε δεν ήταν έγκυρο"
123125
124126 #: ../avahi-common/error.c:58
125127 msgid "Daemon not running"
126 msgstr ""
128 msgstr "Ο δαίμονας δεν εκτελείται"
127129
128130 #: ../avahi-common/error.c:59
129131 msgid "Invalid interface index"
130 msgstr ""
132 msgstr "Άκυρος δείκτης διεπαφής"
131133
132134 #: ../avahi-common/error.c:60
133135 msgid "Invalid protocol specification"
134 msgstr ""
136 msgstr "Άκυρη προδιαγραφή πρωτοκόλλου"
135137
136138 #: ../avahi-common/error.c:61
137139 msgid "Invalid flags"
138 msgstr ""
140 msgstr "Άκυρες σημαίες"
139141
140142 #: ../avahi-common/error.c:63
141143 msgid "Not found"
143145
144146 #: ../avahi-common/error.c:64
145147 msgid "Invalid configuration"
146 msgstr "Λανθασμένη ρύθμιση"
148 msgstr "Άκυρη ρύθμιση"
147149
148150 #: ../avahi-common/error.c:65
149151 msgid "Version mismatch"
150 msgstr ""
152 msgstr "Ασυμφωνία έκδοσης"
151153
152154 #: ../avahi-common/error.c:66
153155 msgid "Invalid service subtype"
154 msgstr ""
156 msgstr "Άκυρος υποτύπος υπηρεσίας"
155157
156158 #: ../avahi-common/error.c:67
157159 msgid "Invalid packet"
158 msgstr ""
160 msgstr "Άκυρο πακέτο"
159161
160162 #: ../avahi-common/error.c:68
161163 msgid "Invalid DNS return code"
162 msgstr ""
164 msgstr "Άκυρος κώδικα επιστροφής DNS"
163165
164166 #: ../avahi-common/error.c:69
165167 msgid "DNS failure: FORMERR"
203205
204206 #: ../avahi-common/error.c:80
205207 msgid "Invalid RDATA"
206 msgstr "Μη έγκυρο RDATA"
208 msgstr "Άκυρο RDATA"
207209
208210 #: ../avahi-common/error.c:81
209211 msgid "Invalid DNS type"
210 msgstr "Μη έγκυρος τύπος DNS"
212 msgstr "Άκυρος τύπος DNS"
211213
212214 #: ../avahi-common/error.c:82
213215 msgid "Invalid DNS class"
214 msgstr ""
216 msgstr "Άκυρη κλάση DNS"
215217
216218 #: ../avahi-common/error.c:83
217219 msgid "Not supported"
223225
224226 #: ../avahi-common/error.c:86
225227 msgid "Invalid argument"
226 msgstr "Λανθασμένο όρισμα "
228 msgstr "Άκυρο όρισμα"
227229
228230 #: ../avahi-common/error.c:87
229231 msgid "Is empty"
231233
232234 #: ../avahi-common/error.c:88
233235 msgid "The requested operation is invalid because redundant"
234 msgstr ""
236 msgstr "Η ζητούμενη λειτουργία είναι άκυρη επειδή πλεονάζει"
235237
236238 #: ../avahi-common/error.c:94
237239 msgid "Invalid Error Code"
238 msgstr ""
240 msgstr "Άκυρος κώδικας σφάλματος"
239241
240242 #: ../avahi-discover-standalone/avahi-discover.ui.h:1
243 msgid "Avahi Discovery"
244 msgstr "Εντοπισμός Avahi"
245
246 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
241247 #: ../avahi-python/avahi-discover/avahi-discover.py:76
242248 msgid "<i>No service currently selected.</i>"
243249 msgstr "<i>Δεν επιλέχθηκε υπηρεσία.</i>"
244250
245 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
246 msgid "Avahi Discovery"
247 msgstr ""
248
249251 #: ../avahi-python/avahi-discover/avahi-discover.desktop.in.in.h:1
250252 msgid "Avahi Zeroconf Browser"
251 msgstr ""
253 msgstr "Περιηγητής Avahi Zeroconf"
252254
253255 #: ../avahi-python/avahi-discover/avahi-discover.desktop.in.in.h:2
254256 msgid "Browse for Zeroconf services available on your network"
255 msgstr ""
257 msgstr "Εξερεύνηση υπηρεσιών Zeroconf που είναι διαθέσιμες στο δίκτυό σας"
256258
257259 #: ../avahi-python/avahi-discover/avahi-discover.py:224
258260 msgid "TXT"
259 msgstr ""
261 msgstr "TXT"
260262
261263 #: ../avahi-python/avahi-discover/avahi-discover.py:226
262264 msgid "TXT Data:"
263 msgstr ""
265 msgstr "Δεδομένα ΤΧΤ:"
264266
265267 #: ../avahi-python/avahi-discover/avahi-discover.py:226
266 #, fuzzy
267268 msgid "empty"
268 msgstr "Είναι κενό"
269 msgstr "κενό"
269270
270271 #: ../avahi-python/avahi-discover/avahi-discover.py:228
271 #, fuzzy
272272 msgid "Service Type:"
273 msgstr "Μη έγκυρος τύπος υπηρεσίας"
273 msgstr "Τύπος υπηρεσίας:"
274274
275275 #: ../avahi-python/avahi-discover/avahi-discover.py:229
276 #, fuzzy
277276 msgid "Service Name:"
278 msgstr "Όνομα Υπηρεσίας"
277 msgstr "Όνομα υπηρεσίας:"
279278
280279 #: ../avahi-python/avahi-discover/avahi-discover.py:230
281280 msgid "Domain Name:"
282 msgstr ""
281 msgstr "Όνομα τομέα:"
283282
284283 #: ../avahi-python/avahi-discover/avahi-discover.py:231
285284 msgid "Interface:"
286 msgstr ""
285 msgstr "Διεπαφή:"
287286
288287 #: ../avahi-python/avahi-discover/avahi-discover.py:232
289 #, fuzzy
290288 msgid "Address:"
291 msgstr "Διεύθυνση"
289 msgstr "Διεύθυνση:"
292290
293291 #: ../avahi-ui/avahi-ui.c:185
294292 msgid "Browse Service Types"
295 msgstr ""
293 msgstr "Εξερεύνηση τύπων υπηρεσιών"
296294
297295 #: ../avahi-ui/avahi-ui.c:185
298296 msgid "A NULL terminated list of service types to browse for"
299 msgstr ""
297 msgstr "Ένα NULL τερμάτισε τη λίστα τύπων υπηρεσιών για εξερεύνηση"
300298
301299 #: ../avahi-ui/avahi-ui.c:190
302300 msgid "Domain"
303 msgstr ""
301 msgstr "Τομέας"
304302
305303 #: ../avahi-ui/avahi-ui.c:190
306304 msgid "The domain to browse in, or NULL for the default domain"
307 msgstr ""
305 msgstr "Ο τομέας για περιήγηση, ή NULL για τον προεπιλεγμένο τομέα"
308306
309307 #: ../avahi-ui/avahi-ui.c:196
310 #, fuzzy
311308 msgid "Service Type"
312 msgstr "Μη έγκυρος τύπος υπηρεσίας"
309 msgstr "Τύπος υπηρεσίας"
313310
314311 #: ../avahi-ui/avahi-ui.c:196
315312 msgid "The service type of the selected service"
316 msgstr ""
317
318 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1023
313 msgstr "Ο τύπος υπηρεσίας για την επιλεγμένη συσκευή"
314
315 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1035
319316 msgid "Service Name"
320317 msgstr "Όνομα Υπηρεσίας"
321318
322319 #: ../avahi-ui/avahi-ui.c:202
323320 msgid "The service name of the selected service"
324 msgstr ""
321 msgstr "Το όνομα υπηρεσίας για την επιλεγμένη συσκευή"
325322
326323 #: ../avahi-ui/avahi-ui.c:208
327324 msgid "Address"
329326
330327 #: ../avahi-ui/avahi-ui.c:208
331328 msgid "The address of the resolved service"
332 msgstr ""
329 msgstr "Η διεύθυνση της επιλυμένης υπηρεσίας"
333330
334331 #: ../avahi-ui/avahi-ui.c:213
335332 msgid "Port"
336 msgstr ""
333 msgstr "Θύρα"
337334
338335 #: ../avahi-ui/avahi-ui.c:213
339336 msgid "The IP port number of the resolved service"
340 msgstr ""
337 msgstr "Ο αριθμός θύρας IP της επιλυμένης υπηρεσίας"
341338
342339 #: ../avahi-ui/avahi-ui.c:219
343 #, fuzzy
344340 msgid "Host Name"
345 msgstr "Όνομα"
341 msgstr "Όνομα υπολογιστή"
346342
347343 #: ../avahi-ui/avahi-ui.c:219
348344 msgid "The host name of the resolved service"
349 msgstr ""
345 msgstr "Το όνομα οικοδεσπότη της επιλυμένης υπηρεσίας"
350346
351347 #: ../avahi-ui/avahi-ui.c:225
352348 msgid "TXT Data"
353 msgstr ""
349 msgstr "Δεδομένα TXT"
354350
355351 #: ../avahi-ui/avahi-ui.c:225
356352 msgid "The TXT data of the resolved service"
357 msgstr ""
353 msgstr "Τα δεδομένα TXT της επιλυμένης υπηρεσίας"
358354
359355 #: ../avahi-ui/avahi-ui.c:230
360 #, fuzzy
361356 msgid "Resolve Service"
362 msgstr "Μη έγκυρο όνομα υπηρεσίας"
357 msgstr "Επίλυση υπηρεσίας"
363358
364359 #: ../avahi-ui/avahi-ui.c:230
365360 msgid "Resolve the selected service automatically before returning"
366 msgstr ""
361 msgstr "Επίλυση της επιλεγμένης υπηρεσίας αυτόματα πριν την επιστροφή"
367362
368363 #: ../avahi-ui/avahi-ui.c:236
369 #, fuzzy
370364 msgid "Resolve Service Host Name"
371 msgstr "Μη έγκυρο όνομα υπηρεσίας"
365 msgstr "Επίλυση του ονόματος οικοδεσπότη της υπηρεσίας"
372366
373367 #: ../avahi-ui/avahi-ui.c:236
374368 msgid ""
375369 "Resolve the host name of the selected service automatically before returning"
376370 msgstr ""
371 "Επίλυση του ονόματος οικοδεσπότη της επιλεγμένης υπηρεσίας αυτόματα πριν την "
372 "επιστροφή"
377373
378374 #: ../avahi-ui/avahi-ui.c:242
379375 msgid "Address family"
380 msgstr ""
376 msgstr "Οικογένεια διευθύνσεων"
381377
382378 #: ../avahi-ui/avahi-ui.c:242
383379 msgid "The address family for host name resolution"
384 msgstr ""
380 msgstr "Η οικογένεια διευθύνσεων για την ανάλυση ονόματος οικοδεσπότη"
385381
386382 #: ../avahi-ui/avahi-ui.c:326
387383 #, c-format
388384 msgid "Avahi client failure: %s"
389 msgstr "Αποτυχία Avahi client: %s"
385 msgstr "Αποτυχία πελάτη Avahi: %s"
390386
391387 #: ../avahi-ui/avahi-ui.c:388
392388 #, c-format
393389 msgid "Avahi resolver failure: %s"
394 msgstr "Αποτυχία Avahi resolver: %s"
390 msgstr "Αποτυχία επιλύτη Avahi: %s"
395391
396392 #: ../avahi-ui/avahi-ui.c:518
397393 #, c-format
398394 msgid "Browsing for service type %s in domain %s failed: %s"
399 msgstr ""
395 msgstr "Αποτυχία περιήγησης για τύπο υπηρεσίας %s στον τομέα %s: %s"
400396
401397 #: ../avahi-ui/avahi-ui.c:519 ../avahi-utils/avahi-browse.c:168
402398 #: ../avahi-utils/avahi-browse.c:169 ../avahi-utils/avahi-browse.c:178
407403 #: ../avahi-ui/avahi-ui.c:649
408404 #, c-format
409405 msgid "Avahi domain browser failure: %s"
410 msgstr ""
406 msgstr "Αποτυχία περιηγητή τομέα Avahi: %s"
411407
412408 #: ../avahi-ui/avahi-ui.c:684
413409 #, c-format
414410 msgid "Failed to read Avahi domain: %s"
415 msgstr ""
411 msgstr "Αποτυχία ανάγνωσης τομέα Avahi: %s"
416412
417413 #: ../avahi-ui/avahi-ui.c:706
418414 msgid "Browse service type list is empty!"
419 msgstr ""
415 msgstr "Ο κατάλογος τύπων υπηρεσιών περιήγησης είναι κενός!"
420416
421417 #: ../avahi-ui/avahi-ui.c:717
422418 #, c-format
423419 msgid "Failed to connect to Avahi server: %s"
424 msgstr ""
420 msgstr "Αδυναμία σύνδεσης με τον εξυπηρετητή Avahi: %s"
425421
426422 #: ../avahi-ui/avahi-ui.c:735
427423 msgid "Browsing for services on <b>local network</b>:"
428 msgstr ""
424 msgstr "Εξερεύνηση υπηρεσιών στο <b>τοπικό δίκτυο</b>:"
429425
430426 #: ../avahi-ui/avahi-ui.c:737
431427 #, c-format
432428 msgid "Browsing for services in domain <b>%s</b>:"
433 msgstr ""
429 msgstr "Περιήγηση για υπηρεσίες στον τομέα <b>%s</b>:"
434430
435431 #: ../avahi-ui/avahi-ui.c:773
436432 #, c-format
437433 msgid "Failed to create browser for %s: %s"
438 msgstr ""
439
440 #: ../avahi-ui/avahi-ui.c:903
434 msgstr "Αδυναμία δημιουργίας περιηγητή για %s: %s"
435
436 #: ../avahi-ui/avahi-ui.c:907
441437 #, c-format
442438 msgid "Failed to create resolver for %s of type %s in domain %s: %s"
443 msgstr ""
444
445 #: ../avahi-ui/avahi-ui.c:978
439 msgstr "Αποτυχία δημιουργίας επιλύτη για το %s του τύπου %s στον τομέα %s: %s"
440
441 #: ../avahi-ui/avahi-ui.c:982
446442 #, c-format
447443 msgid "Failed to create domain browser: %s"
448 msgstr ""
449
450 #: ../avahi-ui/avahi-ui.c:989
444 msgstr "Αποτυχία δημιουργίας περιηγητή τομέα: %s"
445
446 #: ../avahi-ui/avahi-ui.c:993
451447 msgid "Change domain"
452 msgstr ""
453
454 #: ../avahi-ui/avahi-ui.c:1031 ../avahi-ui/avahi-ui.c:1162
448 msgstr "Αλλαγή τομέα"
449
450 #: ../avahi-ui/avahi-ui.c:1043 ../avahi-ui/avahi-ui.c:1180
455451 msgid "Browsing..."
456 msgstr ""
457
458 #: ../avahi-ui/avahi-ui.c:1120
452 msgstr "Εξερεύνηση..."
453
454 #: ../avahi-ui/avahi-ui.c:1047 ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156
455 #: ../avahi-ui/bssh.c:161
456 #, fuzzy
457 msgid "_Cancel"
458 msgstr "Ακυρώθηκε.\n"
459
460 #: ../avahi-ui/avahi-ui.c:1048
461 #, fuzzy
462 msgid "_OK"
463 msgstr "Εντάξει"
464
465 #: ../avahi-ui/avahi-ui.c:1134
459466 msgid "Initializing..."
460 msgstr ""
461
462 #: ../avahi-ui/avahi-ui.c:1144
463 #, fuzzy
467 msgstr "Αρχικοποίηση..."
468
469 #: ../avahi-ui/avahi-ui.c:1162
464470 msgid "Location"
465 msgstr "Περιοχή"
466
467 #: ../avahi-ui/avahi-ui.c:1149 ../avahi-utils/avahi-browse.c:553
471 msgstr "Τοποθεσία"
472
473 #: ../avahi-ui/avahi-ui.c:1167 ../avahi-utils/avahi-browse.c:553
468474 msgid "Name"
469475 msgstr "Όνομα"
470476
471 #: ../avahi-ui/avahi-ui.c:1154 ../avahi-utils/avahi-browse.c:553
477 #: ../avahi-ui/avahi-ui.c:1172 ../avahi-utils/avahi-browse.c:553
472478 msgid "Type"
473479 msgstr "Τύπος"
474480
475 #: ../avahi-ui/avahi-ui.c:1166
481 #: ../avahi-ui/avahi-ui.c:1184
476482 msgid "_Domain..."
477 msgstr ""
483 msgstr "_Τομέας..."
478484
479485 #: ../avahi-ui/bssh.c:55
480486 #, c-format
487493 " -S --shell Browse both SSH and VNC\n"
488494 " -d --domain=DOMAIN The domain to browse in\n"
489495 msgstr ""
496 "%s [options]\n"
497 "\n"
498 " -h --help Εμφάνιση της βοήθειας\n"
499 " -s --ssh Περιήγηση εξυπηρετητών SSH\n"
500 " -v --vnc Περιήγηση εξυπηρετητών VNC\n"
501 " -S --shell Περιήγηση και SSH και VNC\n"
502 " -d --domain=ΤΟΜΕΑΣ Ο τομέας για περιήγηση\n"
490503
491504 #: ../avahi-ui/bssh.c:101 ../avahi-utils/avahi-browse.c:775
492505 #, c-format
493506 msgid "Too many arguments\n"
494 msgstr ""
507 msgstr "Πολλά ορίσματα\n"
495508
496509 #: ../avahi-ui/bssh.c:149
497510 msgid "Choose Shell Server"
511 msgstr "Επιλογή εξυπηρετητή κελύφους"
512
513 #: ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156 ../avahi-ui/bssh.c:161
514 msgid "C_onnect"
498515 msgstr ""
499516
500517 #: ../avahi-ui/bssh.c:151
501 #, fuzzy
502518 msgid "Desktop"
503519 msgstr "Επιφάνεια εργασίας"
504520
505521 #: ../avahi-ui/bssh.c:152
506522 msgid "Terminal"
507 msgstr ""
523 msgstr "Τερματικό"
508524
509525 #: ../avahi-ui/bssh.c:156
510526 msgid "Choose VNC server"
511 msgstr ""
527 msgstr "Επιλογή εξυπηρετητή VNC"
512528
513529 #: ../avahi-ui/bssh.c:161
514530 msgid "Choose SSH server"
515 msgstr ""
531 msgstr "Επιλογή εξυπηρετητή SSH"
516532
517533 #: ../avahi-ui/bssh.c:185
518534 #, c-format
519535 msgid "Connecting to '%s' ...\n"
520 msgstr "Σύνδεση με το '%s' ...\n"
536 msgstr "Σύνδεση με '%s' ...\n"
521537
522538 #: ../avahi-ui/bssh.c:240
523539 #, c-format
524540 msgid "execlp() failed: %s\n"
525 msgstr ""
541 msgstr "execlp() απέτυχε: %s\n"
526542
527543 #: ../avahi-ui/bssh.c:250
528544 #, c-format
531547
532548 #: ../avahi-ui/bssh.desktop.in.in.h:1
533549 msgid "Avahi SSH Server Browser"
534 msgstr ""
550 msgstr "Avahi περιηγητής εξυπηρετητών SSH"
535551
536552 #: ../avahi-ui/bssh.desktop.in.in.h:2
537553 msgid "Browse for Zeroconf-enabled SSH Servers"
538 msgstr ""
554 msgstr "Εξερεύνηση για εξυπηρετητές SSH με ενεργοποιημένο Zeroconf"
539555
540556 #: ../avahi-ui/bvnc.desktop.in.in.h:1
541557 msgid "Avahi VNC Server Browser"
542 msgstr ""
558 msgstr "Avahi περιηγητής εξυπηρετητών VNC"
543559
544560 #: ../avahi-ui/bvnc.desktop.in.in.h:2
545561 msgid "Browse for Zeroconf-enabled VNC Servers"
546 msgstr ""
562 msgstr "Εξερεύνηση για εξυπηρετητές VNC με ενεργοποιημένο Zeroconf"
547563
548564 #: ../avahi-utils/avahi-browse.c:107
549565 #, c-format
550566 msgid ": All for now\n"
551 msgstr ""
567 msgstr ": Όλα για τώρα\n"
552568
553569 #: ../avahi-utils/avahi-browse.c:118
554570 #, c-format
555571 msgid ": Cache exhausted\n"
556 msgstr ""
572 msgstr ": Η κρυφή μνήμη εξαντλήθηκε\n"
557573
558574 #: ../avahi-utils/avahi-browse.c:239 ../avahi-utils/avahi-browse.c:261
559575 #, c-format
560576 msgid "Failed to resolve service '%s' of type '%s' in domain '%s': %s\n"
561 msgstr ""
577 msgstr "Αποτυχία επίλυσης υπηρεσίας '%s' του τύπου '%s' στον τομέα '%s': %s\n"
562578
563579 #: ../avahi-utils/avahi-browse.c:340
564580 #, c-format
565581 msgid "service_browser failed: %s\n"
566 msgstr ""
582 msgstr "Αποτυχία service_browser: %s\n"
567583
568584 #: ../avahi-utils/avahi-browse.c:378
569585 #, c-format
570586 msgid "avahi_service_browser_new() failed: %s\n"
571 msgstr ""
587 msgstr "Αποτυχία avahi_service_browser_new(): %s\n"
572588
573589 #: ../avahi-utils/avahi-browse.c:414
574590 #, c-format
575591 msgid "service_type_browser failed: %s\n"
576 msgstr ""
592 msgstr "Αποτυχία service_type_browser: %s\n"
577593
578594 #: ../avahi-utils/avahi-browse.c:444
579595 #, c-format
580596 msgid "avahi_service_type_browser_new() failed: %s\n"
581 msgstr ""
597 msgstr "Αποτυχία avahi_service_type_browser_new(): %s\n"
582598
583599 #: ../avahi-utils/avahi-browse.c:519
584600 #, c-format
585601 msgid "avahi_domain_browser_new() failed: %s\n"
586 msgstr ""
602 msgstr "Αποτυχία avahi_domain_browser_new(): %s\n"
587603
588604 #: ../avahi-utils/avahi-browse.c:535 ../avahi-utils/avahi-publish.c:394
589605 #: ../avahi-utils/avahi-resolve.c:280 ../avahi-utils/avahi-set-host-name.c:168
590606 #, c-format
591607 msgid "Failed to query version string: %s\n"
592 msgstr ""
608 msgstr "Αποτυχία ερωτήματος συμβολοσειράς έκδοσης: %s\n"
593609
594610 #: ../avahi-utils/avahi-browse.c:540 ../avahi-utils/avahi-publish.c:399
595611 #: ../avahi-utils/avahi-resolve.c:285 ../avahi-utils/avahi-set-host-name.c:173
596612 #: ../avahi-utils/avahi-set-host-name.c:189
597613 #, c-format
598614 msgid "Failed to query host name: %s\n"
599 msgstr ""
615 msgstr "Αποτυχία ερωτήματος ονόματος οικοδεσπότη: %s\n"
600616
601617 #: ../avahi-utils/avahi-browse.c:544 ../avahi-utils/avahi-publish.c:403
602618 #: ../avahi-utils/avahi-resolve.c:289 ../avahi-utils/avahi-set-host-name.c:177
603619 #, c-format
604620 msgid "Server version: %s; Host name: %s\n"
605 msgstr ""
621 msgstr "Έκδοση εξυπηρετητή: %s; Όνομα οικοδεσπότη: %s\n"
606622
607623 #. Translators: This is a column heading with abbreviations for
608624 #. * Event (+/-), Network Interface, Protocol (IPv4/v6), Domain
609625 #: ../avahi-utils/avahi-browse.c:549
610626 #, c-format
611627 msgid "E Ifce Prot Domain\n"
612 msgstr ""
628 msgstr "Τομέας E Ifce Prot\n"
613629
614630 #. Translators: This is a column heading with abbreviations for
615631 #. * Event (+/-), Network Interface, Protocol (IPv4/v6), Domain
616632 #: ../avahi-utils/avahi-browse.c:553
617633 #, c-format
618634 msgid "E Ifce Prot %-*s %-20s Domain\n"
619 msgstr ""
635 msgstr "Τομέας E Ifce Prot %-*s %-20s\n"
620636
621637 #. We have been disconnected, so let reconnect
622638 #: ../avahi-utils/avahi-browse.c:585 ../avahi-utils/avahi-publish.c:163
629645 #: ../avahi-utils/avahi-resolve.c:272 ../avahi-utils/avahi-set-host-name.c:160
630646 #, c-format
631647 msgid "Failed to create client object: %s\n"
632 msgstr ""
648 msgstr "Αδυναμία δημιουργίας αντικειμένου πελάτη: %s\n"
633649
634650 #: ../avahi-utils/avahi-browse.c:604 ../avahi-utils/avahi-publish.c:175
635651 #: ../avahi-utils/avahi-resolve.c:143 ../avahi-utils/avahi-set-host-name.c:59
636652 #, c-format
637653 msgid "Client failure, exiting: %s\n"
638 msgstr ""
654 msgstr "Αποτυχία πελάτη, έξοδος: %s\n"
639655
640656 #: ../avahi-utils/avahi-browse.c:623 ../avahi-utils/avahi-publish.c:206
641657 #, c-format
642658 msgid "Waiting for daemon ...\n"
643 msgstr ""
659 msgstr "Αναμονή δαίμονα ...\n"
644660
645661 #: ../avahi-utils/avahi-browse.c:647
646662 msgid ""
658674 " -f --no-fail Don't fail if the daemon is not available\n"
659675 " -p --parsable Output in parsable format\n"
660676 msgstr ""
677 " -h --help Εμφάνιση αυτής της βοήθειας\n"
678 " -V --version Εμφάνιση έκδοσης\n"
679 " -D --browse-domains Περιήγηση για τομείς περιήγησης αντί για υπηρεσίες\n"
680 " -a --all Εμφάνιση όλων των υπηρεσιών, ανεξάρτητα από τον "
681 "τύπο\n"
682 " -d --domain=ΤΟΜΕΑΣ Ο τομέας για περιήγηση\n"
683 " -v --verbose Ενεργοποίηση αναλυτικής κατάστασης\n"
684 " -t --terminate Τερματισμός μετά την αποτύπωση ενός περισσότερο ή "
685 "λιγότερο πλήρους καταλόγου\n"
686 " -c --cache Τερματισμός μετά την αποτύπωση όλων των "
687 "καταχωρίσεων από την κρυφή μνήμη\n"
688 " -l --ignore-local Παράβλεψη τοπικών υπηρεσιών\n"
689 " -r --resolve Επίλυση των υπηρεσιών που βρέθηκαν\n"
690 " -f --no-fail Να μην αποτυγχάνει αν ο δαίμονας δεν είναι "
691 "διαθέσιμος\n"
692 " -p --parsable Έξοδος σε αναλύσιμη μορφή\n"
661693
662694 #: ../avahi-utils/avahi-browse.c:660
663695 msgid ""
664696 " -k --no-db-lookup Don't lookup service types\n"
665697 " -b --dump-db Dump service type database\n"
666698 msgstr ""
699 " -k --no-db-lookup Να μην αναζητούνται τύποι υπηρεσιών\n"
700 " -b --dump-db Αποτύπωση βάσης δεδομένων τύπου υπηρεσιών\n"
667701
668702 #: ../avahi-utils/avahi-browse.c:766 ../avahi-utils/avahi-resolve.c:219
669703 #, c-format
670704 msgid "Too few arguments\n"
671 msgstr ""
705 msgstr "Λίγα ορίσματα\n"
672706
673707 #: ../avahi-utils/avahi-browse.c:821 ../avahi-utils/avahi-publish.c:378
674708 #: ../avahi-utils/avahi-resolve.c:264 ../avahi-utils/avahi-set-host-name.c:152
675709 #, c-format
676710 msgid "Failed to create simple poll object.\n"
677 msgstr ""
711 msgstr "Αποτυχία δημιουργίας απλού αντικειμένου σταθμοσκόπησης.\n"
678712
679713 #: ../avahi-utils/avahi-publish.c:76
680714 #, c-format
681715 msgid "Established under name '%s'\n"
682 msgstr ""
716 msgstr "Δημιουργήθηκε με όνομα '%s'\n"
683717
684718 #: ../avahi-utils/avahi-publish.c:81
685719 #, c-format
689723 #: ../avahi-utils/avahi-publish.c:94
690724 #, c-format
691725 msgid "Name collision, picking new name '%s'.\n"
692 msgstr ""
726 msgstr "Σύγκρουση ονομάτων, επιλογή νέου ονόματος '%s'.\n"
693727
694728 #: ../avahi-utils/avahi-publish.c:114
695729 #, c-format
696730 msgid "Failed to create entry group: %s\n"
697 msgstr ""
731 msgstr "Αποτυχία δημιουργίας ομάδας καταχώρισης: %s\n"
698732
699733 #: ../avahi-utils/avahi-publish.c:124
700734 #, c-format
701735 msgid "Failed to add address: %s\n"
702 msgstr ""
736 msgstr "Αδυναμία προσθήκης διεύθυνσης: %s\n"
703737
704738 #: ../avahi-utils/avahi-publish.c:134
705739 #, c-format
706740 msgid "Failed to add service: %s\n"
707 msgstr ""
741 msgstr "Αδυναμία προσθήκης υπηρεσίας: %s\n"
708742
709743 #: ../avahi-utils/avahi-publish.c:140
710744 #, c-format
711745 msgid "Failed to add subtype '%s': %s\n"
712 msgstr ""
746 msgstr "Αποτυχία προσθήκης υποτύπου '%s': %s\n"
713747
714748 #: ../avahi-utils/avahi-publish.c:191
715749 #, c-format
716750 msgid "Host name conflict\n"
717 msgstr ""
751 msgstr "Σύγκρουση ονομάτων υπολογιστών\n"
718752
719753 #: ../avahi-utils/avahi-publish.c:216
720 #, fuzzy, c-format
754 #, c-format
721755 msgid ""
722756 "%s [options] %s <name> <type> <port> [<txt ...>]\n"
723757 "%s [options] %s <host-name> <address>\n"
737771 "%s [options] %s <name> <type> <port> [<txt ...>]\n"
738772 "%s [options] %s <host-name> <address>\n"
739773 "\n"
740 " -h --help Εμφάνιση βοήθειας\n"
774 " -h --help Εμφάνιση αυτής της βοήθειας\n"
741775 " -V --version Εμφάνιση έκδοσης\n"
742776 " -s --service Δημοσίευση υπηρεσίας\n"
743777 " -a --address Δημοσίευση διεύθυνσης\n"
744 " -v --verbose Ενεργοποίηση verbose mode\n"
745 " -d --domain=DOMAIN Domain για τη δημοσίευση υπηρεσίας\n"
746 " -H --host=DOMAIN Host όπου υπάρχει η υπηρεσία\n"
747 " --subtype=SUBTYPE Ένας επιπλέον τύπος για καταχώρηση της υπηρεσίας\n"
748 " -f --no-fail Να μη γίνει αποτυχία αν αυτή η υπηρεσία συστήματος "
749 "δεν είναι διαθέσιμη\n"
778 " -v --verbose Ενεργοποίηση αναλυτικής κατάστασης\n"
779 " -d --domain=ΤΟΜΕΑΣ Ο τομέας για δημοσίευση υπηρεσίας\n"
780 " -H --host=ΤΟΜΕΑΣ Ο οικοδεσπότης όπου βρίσκεται η υπηρεσία\n"
781 " --subtype=ΥΠΟΤΥΠΟΣ Ένας πρόσθετος υποτύπος για καταχώριση αυτής της "
782 "υπηρεσίας\n"
783 " -R --no-reverse Να μην δημοσιευτεί αντίστροφη καταχώριση με "
784 "διεύθυνση\n"
785 " -f --no-fail Να μην αποτυγχάνει αν ο δαίμονας δεν είναι "
786 "διαθέσιμος\n"
750787
751788 #: ../avahi-utils/avahi-publish.c:303 ../avahi-utils/avahi-publish.c:318
752789 #, c-format
753790 msgid "Bad number of arguments\n"
754 msgstr ""
791 msgstr "Κακός αριθμός ορισμάτων\n"
755792
756793 #: ../avahi-utils/avahi-publish.c:329
757794 #, c-format
758795 msgid "Failed to parse port number: %s\n"
759 msgstr ""
796 msgstr "Αποτυχία ανάλυσης αριθμού θύρας: %s\n"
760797
761798 #: ../avahi-utils/avahi-publish.c:361 ../avahi-utils/avahi-resolve.c:246
762799 #, c-format
763800 msgid "No command specified.\n"
764 msgstr ""
801 msgstr "Δεν ορίστηκε εντολή.\n"
765802
766803 #: ../avahi-utils/avahi-resolve.c:89
767804 #, c-format
768805 msgid "Failed to resolve host name '%s': %s\n"
769 msgstr ""
806 msgstr "Αποτυχία επίλυσης ονόματος οικοδεσπότη '%s': %s\n"
770807
771808 #: ../avahi-utils/avahi-resolve.c:126
772809 #, c-format
773810 msgid "Failed to resolve address '%s': %s\n"
774 msgstr ""
811 msgstr "Αποτυχία επίλυσης διεύθυνσης '%s': %s\n"
775812
776813 #: ../avahi-utils/avahi-resolve.c:157
777814 #, c-format
787824 " -6 Lookup IPv6 address\n"
788825 " -4 Lookup IPv4 address\n"
789826 msgstr ""
790 "%s [επιλογές] %s <host name ...>\n"
791 "%s [επιλογές] %s <διεύθυνση ... >\n"
827 "%s [options] %s <host name ...>\n"
828 "%s [options] %s <address ... >\n"
792829 "\n"
793 " -h --help Εμφάνιση βοήθειας\n"
830 " -h --help Εμφάνιση αυτής τηςβοήθειας\n"
794831 " -V --version Εμφάνιση έκδοσης\n"
795 " -n --name Μετάφραση host name\n"
832 " -n --name Μετάφραση ονόματος υπολογιστή\n"
796833 " -a --address Μετάφραση διεύθυνσης\n"
797 " -v --verbose Ενεργοποίηση verbose mode\n"
834 " -v --verbose Ενεργοποίηση αναλυτικής κατάστασης\n"
798835 " -6 Αναζήτηση διεύθυνσης IPv6\n"
799836 " -4 Αναζήτηση διεύθυνσης IPv4\n"
800837
801838 #: ../avahi-utils/avahi-resolve.c:299 ../avahi-utils/avahi-set-host-name.c:181
802839 #, c-format
803840 msgid "Failed to create host name resolver: %s\n"
804 msgstr ""
841 msgstr "Αποτυχία δημιουργίας επιλύτη ονόματος οικοδεσπότη: %s\n"
805842
806843 #: ../avahi-utils/avahi-resolve.c:309
807844 #, c-format
808845 msgid "Failed to parse address '%s'\n"
809 msgstr ""
846 msgstr "Αποτυχία ανάλυσης διεύθυνσης '%s'\n"
810847
811848 #: ../avahi-utils/avahi-resolve.c:314
812849 #, c-format
813850 msgid "Failed to create address resolver: %s\n"
814 msgstr ""
851 msgstr "Αποτυχία δημιουργίας επιλύτη διεύθυνσης: %s\n"
815852
816853 #: ../avahi-utils/avahi-set-host-name.c:73
817854 #, c-format
822859 " -V --version Show version\n"
823860 " -v --verbose Enable verbose mode\n"
824861 msgstr ""
825 "%s [επιλογές] <νέο host name>\n"
862 "%s [options] <new host name>\n"
826863 "\n"
827864 " -h --help Εμφάνιση βοήθειας\n"
828865 " -V --version Εμφάνιση έκδοσης\n"
829 " -v --verbose Ενεργοποίηση verbose mode\n"
866 " -v --verbose Ενεργοποίηση αναλυτικής κατάστασης\n"
830867
831868 #: ../avahi-utils/avahi-set-host-name.c:114
832869 #, c-format
833870 msgid "Invalid number of arguments, expecting exactly one.\n"
834 msgstr ""
871 msgstr "Άκυρος αριθμός ορισμάτων, αναμένεται μόνο ένα.\n"
835872
836873 #: ../avahi-utils/avahi-set-host-name.c:193
837874 #, c-format
838875 msgid "Host name successfully changed to %s\n"
839 msgstr "Επιτυχής αλλαγή του host name σε %s\n"
876 msgstr "Επιτυχής αλλαγή του ονόματος υπολογιστή σε %s\n"
0 # British English translation
1 # This file is distributed under the same license as the Avahi package.
2 # Ted Percival <ted@midg3t.net>, 2008.
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
33 #
4 #, fuzzy
4 # Translators:
55 msgid ""
66 msgstr ""
7 "Project-Id-Version: Avahi\n"
78 "Report-Msgid-Bugs-To: \n"
8 "POT-Creation-Date: 2011-04-02 03:23+0200\n"
9 "PO-Revision-Date: 2008-03-31 15:24+1000\n"
10 "Last-Translator: Ted Percival <ted@midg3t.net>\n"
9 "POT-Creation-Date: 2015-10-10 13:24+0200\n"
10 "PO-Revision-Date: 2010-11-29 23:19+0000\n"
11 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12 "Language-Team: English (Australia) (http://www.transifex.com/lennart/avahi/"
13 "language/en_AU/)\n"
14 "Language: en_AU\n"
1115 "MIME-Version: 1.0\n"
12 "Content-Type: text/plain; charset=utf-8\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
1317 "Content-Transfer-Encoding: 8bit\n"
18 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
1419
1520 #: ../avahi-common/error.c:30
1621 msgid "OK"
233238 msgstr ""
234239
235240 #: ../avahi-discover-standalone/avahi-discover.ui.h:1
241 msgid "Avahi Discovery"
242 msgstr ""
243
244 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
236245 #: ../avahi-python/avahi-discover/avahi-discover.py:76
237246 msgid "<i>No service currently selected.</i>"
238247 msgstr ""
239248
240 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
241 msgid "Avahi Discovery"
242 msgstr ""
243
244249 #: ../avahi-python/avahi-discover/avahi-discover.desktop.in.in.h:1
245250 msgid "Avahi Zeroconf Browser"
246251 msgstr ""
305310 msgid "The service type of the selected service"
306311 msgstr ""
307312
308 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1023
313 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1035
309314 msgid "Service Name"
310315 msgstr ""
311316
424429 msgid "Failed to create browser for %s: %s"
425430 msgstr ""
426431
427 #: ../avahi-ui/avahi-ui.c:903
432 #: ../avahi-ui/avahi-ui.c:907
428433 #, c-format
429434 msgid "Failed to create resolver for %s of type %s in domain %s: %s"
430435 msgstr ""
431436
432 #: ../avahi-ui/avahi-ui.c:978
437 #: ../avahi-ui/avahi-ui.c:982
433438 #, c-format
434439 msgid "Failed to create domain browser: %s"
435440 msgstr ""
436441
437 #: ../avahi-ui/avahi-ui.c:989
442 #: ../avahi-ui/avahi-ui.c:993
438443 msgid "Change domain"
439444 msgstr ""
440445
441 #: ../avahi-ui/avahi-ui.c:1031 ../avahi-ui/avahi-ui.c:1162
446 #: ../avahi-ui/avahi-ui.c:1043 ../avahi-ui/avahi-ui.c:1180
442447 msgid "Browsing..."
443448 msgstr ""
444449
445 #: ../avahi-ui/avahi-ui.c:1120
450 #: ../avahi-ui/avahi-ui.c:1047 ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156
451 #: ../avahi-ui/bssh.c:161
452 #, fuzzy
453 msgid "_Cancel"
454 msgstr "Cancelled.\n"
455
456 #: ../avahi-ui/avahi-ui.c:1048
457 msgid "_OK"
458 msgstr ""
459
460 #: ../avahi-ui/avahi-ui.c:1134
446461 msgid "Initializing..."
447462 msgstr "Initialising..."
448463
449 #: ../avahi-ui/avahi-ui.c:1144
464 #: ../avahi-ui/avahi-ui.c:1162
450465 msgid "Location"
451466 msgstr ""
452467
453 #: ../avahi-ui/avahi-ui.c:1149 ../avahi-utils/avahi-browse.c:553
468 #: ../avahi-ui/avahi-ui.c:1167 ../avahi-utils/avahi-browse.c:553
454469 msgid "Name"
455470 msgstr ""
456471
457 #: ../avahi-ui/avahi-ui.c:1154 ../avahi-utils/avahi-browse.c:553
472 #: ../avahi-ui/avahi-ui.c:1172 ../avahi-utils/avahi-browse.c:553
458473 msgid "Type"
459474 msgstr ""
460475
461 #: ../avahi-ui/avahi-ui.c:1166
476 #: ../avahi-ui/avahi-ui.c:1184
462477 msgid "_Domain..."
463478 msgstr ""
464479
481496
482497 #: ../avahi-ui/bssh.c:149
483498 msgid "Choose Shell Server"
499 msgstr ""
500
501 #: ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156 ../avahi-ui/bssh.c:161
502 msgid "C_onnect"
484503 msgstr ""
485504
486505 #: ../avahi-ui/bssh.c:151
55 msgid ""
66 msgstr ""
77 "Report-Msgid-Bugs-To: \n"
8 "POT-Creation-Date: 2011-04-02 03:23+0200\n"
8 "POT-Creation-Date: 2015-10-10 13:24+0200\n"
99 "PO-Revision-Date: 2008-03-31 15:24+1000\n"
1010 "Last-Translator: Ted Percival <ted@midg3t.net>\n"
1111 "MIME-Version: 1.0\n"
233233 msgstr ""
234234
235235 #: ../avahi-discover-standalone/avahi-discover.ui.h:1
236 msgid "Avahi Discovery"
237 msgstr ""
238
239 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
236240 #: ../avahi-python/avahi-discover/avahi-discover.py:76
237241 msgid "<i>No service currently selected.</i>"
238242 msgstr ""
239243
240 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
241 msgid "Avahi Discovery"
242 msgstr ""
243
244244 #: ../avahi-python/avahi-discover/avahi-discover.desktop.in.in.h:1
245245 msgid "Avahi Zeroconf Browser"
246246 msgstr ""
305305 msgid "The service type of the selected service"
306306 msgstr ""
307307
308 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1023
308 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1035
309309 msgid "Service Name"
310310 msgstr ""
311311
424424 msgid "Failed to create browser for %s: %s"
425425 msgstr ""
426426
427 #: ../avahi-ui/avahi-ui.c:903
427 #: ../avahi-ui/avahi-ui.c:907
428428 #, c-format
429429 msgid "Failed to create resolver for %s of type %s in domain %s: %s"
430430 msgstr ""
431431
432 #: ../avahi-ui/avahi-ui.c:978
432 #: ../avahi-ui/avahi-ui.c:982
433433 #, c-format
434434 msgid "Failed to create domain browser: %s"
435435 msgstr ""
436436
437 #: ../avahi-ui/avahi-ui.c:989
437 #: ../avahi-ui/avahi-ui.c:993
438438 msgid "Change domain"
439439 msgstr ""
440440
441 #: ../avahi-ui/avahi-ui.c:1031 ../avahi-ui/avahi-ui.c:1162
441 #: ../avahi-ui/avahi-ui.c:1043 ../avahi-ui/avahi-ui.c:1180
442442 msgid "Browsing..."
443443 msgstr ""
444444
445 #: ../avahi-ui/avahi-ui.c:1120
445 #: ../avahi-ui/avahi-ui.c:1047 ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156
446 #: ../avahi-ui/bssh.c:161
447 #, fuzzy
448 msgid "_Cancel"
449 msgstr "Cancelled.\n"
450
451 #: ../avahi-ui/avahi-ui.c:1048
452 msgid "_OK"
453 msgstr ""
454
455 #: ../avahi-ui/avahi-ui.c:1134
446456 msgid "Initializing..."
447457 msgstr ""
448458
449 #: ../avahi-ui/avahi-ui.c:1144
459 #: ../avahi-ui/avahi-ui.c:1162
450460 msgid "Location"
451461 msgstr ""
452462
453 #: ../avahi-ui/avahi-ui.c:1149 ../avahi-utils/avahi-browse.c:553
463 #: ../avahi-ui/avahi-ui.c:1167 ../avahi-utils/avahi-browse.c:553
454464 msgid "Name"
455465 msgstr ""
456466
457 #: ../avahi-ui/avahi-ui.c:1154 ../avahi-utils/avahi-browse.c:553
467 #: ../avahi-ui/avahi-ui.c:1172 ../avahi-utils/avahi-browse.c:553
458468 msgid "Type"
459469 msgstr ""
460470
461 #: ../avahi-ui/avahi-ui.c:1166
471 #: ../avahi-ui/avahi-ui.c:1184
462472 msgid "_Domain..."
463473 msgstr ""
464474
481491
482492 #: ../avahi-ui/bssh.c:149
483493 msgid "Choose Shell Server"
494 msgstr ""
495
496 #: ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156 ../avahi-ui/bssh.c:161
497 msgid "C_onnect"
484498 msgstr ""
485499
486500 #: ../avahi-ui/bssh.c:151
0 # British English translation of Avahi
1 # Copyright (C) 2009 Avahi's COPYRIGHT HOLDER
2 # This file is distributed under the same licence as the Avahi package.
3 # Bruce Cowan <bcowan@fastmail.co.uk>, 2009.
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
5 # Bruce Cowan <bruce@bcowan.me.uk>, 2011
46 msgid ""
57 msgstr ""
6 "Project-Id-Version: avahi\n"
8 "Project-Id-Version: Avahi\n"
79 "Report-Msgid-Bugs-To: \n"
8 "POT-Creation-Date: 2011-04-02 03:23+0200\n"
9 "PO-Revision-Date: 2009-11-11 17:00+0000\n"
10 "Last-Translator: Bruce Cowan <bcowan@fastmail.co.uk>\n"
11 "Language-Team: British English <en@li.org>\n"
12 "Language: \n"
10 "POT-Creation-Date: 2015-10-10 13:24+0200\n"
11 "PO-Revision-Date: 2013-11-20 09:58+0000\n"
12 "Last-Translator: Bruce Cowan <bruce@bcowan.me.uk>\n"
13 "Language-Team: English (United Kingdom) (http://www.transifex.com/lennart/"
14 "avahi/language/en_GB/)\n"
15 "Language: en_GB\n"
1316 "MIME-Version: 1.0\n"
1417 "Content-Type: text/plain; charset=UTF-8\n"
1518 "Content-Transfer-Encoding: 8bit\n"
16 "Plural-Forms: nplurals=2; plural=( n != 1 );\n"
19 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
1720
1821 #: ../avahi-common/error.c:30
1922 msgid "OK"
236239 msgstr "Invalid Error Code"
237240
238241 #: ../avahi-discover-standalone/avahi-discover.ui.h:1
242 msgid "Avahi Discovery"
243 msgstr "Avahi Discovery"
244
245 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
239246 #: ../avahi-python/avahi-discover/avahi-discover.py:76
240247 msgid "<i>No service currently selected.</i>"
241248 msgstr "<i>No service currently selected.</i>"
242249
243 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
244 msgid "Avahi Discovery"
245 msgstr "Avahi Discovery"
246
247250 #: ../avahi-python/avahi-discover/avahi-discover.desktop.in.in.h:1
248251 msgid "Avahi Zeroconf Browser"
249252 msgstr "Avahi Zeroconf Browser"
254257
255258 #: ../avahi-python/avahi-discover/avahi-discover.py:224
256259 msgid "TXT"
257 msgstr ""
260 msgstr "TXT"
258261
259262 #: ../avahi-python/avahi-discover/avahi-discover.py:226
260 #, fuzzy
261263 msgid "TXT Data:"
262 msgstr "TXT Data"
264 msgstr "TXT Data:"
263265
264266 #: ../avahi-python/avahi-discover/avahi-discover.py:226
265 #, fuzzy
266267 msgid "empty"
267 msgstr "Is empty"
268 msgstr "empty"
268269
269270 #: ../avahi-python/avahi-discover/avahi-discover.py:228
270 #, fuzzy
271271 msgid "Service Type:"
272 msgstr "Service Type"
272 msgstr "Service Type:"
273273
274274 #: ../avahi-python/avahi-discover/avahi-discover.py:229
275 #, fuzzy
276275 msgid "Service Name:"
277 msgstr "Service Name"
276 msgstr "Service Name:"
278277
279278 #: ../avahi-python/avahi-discover/avahi-discover.py:230
280 #, fuzzy
281279 msgid "Domain Name:"
282 msgstr "Domain"
280 msgstr "Domain Name:"
283281
284282 #: ../avahi-python/avahi-discover/avahi-discover.py:231
285283 msgid "Interface:"
286 msgstr ""
284 msgstr "Interface:"
287285
288286 #: ../avahi-python/avahi-discover/avahi-discover.py:232
289 #, fuzzy
290287 msgid "Address:"
291 msgstr "Address"
288 msgstr "Address:"
292289
293290 #: ../avahi-ui/avahi-ui.c:185
294291 msgid "Browse Service Types"
314311 msgid "The service type of the selected service"
315312 msgstr "The service type of the selected service"
316313
317 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1023
314 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1035
318315 msgid "Service Name"
319316 msgstr "Service Name"
320317
355352 msgstr "The TXT data of the resolved service"
356353
357354 #: ../avahi-ui/avahi-ui.c:230
358 #, fuzzy
359355 msgid "Resolve Service"
360 msgstr "Resolve service"
356 msgstr "Resolve Service"
361357
362358 #: ../avahi-ui/avahi-ui.c:230
363359 msgid "Resolve the selected service automatically before returning"
364 msgstr ""
360 msgstr "Resolve the selected service automatically before returning"
365361
366362 #: ../avahi-ui/avahi-ui.c:236
367 #, fuzzy
368363 msgid "Resolve Service Host Name"
369 msgstr "Resolve service host name"
364 msgstr "Resolve Service Host Name"
370365
371366 #: ../avahi-ui/avahi-ui.c:236
372367 msgid ""
373368 "Resolve the host name of the selected service automatically before returning"
374369 msgstr ""
370 "Resolve the host name of the selected service automatically before returning"
375371
376372 #: ../avahi-ui/avahi-ui.c:242
377373 msgid "Address family"
435431 msgid "Failed to create browser for %s: %s"
436432 msgstr "Failed to create browser for %s: %s"
437433
438 #: ../avahi-ui/avahi-ui.c:903
434 #: ../avahi-ui/avahi-ui.c:907
439435 #, c-format
440436 msgid "Failed to create resolver for %s of type %s in domain %s: %s"
441437 msgstr "Failed to create resolver for %s of type %s in domain %s: %s"
442438
443 #: ../avahi-ui/avahi-ui.c:978
439 #: ../avahi-ui/avahi-ui.c:982
444440 #, c-format
445441 msgid "Failed to create domain browser: %s"
446442 msgstr "Failed to create domain browser: %s"
447443
448 #: ../avahi-ui/avahi-ui.c:989
444 #: ../avahi-ui/avahi-ui.c:993
449445 msgid "Change domain"
450446 msgstr "Change domain"
451447
452 #: ../avahi-ui/avahi-ui.c:1031 ../avahi-ui/avahi-ui.c:1162
448 #: ../avahi-ui/avahi-ui.c:1043 ../avahi-ui/avahi-ui.c:1180
453449 msgid "Browsing..."
454450 msgstr "Browsing..."
455451
456 #: ../avahi-ui/avahi-ui.c:1120
452 #: ../avahi-ui/avahi-ui.c:1047 ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156
453 #: ../avahi-ui/bssh.c:161
454 #, fuzzy
455 msgid "_Cancel"
456 msgstr "Cancelled.\n"
457
458 #: ../avahi-ui/avahi-ui.c:1048
459 #, fuzzy
460 msgid "_OK"
461 msgstr "OK"
462
463 #: ../avahi-ui/avahi-ui.c:1134
457464 msgid "Initializing..."
458465 msgstr "Initialising..."
459466
460 #: ../avahi-ui/avahi-ui.c:1144
467 #: ../avahi-ui/avahi-ui.c:1162
461468 msgid "Location"
462469 msgstr "Location"
463470
464 #: ../avahi-ui/avahi-ui.c:1149 ../avahi-utils/avahi-browse.c:553
471 #: ../avahi-ui/avahi-ui.c:1167 ../avahi-utils/avahi-browse.c:553
465472 msgid "Name"
466473 msgstr "Name"
467474
468 #: ../avahi-ui/avahi-ui.c:1154 ../avahi-utils/avahi-browse.c:553
475 #: ../avahi-ui/avahi-ui.c:1172 ../avahi-utils/avahi-browse.c:553
469476 msgid "Type"
470477 msgstr "Type"
471478
472 #: ../avahi-ui/avahi-ui.c:1166
479 #: ../avahi-ui/avahi-ui.c:1184
473480 msgid "_Domain..."
474481 msgstr "_Domain..."
475482
500507 #: ../avahi-ui/bssh.c:149
501508 msgid "Choose Shell Server"
502509 msgstr "Choose Shell Server"
510
511 #: ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156 ../avahi-ui/bssh.c:161
512 msgid "C_onnect"
513 msgstr ""
503514
504515 #: ../avahi-ui/bssh.c:151
505516 msgid "Desktop"
735746 msgstr "Host name conflict\n"
736747
737748 #: ../avahi-utils/avahi-publish.c:216
738 #, fuzzy, c-format
749 #, c-format
739750 msgid ""
740751 "%s [options] %s <name> <type> <port> [<txt ...>]\n"
741752 "%s [options] %s <host-name> <address>\n"
764775 " -H --host=DOMAIN Host where service resides\n"
765776 " --subtype=SUBTYPE An additional subtype to register this service "
766777 "with\n"
778 " -R --no-reverse Do not publish reverse entry with address\n"
767779 " -f --no-fail Don't fail if the daemon is not available\n"
768780
769781 #: ../avahi-utils/avahi-publish.c:303 ../avahi-utils/avahi-publish.c:318
55 msgstr ""
66 "Project-Id-Version: avahi\n"
77 "Report-Msgid-Bugs-To: \n"
8 "POT-Creation-Date: 2011-04-02 03:23+0200\n"
8 "POT-Creation-Date: 2015-10-10 13:24+0200\n"
99 "PO-Revision-Date: 2009-11-11 17:00+0000\n"
1010 "Last-Translator: Bruce Cowan <bcowan@fastmail.co.uk>\n"
1111 "Language-Team: British English <en@li.org>\n"
236236 msgstr "Invalid Error Code"
237237
238238 #: ../avahi-discover-standalone/avahi-discover.ui.h:1
239 msgid "Avahi Discovery"
240 msgstr "Avahi Discovery"
241
242 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
239243 #: ../avahi-python/avahi-discover/avahi-discover.py:76
240244 msgid "<i>No service currently selected.</i>"
241245 msgstr "<i>No service currently selected.</i>"
242246
243 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
244 msgid "Avahi Discovery"
245 msgstr "Avahi Discovery"
246
247247 #: ../avahi-python/avahi-discover/avahi-discover.desktop.in.in.h:1
248248 msgid "Avahi Zeroconf Browser"
249249 msgstr "Avahi Zeroconf Browser"
314314 msgid "The service type of the selected service"
315315 msgstr "The service type of the selected service"
316316
317 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1023
317 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1035
318318 msgid "Service Name"
319319 msgstr "Service Name"
320320
435435 msgid "Failed to create browser for %s: %s"
436436 msgstr "Failed to create browser for %s: %s"
437437
438 #: ../avahi-ui/avahi-ui.c:903
438 #: ../avahi-ui/avahi-ui.c:907
439439 #, c-format
440440 msgid "Failed to create resolver for %s of type %s in domain %s: %s"
441441 msgstr "Failed to create resolver for %s of type %s in domain %s: %s"
442442
443 #: ../avahi-ui/avahi-ui.c:978
443 #: ../avahi-ui/avahi-ui.c:982
444444 #, c-format
445445 msgid "Failed to create domain browser: %s"
446446 msgstr "Failed to create domain browser: %s"
447447
448 #: ../avahi-ui/avahi-ui.c:989
448 #: ../avahi-ui/avahi-ui.c:993
449449 msgid "Change domain"
450450 msgstr "Change domain"
451451
452 #: ../avahi-ui/avahi-ui.c:1031 ../avahi-ui/avahi-ui.c:1162
452 #: ../avahi-ui/avahi-ui.c:1043 ../avahi-ui/avahi-ui.c:1180
453453 msgid "Browsing..."
454454 msgstr "Browsing..."
455455
456 #: ../avahi-ui/avahi-ui.c:1120
456 #: ../avahi-ui/avahi-ui.c:1047 ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156
457 #: ../avahi-ui/bssh.c:161
458 #, fuzzy
459 msgid "_Cancel"
460 msgstr "Cancelled.\n"
461
462 #: ../avahi-ui/avahi-ui.c:1048
463 #, fuzzy
464 msgid "_OK"
465 msgstr "OK"
466
467 #: ../avahi-ui/avahi-ui.c:1134
457468 msgid "Initializing..."
458469 msgstr "Initialising..."
459470
460 #: ../avahi-ui/avahi-ui.c:1144
471 #: ../avahi-ui/avahi-ui.c:1162
461472 msgid "Location"
462473 msgstr "Location"
463474
464 #: ../avahi-ui/avahi-ui.c:1149 ../avahi-utils/avahi-browse.c:553
475 #: ../avahi-ui/avahi-ui.c:1167 ../avahi-utils/avahi-browse.c:553
465476 msgid "Name"
466477 msgstr "Name"
467478
468 #: ../avahi-ui/avahi-ui.c:1154 ../avahi-utils/avahi-browse.c:553
479 #: ../avahi-ui/avahi-ui.c:1172 ../avahi-utils/avahi-browse.c:553
469480 msgid "Type"
470481 msgstr "Type"
471482
472 #: ../avahi-ui/avahi-ui.c:1166
483 #: ../avahi-ui/avahi-ui.c:1184
473484 msgid "_Domain..."
474485 msgstr "_Domain..."
475486
500511 #: ../avahi-ui/bssh.c:149
501512 msgid "Choose Shell Server"
502513 msgstr "Choose Shell Server"
514
515 #: ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156 ../avahi-ui/bssh.c:161
516 msgid "C_onnect"
517 msgstr ""
503518
504519 #: ../avahi-ui/bssh.c:151
505520 msgid "Desktop"
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
5 # kristjan <kristjan.schmidt@googlemail.com>, 2011
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: Avahi\n"
9 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2015-10-10 13:24+0200\n"
11 "PO-Revision-Date: 2013-11-20 09:58+0000\n"
12 "Last-Translator: kristjan <kristjan.schmidt@googlemail.com>\n"
13 "Language-Team: Esperanto (http://www.transifex.com/lennart/avahi/language/"
14 "eo/)\n"
15 "Language: eo\n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=UTF-8\n"
18 "Content-Transfer-Encoding: 8bit\n"
19 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
21 #: ../avahi-common/error.c:30
22 msgid "OK"
23 msgstr "Bone"
24
25 #: ../avahi-common/error.c:31
26 msgid "Operation failed"
27 msgstr "Operacio fiaskis"
28
29 #: ../avahi-common/error.c:32
30 msgid "Bad state"
31 msgstr "Malbona stato"
32
33 #: ../avahi-common/error.c:33
34 msgid "Invalid host name"
35 msgstr "Nevalida retnodnomo"
36
37 #: ../avahi-common/error.c:34
38 msgid "Invalid domain name"
39 msgstr "Nevalida domajnnomo"
40
41 #: ../avahi-common/error.c:35
42 msgid "No suitable network protocol available"
43 msgstr ""
44
45 #: ../avahi-common/error.c:36
46 msgid "Invalid DNS TTL"
47 msgstr "Nevalida DNS TTL"
48
49 #: ../avahi-common/error.c:37
50 msgid "Resource record key is pattern"
51 msgstr ""
52
53 #: ../avahi-common/error.c:38
54 msgid "Local name collision"
55 msgstr ""
56
57 #: ../avahi-common/error.c:39
58 msgid "Invalid record"
59 msgstr ""
60
61 #: ../avahi-common/error.c:41
62 msgid "Invalid service name"
63 msgstr "Nevalida servonomo"
64
65 #: ../avahi-common/error.c:42
66 msgid "Invalid service type"
67 msgstr "Nevalida servotipo"
68
69 #: ../avahi-common/error.c:43
70 msgid "Invalid port number"
71 msgstr "Nevalida pordnumero"
72
73 #: ../avahi-common/error.c:44
74 msgid "Invalid record key"
75 msgstr ""
76
77 #: ../avahi-common/error.c:45
78 msgid "Invalid address"
79 msgstr "Nevalida adreso"
80
81 #: ../avahi-common/error.c:46
82 msgid "Timeout reached"
83 msgstr ""
84
85 #: ../avahi-common/error.c:47
86 msgid "Too many clients"
87 msgstr "Tro da klientoj"
88
89 #: ../avahi-common/error.c:48
90 msgid "Too many objects"
91 msgstr "Tro da objektoj"
92
93 #: ../avahi-common/error.c:49
94 msgid "Too many entries"
95 msgstr ""
96
97 #: ../avahi-common/error.c:50
98 msgid "OS Error"
99 msgstr "Operaciuma eraro"
100
101 #: ../avahi-common/error.c:52
102 msgid "Access denied"
103 msgstr "Aliro malpermesita"
104
105 #: ../avahi-common/error.c:53
106 msgid "Invalid operation"
107 msgstr "Nevalida operacio"
108
109 #: ../avahi-common/error.c:54
110 msgid "An unexpected D-Bus error occurred"
111 msgstr ""
112
113 #: ../avahi-common/error.c:55
114 msgid "Daemon connection failed"
115 msgstr ""
116
117 #: ../avahi-common/error.c:56
118 msgid "Memory exhausted"
119 msgstr "Memoro elĉerpita"
120
121 #: ../avahi-common/error.c:57
122 msgid "The object passed in was not valid"
123 msgstr ""
124
125 #: ../avahi-common/error.c:58
126 msgid "Daemon not running"
127 msgstr "Demono ne rulanta"
128
129 #: ../avahi-common/error.c:59
130 msgid "Invalid interface index"
131 msgstr ""
132
133 #: ../avahi-common/error.c:60
134 msgid "Invalid protocol specification"
135 msgstr ""
136
137 #: ../avahi-common/error.c:61
138 msgid "Invalid flags"
139 msgstr "Nevalidaj indikoj"
140
141 #: ../avahi-common/error.c:63
142 msgid "Not found"
143 msgstr "Ne trovite"
144
145 #: ../avahi-common/error.c:64
146 msgid "Invalid configuration"
147 msgstr "Nevalida agordo"
148
149 #: ../avahi-common/error.c:65
150 msgid "Version mismatch"
151 msgstr "Versia malkongruo"
152
153 #: ../avahi-common/error.c:66
154 msgid "Invalid service subtype"
155 msgstr ""
156
157 #: ../avahi-common/error.c:67
158 msgid "Invalid packet"
159 msgstr ""
160
161 #: ../avahi-common/error.c:68
162 msgid "Invalid DNS return code"
163 msgstr ""
164
165 #: ../avahi-common/error.c:69
166 msgid "DNS failure: FORMERR"
167 msgstr ""
168
169 #: ../avahi-common/error.c:70
170 msgid "DNS failure: SERVFAIL"
171 msgstr ""
172
173 #: ../avahi-common/error.c:71
174 msgid "DNS failure: NXDOMAIN"
175 msgstr ""
176
177 #: ../avahi-common/error.c:72
178 msgid "DNS failure: NOTIMP"
179 msgstr ""
180
181 #: ../avahi-common/error.c:74
182 msgid "DNS failure: REFUSED"
183 msgstr ""
184
185 #: ../avahi-common/error.c:75
186 msgid "DNS failure: YXDOMAIN"
187 msgstr ""
188
189 #: ../avahi-common/error.c:76
190 msgid "DNS failure: YXRRSET"
191 msgstr ""
192
193 #: ../avahi-common/error.c:77
194 msgid "DNS failure: NXRRSET"
195 msgstr ""
196
197 #: ../avahi-common/error.c:78
198 msgid "DNS failure: NOTAUTH"
199 msgstr ""
200
201 #: ../avahi-common/error.c:79
202 msgid "DNS failure: NOTZONE"
203 msgstr ""
204
205 #: ../avahi-common/error.c:80
206 msgid "Invalid RDATA"
207 msgstr "Nevalida RDATA"
208
209 #: ../avahi-common/error.c:81
210 msgid "Invalid DNS type"
211 msgstr "Nevalida DNS-tipo"
212
213 #: ../avahi-common/error.c:82
214 msgid "Invalid DNS class"
215 msgstr "Nevalida DNS-klaso"
216
217 #: ../avahi-common/error.c:83
218 msgid "Not supported"
219 msgstr "Ne subtenate"
220
221 #: ../avahi-common/error.c:85
222 msgid "Not permitted"
223 msgstr "Ne permesite"
224
225 #: ../avahi-common/error.c:86
226 msgid "Invalid argument"
227 msgstr "Nevalida argumento"
228
229 #: ../avahi-common/error.c:87
230 msgid "Is empty"
231 msgstr "Estas malplena"
232
233 #: ../avahi-common/error.c:88
234 msgid "The requested operation is invalid because redundant"
235 msgstr ""
236
237 #: ../avahi-common/error.c:94
238 msgid "Invalid Error Code"
239 msgstr "Nevalida erarkodo"
240
241 #: ../avahi-discover-standalone/avahi-discover.ui.h:1
242 msgid "Avahi Discovery"
243 msgstr ""
244
245 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
246 #: ../avahi-python/avahi-discover/avahi-discover.py:76
247 msgid "<i>No service currently selected.</i>"
248 msgstr "<i>Neniu servo aktuale elektita.</i>"
249
250 #: ../avahi-python/avahi-discover/avahi-discover.desktop.in.in.h:1
251 msgid "Avahi Zeroconf Browser"
252 msgstr ""
253
254 #: ../avahi-python/avahi-discover/avahi-discover.desktop.in.in.h:2
255 msgid "Browse for Zeroconf services available on your network"
256 msgstr ""
257
258 #: ../avahi-python/avahi-discover/avahi-discover.py:224
259 msgid "TXT"
260 msgstr "TXT"
261
262 #: ../avahi-python/avahi-discover/avahi-discover.py:226
263 msgid "TXT Data:"
264 msgstr "TXT-datumoj:"
265
266 #: ../avahi-python/avahi-discover/avahi-discover.py:226
267 msgid "empty"
268 msgstr "malplene"
269
270 #: ../avahi-python/avahi-discover/avahi-discover.py:228
271 msgid "Service Type:"
272 msgstr "Servotipo:"
273
274 #: ../avahi-python/avahi-discover/avahi-discover.py:229
275 msgid "Service Name:"
276 msgstr "Servonomo:"
277
278 #: ../avahi-python/avahi-discover/avahi-discover.py:230
279 msgid "Domain Name:"
280 msgstr "Domajnnomo:"
281
282 #: ../avahi-python/avahi-discover/avahi-discover.py:231
283 msgid "Interface:"
284 msgstr "Interfaco:"
285
286 #: ../avahi-python/avahi-discover/avahi-discover.py:232
287 msgid "Address:"
288 msgstr "Adreso:"
289
290 #: ../avahi-ui/avahi-ui.c:185
291 msgid "Browse Service Types"
292 msgstr "Foliumi servotipojn"
293
294 #: ../avahi-ui/avahi-ui.c:185
295 msgid "A NULL terminated list of service types to browse for"
296 msgstr ""
297
298 #: ../avahi-ui/avahi-ui.c:190
299 msgid "Domain"
300 msgstr "Domajno"
301
302 #: ../avahi-ui/avahi-ui.c:190
303 msgid "The domain to browse in, or NULL for the default domain"
304 msgstr ""
305
306 #: ../avahi-ui/avahi-ui.c:196
307 msgid "Service Type"
308 msgstr "Servotipo"
309
310 #: ../avahi-ui/avahi-ui.c:196
311 msgid "The service type of the selected service"
312 msgstr "La servotipo de la elektita servo"
313
314 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1035
315 msgid "Service Name"
316 msgstr "Servonomo"
317
318 #: ../avahi-ui/avahi-ui.c:202
319 msgid "The service name of the selected service"
320 msgstr "La servonomo de la elektita servo"
321
322 #: ../avahi-ui/avahi-ui.c:208
323 msgid "Address"
324 msgstr "Adreso"
325
326 #: ../avahi-ui/avahi-ui.c:208
327 msgid "The address of the resolved service"
328 msgstr "La adreso de la solvita servo"
329
330 #: ../avahi-ui/avahi-ui.c:213
331 msgid "Port"
332 msgstr "Pordo"
333
334 #: ../avahi-ui/avahi-ui.c:213
335 msgid "The IP port number of the resolved service"
336 msgstr "La IP-pordnumero de la solvita servo"
337
338 #: ../avahi-ui/avahi-ui.c:219
339 msgid "Host Name"
340 msgstr "Gastigonomo"
341
342 #: ../avahi-ui/avahi-ui.c:219
343 msgid "The host name of the resolved service"
344 msgstr "La gastigonomo de la solvita sevo"
345
346 #: ../avahi-ui/avahi-ui.c:225
347 msgid "TXT Data"
348 msgstr "TXT-datumoj"
349
350 #: ../avahi-ui/avahi-ui.c:225
351 msgid "The TXT data of the resolved service"
352 msgstr "La TXT-datumoj de la solvita servo"
353
354 #: ../avahi-ui/avahi-ui.c:230
355 msgid "Resolve Service"
356 msgstr "Solvi servon"
357
358 #: ../avahi-ui/avahi-ui.c:230
359 msgid "Resolve the selected service automatically before returning"
360 msgstr ""
361
362 #: ../avahi-ui/avahi-ui.c:236
363 msgid "Resolve Service Host Name"
364 msgstr ""
365
366 #: ../avahi-ui/avahi-ui.c:236
367 msgid ""
368 "Resolve the host name of the selected service automatically before returning"
369 msgstr ""
370
371 #: ../avahi-ui/avahi-ui.c:242
372 msgid "Address family"
373 msgstr "Adresfamilio"
374
375 #: ../avahi-ui/avahi-ui.c:242
376 msgid "The address family for host name resolution"
377 msgstr ""
378
379 #: ../avahi-ui/avahi-ui.c:326
380 #, c-format
381 msgid "Avahi client failure: %s"
382 msgstr ""
383
384 #: ../avahi-ui/avahi-ui.c:388
385 #, c-format
386 msgid "Avahi resolver failure: %s"
387 msgstr ""
388
389 #: ../avahi-ui/avahi-ui.c:518
390 #, c-format
391 msgid "Browsing for service type %s in domain %s failed: %s"
392 msgstr ""
393
394 #: ../avahi-ui/avahi-ui.c:519 ../avahi-utils/avahi-browse.c:168
395 #: ../avahi-utils/avahi-browse.c:169 ../avahi-utils/avahi-browse.c:178
396 #: ../avahi-utils/avahi-browse.c:179
397 msgid "n/a"
398 msgstr "n/d"
399
400 #: ../avahi-ui/avahi-ui.c:649
401 #, c-format
402 msgid "Avahi domain browser failure: %s"
403 msgstr ""
404
405 #: ../avahi-ui/avahi-ui.c:684
406 #, c-format
407 msgid "Failed to read Avahi domain: %s"
408 msgstr ""
409
410 #: ../avahi-ui/avahi-ui.c:706
411 msgid "Browse service type list is empty!"
412 msgstr ""
413
414 #: ../avahi-ui/avahi-ui.c:717
415 #, c-format
416 msgid "Failed to connect to Avahi server: %s"
417 msgstr ""
418
419 #: ../avahi-ui/avahi-ui.c:735
420 msgid "Browsing for services on <b>local network</b>:"
421 msgstr ""
422
423 #: ../avahi-ui/avahi-ui.c:737
424 #, c-format
425 msgid "Browsing for services in domain <b>%s</b>:"
426 msgstr ""
427
428 #: ../avahi-ui/avahi-ui.c:773
429 #, c-format
430 msgid "Failed to create browser for %s: %s"
431 msgstr ""
432
433 #: ../avahi-ui/avahi-ui.c:907
434 #, c-format
435 msgid "Failed to create resolver for %s of type %s in domain %s: %s"
436 msgstr ""
437
438 #: ../avahi-ui/avahi-ui.c:982
439 #, c-format
440 msgid "Failed to create domain browser: %s"
441 msgstr ""
442
443 #: ../avahi-ui/avahi-ui.c:993
444 msgid "Change domain"
445 msgstr "Ŝanĝi domajnon"
446
447 #: ../avahi-ui/avahi-ui.c:1043 ../avahi-ui/avahi-ui.c:1180
448 msgid "Browsing..."
449 msgstr "Foliumante..."
450
451 #: ../avahi-ui/avahi-ui.c:1047 ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156
452 #: ../avahi-ui/bssh.c:161
453 msgid "_Cancel"
454 msgstr ""
455
456 #: ../avahi-ui/avahi-ui.c:1048
457 #, fuzzy
458 msgid "_OK"
459 msgstr "Bone"
460
461 #: ../avahi-ui/avahi-ui.c:1134
462 msgid "Initializing..."
463 msgstr ""
464
465 #: ../avahi-ui/avahi-ui.c:1162
466 msgid "Location"
467 msgstr "Loko"
468
469 #: ../avahi-ui/avahi-ui.c:1167 ../avahi-utils/avahi-browse.c:553
470 msgid "Name"
471 msgstr "Nomo"
472
473 #: ../avahi-ui/avahi-ui.c:1172 ../avahi-utils/avahi-browse.c:553
474 msgid "Type"
475 msgstr "Tipo"
476
477 #: ../avahi-ui/avahi-ui.c:1184
478 msgid "_Domain..."
479 msgstr "_Domajno..."
480
481 #: ../avahi-ui/bssh.c:55
482 #, c-format
483 msgid ""
484 "%s [options]\n"
485 "\n"
486 " -h --help Show this help\n"
487 " -s --ssh Browse SSH servers\n"
488 " -v --vnc Browse VNC servers\n"
489 " -S --shell Browse both SSH and VNC\n"
490 " -d --domain=DOMAIN The domain to browse in\n"
491 msgstr ""
492
493 #: ../avahi-ui/bssh.c:101 ../avahi-utils/avahi-browse.c:775
494 #, c-format
495 msgid "Too many arguments\n"
496 msgstr "Tro da argumentoj\n"
497
498 #: ../avahi-ui/bssh.c:149
499 msgid "Choose Shell Server"
500 msgstr ""
501
502 #: ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156 ../avahi-ui/bssh.c:161
503 msgid "C_onnect"
504 msgstr ""
505
506 #: ../avahi-ui/bssh.c:151
507 msgid "Desktop"
508 msgstr "Labortablo"
509
510 #: ../avahi-ui/bssh.c:152
511 msgid "Terminal"
512 msgstr "Terminalo"
513
514 #: ../avahi-ui/bssh.c:156
515 msgid "Choose VNC server"
516 msgstr "Elekti VNC-servilon"
517
518 #: ../avahi-ui/bssh.c:161
519 msgid "Choose SSH server"
520 msgstr "Elekti SSH-servilon"
521
522 #: ../avahi-ui/bssh.c:185
523 #, c-format
524 msgid "Connecting to '%s' ...\n"
525 msgstr "Konektante al '%s' ...\n"
526
527 #: ../avahi-ui/bssh.c:240
528 #, c-format
529 msgid "execlp() failed: %s\n"
530 msgstr ""
531
532 #: ../avahi-ui/bssh.c:250
533 #, c-format
534 msgid "Canceled.\n"
535 msgstr ""
536
537 #: ../avahi-ui/bssh.desktop.in.in.h:1
538 msgid "Avahi SSH Server Browser"
539 msgstr ""
540
541 #: ../avahi-ui/bssh.desktop.in.in.h:2
542 msgid "Browse for Zeroconf-enabled SSH Servers"
543 msgstr ""
544
545 #: ../avahi-ui/bvnc.desktop.in.in.h:1
546 msgid "Avahi VNC Server Browser"
547 msgstr ""
548
549 #: ../avahi-ui/bvnc.desktop.in.in.h:2
550 msgid "Browse for Zeroconf-enabled VNC Servers"
551 msgstr ""
552
553 #: ../avahi-utils/avahi-browse.c:107
554 #, c-format
555 msgid ": All for now\n"
556 msgstr ""
557
558 #: ../avahi-utils/avahi-browse.c:118
559 #, c-format
560 msgid ": Cache exhausted\n"
561 msgstr ""
562
563 #: ../avahi-utils/avahi-browse.c:239 ../avahi-utils/avahi-browse.c:261
564 #, c-format
565 msgid "Failed to resolve service '%s' of type '%s' in domain '%s': %s\n"
566 msgstr ""
567
568 #: ../avahi-utils/avahi-browse.c:340
569 #, c-format
570 msgid "service_browser failed: %s\n"
571 msgstr ""
572
573 #: ../avahi-utils/avahi-browse.c:378
574 #, c-format
575 msgid "avahi_service_browser_new() failed: %s\n"
576 msgstr ""
577
578 #: ../avahi-utils/avahi-browse.c:414
579 #, c-format
580 msgid "service_type_browser failed: %s\n"
581 msgstr ""
582
583 #: ../avahi-utils/avahi-browse.c:444
584 #, c-format
585 msgid "avahi_service_type_browser_new() failed: %s\n"
586 msgstr ""
587
588 #: ../avahi-utils/avahi-browse.c:519
589 #, c-format
590 msgid "avahi_domain_browser_new() failed: %s\n"
591 msgstr ""
592
593 #: ../avahi-utils/avahi-browse.c:535 ../avahi-utils/avahi-publish.c:394
594 #: ../avahi-utils/avahi-resolve.c:280 ../avahi-utils/avahi-set-host-name.c:168
595 #, c-format
596 msgid "Failed to query version string: %s\n"
597 msgstr ""
598
599 #: ../avahi-utils/avahi-browse.c:540 ../avahi-utils/avahi-publish.c:399
600 #: ../avahi-utils/avahi-resolve.c:285 ../avahi-utils/avahi-set-host-name.c:173
601 #: ../avahi-utils/avahi-set-host-name.c:189
602 #, c-format
603 msgid "Failed to query host name: %s\n"
604 msgstr ""
605
606 #: ../avahi-utils/avahi-browse.c:544 ../avahi-utils/avahi-publish.c:403
607 #: ../avahi-utils/avahi-resolve.c:289 ../avahi-utils/avahi-set-host-name.c:177
608 #, c-format
609 msgid "Server version: %s; Host name: %s\n"
610 msgstr ""
611
612 #. Translators: This is a column heading with abbreviations for
613 #. * Event (+/-), Network Interface, Protocol (IPv4/v6), Domain
614 #: ../avahi-utils/avahi-browse.c:549
615 #, c-format
616 msgid "E Ifce Prot Domain\n"
617 msgstr ""
618
619 #. Translators: This is a column heading with abbreviations for
620 #. * Event (+/-), Network Interface, Protocol (IPv4/v6), Domain
621 #: ../avahi-utils/avahi-browse.c:553
622 #, c-format
623 msgid "E Ifce Prot %-*s %-20s Domain\n"
624 msgstr ""
625
626 #. We have been disconnected, so let reconnect
627 #: ../avahi-utils/avahi-browse.c:585 ../avahi-utils/avahi-publish.c:163
628 #, c-format
629 msgid "Disconnected, reconnecting ...\n"
630 msgstr ""
631
632 #: ../avahi-utils/avahi-browse.c:599 ../avahi-utils/avahi-browse.c:829
633 #: ../avahi-utils/avahi-publish.c:170 ../avahi-utils/avahi-publish.c:386
634 #: ../avahi-utils/avahi-resolve.c:272 ../avahi-utils/avahi-set-host-name.c:160
635 #, c-format
636 msgid "Failed to create client object: %s\n"
637 msgstr ""
638
639 #: ../avahi-utils/avahi-browse.c:604 ../avahi-utils/avahi-publish.c:175
640 #: ../avahi-utils/avahi-resolve.c:143 ../avahi-utils/avahi-set-host-name.c:59
641 #, c-format
642 msgid "Client failure, exiting: %s\n"
643 msgstr ""
644
645 #: ../avahi-utils/avahi-browse.c:623 ../avahi-utils/avahi-publish.c:206
646 #, c-format
647 msgid "Waiting for daemon ...\n"
648 msgstr ""
649
650 #: ../avahi-utils/avahi-browse.c:647
651 msgid ""
652 " -h --help Show this help\n"
653 " -V --version Show version\n"
654 " -D --browse-domains Browse for browsing domains instead of services\n"
655 " -a --all Show all services, regardless of the type\n"
656 " -d --domain=DOMAIN The domain to browse in\n"
657 " -v --verbose Enable verbose mode\n"
658 " -t --terminate Terminate after dumping a more or less complete "
659 "list\n"
660 " -c --cache Terminate after dumping all entries from the cache\n"
661 " -l --ignore-local Ignore local services\n"
662 " -r --resolve Resolve services found\n"
663 " -f --no-fail Don't fail if the daemon is not available\n"
664 " -p --parsable Output in parsable format\n"
665 msgstr ""
666
667 #: ../avahi-utils/avahi-browse.c:660
668 msgid ""
669 " -k --no-db-lookup Don't lookup service types\n"
670 " -b --dump-db Dump service type database\n"
671 msgstr ""
672
673 #: ../avahi-utils/avahi-browse.c:766 ../avahi-utils/avahi-resolve.c:219
674 #, c-format
675 msgid "Too few arguments\n"
676 msgstr ""
677
678 #: ../avahi-utils/avahi-browse.c:821 ../avahi-utils/avahi-publish.c:378
679 #: ../avahi-utils/avahi-resolve.c:264 ../avahi-utils/avahi-set-host-name.c:152
680 #, c-format
681 msgid "Failed to create simple poll object.\n"
682 msgstr ""
683
684 #: ../avahi-utils/avahi-publish.c:76
685 #, c-format
686 msgid "Established under name '%s'\n"
687 msgstr ""
688
689 #: ../avahi-utils/avahi-publish.c:81
690 #, c-format
691 msgid "Failed to register: %s\n"
692 msgstr ""
693
694 #: ../avahi-utils/avahi-publish.c:94
695 #, c-format
696 msgid "Name collision, picking new name '%s'.\n"
697 msgstr ""
698
699 #: ../avahi-utils/avahi-publish.c:114
700 #, c-format
701 msgid "Failed to create entry group: %s\n"
702 msgstr ""
703
704 #: ../avahi-utils/avahi-publish.c:124
705 #, c-format
706 msgid "Failed to add address: %s\n"
707 msgstr ""
708
709 #: ../avahi-utils/avahi-publish.c:134
710 #, c-format
711 msgid "Failed to add service: %s\n"
712 msgstr ""
713
714 #: ../avahi-utils/avahi-publish.c:140
715 #, c-format
716 msgid "Failed to add subtype '%s': %s\n"
717 msgstr ""
718
719 #: ../avahi-utils/avahi-publish.c:191
720 #, c-format
721 msgid "Host name conflict\n"
722 msgstr ""
723
724 #: ../avahi-utils/avahi-publish.c:216
725 #, c-format
726 msgid ""
727 "%s [options] %s <name> <type> <port> [<txt ...>]\n"
728 "%s [options] %s <host-name> <address>\n"
729 "\n"
730 " -h --help Show this help\n"
731 " -V --version Show version\n"
732 " -s --service Publish service\n"
733 " -a --address Publish address\n"
734 " -v --verbose Enable verbose mode\n"
735 " -d --domain=DOMAIN Domain to publish service in\n"
736 " -H --host=DOMAIN Host where service resides\n"
737 " --subtype=SUBTYPE An additional subtype to register this service "
738 "with\n"
739 " -R --no-reverse Do not publish reverse entry with address\n"
740 " -f --no-fail Don't fail if the daemon is not available\n"
741 msgstr ""
742
743 #: ../avahi-utils/avahi-publish.c:303 ../avahi-utils/avahi-publish.c:318
744 #, c-format
745 msgid "Bad number of arguments\n"
746 msgstr ""
747
748 #: ../avahi-utils/avahi-publish.c:329
749 #, c-format
750 msgid "Failed to parse port number: %s\n"
751 msgstr ""
752
753 #: ../avahi-utils/avahi-publish.c:361 ../avahi-utils/avahi-resolve.c:246
754 #, c-format
755 msgid "No command specified.\n"
756 msgstr ""
757
758 #: ../avahi-utils/avahi-resolve.c:89
759 #, c-format
760 msgid "Failed to resolve host name '%s': %s\n"
761 msgstr ""
762
763 #: ../avahi-utils/avahi-resolve.c:126
764 #, c-format
765 msgid "Failed to resolve address '%s': %s\n"
766 msgstr ""
767
768 #: ../avahi-utils/avahi-resolve.c:157
769 #, c-format
770 msgid ""
771 "%s [options] %s <host name ...>\n"
772 "%s [options] %s <address ... >\n"
773 "\n"
774 " -h --help Show this help\n"
775 " -V --version Show version\n"
776 " -n --name Resolve host name\n"
777 " -a --address Resolve address\n"
778 " -v --verbose Enable verbose mode\n"
779 " -6 Lookup IPv6 address\n"
780 " -4 Lookup IPv4 address\n"
781 msgstr ""
782
783 #: ../avahi-utils/avahi-resolve.c:299 ../avahi-utils/avahi-set-host-name.c:181
784 #, c-format
785 msgid "Failed to create host name resolver: %s\n"
786 msgstr ""
787
788 #: ../avahi-utils/avahi-resolve.c:309
789 #, c-format
790 msgid "Failed to parse address '%s'\n"
791 msgstr ""
792
793 #: ../avahi-utils/avahi-resolve.c:314
794 #, c-format
795 msgid "Failed to create address resolver: %s\n"
796 msgstr ""
797
798 #: ../avahi-utils/avahi-set-host-name.c:73
799 #, c-format
800 msgid ""
801 "%s [options] <new host name>\n"
802 "\n"
803 " -h --help Show this help\n"
804 " -V --version Show version\n"
805 " -v --verbose Enable verbose mode\n"
806 msgstr ""
807
808 #: ../avahi-utils/avahi-set-host-name.c:114
809 #, c-format
810 msgid "Invalid number of arguments, expecting exactly one.\n"
811 msgstr ""
812
813 #: ../avahi-utils/avahi-set-host-name.c:193
814 #, c-format
815 msgid "Host name successfully changed to %s\n"
816 msgstr ""
0 # Fedora Spanish translation for avahi
1 # This file is distributed under the same license as the avahi package.
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
23 #
3 # Carlos Albornoz <caralbornozc@gmail.com>, 2010
4 # Jorge González <jorgegonz@svn.gnome.org>, 2008, 2010.
5 # Héctor Daniel Cabrera <logan@fedoraproject.org>, 2010.
6 #
4 # Translators:
5 # Adolfo Jayme Barrientos, 2013
76 msgid ""
87 msgstr ""
98 "Project-Id-Version: Avahi\n"
109 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2011-04-02 03:23+0200\n"
12 "PO-Revision-Date: 2010-06-30 20:33-0300\n"
13 "Last-Translator: Héctor Daniel Cabrera <logan@fedoraproject.org>\n"
14 "Language-Team: Fedora Spanish <trans-es@lists.fedoraproject.org>\n"
15 "Language: \n"
10 "POT-Creation-Date: 2015-10-10 13:24+0200\n"
11 "PO-Revision-Date: 2013-11-20 09:58+0000\n"
12 "Last-Translator: Adolfo Jayme Barrientos\n"
13 "Language-Team: Spanish (http://www.transifex.com/lennart/avahi/language/"
14 "es/)\n"
15 "Language: es\n"
1616 "MIME-Version: 1.0\n"
1717 "Content-Type: text/plain; charset=UTF-8\n"
1818 "Content-Transfer-Encoding: 8bit\n"
19 "X-Launchpad-Export-Date: 2008-10-27 02:52+0000\n"
20 "X-Generator: Launchpad (build Unknown)\n"
2119 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
22 "X-Poedit-Language: Spanish\n"
23 "X-Poedit-Country: ARGENTINA\n"
2420
2521 #: ../avahi-common/error.c:30
2622 msgid "OK"
10096
10197 #: ../avahi-common/error.c:50
10298 msgid "OS Error"
103 msgstr "Error de SO"
99 msgstr "Error del SO"
104100
105101 #: ../avahi-common/error.c:52
106102 msgid "Access denied"
220216
221217 #: ../avahi-common/error.c:83
222218 msgid "Not supported"
223 msgstr "No soportado"
219 msgstr "No compatible"
224220
225221 #: ../avahi-common/error.c:85
226222 msgid "Not permitted"
243239 msgstr "Código de error no válido"
244240
245241 #: ../avahi-discover-standalone/avahi-discover.ui.h:1
242 msgid "Avahi Discovery"
243 msgstr "Descubrimiento de Avahi"
244
245 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
246246 #: ../avahi-python/avahi-discover/avahi-discover.py:76
247247 msgid "<i>No service currently selected.</i>"
248 msgstr "<i>No hay un servicio actualmente seleccionado.</i>"
249
250 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
251 msgid "Avahi Discovery"
252 msgstr "Descubrimiento de Avahi"
248 msgstr "<i>No hay ningún servicio seleccionado actualmente.</i>"
253249
254250 #: ../avahi-python/avahi-discover/avahi-discover.desktop.in.in.h:1
255251 msgid "Avahi Zeroconf Browser"
293289
294290 #: ../avahi-ui/avahi-ui.c:185
295291 msgid "Browse Service Types"
296 msgstr "Tipos de Servicios a Examinar"
292 msgstr "Tipos de servicio a examinar"
297293
298294 #: ../avahi-ui/avahi-ui.c:185
299295 msgid "A NULL terminated list of service types to browse for"
309305
310306 #: ../avahi-ui/avahi-ui.c:196
311307 msgid "Service Type"
312 msgstr "Tipo de Servicio"
308 msgstr "Tipo de servicio"
313309
314310 #: ../avahi-ui/avahi-ui.c:196
315311 msgid "The service type of the selected service"
316 msgstr "El tipo de servicio del servicio seleccionado"
317
318 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1023
312 msgstr "El tipo del servicio seleccionado"
313
314 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1035
319315 msgid "Service Name"
320316 msgstr "Nombre del servicio"
321317
322318 #: ../avahi-ui/avahi-ui.c:202
323319 msgid "The service name of the selected service"
324 msgstr "El nombre de servicio del servicio seleccionado"
320 msgstr "El nombre del servicio seleccionado"
325321
326322 #: ../avahi-ui/avahi-ui.c:208
327323 msgid "Address"
341337
342338 #: ../avahi-ui/avahi-ui.c:219
343339 msgid "Host Name"
344 msgstr "Nombre de Equipo"
340 msgstr "Nombre de equipo"
345341
346342 #: ../avahi-ui/avahi-ui.c:219
347343 msgid "The host name of the resolved service"
416412
417413 #: ../avahi-ui/avahi-ui.c:706
418414 msgid "Browse service type list is empty!"
419 msgstr "¡La lista de Tipos de Servicios está vacía!"
415 msgstr "La lista de tipos de servicios está vacía."
420416
421417 #: ../avahi-ui/avahi-ui.c:717
422418 #, c-format
437433 msgid "Failed to create browser for %s: %s"
438434 msgstr "Falló al crear el examinador para %s: %s"
439435
440 #: ../avahi-ui/avahi-ui.c:903
436 #: ../avahi-ui/avahi-ui.c:907
441437 #, c-format
442438 msgid "Failed to create resolver for %s of type %s in domain %s: %s"
443439 msgstr "Falló al crear el resolutor para %s de tipo %s en el dominio %s: %s"
444440
445 #: ../avahi-ui/avahi-ui.c:978
441 #: ../avahi-ui/avahi-ui.c:982
446442 #, c-format
447443 msgid "Failed to create domain browser: %s"
448444 msgstr "Falló al crear el dominio de exploración: %s"
449445
450 #: ../avahi-ui/avahi-ui.c:989
446 #: ../avahi-ui/avahi-ui.c:993
451447 msgid "Change domain"
452448 msgstr "Cambiar el dominio"
453449
454 #: ../avahi-ui/avahi-ui.c:1031 ../avahi-ui/avahi-ui.c:1162
450 #: ../avahi-ui/avahi-ui.c:1043 ../avahi-ui/avahi-ui.c:1180
455451 msgid "Browsing..."
456452 msgstr "Examinando…"
457453
458 #: ../avahi-ui/avahi-ui.c:1120
454 #: ../avahi-ui/avahi-ui.c:1047 ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156
455 #: ../avahi-ui/bssh.c:161
456 #, fuzzy
457 msgid "_Cancel"
458 msgstr "Cancelado.\n"
459
460 #: ../avahi-ui/avahi-ui.c:1048
461 #, fuzzy
462 msgid "_OK"
463 msgstr "Aceptar"
464
465 #: ../avahi-ui/avahi-ui.c:1134
459466 msgid "Initializing..."
460467 msgstr "Inicializando…"
461468
462 #: ../avahi-ui/avahi-ui.c:1144
469 #: ../avahi-ui/avahi-ui.c:1162
463470 msgid "Location"
464471 msgstr "Ubicación"
465472
466 #: ../avahi-ui/avahi-ui.c:1149 ../avahi-utils/avahi-browse.c:553
473 #: ../avahi-ui/avahi-ui.c:1167 ../avahi-utils/avahi-browse.c:553
467474 msgid "Name"
468475 msgstr "Nombre"
469476
470 #: ../avahi-ui/avahi-ui.c:1154 ../avahi-utils/avahi-browse.c:553
477 #: ../avahi-ui/avahi-ui.c:1172 ../avahi-utils/avahi-browse.c:553
471478 msgid "Type"
472479 msgstr "Tipo"
473480
474 #: ../avahi-ui/avahi-ui.c:1166
481 #: ../avahi-ui/avahi-ui.c:1184
475482 msgid "_Domain..."
476483 msgstr "_Dominio…"
477484
492499 " -s --ssh Examinar servidores SSH\n"
493500 " -v --vnc Examinar servidores VNC\n"
494501 " -S --shell Examinar servidores SSH y VNC\n"
495 " -d --domain=DOMINIO El dominio que examinar\n"
502 " -d --domain=DOMINIO El dominio a examinar\n"
496503
497504 #: ../avahi-ui/bssh.c:101 ../avahi-utils/avahi-browse.c:775
498505 #, c-format
501508
502509 #: ../avahi-ui/bssh.c:149
503510 msgid "Choose Shell Server"
504 msgstr "Elegir el servidor de intérprete de comandos"
511 msgstr "Elija el servidor de intérprete de órdenes"
512
513 #: ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156 ../avahi-ui/bssh.c:161
514 msgid "C_onnect"
515 msgstr ""
505516
506517 #: ../avahi-ui/bssh.c:151
507518 msgid "Desktop"
513524
514525 #: ../avahi-ui/bssh.c:156
515526 msgid "Choose VNC server"
516 msgstr "Elegir el servidor VNC"
527 msgstr "Elija el servidor VNC"
517528
518529 #: ../avahi-ui/bssh.c:161
519530 msgid "Choose SSH server"
520 msgstr "Elegir el servidor SSH"
531 msgstr "Elija el servidor SSH"
521532
522533 #: ../avahi-ui/bssh.c:185
523534 #, c-format
524535 msgid "Connecting to '%s' ...\n"
525 msgstr "Conectando con «%s» …\n"
536 msgstr "Conectando con «%s»…\n"
526537
527538 #: ../avahi-ui/bssh.c:240
528539 #, c-format
785796 #: ../avahi-utils/avahi-publish.c:361 ../avahi-utils/avahi-resolve.c:246
786797 #, c-format
787798 msgid "No command specified.\n"
788 msgstr "No se especificó ningún comando.\n"
799 msgstr "No se especificó ninguna orden.\n"
789800
790801 #: ../avahi-utils/avahi-resolve.c:89
791802 #, c-format
860871 #: ../avahi-utils/avahi-set-host-name.c:193
861872 #, c-format
862873 msgid "Host name successfully changed to %s\n"
863 msgstr "El nombre del equipo se ha cambiado con éxito a %s\n"
874 msgstr "El nombre del equipo se ha cambiado a %s correctamente\n"
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
5 # ischafer <iwan.schafer@haag-streit.com>, 2011
6 # Mattias Põldaru <mahfiaz@gmail.com>, 2011, 2012
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: Avahi\n"
10 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2015-10-10 13:24+0200\n"
12 "PO-Revision-Date: 2013-11-20 09:58+0000\n"
13 "Last-Translator: Mattias Põldaru <mahfiaz@gmail.com>\n"
14 "Language-Team: Estonian (http://www.transifex.com/lennart/avahi/language/"
15 "et/)\n"
16 "Language: et\n"
17 "MIME-Version: 1.0\n"
18 "Content-Type: text/plain; charset=UTF-8\n"
19 "Content-Transfer-Encoding: 8bit\n"
20 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
21
22 #: ../avahi-common/error.c:30
23 msgid "OK"
24 msgstr "Olgu"
25
26 #: ../avahi-common/error.c:31
27 msgid "Operation failed"
28 msgstr "Toiming nurjus"
29
30 #: ../avahi-common/error.c:32
31 msgid "Bad state"
32 msgstr "Vigane olek"
33
34 #: ../avahi-common/error.c:33
35 msgid "Invalid host name"
36 msgstr "Sobimatu hostinimi"
37
38 #: ../avahi-common/error.c:34
39 msgid "Invalid domain name"
40 msgstr "Sobimatu domeeninimi"
41
42 #: ../avahi-common/error.c:35
43 msgid "No suitable network protocol available"
44 msgstr "Sobiv võrguprotokoll pole saadaval"
45
46 #: ../avahi-common/error.c:36
47 msgid "Invalid DNS TTL"
48 msgstr "Sobimatu DNS-i TTL"
49
50 #: ../avahi-common/error.c:37
51 msgid "Resource record key is pattern"
52 msgstr "Allika salvestusvõti on muster"
53
54 #: ../avahi-common/error.c:38
55 msgid "Local name collision"
56 msgstr "Kohaliku nime kokkupõrge"
57
58 #: ../avahi-common/error.c:39
59 msgid "Invalid record"
60 msgstr "Sobimatu kirje"
61
62 #: ../avahi-common/error.c:41
63 msgid "Invalid service name"
64 msgstr "Sobimatu teenuse nimi"
65
66 #: ../avahi-common/error.c:42
67 msgid "Invalid service type"
68 msgstr "Sobimatu teenuse liik"
69
70 #: ../avahi-common/error.c:43
71 msgid "Invalid port number"
72 msgstr "Sobimatu pordi number"
73
74 #: ../avahi-common/error.c:44
75 msgid "Invalid record key"
76 msgstr "Sobimatu salvestusvõti"
77
78 #: ../avahi-common/error.c:45
79 msgid "Invalid address"
80 msgstr "Sobimatu aadress"
81
82 #: ../avahi-common/error.c:46
83 msgid "Timeout reached"
84 msgstr "Saabus ajapiirang"
85
86 #: ../avahi-common/error.c:47
87 msgid "Too many clients"
88 msgstr "Liiga palju kliente"
89
90 #: ../avahi-common/error.c:48
91 msgid "Too many objects"
92 msgstr "Liiga palju objekte"
93
94 #: ../avahi-common/error.c:49
95 msgid "Too many entries"
96 msgstr "Liiga palju sissekandeid"
97
98 #: ../avahi-common/error.c:50
99 msgid "OS Error"
100 msgstr "Operatsioonisüsteemi viga"
101
102 #: ../avahi-common/error.c:52
103 msgid "Access denied"
104 msgstr "Ligipääs keelatud"
105
106 #: ../avahi-common/error.c:53
107 msgid "Invalid operation"
108 msgstr "Sobimatu toiming"
109
110 #: ../avahi-common/error.c:54
111 msgid "An unexpected D-Bus error occurred"
112 msgstr "Esines ootamatu D-Busi viga"
113
114 #: ../avahi-common/error.c:55
115 msgid "Daemon connection failed"
116 msgstr "Deemoniga ühendumine nurjus"
117
118 #: ../avahi-common/error.c:56
119 msgid "Memory exhausted"
120 msgstr "Mälu lõppes"
121
122 #: ../avahi-common/error.c:57
123 msgid "The object passed in was not valid"
124 msgstr "Sisestatud objekt ei olnud sobiv"
125
126 #: ../avahi-common/error.c:58
127 msgid "Daemon not running"
128 msgstr "Deemon ei tööta"
129
130 #: ../avahi-common/error.c:59
131 msgid "Invalid interface index"
132 msgstr "Sobimatu liideste loend"
133
134 #: ../avahi-common/error.c:60
135 msgid "Invalid protocol specification"
136 msgstr "Sobimatu protokolli määrang"
137
138 #: ../avahi-common/error.c:61
139 msgid "Invalid flags"
140 msgstr "Sobimatud lipud"
141
142 #: ../avahi-common/error.c:63
143 msgid "Not found"
144 msgstr "Ei leitud"
145
146 #: ../avahi-common/error.c:64
147 msgid "Invalid configuration"
148 msgstr "Sobimatu seadistus"
149
150 #: ../avahi-common/error.c:65
151 msgid "Version mismatch"
152 msgstr "Versioonid ei sobi"
153
154 #: ../avahi-common/error.c:66
155 msgid "Invalid service subtype"
156 msgstr "Sobimatu teenuse alamliik"
157
158 #: ../avahi-common/error.c:67
159 msgid "Invalid packet"
160 msgstr "Sobimatu pakett"
161
162 #: ../avahi-common/error.c:68
163 msgid "Invalid DNS return code"
164 msgstr "Sobimatu DNS-i tagastuskood"
165
166 #: ../avahi-common/error.c:69
167 msgid "DNS failure: FORMERR"
168 msgstr "DNS-i viga: FORMERR"
169
170 #: ../avahi-common/error.c:70
171 msgid "DNS failure: SERVFAIL"
172 msgstr "DNS-i viga: SERVFAIL"
173
174 #: ../avahi-common/error.c:71
175 msgid "DNS failure: NXDOMAIN"
176 msgstr "DNS-i viga: NXDOMAIN"
177
178 #: ../avahi-common/error.c:72
179 msgid "DNS failure: NOTIMP"
180 msgstr "DNS-i viga: NOTIMP"
181
182 #: ../avahi-common/error.c:74
183 msgid "DNS failure: REFUSED"
184 msgstr "DNS-i viga: REFUSED"
185
186 #: ../avahi-common/error.c:75
187 msgid "DNS failure: YXDOMAIN"
188 msgstr "DNS-i viga: YXDOMAIN"
189
190 #: ../avahi-common/error.c:76
191 msgid "DNS failure: YXRRSET"
192 msgstr "DNS-i viga: YXRRSET"
193
194 #: ../avahi-common/error.c:77
195 msgid "DNS failure: NXRRSET"
196 msgstr "DNS-i viga: NXRRSET"
197
198 #: ../avahi-common/error.c:78
199 msgid "DNS failure: NOTAUTH"
200 msgstr "DNS-i viga: NOTAUTH"
201
202 #: ../avahi-common/error.c:79
203 msgid "DNS failure: NOTZONE"
204 msgstr "DNS-i viga: NOTZONE"
205
206 #: ../avahi-common/error.c:80
207 msgid "Invalid RDATA"
208 msgstr "Sobimatu RDATA"
209
210 #: ../avahi-common/error.c:81
211 msgid "Invalid DNS type"
212 msgstr "Sobimatu DNS-i liik"
213
214 #: ../avahi-common/error.c:82
215 msgid "Invalid DNS class"
216 msgstr "Sobimatu DNS-i klass"
217
218 #: ../avahi-common/error.c:83
219 msgid "Not supported"
220 msgstr "Pole toetatud"
221
222 #: ../avahi-common/error.c:85
223 msgid "Not permitted"
224 msgstr "Pole lubatud"
225
226 #: ../avahi-common/error.c:86
227 msgid "Invalid argument"
228 msgstr "Sobimatu argument"
229
230 #: ../avahi-common/error.c:87
231 msgid "Is empty"
232 msgstr "On tühi"
233
234 #: ../avahi-common/error.c:88
235 msgid "The requested operation is invalid because redundant"
236 msgstr ""
237
238 #: ../avahi-common/error.c:94
239 msgid "Invalid Error Code"
240 msgstr "Sobimatu veakood"
241
242 #: ../avahi-discover-standalone/avahi-discover.ui.h:1
243 msgid "Avahi Discovery"
244 msgstr "Avahi avastaja"
245
246 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
247 #: ../avahi-python/avahi-discover/avahi-discover.py:76
248 msgid "<i>No service currently selected.</i>"
249 msgstr "<i>Ühtegi teenust pole valitud.</i>"
250
251 #: ../avahi-python/avahi-discover/avahi-discover.desktop.in.in.h:1
252 msgid "Avahi Zeroconf Browser"
253 msgstr "Avahi Zeroconf brauser"
254
255 #: ../avahi-python/avahi-discover/avahi-discover.desktop.in.in.h:2
256 msgid "Browse for Zeroconf services available on your network"
257 msgstr "Sinu võrgus olevate Zeroconf teenuste sirvimine"
258
259 #: ../avahi-python/avahi-discover/avahi-discover.py:224
260 msgid "TXT"
261 msgstr "TXT"
262
263 #: ../avahi-python/avahi-discover/avahi-discover.py:226
264 msgid "TXT Data:"
265 msgstr "TXT andmed:"
266
267 #: ../avahi-python/avahi-discover/avahi-discover.py:226
268 msgid "empty"
269 msgstr "tühi"
270
271 #: ../avahi-python/avahi-discover/avahi-discover.py:228
272 msgid "Service Type:"
273 msgstr "Serveri liik:"
274
275 #: ../avahi-python/avahi-discover/avahi-discover.py:229
276 msgid "Service Name:"
277 msgstr "Teenuse nimi:"
278
279 #: ../avahi-python/avahi-discover/avahi-discover.py:230
280 msgid "Domain Name:"
281 msgstr "Domeeninimi:"
282
283 #: ../avahi-python/avahi-discover/avahi-discover.py:231
284 msgid "Interface:"
285 msgstr "Liides:"
286
287 #: ../avahi-python/avahi-discover/avahi-discover.py:232
288 msgid "Address:"
289 msgstr "Aadress:"
290
291 #: ../avahi-ui/avahi-ui.c:185
292 msgid "Browse Service Types"
293 msgstr "Teenuse tüüpide sirvimine"
294
295 #: ../avahi-ui/avahi-ui.c:185
296 msgid "A NULL terminated list of service types to browse for"
297 msgstr ""
298
299 #: ../avahi-ui/avahi-ui.c:190
300 msgid "Domain"
301 msgstr "Domeen"
302
303 #: ../avahi-ui/avahi-ui.c:190
304 msgid "The domain to browse in, or NULL for the default domain"
305 msgstr "Sirvitav domeen, vaikimisi domeeni jaoks NULL"
306
307 #: ../avahi-ui/avahi-ui.c:196
308 msgid "Service Type"
309 msgstr "Teenuse liik"
310
311 #: ../avahi-ui/avahi-ui.c:196
312 msgid "The service type of the selected service"
313 msgstr "Valitud teenuse liik"
314
315 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1035
316 msgid "Service Name"
317 msgstr "Teenuse nimi"
318
319 #: ../avahi-ui/avahi-ui.c:202
320 msgid "The service name of the selected service"
321 msgstr "Valitud teenuse nimi"
322
323 #: ../avahi-ui/avahi-ui.c:208
324 msgid "Address"
325 msgstr "Aadress"
326
327 #: ../avahi-ui/avahi-ui.c:208
328 msgid "The address of the resolved service"
329 msgstr "Lahendatud teenuse aadress"
330
331 #: ../avahi-ui/avahi-ui.c:213
332 msgid "Port"
333 msgstr "Port"
334
335 #: ../avahi-ui/avahi-ui.c:213
336 msgid "The IP port number of the resolved service"
337 msgstr "Lahendatud teenuse IP pordi number"
338
339 #: ../avahi-ui/avahi-ui.c:219
340 msgid "Host Name"
341 msgstr "Hostinimi"
342
343 #: ../avahi-ui/avahi-ui.c:219
344 msgid "The host name of the resolved service"
345 msgstr "Lahendatud teenuse hostinimi"
346
347 #: ../avahi-ui/avahi-ui.c:225
348 msgid "TXT Data"
349 msgstr "TXT andmed"
350
351 #: ../avahi-ui/avahi-ui.c:225
352 msgid "The TXT data of the resolved service"
353 msgstr "Lahendatud teenuse TXT andmed"
354
355 #: ../avahi-ui/avahi-ui.c:230
356 msgid "Resolve Service"
357 msgstr "Teenuse lahendamine"
358
359 #: ../avahi-ui/avahi-ui.c:230
360 msgid "Resolve the selected service automatically before returning"
361 msgstr "Enne vastamist teenuse automaatne lahendamine"
362
363 #: ../avahi-ui/avahi-ui.c:236
364 msgid "Resolve Service Host Name"
365 msgstr "Teenuse hostinime lahendamine"
366
367 #: ../avahi-ui/avahi-ui.c:236
368 msgid ""
369 "Resolve the host name of the selected service automatically before returning"
370 msgstr "Enne vastamist teenuse hostinime automaatne lahendamine"
371
372 #: ../avahi-ui/avahi-ui.c:242
373 msgid "Address family"
374 msgstr "Aadressiperekond"
375
376 #: ../avahi-ui/avahi-ui.c:242
377 msgid "The address family for host name resolution"
378 msgstr "Hostinime lahendamise aadressiperekond"
379
380 #: ../avahi-ui/avahi-ui.c:326
381 #, c-format
382 msgid "Avahi client failure: %s"
383 msgstr ""
384
385 #: ../avahi-ui/avahi-ui.c:388
386 #, c-format
387 msgid "Avahi resolver failure: %s"
388 msgstr ""
389
390 #: ../avahi-ui/avahi-ui.c:518
391 #, c-format
392 msgid "Browsing for service type %s in domain %s failed: %s"
393 msgstr ""
394
395 #: ../avahi-ui/avahi-ui.c:519 ../avahi-utils/avahi-browse.c:168
396 #: ../avahi-utils/avahi-browse.c:169 ../avahi-utils/avahi-browse.c:178
397 #: ../avahi-utils/avahi-browse.c:179
398 msgid "n/a"
399 msgstr "puudub"
400
401 #: ../avahi-ui/avahi-ui.c:649
402 #, c-format
403 msgid "Avahi domain browser failure: %s"
404 msgstr "Avahi domeeni sirvija tõrge: %s"
405
406 #: ../avahi-ui/avahi-ui.c:684
407 #, c-format
408 msgid "Failed to read Avahi domain: %s"
409 msgstr "Tõrge Avahi domeeni lugemisel: %s"
410
411 #: ../avahi-ui/avahi-ui.c:706
412 msgid "Browse service type list is empty!"
413 msgstr ""
414
415 #: ../avahi-ui/avahi-ui.c:717
416 #, c-format
417 msgid "Failed to connect to Avahi server: %s"
418 msgstr ""
419
420 #: ../avahi-ui/avahi-ui.c:735
421 msgid "Browsing for services on <b>local network</b>:"
422 msgstr ""
423
424 #: ../avahi-ui/avahi-ui.c:737
425 #, c-format
426 msgid "Browsing for services in domain <b>%s</b>:"
427 msgstr ""
428
429 #: ../avahi-ui/avahi-ui.c:773
430 #, c-format
431 msgid "Failed to create browser for %s: %s"
432 msgstr ""
433
434 #: ../avahi-ui/avahi-ui.c:907
435 #, c-format
436 msgid "Failed to create resolver for %s of type %s in domain %s: %s"
437 msgstr ""
438
439 #: ../avahi-ui/avahi-ui.c:982
440 #, c-format
441 msgid "Failed to create domain browser: %s"
442 msgstr "Domeenisirvija loomine nurjus: %s"
443
444 #: ../avahi-ui/avahi-ui.c:993
445 msgid "Change domain"
446 msgstr "Muuda domeeni"
447
448 #: ../avahi-ui/avahi-ui.c:1043 ../avahi-ui/avahi-ui.c:1180
449 msgid "Browsing..."
450 msgstr "Sirvimine..."
451
452 #: ../avahi-ui/avahi-ui.c:1047 ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156
453 #: ../avahi-ui/bssh.c:161
454 #, fuzzy
455 msgid "_Cancel"
456 msgstr "Katkestatud.\n"
457
458 #: ../avahi-ui/avahi-ui.c:1048
459 #, fuzzy
460 msgid "_OK"
461 msgstr "Olgu"
462
463 #: ../avahi-ui/avahi-ui.c:1134
464 msgid "Initializing..."
465 msgstr "Lähtestamine..."
466
467 #: ../avahi-ui/avahi-ui.c:1162
468 msgid "Location"
469 msgstr "Asukoht"
470
471 #: ../avahi-ui/avahi-ui.c:1167 ../avahi-utils/avahi-browse.c:553
472 msgid "Name"
473 msgstr "Nimi"
474
475 #: ../avahi-ui/avahi-ui.c:1172 ../avahi-utils/avahi-browse.c:553
476 msgid "Type"
477 msgstr "Liik"
478
479 #: ../avahi-ui/avahi-ui.c:1184
480 msgid "_Domain..."
481 msgstr "_Domeen..."
482
483 #: ../avahi-ui/bssh.c:55
484 #, c-format
485 msgid ""
486 "%s [options]\n"
487 "\n"
488 " -h --help Show this help\n"
489 " -s --ssh Browse SSH servers\n"
490 " -v --vnc Browse VNC servers\n"
491 " -S --shell Browse both SSH and VNC\n"
492 " -d --domain=DOMAIN The domain to browse in\n"
493 msgstr ""
494 "%s [valikud]\n"
495 "\n"
496 " -h --help Selle abi kuvamine\n"
497 " -s --ssh SSH serverite sirvimine\n"
498 " -v --vnc VNC serverite sirvimine\n"
499 " -S --shell SSH ja VNC serverite sirvimine\n"
500 " -d --domain=DOMEEN Domeen, mida sirvida\n"
501
502 #: ../avahi-ui/bssh.c:101 ../avahi-utils/avahi-browse.c:775
503 #, c-format
504 msgid "Too many arguments\n"
505 msgstr "Liiga palju argumente\n"
506
507 #: ../avahi-ui/bssh.c:149
508 msgid "Choose Shell Server"
509 msgstr "Kesta serveri valimine"
510
511 #: ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156 ../avahi-ui/bssh.c:161
512 msgid "C_onnect"
513 msgstr ""
514
515 #: ../avahi-ui/bssh.c:151
516 msgid "Desktop"
517 msgstr "Töölauaarvuti"
518
519 #: ../avahi-ui/bssh.c:152
520 msgid "Terminal"
521 msgstr "Terminal"
522
523 #: ../avahi-ui/bssh.c:156
524 msgid "Choose VNC server"
525 msgstr "Vali VNC server"
526
527 #: ../avahi-ui/bssh.c:161
528 msgid "Choose SSH server"
529 msgstr "SSH serveri valimine"
530
531 #: ../avahi-ui/bssh.c:185
532 #, c-format
533 msgid "Connecting to '%s' ...\n"
534 msgstr "Ühendusmine serveriga '%s' ...\n"
535
536 #: ../avahi-ui/bssh.c:240
537 #, c-format
538 msgid "execlp() failed: %s\n"
539 msgstr "execlp() nurjus: %s\n"
540
541 #: ../avahi-ui/bssh.c:250
542 #, c-format
543 msgid "Canceled.\n"
544 msgstr "Katkestatud.\n"
545
546 #: ../avahi-ui/bssh.desktop.in.in.h:1
547 msgid "Avahi SSH Server Browser"
548 msgstr "Avahi SSH serverite brauser"
549
550 #: ../avahi-ui/bssh.desktop.in.in.h:2
551 msgid "Browse for Zeroconf-enabled SSH Servers"
552 msgstr "Zeroconf toega SSH serverite sirvimine"
553
554 #: ../avahi-ui/bvnc.desktop.in.in.h:1
555 msgid "Avahi VNC Server Browser"
556 msgstr "Avahi VNC serverite brauser"
557
558 #: ../avahi-ui/bvnc.desktop.in.in.h:2
559 msgid "Browse for Zeroconf-enabled VNC Servers"
560 msgstr "Zeroconf toega VNC serverite sirvimine"
561
562 #: ../avahi-utils/avahi-browse.c:107
563 #, c-format
564 msgid ": All for now\n"
565 msgstr ": Praeguseks kõik\n"
566
567 #: ../avahi-utils/avahi-browse.c:118
568 #, c-format
569 msgid ": Cache exhausted\n"
570 msgstr ": Puhver lõppes\n"
571
572 #: ../avahi-utils/avahi-browse.c:239 ../avahi-utils/avahi-browse.c:261
573 #, c-format
574 msgid "Failed to resolve service '%s' of type '%s' in domain '%s': %s\n"
575 msgstr ""
576
577 #: ../avahi-utils/avahi-browse.c:340
578 #, c-format
579 msgid "service_browser failed: %s\n"
580 msgstr ""
581
582 #: ../avahi-utils/avahi-browse.c:378
583 #, c-format
584 msgid "avahi_service_browser_new() failed: %s\n"
585 msgstr ""
586
587 #: ../avahi-utils/avahi-browse.c:414
588 #, c-format
589 msgid "service_type_browser failed: %s\n"
590 msgstr ""
591
592 #: ../avahi-utils/avahi-browse.c:444
593 #, c-format
594 msgid "avahi_service_type_browser_new() failed: %s\n"
595 msgstr ""
596
597 #: ../avahi-utils/avahi-browse.c:519
598 #, c-format
599 msgid "avahi_domain_browser_new() failed: %s\n"
600 msgstr ""
601
602 #: ../avahi-utils/avahi-browse.c:535 ../avahi-utils/avahi-publish.c:394
603 #: ../avahi-utils/avahi-resolve.c:280 ../avahi-utils/avahi-set-host-name.c:168
604 #, c-format
605 msgid "Failed to query version string: %s\n"
606 msgstr ""
607
608 #: ../avahi-utils/avahi-browse.c:540 ../avahi-utils/avahi-publish.c:399
609 #: ../avahi-utils/avahi-resolve.c:285 ../avahi-utils/avahi-set-host-name.c:173
610 #: ../avahi-utils/avahi-set-host-name.c:189
611 #, c-format
612 msgid "Failed to query host name: %s\n"
613 msgstr ""
614
615 #: ../avahi-utils/avahi-browse.c:544 ../avahi-utils/avahi-publish.c:403
616 #: ../avahi-utils/avahi-resolve.c:289 ../avahi-utils/avahi-set-host-name.c:177
617 #, c-format
618 msgid "Server version: %s; Host name: %s\n"
619 msgstr ""
620
621 #. Translators: This is a column heading with abbreviations for
622 #. * Event (+/-), Network Interface, Protocol (IPv4/v6), Domain
623 #: ../avahi-utils/avahi-browse.c:549
624 #, c-format
625 msgid "E Ifce Prot Domain\n"
626 msgstr ""
627
628 #. Translators: This is a column heading with abbreviations for
629 #. * Event (+/-), Network Interface, Protocol (IPv4/v6), Domain
630 #: ../avahi-utils/avahi-browse.c:553
631 #, c-format
632 msgid "E Ifce Prot %-*s %-20s Domain\n"
633 msgstr ""
634
635 #. We have been disconnected, so let reconnect
636 #: ../avahi-utils/avahi-browse.c:585 ../avahi-utils/avahi-publish.c:163
637 #, c-format
638 msgid "Disconnected, reconnecting ...\n"
639 msgstr ""
640
641 #: ../avahi-utils/avahi-browse.c:599 ../avahi-utils/avahi-browse.c:829
642 #: ../avahi-utils/avahi-publish.c:170 ../avahi-utils/avahi-publish.c:386
643 #: ../avahi-utils/avahi-resolve.c:272 ../avahi-utils/avahi-set-host-name.c:160
644 #, c-format
645 msgid "Failed to create client object: %s\n"
646 msgstr ""
647
648 #: ../avahi-utils/avahi-browse.c:604 ../avahi-utils/avahi-publish.c:175
649 #: ../avahi-utils/avahi-resolve.c:143 ../avahi-utils/avahi-set-host-name.c:59
650 #, c-format
651 msgid "Client failure, exiting: %s\n"
652 msgstr ""
653
654 #: ../avahi-utils/avahi-browse.c:623 ../avahi-utils/avahi-publish.c:206
655 #, c-format
656 msgid "Waiting for daemon ...\n"
657 msgstr ""
658
659 #: ../avahi-utils/avahi-browse.c:647
660 msgid ""
661 " -h --help Show this help\n"
662 " -V --version Show version\n"
663 " -D --browse-domains Browse for browsing domains instead of services\n"
664 " -a --all Show all services, regardless of the type\n"
665 " -d --domain=DOMAIN The domain to browse in\n"
666 " -v --verbose Enable verbose mode\n"
667 " -t --terminate Terminate after dumping a more or less complete "
668 "list\n"
669 " -c --cache Terminate after dumping all entries from the cache\n"
670 " -l --ignore-local Ignore local services\n"
671 " -r --resolve Resolve services found\n"
672 " -f --no-fail Don't fail if the daemon is not available\n"
673 " -p --parsable Output in parsable format\n"
674 msgstr ""
675
676 #: ../avahi-utils/avahi-browse.c:660
677 msgid ""
678 " -k --no-db-lookup Don't lookup service types\n"
679 " -b --dump-db Dump service type database\n"
680 msgstr ""
681
682 #: ../avahi-utils/avahi-browse.c:766 ../avahi-utils/avahi-resolve.c:219
683 #, c-format
684 msgid "Too few arguments\n"
685 msgstr "Liiga vähe argumente\n"
686
687 #: ../avahi-utils/avahi-browse.c:821 ../avahi-utils/avahi-publish.c:378
688 #: ../avahi-utils/avahi-resolve.c:264 ../avahi-utils/avahi-set-host-name.c:152
689 #, c-format
690 msgid "Failed to create simple poll object.\n"
691 msgstr ""
692
693 #: ../avahi-utils/avahi-publish.c:76
694 #, c-format
695 msgid "Established under name '%s'\n"
696 msgstr ""
697
698 #: ../avahi-utils/avahi-publish.c:81
699 #, c-format
700 msgid "Failed to register: %s\n"
701 msgstr "Regisreerimine nurjus: %s\n"
702
703 #: ../avahi-utils/avahi-publish.c:94
704 #, c-format
705 msgid "Name collision, picking new name '%s'.\n"
706 msgstr "Nimede kokkupõrge, valitakse uus nimi '%s'.\n"
707
708 #: ../avahi-utils/avahi-publish.c:114
709 #, c-format
710 msgid "Failed to create entry group: %s\n"
711 msgstr ""
712
713 #: ../avahi-utils/avahi-publish.c:124
714 #, c-format
715 msgid "Failed to add address: %s\n"
716 msgstr "Aadressi lisamine nurjus: %s\n"
717
718 #: ../avahi-utils/avahi-publish.c:134
719 #, c-format
720 msgid "Failed to add service: %s\n"
721 msgstr "Teenuse lisamine nurjus: %s\n"
722
723 #: ../avahi-utils/avahi-publish.c:140
724 #, c-format
725 msgid "Failed to add subtype '%s': %s\n"
726 msgstr ""
727
728 #: ../avahi-utils/avahi-publish.c:191
729 #, c-format
730 msgid "Host name conflict\n"
731 msgstr ""
732
733 #: ../avahi-utils/avahi-publish.c:216
734 #, c-format
735 msgid ""
736 "%s [options] %s <name> <type> <port> [<txt ...>]\n"
737 "%s [options] %s <host-name> <address>\n"
738 "\n"
739 " -h --help Show this help\n"
740 " -V --version Show version\n"
741 " -s --service Publish service\n"
742 " -a --address Publish address\n"
743 " -v --verbose Enable verbose mode\n"
744 " -d --domain=DOMAIN Domain to publish service in\n"
745 " -H --host=DOMAIN Host where service resides\n"
746 " --subtype=SUBTYPE An additional subtype to register this service "
747 "with\n"
748 " -R --no-reverse Do not publish reverse entry with address\n"
749 " -f --no-fail Don't fail if the daemon is not available\n"
750 msgstr ""
751
752 #: ../avahi-utils/avahi-publish.c:303 ../avahi-utils/avahi-publish.c:318
753 #, c-format
754 msgid "Bad number of arguments\n"
755 msgstr ""
756
757 #: ../avahi-utils/avahi-publish.c:329
758 #, c-format
759 msgid "Failed to parse port number: %s\n"
760 msgstr "Pordi numbri parsimine nurjus: %s\n"
761
762 #: ../avahi-utils/avahi-publish.c:361 ../avahi-utils/avahi-resolve.c:246
763 #, c-format
764 msgid "No command specified.\n"
765 msgstr "Ühtegi käsku pole määratud.\n"
766
767 #: ../avahi-utils/avahi-resolve.c:89
768 #, c-format
769 msgid "Failed to resolve host name '%s': %s\n"
770 msgstr "Hostinime '%s' lahendamine nurjus: %s\n"
771
772 #: ../avahi-utils/avahi-resolve.c:126
773 #, c-format
774 msgid "Failed to resolve address '%s': %s\n"
775 msgstr "Aadressi '%s' lahendamine nurjus: %s\n"
776
777 #: ../avahi-utils/avahi-resolve.c:157
778 #, c-format
779 msgid ""
780 "%s [options] %s <host name ...>\n"
781 "%s [options] %s <address ... >\n"
782 "\n"
783 " -h --help Show this help\n"
784 " -V --version Show version\n"
785 " -n --name Resolve host name\n"
786 " -a --address Resolve address\n"
787 " -v --verbose Enable verbose mode\n"
788 " -6 Lookup IPv6 address\n"
789 " -4 Lookup IPv4 address\n"
790 msgstr ""
791
792 #: ../avahi-utils/avahi-resolve.c:299 ../avahi-utils/avahi-set-host-name.c:181
793 #, c-format
794 msgid "Failed to create host name resolver: %s\n"
795 msgstr "Hostinime lahendaja loomine nurjus: %s\n"
796
797 #: ../avahi-utils/avahi-resolve.c:309
798 #, c-format
799 msgid "Failed to parse address '%s'\n"
800 msgstr "Aadressi '%s' parsimine nurjus\n"
801
802 #: ../avahi-utils/avahi-resolve.c:314
803 #, c-format
804 msgid "Failed to create address resolver: %s\n"
805 msgstr "Aadressi lahendaja loomine nurjus: %s\n"
806
807 #: ../avahi-utils/avahi-set-host-name.c:73
808 #, c-format
809 msgid ""
810 "%s [options] <new host name>\n"
811 "\n"
812 " -h --help Show this help\n"
813 " -V --version Show version\n"
814 " -v --verbose Enable verbose mode\n"
815 msgstr ""
816 "%s [valikud] <uus hostinimi>\n"
817 "\n"
818 " -h --help Selle abi kuvamine\n"
819 " -V --version Versiooni kuvamine\n"
820 " -v --verbose Jutuka režiimi lubamine\n"
821
822 #: ../avahi-utils/avahi-set-host-name.c:114
823 #, c-format
824 msgid "Invalid number of arguments, expecting exactly one.\n"
825 msgstr "Sobimatu argumentide arv, oodatakse täpselt ühte.\n"
826
827 #: ../avahi-utils/avahi-set-host-name.c:193
828 #, c-format
829 msgid "Host name successfully changed to %s\n"
830 msgstr "Hostinimeks määrati edukalt %s\n"
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
5 # Sadid Sahami <sadidsahami@gmail.com>, 2011
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: Avahi\n"
9 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2015-10-10 13:24+0200\n"
11 "PO-Revision-Date: 2013-11-20 09:58+0000\n"
12 "Last-Translator: Sadid Sahami <sadidsahami@gmail.com>\n"
13 "Language-Team: Persian (http://www.transifex.com/lennart/avahi/language/"
14 "fa/)\n"
15 "Language: fa\n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=UTF-8\n"
18 "Content-Transfer-Encoding: 8bit\n"
19 "Plural-Forms: nplurals=1; plural=0;\n"
20
21 #: ../avahi-common/error.c:30
22 msgid "OK"
23 msgstr "OK"
24
25 #: ../avahi-common/error.c:31
26 msgid "Operation failed"
27 msgstr "عملیات شکست خورد"
28
29 #: ../avahi-common/error.c:32
30 msgid "Bad state"
31 msgstr "حالت بد"
32
33 #: ../avahi-common/error.c:33
34 msgid "Invalid host name"
35 msgstr "نام میزبان نامعتبر"
36
37 #: ../avahi-common/error.c:34
38 msgid "Invalid domain name"
39 msgstr "نام دامنه اشتباه"
40
41 #: ../avahi-common/error.c:35
42 msgid "No suitable network protocol available"
43 msgstr "پروتکل شبکه‌ی مناسبی در دسترسی نیست"
44
45 #: ../avahi-common/error.c:36
46 msgid "Invalid DNS TTL"
47 msgstr "Invalid DNS TTL"
48
49 #: ../avahi-common/error.c:37
50 msgid "Resource record key is pattern"
51 msgstr "کلید رکورد منبع همان الگو است"
52
53 #: ../avahi-common/error.c:38
54 msgid "Local name collision"
55 msgstr "تصادم نام محلی"
56
57 #: ../avahi-common/error.c:39
58 msgid "Invalid record"
59 msgstr "رکورد نامعتبر"
60
61 #: ../avahi-common/error.c:41
62 msgid "Invalid service name"
63 msgstr "نام سرویس نامعتبر"
64
65 #: ../avahi-common/error.c:42
66 msgid "Invalid service type"
67 msgstr "نوع سرویس نامعتبر"
68
69 #: ../avahi-common/error.c:43
70 msgid "Invalid port number"
71 msgstr "شماره‌ی پورت نامعتبر"
72
73 #: ../avahi-common/error.c:44
74 msgid "Invalid record key"
75 msgstr "کلید رکورد نامعتبر"
76
77 #: ../avahi-common/error.c:45
78 msgid "Invalid address"
79 msgstr "آدرس نامعتبر"
80
81 #: ../avahi-common/error.c:46
82 msgid "Timeout reached"
83 msgstr "اتمام مهلت"
84
85 #: ../avahi-common/error.c:47
86 msgid "Too many clients"
87 msgstr "مشتریان بیش از حد"
88
89 #: ../avahi-common/error.c:48
90 msgid "Too many objects"
91 msgstr "اشیاء بیش از حد"
92
93 #: ../avahi-common/error.c:49
94 msgid "Too many entries"
95 msgstr "ورودی‌های بیش از حد"
96
97 #: ../avahi-common/error.c:50
98 msgid "OS Error"
99 msgstr "خطای سیستم‌عامل"
100
101 #: ../avahi-common/error.c:52
102 msgid "Access denied"
103 msgstr "امکان دسترسی وجود ندارد"
104
105 #: ../avahi-common/error.c:53
106 msgid "Invalid operation"
107 msgstr "عملیات نامعتبر"
108
109 #: ../avahi-common/error.c:54
110 msgid "An unexpected D-Bus error occurred"
111 msgstr "خطای غیرمنتظره‌ی D-BUS رخ داده"
112
113 #: ../avahi-common/error.c:55
114 msgid "Daemon connection failed"
115 msgstr "ارتباط شبح (ویزارد) شکست خورد"
116
117 #: ../avahi-common/error.c:56
118 msgid "Memory exhausted"
119 msgstr "کمبود حافظه"
120
121 #: ../avahi-common/error.c:57
122 msgid "The object passed in was not valid"
123 msgstr "شیء واردشده معتبر نبود"
124
125 #: ../avahi-common/error.c:58
126 msgid "Daemon not running"
127 msgstr "شبح در حال اجرا نیست"
128
129 #: ../avahi-common/error.c:59
130 msgid "Invalid interface index"
131 msgstr "شاخص رابط نامعتبر"
132
133 #: ../avahi-common/error.c:60
134 msgid "Invalid protocol specification"
135 msgstr "خصوصیات پروتکل نامعتبر"
136
137 #: ../avahi-common/error.c:61
138 msgid "Invalid flags"
139 msgstr "پرچم های نامعتبر"
140
141 #: ../avahi-common/error.c:63
142 msgid "Not found"
143 msgstr "موردی یافت نشد."
144
145 #: ../avahi-common/error.c:64
146 msgid "Invalid configuration"
147 msgstr "تنظیمات نامعتبر"
148
149 #: ../avahi-common/error.c:65
150 msgid "Version mismatch"
151 msgstr "عدم تطبیق نسخه"
152
153 #: ../avahi-common/error.c:66
154 msgid "Invalid service subtype"
155 msgstr "زیرنوع سرویس نامعتبر"
156
157 #: ../avahi-common/error.c:67
158 msgid "Invalid packet"
159 msgstr "پاکت نامعتبر"
160
161 #: ../avahi-common/error.c:68
162 msgid "Invalid DNS return code"
163 msgstr "کد برگشتی DNS نامعتبر"
164
165 #: ../avahi-common/error.c:69
166 msgid "DNS failure: FORMERR"
167 msgstr "DNS failure: FORMERR"
168
169 #: ../avahi-common/error.c:70
170 msgid "DNS failure: SERVFAIL"
171 msgstr "DNS failure: SERVFAIL"
172
173 #: ../avahi-common/error.c:71
174 msgid "DNS failure: NXDOMAIN"
175 msgstr "DNS failure: NXDOMAIN"
176
177 #: ../avahi-common/error.c:72
178 msgid "DNS failure: NOTIMP"
179 msgstr "DNS failure: NOTIMP"
180
181 #: ../avahi-common/error.c:74
182 msgid "DNS failure: REFUSED"
183 msgstr "DNS failure: REFUSED"
184
185 #: ../avahi-common/error.c:75
186 msgid "DNS failure: YXDOMAIN"
187 msgstr "DNS failure: YXDOMAIN"
188
189 #: ../avahi-common/error.c:76
190 msgid "DNS failure: YXRRSET"
191 msgstr "DNS failure: YXRRSET"
192
193 #: ../avahi-common/error.c:77
194 msgid "DNS failure: NXRRSET"
195 msgstr "DNS failure: NXRRSET"
196
197 #: ../avahi-common/error.c:78
198 msgid "DNS failure: NOTAUTH"
199 msgstr "DNS failure: NOTAUTH"
200
201 #: ../avahi-common/error.c:79
202 msgid "DNS failure: NOTZONE"
203 msgstr "DNS failure: NOTZONE"
204
205 #: ../avahi-common/error.c:80
206 msgid "Invalid RDATA"
207 msgstr "RDATA نامعتبر"
208
209 #: ../avahi-common/error.c:81
210 msgid "Invalid DNS type"
211 msgstr "نوع DNS نامعتبر"
212
213 #: ../avahi-common/error.c:82
214 msgid "Invalid DNS class"
215 msgstr "کلاس DNS نامعتبر"
216
217 #: ../avahi-common/error.c:83
218 msgid "Not supported"
219 msgstr "پشتیبانی نمی شود"
220
221 #: ../avahi-common/error.c:85
222 msgid "Not permitted"
223 msgstr "مجاز نیست"
224
225 #: ../avahi-common/error.c:86
226 msgid "Invalid argument"
227 msgstr "شناسه نامعتبر است"
228
229 #: ../avahi-common/error.c:87
230 msgid "Is empty"
231 msgstr "خالی است"
232
233 #: ../avahi-common/error.c:88
234 msgid "The requested operation is invalid because redundant"
235 msgstr "عمل درخواست شده به خاطر زائد بودن نامعتبر است"
236
237 #: ../avahi-common/error.c:94
238 msgid "Invalid Error Code"
239 msgstr "کد خطای نامعتبر"
240
241 #: ../avahi-discover-standalone/avahi-discover.ui.h:1
242 msgid "Avahi Discovery"
243 msgstr "Avahi کشف"
244
245 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
246 #: ../avahi-python/avahi-discover/avahi-discover.py:76
247 msgid "<i>No service currently selected.</i>"
248 msgstr "<i>در حال حاضر سرویسی انتخاب نشده است</i>"
249
250 #: ../avahi-python/avahi-discover/avahi-discover.desktop.in.in.h:1
251 msgid "Avahi Zeroconf Browser"
252 msgstr "Avahi مرورگر Zeroconf"
253
254 #: ../avahi-python/avahi-discover/avahi-discover.desktop.in.in.h:2
255 msgid "Browse for Zeroconf services available on your network"
256 msgstr "خدمات Zeroconf موجود در شبکه‌تان را مرور کنید"
257
258 #: ../avahi-python/avahi-discover/avahi-discover.py:224
259 msgid "TXT"
260 msgstr "TXT"
261
262 #: ../avahi-python/avahi-discover/avahi-discover.py:226
263 msgid "TXT Data:"
264 msgstr "TXT Data:"
265
266 #: ../avahi-python/avahi-discover/avahi-discover.py:226
267 msgid "empty"
268 msgstr "خالی"
269
270 #: ../avahi-python/avahi-discover/avahi-discover.py:228
271 msgid "Service Type:"
272 msgstr "نوع خدمات :"
273
274 #: ../avahi-python/avahi-discover/avahi-discover.py:229
275 msgid "Service Name:"
276 msgstr "نام سرویس :"
277
278 #: ../avahi-python/avahi-discover/avahi-discover.py:230
279 msgid "Domain Name:"
280 msgstr "نام دامنه :"
281
282 #: ../avahi-python/avahi-discover/avahi-discover.py:231
283 msgid "Interface:"
284 msgstr "رابط :"
285
286 #: ../avahi-python/avahi-discover/avahi-discover.py:232
287 msgid "Address:"
288 msgstr "آدرس:"
289
290 #: ../avahi-ui/avahi-ui.c:185
291 msgid "Browse Service Types"
292 msgstr "انواع سرویس را مرور کنید"
293
294 #: ../avahi-ui/avahi-ui.c:185
295 msgid "A NULL terminated list of service types to browse for"
296 msgstr "یک لیست با NULL خاتمه یافته‌ی انواع سرویس‌ها برای مرور کردن"
297
298 #: ../avahi-ui/avahi-ui.c:190
299 msgid "Domain"
300 msgstr "دامنه"
301
302 #: ../avahi-ui/avahi-ui.c:190
303 msgid "The domain to browse in, or NULL for the default domain"
304 msgstr "برای دامنه‌‌ای که قرار است مرور شود یا NULL برای دامنه‌ی پیشفرض"
305
306 #: ../avahi-ui/avahi-ui.c:196
307 msgid "Service Type"
308 msgstr "نوع سرویس"
309
310 #: ../avahi-ui/avahi-ui.c:196
311 msgid "The service type of the selected service"
312 msgstr "نوع خدمات سرویس انتخاب شده"
313
314 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1035
315 msgid "Service Name"
316 msgstr "نام سرویس"
317
318 #: ../avahi-ui/avahi-ui.c:202
319 msgid "The service name of the selected service"
320 msgstr ""
321
322 #: ../avahi-ui/avahi-ui.c:208
323 msgid "Address"
324 msgstr ""
325
326 #: ../avahi-ui/avahi-ui.c:208
327 msgid "The address of the resolved service"
328 msgstr ""
329
330 #: ../avahi-ui/avahi-ui.c:213
331 msgid "Port"
332 msgstr ""
333
334 #: ../avahi-ui/avahi-ui.c:213
335 msgid "The IP port number of the resolved service"
336 msgstr ""
337
338 #: ../avahi-ui/avahi-ui.c:219
339 msgid "Host Name"
340 msgstr ""
341
342 #: ../avahi-ui/avahi-ui.c:219
343 msgid "The host name of the resolved service"
344 msgstr ""
345
346 #: ../avahi-ui/avahi-ui.c:225
347 msgid "TXT Data"
348 msgstr ""
349
350 #: ../avahi-ui/avahi-ui.c:225
351 msgid "The TXT data of the resolved service"
352 msgstr ""
353
354 #: ../avahi-ui/avahi-ui.c:230
355 msgid "Resolve Service"
356 msgstr ""
357
358 #: ../avahi-ui/avahi-ui.c:230
359 msgid "Resolve the selected service automatically before returning"
360 msgstr ""
361
362 #: ../avahi-ui/avahi-ui.c:236
363 msgid "Resolve Service Host Name"
364 msgstr ""
365
366 #: ../avahi-ui/avahi-ui.c:236
367 msgid ""
368 "Resolve the host name of the selected service automatically before returning"
369 msgstr ""
370
371 #: ../avahi-ui/avahi-ui.c:242
372 msgid "Address family"
373 msgstr ""
374
375 #: ../avahi-ui/avahi-ui.c:242
376 msgid "The address family for host name resolution"
377 msgstr ""
378
379 #: ../avahi-ui/avahi-ui.c:326
380 #, c-format
381 msgid "Avahi client failure: %s"
382 msgstr ""
383
384 #: ../avahi-ui/avahi-ui.c:388
385 #, c-format
386 msgid "Avahi resolver failure: %s"
387 msgstr ""
388
389 #: ../avahi-ui/avahi-ui.c:518
390 #, c-format
391 msgid "Browsing for service type %s in domain %s failed: %s"
392 msgstr ""
393
394 #: ../avahi-ui/avahi-ui.c:519 ../avahi-utils/avahi-browse.c:168
395 #: ../avahi-utils/avahi-browse.c:169 ../avahi-utils/avahi-browse.c:178
396 #: ../avahi-utils/avahi-browse.c:179
397 msgid "n/a"
398 msgstr ""
399
400 #: ../avahi-ui/avahi-ui.c:649
401 #, c-format
402 msgid "Avahi domain browser failure: %s"
403 msgstr ""
404
405 #: ../avahi-ui/avahi-ui.c:684
406 #, c-format
407 msgid "Failed to read Avahi domain: %s"
408 msgstr ""
409
410 #: ../avahi-ui/avahi-ui.c:706
411 msgid "Browse service type list is empty!"
412 msgstr ""
413
414 #: ../avahi-ui/avahi-ui.c:717
415 #, c-format
416 msgid "Failed to connect to Avahi server: %s"
417 msgstr ""
418
419 #: ../avahi-ui/avahi-ui.c:735
420 msgid "Browsing for services on <b>local network</b>:"
421 msgstr ""
422
423 #: ../avahi-ui/avahi-ui.c:737
424 #, c-format
425 msgid "Browsing for services in domain <b>%s</b>:"
426 msgstr ""
427
428 #: ../avahi-ui/avahi-ui.c:773
429 #, c-format
430 msgid "Failed to create browser for %s: %s"
431 msgstr ""
432
433 #: ../avahi-ui/avahi-ui.c:907
434 #, c-format
435 msgid "Failed to create resolver for %s of type %s in domain %s: %s"
436 msgstr ""
437
438 #: ../avahi-ui/avahi-ui.c:982
439 #, c-format
440 msgid "Failed to create domain browser: %s"
441 msgstr ""
442
443 #: ../avahi-ui/avahi-ui.c:993
444 msgid "Change domain"
445 msgstr ""
446
447 #: ../avahi-ui/avahi-ui.c:1043 ../avahi-ui/avahi-ui.c:1180
448 msgid "Browsing..."
449 msgstr ""
450
451 #: ../avahi-ui/avahi-ui.c:1047 ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156
452 #: ../avahi-ui/bssh.c:161
453 msgid "_Cancel"
454 msgstr ""
455
456 #: ../avahi-ui/avahi-ui.c:1048
457 #, fuzzy
458 msgid "_OK"
459 msgstr "OK"
460
461 #: ../avahi-ui/avahi-ui.c:1134
462 msgid "Initializing..."
463 msgstr ""
464
465 #: ../avahi-ui/avahi-ui.c:1162
466 msgid "Location"
467 msgstr ""
468
469 #: ../avahi-ui/avahi-ui.c:1167 ../avahi-utils/avahi-browse.c:553
470 msgid "Name"
471 msgstr ""
472
473 #: ../avahi-ui/avahi-ui.c:1172 ../avahi-utils/avahi-browse.c:553
474 msgid "Type"
475 msgstr ""
476
477 #: ../avahi-ui/avahi-ui.c:1184
478 msgid "_Domain..."
479 msgstr ""
480
481 #: ../avahi-ui/bssh.c:55
482 #, c-format
483 msgid ""
484 "%s [options]\n"
485 "\n"
486 " -h --help Show this help\n"
487 " -s --ssh Browse SSH servers\n"
488 " -v --vnc Browse VNC servers\n"
489 " -S --shell Browse both SSH and VNC\n"
490 " -d --domain=DOMAIN The domain to browse in\n"
491 msgstr ""
492
493 #: ../avahi-ui/bssh.c:101 ../avahi-utils/avahi-browse.c:775
494 #, c-format
495 msgid "Too many arguments\n"
496 msgstr ""
497
498 #: ../avahi-ui/bssh.c:149
499 msgid "Choose Shell Server"
500 msgstr ""
501
502 #: ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156 ../avahi-ui/bssh.c:161
503 msgid "C_onnect"
504 msgstr ""
505
506 #: ../avahi-ui/bssh.c:151
507 msgid "Desktop"
508 msgstr ""
509
510 #: ../avahi-ui/bssh.c:152
511 msgid "Terminal"
512 msgstr ""
513
514 #: ../avahi-ui/bssh.c:156
515 msgid "Choose VNC server"
516 msgstr ""
517
518 #: ../avahi-ui/bssh.c:161
519 msgid "Choose SSH server"
520 msgstr ""
521
522 #: ../avahi-ui/bssh.c:185
523 #, c-format
524 msgid "Connecting to '%s' ...\n"
525 msgstr ""
526
527 #: ../avahi-ui/bssh.c:240
528 #, c-format
529 msgid "execlp() failed: %s\n"
530 msgstr ""
531
532 #: ../avahi-ui/bssh.c:250
533 #, c-format
534 msgid "Canceled.\n"
535 msgstr ""
536
537 #: ../avahi-ui/bssh.desktop.in.in.h:1
538 msgid "Avahi SSH Server Browser"
539 msgstr ""
540
541 #: ../avahi-ui/bssh.desktop.in.in.h:2
542 msgid "Browse for Zeroconf-enabled SSH Servers"
543 msgstr ""
544
545 #: ../avahi-ui/bvnc.desktop.in.in.h:1
546 msgid "Avahi VNC Server Browser"
547 msgstr ""
548
549 #: ../avahi-ui/bvnc.desktop.in.in.h:2
550 msgid "Browse for Zeroconf-enabled VNC Servers"
551 msgstr ""
552
553 #: ../avahi-utils/avahi-browse.c:107
554 #, c-format
555 msgid ": All for now\n"
556 msgstr ""
557
558 #: ../avahi-utils/avahi-browse.c:118
559 #, c-format
560 msgid ": Cache exhausted\n"
561 msgstr ""
562
563 #: ../avahi-utils/avahi-browse.c:239 ../avahi-utils/avahi-browse.c:261
564 #, c-format
565 msgid "Failed to resolve service '%s' of type '%s' in domain '%s': %s\n"
566 msgstr ""
567
568 #: ../avahi-utils/avahi-browse.c:340
569 #, c-format
570 msgid "service_browser failed: %s\n"
571 msgstr ""
572
573 #: ../avahi-utils/avahi-browse.c:378
574 #, c-format
575 msgid "avahi_service_browser_new() failed: %s\n"
576 msgstr ""
577
578 #: ../avahi-utils/avahi-browse.c:414
579 #, c-format
580 msgid "service_type_browser failed: %s\n"
581 msgstr ""
582
583 #: ../avahi-utils/avahi-browse.c:444
584 #, c-format
585 msgid "avahi_service_type_browser_new() failed: %s\n"
586 msgstr ""
587
588 #: ../avahi-utils/avahi-browse.c:519
589 #, c-format
590 msgid "avahi_domain_browser_new() failed: %s\n"
591 msgstr ""
592
593 #: ../avahi-utils/avahi-browse.c:535 ../avahi-utils/avahi-publish.c:394
594 #: ../avahi-utils/avahi-resolve.c:280 ../avahi-utils/avahi-set-host-name.c:168
595 #, c-format
596 msgid "Failed to query version string: %s\n"
597 msgstr ""
598
599 #: ../avahi-utils/avahi-browse.c:540 ../avahi-utils/avahi-publish.c:399
600 #: ../avahi-utils/avahi-resolve.c:285 ../avahi-utils/avahi-set-host-name.c:173
601 #: ../avahi-utils/avahi-set-host-name.c:189
602 #, c-format
603 msgid "Failed to query host name: %s\n"
604 msgstr ""
605
606 #: ../avahi-utils/avahi-browse.c:544 ../avahi-utils/avahi-publish.c:403
607 #: ../avahi-utils/avahi-resolve.c:289 ../avahi-utils/avahi-set-host-name.c:177
608 #, c-format
609 msgid "Server version: %s; Host name: %s\n"
610 msgstr ""
611
612 #. Translators: This is a column heading with abbreviations for
613 #. * Event (+/-), Network Interface, Protocol (IPv4/v6), Domain
614 #: ../avahi-utils/avahi-browse.c:549
615 #, c-format
616 msgid "E Ifce Prot Domain\n"
617 msgstr ""
618
619 #. Translators: This is a column heading with abbreviations for
620 #. * Event (+/-), Network Interface, Protocol (IPv4/v6), Domain
621 #: ../avahi-utils/avahi-browse.c:553
622 #, c-format
623 msgid "E Ifce Prot %-*s %-20s Domain\n"
624 msgstr ""
625
626 #. We have been disconnected, so let reconnect
627 #: ../avahi-utils/avahi-browse.c:585 ../avahi-utils/avahi-publish.c:163
628 #, c-format
629 msgid "Disconnected, reconnecting ...\n"
630 msgstr ""
631
632 #: ../avahi-utils/avahi-browse.c:599 ../avahi-utils/avahi-browse.c:829
633 #: ../avahi-utils/avahi-publish.c:170 ../avahi-utils/avahi-publish.c:386
634 #: ../avahi-utils/avahi-resolve.c:272 ../avahi-utils/avahi-set-host-name.c:160
635 #, c-format
636 msgid "Failed to create client object: %s\n"
637 msgstr ""
638
639 #: ../avahi-utils/avahi-browse.c:604 ../avahi-utils/avahi-publish.c:175
640 #: ../avahi-utils/avahi-resolve.c:143 ../avahi-utils/avahi-set-host-name.c:59
641 #, c-format
642 msgid "Client failure, exiting: %s\n"
643 msgstr ""
644
645 #: ../avahi-utils/avahi-browse.c:623 ../avahi-utils/avahi-publish.c:206
646 #, c-format
647 msgid "Waiting for daemon ...\n"
648 msgstr ""
649
650 #: ../avahi-utils/avahi-browse.c:647
651 msgid ""
652 " -h --help Show this help\n"
653 " -V --version Show version\n"
654 " -D --browse-domains Browse for browsing domains instead of services\n"
655 " -a --all Show all services, regardless of the type\n"
656 " -d --domain=DOMAIN The domain to browse in\n"
657 " -v --verbose Enable verbose mode\n"
658 " -t --terminate Terminate after dumping a more or less complete "
659 "list\n"
660 " -c --cache Terminate after dumping all entries from the cache\n"
661 " -l --ignore-local Ignore local services\n"
662 " -r --resolve Resolve services found\n"
663 " -f --no-fail Don't fail if the daemon is not available\n"
664 " -p --parsable Output in parsable format\n"
665 msgstr ""
666
667 #: ../avahi-utils/avahi-browse.c:660
668 msgid ""
669 " -k --no-db-lookup Don't lookup service types\n"
670 " -b --dump-db Dump service type database\n"
671 msgstr ""
672
673 #: ../avahi-utils/avahi-browse.c:766 ../avahi-utils/avahi-resolve.c:219
674 #, c-format
675 msgid "Too few arguments\n"
676 msgstr ""
677
678 #: ../avahi-utils/avahi-browse.c:821 ../avahi-utils/avahi-publish.c:378
679 #: ../avahi-utils/avahi-resolve.c:264 ../avahi-utils/avahi-set-host-name.c:152
680 #, c-format
681 msgid "Failed to create simple poll object.\n"
682 msgstr ""
683
684 #: ../avahi-utils/avahi-publish.c:76
685 #, c-format
686 msgid "Established under name '%s'\n"
687 msgstr ""
688
689 #: ../avahi-utils/avahi-publish.c:81
690 #, c-format
691 msgid "Failed to register: %s\n"
692 msgstr ""
693
694 #: ../avahi-utils/avahi-publish.c:94
695 #, c-format
696 msgid "Name collision, picking new name '%s'.\n"
697 msgstr ""
698
699 #: ../avahi-utils/avahi-publish.c:114
700 #, c-format
701 msgid "Failed to create entry group: %s\n"
702 msgstr ""
703
704 #: ../avahi-utils/avahi-publish.c:124
705 #, c-format
706 msgid "Failed to add address: %s\n"
707 msgstr ""
708
709 #: ../avahi-utils/avahi-publish.c:134
710 #, c-format
711 msgid "Failed to add service: %s\n"
712 msgstr ""
713
714 #: ../avahi-utils/avahi-publish.c:140
715 #, c-format
716 msgid "Failed to add subtype '%s': %s\n"
717 msgstr ""
718
719 #: ../avahi-utils/avahi-publish.c:191
720 #, c-format
721 msgid "Host name conflict\n"
722 msgstr ""
723
724 #: ../avahi-utils/avahi-publish.c:216
725 #, c-format
726 msgid ""
727 "%s [options] %s <name> <type> <port> [<txt ...>]\n"
728 "%s [options] %s <host-name> <address>\n"
729 "\n"
730 " -h --help Show this help\n"
731 " -V --version Show version\n"
732 " -s --service Publish service\n"
733 " -a --address Publish address\n"
734 " -v --verbose Enable verbose mode\n"
735 " -d --domain=DOMAIN Domain to publish service in\n"
736 " -H --host=DOMAIN Host where service resides\n"
737 " --subtype=SUBTYPE An additional subtype to register this service "
738 "with\n"
739 " -R --no-reverse Do not publish reverse entry with address\n"
740 " -f --no-fail Don't fail if the daemon is not available\n"
741 msgstr ""
742
743 #: ../avahi-utils/avahi-publish.c:303 ../avahi-utils/avahi-publish.c:318
744 #, c-format
745 msgid "Bad number of arguments\n"
746 msgstr ""
747
748 #: ../avahi-utils/avahi-publish.c:329
749 #, c-format
750 msgid "Failed to parse port number: %s\n"
751 msgstr ""
752
753 #: ../avahi-utils/avahi-publish.c:361 ../avahi-utils/avahi-resolve.c:246
754 #, c-format
755 msgid "No command specified.\n"
756 msgstr ""
757
758 #: ../avahi-utils/avahi-resolve.c:89
759 #, c-format
760 msgid "Failed to resolve host name '%s': %s\n"
761 msgstr ""
762
763 #: ../avahi-utils/avahi-resolve.c:126
764 #, c-format
765 msgid "Failed to resolve address '%s': %s\n"
766 msgstr ""
767
768 #: ../avahi-utils/avahi-resolve.c:157
769 #, c-format
770 msgid ""
771 "%s [options] %s <host name ...>\n"
772 "%s [options] %s <address ... >\n"
773 "\n"
774 " -h --help Show this help\n"
775 " -V --version Show version\n"
776 " -n --name Resolve host name\n"
777 " -a --address Resolve address\n"
778 " -v --verbose Enable verbose mode\n"
779 " -6 Lookup IPv6 address\n"
780 " -4 Lookup IPv4 address\n"
781 msgstr ""
782
783 #: ../avahi-utils/avahi-resolve.c:299 ../avahi-utils/avahi-set-host-name.c:181
784 #, c-format
785 msgid "Failed to create host name resolver: %s\n"
786 msgstr ""
787
788 #: ../avahi-utils/avahi-resolve.c:309
789 #, c-format
790 msgid "Failed to parse address '%s'\n"
791 msgstr ""
792
793 #: ../avahi-utils/avahi-resolve.c:314
794 #, c-format
795 msgid "Failed to create address resolver: %s\n"
796 msgstr ""
797
798 #: ../avahi-utils/avahi-set-host-name.c:73
799 #, c-format
800 msgid ""
801 "%s [options] <new host name>\n"
802 "\n"
803 " -h --help Show this help\n"
804 " -V --version Show version\n"
805 " -v --verbose Enable verbose mode\n"
806 msgstr ""
807
808 #: ../avahi-utils/avahi-set-host-name.c:114
809 #, c-format
810 msgid "Invalid number of arguments, expecting exactly one.\n"
811 msgstr ""
812
813 #: ../avahi-utils/avahi-set-host-name.c:193
814 #, c-format
815 msgid "Host name successfully changed to %s\n"
816 msgstr ""
0 # Avahi Finnish translation.
1 # Copyright (C) 2008-2009 Timo Jyrinki
2 # This file is distributed under the same license as the avahi package.
3 # Timo Jyrinki <timo.jyrinki@iki.fi>, 2008-2009.
4 # Ville-Pekka Vainio <vpivaini@cs.helsinki.fi>, 2010.
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
55 msgid ""
66 msgstr ""
7 "Project-Id-Version: avahi\n"
7 "Project-Id-Version: Avahi\n"
88 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2011-04-02 03:23+0200\n"
10 "PO-Revision-Date: 2010-10-31 12:00+0200\n"
11 "Last-Translator: Ville-Pekka Vainio <vpivaini@cs.helsinki.fi>\n"
12 "Language-Team: Finnish <gnome-fi-laatu@lists.sourceforge.net>\n"
9 "POT-Creation-Date: 2015-10-10 13:24+0200\n"
10 "PO-Revision-Date: 2013-11-20 09:58+0000\n"
11 "Last-Translator: Ville Skyttä <ville.skytta@iki.fi>\n"
12 "Language-Team: Finnish (http://www.transifex.com/lennart/avahi/language/"
13 "fi/)\n"
1314 "Language: fi\n"
1415 "MIME-Version: 1.0\n"
1516 "Content-Type: text/plain; charset=UTF-8\n"
1617 "Content-Transfer-Encoding: 8bit\n"
1718 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18 "X-Generator: Virtaal 0.6.1\n"
1919
2020 #: ../avahi-common/error.c:30
2121 msgid "OK"
238238 msgstr "Kelvoton virhekoodi"
239239
240240 #: ../avahi-discover-standalone/avahi-discover.ui.h:1
241 msgid "Avahi Discovery"
242 msgstr "Avahi-löytäjä"
243
244 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
241245 #: ../avahi-python/avahi-discover/avahi-discover.py:76
242246 msgid "<i>No service currently selected.</i>"
243247 msgstr "<i>Palvelua ei tällä hetkellä ole valittu.</i>"
244248
245 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
246 msgid "Avahi Discovery"
247 msgstr "Avahi-löytäjä"
248
249249 #: ../avahi-python/avahi-discover/avahi-discover.desktop.in.in.h:1
250250 msgid "Avahi Zeroconf Browser"
251251 msgstr "Avahin Zeroconf-selain"
310310 msgid "The service type of the selected service"
311311 msgstr "Valitun palvelun palvelutyyppi"
312312
313 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1023
313 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1035
314314 msgid "Service Name"
315315 msgstr "Palvelun nimi"
316316
388388 #: ../avahi-ui/avahi-ui.c:518
389389 #, c-format
390390 msgid "Browsing for service type %s in domain %s failed: %s"
391 msgstr "Palvelutyypin %s selaaminen verkkoaluuessa %s epäonnistui: %s"
391 msgstr "Palvelutyypin %s selaaminen verkkoalueessa %s epäonnistui: %s"
392392
393393 #: ../avahi-ui/avahi-ui.c:519 ../avahi-utils/avahi-browse.c:168
394394 #: ../avahi-utils/avahi-browse.c:169 ../avahi-utils/avahi-browse.c:178
429429 msgid "Failed to create browser for %s: %s"
430430 msgstr "Selainta ei voi luoda kohteelle %s: %s"
431431
432 #: ../avahi-ui/avahi-ui.c:903
432 #: ../avahi-ui/avahi-ui.c:907
433433 #, c-format
434434 msgid "Failed to create resolver for %s of type %s in domain %s: %s"
435435 msgstr "Kohteelle %s ei voi luoda selvitintyyppiä %s verkkoalueessa %s: %s"
436436
437 #: ../avahi-ui/avahi-ui.c:978
437 #: ../avahi-ui/avahi-ui.c:982
438438 #, c-format
439439 msgid "Failed to create domain browser: %s"
440440 msgstr "Verkkoalueselainta ei voi luoda: %s"
441441
442 #: ../avahi-ui/avahi-ui.c:989
442 #: ../avahi-ui/avahi-ui.c:993
443443 msgid "Change domain"
444444 msgstr "Vaihda verkkoaluetta"
445445
446 #: ../avahi-ui/avahi-ui.c:1031 ../avahi-ui/avahi-ui.c:1162
446 #: ../avahi-ui/avahi-ui.c:1043 ../avahi-ui/avahi-ui.c:1180
447447 msgid "Browsing..."
448448 msgstr "Selataan..."
449449
450 #: ../avahi-ui/avahi-ui.c:1120
450 #: ../avahi-ui/avahi-ui.c:1047 ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156
451 #: ../avahi-ui/bssh.c:161
452 #, fuzzy
453 msgid "_Cancel"
454 msgstr "Peruttu.\n"
455
456 #: ../avahi-ui/avahi-ui.c:1048
457 #, fuzzy
458 msgid "_OK"
459 msgstr "OK"
460
461 #: ../avahi-ui/avahi-ui.c:1134
451462 msgid "Initializing..."
452463 msgstr "Alustetaan..."
453464
454 #: ../avahi-ui/avahi-ui.c:1144
465 #: ../avahi-ui/avahi-ui.c:1162
455466 msgid "Location"
456467 msgstr "Sijainti"
457468
458 #: ../avahi-ui/avahi-ui.c:1149 ../avahi-utils/avahi-browse.c:553
469 #: ../avahi-ui/avahi-ui.c:1167 ../avahi-utils/avahi-browse.c:553
459470 msgid "Name"
460471 msgstr "Nimi"
461472
462 #: ../avahi-ui/avahi-ui.c:1154 ../avahi-utils/avahi-browse.c:553
473 #: ../avahi-ui/avahi-ui.c:1172 ../avahi-utils/avahi-browse.c:553
463474 msgid "Type"
464475 msgstr "Tyyppi"
465476
466 #: ../avahi-ui/avahi-ui.c:1166
477 #: ../avahi-ui/avahi-ui.c:1184
467478 msgid "_Domain..."
468479 msgstr "_Verkkoalue..."
469480
494505 #: ../avahi-ui/bssh.c:149
495506 msgid "Choose Shell Server"
496507 msgstr "Valitse päätepalvelin"
508
509 #: ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156 ../avahi-ui/bssh.c:161
510 msgid "C_onnect"
511 msgstr ""
497512
498513 #: ../avahi-ui/bssh.c:151
499514 msgid "Desktop"
731746 msgstr "Palvelinnimen ristiriita\n"
732747
733748 #: ../avahi-utils/avahi-publish.c:216
734 #, fuzzy, c-format
749 #, c-format
735750 msgid ""
736751 "%s [options] %s <name> <type> <port> [<txt ...>]\n"
737752 "%s [options] %s <host-name> <address>\n"
748763 " -R --no-reverse Do not publish reverse entry with address\n"
749764 " -f --no-fail Don't fail if the daemon is not available\n"
750765 msgstr ""
751 "%s [valitsimet] %s <nimi> <tyyppi> <portti> [<teksti ...>]\n"
752 "%s [valitsimet] %s <verkkonimi> <osoite>\n"
753 "\n"
754 " -h --help Näytä ohje\n"
755 " -V --version Näytä versio\n"
756 " -s --service Julkista palvelu\n"
757 " -a --address Julkista osoite\n"
758 " -v --verbose Ota suulaampi tila käyttöön\n"
759 " -d --domain=DOMAIN Verkkoalue jossa palvelu julkaistaan\n"
760 " -H --host=DOMAIN Palvelin jolla palvelu sijaitsee\n"
761 " --subtype=SUBTYPE Lisäalatyyppi, jolle tämä palvelu rekisteröidään\n"
762 " -f --no-fail Älä epäonnistui jos taustaprosessia ei saatavilla\n"
763766
764767 #: ../avahi-utils/avahi-publish.c:303 ../avahi-utils/avahi-publish.c:318
765768 #, c-format
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 # Gunleif Joensen <gunleif@gmail.com>, 2010.
3 #
4 # Translators:
45 msgid ""
56 msgstr ""
6 "Project-Id-Version: PACKAGE VERSION\n"
7 "Project-Id-Version: Avahi\n"
78 "Report-Msgid-Bugs-To: \n"
8 "POT-Creation-Date: 2011-04-02 03:23+0200\n"
9 "PO-Revision-Date: 2010-09-10 14:36+0200\n"
10 "Last-Translator: Gunleif Joensen <gunleif@gmail.com>\n"
11 "Language-Team: Føroyabólkurin\n"
9 "POT-Creation-Date: 2015-10-10 13:24+0200\n"
10 "PO-Revision-Date: 2010-11-29 23:19+0000\n"
11 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12 "Language-Team: Faroese (http://www.transifex.com/lennart/avahi/language/"
13 "fo/)\n"
1214 "Language: fo\n"
1315 "MIME-Version: 1.0\n"
1416 "Content-Type: text/plain; charset=UTF-8\n"
1517 "Content-Transfer-Encoding: 8bit\n"
1618 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17 "X-Generator: Virtaal 0.6.1\n"
1819
1920 #: ../avahi-common/error.c:30
2021 msgid "OK"
7778 msgstr "Ógildugt atsetur"
7879
7980 #: ../avahi-common/error.c:46
80 #, fuzzy
8181 msgid "Timeout reached"
82 msgstr "Leikbrá rokki"
82 msgstr ""
8383
8484 #: ../avahi-common/error.c:47
8585 msgid "Too many clients"
114114 msgstr "Demónsambinding miseydnaðist"
115115
116116 #: ../avahi-common/error.c:56
117 #, fuzzy
118117 msgid "Memory exhausted"
119 msgstr "Minni uppbrúkt"
118 msgstr ""
120119
121120 #: ../avahi-common/error.c:57
122121 msgid "The object passed in was not valid"
239238 msgstr "Ógildug villukota"
240239
241240 #: ../avahi-discover-standalone/avahi-discover.ui.h:1
241 msgid "Avahi Discovery"
242 msgstr ""
243
244 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
242245 #: ../avahi-python/avahi-discover/avahi-discover.py:76
243246 msgid "<i>No service currently selected.</i>"
244247 msgstr "<i>Eingin tænasta er vald í løtuni.</i>"
245248
246 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
247 #, fuzzy
248 msgid "Avahi Discovery"
249 msgstr "Avahi uppdagan"
250
251249 #: ../avahi-python/avahi-discover/avahi-discover.desktop.in.in.h:1
252250 msgid "Avahi Zeroconf Browser"
253251 msgstr "Avahi Zeroconf kagi"
312310 msgid "The service type of the selected service"
313311 msgstr "Tænastuslagið á valdu tænastuni"
314312
315 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1023
313 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1035
316314 msgid "Service Name"
317315 msgstr "Tænastunavn:"
318316
431429 msgid "Failed to create browser for %s: %s"
432430 msgstr "Miseydnaðist at stovna kagara fyri %s: %s"
433431
434 #: ../avahi-ui/avahi-ui.c:903
432 #: ../avahi-ui/avahi-ui.c:907
435433 #, c-format
436434 msgid "Failed to create resolver for %s of type %s in domain %s: %s"
437435 msgstr ""
438436
439 #: ../avahi-ui/avahi-ui.c:978
437 #: ../avahi-ui/avahi-ui.c:982
440438 #, c-format
441439 msgid "Failed to create domain browser: %s"
442440 msgstr "Miseydnaðist at stovna økiskagara: %s"
443441
444 #: ../avahi-ui/avahi-ui.c:989
442 #: ../avahi-ui/avahi-ui.c:993
445443 msgid "Change domain"
446444 msgstr "Skift øki"
447445
448 #: ../avahi-ui/avahi-ui.c:1031 ../avahi-ui/avahi-ui.c:1162
446 #: ../avahi-ui/avahi-ui.c:1043 ../avahi-ui/avahi-ui.c:1180
449447 msgid "Browsing..."
450448 msgstr "Kagi..."
451449
452 #: ../avahi-ui/avahi-ui.c:1120
450 #: ../avahi-ui/avahi-ui.c:1047 ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156
451 #: ../avahi-ui/bssh.c:161
452 #, fuzzy
453 msgid "_Cancel"
454 msgstr "Ógildað.\n"
455
456 #: ../avahi-ui/avahi-ui.c:1048
457 #, fuzzy
458 msgid "_OK"
459 msgstr "OK"
460
461 #: ../avahi-ui/avahi-ui.c:1134
453462 msgid "Initializing..."
454463 msgstr "Innleiði..."
455464
456 #: ../avahi-ui/avahi-ui.c:1144
465 #: ../avahi-ui/avahi-ui.c:1162
457466 msgid "Location"
458467 msgstr "Staður"
459468
460 #: ../avahi-ui/avahi-ui.c:1149 ../avahi-utils/avahi-browse.c:553
469 #: ../avahi-ui/avahi-ui.c:1167 ../avahi-utils/avahi-browse.c:553
461470 msgid "Name"
462471 msgstr "Navn"
463472
464 #: ../avahi-ui/avahi-ui.c:1154 ../avahi-utils/avahi-browse.c:553
473 #: ../avahi-ui/avahi-ui.c:1172 ../avahi-utils/avahi-browse.c:553
465474 msgid "Type"
466475 msgstr "Slag"
467476
468 #: ../avahi-ui/avahi-ui.c:1166
477 #: ../avahi-ui/avahi-ui.c:1184
469478 msgid "_Domain..."
470479 msgstr "_Øki..."
471480
497506 msgid "Choose Shell Server"
498507 msgstr "Vel skelambætara"
499508
509 #: ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156 ../avahi-ui/bssh.c:161
510 msgid "C_onnect"
511 msgstr ""
512
500513 #: ../avahi-ui/bssh.c:151
501514 msgid "Desktop"
502515 msgstr "Skriviborð"
565578 msgstr "tænastu_kagari miseydnaðist: %s\n"
566579
567580 #: ../avahi-utils/avahi-browse.c:378
568 #, fuzzy, c-format
581 #, c-format
569582 msgid "avahi_service_browser_new() failed: %s\n"
570 msgstr "avahi_service_browser_new() miseydnaðist: %s\n"
583 msgstr ""
571584
572585 #: ../avahi-utils/avahi-browse.c:414
573586 #, c-format
785798 msgstr "Miseydnaðist at greina atseturin '%s'\n"
786799
787800 #: ../avahi-utils/avahi-resolve.c:314
788 #, fuzzy, c-format
801 #, c-format
789802 msgid "Failed to create address resolver: %s\n"
790 msgstr "Miseydnaðist at stovna atseturs-avgerara"
803 msgstr ""
791804
792805 #: ../avahi-utils/avahi-set-host-name.c:73
793806 #, c-format
0 # Copyright (C) 2008 THE avahi-fr'S COPYRIGHT HOLDER
1 # This file is distributed under the same license as the avahi-fr package.
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
23 #
3 #
4 # Matthieu Rondeau <milanito1985@yahoo.fr>, 2008.
5 # Pablo Martin-Gomez <pablo.martin-gomez@laposte.net>, 2008.
6 # Martin-Gomez Pablo <pablo.martin-gomez@laposte.net>, 2008.
7 # Bruno Patri <bruno.patri@gmail.com>, 2010.
4 # Translators:
5 # Alexandre Franke <alexandre.franke@gmail.com>, 2012
6 # Boris BARNIER <b.barnier@gmail.com>, 2011
7 # Bruno_Patri <bruno.patri@gmail.com>, 2010
8 # Martin-Gomez Pablo <pablomg+transifex@eskapa.be>, 2008
9 # Matthieu Rondeau <milanito1985@yahoo.fr>, 2008
10 # Martin-Gomez Pablo <pablomg+transifex@eskapa.be>, 2008
811 msgid ""
912 msgstr ""
10 "Project-Id-Version: Avahi 2008\n"
13 "Project-Id-Version: Avahi\n"
1114 "Report-Msgid-Bugs-To: \n"
12 "POT-Creation-Date: 2011-04-02 03:23+0200\n"
13 "PO-Revision-Date: 2010-09-05 10:33+0200\n"
14 "Last-Translator: Bruno Patri <bruno.patri@gmail.com>\n"
15 "Language-Team: French <fedora-trans-fr@redhat.com>\n"
15 "POT-Creation-Date: 2015-10-10 13:24+0200\n"
16 "PO-Revision-Date: 2013-11-20 09:58+0000\n"
17 "Last-Translator: Alexandre Franke <alexandre.franke@gmail.com>\n"
18 "Language-Team: French (http://www.transifex.com/lennart/avahi/language/fr/)\n"
1619 "Language: fr\n"
1720 "MIME-Version: 1.0\n"
1821 "Content-Type: text/plain; charset=UTF-8\n"
1922 "Content-Transfer-Encoding: 8bit\n"
2023 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
21 "X-Generator: Lokalize 1.1\n"
2224
2325 #: ../avahi-common/error.c:30
2426 msgid "OK"
4951 msgstr "TTL DNS invalide"
5052
5153 #: ../avahi-common/error.c:37
52 #, fuzzy
5354 msgid "Resource record key is pattern"
54 msgstr "La clef de l'enregistrement de la ressource est modélisée"
55 msgstr "La clef de l'enregistrement de la ressource suit un motif"
5556
5657 #: ../avahi-common/error.c:38
5758 msgid "Local name collision"
242243 msgstr "Code d'erreur invalide"
243244
244245 #: ../avahi-discover-standalone/avahi-discover.ui.h:1
246 msgid "Avahi Discovery"
247 msgstr "Découverte Avahi"
248
249 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
245250 #: ../avahi-python/avahi-discover/avahi-discover.py:76
246251 msgid "<i>No service currently selected.</i>"
247252 msgstr "<i>Aucun service actuellement sélectionné</i>"
248253
249 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
250 msgid "Avahi Discovery"
251 msgstr "Découverte Avahi"
252
253254 #: ../avahi-python/avahi-discover/avahi-discover.desktop.in.in.h:1
254255 msgid "Avahi Zeroconf Browser"
255256 msgstr "Explorateur Zeroconf d'Avahi"
314315 msgid "The service type of the selected service"
315316 msgstr "Le type de service pour celui sélectionné"
316317
317 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1023
318 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1035
318319 msgid "Service Name"
319320 msgstr "Nom de service"
320321
360361
361362 #: ../avahi-ui/avahi-ui.c:230
362363 msgid "Resolve the selected service automatically before returning"
363 msgstr "Résolution automatiquement du service sélectionné avant renvoi"
364 msgstr "Résoudre automatiquement du service sélectionné avant renvoi"
364365
365366 #: ../avahi-ui/avahi-ui.c:236
366367 msgid "Resolve Service Host Name"
370371 msgid ""
371372 "Resolve the host name of the selected service automatically before returning"
372373 msgstr ""
373 "Résolution automatique du nom d'hôte du service sélectionné avant renvoi"
374 "Résoudre automatiquement du nom d'hôte du service sélectionné avant renvoi"
374375
375376 #: ../avahi-ui/avahi-ui.c:242
376377 msgid "Address family"
434435 msgid "Failed to create browser for %s: %s"
435436 msgstr "Échec de création de l'explorateur pour %s  : %s"
436437
437 #: ../avahi-ui/avahi-ui.c:903
438 #: ../avahi-ui/avahi-ui.c:907
438439 #, c-format
439440 msgid "Failed to create resolver for %s of type %s in domain %s: %s"
440441 msgstr ""
441442 "Échec de la création du résolveur pour %s de type %s dans le domaine %s  : %s"
442443
443 #: ../avahi-ui/avahi-ui.c:978
444 #: ../avahi-ui/avahi-ui.c:982
444445 #, c-format
445446 msgid "Failed to create domain browser: %s"
446447 msgstr "Échec de création de l'explorateur de domaine  : %s"
447448
448 #: ../avahi-ui/avahi-ui.c:989
449 #: ../avahi-ui/avahi-ui.c:993
449450 msgid "Change domain"
450451 msgstr "Changer de domaine"
451452
452 #: ../avahi-ui/avahi-ui.c:1031 ../avahi-ui/avahi-ui.c:1162
453 #: ../avahi-ui/avahi-ui.c:1043 ../avahi-ui/avahi-ui.c:1180
453454 msgid "Browsing..."
454455 msgstr "Exploration..."
455456
456 #: ../avahi-ui/avahi-ui.c:1120
457 #: ../avahi-ui/avahi-ui.c:1047 ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156
458 #: ../avahi-ui/bssh.c:161
459 #, fuzzy
460 msgid "_Cancel"
461 msgstr "Annulé.\n"
462
463 #: ../avahi-ui/avahi-ui.c:1048
464 #, fuzzy
465 msgid "_OK"
466 msgstr "Ok"
467
468 #: ../avahi-ui/avahi-ui.c:1134
457469 msgid "Initializing..."
458470 msgstr "Initialisation..."
459471
460 #: ../avahi-ui/avahi-ui.c:1144
472 #: ../avahi-ui/avahi-ui.c:1162
461473 msgid "Location"
462474 msgstr "Emplacement"
463475
464 #: ../avahi-ui/avahi-ui.c:1149 ../avahi-utils/avahi-browse.c:553
476 #: ../avahi-ui/avahi-ui.c:1167 ../avahi-utils/avahi-browse.c:553
465477 msgid "Name"
466478 msgstr "Nom"
467479
468 #: ../avahi-ui/avahi-ui.c:1154 ../avahi-utils/avahi-browse.c:553
480 #: ../avahi-ui/avahi-ui.c:1172 ../avahi-utils/avahi-browse.c:553
469481 msgid "Type"
470482 msgstr "Type"
471483
472 #: ../avahi-ui/avahi-ui.c:1166
484 #: ../avahi-ui/avahi-ui.c:1184
473485 msgid "_Domain..."
474486 msgstr "_Domaine..."
475487
500512 #: ../avahi-ui/bssh.c:149
501513 msgid "Choose Shell Server"
502514 msgstr "Choisir un serveur Shell"
515
516 #: ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156 ../avahi-ui/bssh.c:161
517 msgid "C_onnect"
518 msgstr ""
503519
504520 #: ../avahi-ui/bssh.c:151
505521 msgid "Desktop"
0 # Galician translation for avahi.
1 # Copyright (C) 2010 avahi's COPYRIGHT HOLDER
2 # This file is distributed under the same license as the avahi package.
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
33 #
4 # Miguel Anxo Bouzada <mbouzada@gmail.com>, 2010.
5 # Fran Diéguez <frandieguez@ubuntu.com>, 2010.
4 # Translators:
5 # Fran Diéguez <frandieguez@ubuntu.com>, 2012
66 msgid ""
77 msgstr ""
8 "Project-Id-Version: avahi master\n"
8 "Project-Id-Version: Avahi\n"
99 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2011-04-02 03:23+0200\n"
11 "PO-Revision-Date: 2010-03-04 11:23+0100\n"
10 "POT-Creation-Date: 2015-10-10 13:24+0200\n"
11 "PO-Revision-Date: 2013-11-20 09:58+0000\n"
1212 "Last-Translator: Fran Diéguez <frandieguez@ubuntu.com>\n"
13 "Language-Team: Galician <proxecto@trasno.net>\n"
13 "Language-Team: Galician (http://www.transifex.com/lennart/avahi/language/"
14 "gl/)\n"
1415 "Language: gl\n"
1516 "MIME-Version: 1.0\n"
1617 "Content-Type: text/plain; charset=UTF-8\n"
238239 msgstr "Código do erro incorrecto"
239240
240241 #: ../avahi-discover-standalone/avahi-discover.ui.h:1
242 msgid "Avahi Discovery"
243 msgstr "Descubrimento de Avahi"
244
245 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
241246 #: ../avahi-python/avahi-discover/avahi-discover.py:76
242247 msgid "<i>No service currently selected.</i>"
243248 msgstr "<i>Non hai ningún servizo seleccionado actualmente.</i>"
244249
245 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
246 msgid "Avahi Discovery"
247 msgstr "Descubrimento de Avahi"
248
249250 #: ../avahi-python/avahi-discover/avahi-discover.desktop.in.in.h:1
250251 msgid "Avahi Zeroconf Browser"
251252 msgstr "Navegador Zeroconf de Avahi"
256257
257258 #: ../avahi-python/avahi-discover/avahi-discover.py:224
258259 msgid "TXT"
259 msgstr ""
260 msgstr "TXT"
260261
261262 #: ../avahi-python/avahi-discover/avahi-discover.py:226
262 #, fuzzy
263263 msgid "TXT Data:"
264 msgstr "Datos TXT"
264 msgstr "Datos TXT:"
265265
266266 #: ../avahi-python/avahi-discover/avahi-discover.py:226
267 #, fuzzy
268267 msgid "empty"
269 msgstr "Está baleiro"
268 msgstr "baleiro"
270269
271270 #: ../avahi-python/avahi-discover/avahi-discover.py:228
272 #, fuzzy
273271 msgid "Service Type:"
274 msgstr "Tipo de servizo"
272 msgstr "Tipo do servizo:"
275273
276274 #: ../avahi-python/avahi-discover/avahi-discover.py:229
277 #, fuzzy
278275 msgid "Service Name:"
279 msgstr "Nome do servizo"
276 msgstr "Nome do servizo:"
280277
281278 #: ../avahi-python/avahi-discover/avahi-discover.py:230
282 #, fuzzy
283279 msgid "Domain Name:"
284 msgstr "Dominio"
280 msgstr "Nome do dominio:"
285281
286282 #: ../avahi-python/avahi-discover/avahi-discover.py:231
287283 msgid "Interface:"
288 msgstr ""
284 msgstr "Interface:"
289285
290286 #: ../avahi-python/avahi-discover/avahi-discover.py:232
291 #, fuzzy
292287 msgid "Address:"
293 msgstr "Enderezo"
288 msgstr "Enderezo:"
294289
295290 #: ../avahi-ui/avahi-ui.c:185
296291 msgid "Browse Service Types"
317312 msgid "The service type of the selected service"
318313 msgstr "O tipo de servizo do servizo seleccionado"
319314
320 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1023
315 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1035
321316 msgid "Service Name"
322317 msgstr "Nome do servizo"
323318
358353 msgstr "Os datos TXT do servizo localizado"
359354
360355 #: ../avahi-ui/avahi-ui.c:230
361 #, fuzzy
362356 msgid "Resolve Service"
363 msgstr "Servizo de localización"
357 msgstr "Resolver servizo"
364358
365359 #: ../avahi-ui/avahi-ui.c:230
366360 msgid "Resolve the selected service automatically before returning"
367361 msgstr ""
362 "Resolver o servizo seleccionado de maneira automática antes da devolución"
368363
369364 #: ../avahi-ui/avahi-ui.c:236
370 #, fuzzy
371365 msgid "Resolve Service Host Name"
372 msgstr "Nome do servidor do servizo de localización"
366 msgstr "Resolver o nome do equipo do servizo"
373367
374368 #: ../avahi-ui/avahi-ui.c:236
375369 msgid ""
376370 "Resolve the host name of the selected service automatically before returning"
377371 msgstr ""
372 "Resolver o nome do equipo do servizo seleccionado de maneira automática "
373 "antes da devolución"
378374
379375 #: ../avahi-ui/avahi-ui.c:242
380376 msgid "Address family"
439435 msgid "Failed to create browser for %s: %s"
440436 msgstr "Produciuse un erro ao crear un navegador para %s: %s"
441437
442 #: ../avahi-ui/avahi-ui.c:903
438 #: ../avahi-ui/avahi-ui.c:907
443439 #, c-format
444440 msgid "Failed to create resolver for %s of type %s in domain %s: %s"
445441 msgstr ""
446442 "Produciuse un erro ao crear un localizador para %s do tipo %s no dominio %s: "
447443 "%s"
448444
449 #: ../avahi-ui/avahi-ui.c:978
445 #: ../avahi-ui/avahi-ui.c:982
450446 #, c-format
451447 msgid "Failed to create domain browser: %s"
452448 msgstr "Produciuse un erro ao crear un navegador de dominios: %s"
453449
454 #: ../avahi-ui/avahi-ui.c:989
450 #: ../avahi-ui/avahi-ui.c:993
455451 msgid "Change domain"
456452 msgstr "Cambiar o dominio"
457453
458 #: ../avahi-ui/avahi-ui.c:1031 ../avahi-ui/avahi-ui.c:1162
454 #: ../avahi-ui/avahi-ui.c:1043 ../avahi-ui/avahi-ui.c:1180
459455 msgid "Browsing..."
460456 msgstr "Navegando..."
461457
462 #: ../avahi-ui/avahi-ui.c:1120
458 #: ../avahi-ui/avahi-ui.c:1047 ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156
459 #: ../avahi-ui/bssh.c:161
460 #, fuzzy
461 msgid "_Cancel"
462 msgstr "Cancelado.\n"
463
464 #: ../avahi-ui/avahi-ui.c:1048
465 #, fuzzy
466 msgid "_OK"
467 msgstr "Aceptar"
468
469 #: ../avahi-ui/avahi-ui.c:1134
463470 msgid "Initializing..."
464471 msgstr "Inicializando..."
465472
466 #: ../avahi-ui/avahi-ui.c:1144
473 #: ../avahi-ui/avahi-ui.c:1162
467474 msgid "Location"
468475 msgstr "Localización"
469476
470 #: ../avahi-ui/avahi-ui.c:1149 ../avahi-utils/avahi-browse.c:553
477 #: ../avahi-ui/avahi-ui.c:1167 ../avahi-utils/avahi-browse.c:553
471478 msgid "Name"
472479 msgstr "Nome"
473480
474 #: ../avahi-ui/avahi-ui.c:1154 ../avahi-utils/avahi-browse.c:553
481 #: ../avahi-ui/avahi-ui.c:1172 ../avahi-utils/avahi-browse.c:553
475482 msgid "Type"
476483 msgstr "Tipo"
477484
478 #: ../avahi-ui/avahi-ui.c:1166
485 #: ../avahi-ui/avahi-ui.c:1184
479486 msgid "_Domain..."
480487 msgstr "_Dominio..."
481488
506513 #: ../avahi-ui/bssh.c:149
507514 msgid "Choose Shell Server"
508515 msgstr "Seleccione o servidor de intérprete de ordes"
516
517 #: ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156 ../avahi-ui/bssh.c:161
518 msgid "C_onnect"
519 msgstr ""
509520
510521 #: ../avahi-ui/bssh.c:151
511522 msgid "Desktop"
+121
-103
po/he.po less more
0 # Hebrew translation for avahi
1 # Copyright (c) 2008 Rosetta Contributors and Canonical Ltd 2008
2 # This file is distributed under the same license as the avahi package.
3 # Yaron Shahrabani <sh.yaron@gmail.com>, 2010.
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
43 #
4 # Translators:
5 # elad, 2011
56 msgid ""
67 msgstr ""
7 "Project-Id-Version: avahi\n"
8 "Project-Id-Version: Avahi\n"
89 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2011-04-02 03:23+0200\n"
10 "PO-Revision-Date: 2010-07-18 13:19+0200\n"
11 "Last-Translator: Yaron Shahrabani <sh.yaron@gmail.com>\n"
12 "Language-Team: Hebrew <he@li.org>\n"
10 "POT-Creation-Date: 2015-10-10 13:24+0200\n"
11 "PO-Revision-Date: 2013-11-20 09:58+0000\n"
12 "Last-Translator: elad\n"
13 "Language-Team: Hebrew (http://www.transifex.com/lennart/avahi/language/he/)\n"
1314 "Language: he\n"
1415 "MIME-Version: 1.0\n"
1516 "Content-Type: text/plain; charset=UTF-8\n"
1617 "Content-Transfer-Encoding: 8bit\n"
17 "X-Launchpad-Export-Date: 2010-07-18 10:16+0000\n"
18 "X-Generator: Launchpad (build Unknown)\n"
18 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
1919
2020 #: ../avahi-common/error.c:30
2121 msgid "OK"
238238 msgstr "קוד שגיאה שגוי"
239239
240240 #: ../avahi-discover-standalone/avahi-discover.ui.h:1
241 msgid "Avahi Discovery"
242 msgstr "גילוי Avahi"
243
244 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
241245 #: ../avahi-python/avahi-discover/avahi-discover.py:76
242246 msgid "<i>No service currently selected.</i>"
243247 msgstr "<i>לבינתיים לא נבחר אף שירות.</i>"
244248
245 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
246 msgid "Avahi Discovery"
247 msgstr "גילוי Avahi"
248
249249 #: ../avahi-python/avahi-discover/avahi-discover.desktop.in.in.h:1
250250 msgid "Avahi Zeroconf Browser"
251251 msgstr "סייר ה־Zeroconf של ‏Avahi"
310310 msgid "The service type of the selected service"
311311 msgstr "סוג השירות של השירות הנבחר"
312312
313 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1023
313 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1035
314314 msgid "Service Name"
315315 msgstr "שם השירות"
316316
381381 msgstr "כשל בלקוח Avahi:%s"
382382
383383 #: ../avahi-ui/avahi-ui.c:388
384 #, fuzzy, c-format
384 #, c-format
385385 msgid "Avahi resolver failure: %s"
386 msgstr "Error creating Avahi resolver: %s"
386 msgstr ""
387387
388388 #: ../avahi-ui/avahi-ui.c:518
389389 #, c-format
402402 msgstr "כשל בדפדפן המתחמים Avahi: %s"
403403
404404 #: ../avahi-ui/avahi-ui.c:684
405 #, fuzzy, c-format
405 #, c-format
406406 msgid "Failed to read Avahi domain: %s"
407 msgstr "נכשל בפתירת שם מארח avahi:‏ %s\n"
407 msgstr ""
408408
409409 #: ../avahi-ui/avahi-ui.c:706
410410 msgid "Browse service type list is empty!"
411411 msgstr ""
412412
413413 #: ../avahi-ui/avahi-ui.c:717
414 #, fuzzy, c-format
414 #, c-format
415415 msgid "Failed to connect to Avahi server: %s"
416416 msgstr ""
417 "נכשל בהתחברות לשרת Jamendo.‏\n"
418 "%s."
419417
420418 #: ../avahi-ui/avahi-ui.c:735
421419 msgid "Browsing for services on <b>local network</b>:"
427425 msgstr ""
428426
429427 #: ../avahi-ui/avahi-ui.c:773
430 #, fuzzy, c-format
428 #, c-format
431429 msgid "Failed to create browser for %s: %s"
432 msgstr "ארע כשל ביצירת שרת HTTP עבור %s:‏ %s"
433
434 #: ../avahi-ui/avahi-ui.c:903
430 msgstr ""
431
432 #: ../avahi-ui/avahi-ui.c:907
435433 #, c-format
436434 msgid "Failed to create resolver for %s of type %s in domain %s: %s"
437435 msgstr ""
438436
439 #: ../avahi-ui/avahi-ui.c:978
440 #, fuzzy, c-format
437 #: ../avahi-ui/avahi-ui.c:982
438 #, c-format
441439 msgid "Failed to create domain browser: %s"
442 msgstr "ארע כשל בהפעלת סייר ה־mDNS:‏ %s\n"
443
444 #: ../avahi-ui/avahi-ui.c:989
440 msgstr ""
441
442 #: ../avahi-ui/avahi-ui.c:993
445443 msgid "Change domain"
446444 msgstr "החלפת מתחם"
447445
448 #: ../avahi-ui/avahi-ui.c:1031 ../avahi-ui/avahi-ui.c:1162
446 #: ../avahi-ui/avahi-ui.c:1043 ../avahi-ui/avahi-ui.c:1180
449447 msgid "Browsing..."
450448 msgstr "בעיון..."
451449
452 #: ../avahi-ui/avahi-ui.c:1120
450 #: ../avahi-ui/avahi-ui.c:1047 ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156
451 #: ../avahi-ui/bssh.c:161
452 #, fuzzy
453 msgid "_Cancel"
454 msgstr "בוטל.\n"
455
456 #: ../avahi-ui/avahi-ui.c:1048
457 #, fuzzy
458 msgid "_OK"
459 msgstr "אישור"
460
461 #: ../avahi-ui/avahi-ui.c:1134
453462 msgid "Initializing..."
454463 msgstr "בהליכי הפעלה..."
455464
456 #: ../avahi-ui/avahi-ui.c:1144
465 #: ../avahi-ui/avahi-ui.c:1162
457466 msgid "Location"
458467 msgstr "מיקום"
459468
460 #: ../avahi-ui/avahi-ui.c:1149 ../avahi-utils/avahi-browse.c:553
461 #, fuzzy
469 #: ../avahi-ui/avahi-ui.c:1167 ../avahi-utils/avahi-browse.c:553
462470 msgid "Name"
463 msgstr "שם"
464
465 #: ../avahi-ui/avahi-ui.c:1154 ../avahi-utils/avahi-browse.c:553
471 msgstr ""
472
473 #: ../avahi-ui/avahi-ui.c:1172 ../avahi-utils/avahi-browse.c:553
466474 msgid "Type"
467475 msgstr "סוג"
468476
469 #: ../avahi-ui/avahi-ui.c:1166
477 #: ../avahi-ui/avahi-ui.c:1184
470478 msgid "_Domain..."
471479 msgstr "_מתחם..."
472480
481489 " -S --shell Browse both SSH and VNC\n"
482490 " -d --domain=DOMAIN The domain to browse in\n"
483491 msgstr ""
492 "%s [options]\n"
493 "\n"
494 " -h --help Show this help\n"
495 " -s --ssh Browse SSH servers\n"
496 " -v --vnc Browse VNC servers\n"
497 " -S --shell Browse both SSH and VNC\n"
498 " -d --domain=DOMAIN The domain to browse in\n"
484499
485500 #: ../avahi-ui/bssh.c:101 ../avahi-utils/avahi-browse.c:775
486501 #, c-format
488503 msgstr "יותר מדי ארגומנטים\n"
489504
490505 #: ../avahi-ui/bssh.c:149
491 #, fuzzy
492506 msgid "Choose Shell Server"
493 msgstr "שרת מעטפת מרוחק"
507 msgstr ""
508
509 #: ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156 ../avahi-ui/bssh.c:161
510 msgid "C_onnect"
511 msgstr ""
494512
495513 #: ../avahi-ui/bssh.c:151
496514 msgid "Desktop"
514532 msgstr "מתבצע חיבור אל '%s'...\n"
515533
516534 #: ../avahi-ui/bssh.c:240
517 #, fuzzy, c-format
535 #, c-format
518536 msgid "execlp() failed: %s\n"
519 msgstr "האימות נכשל."
537 msgstr ""
520538
521539 #: ../avahi-ui/bssh.c:250
522540 #, c-format
540558 msgstr ""
541559
542560 #: ../avahi-utils/avahi-browse.c:107
543 #, fuzzy, c-format
561 #, c-format
544562 msgid ": All for now\n"
545 msgstr "לא, זה הכל לעכשיו"
563 msgstr ""
546564
547565 #: ../avahi-utils/avahi-browse.c:118
548 #, fuzzy, c-format
566 #, c-format
549567 msgid ": Cache exhausted\n"
550 msgstr "טוען את המטמון"
568 msgstr ""
551569
552570 #: ../avahi-utils/avahi-browse.c:239 ../avahi-utils/avahi-browse.c:261
553571 #, c-format
555573 msgstr ""
556574
557575 #: ../avahi-utils/avahi-browse.c:340
558 #, fuzzy, c-format
576 #, c-format
559577 msgid "service_browser failed: %s\n"
560 msgstr "ארע כשל בעת %s שירות Rygel:‏ %s"
578 msgstr ""
561579
562580 #: ../avahi-utils/avahi-browse.c:378
563 #, fuzzy, c-format
581 #, c-format
564582 msgid "avahi_service_browser_new() failed: %s\n"
565 msgstr "ארע כשל בהוספת סייר ה־mDNS לשירות %s."
583 msgstr ""
566584
567585 #: ../avahi-utils/avahi-browse.c:414
568 #, fuzzy, c-format
586 #, c-format
569587 msgid "service_type_browser failed: %s\n"
570 msgstr "ארע כשל בעת %s שירות Rygel:‏ %s"
588 msgstr ""
571589
572590 #: ../avahi-utils/avahi-browse.c:444
573591 #, c-format
581599
582600 #: ../avahi-utils/avahi-browse.c:535 ../avahi-utils/avahi-publish.c:394
583601 #: ../avahi-utils/avahi-resolve.c:280 ../avahi-utils/avahi-set-host-name.c:168
584 #, fuzzy, c-format
602 #, c-format
585603 msgid "Failed to query version string: %s\n"
586 msgstr "ארע כשל בתשאול סוג התוכן עבור '%s'"
604 msgstr ""
587605
588606 #: ../avahi-utils/avahi-browse.c:540 ../avahi-utils/avahi-publish.c:399
589607 #: ../avahi-utils/avahi-resolve.c:285 ../avahi-utils/avahi-set-host-name.c:173
590608 #: ../avahi-utils/avahi-set-host-name.c:189
591 #, fuzzy, c-format
609 #, c-format
592610 msgid "Failed to query host name: %s\n"
593 msgstr "אימות עם המארח %s נכשל"
611 msgstr ""
594612
595613 #: ../avahi-utils/avahi-browse.c:544 ../avahi-utils/avahi-publish.c:403
596614 #: ../avahi-utils/avahi-resolve.c:289 ../avahi-utils/avahi-set-host-name.c:177
597 #, fuzzy, c-format
615 #, c-format
598616 msgid "Server version: %s; Host name: %s\n"
599 msgstr "שם המארח או כתובת השרת."
617 msgstr ""
600618
601619 #. Translators: This is a column heading with abbreviations for
602620 #. * Event (+/-), Network Interface, Protocol (IPv4/v6), Domain
603621 #: ../avahi-utils/avahi-browse.c:549
604 #, fuzzy, c-format
622 #, c-format
605623 msgid "E Ifce Prot Domain\n"
606 msgstr "שרת שמות מתחם"
624 msgstr ""
607625
608626 #. Translators: This is a column heading with abbreviations for
609627 #. * Event (+/-), Network Interface, Protocol (IPv4/v6), Domain
614632
615633 #. We have been disconnected, so let reconnect
616634 #: ../avahi-utils/avahi-browse.c:585 ../avahi-utils/avahi-publish.c:163
617 #, fuzzy, c-format
635 #, c-format
618636 msgid "Disconnected, reconnecting ...\n"
619 msgstr "‏%s התנתק"
637 msgstr ""
620638
621639 #: ../avahi-utils/avahi-browse.c:599 ../avahi-utils/avahi-browse.c:829
622640 #: ../avahi-utils/avahi-publish.c:170 ../avahi-utils/avahi-publish.c:386
623641 #: ../avahi-utils/avahi-resolve.c:272 ../avahi-utils/avahi-set-host-name.c:160
624 #, fuzzy, c-format
642 #, c-format
625643 msgid "Failed to create client object: %s\n"
626 msgstr "ארע כשל ביצירת פריט מסוג GdkPixbufLoader."
644 msgstr ""
627645
628646 #: ../avahi-utils/avahi-browse.c:604 ../avahi-utils/avahi-publish.c:175
629647 #: ../avahi-utils/avahi-resolve.c:143 ../avahi-utils/avahi-set-host-name.c:59
630 #, fuzzy, c-format
648 #, c-format
631649 msgid "Client failure, exiting: %s\n"
632 msgstr "שגיאה בקריאת GIF:‏ %s"
650 msgstr ""
633651
634652 #: ../avahi-utils/avahi-browse.c:623 ../avahi-utils/avahi-publish.c:206
635 #, fuzzy, c-format
653 #, c-format
636654 msgid "Waiting for daemon ...\n"
637 msgstr "מחכה לתקליטור..."
655 msgstr ""
638656
639657 #: ../avahi-utils/avahi-browse.c:647
640658 msgid ""
660678 msgstr ""
661679
662680 #: ../avahi-utils/avahi-browse.c:766 ../avahi-utils/avahi-resolve.c:219
663 #, fuzzy, c-format
681 #, c-format
664682 msgid "Too few arguments\n"
665 msgstr "יותר מדי ארגומנטים\n"
683 msgstr ""
666684
667685 #: ../avahi-utils/avahi-browse.c:821 ../avahi-utils/avahi-publish.c:378
668686 #: ../avahi-utils/avahi-resolve.c:264 ../avahi-utils/avahi-set-host-name.c:152
671689 msgstr ""
672690
673691 #: ../avahi-utils/avahi-publish.c:76
674 #, fuzzy, c-format
692 #, c-format
675693 msgid "Established under name '%s'\n"
676 msgstr "שם התקן ALSA"
694 msgstr ""
677695
678696 #: ../avahi-utils/avahi-publish.c:81
679 #, fuzzy, c-format
697 #, c-format
680698 msgid "Failed to register: %s\n"
681 msgstr "שגיאה בטעינת %s: %s\n"
699 msgstr ""
682700
683701 #: ../avahi-utils/avahi-publish.c:94
684 #, fuzzy, c-format
702 #, c-format
685703 msgid "Name collision, picking new name '%s'.\n"
686 msgstr "השם החדש ריק."
704 msgstr ""
687705
688706 #: ../avahi-utils/avahi-publish.c:114
689 #, fuzzy, c-format
707 #, c-format
690708 msgid "Failed to create entry group: %s\n"
691 msgstr "ארע כשל בקבלת רשימת הקבוצות"
709 msgstr ""
692710
693711 #: ../avahi-utils/avahi-publish.c:124
694 #, fuzzy, c-format
712 #, c-format
695713 msgid "Failed to add address: %s\n"
696 msgstr "ארע כשל ביצירת ספר הכתובות '%s':‏ %s"
714 msgstr ""
697715
698716 #: ../avahi-utils/avahi-publish.c:134
699 #, fuzzy, c-format
717 #, c-format
700718 msgid "Failed to add service: %s\n"
701 msgstr "ארע כשל בעת %s שירות Rygel:‏ %s"
719 msgstr ""
702720
703721 #: ../avahi-utils/avahi-publish.c:140
704 #, fuzzy, c-format
722 #, c-format
705723 msgid "Failed to add subtype '%s': %s\n"
706 msgstr "ארע כשל בהוספת התקן וירטואלי"
724 msgstr ""
707725
708726 #: ../avahi-utils/avahi-publish.c:191
709 #, fuzzy, c-format
727 #, c-format
710728 msgid "Host name conflict\n"
711 msgstr "שנה שם מ_ארח"
729 msgstr ""
712730
713731 #: ../avahi-utils/avahi-publish.c:216
714732 #, c-format
730748 msgstr ""
731749
732750 #: ../avahi-utils/avahi-publish.c:303 ../avahi-utils/avahi-publish.c:318
733 #, fuzzy, c-format
751 #, c-format
734752 msgid "Bad number of arguments\n"
735 msgstr "Los posibles argumentos son:"
753 msgstr ""
736754
737755 #: ../avahi-utils/avahi-publish.c:329
738 #, fuzzy, c-format
756 #, c-format
739757 msgid "Failed to parse port number: %s\n"
740 msgstr "Failed to parse saved session file: %s\n"
758 msgstr ""
741759
742760 #: ../avahi-utils/avahi-publish.c:361 ../avahi-utils/avahi-resolve.c:246
743 #, fuzzy, c-format
761 #, c-format
744762 msgid "No command specified.\n"
745 msgstr "no command specified to execute"
763 msgstr ""
746764
747765 #: ../avahi-utils/avahi-resolve.c:89
748 #, fuzzy, c-format
766 #, c-format
749767 msgid "Failed to resolve host name '%s': %s\n"
750 msgstr "Unable to resolve host address"
768 msgstr ""
751769
752770 #: ../avahi-utils/avahi-resolve.c:126
753 #, fuzzy, c-format
771 #, c-format
754772 msgid "Failed to resolve address '%s': %s\n"
755 msgstr "Unable to resolve host address"
773 msgstr ""
756774
757775 #: ../avahi-utils/avahi-resolve.c:157
758776 #, c-format
775793 msgstr ""
776794
777795 #: ../avahi-utils/avahi-resolve.c:309
778 #, fuzzy, c-format
796 #, c-format
779797 msgid "Failed to parse address '%s'\n"
780 msgstr "Failed to parse arguments: %s\n"
798 msgstr ""
781799
782800 #: ../avahi-utils/avahi-resolve.c:314
783 #, fuzzy, c-format
801 #, c-format
784802 msgid "Failed to create address resolver: %s\n"
785 msgstr "ארע כשל ביצירת ספר הכתובות '%s':‏ %s"
803 msgstr ""
786804
787805 #: ../avahi-utils/avahi-set-host-name.c:73
788806 #, c-format
0 # Hungarian translation of avahi
1 # Copyright (C) 2008, 2009, Free Software Foundation, Inc.
2 # This file is distributed under the same license as the avahi package.
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
33 #
4 # Gabor Kelemen <kelemeng@gnome.hu>, 2008, 2009, 2010.
4 # Translators:
55 msgid ""
66 msgstr ""
7 "Project-Id-Version: avahi master\n"
7 "Project-Id-Version: Avahi\n"
88 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2011-04-02 03:23+0200\n"
10 "PO-Revision-Date: 2009-03-22 12:57+0100\n"
11 "Last-Translator: Gabor Kelemen <kelemeng@gnome.hu>\n"
12 "Language-Team: Hungarian <gnome@fsf.hu>\n"
9 "POT-Creation-Date: 2015-10-10 13:24+0200\n"
10 "PO-Revision-Date: 2010-11-29 23:19+0000\n"
11 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12 "Language-Team: Hungarian (http://www.transifex.com/lennart/avahi/language/"
13 "hu/)\n"
1314 "Language: hu\n"
1415 "MIME-Version: 1.0\n"
1516 "Content-Type: text/plain; charset=UTF-8\n"
1617 "Content-Transfer-Encoding: 8bit\n"
1718 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18 "X-Generator: KBabel 1.11.4\n"
1919
2020 #: ../avahi-common/error.c:30
2121 msgid "OK"
238238 msgstr "Érvénytelen hibakód"
239239
240240 #: ../avahi-discover-standalone/avahi-discover.ui.h:1
241 msgid "Avahi Discovery"
242 msgstr "Avahi feltérképezés"
243
244 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
241245 #: ../avahi-python/avahi-discover/avahi-discover.py:76
242246 msgid "<i>No service currently selected.</i>"
243247 msgstr "<i>Nincs kiválasztva szolgáltatás.</i>"
244248
245 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
246 msgid "Avahi Discovery"
247 msgstr "Avahi feltérképezés"
248
249249 #: ../avahi-python/avahi-discover/avahi-discover.desktop.in.in.h:1
250250 msgid "Avahi Zeroconf Browser"
251251 msgstr "Avahi Zeroconf-böngésző"
310310 msgid "The service type of the selected service"
311311 msgstr "A kiválasztott szolgáltatás típusa"
312312
313 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1023
313 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1035
314314 msgid "Service Name"
315315 msgstr "Szolgáltatásnév"
316316
431431 msgid "Failed to create browser for %s: %s"
432432 msgstr "Nem sikerült tallózót létrehozni a következőhöz: %s: %s"
433433
434 #: ../avahi-ui/avahi-ui.c:903
434 #: ../avahi-ui/avahi-ui.c:907
435435 #, c-format
436436 msgid "Failed to create resolver for %s of type %s in domain %s: %s"
437437 msgstr ""
438438 "Nem sikerült $%2s típusú feloldót létrehozni a következőhöz: $%1s a(z) $%3s "
439439 "tartományban: $%4s"
440440
441 #: ../avahi-ui/avahi-ui.c:978
441 #: ../avahi-ui/avahi-ui.c:982
442442 #, c-format
443443 msgid "Failed to create domain browser: %s"
444444 msgstr "Nem sikerült tartománytallózót létrehozni: %s"
445445
446 #: ../avahi-ui/avahi-ui.c:989
446 #: ../avahi-ui/avahi-ui.c:993
447447 msgid "Change domain"
448448 msgstr "Tartomány módosítása"
449449
450 #: ../avahi-ui/avahi-ui.c:1031 ../avahi-ui/avahi-ui.c:1162
450 #: ../avahi-ui/avahi-ui.c:1043 ../avahi-ui/avahi-ui.c:1180
451451 msgid "Browsing..."
452452 msgstr "Tallózás…"
453453
454 #: ../avahi-ui/avahi-ui.c:1120
454 #: ../avahi-ui/avahi-ui.c:1047 ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156
455 #: ../avahi-ui/bssh.c:161
456 #, fuzzy
457 msgid "_Cancel"
458 msgstr "Megszakítva.\n"
459
460 #: ../avahi-ui/avahi-ui.c:1048
461 #, fuzzy
462 msgid "_OK"
463 msgstr "OK"
464
465 #: ../avahi-ui/avahi-ui.c:1134
455466 msgid "Initializing..."
456467 msgstr "Előkészítés…"
457468
458 #: ../avahi-ui/avahi-ui.c:1144
469 #: ../avahi-ui/avahi-ui.c:1162
459470 msgid "Location"
460471 msgstr "Hely"
461472
462 #: ../avahi-ui/avahi-ui.c:1149 ../avahi-utils/avahi-browse.c:553
473 #: ../avahi-ui/avahi-ui.c:1167 ../avahi-utils/avahi-browse.c:553
463474 msgid "Name"
464475 msgstr "Név"
465476
466 #: ../avahi-ui/avahi-ui.c:1154 ../avahi-utils/avahi-browse.c:553
477 #: ../avahi-ui/avahi-ui.c:1172 ../avahi-utils/avahi-browse.c:553
467478 msgid "Type"
468479 msgstr "Típus"
469480
470 #: ../avahi-ui/avahi-ui.c:1166
481 #: ../avahi-ui/avahi-ui.c:1184
471482 msgid "_Domain..."
472483 msgstr "_Tartomány…"
473484
499510 msgid "Choose Shell Server"
500511 msgstr "Válassza ki a shell kiszolgálót"
501512
513 #: ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156 ../avahi-ui/bssh.c:161
514 msgid "C_onnect"
515 msgstr ""
516
502517 #: ../avahi-ui/bssh.c:151
503518 msgid "Desktop"
504519 msgstr "Asztal"
546561 msgid "Browse for Zeroconf-enabled VNC Servers"
547562 msgstr "Zeroconf-képes VNC kiszolgálók keresése"
548563
549 # fixme: wtf?
550564 #: ../avahi-utils/avahi-browse.c:107
551565 #, c-format
552566 msgid ": All for now\n"
0 # Indonesian translation for avahi.
1 # Copyright (C) 2010 avahi's COPYRIGHT HOLDER
2 # This file is distributed under the same license as the avahi package.
3 # Andika Triwidada <andika@gmail.com>, 2010.
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
43 #
4 # Translators:
55 msgid ""
66 msgstr ""
7 "Project-Id-Version: avahi master\n"
7 "Project-Id-Version: Avahi\n"
88 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2011-04-02 03:23+0200\n"
10 "PO-Revision-Date: 2010-08-15 12:01+0700\n"
11 "Last-Translator: Andika Triwidada <andika@gmail.com>\n"
12 "Language-Team: GNOME Indonesian Translation Team <gnome@i15n.org>\n"
13 "Language: \n"
9 "POT-Creation-Date: 2015-10-10 13:24+0200\n"
10 "PO-Revision-Date: 2010-11-29 23:19+0000\n"
11 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12 "Language-Team: Indonesian (http://www.transifex.com/lennart/avahi/language/"
13 "id/)\n"
14 "Language: id\n"
1415 "MIME-Version: 1.0\n"
1516 "Content-Type: text/plain; charset=UTF-8\n"
1617 "Content-Transfer-Encoding: 8bit\n"
1718 "Plural-Forms: nplurals=1; plural=0;\n"
18 "X-Poedit-Language: Indonesian\n"
19 "X-Poedit-Country: Indonesia\n"
2019
2120 #: ../avahi-common/error.c:30
2221 msgid "OK"
239238 msgstr "Kode Galat Tak Valid"
240239
241240 #: ../avahi-discover-standalone/avahi-discover.ui.h:1
241 msgid "Avahi Discovery"
242 msgstr "Penemuan Avahi"
243
244 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
242245 #: ../avahi-python/avahi-discover/avahi-discover.py:76
243246 msgid "<i>No service currently selected.</i>"
244247 msgstr "<i>Tak ada layanan yang kini dipilih.</i>"
245248
246 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
247 msgid "Avahi Discovery"
248 msgstr "Penemuan Avahi"
249
250249 #: ../avahi-python/avahi-discover/avahi-discover.desktop.in.in.h:1
251250 msgid "Avahi Zeroconf Browser"
252251 msgstr "Peramban Zeroconf Avahi"
311310 msgid "The service type of the selected service"
312311 msgstr "Jenis layanan dari layanan yang dipilih"
313312
314 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1023
313 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1035
315314 msgid "Service Name"
316315 msgstr "Nama Layanan"
317316
431430 msgid "Failed to create browser for %s: %s"
432431 msgstr "Gagal membuat peramban bagi %s: %s"
433432
434 #: ../avahi-ui/avahi-ui.c:903
433 #: ../avahi-ui/avahi-ui.c:907
435434 #, c-format
436435 msgid "Failed to create resolver for %s of type %s in domain %s: %s"
437436 msgstr "Gagal membuat resolver bagi %s dengan jenis %s pada domain %s: %s"
438437
439 #: ../avahi-ui/avahi-ui.c:978
438 #: ../avahi-ui/avahi-ui.c:982
440439 #, c-format
441440 msgid "Failed to create domain browser: %s"
442441 msgstr "Gagal membuat peramban domain: %s"
443442
444 #: ../avahi-ui/avahi-ui.c:989
443 #: ../avahi-ui/avahi-ui.c:993
445444 msgid "Change domain"
446445 msgstr "Ubah domain"
447446
448 #: ../avahi-ui/avahi-ui.c:1031 ../avahi-ui/avahi-ui.c:1162
447 #: ../avahi-ui/avahi-ui.c:1043 ../avahi-ui/avahi-ui.c:1180
449448 msgid "Browsing..."
450449 msgstr "Meramban..."
451450
452 #: ../avahi-ui/avahi-ui.c:1120
451 #: ../avahi-ui/avahi-ui.c:1047 ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156
452 #: ../avahi-ui/bssh.c:161
453 #, fuzzy
454 msgid "_Cancel"
455 msgstr "Dibatalkan.\n"
456
457 #: ../avahi-ui/avahi-ui.c:1048
458 #, fuzzy
459 msgid "_OK"
460 msgstr "OK"
461
462 #: ../avahi-ui/avahi-ui.c:1134
453463 msgid "Initializing..."
454464 msgstr "Menginisialisasi..."
455465
456 #: ../avahi-ui/avahi-ui.c:1144
466 #: ../avahi-ui/avahi-ui.c:1162
457467 msgid "Location"
458468 msgstr "Lokasi"
459469
460 #: ../avahi-ui/avahi-ui.c:1149 ../avahi-utils/avahi-browse.c:553
470 #: ../avahi-ui/avahi-ui.c:1167 ../avahi-utils/avahi-browse.c:553
461471 msgid "Name"
462472 msgstr "Nama"
463473
464 #: ../avahi-ui/avahi-ui.c:1154 ../avahi-utils/avahi-browse.c:553
474 #: ../avahi-ui/avahi-ui.c:1172 ../avahi-utils/avahi-browse.c:553
465475 msgid "Type"
466476 msgstr "Jenis"
467477
468 #: ../avahi-ui/avahi-ui.c:1166
478 #: ../avahi-ui/avahi-ui.c:1184
469479 msgid "_Domain..."
470480 msgstr "_Domain..."
471481
496506 #: ../avahi-ui/bssh.c:149
497507 msgid "Choose Shell Server"
498508 msgstr "Pilih Server Shell"
509
510 #: ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156 ../avahi-ui/bssh.c:161
511 msgid "C_onnect"
512 msgstr ""
499513
500514 #: ../avahi-ui/bssh.c:151
501515 msgid "Desktop"
0 # Italian translation of avahi
1 # Copyright (C) 2008, 2009, 2010 the avahi copyright holder
2 # This file is distributed under the same license as the avahi package.
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
33 #
4 # Silvio Pierro <perplesso82@gmail.com>, 2008.
5 # Gianluca Busiello <busiello@ceinge.unina.it>, 2008.
6 # Francesco Tombolini <tombo@adamantio.net>, 2008.
7 # Luca Ferretti <elle.uca@ubuntu-it.org>, 2009.
8 # Luca Ferretti <elle.uca@libero.it>, 2009.
9 # Milo Casagrande <milo@ubuntu.com>, 2009, 2010.
4 # Translators:
105 msgid ""
116 msgstr ""
12 "Project-Id-Version: avahi.master-tx.it\n"
7 "Project-Id-Version: Avahi\n"
138 "Report-Msgid-Bugs-To: \n"
14 "POT-Creation-Date: 2011-04-02 03:23+0200\n"
15 "PO-Revision-Date: 2010-09-05 16:48+0200\n"
16 "Last-Translator: Milo Casagrande <milo@ubuntu.com>\n"
17 "Language-Team: Italian <tp@lists.linux.it>\n"
9 "POT-Creation-Date: 2015-10-10 13:24+0200\n"
10 "PO-Revision-Date: 2010-11-29 23:19+0000\n"
11 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12 "Language-Team: Italian (http://www.transifex.com/lennart/avahi/language/"
13 "it/)\n"
1814 "Language: it\n"
1915 "MIME-Version: 1.0\n"
2016 "Content-Type: text/plain; charset=UTF-8\n"
2117 "Content-Transfer-Encoding: 8bit\n"
22 "X-Launchpad-Export-Date: 2009-12-08 18:32+0000\n"
23 "Plural-Forms: nplurals=2; plural=n != 1;\n"
24 "X-Generator: Launchpad (build Unknown)\n"
18 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
2519
2620 #: ../avahi-common/error.c:30
2721 msgid "OK"
5549 msgid "Resource record key is pattern"
5650 msgstr "La risorsa key record è un pattern"
5751
58 # (ndt) messa al plurale
5952 #: ../avahi-common/error.c:38
6053 msgid "Local name collision"
6154 msgstr "Collisione nomi locale"
245238 msgstr "Codice di errore non valido"
246239
247240 #: ../avahi-discover-standalone/avahi-discover.ui.h:1
241 msgid "Avahi Discovery"
242 msgstr "Avahi Discovery"
243
244 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
248245 #: ../avahi-python/avahi-discover/avahi-discover.py:76
249246 msgid "<i>No service currently selected.</i>"
250247 msgstr "<i>Nessun servizio attualmente selezionato.</i>"
251248
252 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
253 msgid "Avahi Discovery"
254 msgstr "Avahi Discovery"
255
256249 #: ../avahi-python/avahi-discover/avahi-discover.desktop.in.in.h:1
257250 msgid "Avahi Zeroconf Browser"
258251 msgstr "Esploratore Zeroconf Avahi"
317310 msgid "The service type of the selected service"
318311 msgstr "Il tipo di servizio del servizio selezionato"
319312
320 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1023
313 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1035
321314 msgid "Service Name"
322315 msgstr "Nome di servizio"
323316
438431 msgid "Failed to create browser for %s: %s"
439432 msgstr "Creazione dell'esploratore per %s non riuscita: %s"
440433
441 #: ../avahi-ui/avahi-ui.c:903
434 #: ../avahi-ui/avahi-ui.c:907
442435 #, c-format
443436 msgid "Failed to create resolver for %s of type %s in domain %s: %s"
444437 msgstr ""
445438 "Creazione del risolutore per %s di tipo %s nel dominio %s non riuscita: %s"
446439
447 #: ../avahi-ui/avahi-ui.c:978
440 #: ../avahi-ui/avahi-ui.c:982
448441 #, c-format
449442 msgid "Failed to create domain browser: %s"
450443 msgstr "Creazione dell'esploratore di domini non riuscita: %s"
451444
452 #: ../avahi-ui/avahi-ui.c:989
445 #: ../avahi-ui/avahi-ui.c:993
453446 msgid "Change domain"
454447 msgstr "Cambia dominio"
455448
456 #: ../avahi-ui/avahi-ui.c:1031 ../avahi-ui/avahi-ui.c:1162
449 #: ../avahi-ui/avahi-ui.c:1043 ../avahi-ui/avahi-ui.c:1180
457450 msgid "Browsing..."
458451 msgstr "Esplorazione..."
459452
460 #: ../avahi-ui/avahi-ui.c:1120
453 #: ../avahi-ui/avahi-ui.c:1047 ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156
454 #: ../avahi-ui/bssh.c:161
455 #, fuzzy
456 msgid "_Cancel"
457 msgstr "Cancellato.\n"
458
459 #: ../avahi-ui/avahi-ui.c:1048
460 #, fuzzy
461 msgid "_OK"
462 msgstr "OK"
463
464 #: ../avahi-ui/avahi-ui.c:1134
461465 msgid "Initializing..."
462466 msgstr "Inizializzazione..."
463467
464 #: ../avahi-ui/avahi-ui.c:1144
468 #: ../avahi-ui/avahi-ui.c:1162
465469 msgid "Location"
466470 msgstr "Posizione"
467471
468 #: ../avahi-ui/avahi-ui.c:1149 ../avahi-utils/avahi-browse.c:553
472 #: ../avahi-ui/avahi-ui.c:1167 ../avahi-utils/avahi-browse.c:553
469473 msgid "Name"
470474 msgstr "Nome"
471475
472 #: ../avahi-ui/avahi-ui.c:1154 ../avahi-utils/avahi-browse.c:553
476 #: ../avahi-ui/avahi-ui.c:1172 ../avahi-utils/avahi-browse.c:553
473477 msgid "Type"
474478 msgstr "Tipo"
475479
476 #: ../avahi-ui/avahi-ui.c:1166
480 #: ../avahi-ui/avahi-ui.c:1184
477481 msgid "_Domain..."
478482 msgstr "_Dominio..."
479483
504508 #: ../avahi-ui/bssh.c:149
505509 msgid "Choose Shell Server"
506510 msgstr "Scegliere il server shell"
511
512 #: ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156 ../avahi-ui/bssh.c:161
513 msgid "C_onnect"
514 msgstr ""
507515
508516 #: ../avahi-ui/bssh.c:151
509517 msgid "Desktop"
0 # Japanese translation of avahi messages.
1 # Copyright (C) 2008-2010 avahi
2 # This file is distributed under the same license as avahi.
3 # Hideki Yamane (Debian-JP) <henrich@debian.or.jp>, 2009.
4 # Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>, 2010.
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
53 #
4 # Translators:
65 msgid ""
76 msgstr ""
8 "Project-Id-Version: avahi master\n"
7 "Project-Id-Version: Avahi\n"
98 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2011-04-02 03:23+0200\n"
11 "PO-Revision-Date: 2010-09-05 17:46+0900\n"
12 "Last-Translator: Hideki Yamane (Debian-JP) <henrich@debian.or.jp>\n"
13 "Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
9 "POT-Creation-Date: 2015-10-10 13:24+0200\n"
10 "PO-Revision-Date: 2010-11-29 23:19+0000\n"
11 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12 "Language-Team: Japanese (http://www.transifex.com/lennart/avahi/language/"
13 "ja/)\n"
1414 "Language: ja\n"
1515 "MIME-Version: 1.0\n"
1616 "Content-Type: text/plain; charset=UTF-8\n"
1717 "Content-Transfer-Encoding: 8bit\n"
18 "Plural-Forms: nplurals=1; plural=0;\n"
1819
1920 #: ../avahi-common/error.c:30
2021 msgid "OK"
204205 msgid "Invalid RDATA"
205206 msgstr "不正な RDATA です"
206207
207 # http://jprs.jp/tech/index.html#dns-rfc-info で「タイプ」が使用されている
208208 #: ../avahi-common/error.c:81
209209 msgid "Invalid DNS type"
210210 msgstr "不正な DNS タイプです"
211211
212 # http://jprs.jp/tech/index.html#dns-rfc-info で「クラス」が使用されている
213212 #: ../avahi-common/error.c:82
214213 msgid "Invalid DNS class"
215214 msgstr "不正な DNS クラスです"
226225 msgid "Invalid argument"
227226 msgstr "引数が不正です"
228227
229 # AVAHI_ERR_IS_EMPTY のエラー
230 # NEWS より引用:
231 # * API: Return AVAHI_ERR_IS_EMPTY when the user tries to commit an
232 # empty entry group.
233228 #: ../avahi-common/error.c:87
234229 msgid "Is empty"
235230 msgstr "グループが空です"
243238 msgstr "不正なエラーコード"
244239
245240 #: ../avahi-discover-standalone/avahi-discover.ui.h:1
241 msgid "Avahi Discovery"
242 msgstr "Avahi 検索"
243
244 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
246245 #: ../avahi-python/avahi-discover/avahi-discover.py:76
247246 msgid "<i>No service currently selected.</i>"
248247 msgstr "<i>現在はどのサービスも選択されていません。</i>"
249248
250 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
251 msgid "Avahi Discovery"
252 msgstr "Avahi 検索"
253
254249 #: ../avahi-python/avahi-discover/avahi-discover.desktop.in.in.h:1
255250 msgid "Avahi Zeroconf Browser"
256251 msgstr "Avahi Zeroconf ブラウザ"
316311 msgid "The service type of the selected service"
317312 msgstr "選択されたサービスのサービスタイプ"
318313
319 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1023
314 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1035
320315 msgid "Service Name"
321316 msgstr "サービス名"
322317
435430 msgid "Failed to create browser for %s: %s"
436431 msgstr "%1$s のブラウザ作成に失敗しました: %2$s"
437432
438 #: ../avahi-ui/avahi-ui.c:903
433 #: ../avahi-ui/avahi-ui.c:907
439434 #, c-format
440435 msgid "Failed to create resolver for %s of type %s in domain %s: %s"
441436 msgstr "ドメイン %3$s のタイプ %2$s の %1$s のリゾルバ作成に失敗しました: %4$s"
442437
443 #: ../avahi-ui/avahi-ui.c:978
438 #: ../avahi-ui/avahi-ui.c:982
444439 #, c-format
445440 msgid "Failed to create domain browser: %s"
446441 msgstr "ドメインブラウザの作成に失敗しました: %s"
447442
448 #: ../avahi-ui/avahi-ui.c:989
443 #: ../avahi-ui/avahi-ui.c:993
449444 msgid "Change domain"
450445 msgstr "ドメインの変更"
451446
452 #: ../avahi-ui/avahi-ui.c:1031 ../avahi-ui/avahi-ui.c:1162
447 #: ../avahi-ui/avahi-ui.c:1043 ../avahi-ui/avahi-ui.c:1180
453448 msgid "Browsing..."
454449 msgstr "検索中…"
455450
456 #: ../avahi-ui/avahi-ui.c:1120
451 #: ../avahi-ui/avahi-ui.c:1047 ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156
452 #: ../avahi-ui/bssh.c:161
453 #, fuzzy
454 msgid "_Cancel"
455 msgstr "キャンセルされました。\n"
456
457 #: ../avahi-ui/avahi-ui.c:1048
458 #, fuzzy
459 msgid "_OK"
460 msgstr "OK"
461
462 #: ../avahi-ui/avahi-ui.c:1134
457463 msgid "Initializing..."
458464 msgstr "初期化中…"
459465
460 #: ../avahi-ui/avahi-ui.c:1144
466 #: ../avahi-ui/avahi-ui.c:1162
461467 msgid "Location"
462468 msgstr "場所"
463469
464 #: ../avahi-ui/avahi-ui.c:1149 ../avahi-utils/avahi-browse.c:553
470 #: ../avahi-ui/avahi-ui.c:1167 ../avahi-utils/avahi-browse.c:553
465471 msgid "Name"
466472 msgstr "名前"
467473
468 #: ../avahi-ui/avahi-ui.c:1154 ../avahi-utils/avahi-browse.c:553
474 #: ../avahi-ui/avahi-ui.c:1172 ../avahi-utils/avahi-browse.c:553
469475 msgid "Type"
470476 msgstr "タイプ"
471477
472 #: ../avahi-ui/avahi-ui.c:1166
478 #: ../avahi-ui/avahi-ui.c:1184
473479 msgid "_Domain..."
474480 msgstr "ドメイン(_D)…"
475481
500506 #: ../avahi-ui/bssh.c:149
501507 msgid "Choose Shell Server"
502508 msgstr "シェルサーバを選択"
509
510 #: ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156 ../avahi-ui/bssh.c:161
511 msgid "C_onnect"
512 msgstr ""
503513
504514 #: ../avahi-ui/bssh.c:151
505515 msgid "Desktop"
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: Avahi\n"
8 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2015-10-10 13:24+0200\n"
10 "PO-Revision-Date: 2010-11-29 23:19+0000\n"
11 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12 "Language-Team: Korean (Korea) (http://www.transifex.com/lennart/avahi/"
13 "language/ko_KR/)\n"
14 "Language: ko_KR\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "Plural-Forms: nplurals=1; plural=0;\n"
19
20 #: ../avahi-common/error.c:30
21 msgid "OK"
22 msgstr ""
23
24 #: ../avahi-common/error.c:31
25 msgid "Operation failed"
26 msgstr ""
27
28 #: ../avahi-common/error.c:32
29 msgid "Bad state"
30 msgstr ""
31
32 #: ../avahi-common/error.c:33
33 msgid "Invalid host name"
34 msgstr ""
35
36 #: ../avahi-common/error.c:34
37 msgid "Invalid domain name"
38 msgstr ""
39
40 #: ../avahi-common/error.c:35
41 msgid "No suitable network protocol available"
42 msgstr ""
43
44 #: ../avahi-common/error.c:36
45 msgid "Invalid DNS TTL"
46 msgstr ""
47
48 #: ../avahi-common/error.c:37
49 msgid "Resource record key is pattern"
50 msgstr ""
51
52 #: ../avahi-common/error.c:38
53 msgid "Local name collision"
54 msgstr ""
55
56 #: ../avahi-common/error.c:39
57 msgid "Invalid record"
58 msgstr ""
59
60 #: ../avahi-common/error.c:41
61 msgid "Invalid service name"
62 msgstr ""
63
64 #: ../avahi-common/error.c:42
65 msgid "Invalid service type"
66 msgstr ""
67
68 #: ../avahi-common/error.c:43
69 msgid "Invalid port number"
70 msgstr ""
71
72 #: ../avahi-common/error.c:44
73 msgid "Invalid record key"
74 msgstr ""
75
76 #: ../avahi-common/error.c:45
77 msgid "Invalid address"
78 msgstr ""
79
80 #: ../avahi-common/error.c:46
81 msgid "Timeout reached"
82 msgstr ""
83
84 #: ../avahi-common/error.c:47
85 msgid "Too many clients"
86 msgstr ""
87
88 #: ../avahi-common/error.c:48
89 msgid "Too many objects"
90 msgstr ""
91
92 #: ../avahi-common/error.c:49
93 msgid "Too many entries"
94 msgstr ""
95
96 #: ../avahi-common/error.c:50
97 msgid "OS Error"
98 msgstr ""
99
100 #: ../avahi-common/error.c:52
101 msgid "Access denied"
102 msgstr ""
103
104 #: ../avahi-common/error.c:53
105 msgid "Invalid operation"
106 msgstr ""
107
108 #: ../avahi-common/error.c:54
109 msgid "An unexpected D-Bus error occurred"
110 msgstr ""
111
112 #: ../avahi-common/error.c:55
113 msgid "Daemon connection failed"
114 msgstr ""
115
116 #: ../avahi-common/error.c:56
117 msgid "Memory exhausted"
118 msgstr ""
119
120 #: ../avahi-common/error.c:57
121 msgid "The object passed in was not valid"
122 msgstr ""
123
124 #: ../avahi-common/error.c:58
125 msgid "Daemon not running"
126 msgstr ""
127
128 #: ../avahi-common/error.c:59
129 msgid "Invalid interface index"
130 msgstr ""
131
132 #: ../avahi-common/error.c:60
133 msgid "Invalid protocol specification"
134 msgstr ""
135
136 #: ../avahi-common/error.c:61
137 msgid "Invalid flags"
138 msgstr ""
139
140 #: ../avahi-common/error.c:63
141 msgid "Not found"
142 msgstr ""
143
144 #: ../avahi-common/error.c:64
145 msgid "Invalid configuration"
146 msgstr ""
147
148 #: ../avahi-common/error.c:65
149 msgid "Version mismatch"
150 msgstr ""
151
152 #: ../avahi-common/error.c:66
153 msgid "Invalid service subtype"
154 msgstr ""
155
156 #: ../avahi-common/error.c:67
157 msgid "Invalid packet"
158 msgstr ""
159
160 #: ../avahi-common/error.c:68
161 msgid "Invalid DNS return code"
162 msgstr ""
163
164 #: ../avahi-common/error.c:69
165 msgid "DNS failure: FORMERR"
166 msgstr ""
167
168 #: ../avahi-common/error.c:70
169 msgid "DNS failure: SERVFAIL"
170 msgstr ""
171
172 #: ../avahi-common/error.c:71
173 msgid "DNS failure: NXDOMAIN"
174 msgstr ""
175
176 #: ../avahi-common/error.c:72
177 msgid "DNS failure: NOTIMP"
178 msgstr ""
179
180 #: ../avahi-common/error.c:74
181 msgid "DNS failure: REFUSED"
182 msgstr ""
183
184 #: ../avahi-common/error.c:75
185 msgid "DNS failure: YXDOMAIN"
186 msgstr ""
187
188 #: ../avahi-common/error.c:76
189 msgid "DNS failure: YXRRSET"
190 msgstr ""
191
192 #: ../avahi-common/error.c:77
193 msgid "DNS failure: NXRRSET"
194 msgstr ""
195
196 #: ../avahi-common/error.c:78
197 msgid "DNS failure: NOTAUTH"
198 msgstr ""
199
200 #: ../avahi-common/error.c:79
201 msgid "DNS failure: NOTZONE"
202 msgstr ""
203
204 #: ../avahi-common/error.c:80
205 msgid "Invalid RDATA"
206 msgstr ""
207
208 #: ../avahi-common/error.c:81
209 msgid "Invalid DNS type"
210 msgstr ""
211
212 #: ../avahi-common/error.c:82
213 msgid "Invalid DNS class"
214 msgstr ""
215
216 #: ../avahi-common/error.c:83
217 msgid "Not supported"
218 msgstr ""
219
220 #: ../avahi-common/error.c:85
221 msgid "Not permitted"
222 msgstr ""
223
224 #: ../avahi-common/error.c:86
225 msgid "Invalid argument"
226 msgstr ""
227
228 #: ../avahi-common/error.c:87
229 msgid "Is empty"
230 msgstr ""
231
232 #: ../avahi-common/error.c:88
233 msgid "The requested operation is invalid because redundant"
234 msgstr ""
235
236 #: ../avahi-common/error.c:94
237 msgid "Invalid Error Code"
238 msgstr ""
239
240 #: ../avahi-discover-standalone/avahi-discover.ui.h:1
241 msgid "Avahi Discovery"
242 msgstr ""
243
244 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
245 #: ../avahi-python/avahi-discover/avahi-discover.py:76
246 msgid "<i>No service currently selected.</i>"
247 msgstr ""
248
249 #: ../avahi-python/avahi-discover/avahi-discover.desktop.in.in.h:1
250 msgid "Avahi Zeroconf Browser"
251 msgstr ""
252
253 #: ../avahi-python/avahi-discover/avahi-discover.desktop.in.in.h:2
254 msgid "Browse for Zeroconf services available on your network"
255 msgstr ""
256
257 #: ../avahi-python/avahi-discover/avahi-discover.py:224
258 msgid "TXT"
259 msgstr ""
260
261 #: ../avahi-python/avahi-discover/avahi-discover.py:226
262 msgid "TXT Data:"
263 msgstr ""
264
265 #: ../avahi-python/avahi-discover/avahi-discover.py:226
266 msgid "empty"
267 msgstr ""
268
269 #: ../avahi-python/avahi-discover/avahi-discover.py:228
270 msgid "Service Type:"
271 msgstr ""
272
273 #: ../avahi-python/avahi-discover/avahi-discover.py:229
274 msgid "Service Name:"
275 msgstr ""
276
277 #: ../avahi-python/avahi-discover/avahi-discover.py:230
278 msgid "Domain Name:"
279 msgstr ""
280
281 #: ../avahi-python/avahi-discover/avahi-discover.py:231
282 msgid "Interface:"
283 msgstr ""
284
285 #: ../avahi-python/avahi-discover/avahi-discover.py:232
286 msgid "Address:"
287 msgstr ""
288
289 #: ../avahi-ui/avahi-ui.c:185
290 msgid "Browse Service Types"
291 msgstr ""
292
293 #: ../avahi-ui/avahi-ui.c:185
294 msgid "A NULL terminated list of service types to browse for"
295 msgstr ""
296
297 #: ../avahi-ui/avahi-ui.c:190
298 msgid "Domain"
299 msgstr ""
300
301 #: ../avahi-ui/avahi-ui.c:190
302 msgid "The domain to browse in, or NULL for the default domain"
303 msgstr ""
304
305 #: ../avahi-ui/avahi-ui.c:196
306 msgid "Service Type"
307 msgstr ""
308
309 #: ../avahi-ui/avahi-ui.c:196
310 msgid "The service type of the selected service"
311 msgstr ""
312
313 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1035
314 msgid "Service Name"
315 msgstr ""
316
317 #: ../avahi-ui/avahi-ui.c:202
318 msgid "The service name of the selected service"
319 msgstr ""
320
321 #: ../avahi-ui/avahi-ui.c:208
322 msgid "Address"
323 msgstr ""
324
325 #: ../avahi-ui/avahi-ui.c:208
326 msgid "The address of the resolved service"
327 msgstr ""
328
329 #: ../avahi-ui/avahi-ui.c:213
330 msgid "Port"
331 msgstr ""
332
333 #: ../avahi-ui/avahi-ui.c:213
334 msgid "The IP port number of the resolved service"
335 msgstr ""
336
337 #: ../avahi-ui/avahi-ui.c:219
338 msgid "Host Name"
339 msgstr ""
340
341 #: ../avahi-ui/avahi-ui.c:219
342 msgid "The host name of the resolved service"
343 msgstr ""
344
345 #: ../avahi-ui/avahi-ui.c:225
346 msgid "TXT Data"
347 msgstr ""
348
349 #: ../avahi-ui/avahi-ui.c:225
350 msgid "The TXT data of the resolved service"
351 msgstr ""
352
353 #: ../avahi-ui/avahi-ui.c:230
354 msgid "Resolve Service"
355 msgstr ""
356
357 #: ../avahi-ui/avahi-ui.c:230
358 msgid "Resolve the selected service automatically before returning"
359 msgstr ""
360
361 #: ../avahi-ui/avahi-ui.c:236
362 msgid "Resolve Service Host Name"
363 msgstr ""
364
365 #: ../avahi-ui/avahi-ui.c:236
366 msgid ""
367 "Resolve the host name of the selected service automatically before returning"
368 msgstr ""
369
370 #: ../avahi-ui/avahi-ui.c:242
371 msgid "Address family"
372 msgstr ""
373
374 #: ../avahi-ui/avahi-ui.c:242
375 msgid "The address family for host name resolution"
376 msgstr ""
377
378 #: ../avahi-ui/avahi-ui.c:326
379 #, c-format
380 msgid "Avahi client failure: %s"
381 msgstr ""
382
383 #: ../avahi-ui/avahi-ui.c:388
384 #, c-format
385 msgid "Avahi resolver failure: %s"
386 msgstr ""
387
388 #: ../avahi-ui/avahi-ui.c:518
389 #, c-format
390 msgid "Browsing for service type %s in domain %s failed: %s"
391 msgstr ""
392
393 #: ../avahi-ui/avahi-ui.c:519 ../avahi-utils/avahi-browse.c:168
394 #: ../avahi-utils/avahi-browse.c:169 ../avahi-utils/avahi-browse.c:178
395 #: ../avahi-utils/avahi-browse.c:179
396 msgid "n/a"
397 msgstr ""
398
399 #: ../avahi-ui/avahi-ui.c:649
400 #, c-format
401 msgid "Avahi domain browser failure: %s"
402 msgstr ""
403
404 #: ../avahi-ui/avahi-ui.c:684
405 #, c-format
406 msgid "Failed to read Avahi domain: %s"
407 msgstr ""
408
409 #: ../avahi-ui/avahi-ui.c:706
410 msgid "Browse service type list is empty!"
411 msgstr ""
412
413 #: ../avahi-ui/avahi-ui.c:717
414 #, c-format
415 msgid "Failed to connect to Avahi server: %s"
416 msgstr ""
417
418 #: ../avahi-ui/avahi-ui.c:735
419 msgid "Browsing for services on <b>local network</b>:"
420 msgstr ""
421
422 #: ../avahi-ui/avahi-ui.c:737
423 #, c-format
424 msgid "Browsing for services in domain <b>%s</b>:"
425 msgstr ""
426
427 #: ../avahi-ui/avahi-ui.c:773
428 #, c-format
429 msgid "Failed to create browser for %s: %s"
430 msgstr ""
431
432 #: ../avahi-ui/avahi-ui.c:907
433 #, c-format
434 msgid "Failed to create resolver for %s of type %s in domain %s: %s"
435 msgstr ""
436
437 #: ../avahi-ui/avahi-ui.c:982
438 #, c-format
439 msgid "Failed to create domain browser: %s"
440 msgstr ""
441
442 #: ../avahi-ui/avahi-ui.c:993
443 msgid "Change domain"
444 msgstr ""
445
446 #: ../avahi-ui/avahi-ui.c:1043 ../avahi-ui/avahi-ui.c:1180
447 msgid "Browsing..."
448 msgstr ""
449
450 #: ../avahi-ui/avahi-ui.c:1047 ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156
451 #: ../avahi-ui/bssh.c:161
452 msgid "_Cancel"
453 msgstr ""
454
455 #: ../avahi-ui/avahi-ui.c:1048
456 msgid "_OK"
457 msgstr ""
458
459 #: ../avahi-ui/avahi-ui.c:1134
460 msgid "Initializing..."
461 msgstr ""
462
463 #: ../avahi-ui/avahi-ui.c:1162
464 msgid "Location"
465 msgstr ""
466
467 #: ../avahi-ui/avahi-ui.c:1167 ../avahi-utils/avahi-browse.c:553
468 msgid "Name"
469 msgstr ""
470
471 #: ../avahi-ui/avahi-ui.c:1172 ../avahi-utils/avahi-browse.c:553
472 msgid "Type"
473 msgstr ""
474
475 #: ../avahi-ui/avahi-ui.c:1184
476 msgid "_Domain..."
477 msgstr ""
478
479 #: ../avahi-ui/bssh.c:55
480 #, c-format
481 msgid ""
482 "%s [options]\n"
483 "\n"
484 " -h --help Show this help\n"
485 " -s --ssh Browse SSH servers\n"
486 " -v --vnc Browse VNC servers\n"
487 " -S --shell Browse both SSH and VNC\n"
488 " -d --domain=DOMAIN The domain to browse in\n"
489 msgstr ""
490
491 #: ../avahi-ui/bssh.c:101 ../avahi-utils/avahi-browse.c:775
492 #, c-format
493 msgid "Too many arguments\n"
494 msgstr ""
495
496 #: ../avahi-ui/bssh.c:149
497 msgid "Choose Shell Server"
498 msgstr ""
499
500 #: ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156 ../avahi-ui/bssh.c:161
501 msgid "C_onnect"
502 msgstr ""
503
504 #: ../avahi-ui/bssh.c:151
505 msgid "Desktop"
506 msgstr ""
507
508 #: ../avahi-ui/bssh.c:152
509 msgid "Terminal"
510 msgstr ""
511
512 #: ../avahi-ui/bssh.c:156
513 msgid "Choose VNC server"
514 msgstr ""
515
516 #: ../avahi-ui/bssh.c:161
517 msgid "Choose SSH server"
518 msgstr ""
519
520 #: ../avahi-ui/bssh.c:185
521 #, c-format
522 msgid "Connecting to '%s' ...\n"
523 msgstr ""
524
525 #: ../avahi-ui/bssh.c:240
526 #, c-format
527 msgid "execlp() failed: %s\n"
528 msgstr ""
529
530 #: ../avahi-ui/bssh.c:250
531 #, c-format
532 msgid "Canceled.\n"
533 msgstr ""
534
535 #: ../avahi-ui/bssh.desktop.in.in.h:1
536 msgid "Avahi SSH Server Browser"
537 msgstr ""
538
539 #: ../avahi-ui/bssh.desktop.in.in.h:2
540 msgid "Browse for Zeroconf-enabled SSH Servers"
541 msgstr ""
542
543 #: ../avahi-ui/bvnc.desktop.in.in.h:1
544 msgid "Avahi VNC Server Browser"
545 msgstr ""
546
547 #: ../avahi-ui/bvnc.desktop.in.in.h:2
548 msgid "Browse for Zeroconf-enabled VNC Servers"
549 msgstr ""
550
551 #: ../avahi-utils/avahi-browse.c:107
552 #, c-format
553 msgid ": All for now\n"
554 msgstr ""
555
556 #: ../avahi-utils/avahi-browse.c:118
557 #, c-format
558 msgid ": Cache exhausted\n"
559 msgstr ""
560
561 #: ../avahi-utils/avahi-browse.c:239 ../avahi-utils/avahi-browse.c:261
562 #, c-format
563 msgid "Failed to resolve service '%s' of type '%s' in domain '%s': %s\n"
564 msgstr ""
565
566 #: ../avahi-utils/avahi-browse.c:340
567 #, c-format
568 msgid "service_browser failed: %s\n"
569 msgstr ""
570
571 #: ../avahi-utils/avahi-browse.c:378
572 #, c-format
573 msgid "avahi_service_browser_new() failed: %s\n"
574 msgstr ""
575
576 #: ../avahi-utils/avahi-browse.c:414
577 #, c-format
578 msgid "service_type_browser failed: %s\n"
579 msgstr ""
580
581 #: ../avahi-utils/avahi-browse.c:444
582 #, c-format
583 msgid "avahi_service_type_browser_new() failed: %s\n"
584 msgstr ""
585
586 #: ../avahi-utils/avahi-browse.c:519
587 #, c-format
588 msgid "avahi_domain_browser_new() failed: %s\n"
589 msgstr ""
590
591 #: ../avahi-utils/avahi-browse.c:535 ../avahi-utils/avahi-publish.c:394
592 #: ../avahi-utils/avahi-resolve.c:280 ../avahi-utils/avahi-set-host-name.c:168
593 #, c-format
594 msgid "Failed to query version string: %s\n"
595 msgstr ""
596
597 #: ../avahi-utils/avahi-browse.c:540 ../avahi-utils/avahi-publish.c:399
598 #: ../avahi-utils/avahi-resolve.c:285 ../avahi-utils/avahi-set-host-name.c:173
599 #: ../avahi-utils/avahi-set-host-name.c:189
600 #, c-format
601 msgid "Failed to query host name: %s\n"
602 msgstr ""
603
604 #: ../avahi-utils/avahi-browse.c:544 ../avahi-utils/avahi-publish.c:403
605 #: ../avahi-utils/avahi-resolve.c:289 ../avahi-utils/avahi-set-host-name.c:177
606 #, c-format
607 msgid "Server version: %s; Host name: %s\n"
608 msgstr ""
609
610 #. Translators: This is a column heading with abbreviations for
611 #. * Event (+/-), Network Interface, Protocol (IPv4/v6), Domain
612 #: ../avahi-utils/avahi-browse.c:549
613 #, c-format
614 msgid "E Ifce Prot Domain\n"
615 msgstr ""
616
617 #. Translators: This is a column heading with abbreviations for
618 #. * Event (+/-), Network Interface, Protocol (IPv4/v6), Domain
619 #: ../avahi-utils/avahi-browse.c:553
620 #, c-format
621 msgid "E Ifce Prot %-*s %-20s Domain\n"
622 msgstr ""
623
624 #. We have been disconnected, so let reconnect
625 #: ../avahi-utils/avahi-browse.c:585 ../avahi-utils/avahi-publish.c:163
626 #, c-format
627 msgid "Disconnected, reconnecting ...\n"
628 msgstr ""
629
630 #: ../avahi-utils/avahi-browse.c:599 ../avahi-utils/avahi-browse.c:829
631 #: ../avahi-utils/avahi-publish.c:170 ../avahi-utils/avahi-publish.c:386
632 #: ../avahi-utils/avahi-resolve.c:272 ../avahi-utils/avahi-set-host-name.c:160
633 #, c-format
634 msgid "Failed to create client object: %s\n"
635 msgstr ""
636
637 #: ../avahi-utils/avahi-browse.c:604 ../avahi-utils/avahi-publish.c:175
638 #: ../avahi-utils/avahi-resolve.c:143 ../avahi-utils/avahi-set-host-name.c:59
639 #, c-format
640 msgid "Client failure, exiting: %s\n"
641 msgstr ""
642
643 #: ../avahi-utils/avahi-browse.c:623 ../avahi-utils/avahi-publish.c:206
644 #, c-format
645 msgid "Waiting for daemon ...\n"
646 msgstr ""
647
648 #: ../avahi-utils/avahi-browse.c:647
649 msgid ""
650 " -h --help Show this help\n"
651 " -V --version Show version\n"
652 " -D --browse-domains Browse for browsing domains instead of services\n"
653 " -a --all Show all services, regardless of the type\n"
654 " -d --domain=DOMAIN The domain to browse in\n"
655 " -v --verbose Enable verbose mode\n"
656 " -t --terminate Terminate after dumping a more or less complete "
657 "list\n"
658 " -c --cache Terminate after dumping all entries from the cache\n"
659 " -l --ignore-local Ignore local services\n"
660 " -r --resolve Resolve services found\n"
661 " -f --no-fail Don't fail if the daemon is not available\n"
662 " -p --parsable Output in parsable format\n"
663 msgstr ""
664
665 #: ../avahi-utils/avahi-browse.c:660
666 msgid ""
667 " -k --no-db-lookup Don't lookup service types\n"
668 " -b --dump-db Dump service type database\n"
669 msgstr ""
670
671 #: ../avahi-utils/avahi-browse.c:766 ../avahi-utils/avahi-resolve.c:219
672 #, c-format
673 msgid "Too few arguments\n"
674 msgstr ""
675
676 #: ../avahi-utils/avahi-browse.c:821 ../avahi-utils/avahi-publish.c:378
677 #: ../avahi-utils/avahi-resolve.c:264 ../avahi-utils/avahi-set-host-name.c:152
678 #, c-format
679 msgid "Failed to create simple poll object.\n"
680 msgstr ""
681
682 #: ../avahi-utils/avahi-publish.c:76
683 #, c-format
684 msgid "Established under name '%s'\n"
685 msgstr ""
686
687 #: ../avahi-utils/avahi-publish.c:81
688 #, c-format
689 msgid "Failed to register: %s\n"
690 msgstr ""
691
692 #: ../avahi-utils/avahi-publish.c:94
693 #, c-format
694 msgid "Name collision, picking new name '%s'.\n"
695 msgstr ""
696
697 #: ../avahi-utils/avahi-publish.c:114
698 #, c-format
699 msgid "Failed to create entry group: %s\n"
700 msgstr ""
701
702 #: ../avahi-utils/avahi-publish.c:124
703 #, c-format
704 msgid "Failed to add address: %s\n"
705 msgstr ""
706
707 #: ../avahi-utils/avahi-publish.c:134
708 #, c-format
709 msgid "Failed to add service: %s\n"
710 msgstr ""
711
712 #: ../avahi-utils/avahi-publish.c:140
713 #, c-format
714 msgid "Failed to add subtype '%s': %s\n"
715 msgstr ""
716
717 #: ../avahi-utils/avahi-publish.c:191
718 #, c-format
719 msgid "Host name conflict\n"
720 msgstr ""
721
722 #: ../avahi-utils/avahi-publish.c:216
723 #, c-format
724 msgid ""
725 "%s [options] %s <name> <type> <port> [<txt ...>]\n"
726 "%s [options] %s <host-name> <address>\n"
727 "\n"
728 " -h --help Show this help\n"
729 " -V --version Show version\n"
730 " -s --service Publish service\n"
731 " -a --address Publish address\n"
732 " -v --verbose Enable verbose mode\n"
733 " -d --domain=DOMAIN Domain to publish service in\n"
734 " -H --host=DOMAIN Host where service resides\n"
735 " --subtype=SUBTYPE An additional subtype to register this service "
736 "with\n"
737 " -R --no-reverse Do not publish reverse entry with address\n"
738 " -f --no-fail Don't fail if the daemon is not available\n"
739 msgstr ""
740
741 #: ../avahi-utils/avahi-publish.c:303 ../avahi-utils/avahi-publish.c:318
742 #, c-format
743 msgid "Bad number of arguments\n"
744 msgstr ""
745
746 #: ../avahi-utils/avahi-publish.c:329
747 #, c-format
748 msgid "Failed to parse port number: %s\n"
749 msgstr ""
750
751 #: ../avahi-utils/avahi-publish.c:361 ../avahi-utils/avahi-resolve.c:246
752 #, c-format
753 msgid "No command specified.\n"
754 msgstr ""
755
756 #: ../avahi-utils/avahi-resolve.c:89
757 #, c-format
758 msgid "Failed to resolve host name '%s': %s\n"
759 msgstr ""
760
761 #: ../avahi-utils/avahi-resolve.c:126
762 #, c-format
763 msgid "Failed to resolve address '%s': %s\n"
764 msgstr ""
765
766 #: ../avahi-utils/avahi-resolve.c:157
767 #, c-format
768 msgid ""
769 "%s [options] %s <host name ...>\n"
770 "%s [options] %s <address ... >\n"
771 "\n"
772 " -h --help Show this help\n"
773 " -V --version Show version\n"
774 " -n --name Resolve host name\n"
775 " -a --address Resolve address\n"
776 " -v --verbose Enable verbose mode\n"
777 " -6 Lookup IPv6 address\n"
778 " -4 Lookup IPv4 address\n"
779 msgstr ""
780
781 #: ../avahi-utils/avahi-resolve.c:299 ../avahi-utils/avahi-set-host-name.c:181
782 #, c-format
783 msgid "Failed to create host name resolver: %s\n"
784 msgstr ""
785
786 #: ../avahi-utils/avahi-resolve.c:309
787 #, c-format
788 msgid "Failed to parse address '%s'\n"
789 msgstr ""
790
791 #: ../avahi-utils/avahi-resolve.c:314
792 #, c-format
793 msgid "Failed to create address resolver: %s\n"
794 msgstr ""
795
796 #: ../avahi-utils/avahi-set-host-name.c:73
797 #, c-format
798 msgid ""
799 "%s [options] <new host name>\n"
800 "\n"
801 " -h --help Show this help\n"
802 " -V --version Show version\n"
803 " -v --verbose Enable verbose mode\n"
804 msgstr ""
805
806 #: ../avahi-utils/avahi-set-host-name.c:114
807 #, c-format
808 msgid "Invalid number of arguments, expecting exactly one.\n"
809 msgstr ""
810
811 #: ../avahi-utils/avahi-set-host-name.c:193
812 #, c-format
813 msgid "Host name successfully changed to %s\n"
814 msgstr ""
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
5 # Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>, 2011
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: Avahi\n"
9 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2015-10-10 13:24+0200\n"
11 "PO-Revision-Date: 2013-11-20 09:58+0000\n"
12 "Last-Translator: Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>\n"
13 "Language-Team: Latvian (http://www.transifex.com/lennart/avahi/language/"
14 "lv/)\n"
15 "Language: lv\n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=UTF-8\n"
18 "Content-Transfer-Encoding: 8bit\n"
19 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : "
20 "2);\n"
21
22 #: ../avahi-common/error.c:30
23 msgid "OK"
24 msgstr "Labi"
25
26 #: ../avahi-common/error.c:31
27 msgid "Operation failed"
28 msgstr "Darbība neizdevās"
29
30 #: ../avahi-common/error.c:32
31 msgid "Bad state"
32 msgstr "Slikts stāvoklis"
33
34 #: ../avahi-common/error.c:33
35 msgid "Invalid host name"
36 msgstr "Nederīgs datora nosaukums"
37
38 #: ../avahi-common/error.c:34
39 msgid "Invalid domain name"
40 msgstr "Nederīgs domēna nosaukums"
41
42 #: ../avahi-common/error.c:35
43 msgid "No suitable network protocol available"
44 msgstr "Nav pieejams piemērots tīkla protokols"
45
46 #: ../avahi-common/error.c:36
47 msgid "Invalid DNS TTL"
48 msgstr "Nederīgs DNS TTL"
49
50 #: ../avahi-common/error.c:37
51 msgid "Resource record key is pattern"
52 msgstr "Resursa ieraksta atslēga ir šablons"
53
54 #: ../avahi-common/error.c:38
55 msgid "Local name collision"
56 msgstr "Lokālā vārda kolīzija"
57
58 #: ../avahi-common/error.c:39
59 msgid "Invalid record"
60 msgstr "Nederīgs ieraksts"
61
62 #: ../avahi-common/error.c:41
63 msgid "Invalid service name"
64 msgstr "Nederīgs servisa nosaukums"
65
66 #: ../avahi-common/error.c:42
67 msgid "Invalid service type"
68 msgstr "Nederīgs servisa veids"
69
70 #: ../avahi-common/error.c:43
71 msgid "Invalid port number"
72 msgstr "Nederīgs porta numurs"
73
74 #: ../avahi-common/error.c:44
75 msgid "Invalid record key"
76 msgstr "Nederīga ieraksta atslēga"
77
78 #: ../avahi-common/error.c:45
79 msgid "Invalid address"
80 msgstr "Nederīga adrese"
81
82 #: ../avahi-common/error.c:46
83 msgid "Timeout reached"
84 msgstr "Tika sasniegta noildze"
85
86 #: ../avahi-common/error.c:47
87 msgid "Too many clients"
88 msgstr "Pārāk daudz klientu"
89
90 #: ../avahi-common/error.c:48
91 msgid "Too many objects"
92 msgstr "Pārāk daudz objektu"
93
94 #: ../avahi-common/error.c:49
95 msgid "Too many entries"
96 msgstr "Pārāk daudz ierakstu"
97
98 #: ../avahi-common/error.c:50
99 msgid "OS Error"
100 msgstr "OS kļūda"
101
102 #: ../avahi-common/error.c:52
103 msgid "Access denied"
104 msgstr "Pieeja liegta"
105
106 #: ../avahi-common/error.c:53
107 msgid "Invalid operation"
108 msgstr "Nederīga darbība"
109
110 #: ../avahi-common/error.c:54
111 msgid "An unexpected D-Bus error occurred"
112 msgstr "Notika negaidīta D-Bus kļūda"
113
114 #: ../avahi-common/error.c:55
115 msgid "Daemon connection failed"
116 msgstr "Neizdevās savienoties ar dēmonu"
117
118 #: ../avahi-common/error.c:56
119 msgid "Memory exhausted"
120 msgstr "Atmiņa izsmelta"
121
122 #: ../avahi-common/error.c:57
123 msgid "The object passed in was not valid"
124 msgstr "Padotais objekts nav derīgs"
125
126 #: ../avahi-common/error.c:58
127 msgid "Daemon not running"
128 msgstr "Dēmons nedarbojas"
129
130 #: ../avahi-common/error.c:59
131 msgid "Invalid interface index"
132 msgstr "Nederīgs saskarnes indekss"
133
134 #: ../avahi-common/error.c:60
135 msgid "Invalid protocol specification"
136 msgstr "Nederīga protokola specifikācija"
137
138 #: ../avahi-common/error.c:61
139 msgid "Invalid flags"
140 msgstr "Nederīgs karogs"
141
142 #: ../avahi-common/error.c:63
143 msgid "Not found"
144 msgstr "Nav atrasts"
145
146 #: ../avahi-common/error.c:64
147 msgid "Invalid configuration"
148 msgstr "Nederīga konfigurācija"
149
150 #: ../avahi-common/error.c:65
151 msgid "Version mismatch"
152 msgstr "Versiju nesakritība"
153
154 #: ../avahi-common/error.c:66
155 msgid "Invalid service subtype"
156 msgstr "Nederīgs servisa apakštips"
157
158 #: ../avahi-common/error.c:67
159 msgid "Invalid packet"
160 msgstr "Nederīga pakete"
161
162 #: ../avahi-common/error.c:68
163 msgid "Invalid DNS return code"
164 msgstr "Nederīgs DNS atgrieztais kods"
165
166 #: ../avahi-common/error.c:69
167 msgid "DNS failure: FORMERR"
168 msgstr "DNS kļūme: FORMERR"
169
170 #: ../avahi-common/error.c:70
171 msgid "DNS failure: SERVFAIL"
172 msgstr "DNS kļūme: SERVFAIL"
173
174 #: ../avahi-common/error.c:71
175 msgid "DNS failure: NXDOMAIN"
176 msgstr "DNS kļūme: NXDOMAIN"
177
178 #: ../avahi-common/error.c:72
179 msgid "DNS failure: NOTIMP"
180 msgstr "DNS kļūme: NOTIMP"
181
182 #: ../avahi-common/error.c:74
183 msgid "DNS failure: REFUSED"
184 msgstr "DNS kļūme: REFUSED"
185
186 #: ../avahi-common/error.c:75
187 msgid "DNS failure: YXDOMAIN"
188 msgstr "DNS kļūme: YXDOMAIN"
189
190 #: ../avahi-common/error.c:76
191 msgid "DNS failure: YXRRSET"
192 msgstr "DNS kļūme: YXRRSET"
193
194 #: ../avahi-common/error.c:77
195 msgid "DNS failure: NXRRSET"
196 msgstr "DNS kļūme: NXRRSET"
197
198 #: ../avahi-common/error.c:78
199 msgid "DNS failure: NOTAUTH"
200 msgstr "DNS kļūme: NOTAUTH"
201
202 #: ../avahi-common/error.c:79
203 msgid "DNS failure: NOTZONE"
204 msgstr "DNS kļūme: NOTZONE"
205
206 #: ../avahi-common/error.c:80
207 msgid "Invalid RDATA"
208 msgstr "Nederīgs RDATA"
209
210 #: ../avahi-common/error.c:81
211 msgid "Invalid DNS type"
212 msgstr "Nederīgs DNS tips"
213
214 #: ../avahi-common/error.c:82
215 msgid "Invalid DNS class"
216 msgstr "Nederīga DNS klase"
217
218 #: ../avahi-common/error.c:83
219 msgid "Not supported"
220 msgstr "Nav atbalstīts"
221
222 #: ../avahi-common/error.c:85
223 msgid "Not permitted"
224 msgstr "Nav atļauts"
225
226 #: ../avahi-common/error.c:86
227 msgid "Invalid argument"
228 msgstr "Nederīgs parametrs"
229
230 #: ../avahi-common/error.c:87
231 msgid "Is empty"
232 msgstr "Ir tukšs"
233
234 #: ../avahi-common/error.c:88
235 msgid "The requested operation is invalid because redundant"
236 msgstr "Pieprasītā darbība nav derīga, jo ir lieka"
237
238 #: ../avahi-common/error.c:94
239 msgid "Invalid Error Code"
240 msgstr "Nederīgs kļūdas kods"
241
242 #: ../avahi-discover-standalone/avahi-discover.ui.h:1
243 msgid "Avahi Discovery"
244 msgstr "Avahi atklāšana"
245
246 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
247 #: ../avahi-python/avahi-discover/avahi-discover.py:76
248 msgid "<i>No service currently selected.</i>"
249 msgstr "<i>Neviens serviss pašlaik nav izvēlēts.</i>"
250
251 #: ../avahi-python/avahi-discover/avahi-discover.desktop.in.in.h:1
252 msgid "Avahi Zeroconf Browser"
253 msgstr "Avahi Zeroconf pārlūks"
254
255 #: ../avahi-python/avahi-discover/avahi-discover.desktop.in.in.h:2
256 msgid "Browse for Zeroconf services available on your network"
257 msgstr "Pārlūkot Zeroconf pakalpojumus, kas pieejami šajā tīklā"
258
259 #: ../avahi-python/avahi-discover/avahi-discover.py:224
260 msgid "TXT"
261 msgstr "TXT"
262
263 #: ../avahi-python/avahi-discover/avahi-discover.py:226
264 msgid "TXT Data:"
265 msgstr "TXT dati:"
266
267 #: ../avahi-python/avahi-discover/avahi-discover.py:226
268 msgid "empty"
269 msgstr "tukšs"
270
271 #: ../avahi-python/avahi-discover/avahi-discover.py:228
272 msgid "Service Type:"
273 msgstr "Servisa tips:"
274
275 #: ../avahi-python/avahi-discover/avahi-discover.py:229
276 msgid "Service Name:"
277 msgstr "Servisa nosaukums:"
278
279 #: ../avahi-python/avahi-discover/avahi-discover.py:230
280 msgid "Domain Name:"
281 msgstr "Domēna nosaukums:"
282
283 #: ../avahi-python/avahi-discover/avahi-discover.py:231
284 msgid "Interface:"
285 msgstr "Saskarne:"
286
287 #: ../avahi-python/avahi-discover/avahi-discover.py:232
288 msgid "Address:"
289 msgstr "Adrese:"
290
291 #: ../avahi-ui/avahi-ui.c:185
292 msgid "Browse Service Types"
293 msgstr "Pārlūkot servisa tipus"
294
295 #: ../avahi-ui/avahi-ui.c:185
296 msgid "A NULL terminated list of service types to browse for"
297 msgstr "Ar NULL pabeigts saraksts ar servisu veidiem, ko pārlūkot"
298
299 #: ../avahi-ui/avahi-ui.c:190
300 msgid "Domain"
301 msgstr "Domēns"
302
303 #: ../avahi-ui/avahi-ui.c:190
304 msgid "The domain to browse in, or NULL for the default domain"
305 msgstr "Domēns, kurā pārlūkot, vai NULL noklusētajam domēnam"
306
307 #: ../avahi-ui/avahi-ui.c:196
308 msgid "Service Type"
309 msgstr "Servisa tips"
310
311 #: ../avahi-ui/avahi-ui.c:196
312 msgid "The service type of the selected service"
313 msgstr "Servisa tips izvēlētajam servisam"
314
315 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1035
316 msgid "Service Name"
317 msgstr "Servisa nosaukums"
318
319 #: ../avahi-ui/avahi-ui.c:202
320 msgid "The service name of the selected service"
321 msgstr "Izvēlētā servisa nosaukums"
322
323 #: ../avahi-ui/avahi-ui.c:208
324 msgid "Address"
325 msgstr "Adrese"
326
327 #: ../avahi-ui/avahi-ui.c:208
328 msgid "The address of the resolved service"
329 msgstr "Atrastā servisa adrese"
330
331 #: ../avahi-ui/avahi-ui.c:213
332 msgid "Port"
333 msgstr "Ports"
334
335 #: ../avahi-ui/avahi-ui.c:213
336 msgid "The IP port number of the resolved service"
337 msgstr "IP porta skaitlis atrastajam servisam"
338
339 #: ../avahi-ui/avahi-ui.c:219
340 msgid "Host Name"
341 msgstr "Servera nosaukums"
342
343 #: ../avahi-ui/avahi-ui.c:219
344 msgid "The host name of the resolved service"
345 msgstr "Atrastā servisa servera nosaukums"
346
347 #: ../avahi-ui/avahi-ui.c:225
348 msgid "TXT Data"
349 msgstr "TXT dari"
350
351 #: ../avahi-ui/avahi-ui.c:225
352 msgid "The TXT data of the resolved service"
353 msgstr "Atrastā servisa TXT dati"
354
355 #: ../avahi-ui/avahi-ui.c:230
356 msgid "Resolve Service"
357 msgstr "Atrast servisu"
358
359 #: ../avahi-ui/avahi-ui.c:230
360 msgid "Resolve the selected service automatically before returning"
361 msgstr "Pirms atgriezties, atrast izvēlēto servisu automātiski"
362
363 #: ../avahi-ui/avahi-ui.c:236
364 msgid "Resolve Service Host Name"
365 msgstr "Atrast servisa datora nosaukumu"
366
367 #: ../avahi-ui/avahi-ui.c:236
368 msgid ""
369 "Resolve the host name of the selected service automatically before returning"
370 msgstr ""
371 "Pirms atgriezties, atrast izvēlētā servisa datora nosaukumu automātiski"
372
373 #: ../avahi-ui/avahi-ui.c:242
374 msgid "Address family"
375 msgstr "Adrešu saime"
376
377 #: ../avahi-ui/avahi-ui.c:242
378 msgid "The address family for host name resolution"
379 msgstr "Adrešu saime datora nosaukuma atradumam"
380
381 #: ../avahi-ui/avahi-ui.c:326
382 #, c-format
383 msgid "Avahi client failure: %s"
384 msgstr "Avahi klienta kļūme: %s"
385
386 #: ../avahi-ui/avahi-ui.c:388
387 #, c-format
388 msgid "Avahi resolver failure: %s"
389 msgstr "Avahi atradēja kļūme: %s"
390
391 #: ../avahi-ui/avahi-ui.c:518
392 #, c-format
393 msgid "Browsing for service type %s in domain %s failed: %s"
394 msgstr "Servisa tipa %s pārlūkošana domēnā %s neizdevās: %s"
395
396 #: ../avahi-ui/avahi-ui.c:519 ../avahi-utils/avahi-browse.c:168
397 #: ../avahi-utils/avahi-browse.c:169 ../avahi-utils/avahi-browse.c:178
398 #: ../avahi-utils/avahi-browse.c:179
399 msgid "n/a"
400 msgstr "n/p"
401
402 #: ../avahi-ui/avahi-ui.c:649
403 #, c-format
404 msgid "Avahi domain browser failure: %s"
405 msgstr "Avahi domēna pārlūka kļūme: %s"
406
407 #: ../avahi-ui/avahi-ui.c:684
408 #, c-format
409 msgid "Failed to read Avahi domain: %s"
410 msgstr "Neizdevās nolasīt Avahi domēnu: %s"
411
412 #: ../avahi-ui/avahi-ui.c:706
413 msgid "Browse service type list is empty!"
414 msgstr "Pārlūka servisa tipu saraksts ir tukšs!"
415
416 #: ../avahi-ui/avahi-ui.c:717
417 #, c-format
418 msgid "Failed to connect to Avahi server: %s"
419 msgstr "Neizdevās savienoties ar Avahi serveri: %s"
420
421 #: ../avahi-ui/avahi-ui.c:735
422 msgid "Browsing for services on <b>local network</b>:"
423 msgstr "Pārlūkot servisus <b>lokālajā tīklā</b>:"
424
425 #: ../avahi-ui/avahi-ui.c:737
426 #, c-format
427 msgid "Browsing for services in domain <b>%s</b>:"
428 msgstr "Pārlūkot servisus domēnā<b>%s</b>:"
429
430 #: ../avahi-ui/avahi-ui.c:773
431 #, c-format
432 msgid "Failed to create browser for %s: %s"
433 msgstr "Neizdevās izveidot %s pārlūku: %s"
434
435 #: ../avahi-ui/avahi-ui.c:907
436 #, c-format
437 msgid "Failed to create resolver for %s of type %s in domain %s: %s"
438 msgstr "Neizdevās izveidot %s atradēju tipam %s domēnā %s: %s"
439
440 #: ../avahi-ui/avahi-ui.c:982
441 #, c-format
442 msgid "Failed to create domain browser: %s"
443 msgstr "Neizdevās izveidot domēna pārlūku: %s"
444
445 #: ../avahi-ui/avahi-ui.c:993
446 msgid "Change domain"
447 msgstr "Mainīt domēnu"
448
449 #: ../avahi-ui/avahi-ui.c:1043 ../avahi-ui/avahi-ui.c:1180
450 msgid "Browsing..."
451 msgstr "Pārlūko..."
452
453 #: ../avahi-ui/avahi-ui.c:1047 ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156
454 #: ../avahi-ui/bssh.c:161
455 #, fuzzy
456 msgid "_Cancel"
457 msgstr "Atcelts.\n"
458
459 #: ../avahi-ui/avahi-ui.c:1048
460 #, fuzzy
461 msgid "_OK"
462 msgstr "Labi"
463
464 #: ../avahi-ui/avahi-ui.c:1134
465 msgid "Initializing..."
466 msgstr "Inicializē..."
467
468 #: ../avahi-ui/avahi-ui.c:1162
469 msgid "Location"
470 msgstr "Vieta"
471
472 #: ../avahi-ui/avahi-ui.c:1167 ../avahi-utils/avahi-browse.c:553
473 msgid "Name"
474 msgstr "Nosaukums"
475
476 #: ../avahi-ui/avahi-ui.c:1172 ../avahi-utils/avahi-browse.c:553
477 msgid "Type"
478 msgstr "Tips"
479
480 #: ../avahi-ui/avahi-ui.c:1184
481 msgid "_Domain..."
482 msgstr "_Domēns..."
483
484 #: ../avahi-ui/bssh.c:55
485 #, c-format
486 msgid ""
487 "%s [options]\n"
488 "\n"
489 " -h --help Show this help\n"
490 " -s --ssh Browse SSH servers\n"
491 " -v --vnc Browse VNC servers\n"
492 " -S --shell Browse both SSH and VNC\n"
493 " -d --domain=DOMAIN The domain to browse in\n"
494 msgstr ""
495 "%s [opcijas]\n"
496 "\n"
497 " -h --help Rādīt šo palīdzību\n"
498 " -s --ssh Pārlūkot SSH serverus\n"
499 " -v --vnc Pārlūkot VNC serverus\n"
500 " -S --shell Pārlūkot gan SSH, gan VNC\n"
501 " -d --domain=DOMĒNS Domēns, kurā pārlūkot\n"
502
503 #: ../avahi-ui/bssh.c:101 ../avahi-utils/avahi-browse.c:775
504 #, c-format
505 msgid "Too many arguments\n"
506 msgstr "Pārāk daudz parametru\n"
507
508 #: ../avahi-ui/bssh.c:149
509 msgid "Choose Shell Server"
510 msgstr "Izvēlieties čaulas serveri"
511
512 #: ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156 ../avahi-ui/bssh.c:161
513 msgid "C_onnect"
514 msgstr ""
515
516 #: ../avahi-ui/bssh.c:151
517 msgid "Desktop"
518 msgstr "Darbvirsma"
519
520 #: ../avahi-ui/bssh.c:152
521 msgid "Terminal"
522 msgstr "Terminālis"
523
524 #: ../avahi-ui/bssh.c:156
525 msgid "Choose VNC server"
526 msgstr "Izvēlieties VNC serveri"
527
528 #: ../avahi-ui/bssh.c:161
529 msgid "Choose SSH server"
530 msgstr "Izvēlieties SSH serveri"
531
532 #: ../avahi-ui/bssh.c:185
533 #, c-format
534 msgid "Connecting to '%s' ...\n"
535 msgstr "Savienojas ar '%s' ...\n"
536
537 #: ../avahi-ui/bssh.c:240
538 #, c-format
539 msgid "execlp() failed: %s\n"
540 msgstr "execlp() neizdevās: %s\n"
541
542 #: ../avahi-ui/bssh.c:250
543 #, c-format
544 msgid "Canceled.\n"
545 msgstr "Atcelts.\n"
546
547 #: ../avahi-ui/bssh.desktop.in.in.h:1
548 msgid "Avahi SSH Server Browser"
549 msgstr "Avahi SSH serveru pārlūks"
550
551 #: ../avahi-ui/bssh.desktop.in.in.h:2
552 msgid "Browse for Zeroconf-enabled SSH Servers"
553 msgstr "Pārlūkot Zeroconf aktivētus SSH serverus"
554
555 #: ../avahi-ui/bvnc.desktop.in.in.h:1
556 msgid "Avahi VNC Server Browser"
557 msgstr "Avahi VNC serveru pārlūks"
558
559 #: ../avahi-ui/bvnc.desktop.in.in.h:2
560 msgid "Browse for Zeroconf-enabled VNC Servers"
561 msgstr "Pārlūkot Zeroconf aktivētus VNC serverus"
562
563 #: ../avahi-utils/avahi-browse.c:107
564 #, c-format
565 msgid ": All for now\n"
566 msgstr ": Pagaidām viss\n"
567
568 #: ../avahi-utils/avahi-browse.c:118
569 #, c-format
570 msgid ": Cache exhausted\n"
571 msgstr ": Kešs izsmelts\n"
572
573 #: ../avahi-utils/avahi-browse.c:239 ../avahi-utils/avahi-browse.c:261
574 #, c-format
575 msgid "Failed to resolve service '%s' of type '%s' in domain '%s': %s\n"
576 msgstr "Neizdevās atrast servisu '%s' ar tipu '%s' domēnā '%s': %s\n"
577
578 #: ../avahi-utils/avahi-browse.c:340
579 #, c-format
580 msgid "service_browser failed: %s\n"
581 msgstr "service_browser neizdevās: %s\n"
582
583 #: ../avahi-utils/avahi-browse.c:378
584 #, c-format
585 msgid "avahi_service_browser_new() failed: %s\n"
586 msgstr "avahi_service_browser_new() neizdevās: %s\n"
587
588 #: ../avahi-utils/avahi-browse.c:414
589 #, c-format
590 msgid "service_type_browser failed: %s\n"
591 msgstr "service_type_browser neizdevās: %s\n"
592
593 #: ../avahi-utils/avahi-browse.c:444
594 #, c-format
595 msgid "avahi_service_type_browser_new() failed: %s\n"
596 msgstr "avahi_service_type_browser_new() neizdevās: %s\n"
597
598 #: ../avahi-utils/avahi-browse.c:519
599 #, c-format
600 msgid "avahi_domain_browser_new() failed: %s\n"
601 msgstr "avahi_domain_browser_new() neizdevās: %s\n"
602
603 #: ../avahi-utils/avahi-browse.c:535 ../avahi-utils/avahi-publish.c:394
604 #: ../avahi-utils/avahi-resolve.c:280 ../avahi-utils/avahi-set-host-name.c:168
605 #, c-format
606 msgid "Failed to query version string: %s\n"
607 msgstr "Neizdevās vaicāt versijas virkni: %s\n"
608
609 #: ../avahi-utils/avahi-browse.c:540 ../avahi-utils/avahi-publish.c:399
610 #: ../avahi-utils/avahi-resolve.c:285 ../avahi-utils/avahi-set-host-name.c:173
611 #: ../avahi-utils/avahi-set-host-name.c:189
612 #, c-format
613 msgid "Failed to query host name: %s\n"
614 msgstr "Neizdevās vaicāt datora nosaukumu: %s\n"
615
616 #: ../avahi-utils/avahi-browse.c:544 ../avahi-utils/avahi-publish.c:403
617 #: ../avahi-utils/avahi-resolve.c:289 ../avahi-utils/avahi-set-host-name.c:177
618 #, c-format
619 msgid "Server version: %s; Host name: %s\n"
620 msgstr "Servera versija: %s; Datora nosaukums: %s\n"
621
622 #. Translators: This is a column heading with abbreviations for
623 #. * Event (+/-), Network Interface, Protocol (IPv4/v6), Domain
624 #: ../avahi-utils/avahi-browse.c:549
625 #, c-format
626 msgid "E Ifce Prot Domain\n"
627 msgstr "E Ifce Prot domēns\n"
628
629 #. Translators: This is a column heading with abbreviations for
630 #. * Event (+/-), Network Interface, Protocol (IPv4/v6), Domain
631 #: ../avahi-utils/avahi-browse.c:553
632 #, c-format
633 msgid "E Ifce Prot %-*s %-20s Domain\n"
634 msgstr "E Ifce Prot %-*s %-20s domēns\n"
635
636 #. We have been disconnected, so let reconnect
637 #: ../avahi-utils/avahi-browse.c:585 ../avahi-utils/avahi-publish.c:163
638 #, c-format
639 msgid "Disconnected, reconnecting ...\n"
640 msgstr "Atvienojās, atkal savienojas ...\n"
641
642 #: ../avahi-utils/avahi-browse.c:599 ../avahi-utils/avahi-browse.c:829
643 #: ../avahi-utils/avahi-publish.c:170 ../avahi-utils/avahi-publish.c:386
644 #: ../avahi-utils/avahi-resolve.c:272 ../avahi-utils/avahi-set-host-name.c:160
645 #, c-format
646 msgid "Failed to create client object: %s\n"
647 msgstr "Neizdevās izveidot klienta objektu: %s\n"
648
649 #: ../avahi-utils/avahi-browse.c:604 ../avahi-utils/avahi-publish.c:175
650 #: ../avahi-utils/avahi-resolve.c:143 ../avahi-utils/avahi-set-host-name.c:59
651 #, c-format
652 msgid "Client failure, exiting: %s\n"
653 msgstr "Klienta kļūme, iziet: %s\n"
654
655 #: ../avahi-utils/avahi-browse.c:623 ../avahi-utils/avahi-publish.c:206
656 #, c-format
657 msgid "Waiting for daemon ...\n"
658 msgstr "Gaida uz dēmonu ...\n"
659
660 #: ../avahi-utils/avahi-browse.c:647
661 msgid ""
662 " -h --help Show this help\n"
663 " -V --version Show version\n"
664 " -D --browse-domains Browse for browsing domains instead of services\n"
665 " -a --all Show all services, regardless of the type\n"
666 " -d --domain=DOMAIN The domain to browse in\n"
667 " -v --verbose Enable verbose mode\n"
668 " -t --terminate Terminate after dumping a more or less complete "
669 "list\n"
670 " -c --cache Terminate after dumping all entries from the cache\n"
671 " -l --ignore-local Ignore local services\n"
672 " -r --resolve Resolve services found\n"
673 " -f --no-fail Don't fail if the daemon is not available\n"
674 " -p --parsable Output in parsable format\n"
675 msgstr ""
676 " -h --help Rādīt šo palīdzību\n"
677 " -V --version Rādīt versiju\n"
678 " -D --browse-domains Pārlūkot pārlūkojamos domēnus, nevis servisus\n"
679 " -a --all Rādīt visus servisus, neskatoties uz tipiem\n"
680 " -d --domain=DOMĒNS Domēns, kurā pārlūkot\n"
681 " -v --verbose Aktivēt detalizētu režīmu\n"
682 " -t --terminate Apturēt pēc daudz maz pilnīga saraksta izmešanas\n"
683 " -c --cache Apturēt pēc visu ierakstu izmešanas no keša\n"
684 " -l --ignore-local Ignorēt lokālos servisus\n"
685 " -r --resolve Atrastie meklēšanas servisi\n"
686 " -f --no-fail Neavarēt, ja nav atrasts dēmons\n"
687 " -p --parsable Izvade parsējamā formā\n"
688
689 #: ../avahi-utils/avahi-browse.c:660
690 msgid ""
691 " -k --no-db-lookup Don't lookup service types\n"
692 " -b --dump-db Dump service type database\n"
693 msgstr ""
694 " -k --no-db-lookup Neuzmeklēt servisu tipus\n"
695 " -b --dump-db Izmest servisu tipu datubāzi\n"
696
697 #: ../avahi-utils/avahi-browse.c:766 ../avahi-utils/avahi-resolve.c:219
698 #, c-format
699 msgid "Too few arguments\n"
700 msgstr "Pārāk maz parametru\n"
701
702 #: ../avahi-utils/avahi-browse.c:821 ../avahi-utils/avahi-publish.c:378
703 #: ../avahi-utils/avahi-resolve.c:264 ../avahi-utils/avahi-set-host-name.c:152
704 #, c-format
705 msgid "Failed to create simple poll object.\n"
706 msgstr "Neizdevās izveidot vienkāršu aptaujas objektu.\n"
707
708 #: ../avahi-utils/avahi-publish.c:76
709 #, c-format
710 msgid "Established under name '%s'\n"
711 msgstr "Izveido ar nosaukumu '%s'\n"
712
713 #: ../avahi-utils/avahi-publish.c:81
714 #, c-format
715 msgid "Failed to register: %s\n"
716 msgstr "Neizdevās reģistrēt: %s\n"
717
718 #: ../avahi-utils/avahi-publish.c:94
719 #, c-format
720 msgid "Name collision, picking new name '%s'.\n"
721 msgstr "Nosaukumu kolīzija, izvēlieties jaunu nosaukumu '%s'.\n"
722
723 #: ../avahi-utils/avahi-publish.c:114
724 #, c-format
725 msgid "Failed to create entry group: %s\n"
726 msgstr "Neizdevās izveidot ierakstu grupu: %s\n"
727
728 #: ../avahi-utils/avahi-publish.c:124
729 #, c-format
730 msgid "Failed to add address: %s\n"
731 msgstr "Neizdevās pievienot adresi: %s\n"
732
733 #: ../avahi-utils/avahi-publish.c:134
734 #, c-format
735 msgid "Failed to add service: %s\n"
736 msgstr "Neizdevās pievienot servisu: %s\n"
737
738 #: ../avahi-utils/avahi-publish.c:140
739 #, c-format
740 msgid "Failed to add subtype '%s': %s\n"
741 msgstr "Neizdevās pievienot apakštipu '%s': %s\n"
742
743 #: ../avahi-utils/avahi-publish.c:191
744 #, c-format
745 msgid "Host name conflict\n"
746 msgstr "Datoru nosaukumu konflikts\n"
747
748 #: ../avahi-utils/avahi-publish.c:216
749 #, c-format
750 msgid ""
751 "%s [options] %s <name> <type> <port> [<txt ...>]\n"
752 "%s [options] %s <host-name> <address>\n"
753 "\n"
754 " -h --help Show this help\n"
755 " -V --version Show version\n"
756 " -s --service Publish service\n"
757 " -a --address Publish address\n"
758 " -v --verbose Enable verbose mode\n"
759 " -d --domain=DOMAIN Domain to publish service in\n"
760 " -H --host=DOMAIN Host where service resides\n"
761 " --subtype=SUBTYPE An additional subtype to register this service "
762 "with\n"
763 " -R --no-reverse Do not publish reverse entry with address\n"
764 " -f --no-fail Don't fail if the daemon is not available\n"
765 msgstr ""
766 "%s [opcijas] %s <nosaukums> <tips> <ports> [<txt ...>]\n"
767 "%s [opcijas] %s <datora-nosaukums> <adrese>\n"
768 "\n"
769 " -h --help Rādīt šo palīdzību\n"
770 " -V --version Rādīt versiju\n"
771 " -s --service Publicēt servisu\n"
772 " -a --address Publicēt adresi\n"
773 " -v --verbose Aktivēt detalizēto režīmu\n"
774 " -d --domain=DOMĒNS Domēns, kurā publicēt servisu\n"
775 " -H --host=DOMĒNS Kur atrodas serviss\n"
776 " --subtype=APAKŠTIPS Papildu apakštips, ar ko reģistrēt šo servisu\n"
777 " -R --no-reverse Nepublicēt apgriezto ierakstu ar adresi\n"
778 " -f --no-fail Neavarēt, ja dēmons nav pieejams\n"
779
780 #: ../avahi-utils/avahi-publish.c:303 ../avahi-utils/avahi-publish.c:318
781 #, c-format
782 msgid "Bad number of arguments\n"
783 msgstr "Slikts parametru saraksts\n"
784
785 #: ../avahi-utils/avahi-publish.c:329
786 #, c-format
787 msgid "Failed to parse port number: %s\n"
788 msgstr "Neizdevās parsēt porta numuru: %s\n"
789
790 #: ../avahi-utils/avahi-publish.c:361 ../avahi-utils/avahi-resolve.c:246
791 #, c-format
792 msgid "No command specified.\n"
793 msgstr "Nav norādīta komanda.\n"
794
795 #: ../avahi-utils/avahi-resolve.c:89
796 #, c-format
797 msgid "Failed to resolve host name '%s': %s\n"
798 msgstr "Neizdevās atrast datora nosaukumu '%s': %s\n"
799
800 #: ../avahi-utils/avahi-resolve.c:126
801 #, c-format
802 msgid "Failed to resolve address '%s': %s\n"
803 msgstr "Neizdevās atrast adresi '%s': %s\n"
804
805 #: ../avahi-utils/avahi-resolve.c:157
806 #, c-format
807 msgid ""
808 "%s [options] %s <host name ...>\n"
809 "%s [options] %s <address ... >\n"
810 "\n"
811 " -h --help Show this help\n"
812 " -V --version Show version\n"
813 " -n --name Resolve host name\n"
814 " -a --address Resolve address\n"
815 " -v --verbose Enable verbose mode\n"
816 " -6 Lookup IPv6 address\n"
817 " -4 Lookup IPv4 address\n"
818 msgstr ""
819 "%s [opcijas] %s <datora nosaukums...>\n"
820 "%s [opcijas] %s <adrese ... >\n"
821 "\n"
822 " -h --help Rādīt šo palīdzību\n"
823 " -V --version Rādīt versiju\n"
824 " -n --name Atrast datora nosaukumu\n"
825 " -a --address Atrast adresi\n"
826 " -v --verbose Aktivēt detalizēto režīmi\n"
827 " -6 Uzmeklēt IPv6 adreses\n"
828 " -4 Uzmeklēt IPv4 adreses\n"
829
830 #: ../avahi-utils/avahi-resolve.c:299 ../avahi-utils/avahi-set-host-name.c:181
831 #, c-format
832 msgid "Failed to create host name resolver: %s\n"
833 msgstr "Neizdevās izveidot datoru nosaukumu atradēju: %s\n"
834
835 #: ../avahi-utils/avahi-resolve.c:309
836 #, c-format
837 msgid "Failed to parse address '%s'\n"
838 msgstr "Neizdevās parsēt adresi '%s'\n"
839
840 #: ../avahi-utils/avahi-resolve.c:314
841 #, c-format
842 msgid "Failed to create address resolver: %s\n"
843 msgstr "Neizdevās izveidot adrešu atradēju: %s\n"
844
845 #: ../avahi-utils/avahi-set-host-name.c:73
846 #, c-format
847 msgid ""
848 "%s [options] <new host name>\n"
849 "\n"
850 " -h --help Show this help\n"
851 " -V --version Show version\n"
852 " -v --verbose Enable verbose mode\n"
853 msgstr ""
854 "%s [opcijas] <jauns datora nosaukums>\n"
855 "\n"
856 " -h --help Rādīt šo palīdzību\n"
857 " -V --version Rādīt versiju\n"
858 " -v --verbose Aktivēt detalizēto režīmi\n"
859
860 #: ../avahi-utils/avahi-set-host-name.c:114
861 #, c-format
862 msgid "Invalid number of arguments, expecting exactly one.\n"
863 msgstr "Nederīgs parametru skaits, tiek gaidīts tieši viens.\n"
864
865 #: ../avahi-utils/avahi-set-host-name.c:193
866 #, c-format
867 msgid "Host name successfully changed to %s\n"
868 msgstr "Datora nosaukums ir veiksmīgi nomainīts uz %s\n"
+127
-163
po/ms.po less more
0 # avahi Bahasa Melayu (Malay) (ms)
1 # Copyright (C) 2008 Avahi Project
2 # This file is distributed under the same license as the avahi package.
3 # Sharuzzaman Ahmat Raslan <sharuzzaman@myrealbox.com>, 2008.
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
43 #
4 # Translators:
55 msgid ""
66 msgstr ""
7 "Project-Id-Version: avahi\n"
7 "Project-Id-Version: Avahi\n"
88 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2011-04-02 03:23+0200\n"
10 "PO-Revision-Date: 2010-10-12 22:23+0800\n"
11 "Last-Translator: Ahmed Noor Kader Mustajir Md Eusoff <sir.ade@gmail.com>\n"
12 "Language-Team: Malay <translation-team-ms@lists.sourceforge.net>\n"
9 "POT-Creation-Date: 2015-10-10 13:24+0200\n"
10 "PO-Revision-Date: 2010-11-29 23:19+0000\n"
11 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12 "Language-Team: Malay (http://www.transifex.com/lennart/avahi/language/ms/)\n"
1313 "Language: ms\n"
1414 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=utf-8\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
1616 "Content-Transfer-Encoding: 8bit\n"
17 "Plural-Forms: nplurals=1; plural=0;\n"
1718
1819 #: ../avahi-common/error.c:30
1920 msgid "OK"
2425 msgstr "Operasi gagal"
2526
2627 #: ../avahi-common/error.c:32
27 #, fuzzy
2828 msgid "Bad state"
29 msgstr "Keadaan jasad"
29 msgstr ""
3030
3131 #: ../avahi-common/error.c:33
32 #, fuzzy
3332 msgid "Invalid host name"
34 msgstr "Nama Kumpulan Volum Tidak Sah"
33 msgstr ""
3534
3635 #: ../avahi-common/error.c:34
37 #, fuzzy
3836 msgid "Invalid domain name"
39 msgstr "Nama domain tetamu"
37 msgstr ""
4038
4139 #: ../avahi-common/error.c:35
4240 msgid "No suitable network protocol available"
4341 msgstr ""
4442
4543 #: ../avahi-common/error.c:36
46 #, fuzzy
4744 msgid "Invalid DNS TTL"
48 msgstr "Pelayan Nama DNS"
45 msgstr ""
4946
5047 #: ../avahi-common/error.c:37
5148 msgid "Resource record key is pattern"
5249 msgstr ""
5350
5451 #: ../avahi-common/error.c:38
55 #, fuzzy
5652 msgid "Local name collision"
57 msgstr "Name=Jaringan Setempat"
53 msgstr ""
5854
5955 #: ../avahi-common/error.c:39
60 #, fuzzy
6156 msgid "Invalid record"
62 msgstr "Rekod melimpah"
57 msgstr ""
6358
6459 #: ../avahi-common/error.c:41
65 #, fuzzy
6660 msgid "Invalid service name"
67 msgstr "Nama Kumpulan Volum Tidak Sah"
61 msgstr ""
6862
6963 #: ../avahi-common/error.c:42
70 #, fuzzy
7164 msgid "Invalid service type"
72 msgstr "Jenis Senarai Semasa"
65 msgstr ""
7366
7467 #: ../avahi-common/error.c:43
75 #, fuzzy
7668 msgid "Invalid port number"
77 msgstr "Port FTP mestilah nombor."
69 msgstr ""
7870
7971 #: ../avahi-common/error.c:44
80 #, fuzzy
8172 msgid "Invalid record key"
82 msgstr "Kekunci ID tidak sah (%s)"
73 msgstr ""
8374
8475 #: ../avahi-common/error.c:45
85 #, fuzzy
8676 msgid "Invalid address"
87 msgstr "Buku Alamat"
77 msgstr ""
8878
8979 #: ../avahi-common/error.c:46
90 #, fuzzy
9180 msgid "Timeout reached"
92 msgstr "Pelayan masatamat"
81 msgstr ""
9382
9483 #: ../avahi-common/error.c:47
9584 msgid "Too many clients"
10089 msgstr "Terlalu banyak objek"
10190
10291 #: ../avahi-common/error.c:49
103 #, fuzzy
10492 msgid "Too many entries"
105 msgstr "Terlalu banyak gantian"
93 msgstr ""
10694
10795 #: ../avahi-common/error.c:50
10896 msgid "OS Error"
10997 msgstr "Ralat OS"
11098
11199 #: ../avahi-common/error.c:52
112 #, fuzzy
113100 msgid "Access denied"
114 msgstr "Akses telah dihalang"
101 msgstr ""
115102
116103 #: ../avahi-common/error.c:53
117 #, fuzzy
118104 msgid "Invalid operation"
119 msgstr "Tanda operasi:"
105 msgstr ""
120106
121107 #: ../avahi-common/error.c:54
122 #, fuzzy
123108 msgid "An unexpected D-Bus error occurred"
124109 msgstr ""
125 "Ralat tidak dijangka telah berlaku:\n"
126 "%s"
127110
128111 #: ../avahi-common/error.c:55
129 #, fuzzy
130112 msgid "Daemon connection failed"
131 msgstr "Pelaksanaan gpg gagal (%d)\n"
113 msgstr ""
132114
133115 #: ../avahi-common/error.c:56
134 #, fuzzy
135116 msgid "Memory exhausted"
136 msgstr "kehabisan memori"
117 msgstr ""
137118
138119 #: ../avahi-common/error.c:57
139120 msgid "The object passed in was not valid"
140121 msgstr ""
141122
142123 #: ../avahi-common/error.c:58
143 #, fuzzy
144124 msgid "Daemon not running"
145 msgstr "%s tidak dilaksanakan.\n"
125 msgstr ""
146126
147127 #: ../avahi-common/error.c:59
148 #, fuzzy
149128 msgid "Invalid interface index"
150 msgstr "Papar Indeks Bantuan"
129 msgstr ""
151130
152131 #: ../avahi-common/error.c:60
153 #, fuzzy
154132 msgid "Invalid protocol specification"
155 msgstr "Guna protokol TCP"
133 msgstr ""
156134
157135 #: ../avahi-common/error.c:61
158 #, fuzzy
159136 msgid "Invalid flags"
160 msgstr "Nama path tidak sah."
137 msgstr ""
161138
162139 #: ../avahi-common/error.c:63
163140 msgid "Not found"
164141 msgstr "Tidak dijumpai"
165142
166143 #: ../avahi-common/error.c:64
167 #, fuzzy
168144 msgid "Invalid configuration"
169 msgstr "Tetapan KFish"
145 msgstr ""
170146
171147 #: ../avahi-common/error.c:65
172 #, fuzzy
173148 msgid "Version mismatch"
174 msgstr "Katalaluan Tidak Sepadan"
149 msgstr ""
175150
176151 #: ../avahi-common/error.c:66
177 #, fuzzy
178152 msgid "Invalid service subtype"
179 msgstr "Konfigur penemuan servis"
153 msgstr ""
180154
181155 #: ../avahi-common/error.c:67
182 #, fuzzy
183156 msgid "Invalid packet"
184 msgstr "Nama path tidak sah."
157 msgstr ""
185158
186159 #: ../avahi-common/error.c:68
187160 msgid "Invalid DNS return code"
188161 msgstr ""
189162
190163 #: ../avahi-common/error.c:69
191 #, fuzzy
192164 msgid "DNS failure: FORMERR"
193 msgstr "Pelayan Nama DNS"
165 msgstr ""
194166
195167 #: ../avahi-common/error.c:70
196 #, fuzzy
197168 msgid "DNS failure: SERVFAIL"
198 msgstr "Pelayan Nama DNS"
169 msgstr ""
199170
200171 #: ../avahi-common/error.c:71
201 #, fuzzy
202172 msgid "DNS failure: NXDOMAIN"
203 msgstr "Pelayan Nama DNS"
173 msgstr ""
204174
205175 #: ../avahi-common/error.c:72
206 #, fuzzy
207176 msgid "DNS failure: NOTIMP"
208 msgstr "Pelayan Nama DNS"
177 msgstr ""
209178
210179 #: ../avahi-common/error.c:74
211 #, fuzzy
212180 msgid "DNS failure: REFUSED"
213 msgstr "Pelayan Nama DNS"
181 msgstr ""
214182
215183 #: ../avahi-common/error.c:75
216 #, fuzzy
217184 msgid "DNS failure: YXDOMAIN"
218 msgstr "Pelayan Nama DNS"
185 msgstr ""
219186
220187 #: ../avahi-common/error.c:76
221 #, fuzzy
222188 msgid "DNS failure: YXRRSET"
223 msgstr "Pelayan Nama DNS"
189 msgstr ""
224190
225191 #: ../avahi-common/error.c:77
226 #, fuzzy
227192 msgid "DNS failure: NXRRSET"
228 msgstr "Pelayan Nama DNS"
193 msgstr ""
229194
230195 #: ../avahi-common/error.c:78
231 #, fuzzy
232196 msgid "DNS failure: NOTAUTH"
233 msgstr "Pelayan Nama DNS"
197 msgstr ""
234198
235199 #: ../avahi-common/error.c:79
236 #, fuzzy
237200 msgid "DNS failure: NOTZONE"
238 msgstr "Pelayan Nama DNS"
201 msgstr ""
239202
240203 #: ../avahi-common/error.c:80
241 #, fuzzy
242204 msgid "Invalid RDATA"
243 msgstr "Nama path tidak sah."
205 msgstr ""
244206
245207 #: ../avahi-common/error.c:81
246 #, fuzzy
247208 msgid "Invalid DNS type"
248 msgstr "Jenis Senarai Semasa"
209 msgstr ""
249210
250211 #: ../avahi-common/error.c:82
251 #, fuzzy
252212 msgid "Invalid DNS class"
253 msgstr "Pelayan Nama DNS"
213 msgstr ""
254214
255215 #: ../avahi-common/error.c:83
256216 msgid "Not supported"
257217 msgstr "Tidak disokong"
258218
259219 #: ../avahi-common/error.c:85
260 #, fuzzy
261220 msgid "Not permitted"
262 msgstr "Tiada"
221 msgstr ""
263222
264223 #: ../avahi-common/error.c:86
265 #, fuzzy
266224 msgid "Invalid argument"
267 msgstr "hujah tidak sah %s untuk %s"
225 msgstr ""
268226
269227 #: ../avahi-common/error.c:87
270 #, fuzzy
271228 msgid "Is empty"
272 msgstr "Pilihan Semasa adalah Kosong"
229 msgstr ""
273230
274231 #: ../avahi-common/error.c:88
275232 msgid "The requested operation is invalid because redundant"
276233 msgstr ""
277234
278235 #: ../avahi-common/error.c:94
279 #, fuzzy
280236 msgid "Invalid Error Code"
281 msgstr "(kod ralat tidak diketahui)"
237 msgstr ""
282238
283239 #: ../avahi-discover-standalone/avahi-discover.ui.h:1
240 msgid "Avahi Discovery"
241 msgstr ""
242
243 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
284244 #: ../avahi-python/avahi-discover/avahi-discover.py:76
285245 msgid "<i>No service currently selected.</i>"
286246 msgstr ""
287247
288 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
289 msgid "Avahi Discovery"
290 msgstr ""
291
292248 #: ../avahi-python/avahi-discover/avahi-discover.desktop.in.in.h:1
293 #, fuzzy
294249 msgid "Avahi Zeroconf Browser"
295 msgstr "Pelayan VNC kini terlaksana."
250 msgstr ""
296251
297252 #: ../avahi-python/avahi-discover/avahi-discover.desktop.in.in.h:2
298253 msgid "Browse for Zeroconf services available on your network"
354309 msgid "The service type of the selected service"
355310 msgstr ""
356311
357 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1023
312 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1035
358313 msgid "Service Name"
359314 msgstr "Nama Servis"
360315
395350 msgstr ""
396351
397352 #: ../avahi-ui/avahi-ui.c:230
398 #, fuzzy
399353 msgid "Resolve Service"
400 msgstr "Nama Kumpulan Volum Tidak Sah"
354 msgstr ""
401355
402356 #: ../avahi-ui/avahi-ui.c:230
403357 msgid "Resolve the selected service automatically before returning"
404358 msgstr ""
405359
406360 #: ../avahi-ui/avahi-ui.c:236
407 #, fuzzy
408361 msgid "Resolve Service Host Name"
409 msgstr "Nama Kumpulan Volum Tidak Sah"
362 msgstr ""
410363
411364 #: ../avahi-ui/avahi-ui.c:236
412365 msgid ""
422375 msgstr ""
423376
424377 #: ../avahi-ui/avahi-ui.c:326
425 #, fuzzy, c-format
378 #, c-format
426379 msgid "Avahi client failure: %s"
427 msgstr "Klien Pelayan Terminal"
380 msgstr ""
428381
429382 #: ../avahi-ui/avahi-ui.c:388
430 #, fuzzy, c-format
383 #, c-format
431384 msgid "Avahi resolver failure: %s"
432 msgstr "Memulakan daemon Avahi:"
385 msgstr ""
433386
434387 #: ../avahi-ui/avahi-ui.c:518
435388 #, c-format
457410 msgstr ""
458411
459412 #: ../avahi-ui/avahi-ui.c:717
460 #, fuzzy, c-format
413 #, c-format
461414 msgid "Failed to connect to Avahi server: %s"
462 msgstr "Penambahan %s ke Pelayan Terminal gagal!\n"
415 msgstr ""
463416
464417 #: ../avahi-ui/avahi-ui.c:735
465418 msgid "Browsing for services on <b>local network</b>:"
475428 msgid "Failed to create browser for %s: %s"
476429 msgstr ""
477430
478 #: ../avahi-ui/avahi-ui.c:903
431 #: ../avahi-ui/avahi-ui.c:907
479432 #, c-format
480433 msgid "Failed to create resolver for %s of type %s in domain %s: %s"
481434 msgstr ""
482435
483 #: ../avahi-ui/avahi-ui.c:978
436 #: ../avahi-ui/avahi-ui.c:982
484437 #, c-format
485438 msgid "Failed to create domain browser: %s"
486439 msgstr ""
487440
488 #: ../avahi-ui/avahi-ui.c:989
441 #: ../avahi-ui/avahi-ui.c:993
489442 msgid "Change domain"
490443 msgstr "Tukar domain"
491444
492 #: ../avahi-ui/avahi-ui.c:1031 ../avahi-ui/avahi-ui.c:1162
445 #: ../avahi-ui/avahi-ui.c:1043 ../avahi-ui/avahi-ui.c:1180
446 msgid "Browsing..."
447 msgstr ""
448
449 #: ../avahi-ui/avahi-ui.c:1047 ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156
450 #: ../avahi-ui/bssh.c:161
451 msgid "_Cancel"
452 msgstr ""
453
454 #: ../avahi-ui/avahi-ui.c:1048
493455 #, fuzzy
494 msgid "Browsing..."
495 msgstr "Konfigur pelayaran lanjutan"
496
497 #: ../avahi-ui/avahi-ui.c:1120
498 #, fuzzy
456 msgid "_OK"
457 msgstr "OK"
458
459 #: ../avahi-ui/avahi-ui.c:1134
499460 msgid "Initializing..."
500 msgstr "Persediaan..."
501
502 #: ../avahi-ui/avahi-ui.c:1144
461 msgstr ""
462
463 #: ../avahi-ui/avahi-ui.c:1162
503464 msgid "Location"
504465 msgstr "Lokasi"
505466
506 #: ../avahi-ui/avahi-ui.c:1149 ../avahi-utils/avahi-browse.c:553
467 #: ../avahi-ui/avahi-ui.c:1167 ../avahi-utils/avahi-browse.c:553
507468 msgid "Name"
508469 msgstr "Nama"
509470
510 #: ../avahi-ui/avahi-ui.c:1154 ../avahi-utils/avahi-browse.c:553
471 #: ../avahi-ui/avahi-ui.c:1172 ../avahi-utils/avahi-browse.c:553
511472 msgid "Type"
512473 msgstr "Jenis"
513474
514 #: ../avahi-ui/avahi-ui.c:1166
475 #: ../avahi-ui/avahi-ui.c:1184
515476 msgid "_Domain..."
516477 msgstr "_Domain..."
517478
528489 msgstr ""
529490
530491 #: ../avahi-ui/bssh.c:101 ../avahi-utils/avahi-browse.c:775
531 #, fuzzy, c-format
492 #, c-format
532493 msgid "Too many arguments\n"
533 msgstr "%s: terlalu banyak hujah\n"
494 msgstr ""
534495
535496 #: ../avahi-ui/bssh.c:149
536497 msgid "Choose Shell Server"
537498 msgstr "Pilih Pelayan Shell"
538499
500 #: ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156 ../avahi-ui/bssh.c:161
501 msgid "C_onnect"
502 msgstr ""
503
539504 #: ../avahi-ui/bssh.c:151
540505 msgid "Desktop"
541506 msgstr "Desktop"
558523 msgstr "Menyambung ke %s' ...\n"
559524
560525 #: ../avahi-ui/bssh.c:240
561 #, fuzzy, c-format
526 #, c-format
562527 msgid "execlp() failed: %s\n"
563 msgstr "Sambungan Gagal"
528 msgstr ""
564529
565530 #: ../avahi-ui/bssh.c:250
566 #, fuzzy, c-format
531 #, c-format
567532 msgid "Canceled.\n"
568 msgstr "Pengguna membatalkan"
533 msgstr ""
569534
570535 #: ../avahi-ui/bssh.desktop.in.in.h:1
571536 msgid "Avahi SSH Server Browser"
576541 msgstr ""
577542
578543 #: ../avahi-ui/bvnc.desktop.in.in.h:1
579 #, fuzzy
580544 msgid "Avahi VNC Server Browser"
581 msgstr "Pelayan VNC kini terlaksana."
545 msgstr ""
582546
583547 #: ../avahi-ui/bvnc.desktop.in.in.h:2
584548 msgid "Browse for Zeroconf-enabled VNC Servers"
585549 msgstr ""
586550
587551 #: ../avahi-utils/avahi-browse.c:107
588 #, fuzzy, c-format
552 #, c-format
589553 msgid ": All for now\n"
590 msgstr "Pemasang akan keluar sekarang..."
554 msgstr ""
591555
592556 #: ../avahi-utils/avahi-browse.c:118
593 #, fuzzy, c-format
557 #, c-format
594558 msgid ": Cache exhausted\n"
595 msgstr "kehabisan memori"
559 msgstr ""
596560
597561 #: ../avahi-utils/avahi-browse.c:239 ../avahi-utils/avahi-browse.c:261
598562 #, c-format
600564 msgstr ""
601565
602566 #: ../avahi-utils/avahi-browse.c:340
603 #, fuzzy, c-format
567 #, c-format
604568 msgid "service_browser failed: %s\n"
605 msgstr "Gagal untuk Menerbitkan Servis"
569 msgstr ""
606570
607571 #: ../avahi-utils/avahi-browse.c:378
608572 #, c-format
610574 msgstr ""
611575
612576 #: ../avahi-utils/avahi-browse.c:414
613 #, fuzzy, c-format
577 #, c-format
614578 msgid "service_type_browser failed: %s\n"
615 msgstr "Gagal untuk Menerbitkan Servis"
579 msgstr ""
616580
617581 #: ../avahi-utils/avahi-browse.c:444
618582 #, c-format
639603
640604 #: ../avahi-utils/avahi-browse.c:544 ../avahi-utils/avahi-publish.c:403
641605 #: ../avahi-utils/avahi-resolve.c:289 ../avahi-utils/avahi-set-host-name.c:177
642 #, fuzzy, c-format
606 #, c-format
643607 msgid "Server version: %s; Host name: %s\n"
644 msgstr "Name=Pelayan Fail Awam"
608 msgstr ""
645609
646610 #. Translators: This is a column heading with abbreviations for
647611 #. * Event (+/-), Network Interface, Protocol (IPv4/v6), Domain
648612 #: ../avahi-utils/avahi-browse.c:549
649 #, fuzzy, c-format
613 #, c-format
650614 msgid "E Ifce Prot Domain\n"
651 msgstr "domain NIS default"
615 msgstr ""
652616
653617 #. Translators: This is a column heading with abbreviations for
654618 #. * Event (+/-), Network Interface, Protocol (IPv4/v6), Domain
659623
660624 #. We have been disconnected, so let reconnect
661625 #: ../avahi-utils/avahi-browse.c:585 ../avahi-utils/avahi-publish.c:163
662 #, fuzzy, c-format
626 #, c-format
663627 msgid "Disconnected, reconnecting ...\n"
664 msgstr "Mandriva - Kali Pertama - Tidak bersambung"
628 msgstr ""
665629
666630 #: ../avahi-utils/avahi-browse.c:599 ../avahi-utils/avahi-browse.c:829
667631 #: ../avahi-utils/avahi-publish.c:170 ../avahi-utils/avahi-publish.c:386
672636
673637 #: ../avahi-utils/avahi-browse.c:604 ../avahi-utils/avahi-publish.c:175
674638 #: ../avahi-utils/avahi-resolve.c:143 ../avahi-utils/avahi-set-host-name.c:59
675 #, fuzzy, c-format
639 #, c-format
676640 msgid "Client failure, exiting: %s\n"
677 msgstr "Klien Pelayan Terminal"
641 msgstr ""
678642
679643 #: ../avahi-utils/avahi-browse.c:623 ../avahi-utils/avahi-publish.c:206
680 #, fuzzy, c-format
644 #, c-format
681645 msgid "Waiting for daemon ...\n"
682 msgstr "Menunggu sambungan telnet..."
646 msgstr ""
683647
684648 #: ../avahi-utils/avahi-browse.c:647
685649 msgid ""
705669 msgstr ""
706670
707671 #: ../avahi-utils/avahi-browse.c:766 ../avahi-utils/avahi-resolve.c:219
708 #, fuzzy, c-format
672 #, c-format
709673 msgid "Too few arguments\n"
710 msgstr "%s: terlalu banyak hujah\n"
674 msgstr ""
711675
712676 #: ../avahi-utils/avahi-browse.c:821 ../avahi-utils/avahi-publish.c:378
713677 #: ../avahi-utils/avahi-resolve.c:264 ../avahi-utils/avahi-set-host-name.c:152
716680 msgstr ""
717681
718682 #: ../avahi-utils/avahi-publish.c:76
719 #, fuzzy, c-format
683 #, c-format
720684 msgid "Established under name '%s'\n"
721 msgstr "Simpan dokumen dengan nama lain"
685 msgstr ""
722686
723687 #: ../avahi-utils/avahi-publish.c:81
724 #, fuzzy, c-format
688 #, c-format
725689 msgid "Failed to register: %s\n"
726 msgstr "Menulis ke %s gagal!"
690 msgstr ""
727691
728692 #: ../avahi-utils/avahi-publish.c:94
729 #, fuzzy, c-format
693 #, c-format
730694 msgid "Name collision, picking new name '%s'.\n"
731 msgstr "Name=Ada Berita Mutakhir"
695 msgstr ""
732696
733697 #: ../avahi-utils/avahi-publish.c:114
734698 #, c-format
+259
-189
po/nl.po less more
0 # Dutch translation of avahi
0 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
43 #
5 # Geert Warrink <geert.warrink@onsnet.nu>, 2009.
6 #
4 # Translators:
5 # Geert Warrink <geert.warrink@onsnet.nu>, 2011
76 msgid ""
87 msgstr ""
9 "Project-Id-Version: avahi\n"
8 "Project-Id-Version: Avahi\n"
109 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2011-04-02 03:23+0200\n"
12 "PO-Revision-Date: 2009-09-01 17:59+0200\n"
10 "POT-Creation-Date: 2015-10-10 13:24+0200\n"
11 "PO-Revision-Date: 2013-11-20 09:58+0000\n"
1312 "Last-Translator: Geert Warrink <geert.warrink@onsnet.nu>\n"
14 "Language-Team: nl <nl@li.org>\n"
15 "Language: \n"
13 "Language-Team: Dutch (http://www.transifex.com/lennart/avahi/language/nl/)\n"
14 "Language: nl\n"
1615 "MIME-Version: 1.0\n"
1716 "Content-Type: text/plain; charset=UTF-8\n"
18 "Content-Transfer-Encoding: \n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
1919
2020 #: ../avahi-common/error.c:30
2121 msgid "OK"
22 msgstr ""
22 msgstr "OK"
2323
2424 #: ../avahi-common/error.c:31
2525 msgid "Operation failed"
26 msgstr ""
26 msgstr "Bewerking mislukte"
2727
2828 #: ../avahi-common/error.c:32
2929 msgid "Bad state"
30 msgstr ""
30 msgstr "Slechte toestand"
3131
3232 #: ../avahi-common/error.c:33
3333 msgid "Invalid host name"
34 msgstr ""
34 msgstr "Ongeldige hostnaam"
3535
3636 #: ../avahi-common/error.c:34
3737 msgid "Invalid domain name"
38 msgstr ""
38 msgstr "Ongeldige domeinnaam"
3939
4040 #: ../avahi-common/error.c:35
4141 msgid "No suitable network protocol available"
42 msgstr ""
42 msgstr "Geen geschikt netwerkprotocol beschikbaar"
4343
4444 #: ../avahi-common/error.c:36
4545 msgid "Invalid DNS TTL"
46 msgstr ""
46 msgstr "Ongeldige DNS TTL"
4747
4848 #: ../avahi-common/error.c:37
4949 msgid "Resource record key is pattern"
50 msgstr ""
50 msgstr "Bronrecord sleutel is een patroon"
5151
5252 #: ../avahi-common/error.c:38
5353 msgid "Local name collision"
54 msgstr ""
54 msgstr "Lokale naam botsing"
5555
5656 #: ../avahi-common/error.c:39
5757 msgid "Invalid record"
58 msgstr ""
58 msgstr "Ongeldige record"
5959
6060 #: ../avahi-common/error.c:41
6161 msgid "Invalid service name"
62 msgstr ""
62 msgstr "Ongeldige servicenaam"
6363
6464 #: ../avahi-common/error.c:42
6565 msgid "Invalid service type"
66 msgstr ""
66 msgstr "Ongeldig service type"
6767
6868 #: ../avahi-common/error.c:43
6969 msgid "Invalid port number"
70 msgstr ""
70 msgstr "Ongeldig poortnummer"
7171
7272 #: ../avahi-common/error.c:44
7373 msgid "Invalid record key"
74 msgstr ""
74 msgstr "Ongeldige record sleutel"
7575
7676 #: ../avahi-common/error.c:45
7777 msgid "Invalid address"
78 msgstr ""
78 msgstr "Ongeldig adres"
7979
8080 #: ../avahi-common/error.c:46
8181 msgid "Timeout reached"
82 msgstr ""
82 msgstr "Time-out bereikt"
8383
8484 #: ../avahi-common/error.c:47
8585 msgid "Too many clients"
86 msgstr ""
86 msgstr "Te veel clienten"
8787
8888 #: ../avahi-common/error.c:48
8989 msgid "Too many objects"
90 msgstr ""
90 msgstr "Te veel objecten"
9191
9292 #: ../avahi-common/error.c:49
9393 msgid "Too many entries"
94 msgstr ""
94 msgstr "Te veel ingangen"
9595
9696 #: ../avahi-common/error.c:50
9797 msgid "OS Error"
98 msgstr ""
98 msgstr "OS fout"
9999
100100 #: ../avahi-common/error.c:52
101101 msgid "Access denied"
102 msgstr ""
102 msgstr "Toegang geweigerd"
103103
104104 #: ../avahi-common/error.c:53
105105 msgid "Invalid operation"
106 msgstr ""
106 msgstr "Ongeldige bewerking"
107107
108108 #: ../avahi-common/error.c:54
109109 msgid "An unexpected D-Bus error occurred"
110 msgstr ""
110 msgstr "Een onverwachte D-Bus fout trad op"
111111
112112 #: ../avahi-common/error.c:55
113113 msgid "Daemon connection failed"
114 msgstr ""
114 msgstr "Daemon verbinding mislukte"
115115
116116 #: ../avahi-common/error.c:56
117117 msgid "Memory exhausted"
118 msgstr ""
118 msgstr "Geen geheugen beschikbaar"
119119
120120 #: ../avahi-common/error.c:57
121121 msgid "The object passed in was not valid"
122 msgstr ""
122 msgstr "Het doorgegeven object was niet geldig"
123123
124124 #: ../avahi-common/error.c:58
125125 msgid "Daemon not running"
126 msgstr ""
126 msgstr "Daemon draait niet"
127127
128128 #: ../avahi-common/error.c:59
129129 msgid "Invalid interface index"
130 msgstr ""
130 msgstr "Ongeldige interface index"
131131
132132 #: ../avahi-common/error.c:60
133133 msgid "Invalid protocol specification"
134 msgstr ""
134 msgstr "Ongeldige protocol specificatie"
135135
136136 #: ../avahi-common/error.c:61
137137 msgid "Invalid flags"
138 msgstr ""
138 msgstr "Ongeldige vlaggen"
139139
140140 #: ../avahi-common/error.c:63
141141 msgid "Not found"
142 msgstr ""
142 msgstr "Niet gevonden"
143143
144144 #: ../avahi-common/error.c:64
145145 msgid "Invalid configuration"
146 msgstr ""
146 msgstr "Ongeldige configuratie"
147147
148148 #: ../avahi-common/error.c:65
149149 msgid "Version mismatch"
150 msgstr ""
150 msgstr "Versie mismatch"
151151
152152 #: ../avahi-common/error.c:66
153153 msgid "Invalid service subtype"
154 msgstr ""
154 msgstr "Ongeldige service subtype"
155155
156156 #: ../avahi-common/error.c:67
157157 msgid "Invalid packet"
158 msgstr ""
158 msgstr "Ongeldige pakket"
159159
160160 #: ../avahi-common/error.c:68
161161 msgid "Invalid DNS return code"
162 msgstr ""
162 msgstr "Ongeldige DNS return code"
163163
164164 #: ../avahi-common/error.c:69
165165 msgid "DNS failure: FORMERR"
166 msgstr ""
166 msgstr "DNS-fout: FORMERR"
167167
168168 #: ../avahi-common/error.c:70
169169 msgid "DNS failure: SERVFAIL"
170 msgstr ""
170 msgstr "DNS-fout: SERVFAIL"
171171
172172 #: ../avahi-common/error.c:71
173173 msgid "DNS failure: NXDOMAIN"
174 msgstr ""
174 msgstr "DNS-fout: NXDOMAIN"
175175
176176 #: ../avahi-common/error.c:72
177177 msgid "DNS failure: NOTIMP"
178 msgstr ""
178 msgstr "DNS-fout: NOTIMP"
179179
180180 #: ../avahi-common/error.c:74
181181 msgid "DNS failure: REFUSED"
182 msgstr ""
182 msgstr "DNS-fout: REFUSED"
183183
184184 #: ../avahi-common/error.c:75
185185 msgid "DNS failure: YXDOMAIN"
186 msgstr ""
186 msgstr "DNS-fout: YXDOMAIN"
187187
188188 #: ../avahi-common/error.c:76
189189 msgid "DNS failure: YXRRSET"
190 msgstr ""
190 msgstr "DNS-fout: YXRRSET"
191191
192192 #: ../avahi-common/error.c:77
193193 msgid "DNS failure: NXRRSET"
194 msgstr ""
194 msgstr "DNS-fout: NXRRSET"
195195
196196 #: ../avahi-common/error.c:78
197197 msgid "DNS failure: NOTAUTH"
198 msgstr ""
198 msgstr "DNS-fout: NOTAUTH"
199199
200200 #: ../avahi-common/error.c:79
201201 msgid "DNS failure: NOTZONE"
202 msgstr ""
202 msgstr "DNS-fout: NOTZONE"
203203
204204 #: ../avahi-common/error.c:80
205205 msgid "Invalid RDATA"
206 msgstr ""
206 msgstr "Ongeldige RDATA"
207207
208208 #: ../avahi-common/error.c:81
209209 msgid "Invalid DNS type"
210 msgstr ""
210 msgstr "Ongeldig DNS type"
211211
212212 #: ../avahi-common/error.c:82
213213 msgid "Invalid DNS class"
214 msgstr ""
214 msgstr "Ongeldige DNS klasse"
215215
216216 #: ../avahi-common/error.c:83
217217 msgid "Not supported"
218 msgstr ""
218 msgstr "Niet ondersteund"
219219
220220 #: ../avahi-common/error.c:85
221221 msgid "Not permitted"
222 msgstr ""
222 msgstr "Niet toegestaan"
223223
224224 #: ../avahi-common/error.c:86
225225 msgid "Invalid argument"
226 msgstr ""
226 msgstr "Ongeldig argument"
227227
228228 #: ../avahi-common/error.c:87
229229 msgid "Is empty"
230 msgstr ""
230 msgstr "Is leeg"
231231
232232 #: ../avahi-common/error.c:88
233233 msgid "The requested operation is invalid because redundant"
234 msgstr ""
234 msgstr "De gevraagde bewerking is ongeldig omdat deze overbodig is"
235235
236236 #: ../avahi-common/error.c:94
237237 msgid "Invalid Error Code"
238 msgstr ""
238 msgstr "Ongeldige foutcode"
239239
240240 #: ../avahi-discover-standalone/avahi-discover.ui.h:1
241 msgid "Avahi Discovery"
242 msgstr "Avahi ontdekking"
243
244 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
241245 #: ../avahi-python/avahi-discover/avahi-discover.py:76
242246 msgid "<i>No service currently selected.</i>"
243 msgstr ""
244
245 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
246 msgid "Avahi Discovery"
247 msgstr ""
247 msgstr "<i>momenteel geen service geselecteerd.</i>"
248248
249249 #: ../avahi-python/avahi-discover/avahi-discover.desktop.in.in.h:1
250250 msgid "Avahi Zeroconf Browser"
251 msgstr ""
251 msgstr "Avahi zeroconf browser"
252252
253253 #: ../avahi-python/avahi-discover/avahi-discover.desktop.in.in.h:2
254254 msgid "Browse for Zeroconf services available on your network"
255 msgstr ""
255 msgstr "Browse voor Zeroconf services beschikbaar op jouw netwerk"
256256
257257 #: ../avahi-python/avahi-discover/avahi-discover.py:224
258258 msgid "TXT"
259 msgstr ""
259 msgstr "TXT"
260260
261261 #: ../avahi-python/avahi-discover/avahi-discover.py:226
262262 msgid "TXT Data:"
263 msgstr ""
263 msgstr "TXT data:"
264264
265265 #: ../avahi-python/avahi-discover/avahi-discover.py:226
266266 msgid "empty"
267 msgstr ""
267 msgstr "leeg"
268268
269269 #: ../avahi-python/avahi-discover/avahi-discover.py:228
270270 msgid "Service Type:"
271 msgstr ""
271 msgstr "Service type:"
272272
273273 #: ../avahi-python/avahi-discover/avahi-discover.py:229
274274 msgid "Service Name:"
275 msgstr ""
275 msgstr "Service naam:"
276276
277277 #: ../avahi-python/avahi-discover/avahi-discover.py:230
278278 msgid "Domain Name:"
279 msgstr ""
279 msgstr "Domeinnaam:"
280280
281281 #: ../avahi-python/avahi-discover/avahi-discover.py:231
282282 msgid "Interface:"
283 msgstr ""
283 msgstr "Interface:"
284284
285285 #: ../avahi-python/avahi-discover/avahi-discover.py:232
286286 msgid "Address:"
287 msgstr ""
287 msgstr "Adres:"
288288
289289 #: ../avahi-ui/avahi-ui.c:185
290290 msgid "Browse Service Types"
291 msgstr ""
291 msgstr "Browse service types"
292292
293293 #: ../avahi-ui/avahi-ui.c:185
294294 msgid "A NULL terminated list of service types to browse for"
295 msgstr ""
295 msgstr "Een met NULL afgesloten lijst van de service types om te browsen"
296296
297297 #: ../avahi-ui/avahi-ui.c:190
298298 msgid "Domain"
299 msgstr ""
299 msgstr "Domein"
300300
301301 #: ../avahi-ui/avahi-ui.c:190
302302 msgid "The domain to browse in, or NULL for the default domain"
303 msgstr ""
303 msgstr "Het te browsen domein, of NULL voor het standaard domein"
304304
305305 #: ../avahi-ui/avahi-ui.c:196
306306 msgid "Service Type"
307 msgstr ""
307 msgstr "Service type"
308308
309309 #: ../avahi-ui/avahi-ui.c:196
310310 msgid "The service type of the selected service"
311 msgstr ""
312
313 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1023
311 msgstr "Het service type van de geselecteerde service"
312
313 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1035
314314 msgid "Service Name"
315 msgstr ""
315 msgstr "Service naam"
316316
317317 #: ../avahi-ui/avahi-ui.c:202
318318 msgid "The service name of the selected service"
319 msgstr ""
319 msgstr "De service naam van de geselecteerde service"
320320
321321 #: ../avahi-ui/avahi-ui.c:208
322322 msgid "Address"
323 msgstr ""
323 msgstr "Adres"
324324
325325 #: ../avahi-ui/avahi-ui.c:208
326326 msgid "The address of the resolved service"
327 msgstr ""
327 msgstr "Het adres van de opgeloste service"
328328
329329 #: ../avahi-ui/avahi-ui.c:213
330330 msgid "Port"
331 msgstr ""
331 msgstr "Poort"
332332
333333 #: ../avahi-ui/avahi-ui.c:213
334334 msgid "The IP port number of the resolved service"
335 msgstr ""
335 msgstr "Het IP poortnummer van de opgeloste service"
336336
337337 #: ../avahi-ui/avahi-ui.c:219
338338 msgid "Host Name"
339 msgstr ""
339 msgstr "Hostnaam"
340340
341341 #: ../avahi-ui/avahi-ui.c:219
342342 msgid "The host name of the resolved service"
343 msgstr ""
343 msgstr "De hostnaam van de opgeloste service"
344344
345345 #: ../avahi-ui/avahi-ui.c:225
346346 msgid "TXT Data"
347 msgstr ""
347 msgstr "TXT data"
348348
349349 #: ../avahi-ui/avahi-ui.c:225
350350 msgid "The TXT data of the resolved service"
351 msgstr ""
351 msgstr "De TXT data van de opgeloste service"
352352
353353 #: ../avahi-ui/avahi-ui.c:230
354354 msgid "Resolve Service"
355 msgstr ""
355 msgstr "Service oplossen"
356356
357357 #: ../avahi-ui/avahi-ui.c:230
358358 msgid "Resolve the selected service automatically before returning"
359 msgstr ""
359 msgstr "Los de geselecteerde service automatisch op voordat teruggekeerd wordt"
360360
361361 #: ../avahi-ui/avahi-ui.c:236
362362 msgid "Resolve Service Host Name"
363 msgstr ""
363 msgstr "Los service hostnaam op"
364364
365365 #: ../avahi-ui/avahi-ui.c:236
366366 msgid ""
367367 "Resolve the host name of the selected service automatically before returning"
368368 msgstr ""
369 "Loss de hostnaam van de geselecteerde service automatisch op voordat "
370 "teruggekeerd wordt"
369371
370372 #: ../avahi-ui/avahi-ui.c:242
371373 msgid "Address family"
372 msgstr ""
374 msgstr "Adres familie"
373375
374376 #: ../avahi-ui/avahi-ui.c:242
375377 msgid "The address family for host name resolution"
376 msgstr ""
378 msgstr "De adres familie voor hostnaam oplossing"
377379
378380 #: ../avahi-ui/avahi-ui.c:326
379381 #, c-format
380382 msgid "Avahi client failure: %s"
381 msgstr ""
383 msgstr "Avahi client mislukking: %s"
382384
383385 #: ../avahi-ui/avahi-ui.c:388
384386 #, c-format
385387 msgid "Avahi resolver failure: %s"
386 msgstr ""
388 msgstr "Avahi oplossing mislukking: %s"
387389
388390 #: ../avahi-ui/avahi-ui.c:518
389391 #, c-format
390392 msgid "Browsing for service type %s in domain %s failed: %s"
391 msgstr ""
393 msgstr "Browsen voor service type %s in domein %s is mislukt: %s"
392394
393395 #: ../avahi-ui/avahi-ui.c:519 ../avahi-utils/avahi-browse.c:168
394396 #: ../avahi-utils/avahi-browse.c:169 ../avahi-utils/avahi-browse.c:178
395397 #: ../avahi-utils/avahi-browse.c:179
396398 msgid "n/a"
397 msgstr ""
399 msgstr "n.v.t."
398400
399401 #: ../avahi-ui/avahi-ui.c:649
400402 #, c-format
401403 msgid "Avahi domain browser failure: %s"
402 msgstr ""
404 msgstr "Avahi domein browser mislukking: %s"
403405
404406 #: ../avahi-ui/avahi-ui.c:684
405407 #, c-format
406408 msgid "Failed to read Avahi domain: %s"
407 msgstr ""
409 msgstr "Avahi domein lezen mislukte: %s"
408410
409411 #: ../avahi-ui/avahi-ui.c:706
410412 msgid "Browse service type list is empty!"
411 msgstr ""
413 msgstr "Blader service type lijst is leeg!"
412414
413415 #: ../avahi-ui/avahi-ui.c:717
414416 #, c-format
415417 msgid "Failed to connect to Avahi server: %s"
416 msgstr ""
418 msgstr "Verbinden met Avahi server mislukte: %s"
417419
418420 #: ../avahi-ui/avahi-ui.c:735
419421 msgid "Browsing for services on <b>local network</b>:"
420 msgstr ""
422 msgstr "Browsen voor services op het <b>lokale netwerk</b>:"
421423
422424 #: ../avahi-ui/avahi-ui.c:737
423425 #, c-format
424426 msgid "Browsing for services in domain <b>%s</b>:"
425 msgstr ""
427 msgstr "Browsen voor services in het domein <b>%s</b>:"
426428
427429 #: ../avahi-ui/avahi-ui.c:773
428430 #, c-format
429431 msgid "Failed to create browser for %s: %s"
430 msgstr ""
431
432 #: ../avahi-ui/avahi-ui.c:903
432 msgstr "Aanmaken browser voor %s mislukte: %s"
433
434 #: ../avahi-ui/avahi-ui.c:907
433435 #, c-format
434436 msgid "Failed to create resolver for %s of type %s in domain %s: %s"
435437 msgstr ""
436
437 #: ../avahi-ui/avahi-ui.c:978
438 "Aanmaken van oplosser voor %s van het type %s in domein %s mislukte: %s"
439
440 #: ../avahi-ui/avahi-ui.c:982
438441 #, c-format
439442 msgid "Failed to create domain browser: %s"
440 msgstr ""
441
442 #: ../avahi-ui/avahi-ui.c:989
443 msgstr "Aanmaken van domein browser mislukte: %s"
444
445 #: ../avahi-ui/avahi-ui.c:993
443446 msgid "Change domain"
444 msgstr ""
445
446 #: ../avahi-ui/avahi-ui.c:1031 ../avahi-ui/avahi-ui.c:1162
447 msgstr "Wijzig domein"
448
449 #: ../avahi-ui/avahi-ui.c:1043 ../avahi-ui/avahi-ui.c:1180
447450 msgid "Browsing..."
448 msgstr ""
449
450 #: ../avahi-ui/avahi-ui.c:1120
451 msgstr "Browsen..."
452
453 #: ../avahi-ui/avahi-ui.c:1047 ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156
454 #: ../avahi-ui/bssh.c:161
455 #, fuzzy
456 msgid "_Cancel"
457 msgstr "Geannuleerd.\n"
458
459 #: ../avahi-ui/avahi-ui.c:1048
460 #, fuzzy
461 msgid "_OK"
462 msgstr "OK"
463
464 #: ../avahi-ui/avahi-ui.c:1134
451465 msgid "Initializing..."
452 msgstr ""
453
454 #: ../avahi-ui/avahi-ui.c:1144
466 msgstr "Initialiseren..."
467
468 #: ../avahi-ui/avahi-ui.c:1162
455469 msgid "Location"
456 msgstr ""
457
458 #: ../avahi-ui/avahi-ui.c:1149 ../avahi-utils/avahi-browse.c:553
470 msgstr "Locatie"
471
472 #: ../avahi-ui/avahi-ui.c:1167 ../avahi-utils/avahi-browse.c:553
459473 msgid "Name"
460 msgstr ""
461
462 #: ../avahi-ui/avahi-ui.c:1154 ../avahi-utils/avahi-browse.c:553
474 msgstr "Naam"
475
476 #: ../avahi-ui/avahi-ui.c:1172 ../avahi-utils/avahi-browse.c:553
463477 msgid "Type"
464 msgstr ""
465
466 #: ../avahi-ui/avahi-ui.c:1166
478 msgstr "Type"
479
480 #: ../avahi-ui/avahi-ui.c:1184
467481 msgid "_Domain..."
468 msgstr ""
482 msgstr "_Domein..."
469483
470484 #: ../avahi-ui/bssh.c:55
471485 #, c-format
478492 " -S --shell Browse both SSH and VNC\n"
479493 " -d --domain=DOMAIN The domain to browse in\n"
480494 msgstr ""
495 "%s [opties]\n"
496 "\n"
497 " -h --help Toon deze hulptekst\n"
498 " -s --ssh Browse SSH servers\n"
499 " -v --vnc Browse VNC servers\n"
500 " -S --shell Browse zowel SSH als VNC\n"
501 " -d --domain=DOMEIN Het te browsen domein\n"
481502
482503 #: ../avahi-ui/bssh.c:101 ../avahi-utils/avahi-browse.c:775
483504 #, c-format
484505 msgid "Too many arguments\n"
485 msgstr ""
506 msgstr "Te veel argumenten\n"
486507
487508 #: ../avahi-ui/bssh.c:149
488509 msgid "Choose Shell Server"
510 msgstr "Kies shell server"
511
512 #: ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156 ../avahi-ui/bssh.c:161
513 msgid "C_onnect"
489514 msgstr ""
490515
491516 #: ../avahi-ui/bssh.c:151
492517 msgid "Desktop"
493 msgstr ""
518 msgstr "Bureaublad"
494519
495520 #: ../avahi-ui/bssh.c:152
496521 msgid "Terminal"
497 msgstr ""
522 msgstr "Terminal"
498523
499524 #: ../avahi-ui/bssh.c:156
500525 msgid "Choose VNC server"
501 msgstr ""
526 msgstr "Kies VNC server"
502527
503528 #: ../avahi-ui/bssh.c:161
504529 msgid "Choose SSH server"
505 msgstr ""
530 msgstr "Kies SSH server"
506531
507532 #: ../avahi-ui/bssh.c:185
508533 #, c-format
509534 msgid "Connecting to '%s' ...\n"
510 msgstr ""
535 msgstr "Verbinden met '%s'...\n"
511536
512537 #: ../avahi-ui/bssh.c:240
513538 #, c-format
514539 msgid "execlp() failed: %s\n"
515 msgstr ""
540 msgstr "execlp() mislukte: %s\n"
516541
517542 #: ../avahi-ui/bssh.c:250
518543 #, c-format
519544 msgid "Canceled.\n"
520 msgstr ""
545 msgstr "Geannuleerd.\n"
521546
522547 #: ../avahi-ui/bssh.desktop.in.in.h:1
523548 msgid "Avahi SSH Server Browser"
524 msgstr ""
549 msgstr "Avahi SSH server browser"
525550
526551 #: ../avahi-ui/bssh.desktop.in.in.h:2
527552 msgid "Browse for Zeroconf-enabled SSH Servers"
528 msgstr ""
553 msgstr "Browse voor Zeroconf-enabled SSH servers"
529554
530555 #: ../avahi-ui/bvnc.desktop.in.in.h:1
531556 msgid "Avahi VNC Server Browser"
532 msgstr ""
557 msgstr "Avahi VNC server browser"
533558
534559 #: ../avahi-ui/bvnc.desktop.in.in.h:2
535560 msgid "Browse for Zeroconf-enabled VNC Servers"
536 msgstr ""
561 msgstr "Browse voor Zeroconf-enabled VNC servers"
537562
538563 #: ../avahi-utils/avahi-browse.c:107
539564 #, c-format
540565 msgid ": All for now\n"
541 msgstr ""
566 msgstr ": Alles voor dit moment\n"
542567
543568 #: ../avahi-utils/avahi-browse.c:118
544569 #, c-format
545570 msgid ": Cache exhausted\n"
546 msgstr ""
571 msgstr ": Cache is vol\n"
547572
548573 #: ../avahi-utils/avahi-browse.c:239 ../avahi-utils/avahi-browse.c:261
549574 #, c-format
550575 msgid "Failed to resolve service '%s' of type '%s' in domain '%s': %s\n"
551 msgstr ""
576 msgstr "Dervice '%s' van type '%s' oplossen in domein '%s' mislukte: %s\n"
552577
553578 #: ../avahi-utils/avahi-browse.c:340
554579 #, c-format
555580 msgid "service_browser failed: %s\n"
556 msgstr ""
581 msgstr "service_browser mislukte: %s\n"
557582
558583 #: ../avahi-utils/avahi-browse.c:378
559584 #, c-format
560585 msgid "avahi_service_browser_new() failed: %s\n"
561 msgstr ""
586 msgstr "avahi_service_browser_new() mislukte: %s\n"
562587
563588 #: ../avahi-utils/avahi-browse.c:414
564589 #, c-format
565590 msgid "service_type_browser failed: %s\n"
566 msgstr ""
591 msgstr "service_type_browser mislukte: %s\n"
567592
568593 #: ../avahi-utils/avahi-browse.c:444
569594 #, c-format
570595 msgid "avahi_service_type_browser_new() failed: %s\n"
571 msgstr ""
596 msgstr "avahi_service_type_browser_new() mislukte: %s\n"
572597
573598 #: ../avahi-utils/avahi-browse.c:519
574599 #, c-format
575600 msgid "avahi_domain_browser_new() failed: %s\n"
576 msgstr ""
601 msgstr "avahi_domain_browser_new() mislukte: %s\n"
577602
578603 #: ../avahi-utils/avahi-browse.c:535 ../avahi-utils/avahi-publish.c:394
579604 #: ../avahi-utils/avahi-resolve.c:280 ../avahi-utils/avahi-set-host-name.c:168
580605 #, c-format
581606 msgid "Failed to query version string: %s\n"
582 msgstr ""
607 msgstr "Versie string bevragen mislukte: %s\n"
583608
584609 #: ../avahi-utils/avahi-browse.c:540 ../avahi-utils/avahi-publish.c:399
585610 #: ../avahi-utils/avahi-resolve.c:285 ../avahi-utils/avahi-set-host-name.c:173
586611 #: ../avahi-utils/avahi-set-host-name.c:189
587612 #, c-format
588613 msgid "Failed to query host name: %s\n"
589 msgstr ""
614 msgstr "Hostnaam bevragen mislukte: %s\n"
590615
591616 #: ../avahi-utils/avahi-browse.c:544 ../avahi-utils/avahi-publish.c:403
592617 #: ../avahi-utils/avahi-resolve.c:289 ../avahi-utils/avahi-set-host-name.c:177
593618 #, c-format
594619 msgid "Server version: %s; Host name: %s\n"
595 msgstr ""
620 msgstr "Server versie: %s; Hostnaam: %s\n"
596621
597622 #. Translators: This is a column heading with abbreviations for
598623 #. * Event (+/-), Network Interface, Protocol (IPv4/v6), Domain
599624 #: ../avahi-utils/avahi-browse.c:549
600625 #, c-format
601626 msgid "E Ifce Prot Domain\n"
602 msgstr ""
627 msgstr "E Ifce Prot domein\n"
603628
604629 #. Translators: This is a column heading with abbreviations for
605630 #. * Event (+/-), Network Interface, Protocol (IPv4/v6), Domain
606631 #: ../avahi-utils/avahi-browse.c:553
607632 #, c-format
608633 msgid "E Ifce Prot %-*s %-20s Domain\n"
609 msgstr ""
634 msgstr "E Ifce Prot %-*s %-20s domein\n"
610635
611636 #. We have been disconnected, so let reconnect
612637 #: ../avahi-utils/avahi-browse.c:585 ../avahi-utils/avahi-publish.c:163
613638 #, c-format
614639 msgid "Disconnected, reconnecting ...\n"
615 msgstr ""
640 msgstr "Losgekoppeld, opnieuw aansluiten ...\n"
616641
617642 #: ../avahi-utils/avahi-browse.c:599 ../avahi-utils/avahi-browse.c:829
618643 #: ../avahi-utils/avahi-publish.c:170 ../avahi-utils/avahi-publish.c:386
619644 #: ../avahi-utils/avahi-resolve.c:272 ../avahi-utils/avahi-set-host-name.c:160
620645 #, c-format
621646 msgid "Failed to create client object: %s\n"
622 msgstr ""
647 msgstr "Cliënt object aanmaken mislukte: %s\n"
623648
624649 #: ../avahi-utils/avahi-browse.c:604 ../avahi-utils/avahi-publish.c:175
625650 #: ../avahi-utils/avahi-resolve.c:143 ../avahi-utils/avahi-set-host-name.c:59
626651 #, c-format
627652 msgid "Client failure, exiting: %s\n"
628 msgstr ""
653 msgstr "Cliënt fout, afsluiten: %s\n"
629654
630655 #: ../avahi-utils/avahi-browse.c:623 ../avahi-utils/avahi-publish.c:206
631656 #, c-format
632657 msgid "Waiting for daemon ...\n"
633 msgstr ""
658 msgstr "Wachten op daemon ...\n"
634659
635660 #: ../avahi-utils/avahi-browse.c:647
636661 msgid ""
648673 " -f --no-fail Don't fail if the daemon is not available\n"
649674 " -p --parsable Output in parsable format\n"
650675 msgstr ""
676 " -h --help Toon deze hulptekst\n"
677 " -V --version Toon versie\n"
678 " -D --browse-domains Browse voor domeinen in plaats van services\n"
679 " -a -all Toon alle services, ongeacht het type\n"
680 " -d --domein=DOMEIN Het te browsen domein\n"
681 " -v --verbose Zet breedsprakige mode aan\n"
682 " -t --terminate Beëindig na het dumpen van een min of meer complete "
683 "lijst\n"
684 " -c --cache Beëindig na het dumpen van alle ingangen uit de "
685 "cache\n"
686 " -l --ignore-local Negeer lokale services\n"
687 " -r --resolve Los alle gevonden services op\n"
688 " -f --no-fail Misluk niet als de daemon niet beschikbaar is\n"
689 " -p --parsable Output in ontleedbaar formaat\n"
651690
652691 #: ../avahi-utils/avahi-browse.c:660
653692 msgid ""
654693 " -k --no-db-lookup Don't lookup service types\n"
655694 " -b --dump-db Dump service type database\n"
656695 msgstr ""
696 " -k --no-db-lookup Zoek geen service types op\n"
697 " -b --dump-db Dump service type database\n"
657698
658699 #: ../avahi-utils/avahi-browse.c:766 ../avahi-utils/avahi-resolve.c:219
659700 #, c-format
660701 msgid "Too few arguments\n"
661 msgstr ""
702 msgstr "Te weinig argumenten\n"
662703
663704 #: ../avahi-utils/avahi-browse.c:821 ../avahi-utils/avahi-publish.c:378
664705 #: ../avahi-utils/avahi-resolve.c:264 ../avahi-utils/avahi-set-host-name.c:152
665706 #, c-format
666707 msgid "Failed to create simple poll object.\n"
667 msgstr ""
708 msgstr "Aanmaken van eenvoudig poll object mislukte.\n"
668709
669710 #: ../avahi-utils/avahi-publish.c:76
670711 #, c-format
671712 msgid "Established under name '%s'\n"
672 msgstr ""
713 msgstr "Opgericht met de naam '%s'\n"
673714
674715 #: ../avahi-utils/avahi-publish.c:81
675716 #, c-format
676717 msgid "Failed to register: %s\n"
677 msgstr ""
718 msgstr "Registreren mislukte: %s\n"
678719
679720 #: ../avahi-utils/avahi-publish.c:94
680721 #, c-format
681722 msgid "Name collision, picking new name '%s'.\n"
682 msgstr ""
723 msgstr "Naam botsing, kies nieuwe naam '%s'.\n"
683724
684725 #: ../avahi-utils/avahi-publish.c:114
685726 #, c-format
686727 msgid "Failed to create entry group: %s\n"
687 msgstr ""
728 msgstr "Aanmaken van ingang groep mislukte: %s\n"
688729
689730 #: ../avahi-utils/avahi-publish.c:124
690731 #, c-format
691732 msgid "Failed to add address: %s\n"
692 msgstr ""
733 msgstr "Adres toevoegen mislukte: %s\n"
693734
694735 #: ../avahi-utils/avahi-publish.c:134
695736 #, c-format
696737 msgid "Failed to add service: %s\n"
697 msgstr ""
738 msgstr "Service toevoegen mislukte: %s\n"
698739
699740 #: ../avahi-utils/avahi-publish.c:140
700741 #, c-format
701742 msgid "Failed to add subtype '%s': %s\n"
702 msgstr ""
743 msgstr "Subtype '%s' toevoegen mislukte: %s\n"
703744
704745 #: ../avahi-utils/avahi-publish.c:191
705746 #, c-format
706747 msgid "Host name conflict\n"
707 msgstr ""
748 msgstr "Hostnaam conflict\n"
708749
709750 #: ../avahi-utils/avahi-publish.c:216
710751 #, c-format
724765 " -R --no-reverse Do not publish reverse entry with address\n"
725766 " -f --no-fail Don't fail if the daemon is not available\n"
726767 msgstr ""
768 "%s [opties] %s <naam><type><poort> [<txt ...>]\n"
769 "%s [opties] %s <hostnaam><adres>\n"
770 "\n"
771 " -h --help Toon deze hulptekst\n"
772 " -V --version Toon versie\n"
773 " -s --service Publiceer service\n"
774 " -a -address Publiceer adres\n"
775 " -v --verbose Zet breedsprakige mode aan\n"
776 " -d --domain=DOMEIN Domein waarin service gepubliceerd wordt\n"
777 " - H --host=DOMEIN Host waarop service zich bevindt\n"
778 " --subtype= SUBTYPE Een extra subtype om met deze service te "
779 "registreren\n"
780 " -R --no-reverse Publiceer geen omgekeerde ingangen met adres\n"
781 " -f --no-fail Misluk niet als de daemon niet beschikbaar is\n"
727782
728783 #: ../avahi-utils/avahi-publish.c:303 ../avahi-utils/avahi-publish.c:318
729784 #, c-format
730785 msgid "Bad number of arguments\n"
731 msgstr ""
786 msgstr "Verkeerd aantal argumenten\n"
732787
733788 #: ../avahi-utils/avahi-publish.c:329
734789 #, c-format
735790 msgid "Failed to parse port number: %s\n"
736 msgstr ""
791 msgstr "Poortnummer ontleden mislukte: %s\n"
737792
738793 #: ../avahi-utils/avahi-publish.c:361 ../avahi-utils/avahi-resolve.c:246
739794 #, c-format
740795 msgid "No command specified.\n"
741 msgstr ""
796 msgstr "Geen commando gegeven.\n"
742797
743798 #: ../avahi-utils/avahi-resolve.c:89
744799 #, c-format
745800 msgid "Failed to resolve host name '%s': %s\n"
746 msgstr ""
801 msgstr "Hostnaam '%s' oplossen mislukte: %s\n"
747802
748803 #: ../avahi-utils/avahi-resolve.c:126
749804 #, c-format
750805 msgid "Failed to resolve address '%s': %s\n"
751 msgstr ""
806 msgstr "Adres '%s' oplossen mislukte: %s\n"
752807
753808 #: ../avahi-utils/avahi-resolve.c:157
754809 #, c-format
764819 " -6 Lookup IPv6 address\n"
765820 " -4 Lookup IPv4 address\n"
766821 msgstr ""
822 "%s [opties] %s <hostnaam ...>\n"
823 "%s [opties] %s <adres ... >\n"
824 "\n"
825 " -h --help Toon deze hulptekst\n"
826 " -V --version Toon versie\n"
827 " -n --name Op te lossen hostnaam\n"
828 " -a --address Op te lossen adres\n"
829 " -v --verbose Zet breedsprakige mode aan\n"
830 " -6 Zoek IPv6 adressen op\n"
831 " -4 Zoek IPv4 adressen op\n"
767832
768833 #: ../avahi-utils/avahi-resolve.c:299 ../avahi-utils/avahi-set-host-name.c:181
769834 #, c-format
770835 msgid "Failed to create host name resolver: %s\n"
771 msgstr ""
836 msgstr "Hostnaam oplosser aanmaken mislukte: %s\n"
772837
773838 #: ../avahi-utils/avahi-resolve.c:309
774839 #, c-format
775840 msgid "Failed to parse address '%s'\n"
776 msgstr ""
841 msgstr "Adres '%s' ontleden mislukte\n"
777842
778843 #: ../avahi-utils/avahi-resolve.c:314
779844 #, c-format
780845 msgid "Failed to create address resolver: %s\n"
781 msgstr ""
846 msgstr "NAdres oplosser aanmaken mislukte: %s\n"
782847
783848 #: ../avahi-utils/avahi-set-host-name.c:73
784849 #, c-format
789854 " -V --version Show version\n"
790855 " -v --verbose Enable verbose mode\n"
791856 msgstr ""
857 "%s [opties] <nieuwe hostnaam>\n"
858 "\n"
859 " -h --help Toon deze hulptekst\n"
860 " -V --version Toon versie\n"
861 " -v --verbose Zet breedsprakige mode aan\n"
792862
793863 #: ../avahi-utils/avahi-set-host-name.c:114
794864 #, c-format
795865 msgid "Invalid number of arguments, expecting exactly one.\n"
796 msgstr ""
866 msgstr "Ongeldig aantal argumenten, precies een wordt verwacht.\n"
797867
798868 #: ../avahi-utils/avahi-set-host-name.c:193
799869 #, c-format
800870 msgid "Host name successfully changed to %s\n"
801 msgstr ""
871 msgstr "Hostnaam succesvol veranderd naar %s\n"
0 # translation of pl.po to Polish
1 # Piotr Drąg <piotrdrag@gmail.com>, 2007.
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
23 #
4 # Translators:
35 msgid ""
46 msgstr ""
5 "Project-Id-Version: pl\n"
7 "Project-Id-Version: Avahi\n"
68 "Report-Msgid-Bugs-To: \n"
7 "POT-Creation-Date: 2011-04-02 03:23+0200\n"
8 "PO-Revision-Date: 2010-06-29 10:36+0200\n"
9 "Last-Translator: Piotr Drąg <piotrdrag@gmail.com>\n"
10 "Language-Team: Polish <trans-pl@lists.fedoraproject.org>\n"
9 "POT-Creation-Date: 2015-10-10 13:24+0200\n"
10 "PO-Revision-Date: 2010-11-29 23:19+0000\n"
11 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12 "Language-Team: Polish (http://www.transifex.com/lennart/avahi/language/pl/)\n"
1113 "Language: pl\n"
1214 "MIME-Version: 1.0\n"
1315 "Content-Type: text/plain; charset=UTF-8\n"
1416 "Content-Transfer-Encoding: 8bit\n"
17 "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
18 "|| n%100>=20) ? 1 : 2);\n"
1519
1620 #: ../avahi-common/error.c:30
1721 msgid "OK"
234238 msgstr "Nieprawidłowy kod błędu"
235239
236240 #: ../avahi-discover-standalone/avahi-discover.ui.h:1
241 msgid "Avahi Discovery"
242 msgstr "Wykrywanie Avahi"
243
244 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
237245 #: ../avahi-python/avahi-discover/avahi-discover.py:76
238246 msgid "<i>No service currently selected.</i>"
239247 msgstr "<i>Nie wybrano żadnej usługi.</i>"
240248
241 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
242 msgid "Avahi Discovery"
243 msgstr "Wykrywanie Avahi"
244
245249 #: ../avahi-python/avahi-discover/avahi-discover.desktop.in.in.h:1
246250 msgid "Avahi Zeroconf Browser"
247251 msgstr "Przeglądarka Zeroconf Avahi"
306310 msgid "The service type of the selected service"
307311 msgstr "Typ wybranej usługi"
308312
309 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1023
313 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1035
310314 msgid "Service Name"
311315 msgstr "Nazwa usługi"
312316
426430 msgid "Failed to create browser for %s: %s"
427431 msgstr "Utworzenie przeglądarki dla %s nie powiodło się: %s"
428432
429 #: ../avahi-ui/avahi-ui.c:903
433 #: ../avahi-ui/avahi-ui.c:907
430434 #, c-format
431435 msgid "Failed to create resolver for %s of type %s in domain %s: %s"
432436 msgstr ""
433437 "Utworzenie rozwiązania dla %s typu %s w domenie %s nie powiodło się: %s"
434438
435 #: ../avahi-ui/avahi-ui.c:978
439 #: ../avahi-ui/avahi-ui.c:982
436440 #, c-format
437441 msgid "Failed to create domain browser: %s"
438442 msgstr "Utworzenie przeglądarki domen nie powiodło się: %s"
439443
440 #: ../avahi-ui/avahi-ui.c:989
444 #: ../avahi-ui/avahi-ui.c:993
441445 msgid "Change domain"
442446 msgstr "Zmiana domeny"
443447
444 #: ../avahi-ui/avahi-ui.c:1031 ../avahi-ui/avahi-ui.c:1162
448 #: ../avahi-ui/avahi-ui.c:1043 ../avahi-ui/avahi-ui.c:1180
445449 msgid "Browsing..."
446450 msgstr "Przeglądanie..."
447451
448 #: ../avahi-ui/avahi-ui.c:1120
452 #: ../avahi-ui/avahi-ui.c:1047 ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156
453 #: ../avahi-ui/bssh.c:161
454 #, fuzzy
455 msgid "_Cancel"
456 msgstr "Anulowano.\n"
457
458 #: ../avahi-ui/avahi-ui.c:1048
459 #, fuzzy
460 msgid "_OK"
461 msgstr "OK"
462
463 #: ../avahi-ui/avahi-ui.c:1134
449464 msgid "Initializing..."
450465 msgstr "Inicjowanie..."
451466
452 #: ../avahi-ui/avahi-ui.c:1144
467 #: ../avahi-ui/avahi-ui.c:1162
453468 msgid "Location"
454469 msgstr "Położenie"
455470
456 #: ../avahi-ui/avahi-ui.c:1149 ../avahi-utils/avahi-browse.c:553
471 #: ../avahi-ui/avahi-ui.c:1167 ../avahi-utils/avahi-browse.c:553
457472 msgid "Name"
458473 msgstr "Nazwa"
459474
460 #: ../avahi-ui/avahi-ui.c:1154 ../avahi-utils/avahi-browse.c:553
475 #: ../avahi-ui/avahi-ui.c:1172 ../avahi-utils/avahi-browse.c:553
461476 msgid "Type"
462477 msgstr "Typ"
463478
464 #: ../avahi-ui/avahi-ui.c:1166
479 #: ../avahi-ui/avahi-ui.c:1184
465480 msgid "_Domain..."
466481 msgstr "_Domena..."
467482
492507 #: ../avahi-ui/bssh.c:149
493508 msgid "Choose Shell Server"
494509 msgstr "Wybór powłoki serwera"
510
511 #: ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156 ../avahi-ui/bssh.c:161
512 msgid "C_onnect"
513 msgstr ""
495514
496515 #: ../avahi-ui/bssh.c:151
497516 msgid "Desktop"
0 # Brazilian Portuguese translation of Avahi.
1 # This file is distributed under the same license as the avahi package.
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
23 #
3 # Lucas Saboya <lucas@cefetce.br>, 2008.
4 # Igor Pires Soares <igor@projetofedora.org>, 2008.
5 # Taylon Silmer <taylonsilva@gmail.com>, 2009.
6 #
4 # Translators:
5 # nullck <nullck@fedoraproject.org>, 2011
76 msgid ""
87 msgstr ""
9 "Project-Id-Version: avahi\n"
8 "Project-Id-Version: Avahi\n"
109 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2011-04-02 03:23+0200\n"
12 "PO-Revision-Date: 2009-03-16 11:15-0300\n"
13 "Last-Translator: Taylon <taylonsilva@gmail.com>\n"
14 "Language-Team: Brazilian Portuguese <fedora-trans-pt_br@redhat.com>\n"
10 "POT-Creation-Date: 2015-10-10 13:24+0200\n"
11 "PO-Revision-Date: 2013-11-20 09:58+0000\n"
12 "Last-Translator: nullck <nullck@fedoraproject.org>\n"
13 "Language-Team: Portuguese (Brazil) (http://www.transifex.com/lennart/avahi/"
14 "language/pt_BR/)\n"
1515 "Language: pt_BR\n"
1616 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=utf-8\n"
17 "Content-Type: text/plain; charset=UTF-8\n"
1818 "Content-Transfer-Encoding: 8bit\n"
1919 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
20 "X-Poedit-Language: Portuguese\n"
21 "X-Poedit-Country: BRAZIL\n"
2220
2321 #: ../avahi-common/error.c:30
2422 msgid "OK"
241239 msgstr "Código de Erro Inválido"
242240
243241 #: ../avahi-discover-standalone/avahi-discover.ui.h:1
242 msgid "Avahi Discovery"
243 msgstr "Avahi Discovery"
244
245 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
244246 #: ../avahi-python/avahi-discover/avahi-discover.py:76
245247 msgid "<i>No service currently selected.</i>"
246248 msgstr "<i>Nenhum serviço selecionado atualmente.</i>"
247249
248 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
249 msgid "Avahi Discovery"
250 msgstr "Avahi Discovery"
251
252250 #: ../avahi-python/avahi-discover/avahi-discover.desktop.in.in.h:1
253251 msgid "Avahi Zeroconf Browser"
254252 msgstr "Navegador Zeroconf do Avahi"
259257
260258 #: ../avahi-python/avahi-discover/avahi-discover.py:224
261259 msgid "TXT"
262 msgstr ""
260 msgstr "TXT"
263261
264262 #: ../avahi-python/avahi-discover/avahi-discover.py:226
265 #, fuzzy
266263 msgid "TXT Data:"
267 msgstr "Dados TXT"
264 msgstr "TXT Dado:"
268265
269266 #: ../avahi-python/avahi-discover/avahi-discover.py:226
270 #, fuzzy
271267 msgid "empty"
272 msgstr "Está vazio"
268 msgstr "vazio"
273269
274270 #: ../avahi-python/avahi-discover/avahi-discover.py:228
275 #, fuzzy
276271 msgid "Service Type:"
277 msgstr "Tipo do serviço"
272 msgstr "Tipo de Serviço:"
278273
279274 #: ../avahi-python/avahi-discover/avahi-discover.py:229
280 #, fuzzy
281275 msgid "Service Name:"
282 msgstr "Nome do serviço"
276 msgstr "Name do Serviço:"
283277
284278 #: ../avahi-python/avahi-discover/avahi-discover.py:230
285 #, fuzzy
286279 msgid "Domain Name:"
287 msgstr "Domínio"
280 msgstr "Nome de Dominio:"
288281
289282 #: ../avahi-python/avahi-discover/avahi-discover.py:231
290283 msgid "Interface:"
291 msgstr ""
284 msgstr "Interface:"
292285
293286 #: ../avahi-python/avahi-discover/avahi-discover.py:232
294 #, fuzzy
295287 msgid "Address:"
296 msgstr "Endereço"
288 msgstr "Endereço:"
297289
298290 #: ../avahi-ui/avahi-ui.c:185
299291 msgid "Browse Service Types"
319311 msgid "The service type of the selected service"
320312 msgstr "O tipo de serviço do serviço selecionado"
321313
322 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1023
314 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1035
323315 msgid "Service Name"
324316 msgstr "Nome do serviço"
325317
360352 msgstr "Os dados TXT do serviço resolvido"
361353
362354 #: ../avahi-ui/avahi-ui.c:230
363 #, fuzzy
364355 msgid "Resolve Service"
365 msgstr "Resolver serviço"
356 msgstr "Serviço de Resolução"
366357
367358 #: ../avahi-ui/avahi-ui.c:230
368359 msgid "Resolve the selected service automatically before returning"
369 msgstr ""
360 msgstr "Resolver o serviço selecionado automaticamente antes de retornar"
370361
371362 #: ../avahi-ui/avahi-ui.c:236
372 #, fuzzy
373363 msgid "Resolve Service Host Name"
374 msgstr "Resolver serviço de nome da máquina"
364 msgstr "Serviço de Resolução de Nome de Host"
375365
376366 #: ../avahi-ui/avahi-ui.c:236
377367 msgid ""
378368 "Resolve the host name of the selected service automatically before returning"
379369 msgstr ""
370 "Resolver o nome do host do serviço selecionado automaticamente antes de "
371 "retornar"
380372
381373 #: ../avahi-ui/avahi-ui.c:242
382374 msgid "Address family"
440432 msgid "Failed to create browser for %s: %s"
441433 msgstr "Falha ao criar navegador para %s: %s"
442434
443 #: ../avahi-ui/avahi-ui.c:903
435 #: ../avahi-ui/avahi-ui.c:907
444436 #, c-format
445437 msgid "Failed to create resolver for %s of type %s in domain %s: %s"
446438 msgstr "Falha ao criar um resolvedor para %s do tipo %s no domínio %s: %s"
447439
448 #: ../avahi-ui/avahi-ui.c:978
440 #: ../avahi-ui/avahi-ui.c:982
449441 #, c-format
450442 msgid "Failed to create domain browser: %s"
451443 msgstr "Falha ao criar o navegador de domínios: %s"
452444
453 #: ../avahi-ui/avahi-ui.c:989
445 #: ../avahi-ui/avahi-ui.c:993
454446 msgid "Change domain"
455447 msgstr "Alterar domínio"
456448
457 #: ../avahi-ui/avahi-ui.c:1031 ../avahi-ui/avahi-ui.c:1162
449 #: ../avahi-ui/avahi-ui.c:1043 ../avahi-ui/avahi-ui.c:1180
458450 msgid "Browsing..."
459451 msgstr "Procurando..."
460452
461 #: ../avahi-ui/avahi-ui.c:1120
453 #: ../avahi-ui/avahi-ui.c:1047 ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156
454 #: ../avahi-ui/bssh.c:161
455 #, fuzzy
456 msgid "_Cancel"
457 msgstr "Cancelado.\n"
458
459 #: ../avahi-ui/avahi-ui.c:1048
460 #, fuzzy
461 msgid "_OK"
462 msgstr "OK"
463
464 #: ../avahi-ui/avahi-ui.c:1134
462465 msgid "Initializing..."
463466 msgstr "Inicializando..."
464467
465 #: ../avahi-ui/avahi-ui.c:1144
468 #: ../avahi-ui/avahi-ui.c:1162
466469 msgid "Location"
467470 msgstr "Localização"
468471
469 #: ../avahi-ui/avahi-ui.c:1149 ../avahi-utils/avahi-browse.c:553
472 #: ../avahi-ui/avahi-ui.c:1167 ../avahi-utils/avahi-browse.c:553
470473 msgid "Name"
471474 msgstr "Nome"
472475
473 #: ../avahi-ui/avahi-ui.c:1154 ../avahi-utils/avahi-browse.c:553
476 #: ../avahi-ui/avahi-ui.c:1172 ../avahi-utils/avahi-browse.c:553
474477 msgid "Type"
475478 msgstr "Type"
476479
477 #: ../avahi-ui/avahi-ui.c:1166
480 #: ../avahi-ui/avahi-ui.c:1184
478481 msgid "_Domain..."
479482 msgstr "_Domínio..."
480483
505508 #: ../avahi-ui/bssh.c:149
506509 msgid "Choose Shell Server"
507510 msgstr "Escolha um servidor de shell"
511
512 #: ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156 ../avahi-ui/bssh.c:161
513 msgid "C_onnect"
514 msgstr ""
508515
509516 #: ../avahi-ui/bssh.c:151
510517 msgid "Desktop"
741748 msgstr "Conflito de nome de máquina\n"
742749
743750 #: ../avahi-utils/avahi-publish.c:216
744 #, fuzzy, c-format
751 #, c-format
745752 msgid ""
746753 "%s [options] %s <name> <type> <port> [<txt ...>]\n"
747754 "%s [options] %s <host-name> <address>\n"
758765 " -R --no-reverse Do not publish reverse entry with address\n"
759766 " -f --no-fail Don't fail if the daemon is not available\n"
760767 msgstr ""
761 "%s [opções] %s <nome> <tipo> <porta> [<txt ...>]\n"
762 "%s [opções] %s <nome-de-máquina> <endereço>\n"
763 "\n"
764 " -h --help Mostra essa ajuda\n"
765 " -V --version Mostra a versão\n"
766 " -s --service Publica o serviço \n"
767 " -a --address Publica o endereço\n"
768 " -v --verbose Habilita o modo detalhado\n"
769 " -d --domain=DOMAIN Domínio onde se quer publicar o serviço\n"
770 " -H --host=DOMAIN Máquina onde o serviço está\n"
771 " --subtype=SUBTYPE Subtipo adicional para registrar junto ao serviço\n"
772 " -f --no-fail Não falha se o daemon não estiver disponível\n"
768 "%s [opções] %s <nome> <tipo> <porta> [<txt ...>] \n"
769 "%s [opções] %s <nome-de-máquina> <endereço> \n"
770 "-h --help Mostra essa ajuda \n"
771 "-V --version Mostra a versão \n"
772 "-s --service Publica o serviço \n"
773 "-a --address Publica o endereço \n"
774 "-v --verbose Habilita o modo detalhado \n"
775 "-d --domain=DOMAIN Domínio onde se quer publicar o serviço \n"
776 "-H --host=DOMAIN Máquina onde o serviço está \n"
777 "--subtype=SUBTYPE Subtipo adicional para registrar junto ao serviço \n"
778 "-R --no-reverse Não publica endereço reverso\n"
779 "-f --no-fail Não falha se o daemon não estiver disponível \n"
773780
774781 #: ../avahi-utils/avahi-publish.c:303 ../avahi-utils/avahi-publish.c:318
775782 #, c-format
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
5 # Arthur Țițeică <arthur.titeica@gmail.com>, 2014
06 msgid ""
17 msgstr ""
2 "Project-Id-Version: Fedora 10\n"
8 "Project-Id-Version: Avahi\n"
39 "Report-Msgid-Bugs-To: \n"
4 "POT-Creation-Date: 2011-04-02 03:23+0200\n"
5 "PO-Revision-Date: 2009-10-03 13:23+0200\n"
6 "Last-Translator: Adi Roiban <adi@roiban.ro>\n"
7 "Language-Team: Romanian <LL@li.org>\n"
10 "POT-Creation-Date: 2015-10-10 13:24+0200\n"
11 "PO-Revision-Date: 2014-03-15 19:22+0000\n"
12 "Last-Translator: Arthur Țițeică <arthur.titeica@gmail.com>\n"
13 "Language-Team: Romanian (http://www.transifex.com/lennart/avahi/language/"
14 "ro/)\n"
815 "Language: ro\n"
916 "MIME-Version: 1.0\n"
1017 "Content-Type: text/plain; charset=UTF-8\n"
1118 "Content-Transfer-Encoding: 8bit\n"
12 "Plural-Forms: nplurals=3; plural=(n == 1 ? 0: (((n % 100 > 19) || ((n % 100 "
13 "== 0) && (n != 0))) ? 2: 1));\n"
19 "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?"
20 "2:1));\n"
1421
1522 #: ../avahi-common/error.c:30
1623 msgid "OK"
2633
2734 #: ../avahi-common/error.c:33
2835 msgid "Invalid host name"
29 msgstr "Nume gazdă nevalid"
36 msgstr "Nume de gazdă nevalid"
3037
3138 #: ../avahi-common/error.c:34
3239 msgid "Invalid domain name"
33 msgstr "Nume domeniu nevalid"
40 msgstr "Nume de domeniu nevalid"
3441
3542 #: ../avahi-common/error.c:35
3643 msgid "No suitable network protocol available"
37 msgstr "Nu este disponibil nici un protocol de rețea"
44 msgstr "Nu este disponibil niciun protocol de rețea"
3845
3946 #: ../avahi-common/error.c:36
4047 msgid "Invalid DNS TTL"
106113
107114 #: ../avahi-common/error.c:55
108115 msgid "Daemon connection failed"
109 msgstr "Conxiune serviciu eșuată"
116 msgstr "Conexiune serviciu eșuată"
110117
111118 #: ../avahi-common/error.c:56
112119 msgid "Memory exhausted"
122129
123130 #: ../avahi-common/error.c:59
124131 msgid "Invalid interface index"
125 msgstr "Index interfeță nevalid"
132 msgstr "Index interfață nevalid"
126133
127134 #: ../avahi-common/error.c:60
128135 msgid "Invalid protocol specification"
129 msgstr "Protocol specificat nevalid"
136 msgstr "Specificație de protocol nevalidă"
130137
131138 #: ../avahi-common/error.c:61
132139 msgid "Invalid flags"
154161
155162 #: ../avahi-common/error.c:68
156163 msgid "Invalid DNS return code"
157 msgstr "Cod returnat DNS nevalid"
164 msgstr "Cod DNS returnat nevalid"
158165
159166 #: ../avahi-common/error.c:69
160167 msgid "DNS failure: FORMERR"
161 msgstr "DNS eșuat: FORMERR"
168 msgstr "Eroare DNS: FORMERR"
162169
163170 #: ../avahi-common/error.c:70
164171 msgid "DNS failure: SERVFAIL"
165 msgstr "DNS eșuat: SERVFAIL"
172 msgstr "Eroare DNS: SERVFAIL"
166173
167174 #: ../avahi-common/error.c:71
168175 msgid "DNS failure: NXDOMAIN"
169 msgstr "DNS eșuat: NXDOMAIN"
176 msgstr "Eroare DNS: NXDOMAIN"
170177
171178 #: ../avahi-common/error.c:72
172179 msgid "DNS failure: NOTIMP"
173 msgstr "DNS eșuat: NOTIMP"
180 msgstr "Eroare DNS: NOTIMP"
174181
175182 #: ../avahi-common/error.c:74
176183 msgid "DNS failure: REFUSED"
177 msgstr "DNS eșuat: REFUSED"
184 msgstr "Eroare DNS: REFUSED"
178185
179186 #: ../avahi-common/error.c:75
180187 msgid "DNS failure: YXDOMAIN"
181 msgstr "DNS eșuat: YXDMAIN"
188 msgstr "Eroare DNS: YXDMAIN"
182189
183190 #: ../avahi-common/error.c:76
184191 msgid "DNS failure: YXRRSET"
185 msgstr "DNS eșuat: YXRRSET"
192 msgstr "Eroare DNS: YXRRSET"
186193
187194 #: ../avahi-common/error.c:77
188195 msgid "DNS failure: NXRRSET"
189 msgstr "DNS eșuat: NXRRSET"
196 msgstr "Eroare DNS: NXRRSET"
190197
191198 #: ../avahi-common/error.c:78
192199 msgid "DNS failure: NOTAUTH"
193 msgstr "DNS eșuat: NOTAUTH"
200 msgstr "Eroare DNS: NOTAUTH"
194201
195202 #: ../avahi-common/error.c:79
196203 msgid "DNS failure: NOTZONE"
197 msgstr "DNS eșuat: NOTZONE"
204 msgstr "Eroare DNS: NOTZONE"
198205
199206 #: ../avahi-common/error.c:80
200207 msgid "Invalid RDATA"
233240 msgstr "Cod de eroare nevalid"
234241
235242 #: ../avahi-discover-standalone/avahi-discover.ui.h:1
243 msgid "Avahi Discovery"
244 msgstr "Descoperire Avahi"
245
246 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
236247 #: ../avahi-python/avahi-discover/avahi-discover.py:76
237248 msgid "<i>No service currently selected.</i>"
238 msgstr "<i>Nici un serviciu selectat curent.</i>"
239
240 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
241 msgid "Avahi Discovery"
242 msgstr "Descoperire Avahi"
249 msgstr "<i>Niciun serviciu selectat.</i>"
243250
244251 #: ../avahi-python/avahi-discover/avahi-discover.desktop.in.in.h:1
245252 msgid "Avahi Zeroconf Browser"
247254
248255 #: ../avahi-python/avahi-discover/avahi-discover.desktop.in.in.h:2
249256 msgid "Browse for Zeroconf services available on your network"
250 msgstr "Descoperă serviciile Zeroconf disponibile în rețeaua dumneavoastră."
257 msgstr "Descoperă serviciile Zeroconf disponibile în rețeaua ta"
251258
252259 #: ../avahi-python/avahi-discover/avahi-discover.py:224
253260 msgid "TXT"
254 msgstr ""
261 msgstr "TXT"
255262
256263 #: ../avahi-python/avahi-discover/avahi-discover.py:226
257 #, fuzzy
258264 msgid "TXT Data:"
259 msgstr "Date TXT"
265 msgstr "Date TXT:"
260266
261267 #: ../avahi-python/avahi-discover/avahi-discover.py:226
262 #, fuzzy
263268 msgid "empty"
264 msgstr "Este gol"
269 msgstr "gol"
265270
266271 #: ../avahi-python/avahi-discover/avahi-discover.py:228
267 #, fuzzy
268272 msgid "Service Type:"
269 msgstr "Tip serviciu"
273 msgstr "Tip serviciu:"
270274
271275 #: ../avahi-python/avahi-discover/avahi-discover.py:229
272 #, fuzzy
273276 msgid "Service Name:"
274 msgstr "Nume serviciu"
277 msgstr "Nume serviciu:"
275278
276279 #: ../avahi-python/avahi-discover/avahi-discover.py:230
277 #, fuzzy
278280 msgid "Domain Name:"
279 msgstr "Domeniu"
281 msgstr "Nume domeniu:"
280282
281283 #: ../avahi-python/avahi-discover/avahi-discover.py:231
282284 msgid "Interface:"
283 msgstr ""
285 msgstr "Interfață:"
284286
285287 #: ../avahi-python/avahi-discover/avahi-discover.py:232
286 #, fuzzy
287288 msgid "Address:"
288 msgstr "Adresă"
289 msgstr "Adresă:"
289290
290291 #: ../avahi-ui/avahi-ui.c:185
291292 msgid "Browse Service Types"
311312 msgid "The service type of the selected service"
312313 msgstr "Tipul serviciului pentru serviciul selectat"
313314
314 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1023
315 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1035
315316 msgid "Service Name"
316317 msgstr "Nume serviciu"
317318
349350
350351 #: ../avahi-ui/avahi-ui.c:225
351352 msgid "The TXT data of the resolved service"
352 msgstr "Datele TXT a serviciului rezolvat"
353 msgstr "Datele TXT ale serviciului rezolvat"
353354
354355 #: ../avahi-ui/avahi-ui.c:230
355 #, fuzzy
356356 msgid "Resolve Service"
357 msgstr "Rezolvare serviciu"
357 msgstr "Rezolvă serviciul"
358358
359359 #: ../avahi-ui/avahi-ui.c:230
360360 msgid "Resolve the selected service automatically before returning"
361 msgstr ""
361 msgstr "Rezolvă automat serviciul selectat înainte de a reveni"
362362
363363 #: ../avahi-ui/avahi-ui.c:236
364 #, fuzzy
365364 msgid "Resolve Service Host Name"
366 msgstr "Rezolvă nume de gazdă a serviciului"
365 msgstr "Rezolvă numele de gazdă a serviciului"
367366
368367 #: ../avahi-ui/avahi-ui.c:236
369368 msgid ""
370369 "Resolve the host name of the selected service automatically before returning"
371370 msgstr ""
371 "Rezolvă automat numele de gazdă a serviciului selectat înainte de a reveni"
372372
373373 #: ../avahi-ui/avahi-ui.c:242
374374 msgid "Address family"
411411
412412 #: ../avahi-ui/avahi-ui.c:706
413413 msgid "Browse service type list is empty!"
414 msgstr "Lista tipului de servici este vidă!"
414 msgstr "Lista tipului de serviciu este vidă!"
415415
416416 #: ../avahi-ui/avahi-ui.c:717
417417 #, c-format
432432 msgid "Failed to create browser for %s: %s"
433433 msgstr "Creare navigator a eșuat pentru %s: %s"
434434
435 #: ../avahi-ui/avahi-ui.c:903
435 #: ../avahi-ui/avahi-ui.c:907
436436 #, c-format
437437 msgid "Failed to create resolver for %s of type %s in domain %s: %s"
438438 msgstr "A eșuat crearea resolver-ului pentru %s de tipul %s în domeniul %s: %s"
439439
440 #: ../avahi-ui/avahi-ui.c:978
440 #: ../avahi-ui/avahi-ui.c:982
441441 #, c-format
442442 msgid "Failed to create domain browser: %s"
443443 msgstr "Creare navigator domeniu a eșuat: %s"
444444
445 #: ../avahi-ui/avahi-ui.c:989
445 #: ../avahi-ui/avahi-ui.c:993
446446 msgid "Change domain"
447447 msgstr "Schimbă domeniu"
448448
449 #: ../avahi-ui/avahi-ui.c:1031 ../avahi-ui/avahi-ui.c:1162
449 #: ../avahi-ui/avahi-ui.c:1043 ../avahi-ui/avahi-ui.c:1180
450450 msgid "Browsing..."
451451 msgstr "Se descoperă..."
452452
453 #: ../avahi-ui/avahi-ui.c:1120
453 #: ../avahi-ui/avahi-ui.c:1047 ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156
454 #: ../avahi-ui/bssh.c:161
455 #, fuzzy
456 msgid "_Cancel"
457 msgstr "Anulat.\n"
458
459 #: ../avahi-ui/avahi-ui.c:1048
460 #, fuzzy
461 msgid "_OK"
462 msgstr "OK"
463
464 #: ../avahi-ui/avahi-ui.c:1134
454465 msgid "Initializing..."
455466 msgstr "Se inițializează..."
456467
457 #: ../avahi-ui/avahi-ui.c:1144
468 #: ../avahi-ui/avahi-ui.c:1162
458469 msgid "Location"
459470 msgstr "Locație"
460471
461 #: ../avahi-ui/avahi-ui.c:1149 ../avahi-utils/avahi-browse.c:553
472 #: ../avahi-ui/avahi-ui.c:1167 ../avahi-utils/avahi-browse.c:553
462473 msgid "Name"
463474 msgstr "Nume"
464475
465 #: ../avahi-ui/avahi-ui.c:1154 ../avahi-utils/avahi-browse.c:553
476 #: ../avahi-ui/avahi-ui.c:1172 ../avahi-utils/avahi-browse.c:553
466477 msgid "Type"
467478 msgstr "Tip"
468479
469 #: ../avahi-ui/avahi-ui.c:1166
480 #: ../avahi-ui/avahi-ui.c:1184
470481 msgid "_Domain..."
471482 msgstr "_Domeniu..."
472483
492503 #: ../avahi-ui/bssh.c:101 ../avahi-utils/avahi-browse.c:775
493504 #, c-format
494505 msgid "Too many arguments\n"
495 msgstr "Prea mulţi parametri\n"
506 msgstr "Prea mulți parametri\n"
496507
497508 #: ../avahi-ui/bssh.c:149
498509 msgid "Choose Shell Server"
499 msgstr "Alegeți consolă server"
510 msgstr "Alege consolă server"
511
512 #: ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156 ../avahi-ui/bssh.c:161
513 msgid "C_onnect"
514 msgstr ""
500515
501516 #: ../avahi-ui/bssh.c:151
502517 msgid "Desktop"
503 msgstr "Desktop"
518 msgstr "Birou"
504519
505520 #: ../avahi-ui/bssh.c:152
506521 msgid "Terminal"
508523
509524 #: ../avahi-ui/bssh.c:156
510525 msgid "Choose VNC server"
511 msgstr "Alegeți server VNC"
526 msgstr "Alege server VNC"
512527
513528 #: ../avahi-ui/bssh.c:161
514529 msgid "Choose SSH server"
515 msgstr "Alegeți server SSH"
530 msgstr "Alege server SSH"
516531
517532 #: ../avahi-ui/bssh.c:185
518533 #, c-format
519534 msgid "Connecting to '%s' ...\n"
520 msgstr "Se conectează la „%s” ...\n"
535 msgstr "Se conectează la '%s' ...\n"
521536
522537 #: ../avahi-ui/bssh.c:240
523538 #, c-format
543558
544559 #: ../avahi-ui/bvnc.desktop.in.in.h:2
545560 msgid "Browse for Zeroconf-enabled VNC Servers"
546 msgstr "Navigheză serverele VNC având activat Zeroconf"
561 msgstr "Navighează serverele VNC având activat Zeroconf"
547562
548563 #: ../avahi-utils/avahi-browse.c:107
549564 #, c-format
733748 msgstr "Conflict nume gazdă\n"
734749
735750 #: ../avahi-utils/avahi-publish.c:216
736 #, fuzzy, c-format
751 #, c-format
737752 msgid ""
738753 "%s [options] %s <name> <type> <port> [<txt ...>]\n"
739754 "%s [options] %s <host-name> <address>\n"
753768 "%s [opțiuni] %s <nume> <tip> <port> [<txt ...>]\n"
754769 "%s [opțiuni] %s <nume-gazdă> <adresă>\n"
755770 "\n"
756 " -h --help Afișarea acestui ajutor\n"
757 " -V --version Afișare versiuni\n"
758 " -s --service Publicare serviciu\n"
759 " -a --address Publicare adresă\n"
760 " -v --verbose Activare mod detaliat\n"
761 " -d --domain=DOMENIU Domeniu pentru publicare serviciu\n"
762 " -H --host=DOMENIU Gazda serviciului\n"
763 " --subtype=SUBTIP Subtip adiționalt pentru înregistrare serviciu\n"
764 " -f --no-fail Nu eșua dacă serviciul nu este disponibil\n"
771 " -h --help Afișează acest ajutor\n"
772 " -V --version Afișează versiunea\n"
773 " -s --service Publicare serviciu\n"
774 " -a --address Publicare adresă\n"
775 " -v --verbose Activează modul detaliat\n"
776 " -d --domain=DOMENIU Domeniu în care se va publica serviciul\n"
777 " -H --host=DOMENIU Gazda unde este localizat serviciul\n"
778 " --subtype=SUBTIP Un subtip adițional cu care va fi înregistrat acest "
779 "serviciu\n"
780 " -R --no-reverse Nu publica înregistrarea inversă împreună cu "
781 "adresa\n"
782 " -f --no-fail Nu eșua dacă serviciul nu este disponibil\n"
765783
766784 #: ../avahi-utils/avahi-publish.c:303 ../avahi-utils/avahi-publish.c:318
767785 #, c-format
771789 #: ../avahi-utils/avahi-publish.c:329
772790 #, c-format
773791 msgid "Failed to parse port number: %s\n"
774 msgstr "Prelucrare număr port eșuată: %s\n"
792 msgstr "A eșuat interpretarea numărului de port: %s\n"
775793
776794 #: ../avahi-utils/avahi-publish.c:361 ../avahi-utils/avahi-resolve.c:246
777795 #, c-format
778796 msgid "No command specified.\n"
779 msgstr "Nici o comandă specificată.\n"
797 msgstr "Nicio comandă specificată.\n"
780798
781799 #: ../avahi-utils/avahi-resolve.c:89
782800 #, c-format
783801 msgid "Failed to resolve host name '%s': %s\n"
784 msgstr "Rezolvare nume calculator gazdă „%s” a eșuat: %s\n"
802 msgstr "A eșuat rezolvarea numelui de gazdă „%s”: %s\n"
785803
786804 #: ../avahi-utils/avahi-resolve.c:126
787805 #, c-format
788806 msgid "Failed to resolve address '%s': %s\n"
789 msgstr "Rezolvare adresă „%s” eșuată: %s\n"
807 msgstr "A eșuat rezolvarea adresei „%s”: %s\n"
790808
791809 #: ../avahi-utils/avahi-resolve.c:157
792810 #, c-format
841859 "\n"
842860 " -h --help Afișează acest ajutor\n"
843861 " -V --version Afișează versiunea\n"
844 " -v --verbose Activează mod detaliat\n"
862 " -v --verbose Activează modul detaliat\n"
845863
846864 #: ../avahi-utils/avahi-set-host-name.c:114
847865 #, c-format
848866 msgid "Invalid number of arguments, expecting exactly one.\n"
849 msgstr "Numărul de parametri nu este valid. Se așteaptă unul singur.\n"
867 msgstr "Numărul de parametri nu este valid, se așteaptă unul singur.\n"
850868
851869 #: ../avahi-utils/avahi-set-host-name.c:193
852870 #, c-format
0 # Russian translation for avahi
1 # Copyright (c) 2008 Rosetta Contributors and Canonical Ltd 2008
2 # This file is distributed under the same license as the avahi package.
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
33 #
4 # FIRST AUTHOR <EMAIL@ADDRESS>, 2008.
5 # Yuri Kozlov <yuray@komyakino.ru>, 2010.
4 # Translators:
65 msgid ""
76 msgstr ""
8 "Project-Id-Version: avahi\n"
7 "Project-Id-Version: Avahi\n"
98 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2011-04-02 03:23+0200\n"
11 "PO-Revision-Date: 2010-08-15 13:16+0400\n"
12 "Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
13 "Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
9 "POT-Creation-Date: 2015-10-10 13:24+0200\n"
10 "PO-Revision-Date: 2010-11-29 23:19+0000\n"
11 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12 "Language-Team: Russian (http://www.transifex.com/lennart/avahi/language/"
13 "ru/)\n"
1414 "Language: ru\n"
1515 "MIME-Version: 1.0\n"
1616 "Content-Type: text/plain; charset=UTF-8\n"
1717 "Content-Transfer-Encoding: 8bit\n"
18 "X-Launchpad-Export-Date: 2008-04-01 04:32+0000\n"
19 "X-Generator: Lokalize 1.0\n"
20 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
21 "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
18 "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
19 "%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n"
20 "%100>=11 && n%100<=14)? 2 : 3);\n"
2221
2322 #: ../avahi-common/error.c:30
2423 msgid "OK"
241240 msgstr "Неверный код ошибки"
242241
243242 #: ../avahi-discover-standalone/avahi-discover.ui.h:1
243 msgid "Avahi Discovery"
244 msgstr "Avahi Discovery"
245
246 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
244247 #: ../avahi-python/avahi-discover/avahi-discover.py:76
245248 msgid "<i>No service currently selected.</i>"
246249 msgstr "<i>Служба не выбрана.</i>"
247250
248 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
249 msgid "Avahi Discovery"
250 msgstr "Avahi Discovery"
251
252251 #: ../avahi-python/avahi-discover/avahi-discover.desktop.in.in.h:1
253252 msgid "Avahi Zeroconf Browser"
254253 msgstr "Обозреватель Avahi Zeroconf"
313312 msgid "The service type of the selected service"
314313 msgstr "Тип выбранной службы"
315314
316 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1023
315 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1035
317316 msgid "Service Name"
318317 msgstr "Имя службы"
319318
432431 msgid "Failed to create browser for %s: %s"
433432 msgstr "Не удалось создать обозреватель для %s: %s"
434433
435 #: ../avahi-ui/avahi-ui.c:903
434 #: ../avahi-ui/avahi-ui.c:907
436435 #, c-format
437436 msgid "Failed to create resolver for %s of type %s in domain %s: %s"
438437 msgstr "Не удалось создать преобразователь имён для %s типа %s в домене %s: %s"
439438
440 #: ../avahi-ui/avahi-ui.c:978
439 #: ../avahi-ui/avahi-ui.c:982
441440 #, c-format
442441 msgid "Failed to create domain browser: %s"
443442 msgstr "Не удалось создать обозреватель доменов: %s"
444443
445 #: ../avahi-ui/avahi-ui.c:989
444 #: ../avahi-ui/avahi-ui.c:993
446445 msgid "Change domain"
447446 msgstr "Изменить домен"
448447
449 #: ../avahi-ui/avahi-ui.c:1031 ../avahi-ui/avahi-ui.c:1162
448 #: ../avahi-ui/avahi-ui.c:1043 ../avahi-ui/avahi-ui.c:1180
450449 msgid "Browsing..."
451450 msgstr "Поиск..."
452451
453 #: ../avahi-ui/avahi-ui.c:1120
452 #: ../avahi-ui/avahi-ui.c:1047 ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156
453 #: ../avahi-ui/bssh.c:161
454 #, fuzzy
455 msgid "_Cancel"
456 msgstr "Отменено.\n"
457
458 #: ../avahi-ui/avahi-ui.c:1048
459 #, fuzzy
460 msgid "_OK"
461 msgstr "ОК"
462
463 #: ../avahi-ui/avahi-ui.c:1134
454464 msgid "Initializing..."
455465 msgstr "Инициализация..."
456466
457 #: ../avahi-ui/avahi-ui.c:1144
467 #: ../avahi-ui/avahi-ui.c:1162
458468 msgid "Location"
459469 msgstr "Расположение"
460470
461 #: ../avahi-ui/avahi-ui.c:1149 ../avahi-utils/avahi-browse.c:553
471 #: ../avahi-ui/avahi-ui.c:1167 ../avahi-utils/avahi-browse.c:553
462472 msgid "Name"
463473 msgstr "Имя"
464474
465 #: ../avahi-ui/avahi-ui.c:1154 ../avahi-utils/avahi-browse.c:553
475 #: ../avahi-ui/avahi-ui.c:1172 ../avahi-utils/avahi-browse.c:553
466476 msgid "Type"
467477 msgstr "Тип"
468478
469 #: ../avahi-ui/avahi-ui.c:1166
479 #: ../avahi-ui/avahi-ui.c:1184
470480 msgid "_Domain..."
471481 msgstr "_Домен..."
472482
497507 #: ../avahi-ui/bssh.c:149
498508 msgid "Choose Shell Server"
499509 msgstr "Выберите сервер оболочки"
510
511 #: ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156 ../avahi-ui/bssh.c:161
512 msgid "C_onnect"
513 msgstr ""
500514
501515 #: ../avahi-ui/bssh.c:151
502516 msgid "Desktop"
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
5 # Dušan Kazik <prescott66@gmail.com>, 2015
6 # Peter Mráz <etkinator@gmail.com>, 2011
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: Avahi\n"
10 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2015-10-10 13:24+0200\n"
12 "PO-Revision-Date: 2015-09-26 17:10+0000\n"
13 "Last-Translator: Dušan Kazik <prescott66@gmail.com>\n"
14 "Language-Team: Slovak (http://www.transifex.com/lennart/avahi/language/sk/)\n"
15 "Language: sk\n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=UTF-8\n"
18 "Content-Transfer-Encoding: 8bit\n"
19 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
20
21 #: ../avahi-common/error.c:30
22 msgid "OK"
23 msgstr "OK"
24
25 #: ../avahi-common/error.c:31
26 msgid "Operation failed"
27 msgstr "Operácia zlyhala"
28
29 #: ../avahi-common/error.c:32
30 msgid "Bad state"
31 msgstr "Chybný stav"
32
33 #: ../avahi-common/error.c:33
34 msgid "Invalid host name"
35 msgstr "Neplatný názov hostiteľskej stanice"
36
37 #: ../avahi-common/error.c:34
38 msgid "Invalid domain name"
39 msgstr "Neplatný názov domény"
40
41 #: ../avahi-common/error.c:35
42 msgid "No suitable network protocol available"
43 msgstr "Nie je dostupný žiadny vhodný sieťový protokol "
44
45 #: ../avahi-common/error.c:36
46 msgid "Invalid DNS TTL"
47 msgstr "Neplatný TTL údaj systému DNS"
48
49 #: ../avahi-common/error.c:37
50 msgid "Resource record key is pattern"
51 msgstr "Kľúč zdrojového záznamu je vzor"
52
53 #: ../avahi-common/error.c:38
54 msgid "Local name collision"
55 msgstr "Kolízia miestnych názvov"
56
57 #: ../avahi-common/error.c:39
58 msgid "Invalid record"
59 msgstr "Neplatný záznam"
60
61 #: ../avahi-common/error.c:41
62 msgid "Invalid service name"
63 msgstr "Neplatný názov služby"
64
65 #: ../avahi-common/error.c:42
66 msgid "Invalid service type"
67 msgstr "Neplatný typ služby"
68
69 #: ../avahi-common/error.c:43
70 msgid "Invalid port number"
71 msgstr "Neplatné číslo portu"
72
73 #: ../avahi-common/error.c:44
74 msgid "Invalid record key"
75 msgstr "Neplatný kľúč záznamu"
76
77 #: ../avahi-common/error.c:45
78 msgid "Invalid address"
79 msgstr "Neplatná adresa"
80
81 #: ../avahi-common/error.c:46
82 msgid "Timeout reached"
83 msgstr "Dosiahnutý časový limit"
84
85 #: ../avahi-common/error.c:47
86 msgid "Too many clients"
87 msgstr "Príliš mnoho klientov"
88
89 #: ../avahi-common/error.c:48
90 msgid "Too many objects"
91 msgstr "Príliš mnoho objektov"
92
93 #: ../avahi-common/error.c:49
94 msgid "Too many entries"
95 msgstr "Príliš mnoho záznamov"
96
97 #: ../avahi-common/error.c:50
98 msgid "OS Error"
99 msgstr "Chyba OS"
100
101 #: ../avahi-common/error.c:52
102 msgid "Access denied"
103 msgstr "Prístup zamietnutý"
104
105 #: ../avahi-common/error.c:53
106 msgid "Invalid operation"
107 msgstr "Neplatná operácia"
108
109 #: ../avahi-common/error.c:54
110 msgid "An unexpected D-Bus error occurred"
111 msgstr "Nastala neočakávaná chyba D-Bus"
112
113 #: ../avahi-common/error.c:55
114 msgid "Daemon connection failed"
115 msgstr "Pripojenie démona zlyhalo"
116
117 #: ../avahi-common/error.c:56
118 msgid "Memory exhausted"
119 msgstr "Vyčerpaná pamäť"
120
121 #: ../avahi-common/error.c:57
122 msgid "The object passed in was not valid"
123 msgstr "Predaný objekt nie je platný"
124
125 #: ../avahi-common/error.c:58
126 msgid "Daemon not running"
127 msgstr "Démon nebeží"
128
129 #: ../avahi-common/error.c:59
130 msgid "Invalid interface index"
131 msgstr "Neplatný index rozhrania"
132
133 #: ../avahi-common/error.c:60
134 msgid "Invalid protocol specification"
135 msgstr "Neplatná špecifikácia protokolu"
136
137 #: ../avahi-common/error.c:61
138 msgid "Invalid flags"
139 msgstr "Neplatné príznaky"
140
141 #: ../avahi-common/error.c:63
142 msgid "Not found"
143 msgstr "Nenájdené"
144
145 #: ../avahi-common/error.c:64
146 msgid "Invalid configuration"
147 msgstr "Neplatné nastavenie"
148
149 #: ../avahi-common/error.c:65
150 msgid "Version mismatch"
151 msgstr "Nesúlad verzií"
152
153 #: ../avahi-common/error.c:66
154 msgid "Invalid service subtype"
155 msgstr "Neplatný podtyp služby"
156
157 #: ../avahi-common/error.c:67
158 msgid "Invalid packet"
159 msgstr "Neplatný paket"
160
161 #: ../avahi-common/error.c:68
162 msgid "Invalid DNS return code"
163 msgstr "Neplatný návratový kód systému DNS"
164
165 #: ../avahi-common/error.c:69
166 msgid "DNS failure: FORMERR"
167 msgstr "Zlyhanie DNS: FORMERR"
168
169 #: ../avahi-common/error.c:70
170 msgid "DNS failure: SERVFAIL"
171 msgstr "Zlyhanie DNS: SERVFAIL"
172
173 #: ../avahi-common/error.c:71
174 msgid "DNS failure: NXDOMAIN"
175 msgstr "Zlyhanie DNS: NXDOMAIN"
176
177 #: ../avahi-common/error.c:72
178 msgid "DNS failure: NOTIMP"
179 msgstr "Zlyhanie DNS: NOTIMP"
180
181 #: ../avahi-common/error.c:74
182 msgid "DNS failure: REFUSED"
183 msgstr "Zlyhanie DNS: NOTIMP"
184
185 #: ../avahi-common/error.c:75
186 msgid "DNS failure: YXDOMAIN"
187 msgstr "Zlyhanie DNS: YXDOMAIN"
188
189 #: ../avahi-common/error.c:76
190 msgid "DNS failure: YXRRSET"
191 msgstr "Zlyhanie DNS: YXRRSET"
192
193 #: ../avahi-common/error.c:77
194 msgid "DNS failure: NXRRSET"
195 msgstr "Zlyhanie DNS: NXRRSET"
196
197 #: ../avahi-common/error.c:78
198 msgid "DNS failure: NOTAUTH"
199 msgstr "Zlyhanie DNS: NOTAUTH"
200
201 #: ../avahi-common/error.c:79
202 msgid "DNS failure: NOTZONE"
203 msgstr "Zlyhanie DNS: NOTZONE"
204
205 #: ../avahi-common/error.c:80
206 msgid "Invalid RDATA"
207 msgstr "Neplatné údaje RDATA"
208
209 #: ../avahi-common/error.c:81
210 msgid "Invalid DNS type"
211 msgstr "Neplatný typ DNS"
212
213 #: ../avahi-common/error.c:82
214 msgid "Invalid DNS class"
215 msgstr "Neplatná trieda DNS"
216
217 #: ../avahi-common/error.c:83
218 msgid "Not supported"
219 msgstr "Nepodporované"
220
221 #: ../avahi-common/error.c:85
222 msgid "Not permitted"
223 msgstr "Nepovolené"
224
225 #: ../avahi-common/error.c:86
226 msgid "Invalid argument"
227 msgstr "Neplatný parameter"
228
229 #: ../avahi-common/error.c:87
230 msgid "Is empty"
231 msgstr "Prázdne"
232
233 #: ../avahi-common/error.c:88
234 msgid "The requested operation is invalid because redundant"
235 msgstr "Požadovaná operácia je neplatná kvôli nadbytočnosti"
236
237 #: ../avahi-common/error.c:94
238 msgid "Invalid Error Code"
239 msgstr "Neplatný kód chyby"
240
241 #: ../avahi-discover-standalone/avahi-discover.ui.h:1
242 msgid "Avahi Discovery"
243 msgstr "Objavovanie pomocou Avahi"
244
245 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
246 #: ../avahi-python/avahi-discover/avahi-discover.py:76
247 msgid "<i>No service currently selected.</i>"
248 msgstr "<i>Nie je označená žiadna služba.</i>"
249
250 #: ../avahi-python/avahi-discover/avahi-discover.desktop.in.in.h:1
251 msgid "Avahi Zeroconf Browser"
252 msgstr "Avahi - prieskumník služieb Zeroconf"
253
254 #: ../avahi-python/avahi-discover/avahi-discover.desktop.in.in.h:2
255 msgid "Browse for Zeroconf services available on your network"
256 msgstr "Preskúma služby typu Zeroconf dostupné vo vašej sieti"
257
258 #: ../avahi-python/avahi-discover/avahi-discover.py:224
259 msgid "TXT"
260 msgstr "TXT"
261
262 #: ../avahi-python/avahi-discover/avahi-discover.py:226
263 msgid "TXT Data:"
264 msgstr "TXT Údaj:"
265
266 #: ../avahi-python/avahi-discover/avahi-discover.py:226
267 msgid "empty"
268 msgstr "prázdny"
269
270 #: ../avahi-python/avahi-discover/avahi-discover.py:228
271 msgid "Service Type:"
272 msgstr "Typ služby:"
273
274 #: ../avahi-python/avahi-discover/avahi-discover.py:229
275 msgid "Service Name:"
276 msgstr "Názov služby:"
277
278 #: ../avahi-python/avahi-discover/avahi-discover.py:230
279 msgid "Domain Name:"
280 msgstr "Názov domény:"
281
282 #: ../avahi-python/avahi-discover/avahi-discover.py:231
283 msgid "Interface:"
284 msgstr "Rozhranie:"
285
286 #: ../avahi-python/avahi-discover/avahi-discover.py:232
287 msgid "Address:"
288 msgstr "Adresa:"
289
290 #: ../avahi-ui/avahi-ui.c:185
291 msgid "Browse Service Types"
292 msgstr "Skúmané typy služieb"
293
294 #: ../avahi-ui/avahi-ui.c:185
295 msgid "A NULL terminated list of service types to browse for"
296 msgstr "Zoznam typov služieb, ktoré sa majú skúmať, ukončený znakom NULL"
297
298 #: ../avahi-ui/avahi-ui.c:190
299 msgid "Domain"
300 msgstr "Doména"
301
302 #: ../avahi-ui/avahi-ui.c:190
303 msgid "The domain to browse in, or NULL for the default domain"
304 msgstr "Doména, v ktorej sa má skúmať, alebo NULL pre predvolenú doménu"
305
306 #: ../avahi-ui/avahi-ui.c:196
307 msgid "Service Type"
308 msgstr "Typ služby"
309
310 #: ../avahi-ui/avahi-ui.c:196
311 msgid "The service type of the selected service"
312 msgstr "Typ služby vybranej služby"
313
314 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1035
315 msgid "Service Name"
316 msgstr "Názov služby"
317
318 #: ../avahi-ui/avahi-ui.c:202
319 msgid "The service name of the selected service"
320 msgstr "Názov služby vybranej služby"
321
322 #: ../avahi-ui/avahi-ui.c:208
323 msgid "Address"
324 msgstr "Adresa"
325
326 #: ../avahi-ui/avahi-ui.c:208
327 msgid "The address of the resolved service"
328 msgstr "Adresa rozpoznanej služby"
329
330 #: ../avahi-ui/avahi-ui.c:213
331 msgid "Port"
332 msgstr "Port"
333
334 #: ../avahi-ui/avahi-ui.c:213
335 msgid "The IP port number of the resolved service"
336 msgstr "Port IP protokolu rozpoznanej služby"
337
338 #: ../avahi-ui/avahi-ui.c:219
339 msgid "Host Name"
340 msgstr "Názov hostiteľa"
341
342 #: ../avahi-ui/avahi-ui.c:219
343 msgid "The host name of the resolved service"
344 msgstr "Názov hostiteľskej stanice rozpoznanej služby"
345
346 #: ../avahi-ui/avahi-ui.c:225
347 msgid "TXT Data"
348 msgstr "TXT údaj"
349
350 #: ../avahi-ui/avahi-ui.c:225
351 msgid "The TXT data of the resolved service"
352 msgstr "TXT údaj rozpoznanej služby"
353
354 #: ../avahi-ui/avahi-ui.c:230
355 msgid "Resolve Service"
356 msgstr "Rozpoznať službu"
357
358 #: ../avahi-ui/avahi-ui.c:230
359 msgid "Resolve the selected service automatically before returning"
360 msgstr "Pred návratom automaticky rozpozná vybranú službu"
361
362 #: ../avahi-ui/avahi-ui.c:236
363 msgid "Resolve Service Host Name"
364 msgstr "Rozpozná názov hostiteľa služby"
365
366 #: ../avahi-ui/avahi-ui.c:236
367 msgid ""
368 "Resolve the host name of the selected service automatically before returning"
369 msgstr "Pred návratom automaticky zistí názov hostiteľa vybranej služby"
370
371 #: ../avahi-ui/avahi-ui.c:242
372 msgid "Address family"
373 msgstr "Rodina adresy"
374
375 #: ../avahi-ui/avahi-ui.c:242
376 msgid "The address family for host name resolution"
377 msgstr "Rodina adresy pre rozpoznávanie názvu hostiteľa"
378
379 #: ../avahi-ui/avahi-ui.c:326
380 #, c-format
381 msgid "Avahi client failure: %s"
382 msgstr "Zlyhanie klienta Avahi: %s"
383
384 #: ../avahi-ui/avahi-ui.c:388
385 #, c-format
386 msgid "Avahi resolver failure: %s"
387 msgstr "Zlyhanie rozpoznávača Avahi: %s"
388
389 #: ../avahi-ui/avahi-ui.c:518
390 #, c-format
391 msgid "Browsing for service type %s in domain %s failed: %s"
392 msgstr "Vyhľadávanie služieb typu %s v doméne %s zlyhalo: %s"
393
394 #: ../avahi-ui/avahi-ui.c:519 ../avahi-utils/avahi-browse.c:168
395 #: ../avahi-utils/avahi-browse.c:169 ../avahi-utils/avahi-browse.c:178
396 #: ../avahi-utils/avahi-browse.c:179
397 msgid "n/a"
398 msgstr "-"
399
400 #: ../avahi-ui/avahi-ui.c:649
401 #, c-format
402 msgid "Avahi domain browser failure: %s"
403 msgstr "Prieskumník domény zlyhal: %s"
404
405 #: ../avahi-ui/avahi-ui.c:684
406 #, c-format
407 msgid "Failed to read Avahi domain: %s"
408 msgstr "Nepodarilo sa prečítať Avahi doménu: %s"
409
410 #: ../avahi-ui/avahi-ui.c:706
411 msgid "Browse service type list is empty!"
412 msgstr "Zoznam skúmaných typov služieb je prázdny!"
413
414 #: ../avahi-ui/avahi-ui.c:717
415 #, c-format
416 msgid "Failed to connect to Avahi server: %s"
417 msgstr "Nepodarilo sa pripojiť na Avahi server: %s"
418
419 #: ../avahi-ui/avahi-ui.c:735
420 msgid "Browsing for services on <b>local network</b>:"
421 msgstr "Skúmanie služieb v <b>miestnej sieti</b>:"
422
423 #: ../avahi-ui/avahi-ui.c:737
424 #, c-format
425 msgid "Browsing for services in domain <b>%s</b>:"
426 msgstr "Skúmanie služieb v doméne <b>%s</b>:"
427
428 #: ../avahi-ui/avahi-ui.c:773
429 #, c-format
430 msgid "Failed to create browser for %s: %s"
431 msgstr "Nepodarilo sa vytvoriť prieskumníka pre %s: %s"
432
433 #: ../avahi-ui/avahi-ui.c:907
434 #, c-format
435 msgid "Failed to create resolver for %s of type %s in domain %s: %s"
436 msgstr "Nepodarilo sa vytvoriť rozpoznávač pre %s typu %s v doméne %s: %s"
437
438 #: ../avahi-ui/avahi-ui.c:982
439 #, c-format
440 msgid "Failed to create domain browser: %s"
441 msgstr "Nepodarilo sa vytvoriť prieskumníka domény: %s"
442
443 #: ../avahi-ui/avahi-ui.c:993
444 msgid "Change domain"
445 msgstr "Zmeniť doménu"
446
447 #: ../avahi-ui/avahi-ui.c:1043 ../avahi-ui/avahi-ui.c:1180
448 msgid "Browsing..."
449 msgstr "Skúma sa..."
450
451 #: ../avahi-ui/avahi-ui.c:1047 ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156
452 #: ../avahi-ui/bssh.c:161
453 #, fuzzy
454 msgid "_Cancel"
455 msgstr "Zrušené.\n"
456
457 #: ../avahi-ui/avahi-ui.c:1048
458 #, fuzzy
459 msgid "_OK"
460 msgstr "OK"
461
462 #: ../avahi-ui/avahi-ui.c:1134
463 msgid "Initializing..."
464 msgstr "Inicializuje sa..."
465
466 #: ../avahi-ui/avahi-ui.c:1162
467 msgid "Location"
468 msgstr "Umiestnenie"
469
470 #: ../avahi-ui/avahi-ui.c:1167 ../avahi-utils/avahi-browse.c:553
471 msgid "Name"
472 msgstr "Názov"
473
474 #: ../avahi-ui/avahi-ui.c:1172 ../avahi-utils/avahi-browse.c:553
475 msgid "Type"
476 msgstr "Typ"
477
478 #: ../avahi-ui/avahi-ui.c:1184
479 msgid "_Domain..."
480 msgstr "_Doména..."
481
482 #: ../avahi-ui/bssh.c:55
483 #, c-format
484 msgid ""
485 "%s [options]\n"
486 "\n"
487 " -h --help Show this help\n"
488 " -s --ssh Browse SSH servers\n"
489 " -v --vnc Browse VNC servers\n"
490 " -S --shell Browse both SSH and VNC\n"
491 " -d --domain=DOMAIN The domain to browse in\n"
492 msgstr ""
493 "%s [voľby]\n"
494 "\n"
495 " -h --help Zobrazí tohto pomocníka\n"
496 " -s --ssh Preskúma SSH servery\n"
497 " -v --vnc Preskúma VNC servery\n"
498 " -S --shell Preskúma SSH aj VNC severy\n"
499 " -d --domain=DOMÉNA Doména, v ktorej sa má skúmať\n"
500
501 #: ../avahi-ui/bssh.c:101 ../avahi-utils/avahi-browse.c:775
502 #, c-format
503 msgid "Too many arguments\n"
504 msgstr "Príliš mnoho parametrov\n"
505
506 #: ../avahi-ui/bssh.c:149
507 msgid "Choose Shell Server"
508 msgstr "Zvoľte shell server"
509
510 #: ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156 ../avahi-ui/bssh.c:161
511 msgid "C_onnect"
512 msgstr ""
513
514 #: ../avahi-ui/bssh.c:151
515 msgid "Desktop"
516 msgstr "Pracovné prostredie"
517
518 #: ../avahi-ui/bssh.c:152
519 msgid "Terminal"
520 msgstr "Terminál"
521
522 #: ../avahi-ui/bssh.c:156
523 msgid "Choose VNC server"
524 msgstr "Voľba VNC servera"
525
526 #: ../avahi-ui/bssh.c:161
527 msgid "Choose SSH server"
528 msgstr "Zvoľte SSH server"
529
530 #: ../avahi-ui/bssh.c:185
531 #, c-format
532 msgid "Connecting to '%s' ...\n"
533 msgstr "Pripája sa k „%s“ ...\n"
534
535 #: ../avahi-ui/bssh.c:240
536 #, c-format
537 msgid "execlp() failed: %s\n"
538 msgstr "Operácia execlp() zlyhala: %s\n"
539
540 #: ../avahi-ui/bssh.c:250
541 #, c-format
542 msgid "Canceled.\n"
543 msgstr "Zrušené.\n"
544
545 #: ../avahi-ui/bssh.desktop.in.in.h:1
546 msgid "Avahi SSH Server Browser"
547 msgstr "Avahi - prieskumník SSH serverov"
548
549 #: ../avahi-ui/bssh.desktop.in.in.h:2
550 msgid "Browse for Zeroconf-enabled SSH Servers"
551 msgstr "Preskúma SSH servery s povolenou službou Zeroconf"
552
553 #: ../avahi-ui/bvnc.desktop.in.in.h:1
554 msgid "Avahi VNC Server Browser"
555 msgstr "Avahi - prieskumník VNC serverov"
556
557 #: ../avahi-ui/bvnc.desktop.in.in.h:2
558 msgid "Browse for Zeroconf-enabled VNC Servers"
559 msgstr "Preskúma VNC servery s povolenou službou Zeroconf"
560
561 #: ../avahi-utils/avahi-browse.c:107
562 #, c-format
563 msgid ": All for now\n"
564 msgstr ": Zatiaľ všetko\n"
565
566 #: ../avahi-utils/avahi-browse.c:118
567 #, c-format
568 msgid ": Cache exhausted\n"
569 msgstr ": Vyrovnávacia pamäť vyčerpaná\n"
570
571 #: ../avahi-utils/avahi-browse.c:239 ../avahi-utils/avahi-browse.c:261
572 #, c-format
573 msgid "Failed to resolve service '%s' of type '%s' in domain '%s': %s\n"
574 msgstr "Nepodarilo sa rozpoznať službu „%s“ typu „%s“ v doméne „%s“: %s\n"
575
576 #: ../avahi-utils/avahi-browse.c:340
577 #, c-format
578 msgid "service_browser failed: %s\n"
579 msgstr "Súčasť service_browser zlyhala: %s\n"
580
581 #: ../avahi-utils/avahi-browse.c:378
582 #, c-format
583 msgid "avahi_service_browser_new() failed: %s\n"
584 msgstr "Operácia avahi_service_browser_new() zlyhala: %s\n"
585
586 #: ../avahi-utils/avahi-browse.c:414
587 #, c-format
588 msgid "service_type_browser failed: %s\n"
589 msgstr "Súčasť service_type_browser zlyhala: %s\n"
590
591 #: ../avahi-utils/avahi-browse.c:444
592 #, c-format
593 msgid "avahi_service_type_browser_new() failed: %s\n"
594 msgstr "Operácia avahi_service_type_browser_new() zlyhala: %s\n"
595
596 #: ../avahi-utils/avahi-browse.c:519
597 #, c-format
598 msgid "avahi_domain_browser_new() failed: %s\n"
599 msgstr "Operácia avahi_domain_browser_new() zlyhala: %s\n"
600
601 #: ../avahi-utils/avahi-browse.c:535 ../avahi-utils/avahi-publish.c:394
602 #: ../avahi-utils/avahi-resolve.c:280 ../avahi-utils/avahi-set-host-name.c:168
603 #, c-format
604 msgid "Failed to query version string: %s\n"
605 msgstr "Nepodarilo sa získať reťazec s verziou: %s\n"
606
607 #: ../avahi-utils/avahi-browse.c:540 ../avahi-utils/avahi-publish.c:399
608 #: ../avahi-utils/avahi-resolve.c:285 ../avahi-utils/avahi-set-host-name.c:173
609 #: ../avahi-utils/avahi-set-host-name.c:189
610 #, c-format
611 msgid "Failed to query host name: %s\n"
612 msgstr "Nepodarilo sa získať názov hostiteľskej stanice: %s\n"
613
614 #: ../avahi-utils/avahi-browse.c:544 ../avahi-utils/avahi-publish.c:403
615 #: ../avahi-utils/avahi-resolve.c:289 ../avahi-utils/avahi-set-host-name.c:177
616 #, c-format
617 msgid "Server version: %s; Host name: %s\n"
618 msgstr "Verzia servera: %s; názov hostiteľa: %s\n"
619
620 #. Translators: This is a column heading with abbreviations for
621 #. * Event (+/-), Network Interface, Protocol (IPv4/v6), Domain
622 #: ../avahi-utils/avahi-browse.c:549
623 #, c-format
624 msgid "E Ifce Prot Domain\n"
625 msgstr "U Rozh Prot Doména\n"
626
627 #. Translators: This is a column heading with abbreviations for
628 #. * Event (+/-), Network Interface, Protocol (IPv4/v6), Domain
629 #: ../avahi-utils/avahi-browse.c:553
630 #, c-format
631 msgid "E Ifce Prot %-*s %-20s Domain\n"
632 msgstr "U Rozh Prot %-*s %-20s Doména\n"
633
634 #. We have been disconnected, so let reconnect
635 #: ../avahi-utils/avahi-browse.c:585 ../avahi-utils/avahi-publish.c:163
636 #, c-format
637 msgid "Disconnected, reconnecting ...\n"
638 msgstr "Odpojené, obnovuje sa spojenie ...\n"
639
640 #: ../avahi-utils/avahi-browse.c:599 ../avahi-utils/avahi-browse.c:829
641 #: ../avahi-utils/avahi-publish.c:170 ../avahi-utils/avahi-publish.c:386
642 #: ../avahi-utils/avahi-resolve.c:272 ../avahi-utils/avahi-set-host-name.c:160
643 #, c-format
644 msgid "Failed to create client object: %s\n"
645 msgstr "Nepodarilo sa vytvoriť klientský objekt: %s\n"
646
647 #: ../avahi-utils/avahi-browse.c:604 ../avahi-utils/avahi-publish.c:175
648 #: ../avahi-utils/avahi-resolve.c:143 ../avahi-utils/avahi-set-host-name.c:59
649 #, c-format
650 msgid "Client failure, exiting: %s\n"
651 msgstr "Klient zlyhal, ukončuje sa: %s\n"
652
653 #: ../avahi-utils/avahi-browse.c:623 ../avahi-utils/avahi-publish.c:206
654 #, c-format
655 msgid "Waiting for daemon ...\n"
656 msgstr "Čaká sa na démon ...\n"
657
658 #: ../avahi-utils/avahi-browse.c:647
659 msgid ""
660 " -h --help Show this help\n"
661 " -V --version Show version\n"
662 " -D --browse-domains Browse for browsing domains instead of services\n"
663 " -a --all Show all services, regardless of the type\n"
664 " -d --domain=DOMAIN The domain to browse in\n"
665 " -v --verbose Enable verbose mode\n"
666 " -t --terminate Terminate after dumping a more or less complete "
667 "list\n"
668 " -c --cache Terminate after dumping all entries from the cache\n"
669 " -l --ignore-local Ignore local services\n"
670 " -r --resolve Resolve services found\n"
671 " -f --no-fail Don't fail if the daemon is not available\n"
672 " -p --parsable Output in parsable format\n"
673 msgstr ""
674 " -h --help Zobrazí tohto pomocníka\n"
675 " -V --version Zobrazí verziu\n"
676 " -D --browse-domains Preskúma preskúmavané domény namiesto služieb\n"
677 " -a --all Zobrazí všetky služby, nezávisle od typu\n"
678 " -d --domain=DOMÉNA Doména, v ktorej sa má skúmať\n"
679 " -v --verbose Povolí režim podrobných záznamov\n"
680 " -t --terminate Ukončí sa po vypísaní viac menej kompletného "
681 "zoznamu\n"
682 " -c --cache Ukončí sato po vypísaní všetkých položiek z "
683 "vyrovnávacej pemäte\n"
684 " -l --ignore-local Bude ignorovať miestne služby\n"
685 " -r --resolve Rozpozná nájdené služby\n"
686 " -f --no-fail Nezlyhá ak nie je dostupný démon\n"
687 " -p --parsable Urobí výstup v spracovateľnom formáte\n"
688
689 #: ../avahi-utils/avahi-browse.c:660
690 msgid ""
691 " -k --no-db-lookup Don't lookup service types\n"
692 " -b --dump-db Dump service type database\n"
693 msgstr ""
694 " -k --no-db-lookup Nebude hľadať typy služieb\n"
695 " -b --dump-db Vpíše databázu typov služieb\n"
696
697 #: ../avahi-utils/avahi-browse.c:766 ../avahi-utils/avahi-resolve.c:219
698 #, c-format
699 msgid "Too few arguments\n"
700 msgstr "Príliš málo parametrov\n"
701
702 #: ../avahi-utils/avahi-browse.c:821 ../avahi-utils/avahi-publish.c:378
703 #: ../avahi-utils/avahi-resolve.c:264 ../avahi-utils/avahi-set-host-name.c:152
704 #, c-format
705 msgid "Failed to create simple poll object.\n"
706 msgstr "Nepodarilo sa vytvoriť objekt simple poll pre udalosť.\n"
707
708 #: ../avahi-utils/avahi-publish.c:76
709 #, c-format
710 msgid "Established under name '%s'\n"
711 msgstr "Založené pod názvom „%s“\n"
712
713 #: ../avahi-utils/avahi-publish.c:81
714 #, c-format
715 msgid "Failed to register: %s\n"
716 msgstr "Zlyhala registrácia: %s\n"
717
718 #: ../avahi-utils/avahi-publish.c:94
719 #, c-format
720 msgid "Name collision, picking new name '%s'.\n"
721 msgstr "Kolízia názvov, vyberá sa nový názov „%s“.\n"
722
723 #: ../avahi-utils/avahi-publish.c:114
724 #, c-format
725 msgid "Failed to create entry group: %s\n"
726 msgstr "Nepodarilo sa vytvoriť skupinu záznamov: %s\n"
727
728 #: ../avahi-utils/avahi-publish.c:124
729 #, c-format
730 msgid "Failed to add address: %s\n"
731 msgstr "Nepodarilo sa pridať adresu: %s\n"
732
733 #: ../avahi-utils/avahi-publish.c:134
734 #, c-format
735 msgid "Failed to add service: %s\n"
736 msgstr "Nepodarilo sa pridať službu: %s\n"
737
738 #: ../avahi-utils/avahi-publish.c:140
739 #, c-format
740 msgid "Failed to add subtype '%s': %s\n"
741 msgstr "Nepodarilo sa pridať podtyp „%s“: %s\n"
742
743 #: ../avahi-utils/avahi-publish.c:191
744 #, c-format
745 msgid "Host name conflict\n"
746 msgstr "Konflikt hostiteľských názvov\n"
747
748 #: ../avahi-utils/avahi-publish.c:216
749 #, c-format
750 msgid ""
751 "%s [options] %s <name> <type> <port> [<txt ...>]\n"
752 "%s [options] %s <host-name> <address>\n"
753 "\n"
754 " -h --help Show this help\n"
755 " -V --version Show version\n"
756 " -s --service Publish service\n"
757 " -a --address Publish address\n"
758 " -v --verbose Enable verbose mode\n"
759 " -d --domain=DOMAIN Domain to publish service in\n"
760 " -H --host=DOMAIN Host where service resides\n"
761 " --subtype=SUBTYPE An additional subtype to register this service "
762 "with\n"
763 " -R --no-reverse Do not publish reverse entry with address\n"
764 " -f --no-fail Don't fail if the daemon is not available\n"
765 msgstr ""
766 "%s [voľby] %s <názov> <typ> <port> [<txt ...>]\n"
767 "%s [voľby] %s <názov-hostiteľa> <adresa>\n"
768 "\n"
769 " -h --help Zobrazí tohto pomocníka\n"
770 " -V --version Zobrazí verziu\n"
771 " -s --service Uverejní službu\n"
772 " -a --address Uverejní adresu\n"
773 " -v --verbose Povolí režim podrobných záznamov\n"
774 " -d --domain=DOMÉNA Doména, v ktorej sa budú služby uverejňovať\n"
775 " -H --host=DOMÉNA Hostiteľská stanica, na ktorej sídli služba\n"
776 " --subtype=PODTYP Dodatočný podtyp, s ktorým sa táto služba "
777 "zaregistruje\n"
778 " -R --no-reverse Nezverejní spätný záznam s adresou\n"
779 " -f --no-fail Nezlyhá ak nie je dostupný démon\n"
780
781 #: ../avahi-utils/avahi-publish.c:303 ../avahi-utils/avahi-publish.c:318
782 #, c-format
783 msgid "Bad number of arguments\n"
784 msgstr "Zlý počet parametrov\n"
785
786 #: ../avahi-utils/avahi-publish.c:329
787 #, c-format
788 msgid "Failed to parse port number: %s\n"
789 msgstr "Nepodarilo sa analyzovať číslo portu: %s\n"
790
791 #: ../avahi-utils/avahi-publish.c:361 ../avahi-utils/avahi-resolve.c:246
792 #, c-format
793 msgid "No command specified.\n"
794 msgstr "Žiadny príkaz nebol zadaný.\n"
795
796 #: ../avahi-utils/avahi-resolve.c:89
797 #, c-format
798 msgid "Failed to resolve host name '%s': %s\n"
799 msgstr "Nepodarilo sa rozpoznať názov hostiteľskej stanice „%s“: %s\n"
800
801 #: ../avahi-utils/avahi-resolve.c:126
802 #, c-format
803 msgid "Failed to resolve address '%s': %s\n"
804 msgstr "Nepodarilo sa rozpoznať adresu „%s“: %s\n"
805
806 #: ../avahi-utils/avahi-resolve.c:157
807 #, c-format
808 msgid ""
809 "%s [options] %s <host name ...>\n"
810 "%s [options] %s <address ... >\n"
811 "\n"
812 " -h --help Show this help\n"
813 " -V --version Show version\n"
814 " -n --name Resolve host name\n"
815 " -a --address Resolve address\n"
816 " -v --verbose Enable verbose mode\n"
817 " -6 Lookup IPv6 address\n"
818 " -4 Lookup IPv4 address\n"
819 msgstr ""
820 "%s [voľby] %s <názvo hostiteľa ...>\n"
821 "%s [voľby] %s <adresa ... >\n"
822 "\n"
823 " -h --help Zobrazí tohto pomocníka\n"
824 " -V --version Zobrazí verziu\n"
825 " -n --name Rozpozná názov hostiteľskej stanice\n"
826 " -a --address Rozpozná adresu\n"
827 " -v --verbose Povolí režim podrobných záznamov\n"
828 " -6 Bude hľadať addresu IPv6\n"
829 " -4 Bude hľadať addresu IPv4\n"
830
831 #: ../avahi-utils/avahi-resolve.c:299 ../avahi-utils/avahi-set-host-name.c:181
832 #, c-format
833 msgid "Failed to create host name resolver: %s\n"
834 msgstr "Nepodarilo sa vytvoriť rozpoznávač názvov hostiteľských staníc: %s\n"
835
836 #: ../avahi-utils/avahi-resolve.c:309
837 #, c-format
838 msgid "Failed to parse address '%s'\n"
839 msgstr "Nepodarilo sa analyzovať adresu „%s“\n"
840
841 #: ../avahi-utils/avahi-resolve.c:314
842 #, c-format
843 msgid "Failed to create address resolver: %s\n"
844 msgstr "Nepodarilo sa vytvoriť rozpoznávač adries: %s\n"
845
846 #: ../avahi-utils/avahi-set-host-name.c:73
847 #, c-format
848 msgid ""
849 "%s [options] <new host name>\n"
850 "\n"
851 " -h --help Show this help\n"
852 " -V --version Show version\n"
853 " -v --verbose Enable verbose mode\n"
854 msgstr ""
855 "%s [voľby] <nový názov hostiteľa>\n"
856 "\n"
857 " -h --help Zobrazí tohto pomocníka\n"
858 " -V --version Zobrazí verziu\n"
859 " -v --verbose Povolí režim podrobných záznamov\n"
860
861 #: ../avahi-utils/avahi-set-host-name.c:114
862 #, c-format
863 msgid "Invalid number of arguments, expecting exactly one.\n"
864 msgstr "Neplatný počet parametrov, očakáva sa práve jeden.\n"
865
866 #: ../avahi-utils/avahi-set-host-name.c:193
867 #, c-format
868 msgid "Host name successfully changed to %s\n"
869 msgstr "Názov hostiteľskej stanice bol úspešne zmenený na %s\n"
0 # Slovenian translation for avahi
1 # Copyright (c) 2008 Rosetta Contributors and Canonical Ltd 2008
2 # This file is distributed under the same license as the avahi package.
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
33 #
4 # Matej Urbančič <matej.urban@gmail.com>, 2010.
5 #
4 # Translators:
5 # Martin Srebotnjak <miles@filmsi.net>, 2011
6 # Matej Urbančič <matej.urban@gmail.com>, 2010
67 msgid ""
78 msgstr ""
8 "Project-Id-Version: avahi master\n"
9 "Project-Id-Version: Avahi\n"
910 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2011-04-02 03:23+0200\n"
11 "PO-Revision-Date: 2010-09-22 08:10+0100\n"
12 "Last-Translator: Matej Urbančič <matej.urban@gmail.com>\n"
13 "Language-Team: Slovenian GNOME Translation Team <gnome-si@googlegroups.com>\n"
14 "Language: \n"
11 "POT-Creation-Date: 2015-10-10 13:24+0200\n"
12 "PO-Revision-Date: 2013-11-20 09:58+0000\n"
13 "Last-Translator: Matej Urbančič <>\n"
14 "Language-Team: Slovenian (http://www.transifex.com/lennart/avahi/language/"
15 "sl/)\n"
16 "Language: sl\n"
1517 "MIME-Version: 1.0\n"
1618 "Content-Type: text/plain; charset=UTF-8\n"
1719 "Content-Transfer-Encoding: 8bit\n"
18 "Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n"
19 "%100==4 ? 3 : 0);\n"
20 "X-Poedit-Country: SLOVENIA\n"
21 "X-Poedit-Language: Slovenian\n"
22 "X-Poedit-SourceCharset: utf-8\n"
23 "X-Launchpad-Export-Date: 2010-09-21 09:00+0000\n"
24 "X-Generator: Launchpad (build Unknown)\n"
20 "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n"
21 "%100==4 ? 2 : 3);\n"
2522
2623 #: ../avahi-common/error.c:30
2724 msgid "OK"
244241 msgstr "Neveljavna koda napake"
245242
246243 #: ../avahi-discover-standalone/avahi-discover.ui.h:1
244 msgid "Avahi Discovery"
245 msgstr "Odkrivanje storitev Avahi"
246
247 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
247248 #: ../avahi-python/avahi-discover/avahi-discover.py:76
248249 msgid "<i>No service currently selected.</i>"
249250 msgstr "<i>Trenutno ni izbrane storitve.</i>"
250251
251 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
252 msgid "Avahi Discovery"
253 msgstr "Odkrivanje storitev Avahi"
254
255252 #: ../avahi-python/avahi-discover/avahi-discover.desktop.in.in.h:1
256253 msgid "Avahi Zeroconf Browser"
257254 msgstr "Brskalnik Avahi Zeroconf"
316313 msgid "The service type of the selected service"
317314 msgstr "Vrsta izbrane storitve"
318315
319 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1023
316 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1035
320317 msgid "Service Name"
321318 msgstr "Ime storitve"
322319
435432 msgid "Failed to create browser for %s: %s"
436433 msgstr "Ustvarjanje brskalnika za %s je spodletelo: %s"
437434
438 #: ../avahi-ui/avahi-ui.c:903
435 #: ../avahi-ui/avahi-ui.c:907
439436 #, c-format
440437 msgid "Failed to create resolver for %s of type %s in domain %s: %s"
441438 msgstr ""
442439 "Ustvarjanje razreševalnika za %s vrste %s v domeni %s je spodletelo: %s"
443440
444 #: ../avahi-ui/avahi-ui.c:978
441 #: ../avahi-ui/avahi-ui.c:982
445442 #, c-format
446443 msgid "Failed to create domain browser: %s"
447444 msgstr "Ustvarjanje brskalnika domen je spodletelo: %s"
448445
449 #: ../avahi-ui/avahi-ui.c:989
446 #: ../avahi-ui/avahi-ui.c:993
450447 msgid "Change domain"
451448 msgstr "Spremeni domeno"
452449
453 #: ../avahi-ui/avahi-ui.c:1031 ../avahi-ui/avahi-ui.c:1162
450 #: ../avahi-ui/avahi-ui.c:1043 ../avahi-ui/avahi-ui.c:1180
454451 msgid "Browsing..."
455452 msgstr "Brskanje ..."
456453
457 #: ../avahi-ui/avahi-ui.c:1120
454 #: ../avahi-ui/avahi-ui.c:1047 ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156
455 #: ../avahi-ui/bssh.c:161
456 #, fuzzy
457 msgid "_Cancel"
458 msgstr "Preklicano.\n"
459
460 #: ../avahi-ui/avahi-ui.c:1048
461 #, fuzzy
462 msgid "_OK"
463 msgstr "V redu"
464
465 #: ../avahi-ui/avahi-ui.c:1134
458466 msgid "Initializing..."
459467 msgstr "Začenjanje ..."
460468
461 #: ../avahi-ui/avahi-ui.c:1144
469 #: ../avahi-ui/avahi-ui.c:1162
462470 msgid "Location"
463471 msgstr "Mesto"
464472
465 #: ../avahi-ui/avahi-ui.c:1149 ../avahi-utils/avahi-browse.c:553
473 #: ../avahi-ui/avahi-ui.c:1167 ../avahi-utils/avahi-browse.c:553
466474 msgid "Name"
467475 msgstr "Ime"
468476
469 #: ../avahi-ui/avahi-ui.c:1154 ../avahi-utils/avahi-browse.c:553
477 #: ../avahi-ui/avahi-ui.c:1172 ../avahi-utils/avahi-browse.c:553
470478 msgid "Type"
471479 msgstr "Vrsta"
472480
473 #: ../avahi-ui/avahi-ui.c:1166
481 #: ../avahi-ui/avahi-ui.c:1184
474482 msgid "_Domain..."
475483 msgstr "_Domena ..."
476484
501509 #: ../avahi-ui/bssh.c:149
502510 msgid "Choose Shell Server"
503511 msgstr "Izbor lupinskega strežnika"
512
513 #: ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156 ../avahi-ui/bssh.c:161
514 msgid "C_onnect"
515 msgstr ""
504516
505517 #: ../avahi-ui/bssh.c:151
506518 msgid "Desktop"
663675 " -f --no-fail Don't fail if the daemon is not available\n"
664676 " -p --parsable Output in parsable format\n"
665677 msgstr ""
678 " -h --help Pokaži pomoč\n"
679 " -V --version Pokaži različico\n"
680 " -D --browse-domains Prebrskaj brskalne domene namesto storitev\n"
681 " -a --all Pokaži vse storitve, ne glede na vrsto\n"
682 " -d --domain=DOMENA Domena za brskanje\n"
683 " -v --verbose Omogoči podroben način\n"
684 " -t --terminate Zaključi po izmetu bolj ali manj popolnega seznama\n"
685 " -c --cache Zaključi po izmetu vseh vnosov iz medpomnilnika\n"
686 " -l --ignore-local Prezri krajevne storitve\n"
687 " -r --resolve Razloči najdene storitve\n"
688 " -f --no-fail Ne spodleti, če ozadnji program ni na voljo\n"
689 " -p --parsable Izhod v razčlenljivi obliki\n"
666690
667691 #: ../avahi-utils/avahi-browse.c:660
668692 msgid ""
669693 " -k --no-db-lookup Don't lookup service types\n"
670694 " -b --dump-db Dump service type database\n"
671695 msgstr ""
696 " -k --no-db-lookup Ne poizveduj o vrstah storitve\n"
697 " -b --dump-db Izvrzi zbirko podatkov vrst storitev\n"
672698
673699 #: ../avahi-utils/avahi-browse.c:766 ../avahi-utils/avahi-resolve.c:219
674700 #, c-format
739765 " -R --no-reverse Do not publish reverse entry with address\n"
740766 " -f --no-fail Don't fail if the daemon is not available\n"
741767 msgstr ""
768 "%s [možnosti] %s <ime> <vrsta> <vrata> [<besedilo ...>]\n"
769 "%s [možnosti] %s <ime-gostitelja> <naslov>\n"
770 "\n"
771 " -h --help Pokaži pomoč\n"
772 " -V --version Pokaži različico\n"
773 " -s --service Objavi storitev\n"
774 " -a --address Objavi naslov\n"
775 " -v --verbose Omogoči podrobni način\n"
776 " -d --domain=DOMENA Domena, kjer bo objavljena storitev\n"
777 " -H --host=DOMENA Gostitelj, kjer je doma storitev\n"
778 " --subtype=PODVRSTA Dodatna podvrsta za registracijo te storitve\n"
779 " -R --no-reverse Ne objavi obratnega vnosa z naslovom\n"
780 " -f --no-fail Ne spodleti, če ozadnji program ni na voljo\n"
742781
743782 #: ../avahi-utils/avahi-publish.c:303 ../avahi-utils/avahi-publish.c:318
744783 #, c-format
779818 " -6 Lookup IPv6 address\n"
780819 " -4 Lookup IPv4 address\n"
781820 msgstr ""
821 "%s [možnosti] %s <ime gostitelja ...>\n"
822 "%s [možnosti] %s <naslov ... >\n"
823 "\n"
824 " -h --help Pokaži pomoč\n"
825 " -V --version Pokaži različico\n"
826 " -n --name Razloči ime gostitelja\n"
827 " -a --address Razloči naslov\n"
828 " -v --verbose Omogoči zgovoren način\n"
829 " -6 Poizvedi o naslovu IPv6\n"
830 " -4 Poizvedi o naslovu IPv4\n"
782831
783832 #: ../avahi-utils/avahi-resolve.c:299 ../avahi-utils/avahi-set-host-name.c:181
784833 #, c-format
804853 " -V --version Show version\n"
805854 " -v --verbose Enable verbose mode\n"
806855 msgstr ""
856 "%s [možnosti] <ime novega gostitelja>\n"
857 "\n"
858 " -h --help Pokaži pomoč\n"
859 " -V --version Pokaži različico\n"
860 " -v --verbose Omogoči podrobni način\n"
807861
808862 #: ../avahi-utils/avahi-set-host-name.c:114
809863 #, c-format
+0
-901
po/sl.si less more
0 # -*- mode:po; coding:utf-8; -*- Slovenian message catalogue for avahi.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Matej Urbančič <matej.urban@gmail.com>, 2010.
5 #
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: avahi master\n"
9 "Report-Msgid-Bugs-To: http://avahi.org/report\n"
10 "POT-Creation-Date: 2010-09-16 15:24+0000\n"
11 "PO-Revision-Date: 2010-09-16 19:31+0100\n"
12 "Last-Translator: Matej Urbančič <mateju@svn.gnome.org>\n"
13 "Language-Team: Slovenian GNOME Translation Team <gnome-si@googlegroups.com>\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n%100==4 ? 3 : 0);\n"
18 "X-Poedit-Country: SLOVENIA\n"
19 "X-Poedit-Language: Slovenian\n"
20 "X-Poedit-SourceCharset: utf-8\n"
21
22 #: ../avahi-common/error.c:30
23 msgid "OK"
24 msgstr "V redu"
25
26 #: ../avahi-common/error.c:31
27 #, fuzzy
28 msgid "Operation failed"
29 msgstr "Dejanje ni uspelo"
30
31 #: ../avahi-common/error.c:32
32 #, fuzzy
33 msgid "Bad state"
34 msgstr "Preklopi stanje"
35
36 #: ../avahi-common/error.c:33
37 msgid "Invalid host name"
38 msgstr "Neveljavno ime gostitelja"
39
40 #: ../avahi-common/error.c:34
41 msgid "Invalid domain name"
42 msgstr "Neveljavno ime domene"
43
44 #: ../avahi-common/error.c:35
45 #, fuzzy
46 msgid "No suitable network protocol available"
47 msgstr "Na voljo ni nobenega ponudnika za protokol '%s'"
48
49 #: ../avahi-common/error.c:36
50 #, fuzzy
51 msgid "Invalid DNS TTL"
52 msgstr "Omejitev poskoka (TTL)"
53
54 #: ../avahi-common/error.c:37
55 msgid "Resource record key is pattern"
56 msgstr ""
57
58 #: ../avahi-common/error.c:38
59 #, fuzzy
60 msgid "Local name collision"
61 msgstr "Krajevno ime datoteke:"
62
63 #: ../avahi-common/error.c:39
64 #, fuzzy
65 msgid "Invalid record"
66 msgstr "Posnemi _namizje"
67
68 #: ../avahi-common/error.c:41
69 msgid "Invalid service name"
70 msgstr "Neveljavno ime storitve"
71
72 #: ../avahi-common/error.c:42
73 msgid "Invalid service type"
74 msgstr "Neveljavna vrsta storitve"
75
76 #: ../avahi-common/error.c:43
77 msgid "Invalid port number"
78 msgstr "Neveljavna številka vrat"
79
80 #: ../avahi-common/error.c:44
81 #, fuzzy
82 msgid "Invalid record key"
83 msgstr "Neveljavno ime ključa: %s"
84
85 #: ../avahi-common/error.c:45
86 msgid "Invalid address"
87 msgstr "Neveljaven naslov"
88
89 #: ../avahi-common/error.c:46
90 #, fuzzy
91 msgid "Timeout reached"
92 msgstr "Čas je potekel"
93
94 #: ../avahi-common/error.c:47
95 #, fuzzy
96 msgid "Too many clients"
97 msgstr "Preveč skokov"
98
99 #: ../avahi-common/error.c:48
100 #, fuzzy
101 msgid "Too many objects"
102 msgstr "Preveč skokov"
103
104 #: ../avahi-common/error.c:49
105 #, fuzzy
106 msgid "Too many entries"
107 msgstr "Preveč skokov"
108
109 #: ../avahi-common/error.c:50
110 #, fuzzy
111 msgid "OS Error"
112 msgstr "Napaka vsebuje"
113
114 #: ../avahi-common/error.c:52
115 msgid "Access denied"
116 msgstr "Dostop je zavrnjen"
117
118 #: ../avahi-common/error.c:53
119 msgid "Invalid operation"
120 msgstr "Neveljavno dejanje"
121
122 #: ../avahi-common/error.c:54
123 #, fuzzy
124 msgid "An unexpected D-Bus error occurred"
125 msgstr "Med obdelavo \"{0}\": {1} je prišlo do napake"
126
127 #: ../avahi-common/error.c:55
128 #, fuzzy
129 msgid "Daemon connection failed"
130 msgstr "Neuspela VPN povezava "
131
132 #: ../avahi-common/error.c:56
133 #, fuzzy
134 msgid "Memory exhausted"
135 msgstr "Uhajanje pomnilnika"
136
137 #: ../avahi-common/error.c:57
138 msgid "The object passed in was not valid"
139 msgstr "Poslan predmet ni veljaven"
140
141 #: ../avahi-common/error.c:58
142 msgid "Daemon not running"
143 msgstr "Ozadnji program ni zagnan"
144
145 #: ../avahi-common/error.c:59
146 #, fuzzy
147 msgid "Invalid interface index"
148 msgstr "Pridobivanje seznama razširitev"
149
150 #: ../avahi-common/error.c:60
151 #, fuzzy
152 msgid "Invalid protocol specification"
153 msgstr "Neveljavna določilo vrat"
154
155 #: ../avahi-common/error.c:61
156 msgid "Invalid flags"
157 msgstr "Neveljavna zastavica"
158
159 #: ../avahi-common/error.c:63
160 #, fuzzy
161 msgid "Not found"
162 msgstr "Ni zadetkov"
163
164 #: ../avahi-common/error.c:64
165 #, fuzzy
166 msgid "Invalid configuration"
167 msgstr "Neveljavne nastavitve IR"
168
169 #: ../avahi-common/error.c:65
170 #, fuzzy
171 msgid "Version mismatch"
172 msgstr "Velikost ne ustreza"
173
174 #: ../avahi-common/error.c:66
175 #, fuzzy
176 msgid "Invalid service subtype"
177 msgstr "Neznana podvrsta mnogokotne črte: %d\n"
178
179 #: ../avahi-common/error.c:67
180 msgid "Invalid packet"
181 msgstr "Neveljaven paket"
182
183 #: ../avahi-common/error.c:68
184 #, fuzzy
185 msgid "Invalid DNS return code"
186 msgstr "Vrnjena neveljavna vrednost %s"
187
188 #: ../avahi-common/error.c:69
189 #, fuzzy
190 msgid "DNS failure: FORMERR"
191 msgstr "Začasna napaka overitve"
192
193 #: ../avahi-common/error.c:70
194 #, fuzzy
195 msgid "DNS failure: SERVFAIL"
196 msgstr "Začasna napaka overitve"
197
198 #: ../avahi-common/error.c:71
199 #, fuzzy
200 msgid "DNS failure: NXDOMAIN"
201 msgstr "Začasna napaka overitve"
202
203 #: ../avahi-common/error.c:72
204 #, fuzzy
205 msgid "DNS failure: NOTIMP"
206 msgstr "Začasna napaka overitve"
207
208 #: ../avahi-common/error.c:74
209 #, fuzzy
210 msgid "DNS failure: REFUSED"
211 msgstr "Prenos datoteke je zavrnjen: %s"
212
213 #: ../avahi-common/error.c:75
214 #, fuzzy
215 msgid "DNS failure: YXDOMAIN"
216 msgstr "Začasna napaka overitve"
217
218 #: ../avahi-common/error.c:76
219 #, fuzzy
220 msgid "DNS failure: YXRRSET"
221 msgstr "Začasna napaka overitve"
222
223 #: ../avahi-common/error.c:77
224 #, fuzzy
225 msgid "DNS failure: NXRRSET"
226 msgstr "Začasna napaka overitve"
227
228 #: ../avahi-common/error.c:78
229 #, fuzzy
230 msgid "DNS failure: NOTAUTH"
231 msgstr "Začasna napaka overitve"
232
233 #: ../avahi-common/error.c:79
234 #, fuzzy
235 msgid "DNS failure: NOTZONE"
236 msgstr "Začasna napaka overitve"
237
238 #: ../avahi-common/error.c:80
239 #, fuzzy
240 msgid "Invalid RDATA"
241 msgstr "Neveljaven podpis"
242
243 #: ../avahi-common/error.c:81
244 #, fuzzy
245 msgid "Invalid DNS type"
246 msgstr "Neveljavna vrsta GbfAmConfigValue"
247
248 #: ../avahi-common/error.c:82
249 #, fuzzy
250 msgid "Invalid DNS class"
251 msgstr "Nasledstvo osnovnega razreda:"
252
253 #: ../avahi-common/error.c:83
254 #, fuzzy
255 msgid "Not supported"
256 msgstr "Ni podprto"
257
258 #: ../avahi-common/error.c:85
259 #, fuzzy
260 msgid "Not permitted"
261 msgstr "Nedovoljeno dejanje"
262
263 #: ../avahi-common/error.c:86
264 #, fuzzy
265 msgid "Invalid argument"
266 msgstr "Neveljaven argument"
267
268 #: ../avahi-common/error.c:87
269 #, fuzzy
270 msgid "Is empty"
271 msgstr "%s'%s' je prazen"
272
273 #: ../avahi-common/error.c:88
274 msgid "The requested operation is invalid because redundant"
275 msgstr ""
276
277 #: ../avahi-common/error.c:94
278 #, fuzzy
279 msgid "Invalid Error Code"
280 msgstr "Napaka med razčlenjevanjem kode: %s"
281
282 #: ../avahi-discover-standalone/avahi-discover.ui.h:1
283 #: ../avahi-python/avahi-discover/avahi-discover.py:76
284 #, fuzzy
285 msgid "<i>No service currently selected.</i>"
286 msgstr "Jezik trenutno izbrane vrste pisave"
287
288 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
289 #, fuzzy
290 msgid "Avahi Discovery"
291 msgstr "Odkrivanje storitev"
292
293 #: ../avahi-python/avahi-discover/avahi-discover.desktop.in.in.h:1
294 #, fuzzy
295 msgid "Avahi Zeroconf Browser"
296 msgstr "Ni mogoče ustvariti Avahi brskalnika storitev."
297
298 #: ../avahi-python/avahi-discover/avahi-discover.desktop.in.in.h:2
299 msgid "Browse for Zeroconf services available on your network"
300 msgstr ""
301
302 #: ../avahi-python/avahi-discover/avahi-discover.py:224
303 #, fuzzy
304 msgid "TXT"
305 msgstr "bes"
306
307 #: ../avahi-python/avahi-discover/avahi-discover.py:226
308 #, fuzzy
309 msgid "TXT Data:"
310 msgstr "Različne podrobnosti"
311
312 #: ../avahi-python/avahi-discover/avahi-discover.py:226
313 #, fuzzy
314 msgid "empty"
315 msgstr "prazno"
316
317 #: ../avahi-python/avahi-discover/avahi-discover.py:228
318 #, fuzzy
319 msgid "Service Type:"
320 msgstr "_Vrsta storitve:"
321
322 #: ../avahi-python/avahi-discover/avahi-discover.py:229
323 #, fuzzy
324 msgid "Service Name:"
325 msgstr "Imenska storitev"
326
327 #: ../avahi-python/avahi-discover/avahi-discover.py:230
328 #, fuzzy
329 msgid "Domain Name:"
330 msgstr "Ime _domene:"
331
332 #: ../avahi-python/avahi-discover/avahi-discover.py:231
333 #, fuzzy
334 msgid "Interface:"
335 msgstr "Vmesnik:"
336
337 #: ../avahi-python/avahi-discover/avahi-discover.py:232
338 #, fuzzy
339 msgid "Address:"
340 msgstr "Naslov:"
341
342 #: ../avahi-ui/avahi-ui.c:185
343 #, fuzzy
344 msgid "Browse Service Types"
345 msgstr "Prednostne vrste večpredstavnostnih datotek"
346
347 #: ../avahi-ui/avahi-ui.c:185
348 msgid "A NULL terminated list of service types to browse for"
349 msgstr ""
350
351 #: ../avahi-ui/avahi-ui.c:190
352 msgid "Domain"
353 msgstr "Domena"
354
355 #: ../avahi-ui/avahi-ui.c:190
356 msgid "The domain to browse in, or NULL for the default domain"
357 msgstr ""
358
359 #: ../avahi-ui/avahi-ui.c:196
360 #, fuzzy
361 msgid "Service Type"
362 msgstr "_Vrsta storitve:"
363
364 #: ../avahi-ui/avahi-ui.c:196
365 #, fuzzy
366 msgid "The service type of the selected service"
367 msgstr "Vrsta izbranega datotečnega sistema"
368
369 #: ../avahi-ui/avahi-ui.c:202
370 #: ../avahi-ui/avahi-ui.c:1019
371 #, fuzzy
372 msgid "Service Name"
373 msgstr "Imenska storitev"
374
375 #: ../avahi-ui/avahi-ui.c:202
376 #, fuzzy
377 msgid "The service name of the selected service"
378 msgstr "Ime izbrane pisave"
379
380 #: ../avahi-ui/avahi-ui.c:208
381 msgid "Address"
382 msgstr "Naslov"
383
384 #: ../avahi-ui/avahi-ui.c:208
385 #, fuzzy
386 msgid "The address of the resolved service"
387 msgstr "Sklic na vrsto storitve"
388
389 #: ../avahi-ui/avahi-ui.c:213
390 msgid "Port"
391 msgstr "Vrata"
392
393 #: ../avahi-ui/avahi-ui.c:213
394 msgid "The IP port number of the resolved service"
395 msgstr ""
396
397 #: ../avahi-ui/avahi-ui.c:219
398 msgid "Host Name"
399 msgstr "Ime gostitelja"
400
401 #: ../avahi-ui/avahi-ui.c:219
402 #, fuzzy
403 msgid "The host name of the resolved service"
404 msgstr "Spremeni prikazano ime storitve."
405
406 #: ../avahi-ui/avahi-ui.c:225
407 #, fuzzy
408 msgid "TXT Data"
409 msgstr "Različne podrobnosti"
410
411 #: ../avahi-ui/avahi-ui.c:225
412 #, fuzzy
413 msgid "The TXT data of the resolved service"
414 msgstr "<b>Podatki ponudnika internetnih storitev</b>"
415
416 #: ../avahi-ui/avahi-ui.c:230
417 #, fuzzy
418 msgid "Resolve Service"
419 msgstr "Nadzor storitev"
420
421 #: ../avahi-ui/avahi-ui.c:230
422 msgid "Resolve the selected service automatically before returning"
423 msgstr ""
424
425 #: ../avahi-ui/avahi-ui.c:236
426 #, fuzzy
427 msgid "Resolve Service Host Name"
428 msgstr "Ime gostitelja ni mogoče razrešiti."
429
430 #: ../avahi-ui/avahi-ui.c:236
431 msgid "Resolve the host name of the selected service automatically before returning"
432 msgstr ""
433
434 #: ../avahi-ui/avahi-ui.c:242
435 #, fuzzy
436 msgid "Address family"
437 msgstr "Družinsko ime"
438
439 #: ../avahi-ui/avahi-ui.c:242
440 msgid "The address family for host name resolution"
441 msgstr ""
442
443 #: ../avahi-ui/avahi-ui.c:324
444 #, fuzzy, c-format
445 msgid "Avahi client failure: %s"
446 msgstr "Ni mogoče ustvariti Avahi odjemalca: %s"
447
448 #: ../avahi-ui/avahi-ui.c:386
449 #, fuzzy, c-format
450 msgid "Avahi resolver failure: %s"
451 msgstr "Napaka med ustvarjanjem Avahi vtiča: %s"
452
453 #: ../avahi-ui/avahi-ui.c:516
454 #, c-format
455 msgid "Browsing for service type %s in domain %s failed: %s"
456 msgstr ""
457
458 #: ../avahi-ui/avahi-ui.c:517
459 #: ../avahi-utils/avahi-browse.c:168
460 #: ../avahi-utils/avahi-browse.c:169
461 #: ../avahi-utils/avahi-browse.c:178
462 #: ../avahi-utils/avahi-browse.c:179
463 msgid "n/a"
464 msgstr "n/a"
465
466 #: ../avahi-ui/avahi-ui.c:647
467 #, fuzzy, c-format
468 msgid "Avahi domain browser failure: %s"
469 msgstr "Ni mogoče ustvariti Avahi brskalnika storitev."
470
471 #: ../avahi-ui/avahi-ui.c:682
472 #, fuzzy, c-format
473 msgid "Failed to read Avahi domain: %s"
474 msgstr "Napaka med razčlenjevanjem avahi imena gostitelja: %s\n"
475
476 #: ../avahi-ui/avahi-ui.c:704
477 msgid "Browse service type list is empty!"
478 msgstr ""
479
480 #: ../avahi-ui/avahi-ui.c:715
481 #, fuzzy, c-format
482 msgid "Failed to connect to Avahi server: %s"
483 msgstr ""
484 "Napaka med povezovanjem s strežnikom Jamendo.\n"
485 "%s."
486
487 #: ../avahi-ui/avahi-ui.c:733
488 msgid "Browsing for services on <b>local network</b>:"
489 msgstr ""
490
491 #: ../avahi-ui/avahi-ui.c:735
492 #, c-format
493 msgid "Browsing for services in domain <b>%s</b>:"
494 msgstr ""
495
496 #: ../avahi-ui/avahi-ui.c:771
497 #, fuzzy, c-format
498 msgid "Failed to create browser for %s: %s"
499 msgstr "Napaka med dodajanjem mDNS brskalnika za storitev %s."
500
501 #: ../avahi-ui/avahi-ui.c:901
502 #, c-format
503 msgid "Failed to create resolver for %s of type %s in domain %s: %s"
504 msgstr ""
505
506 #: ../avahi-ui/avahi-ui.c:976
507 #, fuzzy, c-format
508 msgid "Failed to create domain browser: %s"
509 msgstr "Napaka med zaganjanjem mDNS brskalnika: %s\n"
510
511 #: ../avahi-ui/avahi-ui.c:987
512 #, fuzzy
513 msgid "Change domain"
514 msgstr "Dana domena"
515
516 #: ../avahi-ui/avahi-ui.c:1027
517 #: ../avahi-ui/avahi-ui.c:1158
518 msgid "Browsing..."
519 msgstr "Brskanje ..."
520
521 #: ../avahi-ui/avahi-ui.c:1116
522 #, fuzzy
523 msgid "Initializing..."
524 msgstr "Zaganjanje ..."
525
526 #: ../avahi-ui/avahi-ui.c:1140
527 msgid "Location"
528 msgstr "Mesto"
529
530 #: ../avahi-ui/avahi-ui.c:1145
531 #: ../avahi-utils/avahi-browse.c:553
532 msgid "Name"
533 msgstr "Ime"
534
535 #: ../avahi-ui/avahi-ui.c:1150
536 #: ../avahi-utils/avahi-browse.c:553
537 msgid "Type"
538 msgstr "Vrsta"
539
540 #: ../avahi-ui/avahi-ui.c:1162
541 msgid "_Domain..."
542 msgstr "_Domena ..."
543
544 #: ../avahi-ui/bssh.c:55
545 #, c-format
546 msgid ""
547 "%s [options]\n"
548 "\n"
549 " -h --help Show this help\n"
550 " -s --ssh Browse SSH servers\n"
551 " -v --vnc Browse VNC servers\n"
552 " -S --shell Browse both SSH and VNC\n"
553 " -d --domain=DOMAIN The domain to browse in\n"
554 msgstr ""
555
556 #: ../avahi-ui/bssh.c:101
557 #: ../avahi-utils/avahi-browse.c:775
558 #, fuzzy, c-format
559 msgid "Too many arguments\n"
560 msgstr "Rreveč argumentov\n"
561
562 #: ../avahi-ui/bssh.c:149
563 #, fuzzy
564 msgid "Choose Shell Server"
565 msgstr "Strežnik oddaljene ukazne lupine"
566
567 #: ../avahi-ui/bssh.c:151
568 msgid "Desktop"
569 msgstr "Namizje"
570
571 #: ../avahi-ui/bssh.c:152
572 msgid "Terminal"
573 msgstr "Terminal"
574
575 #: ../avahi-ui/bssh.c:156
576 #, fuzzy
577 msgid "Choose VNC server"
578 msgstr "- VNC strežnik za GNOME"
579
580 #: ../avahi-ui/bssh.c:161
581 #, fuzzy
582 msgid "Choose SSH server"
583 msgstr "Uspešna prijava v SSH strežnik %s\n"
584
585 #: ../avahi-ui/bssh.c:185
586 #, fuzzy, c-format
587 msgid "Connecting to '%s' ...\n"
588 msgstr "Povezovanje z {0}"
589
590 #: ../avahi-ui/bssh.c:240
591 #, fuzzy, c-format
592 msgid "execlp() failed: %s\n"
593 msgstr "Spodleteli vnosi"
594
595 #: ../avahi-ui/bssh.c:250
596 #, fuzzy, c-format
597 msgid "Canceled.\n"
598 msgstr "Preklicano"
599
600 #: ../avahi-ui/bssh.desktop.in.in.h:1
601 #, fuzzy
602 msgid "Avahi SSH Server Browser"
603 msgstr "Uspešna prijava v SSH strežnik %s\n"
604
605 #: ../avahi-ui/bssh.desktop.in.in.h:2
606 msgid "Browse for Zeroconf-enabled SSH Servers"
607 msgstr ""
608
609 #: ../avahi-ui/bvnc.desktop.in.in.h:1
610 #, fuzzy
611 msgid "Avahi VNC Server Browser"
612 msgstr "- VNC strežnik za GNOME"
613
614 #: ../avahi-ui/bvnc.desktop.in.in.h:2
615 msgid "Browse for Zeroconf-enabled VNC Servers"
616 msgstr ""
617
618 #: ../avahi-utils/avahi-browse.c:107
619 #, fuzzy, c-format
620 msgid ": All for now\n"
621 msgstr "Ne, to je trenutno vse"
622
623 #: ../avahi-utils/avahi-browse.c:118
624 #, fuzzy, c-format
625 msgid ": Cache exhausted\n"
626 msgstr "Predpomnilnik TTL:"
627
628 #: ../avahi-utils/avahi-browse.c:239
629 #: ../avahi-utils/avahi-browse.c:261
630 #, c-format
631 msgid "Failed to resolve service '%s' of type '%s' in domain '%s': %s\n"
632 msgstr ""
633
634 #: ../avahi-utils/avahi-browse.c:340
635 #, fuzzy, c-format
636 msgid "service_browser failed: %s\n"
637 msgstr "Napaka med zaganjanjem mDNS brskalnika: %s\n"
638
639 #: ../avahi-utils/avahi-browse.c:378
640 #, fuzzy, c-format
641 msgid "avahi_service_browser_new() failed: %s\n"
642 msgstr "Ni mogoče ustvariti Avahi brskalnika storitev."
643
644 #: ../avahi-utils/avahi-browse.c:414
645 #, fuzzy, c-format
646 msgid "service_type_browser failed: %s\n"
647 msgstr "Napaka med zaganjanjem mDNS brskalnika: %s\n"
648
649 #: ../avahi-utils/avahi-browse.c:444
650 #, c-format
651 msgid "avahi_service_type_browser_new() failed: %s\n"
652 msgstr ""
653
654 #: ../avahi-utils/avahi-browse.c:519
655 #, c-format
656 msgid "avahi_domain_browser_new() failed: %s\n"
657 msgstr ""
658
659 #: ../avahi-utils/avahi-browse.c:535
660 #: ../avahi-utils/avahi-publish.c:394
661 #: ../avahi-utils/avahi-resolve.c:280
662 #: ../avahi-utils/avahi-set-host-name.c:168
663 #, fuzzy, c-format
664 msgid "Failed to query version string: %s\n"
665 msgstr "OPOZORILO: ni mogoče razčleniti vrednost niza `%s'\n"
666
667 #: ../avahi-utils/avahi-browse.c:540
668 #: ../avahi-utils/avahi-publish.c:399
669 #: ../avahi-utils/avahi-resolve.c:285
670 #: ../avahi-utils/avahi-set-host-name.c:173
671 #: ../avahi-utils/avahi-set-host-name.c:189
672 #, fuzzy, c-format
673 msgid "Failed to query host name: %s\n"
674 msgstr "Neuspešen poskus overitve gostitelja %s."
675
676 #: ../avahi-utils/avahi-browse.c:544
677 #: ../avahi-utils/avahi-publish.c:403
678 #: ../avahi-utils/avahi-resolve.c:289
679 #: ../avahi-utils/avahi-set-host-name.c:177
680 #, fuzzy, c-format
681 msgid "Server version: %s; Host name: %s\n"
682 msgstr "Ime gostitelja ali naslov strežnika."
683
684 #. Translators: This is a column heading with abbreviations for
685 #. * Event (+/-), Network Interface, Protocol (IPv4/v6), Domain
686 #: ../avahi-utils/avahi-browse.c:549
687 #, fuzzy, c-format
688 msgid "E Ifce Prot Domain\n"
689 msgstr "Jackson - oblikovana domena"
690
691 #. Translators: This is a column heading with abbreviations for
692 #. * Event (+/-), Network Interface, Protocol (IPv4/v6), Domain
693 #: ../avahi-utils/avahi-browse.c:553
694 #, fuzzy, c-format
695 msgid "E Ifce Prot %-*s %-20s Domain\n"
696 msgstr "E Ifce Prot %-*s %-20s Domain\n"
697
698 #. We have been disconnected, so let reconnect
699 #: ../avahi-utils/avahi-browse.c:585
700 #: ../avahi-utils/avahi-publish.c:163
701 #, fuzzy, c-format
702 msgid "Disconnected, reconnecting ...\n"
703 msgstr "Povovno povezovanje s strežnikom '%s'"
704
705 #: ../avahi-utils/avahi-browse.c:599
706 #: ../avahi-utils/avahi-browse.c:829
707 #: ../avahi-utils/avahi-publish.c:170
708 #: ../avahi-utils/avahi-publish.c:386
709 #: ../avahi-utils/avahi-resolve.c:272
710 #: ../avahi-utils/avahi-set-host-name.c:160
711 #, fuzzy, c-format
712 msgid "Failed to create client object: %s\n"
713 msgstr "Ni mogoče preoblikovati predmeta v IOR"
714
715 #: ../avahi-utils/avahi-browse.c:604
716 #: ../avahi-utils/avahi-publish.c:175
717 #: ../avahi-utils/avahi-resolve.c:143
718 #: ../avahi-utils/avahi-set-host-name.c:59
719 #, fuzzy, c-format
720 msgid "Client failure, exiting: %s\n"
721 msgstr "Izhod (prejet SIGTERM) ..."
722
723 #: ../avahi-utils/avahi-browse.c:623
724 #: ../avahi-utils/avahi-publish.c:206
725 #, fuzzy, c-format
726 msgid "Waiting for daemon ...\n"
727 msgstr "Čakanje na overitev"
728
729 #: ../avahi-utils/avahi-browse.c:647
730 msgid ""
731 " -h --help Show this help\n"
732 " -V --version Show version\n"
733 " -D --browse-domains Browse for browsing domains instead of services\n"
734 " -a --all Show all services, regardless of the type\n"
735 " -d --domain=DOMAIN The domain to browse in\n"
736 " -v --verbose Enable verbose mode\n"
737 " -t --terminate Terminate after dumping a more or less complete list\n"
738 " -c --cache Terminate after dumping all entries from the cache\n"
739 " -l --ignore-local Ignore local services\n"
740 " -r --resolve Resolve services found\n"
741 " -f --no-fail Don't fail if the daemon is not available\n"
742 " -p --parsable Output in parsable format\n"
743 msgstr ""
744
745 #: ../avahi-utils/avahi-browse.c:660
746 msgid ""
747 " -k --no-db-lookup Don't lookup service types\n"
748 " -b --dump-db Dump service type database\n"
749 msgstr ""
750
751 #: ../avahi-utils/avahi-browse.c:766
752 #: ../avahi-utils/avahi-resolve.c:219
753 #, fuzzy, c-format
754 msgid "Too few arguments\n"
755 msgstr "premalo argumenotv"
756
757 #: ../avahi-utils/avahi-browse.c:821
758 #: ../avahi-utils/avahi-publish.c:378
759 #: ../avahi-utils/avahi-resolve.c:264
760 #: ../avahi-utils/avahi-set-host-name.c:152
761 #, fuzzy, c-format
762 msgid "Failed to create simple poll object.\n"
763 msgstr "Ustvarjanje predmeta predvajanja GStreamer je spodletelo"
764
765 #: ../avahi-utils/avahi-publish.c:76
766 #, fuzzy, c-format
767 msgid "Established under name '%s'\n"
768 msgstr "Ime profila vstavkov"
769
770 #: ../avahi-utils/avahi-publish.c:81
771 #, c-format
772 msgid "Failed to register: %s\n"
773 msgstr "Vpisovanje je spodletelo: %s\n"
774
775 #: ../avahi-utils/avahi-publish.c:94
776 #, fuzzy, c-format
777 msgid "Name collision, picking new name '%s'.\n"
778 msgstr "Novo ime je prazno."
779
780 #: ../avahi-utils/avahi-publish.c:114
781 #, c-format
782 msgid "Failed to create entry group: %s\n"
783 msgstr "Ustvarjanje skupine vnosa spodletelo: %s\n"
784
785 #: ../avahi-utils/avahi-publish.c:124
786 #, c-format
787 msgid "Failed to add address: %s\n"
788 msgstr "Dodajanje naslova je spodletelo: %s\n"
789
790 #: ../avahi-utils/avahi-publish.c:134
791 #, c-format
792 msgid "Failed to add service: %s\n"
793 msgstr "Dodajanje storitve je spodletelo: %s\n"
794
795 #: ../avahi-utils/avahi-publish.c:140
796 #, fuzzy, c-format
797 msgid "Failed to add subtype '%s': %s\n"
798 msgstr "Dodajanje predmeta %s je spodletelo"
799
800 #: ../avahi-utils/avahi-publish.c:191
801 #, c-format
802 msgid "Host name conflict\n"
803 msgstr "Ime gostitelja v sporu\n"
804
805 #: ../avahi-utils/avahi-publish.c:216
806 #, c-format
807 msgid ""
808 "%s [options] %s <name> <type> <port> [<txt ...>]\n"
809 "%s [options] %s <host-name> <address>\n"
810 "\n"
811 " -h --help Show this help\n"
812 " -V --version Show version\n"
813 " -s --service Publish service\n"
814 " -a --address Publish address\n"
815 " -v --verbose Enable verbose mode\n"
816 " -d --domain=DOMAIN Domain to publish service in\n"
817 " -H --host=DOMAIN Host where service resides\n"
818 " --subtype=SUBTYPE An additional subtype to register this service with\n"
819 " -R --no-reverse Do not publish reverse entry with address\n"
820 " -f --no-fail Don't fail if the daemon is not available\n"
821 msgstr ""
822
823 #: ../avahi-utils/avahi-publish.c:303
824 #: ../avahi-utils/avahi-publish.c:318
825 #, c-format
826 msgid "Bad number of arguments\n"
827 msgstr "Napačno število argumentov.\n"
828
829 #: ../avahi-utils/avahi-publish.c:329
830 #, c-format
831 msgid "Failed to parse port number: %s\n"
832 msgstr "Razreševanje številke vrat je spodletelo: %s\n"
833
834 #: ../avahi-utils/avahi-publish.c:361
835 #: ../avahi-utils/avahi-resolve.c:246
836 #, c-format
837 msgid "No command specified.\n"
838 msgstr "Ni določenega ukaza.\n"
839
840 #: ../avahi-utils/avahi-resolve.c:89
841 #, c-format
842 msgid "Failed to resolve host name '%s': %s\n"
843 msgstr "Razreševanje imena gostitelja '%s' je spodletelo: %s\n"
844
845 #: ../avahi-utils/avahi-resolve.c:126
846 #, c-format
847 msgid "Failed to resolve address '%s': %s\n"
848 msgstr "Razreševanje naslova '%s' je spodletelo: %s\n"
849
850 #: ../avahi-utils/avahi-resolve.c:157
851 #, c-format
852 msgid ""
853 "%s [options] %s <host name ...>\n"
854 "%s [options] %s <address ... >\n"
855 "\n"
856 " -h --help Show this help\n"
857 " -V --version Show version\n"
858 " -n --name Resolve host name\n"
859 " -a --address Resolve address\n"
860 " -v --verbose Enable verbose mode\n"
861 " -6 Lookup IPv6 address\n"
862 " -4 Lookup IPv4 address\n"
863 msgstr ""
864
865 #: ../avahi-utils/avahi-resolve.c:299
866 #: ../avahi-utils/avahi-set-host-name.c:181
867 #, c-format
868 msgid "Failed to create host name resolver: %s\n"
869 msgstr "Napaka med ustvarjanjem razreševalnika imena gostitelja: %s\n"
870
871 #: ../avahi-utils/avahi-resolve.c:309
872 #, c-format
873 msgid "Failed to parse address '%s'\n"
874 msgstr "Razčlenjevanje naslova '%s' je spodletelo\n"
875
876 #: ../avahi-utils/avahi-resolve.c:314
877 #, c-format
878 msgid "Failed to create address resolver: %s\n"
879 msgstr "Napaka med ustvarjanjem razreševalnika naslova: %s\n"
880
881 #: ../avahi-utils/avahi-set-host-name.c:73
882 #, c-format
883 msgid ""
884 "%s [options] <new host name>\n"
885 "\n"
886 " -h --help Show this help\n"
887 " -V --version Show version\n"
888 " -v --verbose Enable verbose mode\n"
889 msgstr ""
890
891 #: ../avahi-utils/avahi-set-host-name.c:114
892 #, c-format
893 msgid "Invalid number of arguments, expecting exactly one.\n"
894 msgstr "Neveljavno število argumentov, saj je pričakovan le en.\n"
895
896 #: ../avahi-utils/avahi-set-host-name.c:193
897 #, c-format
898 msgid "Host name successfully changed to %s\n"
899 msgstr "Ime gostitelja je uspešno spremenjeno v %s\n"
900
+202
-194
po/sr.po less more
0 # Serbian translations for avahi
1 # Copyright (C) 2006 Red Hat, Inc.
2 # This file is distributed under the same license as the avahi package.
3 # Nikola Pajtić <salgeras@gmail.com>, 2008.
4 # Milos Mijatovic <mijatix@gmail.com>, 2008.
5 # Miloš Komarčević <kmilos@gmail.com>, 2009.
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
63 #
4 # Translators:
5 # Мирослав Николић <miroslavnikolic@rocketmail.com>, 2013
76 msgid ""
87 msgstr ""
9 "Project-Id-Version: avahi\n"
8 "Project-Id-Version: Avahi\n"
109 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2011-04-02 03:23+0200\n"
12 "PO-Revision-Date: 2009-03-21 15:58+0100\n"
13 "Last-Translator: Miloš Komarčević <kmilos@gmail.com>\n"
14 "Language-Team: Serbian (sr) <fedora-trans-sr@redhat.com>\n"
15 "Language: \n"
10 "POT-Creation-Date: 2015-10-10 13:24+0200\n"
11 "PO-Revision-Date: 2013-11-20 09:58+0000\n"
12 "Last-Translator: Мирослав Николић <miroslavnikolic@rocketmail.com>\n"
13 "Language-Team: Serbian (http://www.transifex.com/lennart/avahi/language/"
14 "sr/)\n"
15 "Language: sr\n"
1616 "MIME-Version: 1.0\n"
1717 "Content-Type: text/plain; charset=UTF-8\n"
1818 "Content-Transfer-Encoding: 8bit\n"
2525
2626 #: ../avahi-common/error.c:31
2727 msgid "Operation failed"
28 msgstr "Операција неуспешна"
28 msgstr "Операција није успела"
2929
3030 #: ../avahi-common/error.c:32
3131 msgid "Bad state"
4545
4646 #: ../avahi-common/error.c:36
4747 msgid "Invalid DNS TTL"
48 msgstr "Неисправан DNS TTL"
48 msgstr "Неисправан ДНС ТТЛ"
4949
5050 #: ../avahi-common/error.c:37
5151 msgid "Resource record key is pattern"
52 msgstr "Кључ записа ресурса је шаблон"
52 msgstr "Кључ записа изворишта је шаблон"
5353
5454 #: ../avahi-common/error.c:38
5555 msgid "Local name collision"
56 msgstr "Сукоб локалних назива"
56 msgstr "Сукоб месних назива"
5757
5858 #: ../avahi-common/error.c:39
5959 msgid "Invalid record"
6969
7070 #: ../avahi-common/error.c:43
7171 msgid "Invalid port number"
72 msgstr "Неисправан број прикључка"
72 msgstr "Неисправан број прикључника"
7373
7474 #: ../avahi-common/error.c:44
7575 msgid "Invalid record key"
7777
7878 #: ../avahi-common/error.c:45
7979 msgid "Invalid address"
80 msgstr "Нетачна адреса"
80 msgstr "Неисправна адреса"
8181
8282 #: ../avahi-common/error.c:46
8383 msgid "Timeout reached"
84 msgstr "Пауза је достигнута"
84 msgstr "Време је истекло"
8585
8686 #: ../avahi-common/error.c:47
8787 msgid "Too many clients"
9393
9494 #: ../avahi-common/error.c:49
9595 msgid "Too many entries"
96 msgstr "Превише записа"
96 msgstr "Превише уноса"
9797
9898 #: ../avahi-common/error.c:50
9999 msgid "OS Error"
101101
102102 #: ../avahi-common/error.c:52
103103 msgid "Access denied"
104 msgstr "Забрањен приступ"
104 msgstr "Приступ је забрањен"
105105
106106 #: ../avahi-common/error.c:53
107107 msgid "Invalid operation"
108 msgstr "Нетачна операција"
108 msgstr "Неисправна радња"
109109
110110 #: ../avahi-common/error.c:54
111111 msgid "An unexpected D-Bus error occurred"
112 msgstr "Десила се неочекивана грешка у D-Bus софтверу"
112 msgstr "Дошло је до неочекиване грешке Д-сабирнице"
113113
114114 #: ../avahi-common/error.c:55
115115 msgid "Daemon connection failed"
116 msgstr "Повезивање системске услуге неуспешно"
116 msgstr "Није успело повезивање системске услуге"
117117
118118 #: ../avahi-common/error.c:56
119119 msgid "Memory exhausted"
120 msgstr "Меморија препуњена"
120 msgstr "Меморија је истрошена"
121121
122122 #: ../avahi-common/error.c:57
123123 msgid "The object passed in was not valid"
124 msgstr "Пренос објекта није био исправан"
124 msgstr "Прослеђени објекат није био исправан"
125125
126126 #: ../avahi-common/error.c:58
127127 msgid "Daemon not running"
128 msgstr "Системска услуга се не покреће"
128 msgstr "Системска услуга није покренута"
129129
130130 #: ../avahi-common/error.c:59
131131 msgid "Invalid interface index"
132 msgstr "Неисправан индекс спреге"
132 msgstr "Неисправан регистар уређаја"
133133
134134 #: ../avahi-common/error.c:60
135135 msgid "Invalid protocol specification"
136 msgstr "Неисправна спецификација протокола"
136 msgstr "Неисправна одредба протокола"
137137
138138 #: ../avahi-common/error.c:61
139139 msgid "Invalid flags"
140 msgstr "Неисправни индикатори"
140 msgstr "Неисправне опције"
141141
142142 #: ../avahi-common/error.c:63
143143 msgid "Not found"
144 msgstr "Није пронађено"
144 msgstr "Нисам нашао"
145145
146146 #: ../avahi-common/error.c:64
147147 msgid "Invalid configuration"
149149
150150 #: ../avahi-common/error.c:65
151151 msgid "Version mismatch"
152 msgstr "Неслагање верзије"
152 msgstr "Неслагање издања"
153153
154154 #: ../avahi-common/error.c:66
155155 msgid "Invalid service subtype"
156 msgstr "Неисправна подврста услуга"
156 msgstr "Неисправна подврста услуге"
157157
158158 #: ../avahi-common/error.c:67
159159 msgid "Invalid packet"
161161
162162 #: ../avahi-common/error.c:68
163163 msgid "Invalid DNS return code"
164 msgstr "Неисправан повратни код DNS услуге"
164 msgstr "Неисправан повратни код ДНС-а"
165165
166166 #: ../avahi-common/error.c:69
167167 msgid "DNS failure: FORMERR"
168 msgstr "DNS квар: FORMERR"
168 msgstr "Неуспех ДНС-а: FORMERR"
169169
170170 #: ../avahi-common/error.c:70
171171 msgid "DNS failure: SERVFAIL"
172 msgstr "DNS квар: SERVFAIL"
172 msgstr "Неуспех ДНС-а: SERVFAIL"
173173
174174 #: ../avahi-common/error.c:71
175175 msgid "DNS failure: NXDOMAIN"
176 msgstr "DNS квар: NXDOMAIN"
176 msgstr "Неуспех ДНС-а: NXDOMAIN"
177177
178178 #: ../avahi-common/error.c:72
179179 msgid "DNS failure: NOTIMP"
180 msgstr "DNS квар: NOTIMP"
180 msgstr "Неуспех ДНС-а: NOTIMP"
181181
182182 #: ../avahi-common/error.c:74
183183 msgid "DNS failure: REFUSED"
184 msgstr "DNS квар: REFUSED"
184 msgstr "Неуспех ДНС-а: REFUSED"
185185
186186 #: ../avahi-common/error.c:75
187187 msgid "DNS failure: YXDOMAIN"
188 msgstr "DNS квар: YXDOMAIN"
188 msgstr "Неуспех ДНС-а: YXDOMAIN"
189189
190190 #: ../avahi-common/error.c:76
191191 msgid "DNS failure: YXRRSET"
192 msgstr "DNS квар: YXRRSET"
192 msgstr "Неуспех ДНС-а: YXRRSET"
193193
194194 #: ../avahi-common/error.c:77
195195 msgid "DNS failure: NXRRSET"
196 msgstr "DNS квар: NXRRSET"
196 msgstr "Неуспех ДНС-а: NXRRSET"
197197
198198 #: ../avahi-common/error.c:78
199199 msgid "DNS failure: NOTAUTH"
200 msgstr "DNS квар: NOTAUTH"
200 msgstr "Неуспех ДНС-а: NOTAUTH"
201201
202202 #: ../avahi-common/error.c:79
203203 msgid "DNS failure: NOTZONE"
204 msgstr "DNS квар: NOTZONE"
204 msgstr "Неуспех ДНС-а: NOTZONE"
205205
206206 #: ../avahi-common/error.c:80
207207 msgid "Invalid RDATA"
208 msgstr "Неисправна RDATA врста података"
208 msgstr "Неисправни су РПОДАЦИ"
209209
210210 #: ../avahi-common/error.c:81
211211 msgid "Invalid DNS type"
212 msgstr "Неисправна врста DNS услуге"
212 msgstr "Неисправна врста ДНС-а"
213213
214214 #: ../avahi-common/error.c:82
215215 msgid "Invalid DNS class"
216 msgstr "Неисправна класа DNS услуге"
216 msgstr "Неисправан разред ДНС-а"
217217
218218 #: ../avahi-common/error.c:83
219219 msgid "Not supported"
233233
234234 #: ../avahi-common/error.c:88
235235 msgid "The requested operation is invalid because redundant"
236 msgstr "Тражена операција је неисправна јер је редундантна"
236 msgstr "Тражена радња је неисправна јер је сувишна"
237237
238238 #: ../avahi-common/error.c:94
239239 msgid "Invalid Error Code"
240240 msgstr "Неисправан код грешке"
241241
242242 #: ../avahi-discover-standalone/avahi-discover.ui.h:1
243 msgid "Avahi Discovery"
244 msgstr "Авахијево откривање"
245
246 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
243247 #: ../avahi-python/avahi-discover/avahi-discover.py:76
244248 msgid "<i>No service currently selected.</i>"
245249 msgstr "<i>Ниједна услуга тренутно није изабрана.</i>"
246250
247 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
248 msgid "Avahi Discovery"
249 msgstr "Авахи откривање"
250
251251 #: ../avahi-python/avahi-discover/avahi-discover.desktop.in.in.h:1
252252 msgid "Avahi Zeroconf Browser"
253 msgstr "Авахи Zeroconf претраживач"
253 msgstr "Авахијев Зероконф прегледник"
254254
255255 #: ../avahi-python/avahi-discover/avahi-discover.desktop.in.in.h:2
256256 msgid "Browse for Zeroconf services available on your network"
257 msgstr "Претражујем доступне Zeroconf услуге на вашој мрежи"
257 msgstr "Прегледам доступне Зероконф услуге на вашој мрежи"
258258
259259 #: ../avahi-python/avahi-discover/avahi-discover.py:224
260260 msgid "TXT"
261 msgstr ""
261 msgstr "ТЕКСТ"
262262
263263 #: ../avahi-python/avahi-discover/avahi-discover.py:226
264 #, fuzzy
265264 msgid "TXT Data:"
266 msgstr "TXT подаци"
265 msgstr "Текстуални подаци:"
267266
268267 #: ../avahi-python/avahi-discover/avahi-discover.py:226
269 #, fuzzy
270268 msgid "empty"
271 msgstr "Празно"
269 msgstr "празно"
272270
273271 #: ../avahi-python/avahi-discover/avahi-discover.py:228
274 #, fuzzy
275272 msgid "Service Type:"
276 msgstr "Врста услуге"
273 msgstr "Врста услуге:"
277274
278275 #: ../avahi-python/avahi-discover/avahi-discover.py:229
279 #, fuzzy
280276 msgid "Service Name:"
281 msgstr "Назив услуге"
277 msgstr "Назив услуге:"
282278
283279 #: ../avahi-python/avahi-discover/avahi-discover.py:230
284 #, fuzzy
285280 msgid "Domain Name:"
286 msgstr "Домен"
281 msgstr "Назив домена:"
287282
288283 #: ../avahi-python/avahi-discover/avahi-discover.py:231
289284 msgid "Interface:"
290 msgstr ""
285 msgstr "Уређај:"
291286
292287 #: ../avahi-python/avahi-discover/avahi-discover.py:232
293 #, fuzzy
294288 msgid "Address:"
295 msgstr "Адреса"
289 msgstr "Адреса:"
296290
297291 #: ../avahi-ui/avahi-ui.c:185
298292 msgid "Browse Service Types"
300294
301295 #: ../avahi-ui/avahi-ui.c:185
302296 msgid "A NULL terminated list of service types to browse for"
303 msgstr "Списак врста услуга за прегледање ограничен са NULL"
297 msgstr "Списак врста услуга за прегледање ограничен са „NULL“"
304298
305299 #: ../avahi-ui/avahi-ui.c:190
306300 msgid "Domain"
308302
309303 #: ../avahi-ui/avahi-ui.c:190
310304 msgid "The domain to browse in, or NULL for the default domain"
311 msgstr "Домен за прегледање, или NULL за подразумевани домен"
305 msgstr "Домен за прегледање, или „NULL“ за подразумевани домен"
312306
313307 #: ../avahi-ui/avahi-ui.c:196
314308 msgid "Service Type"
318312 msgid "The service type of the selected service"
319313 msgstr "Врста изабране услуге"
320314
321 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1023
315 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1035
322316 msgid "Service Name"
323317 msgstr "Назив услуге"
324318
332326
333327 #: ../avahi-ui/avahi-ui.c:208
334328 msgid "The address of the resolved service"
335 msgstr "Адреса разрешене услуге"
329 msgstr "Адреса решене услуге"
336330
337331 #: ../avahi-ui/avahi-ui.c:213
338332 msgid "Port"
339 msgstr "Порт"
333 msgstr "Прикључник"
340334
341335 #: ../avahi-ui/avahi-ui.c:213
342336 msgid "The IP port number of the resolved service"
343 msgstr "Број IP порта разрешене услуге"
337 msgstr "Број ИП прикључника решене услуге"
344338
345339 #: ../avahi-ui/avahi-ui.c:219
346340 msgid "Host Name"
348342
349343 #: ../avahi-ui/avahi-ui.c:219
350344 msgid "The host name of the resolved service"
351 msgstr "Назив домаћина разрешене услуге"
345 msgstr "Назив домаћина решене услуге"
352346
353347 #: ../avahi-ui/avahi-ui.c:225
354348 msgid "TXT Data"
355 msgstr "TXT подаци"
349 msgstr "Текстуални подаци"
356350
357351 #: ../avahi-ui/avahi-ui.c:225
358352 msgid "The TXT data of the resolved service"
359 msgstr "TXT подаци разрешене услуге"
353 msgstr "Текстуални подаци решене услуге"
360354
361355 #: ../avahi-ui/avahi-ui.c:230
362 #, fuzzy
363356 msgid "Resolve Service"
364 msgstr "Разреши услугу"
357 msgstr "Реши услугу"
365358
366359 #: ../avahi-ui/avahi-ui.c:230
367360 msgid "Resolve the selected service automatically before returning"
368 msgstr ""
361 msgstr "Самостално решава изабрану услугу пре повраћаја"
369362
370363 #: ../avahi-ui/avahi-ui.c:236
371 #, fuzzy
372364 msgid "Resolve Service Host Name"
373 msgstr "Разреши назив домаћина услуге"
365 msgstr "Реши назив домаћина услуге"
374366
375367 #: ../avahi-ui/avahi-ui.c:236
376368 msgid ""
377369 "Resolve the host name of the selected service automatically before returning"
378 msgstr ""
370 msgstr "Самостално решава назив домаћина изабране услуге пре повраћаја"
379371
380372 #: ../avahi-ui/avahi-ui.c:242
381373 msgid "Address family"
388380 #: ../avahi-ui/avahi-ui.c:326
389381 #, c-format
390382 msgid "Avahi client failure: %s"
391 msgstr "Квар Авахи клијента: %s"
383 msgstr "Квар Авахијевог клијента: %s"
392384
393385 #: ../avahi-ui/avahi-ui.c:388
394386 #, c-format
395387 msgid "Avahi resolver failure: %s"
396 msgstr "Квар Авахи разрешивача: %s"
388 msgstr "Квар Авахијевог решавача: %s"
397389
398390 #: ../avahi-ui/avahi-ui.c:518
399391 #, c-format
400392 msgid "Browsing for service type %s in domain %s failed: %s"
401 msgstr "Претраживање за врстом услуге %s у домену %s неуспешно: %s"
393 msgstr ""
394 "Нисам успео да потражим врсту услуге „%s“ у домену „%s“\n"
395 "%s"
402396
403397 #: ../avahi-ui/avahi-ui.c:519 ../avahi-utils/avahi-browse.c:168
404398 #: ../avahi-utils/avahi-browse.c:169 ../avahi-utils/avahi-browse.c:178
405399 #: ../avahi-utils/avahi-browse.c:179
406400 msgid "n/a"
407 msgstr "непознато"
401 msgstr "н/д"
408402
409403 #: ../avahi-ui/avahi-ui.c:649
410404 #, c-format
411405 msgid "Avahi domain browser failure: %s"
412 msgstr "Квар Авахи претраживача домена: %s"
406 msgstr "Неуспех Авахијевог прегледника домена: %s"
413407
414408 #: ../avahi-ui/avahi-ui.c:684
415409 #, c-format
416410 msgid "Failed to read Avahi domain: %s"
417 msgstr "Неуспешно читање Авахи домена: %s"
411 msgstr "Нисам успео да прочитам Авахијев домен: %s"
418412
419413 #: ../avahi-ui/avahi-ui.c:706
420414 msgid "Browse service type list is empty!"
421 msgstr "Списак врста сервиса за преглед је празан!"
415 msgstr "Списак врста услуга за преглед је празан!"
422416
423417 #: ../avahi-ui/avahi-ui.c:717
424418 #, c-format
425419 msgid "Failed to connect to Avahi server: %s"
426 msgstr "Неуспешно повезивање на Авахи сервер: %s"
420 msgstr "Нисам успео да се повежем на Авахијев сервер: %s"
427421
428422 #: ../avahi-ui/avahi-ui.c:735
429423 msgid "Browsing for services on <b>local network</b>:"
430 msgstr "Претраживање за услугом на <b>локалној мрежи</b>:"
424 msgstr "Тражим услугу на <b>месној мрежи</b>:"
431425
432426 #: ../avahi-ui/avahi-ui.c:737
433427 #, c-format
434428 msgid "Browsing for services in domain <b>%s</b>:"
435 msgstr "Претраживање за услугом у домену <b>%s</b>:"
429 msgstr "Тражим услугу у домену <b>%s</b>:"
436430
437431 #: ../avahi-ui/avahi-ui.c:773
438432 #, c-format
439433 msgid "Failed to create browser for %s: %s"
440 msgstr "Неуспешно прављење претраживача за %s: %s"
441
442 #: ../avahi-ui/avahi-ui.c:903
434 msgstr "Нисам успео да направим прегледника за „%s“: %s"
435
436 #: ../avahi-ui/avahi-ui.c:907
443437 #, c-format
444438 msgid "Failed to create resolver for %s of type %s in domain %s: %s"
445 msgstr "Неуспешно прављење разрешивача за %s врсте %s у домену %s: %s"
446
447 #: ../avahi-ui/avahi-ui.c:978
439 msgstr "Нисам успео да направим решавача за „%s“ врсте %s у домену %s: %s"
440
441 #: ../avahi-ui/avahi-ui.c:982
448442 #, c-format
449443 msgid "Failed to create domain browser: %s"
450 msgstr "Неуспешно прављење претраживача домена: %s"
451
452 #: ../avahi-ui/avahi-ui.c:989
444 msgstr "Нисам успео да направим прегледника домена: %s"
445
446 #: ../avahi-ui/avahi-ui.c:993
453447 msgid "Change domain"
454448 msgstr "Промени домен"
455449
456 #: ../avahi-ui/avahi-ui.c:1031 ../avahi-ui/avahi-ui.c:1162
450 #: ../avahi-ui/avahi-ui.c:1043 ../avahi-ui/avahi-ui.c:1180
457451 msgid "Browsing..."
458 msgstr "Претражујем..."
459
460 #: ../avahi-ui/avahi-ui.c:1120
452 msgstr "Разгледам..."
453
454 #: ../avahi-ui/avahi-ui.c:1047 ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156
455 #: ../avahi-ui/bssh.c:161
456 #, fuzzy
457 msgid "_Cancel"
458 msgstr "Отказано.\n"
459
460 #: ../avahi-ui/avahi-ui.c:1048
461 #, fuzzy
462 msgid "_OK"
463 msgstr "У реду"
464
465 #: ../avahi-ui/avahi-ui.c:1134
461466 msgid "Initializing..."
462467 msgstr "Покрећем..."
463468
464 #: ../avahi-ui/avahi-ui.c:1144
469 #: ../avahi-ui/avahi-ui.c:1162
465470 msgid "Location"
466471 msgstr "Место"
467472
468 #: ../avahi-ui/avahi-ui.c:1149 ../avahi-utils/avahi-browse.c:553
473 #: ../avahi-ui/avahi-ui.c:1167 ../avahi-utils/avahi-browse.c:553
469474 msgid "Name"
470475 msgstr "Назив"
471476
472 #: ../avahi-ui/avahi-ui.c:1154 ../avahi-utils/avahi-browse.c:553
477 #: ../avahi-ui/avahi-ui.c:1172 ../avahi-utils/avahi-browse.c:553
473478 msgid "Type"
474479 msgstr "Врста"
475480
476 #: ../avahi-ui/avahi-ui.c:1166
481 #: ../avahi-ui/avahi-ui.c:1184
477482 msgid "_Domain..."
478483 msgstr "_Домен..."
479484
488493 " -S --shell Browse both SSH and VNC\n"
489494 " -d --domain=DOMAIN The domain to browse in\n"
490495 msgstr ""
491 "%s [опције]\n"
496 "%s [могућности]\n"
492497 "\n"
493 " -h --help Прикажи ову помоћ\n"
494 " -s --ssh Претражи SSH сервере\n"
495 " -v --vnc Претражи VNC сервере\n"
496 " -S --shell Претражи и SSH и VNC\n"
497 " -d --domain=ДОМЕН Домен у коме ће се вршити претраживање\n"
498 " -h --help Приказује ову помоћ\n"
499 " -s --ssh Разгледа сервере безбедне шкољке\n"
500 " -v --vnc Разгледа ВНЦ сервере\n"
501 " -S --shell Разгледа сервере и безбедне шкољке и ВНЦ-а\n"
502 " -d --domain=ДОМЕН Домен у коме ће се вршити разгледање\n"
498503
499504 #: ../avahi-ui/bssh.c:101 ../avahi-utils/avahi-browse.c:775
500505 #, c-format
503508
504509 #: ../avahi-ui/bssh.c:149
505510 msgid "Choose Shell Server"
506 msgstr "Изаберите сервер командног окружења"
511 msgstr "Изаберите сервер шкољке"
512
513 #: ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156 ../avahi-ui/bssh.c:161
514 msgid "C_onnect"
515 msgstr ""
507516
508517 #: ../avahi-ui/bssh.c:151
509518 msgid "Desktop"
510 msgstr "Радна површина"
519 msgstr "Радна површ"
511520
512521 #: ../avahi-ui/bssh.c:152
513522 msgid "Terminal"
515524
516525 #: ../avahi-ui/bssh.c:156
517526 msgid "Choose VNC server"
518 msgstr "Изаберите VNC сервер"
527 msgstr "Изаберите ВНЦ сервер"
519528
520529 #: ../avahi-ui/bssh.c:161
521530 msgid "Choose SSH server"
522 msgstr "Изаберите SSH сервер"
531 msgstr "Изаберите сервер безбедне шкољке"
523532
524533 #: ../avahi-ui/bssh.c:185
525534 #, c-format
529538 #: ../avahi-ui/bssh.c:240
530539 #, c-format
531540 msgid "execlp() failed: %s\n"
532 msgstr "Функција execlp() неуспешна: %s\n"
541 msgstr "Није успела функција „execlp()“: %s\n"
533542
534543 #: ../avahi-ui/bssh.c:250
535544 #, c-format
538547
539548 #: ../avahi-ui/bssh.desktop.in.in.h:1
540549 msgid "Avahi SSH Server Browser"
541 msgstr "Претраживач Авахи SSH сервера"
550 msgstr "Прегледник Авахијевог сервера безбедне шкољке"
542551
543552 #: ../avahi-ui/bssh.desktop.in.in.h:2
544553 msgid "Browse for Zeroconf-enabled SSH Servers"
545 msgstr "Претражујем SSH сервере на којима је омогућен Zeroconf"
554 msgstr "Потражите сервере безбедне шкољке са укљученим Зероконфом"
546555
547556 #: ../avahi-ui/bvnc.desktop.in.in.h:1
548557 msgid "Avahi VNC Server Browser"
549 msgstr "Претраживач Авахи VNC сервера"
558 msgstr "Прегледник Авахијевог ВНЦ сервера"
550559
551560 #: ../avahi-ui/bvnc.desktop.in.in.h:2
552561 msgid "Browse for Zeroconf-enabled VNC Servers"
553 msgstr "Претражујем VNC сервере на којима је омогућен Zeroconf"
562 msgstr "Потражите ВНЦ сервере са укљученим Зероконфом"
554563
555564 #: ../avahi-utils/avahi-browse.c:107
556565 #, c-format
557566 msgid ": All for now\n"
558 msgstr ": за сада све\n"
567 msgstr ": За сада све\n"
559568
560569 #: ../avahi-utils/avahi-browse.c:118
561570 #, c-format
562571 msgid ": Cache exhausted\n"
563 msgstr ": кеш је препуњен\n"
572 msgstr ": Остава је препуњена\n"
564573
565574 #: ../avahi-utils/avahi-browse.c:239 ../avahi-utils/avahi-browse.c:261
566575 #, c-format
567576 msgid "Failed to resolve service '%s' of type '%s' in domain '%s': %s\n"
568 msgstr "Неуспешно резрешавање услуге „%s“ врсте „%s“ у домену „%s“: %s\n"
577 msgstr "Нисам успео да решим услугу „%s“ врсте „%s“ у домену „%s“: %s\n"
569578
570579 #: ../avahi-utils/avahi-browse.c:340
571580 #, c-format
572581 msgid "service_browser failed: %s\n"
573 msgstr "Неуспешна функција service_browser: %s\n"
582 msgstr "Није успела функција „service_browser“: %s\n"
574583
575584 #: ../avahi-utils/avahi-browse.c:378
576585 #, c-format
577586 msgid "avahi_service_browser_new() failed: %s\n"
578 msgstr "Неуспешна функција avahi_service_browser_new(): %s\n"
587 msgstr "Није успела функција „avahi_service_browser_new()“: %s\n"
579588
580589 #: ../avahi-utils/avahi-browse.c:414
581590 #, c-format
582591 msgid "service_type_browser failed: %s\n"
583 msgstr "Неуспешна функција service_type_browser: %s\n"
592 msgstr "Није успела функција „service_type_browser“: %s\n"
584593
585594 #: ../avahi-utils/avahi-browse.c:444
586595 #, c-format
587596 msgid "avahi_service_type_browser_new() failed: %s\n"
588 msgstr "Неуспешна функција avahi_service_type_browser_new(): %s\n"
597 msgstr "Није успела функција „avahi_service_type_browser_new()“: %s\n"
589598
590599 #: ../avahi-utils/avahi-browse.c:519
591600 #, c-format
592601 msgid "avahi_domain_browser_new() failed: %s\n"
593 msgstr "Неуспешна функција avahi_domain_browser_new(): %s\n"
602 msgstr "Није успела функција „avahi_domain_browser_new()“: %s\n"
594603
595604 #: ../avahi-utils/avahi-browse.c:535 ../avahi-utils/avahi-publish.c:394
596605 #: ../avahi-utils/avahi-resolve.c:280 ../avahi-utils/avahi-set-host-name.c:168
597606 #, c-format
598607 msgid "Failed to query version string: %s\n"
599 msgstr "Неуспешно извршавање упита за ниском верзије: %s\n"
608 msgstr "Нисам успео да пропитам ниску издања: %s\n"
600609
601610 #: ../avahi-utils/avahi-browse.c:540 ../avahi-utils/avahi-publish.c:399
602611 #: ../avahi-utils/avahi-resolve.c:285 ../avahi-utils/avahi-set-host-name.c:173
603612 #: ../avahi-utils/avahi-set-host-name.c:189
604613 #, c-format
605614 msgid "Failed to query host name: %s\n"
606 msgstr "Неуспешно извршавање упита за називом домаћина: %s\n"
615 msgstr "Нисам успео да пропитам назив домаћина: %s\n"
607616
608617 #: ../avahi-utils/avahi-browse.c:544 ../avahi-utils/avahi-publish.c:403
609618 #: ../avahi-utils/avahi-resolve.c:289 ../avahi-utils/avahi-set-host-name.c:177
610619 #, c-format
611620 msgid "Server version: %s; Host name: %s\n"
612 msgstr "Верзија сервера : %s; назив домаћина: %s\n"
621 msgstr "Издање сервера: %s; назив домаћина: %s\n"
613622
614623 #. Translators: This is a column heading with abbreviations for
615624 #. * Event (+/-), Network Interface, Protocol (IPv4/v6), Domain
616625 #: ../avahi-utils/avahi-browse.c:549
617626 #, c-format
618627 msgid "E Ifce Prot Domain\n"
619 msgstr "Д Спр Прот Домен\n"
628 msgstr "Д МСуч Прот Домен\n"
620629
621630 #. Translators: This is a column heading with abbreviations for
622631 #. * Event (+/-), Network Interface, Protocol (IPv4/v6), Domain
623632 #: ../avahi-utils/avahi-browse.c:553
624633 #, c-format
625634 msgid "E Ifce Prot %-*s %-20s Domain\n"
626 msgstr "Д Спр Прот %-*s %-20s Домен\n"
635 msgstr "Д МСуч Прот %-*s %-20s Домен\n"
627636
628637 #. We have been disconnected, so let reconnect
629638 #: ../avahi-utils/avahi-browse.c:585 ../avahi-utils/avahi-publish.c:163
630639 #, c-format
631640 msgid "Disconnected, reconnecting ...\n"
632 msgstr "Неповезан, поновно повезивање ...\n"
641 msgstr "Веза је прекинута, поново се повезујем ...\n"
633642
634643 #: ../avahi-utils/avahi-browse.c:599 ../avahi-utils/avahi-browse.c:829
635644 #: ../avahi-utils/avahi-publish.c:170 ../avahi-utils/avahi-publish.c:386
636645 #: ../avahi-utils/avahi-resolve.c:272 ../avahi-utils/avahi-set-host-name.c:160
637646 #, c-format
638647 msgid "Failed to create client object: %s\n"
639 msgstr "Неуспешно прављење објекта клијента: %s\n"
648 msgstr "Нисам успео да направим објекат клијента: %s\n"
640649
641650 #: ../avahi-utils/avahi-browse.c:604 ../avahi-utils/avahi-publish.c:175
642651 #: ../avahi-utils/avahi-resolve.c:143 ../avahi-utils/avahi-set-host-name.c:59
643652 #, c-format
644653 msgid "Client failure, exiting: %s\n"
645 msgstr "Квар клијента, излазим: %s\n"
654 msgstr "Неуспех клијента, излазим: %s\n"
646655
647656 #: ../avahi-utils/avahi-browse.c:623 ../avahi-utils/avahi-publish.c:206
648657 #, c-format
665674 " -f --no-fail Don't fail if the daemon is not available\n"
666675 " -p --parsable Output in parsable format\n"
667676 msgstr ""
668 " -h --help Прикажи ову помоћ\n"
669 " -V --version Прикажи верзију\n"
670 " -D --browse-domains Претражи домене који се могу претраживати уместо "
677 " -h --help Приказује ову помоћ\n"
678 " -V --version Приказује издање\n"
679 " -D --browse-domains Разгледа домене који се могу претраживати уместо "
671680 "услуга\n"
672 " -a --all Прикажи све услуге, без обзира на врсту\n"
681 " -a --all Приказује све услуге, без обзира на врсту\n"
673682 " -d --domain=ДОМЕН Домен за претраживање\n"
674 " -v --verbose Укључи режим опширног исписа\n"
675 " -t --terminate Прекини после избацивања више или мање завршене "
683 " -v --verbose Укључује режим опширног исписа\n"
684 " -t --terminate Прекида после избацивања више или мање завршене "
676685 "листе\n"
677 " -c --cache Прекини после избацивања свих записа из кеша\n"
678 " -l --ignore-local Игнориши локалне услуге\n"
679 " -r --resolve Разреши пронађене услуге\n"
680 " -f --no-fail Немој да откажеш ако системска услуга није "
681 "доступна\n"
682 " -p --parsable Излаз у формату који се може рашчланити\n"
686 " -c --cache Прекида после избацивања свих записа из оставе\n"
687 " -l --ignore-local Занемарује месне услуге\n"
688 " -r --resolve Решава пронађене услуге\n"
689 " -f --no-fail Не отказује ако системска услуга није доступна\n"
690 " -p --parsable Даје излаз у запису који се може обрадити\n"
683691
684692 #: ../avahi-utils/avahi-browse.c:660
685693 msgid ""
686694 " -k --no-db-lookup Don't lookup service types\n"
687695 " -b --dump-db Dump service type database\n"
688696 msgstr ""
689 " -k --no-db-lookup Немој тражити врсте услуге\n"
690 " -b --dump-db Избаци базу података врсте услуге\n"
697 " -k --no-db-lookup Не тражи врсте услуге\n"
698 " -b --dump-db Избацује базу података врсте услуге\n"
691699
692700 #: ../avahi-utils/avahi-browse.c:766 ../avahi-utils/avahi-resolve.c:219
693701 #, c-format
698706 #: ../avahi-utils/avahi-resolve.c:264 ../avahi-utils/avahi-set-host-name.c:152
699707 #, c-format
700708 msgid "Failed to create simple poll object.\n"
701 msgstr "Неуспешно прављење објекта једноставне анкете.\n"
709 msgstr "Нисам успео да направим објекат једноставне анкете.\n"
702710
703711 #: ../avahi-utils/avahi-publish.c:76
704712 #, c-format
705713 msgid "Established under name '%s'\n"
706 msgstr "Успостављено под именом „%s“\n"
714 msgstr "Успостављено под називом „%s“\n"
707715
708716 #: ../avahi-utils/avahi-publish.c:81
709717 #, c-format
710718 msgid "Failed to register: %s\n"
711 msgstr "Неуспешна регистрација: %s\n"
719 msgstr "Нисам успео да забележим: %s\n"
712720
713721 #: ../avahi-utils/avahi-publish.c:94
714722 #, c-format
718726 #: ../avahi-utils/avahi-publish.c:114
719727 #, c-format
720728 msgid "Failed to create entry group: %s\n"
721 msgstr "Неуспешно прављење записа групе: %s\n"
729 msgstr "Нисам успео да направим унос групе: %s\n"
722730
723731 #: ../avahi-utils/avahi-publish.c:124
724732 #, c-format
725733 msgid "Failed to add address: %s\n"
726 msgstr "Неуспешно додавање адресе: %s\n"
734 msgstr "Нисам успео да додам адресу: %s\n"
727735
728736 #: ../avahi-utils/avahi-publish.c:134
729737 #, c-format
730738 msgid "Failed to add service: %s\n"
731 msgstr "Неуспешно додавање услуге: %s\n"
739 msgstr "Нисам успео да додам услугу: %s\n"
732740
733741 #: ../avahi-utils/avahi-publish.c:140
734742 #, c-format
735743 msgid "Failed to add subtype '%s': %s\n"
736 msgstr "Неуспешно додавање подврсте „%s“: %s\n"
744 msgstr "Нисам успео да додам подврсту „%s“: %s\n"
737745
738746 #: ../avahi-utils/avahi-publish.c:191
739747 #, c-format
741749 msgstr "Сукоб назива домаћина\n"
742750
743751 #: ../avahi-utils/avahi-publish.c:216
744 #, fuzzy, c-format
752 #, c-format
745753 msgid ""
746754 "%s [options] %s <name> <type> <port> [<txt ...>]\n"
747755 "%s [options] %s <host-name> <address>\n"
758766 " -R --no-reverse Do not publish reverse entry with address\n"
759767 " -f --no-fail Don't fail if the daemon is not available\n"
760768 msgstr ""
761 "%s [опције] %s <назив> <врста> <порт> [<txt ...>]\n"
762 "%s [опције] %s <назив-домаћина> <адреса>\n"
769 "%s [могућности] %s <назив> <врста> <порт> [<txt ...>]\n"
770 "%s [могућности] %s <назив-домаћина> <адреса>\n"
763771 "\n"
764 " -h --help Прикажи ову помоћ\n"
765 " -V --version Прикажи верзију\n"
766 " -s --service Објави услугу\n"
767 " -a --address Објави адресу\n"
768 " -v --verbose Укључи режим опширног исписа\n"
772 " -h --help Приказује ову помоћ\n"
773 " -V --version Приказује издање\n"
774 " -s --service Објављује услугу\n"
775 " -a --address Објављује адресу\n"
776 " -v --verbose Укључује режим опширног исписа\n"
769777 " -d --domain=ДОМЕН Домен у којем ће се објавити услуге\n"
770778 " -H --host=ДОМЕН Домаћин на којем се налазе услуге\n"
771 " --subtype=ПОДВРСТА Додатна подврста са којом ће се регистровати ова "
779 " --subtype=ПОДВРСТА Додатна подврста са којом ће се забележити ова "
772780 "услуга\n"
773 " -f --no-fail Немој да откажеш ако системска услуга није "
774 "доступна\n"
781 " -R --no-reverse Не објављује обрнуте уносе са адресом\n"
782 " -f --no-fail Неће отказати ако системска услуга није доступна\n"
775783
776784 #: ../avahi-utils/avahi-publish.c:303 ../avahi-utils/avahi-publish.c:318
777785 #, c-format
781789 #: ../avahi-utils/avahi-publish.c:329
782790 #, c-format
783791 msgid "Failed to parse port number: %s\n"
784 msgstr "Неуспешно разрешавање броја прикључка: %s\n"
792 msgstr "Нисам успео да обрадим број прикључника: %s\n"
785793
786794 #: ../avahi-utils/avahi-publish.c:361 ../avahi-utils/avahi-resolve.c:246
787795 #, c-format
788796 msgid "No command specified.\n"
789 msgstr "Команда није одређена.\n"
797 msgstr "Наредба није наведена.\n"
790798
791799 #: ../avahi-utils/avahi-resolve.c:89
792800 #, c-format
793801 msgid "Failed to resolve host name '%s': %s\n"
794 msgstr "Неуспешно разрешавање назива домаћина „%s“: %s\n"
802 msgstr "Нисам успео да обрадим назив домаћина „%s“: %s\n"
795803
796804 #: ../avahi-utils/avahi-resolve.c:126
797805 #, c-format
798806 msgid "Failed to resolve address '%s': %s\n"
799 msgstr "Неуспешно разрешавање адресе „%s“: %s\n"
807 msgstr "Нисам успео да обрадим адресу „%s“: %s\n"
800808
801809 #: ../avahi-utils/avahi-resolve.c:157
802810 #, c-format
812820 " -6 Lookup IPv6 address\n"
813821 " -4 Lookup IPv4 address\n"
814822 msgstr ""
815 "%s [опције] %s <назив домаћина ...>\n"
816 "%s [опције] %s <адреса ... >\n"
823 "%s [могућности] %s <назив домаћина ...>\n"
824 "%s [могућности] %s <адреса ... >\n"
817825 "\n"
818 " -h --help Прикажи ову помоћ\n"
819 " -V --version Прикажи верзију\n"
820 " -n --name Разреши назив домаћина\n"
821 " -a --address Разреши адресу\n"
822 " -v --verbose Укључи режим опширног исписа\n"
823 " -6 Тражи IPv6 адресу\n"
824 " -4 Тражи IPv4 адресу\n"
826 " -h --help Приказује ову помоћ\n"
827 " -V --version Приказује издање\n"
828 " -n --name Решава назив домаћина\n"
829 " -a --address Решава адресу\n"
830 " -v --verbose Укључује режим опширног исписа\n"
831 " -6 Тражи ИПв6 адресу\n"
832 " -4 Тражи ИПв4 адресу\n"
825833
826834 #: ../avahi-utils/avahi-resolve.c:299 ../avahi-utils/avahi-set-host-name.c:181
827835 #, c-format
828836 msgid "Failed to create host name resolver: %s\n"
829 msgstr "Неуспешно прављење разрешивача назива домаћина: %s\n"
837 msgstr "Нисам успео да направим решавача назива домаћина: %s\n"
830838
831839 #: ../avahi-utils/avahi-resolve.c:309
832840 #, c-format
833841 msgid "Failed to parse address '%s'\n"
834 msgstr "Неуспешно рашчлањивање адресе „%s“\n"
842 msgstr "Нисам успео да обрадим адресу „%s“\n"
835843
836844 #: ../avahi-utils/avahi-resolve.c:314
837845 #, c-format
838846 msgid "Failed to create address resolver: %s\n"
839 msgstr "Неуспешно прављење разрешивача адресе: %s\n"
847 msgstr "Нисам успео да направим решавача адресе: %s\n"
840848
841849 #: ../avahi-utils/avahi-set-host-name.c:73
842850 #, c-format
847855 " -V --version Show version\n"
848856 " -v --verbose Enable verbose mode\n"
849857 msgstr ""
850 "%s [опције] <нови назив домаћина>\n"
858 "%s [могућности] <нови назив домаћина>\n"
851859 "\n"
852 " -h --help Прикажи ову помоћ\n"
853 " -V --version Прикажи верзију\n"
854 " -v --verbose Укључи режим опширног исписа\n"
860 " -h --help Приказује ову помоћ\n"
861 " -V --version Приказује издање\n"
862 " -v --verbose Укључује режим опширног исписа\n"
855863
856864 #: ../avahi-utils/avahi-set-host-name.c:114
857865 #, c-format
861869 #: ../avahi-utils/avahi-set-host-name.c:193
862870 #, c-format
863871 msgid "Host name successfully changed to %s\n"
864 msgstr "Назив домаћина успешно промењен у %s\n"
872 msgstr "Назив домаћина је успешно промењен у „%s“\n"
0 # Serbian(Latin) translations for avahi
1 # Copyright (C) 2006 Red Hat, Inc.
2 # This file is distributed under the same license as the avahi package.
3 # Nikola Pajtić <salgeras@gmail.com>, 2008.
4 # Milos Mijatovic <mijatix@gmail.com>, 2008.
5 # Miloš Komarčević <kmilos@gmail.com>, 2009.
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
63 #
4 # Translators:
5 # Мирослав Николић <miroslavnikolic@rocketmail.com>, 2013
76 msgid ""
87 msgstr ""
9 "Project-Id-Version: avahi\n"
8 "Project-Id-Version: Avahi\n"
109 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2011-04-02 03:23+0200\n"
12 "PO-Revision-Date: 2009-03-21 15:58+0100\n"
13 "Last-Translator: Miloš Komarčević <kmilos@gmail.com>\n"
14 "Language-Team: Serbian (sr) <fedora-trans-sr@redhat.com>\n"
15 "Language: \n"
10 "POT-Creation-Date: 2015-10-10 13:24+0200\n"
11 "PO-Revision-Date: 2013-11-20 09:58+0000\n"
12 "Last-Translator: Мирослав Николић <miroslavnikolic@rocketmail.com>\n"
13 "Language-Team: Serbian (Latin) (http://www.transifex.com/lennart/avahi/"
14 "language/sr@latin/)\n"
15 "Language: sr@latin\n"
1616 "MIME-Version: 1.0\n"
1717 "Content-Type: text/plain; charset=UTF-8\n"
1818 "Content-Transfer-Encoding: 8bit\n"
2525
2626 #: ../avahi-common/error.c:31
2727 msgid "Operation failed"
28 msgstr "Operacija neuspešna"
28 msgstr "Operacija nije uspela"
2929
3030 #: ../avahi-common/error.c:32
3131 msgid "Bad state"
4949
5050 #: ../avahi-common/error.c:37
5151 msgid "Resource record key is pattern"
52 msgstr "Ključ zapisa resursa je šablon"
52 msgstr "Ključ zapisa izvorišta je šablon"
5353
5454 #: ../avahi-common/error.c:38
5555 msgid "Local name collision"
56 msgstr "Sukob lokalnih naziva"
56 msgstr "Sukob mesnih naziva"
5757
5858 #: ../avahi-common/error.c:39
5959 msgid "Invalid record"
6969
7070 #: ../avahi-common/error.c:43
7171 msgid "Invalid port number"
72 msgstr "Neispravan broj priključka"
72 msgstr "Neispravan broj priključnika"
7373
7474 #: ../avahi-common/error.c:44
7575 msgid "Invalid record key"
7777
7878 #: ../avahi-common/error.c:45
7979 msgid "Invalid address"
80 msgstr "Netačna adresa"
80 msgstr "Neispravna adresa"
8181
8282 #: ../avahi-common/error.c:46
8383 msgid "Timeout reached"
84 msgstr "Pauza je dostignuta"
84 msgstr "Vreme je isteklo"
8585
8686 #: ../avahi-common/error.c:47
8787 msgid "Too many clients"
9393
9494 #: ../avahi-common/error.c:49
9595 msgid "Too many entries"
96 msgstr "Previše zapisa"
96 msgstr "Previše unosa"
9797
9898 #: ../avahi-common/error.c:50
9999 msgid "OS Error"
101101
102102 #: ../avahi-common/error.c:52
103103 msgid "Access denied"
104 msgstr "Zabranjen pristup"
104 msgstr "Pristup je zabranjen"
105105
106106 #: ../avahi-common/error.c:53
107107 msgid "Invalid operation"
108 msgstr "Netačna operacija"
108 msgstr "Neispravna radnja"
109109
110110 #: ../avahi-common/error.c:54
111111 msgid "An unexpected D-Bus error occurred"
112 msgstr "Desila se neočekivana greška u D-Bus softveru"
112 msgstr "Došlo je do neočekivane greške D-sabirnice"
113113
114114 #: ../avahi-common/error.c:55
115115 msgid "Daemon connection failed"
116 msgstr "Povezivanje sistemske usluge neuspešno"
116 msgstr "Nije uspelo povezivanje sistemske usluge"
117117
118118 #: ../avahi-common/error.c:56
119119 msgid "Memory exhausted"
120 msgstr "Memorija prepunjena"
120 msgstr "Memorija je istrošena"
121121
122122 #: ../avahi-common/error.c:57
123123 msgid "The object passed in was not valid"
124 msgstr "Prenos objekta nije bio ispravan"
124 msgstr "Prosleđeni objekat nije bio ispravan"
125125
126126 #: ../avahi-common/error.c:58
127127 msgid "Daemon not running"
128 msgstr "Sistemska usluga se ne pokreće"
128 msgstr "Sistemska usluga nije pokrenuta"
129129
130130 #: ../avahi-common/error.c:59
131131 msgid "Invalid interface index"
132 msgstr "Neispravan indeks sprege"
132 msgstr "Neispravan registar uređaja"
133133
134134 #: ../avahi-common/error.c:60
135135 msgid "Invalid protocol specification"
136 msgstr "Neispravna specifikacija protokola"
136 msgstr "Neispravna odredba protokola"
137137
138138 #: ../avahi-common/error.c:61
139139 msgid "Invalid flags"
140 msgstr "Neispravni indikatori"
140 msgstr "Neispravne opcije"
141141
142142 #: ../avahi-common/error.c:63
143143 msgid "Not found"
144 msgstr "Nije pronađeno"
144 msgstr "Nisam našao"
145145
146146 #: ../avahi-common/error.c:64
147147 msgid "Invalid configuration"
149149
150150 #: ../avahi-common/error.c:65
151151 msgid "Version mismatch"
152 msgstr "Neslaganje verzije"
152 msgstr "Neslaganje izdanja"
153153
154154 #: ../avahi-common/error.c:66
155155 msgid "Invalid service subtype"
156 msgstr "Neispravna podvrsta usluga"
156 msgstr "Neispravna podvrsta usluge"
157157
158158 #: ../avahi-common/error.c:67
159159 msgid "Invalid packet"
161161
162162 #: ../avahi-common/error.c:68
163163 msgid "Invalid DNS return code"
164 msgstr "Neispravan povratni kod DNS usluge"
164 msgstr "Neispravan povratni kod DNS-a"
165165
166166 #: ../avahi-common/error.c:69
167167 msgid "DNS failure: FORMERR"
168 msgstr "DNS kvar: FORMERR"
168 msgstr "Neuspeh DNS-a: FORMERR"
169169
170170 #: ../avahi-common/error.c:70
171171 msgid "DNS failure: SERVFAIL"
172 msgstr "DNS kvar: SERVFAIL"
172 msgstr "Neuspeh DNS-a: SERVFAIL"
173173
174174 #: ../avahi-common/error.c:71
175175 msgid "DNS failure: NXDOMAIN"
176 msgstr "DNS kvar: NXDOMAIN"
176 msgstr "Neuspeh DNS-a: NXDOMAIN"
177177
178178 #: ../avahi-common/error.c:72
179179 msgid "DNS failure: NOTIMP"
180 msgstr "DNS kvar: NOTIMP"
180 msgstr "Neuspeh DNS-a: NOTIMP"
181181
182182 #: ../avahi-common/error.c:74
183183 msgid "DNS failure: REFUSED"
184 msgstr "DNS kvar: REFUSED"
184 msgstr "Neuspeh DNS-a: REFUSED"
185185
186186 #: ../avahi-common/error.c:75
187187 msgid "DNS failure: YXDOMAIN"
188 msgstr "DNS kvar: YXDOMAIN"
188 msgstr "Neuspeh DNS-a: YXDOMAIN"
189189
190190 #: ../avahi-common/error.c:76
191191 msgid "DNS failure: YXRRSET"
192 msgstr "DNS kvar: YXRRSET"
192 msgstr "Neuspeh DNS-a: YXRRSET"
193193
194194 #: ../avahi-common/error.c:77
195195 msgid "DNS failure: NXRRSET"
196 msgstr "DNS kvar: NXRRSET"
196 msgstr "Neuspeh DNS-a: NXRRSET"
197197
198198 #: ../avahi-common/error.c:78
199199 msgid "DNS failure: NOTAUTH"
200 msgstr "DNS kvar: NOTAUTH"
200 msgstr "Neuspeh DNS-a: NOTAUTH"
201201
202202 #: ../avahi-common/error.c:79
203203 msgid "DNS failure: NOTZONE"
204 msgstr "DNS kvar: NOTZONE"
204 msgstr "Neuspeh DNS-a: NOTZONE"
205205
206206 #: ../avahi-common/error.c:80
207207 msgid "Invalid RDATA"
208 msgstr "Neispravna RDATA vrsta podataka"
208 msgstr "Neispravni su RPODACI"
209209
210210 #: ../avahi-common/error.c:81
211211 msgid "Invalid DNS type"
212 msgstr "Neispravna vrsta DNS usluge"
212 msgstr "Neispravna vrsta DNS-a"
213213
214214 #: ../avahi-common/error.c:82
215215 msgid "Invalid DNS class"
216 msgstr "Neispravna klasa DNS usluge"
216 msgstr "Neispravan razred DNS-a"
217217
218218 #: ../avahi-common/error.c:83
219219 msgid "Not supported"
233233
234234 #: ../avahi-common/error.c:88
235235 msgid "The requested operation is invalid because redundant"
236 msgstr "Tražena operacija je neispravna jer je redundantna"
236 msgstr "Tražena radnja je neispravna jer je suvišna"
237237
238238 #: ../avahi-common/error.c:94
239239 msgid "Invalid Error Code"
240240 msgstr "Neispravan kod greške"
241241
242242 #: ../avahi-discover-standalone/avahi-discover.ui.h:1
243 msgid "Avahi Discovery"
244 msgstr "Avahijevo otkrivanje"
245
246 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
243247 #: ../avahi-python/avahi-discover/avahi-discover.py:76
244248 msgid "<i>No service currently selected.</i>"
245249 msgstr "<i>Nijedna usluga trenutno nije izabrana.</i>"
246250
247 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
248 msgid "Avahi Discovery"
249 msgstr "Avahi otkrivanje"
250
251251 #: ../avahi-python/avahi-discover/avahi-discover.desktop.in.in.h:1
252252 msgid "Avahi Zeroconf Browser"
253 msgstr "Avahi Zeroconf pretraživač"
253 msgstr "Avahijev Zerokonf preglednik"
254254
255255 #: ../avahi-python/avahi-discover/avahi-discover.desktop.in.in.h:2
256256 msgid "Browse for Zeroconf services available on your network"
257 msgstr "Pretražujem dostupne Zeroconf usluge na vašoj mreži"
257 msgstr "Pregledam dostupne Zerokonf usluge na vašoj mreži"
258258
259259 #: ../avahi-python/avahi-discover/avahi-discover.py:224
260260 msgid "TXT"
261 msgstr ""
261 msgstr "TEKST"
262262
263263 #: ../avahi-python/avahi-discover/avahi-discover.py:226
264 #, fuzzy
265264 msgid "TXT Data:"
266 msgstr "TXT podaci"
265 msgstr "Tekstualni podaci:"
267266
268267 #: ../avahi-python/avahi-discover/avahi-discover.py:226
269 #, fuzzy
270268 msgid "empty"
271 msgstr "Prazno"
269 msgstr "prazno"
272270
273271 #: ../avahi-python/avahi-discover/avahi-discover.py:228
274 #, fuzzy
275272 msgid "Service Type:"
276 msgstr "Vrsta usluge"
273 msgstr "Vrsta usluge:"
277274
278275 #: ../avahi-python/avahi-discover/avahi-discover.py:229
279 #, fuzzy
280276 msgid "Service Name:"
281 msgstr "Naziv usluge"
277 msgstr "Naziv usluge:"
282278
283279 #: ../avahi-python/avahi-discover/avahi-discover.py:230
284 #, fuzzy
285280 msgid "Domain Name:"
286 msgstr "Domen"
281 msgstr "Naziv domena:"
287282
288283 #: ../avahi-python/avahi-discover/avahi-discover.py:231
289284 msgid "Interface:"
290 msgstr ""
285 msgstr "Uređaj:"
291286
292287 #: ../avahi-python/avahi-discover/avahi-discover.py:232
293 #, fuzzy
294288 msgid "Address:"
295 msgstr "Adresa"
289 msgstr "Adresa:"
296290
297291 #: ../avahi-ui/avahi-ui.c:185
298292 msgid "Browse Service Types"
300294
301295 #: ../avahi-ui/avahi-ui.c:185
302296 msgid "A NULL terminated list of service types to browse for"
303 msgstr "Spisak vrsta usluga za pregledanje ograničen sa NULL"
297 msgstr "Spisak vrsta usluga za pregledanje ograničen sa „NULL“"
304298
305299 #: ../avahi-ui/avahi-ui.c:190
306300 msgid "Domain"
308302
309303 #: ../avahi-ui/avahi-ui.c:190
310304 msgid "The domain to browse in, or NULL for the default domain"
311 msgstr "Domen za pregledanje, ili NULL za podrazumevani domen"
305 msgstr "Domen za pregledanje, ili „NULL“ za podrazumevani domen"
312306
313307 #: ../avahi-ui/avahi-ui.c:196
314308 msgid "Service Type"
318312 msgid "The service type of the selected service"
319313 msgstr "Vrsta izabrane usluge"
320314
321 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1023
315 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1035
322316 msgid "Service Name"
323317 msgstr "Naziv usluge"
324318
332326
333327 #: ../avahi-ui/avahi-ui.c:208
334328 msgid "The address of the resolved service"
335 msgstr "Adresa razrešene usluge"
329 msgstr "Adresa rešene usluge"
336330
337331 #: ../avahi-ui/avahi-ui.c:213
338332 msgid "Port"
339 msgstr "Port"
333 msgstr "Priključnik"
340334
341335 #: ../avahi-ui/avahi-ui.c:213
342336 msgid "The IP port number of the resolved service"
343 msgstr "Broj IP porta razrešene usluge"
337 msgstr "Broj IP priključnika rešene usluge"
344338
345339 #: ../avahi-ui/avahi-ui.c:219
346340 msgid "Host Name"
348342
349343 #: ../avahi-ui/avahi-ui.c:219
350344 msgid "The host name of the resolved service"
351 msgstr "Naziv domaćina razrešene usluge"
345 msgstr "Naziv domaćina rešene usluge"
352346
353347 #: ../avahi-ui/avahi-ui.c:225
354348 msgid "TXT Data"
355 msgstr "TXT podaci"
349 msgstr "Tekstualni podaci"
356350
357351 #: ../avahi-ui/avahi-ui.c:225
358352 msgid "The TXT data of the resolved service"
359 msgstr "TXT podaci razrešene usluge"
353 msgstr "Tekstualni podaci rešene usluge"
360354
361355 #: ../avahi-ui/avahi-ui.c:230
362 #, fuzzy
363356 msgid "Resolve Service"
364 msgstr "Razreši uslugu"
357 msgstr "Reši uslugu"
365358
366359 #: ../avahi-ui/avahi-ui.c:230
367360 msgid "Resolve the selected service automatically before returning"
368 msgstr ""
361 msgstr "Samostalno rešava izabranu uslugu pre povraćaja"
369362
370363 #: ../avahi-ui/avahi-ui.c:236
371 #, fuzzy
372364 msgid "Resolve Service Host Name"
373 msgstr "Razreši naziv domaćina usluge"
365 msgstr "Reši naziv domaćina usluge"
374366
375367 #: ../avahi-ui/avahi-ui.c:236
376368 msgid ""
377369 "Resolve the host name of the selected service automatically before returning"
378 msgstr ""
370 msgstr "Samostalno rešava naziv domaćina izabrane usluge pre povraćaja"
379371
380372 #: ../avahi-ui/avahi-ui.c:242
381373 msgid "Address family"
388380 #: ../avahi-ui/avahi-ui.c:326
389381 #, c-format
390382 msgid "Avahi client failure: %s"
391 msgstr "Kvar Avahi klijenta: %s"
383 msgstr "Kvar Avahijevog klijenta: %s"
392384
393385 #: ../avahi-ui/avahi-ui.c:388
394386 #, c-format
395387 msgid "Avahi resolver failure: %s"
396 msgstr "Kvar Avahi razrešivača: %s"
388 msgstr "Kvar Avahijevog rešavača: %s"
397389
398390 #: ../avahi-ui/avahi-ui.c:518
399391 #, c-format
400392 msgid "Browsing for service type %s in domain %s failed: %s"
401 msgstr "Pretraživanje za vrstom usluge %s u domenu %s neuspešno: %s"
393 msgstr ""
394 "Nisam uspeo da potražim vrstu usluge „%s“ u domenu „%s“\n"
395 "%s"
402396
403397 #: ../avahi-ui/avahi-ui.c:519 ../avahi-utils/avahi-browse.c:168
404398 #: ../avahi-utils/avahi-browse.c:169 ../avahi-utils/avahi-browse.c:178
405399 #: ../avahi-utils/avahi-browse.c:179
406400 msgid "n/a"
407 msgstr "nepoznato"
401 msgstr "n/d"
408402
409403 #: ../avahi-ui/avahi-ui.c:649
410404 #, c-format
411405 msgid "Avahi domain browser failure: %s"
412 msgstr "Kvar Avahi pretraživača domena: %s"
406 msgstr "Neuspeh Avahijevog preglednika domena: %s"
413407
414408 #: ../avahi-ui/avahi-ui.c:684
415409 #, c-format
416410 msgid "Failed to read Avahi domain: %s"
417 msgstr "Neuspešno čitanje Avahi domena: %s"
411 msgstr "Nisam uspeo da pročitam Avahijev domen: %s"
418412
419413 #: ../avahi-ui/avahi-ui.c:706
420414 msgid "Browse service type list is empty!"
421 msgstr "Spisak vrsta servisa za pregled je prazan!"
415 msgstr "Spisak vrsta usluga za pregled je prazan!"
422416
423417 #: ../avahi-ui/avahi-ui.c:717
424418 #, c-format
425419 msgid "Failed to connect to Avahi server: %s"
426 msgstr "Neuspešno povezivanje na Avahi server: %s"
420 msgstr "Nisam uspeo da se povežem na Avahijev server: %s"
427421
428422 #: ../avahi-ui/avahi-ui.c:735
429423 msgid "Browsing for services on <b>local network</b>:"
430 msgstr "Pretraživanje za uslugom na <b>lokalnoj mreži</b>:"
424 msgstr "Tražim uslugu na <b>mesnoj mreži</b>:"
431425
432426 #: ../avahi-ui/avahi-ui.c:737
433427 #, c-format
434428 msgid "Browsing for services in domain <b>%s</b>:"
435 msgstr "Pretraživanje za uslugom u domenu <b>%s</b>:"
429 msgstr "Tražim uslugu u domenu <b>%s</b>:"
436430
437431 #: ../avahi-ui/avahi-ui.c:773
438432 #, c-format
439433 msgid "Failed to create browser for %s: %s"
440 msgstr "Neuspešno pravljenje pretraživača za %s: %s"
441
442 #: ../avahi-ui/avahi-ui.c:903
434 msgstr "Nisam uspeo da napravim preglednika za „%s“: %s"
435
436 #: ../avahi-ui/avahi-ui.c:907
443437 #, c-format
444438 msgid "Failed to create resolver for %s of type %s in domain %s: %s"
445 msgstr "Neuspešno pravljenje razrešivača za %s vrste %s u domenu %s: %s"
446
447 #: ../avahi-ui/avahi-ui.c:978
439 msgstr "Nisam uspeo da napravim rešavača za „%s“ vrste %s u domenu %s: %s"
440
441 #: ../avahi-ui/avahi-ui.c:982
448442 #, c-format
449443 msgid "Failed to create domain browser: %s"
450 msgstr "Neuspešno pravljenje pretraživača domena: %s"
451
452 #: ../avahi-ui/avahi-ui.c:989
444 msgstr "Nisam uspeo da napravim preglednika domena: %s"
445
446 #: ../avahi-ui/avahi-ui.c:993
453447 msgid "Change domain"
454448 msgstr "Promeni domen"
455449
456 #: ../avahi-ui/avahi-ui.c:1031 ../avahi-ui/avahi-ui.c:1162
450 #: ../avahi-ui/avahi-ui.c:1043 ../avahi-ui/avahi-ui.c:1180
457451 msgid "Browsing..."
458 msgstr "Pretražujem..."
459
460 #: ../avahi-ui/avahi-ui.c:1120
452 msgstr "Razgledam..."
453
454 #: ../avahi-ui/avahi-ui.c:1047 ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156
455 #: ../avahi-ui/bssh.c:161
456 #, fuzzy
457 msgid "_Cancel"
458 msgstr "Otkazano.\n"
459
460 #: ../avahi-ui/avahi-ui.c:1048
461 #, fuzzy
462 msgid "_OK"
463 msgstr "U redu"
464
465 #: ../avahi-ui/avahi-ui.c:1134
461466 msgid "Initializing..."
462467 msgstr "Pokrećem..."
463468
464 #: ../avahi-ui/avahi-ui.c:1144
469 #: ../avahi-ui/avahi-ui.c:1162
465470 msgid "Location"
466471 msgstr "Mesto"
467472
468 #: ../avahi-ui/avahi-ui.c:1149 ../avahi-utils/avahi-browse.c:553
473 #: ../avahi-ui/avahi-ui.c:1167 ../avahi-utils/avahi-browse.c:553
469474 msgid "Name"
470475 msgstr "Naziv"
471476
472 #: ../avahi-ui/avahi-ui.c:1154 ../avahi-utils/avahi-browse.c:553
477 #: ../avahi-ui/avahi-ui.c:1172 ../avahi-utils/avahi-browse.c:553
473478 msgid "Type"
474479 msgstr "Vrsta"
475480
476 #: ../avahi-ui/avahi-ui.c:1166
481 #: ../avahi-ui/avahi-ui.c:1184
477482 msgid "_Domain..."
478483 msgstr "_Domen..."
479484
488493 " -S --shell Browse both SSH and VNC\n"
489494 " -d --domain=DOMAIN The domain to browse in\n"
490495 msgstr ""
491 "%s [opcije]\n"
496 "%s [mogućnosti]\n"
492497 "\n"
493 " -h --help Prikaži ovu pomoć\n"
494 " -s --ssh Pretraži SSH servere\n"
495 " -v --vnc Pretraži VNC servere\n"
496 " -S --shell Pretraži i SSH i VNC\n"
497 " -d --domain=DOMEN Domen u kome će se vršiti pretraživanje\n"
498 " -h --help Prikazuje ovu pomoć\n"
499 " -s --ssh Razgleda servere bezbedne školjke\n"
500 " -v --vnc Razgleda VNC servere\n"
501 " -S --shell Razgleda servere i bezbedne školjke i VNC-a\n"
502 " -d --domain=DOMEN Domen u kome će se vršiti razgledanje\n"
498503
499504 #: ../avahi-ui/bssh.c:101 ../avahi-utils/avahi-browse.c:775
500505 #, c-format
503508
504509 #: ../avahi-ui/bssh.c:149
505510 msgid "Choose Shell Server"
506 msgstr "Izaberite server komandnog okruženja"
511 msgstr "Izaberite server školjke"
512
513 #: ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156 ../avahi-ui/bssh.c:161
514 msgid "C_onnect"
515 msgstr ""
507516
508517 #: ../avahi-ui/bssh.c:151
509518 msgid "Desktop"
510 msgstr "Radna površina"
519 msgstr "Radna površ"
511520
512521 #: ../avahi-ui/bssh.c:152
513522 msgid "Terminal"
519528
520529 #: ../avahi-ui/bssh.c:161
521530 msgid "Choose SSH server"
522 msgstr "Izaberite SSH server"
531 msgstr "Izaberite server bezbedne školjke"
523532
524533 #: ../avahi-ui/bssh.c:185
525534 #, c-format
529538 #: ../avahi-ui/bssh.c:240
530539 #, c-format
531540 msgid "execlp() failed: %s\n"
532 msgstr "Funkcija execlp() neuspešna: %s\n"
541 msgstr "Nije uspela funkcija „execlp()“: %s\n"
533542
534543 #: ../avahi-ui/bssh.c:250
535544 #, c-format
538547
539548 #: ../avahi-ui/bssh.desktop.in.in.h:1
540549 msgid "Avahi SSH Server Browser"
541 msgstr "Pretraživač Avahi SSH servera"
550 msgstr "Preglednik Avahijevog servera bezbedne školjke"
542551
543552 #: ../avahi-ui/bssh.desktop.in.in.h:2
544553 msgid "Browse for Zeroconf-enabled SSH Servers"
545 msgstr "Pretražujem SSH servere na kojima je omogućen Zeroconf"
554 msgstr "Potražite servere bezbedne školjke sa uključenim Zerokonfom"
546555
547556 #: ../avahi-ui/bvnc.desktop.in.in.h:1
548557 msgid "Avahi VNC Server Browser"
549 msgstr "Pretraživač Avahi VNC servera"
558 msgstr "Preglednik Avahijevog VNC servera"
550559
551560 #: ../avahi-ui/bvnc.desktop.in.in.h:2
552561 msgid "Browse for Zeroconf-enabled VNC Servers"
553 msgstr "Pretražujem VNC servere na kojima je omogućen Zeroconf"
562 msgstr "Potražite VNC servere sa uključenim Zerokonfom"
554563
555564 #: ../avahi-utils/avahi-browse.c:107
556565 #, c-format
557566 msgid ": All for now\n"
558 msgstr ": za sada sve\n"
567 msgstr ": Za sada sve\n"
559568
560569 #: ../avahi-utils/avahi-browse.c:118
561570 #, c-format
562571 msgid ": Cache exhausted\n"
563 msgstr ": keš je prepunjen\n"
572 msgstr ": Ostava je prepunjena\n"
564573
565574 #: ../avahi-utils/avahi-browse.c:239 ../avahi-utils/avahi-browse.c:261
566575 #, c-format
567576 msgid "Failed to resolve service '%s' of type '%s' in domain '%s': %s\n"
568 msgstr "Neuspešno rezrešavanje usluge „%s“ vrste „%s“ u domenu „%s“: %s\n"
577 msgstr "Nisam uspeo da rešim uslugu „%s“ vrste „%s“ u domenu „%s“: %s\n"
569578
570579 #: ../avahi-utils/avahi-browse.c:340
571580 #, c-format
572581 msgid "service_browser failed: %s\n"
573 msgstr "Neuspešna funkcija service_browser: %s\n"
582 msgstr "Nije uspela funkcija „service_browser“: %s\n"
574583
575584 #: ../avahi-utils/avahi-browse.c:378
576585 #, c-format
577586 msgid "avahi_service_browser_new() failed: %s\n"
578 msgstr "Neuspešna funkcija avahi_service_browser_new(): %s\n"
587 msgstr "Nije uspela funkcija „avahi_service_browser_new()“: %s\n"
579588
580589 #: ../avahi-utils/avahi-browse.c:414
581590 #, c-format
582591 msgid "service_type_browser failed: %s\n"
583 msgstr "Neuspešna funkcija service_type_browser: %s\n"
592 msgstr "Nije uspela funkcija „service_type_browser“: %s\n"
584593
585594 #: ../avahi-utils/avahi-browse.c:444
586595 #, c-format
587596 msgid "avahi_service_type_browser_new() failed: %s\n"
588 msgstr "Neuspešna funkcija avahi_service_type_browser_new(): %s\n"
597 msgstr "Nije uspela funkcija „avahi_service_type_browser_new()“: %s\n"
589598
590599 #: ../avahi-utils/avahi-browse.c:519
591600 #, c-format
592601 msgid "avahi_domain_browser_new() failed: %s\n"
593 msgstr "Neuspešna funkcija avahi_domain_browser_new(): %s\n"
602 msgstr "Nije uspela funkcija „avahi_domain_browser_new()“: %s\n"
594603
595604 #: ../avahi-utils/avahi-browse.c:535 ../avahi-utils/avahi-publish.c:394
596605 #: ../avahi-utils/avahi-resolve.c:280 ../avahi-utils/avahi-set-host-name.c:168
597606 #, c-format
598607 msgid "Failed to query version string: %s\n"
599 msgstr "Neuspešno izvršavanje upita za niskom verzije: %s\n"
608 msgstr "Nisam uspeo da propitam nisku izdanja: %s\n"
600609
601610 #: ../avahi-utils/avahi-browse.c:540 ../avahi-utils/avahi-publish.c:399
602611 #: ../avahi-utils/avahi-resolve.c:285 ../avahi-utils/avahi-set-host-name.c:173
603612 #: ../avahi-utils/avahi-set-host-name.c:189
604613 #, c-format
605614 msgid "Failed to query host name: %s\n"
606 msgstr "Neuspešno izvršavanje upita za nazivom domaćina: %s\n"
615 msgstr "Nisam uspeo da propitam naziv domaćina: %s\n"
607616
608617 #: ../avahi-utils/avahi-browse.c:544 ../avahi-utils/avahi-publish.c:403
609618 #: ../avahi-utils/avahi-resolve.c:289 ../avahi-utils/avahi-set-host-name.c:177
610619 #, c-format
611620 msgid "Server version: %s; Host name: %s\n"
612 msgstr "Verzija servera : %s; naziv domaćina: %s\n"
621 msgstr "Izdanje servera: %s; naziv domaćina: %s\n"
613622
614623 #. Translators: This is a column heading with abbreviations for
615624 #. * Event (+/-), Network Interface, Protocol (IPv4/v6), Domain
616625 #: ../avahi-utils/avahi-browse.c:549
617626 #, c-format
618627 msgid "E Ifce Prot Domain\n"
619 msgstr "D Spr Prot Domen\n"
628 msgstr "D MSuč Prot Domen\n"
620629
621630 #. Translators: This is a column heading with abbreviations for
622631 #. * Event (+/-), Network Interface, Protocol (IPv4/v6), Domain
623632 #: ../avahi-utils/avahi-browse.c:553
624633 #, c-format
625634 msgid "E Ifce Prot %-*s %-20s Domain\n"
626 msgstr "D Spr Prot %-*s %-20s Domen\n"
635 msgstr "D MSuč Prot %-*s %-20s Domen\n"
627636
628637 #. We have been disconnected, so let reconnect
629638 #: ../avahi-utils/avahi-browse.c:585 ../avahi-utils/avahi-publish.c:163
630639 #, c-format
631640 msgid "Disconnected, reconnecting ...\n"
632 msgstr "Nepovezan, ponovno povezivanje ...\n"
641 msgstr "Veza je prekinuta, ponovo se povezujem ...\n"
633642
634643 #: ../avahi-utils/avahi-browse.c:599 ../avahi-utils/avahi-browse.c:829
635644 #: ../avahi-utils/avahi-publish.c:170 ../avahi-utils/avahi-publish.c:386
636645 #: ../avahi-utils/avahi-resolve.c:272 ../avahi-utils/avahi-set-host-name.c:160
637646 #, c-format
638647 msgid "Failed to create client object: %s\n"
639 msgstr "Neuspešno pravljenje objekta klijenta: %s\n"
648 msgstr "Nisam uspeo da napravim objekat klijenta: %s\n"
640649
641650 #: ../avahi-utils/avahi-browse.c:604 ../avahi-utils/avahi-publish.c:175
642651 #: ../avahi-utils/avahi-resolve.c:143 ../avahi-utils/avahi-set-host-name.c:59
643652 #, c-format
644653 msgid "Client failure, exiting: %s\n"
645 msgstr "Kvar klijenta, izlazim: %s\n"
654 msgstr "Neuspeh klijenta, izlazim: %s\n"
646655
647656 #: ../avahi-utils/avahi-browse.c:623 ../avahi-utils/avahi-publish.c:206
648657 #, c-format
665674 " -f --no-fail Don't fail if the daemon is not available\n"
666675 " -p --parsable Output in parsable format\n"
667676 msgstr ""
668 " -h --help Prikaži ovu pomoć\n"
669 " -V --version Prikaži verziju\n"
670 " -D --browse-domains Pretraži domene koji se mogu pretraživati umesto "
677 " -h --help Prikazuje ovu pomoć\n"
678 " -V --version Prikazuje izdanje\n"
679 " -D --browse-domains Razgleda domene koji se mogu pretraživati umesto "
671680 "usluga\n"
672 " -a --all Prikaži sve usluge, bez obzira na vrstu\n"
681 " -a --all Prikazuje sve usluge, bez obzira na vrstu\n"
673682 " -d --domain=DOMEN Domen za pretraživanje\n"
674 " -v --verbose Uključi režim opširnog ispisa\n"
675 " -t --terminate Prekini posle izbacivanja više ili manje završene "
683 " -v --verbose Uključuje režim opširnog ispisa\n"
684 " -t --terminate Prekida posle izbacivanja više ili manje završene "
676685 "liste\n"
677 " -c --cache Prekini posle izbacivanja svih zapisa iz keša\n"
678 " -l --ignore-local Ignoriši lokalne usluge\n"
679 " -r --resolve Razreši pronađene usluge\n"
680 " -f --no-fail Nemoj da otkažeš ako sistemska usluga nije "
681 "dostupna\n"
682 " -p --parsable Izlaz u formatu koji se može raščlaniti\n"
686 " -c --cache Prekida posle izbacivanja svih zapisa iz ostave\n"
687 " -l --ignore-local Zanemaruje mesne usluge\n"
688 " -r --resolve Rešava pronađene usluge\n"
689 " -f --no-fail Ne otkazuje ako sistemska usluga nije dostupna\n"
690 " -p --parsable Daje izlaz u zapisu koji se može obraditi\n"
683691
684692 #: ../avahi-utils/avahi-browse.c:660
685693 msgid ""
686694 " -k --no-db-lookup Don't lookup service types\n"
687695 " -b --dump-db Dump service type database\n"
688696 msgstr ""
689 " -k --no-db-lookup Nemoj tražiti vrste usluge\n"
690 " -b --dump-db Izbaci bazu podataka vrste usluge\n"
697 " -k --no-db-lookup Ne traži vrste usluge\n"
698 " -b --dump-db Izbacuje bazu podataka vrste usluge\n"
691699
692700 #: ../avahi-utils/avahi-browse.c:766 ../avahi-utils/avahi-resolve.c:219
693701 #, c-format
698706 #: ../avahi-utils/avahi-resolve.c:264 ../avahi-utils/avahi-set-host-name.c:152
699707 #, c-format
700708 msgid "Failed to create simple poll object.\n"
701 msgstr "Neuspešno pravljenje objekta jednostavne ankete.\n"
709 msgstr "Nisam uspeo da napravim objekat jednostavne ankete.\n"
702710
703711 #: ../avahi-utils/avahi-publish.c:76
704712 #, c-format
705713 msgid "Established under name '%s'\n"
706 msgstr "Uspostavljeno pod imenom „%s“\n"
714 msgstr "Uspostavljeno pod nazivom „%s“\n"
707715
708716 #: ../avahi-utils/avahi-publish.c:81
709717 #, c-format
710718 msgid "Failed to register: %s\n"
711 msgstr "Neuspešna registracija: %s\n"
719 msgstr "Nisam uspeo da zabeležim: %s\n"
712720
713721 #: ../avahi-utils/avahi-publish.c:94
714722 #, c-format
718726 #: ../avahi-utils/avahi-publish.c:114
719727 #, c-format
720728 msgid "Failed to create entry group: %s\n"
721 msgstr "Neuspešno pravljenje zapisa grupe: %s\n"
729 msgstr "Nisam uspeo da napravim unos grupe: %s\n"
722730
723731 #: ../avahi-utils/avahi-publish.c:124
724732 #, c-format
725733 msgid "Failed to add address: %s\n"
726 msgstr "Neuspešno dodavanje adrese: %s\n"
734 msgstr "Nisam uspeo da dodam adresu: %s\n"
727735
728736 #: ../avahi-utils/avahi-publish.c:134
729737 #, c-format
730738 msgid "Failed to add service: %s\n"
731 msgstr "Neuspešno dodavanje usluge: %s\n"
739 msgstr "Nisam uspeo da dodam uslugu: %s\n"
732740
733741 #: ../avahi-utils/avahi-publish.c:140
734742 #, c-format
735743 msgid "Failed to add subtype '%s': %s\n"
736 msgstr "Neuspešno dodavanje podvrste „%s“: %s\n"
744 msgstr "Nisam uspeo da dodam podvrstu „%s“: %s\n"
737745
738746 #: ../avahi-utils/avahi-publish.c:191
739747 #, c-format
741749 msgstr "Sukob naziva domaćina\n"
742750
743751 #: ../avahi-utils/avahi-publish.c:216
744 #, fuzzy, c-format
752 #, c-format
745753 msgid ""
746754 "%s [options] %s <name> <type> <port> [<txt ...>]\n"
747755 "%s [options] %s <host-name> <address>\n"
758766 " -R --no-reverse Do not publish reverse entry with address\n"
759767 " -f --no-fail Don't fail if the daemon is not available\n"
760768 msgstr ""
761 "%s [opcije] %s <naziv> <vrsta> <port> [<txt ...>]\n"
762 "%s [opcije] %s <naziv-domaćina> <adresa>\n"
769 "%s [mogućnosti] %s <naziv> <vrsta> <port> [<txt ...>]\n"
770 "%s [mogućnosti] %s <naziv-domaćina> <adresa>\n"
763771 "\n"
764 " -h --help Prikaži ovu pomoć\n"
765 " -V --version Prikaži verziju\n"
766 " -s --service Objavi uslugu\n"
767 " -a --address Objavi adresu\n"
768 " -v --verbose Uključi režim opširnog ispisa\n"
772 " -h --help Prikazuje ovu pomoć\n"
773 " -V --version Prikazuje izdanje\n"
774 " -s --service Objavljuje uslugu\n"
775 " -a --address Objavljuje adresu\n"
776 " -v --verbose Uključuje režim opširnog ispisa\n"
769777 " -d --domain=DOMEN Domen u kojem će se objaviti usluge\n"
770778 " -H --host=DOMEN Domaćin na kojem se nalaze usluge\n"
771 " --subtype=PODVRSTA Dodatna podvrsta sa kojom će se registrovati ova "
779 " --subtype=PODVRSTA Dodatna podvrsta sa kojom će se zabeležiti ova "
772780 "usluga\n"
773 " -f --no-fail Nemoj da otkažeš ako sistemska usluga nije "
774 "dostupna\n"
781 " -R --no-reverse Ne objavljuje obrnute unose sa adresom\n"
782 " -f --no-fail Neće otkazati ako sistemska usluga nije dostupna\n"
775783
776784 #: ../avahi-utils/avahi-publish.c:303 ../avahi-utils/avahi-publish.c:318
777785 #, c-format
781789 #: ../avahi-utils/avahi-publish.c:329
782790 #, c-format
783791 msgid "Failed to parse port number: %s\n"
784 msgstr "Neuspešno razrešavanje broja priključka: %s\n"
792 msgstr "Nisam uspeo da obradim broj priključnika: %s\n"
785793
786794 #: ../avahi-utils/avahi-publish.c:361 ../avahi-utils/avahi-resolve.c:246
787795 #, c-format
788796 msgid "No command specified.\n"
789 msgstr "Komanda nije određena.\n"
797 msgstr "Naredba nije navedena.\n"
790798
791799 #: ../avahi-utils/avahi-resolve.c:89
792800 #, c-format
793801 msgid "Failed to resolve host name '%s': %s\n"
794 msgstr "Neuspešno razrešavanje naziva domaćina „%s“: %s\n"
802 msgstr "Nisam uspeo da obradim naziv domaćina „%s“: %s\n"
795803
796804 #: ../avahi-utils/avahi-resolve.c:126
797805 #, c-format
798806 msgid "Failed to resolve address '%s': %s\n"
799 msgstr "Neuspešno razrešavanje adrese „%s“: %s\n"
807 msgstr "Nisam uspeo da obradim adresu „%s“: %s\n"
800808
801809 #: ../avahi-utils/avahi-resolve.c:157
802810 #, c-format
812820 " -6 Lookup IPv6 address\n"
813821 " -4 Lookup IPv4 address\n"
814822 msgstr ""
815 "%s [opcije] %s <naziv domaćina ...>\n"
816 "%s [opcije] %s <adresa ... >\n"
823 "%s [mogućnosti] %s <naziv domaćina ...>\n"
824 "%s [mogućnosti] %s <adresa ... >\n"
817825 "\n"
818 " -h --help Prikaži ovu pomoć\n"
819 " -V --version Prikaži verziju\n"
820 " -n --name Razreši naziv domaćina\n"
821 " -a --address Razreši adresu\n"
822 " -v --verbose Uključi režim opširnog ispisa\n"
826 " -h --help Prikazuje ovu pomoć\n"
827 " -V --version Prikazuje izdanje\n"
828 " -n --name Rešava naziv domaćina\n"
829 " -a --address Rešava adresu\n"
830 " -v --verbose Uključuje režim opširnog ispisa\n"
823831 " -6 Traži IPv6 adresu\n"
824832 " -4 Traži IPv4 adresu\n"
825833
826834 #: ../avahi-utils/avahi-resolve.c:299 ../avahi-utils/avahi-set-host-name.c:181
827835 #, c-format
828836 msgid "Failed to create host name resolver: %s\n"
829 msgstr "Neuspešno pravljenje razrešivača naziva domaćina: %s\n"
837 msgstr "Nisam uspeo da napravim rešavača naziva domaćina: %s\n"
830838
831839 #: ../avahi-utils/avahi-resolve.c:309
832840 #, c-format
833841 msgid "Failed to parse address '%s'\n"
834 msgstr "Neuspešno raščlanjivanje adrese „%s“\n"
842 msgstr "Nisam uspeo da obradim adresu „%s“\n"
835843
836844 #: ../avahi-utils/avahi-resolve.c:314
837845 #, c-format
838846 msgid "Failed to create address resolver: %s\n"
839 msgstr "Neuspešno pravljenje razrešivača adrese: %s\n"
847 msgstr "Nisam uspeo da napravim rešavača adrese: %s\n"
840848
841849 #: ../avahi-utils/avahi-set-host-name.c:73
842850 #, c-format
847855 " -V --version Show version\n"
848856 " -v --verbose Enable verbose mode\n"
849857 msgstr ""
850 "%s [opcije] <novi naziv domaćina>\n"
858 "%s [mogućnosti] <novi naziv domaćina>\n"
851859 "\n"
852 " -h --help Prikaži ovu pomoć\n"
853 " -V --version Prikaži verziju\n"
854 " -v --verbose Uključi režim opširnog ispisa\n"
860 " -h --help Prikazuje ovu pomoć\n"
861 " -V --version Prikazuje izdanje\n"
862 " -v --verbose Uključuje režim opširnog ispisa\n"
855863
856864 #: ../avahi-utils/avahi-set-host-name.c:114
857865 #, c-format
861869 #: ../avahi-utils/avahi-set-host-name.c:193
862870 #, c-format
863871 msgid "Host name successfully changed to %s\n"
864 msgstr "Naziv domaćina uspešno promenjen u %s\n"
872 msgstr "Naziv domaćina je uspešno promenjen u „%s“\n"
0 # Swedish translation for avahi.
1 # Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
2 # This file is distributed under the same license as the avahi package.
3 # Daniel Nylander <po@danielnylander.se>, 2008, 2009, 2010.
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
43 #
4 # Translators:
55 msgid ""
66 msgstr ""
7 "Project-Id-Version: avahi\n"
7 "Project-Id-Version: Avahi\n"
88 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2011-04-02 03:23+0200\n"
10 "PO-Revision-Date: 2010-08-12 01:12+0100\n"
11 "Last-Translator: Daniel Nylander <po@danielnylander.se>\n"
12 "Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
9 "POT-Creation-Date: 2015-10-10 13:24+0200\n"
10 "PO-Revision-Date: 2010-11-29 23:19+0000\n"
11 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12 "Language-Team: Swedish (http://www.transifex.com/lennart/avahi/language/"
13 "sv/)\n"
1314 "Language: sv\n"
1415 "MIME-Version: 1.0\n"
1516 "Content-Type: text/plain; charset=UTF-8\n"
1617 "Content-Transfer-Encoding: 8bit\n"
18 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
1719
1820 #: ../avahi-common/error.c:30
1921 msgid "OK"
236238 msgstr "Ogiltig felkod"
237239
238240 #: ../avahi-discover-standalone/avahi-discover.ui.h:1
241 msgid "Avahi Discovery"
242 msgstr "Avahi-upptäckning"
243
244 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
239245 #: ../avahi-python/avahi-discover/avahi-discover.py:76
240246 msgid "<i>No service currently selected.</i>"
241247 msgstr "<i>Ingen tjänst har markerats.</i>"
242248
243 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
244 msgid "Avahi Discovery"
245 msgstr "Avahi-upptäckning"
246
247249 #: ../avahi-python/avahi-discover/avahi-discover.desktop.in.in.h:1
248250 msgid "Avahi Zeroconf Browser"
249251 msgstr "Avahi Zeroconf-bläddrare"
308310 msgid "The service type of the selected service"
309311 msgstr "Tjänstetypen för den markerade tjänsten"
310312
311 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1023
313 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1035
312314 msgid "Service Name"
313315 msgstr "Tjänstenamn"
314316
427429 msgid "Failed to create browser for %s: %s"
428430 msgstr "Misslyckades med att skapa bläddrare för %s: %s"
429431
430 #: ../avahi-ui/avahi-ui.c:903
432 #: ../avahi-ui/avahi-ui.c:907
431433 #, c-format
432434 msgid "Failed to create resolver for %s of type %s in domain %s: %s"
433435 msgstr ""
434436 "Misslyckades med att skapa uppslagare för %s av typen %s i domänen %s: %s"
435437
436 #: ../avahi-ui/avahi-ui.c:978
438 #: ../avahi-ui/avahi-ui.c:982
437439 #, c-format
438440 msgid "Failed to create domain browser: %s"
439441 msgstr "Misslyckades med att skapa domänbläddrare: %s"
440442
441 #: ../avahi-ui/avahi-ui.c:989
443 #: ../avahi-ui/avahi-ui.c:993
442444 msgid "Change domain"
443445 msgstr "Byt domän"
444446
445 #: ../avahi-ui/avahi-ui.c:1031 ../avahi-ui/avahi-ui.c:1162
447 #: ../avahi-ui/avahi-ui.c:1043 ../avahi-ui/avahi-ui.c:1180
446448 msgid "Browsing..."
447449 msgstr "Bläddrar..."
448450
449 #: ../avahi-ui/avahi-ui.c:1120
451 #: ../avahi-ui/avahi-ui.c:1047 ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156
452 #: ../avahi-ui/bssh.c:161
453 #, fuzzy
454 msgid "_Cancel"
455 msgstr "Avbruten.\n"
456
457 #: ../avahi-ui/avahi-ui.c:1048
458 #, fuzzy
459 msgid "_OK"
460 msgstr "OK"
461
462 #: ../avahi-ui/avahi-ui.c:1134
450463 msgid "Initializing..."
451464 msgstr "Initierar..."
452465
453 #: ../avahi-ui/avahi-ui.c:1144
466 #: ../avahi-ui/avahi-ui.c:1162
454467 msgid "Location"
455468 msgstr "Plats"
456469
457 #: ../avahi-ui/avahi-ui.c:1149 ../avahi-utils/avahi-browse.c:553
470 #: ../avahi-ui/avahi-ui.c:1167 ../avahi-utils/avahi-browse.c:553
458471 msgid "Name"
459472 msgstr "Namn"
460473
461 #: ../avahi-ui/avahi-ui.c:1154 ../avahi-utils/avahi-browse.c:553
474 #: ../avahi-ui/avahi-ui.c:1172 ../avahi-utils/avahi-browse.c:553
462475 msgid "Type"
463476 msgstr "Typ"
464477
465 #: ../avahi-ui/avahi-ui.c:1166
478 #: ../avahi-ui/avahi-ui.c:1184
466479 msgid "_Domain..."
467480 msgstr "_Domän..."
468481
493506 #: ../avahi-ui/bssh.c:149
494507 msgid "Choose Shell Server"
495508 msgstr "Välj skalserver"
509
510 #: ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156 ../avahi-ui/bssh.c:161
511 msgid "C_onnect"
512 msgstr ""
496513
497514 #: ../avahi-ui/bssh.c:151
498515 msgid "Desktop"
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
5 # H. İbrahim Güngör <igungor@gmail.com>, 2011
6 # H. İbrahim Güngör <igungor@gmail.com>, 2011-2012
7 # Muhammet Kara <muhammetk@gmail.com>, 2011
8 # Muhammet Kara <muhammetk@gmail.com>, 2011
9 # Necdet Yücel <necdetyucel@gmail.com>, 2014
10 msgid ""
11 msgstr ""
12 "Project-Id-Version: Avahi\n"
13 "Report-Msgid-Bugs-To: \n"
14 "POT-Creation-Date: 2015-10-10 13:24+0200\n"
15 "PO-Revision-Date: 2014-11-11 23:57+0000\n"
16 "Last-Translator: Necdet Yücel <necdetyucel@gmail.com>\n"
17 "Language-Team: Turkish (http://www.transifex.com/lennart/avahi/language/"
18 "tr/)\n"
19 "Language: tr\n"
20 "MIME-Version: 1.0\n"
21 "Content-Type: text/plain; charset=UTF-8\n"
22 "Content-Transfer-Encoding: 8bit\n"
23 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
24
25 #: ../avahi-common/error.c:30
26 msgid "OK"
27 msgstr "Tamam"
28
29 #: ../avahi-common/error.c:31
30 msgid "Operation failed"
31 msgstr "İşlem başarısız"
32
33 #: ../avahi-common/error.c:32
34 msgid "Bad state"
35 msgstr "Bozuk durum"
36
37 #: ../avahi-common/error.c:33
38 msgid "Invalid host name"
39 msgstr "Geçersiz makine adı"
40
41 #: ../avahi-common/error.c:34
42 msgid "Invalid domain name"
43 msgstr "Geçersiz alan adı"
44
45 #: ../avahi-common/error.c:35
46 msgid "No suitable network protocol available"
47 msgstr "Kullanılabilir, uygun bir ağ protokolü yok"
48
49 #: ../avahi-common/error.c:36
50 msgid "Invalid DNS TTL"
51 msgstr "Geçersiz DNS TTL"
52
53 #: ../avahi-common/error.c:37
54 msgid "Resource record key is pattern"
55 msgstr "Kaynak kayıt anahtarı bir desen"
56
57 #: ../avahi-common/error.c:38
58 msgid "Local name collision"
59 msgstr "Yerel ad çakışması"
60
61 #: ../avahi-common/error.c:39
62 msgid "Invalid record"
63 msgstr "Geçersiz kayıt"
64
65 #: ../avahi-common/error.c:41
66 msgid "Invalid service name"
67 msgstr "Geçersiz hizmet adı"
68
69 #: ../avahi-common/error.c:42
70 msgid "Invalid service type"
71 msgstr "Geçersiz hizmet türü"
72
73 #: ../avahi-common/error.c:43
74 msgid "Invalid port number"
75 msgstr "Geçersiz port numarası"
76
77 #: ../avahi-common/error.c:44
78 msgid "Invalid record key"
79 msgstr "Geçersiz kayıt anahtarı"
80
81 #: ../avahi-common/error.c:45
82 msgid "Invalid address"
83 msgstr "Geçersiz adres"
84
85 #: ../avahi-common/error.c:46
86 msgid "Timeout reached"
87 msgstr "Zaman aşımına ulaşıldı"
88
89 #: ../avahi-common/error.c:47
90 msgid "Too many clients"
91 msgstr "Çok fazla istemci"
92
93 #: ../avahi-common/error.c:48
94 msgid "Too many objects"
95 msgstr "Çok fazla nesne"
96
97 #: ../avahi-common/error.c:49
98 msgid "Too many entries"
99 msgstr "Çok fazla girdi"
100
101 #: ../avahi-common/error.c:50
102 msgid "OS Error"
103 msgstr "İşletim Sistemi Hatası"
104
105 #: ../avahi-common/error.c:52
106 msgid "Access denied"
107 msgstr "Erişim reddedildi"
108
109 #: ../avahi-common/error.c:53
110 msgid "Invalid operation"
111 msgstr "Geçersiz işlem"
112
113 #: ../avahi-common/error.c:54
114 msgid "An unexpected D-Bus error occurred"
115 msgstr "Beklenmedik bir D-Bus hatası oluştu"
116
117 #: ../avahi-common/error.c:55
118 msgid "Daemon connection failed"
119 msgstr "Artalan süreci bağlantısı başarısız oldu"
120
121 #: ../avahi-common/error.c:56
122 msgid "Memory exhausted"
123 msgstr "Bellek tükendi"
124
125 #: ../avahi-common/error.c:57
126 msgid "The object passed in was not valid"
127 msgstr "Verilen nesne geçerli değil"
128
129 #: ../avahi-common/error.c:58
130 msgid "Daemon not running"
131 msgstr "Artalan süreci çalışır değil"
132
133 #: ../avahi-common/error.c:59
134 msgid "Invalid interface index"
135 msgstr "Geçersiz arayüz dizini"
136
137 #: ../avahi-common/error.c:60
138 msgid "Invalid protocol specification"
139 msgstr "Geçersiz protokol belirtimi"
140
141 #: ../avahi-common/error.c:61
142 msgid "Invalid flags"
143 msgstr "Geçersiz bayraklar"
144
145 #: ../avahi-common/error.c:63
146 msgid "Not found"
147 msgstr "Bulunamadı"
148
149 #: ../avahi-common/error.c:64
150 msgid "Invalid configuration"
151 msgstr "Geçersiz yapılandırma"
152
153 #: ../avahi-common/error.c:65
154 msgid "Version mismatch"
155 msgstr "Sürüm uyumsuzluğu"
156
157 #: ../avahi-common/error.c:66
158 msgid "Invalid service subtype"
159 msgstr "Geçersiz hizmet alt türü"
160
161 #: ../avahi-common/error.c:67
162 msgid "Invalid packet"
163 msgstr "Geçersiz paket"
164
165 #: ../avahi-common/error.c:68
166 msgid "Invalid DNS return code"
167 msgstr "Geçersiz DNS dönüş kodu"
168
169 #: ../avahi-common/error.c:69
170 msgid "DNS failure: FORMERR"
171 msgstr "DNS hatası: FORMERR"
172
173 #: ../avahi-common/error.c:70
174 msgid "DNS failure: SERVFAIL"
175 msgstr "DNS hatası: SERVFAIL"
176
177 #: ../avahi-common/error.c:71
178 msgid "DNS failure: NXDOMAIN"
179 msgstr "DNS hatası: NXDOMAIN"
180
181 #: ../avahi-common/error.c:72
182 msgid "DNS failure: NOTIMP"
183 msgstr "DNS hatası: NOTIMP"
184
185 #: ../avahi-common/error.c:74
186 msgid "DNS failure: REFUSED"
187 msgstr "DNS hatası: REFUSED"
188
189 #: ../avahi-common/error.c:75
190 msgid "DNS failure: YXDOMAIN"
191 msgstr "DNS hatası: YXDOMAIN"
192
193 #: ../avahi-common/error.c:76
194 msgid "DNS failure: YXRRSET"
195 msgstr "DNS hatası: YXRRSET"
196
197 #: ../avahi-common/error.c:77
198 msgid "DNS failure: NXRRSET"
199 msgstr "DNS hatası: NXRRSET"
200
201 #: ../avahi-common/error.c:78
202 msgid "DNS failure: NOTAUTH"
203 msgstr "DNS hatası: NOTAUTH"
204
205 #: ../avahi-common/error.c:79
206 msgid "DNS failure: NOTZONE"
207 msgstr "DNS hatası: NOTZONE"
208
209 #: ../avahi-common/error.c:80
210 msgid "Invalid RDATA"
211 msgstr "Geçersiz RDATA"
212
213 #: ../avahi-common/error.c:81
214 msgid "Invalid DNS type"
215 msgstr "Geçersiz DNS türü"
216
217 #: ../avahi-common/error.c:82
218 msgid "Invalid DNS class"
219 msgstr "Geçersiz DNS sınıfı"
220
221 #: ../avahi-common/error.c:83
222 msgid "Not supported"
223 msgstr "Desteklenmiyor"
224
225 #: ../avahi-common/error.c:85
226 msgid "Not permitted"
227 msgstr "Izin verilmiyor"
228
229 #: ../avahi-common/error.c:86
230 msgid "Invalid argument"
231 msgstr "Geçersiz argüman"
232
233 #: ../avahi-common/error.c:87
234 msgid "Is empty"
235 msgstr "Boş"
236
237 #: ../avahi-common/error.c:88
238 msgid "The requested operation is invalid because redundant"
239 msgstr "İstenen işlem geçersiz çünkü gereksiz"
240
241 #: ../avahi-common/error.c:94
242 msgid "Invalid Error Code"
243 msgstr "Geçersiz Hata Kodu"
244
245 #: ../avahi-discover-standalone/avahi-discover.ui.h:1
246 msgid "Avahi Discovery"
247 msgstr "Avahi Kaşifi"
248
249 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
250 #: ../avahi-python/avahi-discover/avahi-discover.py:76
251 msgid "<i>No service currently selected.</i>"
252 msgstr "<i>Hiçbir hizmet seçili değil.</i>"
253
254 #: ../avahi-python/avahi-discover/avahi-discover.desktop.in.in.h:1
255 msgid "Avahi Zeroconf Browser"
256 msgstr "Avahi Zeroconf Tarayıcı"
257
258 #: ../avahi-python/avahi-discover/avahi-discover.desktop.in.in.h:2
259 msgid "Browse for Zeroconf services available on your network"
260 msgstr "Ağınızda kullanılabilir Zeroconf hizmetlerine gözatın"
261
262 #: ../avahi-python/avahi-discover/avahi-discover.py:224
263 msgid "TXT"
264 msgstr "TXT"
265
266 #: ../avahi-python/avahi-discover/avahi-discover.py:226
267 msgid "TXT Data:"
268 msgstr "TXT Verileri:"
269
270 #: ../avahi-python/avahi-discover/avahi-discover.py:226
271 msgid "empty"
272 msgstr "boş"
273
274 #: ../avahi-python/avahi-discover/avahi-discover.py:228
275 msgid "Service Type:"
276 msgstr "Hizmet Türü:"
277
278 #: ../avahi-python/avahi-discover/avahi-discover.py:229
279 msgid "Service Name:"
280 msgstr "Hizmet Adı:"
281
282 #: ../avahi-python/avahi-discover/avahi-discover.py:230
283 msgid "Domain Name:"
284 msgstr "Alan Adı:"
285
286 #: ../avahi-python/avahi-discover/avahi-discover.py:231
287 msgid "Interface:"
288 msgstr "Arayüz:"
289
290 #: ../avahi-python/avahi-discover/avahi-discover.py:232
291 msgid "Address:"
292 msgstr "Adres:"
293
294 #: ../avahi-ui/avahi-ui.c:185
295 msgid "Browse Service Types"
296 msgstr "Hizmet Türlerine Gözat"
297
298 #: ../avahi-ui/avahi-ui.c:185
299 msgid "A NULL terminated list of service types to browse for"
300 msgstr "Gözatılacak servis türlerinin sonlandırılmış bir BOŞ listesi"
301
302 #: ../avahi-ui/avahi-ui.c:190
303 msgid "Domain"
304 msgstr "Etki Alanı"
305
306 #: ../avahi-ui/avahi-ui.c:190
307 msgid "The domain to browse in, or NULL for the default domain"
308 msgstr "Gözatılacak etki alanı veya varsayılan alan için NULL"
309
310 #: ../avahi-ui/avahi-ui.c:196
311 msgid "Service Type"
312 msgstr "Hizmet Türü"
313
314 #: ../avahi-ui/avahi-ui.c:196
315 msgid "The service type of the selected service"
316 msgstr "Seçilen hizmetin hizmet türü"
317
318 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1035
319 msgid "Service Name"
320 msgstr "Hizmet Adı"
321
322 #: ../avahi-ui/avahi-ui.c:202
323 msgid "The service name of the selected service"
324 msgstr "Seçilen hizmetin hizmet adı"
325
326 #: ../avahi-ui/avahi-ui.c:208
327 msgid "Address"
328 msgstr "Adres"
329
330 #: ../avahi-ui/avahi-ui.c:208
331 msgid "The address of the resolved service"
332 msgstr "Çözümlenen servisin adresi"
333
334 #: ../avahi-ui/avahi-ui.c:213
335 msgid "Port"
336 msgstr "Bağlantı noktası"
337
338 #: ../avahi-ui/avahi-ui.c:213
339 msgid "The IP port number of the resolved service"
340 msgstr "Çözümlenen servisin IP bağlantı noktası"
341
342 #: ../avahi-ui/avahi-ui.c:219
343 msgid "Host Name"
344 msgstr "Makine Adı"
345
346 #: ../avahi-ui/avahi-ui.c:219
347 msgid "The host name of the resolved service"
348 msgstr "Çözümlenen servisin makine adı"
349
350 #: ../avahi-ui/avahi-ui.c:225
351 msgid "TXT Data"
352 msgstr "TXT Verisi"
353
354 #: ../avahi-ui/avahi-ui.c:225
355 msgid "The TXT data of the resolved service"
356 msgstr "Çözümlenen servisin TXT verisi"
357
358 #: ../avahi-ui/avahi-ui.c:230
359 msgid "Resolve Service"
360 msgstr "Servisi Çözümle"
361
362 #: ../avahi-ui/avahi-ui.c:230
363 msgid "Resolve the selected service automatically before returning"
364 msgstr "Döndürmeden önce seçilen servisi otomatik olarak çözümle"
365
366 #: ../avahi-ui/avahi-ui.c:236
367 msgid "Resolve Service Host Name"
368 msgstr "Servis Makine Adını Çözümle"
369
370 #: ../avahi-ui/avahi-ui.c:236
371 msgid ""
372 "Resolve the host name of the selected service automatically before returning"
373 msgstr "Döndürmeden önce seçilen servisin makine adını otomatik olarak çözümle"
374
375 #: ../avahi-ui/avahi-ui.c:242
376 msgid "Address family"
377 msgstr "Adres ailesi"
378
379 #: ../avahi-ui/avahi-ui.c:242
380 msgid "The address family for host name resolution"
381 msgstr "Makine adı çözümlemesi için adres ailesi"
382
383 #: ../avahi-ui/avahi-ui.c:326
384 #, c-format
385 msgid "Avahi client failure: %s"
386 msgstr "Avahi istemcisi başarısız oldu: %s"
387
388 #: ../avahi-ui/avahi-ui.c:388
389 #, c-format
390 msgid "Avahi resolver failure: %s"
391 msgstr "Avahi çözümleyici başarısız oldu: %s"
392
393 #: ../avahi-ui/avahi-ui.c:518
394 #, c-format
395 msgid "Browsing for service type %s in domain %s failed: %s"
396 msgstr "%s servis türünün %s etki alanında taranması başarısız oldu: %s"
397
398 #: ../avahi-ui/avahi-ui.c:519 ../avahi-utils/avahi-browse.c:168
399 #: ../avahi-utils/avahi-browse.c:169 ../avahi-utils/avahi-browse.c:178
400 #: ../avahi-utils/avahi-browse.c:179
401 msgid "n/a"
402 msgstr "n/a"
403
404 #: ../avahi-ui/avahi-ui.c:649
405 #, c-format
406 msgid "Avahi domain browser failure: %s"
407 msgstr "Avahi etki alanı tarayıcısı başarısız oldu: %s"
408
409 #: ../avahi-ui/avahi-ui.c:684
410 #, c-format
411 msgid "Failed to read Avahi domain: %s"
412 msgstr "Avahi etki alanı okunamadı: %s"
413
414 #: ../avahi-ui/avahi-ui.c:706
415 msgid "Browse service type list is empty!"
416 msgstr "Tarama servis türü listesi boş!"
417
418 #: ../avahi-ui/avahi-ui.c:717
419 #, c-format
420 msgid "Failed to connect to Avahi server: %s"
421 msgstr "Avahi sunucusuna bağlanılamadı: %s"
422
423 #: ../avahi-ui/avahi-ui.c:735
424 msgid "Browsing for services on <b>local network</b>:"
425 msgstr "<b>Yerel ağ</b> üzerindeki servisler taranıyor:"
426
427 #: ../avahi-ui/avahi-ui.c:737
428 #, c-format
429 msgid "Browsing for services in domain <b>%s</b>:"
430 msgstr "<b>%s</b> etki alanı üzerindeki servisler taranıyor:"
431
432 #: ../avahi-ui/avahi-ui.c:773
433 #, c-format
434 msgid "Failed to create browser for %s: %s"
435 msgstr "%s için tarayıcı oluşturulamadı: %s"
436
437 #: ../avahi-ui/avahi-ui.c:907
438 #, c-format
439 msgid "Failed to create resolver for %s of type %s in domain %s: %s"
440 msgstr "%s için %s türünde çözümleyici %s alanında oluşturulamadı: %s"
441
442 #: ../avahi-ui/avahi-ui.c:982
443 #, c-format
444 msgid "Failed to create domain browser: %s"
445 msgstr "Etki alanı tarayıcısı oluşturulamadı: %s"
446
447 #: ../avahi-ui/avahi-ui.c:993
448 msgid "Change domain"
449 msgstr "Etki alanını değiştir"
450
451 #: ../avahi-ui/avahi-ui.c:1043 ../avahi-ui/avahi-ui.c:1180
452 msgid "Browsing..."
453 msgstr "Taranıyor..."
454
455 #: ../avahi-ui/avahi-ui.c:1047 ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156
456 #: ../avahi-ui/bssh.c:161
457 #, fuzzy
458 msgid "_Cancel"
459 msgstr "İptal edildi.\n"
460
461 #: ../avahi-ui/avahi-ui.c:1048
462 #, fuzzy
463 msgid "_OK"
464 msgstr "Tamam"
465
466 #: ../avahi-ui/avahi-ui.c:1134
467 msgid "Initializing..."
468 msgstr "Başlatılıyor..."
469
470 #: ../avahi-ui/avahi-ui.c:1162
471 msgid "Location"
472 msgstr "Konum"
473
474 #: ../avahi-ui/avahi-ui.c:1167 ../avahi-utils/avahi-browse.c:553
475 msgid "Name"
476 msgstr "İsim"
477
478 #: ../avahi-ui/avahi-ui.c:1172 ../avahi-utils/avahi-browse.c:553
479 msgid "Type"
480 msgstr "Tür"
481
482 #: ../avahi-ui/avahi-ui.c:1184
483 msgid "_Domain..."
484 msgstr "_Etki alanı..."
485
486 #: ../avahi-ui/bssh.c:55
487 #, c-format
488 msgid ""
489 "%s [options]\n"
490 "\n"
491 " -h --help Show this help\n"
492 " -s --ssh Browse SSH servers\n"
493 " -v --vnc Browse VNC servers\n"
494 " -S --shell Browse both SSH and VNC\n"
495 " -d --domain=DOMAIN The domain to browse in\n"
496 msgstr ""
497 "%s [seçenekler]\n"
498 "\n"
499 " -h --help Bu yardımı göster\n"
500 " -s --ssh SSH sunucularına gözat\n"
501 " -v --vnc VNC sunucularına gözat\n"
502 " -S --shell SSH ve VNC sunucularına gözat\n"
503 " -d --domain=ALAN Gözatılacak alan\n"
504
505 #: ../avahi-ui/bssh.c:101 ../avahi-utils/avahi-browse.c:775
506 #, c-format
507 msgid "Too many arguments\n"
508 msgstr "Çok fazla parametre\n"
509
510 #: ../avahi-ui/bssh.c:149
511 msgid "Choose Shell Server"
512 msgstr "Kabuk Sunucusunu Seç"
513
514 #: ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156 ../avahi-ui/bssh.c:161
515 msgid "C_onnect"
516 msgstr ""
517
518 #: ../avahi-ui/bssh.c:151
519 msgid "Desktop"
520 msgstr "Masaüstü"
521
522 #: ../avahi-ui/bssh.c:152
523 msgid "Terminal"
524 msgstr "Uçbirim"
525
526 #: ../avahi-ui/bssh.c:156
527 msgid "Choose VNC server"
528 msgstr "VNC sunucusunu seç"
529
530 #: ../avahi-ui/bssh.c:161
531 msgid "Choose SSH server"
532 msgstr "SSH sunucusunu seç"
533
534 #: ../avahi-ui/bssh.c:185
535 #, c-format
536 msgid "Connecting to '%s' ...\n"
537 msgstr "'%s' sunucusuna bağlanılıyor ...\n"
538
539 #: ../avahi-ui/bssh.c:240
540 #, c-format
541 msgid "execlp() failed: %s\n"
542 msgstr "execlp() başarısız oldu: %s\n"
543
544 #: ../avahi-ui/bssh.c:250
545 #, c-format
546 msgid "Canceled.\n"
547 msgstr "İptal edildi.\n"
548
549 #: ../avahi-ui/bssh.desktop.in.in.h:1
550 msgid "Avahi SSH Server Browser"
551 msgstr "Avahi SSH Sunucu Tarayıcısı"
552
553 #: ../avahi-ui/bssh.desktop.in.in.h:2
554 msgid "Browse for Zeroconf-enabled SSH Servers"
555 msgstr "Sıfır yapılandırma uyumlu SSH Sunucularını Tara"
556
557 #: ../avahi-ui/bvnc.desktop.in.in.h:1
558 msgid "Avahi VNC Server Browser"
559 msgstr "Avahi VNC Sunucu Tarayıcısı"
560
561 #: ../avahi-ui/bvnc.desktop.in.in.h:2
562 msgid "Browse for Zeroconf-enabled VNC Servers"
563 msgstr "Sıfır yapılandırma uyumlu VNC Sunucularını Tara"
564
565 #: ../avahi-utils/avahi-browse.c:107
566 #, c-format
567 msgid ": All for now\n"
568 msgstr ": Tümü şimdi\n"
569
570 #: ../avahi-utils/avahi-browse.c:118
571 #, c-format
572 msgid ": Cache exhausted\n"
573 msgstr ": Önbellek tükendi\n"
574
575 #: ../avahi-utils/avahi-browse.c:239 ../avahi-utils/avahi-browse.c:261
576 #, c-format
577 msgid "Failed to resolve service '%s' of type '%s' in domain '%s': %s\n"
578 msgstr "%s için %s türünde servis '%s' alanında oluşturulamadı: %s\n"
579
580 #: ../avahi-utils/avahi-browse.c:340
581 #, c-format
582 msgid "service_browser failed: %s\n"
583 msgstr "service_browser başarısız oldu: %s\n"
584
585 #: ../avahi-utils/avahi-browse.c:378
586 #, c-format
587 msgid "avahi_service_browser_new() failed: %s\n"
588 msgstr "avahi_service_browser_new() başarısız oldu: %s\n"
589
590 #: ../avahi-utils/avahi-browse.c:414
591 #, c-format
592 msgid "service_type_browser failed: %s\n"
593 msgstr "service_type_browser başarısız oldu: %s\n"
594
595 #: ../avahi-utils/avahi-browse.c:444
596 #, c-format
597 msgid "avahi_service_type_browser_new() failed: %s\n"
598 msgstr "avahi_service_type_browser_new() başarısız oldu: %s\n"
599
600 #: ../avahi-utils/avahi-browse.c:519
601 #, c-format
602 msgid "avahi_domain_browser_new() failed: %s\n"
603 msgstr "avahi_domain_browser_new() başarısız oldu: %s\n"
604
605 #: ../avahi-utils/avahi-browse.c:535 ../avahi-utils/avahi-publish.c:394
606 #: ../avahi-utils/avahi-resolve.c:280 ../avahi-utils/avahi-set-host-name.c:168
607 #, c-format
608 msgid "Failed to query version string: %s\n"
609 msgstr "Sürüm dizisini sorgulama başarısız oldu: %s\n"
610
611 #: ../avahi-utils/avahi-browse.c:540 ../avahi-utils/avahi-publish.c:399
612 #: ../avahi-utils/avahi-resolve.c:285 ../avahi-utils/avahi-set-host-name.c:173
613 #: ../avahi-utils/avahi-set-host-name.c:189
614 #, c-format
615 msgid "Failed to query host name: %s\n"
616 msgstr "Makine adını sorgulama başarısız oldu: %s\n"
617
618 #: ../avahi-utils/avahi-browse.c:544 ../avahi-utils/avahi-publish.c:403
619 #: ../avahi-utils/avahi-resolve.c:289 ../avahi-utils/avahi-set-host-name.c:177
620 #, c-format
621 msgid "Server version: %s; Host name: %s\n"
622 msgstr "Sunucu sürümü: %s; Makine adı: %s\n"
623
624 #. Translators: This is a column heading with abbreviations for
625 #. * Event (+/-), Network Interface, Protocol (IPv4/v6), Domain
626 #: ../avahi-utils/avahi-browse.c:549
627 #, c-format
628 msgid "E Ifce Prot Domain\n"
629 msgstr "E Ifce Prot Alanı\n"
630
631 #. Translators: This is a column heading with abbreviations for
632 #. * Event (+/-), Network Interface, Protocol (IPv4/v6), Domain
633 #: ../avahi-utils/avahi-browse.c:553
634 #, c-format
635 msgid "E Ifce Prot %-*s %-20s Domain\n"
636 msgstr "E Ifce Prot %-*s %-20s Alanı\n"
637
638 #. We have been disconnected, so let reconnect
639 #: ../avahi-utils/avahi-browse.c:585 ../avahi-utils/avahi-publish.c:163
640 #, c-format
641 msgid "Disconnected, reconnecting ...\n"
642 msgstr "Bağlantı kesildi, yeniden bağlanılıyor ...\n"
643
644 #: ../avahi-utils/avahi-browse.c:599 ../avahi-utils/avahi-browse.c:829
645 #: ../avahi-utils/avahi-publish.c:170 ../avahi-utils/avahi-publish.c:386
646 #: ../avahi-utils/avahi-resolve.c:272 ../avahi-utils/avahi-set-host-name.c:160
647 #, c-format
648 msgid "Failed to create client object: %s\n"
649 msgstr "İstemci nesnesi oluşturulamadı: %s\n"
650
651 #: ../avahi-utils/avahi-browse.c:604 ../avahi-utils/avahi-publish.c:175
652 #: ../avahi-utils/avahi-resolve.c:143 ../avahi-utils/avahi-set-host-name.c:59
653 #, c-format
654 msgid "Client failure, exiting: %s\n"
655 msgstr "İstemci hatası, çıkılıyor: %s\n"
656
657 #: ../avahi-utils/avahi-browse.c:623 ../avahi-utils/avahi-publish.c:206
658 #, c-format
659 msgid "Waiting for daemon ...\n"
660 msgstr "Artalan süreci bekleniyor ...\n"
661
662 #: ../avahi-utils/avahi-browse.c:647
663 msgid ""
664 " -h --help Show this help\n"
665 " -V --version Show version\n"
666 " -D --browse-domains Browse for browsing domains instead of services\n"
667 " -a --all Show all services, regardless of the type\n"
668 " -d --domain=DOMAIN The domain to browse in\n"
669 " -v --verbose Enable verbose mode\n"
670 " -t --terminate Terminate after dumping a more or less complete "
671 "list\n"
672 " -c --cache Terminate after dumping all entries from the cache\n"
673 " -l --ignore-local Ignore local services\n"
674 " -r --resolve Resolve services found\n"
675 " -f --no-fail Don't fail if the daemon is not available\n"
676 " -p --parsable Output in parsable format\n"
677 msgstr ""
678 " -h --help Bu yardımı göster\n"
679 " -V --version Sürüm bilgisini göster\n"
680 " -D --browse-domains Servisleri değil gözatma alanlarına gözat\n"
681 " -a --all Türü ne olursa olsun tüm servisleri göster\n"
682 " -d --domain=ALAN Gözatılacak alan\n"
683 " -v --verbose Ayrıntılı kipi etkinleştir\n"
684 " -t --terminate Tam liste dökümünden sonra sonlandır\n"
685 " -c --cache Ön bellekteki tüm girdilerin dökümünden sonra "
686 "sonlandır\n"
687 " -l --ignore-local Yerel servisleri yoksay\n"
688 " -r --resolve Bulunan servisleri çözümle\n"
689 " -f --no-fail Artalan süreci kullanılamaz olduğunda kapanma\n"
690 " -p --parsable Ayrıştırılabilir biçimde çıktı\n"
691
692 #: ../avahi-utils/avahi-browse.c:660
693 msgid ""
694 " -k --no-db-lookup Don't lookup service types\n"
695 " -b --dump-db Dump service type database\n"
696 msgstr ""
697 " -k --no-db-lookup Servis türlerini arama\n"
698 " -b --dump-db Servis türü veritabanının dökümünü al\n"
699
700 #: ../avahi-utils/avahi-browse.c:766 ../avahi-utils/avahi-resolve.c:219
701 #, c-format
702 msgid "Too few arguments\n"
703 msgstr "Çok az parametre\n"
704
705 #: ../avahi-utils/avahi-browse.c:821 ../avahi-utils/avahi-publish.c:378
706 #: ../avahi-utils/avahi-resolve.c:264 ../avahi-utils/avahi-set-host-name.c:152
707 #, c-format
708 msgid "Failed to create simple poll object.\n"
709 msgstr "Basit anket nesnesi oluşturulamadı.\n"
710
711 #: ../avahi-utils/avahi-publish.c:76
712 #, c-format
713 msgid "Established under name '%s'\n"
714 msgstr "'%s' adı altında kuruldu\n"
715
716 #: ../avahi-utils/avahi-publish.c:81
717 #, c-format
718 msgid "Failed to register: %s\n"
719 msgstr "Kayıt başarısız: %s\n"
720
721 #: ../avahi-utils/avahi-publish.c:94
722 #, c-format
723 msgid "Name collision, picking new name '%s'.\n"
724 msgstr "İsim çakışması, yeni isim olarak '%s' seçiliyor.\n"
725
726 #: ../avahi-utils/avahi-publish.c:114
727 #, c-format
728 msgid "Failed to create entry group: %s\n"
729 msgstr "Grup girdisi oluşturulamadı: %s\n"
730
731 #: ../avahi-utils/avahi-publish.c:124
732 #, c-format
733 msgid "Failed to add address: %s\n"
734 msgstr "Adres eklenemedi: %s\n"
735
736 #: ../avahi-utils/avahi-publish.c:134
737 #, c-format
738 msgid "Failed to add service: %s\n"
739 msgstr "Servis eklenemedi: %s\n"
740
741 #: ../avahi-utils/avahi-publish.c:140
742 #, c-format
743 msgid "Failed to add subtype '%s': %s\n"
744 msgstr "'%s' alt türü eklenemedi: %s\n"
745
746 #: ../avahi-utils/avahi-publish.c:191
747 #, c-format
748 msgid "Host name conflict\n"
749 msgstr "Makine adı çakışması\n"
750
751 #: ../avahi-utils/avahi-publish.c:216
752 #, c-format
753 msgid ""
754 "%s [options] %s <name> <type> <port> [<txt ...>]\n"
755 "%s [options] %s <host-name> <address>\n"
756 "\n"
757 " -h --help Show this help\n"
758 " -V --version Show version\n"
759 " -s --service Publish service\n"
760 " -a --address Publish address\n"
761 " -v --verbose Enable verbose mode\n"
762 " -d --domain=DOMAIN Domain to publish service in\n"
763 " -H --host=DOMAIN Host where service resides\n"
764 " --subtype=SUBTYPE An additional subtype to register this service "
765 "with\n"
766 " -R --no-reverse Do not publish reverse entry with address\n"
767 " -f --no-fail Don't fail if the daemon is not available\n"
768 msgstr ""
769 "%s [seçenekler] %s <isim> <tür> <port> [<txt ...>]\n"
770 "%s [seçenekler] %s <makine-adı> <adres>\n"
771 "\n"
772 " -h --help Bu yardımı göster\n"
773 " -V --version Sürüm bilgisini göster\n"
774 " -s --service Servisi yayınla\n"
775 " -a --address Adresi yayınla\n"
776 " -v --verbose Ayrıntılı kipi etkinleştir\n"
777 " -d --domain=ALAN Servisin yayınlanacağı etki alanı\n"
778 " -H --host=ALAN Servisin bulunduğu istemci\n"
779 " --subtype=ALTTÜR Bu servise kaydolacak ek alt tür\n"
780 " -R --no-reverse Ters girdileri adresle yayınlama\n"
781 " -f --no-fail Artalan süreci kullanılamaz olduğunda kapanma\n"
782
783 #: ../avahi-utils/avahi-publish.c:303 ../avahi-utils/avahi-publish.c:318
784 #, c-format
785 msgid "Bad number of arguments\n"
786 msgstr "Bağımsız değişken sayısı yanlış\n"
787
788 #: ../avahi-utils/avahi-publish.c:329
789 #, c-format
790 msgid "Failed to parse port number: %s\n"
791 msgstr "Bağlantı noktası ayrıştırılamadı: %s\n"
792
793 #: ../avahi-utils/avahi-publish.c:361 ../avahi-utils/avahi-resolve.c:246
794 #, c-format
795 msgid "No command specified.\n"
796 msgstr "Komut belirtilmedi.\n"
797
798 #: ../avahi-utils/avahi-resolve.c:89
799 #, c-format
800 msgid "Failed to resolve host name '%s': %s\n"
801 msgstr "'%s' makine adı çözümlenemedi: %s\n"
802
803 #: ../avahi-utils/avahi-resolve.c:126
804 #, c-format
805 msgid "Failed to resolve address '%s': %s\n"
806 msgstr "'%s' adresi çözümlenemedi: %s\n"
807
808 #: ../avahi-utils/avahi-resolve.c:157
809 #, c-format
810 msgid ""
811 "%s [options] %s <host name ...>\n"
812 "%s [options] %s <address ... >\n"
813 "\n"
814 " -h --help Show this help\n"
815 " -V --version Show version\n"
816 " -n --name Resolve host name\n"
817 " -a --address Resolve address\n"
818 " -v --verbose Enable verbose mode\n"
819 " -6 Lookup IPv6 address\n"
820 " -4 Lookup IPv4 address\n"
821 msgstr ""
822 "%s [seçenekler] %s <makine adı ...>\n"
823 "%s [seçenekler] %s <adres ... >\n"
824 "\n"
825 " -h --help Bu yardımı göster\n"
826 " -V --version Sürümü göster\n"
827 " -n --name Makine adını çözümle\n"
828 " -a --address Adresi çözümle\n"
829 " -v --verbose Ayrıntılı kipi etkinleştir\n"
830 " -6 IPv6 adresine bak\n"
831 " -4 IPv4 adresine bak\n"
832
833 #: ../avahi-utils/avahi-resolve.c:299 ../avahi-utils/avahi-set-host-name.c:181
834 #, c-format
835 msgid "Failed to create host name resolver: %s\n"
836 msgstr "Makine adı çözümleyici oluşturulamadı: %s\n"
837
838 #: ../avahi-utils/avahi-resolve.c:309
839 #, c-format
840 msgid "Failed to parse address '%s'\n"
841 msgstr "'%s' adresi ayrıştırılamadı\n"
842
843 #: ../avahi-utils/avahi-resolve.c:314
844 #, c-format
845 msgid "Failed to create address resolver: %s\n"
846 msgstr "Adres çözümleyici oluşturulamadı: %s\n"
847
848 #: ../avahi-utils/avahi-set-host-name.c:73
849 #, c-format
850 msgid ""
851 "%s [options] <new host name>\n"
852 "\n"
853 " -h --help Show this help\n"
854 " -V --version Show version\n"
855 " -v --verbose Enable verbose mode\n"
856 msgstr ""
857 "%s [seçenekler] <yeni makine adı>\n"
858 "\n"
859 " -h --help Bu yardımı göster\n"
860 " -V --version Sürüm bilgisini göster\n"
861 " -v --verbose Ayrıntılı kipi etkinleştir\n"
862
863 #: ../avahi-utils/avahi-set-host-name.c:114
864 #, c-format
865 msgid "Invalid number of arguments, expecting exactly one.\n"
866 msgstr "Geçersiz değişken sayısı, bir bekleniyordu.\n"
867
868 #: ../avahi-utils/avahi-set-host-name.c:193
869 #, c-format
870 msgid "Host name successfully changed to %s\n"
871 msgstr "Makine adı başarıyla %s olarak değiştirildi\n"
0 # Free Software Foundation, Inc (C) 2009
1 # This file is distributed under the same license as the avahi package.
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
23 #
3 # Yuri Chornoivan <yurchor@ukr.net>, 2009, 2010.
4 # Translators:
45 msgid ""
56 msgstr ""
6 "Project-Id-Version: avahi.master-tx.uk\n"
7 "Project-Id-Version: Avahi\n"
78 "Report-Msgid-Bugs-To: \n"
8 "POT-Creation-Date: 2011-04-02 03:23+0200\n"
9 "PO-Revision-Date: 2010-07-01 07:30+0300\n"
10 "Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
11 "Language-Team: Ukrainian <translation@linux.org.ua>\n"
9 "POT-Creation-Date: 2015-10-10 13:24+0200\n"
10 "PO-Revision-Date: 2010-11-29 23:19+0000\n"
11 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12 "Language-Team: Ukrainian (http://www.transifex.com/lennart/avahi/language/"
13 "uk/)\n"
1214 "Language: uk\n"
1315 "MIME-Version: 1.0\n"
1416 "Content-Type: text/plain; charset=UTF-8\n"
1517 "Content-Transfer-Encoding: 8bit\n"
16 "X-Generator: Lokalize 1.1\n"
1718 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
1819 "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
1920
238239 msgstr "Некоректний код помилки"
239240
240241 #: ../avahi-discover-standalone/avahi-discover.ui.h:1
242 msgid "Avahi Discovery"
243 msgstr "Служба виявлення Avahi"
244
245 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
241246 #: ../avahi-python/avahi-discover/avahi-discover.py:76
242247 msgid "<i>No service currently selected.</i>"
243248 msgstr "<i>Не обрано жодної служби.</i>"
244249
245 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
246 msgid "Avahi Discovery"
247 msgstr "Служба виявлення Avahi"
248
249250 #: ../avahi-python/avahi-discover/avahi-discover.desktop.in.in.h:1
250251 msgid "Avahi Zeroconf Browser"
251252 msgstr "Переглядач Zeroconf Avahi"
311312 msgid "The service type of the selected service"
312313 msgstr "Тип позначеної служби"
313314
314 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1023
315 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1035
315316 msgid "Service Name"
316317 msgstr "Назва служби"
317318
430431 msgid "Failed to create browser for %s: %s"
431432 msgstr "Не вдалося створити засіб перегляду для %s: %s"
432433
433 #: ../avahi-ui/avahi-ui.c:903
434 #: ../avahi-ui/avahi-ui.c:907
434435 #, c-format
435436 msgid "Failed to create resolver for %s of type %s in domain %s: %s"
436437 msgstr "Спроба створення засобу визначення для %s типу %s у домені %s: %s"
437438
438 #: ../avahi-ui/avahi-ui.c:978
439 #: ../avahi-ui/avahi-ui.c:982
439440 #, c-format
440441 msgid "Failed to create domain browser: %s"
441442 msgstr "Спроба створення засобу перегляду домену зазнала невдачі: %s"
442443
443 #: ../avahi-ui/avahi-ui.c:989
444 #: ../avahi-ui/avahi-ui.c:993
444445 msgid "Change domain"
445446 msgstr "Змінити домен"
446447
447 #: ../avahi-ui/avahi-ui.c:1031 ../avahi-ui/avahi-ui.c:1162
448 #: ../avahi-ui/avahi-ui.c:1043 ../avahi-ui/avahi-ui.c:1180
448449 msgid "Browsing..."
449450 msgstr "Навігація..."
450451
451 #: ../avahi-ui/avahi-ui.c:1120
452 #: ../avahi-ui/avahi-ui.c:1047 ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156
453 #: ../avahi-ui/bssh.c:161
454 #, fuzzy
455 msgid "_Cancel"
456 msgstr "Скасовано.\n"
457
458 #: ../avahi-ui/avahi-ui.c:1048
459 #, fuzzy
460 msgid "_OK"
461 msgstr "Гаразд"
462
463 #: ../avahi-ui/avahi-ui.c:1134
452464 msgid "Initializing..."
453465 msgstr "Ініціалізація..."
454466
455 #: ../avahi-ui/avahi-ui.c:1144
467 #: ../avahi-ui/avahi-ui.c:1162
456468 msgid "Location"
457469 msgstr "Адреса"
458470
459 #: ../avahi-ui/avahi-ui.c:1149 ../avahi-utils/avahi-browse.c:553
471 #: ../avahi-ui/avahi-ui.c:1167 ../avahi-utils/avahi-browse.c:553
460472 msgid "Name"
461473 msgstr "Назва"
462474
463 #: ../avahi-ui/avahi-ui.c:1154 ../avahi-utils/avahi-browse.c:553
475 #: ../avahi-ui/avahi-ui.c:1172 ../avahi-utils/avahi-browse.c:553
464476 msgid "Type"
465477 msgstr "Тип"
466478
467 #: ../avahi-ui/avahi-ui.c:1166
479 #: ../avahi-ui/avahi-ui.c:1184
468480 msgid "_Domain..."
469481 msgstr "_Домен:"
470482
495507 #: ../avahi-ui/bssh.c:149
496508 msgid "Choose Shell Server"
497509 msgstr "Оберіть сервер оболонки"
510
511 #: ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156 ../avahi-ui/bssh.c:161
512 msgid "C_onnect"
513 msgstr ""
498514
499515 #: ../avahi-ui/bssh.c:151
500516 msgid "Desktop"
0 # translation of zh_CN.po to 简体中文
1 # Copyright (C) 2008 Avahi contributors
2 # This file is distributed under the same license as the Avahi package.
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
33 #
4 # Ni Hui <shuizhuyuanluo@126.com>, 2008.
4 # Translators:
5 # Christopher Meng <i@cicku.me>, 2012
6 # Huan Chen <chenhuan126@126.com>, 2011
7 # nihui <shuizhuyuanluo@126.com>, 2011
58 msgid ""
69 msgstr ""
7 "Project-Id-Version: zh_CN\n"
10 "Project-Id-Version: Avahi\n"
811 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2011-04-02 03:23+0200\n"
10 "PO-Revision-Date: 2010-07-01 17:45+0700\n"
11 "Last-Translator: 甘露(Gan Lu) <rhythm.gan@gmail.com>\n"
12 "Language-Team: 简体中文 <kde-china@kde.org>\n"
13 "Language: \n"
12 "POT-Creation-Date: 2015-10-10 13:24+0200\n"
13 "PO-Revision-Date: 2013-11-20 09:58+0000\n"
14 "Last-Translator: Christopher Meng <i@cicku.me>\n"
15 "Language-Team: Chinese (China) (http://www.transifex.com/lennart/avahi/"
16 "language/zh_CN/)\n"
17 "Language: zh_CN\n"
1418 "MIME-Version: 1.0\n"
1519 "Content-Type: text/plain; charset=UTF-8\n"
1620 "Content-Transfer-Encoding: 8bit\n"
17 "X-Generator: KBabel 1.11.4\n"
21 "Plural-Forms: nplurals=1; plural=0;\n"
1822
1923 #: ../avahi-common/error.c:30
2024 msgid "OK"
3034
3135 #: ../avahi-common/error.c:33
3236 msgid "Invalid host name"
33 msgstr "无效的主机名"
37 msgstr "无效主机名"
3438
3539 #: ../avahi-common/error.c:34
3640 msgid "Invalid domain name"
37 msgstr "无效的域名"
41 msgstr "无效域名"
3842
3943 #: ../avahi-common/error.c:35
4044 msgid "No suitable network protocol available"
41 msgstr "没有适当的网络协议可用"
45 msgstr "没有适合的网络协议可用"
4246
4347 #: ../avahi-common/error.c:36
4448 msgid "Invalid DNS TTL"
45 msgstr "无效的 DNS TTL"
49 msgstr "无效 DNS TTL"
4650
4751 #: ../avahi-common/error.c:37
4852 msgid "Resource record key is pattern"
49 msgstr "资源记录密钥是样品"
53 msgstr "资源记录密钥是伪造的"
5054
5155 #: ../avahi-common/error.c:38
5256 msgid "Local name collision"
5458
5559 #: ../avahi-common/error.c:39
5660 msgid "Invalid record"
57 msgstr "无效的记录"
61 msgstr "无效记录"
5862
5963 #: ../avahi-common/error.c:41
6064 msgid "Invalid service name"
61 msgstr "无效的服务名称"
65 msgstr "无效服务名称"
6266
6367 #: ../avahi-common/error.c:42
6468 msgid "Invalid service type"
65 msgstr "无效的服务类型"
69 msgstr "无效服务类型"
6670
6771 #: ../avahi-common/error.c:43
6872 msgid "Invalid port number"
69 msgstr "无效的端口号"
73 msgstr "无效端口号"
7074
7175 #: ../avahi-common/error.c:44
7276 msgid "Invalid record key"
73 msgstr "无效的记录密钥"
77 msgstr "无效记录密钥"
7478
7579 #: ../avahi-common/error.c:45
7680 msgid "Invalid address"
77 msgstr "无效的地址"
81 msgstr "无效地址"
7882
7983 #: ../avahi-common/error.c:46
8084 msgid "Timeout reached"
102106
103107 #: ../avahi-common/error.c:53
104108 msgid "Invalid operation"
105 msgstr "无效的操作"
109 msgstr "无效操作"
106110
107111 #: ../avahi-common/error.c:54
108112 msgid "An unexpected D-Bus error occurred"
109 msgstr "发生了一个未预期的 D-Bus 错误"
113 msgstr "发生一个意外的 D-Bus 错误"
110114
111115 #: ../avahi-common/error.c:55
112116 msgid "Daemon connection failed"
122126
123127 #: ../avahi-common/error.c:58
124128 msgid "Daemon not running"
125 msgstr "Daemon 未运行"
129 msgstr "Daemon 不在运行"
126130
127131 #: ../avahi-common/error.c:59
128132 msgid "Invalid interface index"
129 msgstr "无效的接口索引"
133 msgstr "无效接口索引"
130134
131135 #: ../avahi-common/error.c:60
132136 msgid "Invalid protocol specification"
133 msgstr "无效的协议规范"
137 msgstr "无效协议规范"
134138
135139 #: ../avahi-common/error.c:61
136140 msgid "Invalid flags"
137 msgstr "无效的属性标志"
141 msgstr "无效属性标志"
138142
139143 #: ../avahi-common/error.c:63
140144 msgid "Not found"
141 msgstr "没有找到"
145 msgstr "没找到"
142146
143147 #: ../avahi-common/error.c:64
144148 msgid "Invalid configuration"
145 msgstr "无效的配置"
149 msgstr "无效配置"
146150
147151 #: ../avahi-common/error.c:65
148152 msgid "Version mismatch"
150154
151155 #: ../avahi-common/error.c:66
152156 msgid "Invalid service subtype"
153 msgstr "无效的服务子类型"
157 msgstr "无效服务子类型"
154158
155159 #: ../avahi-common/error.c:67
156160 msgid "Invalid packet"
157 msgstr "无效的数据包"
161 msgstr "无效数据包"
158162
159163 #: ../avahi-common/error.c:68
160164 msgid "Invalid DNS return code"
161 msgstr "无效的 DNS 返回代码"
165 msgstr "无效 DNS 返回代码"
162166
163167 #: ../avahi-common/error.c:69
164168 msgid "DNS failure: FORMERR"
202206
203207 #: ../avahi-common/error.c:80
204208 msgid "Invalid RDATA"
205 msgstr "无效的 RDATA"
209 msgstr "无效 RDATA"
206210
207211 #: ../avahi-common/error.c:81
208212 msgid "Invalid DNS type"
209 msgstr "无效的 DNS 类型"
213 msgstr "无效 DNS 类型"
210214
211215 #: ../avahi-common/error.c:82
212216 msgid "Invalid DNS class"
213 msgstr "无效的 DNS 类"
217 msgstr "无效 DNS 类别"
214218
215219 #: ../avahi-common/error.c:83
216220 msgid "Not supported"
222226
223227 #: ../avahi-common/error.c:86
224228 msgid "Invalid argument"
225 msgstr "无效的参数"
229 msgstr "无效参数"
226230
227231 #: ../avahi-common/error.c:87
228232 msgid "Is empty"
230234
231235 #: ../avahi-common/error.c:88
232236 msgid "The requested operation is invalid because redundant"
233 msgstr "请求的操作无效,因为过于冗长"
237 msgstr "请求的操作因为太多所以无效。"
234238
235239 #: ../avahi-common/error.c:94
236240 msgid "Invalid Error Code"
237 msgstr "无效的错误代码"
241 msgstr "无效错误代码"
238242
239243 #: ../avahi-discover-standalone/avahi-discover.ui.h:1
244 msgid "Avahi Discovery"
245 msgstr "Avahi Discovery"
246
247 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
240248 #: ../avahi-python/avahi-discover/avahi-discover.py:76
241249 msgid "<i>No service currently selected.</i>"
242 msgstr "<i>没有当前选定的服务。<i>"
243
244 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
245 msgid "Avahi Discovery"
246 msgstr "Avahi发现"
250 msgstr "<i>当前没有选定的服务。<i>"
247251
248252 #: ../avahi-python/avahi-discover/avahi-discover.desktop.in.in.h:1
249253 msgid "Avahi Zeroconf Browser"
250 msgstr "Avahi Zero浏览器"
254 msgstr "Avahi Zeroconf 浏览器"
251255
252256 #: ../avahi-python/avahi-discover/avahi-discover.desktop.in.in.h:2
253257 msgid "Browse for Zeroconf services available on your network"
254 msgstr "浏览网络内的Zeroconf服务"
258 msgstr "浏览网络内可用的 Zeroconf 服务"
255259
256260 #: ../avahi-python/avahi-discover/avahi-discover.py:224
257261 msgid "TXT"
263267
264268 #: ../avahi-python/avahi-discover/avahi-discover.py:226
265269 msgid "empty"
266 msgstr "为空"
270 msgstr "空"
267271
268272 #: ../avahi-python/avahi-discover/avahi-discover.py:228
269273 msgid "Service Type:"
275279
276280 #: ../avahi-python/avahi-discover/avahi-discover.py:230
277281 msgid "Domain Name:"
278 msgstr "域名称:"
282 msgstr "域名:"
279283
280284 #: ../avahi-python/avahi-discover/avahi-discover.py:231
281285 msgid "Interface:"
291295
292296 #: ../avahi-ui/avahi-ui.c:185
293297 msgid "A NULL terminated list of service types to browse for"
294 msgstr "以NULL结尾的服务类型列表用于浏览"
298 msgstr "供浏览的一个以 NULL 结尾的服务类型列表"
295299
296300 #: ../avahi-ui/avahi-ui.c:190
297301 msgid "Domain"
299303
300304 #: ../avahi-ui/avahi-ui.c:190
301305 msgid "The domain to browse in, or NULL for the default domain"
302 msgstr "要浏览的域,或NULL表示默认域"
306 msgstr "要浏览的域,或用 NULL 表示默认域"
303307
304308 #: ../avahi-ui/avahi-ui.c:196
305309 msgid "Service Type"
309313 msgid "The service type of the selected service"
310314 msgstr "选定服务的服务类型"
311315
312 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1023
316 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1035
313317 msgid "Service Name"
314318 msgstr "服务名称"
315319
343347
344348 #: ../avahi-ui/avahi-ui.c:225
345349 msgid "TXT Data"
346 msgstr "TXT数据"
350 msgstr "TXT 数据"
347351
348352 #: ../avahi-ui/avahi-ui.c:225
349353 msgid "The TXT data of the resolved service"
350 msgstr "已解析服务的TXT数据"
354 msgstr "已解析服务的 TXT 数据"
351355
352356 #: ../avahi-ui/avahi-ui.c:230
353357 msgid "Resolve Service"
354 msgstr "解析服务:"
358 msgstr "已解析服务"
355359
356360 #: ../avahi-ui/avahi-ui.c:230
357361 msgid "Resolve the selected service automatically before returning"
358 msgstr "回转前自动解析选定的服务"
362 msgstr "返回前自动解析选定服务"
359363
360364 #: ../avahi-ui/avahi-ui.c:236
361365 msgid "Resolve Service Host Name"
362 msgstr "解析服务主机名:"
366 msgstr "解析服务主机名"
363367
364368 #: ../avahi-ui/avahi-ui.c:236
365369 msgid ""
366370 "Resolve the host name of the selected service automatically before returning"
367 msgstr "回转前自动解析选定服务的主机名"
371 msgstr "返回前自动解析选定服务的主机名"
368372
369373 #: ../avahi-ui/avahi-ui.c:242
370374 msgid "Address family"
371 msgstr "地址类别"
375 msgstr "地址族"
372376
373377 #: ../avahi-ui/avahi-ui.c:242
374378 msgid "The address family for host name resolution"
375 msgstr "用于主机名称解析的地址类别"
379 msgstr "用于主机名解析的地址族"
376380
377381 #: ../avahi-ui/avahi-ui.c:326
378382 #, c-format
387391 #: ../avahi-ui/avahi-ui.c:518
388392 #, c-format
389393 msgid "Browsing for service type %s in domain %s failed: %s"
390 msgstr "浏览服务类型 %s 于域 %s 失败:%s"
394 msgstr "浏览在域 %s$2 中的服务类型 %s$1 失败:%s"
391395
392396 #: ../avahi-ui/avahi-ui.c:519 ../avahi-utils/avahi-browse.c:168
393397 #: ../avahi-utils/avahi-browse.c:169 ../avahi-utils/avahi-browse.c:178
394398 #: ../avahi-utils/avahi-browse.c:179
395399 msgid "n/a"
396 msgstr "不可用"
400 msgstr "不适用"
397401
398402 #: ../avahi-ui/avahi-ui.c:649
399403 #, c-format
416420
417421 #: ../avahi-ui/avahi-ui.c:735
418422 msgid "Browsing for services on <b>local network</b>:"
419 msgstr "浏览服务于 <b>本地网络</b>:"
423 msgstr "浏览<b>本地网络</b>上的服务:"
420424
421425 #: ../avahi-ui/avahi-ui.c:737
422426 #, c-format
423427 msgid "Browsing for services in domain <b>%s</b>:"
424 msgstr "浏览服务于域 <b>%s</b>:"
428 msgstr "浏览域 <b>%s</b> 中的服务:"
425429
426430 #: ../avahi-ui/avahi-ui.c:773
427431 #, c-format
428432 msgid "Failed to create browser for %s: %s"
429433 msgstr "为 %s 创建浏览器失败:%s"
430434
431 #: ../avahi-ui/avahi-ui.c:903
435 #: ../avahi-ui/avahi-ui.c:907
432436 #, c-format
433437 msgid "Failed to create resolver for %s of type %s in domain %s: %s"
434 msgstr "为类型 %s 的 %s 创建解析器于域 %s 失败:%s"
435
436 #: ../avahi-ui/avahi-ui.c:978
438 msgstr "为域 %s$3 中的类型 %s$2 的(服务) %s$1 创建解析器失败:%s"
439
440 #: ../avahi-ui/avahi-ui.c:982
437441 #, c-format
438442 msgid "Failed to create domain browser: %s"
439443 msgstr "创建域浏览器失败:%s"
440444
441 #: ../avahi-ui/avahi-ui.c:989
445 #: ../avahi-ui/avahi-ui.c:993
442446 msgid "Change domain"
443447 msgstr "更改域"
444448
445 #: ../avahi-ui/avahi-ui.c:1031 ../avahi-ui/avahi-ui.c:1162
449 #: ../avahi-ui/avahi-ui.c:1043 ../avahi-ui/avahi-ui.c:1180
446450 msgid "Browsing..."
447451 msgstr "正在浏览..."
448452
449 #: ../avahi-ui/avahi-ui.c:1120
453 #: ../avahi-ui/avahi-ui.c:1047 ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156
454 #: ../avahi-ui/bssh.c:161
455 #, fuzzy
456 msgid "_Cancel"
457 msgstr "已取消。\n"
458
459 #: ../avahi-ui/avahi-ui.c:1048
460 #, fuzzy
461 msgid "_OK"
462 msgstr "确定"
463
464 #: ../avahi-ui/avahi-ui.c:1134
450465 msgid "Initializing..."
451466 msgstr "正在初始化..."
452467
453 #: ../avahi-ui/avahi-ui.c:1144
468 #: ../avahi-ui/avahi-ui.c:1162
454469 msgid "Location"
455470 msgstr "位置"
456471
457 #: ../avahi-ui/avahi-ui.c:1149 ../avahi-utils/avahi-browse.c:553
472 #: ../avahi-ui/avahi-ui.c:1167 ../avahi-utils/avahi-browse.c:553
458473 msgid "Name"
459474 msgstr "名称"
460475
461 #: ../avahi-ui/avahi-ui.c:1154 ../avahi-utils/avahi-browse.c:553
476 #: ../avahi-ui/avahi-ui.c:1172 ../avahi-utils/avahi-browse.c:553
462477 msgid "Type"
463478 msgstr "类型"
464479
465 #: ../avahi-ui/avahi-ui.c:1166
480 #: ../avahi-ui/avahi-ui.c:1184
466481 msgid "_Domain..."
467 msgstr "_域..."
482 msgstr "_域(D)..."
468483
469484 #: ../avahi-ui/bssh.c:55
470485 #, c-format
477492 " -S --shell Browse both SSH and VNC\n"
478493 " -d --domain=DOMAIN The domain to browse in\n"
479494 msgstr ""
480 "%s [options]\n"
495 "%s [选项]\n"
481496 "\n"
482 " -h --help 显示该帮助信息\n"
483 " -s --ssh 浏览SSH服务器\n"
484 " -v --vnc 浏览VNC服务器\n"
485 " -S --shell 浏览SSH和VNC\n"
486 " -d --domain=DOMAIN 要浏览的域名\n"
497 " -h --help 显示帮助信息\n"
498 " -s --ssh 浏览 SSH 服务器\n"
499 " -v --vnc 浏览 VNC 服务器\n"
500 " -S --shell 浏览 SSH 和 VNC\n"
501 " -d --domain=<域> 要浏览的域名\n"
487502
488503 #: ../avahi-ui/bssh.c:101 ../avahi-utils/avahi-browse.c:775
489504 #, c-format
494509 msgid "Choose Shell Server"
495510 msgstr "选择 Shell 服务器"
496511
512 #: ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156 ../avahi-ui/bssh.c:161
513 msgid "C_onnect"
514 msgstr ""
515
497516 #: ../avahi-ui/bssh.c:151
498517 msgid "Desktop"
499518 msgstr "桌面"
527546
528547 #: ../avahi-ui/bssh.desktop.in.in.h:1
529548 msgid "Avahi SSH Server Browser"
530 msgstr "Avahi SSH服务器浏览器"
549 msgstr "Avahi SSH 服务器的浏览器"
531550
532551 #: ../avahi-ui/bssh.desktop.in.in.h:2
533552 msgid "Browse for Zeroconf-enabled SSH Servers"
534 msgstr "浏览具有Zeroconf功能的SSH服务器"
553 msgstr "浏览启用了 Zeroconf 的 SSH 服务器"
535554
536555 #: ../avahi-ui/bvnc.desktop.in.in.h:1
537556 msgid "Avahi VNC Server Browser"
538 msgstr "Avahi VNC服务器浏览器"
557 msgstr "Avahi VNC 服务器的浏览器"
539558
540559 #: ../avahi-ui/bvnc.desktop.in.in.h:2
541560 msgid "Browse for Zeroconf-enabled VNC Servers"
542 msgstr "浏览具有Zeroconf功能的VNC服务器"
561 msgstr "浏览启用了 Zeroconf 功能的 VNC 服务器"
543562
544563 #: ../avahi-utils/avahi-browse.c:107
545564 #, c-format
546565 msgid ": All for now\n"
547 msgstr ":当前所有\n"
566 msgstr ":到此为止\n"
548567
549568 #: ../avahi-utils/avahi-browse.c:118
550569 #, c-format
551570 msgid ": Cache exhausted\n"
552 msgstr ":缓存用尽\n"
571 msgstr ":缓存已用尽\n"
553572
554573 #: ../avahi-utils/avahi-browse.c:239 ../avahi-utils/avahi-browse.c:261
555574 #, c-format
556575 msgid "Failed to resolve service '%s' of type '%s' in domain '%s': %s\n"
557 msgstr "解析类型“%s”的服务“%s”于域“%s”失败:%s\n"
576 msgstr "解析域 '%s$3' 中的 类型'%s$2' 的服务 '%s$1' 失败:%s\n"
558577
559578 #: ../avahi-utils/avahi-browse.c:340
560579 #, c-format
605624 #: ../avahi-utils/avahi-browse.c:549
606625 #, c-format
607626 msgid "E Ifce Prot Domain\n"
608 msgstr "E Ifce Prot 域\n"
627 msgstr "E Ifce Prot Domain\n"
609628
610629 #. Translators: This is a column heading with abbreviations for
611630 #. * Event (+/-), Network Interface, Protocol (IPv4/v6), Domain
612631 #: ../avahi-utils/avahi-browse.c:553
613632 #, c-format
614633 msgid "E Ifce Prot %-*s %-20s Domain\n"
615 msgstr "E Ifce Prot %-*s %-20s 域\n"
634 msgstr "E Ifce Prot %-*s %-20s Domain\n"
616635
617636 #. We have been disconnected, so let reconnect
618637 #: ../avahi-utils/avahi-browse.c:585 ../avahi-utils/avahi-publish.c:163
619638 #, c-format
620639 msgid "Disconnected, reconnecting ...\n"
621 msgstr "已断开,正在重新连接 ...\n"
640 msgstr "已断开,正在重新连接...\n"
622641
623642 #: ../avahi-utils/avahi-browse.c:599 ../avahi-utils/avahi-browse.c:829
624643 #: ../avahi-utils/avahi-publish.c:170 ../avahi-utils/avahi-publish.c:386
631650 #: ../avahi-utils/avahi-resolve.c:143 ../avahi-utils/avahi-set-host-name.c:59
632651 #, c-format
633652 msgid "Client failure, exiting: %s\n"
634 msgstr "客户端失败,退出:%s\n"
653 msgstr "客户端失败,正在退出:%s\n"
635654
636655 #: ../avahi-utils/avahi-browse.c:623 ../avahi-utils/avahi-publish.c:206
637656 #, c-format
654673 " -f --no-fail Don't fail if the daemon is not available\n"
655674 " -p --parsable Output in parsable format\n"
656675 msgstr ""
657 " -h --help 显示本帮助\n"
658 " -V --version 显示版本\n"
659 " -D --browse-domains 浏览域而不是服务\n"
660 " -a --all 显示所有服务,忽略类型\n"
661 " -d --domain=DOMAIN 要浏览的域\n"
662 " -v --verbose 启用详述模式\n"
663 " -t --terminate 导出一个完整列表后终止\n"
664 " -c --cache 导出缓存中的所有条目后终止\n"
665 " -l --ignore-local 忽略本地服务\n"
666 " -r --resolve 解析找到的服务\n"
667 " -f --no-fail 如果 daemon 不可用也不中断\n"
668 " -p --parsable 输出可解析格式\n"
676 " -h --help 显示本帮助信息\n"
677 " -V --version 显示版本\n"
678 " -D --browse-domains 浏览域而不浏览服务\n"
679 " -a --all 显示所有服务,不考虑类型\n"
680 " -d --domain=<域> 要浏览的域\n"
681 " -v --verbose 启用详细模式\n"
682 " -t --terminate 在转储基本完整的列表后终止\n"
683 " -c --cache 在转储缓存中的所有条目后终止\n"
684 " -l --ignore-local 忽略本地服务\n"
685 " -r --resolve 解析找到的服务\n"
686 " -f --no-fail 即使 daemon 不可用也不退出\n"
687 " -p --parsable 输出可解析的格式\n"
669688
670689 #: ../avahi-utils/avahi-browse.c:660
671690 msgid ""
672691 " -k --no-db-lookup Don't lookup service types\n"
673692 " -b --dump-db Dump service type database\n"
674693 msgstr ""
675 " -k --no-db-lookup 不查询服务类型\n"
676 " -b --dump-db 导出服务类型数据库\n"
694 " -k --no-db-lookup 不查询服务类型\n"
695 " -b --dump-db 转储服务类型数据库\n"
677696
678697 #: ../avahi-utils/avahi-browse.c:766 ../avahi-utils/avahi-resolve.c:219
679698 #, c-format
680699 msgid "Too few arguments\n"
681 msgstr "过少的参数\n"
700 msgstr "参数太少\n"
682701
683702 #: ../avahi-utils/avahi-browse.c:821 ../avahi-utils/avahi-publish.c:378
684703 #: ../avahi-utils/avahi-resolve.c:264 ../avahi-utils/avahi-set-host-name.c:152
685704 #, c-format
686705 msgid "Failed to create simple poll object.\n"
687 msgstr "创建简单查询对象失败。\n"
706 msgstr "创建简单轮询对象失败。\n"
688707
689708 #: ../avahi-utils/avahi-publish.c:76
690709 #, c-format
691710 msgid "Established under name '%s'\n"
692 msgstr "已以名称“%s”建立\n"
711 msgstr "'%s' 已建立\n"
693712
694713 #: ../avahi-utils/avahi-publish.c:81
695714 #, c-format
699718 #: ../avahi-utils/avahi-publish.c:94
700719 #, c-format
701720 msgid "Name collision, picking new name '%s'.\n"
702 msgstr "名称冲突,挑选新名称“%s”。\n"
721 msgstr "名称冲突,挑选了新名称 '%s'。\n"
703722
704723 #: ../avahi-utils/avahi-publish.c:114
705724 #, c-format
719738 #: ../avahi-utils/avahi-publish.c:140
720739 #, c-format
721740 msgid "Failed to add subtype '%s': %s\n"
722 msgstr "添加子类型“%s”失败:%s\n"
741 msgstr "添加子类型 '%s' 失败:%s\n"
723742
724743 #: ../avahi-utils/avahi-publish.c:191
725744 #, c-format
744763 " -R --no-reverse Do not publish reverse entry with address\n"
745764 " -f --no-fail Don't fail if the daemon is not available\n"
746765 msgstr ""
747 "%s [选项] %s <名称> <类型> <端口> [<txt ...>]\n"
766 "%s [选项] %s <名称> <类型> <端口> [<文本 ...>]\n"
748767 "%s [选项] %s <主机名> <地址>\n"
749768 "\n"
750 " -h --help 显示本帮助\n"
751 " -V --version 显示版本\n"
752 " -s --service 发布服务\n"
753 " -a --address 发布地址\n"
754 " -v --verbose 启用详述模式\n"
755 " -d --domain=DOMAIN 要发布服务的域\n"
756 " -H --host=DOMAIN 服务宿属的主机\n"
757 " --subtype=SUBTYPE 用于注册此服务的额外子类型\n"
758 " -R --no-reverse 不发布带地址的反转条目 -f --no-fail 如果 "
759 "daemon 不可用也不中断\n"
769 " -h --help 显示本帮助信息\n"
770 " -V --version 显示版本\n"
771 " -s --service 发布服务\n"
772 " -a --address 发布地址\n"
773 " -v --verbose 启用详细模式\n"
774 " -d --domain=DOMAIN 要在其中发布服务的域\n"
775 " -H --host=DOMAIN 运行服务的主机\n"
776 " --subtype=SUBTYPE 用于注册此服务的额外子类型\n"
777 " -R --no-reverse 不与地址一起发布反向条目\n"
778 " -f --no-fail 即使 daemon 不可用也不退出\n"
760779
761780 #: ../avahi-utils/avahi-publish.c:303 ../avahi-utils/avahi-publish.c:318
762781 #, c-format
763782 msgid "Bad number of arguments\n"
764 msgstr "无效的参数个数\n"
783 msgstr "无效参数个数\n"
765784
766785 #: ../avahi-utils/avahi-publish.c:329
767786 #, c-format
771790 #: ../avahi-utils/avahi-publish.c:361 ../avahi-utils/avahi-resolve.c:246
772791 #, c-format
773792 msgid "No command specified.\n"
774 msgstr "没有指定的命令。\n"
793 msgstr "没有指定命令。\n"
775794
776795 #: ../avahi-utils/avahi-resolve.c:89
777796 #, c-format
778797 msgid "Failed to resolve host name '%s': %s\n"
779 msgstr "解析主机名“%s”失败:%s\n"
798 msgstr "解析主机名 '%s' 失败:%s\n"
780799
781800 #: ../avahi-utils/avahi-resolve.c:126
782801 #, c-format
783802 msgid "Failed to resolve address '%s': %s\n"
784 msgstr "解析地址“%s”失败:%s\n"
803 msgstr "解析地址 '%s' 失败:%s\n"
785804
786805 #: ../avahi-utils/avahi-resolve.c:157
787806 #, c-format
800819 "%s [选项] %s <主机名 ...>\n"
801820 "%s [选项] %s <地址 ... >\n"
802821 "\n"
803 " -h --help 显示本帮助\n"
822 " -h --help 显示本帮助信息\n"
804823 " -V --version 显示版本\n"
805824 " -n --name 解析主机名\n"
806825 " -a --address 解析地址\n"
807 " -v --verbose 启用详述模式\n"
808 " -6 检查 IPv6 地址\n"
809 " -4 检查 IPv4 地址\n"
826 " -v --verbose 启用详细模式\n"
827 " -6 查询 IPv6 地址\n"
828 " -4 查询 IPv4 地址\n"
810829
811830 #: ../avahi-utils/avahi-resolve.c:299 ../avahi-utils/avahi-set-host-name.c:181
812831 #, c-format
816835 #: ../avahi-utils/avahi-resolve.c:309
817836 #, c-format
818837 msgid "Failed to parse address '%s'\n"
819 msgstr "分析地址“%s”失败\n"
838 msgstr "分析地址 '%s' 失败\n"
820839
821840 #: ../avahi-utils/avahi-resolve.c:314
822841 #, c-format
834853 msgstr ""
835854 "%s [选项] <新主机名>\n"
836855 "\n"
837 " -h --help 显示本帮助\n"
838 " -V --version 显示版本\n"
839 " -v --verbose 启用详述模式\n"
856 " -h --help 显示本帮助信息\n"
857 " -V --version 显示版本\n"
858 " -v --verbose 启用详细模式\n"
840859
841860 #: ../avahi-utils/avahi-set-host-name.c:114
842861 #, c-format
843862 msgid "Invalid number of arguments, expecting exactly one.\n"
844 msgstr "无效的参数个数,只接受一个参数。\n"
863 msgstr "无效参数个数,只期待一个参数。\n"
845864
846865 #: ../avahi-utils/avahi-set-host-name.c:193
847866 #, c-format
0 # Traditional Chinese Translation for avahi
0 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 # Cheng-Chia Tseng <pswo10680@gmail.com>, 2010.
43 #
4 # Translators:
5 # Jeff Huang <s8321414@gmail.com>, 2015
56 msgid ""
67 msgstr ""
7 "Project-Id-Version: Master\n"
8 "Project-Id-Version: Avahi\n"
89 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2011-04-02 03:23+0200\n"
10 "PO-Revision-Date: 2010-08-18 01:01+0800\n"
11 "Last-Translator: Cheng-Chia Tseng <pswo10680@gmail.com>\n"
12 "Language-Team: chinese-l10n <chinese-l10n@googlegroups.com>\n"
13 "Language: \n"
10 "POT-Creation-Date: 2015-10-10 13:24+0200\n"
11 "PO-Revision-Date: 2015-08-13 02:16+0000\n"
12 "Last-Translator: Jeff Huang <s8321414@gmail.com>\n"
13 "Language-Team: Chinese (Taiwan) (http://www.transifex.com/lennart/avahi/"
14 "language/zh_TW/)\n"
15 "Language: zh_TW\n"
1416 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=utf-8\n"
17 "Content-Type: text/plain; charset=UTF-8\n"
1618 "Content-Transfer-Encoding: 8bit\n"
19 "Plural-Forms: nplurals=1; plural=0;\n"
1720
1821 #: ../avahi-common/error.c:30
1922 msgid "OK"
20 msgstr "確認"
23 msgstr "確定"
2124
2225 #: ../avahi-common/error.c:31
2326 msgid "Operation failed"
4548
4649 #: ../avahi-common/error.c:37
4750 msgid "Resource record key is pattern"
48 msgstr ""
51 msgstr "資源記錄金鑰為一模式"
4952
5053 #: ../avahi-common/error.c:38
5154 msgid "Local name collision"
8184
8285 #: ../avahi-common/error.c:47
8386 msgid "Too many clients"
84 msgstr "太多用戶端"
87 msgstr "過多用戶端"
8588
8689 #: ../avahi-common/error.c:48
8790 msgid "Too many objects"
8992
9093 #: ../avahi-common/error.c:49
9194 msgid "Too many entries"
92 msgstr ""
95 msgstr "過多條目"
9396
9497 #: ../avahi-common/error.c:50
9598 msgid "OS Error"
209212
210213 #: ../avahi-common/error.c:82
211214 msgid "Invalid DNS class"
212 msgstr ""
215 msgstr "無效的 DNS 類別"
213216
214217 #: ../avahi-common/error.c:83
215218 msgid "Not supported"
236239 msgstr "無效的錯誤代碼"
237240
238241 #: ../avahi-discover-standalone/avahi-discover.ui.h:1
242 msgid "Avahi Discovery"
243 msgstr "Avahi 探索"
244
245 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
239246 #: ../avahi-python/avahi-discover/avahi-discover.py:76
240247 msgid "<i>No service currently selected.</i>"
241248 msgstr "<i>目前未選取服務。</i>"
242249
243 #: ../avahi-discover-standalone/avahi-discover.ui.h:2
244 msgid "Avahi Discovery"
245 msgstr "Avahi 探索"
246
247250 #: ../avahi-python/avahi-discover/avahi-discover.desktop.in.in.h:1
248251 msgid "Avahi Zeroconf Browser"
249 msgstr "Avahi Zeroconf 瀏覽程式"
252 msgstr "Avahi Zeroconf 瀏覽器"
250253
251254 #: ../avahi-python/avahi-discover/avahi-discover.desktop.in.in.h:2
252255 msgid "Browse for Zeroconf services available on your network"
290293
291294 #: ../avahi-ui/avahi-ui.c:185
292295 msgid "A NULL terminated list of service types to browse for"
293 msgstr ""
296 msgstr "空的結束服務類型列表,在瀏覽"
294297
295298 #: ../avahi-ui/avahi-ui.c:190
296299 msgid "Domain"
298301
299302 #: ../avahi-ui/avahi-ui.c:190
300303 msgid "The domain to browse in, or NULL for the default domain"
301 msgstr ""
304 msgstr "要瀏覽的網域,或是留空為預設的網域"
302305
303306 #: ../avahi-ui/avahi-ui.c:196
304307 msgid "Service Type"
308311 msgid "The service type of the selected service"
309312 msgstr "所選服務的服務類型"
310313
311 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1023
314 #: ../avahi-ui/avahi-ui.c:202 ../avahi-ui/avahi-ui.c:1035
312315 msgid "Service Name"
313316 msgstr "服務名稱"
314317
322325
323326 #: ../avahi-ui/avahi-ui.c:208
324327 msgid "The address of the resolved service"
325 msgstr ""
328 msgstr "解析服務的位址"
326329
327330 #: ../avahi-ui/avahi-ui.c:213
328331 msgid "Port"
338341
339342 #: ../avahi-ui/avahi-ui.c:219
340343 msgid "The host name of the resolved service"
341 msgstr ""
344 msgstr "解析服務的主機名稱"
342345
343346 #: ../avahi-ui/avahi-ui.c:225
344347 msgid "TXT Data"
346349
347350 #: ../avahi-ui/avahi-ui.c:225
348351 msgid "The TXT data of the resolved service"
349 msgstr ""
352 msgstr "解析服務的 TXT 資料"
350353
351354 #: ../avahi-ui/avahi-ui.c:230
352355 msgid "Resolve Service"
367370
368371 #: ../avahi-ui/avahi-ui.c:242
369372 msgid "Address family"
370 msgstr ""
373 msgstr "位址家族"
371374
372375 #: ../avahi-ui/avahi-ui.c:242
373376 msgid "The address family for host name resolution"
374 msgstr ""
377 msgstr "主機名稱解析的位址家族"
375378
376379 #: ../avahi-ui/avahi-ui.c:326
377380 #, c-format
386389 #: ../avahi-ui/avahi-ui.c:518
387390 #, c-format
388391 msgid "Browsing for service type %s in domain %s failed: %s"
389 msgstr ""
392 msgstr "瀏覽服務類型 %s 在網域 %s 失敗:%s"
390393
391394 #: ../avahi-ui/avahi-ui.c:519 ../avahi-utils/avahi-browse.c:168
392395 #: ../avahi-utils/avahi-browse.c:169 ../avahi-utils/avahi-browse.c:178
397400 #: ../avahi-ui/avahi-ui.c:649
398401 #, c-format
399402 msgid "Avahi domain browser failure: %s"
400 msgstr ""
403 msgstr "Avahi 網域瀏覽器失敗:%s"
401404
402405 #: ../avahi-ui/avahi-ui.c:684
403406 #, c-format
404407 msgid "Failed to read Avahi domain: %s"
405 msgstr ""
408 msgstr "無法讀取 Avahi 網域:%s"
406409
407410 #: ../avahi-ui/avahi-ui.c:706
408411 msgid "Browse service type list is empty!"
409 msgstr ""
412 msgstr "瀏覽服務類型清單是空白的!"
410413
411414 #: ../avahi-ui/avahi-ui.c:717
412415 #, c-format
413416 msgid "Failed to connect to Avahi server: %s"
414 msgstr ""
417 msgstr "無法連接至 Avahi 伺服器:%s"
415418
416419 #: ../avahi-ui/avahi-ui.c:735
417420 msgid "Browsing for services on <b>local network</b>:"
418 msgstr ""
421 msgstr "正在瀏覽<b>本地端網路</b>的服務:"
419422
420423 #: ../avahi-ui/avahi-ui.c:737
421424 #, c-format
422425 msgid "Browsing for services in domain <b>%s</b>:"
423 msgstr ""
426 msgstr "正在瀏覽網域 <b>%s</b> 的服務:"
424427
425428 #: ../avahi-ui/avahi-ui.c:773
426429 #, c-format
427430 msgid "Failed to create browser for %s: %s"
428 msgstr ""
429
430 #: ../avahi-ui/avahi-ui.c:903
431 msgstr "無法建立 %s 的瀏覽器:%s"
432
433 #: ../avahi-ui/avahi-ui.c:907
431434 #, c-format
432435 msgid "Failed to create resolver for %s of type %s in domain %s: %s"
433 msgstr ""
434
435 #: ../avahi-ui/avahi-ui.c:978
436 msgstr "建立 %s 類型 %s 在網域 %s 中的解法器失敗:%s"
437
438 #: ../avahi-ui/avahi-ui.c:982
436439 #, c-format
437440 msgid "Failed to create domain browser: %s"
438 msgstr ""
439
440 #: ../avahi-ui/avahi-ui.c:989
441 msgstr "無法建立網域瀏覽器:%s"
442
443 #: ../avahi-ui/avahi-ui.c:993
441444 msgid "Change domain"
442445 msgstr "變更網域"
443446
444 #: ../avahi-ui/avahi-ui.c:1031 ../avahi-ui/avahi-ui.c:1162
447 #: ../avahi-ui/avahi-ui.c:1043 ../avahi-ui/avahi-ui.c:1180
445448 msgid "Browsing..."
446449 msgstr "正在瀏覽..."
447450
448 #: ../avahi-ui/avahi-ui.c:1120
451 #: ../avahi-ui/avahi-ui.c:1047 ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156
452 #: ../avahi-ui/bssh.c:161
453 #, fuzzy
454 msgid "_Cancel"
455 msgstr "已取消。\n"
456
457 #: ../avahi-ui/avahi-ui.c:1048
458 #, fuzzy
459 msgid "_OK"
460 msgstr "確定"
461
462 #: ../avahi-ui/avahi-ui.c:1134
449463 msgid "Initializing..."
450464 msgstr "正在初始化..."
451465
452 #: ../avahi-ui/avahi-ui.c:1144
466 #: ../avahi-ui/avahi-ui.c:1162
453467 msgid "Location"
454468 msgstr "位置"
455469
456 #: ../avahi-ui/avahi-ui.c:1149 ../avahi-utils/avahi-browse.c:553
470 #: ../avahi-ui/avahi-ui.c:1167 ../avahi-utils/avahi-browse.c:553
457471 msgid "Name"
458472 msgstr "名稱"
459473
460 #: ../avahi-ui/avahi-ui.c:1154 ../avahi-utils/avahi-browse.c:553
474 #: ../avahi-ui/avahi-ui.c:1172 ../avahi-utils/avahi-browse.c:553
461475 msgid "Type"
462476 msgstr "類型"
463477
464 #: ../avahi-ui/avahi-ui.c:1166
478 #: ../avahi-ui/avahi-ui.c:1184
465479 msgid "_Domain..."
466480 msgstr "網域(_D)..."
467481
476490 " -S --shell Browse both SSH and VNC\n"
477491 " -d --domain=DOMAIN The domain to browse in\n"
478492 msgstr ""
493 "%s [選項]\n"
494 "\n"
495 " -h --help 顯示這個說明\n"
496 " -s --ssh 瀏覽 SSH 伺服器\n"
497 " -v --vnc 瀏覽 VNC 伺服器\n"
498 " -S --shell 同時瀏覽 SSH 與 VNC\n"
499 " -d --domain=DOMAIN 要瀏覽的域名\n"
479500
480501 #: ../avahi-ui/bssh.c:101 ../avahi-utils/avahi-browse.c:775
481502 #, c-format
482503 msgid "Too many arguments\n"
483 msgstr "太多引數\n"
504 msgstr "過多引數\n"
484505
485506 #: ../avahi-ui/bssh.c:149
486507 msgid "Choose Shell Server"
487508 msgstr "選擇 Shell 伺服器"
488509
510 #: ../avahi-ui/bssh.c:149 ../avahi-ui/bssh.c:156 ../avahi-ui/bssh.c:161
511 msgid "C_onnect"
512 msgstr ""
513
489514 #: ../avahi-ui/bssh.c:151
490515 msgid "Desktop"
491516 msgstr "桌面"
510535 #: ../avahi-ui/bssh.c:240
511536 #, c-format
512537 msgid "execlp() failed: %s\n"
513 msgstr ""
538 msgstr "execlp() 失敗:%s\n"
514539
515540 #: ../avahi-ui/bssh.c:250
516541 #, c-format
519544
520545 #: ../avahi-ui/bssh.desktop.in.in.h:1
521546 msgid "Avahi SSH Server Browser"
522 msgstr "Avahi SSH 伺服器瀏覽程式"
547 msgstr "Avahi SSH 伺服器瀏覽器"
523548
524549 #: ../avahi-ui/bssh.desktop.in.in.h:2
525550 msgid "Browse for Zeroconf-enabled SSH Servers"
527552
528553 #: ../avahi-ui/bvnc.desktop.in.in.h:1
529554 msgid "Avahi VNC Server Browser"
530 msgstr "Avahi VNC 伺服器瀏覽程式"
555 msgstr "Avahi VNC 伺服器瀏覽器"
531556
532557 #: ../avahi-ui/bvnc.desktop.in.in.h:2
533558 msgid "Browse for Zeroconf-enabled VNC Servers"
534559 msgstr "瀏覽啟用 Zeroconf 的 VNC 伺服器"
535560
536561 #: ../avahi-utils/avahi-browse.c:107
537 #, fuzzy, c-format
562 #, c-format
538563 msgid ": All for now\n"
539564 msgstr ": 現在是全部\n"
540565
546571 #: ../avahi-utils/avahi-browse.c:239 ../avahi-utils/avahi-browse.c:261
547572 #, c-format
548573 msgid "Failed to resolve service '%s' of type '%s' in domain '%s': %s\n"
549 msgstr ""
574 msgstr "服務「%s」類型「%s」在網域「%s」中解決失敗:%s\n"
550575
551576 #: ../avahi-utils/avahi-browse.c:340
552577 #, c-format
553578 msgid "service_browser failed: %s\n"
554 msgstr ""
579 msgstr "service_browser 失敗:%s\n"
555580
556581 #: ../avahi-utils/avahi-browse.c:378
557582 #, c-format
558583 msgid "avahi_service_browser_new() failed: %s\n"
559 msgstr ""
584 msgstr "avahi_service_browser_new() 失敗:%s\n"
560585
561586 #: ../avahi-utils/avahi-browse.c:414
562587 #, c-format
563588 msgid "service_type_browser failed: %s\n"
564 msgstr ""
589 msgstr "service_type_browser 失敗:%s\n"
565590
566591 #: ../avahi-utils/avahi-browse.c:444
567592 #, c-format
568593 msgid "avahi_service_type_browser_new() failed: %s\n"
569 msgstr ""
594 msgstr "avahi_service_type_browser_new() 失敗:%s\n"
570595
571596 #: ../avahi-utils/avahi-browse.c:519
572597 #, c-format
573598 msgid "avahi_domain_browser_new() failed: %s\n"
574 msgstr ""
599 msgstr "avahi_domain_browser_new() 失敗:%s\n"
575600
576601 #: ../avahi-utils/avahi-browse.c:535 ../avahi-utils/avahi-publish.c:394
577602 #: ../avahi-utils/avahi-resolve.c:280 ../avahi-utils/avahi-set-host-name.c:168
578603 #, c-format
579604 msgid "Failed to query version string: %s\n"
580 msgstr ""
605 msgstr "無法查詢版本字串:%s\n"
581606
582607 #: ../avahi-utils/avahi-browse.c:540 ../avahi-utils/avahi-publish.c:399
583608 #: ../avahi-utils/avahi-resolve.c:285 ../avahi-utils/avahi-set-host-name.c:173
584609 #: ../avahi-utils/avahi-set-host-name.c:189
585610 #, c-format
586611 msgid "Failed to query host name: %s\n"
587 msgstr ""
612 msgstr "無法查詢主機名稱:%s\n"
588613
589614 #: ../avahi-utils/avahi-browse.c:544 ../avahi-utils/avahi-publish.c:403
590615 #: ../avahi-utils/avahi-resolve.c:289 ../avahi-utils/avahi-set-host-name.c:177
591616 #, c-format
592617 msgid "Server version: %s; Host name: %s\n"
593 msgstr ""
618 msgstr "伺服器版本:%s;主機名稱:%s\n"
594619
595620 #. Translators: This is a column heading with abbreviations for
596621 #. * Event (+/-), Network Interface, Protocol (IPv4/v6), Domain
597622 #: ../avahi-utils/avahi-browse.c:549
598623 #, c-format
599624 msgid "E Ifce Prot Domain\n"
600 msgstr ""
625 msgstr "E Ifce Prot 網域\n"
601626
602627 #. Translators: This is a column heading with abbreviations for
603628 #. * Event (+/-), Network Interface, Protocol (IPv4/v6), Domain
604629 #: ../avahi-utils/avahi-browse.c:553
605630 #, c-format
606631 msgid "E Ifce Prot %-*s %-20s Domain\n"
607 msgstr ""
632 msgstr "E Ifce Prot %-*s %-20s 網域\n"
608633
609634 #. We have been disconnected, so let reconnect
610635 #: ../avahi-utils/avahi-browse.c:585 ../avahi-utils/avahi-publish.c:163
617642 #: ../avahi-utils/avahi-resolve.c:272 ../avahi-utils/avahi-set-host-name.c:160
618643 #, c-format
619644 msgid "Failed to create client object: %s\n"
620 msgstr ""
645 msgstr "無法建立客戶端物件:%s\n"
621646
622647 #: ../avahi-utils/avahi-browse.c:604 ../avahi-utils/avahi-publish.c:175
623648 #: ../avahi-utils/avahi-resolve.c:143 ../avahi-utils/avahi-set-host-name.c:59
628653 #: ../avahi-utils/avahi-browse.c:623 ../avahi-utils/avahi-publish.c:206
629654 #, c-format
630655 msgid "Waiting for daemon ...\n"
631 msgstr ""
656 msgstr "正在等候幕後程式...\n"
632657
633658 #: ../avahi-utils/avahi-browse.c:647
634659 msgid ""
646671 " -f --no-fail Don't fail if the daemon is not available\n"
647672 " -p --parsable Output in parsable format\n"
648673 msgstr ""
674 " -h --help 顯示本說明\n"
675 " -V --version 顯示版本\n"
676 " -D --browse-domains 顯示除了服務以外的瀏覽網域\n"
677 " -a --all 顯示所有服務,無論類型\n"
678 " -d --domain=DOMAIN 瀏覽的網域\n"
679 " -v --verbose 啟用冗餘模式\n"
680 " -t --terminate 在傾印出較完整或較不完整的列表後結束\n"
681 " -c --cache 在傾印出所有從快取而來的項目後結束\n"
682 " -l --ignore-local 忽略本機服務\n"
683 " -r --resolve 解決找到的服務\n"
684 " -f --no-fail 若守護行程不可用時不要失敗\n"
685 " -p --parsable 以可解析的格式輸出\n"
649686
650687 #: ../avahi-utils/avahi-browse.c:660
651688 msgid ""
652689 " -k --no-db-lookup Don't lookup service types\n"
653690 " -b --dump-db Dump service type database\n"
654691 msgstr ""
692 " -k --no-db-lookup 不要查詢服務類型\n"
693 " -b --dump-db 傾印服務類型資料庫\n"
655694
656695 #: ../avahi-utils/avahi-browse.c:766 ../avahi-utils/avahi-resolve.c:219
657696 #, c-format
662701 #: ../avahi-utils/avahi-resolve.c:264 ../avahi-utils/avahi-set-host-name.c:152
663702 #, c-format
664703 msgid "Failed to create simple poll object.\n"
665 msgstr ""
704 msgstr "建力簡易投票物件失敗。\n"
666705
667706 #: ../avahi-utils/avahi-publish.c:76
668707 #, c-format
669708 msgid "Established under name '%s'\n"
670 msgstr ""
709 msgstr "已於名稱「%s」建立\n"
671710
672711 #: ../avahi-utils/avahi-publish.c:81
673712 #, c-format
682721 #: ../avahi-utils/avahi-publish.c:114
683722 #, c-format
684723 msgid "Failed to create entry group: %s\n"
685 msgstr ""
724 msgstr "無法建立條目群組:%s\n"
686725
687726 #: ../avahi-utils/avahi-publish.c:124
688727 #, c-format
689728 msgid "Failed to add address: %s\n"
690 msgstr ""
729 msgstr "無法加入位址:%s\n"
691730
692731 #: ../avahi-utils/avahi-publish.c:134
693732 #, c-format
694733 msgid "Failed to add service: %s\n"
695 msgstr ""
734 msgstr "無法加入服務:%s\n"
696735
697736 #: ../avahi-utils/avahi-publish.c:140
698737 #, c-format
699738 msgid "Failed to add subtype '%s': %s\n"
700 msgstr ""
739 msgstr "無法加入子類型「%s」:%s\n"
701740
702741 #: ../avahi-utils/avahi-publish.c:191
703742 #, c-format
722761 " -R --no-reverse Do not publish reverse entry with address\n"
723762 " -f --no-fail Don't fail if the daemon is not available\n"
724763 msgstr ""
764 "%s [選項] %s <名稱> <類型> <埠> [<txt ...>]\n"
765 "%s [選項] %s <主機名稱> <地址>\n"
766 "\n"
767 " -h --help 顯示此說明\n"
768 " -V --version 顯示版本\n"
769 " -s --service 發佈服務\n"
770 " -a --address 發佈地址\n"
771 " -v --verbose 啟用冗餘模式\n"
772 " -d --domain=DOMAIN 要發佈服務的網域\n"
773 " -H --host=DOMAIN 服務所在的主機\n"
774 " --subtype=SUBTYPE 該服務所註冊的額外子類型\n"
775 " -R --no-reverse 不要以地址逆向發佈項目\n"
776 " -f --no-fail 若守護行程不可用時不要失敗\n"
725777
726778 #: ../avahi-utils/avahi-publish.c:303 ../avahi-utils/avahi-publish.c:318
727779 #, c-format
728780 msgid "Bad number of arguments\n"
729 msgstr ""
781 msgstr "引數數目不良\n"
730782
731783 #: ../avahi-utils/avahi-publish.c:329
732784 #, c-format
733785 msgid "Failed to parse port number: %s\n"
734 msgstr ""
786 msgstr "無法解析連接埠號:%s\n"
735787
736788 #: ../avahi-utils/avahi-publish.c:361 ../avahi-utils/avahi-resolve.c:246
737789 #, c-format
738790 msgid "No command specified.\n"
739 msgstr ""
791 msgstr "未指定指令。\n"
740792
741793 #: ../avahi-utils/avahi-resolve.c:89
742794 #, c-format
743795 msgid "Failed to resolve host name '%s': %s\n"
744 msgstr ""
796 msgstr "無法解析主機名稱「%s」:%s\n"
745797
746798 #: ../avahi-utils/avahi-resolve.c:126
747799 #, c-format
748800 msgid "Failed to resolve address '%s': %s\n"
749 msgstr ""
801 msgstr "無法解析位址「%s」:%s\n"
750802
751803 #: ../avahi-utils/avahi-resolve.c:157
752804 #, c-format
762814 " -6 Lookup IPv6 address\n"
763815 " -4 Lookup IPv4 address\n"
764816 msgstr ""
817 "%s [選項] %s <主機名稱 ...>\n"
818 "%s [選項] %s <地址 ... >\n"
819 "\n"
820 " -h --help 顯示此説明\n"
821 " -V --version 顯示版本\n"
822 " -n --name 解決主機名稱\n"
823 " -a --address 解決地址\n"
824 " -v --verbose 啟用冗餘模式\n"
825 " -6 查詢 IPv6 地址\n"
826 " -4 查詢 IPv4 地址\n"
765827
766828 #: ../avahi-utils/avahi-resolve.c:299 ../avahi-utils/avahi-set-host-name.c:181
767829 #, c-format
768830 msgid "Failed to create host name resolver: %s\n"
769 msgstr ""
831 msgstr "無法建立主機名稱解析器:%s\n"
770832
771833 #: ../avahi-utils/avahi-resolve.c:309
772834 #, c-format
773835 msgid "Failed to parse address '%s'\n"
774 msgstr ""
836 msgstr "無法解析位址「%s」\n"
775837
776838 #: ../avahi-utils/avahi-resolve.c:314
777839 #, c-format
778840 msgid "Failed to create address resolver: %s\n"
779 msgstr ""
841 msgstr "無法建立位址解析器:%s\n"
780842
781843 #: ../avahi-utils/avahi-set-host-name.c:73
782844 #, c-format
787849 " -V --version Show version\n"
788850 " -v --verbose Enable verbose mode\n"
789851 msgstr ""
852 "%s [選項] <新主機名稱>\n"
853 "\n"
854 " -h --help 顯示此説明\n"
855 " -V --version 顯示版本\n"
856 " -v --verbose 啟用冗餘模式\n"
790857
791858 #: ../avahi-utils/avahi-set-host-name.c:114
792859 #, c-format
793860 msgid "Invalid number of arguments, expecting exactly one.\n"
794 msgstr ""
861 msgstr "無效的引數數目,只預期一個。\n"
795862
796863 #: ../avahi-utils/avahi-set-host-name.c:193
797864 #, c-format
0 #!/bin/sh
1 # py-compile - Compile a Python program
2
3 scriptversion=2011-06-08.12; # UTC
4
5 # Copyright (C) 2000-2014 Free Software Foundation, Inc.
6
7 # This program is free software; you can redistribute it and/or modify
8 # it under the terms of the GNU General Public License as published by
9 # the Free Software Foundation; either version 2, or (at your option)
10 # any later version.
11
12 # This program is distributed in the hope that it will be useful,
13 # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 # GNU General Public License for more details.
16
17 # You should have received a copy of the GNU General Public License
18 # along with this program. If not, see <http://www.gnu.org/licenses/>.
19
20 # As a special exception to the GNU General Public License, if you
21 # distribute this file as part of a program that contains a
22 # configuration script generated by Autoconf, you may include it under
23 # the same distribution terms that you use for the rest of that program.
24
25 # This file is maintained in Automake, please report
26 # bugs to <bug-automake@gnu.org> or send patches to
27 # <automake-patches@gnu.org>.
28
29 if [ -z "$PYTHON" ]; then
30 PYTHON=python
31 fi
32
33 me=py-compile
34
35 usage_error ()
36 {
37 echo "$me: $*" >&2
38 echo "Try '$me --help' for more information." >&2
39 exit 1
40 }
41
42 basedir=
43 destdir=
44 while test $# -ne 0; do
45 case "$1" in
46 --basedir)
47 if test $# -lt 2; then
48 usage_error "option '--basedir' requires an argument"
49 else
50 basedir=$2
51 fi
52 shift
53 ;;
54 --destdir)
55 if test $# -lt 2; then
56 usage_error "option '--destdir' requires an argument"
57 else
58 destdir=$2
59 fi
60 shift
61 ;;
62 -h|--help)
63 cat <<\EOF
64 Usage: py-compile [--help] [--version] [--basedir DIR] [--destdir DIR] FILES..."
65
66 Byte compile some python scripts FILES. Use --destdir to specify any
67 leading directory path to the FILES that you don't want to include in the
68 byte compiled file. Specify --basedir for any additional path information you
69 do want to be shown in the byte compiled file.
70
71 Example:
72 py-compile --destdir /tmp/pkg-root --basedir /usr/share/test test.py test2.py
73
74 Report bugs to <bug-automake@gnu.org>.
75 EOF
76 exit $?
77 ;;
78 -v|--version)
79 echo "$me $scriptversion"
80 exit $?
81 ;;
82 --)
83 shift
84 break
85 ;;
86 -*)
87 usage_error "unrecognized option '$1'"
88 ;;
89 *)
90 break
91 ;;
92 esac
93 shift
94 done
95
96 files=$*
97 if test -z "$files"; then
98 usage_error "no files given"
99 fi
100
101 # if basedir was given, then it should be prepended to filenames before
102 # byte compilation.
103 if [ -z "$basedir" ]; then
104 pathtrans="path = file"
105 else
106 pathtrans="path = os.path.join('$basedir', file)"
107 fi
108
109 # if destdir was given, then it needs to be prepended to the filename to
110 # byte compile but not go into the compiled file.
111 if [ -z "$destdir" ]; then
112 filetrans="filepath = path"
113 else
114 filetrans="filepath = os.path.normpath('$destdir' + os.sep + path)"
115 fi
116
117 $PYTHON -c "
118 import sys, os, py_compile, imp
119
120 files = '''$files'''
121
122 sys.stdout.write('Byte-compiling python modules...\n')
123 for file in files.split():
124 $pathtrans
125 $filetrans
126 if not os.path.exists(filepath) or not (len(filepath) >= 3
127 and filepath[-3:] == '.py'):
128 continue
129 sys.stdout.write(file)
130 sys.stdout.flush()
131 if hasattr(imp, 'get_tag'):
132 py_compile.compile(filepath, imp.cache_from_source(filepath), path)
133 else:
134 py_compile.compile(filepath, filepath + 'c', path)
135 sys.stdout.write('\n')" || exit $?
136
137 # this will fail for python < 1.5, but that doesn't matter ...
138 $PYTHON -O -c "
139 import sys, os, py_compile, imp
140
141 # pypy does not use .pyo optimization
142 if hasattr(sys, 'pypy_translation_info'):
143 sys.exit(0)
144
145 files = '''$files'''
146 sys.stdout.write('Byte-compiling python modules (optimized versions) ...\n')
147 for file in files.split():
148 $pathtrans
149 $filetrans
150 if not os.path.exists(filepath) or not (len(filepath) >= 3
151 and filepath[-3:] == '.py'):
152 continue
153 sys.stdout.write(file)
154 sys.stdout.flush()
155 if hasattr(imp, 'get_tag'):
156 py_compile.compile(filepath, imp.cache_from_source(filepath, False), path)
157 else:
158 py_compile.compile(filepath, filepath + 'o', path)
159 sys.stdout.write('\n')" 2>/dev/null || :
160
161 # Local Variables:
162 # mode: shell-script
163 # sh-indentation: 2
164 # eval: (add-hook 'write-file-hooks 'time-stamp)
165 # time-stamp-start: "scriptversion="
166 # time-stamp-format: "%:y-%02m-%02d.%02H"
167 # time-stamp-time-zone: "UTC"
168 # time-stamp-end: "; # UTC"
169 # End:
+0
-4
service-type-database/.gitignore less more
0 Makefile
1 Makefile.in
2 service-types.db
3 build-db
0 # Makefile.in generated by automake 1.15 from Makefile.am.
1 # @configure_input@
2
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
4
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 @SET_MAKE@
15
16 # This file is part of avahi.
17 #
18 # avahi is free software; you can redistribute it and/or modify it
19 # under the terms of the GNU Lesser General Public License as
20 # published by the Free Software Foundation; either version 2 of the
21 # License, or (at your option) any later version.
22 #
23 # avahi is distributed in the hope that it will be useful, but WITHOUT
24 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
25 # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
26 # License for more details.
27 #
28 # You should have received a copy of the GNU Lesser General Public
29 # License along with avahi; if not, write to the Free Software
30 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
31 # USA.
32
33
34 VPATH = @srcdir@
35 am__is_gnu_make = { \
36 if test -z '$(MAKELEVEL)'; then \
37 false; \
38 elif test -n '$(MAKE_HOST)'; then \
39 true; \
40 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
41 true; \
42 else \
43 false; \
44 fi; \
45 }
46 am__make_running_with_option = \
47 case $${target_option-} in \
48 ?) ;; \
49 *) echo "am__make_running_with_option: internal error: invalid" \
50 "target option '$${target_option-}' specified" >&2; \
51 exit 1;; \
52 esac; \
53 has_opt=no; \
54 sane_makeflags=$$MAKEFLAGS; \
55 if $(am__is_gnu_make); then \
56 sane_makeflags=$$MFLAGS; \
57 else \
58 case $$MAKEFLAGS in \
59 *\\[\ \ ]*) \
60 bs=\\; \
61 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
62 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
63 esac; \
64 fi; \
65 skip_next=no; \
66 strip_trailopt () \
67 { \
68 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
69 }; \
70 for flg in $$sane_makeflags; do \
71 test $$skip_next = yes && { skip_next=no; continue; }; \
72 case $$flg in \
73 *=*|--*) continue;; \
74 -*I) strip_trailopt 'I'; skip_next=yes;; \
75 -*I?*) strip_trailopt 'I';; \
76 -*O) strip_trailopt 'O'; skip_next=yes;; \
77 -*O?*) strip_trailopt 'O';; \
78 -*l) strip_trailopt 'l'; skip_next=yes;; \
79 -*l?*) strip_trailopt 'l';; \
80 -[dEDm]) skip_next=yes;; \
81 -[JT]) skip_next=yes;; \
82 esac; \
83 case $$flg in \
84 *$$target_option*) has_opt=yes; break;; \
85 esac; \
86 done; \
87 test $$has_opt = yes
88 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
89 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
90 pkgdatadir = $(datadir)/@PACKAGE@
91 pkgincludedir = $(includedir)/@PACKAGE@
92 pkglibdir = $(libdir)/@PACKAGE@
93 pkglibexecdir = $(libexecdir)/@PACKAGE@
94 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
95 install_sh_DATA = $(install_sh) -c -m 644
96 install_sh_PROGRAM = $(install_sh) -c
97 install_sh_SCRIPT = $(install_sh) -c
98 INSTALL_HEADER = $(INSTALL_DATA)
99 transform = $(program_transform_name)
100 NORMAL_INSTALL = :
101 PRE_INSTALL = :
102 POST_INSTALL = :
103 NORMAL_UNINSTALL = :
104 PRE_UNINSTALL = :
105 POST_UNINSTALL = :
106 build_triplet = @build@
107 host_triplet = @host@
108 @HAVE_GDBM_TRUE@@HAVE_PYTHON_TRUE@am__append_1 = service-types.db
109 @HAVE_DBM_TRUE@@HAVE_PYTHON_TRUE@am__append_2 = service-types.db.pag service-types.db.dir
110 subdir = service-type-database
111 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
112 am__aclocal_m4_deps = $(top_srcdir)/common/acx_pthread.m4 \
113 $(top_srcdir)/common/gcc_stack_protect.m4 \
114 $(top_srcdir)/common/gcc_visibility.m4 \
115 $(top_srcdir)/common/intltool.m4 \
116 $(top_srcdir)/common/introspection.m4 \
117 $(top_srcdir)/common/libtool.m4 \
118 $(top_srcdir)/common/ltoptions.m4 \
119 $(top_srcdir)/common/ltsugar.m4 \
120 $(top_srcdir)/common/ltversion.m4 \
121 $(top_srcdir)/common/lt~obsolete.m4 \
122 $(top_srcdir)/common/nls.m4 $(top_srcdir)/common/python.m4 \
123 $(top_srcdir)/acinclude.m4 $(top_srcdir)/common/doxygen.m4 \
124 $(top_srcdir)/configure.ac
125 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
126 $(ACLOCAL_M4)
127 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
128 mkinstalldirs = $(install_sh) -d
129 CONFIG_HEADER = $(top_builddir)/config.h
130 CONFIG_CLEAN_FILES =
131 CONFIG_CLEAN_VPATH_FILES =
132 SCRIPTS = $(noinst_SCRIPTS)
133 AM_V_P = $(am__v_P_@AM_V@)
134 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
135 am__v_P_0 = false
136 am__v_P_1 = :
137 AM_V_GEN = $(am__v_GEN_@AM_V@)
138 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
139 am__v_GEN_0 = @echo " GEN " $@;
140 am__v_GEN_1 =
141 AM_V_at = $(am__v_at_@AM_V@)
142 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
143 am__v_at_0 = @
144 am__v_at_1 =
145 SOURCES =
146 DIST_SOURCES =
147 am__can_run_installinfo = \
148 case $$AM_UPDATE_INFO_DIR in \
149 n|no|NO) false;; \
150 *) (install-info --version) >/dev/null 2>&1;; \
151 esac
152 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
153 am__vpath_adj = case $$p in \
154 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
155 *) f=$$p;; \
156 esac;
157 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
158 am__install_max = 40
159 am__nobase_strip_setup = \
160 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
161 am__nobase_strip = \
162 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
163 am__nobase_list = $(am__nobase_strip_setup); \
164 for p in $$list; do echo "$$p $$p"; done | \
165 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
166 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
167 if (++n[$$2] == $(am__install_max)) \
168 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
169 END { for (dir in files) print dir, files[dir] }'
170 am__base_list = \
171 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
172 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
173 am__uninstall_files_from_dir = { \
174 test -z "$$files" \
175 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
176 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
177 $(am__cd) "$$dir" && rm -f $$files; }; \
178 }
179 am__installdirs = "$(DESTDIR)$(pkgdatadir)" \
180 "$(DESTDIR)$(pkglibdatadir)"
181 DATA = $(pkgdata_DATA) $(pkglibdata_DATA)
182 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
183 am__DIST_COMMON = $(srcdir)/Makefile.in
184 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
185 ACLOCAL = @ACLOCAL@
186 ALL_LINGUAS = @ALL_LINGUAS@
187 AMTAR = @AMTAR@
188 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
189 AR = @AR@
190 AUTOCONF = @AUTOCONF@
191 AUTOHEADER = @AUTOHEADER@
192 AUTOMAKE = @AUTOMAKE@
193 AVAHI_AUTOIPD_GROUP = @AVAHI_AUTOIPD_GROUP@
194 AVAHI_AUTOIPD_USER = @AVAHI_AUTOIPD_USER@
195 AVAHI_GROUP = @AVAHI_GROUP@
196 AVAHI_PRIV_ACCESS_GROUP = @AVAHI_PRIV_ACCESS_GROUP@
197 AVAHI_USER = @AVAHI_USER@
198 AWK = @AWK@
199 CATALOGS = @CATALOGS@
200 CATOBJEXT = @CATOBJEXT@
201 CC = @CC@
202 CCDEPMODE = @CCDEPMODE@
203 CFLAGS = @CFLAGS@
204 CPP = @CPP@
205 CPPFLAGS = @CPPFLAGS@
206 CXX = @CXX@
207 CXXCPP = @CXXCPP@
208 CXXDEPMODE = @CXXDEPMODE@
209 CXXFLAGS = @CXXFLAGS@
210 CYGPATH_W = @CYGPATH_W@
211 DATADIRNAME = @DATADIRNAME@
212 DBUS_CFLAGS = @DBUS_CFLAGS@
213 DBUS_LIBS = @DBUS_LIBS@
214 DBUS_SYSTEM_BUS_DEFAULT_ADDRESS = @DBUS_SYSTEM_BUS_DEFAULT_ADDRESS@
215 DBUS_SYS_DIR = @DBUS_SYS_DIR@
216 DEFS = @DEFS@
217 DEPDIR = @DEPDIR@
218 DLLTOOL = @DLLTOOL@
219 DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
220 DSYMUTIL = @DSYMUTIL@
221 DUMPBIN = @DUMPBIN@
222 DX_CONFIG = @DX_CONFIG@
223 DX_DOCDIR = @DX_DOCDIR@
224 DX_DOT = @DX_DOT@
225 DX_DOXYGEN = @DX_DOXYGEN@
226 DX_DVIPS = @DX_DVIPS@
227 DX_EGREP = @DX_EGREP@
228 DX_ENV = @DX_ENV@
229 DX_FLAG_chi = @DX_FLAG_chi@
230 DX_FLAG_chm = @DX_FLAG_chm@
231 DX_FLAG_doc = @DX_FLAG_doc@
232 DX_FLAG_dot = @DX_FLAG_dot@
233 DX_FLAG_html = @DX_FLAG_html@
234 DX_FLAG_man = @DX_FLAG_man@
235 DX_FLAG_pdf = @DX_FLAG_pdf@
236 DX_FLAG_ps = @DX_FLAG_ps@
237 DX_FLAG_rtf = @DX_FLAG_rtf@
238 DX_FLAG_xml = @DX_FLAG_xml@
239 DX_HHC = @DX_HHC@
240 DX_LATEX = @DX_LATEX@
241 DX_MAKEINDEX = @DX_MAKEINDEX@
242 DX_PDFLATEX = @DX_PDFLATEX@
243 DX_PERL = @DX_PERL@
244 DX_PROJECT = @DX_PROJECT@
245 ECHO_C = @ECHO_C@
246 ECHO_N = @ECHO_N@
247 ECHO_T = @ECHO_T@
248 EGREP = @EGREP@
249 EXEEXT = @EXEEXT@
250 FGREP = @FGREP@
251 GACUTIL = @GACUTIL@
252 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
253 GLIB20_CFLAGS = @GLIB20_CFLAGS@
254 GLIB20_LIBS = @GLIB20_LIBS@
255 GMOFILES = @GMOFILES@
256 GMSGFMT = @GMSGFMT@
257 GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
258 GOBJECT_LIBS = @GOBJECT_LIBS@
259 GREP = @GREP@
260 GTK20_CFLAGS = @GTK20_CFLAGS@
261 GTK20_LIBS = @GTK20_LIBS@
262 GTK30_CFLAGS = @GTK30_CFLAGS@
263 GTK30_LIBS = @GTK30_LIBS@
264 HOWL_COMPAT_VERSION = @HOWL_COMPAT_VERSION@
265 INSTALL = @INSTALL@
266 INSTALL_DATA = @INSTALL_DATA@
267 INSTALL_PROGRAM = @INSTALL_PROGRAM@
268 INSTALL_SCRIPT = @INSTALL_SCRIPT@
269 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
270 INSTOBJEXT = @INSTOBJEXT@
271 INTLLIBS = @INTLLIBS@
272 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
273 INTLTOOL_MERGE = @INTLTOOL_MERGE@
274 INTLTOOL_PERL = @INTLTOOL_PERL@
275 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
276 INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
277 INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
278 INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
279 INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
280 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
281 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
282 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
283 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
284 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
285 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
286 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
287 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
288 LD = @LD@
289 LDFLAGS = @LDFLAGS@
290 LIBAVAHI_CLIENT_VERSION_INFO = @LIBAVAHI_CLIENT_VERSION_INFO@
291 LIBAVAHI_COMMON_VERSION_INFO = @LIBAVAHI_COMMON_VERSION_INFO@
292 LIBAVAHI_COMPAT_HOWL_VERSION_INFO = @LIBAVAHI_COMPAT_HOWL_VERSION_INFO@
293 LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO = @LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO@
294 LIBAVAHI_CORE_VERSION_INFO = @LIBAVAHI_CORE_VERSION_INFO@
295 LIBAVAHI_GLIB_VERSION_INFO = @LIBAVAHI_GLIB_VERSION_INFO@
296 LIBAVAHI_GOBJECT_VERSION_INFO = @LIBAVAHI_GOBJECT_VERSION_INFO@
297 LIBAVAHI_QT3_VERSION_INFO = @LIBAVAHI_QT3_VERSION_INFO@
298 LIBAVAHI_QT4_VERSION_INFO = @LIBAVAHI_QT4_VERSION_INFO@
299 LIBAVAHI_UI_VERSION_INFO = @LIBAVAHI_UI_VERSION_INFO@
300 LIBDAEMON_CFLAGS = @LIBDAEMON_CFLAGS@
301 LIBDAEMON_LIBS = @LIBDAEMON_LIBS@
302 LIBOBJS = @LIBOBJS@
303 LIBS = @LIBS@
304 LIBTOOL = @LIBTOOL@
305 LIPO = @LIPO@
306 LN_S = @LN_S@
307 LTLIBOBJS = @LTLIBOBJS@
308 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
309 MAKEINFO = @MAKEINFO@
310 MANIFEST_TOOL = @MANIFEST_TOOL@
311 MCS = @MCS@
312 MDASSEMBLER = @MDASSEMBLER@
313 MKDIR_P = @MKDIR_P@
314 MKINSTALLDIRS = @MKINSTALLDIRS@
315 MOC_QT3 = @MOC_QT3@
316 MOC_QT4 = @MOC_QT4@
317 MONODOCER = @MONODOCER@
318 MONODOC_CFLAGS = @MONODOC_CFLAGS@
319 MONODOC_DIR = @MONODOC_DIR@
320 MONODOC_LIBS = @MONODOC_LIBS@
321 MSGFMT = @MSGFMT@
322 MSGFMT_OPTS = @MSGFMT_OPTS@
323 MSGMERGE = @MSGMERGE@
324 NM = @NM@
325 NMEDIT = @NMEDIT@
326 OBJDUMP = @OBJDUMP@
327 OBJEXT = @OBJEXT@
328 OTOOL = @OTOOL@
329 OTOOL64 = @OTOOL64@
330 PACKAGE = @PACKAGE@
331 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
332 PACKAGE_NAME = @PACKAGE_NAME@
333 PACKAGE_STRING = @PACKAGE_STRING@
334 PACKAGE_TARNAME = @PACKAGE_TARNAME@
335 PACKAGE_URL = @PACKAGE_URL@
336 PACKAGE_VERSION = @PACKAGE_VERSION@
337 PATH_SEPARATOR = @PATH_SEPARATOR@
338 PKG_CONFIG = @PKG_CONFIG@
339 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
340 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
341 POFILES = @POFILES@
342 POSUB = @POSUB@
343 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
344 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
345 PTHREAD_CC = @PTHREAD_CC@
346 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
347 PTHREAD_LIBS = @PTHREAD_LIBS@
348 PYTHON = @PYTHON@
349 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
350 PYTHON_PLATFORM = @PYTHON_PLATFORM@
351 PYTHON_PREFIX = @PYTHON_PREFIX@
352 PYTHON_VERSION = @PYTHON_VERSION@
353 QT3_CFLAGS = @QT3_CFLAGS@
354 QT3_LIBS = @QT3_LIBS@
355 QT4_CFLAGS = @QT4_CFLAGS@
356 QT4_LIBS = @QT4_LIBS@
357 RANLIB = @RANLIB@
358 SED = @SED@
359 SET_MAKE = @SET_MAKE@
360 SHELL = @SHELL@
361 STOW = @STOW@
362 STRIP = @STRIP@
363 USE_NLS = @USE_NLS@
364 VERSION = @VERSION@
365 VISIBILITY_HIDDEN_CFLAGS = @VISIBILITY_HIDDEN_CFLAGS@
366 XGETTEXT = @XGETTEXT@
367 XML_CFLAGS = @XML_CFLAGS@
368 XML_LIBS = @XML_LIBS@
369 abs_builddir = @abs_builddir@
370 abs_srcdir = @abs_srcdir@
371 abs_top_builddir = @abs_top_builddir@
372 abs_top_srcdir = @abs_top_srcdir@
373 ac_ct_AR = @ac_ct_AR@
374 ac_ct_CC = @ac_ct_CC@
375 ac_ct_CXX = @ac_ct_CXX@
376 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
377 acx_pthread_config = @acx_pthread_config@
378 am__include = @am__include@
379 am__leading_dot = @am__leading_dot@
380 am__quote = @am__quote@
381 am__tar = @am__tar@
382 am__untar = @am__untar@
383 avahi_runtime_dir = @avahi_runtime_dir@
384 avahi_socket = @avahi_socket@
385 avahilocaledir = @avahilocaledir@
386 bindir = @bindir@
387 build = @build@
388 build_alias = @build_alias@
389 build_cpu = @build_cpu@
390 build_os = @build_os@
391 build_vendor = @build_vendor@
392 builddir = @builddir@
393 datadir = @datadir@
394 datarootdir = @datarootdir@
395 docdir = @docdir@
396 dvidir = @dvidir@
397 exec_prefix = @exec_prefix@
398 have_pkg_config = @have_pkg_config@
399 have_xmltoman = @have_xmltoman@
400 host = @host@
401 host_alias = @host_alias@
402 host_cpu = @host_cpu@
403 host_os = @host_os@
404 host_vendor = @host_vendor@
405 htmldir = @htmldir@
406 includedir = @includedir@
407 infodir = @infodir@
408 install_sh = @install_sh@
409 interfacesdir = @interfacesdir@
410 intltool__v_merge_options_ = @intltool__v_merge_options_@
411 intltool__v_merge_options_0 = @intltool__v_merge_options_0@
412 libdir = @libdir@
413 libexecdir = @libexecdir@
414 localedir = @localedir@
415 localstatedir = @localstatedir@
416 mandir = @mandir@
417 mkdir_p = @mkdir_p@
418 oldincludedir = @oldincludedir@
419 pdfdir = @pdfdir@
420 pkgpyexecdir = @pkgpyexecdir@
421 pkgpythondir = @pkgpythondir@
422 prefix = @prefix@
423 program_transform_name = @program_transform_name@
424 psdir = @psdir@
425 pyexecdir = @pyexecdir@
426 pythondir = @pythondir@
427 runstatedir = @runstatedir@
428 sbindir = @sbindir@
429 sharedstatedir = @sharedstatedir@
430 srcdir = @srcdir@
431 sysconfdir = @sysconfdir@
432 systemdsystemunitdir = @systemdsystemunitdir@
433 target_alias = @target_alias@
434 top_build_prefix = @top_build_prefix@
435 top_builddir = @top_builddir@
436 top_srcdir = @top_srcdir@
437 EXTRA_DIST = build-db.in service-types
438 pkglibdatadir = $(libdir)/avahi
439 pkgdata_DATA = service-types
440 pkglibdata_DATA = $(am__append_1) $(am__append_2)
441 @HAVE_DBM_TRUE@@HAVE_PYTHON_TRUE@noinst_SCRIPTS = build-db
442 @HAVE_GDBM_TRUE@@HAVE_PYTHON_TRUE@noinst_SCRIPTS = build-db
443 @HAVE_DBM_TRUE@@HAVE_PYTHON_TRUE@CLEANFILES = service-types.db* build-db
444 @HAVE_GDBM_TRUE@@HAVE_PYTHON_TRUE@CLEANFILES = service-types.db build-db
445 all: all-am
446
447 .SUFFIXES:
448 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
449 @for dep in $?; do \
450 case '$(am__configure_deps)' in \
451 *$$dep*) \
452 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
453 && { if test -f $@; then exit 0; else break; fi; }; \
454 exit 1;; \
455 esac; \
456 done; \
457 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign service-type-database/Makefile'; \
458 $(am__cd) $(top_srcdir) && \
459 $(AUTOMAKE) --foreign service-type-database/Makefile
460 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
461 @case '$?' in \
462 *config.status*) \
463 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
464 *) \
465 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
466 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
467 esac;
468
469 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
470 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
471
472 $(top_srcdir)/configure: $(am__configure_deps)
473 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
474 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
475 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
476 $(am__aclocal_m4_deps):
477
478 mostlyclean-libtool:
479 -rm -f *.lo
480
481 clean-libtool:
482 -rm -rf .libs _libs
483 install-pkgdataDATA: $(pkgdata_DATA)
484 @$(NORMAL_INSTALL)
485 @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
486 if test -n "$$list"; then \
487 echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \
488 $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \
489 fi; \
490 for p in $$list; do \
491 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
492 echo "$$d$$p"; \
493 done | $(am__base_list) | \
494 while read files; do \
495 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \
496 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \
497 done
498
499 uninstall-pkgdataDATA:
500 @$(NORMAL_UNINSTALL)
501 @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
502 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
503 dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
504 install-pkglibdataDATA: $(pkglibdata_DATA)
505 @$(NORMAL_INSTALL)
506 @list='$(pkglibdata_DATA)'; test -n "$(pkglibdatadir)" || list=; \
507 if test -n "$$list"; then \
508 echo " $(MKDIR_P) '$(DESTDIR)$(pkglibdatadir)'"; \
509 $(MKDIR_P) "$(DESTDIR)$(pkglibdatadir)" || exit 1; \
510 fi; \
511 for p in $$list; do \
512 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
513 echo "$$d$$p"; \
514 done | $(am__base_list) | \
515 while read files; do \
516 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkglibdatadir)'"; \
517 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkglibdatadir)" || exit $$?; \
518 done
519
520 uninstall-pkglibdataDATA:
521 @$(NORMAL_UNINSTALL)
522 @list='$(pkglibdata_DATA)'; test -n "$(pkglibdatadir)" || list=; \
523 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
524 dir='$(DESTDIR)$(pkglibdatadir)'; $(am__uninstall_files_from_dir)
525 tags TAGS:
526
527 ctags CTAGS:
528
529 cscope cscopelist:
530
531
532 distdir: $(DISTFILES)
533 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
534 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
535 list='$(DISTFILES)'; \
536 dist_files=`for file in $$list; do echo $$file; done | \
537 sed -e "s|^$$srcdirstrip/||;t" \
538 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
539 case $$dist_files in \
540 */*) $(MKDIR_P) `echo "$$dist_files" | \
541 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
542 sort -u` ;; \
543 esac; \
544 for file in $$dist_files; do \
545 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
546 if test -d $$d/$$file; then \
547 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
548 if test -d "$(distdir)/$$file"; then \
549 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
550 fi; \
551 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
552 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
553 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
554 fi; \
555 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
556 else \
557 test -f "$(distdir)/$$file" \
558 || cp -p $$d/$$file "$(distdir)/$$file" \
559 || exit 1; \
560 fi; \
561 done
562 check-am: all-am
563 check: check-am
564 all-am: Makefile $(SCRIPTS) $(DATA)
565 installdirs:
566 for dir in "$(DESTDIR)$(pkgdatadir)" "$(DESTDIR)$(pkglibdatadir)"; do \
567 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
568 done
569 install: install-am
570 install-exec: install-exec-am
571 install-data: install-data-am
572 uninstall: uninstall-am
573
574 install-am: all-am
575 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
576
577 installcheck: installcheck-am
578 install-strip:
579 if test -z '$(STRIP)'; then \
580 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
581 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
582 install; \
583 else \
584 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
585 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
586 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
587 fi
588 mostlyclean-generic:
589
590 clean-generic:
591 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
592
593 distclean-generic:
594 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
595 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
596
597 maintainer-clean-generic:
598 @echo "This command is intended for maintainers to use"
599 @echo "it deletes files that may require special tools to rebuild."
600 clean: clean-am
601
602 clean-am: clean-generic clean-libtool mostlyclean-am
603
604 distclean: distclean-am
605 -rm -f Makefile
606 distclean-am: clean-am distclean-generic
607
608 dvi: dvi-am
609
610 dvi-am:
611
612 html: html-am
613
614 html-am:
615
616 info: info-am
617
618 info-am:
619
620 install-data-am: install-pkgdataDATA install-pkglibdataDATA
621
622 install-dvi: install-dvi-am
623
624 install-dvi-am:
625
626 install-exec-am:
627
628 install-html: install-html-am
629
630 install-html-am:
631
632 install-info: install-info-am
633
634 install-info-am:
635
636 install-man:
637
638 install-pdf: install-pdf-am
639
640 install-pdf-am:
641
642 install-ps: install-ps-am
643
644 install-ps-am:
645
646 installcheck-am:
647
648 maintainer-clean: maintainer-clean-am
649 -rm -f Makefile
650 maintainer-clean-am: distclean-am maintainer-clean-generic
651
652 mostlyclean: mostlyclean-am
653
654 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
655
656 pdf: pdf-am
657
658 pdf-am:
659
660 ps: ps-am
661
662 ps-am:
663
664 uninstall-am: uninstall-pkgdataDATA uninstall-pkglibdataDATA
665
666 .MAKE: install-am install-strip
667
668 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
669 cscopelist-am ctags-am distclean distclean-generic \
670 distclean-libtool distdir dvi dvi-am html html-am info info-am \
671 install install-am install-data install-data-am install-dvi \
672 install-dvi-am install-exec install-exec-am install-html \
673 install-html-am install-info install-info-am install-man \
674 install-pdf install-pdf-am install-pkgdataDATA \
675 install-pkglibdataDATA install-ps install-ps-am install-strip \
676 installcheck installcheck-am installdirs maintainer-clean \
677 maintainer-clean-generic mostlyclean mostlyclean-generic \
678 mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
679 uninstall-am uninstall-pkgdataDATA uninstall-pkglibdataDATA
680
681 .PRECIOUS: Makefile
682
683
684 @HAVE_GDBM_TRUE@@HAVE_PYTHON_TRUE@build-db: build-db.in
685 @HAVE_GDBM_TRUE@@HAVE_PYTHON_TRUE@ $(AM_V_GEN)sed -e 's,@PYTHON\@,$(PYTHON),g' \
686 @HAVE_GDBM_TRUE@@HAVE_PYTHON_TRUE@ -e 's,@DBM\@,gdbm,g' $< > $@ && \
687 @HAVE_GDBM_TRUE@@HAVE_PYTHON_TRUE@ chmod +x $@
688
689 @HAVE_GDBM_TRUE@@HAVE_PYTHON_TRUE@service-types.db: service-types build-db
690 @HAVE_GDBM_TRUE@@HAVE_PYTHON_TRUE@ $(AM_V_GEN)$(PYTHON) build-db $< $@.coming && \
691 @HAVE_GDBM_TRUE@@HAVE_PYTHON_TRUE@ mv $@.coming $@
692
693 @HAVE_DBM_TRUE@@HAVE_PYTHON_TRUE@build-db: build-db.in
694 @HAVE_DBM_TRUE@@HAVE_PYTHON_TRUE@ $(AM_V_GEN)sed -e 's,@PYTHON\@,$(PYTHON),g' \
695 @HAVE_DBM_TRUE@@HAVE_PYTHON_TRUE@ -e 's,@DBM\@,dbm,g' $< > $@ && \
696 @HAVE_DBM_TRUE@@HAVE_PYTHON_TRUE@ chmod +x $@
697
698 @HAVE_DBM_TRUE@@HAVE_PYTHON_TRUE@service-types.db.pag: service-types.db
699 @HAVE_DBM_TRUE@@HAVE_PYTHON_TRUE@ $(AM_V_GEN)mv service-types.db.coming.pag service-types.db.pag
700 @HAVE_DBM_TRUE@@HAVE_PYTHON_TRUE@service-types.db.dir: service-types.db
701 @HAVE_DBM_TRUE@@HAVE_PYTHON_TRUE@ $(AM_V_GEN)mv service-types.db.coming.dir service-types.db.dir
702 @HAVE_DBM_TRUE@@HAVE_PYTHON_TRUE@service-types.db: service-types build-db
703 @HAVE_DBM_TRUE@@HAVE_PYTHON_TRUE@ $(AM_V_GEN)$(PYTHON) build-db $< $@.coming && \
704 @HAVE_DBM_TRUE@@HAVE_PYTHON_TRUE@ if test -f "$@.coming"; then mv $@.coming $@; fi
705
706 # Tell versions [3.59,3.63) of GNU make to not export all variables.
707 # Otherwise a system limit (for SysV at least) may be exceeded.
708 .NOEXPORT:
0 #! /bin/sh
1 # test-driver - basic testsuite driver script.
2
3 scriptversion=2013-07-13.22; # UTC
4
5 # Copyright (C) 2011-2014 Free Software Foundation, Inc.
6 #
7 # This program is free software; you can redistribute it and/or modify
8 # it under the terms of the GNU General Public License as published by
9 # the Free Software Foundation; either version 2, or (at your option)
10 # any later version.
11 #
12 # This program is distributed in the hope that it will be useful,
13 # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 # GNU General Public License for more details.
16 #
17 # You should have received a copy of the GNU General Public License
18 # along with this program. If not, see <http://www.gnu.org/licenses/>.
19
20 # As a special exception to the GNU General Public License, if you
21 # distribute this file as part of a program that contains a
22 # configuration script generated by Autoconf, you may include it under
23 # the same distribution terms that you use for the rest of that program.
24
25 # This file is maintained in Automake, please report
26 # bugs to <bug-automake@gnu.org> or send patches to
27 # <automake-patches@gnu.org>.
28
29 # Make unconditional expansion of undefined variables an error. This
30 # helps a lot in preventing typo-related bugs.
31 set -u
32
33 usage_error ()
34 {
35 echo "$0: $*" >&2
36 print_usage >&2
37 exit 2
38 }
39
40 print_usage ()
41 {
42 cat <<END
43 Usage:
44 test-driver --test-name=NAME --log-file=PATH --trs-file=PATH
45 [--expect-failure={yes|no}] [--color-tests={yes|no}]
46 [--enable-hard-errors={yes|no}] [--]
47 TEST-SCRIPT [TEST-SCRIPT-ARGUMENTS]
48 The '--test-name', '--log-file' and '--trs-file' options are mandatory.
49 END
50 }
51
52 test_name= # Used for reporting.
53 log_file= # Where to save the output of the test script.
54 trs_file= # Where to save the metadata of the test run.
55 expect_failure=no
56 color_tests=no
57 enable_hard_errors=yes
58 while test $# -gt 0; do
59 case $1 in
60 --help) print_usage; exit $?;;
61 --version) echo "test-driver $scriptversion"; exit $?;;
62 --test-name) test_name=$2; shift;;
63 --log-file) log_file=$2; shift;;
64 --trs-file) trs_file=$2; shift;;
65 --color-tests) color_tests=$2; shift;;
66 --expect-failure) expect_failure=$2; shift;;
67 --enable-hard-errors) enable_hard_errors=$2; shift;;
68 --) shift; break;;
69 -*) usage_error "invalid option: '$1'";;
70 *) break;;
71 esac
72 shift
73 done
74
75 missing_opts=
76 test x"$test_name" = x && missing_opts="$missing_opts --test-name"
77 test x"$log_file" = x && missing_opts="$missing_opts --log-file"
78 test x"$trs_file" = x && missing_opts="$missing_opts --trs-file"
79 if test x"$missing_opts" != x; then
80 usage_error "the following mandatory options are missing:$missing_opts"
81 fi
82
83 if test $# -eq 0; then
84 usage_error "missing argument"
85 fi
86
87 if test $color_tests = yes; then
88 # Keep this in sync with 'lib/am/check.am:$(am__tty_colors)'.
89 red='' # Red.
90 grn='' # Green.
91 lgn='' # Light green.
92 blu='' # Blue.
93 mgn='' # Magenta.
94 std='' # No color.
95 else
96 red= grn= lgn= blu= mgn= std=
97 fi
98
99 do_exit='rm -f $log_file $trs_file; (exit $st); exit $st'
100 trap "st=129; $do_exit" 1
101 trap "st=130; $do_exit" 2
102 trap "st=141; $do_exit" 13
103 trap "st=143; $do_exit" 15
104
105 # Test script is run here.
106 "$@" >$log_file 2>&1
107 estatus=$?
108
109 if test $enable_hard_errors = no && test $estatus -eq 99; then
110 tweaked_estatus=1
111 else
112 tweaked_estatus=$estatus
113 fi
114
115 case $tweaked_estatus:$expect_failure in
116 0:yes) col=$red res=XPASS recheck=yes gcopy=yes;;
117 0:*) col=$grn res=PASS recheck=no gcopy=no;;
118 77:*) col=$blu res=SKIP recheck=no gcopy=yes;;
119 99:*) col=$mgn res=ERROR recheck=yes gcopy=yes;;
120 *:yes) col=$lgn res=XFAIL recheck=no gcopy=yes;;
121 *:*) col=$red res=FAIL recheck=yes gcopy=yes;;
122 esac
123
124 # Report the test outcome and exit status in the logs, so that one can
125 # know whether the test passed or failed simply by looking at the '.log'
126 # file, without the need of also peaking into the corresponding '.trs'
127 # file (automake bug#11814).
128 echo "$res $test_name (exit status: $estatus)" >>$log_file
129
130 # Report outcome to console.
131 echo "${col}${res}${std}: $test_name"
132
133 # Register the test result, and other relevant metadata.
134 echo ":test-result: $res" > $trs_file
135 echo ":global-test-result: $res" >> $trs_file
136 echo ":recheck: $recheck" >> $trs_file
137 echo ":copy-in-global-log: $gcopy" >> $trs_file
138
139 # Local Variables:
140 # mode: shell-script
141 # sh-indentation: 2
142 # eval: (add-hook 'write-file-hooks 'time-stamp)
143 # time-stamp-start: "scriptversion="
144 # time-stamp-format: "%:y-%02m-%02d.%02H"
145 # time-stamp-time-zone: "UTC"
146 # time-stamp-end: "; # UTC"
147 # End:
+0
-8
tests/.gitignore less more
0 *.o
1 *.lo
2 *.la
3 Makefile
4 Makefile.in
5 .deps
6 .libs
7 c-plus-plus-test
0 # Makefile.in generated by automake 1.15 from Makefile.am.
1 # @configure_input@
2
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
4
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 @SET_MAKE@
15
16 # This file is part of avahi.
17 #
18 # avahi is free software; you can redistribute it and/or modify it
19 # under the terms of the GNU Lesser General Public License as
20 # published by the Free Software Foundation; either version 2 of the
21 # License, or (at your option) any later version.
22 #
23 # avahi is distributed in the hope that it will be useful, but WITHOUT
24 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
25 # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
26 # License for more details.
27 #
28 # You should have received a copy of the GNU Lesser General Public
29 # License along with avahi; if not, write to the Free Software
30 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
31 # USA.
32
33 VPATH = @srcdir@
34 am__is_gnu_make = { \
35 if test -z '$(MAKELEVEL)'; then \
36 false; \
37 elif test -n '$(MAKE_HOST)'; then \
38 true; \
39 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
40 true; \
41 else \
42 false; \
43 fi; \
44 }
45 am__make_running_with_option = \
46 case $${target_option-} in \
47 ?) ;; \
48 *) echo "am__make_running_with_option: internal error: invalid" \
49 "target option '$${target_option-}' specified" >&2; \
50 exit 1;; \
51 esac; \
52 has_opt=no; \
53 sane_makeflags=$$MAKEFLAGS; \
54 if $(am__is_gnu_make); then \
55 sane_makeflags=$$MFLAGS; \
56 else \
57 case $$MAKEFLAGS in \
58 *\\[\ \ ]*) \
59 bs=\\; \
60 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
61 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
62 esac; \
63 fi; \
64 skip_next=no; \
65 strip_trailopt () \
66 { \
67 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
68 }; \
69 for flg in $$sane_makeflags; do \
70 test $$skip_next = yes && { skip_next=no; continue; }; \
71 case $$flg in \
72 *=*|--*) continue;; \
73 -*I) strip_trailopt 'I'; skip_next=yes;; \
74 -*I?*) strip_trailopt 'I';; \
75 -*O) strip_trailopt 'O'; skip_next=yes;; \
76 -*O?*) strip_trailopt 'O';; \
77 -*l) strip_trailopt 'l'; skip_next=yes;; \
78 -*l?*) strip_trailopt 'l';; \
79 -[dEDm]) skip_next=yes;; \
80 -[JT]) skip_next=yes;; \
81 esac; \
82 case $$flg in \
83 *$$target_option*) has_opt=yes; break;; \
84 esac; \
85 done; \
86 test $$has_opt = yes
87 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
88 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
89 pkgdatadir = $(datadir)/@PACKAGE@
90 pkgincludedir = $(includedir)/@PACKAGE@
91 pkglibdir = $(libdir)/@PACKAGE@
92 pkglibexecdir = $(libexecdir)/@PACKAGE@
93 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
94 install_sh_DATA = $(install_sh) -c -m 644
95 install_sh_PROGRAM = $(install_sh) -c
96 install_sh_SCRIPT = $(install_sh) -c
97 INSTALL_HEADER = $(INSTALL_DATA)
98 transform = $(program_transform_name)
99 NORMAL_INSTALL = :
100 PRE_INSTALL = :
101 POST_INSTALL = :
102 NORMAL_UNINSTALL = :
103 PRE_UNINSTALL = :
104 POST_UNINSTALL = :
105 build_triplet = @build@
106 host_triplet = @host@
107 @ENABLE_TESTS_TRUE@@HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_NETLINK_TRUE@noinst_PROGRAMS = c-plus-plus-test$(EXEEXT)
108 subdir = tests
109 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
110 am__aclocal_m4_deps = $(top_srcdir)/common/acx_pthread.m4 \
111 $(top_srcdir)/common/gcc_stack_protect.m4 \
112 $(top_srcdir)/common/gcc_visibility.m4 \
113 $(top_srcdir)/common/intltool.m4 \
114 $(top_srcdir)/common/introspection.m4 \
115 $(top_srcdir)/common/libtool.m4 \
116 $(top_srcdir)/common/ltoptions.m4 \
117 $(top_srcdir)/common/ltsugar.m4 \
118 $(top_srcdir)/common/ltversion.m4 \
119 $(top_srcdir)/common/lt~obsolete.m4 \
120 $(top_srcdir)/common/nls.m4 $(top_srcdir)/common/python.m4 \
121 $(top_srcdir)/acinclude.m4 $(top_srcdir)/common/doxygen.m4 \
122 $(top_srcdir)/configure.ac
123 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
124 $(ACLOCAL_M4)
125 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
126 mkinstalldirs = $(install_sh) -d
127 CONFIG_HEADER = $(top_builddir)/config.h
128 CONFIG_CLEAN_FILES =
129 CONFIG_CLEAN_VPATH_FILES =
130 PROGRAMS = $(noinst_PROGRAMS)
131 am__c_plus_plus_test_SOURCES_DIST = c-plus-plus-test.cc
132 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_NETLINK_TRUE@am_c_plus_plus_test_OBJECTS = c_plus_plus_test-c-plus-plus-test.$(OBJEXT)
133 c_plus_plus_test_OBJECTS = $(am_c_plus_plus_test_OBJECTS)
134 am__DEPENDENCIES_1 =
135 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_NETLINK_TRUE@c_plus_plus_test_DEPENDENCIES = ../avahi-common/libavahi-common.la \
136 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_NETLINK_TRUE@ ../avahi-core/libavahi-core.la \
137 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_NETLINK_TRUE@ ../avahi-client/libavahi-client.la \
138 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_NETLINK_TRUE@ ../avahi-glib/libavahi-glib.la \
139 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_NETLINK_TRUE@ $(am__DEPENDENCIES_1) \
140 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_NETLINK_TRUE@ $(am__DEPENDENCIES_1)
141 AM_V_lt = $(am__v_lt_@AM_V@)
142 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
143 am__v_lt_0 = --silent
144 am__v_lt_1 =
145 c_plus_plus_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
146 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
147 $(c_plus_plus_test_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
148 $(LDFLAGS) -o $@
149 AM_V_P = $(am__v_P_@AM_V@)
150 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
151 am__v_P_0 = false
152 am__v_P_1 = :
153 AM_V_GEN = $(am__v_GEN_@AM_V@)
154 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
155 am__v_GEN_0 = @echo " GEN " $@;
156 am__v_GEN_1 =
157 AM_V_at = $(am__v_at_@AM_V@)
158 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
159 am__v_at_0 = @
160 am__v_at_1 =
161 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
162 depcomp = $(SHELL) $(top_srcdir)/depcomp
163 am__depfiles_maybe = depfiles
164 am__mv = mv -f
165 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
166 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
167 LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
168 $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
169 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
170 $(AM_CXXFLAGS) $(CXXFLAGS)
171 AM_V_CXX = $(am__v_CXX_@AM_V@)
172 am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
173 am__v_CXX_0 = @echo " CXX " $@;
174 am__v_CXX_1 =
175 CXXLD = $(CXX)
176 CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
177 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
178 $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
179 AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
180 am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
181 am__v_CXXLD_0 = @echo " CXXLD " $@;
182 am__v_CXXLD_1 =
183 SOURCES = $(c_plus_plus_test_SOURCES)
184 DIST_SOURCES = $(am__c_plus_plus_test_SOURCES_DIST)
185 am__can_run_installinfo = \
186 case $$AM_UPDATE_INFO_DIR in \
187 n|no|NO) false;; \
188 *) (install-info --version) >/dev/null 2>&1;; \
189 esac
190 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
191 # Read a list of newline-separated strings from the standard input,
192 # and print each of them once, without duplicates. Input order is
193 # *not* preserved.
194 am__uniquify_input = $(AWK) '\
195 BEGIN { nonempty = 0; } \
196 { items[$$0] = 1; nonempty = 1; } \
197 END { if (nonempty) { for (i in items) print i; }; } \
198 '
199 # Make sure the list of sources is unique. This is necessary because,
200 # e.g., the same source file might be shared among _SOURCES variables
201 # for different programs/libraries.
202 am__define_uniq_tagged_files = \
203 list='$(am__tagged_files)'; \
204 unique=`for i in $$list; do \
205 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
206 done | $(am__uniquify_input)`
207 ETAGS = etags
208 CTAGS = ctags
209 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
210 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
211 ACLOCAL = @ACLOCAL@
212 ALL_LINGUAS = @ALL_LINGUAS@
213 AMTAR = @AMTAR@
214 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
215 AR = @AR@
216 AUTOCONF = @AUTOCONF@
217 AUTOHEADER = @AUTOHEADER@
218 AUTOMAKE = @AUTOMAKE@
219 AVAHI_AUTOIPD_GROUP = @AVAHI_AUTOIPD_GROUP@
220 AVAHI_AUTOIPD_USER = @AVAHI_AUTOIPD_USER@
221 AVAHI_GROUP = @AVAHI_GROUP@
222 AVAHI_PRIV_ACCESS_GROUP = @AVAHI_PRIV_ACCESS_GROUP@
223 AVAHI_USER = @AVAHI_USER@
224 AWK = @AWK@
225 CATALOGS = @CATALOGS@
226 CATOBJEXT = @CATOBJEXT@
227 CC = @CC@
228 CCDEPMODE = @CCDEPMODE@
229 CFLAGS = @CFLAGS@
230 CPP = @CPP@
231 CPPFLAGS = @CPPFLAGS@
232 CXX = @CXX@
233 CXXCPP = @CXXCPP@
234 CXXDEPMODE = @CXXDEPMODE@
235 CXXFLAGS = @CXXFLAGS@
236 CYGPATH_W = @CYGPATH_W@
237 DATADIRNAME = @DATADIRNAME@
238 DBUS_CFLAGS = @DBUS_CFLAGS@
239 DBUS_LIBS = @DBUS_LIBS@
240 DBUS_SYSTEM_BUS_DEFAULT_ADDRESS = @DBUS_SYSTEM_BUS_DEFAULT_ADDRESS@
241 DBUS_SYS_DIR = @DBUS_SYS_DIR@
242 DEFS = @DEFS@
243 DEPDIR = @DEPDIR@
244 DLLTOOL = @DLLTOOL@
245 DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
246 DSYMUTIL = @DSYMUTIL@
247 DUMPBIN = @DUMPBIN@
248 DX_CONFIG = @DX_CONFIG@
249 DX_DOCDIR = @DX_DOCDIR@
250 DX_DOT = @DX_DOT@
251 DX_DOXYGEN = @DX_DOXYGEN@
252 DX_DVIPS = @DX_DVIPS@
253 DX_EGREP = @DX_EGREP@
254 DX_ENV = @DX_ENV@
255 DX_FLAG_chi = @DX_FLAG_chi@
256 DX_FLAG_chm = @DX_FLAG_chm@
257 DX_FLAG_doc = @DX_FLAG_doc@
258 DX_FLAG_dot = @DX_FLAG_dot@
259 DX_FLAG_html = @DX_FLAG_html@
260 DX_FLAG_man = @DX_FLAG_man@
261 DX_FLAG_pdf = @DX_FLAG_pdf@
262 DX_FLAG_ps = @DX_FLAG_ps@
263 DX_FLAG_rtf = @DX_FLAG_rtf@
264 DX_FLAG_xml = @DX_FLAG_xml@
265 DX_HHC = @DX_HHC@
266 DX_LATEX = @DX_LATEX@
267 DX_MAKEINDEX = @DX_MAKEINDEX@
268 DX_PDFLATEX = @DX_PDFLATEX@
269 DX_PERL = @DX_PERL@
270 DX_PROJECT = @DX_PROJECT@
271 ECHO_C = @ECHO_C@
272 ECHO_N = @ECHO_N@
273 ECHO_T = @ECHO_T@
274 EGREP = @EGREP@
275 EXEEXT = @EXEEXT@
276 FGREP = @FGREP@
277 GACUTIL = @GACUTIL@
278 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
279 GLIB20_CFLAGS = @GLIB20_CFLAGS@
280 GLIB20_LIBS = @GLIB20_LIBS@
281 GMOFILES = @GMOFILES@
282 GMSGFMT = @GMSGFMT@
283 GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
284 GOBJECT_LIBS = @GOBJECT_LIBS@
285 GREP = @GREP@
286 GTK20_CFLAGS = @GTK20_CFLAGS@
287 GTK20_LIBS = @GTK20_LIBS@
288 GTK30_CFLAGS = @GTK30_CFLAGS@
289 GTK30_LIBS = @GTK30_LIBS@
290 HOWL_COMPAT_VERSION = @HOWL_COMPAT_VERSION@
291 INSTALL = @INSTALL@
292 INSTALL_DATA = @INSTALL_DATA@
293 INSTALL_PROGRAM = @INSTALL_PROGRAM@
294 INSTALL_SCRIPT = @INSTALL_SCRIPT@
295 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
296 INSTOBJEXT = @INSTOBJEXT@
297 INTLLIBS = @INTLLIBS@
298 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
299 INTLTOOL_MERGE = @INTLTOOL_MERGE@
300 INTLTOOL_PERL = @INTLTOOL_PERL@
301 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
302 INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
303 INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
304 INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
305 INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
306 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
307 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
308 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
309 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
310 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
311 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
312 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
313 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
314 LD = @LD@
315 LDFLAGS = @LDFLAGS@
316 LIBAVAHI_CLIENT_VERSION_INFO = @LIBAVAHI_CLIENT_VERSION_INFO@
317 LIBAVAHI_COMMON_VERSION_INFO = @LIBAVAHI_COMMON_VERSION_INFO@
318 LIBAVAHI_COMPAT_HOWL_VERSION_INFO = @LIBAVAHI_COMPAT_HOWL_VERSION_INFO@
319 LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO = @LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO@
320 LIBAVAHI_CORE_VERSION_INFO = @LIBAVAHI_CORE_VERSION_INFO@
321 LIBAVAHI_GLIB_VERSION_INFO = @LIBAVAHI_GLIB_VERSION_INFO@
322 LIBAVAHI_GOBJECT_VERSION_INFO = @LIBAVAHI_GOBJECT_VERSION_INFO@
323 LIBAVAHI_QT3_VERSION_INFO = @LIBAVAHI_QT3_VERSION_INFO@
324 LIBAVAHI_QT4_VERSION_INFO = @LIBAVAHI_QT4_VERSION_INFO@
325 LIBAVAHI_UI_VERSION_INFO = @LIBAVAHI_UI_VERSION_INFO@
326 LIBDAEMON_CFLAGS = @LIBDAEMON_CFLAGS@
327 LIBDAEMON_LIBS = @LIBDAEMON_LIBS@
328 LIBOBJS = @LIBOBJS@
329 LIBS = @LIBS@
330 LIBTOOL = @LIBTOOL@
331 LIPO = @LIPO@
332 LN_S = @LN_S@
333 LTLIBOBJS = @LTLIBOBJS@
334 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
335 MAKEINFO = @MAKEINFO@
336 MANIFEST_TOOL = @MANIFEST_TOOL@
337 MCS = @MCS@
338 MDASSEMBLER = @MDASSEMBLER@
339 MKDIR_P = @MKDIR_P@
340 MKINSTALLDIRS = @MKINSTALLDIRS@
341 MOC_QT3 = @MOC_QT3@
342 MOC_QT4 = @MOC_QT4@
343 MONODOCER = @MONODOCER@
344 MONODOC_CFLAGS = @MONODOC_CFLAGS@
345 MONODOC_DIR = @MONODOC_DIR@
346 MONODOC_LIBS = @MONODOC_LIBS@
347 MSGFMT = @MSGFMT@
348 MSGFMT_OPTS = @MSGFMT_OPTS@
349 MSGMERGE = @MSGMERGE@
350 NM = @NM@
351 NMEDIT = @NMEDIT@
352 OBJDUMP = @OBJDUMP@
353 OBJEXT = @OBJEXT@
354 OTOOL = @OTOOL@
355 OTOOL64 = @OTOOL64@
356 PACKAGE = @PACKAGE@
357 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
358 PACKAGE_NAME = @PACKAGE_NAME@
359 PACKAGE_STRING = @PACKAGE_STRING@
360 PACKAGE_TARNAME = @PACKAGE_TARNAME@
361 PACKAGE_URL = @PACKAGE_URL@
362 PACKAGE_VERSION = @PACKAGE_VERSION@
363 PATH_SEPARATOR = @PATH_SEPARATOR@
364 PKG_CONFIG = @PKG_CONFIG@
365 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
366 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
367 POFILES = @POFILES@
368 POSUB = @POSUB@
369 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
370 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
371 PTHREAD_CC = @PTHREAD_CC@
372 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
373 PTHREAD_LIBS = @PTHREAD_LIBS@
374 PYTHON = @PYTHON@
375 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
376 PYTHON_PLATFORM = @PYTHON_PLATFORM@
377 PYTHON_PREFIX = @PYTHON_PREFIX@
378 PYTHON_VERSION = @PYTHON_VERSION@
379 QT3_CFLAGS = @QT3_CFLAGS@
380 QT3_LIBS = @QT3_LIBS@
381 QT4_CFLAGS = @QT4_CFLAGS@
382 QT4_LIBS = @QT4_LIBS@
383 RANLIB = @RANLIB@
384 SED = @SED@
385 SET_MAKE = @SET_MAKE@
386 SHELL = @SHELL@
387 STOW = @STOW@
388 STRIP = @STRIP@
389 USE_NLS = @USE_NLS@
390 VERSION = @VERSION@
391 VISIBILITY_HIDDEN_CFLAGS = @VISIBILITY_HIDDEN_CFLAGS@
392 XGETTEXT = @XGETTEXT@
393 XML_CFLAGS = @XML_CFLAGS@
394 XML_LIBS = @XML_LIBS@
395 abs_builddir = @abs_builddir@
396 abs_srcdir = @abs_srcdir@
397 abs_top_builddir = @abs_top_builddir@
398 abs_top_srcdir = @abs_top_srcdir@
399 ac_ct_AR = @ac_ct_AR@
400 ac_ct_CC = @ac_ct_CC@
401 ac_ct_CXX = @ac_ct_CXX@
402 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
403 acx_pthread_config = @acx_pthread_config@
404 am__include = @am__include@
405 am__leading_dot = @am__leading_dot@
406 am__quote = @am__quote@
407 am__tar = @am__tar@
408 am__untar = @am__untar@
409 avahi_runtime_dir = @avahi_runtime_dir@
410 avahi_socket = @avahi_socket@
411 avahilocaledir = @avahilocaledir@
412 bindir = @bindir@
413 build = @build@
414 build_alias = @build_alias@
415 build_cpu = @build_cpu@
416 build_os = @build_os@
417 build_vendor = @build_vendor@
418 builddir = @builddir@
419 datadir = @datadir@
420 datarootdir = @datarootdir@
421 docdir = @docdir@
422 dvidir = @dvidir@
423 exec_prefix = @exec_prefix@
424 have_pkg_config = @have_pkg_config@
425 have_xmltoman = @have_xmltoman@
426 host = @host@
427 host_alias = @host_alias@
428 host_cpu = @host_cpu@
429 host_os = @host_os@
430 host_vendor = @host_vendor@
431 htmldir = @htmldir@
432 includedir = @includedir@
433 infodir = @infodir@
434 install_sh = @install_sh@
435 interfacesdir = @interfacesdir@
436 intltool__v_merge_options_ = @intltool__v_merge_options_@
437 intltool__v_merge_options_0 = @intltool__v_merge_options_0@
438 libdir = @libdir@
439 libexecdir = @libexecdir@
440 localedir = @localedir@
441 localstatedir = @localstatedir@
442 mandir = @mandir@
443 mkdir_p = @mkdir_p@
444 oldincludedir = @oldincludedir@
445 pdfdir = @pdfdir@
446 pkgpyexecdir = @pkgpyexecdir@
447 pkgpythondir = @pkgpythondir@
448 prefix = @prefix@
449 program_transform_name = @program_transform_name@
450 psdir = @psdir@
451 pyexecdir = @pyexecdir@
452 pythondir = @pythondir@
453 runstatedir = @runstatedir@
454 sbindir = @sbindir@
455 sharedstatedir = @sharedstatedir@
456 srcdir = @srcdir@
457 sysconfdir = @sysconfdir@
458 systemdsystemunitdir = @systemdsystemunitdir@
459 target_alias = @target_alias@
460 top_build_prefix = @top_build_prefix@
461 top_builddir = @top_builddir@
462 top_srcdir = @top_srcdir@
463 AM_CFLAGS = \
464 -I$(top_srcdir)
465
466 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_NETLINK_TRUE@c_plus_plus_test_SOURCES = c-plus-plus-test.cc
467 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_NETLINK_TRUE@c_plus_plus_test_CXXFLAGS = \
468 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_NETLINK_TRUE@ $(AM_CFLAGS) \
469 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_NETLINK_TRUE@ $(GLIB20_CFLAGS) \
470 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_NETLINK_TRUE@ $(DBUS_CFLAGS)
471
472 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_NETLINK_TRUE@c_plus_plus_test_LDADD = \
473 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_NETLINK_TRUE@ $(AM_LDADD) \
474 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_NETLINK_TRUE@ ../avahi-common/libavahi-common.la \
475 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_NETLINK_TRUE@ ../avahi-core/libavahi-core.la \
476 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_NETLINK_TRUE@ ../avahi-client/libavahi-client.la \
477 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_NETLINK_TRUE@ ../avahi-glib/libavahi-glib.la \
478 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_NETLINK_TRUE@ $(GLIB20_LIBS) \
479 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_NETLINK_TRUE@ $(DBUS_LIBS)
480
481 EXTRA_DIST = c-plus-plus-test-gen.py
482 all: all-am
483
484 .SUFFIXES:
485 .SUFFIXES: .cc .lo .o .obj
486 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
487 @for dep in $?; do \
488 case '$(am__configure_deps)' in \
489 *$$dep*) \
490 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
491 && { if test -f $@; then exit 0; else break; fi; }; \
492 exit 1;; \
493 esac; \
494 done; \
495 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/Makefile'; \
496 $(am__cd) $(top_srcdir) && \
497 $(AUTOMAKE) --foreign tests/Makefile
498 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
499 @case '$?' in \
500 *config.status*) \
501 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
502 *) \
503 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
504 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
505 esac;
506
507 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
508 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
509
510 $(top_srcdir)/configure: $(am__configure_deps)
511 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
512 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
513 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
514 $(am__aclocal_m4_deps):
515
516 clean-noinstPROGRAMS:
517 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
518 echo " rm -f" $$list; \
519 rm -f $$list || exit $$?; \
520 test -n "$(EXEEXT)" || exit 0; \
521 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
522 echo " rm -f" $$list; \
523 rm -f $$list
524
525 c-plus-plus-test$(EXEEXT): $(c_plus_plus_test_OBJECTS) $(c_plus_plus_test_DEPENDENCIES) $(EXTRA_c_plus_plus_test_DEPENDENCIES)
526 @rm -f c-plus-plus-test$(EXEEXT)
527 $(AM_V_CXXLD)$(c_plus_plus_test_LINK) $(c_plus_plus_test_OBJECTS) $(c_plus_plus_test_LDADD) $(LIBS)
528
529 mostlyclean-compile:
530 -rm -f *.$(OBJEXT)
531
532 distclean-compile:
533 -rm -f *.tab.c
534
535 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c_plus_plus_test-c-plus-plus-test.Po@am__quote@
536
537 .cc.o:
538 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
539 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
540 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
541 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
542 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
543
544 .cc.obj:
545 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
546 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
547 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
548 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
549 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
550
551 .cc.lo:
552 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
553 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
554 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
555 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
556 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
557
558 c_plus_plus_test-c-plus-plus-test.o: c-plus-plus-test.cc
559 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(c_plus_plus_test_CXXFLAGS) $(CXXFLAGS) -MT c_plus_plus_test-c-plus-plus-test.o -MD -MP -MF $(DEPDIR)/c_plus_plus_test-c-plus-plus-test.Tpo -c -o c_plus_plus_test-c-plus-plus-test.o `test -f 'c-plus-plus-test.cc' || echo '$(srcdir)/'`c-plus-plus-test.cc
560 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/c_plus_plus_test-c-plus-plus-test.Tpo $(DEPDIR)/c_plus_plus_test-c-plus-plus-test.Po
561 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='c-plus-plus-test.cc' object='c_plus_plus_test-c-plus-plus-test.o' libtool=no @AMDEPBACKSLASH@
562 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
563 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(c_plus_plus_test_CXXFLAGS) $(CXXFLAGS) -c -o c_plus_plus_test-c-plus-plus-test.o `test -f 'c-plus-plus-test.cc' || echo '$(srcdir)/'`c-plus-plus-test.cc
564
565 c_plus_plus_test-c-plus-plus-test.obj: c-plus-plus-test.cc
566 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(c_plus_plus_test_CXXFLAGS) $(CXXFLAGS) -MT c_plus_plus_test-c-plus-plus-test.obj -MD -MP -MF $(DEPDIR)/c_plus_plus_test-c-plus-plus-test.Tpo -c -o c_plus_plus_test-c-plus-plus-test.obj `if test -f 'c-plus-plus-test.cc'; then $(CYGPATH_W) 'c-plus-plus-test.cc'; else $(CYGPATH_W) '$(srcdir)/c-plus-plus-test.cc'; fi`
567 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/c_plus_plus_test-c-plus-plus-test.Tpo $(DEPDIR)/c_plus_plus_test-c-plus-plus-test.Po
568 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='c-plus-plus-test.cc' object='c_plus_plus_test-c-plus-plus-test.obj' libtool=no @AMDEPBACKSLASH@
569 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
570 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(c_plus_plus_test_CXXFLAGS) $(CXXFLAGS) -c -o c_plus_plus_test-c-plus-plus-test.obj `if test -f 'c-plus-plus-test.cc'; then $(CYGPATH_W) 'c-plus-plus-test.cc'; else $(CYGPATH_W) '$(srcdir)/c-plus-plus-test.cc'; fi`
571
572 mostlyclean-libtool:
573 -rm -f *.lo
574
575 clean-libtool:
576 -rm -rf .libs _libs
577
578 ID: $(am__tagged_files)
579 $(am__define_uniq_tagged_files); mkid -fID $$unique
580 tags: tags-am
581 TAGS: tags
582
583 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
584 set x; \
585 here=`pwd`; \
586 $(am__define_uniq_tagged_files); \
587 shift; \
588 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
589 test -n "$$unique" || unique=$$empty_fix; \
590 if test $$# -gt 0; then \
591 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
592 "$$@" $$unique; \
593 else \
594 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
595 $$unique; \
596 fi; \
597 fi
598 ctags: ctags-am
599
600 CTAGS: ctags
601 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
602 $(am__define_uniq_tagged_files); \
603 test -z "$(CTAGS_ARGS)$$unique" \
604 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
605 $$unique
606
607 GTAGS:
608 here=`$(am__cd) $(top_builddir) && pwd` \
609 && $(am__cd) $(top_srcdir) \
610 && gtags -i $(GTAGS_ARGS) "$$here"
611 cscopelist: cscopelist-am
612
613 cscopelist-am: $(am__tagged_files)
614 list='$(am__tagged_files)'; \
615 case "$(srcdir)" in \
616 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
617 *) sdir=$(subdir)/$(srcdir) ;; \
618 esac; \
619 for i in $$list; do \
620 if test -f "$$i"; then \
621 echo "$(subdir)/$$i"; \
622 else \
623 echo "$$sdir/$$i"; \
624 fi; \
625 done >> $(top_builddir)/cscope.files
626
627 distclean-tags:
628 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
629
630 distdir: $(DISTFILES)
631 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
632 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
633 list='$(DISTFILES)'; \
634 dist_files=`for file in $$list; do echo $$file; done | \
635 sed -e "s|^$$srcdirstrip/||;t" \
636 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
637 case $$dist_files in \
638 */*) $(MKDIR_P) `echo "$$dist_files" | \
639 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
640 sort -u` ;; \
641 esac; \
642 for file in $$dist_files; do \
643 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
644 if test -d $$d/$$file; then \
645 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
646 if test -d "$(distdir)/$$file"; then \
647 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
648 fi; \
649 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
650 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
651 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
652 fi; \
653 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
654 else \
655 test -f "$(distdir)/$$file" \
656 || cp -p $$d/$$file "$(distdir)/$$file" \
657 || exit 1; \
658 fi; \
659 done
660 check-am: all-am
661 check: check-am
662 all-am: Makefile $(PROGRAMS)
663 installdirs:
664 install: install-am
665 install-exec: install-exec-am
666 install-data: install-data-am
667 uninstall: uninstall-am
668
669 install-am: all-am
670 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
671
672 installcheck: installcheck-am
673 install-strip:
674 if test -z '$(STRIP)'; then \
675 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
676 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
677 install; \
678 else \
679 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
680 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
681 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
682 fi
683 mostlyclean-generic:
684
685 clean-generic:
686
687 distclean-generic:
688 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
689 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
690
691 maintainer-clean-generic:
692 @echo "This command is intended for maintainers to use"
693 @echo "it deletes files that may require special tools to rebuild."
694 clean: clean-am
695
696 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
697 mostlyclean-am
698
699 distclean: distclean-am
700 -rm -rf ./$(DEPDIR)
701 -rm -f Makefile
702 distclean-am: clean-am distclean-compile distclean-generic \
703 distclean-tags
704
705 dvi: dvi-am
706
707 dvi-am:
708
709 html: html-am
710
711 html-am:
712
713 info: info-am
714
715 info-am:
716
717 install-data-am:
718
719 install-dvi: install-dvi-am
720
721 install-dvi-am:
722
723 install-exec-am:
724
725 install-html: install-html-am
726
727 install-html-am:
728
729 install-info: install-info-am
730
731 install-info-am:
732
733 install-man:
734
735 install-pdf: install-pdf-am
736
737 install-pdf-am:
738
739 install-ps: install-ps-am
740
741 install-ps-am:
742
743 installcheck-am:
744
745 maintainer-clean: maintainer-clean-am
746 -rm -rf ./$(DEPDIR)
747 -rm -f Makefile
748 maintainer-clean-am: distclean-am maintainer-clean-generic
749
750 mostlyclean: mostlyclean-am
751
752 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
753 mostlyclean-libtool
754
755 pdf: pdf-am
756
757 pdf-am:
758
759 ps: ps-am
760
761 ps-am:
762
763 uninstall-am:
764
765 .MAKE: install-am install-strip
766
767 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
768 clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \
769 ctags-am distclean distclean-compile distclean-generic \
770 distclean-libtool distclean-tags distdir dvi dvi-am html \
771 html-am info info-am install install-am install-data \
772 install-data-am install-dvi install-dvi-am install-exec \
773 install-exec-am install-html install-html-am install-info \
774 install-info-am install-man install-pdf install-pdf-am \
775 install-ps install-ps-am install-strip installcheck \
776 installcheck-am installdirs maintainer-clean \
777 maintainer-clean-generic mostlyclean mostlyclean-compile \
778 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
779 tags tags-am uninstall uninstall-am
780
781 .PRECIOUS: Makefile
782
783
784 gen:
785 python ./c-plus-plus-test-gen.py avahi-common avahi-core avahi-client avahi-glib > c-plus-plus-test.cc
786
787 # Tell versions [3.59,3.63) of GNU make to not export all variables.
788 # Otherwise a system limit (for SysV at least) may be exceeded.
789 .NOEXPORT:
+0
-8
tests/fuzz-mdns.py less more
0 #!/usr/bin/python
1
2 from scapy import *
3
4
5 sendp(Ether(type=0x800, dst="ff:ff:ff:ff:ff:ff")/IP(dst="224.0.0.251")/fuzz(UDP(dport = 5353, sport = 5353)/DNS(qd = fuzz(DNSQR()))),loop=1, iface="realtek0")
6
7