~ubuntu-branches/ubuntu/feisty/soqt/feisty

« back to all changes in this revision

Viewing changes to man/man1/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Steve M. Robbins
  • Date: 2004-05-29 02:58:50 UTC
  • Revision ID: james.westby@ubuntu.com-20040529025850-nkh0l2b0mixwkcgh
Tags: 1.0.2-3
Build against coin-2, rather than coin-1.  Closes: #241102.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated automatically by automake 1.5 from Makefile.am.
 
1
# Makefile.in generated by automake 1.6.3 from Makefile.am.
 
2
# @configure_input@
2
3
 
3
 
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
 
4
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
4
5
# Free Software Foundation, Inc.
5
6
# This Makefile.in is free software; the Free Software Foundation
6
7
# gives unlimited permission to copy and/or distribute it,
15
16
 
16
17
############################################################################
17
18
 
18
 
 
19
19
############################################################################
20
20
# src/Inventor/@Gui@/common/Makefile.common
21
21
#
22
22
# This file takes care of all the common code generation that is happening
23
23
# across all the Coin3D GUI toolkit libraries.
24
24
#
25
 
 
26
25
SHELL = @SHELL@
27
26
 
28
27
srcdir = @srcdir@
53
52
AUTOMAKE = @AUTOMAKE@
54
53
AUTOHEADER = @AUTOHEADER@
55
54
 
 
55
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
56
56
INSTALL = @INSTALL@
57
57
INSTALL_PROGRAM = @INSTALL_PROGRAM@
58
58
INSTALL_DATA = @INSTALL_DATA@
 
59
install_sh_DATA = $(install_sh) -c -m 644
 
60
install_sh_PROGRAM = $(install_sh) -c
 
61
install_sh_SCRIPT = $(install_sh) -c
59
62
INSTALL_SCRIPT = @INSTALL_SCRIPT@
60
63
INSTALL_HEADER = $(INSTALL_DATA)
61
64
transform = @program_transform_name@
71
74
host_triplet = @host@
72
75
target_alias = @target_alias@
73
76
target_triplet = @target@
 
77
 
 
78
EXEEXT = @EXEEXT@
 
79
OBJEXT = @OBJEXT@
 
80
PATH_SEPARATOR = @PATH_SEPARATOR@
74
81
AMTAR = @AMTAR@
75
82
AS = @AS@
76
83
AWK = @AWK@
87
94
DSUFFIX = @DSUFFIX@
88
95
ECHO = @ECHO@
89
96
EVENT = @EVENT@
90
 
EXEEXT = @EXEEXT@
91
97
GUI = @GUI@
92
98
Gui = @Gui@
93
99
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
104
110
MAINT = @MAINT@
105
111
MOC = @MOC@
106
112
OBJDUMP = @OBJDUMP@
107
 
OBJEXT = @OBJEXT@
108
113
PACKAGE = @PACKAGE@
109
114
QTDIR = @QTDIR@
110
115
RANLIB = @RANLIB@
424
429
        $(MAKE) $(AM_MAKEFLAGS) all-am
425
430
 
426
431
.SUFFIXES:
 
432
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(srcdir)/../../src/Inventor/Qt/common/Makefile.common $(top_srcdir)/configure.ac $(ACLOCAL_M4)
 
433
        cd $(top_srcdir) && \
 
434
          $(AUTOMAKE) --gnu  man/man1/Makefile
 
435
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
436
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
427
437
 
428
438
mostlyclean-libtool:
429
439
        -rm -f *.lo
433
443
 
434
444
distclean-libtool:
435
445
        -rm -f libtool
436
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(srcdir)/../../src/Inventor/Qt/common/Makefile.common $(top_srcdir)/configure.ac $(ACLOCAL_M4)
437
 
        cd $(top_srcdir) && \
438
 
          $(AUTOMAKE) --gnu  man/man1/Makefile
439
 
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
440
 
        cd $(top_builddir) && \
441
 
          CONFIG_HEADERS= CONFIG_LINKS= \
442
 
          CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
443
446
uninstall-info-am:
444
447
 
445
448
man1dir = $(mandir)/man1
457
460
          if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
458
461
          else file=$$i; fi; \
459
462
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
 
463
          case "$$ext" in \
 
464
            1*) ;; \
 
465
            *) ext='1' ;; \
 
466
          esac; \
460
467
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
461
468
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
462
469
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
483
490
tags: TAGS
484
491
TAGS:
485
492
 
486
 
 
487
493
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
488
494
 
489
495
top_distdir = ../..
490
496
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
491
497
 
492
498
distdir: $(DISTFILES)
493
 
        @for file in $(DISTFILES); do \
494
 
          if test -f $$file; then d=.; else d=$(srcdir); fi; \
 
499
        @list='$(DISTFILES)'; for file in $$list; do \
 
500
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
495
501
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
496
502
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
497
 
            $(mkinstalldirs) "$(distdir)/$$dir"; \
 
503
            dir="/$$dir"; \
 
504
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
505
          else \
 
506
            dir=''; \
498
507
          fi; \
499
508
          if test -d $$d/$$file; then \
500
 
            cp -pR $$d/$$file $(distdir) \
501
 
            || exit 1; \
 
509
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
510
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
511
            fi; \
 
512
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
502
513
          else \
503
514
            test -f $(distdir)/$$file \
504
515
            || cp -p $$d/$$file $(distdir)/$$file \
523
534
installcheck: installcheck-am
524
535
install-strip:
525
536
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
537
          INSTALL_STRIP_FLAG=-s \
526
538
          `test -z '$(STRIP)' || \
527
539
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
528
540
mostlyclean-generic:
530
542
clean-generic:
531
543
 
532
544
distclean-generic:
533
 
        -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
 
545
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
534
546
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
535
547
 
536
548
maintainer-clean-generic: