~ubuntu-branches/ubuntu/natty/orbit2/natty

« back to all changes in this revision

Viewing changes to src/orb/orb-core/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-04-08 12:27:40 UTC
  • mfrom: (1.2.18 upstream)
  • Revision ID: james.westby@ubuntu.com-20100408122740-wf9bxam9p02g2fiq
Tags: 1:2.14.18-0.1
* Non-maintainer upload.
* New upstream bugfix release, one API addition:
  + debian/patches/700-autoreconf.patch:
    - Regenerated for the new version.

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.
17
18
VPATH = @srcdir@
18
19
pkgdatadir = $(datadir)/@PACKAGE@
19
20
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
20
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21
23
install_sh_DATA = $(install_sh) -c -m 644
22
24
install_sh_PROGRAM = $(install_sh) -c
42
44
mkinstalldirs = $(install_sh) -d
43
45
CONFIG_HEADER = $(top_builddir)/config.h
44
46
CONFIG_CLEAN_FILES =
 
47
CONFIG_CLEAN_VPATH_FILES =
45
48
LTLIBRARIES = $(noinst_LTLIBRARIES)
46
49
liborb_core_la_LIBADD =
47
50
am__liborb_core_la_SOURCES_DIST = orbit-interface-common.c \
75
78
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
76
79
depcomp = $(SHELL) $(top_srcdir)/depcomp
77
80
am__depfiles_maybe = depfiles
 
81
am__mv = mv -f
78
82
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
79
83
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
80
84
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
119
123
GLIB_REQUIRED = @GLIB_REQUIRED@
120
124
GREP = @GREP@
121
125
GTKDOC_CHECK = @GTKDOC_CHECK@
 
126
GTKDOC_MKPDF = @GTKDOC_MKPDF@
 
127
GTKDOC_REBASE = @GTKDOC_REBASE@
122
128
HTML_DIR = @HTML_DIR@
123
129
IDL_COMPILER = @IDL_COMPILER@
124
130
INSTALL = @INSTALL@
327
333
              exit 1;; \
328
334
          esac; \
329
335
        done; \
330
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/orb/orb-core/Makefile'; \
331
 
        cd $(top_srcdir) && \
332
 
          $(AUTOMAKE) --gnu  src/orb/orb-core/Makefile
 
336
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/orb/orb-core/Makefile'; \
 
337
        $(am__cd) $(top_srcdir) && \
 
338
          $(AUTOMAKE) --gnu src/orb/orb-core/Makefile
333
339
.PRECIOUS: Makefile
334
340
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
335
341
        @case '$?' in \
347
353
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
348
354
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
349
355
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
356
$(am__aclocal_m4_deps):
350
357
 
351
358
clean-noinstLTLIBRARIES:
352
359
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
394
401
 
395
402
.c.o:
396
403
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
397
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
404
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
398
405
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
399
406
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
400
407
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
401
408
 
402
409
.c.obj:
403
410
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
404
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
411
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
405
412
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
406
413
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
407
414
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
408
415
 
409
416
.c.lo:
410
417
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
411
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
418
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
412
419
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
413
420
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
414
421
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
431
438
 
432
439
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
433
440
                $(TAGS_FILES) $(LISP)
434
 
        tags=; \
 
441
        set x; \
435
442
        here=`pwd`; \
436
443
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
437
444
        unique=`for i in $$list; do \
439
446
          done | \
440
447
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
441
448
              END { if (nonempty) { for (i in files) print i; }; }'`; \
442
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
449
        shift; \
 
450
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
443
451
          test -n "$$unique" || unique=$$empty_fix; \
444
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
445
 
            $$tags $$unique; \
 
452
          if test $$# -gt 0; then \
 
453
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
454
              "$$@" $$unique; \
 
455
          else \
 
456
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
457
              $$unique; \
 
458
          fi; \
446
459
        fi
447
460
ctags: CTAGS
448
461
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
449
462
                $(TAGS_FILES) $(LISP)
450
 
        tags=; \
451
463
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
452
464
        unique=`for i in $$list; do \
453
465
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
454
466
          done | \
455
467
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
456
468
              END { if (nonempty) { for (i in files) print i; }; }'`; \
457
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
469
        test -z "$(CTAGS_ARGS)$$unique" \
458
470
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
459
 
             $$tags $$unique
 
471
             $$unique
460
472
 
461
473
GTAGS:
462
474
        here=`$(am__cd) $(top_builddir) && pwd` \
463
 
          && cd $(top_srcdir) \
464
 
          && gtags -i $(GTAGS_ARGS) $$here
 
475
          && $(am__cd) $(top_srcdir) \
 
476
          && gtags -i $(GTAGS_ARGS) "$$here"
465
477
 
466
478
distclean-tags:
467
479
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
482
494
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
483
495
          if test -d $$d/$$file; then \
484
496
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
497
            if test -d "$(distdir)/$$file"; then \
 
498
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
499
            fi; \
485
500
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
486
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
501
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
502
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
487
503
            fi; \
488
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
504
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
489
505
          else \
490
 
            test -f $(distdir)/$$file \
491
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
506
            test -f "$(distdir)/$$file" \
 
507
            || cp -p $$d/$$file "$(distdir)/$$file" \
492
508
            || exit 1; \
493
509
          fi; \
494
510
        done
522
538
 
523
539
distclean-generic:
524
540
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
541
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
525
542
 
526
543
maintainer-clean-generic:
527
544
        @echo "This command is intended for maintainers to use"
544
561
 
545
562
html: html-am
546
563
 
 
564
html-am:
 
565
 
547
566
info: info-am
548
567
 
549
568
info-am:
552
571
 
553
572
install-dvi: install-dvi-am
554
573
 
 
574
install-dvi-am:
 
575
 
555
576
install-exec-am:
556
577
 
557
578
install-html: install-html-am
558
579
 
 
580
install-html-am:
 
581
 
559
582
install-info: install-info-am
560
583
 
 
584
install-info-am:
 
585
 
561
586
install-man:
562
587
 
563
588
install-pdf: install-pdf-am
564
589
 
 
590
install-pdf-am:
 
591
 
565
592
install-ps: install-ps-am
566
593
 
 
594
install-ps-am:
 
595
 
567
596
installcheck-am:
568
597
 
569
598
maintainer-clean: maintainer-clean-am
586
615
 
587
616
uninstall-am:
588
617
 
589
 
.MAKE: install-am install-strip
 
618
.MAKE: all check install install-am install-strip
590
619
 
591
620
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
592
621
        clean-libtool clean-noinstLTLIBRARIES ctags dist-hook \
640
669
 
641
670
$(IDL_COMPILER):
642
671
        @cd $(top_builddir)/src/idl-compiler && $(MAKE) $(AM_MAKEFLAGS)
 
672
 
643
673
# Tell versions [3.59,3.63) of GNU make to not export all variables.
644
674
# Otherwise a system limit (for SysV at least) may be exceeded.
645
675
.NOEXPORT: