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@
16VPATH = @srcdir@
17am__is_gnu_make = { \
18  if test -z '$(MAKELEVEL)'; then \
19    false; \
20  elif test -n '$(MAKE_HOST)'; then \
21    true; \
22  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23    true; \
24  else \
25    false; \
26  fi; \
27}
28am__make_running_with_option = \
29  case $${target_option-} in \
30      ?) ;; \
31      *) echo "am__make_running_with_option: internal error: invalid" \
32              "target option '$${target_option-}' specified" >&2; \
33         exit 1;; \
34  esac; \
35  has_opt=no; \
36  sane_makeflags=$$MAKEFLAGS; \
37  if $(am__is_gnu_make); then \
38    sane_makeflags=$$MFLAGS; \
39  else \
40    case $$MAKEFLAGS in \
41      *\\[\ \	]*) \
42        bs=\\; \
43        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
45    esac; \
46  fi; \
47  skip_next=no; \
48  strip_trailopt () \
49  { \
50    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51  }; \
52  for flg in $$sane_makeflags; do \
53    test $$skip_next = yes && { skip_next=no; continue; }; \
54    case $$flg in \
55      *=*|--*) continue;; \
56        -*I) strip_trailopt 'I'; skip_next=yes;; \
57      -*I?*) strip_trailopt 'I';; \
58        -*O) strip_trailopt 'O'; skip_next=yes;; \
59      -*O?*) strip_trailopt 'O';; \
60        -*l) strip_trailopt 'l'; skip_next=yes;; \
61      -*l?*) strip_trailopt 'l';; \
62      -[dEDm]) skip_next=yes;; \
63      -[JT]) skip_next=yes;; \
64    esac; \
65    case $$flg in \
66      *$$target_option*) has_opt=yes; break;; \
67    esac; \
68  done; \
69  test $$has_opt = yes
70am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72pkgdatadir = $(datadir)/@PACKAGE@
73pkgincludedir = $(includedir)/@PACKAGE@
74pkglibdir = $(libdir)/@PACKAGE@
75pkglibexecdir = $(libexecdir)/@PACKAGE@
76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77install_sh_DATA = $(install_sh) -c -m 644
78install_sh_PROGRAM = $(install_sh) -c
79install_sh_SCRIPT = $(install_sh) -c
80INSTALL_HEADER = $(INSTALL_DATA)
81transform = $(program_transform_name)
82NORMAL_INSTALL = :
83PRE_INSTALL = :
84POST_INSTALL = :
85NORMAL_UNINSTALL = :
86PRE_UNINSTALL = :
87POST_UNINSTALL = :
88build_triplet = @build@
89host_triplet = @host@
90subdir = config
91ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92am__aclocal_m4_deps = $(top_srcdir)/config/ac_check_sizeof_fortran.m4 \
93	$(top_srcdir)/config/ax_absolute_header.m4 \
94	$(top_srcdir)/config/ax_compare_version.m4 \
95	$(top_srcdir)/config/ax_pkg_swig.m4 \
96	$(top_srcdir)/config/ax_prog_cc_mpi.m4 \
97	$(top_srcdir)/config/ax_prog_cxx_mpi.m4 \
98	$(top_srcdir)/config/ax_prog_f77_mpi.m4 \
99	$(top_srcdir)/config/ax_prog_fc_mpi.m4 \
100	$(top_srcdir)/config/ax_python_devel.m4 \
101	$(top_srcdir)/config/ax_swig_python.m4 \
102	$(top_srcdir)/config/libtool.m4 \
103	$(top_srcdir)/config/ltoptions.m4 \
104	$(top_srcdir)/config/ltsugar.m4 \
105	$(top_srcdir)/config/ltversion.m4 \
106	$(top_srcdir)/config/lt~obsolete.m4 \
107	$(top_srcdir)/config/med_check_f77.m4 \
108	$(top_srcdir)/config/med_check_f90.m4 \
109	$(top_srcdir)/config/med_check_hdf5.m4 \
110	$(top_srcdir)/config/med_check_mesgerr.m4 \
111	$(top_srcdir)/config/med_check_python.m4 \
112	$(top_srcdir)/config/med_check_python_devel.m4 \
113	$(top_srcdir)/config/med_check_swig.m4 \
114	$(top_srcdir)/config/med_check_typeof_hidt.m4 \
115	$(top_srcdir)/config/med_check_typeof_int64.m4 \
116	$(top_srcdir)/config/med_check_typeof_medint.m4 \
117	$(top_srcdir)/config/med_disable_api23.m4 \
118	$(top_srcdir)/config/med_enable_check23.m4 \
119	$(top_srcdir)/config/med_enable_installtest.m4 \
120	$(top_srcdir)/config/med_enable_pmed.m4 \
121	$(top_srcdir)/config/med_summary.m4 $(top_srcdir)/configure.ac
122am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
123	$(ACLOCAL_M4)
124DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
125mkinstalldirs = $(install_sh) -d
126CONFIG_HEADER = $(top_builddir)/include/med_config.h
127CONFIG_CLEAN_FILES =
128CONFIG_CLEAN_VPATH_FILES =
129AM_V_P = $(am__v_P_@AM_V@)
130am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
131am__v_P_0 = false
132am__v_P_1 = :
133AM_V_GEN = $(am__v_GEN_@AM_V@)
134am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
135am__v_GEN_0 = @echo "  GEN     " $@;
136am__v_GEN_1 =
137AM_V_at = $(am__v_at_@AM_V@)
138am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
139am__v_at_0 = @
140am__v_at_1 =
141SOURCES =
142DIST_SOURCES =
143am__can_run_installinfo = \
144  case $$AM_UPDATE_INFO_DIR in \
145    n|no|NO) false;; \
146    *) (install-info --version) >/dev/null 2>&1;; \
147  esac
148am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
149am__DIST_COMMON = $(srcdir)/Makefile.in \
150	$(top_srcdir)/config/automake.common compile config.guess \
151	config.sub depcomp install-sh ltmain.sh missing py-compile
152DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
153ACLOCAL = @ACLOCAL@
154AMTAR = @AMTAR@
155AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
156AR = @AR@
157AS = @AS@
158AUTOCONF = @AUTOCONF@
159AUTOHEADER = @AUTOHEADER@
160AUTOMAKE = @AUTOMAKE@
161AWK = @AWK@
162BUILD_F77TESTS_CONDITIONAL_FALSE = @BUILD_F77TESTS_CONDITIONAL_FALSE@
163BUILD_F77TESTS_CONDITIONAL_TRUE = @BUILD_F77TESTS_CONDITIONAL_TRUE@
164BUILD_F90TESTS_CONDITIONAL_FALSE = @BUILD_F90TESTS_CONDITIONAL_FALSE@
165BUILD_F90TESTS_CONDITIONAL_TRUE = @BUILD_F90TESTS_CONDITIONAL_TRUE@
166BUILD_PYTHONTESTS_CONDITIONAL_FALSE = @BUILD_PYTHONTESTS_CONDITIONAL_FALSE@
167BUILD_PYTHONTESTS_CONDITIONAL_TRUE = @BUILD_PYTHONTESTS_CONDITIONAL_TRUE@
168BUILD_WITH_PMED = @BUILD_WITH_PMED@
169CC = @CC@
170CCDEPMODE = @CCDEPMODE@
171CC_VERSION = @CC_VERSION@
172CFLAGS = @CFLAGS@
173CONFIG_DATE = @CONFIG_DATE@
174CONFIG_USER = @CONFIG_USER@
175CP = @CP@
176CPP = @CPP@
177CPPFLAGS = @CPPFLAGS@
178CXX = @CXX@
179CXXCPP = @CXXCPP@
180CXXDEPMODE = @CXXDEPMODE@
181CXXFLAGS = @CXXFLAGS@
182CXXOK = @CXXOK@
183CYGPATH_W = @CYGPATH_W@
184DEFS = @DEFS@
185DEPDIR = @DEPDIR@
186DIFF = @DIFF@
187DLLTOOL = @DLLTOOL@
188DSYMUTIL = @DSYMUTIL@
189DUMPBIN = @DUMPBIN@
190ECHO_C = @ECHO_C@
191ECHO_N = @ECHO_N@
192ECHO_T = @ECHO_T@
193EGREP = @EGREP@
194EXEEXT = @EXEEXT@
195F77 = @F77@
196FC = @FC@
197FCFLAGS = @FCFLAGS@
198FCFLAGS_F = @FCFLAGS_F@
199FCFLAGS_F90 = @FCFLAGS_F90@
200FCLIBS = @FCLIBS@
201FC_DEFINE = @FC_DEFINE@
202FFLAGS = @FFLAGS@
203FGREP = @FGREP@
204FLIBS = @FLIBS@
205FTLDFLAGS = @FTLDFLAGS@
206FTLIBS = @FTLIBS@
207GREP = @GREP@
208H5DUMP = @H5DUMP@
209HDF5_CPPFLAGS = @HDF5_CPPFLAGS@
210HDF5_LDFLAGS = @HDF5_LDFLAGS@
211HDF5_LIBS = @HDF5_LIBS@
212HDF5_TYPEDEF_HERR_T = @HDF5_TYPEDEF_HERR_T@
213HDF5_TYPEDEF_HID_T = @HDF5_TYPEDEF_HID_T@
214HDF5_TYPEDEF_HSIZE_T = @HDF5_TYPEDEF_HSIZE_T@
215HDF5_USED_VER = @HDF5_USED_VER@
216HDF_VERSION_MAJOR_REF = @HDF_VERSION_MAJOR_REF@
217HDF_VERSION_MINOR_REF = @HDF_VERSION_MINOR_REF@
218HDF_VERSION_REF = @HDF_VERSION_REF@
219HDF_VERSION_RELEASE_REF = @HDF_VERSION_RELEASE_REF@
220HIDT_I8_OR_I4 = @HIDT_I8_OR_I4@
221INSTALL = @INSTALL@
222INSTALL_DATA = @INSTALL_DATA@
223INSTALL_PROGRAM = @INSTALL_PROGRAM@
224INSTALL_SCRIPT = @INSTALL_SCRIPT@
225INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
226LD = @LD@
227LDFLAGS = @LDFLAGS@
228LIBOBJS = @LIBOBJS@
229LIBS = @LIBS@
230LIBTOOL = @LIBTOOL@
231LIPO = @LIPO@
232LN_S = @LN_S@
233LONG_OR_INT = @LONG_OR_INT@
234LTLIBOBJS = @LTLIBOBJS@
235LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
236MAKEINFO = @MAKEINFO@
237MANIFEST_TOOL = @MANIFEST_TOOL@
238MEDIMPORT_CMAKE_SO_MAJ = @MEDIMPORT_CMAKE_SO_MAJ@
239MEDIMPORT_CMAKE_SO_MIN = @MEDIMPORT_CMAKE_SO_MIN@
240MEDIMPORT_CMAKE_SO_REL = @MEDIMPORT_CMAKE_SO_REL@
241MEDIMPORT_CMAKE_SO_VERSION = @MEDIMPORT_CMAKE_SO_VERSION@
242MEDIMPORT_LIBTOOL_MAJ = @MEDIMPORT_LIBTOOL_MAJ@
243MEDIMPORT_LIBTOOL_MIN = @MEDIMPORT_LIBTOOL_MIN@
244MEDIMPORT_LIBTOOL_REL = @MEDIMPORT_LIBTOOL_REL@
245MED_3_LATEST_MINOR = @MED_3_LATEST_MINOR@
246MED_API_23 = @MED_API_23@
247MED_CHECK_23FORMAT = @MED_CHECK_23FORMAT@
248MED_CMAKE_SO_MAJ = @MED_CMAKE_SO_MAJ@
249MED_CMAKE_SO_MIN = @MED_CMAKE_SO_MIN@
250MED_CMAKE_SO_REL = @MED_CMAKE_SO_REL@
251MED_CMAKE_SO_VERSION = @MED_CMAKE_SO_VERSION@
252MED_DEFINE_MED_HAVE_MPI = @MED_DEFINE_MED_HAVE_MPI@
253MED_INT32 = @MED_INT32@
254MED_INT64 = @MED_INT64@
255MED_LIBTOOL_MAJ = @MED_LIBTOOL_MAJ@
256MED_LIBTOOL_MIN = @MED_LIBTOOL_MIN@
257MED_LIBTOOL_REL = @MED_LIBTOOL_REL@
258MED_NUM_MAJEUR = @MED_NUM_MAJEUR@
259MED_NUM_MINEUR = @MED_NUM_MINEUR@
260MED_NUM_RELEASE = @MED_NUM_RELEASE@
261MED_PYTHON2_VERSION_REF = @MED_PYTHON2_VERSION_REF@
262MED_PYTHON3_VERSION_REF = @MED_PYTHON3_VERSION_REF@
263MED_PYTHON_VERSION_REF = @MED_PYTHON_VERSION_REF@
264MED_SWIG_MIN_VERSION_REF = @MED_SWIG_MIN_VERSION_REF@
265MED_SWIG_VERSION_REF = @MED_SWIG_VERSION_REF@
266MESGERR = @MESGERR@
267MKDIR_P = @MKDIR_P@
268MPICC = @MPICC@
269MPICXX = @MPICXX@
270MPIF77 = @MPIF77@
271MPIFC = @MPIFC@
272NM = @NM@
273NMEDIT = @NMEDIT@
274OBJDUMP = @OBJDUMP@
275OBJEXT = @OBJEXT@
276OTOOL = @OTOOL@
277OTOOL64 = @OTOOL64@
278PACKAGE = @PACKAGE@
279PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
280PACKAGE_NAME = @PACKAGE_NAME@
281PACKAGE_STRING = @PACKAGE_STRING@
282PACKAGE_TARNAME = @PACKAGE_TARNAME@
283PACKAGE_URL = @PACKAGE_URL@
284PACKAGE_VERSION = @PACKAGE_VERSION@
285PATH_SEPARATOR = @PATH_SEPARATOR@
286PYTHON = @PYTHON@
287PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
288PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
289PYTHON_EXTRA_LDFLAGS = @PYTHON_EXTRA_LDFLAGS@
290PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
291PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
292PYTHON_PLATFORM = @PYTHON_PLATFORM@
293PYTHON_PREFIX = @PYTHON_PREFIX@
294PYTHON_SITE_PKG = @PYTHON_SITE_PKG@
295PYTHON_VERSION = @PYTHON_VERSION@
296RANLIB = @RANLIB@
297SED = @SED@
298SET_MAKE = @SET_MAKE@
299SHELL = @SHELL@
300STATIC_SHARED = @STATIC_SHARED@
301STRIP = @STRIP@
302SWIG = @SWIG@
303SWIGFLAGS = @SWIGFLAGS@
304SWIG_LIB = @SWIG_LIB@
305SWIG_PYTHON_CPPFLAGS = @SWIG_PYTHON_CPPFLAGS@
306SWIG_PYTHON_OPT = @SWIG_PYTHON_OPT@
307UNAME_INFO = @UNAME_INFO@
308VERSION = @VERSION@
309WISH = @WISH@
310abs_builddir = @abs_builddir@
311abs_srcdir = @abs_srcdir@
312abs_top_builddir = @abs_top_builddir@
313abs_top_srcdir = @abs_top_srcdir@
314ac_aux_dir = @ac_aux_dir@
315ac_ct_AR = @ac_ct_AR@
316ac_ct_CC = @ac_ct_CC@
317ac_ct_CXX = @ac_ct_CXX@
318ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
319ac_ct_F77 = @ac_ct_F77@
320ac_ct_FC = @ac_ct_FC@
321am__include = @am__include@
322am__leading_dot = @am__leading_dot@
323am__quote = @am__quote@
324am__tar = @am__tar@
325am__untar = @am__untar@
326bindir = @bindir@
327build = @build@
328build_alias = @build_alias@
329build_cpu = @build_cpu@
330build_os = @build_os@
331build_vendor = @build_vendor@
332builddir = @builddir@
333datadir = @datadir@
334datarootdir = @datarootdir@
335docdir = @docdir@
336dvidir = @dvidir@
337enable_shared = @enable_shared@
338enable_static = @enable_static@
339exec_prefix = @exec_prefix@
340host = @host@
341host_alias = @host_alias@
342host_cpu = @host_cpu@
343host_os = @host_os@
344host_vendor = @host_vendor@
345htmldir = @htmldir@
346includedir = @includedir@
347infodir = @infodir@
348install_sh = @install_sh@
349libdir = @libdir@
350libexecdir = @libexecdir@
351localedir = @localedir@
352localstatedir = @localstatedir@
353mandir = @mandir@
354mkdir_p = @mkdir_p@
355oldincludedir = @oldincludedir@
356pdfdir = @pdfdir@
357pkgpyexecdir = @pkgpyexecdir@
358pkgpythondir = @pkgpythondir@
359prefix = @prefix@
360program_transform_name = @program_transform_name@
361psdir = @psdir@
362pyexecdir = @pyexecdir@
363pythondir = @pythondir@
364sbindir = @sbindir@
365sharedstatedir = @sharedstatedir@
366srcdir = @srcdir@
367sysconfdir = @sysconfdir@
368target_alias = @target_alias@
369top_build_prefix = @top_build_prefix@
370top_builddir = @top_builddir@
371top_srcdir = @top_srcdir@
372MAINTAINERCLEANFILES = Makefile.in $(AUX_DIST)
373AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include \
374	@HDF5_CPPFLAGS@ $(am__empty)
375AM_FFLAGS = -I$(top_srcdir)/include  -I$(top_builddir)/include
376AM_FCFLAGS = -I$(top_srcdir)/include  -I$(top_builddir)/include
377AM_LDFLAGS = @HDF5_LDFLAGS@
378AUX_DIST = \
379	config.guess \
380	config.sub \
381	install-sh \
382	ltconfig \
383	ltmain.sh \
384	mdate.sh \
385	missing \
386	mkinstalldirs \
387	depcomp \
388	libtool.m4 \
389	lt~obsolete.m4 \
390	ltsugar.m4 \
391	ltversion.m4 \
392	ltoptions.m4 \
393	ltsugar.m4
394
395CLEANFILES = package.m4
396EXTRA_DIST = package.m4 automake.common automake.common.2.3.6 \
397cmake_files/deprecated \
398cmake_files/FindMedfileHDF5.cmake \
399cmake_files/FindMedfileMPI.cmake \
400cmake_files/MEDFileConfig.cmake.in \
401cmake_files/medMacros.cmake
402
403all: all-am
404
405.SUFFIXES:
406$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/config/automake.common $(am__configure_deps)
407	@for dep in $?; do \
408	  case '$(am__configure_deps)' in \
409	    *$$dep*) \
410	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
411	        && { if test -f $@; then exit 0; else break; fi; }; \
412	      exit 1;; \
413	  esac; \
414	done; \
415	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu config/Makefile'; \
416	$(am__cd) $(top_srcdir) && \
417	  $(AUTOMAKE) --gnu config/Makefile
418Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
419	@case '$?' in \
420	  *config.status*) \
421	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
422	  *) \
423	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
424	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
425	esac;
426$(top_srcdir)/config/automake.common $(am__empty):
427
428$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
429	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
430
431$(top_srcdir)/configure:  $(am__configure_deps)
432	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
433$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
434	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
435$(am__aclocal_m4_deps):
436
437mostlyclean-libtool:
438	-rm -f *.lo
439
440clean-libtool:
441	-rm -rf .libs _libs
442tags TAGS:
443
444ctags CTAGS:
445
446cscope cscopelist:
447
448
449distdir: $(DISTFILES)
450	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
451	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
452	list='$(DISTFILES)'; \
453	  dist_files=`for file in $$list; do echo $$file; done | \
454	  sed -e "s|^$$srcdirstrip/||;t" \
455	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
456	case $$dist_files in \
457	  */*) $(MKDIR_P) `echo "$$dist_files" | \
458			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
459			   sort -u` ;; \
460	esac; \
461	for file in $$dist_files; do \
462	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
463	  if test -d $$d/$$file; then \
464	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
465	    if test -d "$(distdir)/$$file"; then \
466	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
467	    fi; \
468	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
469	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
470	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
471	    fi; \
472	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
473	  else \
474	    test -f "$(distdir)/$$file" \
475	    || cp -p $$d/$$file "$(distdir)/$$file" \
476	    || exit 1; \
477	  fi; \
478	done
479check-am: all-am
480check: check-am
481all-am: Makefile all-local
482installdirs:
483install: install-am
484install-exec: install-exec-am
485install-data: install-data-am
486uninstall: uninstall-am
487
488install-am: all-am
489	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
490
491installcheck: installcheck-am
492install-strip:
493	if test -z '$(STRIP)'; then \
494	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
495	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
496	      install; \
497	else \
498	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
499	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
500	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
501	fi
502mostlyclean-generic:
503
504clean-generic:
505	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
506
507distclean-generic:
508	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
509	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
510
511maintainer-clean-generic:
512	@echo "This command is intended for maintainers to use"
513	@echo "it deletes files that may require special tools to rebuild."
514	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
515clean: clean-am
516
517clean-am: clean-generic clean-libtool mostlyclean-am
518
519distclean: distclean-am
520	-rm -f Makefile
521distclean-am: clean-am distclean-generic
522
523dvi: dvi-am
524
525dvi-am:
526
527html: html-am
528
529html-am:
530
531info: info-am
532
533info-am:
534
535install-data-am:
536
537install-dvi: install-dvi-am
538
539install-dvi-am:
540
541install-exec-am:
542
543install-html: install-html-am
544
545install-html-am:
546
547install-info: install-info-am
548
549install-info-am:
550
551install-man:
552
553install-pdf: install-pdf-am
554
555install-pdf-am:
556
557install-ps: install-ps-am
558
559install-ps-am:
560
561installcheck-am:
562
563maintainer-clean: maintainer-clean-am
564	-rm -f Makefile
565maintainer-clean-am: distclean-am maintainer-clean-generic
566
567mostlyclean: mostlyclean-am
568
569mostlyclean-am: mostlyclean-generic mostlyclean-libtool
570
571pdf: pdf-am
572
573pdf-am:
574
575ps: ps-am
576
577ps-am:
578
579uninstall-am:
580
581.MAKE: install-am install-strip
582
583.PHONY: all all-am all-local check check-am clean clean-generic \
584	clean-libtool cscopelist-am ctags-am distclean \
585	distclean-generic distclean-libtool distdir dvi dvi-am html \
586	html-am info info-am install install-am install-data \
587	install-data-am install-dvi install-dvi-am install-exec \
588	install-exec-am install-html install-html-am install-info \
589	install-info-am install-man install-pdf install-pdf-am \
590	install-ps install-ps-am install-strip installcheck \
591	installcheck-am installdirs maintainer-clean \
592	maintainer-clean-generic mostlyclean mostlyclean-generic \
593	mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
594	uninstall-am
595
596.PRECIOUS: Makefile
597
598#AM_ETAGSFLAGS=
599#SWIG_PYTHON_OPT=
600
601all-local: package.m4
602
603package.m4: Makefile
604	@{ \
605	  echo '# Signature of the current package.'; \
606	  echo 'm4_define([AT_PACKAGE_NAME],	  [@PACKAGE_NAME@])'; \
607	  echo 'm4_define([AT_PACKAGE_TARNAME],	  [@PACKAGE_TARNAME@])'; \
608	  echo 'm4_define([AT_PACKAGE_VERSION],	  [@PACKAGE_VERSION@])'; \
609	  echo 'm4_define([AT_PACKAGE_STRING],	  [@PACKAGE_STRING@])'; \
610	  echo 'm4_define([AT_PACKAGE_BUGREPORT], [@PACKAGE_BUGREPORT@])'; \
611	} > package.m4
612	@echo "Creating package.m4"
613
614# Tell versions [3.59,3.63) of GNU make to not export all variables.
615# Otherwise a system limit (for SysV at least) may be exceeded.
616.NOEXPORT:
617