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

« back to all changes in this revision

Viewing changes to Scaffold/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@
33
50
PRE_UNINSTALL = :
34
51
POST_UNINSTALL = :
35
52
bin_PROGRAMS = abyss-scaffold$(EXEEXT) abyss-junction$(EXEEXT)
 
53
noinst_PROGRAMS = abyss-drawgraph$(EXEEXT)
36
54
subdir = Scaffold
37
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
55
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
56
        $(top_srcdir)/depcomp
38
57
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39
58
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
40
59
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44
63
CONFIG_CLEAN_FILES =
45
64
CONFIG_CLEAN_VPATH_FILES =
46
65
am__installdirs = "$(DESTDIR)$(bindir)"
47
 
PROGRAMS = $(bin_PROGRAMS)
 
66
PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
 
67
am_abyss_drawgraph_OBJECTS = abyss_drawgraph-drawgraph.$(OBJEXT)
 
68
abyss_drawgraph_OBJECTS = $(am_abyss_drawgraph_OBJECTS)
 
69
abyss_drawgraph_DEPENDENCIES = $(top_builddir)/Common/libcommon.a
48
70
am_abyss_junction_OBJECTS = abyss_junction-junction.$(OBJEXT)
49
71
abyss_junction_OBJECTS = $(am_abyss_junction_OBJECTS)
50
72
abyss_junction_DEPENDENCIES = $(top_builddir)/Common/libcommon.a
64
86
CXXLD = $(CXX)
65
87
CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
66
88
        -o $@
67
 
SOURCES = $(abyss_junction_SOURCES) $(abyss_scaffold_SOURCES)
68
 
DIST_SOURCES = $(abyss_junction_SOURCES) $(abyss_scaffold_SOURCES)
 
89
SOURCES = $(abyss_drawgraph_SOURCES) $(abyss_junction_SOURCES) \
 
90
        $(abyss_scaffold_SOURCES)
 
91
DIST_SOURCES = $(abyss_drawgraph_SOURCES) $(abyss_junction_SOURCES) \
 
92
        $(abyss_scaffold_SOURCES)
 
93
am__can_run_installinfo = \
 
94
  case $$AM_UPDATE_INFO_DIR in \
 
95
    n|no|NO) false;; \
 
96
    *) (install-info --version) >/dev/null 2>&1;; \
 
97
  esac
69
98
ETAGS = etags
70
99
CTAGS = ctags
71
100
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
180
209
        $(top_builddir)/Common/libcommon.a
181
210
 
182
211
abyss_junction_SOURCES = junction.cc
 
212
abyss_drawgraph_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/Common
 
213
abyss_drawgraph_LDADD = $(top_builddir)/Common/libcommon.a
 
214
abyss_drawgraph_SOURCES = drawgraph.cc
183
215
all: all-am
184
216
 
185
217
.SUFFIXES:
216
248
$(am__aclocal_m4_deps):
217
249
install-binPROGRAMS: $(bin_PROGRAMS)
218
250
        @$(NORMAL_INSTALL)
219
 
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
220
251
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
252
        if test -n "$$list"; then \
 
253
          echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
 
254
          $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
 
255
        fi; \
221
256
        for p in $$list; do echo "$$p $$p"; done | \
222
257
        sed 's/$(EXEEXT)$$//' | \
223
258
        while read p p1; do if test -f $$p; \
251
286
 
252
287
clean-binPROGRAMS:
253
288
        -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
 
289
 
 
290
clean-noinstPROGRAMS:
 
291
        -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
 
292
abyss-drawgraph$(EXEEXT): $(abyss_drawgraph_OBJECTS) $(abyss_drawgraph_DEPENDENCIES) $(EXTRA_abyss_drawgraph_DEPENDENCIES) 
 
293
        @rm -f abyss-drawgraph$(EXEEXT)
 
294
        $(CXXLINK) $(abyss_drawgraph_OBJECTS) $(abyss_drawgraph_LDADD) $(LIBS)
254
295
abyss-junction$(EXEEXT): $(abyss_junction_OBJECTS) $(abyss_junction_DEPENDENCIES) $(EXTRA_abyss_junction_DEPENDENCIES) 
255
296
        @rm -f abyss-junction$(EXEEXT)
256
297
        $(abyss_junction_LINK) $(abyss_junction_OBJECTS) $(abyss_junction_LDADD) $(LIBS)
264
305
distclean-compile:
265
306
        -rm -f *.tab.c
266
307
 
 
308
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/abyss_drawgraph-drawgraph.Po@am__quote@
267
309
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/abyss_junction-junction.Po@am__quote@
268
310
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/abyss_scaffold-scaffold.Po@am__quote@
269
311
 
281
323
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
282
324
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
283
325
 
 
326
abyss_drawgraph-drawgraph.o: drawgraph.cc
 
327
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(abyss_drawgraph_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT abyss_drawgraph-drawgraph.o -MD -MP -MF $(DEPDIR)/abyss_drawgraph-drawgraph.Tpo -c -o abyss_drawgraph-drawgraph.o `test -f 'drawgraph.cc' || echo '$(srcdir)/'`drawgraph.cc
 
328
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/abyss_drawgraph-drawgraph.Tpo $(DEPDIR)/abyss_drawgraph-drawgraph.Po
 
329
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='drawgraph.cc' object='abyss_drawgraph-drawgraph.o' libtool=no @AMDEPBACKSLASH@
 
330
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
331
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(abyss_drawgraph_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o abyss_drawgraph-drawgraph.o `test -f 'drawgraph.cc' || echo '$(srcdir)/'`drawgraph.cc
 
332
 
 
333
abyss_drawgraph-drawgraph.obj: drawgraph.cc
 
334
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(abyss_drawgraph_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT abyss_drawgraph-drawgraph.obj -MD -MP -MF $(DEPDIR)/abyss_drawgraph-drawgraph.Tpo -c -o abyss_drawgraph-drawgraph.obj `if test -f 'drawgraph.cc'; then $(CYGPATH_W) 'drawgraph.cc'; else $(CYGPATH_W) '$(srcdir)/drawgraph.cc'; fi`
 
335
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/abyss_drawgraph-drawgraph.Tpo $(DEPDIR)/abyss_drawgraph-drawgraph.Po
 
336
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='drawgraph.cc' object='abyss_drawgraph-drawgraph.obj' libtool=no @AMDEPBACKSLASH@
 
337
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
338
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(abyss_drawgraph_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o abyss_drawgraph-drawgraph.obj `if test -f 'drawgraph.cc'; then $(CYGPATH_W) 'drawgraph.cc'; else $(CYGPATH_W) '$(srcdir)/drawgraph.cc'; fi`
 
339
 
284
340
abyss_junction-junction.o: junction.cc
285
341
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(abyss_junction_CPPFLAGS) $(CPPFLAGS) $(abyss_junction_CXXFLAGS) $(CXXFLAGS) -MT abyss_junction-junction.o -MD -MP -MF $(DEPDIR)/abyss_junction-junction.Tpo -c -o abyss_junction-junction.o `test -f 'junction.cc' || echo '$(srcdir)/'`junction.cc
286
342
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/abyss_junction-junction.Tpo $(DEPDIR)/abyss_junction-junction.Po
358
414
          && $(am__cd) $(top_srcdir) \
359
415
          && gtags -i $(GTAGS_ARGS) "$$here"
360
416
 
 
417
cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
 
418
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
419
        case "$(srcdir)" in \
 
420
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
421
          *) sdir=$(subdir)/$(srcdir) ;; \
 
422
        esac; \
 
423
        for i in $$list; do \
 
424
          if test -f "$$i"; then \
 
425
            echo "$(subdir)/$$i"; \
 
426
          else \
 
427
            echo "$$sdir/$$i"; \
 
428
          fi; \
 
429
        done >> $(top_builddir)/cscope.files
 
430
 
361
431
distclean-tags:
362
432
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
363
433
 
430
500
        @echo "it deletes files that may require special tools to rebuild."
431
501
clean: clean-am
432
502
 
433
 
clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
 
503
clean-am: clean-binPROGRAMS clean-generic clean-noinstPROGRAMS \
 
504
        mostlyclean-am
434
505
 
435
506
distclean: distclean-am
436
507
        -rm -rf ./$(DEPDIR)
500
571
.MAKE: install-am install-strip
501
572
 
502
573
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
503
 
        clean-generic ctags distclean distclean-compile \
504
 
        distclean-generic distclean-tags distdir dvi dvi-am html \
505
 
        html-am info info-am install install-am install-binPROGRAMS \
506
 
        install-data install-data-am install-dvi install-dvi-am \
507
 
        install-exec install-exec-am install-html install-html-am \
508
 
        install-info install-info-am install-man install-pdf \
509
 
        install-pdf-am install-ps install-ps-am install-strip \
510
 
        installcheck installcheck-am installdirs maintainer-clean \
511
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
512
 
        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
513
 
        uninstall-am uninstall-binPROGRAMS
 
574
        clean-generic clean-noinstPROGRAMS cscopelist ctags distclean \
 
575
        distclean-compile distclean-generic distclean-tags distdir dvi \
 
576
        dvi-am html html-am info info-am install install-am \
 
577
        install-binPROGRAMS install-data install-data-am install-dvi \
 
578
        install-dvi-am install-exec install-exec-am install-html \
 
579
        install-html-am install-info install-info-am install-man \
 
580
        install-pdf install-pdf-am install-ps install-ps-am \
 
581
        install-strip installcheck installcheck-am installdirs \
 
582
        maintainer-clean maintainer-clean-generic mostlyclean \
 
583
        mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
 
584
        tags uninstall uninstall-am uninstall-binPROGRAMS
514
585
 
515
586
 
516
587
# Tell versions [3.59,3.63) of GNU make to not export all variables.