To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

The primary repository for this project is hosted at https://github.com/sonic-visualiser/sv-dependency-builds .
This repository is a read-only copy which is updated automatically every hour.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / src / fftw-3.3.8 / dft / scalar / Makefile.in @ 167:bd3cc4d1df30

History | View | Annotate | Download (22.7 KB)

1
# Makefile.in generated by automake 1.15 from Makefile.am.
2
# @configure_input@
3

    
4
# Copyright (C) 1994-2014 Free Software Foundation, Inc.
5

    
6
# This Makefile.in is free software; the Free Software Foundation
7
# gives unlimited permission to copy and/or distribute it,
8
# with or without modifications, as long as this notice is preserved.
9

    
10
# This program is distributed in the hope that it will be useful,
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
# PARTICULAR PURPOSE.
14

    
15
@SET_MAKE@
16

    
17
VPATH = @srcdir@
18
am__is_gnu_make = { \
19
  if test -z '$(MAKELEVEL)'; then \
20
    false; \
21
  elif test -n '$(MAKE_HOST)'; then \
22
    true; \
23
  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24
    true; \
25
  else \
26
    false; \
27
  fi; \
28
}
29
am__make_running_with_option = \
30
  case $${target_option-} in \
31
      ?) ;; \
32
      *) echo "am__make_running_with_option: internal error: invalid" \
33
              "target option '$${target_option-}' specified" >&2; \
34
         exit 1;; \
35
  esac; \
36
  has_opt=no; \
37
  sane_makeflags=$$MAKEFLAGS; \
38
  if $(am__is_gnu_make); then \
39
    sane_makeflags=$$MFLAGS; \
40
  else \
41
    case $$MAKEFLAGS in \
42
      *\\[\ \	]*) \
43
        bs=\\; \
44
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45
          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
46
    esac; \
47
  fi; \
48
  skip_next=no; \
49
  strip_trailopt () \
50
  { \
51
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52
  }; \
53
  for flg in $$sane_makeflags; do \
54
    test $$skip_next = yes && { skip_next=no; continue; }; \
55
    case $$flg in \
56
      *=*|--*) continue;; \
57
        -*I) strip_trailopt 'I'; skip_next=yes;; \
58
      -*I?*) strip_trailopt 'I';; \
59
        -*O) strip_trailopt 'O'; skip_next=yes;; \
60
      -*O?*) strip_trailopt 'O';; \
61
        -*l) strip_trailopt 'l'; skip_next=yes;; \
62
      -*l?*) strip_trailopt 'l';; \
63
      -[dEDm]) skip_next=yes;; \
64
      -[JT]) skip_next=yes;; \
65
    esac; \
66
    case $$flg in \
67
      *$$target_option*) has_opt=yes; break;; \
68
    esac; \
69
  done; \
70
  test $$has_opt = yes
71
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73
pkgdatadir = $(datadir)/@PACKAGE@
74
pkgincludedir = $(includedir)/@PACKAGE@
75
pkglibdir = $(libdir)/@PACKAGE@
76
pkglibexecdir = $(libexecdir)/@PACKAGE@
77
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78
install_sh_DATA = $(install_sh) -c -m 644
79
install_sh_PROGRAM = $(install_sh) -c
80
install_sh_SCRIPT = $(install_sh) -c
81
INSTALL_HEADER = $(INSTALL_DATA)
82
transform = $(program_transform_name)
83
NORMAL_INSTALL = :
84
PRE_INSTALL = :
85
POST_INSTALL = :
86
NORMAL_UNINSTALL = :
87
PRE_UNINSTALL = :
88
POST_UNINSTALL = :
89
build_triplet = @build@
90
host_triplet = @host@
91
subdir = dft/scalar
92
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93
am__aclocal_m4_deps = $(top_srcdir)/m4/acx_mpi.m4 \
94
	$(top_srcdir)/m4/acx_pthread.m4 \
95
	$(top_srcdir)/m4/ax_cc_maxopt.m4 \
96
	$(top_srcdir)/m4/ax_check_compiler_flags.m4 \
97
	$(top_srcdir)/m4/ax_compiler_vendor.m4 \
98
	$(top_srcdir)/m4/ax_gcc_aligns_stack.m4 \
99
	$(top_srcdir)/m4/ax_gcc_version.m4 \
100
	$(top_srcdir)/m4/ax_openmp.m4 $(top_srcdir)/m4/libtool.m4 \
101
	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
102
	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
103
	$(top_srcdir)/configure.ac
104
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
105
	$(ACLOCAL_M4)
106
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
107
mkinstalldirs = $(install_sh) -d
108
CONFIG_HEADER = $(top_builddir)/config.h
109
CONFIG_CLEAN_FILES =
110
CONFIG_CLEAN_VPATH_FILES =
111
LTLIBRARIES = $(noinst_LTLIBRARIES)
112
libdft_scalar_la_LIBADD =
113
am_libdft_scalar_la_OBJECTS = n.lo t.lo
114
libdft_scalar_la_OBJECTS = $(am_libdft_scalar_la_OBJECTS)
115
AM_V_lt = $(am__v_lt_@AM_V@)
116
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
117
am__v_lt_0 = --silent
118
am__v_lt_1 = 
119
AM_V_P = $(am__v_P_@AM_V@)
120
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
121
am__v_P_0 = false
122
am__v_P_1 = :
123
AM_V_GEN = $(am__v_GEN_@AM_V@)
124
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
125
am__v_GEN_0 = @echo "  GEN     " $@;
126
am__v_GEN_1 = 
127
AM_V_at = $(am__v_at_@AM_V@)
128
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
129
am__v_at_0 = @
130
am__v_at_1 = 
131
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
132
depcomp = $(SHELL) $(top_srcdir)/depcomp
133
am__depfiles_maybe = depfiles
134
am__mv = mv -f
135
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
136
	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
137
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
138
	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
139
	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
140
	$(AM_CFLAGS) $(CFLAGS)
141
AM_V_CC = $(am__v_CC_@AM_V@)
142
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
143
am__v_CC_0 = @echo "  CC      " $@;
144
am__v_CC_1 = 
145
CCLD = $(CC)
146
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
147
	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
148
	$(AM_LDFLAGS) $(LDFLAGS) -o $@
149
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
150
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
151
am__v_CCLD_0 = @echo "  CCLD    " $@;
152
am__v_CCLD_1 = 
153
SOURCES = $(libdft_scalar_la_SOURCES)
154
DIST_SOURCES = $(libdft_scalar_la_SOURCES)
155
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
156
	ctags-recursive dvi-recursive html-recursive info-recursive \
157
	install-data-recursive install-dvi-recursive \
158
	install-exec-recursive install-html-recursive \
159
	install-info-recursive install-pdf-recursive \
160
	install-ps-recursive install-recursive installcheck-recursive \
161
	installdirs-recursive pdf-recursive ps-recursive \
162
	tags-recursive uninstall-recursive
163
am__can_run_installinfo = \
164
  case $$AM_UPDATE_INFO_DIR in \
165
    n|no|NO) false;; \
166
    *) (install-info --version) >/dev/null 2>&1;; \
167
  esac
168
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
169
  distclean-recursive maintainer-clean-recursive
170
am__recursive_targets = \
171
  $(RECURSIVE_TARGETS) \
172
  $(RECURSIVE_CLEAN_TARGETS) \
173
  $(am__extra_recursive_targets)
174
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
175
	distdir
176
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
177
# Read a list of newline-separated strings from the standard input,
178
# and print each of them once, without duplicates.  Input order is
179
# *not* preserved.
180
am__uniquify_input = $(AWK) '\
181
  BEGIN { nonempty = 0; } \
182
  { items[$$0] = 1; nonempty = 1; } \
183
  END { if (nonempty) { for (i in items) print i; }; } \
184
'
185
# Make sure the list of sources is unique.  This is necessary because,
186
# e.g., the same source file might be shared among _SOURCES variables
187
# for different programs/libraries.
188
am__define_uniq_tagged_files = \
189
  list='$(am__tagged_files)'; \
190
  unique=`for i in $$list; do \
191
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
192
  done | $(am__uniquify_input)`
193
ETAGS = etags
194
CTAGS = ctags
195
DIST_SUBDIRS = $(SUBDIRS)
196
am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
197
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
198
am__relativize = \
199
  dir0=`pwd`; \
200
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
201
  sed_rest='s,^[^/]*/*,,'; \
202
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
203
  sed_butlast='s,/*[^/]*$$,,'; \
204
  while test -n "$$dir1"; do \
205
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
206
    if test "$$first" != "."; then \
207
      if test "$$first" = ".."; then \
208
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
209
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
210
      else \
211
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
212
        if test "$$first2" = "$$first"; then \
213
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
214
        else \
215
          dir2="../$$dir2"; \
216
        fi; \
217
        dir0="$$dir0"/"$$first"; \
218
      fi; \
219
    fi; \
220
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
221
  done; \
222
  reldir="$$dir2"
223
ACLOCAL = @ACLOCAL@
224
ALLOCA = @ALLOCA@
225
ALTIVEC_CFLAGS = @ALTIVEC_CFLAGS@
226
AMTAR = @AMTAR@
227
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
228
AR = @AR@
229
AS = @AS@
230
AUTOCONF = @AUTOCONF@
231
AUTOHEADER = @AUTOHEADER@
232
AUTOMAKE = @AUTOMAKE@
233
AVX2_CFLAGS = @AVX2_CFLAGS@
234
AVX512_CFLAGS = @AVX512_CFLAGS@
235
AVX_128_FMA_CFLAGS = @AVX_128_FMA_CFLAGS@
236
AVX_CFLAGS = @AVX_CFLAGS@
237
AWK = @AWK@
238
CC = @CC@
239
CCDEPMODE = @CCDEPMODE@
240
CFLAGS = @CFLAGS@
241
CHECK_PL_OPTS = @CHECK_PL_OPTS@
242
CPP = @CPP@
243
CPPFLAGS = @CPPFLAGS@
244
CYGPATH_W = @CYGPATH_W@
245
C_FFTW_R2R_KIND = @C_FFTW_R2R_KIND@
246
C_MPI_FINT = @C_MPI_FINT@
247
DEFS = @DEFS@
248
DEPDIR = @DEPDIR@
249
DLLTOOL = @DLLTOOL@
250
DSYMUTIL = @DSYMUTIL@
251
DUMPBIN = @DUMPBIN@
252
ECHO_C = @ECHO_C@
253
ECHO_N = @ECHO_N@
254
ECHO_T = @ECHO_T@
255
EGREP = @EGREP@
256
EXEEXT = @EXEEXT@
257
F77 = @F77@
258
FFLAGS = @FFLAGS@
259
FGREP = @FGREP@
260
FLIBS = @FLIBS@
261
GREP = @GREP@
262
INDENT = @INDENT@
263
INSTALL = @INSTALL@
264
INSTALL_DATA = @INSTALL_DATA@
265
INSTALL_PROGRAM = @INSTALL_PROGRAM@
266
INSTALL_SCRIPT = @INSTALL_SCRIPT@
267
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
268
KCVI_CFLAGS = @KCVI_CFLAGS@
269
LD = @LD@
270
LDFLAGS = @LDFLAGS@
271
LIBOBJS = @LIBOBJS@
272
LIBQUADMATH = @LIBQUADMATH@
273
LIBS = @LIBS@
274
LIBTOOL = @LIBTOOL@
275
LIPO = @LIPO@
276
LN_S = @LN_S@
277
LTLIBOBJS = @LTLIBOBJS@
278
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
279
MAINT = @MAINT@
280
MAKEINFO = @MAKEINFO@
281
MANIFEST_TOOL = @MANIFEST_TOOL@
282
MKDIR_P = @MKDIR_P@
283
MPICC = @MPICC@
284
MPILIBS = @MPILIBS@
285
MPIRUN = @MPIRUN@
286
NEON_CFLAGS = @NEON_CFLAGS@
287
NM = @NM@
288
NMEDIT = @NMEDIT@
289
OBJDUMP = @OBJDUMP@
290
OBJEXT = @OBJEXT@
291
OCAMLBUILD = @OCAMLBUILD@
292
OPENMP_CFLAGS = @OPENMP_CFLAGS@
293
OTOOL = @OTOOL@
294
OTOOL64 = @OTOOL64@
295
PACKAGE = @PACKAGE@
296
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
297
PACKAGE_NAME = @PACKAGE_NAME@
298
PACKAGE_STRING = @PACKAGE_STRING@
299
PACKAGE_TARNAME = @PACKAGE_TARNAME@
300
PACKAGE_URL = @PACKAGE_URL@
301
PACKAGE_VERSION = @PACKAGE_VERSION@
302
PATH_SEPARATOR = @PATH_SEPARATOR@
303
POW_LIB = @POW_LIB@
304
PRECISION = @PRECISION@
305
PREC_SUFFIX = @PREC_SUFFIX@
306
PTHREAD_CC = @PTHREAD_CC@
307
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
308
PTHREAD_LIBS = @PTHREAD_LIBS@
309
RANLIB = @RANLIB@
310
SED = @SED@
311
SET_MAKE = @SET_MAKE@
312
SHARED_VERSION_INFO = @SHARED_VERSION_INFO@
313
SHELL = @SHELL@
314
SSE2_CFLAGS = @SSE2_CFLAGS@
315
STACK_ALIGN_CFLAGS = @STACK_ALIGN_CFLAGS@
316
STRIP = @STRIP@
317
THREADLIBS = @THREADLIBS@
318
VERSION = @VERSION@
319
VSX_CFLAGS = @VSX_CFLAGS@
320
abs_builddir = @abs_builddir@
321
abs_srcdir = @abs_srcdir@
322
abs_top_builddir = @abs_top_builddir@
323
abs_top_srcdir = @abs_top_srcdir@
324
ac_ct_AR = @ac_ct_AR@
325
ac_ct_CC = @ac_ct_CC@
326
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
327
ac_ct_F77 = @ac_ct_F77@
328
acx_pthread_config = @acx_pthread_config@
329
am__include = @am__include@
330
am__leading_dot = @am__leading_dot@
331
am__quote = @am__quote@
332
am__tar = @am__tar@
333
am__untar = @am__untar@
334
bindir = @bindir@
335
build = @build@
336
build_alias = @build_alias@
337
build_cpu = @build_cpu@
338
build_os = @build_os@
339
build_vendor = @build_vendor@
340
builddir = @builddir@
341
datadir = @datadir@
342
datarootdir = @datarootdir@
343
docdir = @docdir@
344
dvidir = @dvidir@
345
exec_prefix = @exec_prefix@
346
host = @host@
347
host_alias = @host_alias@
348
host_cpu = @host_cpu@
349
host_os = @host_os@
350
host_vendor = @host_vendor@
351
htmldir = @htmldir@
352
includedir = @includedir@
353
infodir = @infodir@
354
install_sh = @install_sh@
355
libdir = @libdir@
356
libexecdir = @libexecdir@
357
localedir = @localedir@
358
localstatedir = @localstatedir@
359
mandir = @mandir@
360
mkdir_p = @mkdir_p@
361
oldincludedir = @oldincludedir@
362
pdfdir = @pdfdir@
363
prefix = @prefix@
364
program_transform_name = @program_transform_name@
365
psdir = @psdir@
366
runstatedir = @runstatedir@
367
sbindir = @sbindir@
368
sharedstatedir = @sharedstatedir@
369
srcdir = @srcdir@
370
sysconfdir = @sysconfdir@
371
target_alias = @target_alias@
372
top_build_prefix = @top_build_prefix@
373
top_builddir = @top_builddir@
374
top_srcdir = @top_srcdir@
375
AM_CPPFLAGS = -I $(top_srcdir)
376
SUBDIRS = codelets
377
noinst_LTLIBRARIES = libdft_scalar.la
378
libdft_scalar_la_SOURCES = n.c t.c f.h n.h q.h t.h
379
all: all-recursive
380

    
381
.SUFFIXES:
382
.SUFFIXES: .c .lo .o .obj
383
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
384
	@for dep in $?; do \
385
	  case '$(am__configure_deps)' in \
386
	    *$$dep*) \
387
	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
388
	        && { if test -f $@; then exit 0; else break; fi; }; \
389
	      exit 1;; \
390
	  esac; \
391
	done; \
392
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu dft/scalar/Makefile'; \
393
	$(am__cd) $(top_srcdir) && \
394
	  $(AUTOMAKE) --gnu dft/scalar/Makefile
395
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
396
	@case '$?' in \
397
	  *config.status*) \
398
	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
399
	  *) \
400
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
401
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
402
	esac;
403

    
404
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
405
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
406

    
407
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
408
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
409
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
410
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
411
$(am__aclocal_m4_deps):
412

    
413
clean-noinstLTLIBRARIES:
414
	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
415
	@list='$(noinst_LTLIBRARIES)'; \
416
	locs=`for p in $$list; do echo $$p; done | \
417
	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
418
	      sort -u`; \
419
	test -z "$$locs" || { \
420
	  echo rm -f $${locs}; \
421
	  rm -f $${locs}; \
422
	}
423

    
424
libdft_scalar.la: $(libdft_scalar_la_OBJECTS) $(libdft_scalar_la_DEPENDENCIES) $(EXTRA_libdft_scalar_la_DEPENDENCIES) 
425
	$(AM_V_CCLD)$(LINK)  $(libdft_scalar_la_OBJECTS) $(libdft_scalar_la_LIBADD) $(LIBS)
426

    
427
mostlyclean-compile:
428
	-rm -f *.$(OBJEXT)
429

    
430
distclean-compile:
431
	-rm -f *.tab.c
432

    
433
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n.Plo@am__quote@
434
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t.Plo@am__quote@
435

    
436
.c.o:
437
@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
438
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
439
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
440
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
441
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
442

    
443
.c.obj:
444
@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
445
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
446
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
447
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
448
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
449

    
450
.c.lo:
451
@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
452
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
453
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
454
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
455
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
456

    
457
mostlyclean-libtool:
458
	-rm -f *.lo
459

    
460
clean-libtool:
461
	-rm -rf .libs _libs
462

    
463
# This directory's subdirectories are mostly independent; you can cd
464
# into them and run 'make' without going through this Makefile.
465
# To change the values of 'make' variables: instead of editing Makefiles,
466
# (1) if the variable is set in 'config.status', edit 'config.status'
467
#     (which will cause the Makefiles to be regenerated when you run 'make');
468
# (2) otherwise, pass the desired values on the 'make' command line.
469
$(am__recursive_targets):
470
	@fail=; \
471
	if $(am__make_keepgoing); then \
472
	  failcom='fail=yes'; \
473
	else \
474
	  failcom='exit 1'; \
475
	fi; \
476
	dot_seen=no; \
477
	target=`echo $@ | sed s/-recursive//`; \
478
	case "$@" in \
479
	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
480
	  *) list='$(SUBDIRS)' ;; \
481
	esac; \
482
	for subdir in $$list; do \
483
	  echo "Making $$target in $$subdir"; \
484
	  if test "$$subdir" = "."; then \
485
	    dot_seen=yes; \
486
	    local_target="$$target-am"; \
487
	  else \
488
	    local_target="$$target"; \
489
	  fi; \
490
	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
491
	  || eval $$failcom; \
492
	done; \
493
	if test "$$dot_seen" = "no"; then \
494
	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
495
	fi; test -z "$$fail"
496

    
497
ID: $(am__tagged_files)
498
	$(am__define_uniq_tagged_files); mkid -fID $$unique
499
tags: tags-recursive
500
TAGS: tags
501

    
502
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
503
	set x; \
504
	here=`pwd`; \
505
	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
506
	  include_option=--etags-include; \
507
	  empty_fix=.; \
508
	else \
509
	  include_option=--include; \
510
	  empty_fix=; \
511
	fi; \
512
	list='$(SUBDIRS)'; for subdir in $$list; do \
513
	  if test "$$subdir" = .; then :; else \
514
	    test ! -f $$subdir/TAGS || \
515
	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
516
	  fi; \
517
	done; \
518
	$(am__define_uniq_tagged_files); \
519
	shift; \
520
	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
521
	  test -n "$$unique" || unique=$$empty_fix; \
522
	  if test $$# -gt 0; then \
523
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
524
	      "$$@" $$unique; \
525
	  else \
526
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
527
	      $$unique; \
528
	  fi; \
529
	fi
530
ctags: ctags-recursive
531

    
532
CTAGS: ctags
533
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
534
	$(am__define_uniq_tagged_files); \
535
	test -z "$(CTAGS_ARGS)$$unique" \
536
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
537
	     $$unique
538

    
539
GTAGS:
540
	here=`$(am__cd) $(top_builddir) && pwd` \
541
	  && $(am__cd) $(top_srcdir) \
542
	  && gtags -i $(GTAGS_ARGS) "$$here"
543
cscopelist: cscopelist-recursive
544

    
545
cscopelist-am: $(am__tagged_files)
546
	list='$(am__tagged_files)'; \
547
	case "$(srcdir)" in \
548
	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
549
	  *) sdir=$(subdir)/$(srcdir) ;; \
550
	esac; \
551
	for i in $$list; do \
552
	  if test -f "$$i"; then \
553
	    echo "$(subdir)/$$i"; \
554
	  else \
555
	    echo "$$sdir/$$i"; \
556
	  fi; \
557
	done >> $(top_builddir)/cscope.files
558

    
559
distclean-tags:
560
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
561

    
562
distdir: $(DISTFILES)
563
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
564
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
565
	list='$(DISTFILES)'; \
566
	  dist_files=`for file in $$list; do echo $$file; done | \
567
	  sed -e "s|^$$srcdirstrip/||;t" \
568
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
569
	case $$dist_files in \
570
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
571
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
572
			   sort -u` ;; \
573
	esac; \
574
	for file in $$dist_files; do \
575
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
576
	  if test -d $$d/$$file; then \
577
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
578
	    if test -d "$(distdir)/$$file"; then \
579
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
580
	    fi; \
581
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
582
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
583
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
584
	    fi; \
585
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
586
	  else \
587
	    test -f "$(distdir)/$$file" \
588
	    || cp -p $$d/$$file "$(distdir)/$$file" \
589
	    || exit 1; \
590
	  fi; \
591
	done
592
	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
593
	  if test "$$subdir" = .; then :; else \
594
	    $(am__make_dryrun) \
595
	      || test -d "$(distdir)/$$subdir" \
596
	      || $(MKDIR_P) "$(distdir)/$$subdir" \
597
	      || exit 1; \
598
	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
599
	    $(am__relativize); \
600
	    new_distdir=$$reldir; \
601
	    dir1=$$subdir; dir2="$(top_distdir)"; \
602
	    $(am__relativize); \
603
	    new_top_distdir=$$reldir; \
604
	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
605
	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
606
	    ($(am__cd) $$subdir && \
607
	      $(MAKE) $(AM_MAKEFLAGS) \
608
	        top_distdir="$$new_top_distdir" \
609
	        distdir="$$new_distdir" \
610
		am__remove_distdir=: \
611
		am__skip_length_check=: \
612
		am__skip_mode_fix=: \
613
	        distdir) \
614
	      || exit 1; \
615
	  fi; \
616
	done
617
check-am: all-am
618
check: check-recursive
619
all-am: Makefile $(LTLIBRARIES)
620
installdirs: installdirs-recursive
621
installdirs-am:
622
install: install-recursive
623
install-exec: install-exec-recursive
624
install-data: install-data-recursive
625
uninstall: uninstall-recursive
626

    
627
install-am: all-am
628
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
629

    
630
installcheck: installcheck-recursive
631
install-strip:
632
	if test -z '$(STRIP)'; then \
633
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
634
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
635
	      install; \
636
	else \
637
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
638
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
639
	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
640
	fi
641
mostlyclean-generic:
642

    
643
clean-generic:
644

    
645
distclean-generic:
646
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
647
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
648

    
649
maintainer-clean-generic:
650
	@echo "This command is intended for maintainers to use"
651
	@echo "it deletes files that may require special tools to rebuild."
652
clean: clean-recursive
653

    
654
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
655
	mostlyclean-am
656

    
657
distclean: distclean-recursive
658
	-rm -rf ./$(DEPDIR)
659
	-rm -f Makefile
660
distclean-am: clean-am distclean-compile distclean-generic \
661
	distclean-tags
662

    
663
dvi: dvi-recursive
664

    
665
dvi-am:
666

    
667
html: html-recursive
668

    
669
html-am:
670

    
671
info: info-recursive
672

    
673
info-am:
674

    
675
install-data-am:
676

    
677
install-dvi: install-dvi-recursive
678

    
679
install-dvi-am:
680

    
681
install-exec-am:
682

    
683
install-html: install-html-recursive
684

    
685
install-html-am:
686

    
687
install-info: install-info-recursive
688

    
689
install-info-am:
690

    
691
install-man:
692

    
693
install-pdf: install-pdf-recursive
694

    
695
install-pdf-am:
696

    
697
install-ps: install-ps-recursive
698

    
699
install-ps-am:
700

    
701
installcheck-am:
702

    
703
maintainer-clean: maintainer-clean-recursive
704
	-rm -rf ./$(DEPDIR)
705
	-rm -f Makefile
706
maintainer-clean-am: distclean-am maintainer-clean-generic
707

    
708
mostlyclean: mostlyclean-recursive
709

    
710
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
711
	mostlyclean-libtool
712

    
713
pdf: pdf-recursive
714

    
715
pdf-am:
716

    
717
ps: ps-recursive
718

    
719
ps-am:
720

    
721
uninstall-am:
722

    
723
.MAKE: $(am__recursive_targets) install-am install-strip
724

    
725
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
726
	check-am clean clean-generic clean-libtool \
727
	clean-noinstLTLIBRARIES cscopelist-am ctags ctags-am distclean \
728
	distclean-compile distclean-generic distclean-libtool \
729
	distclean-tags distdir dvi dvi-am html html-am info info-am \
730
	install install-am install-data install-data-am install-dvi \
731
	install-dvi-am install-exec install-exec-am install-html \
732
	install-html-am install-info install-info-am install-man \
733
	install-pdf install-pdf-am install-ps install-ps-am \
734
	install-strip installcheck installcheck-am installdirs \
735
	installdirs-am maintainer-clean maintainer-clean-generic \
736
	mostlyclean mostlyclean-compile mostlyclean-generic \
737
	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
738
	uninstall-am
739

    
740
.PRECIOUS: Makefile
741

    
742

    
743
# Tell versions [3.59,3.63) of GNU make to not export all variables.
744
# Otherwise a system limit (for SysV at least) may be exceeded.
745
.NOEXPORT: