~ubuntu-branches/ubuntu/vivid/libgwenhywfar/vivid

« back to all changes in this revision

Viewing changes to tools/typemaker/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Micha Lenk
  • Date: 2013-08-21 20:27:23 UTC
  • mfrom: (1.5.3)
  • Revision ID: package-import@ubuntu.com-20130821202723-79fxx94wm33l9omq
Tags: 4.7.0beta-1
* New upstream release
* Updated debian/libgwenhywfar60.symbols.
* Add build-dep on libgpg-error-dev to fix a build log warning about indirect
  linkage to libgpg-error.so.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.6 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, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
7
7
# This Makefile.in is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy and/or distribute it,
9
9
# with or without modifications, as long as this notice is preserved.
17
17
 
18
18
 
19
19
VPATH = @srcdir@
 
20
am__make_dryrun = \
 
21
  { \
 
22
    am__dry=no; \
 
23
    case $$MAKEFLAGS in \
 
24
      *\\[\ \   ]*) \
 
25
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
26
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
27
      *) \
 
28
        for am__flg in $$MAKEFLAGS; do \
 
29
          case $$am__flg in \
 
30
            *=*|--*) ;; \
 
31
            *n*) am__dry=yes; break;; \
 
32
          esac; \
 
33
        done;; \
 
34
    esac; \
 
35
    test $$am__dry = yes; \
 
36
  }
20
37
pkgdatadir = $(datadir)/@PACKAGE@
21
38
pkgincludedir = $(includedir)/@PACKAGE@
22
39
pkglibdir = $(libdir)/@PACKAGE@
86
103
        $(LDFLAGS) -o $@
87
104
SOURCES = $(typemaker_SOURCES)
88
105
DIST_SOURCES = $(typemaker_SOURCES)
 
106
am__can_run_installinfo = \
 
107
  case $$AM_UPDATE_INFO_DIR in \
 
108
    n|no|NO) false;; \
 
109
    *) (install-info --version) >/dev/null 2>&1;; \
 
110
  esac
89
111
HEADERS = $(noinst_HEADERS)
90
112
ETAGS = etags
91
113
CTAGS = ctags
374
396
$(am__aclocal_m4_deps):
375
397
install-binPROGRAMS: $(bin_PROGRAMS)
376
398
        @$(NORMAL_INSTALL)
377
 
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
378
399
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
400
        if test -n "$$list"; then \
 
401
          echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
 
402
          $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
 
403
        fi; \
379
404
        for p in $$list; do echo "$$p $$p"; done | \
380
405
        sed 's/$(EXEEXT)$$//' | \
381
406
        while read p p1; do if test -f $$p || test -f $$p1; \
415
440
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
416
441
        echo " rm -f" $$list; \
417
442
        rm -f $$list
418
 
typemaker$(EXEEXT): $(typemaker_OBJECTS) $(typemaker_DEPENDENCIES) 
 
443
typemaker$(EXEEXT): $(typemaker_OBJECTS) $(typemaker_DEPENDENCIES) $(EXTRA_typemaker_DEPENDENCIES) 
419
444
        @rm -f typemaker$(EXEEXT)
420
445
        $(typemaker_LINK) $(typemaker_OBJECTS) $(typemaker_LDADD) $(LIBS)
421
446
 
558
583
 
559
584
installcheck: installcheck-am
560
585
install-strip:
561
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
562
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
563
 
          `test -z '$(STRIP)' || \
564
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
586
        if test -z '$(STRIP)'; then \
 
587
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
588
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
589
              install; \
 
590
        else \
 
591
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
592
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
593
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
594
        fi
565
595
mostlyclean-generic:
566
596
 
567
597
clean-generic: