~ubuntu-branches/debian/wheezy/abyss/wheezy

« back to all changes in this revision

Viewing changes to DistanceEst/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Shaun Jackman
  • Date: 2012-05-31 11:39:13 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20120531113913-39atrfritvjevhv6
Tags: 1.3.4-1
* New upstream release.
* debian/copyright: Add CityHash, which has an Expat license.
* debian/control: Bump Standards-Version to 3.9.3.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.12 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
16
16
@SET_MAKE@
17
17
 
18
18
VPATH = @srcdir@
 
19
am__make_dryrun = \
 
20
  { \
 
21
    am__dry=no; \
 
22
    case $$MAKEFLAGS in \
 
23
      *\\[\ \   ]*) \
 
24
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
25
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
26
      *) \
 
27
        for am__flg in $$MAKEFLAGS; do \
 
28
          case $$am__flg in \
 
29
            *=*|--*) ;; \
 
30
            *n*) am__dry=yes; break;; \
 
31
          esac; \
 
32
        done;; \
 
33
    esac; \
 
34
    test $$am__dry = yes; \
 
35
  }
19
36
pkgdatadir = $(datadir)/@PACKAGE@
20
37
pkgincludedir = $(includedir)/@PACKAGE@
21
38
pkglibdir = $(libdir)/@PACKAGE@
34
51
POST_UNINSTALL = :
35
52
bin_PROGRAMS = DistanceEst$(EXEEXT)
36
53
subdir = DistanceEst
37
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
54
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
55
        $(top_srcdir)/depcomp
38
56
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39
57
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
40
58
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
66
84
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
67
85
SOURCES = $(DistanceEst_SOURCES)
68
86
DIST_SOURCES = $(DistanceEst_SOURCES)
 
87
am__can_run_installinfo = \
 
88
  case $$AM_UPDATE_INFO_DIR in \
 
89
    n|no|NO) false;; \
 
90
    *) (install-info --version) >/dev/null 2>&1;; \
 
91
  esac
69
92
ETAGS = etags
70
93
CTAGS = ctags
71
94
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
208
231
$(am__aclocal_m4_deps):
209
232
install-binPROGRAMS: $(bin_PROGRAMS)
210
233
        @$(NORMAL_INSTALL)
211
 
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
212
234
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
235
        if test -n "$$list"; then \
 
236
          echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
 
237
          $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
 
238
        fi; \
213
239
        for p in $$list; do echo "$$p $$p"; done | \
214
240
        sed 's/$(EXEEXT)$$//' | \
215
241
        while read p p1; do if test -f $$p; \
347
373
          && $(am__cd) $(top_srcdir) \
348
374
          && gtags -i $(GTAGS_ARGS) "$$here"
349
375
 
 
376
cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
 
377
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
378
        case "$(srcdir)" in \
 
379
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
380
          *) sdir=$(subdir)/$(srcdir) ;; \
 
381
        esac; \
 
382
        for i in $$list; do \
 
383
          if test -f "$$i"; then \
 
384
            echo "$(subdir)/$$i"; \
 
385
          else \
 
386
            echo "$$sdir/$$i"; \
 
387
          fi; \
 
388
        done >> $(top_builddir)/cscope.files
 
389
 
350
390
distclean-tags:
351
391
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
352
392
 
489
529
.MAKE: install-am install-strip
490
530
 
491
531
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
492
 
        clean-generic ctags distclean distclean-compile \
 
532
        clean-generic cscopelist ctags distclean distclean-compile \
493
533
        distclean-generic distclean-tags distdir dvi dvi-am html \
494
534
        html-am info info-am install install-am install-binPROGRAMS \
495
535
        install-data install-data-am install-dvi install-dvi-am \