1# Makefile.in generated by automake 1.11.3 from Makefile.am.
2# tools/python/Makefile.  Generated from Makefile.in by configure.
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6# Foundation, 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
17
18
19pkgdatadir = $(datadir)/apbs
20pkgincludedir = $(includedir)/apbs
21pkglibdir = $(libdir)/apbs
22pkglibexecdir = $(libexecdir)/apbs
23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24install_sh_DATA = $(install_sh) -c -m 644
25install_sh_PROGRAM = $(install_sh) -c
26install_sh_SCRIPT = $(install_sh) -c
27INSTALL_HEADER = $(INSTALL_DATA)
28transform = $(program_transform_name)
29NORMAL_INSTALL = :
30PRE_INSTALL = :
31POST_INSTALL = :
32NORMAL_UNINSTALL = :
33PRE_UNINSTALL = :
34POST_UNINSTALL = :
35build_triplet = x86_64-unknown-linux-gnu
36host_triplet = x86_64-unknown-linux-gnu
37target_triplet = x86_64-unknown-linux-gnu
38noinst_PROGRAMS = _apbslib.so$(EXEEXT)
39subdir = tools/python
40DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
41ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
43	$(top_srcdir)/configure.ac
44am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45	$(ACLOCAL_M4)
46mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
47CONFIG_HEADER = $(top_builddir)/src/aaa_inc/apbscfg.h
48CONFIG_CLEAN_FILES =
49CONFIG_CLEAN_VPATH_FILES =
50PROGRAMS = $(noinst_PROGRAMS)
51am__apbslib_so_OBJECTS = apbslib.$(OBJEXT)
52_apbslib_so_OBJECTS = $(am__apbslib_so_OBJECTS)
53am__DEPENDENCIES_1 =
54_apbslib_so_DEPENDENCIES =  \
55	${top_builddir}/bin/.libs/libapbsmainroutines.a \
56	${top_builddir}/src/aaa_lib/.libs/libapbs.a \
57	${top_builddir}/contrib/lib/libmaloc.a \
58	${top_builddir}/contrib/blas/.libs/libapbsblas.a \
59	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
60DEFAULT_INCLUDES = -I. -I$(top_builddir)/src/aaa_inc
61depcomp =
62am__depfiles_maybe =
63COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
64	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
65LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
66	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
67	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
68LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
69	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
70	$(LDFLAGS) -o $@
71SOURCES = $(_apbslib_so_SOURCES)
72DIST_SOURCES = $(_apbslib_so_SOURCES)
73RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
74	html-recursive info-recursive install-data-recursive \
75	install-dvi-recursive install-exec-recursive \
76	install-html-recursive install-info-recursive \
77	install-pdf-recursive install-ps-recursive install-recursive \
78	installcheck-recursive installdirs-recursive pdf-recursive \
79	ps-recursive uninstall-recursive
80RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
81  distclean-recursive maintainer-clean-recursive
82AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
83	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
84	distdir
85ETAGS = etags
86CTAGS = ctags
87DIST_SUBDIRS = $(SUBDIRS)
88DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
89am__relativize = \
90  dir0=`pwd`; \
91  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
92  sed_rest='s,^[^/]*/*,,'; \
93  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
94  sed_butlast='s,/*[^/]*$$,,'; \
95  while test -n "$$dir1"; do \
96    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
97    if test "$$first" != "."; then \
98      if test "$$first" = ".."; then \
99        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
100        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
101      else \
102        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
103        if test "$$first2" = "$$first"; then \
104          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
105        else \
106          dir2="../$$dir2"; \
107        fi; \
108        dir0="$$dir0"/"$$first"; \
109      fi; \
110    fi; \
111    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
112  done; \
113  reldir="$$dir2"
114ACLOCAL = :
115AMTAR = $${TAR-tar}
116APBS_VERSION = 1:3
117AR = ar
118AUTOCONF = :
119AUTOHEADER = :
120AUTOMAKE = :
121AWK = mawk
122CC = gcc
123CCDEPMODE = depmode=none
124CFLAGS = -O2 -fopenmp
125CPP = gcc -E
126CPPFLAGS = -I
127CXX = g++
128CXXCPP = g++ -E
129CXXDEPMODE = depmode=none
130CXXFLAGS = -g -O2
131CYGPATH_W = echo
132DEFS = -DHAVE_CONFIG_H
133DEPDIR = .deps
134DLLTOOL = false
135DSYMUTIL =
136DUMPBIN =
137ECHO_C =
138ECHO_N = -n
139ECHO_T =
140EGREP = /bin/grep -E
141EXEEXT =
142FGREP = /bin/grep -F
143GREP = /bin/grep
144INSTALL = /usr/bin/install -c
145INSTALL_DATA = ${INSTALL} -m 644
146INSTALL_PROGRAM = ${INSTALL}
147INSTALL_SCRIPT = ${INSTALL}
148INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
149LD = /usr/bin/ld -m elf_x86_64
150LDFLAGS =
151LIBOBJS =
152LIBS = -lreadline
153LIBTOOL = $(SHELL) $(top_builddir)/libtool
154LIPO =
155LN_S = ln -s
156LTLIBOBJS =
157MAKEINFO = ${SHELL} /data/work/subversion/apbs-checkout/trunk/config/missing --run makeinfo
158MANIFEST_TOOL = :
159MKDIR_P = /bin/mkdir -p
160NM = /usr/bin/nm -B
161NMEDIT =
162OBJDUMP = objdump
163OBJEXT = o
164OTOOL =
165OTOOL64 =
166PACKAGE = apbs
167PACKAGE_BUGREPORT = baker@biochem.wustl.edu
168PACKAGE_NAME = APBS
169PACKAGE_STRING = APBS 1.3
170PACKAGE_TARNAME = apbs
171PACKAGE_URL =
172PACKAGE_VERSION = 1.3
173PATH_SEPARATOR = :
174PY_CC =
175PY_CFLAGS =
176PY_LDFLAGS =
177PY_LINKFLAGS =
178PY_SHARED =
179RANLIB = ranlib
180SED = /bin/sed
181SET_MAKE =
182SHELL = /bin/bash
183SITEPKGS = /home/d3x874/apbs/lib/python2.7/site-packages
184STRIP = strip
185VERSION = 1.3
186abs_builddir = /data/work/subversion/apbs-checkout/trunk/tools/python
187abs_srcdir = /data/work/subversion/apbs-checkout/trunk/tools/python
188abs_top_builddir = /data/work/subversion/apbs-checkout/trunk
189abs_top_srcdir = /data/work/subversion/apbs-checkout/trunk
190ac_ct_AR = ar
191ac_ct_CC = gcc
192ac_ct_CXX = g++
193ac_ct_DUMPBIN =
194am__include = include
195am__leading_dot = .
196am__quote =
197am__tar = $${TAR-tar} chof - "$$tardir"
198am__untar = $${TAR-tar} xf -
199apbs_build_libraries = /data/work/subversion/apbs-checkout/trunk/bin/libapbsmainroutines.la 			/data/work/subversion/apbs-checkout/trunk/src/aaa_lib/libapbs.la 			-L/data/work/subversion/apbs-checkout/trunk/contrib/lib -lmaloc                    -lm              -L/data/work/subversion/apbs-checkout/trunk/contrib/zlib/ -lz
200apbs_do_maloc = maloc
201apbs_do_python =
202apbs_do_tools = tools
203bindir = ${exec_prefix}/bin
204build = x86_64-unknown-linux-gnu
205build_alias =
206build_cpu = x86_64
207build_os = linux-gnu
208build_vendor = unknown
209builddir = .
210contrib_path = /data/work/subversion/apbs-checkout/trunk/contrib
211datadir = ${datarootdir}
212datarootdir = ${prefix}/share
213docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
214dvidir = ${docdir}
215efence_lib =
216exec_prefix = ${prefix}
217fetk_cpu_vendor_os =
218gamer_lib =
219host = x86_64-unknown-linux-gnu
220host_alias =
221host_cpu = x86_64
222host_os = linux-gnu
223host_vendor = unknown
224htmldir = ${docdir}
225inc_list = -I. -I/data/work/subversion/apbs-checkout/trunk/contrib/include
226includedir = ${prefix}/include
227infodir = ${datarootdir}/info
228install_sh = ${SHELL} /data/work/subversion/apbs-checkout/trunk/config/install-sh
229lib_list =                    -lm              -L/data/work/subversion/apbs-checkout/trunk/contrib/zlib/ -lz
230libdir = ${exec_prefix}/lib
231liberty_lib =
232libexecdir = ${exec_prefix}/libexec
233localedir = ${datarootdir}/locale
234localstatedir = ${prefix}/var
235maloc_inc = -I/data/work/subversion/apbs-checkout/trunk/contrib/include
236maloc_lib = -L/data/work/subversion/apbs-checkout/trunk/contrib/lib -lmaloc
237mandir = ${datarootdir}/man
238math_lib = -lm
239mc_lib =
240mcx_lib =
241mkdir_p = /bin/mkdir -p
242mpi_inc =
243mpi_lib =
244nsl_lib =
245oldincludedir = /usr/include
246pdfdir = ${docdir}
247pedantic_ansi =
248prefix = /home/d3x874/apbs
249program_transform_name = s,x,x,
250psdir = ${docdir}
251py_path = /usr/bin/python
252readline_lib =  -lreadline  -lvf2c    -lm
253sbindir = ${exec_prefix}/sbin
254sharedstatedir = ${prefix}/com
255socket_lib =
256srcdir = .
257sysconfdir = ${prefix}/etc
258target = x86_64-unknown-linux-gnu
259target_alias =
260target_cpu = x86_64
261target_os = linux-gnu
262target_vendor = unknown
263thread_lib =
264top_apbsdir = /data/work/subversion/apbs-checkout/trunk
265top_build_prefix = ../../
266top_builddir = ../..
267top_srcdir = ../..
268wall =
269wall_pedantic =
270wall_pedantic_ansi =
271z_lib = -L/data/work/subversion/apbs-checkout/trunk/contrib/zlib/ -lz
272zlib = zlib
273AUTOMAKE_OPTIONS = no-dependencies
274SUFFIXES = .c .C .o .so
275INCLUDES = -I. -I/data/work/subversion/apbs-checkout/trunk/contrib/include    $(PY_CFLAGS) -I${top_srcdir}/bin
276CCLD = $(PY_CC)
277CLEANFILES = _apbslib.so
278SUBDIRS = vgrid
279_apbslib_so_SOURCES = apbslib.c
280_apbslib_so_LINK = $(PY_CC) $(CFLAGS) $(PY_LINKFLAGS) -o $@ $(PY_SHARED)
281_apbslib_so_LDADD = ${top_builddir}/bin/.libs/libapbsmainroutines.a ${top_builddir}/src/aaa_lib/.libs/libapbs.a ${top_builddir}/contrib/lib/libmaloc.a ${top_builddir}/contrib/blas/.libs/libapbsblas.a $(PY_LDFLAGS) ${z_lib}
282all: all-recursive
283
284.SUFFIXES:
285.SUFFIXES: .c .C .o .so .lo .obj
286$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
287	@for dep in $?; do \
288	  case '$(am__configure_deps)' in \
289	    *$$dep*) \
290	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
291	        && { if test -f $@; then exit 0; else break; fi; }; \
292	      exit 1;; \
293	  esac; \
294	done; \
295	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tools/python/Makefile'; \
296	$(am__cd) $(top_srcdir) && \
297	  $(AUTOMAKE) --gnu tools/python/Makefile
298.PRECIOUS: Makefile
299Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
300	@case '$?' in \
301	  *config.status*) \
302	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
303	  *) \
304	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
305	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
306	esac;
307
308$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
309	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
310
311$(top_srcdir)/configure:  $(am__configure_deps)
312	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
313$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
314	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
315$(am__aclocal_m4_deps):
316
317clean-noinstPROGRAMS:
318	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
319	echo " rm -f" $$list; \
320	rm -f $$list || exit $$?; \
321	test -n "$(EXEEXT)" || exit 0; \
322	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
323	echo " rm -f" $$list; \
324	rm -f $$list
325_apbslib.so$(EXEEXT): $(_apbslib_so_OBJECTS) $(_apbslib_so_DEPENDENCIES) $(EXTRA__apbslib_so_DEPENDENCIES)
326	@rm -f _apbslib.so$(EXEEXT)
327	$(_apbslib_so_LINK) $(_apbslib_so_OBJECTS) $(_apbslib_so_LDADD) $(LIBS)
328
329mostlyclean-compile:
330	-rm -f *.$(OBJEXT)
331
332distclean-compile:
333	-rm -f *.tab.c
334
335.c.o:
336	$(COMPILE) -c $<
337
338.c.obj:
339	$(COMPILE) -c `$(CYGPATH_W) '$<'`
340
341.c.lo:
342	$(LTCOMPILE) -c -o $@ $<
343
344mostlyclean-libtool:
345	-rm -f *.lo
346
347clean-libtool:
348	-rm -rf .libs _libs
349
350# This directory's subdirectories are mostly independent; you can cd
351# into them and run `make' without going through this Makefile.
352# To change the values of `make' variables: instead of editing Makefiles,
353# (1) if the variable is set in `config.status', edit `config.status'
354#     (which will cause the Makefiles to be regenerated when you run `make');
355# (2) otherwise, pass the desired values on the `make' command line.
356$(RECURSIVE_TARGETS):
357	@fail= failcom='exit 1'; \
358	for f in x $$MAKEFLAGS; do \
359	  case $$f in \
360	    *=* | --[!k]*);; \
361	    *k*) failcom='fail=yes';; \
362	  esac; \
363	done; \
364	dot_seen=no; \
365	target=`echo $@ | sed s/-recursive//`; \
366	list='$(SUBDIRS)'; for subdir in $$list; do \
367	  echo "Making $$target in $$subdir"; \
368	  if test "$$subdir" = "."; then \
369	    dot_seen=yes; \
370	    local_target="$$target-am"; \
371	  else \
372	    local_target="$$target"; \
373	  fi; \
374	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
375	  || eval $$failcom; \
376	done; \
377	if test "$$dot_seen" = "no"; then \
378	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
379	fi; test -z "$$fail"
380
381$(RECURSIVE_CLEAN_TARGETS):
382	@fail= failcom='exit 1'; \
383	for f in x $$MAKEFLAGS; do \
384	  case $$f in \
385	    *=* | --[!k]*);; \
386	    *k*) failcom='fail=yes';; \
387	  esac; \
388	done; \
389	dot_seen=no; \
390	case "$@" in \
391	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
392	  *) list='$(SUBDIRS)' ;; \
393	esac; \
394	rev=''; for subdir in $$list; do \
395	  if test "$$subdir" = "."; then :; else \
396	    rev="$$subdir $$rev"; \
397	  fi; \
398	done; \
399	rev="$$rev ."; \
400	target=`echo $@ | sed s/-recursive//`; \
401	for subdir in $$rev; do \
402	  echo "Making $$target in $$subdir"; \
403	  if test "$$subdir" = "."; then \
404	    local_target="$$target-am"; \
405	  else \
406	    local_target="$$target"; \
407	  fi; \
408	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
409	  || eval $$failcom; \
410	done && test -z "$$fail"
411tags-recursive:
412	list='$(SUBDIRS)'; for subdir in $$list; do \
413	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
414	done
415ctags-recursive:
416	list='$(SUBDIRS)'; for subdir in $$list; do \
417	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
418	done
419
420ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
421	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
422	unique=`for i in $$list; do \
423	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
424	  done | \
425	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
426	      END { if (nonempty) { for (i in files) print i; }; }'`; \
427	mkid -fID $$unique
428tags: TAGS
429
430TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
431		$(TAGS_FILES) $(LISP)
432	set x; \
433	here=`pwd`; \
434	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
435	  include_option=--etags-include; \
436	  empty_fix=.; \
437	else \
438	  include_option=--include; \
439	  empty_fix=; \
440	fi; \
441	list='$(SUBDIRS)'; for subdir in $$list; do \
442	  if test "$$subdir" = .; then :; else \
443	    test ! -f $$subdir/TAGS || \
444	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
445	  fi; \
446	done; \
447	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
448	unique=`for i in $$list; do \
449	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
450	  done | \
451	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
452	      END { if (nonempty) { for (i in files) print i; }; }'`; \
453	shift; \
454	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
455	  test -n "$$unique" || unique=$$empty_fix; \
456	  if test $$# -gt 0; then \
457	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
458	      "$$@" $$unique; \
459	  else \
460	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
461	      $$unique; \
462	  fi; \
463	fi
464ctags: CTAGS
465CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
466		$(TAGS_FILES) $(LISP)
467	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
468	unique=`for i in $$list; do \
469	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
470	  done | \
471	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
472	      END { if (nonempty) { for (i in files) print i; }; }'`; \
473	test -z "$(CTAGS_ARGS)$$unique" \
474	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
475	     $$unique
476
477GTAGS:
478	here=`$(am__cd) $(top_builddir) && pwd` \
479	  && $(am__cd) $(top_srcdir) \
480	  && gtags -i $(GTAGS_ARGS) "$$here"
481
482distclean-tags:
483	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
484
485distdir: $(DISTFILES)
486	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
487	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
488	list='$(DISTFILES)'; \
489	  dist_files=`for file in $$list; do echo $$file; done | \
490	  sed -e "s|^$$srcdirstrip/||;t" \
491	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
492	case $$dist_files in \
493	  */*) $(MKDIR_P) `echo "$$dist_files" | \
494			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
495			   sort -u` ;; \
496	esac; \
497	for file in $$dist_files; do \
498	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
499	  if test -d $$d/$$file; then \
500	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
501	    if test -d "$(distdir)/$$file"; then \
502	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
503	    fi; \
504	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
505	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
506	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
507	    fi; \
508	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
509	  else \
510	    test -f "$(distdir)/$$file" \
511	    || cp -p $$d/$$file "$(distdir)/$$file" \
512	    || exit 1; \
513	  fi; \
514	done
515	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
516	  if test "$$subdir" = .; then :; else \
517	    test -d "$(distdir)/$$subdir" \
518	    || $(MKDIR_P) "$(distdir)/$$subdir" \
519	    || exit 1; \
520	  fi; \
521	done
522	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
523	  if test "$$subdir" = .; then :; else \
524	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
525	    $(am__relativize); \
526	    new_distdir=$$reldir; \
527	    dir1=$$subdir; dir2="$(top_distdir)"; \
528	    $(am__relativize); \
529	    new_top_distdir=$$reldir; \
530	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
531	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
532	    ($(am__cd) $$subdir && \
533	      $(MAKE) $(AM_MAKEFLAGS) \
534	        top_distdir="$$new_top_distdir" \
535	        distdir="$$new_distdir" \
536		am__remove_distdir=: \
537		am__skip_length_check=: \
538		am__skip_mode_fix=: \
539	        distdir) \
540	      || exit 1; \
541	  fi; \
542	done
543check-am: all-am
544check: check-recursive
545all-am: Makefile $(PROGRAMS)
546installdirs: installdirs-recursive
547installdirs-am:
548install: install-recursive
549install-exec: install-exec-recursive
550install-data: install-data-recursive
551uninstall: uninstall-recursive
552
553install-am: all-am
554	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
555
556installcheck: installcheck-recursive
557install-strip:
558	if test -z '$(STRIP)'; then \
559	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
560	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
561	      install; \
562	else \
563	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
564	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
565	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
566	fi
567mostlyclean-generic:
568
569clean-generic:
570	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
571
572distclean-generic:
573	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
574	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
575
576maintainer-clean-generic:
577	@echo "This command is intended for maintainers to use"
578	@echo "it deletes files that may require special tools to rebuild."
579clean: clean-recursive
580
581clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
582	mostlyclean-am
583
584distclean: distclean-recursive
585	-rm -f Makefile
586distclean-am: clean-am distclean-compile distclean-generic \
587	distclean-tags
588
589dvi: dvi-recursive
590
591dvi-am:
592
593html: html-recursive
594
595html-am:
596
597info: info-recursive
598
599info-am:
600
601install-data-am:
602
603install-dvi: install-dvi-recursive
604
605install-dvi-am:
606
607install-exec-am:
608
609install-html: install-html-recursive
610
611install-html-am:
612
613install-info: install-info-recursive
614
615install-info-am:
616
617install-man:
618
619install-pdf: install-pdf-recursive
620
621install-pdf-am:
622
623install-ps: install-ps-recursive
624
625install-ps-am:
626
627installcheck-am:
628
629maintainer-clean: maintainer-clean-recursive
630	-rm -f Makefile
631maintainer-clean-am: distclean-am maintainer-clean-generic
632
633mostlyclean: mostlyclean-recursive
634
635mostlyclean-am: mostlyclean-compile mostlyclean-generic \
636	mostlyclean-libtool
637
638pdf: pdf-recursive
639
640pdf-am:
641
642ps: ps-recursive
643
644ps-am:
645
646uninstall-am:
647
648.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
649	install-am install-strip tags-recursive
650
651.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
652	all all-am check check-am clean clean-generic clean-libtool \
653	clean-noinstPROGRAMS ctags ctags-recursive distclean \
654	distclean-compile distclean-generic distclean-libtool \
655	distclean-tags distdir dvi dvi-am html html-am info info-am \
656	install install-am install-data install-data-am install-dvi \
657	install-dvi-am install-exec install-exec-am install-html \
658	install-html-am install-info install-info-am install-man \
659	install-pdf install-pdf-am install-ps install-ps-am \
660	install-strip installcheck installcheck-am installdirs \
661	installdirs-am maintainer-clean maintainer-clean-generic \
662	mostlyclean mostlyclean-compile mostlyclean-generic \
663	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
664	uninstall uninstall-am
665
666
667# Tell versions [3.59,3.63) of GNU make to not export all variables.
668# Otherwise a system limit (for SysV at least) may be exceeded.
669.NOEXPORT:
670