~ubuntu-branches/ubuntu/saucy/abyss/saucy

« back to all changes in this revision

Viewing changes to Map/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Shaun Jackman
  • Date: 2011-09-11 10:00:13 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: package-import@ubuntu.com-20110911100013-oa4m5fi036mjuwc8
Tags: 1.3.0-1
* New upstream release.
* Add libboost-graph-dev to Build-Depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
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.
 
7
# This Makefile.in is free software; the Free Software Foundation
 
8
# gives unlimited permission to copy and/or distribute it,
 
9
# with or without modifications, as long as this notice is preserved.
 
10
 
 
11
# This program is distributed in the hope that it will be useful,
 
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
14
# PARTICULAR PURPOSE.
 
15
 
 
16
@SET_MAKE@
 
17
 
 
18
VPATH = @srcdir@
 
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibdir = $(libdir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
24
install_sh_DATA = $(install_sh) -c -m 644
 
25
install_sh_PROGRAM = $(install_sh) -c
 
26
install_sh_SCRIPT = $(install_sh) -c
 
27
INSTALL_HEADER = $(INSTALL_DATA)
 
28
transform = $(program_transform_name)
 
29
NORMAL_INSTALL = :
 
30
PRE_INSTALL = :
 
31
POST_INSTALL = :
 
32
NORMAL_UNINSTALL = :
 
33
PRE_UNINSTALL = :
 
34
POST_UNINSTALL = :
 
35
bin_PROGRAMS = abyss-index$(EXEEXT) abyss-map$(EXEEXT)
 
36
subdir = Map
 
37
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
38
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
39
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
40
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
41
        $(ACLOCAL_M4)
 
42
mkinstalldirs = $(install_sh) -d
 
43
CONFIG_HEADER = $(top_builddir)/config.h
 
44
CONFIG_CLEAN_FILES =
 
45
CONFIG_CLEAN_VPATH_FILES =
 
46
am__installdirs = "$(DESTDIR)$(bindir)"
 
47
PROGRAMS = $(bin_PROGRAMS)
 
48
am_abyss_index_OBJECTS = abyss_index-index.$(OBJEXT)
 
49
abyss_index_OBJECTS = $(am_abyss_index_OBJECTS)
 
50
abyss_index_DEPENDENCIES = $(top_builddir)/FMIndex/libfmindex.a \
 
51
        $(top_builddir)/DataLayer/libdatalayer.a \
 
52
        $(top_builddir)/Common/libcommon.a
 
53
am_abyss_map_OBJECTS = abyss_map-map.$(OBJEXT)
 
54
abyss_map_OBJECTS = $(am_abyss_map_OBJECTS)
 
55
abyss_map_DEPENDENCIES = $(top_builddir)/FMIndex/libfmindex.a \
 
56
        $(top_builddir)/DataLayer/libdatalayer.a \
 
57
        $(top_builddir)/Common/libcommon.a
 
58
abyss_map_LINK = $(CXXLD) $(abyss_map_CXXFLAGS) $(CXXFLAGS) \
 
59
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
60
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
61
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
62
am__depfiles_maybe = depfiles
 
63
am__mv = mv -f
 
64
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
65
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
66
CXXLD = $(CXX)
 
67
CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
 
68
        -o $@
 
69
SOURCES = $(abyss_index_SOURCES) $(abyss_map_SOURCES)
 
70
DIST_SOURCES = $(abyss_index_SOURCES) $(abyss_map_SOURCES)
 
71
ETAGS = etags
 
72
CTAGS = ctags
 
73
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
74
ACLOCAL = @ACLOCAL@
 
75
AMTAR = @AMTAR@
 
76
AM_CXXFLAGS = @AM_CXXFLAGS@
 
77
AUTOCONF = @AUTOCONF@
 
78
AUTOHEADER = @AUTOHEADER@
 
79
AUTOMAKE = @AUTOMAKE@
 
80
AWK = @AWK@
 
81
CC = @CC@
 
82
CCDEPMODE = @CCDEPMODE@
 
83
CFLAGS = @CFLAGS@
 
84
CPP = @CPP@
 
85
CPPFLAGS = @CPPFLAGS@
 
86
CXX = @CXX@
 
87
CXXCPP = @CXXCPP@
 
88
CXXDEPMODE = @CXXDEPMODE@
 
89
CXXFLAGS = @CXXFLAGS@
 
90
CYGPATH_W = @CYGPATH_W@
 
91
DEFS = @DEFS@
 
92
DEPDIR = @DEPDIR@
 
93
ECHO_C = @ECHO_C@
 
94
ECHO_N = @ECHO_N@
 
95
ECHO_T = @ECHO_T@
 
96
EGREP = @EGREP@
 
97
EXEEXT = @EXEEXT@
 
98
GREP = @GREP@
 
99
INSTALL = @INSTALL@
 
100
INSTALL_DATA = @INSTALL_DATA@
 
101
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
102
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
103
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
104
LDFLAGS = @LDFLAGS@
 
105
LIBOBJS = @LIBOBJS@
 
106
LIBS = @LIBS@
 
107
LTLIBOBJS = @LTLIBOBJS@
 
108
MAKEINFO = @MAKEINFO@
 
109
MKDIR_P = @MKDIR_P@
 
110
MPI_LIBS = @MPI_LIBS@
 
111
OBJEXT = @OBJEXT@
 
112
OPENMP_CXXFLAGS = @OPENMP_CXXFLAGS@
 
113
PACKAGE = @PACKAGE@
 
114
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
115
PACKAGE_NAME = @PACKAGE_NAME@
 
116
PACKAGE_STRING = @PACKAGE_STRING@
 
117
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
118
PACKAGE_URL = @PACKAGE_URL@
 
119
PACKAGE_VERSION = @PACKAGE_VERSION@
 
120
PATH_SEPARATOR = @PATH_SEPARATOR@
 
121
RANLIB = @RANLIB@
 
122
SET_MAKE = @SET_MAKE@
 
123
SHELL = @SHELL@
 
124
STRIP = @STRIP@
 
125
VERSION = @VERSION@
 
126
abs_builddir = @abs_builddir@
 
127
abs_srcdir = @abs_srcdir@
 
128
abs_top_builddir = @abs_top_builddir@
 
129
abs_top_srcdir = @abs_top_srcdir@
 
130
ac_ct_CC = @ac_ct_CC@
 
131
ac_ct_CXX = @ac_ct_CXX@
 
132
am__include = @am__include@
 
133
am__leading_dot = @am__leading_dot@
 
134
am__quote = @am__quote@
 
135
am__tar = @am__tar@
 
136
am__untar = @am__untar@
 
137
bindir = @bindir@
 
138
build_alias = @build_alias@
 
139
builddir = @builddir@
 
140
datadir = @datadir@
 
141
datarootdir = @datarootdir@
 
142
docdir = @docdir@
 
143
dvidir = @dvidir@
 
144
exec_prefix = @exec_prefix@
 
145
host_alias = @host_alias@
 
146
htmldir = @htmldir@
 
147
includedir = @includedir@
 
148
infodir = @infodir@
 
149
install_sh = @install_sh@
 
150
libdir = @libdir@
 
151
libexecdir = @libexecdir@
 
152
localedir = @localedir@
 
153
localstatedir = @localstatedir@
 
154
mandir = @mandir@
 
155
mkdir_p = @mkdir_p@
 
156
oldincludedir = @oldincludedir@
 
157
pdfdir = @pdfdir@
 
158
prefix = @prefix@
 
159
program_transform_name = @program_transform_name@
 
160
psdir = @psdir@
 
161
sbindir = @sbindir@
 
162
sharedstatedir = @sharedstatedir@
 
163
srcdir = @srcdir@
 
164
sysconfdir = @sysconfdir@
 
165
target_alias = @target_alias@
 
166
top_build_prefix = @top_build_prefix@
 
167
top_builddir = @top_builddir@
 
168
top_srcdir = @top_srcdir@
 
169
abyss_index_CPPFLAGS = -I$(top_srcdir) \
 
170
        -I$(top_srcdir)/Align \
 
171
        -I$(top_srcdir)/Common \
 
172
        -I$(top_srcdir)/DataLayer \
 
173
        -I$(top_srcdir)/FMIndex
 
174
 
 
175
abyss_index_LDADD = \
 
176
        $(top_builddir)/FMIndex/libfmindex.a \
 
177
        $(top_builddir)/DataLayer/libdatalayer.a \
 
178
        $(top_builddir)/Common/libcommon.a
 
179
 
 
180
abyss_index_SOURCES = index.cc
 
181
abyss_map_CPPFLAGS = -I$(top_srcdir) \
 
182
        -I$(top_srcdir)/Align \
 
183
        -I$(top_srcdir)/Common \
 
184
        -I$(top_srcdir)/DataLayer \
 
185
        -I$(top_srcdir)/FMIndex
 
186
 
 
187
abyss_map_CXXFLAGS = $(AM_CXXFLAGS) $(OPENMP_CXXFLAGS)
 
188
abyss_map_LDADD = \
 
189
        $(top_builddir)/FMIndex/libfmindex.a \
 
190
        $(top_builddir)/DataLayer/libdatalayer.a \
 
191
        $(top_builddir)/Common/libcommon.a
 
192
 
 
193
abyss_map_SOURCES = map.cc
 
194
all: all-am
 
195
 
 
196
.SUFFIXES:
 
197
.SUFFIXES: .cc .o .obj
 
198
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
199
        @for dep in $?; do \
 
200
          case '$(am__configure_deps)' in \
 
201
            *$$dep*) \
 
202
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
203
                && { if test -f $@; then exit 0; else break; fi; }; \
 
204
              exit 1;; \
 
205
          esac; \
 
206
        done; \
 
207
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Map/Makefile'; \
 
208
        $(am__cd) $(top_srcdir) && \
 
209
          $(AUTOMAKE) --foreign Map/Makefile
 
210
.PRECIOUS: Makefile
 
211
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
212
        @case '$?' in \
 
213
          *config.status*) \
 
214
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
215
          *) \
 
216
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
217
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
218
        esac;
 
219
 
 
220
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
221
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
222
 
 
223
$(top_srcdir)/configure:  $(am__configure_deps)
 
224
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
225
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
226
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
227
$(am__aclocal_m4_deps):
 
228
install-binPROGRAMS: $(bin_PROGRAMS)
 
229
        @$(NORMAL_INSTALL)
 
230
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
 
231
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
232
        for p in $$list; do echo "$$p $$p"; done | \
 
233
        sed 's/$(EXEEXT)$$//' | \
 
234
        while read p p1; do if test -f $$p; \
 
235
          then echo "$$p"; echo "$$p"; else :; fi; \
 
236
        done | \
 
237
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
238
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
239
        sed 'N;N;N;s,\n, ,g' | \
 
240
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
241
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
242
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
243
            else { print "f", $$3 "/" $$4, $$1; } } \
 
244
          END { for (d in files) print "f", d, files[d] }' | \
 
245
        while read type dir files; do \
 
246
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
247
            test -z "$$files" || { \
 
248
              echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
 
249
              $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
 
250
            } \
 
251
        ; done
 
252
 
 
253
uninstall-binPROGRAMS:
 
254
        @$(NORMAL_UNINSTALL)
 
255
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
256
        files=`for p in $$list; do echo "$$p"; done | \
 
257
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
258
              -e 's/$$/$(EXEEXT)/' `; \
 
259
        test -n "$$list" || exit 0; \
 
260
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
 
261
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
 
262
 
 
263
clean-binPROGRAMS:
 
264
        -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
 
265
abyss-index$(EXEEXT): $(abyss_index_OBJECTS) $(abyss_index_DEPENDENCIES) 
 
266
        @rm -f abyss-index$(EXEEXT)
 
267
        $(CXXLINK) $(abyss_index_OBJECTS) $(abyss_index_LDADD) $(LIBS)
 
268
abyss-map$(EXEEXT): $(abyss_map_OBJECTS) $(abyss_map_DEPENDENCIES) 
 
269
        @rm -f abyss-map$(EXEEXT)
 
270
        $(abyss_map_LINK) $(abyss_map_OBJECTS) $(abyss_map_LDADD) $(LIBS)
 
271
 
 
272
mostlyclean-compile:
 
273
        -rm -f *.$(OBJEXT)
 
274
 
 
275
distclean-compile:
 
276
        -rm -f *.tab.c
 
277
 
 
278
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/abyss_index-index.Po@am__quote@
 
279
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/abyss_map-map.Po@am__quote@
 
280
 
 
281
.cc.o:
 
282
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
283
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
284
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
285
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
286
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
 
287
 
 
288
.cc.obj:
 
289
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
290
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
291
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
292
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
293
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
294
 
 
295
abyss_index-index.o: index.cc
 
296
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(abyss_index_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT abyss_index-index.o -MD -MP -MF $(DEPDIR)/abyss_index-index.Tpo -c -o abyss_index-index.o `test -f 'index.cc' || echo '$(srcdir)/'`index.cc
 
297
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/abyss_index-index.Tpo $(DEPDIR)/abyss_index-index.Po
 
298
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='index.cc' object='abyss_index-index.o' libtool=no @AMDEPBACKSLASH@
 
299
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
300
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(abyss_index_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o abyss_index-index.o `test -f 'index.cc' || echo '$(srcdir)/'`index.cc
 
301
 
 
302
abyss_index-index.obj: index.cc
 
303
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(abyss_index_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT abyss_index-index.obj -MD -MP -MF $(DEPDIR)/abyss_index-index.Tpo -c -o abyss_index-index.obj `if test -f 'index.cc'; then $(CYGPATH_W) 'index.cc'; else $(CYGPATH_W) '$(srcdir)/index.cc'; fi`
 
304
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/abyss_index-index.Tpo $(DEPDIR)/abyss_index-index.Po
 
305
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='index.cc' object='abyss_index-index.obj' libtool=no @AMDEPBACKSLASH@
 
306
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
307
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(abyss_index_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o abyss_index-index.obj `if test -f 'index.cc'; then $(CYGPATH_W) 'index.cc'; else $(CYGPATH_W) '$(srcdir)/index.cc'; fi`
 
308
 
 
309
abyss_map-map.o: map.cc
 
310
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(abyss_map_CPPFLAGS) $(CPPFLAGS) $(abyss_map_CXXFLAGS) $(CXXFLAGS) -MT abyss_map-map.o -MD -MP -MF $(DEPDIR)/abyss_map-map.Tpo -c -o abyss_map-map.o `test -f 'map.cc' || echo '$(srcdir)/'`map.cc
 
311
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/abyss_map-map.Tpo $(DEPDIR)/abyss_map-map.Po
 
312
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='map.cc' object='abyss_map-map.o' libtool=no @AMDEPBACKSLASH@
 
313
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
314
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(abyss_map_CPPFLAGS) $(CPPFLAGS) $(abyss_map_CXXFLAGS) $(CXXFLAGS) -c -o abyss_map-map.o `test -f 'map.cc' || echo '$(srcdir)/'`map.cc
 
315
 
 
316
abyss_map-map.obj: map.cc
 
317
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(abyss_map_CPPFLAGS) $(CPPFLAGS) $(abyss_map_CXXFLAGS) $(CXXFLAGS) -MT abyss_map-map.obj -MD -MP -MF $(DEPDIR)/abyss_map-map.Tpo -c -o abyss_map-map.obj `if test -f 'map.cc'; then $(CYGPATH_W) 'map.cc'; else $(CYGPATH_W) '$(srcdir)/map.cc'; fi`
 
318
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/abyss_map-map.Tpo $(DEPDIR)/abyss_map-map.Po
 
319
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='map.cc' object='abyss_map-map.obj' libtool=no @AMDEPBACKSLASH@
 
320
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
321
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(abyss_map_CPPFLAGS) $(CPPFLAGS) $(abyss_map_CXXFLAGS) $(CXXFLAGS) -c -o abyss_map-map.obj `if test -f 'map.cc'; then $(CYGPATH_W) 'map.cc'; else $(CYGPATH_W) '$(srcdir)/map.cc'; fi`
 
322
 
 
323
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
324
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
325
        unique=`for i in $$list; do \
 
326
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
327
          done | \
 
328
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
329
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
330
        mkid -fID $$unique
 
331
tags: TAGS
 
332
 
 
333
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
334
                $(TAGS_FILES) $(LISP)
 
335
        set x; \
 
336
        here=`pwd`; \
 
337
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
338
        unique=`for i in $$list; do \
 
339
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
340
          done | \
 
341
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
342
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
343
        shift; \
 
344
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
345
          test -n "$$unique" || unique=$$empty_fix; \
 
346
          if test $$# -gt 0; then \
 
347
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
348
              "$$@" $$unique; \
 
349
          else \
 
350
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
351
              $$unique; \
 
352
          fi; \
 
353
        fi
 
354
ctags: CTAGS
 
355
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
356
                $(TAGS_FILES) $(LISP)
 
357
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
358
        unique=`for i in $$list; do \
 
359
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
360
          done | \
 
361
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
362
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
363
        test -z "$(CTAGS_ARGS)$$unique" \
 
364
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
365
             $$unique
 
366
 
 
367
GTAGS:
 
368
        here=`$(am__cd) $(top_builddir) && pwd` \
 
369
          && $(am__cd) $(top_srcdir) \
 
370
          && gtags -i $(GTAGS_ARGS) "$$here"
 
371
 
 
372
distclean-tags:
 
373
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
374
 
 
375
distdir: $(DISTFILES)
 
376
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
377
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
378
        list='$(DISTFILES)'; \
 
379
          dist_files=`for file in $$list; do echo $$file; done | \
 
380
          sed -e "s|^$$srcdirstrip/||;t" \
 
381
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
382
        case $$dist_files in \
 
383
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
384
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
385
                           sort -u` ;; \
 
386
        esac; \
 
387
        for file in $$dist_files; do \
 
388
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
389
          if test -d $$d/$$file; then \
 
390
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
391
            if test -d "$(distdir)/$$file"; then \
 
392
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
393
            fi; \
 
394
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
395
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
396
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
397
            fi; \
 
398
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
399
          else \
 
400
            test -f "$(distdir)/$$file" \
 
401
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
402
            || exit 1; \
 
403
          fi; \
 
404
        done
 
405
check-am: all-am
 
406
check: check-am
 
407
all-am: Makefile $(PROGRAMS)
 
408
installdirs:
 
409
        for dir in "$(DESTDIR)$(bindir)"; do \
 
410
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
411
        done
 
412
install: install-am
 
413
install-exec: install-exec-am
 
414
install-data: install-data-am
 
415
uninstall: uninstall-am
 
416
 
 
417
install-am: all-am
 
418
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
419
 
 
420
installcheck: installcheck-am
 
421
install-strip:
 
422
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
423
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
424
          `test -z '$(STRIP)' || \
 
425
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
426
mostlyclean-generic:
 
427
 
 
428
clean-generic:
 
429
 
 
430
distclean-generic:
 
431
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
432
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
433
 
 
434
maintainer-clean-generic:
 
435
        @echo "This command is intended for maintainers to use"
 
436
        @echo "it deletes files that may require special tools to rebuild."
 
437
clean: clean-am
 
438
 
 
439
clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
 
440
 
 
441
distclean: distclean-am
 
442
        -rm -rf ./$(DEPDIR)
 
443
        -rm -f Makefile
 
444
distclean-am: clean-am distclean-compile distclean-generic \
 
445
        distclean-tags
 
446
 
 
447
dvi: dvi-am
 
448
 
 
449
dvi-am:
 
450
 
 
451
html: html-am
 
452
 
 
453
html-am:
 
454
 
 
455
info: info-am
 
456
 
 
457
info-am:
 
458
 
 
459
install-data-am:
 
460
 
 
461
install-dvi: install-dvi-am
 
462
 
 
463
install-dvi-am:
 
464
 
 
465
install-exec-am: install-binPROGRAMS
 
466
 
 
467
install-html: install-html-am
 
468
 
 
469
install-html-am:
 
470
 
 
471
install-info: install-info-am
 
472
 
 
473
install-info-am:
 
474
 
 
475
install-man:
 
476
 
 
477
install-pdf: install-pdf-am
 
478
 
 
479
install-pdf-am:
 
480
 
 
481
install-ps: install-ps-am
 
482
 
 
483
install-ps-am:
 
484
 
 
485
installcheck-am:
 
486
 
 
487
maintainer-clean: maintainer-clean-am
 
488
        -rm -rf ./$(DEPDIR)
 
489
        -rm -f Makefile
 
490
maintainer-clean-am: distclean-am maintainer-clean-generic
 
491
 
 
492
mostlyclean: mostlyclean-am
 
493
 
 
494
mostlyclean-am: mostlyclean-compile mostlyclean-generic
 
495
 
 
496
pdf: pdf-am
 
497
 
 
498
pdf-am:
 
499
 
 
500
ps: ps-am
 
501
 
 
502
ps-am:
 
503
 
 
504
uninstall-am: uninstall-binPROGRAMS
 
505
 
 
506
.MAKE: install-am install-strip
 
507
 
 
508
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
 
509
        clean-generic ctags distclean distclean-compile \
 
510
        distclean-generic distclean-tags distdir dvi dvi-am html \
 
511
        html-am info info-am install install-am install-binPROGRAMS \
 
512
        install-data install-data-am install-dvi install-dvi-am \
 
513
        install-exec install-exec-am install-html install-html-am \
 
514
        install-info install-info-am install-man install-pdf \
 
515
        install-pdf-am install-ps install-ps-am install-strip \
 
516
        installcheck installcheck-am installdirs maintainer-clean \
 
517
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
518
        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
 
519
        uninstall-am uninstall-binPROGRAMS
 
520
 
 
521
 
 
522
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
523
# Otherwise a system limit (for SysV at least) may be exceeded.
 
524
.NOEXPORT: