~ubuntu-branches/ubuntu/quantal/clustalo/quantal

« back to all changes in this revision

Viewing changes to src/kmpp/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Olivier Sallou
  • Date: 2011-12-14 11:21:56 UTC
  • Revision ID: package-import@ubuntu.com-20111214112156-y3chwm0t4yn2nevm
Tags: upstream-1.0.3
ImportĀ upstreamĀ versionĀ 1.0.3

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
# Replaces squids own automake files
 
19
#
 
20
# Some useful automake documentation:
 
21
# http://www.openismus.com/documents/linux/automake/automake.shtml
 
22
# http://www.bioinf.uni-freiburg.de/~mmann/HowTo/automake.html
 
23
 
 
24
#SUBDIRS =
 
25
#EXTRA_DIST = 
 
26
#LDADD =
 
27
 
 
28
VPATH = @srcdir@
 
29
pkgdatadir = $(datadir)/@PACKAGE@
 
30
pkgincludedir = $(includedir)/@PACKAGE@
 
31
pkglibdir = $(libdir)/@PACKAGE@
 
32
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
33
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
34
install_sh_DATA = $(install_sh) -c -m 644
 
35
install_sh_PROGRAM = $(install_sh) -c
 
36
install_sh_SCRIPT = $(install_sh) -c
 
37
INSTALL_HEADER = $(INSTALL_DATA)
 
38
transform = $(program_transform_name)
 
39
NORMAL_INSTALL = :
 
40
PRE_INSTALL = :
 
41
POST_INSTALL = :
 
42
NORMAL_UNINSTALL = :
 
43
PRE_UNINSTALL = :
 
44
POST_UNINSTALL = :
 
45
build_triplet = @build@
 
46
host_triplet = @host@
 
47
subdir = src/kmpp
 
48
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
49
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
50
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_prefix_config_h.m4 \
 
51
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
52
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
53
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/ax_openmp.m4 \
 
54
        $(top_srcdir)/configure.ac
 
55
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
56
        $(ACLOCAL_M4)
 
57
mkinstalldirs = $(install_sh) -d
 
58
CONFIG_HEADER = $(top_builddir)/src/config.h
 
59
CONFIG_CLEAN_FILES =
 
60
CONFIG_CLEAN_VPATH_FILES =
 
61
LTLIBRARIES = $(noinst_LTLIBRARIES)
 
62
libkmpp_la_LIBADD =
 
63
am_libkmpp_la_OBJECTS = KMeans.lo KmTree.lo KmUtils.lo
 
64
libkmpp_la_OBJECTS = $(am_libkmpp_la_OBJECTS)
 
65
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src
 
66
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
67
am__depfiles_maybe = depfiles
 
68
am__mv = mv -f
 
69
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
70
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
71
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
72
        --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
73
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
74
CXXLD = $(CXX)
 
75
CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
76
        --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
 
77
        $(LDFLAGS) -o $@
 
78
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
79
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
80
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
81
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
82
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
83
CCLD = $(CC)
 
84
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
85
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
86
        $(LDFLAGS) -o $@
 
87
SOURCES = $(libkmpp_la_SOURCES)
 
88
DIST_SOURCES = $(libkmpp_la_SOURCES)
 
89
ETAGS = etags
 
90
CTAGS = ctags
 
91
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
92
ACLOCAL = @ACLOCAL@
 
93
AMTAR = @AMTAR@
 
94
AM_CFLAGS = @AM_CFLAGS@
 
95
 
 
96
# need DCLUSTALO here to enable Clustal specific squid patches
 
97
AM_CXXFLAGS = -DCLUSTALO @AM_CXXFLAGS@ 
 
98
AM_LDFLAGS = @AM_LDFLAGS@
 
99
AR = @AR@
 
100
AUTOCONF = @AUTOCONF@
 
101
AUTOHEADER = @AUTOHEADER@
 
102
AUTOMAKE = @AUTOMAKE@
 
103
AWK = @AWK@
 
104
CC = @CC@
 
105
CCDEPMODE = @CCDEPMODE@
 
106
CFLAGS = @CFLAGS@
 
107
CPP = @CPP@
 
108
CPPFLAGS = @CPPFLAGS@
 
109
CXX = @CXX@
 
110
CXXCPP = @CXXCPP@
 
111
CXXDEPMODE = @CXXDEPMODE@
 
112
CXXFLAGS = @CXXFLAGS@
 
113
CYGPATH_W = @CYGPATH_W@
 
114
DEFS = @DEFS@
 
115
DEPDIR = @DEPDIR@
 
116
DSYMUTIL = @DSYMUTIL@
 
117
DUMPBIN = @DUMPBIN@
 
118
ECHO_C = @ECHO_C@
 
119
ECHO_N = @ECHO_N@
 
120
ECHO_T = @ECHO_T@
 
121
EGREP = @EGREP@
 
122
EXEEXT = @EXEEXT@
 
123
FGREP = @FGREP@
 
124
GREP = @GREP@
 
125
INSTALL = @INSTALL@
 
126
INSTALL_DATA = @INSTALL_DATA@
 
127
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
128
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
129
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
130
LD = @LD@
 
131
LDFLAGS = @LDFLAGS@
 
132
LIBOBJS = @LIBOBJS@
 
133
LIBS = @LIBS@
 
134
LIBTOOL = @LIBTOOL@
 
135
LIPO = @LIPO@
 
136
LN_S = @LN_S@
 
137
LTLIBOBJS = @LTLIBOBJS@
 
138
MAKEINFO = @MAKEINFO@
 
139
MKDIR_P = @MKDIR_P@
 
140
NM = @NM@
 
141
NMEDIT = @NMEDIT@
 
142
OBJDUMP = @OBJDUMP@
 
143
OBJEXT = @OBJEXT@
 
144
OPENMP_CFLAGS = @OPENMP_CFLAGS@
 
145
OPENMP_CXXFLAGS = @OPENMP_CXXFLAGS@
 
146
OTOOL = @OTOOL@
 
147
OTOOL64 = @OTOOL64@
 
148
PACKAGE = @PACKAGE@
 
149
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
150
PACKAGE_CODENAME = @PACKAGE_CODENAME@
 
151
PACKAGE_NAME = @PACKAGE_NAME@
 
152
PACKAGE_STRING = @PACKAGE_STRING@
 
153
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
154
PACKAGE_URL = @PACKAGE_URL@
 
155
PACKAGE_VERSION = @PACKAGE_VERSION@
 
156
PATH_SEPARATOR = @PATH_SEPARATOR@
 
157
RANLIB = @RANLIB@
 
158
SED = @SED@
 
159
SET_MAKE = @SET_MAKE@
 
160
SHELL = @SHELL@
 
161
STRIP = @STRIP@
 
162
VERSION = @VERSION@
 
163
abs_builddir = @abs_builddir@
 
164
abs_srcdir = @abs_srcdir@
 
165
abs_top_builddir = @abs_top_builddir@
 
166
abs_top_srcdir = @abs_top_srcdir@
 
167
ac_ct_CC = @ac_ct_CC@
 
168
ac_ct_CXX = @ac_ct_CXX@
 
169
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
170
am__include = @am__include@
 
171
am__leading_dot = @am__leading_dot@
 
172
am__quote = @am__quote@
 
173
am__tar = @am__tar@
 
174
am__untar = @am__untar@
 
175
bindir = @bindir@
 
176
build = @build@
 
177
build_alias = @build_alias@
 
178
build_cpu = @build_cpu@
 
179
build_os = @build_os@
 
180
build_vendor = @build_vendor@
 
181
builddir = @builddir@
 
182
datadir = @datadir@
 
183
datarootdir = @datarootdir@
 
184
docdir = @docdir@
 
185
dvidir = @dvidir@
 
186
exec_prefix = @exec_prefix@
 
187
host = @host@
 
188
host_alias = @host_alias@
 
189
host_cpu = @host_cpu@
 
190
host_os = @host_os@
 
191
host_vendor = @host_vendor@
 
192
htmldir = @htmldir@
 
193
includedir = @includedir@
 
194
infodir = @infodir@
 
195
install_sh = @install_sh@
 
196
libdir = @libdir@
 
197
libexecdir = @libexecdir@
 
198
localedir = @localedir@
 
199
localstatedir = @localstatedir@
 
200
lt_ECHO = @lt_ECHO@
 
201
mandir = @mandir@
 
202
mkdir_p = @mkdir_p@
 
203
oldincludedir = @oldincludedir@
 
204
pdfdir = @pdfdir@
 
205
prefix = @prefix@
 
206
program_transform_name = @program_transform_name@
 
207
psdir = @psdir@
 
208
sbindir = @sbindir@
 
209
sharedstatedir = @sharedstatedir@
 
210
srcdir = @srcdir@
 
211
sysconfdir = @sysconfdir@
 
212
target_alias = @target_alias@
 
213
top_build_prefix = @top_build_prefix@
 
214
top_builddir = @top_builddir@
 
215
top_srcdir = @top_srcdir@
 
216
noinst_LTLIBRARIES = libkmpp.la
 
217
libkmpp_la_SOURCES = KMeans.cpp KMeans.h \
 
218
        KmTree.cpp KmTree.h \
 
219
        KmUtils.cpp KmUtils.h
 
220
 
 
221
all: all-am
 
222
 
 
223
.SUFFIXES:
 
224
.SUFFIXES: .cpp .lo .o .obj
 
225
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
226
        @for dep in $?; do \
 
227
          case '$(am__configure_deps)' in \
 
228
            *$$dep*) \
 
229
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
230
                && { if test -f $@; then exit 0; else break; fi; }; \
 
231
              exit 1;; \
 
232
          esac; \
 
233
        done; \
 
234
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/kmpp/Makefile'; \
 
235
        $(am__cd) $(top_srcdir) && \
 
236
          $(AUTOMAKE) --gnu src/kmpp/Makefile
 
237
.PRECIOUS: Makefile
 
238
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
239
        @case '$?' in \
 
240
          *config.status*) \
 
241
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
242
          *) \
 
243
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
244
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
245
        esac;
 
246
 
 
247
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
248
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
249
 
 
250
$(top_srcdir)/configure:  $(am__configure_deps)
 
251
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
252
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
253
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
254
$(am__aclocal_m4_deps):
 
255
 
 
256
clean-noinstLTLIBRARIES:
 
257
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
 
258
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
 
259
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
260
          test "$$dir" != "$$p" || dir=.; \
 
261
          echo "rm -f \"$${dir}/so_locations\""; \
 
262
          rm -f "$${dir}/so_locations"; \
 
263
        done
 
264
libkmpp.la: $(libkmpp_la_OBJECTS) $(libkmpp_la_DEPENDENCIES) 
 
265
        $(CXXLINK)  $(libkmpp_la_OBJECTS) $(libkmpp_la_LIBADD) $(LIBS)
 
266
 
 
267
mostlyclean-compile:
 
268
        -rm -f *.$(OBJEXT)
 
269
 
 
270
distclean-compile:
 
271
        -rm -f *.tab.c
 
272
 
 
273
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/KMeans.Plo@am__quote@
 
274
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/KmTree.Plo@am__quote@
 
275
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/KmUtils.Plo@am__quote@
 
276
 
 
277
.cpp.o:
 
278
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
279
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
280
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
281
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
282
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
 
283
 
 
284
.cpp.obj:
 
285
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
286
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
287
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
288
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
289
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
290
 
 
291
.cpp.lo:
 
292
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
293
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
294
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
295
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
296
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
 
297
 
 
298
mostlyclean-libtool:
 
299
        -rm -f *.lo
 
300
 
 
301
clean-libtool:
 
302
        -rm -rf .libs _libs
 
303
 
 
304
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
305
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
306
        unique=`for i in $$list; do \
 
307
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
308
          done | \
 
309
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
310
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
311
        mkid -fID $$unique
 
312
tags: TAGS
 
313
 
 
314
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
315
                $(TAGS_FILES) $(LISP)
 
316
        set x; \
 
317
        here=`pwd`; \
 
318
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
319
        unique=`for i in $$list; do \
 
320
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
321
          done | \
 
322
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
323
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
324
        shift; \
 
325
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
326
          test -n "$$unique" || unique=$$empty_fix; \
 
327
          if test $$# -gt 0; then \
 
328
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
329
              "$$@" $$unique; \
 
330
          else \
 
331
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
332
              $$unique; \
 
333
          fi; \
 
334
        fi
 
335
ctags: CTAGS
 
336
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
337
                $(TAGS_FILES) $(LISP)
 
338
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
339
        unique=`for i in $$list; do \
 
340
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
341
          done | \
 
342
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
343
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
344
        test -z "$(CTAGS_ARGS)$$unique" \
 
345
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
346
             $$unique
 
347
 
 
348
GTAGS:
 
349
        here=`$(am__cd) $(top_builddir) && pwd` \
 
350
          && $(am__cd) $(top_srcdir) \
 
351
          && gtags -i $(GTAGS_ARGS) "$$here"
 
352
 
 
353
distclean-tags:
 
354
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
355
 
 
356
distdir: $(DISTFILES)
 
357
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
358
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
359
        list='$(DISTFILES)'; \
 
360
          dist_files=`for file in $$list; do echo $$file; done | \
 
361
          sed -e "s|^$$srcdirstrip/||;t" \
 
362
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
363
        case $$dist_files in \
 
364
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
365
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
366
                           sort -u` ;; \
 
367
        esac; \
 
368
        for file in $$dist_files; do \
 
369
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
370
          if test -d $$d/$$file; then \
 
371
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
372
            if test -d "$(distdir)/$$file"; then \
 
373
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
374
            fi; \
 
375
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
376
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
377
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
378
            fi; \
 
379
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
380
          else \
 
381
            test -f "$(distdir)/$$file" \
 
382
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
383
            || exit 1; \
 
384
          fi; \
 
385
        done
 
386
check-am: all-am
 
387
check: check-am
 
388
all-am: Makefile $(LTLIBRARIES)
 
389
installdirs:
 
390
install: install-am
 
391
install-exec: install-exec-am
 
392
install-data: install-data-am
 
393
uninstall: uninstall-am
 
394
 
 
395
install-am: all-am
 
396
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
397
 
 
398
installcheck: installcheck-am
 
399
install-strip:
 
400
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
401
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
402
          `test -z '$(STRIP)' || \
 
403
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
404
mostlyclean-generic:
 
405
 
 
406
clean-generic:
 
407
 
 
408
distclean-generic:
 
409
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
410
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
411
 
 
412
maintainer-clean-generic:
 
413
        @echo "This command is intended for maintainers to use"
 
414
        @echo "it deletes files that may require special tools to rebuild."
 
415
clean: clean-am
 
416
 
 
417
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
 
418
        mostlyclean-am
 
419
 
 
420
distclean: distclean-am
 
421
        -rm -rf ./$(DEPDIR)
 
422
        -rm -f Makefile
 
423
distclean-am: clean-am distclean-compile distclean-generic \
 
424
        distclean-tags
 
425
 
 
426
dvi: dvi-am
 
427
 
 
428
dvi-am:
 
429
 
 
430
html: html-am
 
431
 
 
432
html-am:
 
433
 
 
434
info: info-am
 
435
 
 
436
info-am:
 
437
 
 
438
install-data-am:
 
439
 
 
440
install-dvi: install-dvi-am
 
441
 
 
442
install-dvi-am:
 
443
 
 
444
install-exec-am:
 
445
 
 
446
install-html: install-html-am
 
447
 
 
448
install-html-am:
 
449
 
 
450
install-info: install-info-am
 
451
 
 
452
install-info-am:
 
453
 
 
454
install-man:
 
455
 
 
456
install-pdf: install-pdf-am
 
457
 
 
458
install-pdf-am:
 
459
 
 
460
install-ps: install-ps-am
 
461
 
 
462
install-ps-am:
 
463
 
 
464
installcheck-am:
 
465
 
 
466
maintainer-clean: maintainer-clean-am
 
467
        -rm -rf ./$(DEPDIR)
 
468
        -rm -f Makefile
 
469
maintainer-clean-am: distclean-am maintainer-clean-generic
 
470
 
 
471
mostlyclean: mostlyclean-am
 
472
 
 
473
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
474
        mostlyclean-libtool
 
475
 
 
476
pdf: pdf-am
 
477
 
 
478
pdf-am:
 
479
 
 
480
ps: ps-am
 
481
 
 
482
ps-am:
 
483
 
 
484
uninstall-am:
 
485
 
 
486
.MAKE: install-am install-strip
 
487
 
 
488
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
489
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
 
490
        distclean-compile distclean-generic distclean-libtool \
 
491
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
492
        install install-am install-data install-data-am install-dvi \
 
493
        install-dvi-am install-exec install-exec-am install-html \
 
494
        install-html-am install-info install-info-am install-man \
 
495
        install-pdf install-pdf-am install-ps install-ps-am \
 
496
        install-strip installcheck installcheck-am installdirs \
 
497
        maintainer-clean maintainer-clean-generic mostlyclean \
 
498
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
499
        pdf pdf-am ps ps-am tags uninstall uninstall-am
 
500
 
 
501
 
 
502
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
503
# Otherwise a system limit (for SysV at least) may be exceeded.
 
504
.NOEXPORT: