comparison Lib/fftw-3.2.1/threads/Makefile.in @ 0:25bf17994ef1

First commit. VS2013, Codeblocks and Mac OSX configuration
author Geogaddi\David <d.m.ronan@qmul.ac.uk>
date Thu, 09 Jul 2015 01:12:16 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:25bf17994ef1
1 # Makefile.in generated by automake 1.10.2 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 Free Software Foundation, Inc.
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 pkgdatadir = $(datadir)/@PACKAGE@
19 pkglibdir = $(libdir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22 install_sh_DATA = $(install_sh) -c -m 644
23 install_sh_PROGRAM = $(install_sh) -c
24 install_sh_SCRIPT = $(install_sh) -c
25 INSTALL_HEADER = $(INSTALL_DATA)
26 transform = $(program_transform_name)
27 NORMAL_INSTALL = :
28 PRE_INSTALL = :
29 POST_INSTALL = :
30 NORMAL_UNINSTALL = :
31 PRE_UNINSTALL = :
32 POST_UNINSTALL = :
33 build_triplet = @build@
34 host_triplet = @host@
35 subdir = threads
36 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
37 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
38 am__aclocal_m4_deps = $(top_srcdir)/m4/acx_mpi.m4 \
39 $(top_srcdir)/m4/acx_pthread.m4 \
40 $(top_srcdir)/m4/ax_cc_maxopt.m4 \
41 $(top_srcdir)/m4/ax_check_compiler_flags.m4 \
42 $(top_srcdir)/m4/ax_compiler_vendor.m4 \
43 $(top_srcdir)/m4/ax_gcc_aligns_stack.m4 \
44 $(top_srcdir)/m4/ax_gcc_archflag.m4 \
45 $(top_srcdir)/m4/ax_gcc_version.m4 \
46 $(top_srcdir)/m4/ax_gcc_x86_cpuid.m4 \
47 $(top_srcdir)/m4/ax_openmp.m4 $(top_srcdir)/m4/libtool.m4 \
48 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
49 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
50 $(top_srcdir)/m4/ocaml.m4 $(top_srcdir)/configure.ac
51 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
52 $(ACLOCAL_M4)
53 mkinstalldirs = $(install_sh) -d
54 CONFIG_HEADER = $(top_builddir)/config.h
55 CONFIG_CLEAN_FILES =
56 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
57 am__vpath_adj = case $$p in \
58 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
59 *) f=$$p;; \
60 esac;
61 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
62 am__installdirs = "$(DESTDIR)$(libdir)"
63 libLTLIBRARIES_INSTALL = $(INSTALL)
64 LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
65 libfftw3@PREC_SUFFIX@_threads_la_LIBADD =
66 am_libfftw3@PREC_SUFFIX@_threads_la_OBJECTS = api.lo conf.lo \
67 threads.lo openmp.lo dft-vrank-geq1.lo ct.lo \
68 rdft-vrank-geq1.lo hc2hc.lo vrank-geq1-rdft2.lo f77api.lo
69 libfftw3@PREC_SUFFIX@_threads_la_OBJECTS = \
70 $(am_libfftw3@PREC_SUFFIX@_threads_la_OBJECTS)
71 libfftw3@PREC_SUFFIX@_threads_la_LINK = $(LIBTOOL) --tag=CC \
72 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
73 $(AM_CFLAGS) $(CFLAGS) \
74 $(libfftw3@PREC_SUFFIX@_threads_la_LDFLAGS) $(LDFLAGS) -o $@
75 @COMBINED_THREADS_FALSE@@SMP_TRUE@am_libfftw3@PREC_SUFFIX@_threads_la_rpath = \
76 @COMBINED_THREADS_FALSE@@SMP_TRUE@ -rpath $(libdir)
77 @COMBINED_THREADS_TRUE@@SMP_TRUE@am_libfftw3@PREC_SUFFIX@_threads_la_rpath =
78 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
79 depcomp = $(SHELL) $(top_srcdir)/depcomp
80 am__depfiles_maybe = depfiles
81 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
82 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
83 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
84 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
85 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
86 CCLD = $(CC)
87 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
88 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
89 $(LDFLAGS) -o $@
90 SOURCES = $(libfftw3@PREC_SUFFIX@_threads_la_SOURCES)
91 DIST_SOURCES = $(libfftw3@PREC_SUFFIX@_threads_la_SOURCES)
92 ETAGS = etags
93 CTAGS = ctags
94 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
95 ACLOCAL = @ACLOCAL@
96 ALLOCA = @ALLOCA@
97 AMTAR = @AMTAR@
98 AR = @AR@
99 AS = @AS@
100 AUTOCONF = @AUTOCONF@
101 AUTOHEADER = @AUTOHEADER@
102 AUTOMAKE = @AUTOMAKE@
103 AWK = @AWK@
104 CC = @CC@
105 CCDEPMODE = @CCDEPMODE@
106 CFLAGS = @CFLAGS@
107 CODELET_OPTIM = @CODELET_OPTIM@
108 CPP = @CPP@
109 CPPFLAGS = @CPPFLAGS@
110 CYGPATH_W = @CYGPATH_W@
111 DEFS = @DEFS@
112 DEPDIR = @DEPDIR@
113 DLLTOOL = @DLLTOOL@
114 DSYMUTIL = @DSYMUTIL@
115 DUMPBIN = @DUMPBIN@
116 ECHO_C = @ECHO_C@
117 ECHO_N = @ECHO_N@
118 ECHO_T = @ECHO_T@
119 EGREP = @EGREP@
120 EXEEXT = @EXEEXT@
121 F77 = @F77@
122 FFLAGS = @FFLAGS@
123 FGREP = @FGREP@
124 FLIBS = @FLIBS@
125 GREP = @GREP@
126 INSTALL = @INSTALL@
127 INSTALLED_OCAMLC = @INSTALLED_OCAMLC@
128 INSTALL_DATA = @INSTALL_DATA@
129 INSTALL_PROGRAM = @INSTALL_PROGRAM@
130 INSTALL_SCRIPT = @INSTALL_SCRIPT@
131 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
132 LD = @LD@
133 LDFLAGS = @LDFLAGS@
134 LIBOBJS = @LIBOBJS@
135 LIBS = @LIBS@
136 LIBTOOL = @LIBTOOL@
137 LIPO = @LIPO@
138 LN_S = @LN_S@
139 LTLIBOBJS = @LTLIBOBJS@
140 MAINT = @MAINT@
141 MAKEINFO = @MAKEINFO@
142 MKDIR_P = @MKDIR_P@
143 MPICC = @MPICC@
144 MPILIBS = @MPILIBS@
145 MPIRUN = @MPIRUN@
146 NM = @NM@
147 NMEDIT = @NMEDIT@
148 OBJDUMP = @OBJDUMP@
149 OBJEXT = @OBJEXT@
150 OCAMLC = @OCAMLC@
151 OCAMLCFLAGS = @OCAMLCFLAGS@
152 OCAMLDEFS = @OCAMLDEFS@
153 OCAMLDEP = @OCAMLDEP@
154 OCAMLLDFLAGS = @OCAMLLDFLAGS@
155 OCAMLOPT = @OCAMLOPT@
156 OCAMLOPTCFLAGS = @OCAMLOPTCFLAGS@
157 OPENMP_CFLAGS = @OPENMP_CFLAGS@
158 OTOOL = @OTOOL@
159 OTOOL64 = @OTOOL64@
160 PACKAGE = @PACKAGE@
161 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
162 PACKAGE_NAME = @PACKAGE_NAME@
163 PACKAGE_STRING = @PACKAGE_STRING@
164 PACKAGE_TARNAME = @PACKAGE_TARNAME@
165 PACKAGE_VERSION = @PACKAGE_VERSION@
166 PATH_SEPARATOR = @PATH_SEPARATOR@
167 POW_LIB = @POW_LIB@
168 PRECISION = @PRECISION@
169 PREC_SUFFIX = @PREC_SUFFIX@
170 PRTDIAG = @PRTDIAG@
171 PTHREAD_CC = @PTHREAD_CC@
172 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
173 PTHREAD_LIBS = @PTHREAD_LIBS@
174 RANLIB = @RANLIB@
175 SED = @SED@
176 SET_MAKE = @SET_MAKE@
177 SHARED_VERSION_INFO = @SHARED_VERSION_INFO@
178 SHELL = @SHELL@
179 SIMD_CFLAGS = @SIMD_CFLAGS@
180 STRIP = @STRIP@
181 TARGET_OCAMLBIN = @TARGET_OCAMLBIN@
182 TARGET_OCAMLLIB = @TARGET_OCAMLLIB@
183 TARGET_OCAMLRUN = @TARGET_OCAMLRUN@
184 THREADLIBS = @THREADLIBS@
185 VERSION = @VERSION@
186 abs_builddir = @abs_builddir@
187 abs_srcdir = @abs_srcdir@
188 abs_top_builddir = @abs_top_builddir@
189 abs_top_srcdir = @abs_top_srcdir@
190 ac_ct_CC = @ac_ct_CC@
191 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
192 ac_ct_F77 = @ac_ct_F77@
193 acx_pthread_config = @acx_pthread_config@
194 am__include = @am__include@
195 am__leading_dot = @am__leading_dot@
196 am__quote = @am__quote@
197 am__tar = @am__tar@
198 am__untar = @am__untar@
199 bindir = @bindir@
200 build = @build@
201 build_alias = @build_alias@
202 build_cpu = @build_cpu@
203 build_os = @build_os@
204 build_vendor = @build_vendor@
205 builddir = @builddir@
206 datadir = @datadir@
207 datarootdir = @datarootdir@
208 docdir = @docdir@
209 dvidir = @dvidir@
210 exec_prefix = @exec_prefix@
211 host = @host@
212 host_alias = @host_alias@
213 host_cpu = @host_cpu@
214 host_os = @host_os@
215 host_vendor = @host_vendor@
216 htmldir = @htmldir@
217 includedir = @includedir@
218 infodir = @infodir@
219 install_sh = @install_sh@
220 libdir = @libdir@
221 libexecdir = @libexecdir@
222 localedir = @localedir@
223 localstatedir = @localstatedir@
224 lt_ECHO = @lt_ECHO@
225 mandir = @mandir@
226 mkdir_p = @mkdir_p@
227 oldincludedir = @oldincludedir@
228 pdfdir = @pdfdir@
229 prefix = @prefix@
230 program_transform_name = @program_transform_name@
231 psdir = @psdir@
232 sbindir = @sbindir@
233 sharedstatedir = @sharedstatedir@
234 srcdir = @srcdir@
235 sysconfdir = @sysconfdir@
236 target_alias = @target_alias@
237 top_build_prefix = @top_build_prefix@
238 top_builddir = @top_builddir@
239 top_srcdir = @top_srcdir@
240 AM_CPPFLAGS = -I$(top_srcdir)/kernel -I$(top_srcdir)/dft \
241 -I$(top_srcdir)/rdft -I$(top_srcdir)/api
242
243 @COMBINED_THREADS_TRUE@@SMP_TRUE@noinst_LTLIBRARIES = libfftw3@PREC_SUFFIX@_threads.la
244 @COMBINED_THREADS_FALSE@@SMP_TRUE@lib_LTLIBRARIES = libfftw3@PREC_SUFFIX@_threads.la
245
246 # pkgincludedir = $(includedir)/fftw3@PREC_SUFFIX@
247 # pkginclude_HEADERS = threads.h
248 libfftw3@PREC_SUFFIX@_threads_la_SOURCES = api.c conf.c threads.c \
249 openmp.c threads.h dft-vrank-geq1.c ct.c rdft-vrank-geq1.c hc2hc.c \
250 vrank-geq1-rdft2.c f77api.c f77funcs.h
251
252 libfftw3@PREC_SUFFIX@_threads_la_LDFLAGS = -version-info @SHARED_VERSION_INFO@
253 all: all-am
254
255 .SUFFIXES:
256 .SUFFIXES: .c .lo .o .obj
257 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
258 @for dep in $?; do \
259 case '$(am__configure_deps)' in \
260 *$$dep*) \
261 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
262 && { if test -f $@; then exit 0; else break; fi; }; \
263 exit 1;; \
264 esac; \
265 done; \
266 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu threads/Makefile'; \
267 cd $(top_srcdir) && \
268 $(AUTOMAKE) --gnu threads/Makefile
269 .PRECIOUS: Makefile
270 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
271 @case '$?' in \
272 *config.status*) \
273 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
274 *) \
275 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
276 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
277 esac;
278
279 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
280 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
281
282 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
283 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
284 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
285 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
286 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
287 @$(NORMAL_INSTALL)
288 test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
289 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
290 if test -f $$p; then \
291 f=$(am__strip_dir) \
292 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
293 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
294 else :; fi; \
295 done
296
297 uninstall-libLTLIBRARIES:
298 @$(NORMAL_UNINSTALL)
299 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
300 p=$(am__strip_dir) \
301 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
302 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
303 done
304
305 clean-libLTLIBRARIES:
306 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
307 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
308 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
309 test "$$dir" != "$$p" || dir=.; \
310 echo "rm -f \"$${dir}/so_locations\""; \
311 rm -f "$${dir}/so_locations"; \
312 done
313
314 clean-noinstLTLIBRARIES:
315 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
316 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
317 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
318 test "$$dir" != "$$p" || dir=.; \
319 echo "rm -f \"$${dir}/so_locations\""; \
320 rm -f "$${dir}/so_locations"; \
321 done
322 libfftw3@PREC_SUFFIX@_threads.la: $(libfftw3@PREC_SUFFIX@_threads_la_OBJECTS) $(libfftw3@PREC_SUFFIX@_threads_la_DEPENDENCIES)
323 $(libfftw3@PREC_SUFFIX@_threads_la_LINK) $(am_libfftw3@PREC_SUFFIX@_threads_la_rpath) $(libfftw3@PREC_SUFFIX@_threads_la_OBJECTS) $(libfftw3@PREC_SUFFIX@_threads_la_LIBADD) $(LIBS)
324
325 mostlyclean-compile:
326 -rm -f *.$(OBJEXT)
327
328 distclean-compile:
329 -rm -f *.tab.c
330
331 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/api.Plo@am__quote@
332 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf.Plo@am__quote@
333 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ct.Plo@am__quote@
334 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dft-vrank-geq1.Plo@am__quote@
335 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/f77api.Plo@am__quote@
336 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hc2hc.Plo@am__quote@
337 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openmp.Plo@am__quote@
338 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rdft-vrank-geq1.Plo@am__quote@
339 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/threads.Plo@am__quote@
340 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vrank-geq1-rdft2.Plo@am__quote@
341
342 .c.o:
343 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
344 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
345 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
346 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
347 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
348
349 .c.obj:
350 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
351 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
352 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
353 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
354 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
355
356 .c.lo:
357 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
358 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
359 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
360 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
361 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
362
363 mostlyclean-libtool:
364 -rm -f *.lo
365
366 clean-libtool:
367 -rm -rf .libs _libs
368
369 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
370 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
371 unique=`for i in $$list; do \
372 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
373 done | \
374 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
375 END { if (nonempty) { for (i in files) print i; }; }'`; \
376 mkid -fID $$unique
377 tags: TAGS
378
379 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
380 $(TAGS_FILES) $(LISP)
381 tags=; \
382 here=`pwd`; \
383 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
384 unique=`for i in $$list; do \
385 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
386 done | \
387 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
388 END { if (nonempty) { for (i in files) print i; }; }'`; \
389 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
390 test -n "$$unique" || unique=$$empty_fix; \
391 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
392 $$tags $$unique; \
393 fi
394 ctags: CTAGS
395 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
396 $(TAGS_FILES) $(LISP)
397 tags=; \
398 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
399 unique=`for i in $$list; do \
400 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
401 done | \
402 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
403 END { if (nonempty) { for (i in files) print i; }; }'`; \
404 test -z "$(CTAGS_ARGS)$$tags$$unique" \
405 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
406 $$tags $$unique
407
408 GTAGS:
409 here=`$(am__cd) $(top_builddir) && pwd` \
410 && cd $(top_srcdir) \
411 && gtags -i $(GTAGS_ARGS) $$here
412
413 distclean-tags:
414 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
415
416 distdir: $(DISTFILES)
417 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
418 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
419 list='$(DISTFILES)'; \
420 dist_files=`for file in $$list; do echo $$file; done | \
421 sed -e "s|^$$srcdirstrip/||;t" \
422 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
423 case $$dist_files in \
424 */*) $(MKDIR_P) `echo "$$dist_files" | \
425 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
426 sort -u` ;; \
427 esac; \
428 for file in $$dist_files; do \
429 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
430 if test -d $$d/$$file; then \
431 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
432 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
433 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
434 fi; \
435 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
436 else \
437 test -f $(distdir)/$$file \
438 || cp -p $$d/$$file $(distdir)/$$file \
439 || exit 1; \
440 fi; \
441 done
442 check-am: all-am
443 check: check-am
444 all-am: Makefile $(LTLIBRARIES)
445 installdirs:
446 for dir in "$(DESTDIR)$(libdir)"; do \
447 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
448 done
449 install: install-am
450 install-exec: install-exec-am
451 install-data: install-data-am
452 uninstall: uninstall-am
453
454 install-am: all-am
455 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
456
457 installcheck: installcheck-am
458 install-strip:
459 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
460 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
461 `test -z '$(STRIP)' || \
462 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
463 mostlyclean-generic:
464
465 clean-generic:
466
467 distclean-generic:
468 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
469
470 maintainer-clean-generic:
471 @echo "This command is intended for maintainers to use"
472 @echo "it deletes files that may require special tools to rebuild."
473 clean: clean-am
474
475 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
476 clean-noinstLTLIBRARIES mostlyclean-am
477
478 distclean: distclean-am
479 -rm -rf ./$(DEPDIR)
480 -rm -f Makefile
481 distclean-am: clean-am distclean-compile distclean-generic \
482 distclean-tags
483
484 dvi: dvi-am
485
486 dvi-am:
487
488 html: html-am
489
490 info: info-am
491
492 info-am:
493
494 install-data-am:
495
496 install-dvi: install-dvi-am
497
498 install-exec-am: install-libLTLIBRARIES
499
500 install-html: install-html-am
501
502 install-info: install-info-am
503
504 install-man:
505
506 install-pdf: install-pdf-am
507
508 install-ps: install-ps-am
509
510 installcheck-am:
511
512 maintainer-clean: maintainer-clean-am
513 -rm -rf ./$(DEPDIR)
514 -rm -f Makefile
515 maintainer-clean-am: distclean-am maintainer-clean-generic
516
517 mostlyclean: mostlyclean-am
518
519 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
520 mostlyclean-libtool
521
522 pdf: pdf-am
523
524 pdf-am:
525
526 ps: ps-am
527
528 ps-am:
529
530 uninstall-am: uninstall-libLTLIBRARIES
531
532 .MAKE: install-am install-strip
533
534 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
535 clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \
536 ctags distclean distclean-compile distclean-generic \
537 distclean-libtool distclean-tags distdir dvi dvi-am html \
538 html-am info info-am install install-am install-data \
539 install-data-am install-dvi install-dvi-am install-exec \
540 install-exec-am install-html install-html-am install-info \
541 install-info-am install-libLTLIBRARIES install-man install-pdf \
542 install-pdf-am install-ps install-ps-am install-strip \
543 installcheck installcheck-am installdirs maintainer-clean \
544 maintainer-clean-generic mostlyclean mostlyclean-compile \
545 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
546 tags uninstall uninstall-am uninstall-libLTLIBRARIES
547
548 # Tell versions [3.59,3.63) of GNU make to not export all variables.
549 # Otherwise a system limit (for SysV at least) may be exceeded.
550 .NOEXPORT: