~ubuntu-branches/ubuntu/saucy/orbit2/saucy-proposed

« back to all changes in this revision

Viewing changes to src/services/imodule/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-04-08 12:27:40 UTC
  • mto: (30.1.2 sid)
  • mto: This revision was merged to the branch mainline in revision 30.
  • Revision ID: james.westby@ubuntu.com-20100408122740-57jdfk8xudepsp01
Tags: upstream-2.14.18
Import upstream version 2.14.18

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
18
19
VPATH = @srcdir@
19
20
pkgdatadir = $(datadir)/@PACKAGE@
20
21
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
21
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
24
install_sh_DATA = $(install_sh) -c -m 644
23
25
install_sh_PROGRAM = $(install_sh) -c
43
45
mkinstalldirs = $(install_sh) -d
44
46
CONFIG_HEADER = $(top_builddir)/config.h
45
47
CONFIG_CLEAN_FILES =
 
48
CONFIG_CLEAN_VPATH_FILES =
46
49
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
47
50
am__vpath_adj = case $$p in \
48
51
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
49
52
    *) f=$$p;; \
50
53
  esac;
51
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
54
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
55
am__install_max = 40
 
56
am__nobase_strip_setup = \
 
57
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
58
am__nobase_strip = \
 
59
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
60
am__nobase_list = $(am__nobase_strip_setup); \
 
61
  for p in $$list; do echo "$$p $$p"; done | \
 
62
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
63
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
64
    if (++n[$$2] == $(am__install_max)) \
 
65
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
66
    END { for (dir in files) print dir, files[dir] }'
 
67
am__base_list = \
 
68
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
69
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
52
70
am__installdirs = "$(DESTDIR)$(libdir)" \
53
71
        "$(DESTDIR)$(imoduleincludedir)"
54
 
libLTLIBRARIES_INSTALL = $(INSTALL)
55
72
LTLIBRARIES = $(lib_LTLIBRARIES)
56
73
am__DEPENDENCIES_1 =
57
74
libORBit_imodule_2_la_DEPENDENCIES =  \
68
85
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
69
86
depcomp = $(SHELL) $(top_srcdir)/depcomp
70
87
am__depfiles_maybe = depfiles
 
88
am__mv = mv -f
71
89
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
72
90
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
73
91
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
79
97
        $(LDFLAGS) -o $@
80
98
SOURCES = $(libORBit_imodule_2_la_SOURCES)
81
99
DIST_SOURCES = $(libORBit_imodule_2_la_SOURCES)
82
 
imoduleincludeHEADERS_INSTALL = $(INSTALL_HEADER)
83
100
HEADERS = $(imoduleinclude_HEADERS)
84
101
ETAGS = etags
85
102
CTAGS = ctags
114
131
GLIB_REQUIRED = @GLIB_REQUIRED@
115
132
GREP = @GREP@
116
133
GTKDOC_CHECK = @GTKDOC_CHECK@
 
134
GTKDOC_MKPDF = @GTKDOC_MKPDF@
 
135
GTKDOC_REBASE = @GTKDOC_REBASE@
117
136
HTML_DIR = @HTML_DIR@
118
137
IDL_COMPILER = @IDL_COMPILER@
119
138
INSTALL = @INSTALL@
281
300
              exit 1;; \
282
301
          esac; \
283
302
        done; \
284
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/services/imodule/Makefile'; \
285
 
        cd $(top_srcdir) && \
286
 
          $(AUTOMAKE) --gnu  src/services/imodule/Makefile
 
303
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/services/imodule/Makefile'; \
 
304
        $(am__cd) $(top_srcdir) && \
 
305
          $(AUTOMAKE) --gnu src/services/imodule/Makefile
287
306
.PRECIOUS: Makefile
288
307
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
289
308
        @case '$?' in \
301
320
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
302
321
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
303
322
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
323
$(am__aclocal_m4_deps):
304
324
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
305
325
        @$(NORMAL_INSTALL)
306
326
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
307
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
327
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
 
328
        list2=; for p in $$list; do \
308
329
          if test -f $$p; then \
309
 
            f=$(am__strip_dir) \
310
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
311
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
 
330
            list2="$$list2 $$p"; \
312
331
          else :; fi; \
313
 
        done
 
332
        done; \
 
333
        test -z "$$list2" || { \
 
334
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
 
335
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
 
336
        }
314
337
 
315
338
uninstall-libLTLIBRARIES:
316
339
        @$(NORMAL_UNINSTALL)
317
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
318
 
          p=$(am__strip_dir) \
319
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
320
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
 
340
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
 
341
        for p in $$list; do \
 
342
          $(am__strip_dir) \
 
343
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
 
344
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
321
345
        done
322
346
 
323
347
clean-libLTLIBRARIES:
343
367
 
344
368
.c.o:
345
369
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
346
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
370
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
347
371
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
348
372
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
349
373
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
350
374
 
351
375
.c.obj:
352
376
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
353
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
377
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
354
378
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
355
379
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
356
380
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
357
381
 
358
382
.c.lo:
359
383
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
360
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
384
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
361
385
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
362
386
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
363
387
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
370
394
install-imoduleincludeHEADERS: $(imoduleinclude_HEADERS)
371
395
        @$(NORMAL_INSTALL)
372
396
        test -z "$(imoduleincludedir)" || $(MKDIR_P) "$(DESTDIR)$(imoduleincludedir)"
373
 
        @list='$(imoduleinclude_HEADERS)'; for p in $$list; do \
 
397
        @list='$(imoduleinclude_HEADERS)'; test -n "$(imoduleincludedir)" || list=; \
 
398
        for p in $$list; do \
374
399
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
375
 
          f=$(am__strip_dir) \
376
 
          echo " $(imoduleincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(imoduleincludedir)/$$f'"; \
377
 
          $(imoduleincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(imoduleincludedir)/$$f"; \
 
400
          echo "$$d$$p"; \
 
401
        done | $(am__base_list) | \
 
402
        while read files; do \
 
403
          echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(imoduleincludedir)'"; \
 
404
          $(INSTALL_HEADER) $$files "$(DESTDIR)$(imoduleincludedir)" || exit $$?; \
378
405
        done
379
406
 
380
407
uninstall-imoduleincludeHEADERS:
381
408
        @$(NORMAL_UNINSTALL)
382
 
        @list='$(imoduleinclude_HEADERS)'; for p in $$list; do \
383
 
          f=$(am__strip_dir) \
384
 
          echo " rm -f '$(DESTDIR)$(imoduleincludedir)/$$f'"; \
385
 
          rm -f "$(DESTDIR)$(imoduleincludedir)/$$f"; \
386
 
        done
 
409
        @list='$(imoduleinclude_HEADERS)'; test -n "$(imoduleincludedir)" || list=; \
 
410
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
411
        test -n "$$files" || exit 0; \
 
412
        echo " ( cd '$(DESTDIR)$(imoduleincludedir)' && rm -f" $$files ")"; \
 
413
        cd "$(DESTDIR)$(imoduleincludedir)" && rm -f $$files
387
414
 
388
415
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
389
416
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
397
424
 
398
425
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
399
426
                $(TAGS_FILES) $(LISP)
400
 
        tags=; \
 
427
        set x; \
401
428
        here=`pwd`; \
402
429
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
403
430
        unique=`for i in $$list; do \
405
432
          done | \
406
433
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
407
434
              END { if (nonempty) { for (i in files) print i; }; }'`; \
408
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
435
        shift; \
 
436
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
409
437
          test -n "$$unique" || unique=$$empty_fix; \
410
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
411
 
            $$tags $$unique; \
 
438
          if test $$# -gt 0; then \
 
439
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
440
              "$$@" $$unique; \
 
441
          else \
 
442
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
443
              $$unique; \
 
444
          fi; \
412
445
        fi
413
446
ctags: CTAGS
414
447
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
415
448
                $(TAGS_FILES) $(LISP)
416
 
        tags=; \
417
449
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
418
450
        unique=`for i in $$list; do \
419
451
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
420
452
          done | \
421
453
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
422
454
              END { if (nonempty) { for (i in files) print i; }; }'`; \
423
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
455
        test -z "$(CTAGS_ARGS)$$unique" \
424
456
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
425
 
             $$tags $$unique
 
457
             $$unique
426
458
 
427
459
GTAGS:
428
460
        here=`$(am__cd) $(top_builddir) && pwd` \
429
 
          && cd $(top_srcdir) \
430
 
          && gtags -i $(GTAGS_ARGS) $$here
 
461
          && $(am__cd) $(top_srcdir) \
 
462
          && gtags -i $(GTAGS_ARGS) "$$here"
431
463
 
432
464
distclean-tags:
433
465
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
448
480
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
449
481
          if test -d $$d/$$file; then \
450
482
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
483
            if test -d "$(distdir)/$$file"; then \
 
484
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
485
            fi; \
451
486
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
452
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
487
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
488
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
453
489
            fi; \
454
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
490
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
455
491
          else \
456
 
            test -f $(distdir)/$$file \
457
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
492
            test -f "$(distdir)/$$file" \
 
493
            || cp -p $$d/$$file "$(distdir)/$$file" \
458
494
            || exit 1; \
459
495
          fi; \
460
496
        done
485
521
 
486
522
distclean-generic:
487
523
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
524
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
488
525
 
489
526
maintainer-clean-generic:
490
527
        @echo "This command is intended for maintainers to use"
506
543
 
507
544
html: html-am
508
545
 
 
546
html-am:
 
547
 
509
548
info: info-am
510
549
 
511
550
info-am:
514
553
 
515
554
install-dvi: install-dvi-am
516
555
 
 
556
install-dvi-am:
 
557
 
517
558
install-exec-am: install-libLTLIBRARIES
518
559
 
519
560
install-html: install-html-am
520
561
 
 
562
install-html-am:
 
563
 
521
564
install-info: install-info-am
522
565
 
 
566
install-info-am:
 
567
 
523
568
install-man:
524
569
 
525
570
install-pdf: install-pdf-am
526
571
 
 
572
install-pdf-am:
 
573
 
527
574
install-ps: install-ps-am
528
575
 
 
576
install-ps-am:
 
577
 
529
578
installcheck-am:
530
579
 
531
580
maintainer-clean: maintainer-clean-am
565
614
        tags uninstall uninstall-am uninstall-imoduleincludeHEADERS \
566
615
        uninstall-libLTLIBRARIES
567
616
 
 
617
 
568
618
# Tell versions [3.59,3.63) of GNU make to not export all variables.
569
619
# Otherwise a system limit (for SysV at least) may be exceeded.
570
620
.NOEXPORT: