Ticket #37333: Makefile

File Makefile, 29.8 KB (added by garymamon@…, 11 years ago)

Makefile

Line 
1# Makefile.in generated by automake 1.12.5 from Makefile.am.
2# Makefile.  Generated from Makefile.in by configure.
3
4# Copyright (C) 1994-2012 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
16
17#
18#                               Makefile.am
19#
20# Main Makefile. Process this file with automake to generate a Makefile
21#
22#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
23#
24#       This file part of:      SCAMP
25#
26#       Copyright:              (C) 2002-2012 Emmanuel Bertin -- IAP/CNRS/UPMC
27#
28#       License:                GNU General Public License
29#
30#       SCAMP is free software: you can redistribute it and/or modify
31#       it under the terms of the GNU General Public License as published by
32#       the Free Software Foundation, either version 3 of the License, or
33#       (at your option) any later version.
34#       SCAMP is distributed in the hope that it will be useful,
35#       but WITHOUT ANY WARRANTY; without even the implied warranty of
36#       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
37#       GNU General Public License for more details.
38#       You should have received a copy of the GNU General Public License
39#       along with SCAMP. If not, see <http://www.gnu.org/licenses/>.
40#
41#       Last modified:          05/07/2012
42#
43#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
44
45
46am__make_dryrun = \
47  { \
48    am__dry=no; \
49    case $$MAKEFLAGS in \
50      *\\[\ \   ]*) \
51        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
52          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
53      *) \
54        for am__flg in $$MAKEFLAGS; do \
55          case $$am__flg in \
56            *=*|--*) ;; \
57            *n*) am__dry=yes; break;; \
58          esac; \
59        done;; \
60    esac; \
61    test $$am__dry = yes; \
62  }
63pkgdatadir = $(datadir)/scamp
64pkgincludedir = $(includedir)/scamp
65pkglibdir = $(libdir)/scamp
66pkglibexecdir = $(libexecdir)/scamp
67am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
68install_sh_DATA = $(install_sh) -c -m 644
69install_sh_PROGRAM = $(install_sh) -c
70install_sh_SCRIPT = $(install_sh) -c
71INSTALL_HEADER = $(INSTALL_DATA)
72transform = $(program_transform_name)
73NORMAL_INSTALL = :
74PRE_INSTALL = :
75POST_INSTALL = :
76NORMAL_UNINSTALL = :
77PRE_UNINSTALL = :
78POST_UNINSTALL = :
79build_triplet = i386-apple-darwin11.4.2
80host_triplet = i386-apple-darwin11.4.2
81subdir = .
82DIST_COMMON = README $(am__configure_deps) $(dist_pkgdata_DATA) \
83        $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
84        $(srcdir)/config.h.in $(srcdir)/scamp.spec.in \
85        $(top_srcdir)/autoconf/config.guess \
86        $(top_srcdir)/autoconf/config.sub \
87        $(top_srcdir)/autoconf/install-sh \
88        $(top_srcdir)/autoconf/ltmain.sh \
89        $(top_srcdir)/autoconf/missing \
90        $(top_srcdir)/autoconf/mkinstalldirs $(top_srcdir)/configure \
91        AUTHORS ChangeLog INSTALL THANKS autoconf/config.guess \
92        autoconf/config.sub autoconf/depcomp autoconf/install-sh \
93        autoconf/ltmain.sh autoconf/missing autoconf/mkinstalldirs
94ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
95am__aclocal_m4_deps = $(top_srcdir)/acx_atlas.m4 \
96        $(top_srcdir)/acx_cdsclient.m4 $(top_srcdir)/acx_fftw.m4 \
97        $(top_srcdir)/acx_mkl.m4 $(top_srcdir)/acx_plplot.m4 \
98        $(top_srcdir)/acx_prog_cc_optim.m4 \
99        $(top_srcdir)/acx_pthread.m4 \
100        $(top_srcdir)/acx_urbi_resolve_dir.m4 \
101        $(top_srcdir)/configure.ac
102am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
103        $(ACLOCAL_M4)
104am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
105 configure.lineno config.status.lineno
106mkinstalldirs = $(SHELL) $(top_srcdir)/autoconf/mkinstalldirs
107CONFIG_HEADER = config.h
108CONFIG_CLEAN_FILES = scamp.spec
109CONFIG_CLEAN_VPATH_FILES =
110depcomp =
111am__depfiles_maybe =
112SOURCES =
113DIST_SOURCES =
114RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
115        html-recursive info-recursive install-data-recursive \
116        install-dvi-recursive install-exec-recursive \
117        install-html-recursive install-info-recursive \
118        install-pdf-recursive install-ps-recursive install-recursive \
119        installcheck-recursive installdirs-recursive pdf-recursive \
120        ps-recursive uninstall-recursive
121am__can_run_installinfo = \
122  case $$AM_UPDATE_INFO_DIR in \
123    n|no|NO) false;; \
124    *) (install-info --version) >/dev/null 2>&1;; \
125  esac
126am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
127am__vpath_adj = case $$p in \
128    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
129    *) f=$$p;; \
130  esac;
131am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
132am__install_max = 40
133am__nobase_strip_setup = \
134  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
135am__nobase_strip = \
136  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
137am__nobase_list = $(am__nobase_strip_setup); \
138  for p in $$list; do echo "$$p $$p"; done | \
139  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
140  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
141    if (++n[$$2] == $(am__install_max)) \
142      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
143    END { for (dir in files) print dir, files[dir] }'
144am__base_list = \
145  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
146  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
147am__uninstall_files_from_dir = { \
148  test -z "$$files" \
149    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
150    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
151         $(am__cd) "$$dir" && rm -f $$files; }; \
152  }
153am__installdirs = "$(DESTDIR)$(pkgdatadir)"
154DATA = $(dist_pkgdata_DATA)
155RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
156  distclean-recursive maintainer-clean-recursive
157AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
158        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
159        cscope distdir dist dist-all distcheck
160ETAGS = etags
161CTAGS = ctags
162CSCOPE = cscope
163DIST_SUBDIRS = $(SUBDIRS)
164DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
165distdir = $(PACKAGE)-$(VERSION)
166top_distdir = $(distdir)
167am__remove_distdir = \
168  if test -d "$(distdir)"; then \
169    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
170      && rm -rf "$(distdir)" \
171      || { sleep 5 && rm -rf "$(distdir)"; }; \
172  else :; fi
173am__post_remove_distdir = $(am__remove_distdir)
174am__relativize = \
175  dir0=`pwd`; \
176  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
177  sed_rest='s,^[^/]*/*,,'; \
178  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
179  sed_butlast='s,/*[^/]*$$,,'; \
180  while test -n "$$dir1"; do \
181    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
182    if test "$$first" != "."; then \
183      if test "$$first" = ".."; then \
184        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
185        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
186      else \
187        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
188        if test "$$first2" = "$$first"; then \
189          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
190        else \
191          dir2="../$$dir2"; \
192        fi; \
193        dir0="$$dir0"/"$$first"; \
194      fi; \
195    fi; \
196    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
197  done; \
198  reldir="$$dir2"
199DIST_ARCHIVES = $(distdir).tar.gz
200GZIP_ENV = --best
201DIST_TARGETS = dist-gzip
202distuninstallcheck_listfiles = find . -type f -print
203am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
204  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
205distcleancheck_listfiles = find . -type f -print
206ACLOCAL = ${SHELL} /Users/gam/ASTROMATIC/scamp/trunk/autoconf/missing --run aclocal-1.12
207AMTAR = $${TAR-tar}
208AM_CFLAGS =   -D_REENTRANT -DMKL_ILP64
209AM_CPPFLAGS =  -I/opt/local/include/plplot 
210AM_LDFLAGS = -static-intel -openmp-link static -shared-libgcc   -static-libtool-libs -avoid-version
211AR = ar
212ATLAS_CFLAGS = 
213ATLAS_ERROR = 
214ATLAS_LIBPATH = 
215ATLAS_LIBS = 
216ATLAS_WARN = 
217AUTOCONF = ${SHELL} /Users/gam/ASTROMATIC/scamp/trunk/autoconf/missing --run autoconf
218AUTOHEADER = ${SHELL} /Users/gam/ASTROMATIC/scamp/trunk/autoconf/missing --run autoheader
219AUTOMAKE = ${SHELL} /Users/gam/ASTROMATIC/scamp/trunk/autoconf/missing --run automake-1.12
220AWK = gawk
221CC = icc
222CCDEPMODE = depmode=gcc3
223CDSCLIENT = 
224CFLAGS = -g -O2
225CPP = icc -E
226CPPFLAGS = 
227CYGPATH_W = echo
228DATE2 = Thu Dec 13 2012
229DATE3 = December 2012
230DEFS = -DHAVE_CONFIG_H
231DEPDIR = .deps
232DLLTOOL = false
233DSYMUTIL = dsymutil
234DUMPBIN = 
235ECHO_C = \c
236ECHO_N = 
237ECHO_T = 
238EGREP = /usr/bin/grep -E
239EXEEXT = 
240FFTW_ERROR = 
241FFTW_LIBS = 
242FFTW_WARN = 
243FGREP = /usr/bin/grep -F
244GREP = /usr/bin/grep
245INSTALL = /usr/bin/install -c
246INSTALL_DATA = ${INSTALL} -m 644
247INSTALL_PROGRAM = ${INSTALL}
248INSTALL_SCRIPT = ${INSTALL}
249INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
250LD = /opt/local/bin/ld
251LDFLAGS = 
252LIBOBJS =  ${LIBOBJDIR}error$U.o ${LIBOBJDIR}lstat$U.o
253LIBS = /opt/local/lib/libfreetype.dylib -L/opt/local/lib -lplplotd -lltdl -ldl -lm -lcsirocsa -lcsironn -lqhull -lqsastime   -mkl  -lm
254LIBTOOL = $(SHELL) $(top_builddir)/libtool
255LIPO = lipo
256LN_S = ln -s
257LTLIBOBJS =  ${LIBOBJDIR}error$U.lo ${LIBOBJDIR}lstat$U.lo
258MAKEINFO = ${SHELL} /Users/gam/ASTROMATIC/scamp/trunk/autoconf/missing --run makeinfo
259MANIFEST_TOOL = :
260MKDIR_P = autoconf/install-sh -c -d
261MKL_CFLAGS = -DMKL_ILP64
262MKL_LIBS = -mkl
263MKL_WARN = 
264NM = /opt/local/bin/nm
265NMEDIT = nmedit
266OBJDUMP = false
267OBJEXT = o
268OTOOL = otool
269OTOOL64 = :
270PACKAGE = scamp
271PACKAGER = Emmanuel Bertin
272PACKAGE_BUGREPORT = bertin@iap.fr
273PACKAGE_NAME = scamp
274PACKAGE_STRING = scamp 2.0b5
275PACKAGE_TARNAME = scamp
276PACKAGE_URL = 
277PACKAGE_VERSION = 2.0b5
278PATH_SEPARATOR = :
279PLPLOT_CFLAGS = -I/opt/local/include/plplot 
280PLPLOT_LIBS = /opt/local/lib/libfreetype.dylib -L/opt/local/lib -lplplotd -lltdl -ldl -lm -lcsirocsa -lcsironn -lqhull -lqsastime 
281PTHREAD_CC = icc
282PTHREAD_CFLAGS = 
283PTHREAD_LIBS = 
284RANLIB = ranlib
285SED = /opt/local/bin/gsed
286SET_MAKE = 
287SHELL = /bin/sh
288STRIP = strip
289VERSION = 2.0b5
290abs_builddir = /Users/gam/ASTROMATIC/scamp/trunk
291abs_srcdir = /Users/gam/ASTROMATIC/scamp/trunk
292abs_top_builddir = /Users/gam/ASTROMATIC/scamp/trunk
293abs_top_srcdir = /Users/gam/ASTROMATIC/scamp/trunk
294ac_ct_AR = ar
295ac_ct_CC = icc
296ac_ct_DUMPBIN = 
297acx_cdsclient_ok = yes
298am__include = include
299am__leading_dot = .
300am__quote = 
301am__tar = $${TAR-tar} chof - "$$tardir"
302am__untar = $${TAR-tar} xf -
303bindir = ${exec_prefix}/bin
304build = i386-apple-darwin11.4.2
305build_alias = 
306build_cpu = i386
307build_os = darwin11.4.2
308build_vendor = apple
309builddir = .
310datadir = ${datarootdir}
311datarootdir = ${prefix}/share
312docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
313dvidir = ${docdir}
314exec_prefix = ${prefix}
315host = i386-apple-darwin11.4.2
316host_alias = 
317host_cpu = i386
318host_os = darwin11.4.2
319host_vendor = apple
320htmldir = ${docdir}
321includedir = ${prefix}/include
322infodir = ${datarootdir}/info
323install_sh = ${SHELL} /Users/gam/ASTROMATIC/scamp/trunk/autoconf/install-sh
324libdir = ${exec_prefix}/lib
325libexecdir = ${exec_prefix}/libexec
326localedir = ${datarootdir}/locale
327localstatedir = ${prefix}/var
328mandir = ${datarootdir}/man
329mkdir_p = $(MKDIR_P)
330oldincludedir = /usr/include
331pdfdir = ${docdir}
332prefix = /usr/local
333program_transform_name = s,x,x,
334psdir = ${docdir}
335sbindir = ${exec_prefix}/sbin
336sharedstatedir = ${prefix}/com
337srcdir = .
338sysconfdir = ${prefix}/etc
339target_alias = 
340top_build_prefix = 
341top_builddir = .
342top_srcdir = .
343AUTOMAKE_OPTIONS = foreign no-dependencies
344SUBDIRS = man src
345dist_pkgdata_DATA = config/*.ahead xsl/scamp.xsl
346EXTRA_DIST = doc AUTHORS BUGS ChangeLog COPYRIGHT \
347                          HISTORY INSTALL LICENSE README THANKS \
348                          acx_pthread.m4 acx_prog_cc_optim.m4 \
349                          acx_atlas.m4 acx_cdsclient.m4 acx_fftw.m4 \
350                          acx_mkl.m4 acx_plplot.m4 acx_urbi_resolve_dir.m4
351
352RPM_ROOTDIR = `rpmbuild --nobuild -E %_topdir`
353RPM_SRCDIR = $(RPM_ROOTDIR)/SOURCES
354MAC_DESTDIR = /opt/local
355all: config.h
356        $(MAKE) $(AM_MAKEFLAGS) all-recursive
357
358.SUFFIXES:
359am--refresh: Makefile
360        @:
361$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
362        @for dep in $?; do \
363          case '$(am__configure_deps)' in \
364            *$$dep*) \
365              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
366              $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
367                && exit 0; \
368              exit 1;; \
369          esac; \
370        done; \
371        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
372        $(am__cd) $(top_srcdir) && \
373          $(AUTOMAKE) --foreign Makefile
374.PRECIOUS: Makefile
375Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
376        @case '$?' in \
377          *config.status*) \
378            echo ' $(SHELL) ./config.status'; \
379            $(SHELL) ./config.status;; \
380          *) \
381            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
382            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
383        esac;
384
385$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
386        $(SHELL) ./config.status --recheck
387
388$(top_srcdir)/configure:  $(am__configure_deps)
389        $(am__cd) $(srcdir) && $(AUTOCONF)
390$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
391        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
392$(am__aclocal_m4_deps):
393
394config.h: stamp-h1
395        @if test ! -f $@; then rm -f stamp-h1; else :; fi
396        @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
397
398stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
399        @rm -f stamp-h1
400        cd $(top_builddir) && $(SHELL) ./config.status config.h
401$(srcdir)/config.h.in:  $(am__configure_deps) 
402        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
403        rm -f stamp-h1
404        touch $@
405
406distclean-hdr:
407        -rm -f config.h stamp-h1
408scamp.spec: $(top_builddir)/config.status $(srcdir)/scamp.spec.in
409        cd $(top_builddir) && $(SHELL) ./config.status $@
410
411mostlyclean-libtool:
412        -rm -f *.lo
413
414clean-libtool:
415        -rm -rf .libs _libs
416
417distclean-libtool:
418        -rm -f libtool config.lt
419install-dist_pkgdataDATA: $(dist_pkgdata_DATA)
420        @$(NORMAL_INSTALL)
421        @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
422        if test -n "$$list"; then \
423          echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \
424          $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \
425        fi; \
426        for p in $$list; do \
427          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
428          echo "$$d$$p"; \
429        done | $(am__base_list) | \
430        while read files; do \
431          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \
432          $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \
433        done
434
435uninstall-dist_pkgdataDATA:
436        @$(NORMAL_UNINSTALL)
437        @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
438        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
439        dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
440
441# This directory's subdirectories are mostly independent; you can cd
442# into them and run 'make' without going through this Makefile.
443# To change the values of 'make' variables: instead of editing Makefiles,
444# (1) if the variable is set in 'config.status', edit 'config.status'
445#     (which will cause the Makefiles to be regenerated when you run 'make');
446# (2) otherwise, pass the desired values on the 'make' command line.
447$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
448        @fail= failcom='exit 1'; \
449        for f in x $$MAKEFLAGS; do \
450          case $$f in \
451            *=* | --[!k]*);; \
452            *k*) failcom='fail=yes';; \
453          esac; \
454        done; \
455        dot_seen=no; \
456        target=`echo $@ | sed s/-recursive//`; \
457        case "$@" in \
458          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
459          *) list='$(SUBDIRS)' ;; \
460        esac; \
461        for subdir in $$list; do \
462          echo "Making $$target in $$subdir"; \
463          if test "$$subdir" = "."; then \
464            dot_seen=yes; \
465            local_target="$$target-am"; \
466          else \
467            local_target="$$target"; \
468          fi; \
469          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
470          || eval $$failcom; \
471        done; \
472        if test "$$dot_seen" = "no"; then \
473          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
474        fi; test -z "$$fail"
475tags-recursive:
476        list='$(SUBDIRS)'; for subdir in $$list; do \
477          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
478        done
479ctags-recursive:
480        list='$(SUBDIRS)'; for subdir in $$list; do \
481          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
482        done
483cscopelist-recursive:
484        list='$(SUBDIRS)'; for subdir in $$list; do \
485          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
486        done
487
488ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
489        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
490        unique=`for i in $$list; do \
491            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
492          done | \
493          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
494              END { if (nonempty) { for (i in files) print i; }; }'`; \
495        mkid -fID $$unique
496tags: TAGS
497
498TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
499                $(TAGS_FILES) $(LISP)
500        set x; \
501        here=`pwd`; \
502        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
503          include_option=--etags-include; \
504          empty_fix=.; \
505        else \
506          include_option=--include; \
507          empty_fix=; \
508        fi; \
509        list='$(SUBDIRS)'; for subdir in $$list; do \
510          if test "$$subdir" = .; then :; else \
511            test ! -f $$subdir/TAGS || \
512              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
513          fi; \
514        done; \
515        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
516        unique=`for i in $$list; do \
517            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
518          done | \
519          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
520              END { if (nonempty) { for (i in files) print i; }; }'`; \
521        shift; \
522        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
523          test -n "$$unique" || unique=$$empty_fix; \
524          if test $$# -gt 0; then \
525            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
526              "$$@" $$unique; \
527          else \
528            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
529              $$unique; \
530          fi; \
531        fi
532ctags: CTAGS
533CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
534                $(TAGS_FILES) $(LISP)
535        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
536        unique=`for i in $$list; do \
537            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
538          done | \
539          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
540              END { if (nonempty) { for (i in files) print i; }; }'`; \
541        test -z "$(CTAGS_ARGS)$$unique" \
542          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
543             $$unique
544
545GTAGS:
546        here=`$(am__cd) $(top_builddir) && pwd` \
547          && $(am__cd) $(top_srcdir) \
548          && gtags -i $(GTAGS_ARGS) "$$here"
549
550cscope: cscope.files
551        test ! -s cscope.files \
552          || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
553
554clean-cscope:
555        -rm -f cscope.files
556
557cscope.files: clean-cscope cscopelist-recursive cscopelist
558
559cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
560        list='$(SOURCES) $(HEADERS) $(LISP)'; \
561        case "$(srcdir)" in \
562          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
563          *) sdir=$(subdir)/$(srcdir) ;; \
564        esac; \
565        for i in $$list; do \
566          if test -f "$$i"; then \
567            echo "$(subdir)/$$i"; \
568          else \
569            echo "$$sdir/$$i"; \
570          fi; \
571        done >> $(top_builddir)/cscope.files
572
573distclean-tags:
574        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
575        -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
576
577distdir: $(DISTFILES)
578        $(am__remove_distdir)
579        test -d "$(distdir)" || mkdir "$(distdir)"
580        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
581        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
582        list='$(DISTFILES)'; \
583          dist_files=`for file in $$list; do echo $$file; done | \
584          sed -e "s|^$$srcdirstrip/||;t" \
585              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
586        case $$dist_files in \
587          */*) $(MKDIR_P) `echo "$$dist_files" | \
588                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
589                           sort -u` ;; \
590        esac; \
591        for file in $$dist_files; do \
592          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
593          if test -d $$d/$$file; then \
594            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
595            if test -d "$(distdir)/$$file"; then \
596              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
597            fi; \
598            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
599              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
600              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
601            fi; \
602            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
603          else \
604            test -f "$(distdir)/$$file" \
605            || cp -p $$d/$$file "$(distdir)/$$file" \
606            || exit 1; \
607          fi; \
608        done
609        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
610          if test "$$subdir" = .; then :; else \
611            $(am__make_dryrun) \
612              || test -d "$(distdir)/$$subdir" \
613              || $(MKDIR_P) "$(distdir)/$$subdir" \
614              || exit 1; \
615            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
616            $(am__relativize); \
617            new_distdir=$$reldir; \
618            dir1=$$subdir; dir2="$(top_distdir)"; \
619            $(am__relativize); \
620            new_top_distdir=$$reldir; \
621            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
622            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
623            ($(am__cd) $$subdir && \
624              $(MAKE) $(AM_MAKEFLAGS) \
625                top_distdir="$$new_top_distdir" \
626                distdir="$$new_distdir" \
627                am__remove_distdir=: \
628                am__skip_length_check=: \
629                am__skip_mode_fix=: \
630                distdir) \
631              || exit 1; \
632          fi; \
633        done
634        $(MAKE) $(AM_MAKEFLAGS) \
635          top_distdir="$(top_distdir)" distdir="$(distdir)" \
636          dist-hook
637        -test -n "$(am__skip_mode_fix)" \
638        || find "$(distdir)" -type d ! -perm -755 \
639                -exec chmod u+rwx,go+rx {} \; -o \
640          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
641          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
642          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
643        || chmod -R a+r "$(distdir)"
644dist-gzip: distdir
645        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
646        $(am__post_remove_distdir)
647
648dist-bzip2: distdir
649        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
650        $(am__post_remove_distdir)
651
652dist-lzip: distdir
653        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
654        $(am__post_remove_distdir)
655
656dist-xz: distdir
657        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
658        $(am__post_remove_distdir)
659
660dist-tarZ: distdir
661        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
662        $(am__post_remove_distdir)
663
664dist-shar: distdir
665        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
666        $(am__post_remove_distdir)
667
668dist-zip: distdir
669        -rm -f $(distdir).zip
670        zip -rq $(distdir).zip $(distdir)
671        $(am__post_remove_distdir)
672
673dist dist-all:
674        $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
675        $(am__post_remove_distdir)
676
677# This target untars the dist file and tries a VPATH configuration.  Then
678# it guarantees that the distribution is self-contained by making another
679# tarfile.
680distcheck: dist
681        case '$(DIST_ARCHIVES)' in \
682        *.tar.gz*) \
683          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
684        *.tar.bz2*) \
685          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
686        *.tar.lz*) \
687          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
688        *.tar.xz*) \
689          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
690        *.tar.Z*) \
691          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
692        *.shar.gz*) \
693          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
694        *.zip*) \
695          unzip $(distdir).zip ;;\
696        esac
697        chmod -R a-w $(distdir)
698        chmod u+w $(distdir)
699        mkdir $(distdir)/_build $(distdir)/_inst
700        chmod a-w $(distdir)
701        test -d $(distdir)/_build || exit 0; \
702        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
703          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
704          && am__cwd=`pwd` \
705          && $(am__cd) $(distdir)/_build \
706          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
707            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
708            $(DISTCHECK_CONFIGURE_FLAGS) \
709          && $(MAKE) $(AM_MAKEFLAGS) \
710          && $(MAKE) $(AM_MAKEFLAGS) dvi \
711          && $(MAKE) $(AM_MAKEFLAGS) check \
712          && $(MAKE) $(AM_MAKEFLAGS) install \
713          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
714          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
715          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
716                distuninstallcheck \
717          && chmod -R a-w "$$dc_install_base" \
718          && ({ \
719               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
720               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
721               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
722               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
723                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
724              } || { rm -rf "$$dc_destdir"; exit 1; }) \
725          && rm -rf "$$dc_destdir" \
726          && $(MAKE) $(AM_MAKEFLAGS) dist \
727          && rm -rf $(DIST_ARCHIVES) \
728          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
729          && cd "$$am__cwd" \
730          || exit 1
731        $(am__post_remove_distdir)
732        @(echo "$(distdir) archives ready for distribution: "; \
733          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
734          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
735distuninstallcheck:
736        @test -n '$(distuninstallcheck_dir)' || { \
737          echo 'ERROR: trying to run $@ with an empty' \
738               '$$(distuninstallcheck_dir)' >&2; \
739          exit 1; \
740        }; \
741        $(am__cd) '$(distuninstallcheck_dir)' || { \
742          echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
743          exit 1; \
744        }; \
745        test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
746           || { echo "ERROR: files left after uninstall:" ; \
747                if test -n "$(DESTDIR)"; then \
748                  echo "  (check DESTDIR support)"; \
749                fi ; \
750                $(distuninstallcheck_listfiles) ; \
751                exit 1; } >&2
752distcleancheck: distclean
753        @if test '$(srcdir)' = . ; then \
754          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
755          exit 1 ; \
756        fi
757        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
758          || { echo "ERROR: files left in build directory after distclean:" ; \
759               $(distcleancheck_listfiles) ; \
760               exit 1; } >&2
761check-am: all-am
762check: check-recursive
763all-am: Makefile $(DATA) config.h
764installdirs: installdirs-recursive
765installdirs-am:
766        for dir in "$(DESTDIR)$(pkgdatadir)"; do \
767          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
768        done
769install-exec: install-exec-recursive
770install-data: install-data-recursive
771uninstall: uninstall-recursive
772
773install-am: all-am
774        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
775
776installcheck: installcheck-recursive
777install-strip:
778        if test -z '$(STRIP)'; then \
779          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
780            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
781              install; \
782        else \
783          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
784            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
785            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
786        fi
787mostlyclean-generic:
788
789clean-generic:
790
791distclean-generic:
792        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
793        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
794
795maintainer-clean-generic:
796        @echo "This command is intended for maintainers to use"
797        @echo "it deletes files that may require special tools to rebuild."
798clean: clean-recursive
799
800clean-am: clean-generic clean-libtool mostlyclean-am
801
802distclean: distclean-recursive
803        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
804        -rm -f Makefile
805distclean-am: clean-am distclean-generic distclean-hdr \
806        distclean-libtool distclean-tags
807
808dvi: dvi-recursive
809
810dvi-am:
811
812html: html-recursive
813
814html-am:
815
816info: info-recursive
817
818info-am:
819
820install-data-am: install-dist_pkgdataDATA
821
822install-dvi: install-dvi-recursive
823
824install-dvi-am:
825
826install-exec-am:
827
828install-html: install-html-recursive
829
830install-html-am:
831
832install-info: install-info-recursive
833
834install-info-am:
835
836install-man:
837
838install-pdf: install-pdf-recursive
839
840install-pdf-am:
841
842install-ps: install-ps-recursive
843
844install-ps-am:
845
846installcheck-am:
847
848maintainer-clean: maintainer-clean-recursive
849        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
850        -rm -rf $(top_srcdir)/autom4te.cache
851        -rm -f Makefile
852maintainer-clean-am: distclean-am maintainer-clean-generic
853
854mostlyclean: mostlyclean-recursive
855
856mostlyclean-am: mostlyclean-generic mostlyclean-libtool
857
858pdf: pdf-recursive
859
860pdf-am:
861
862ps: ps-recursive
863
864ps-am:
865
866uninstall-am: uninstall-dist_pkgdataDATA
867
868.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
869        cscopelist-recursive ctags-recursive install-am install-strip \
870        tags-recursive
871
872.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
873        all all-am am--refresh check check-am clean clean-cscope \
874        clean-generic clean-libtool cscope cscopelist \
875        cscopelist-recursive ctags ctags-recursive dist dist-all \
876        dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar dist-tarZ \
877        dist-xz dist-zip distcheck distclean distclean-generic \
878        distclean-hdr distclean-libtool distclean-tags distcleancheck \
879        distdir distuninstallcheck dvi dvi-am html html-am info \
880        info-am install install-am install-data install-data-am \
881        install-dist_pkgdataDATA install-dvi install-dvi-am \
882        install-exec install-exec-am install-html install-html-am \
883        install-info install-info-am install-man install-pdf \
884        install-pdf-am install-ps install-ps-am install-strip \
885        installcheck installcheck-am installdirs installdirs-am \
886        maintainer-clean maintainer-clean-generic mostlyclean \
887        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
888        tags tags-recursive uninstall uninstall-am \
889        uninstall-dist_pkgdataDATA
890
891
892dist-hook:
893        rm -rf `find $(distdir) -name .svn`
894
895rpm:    dist
896        cp -f $(PACKAGE_NAME)-$(PACKAGE_VERSION).tar.gz $(RPM_SRCDIR)
897        rpmbuild -ba --clean $(PACKAGE_NAME).spec
898
899rpm-icc:        dist
900        cp -f $(PACKAGE_NAME)-$(PACKAGE_VERSION).tar.gz $(RPM_SRCDIR)
901        USE_ICC="1" rpmbuild -ba --clean --nodeps $(PACKAGE_NAME).spec
902
903rpm-best:       dist
904        cp -f $(PACKAGE_NAME)-$(PACKAGE_VERSION).tar.gz $(RPM_SRCDIR)
905        USE_BEST="1" rpmbuild -ba --clean --nodeps $(PACKAGE_NAME).spec
906
907mac:    all
908        mkdir -p bin
909        install -m 755 src/$(PACKAGE_NAME) bin
910        tar -jcvf $(PACKAGE_NAME)-$(PACKAGE_VERSION).tbz2 [A-LR-T]* Makefile bin doc man/$(PACKAGE_NAME)*
911
912install:
913        cp -R bin $(DESTDIR)
914        mkdir -p $(DESTDIR)/$(PACKAGE_NAME)-$(PACKAGE_VERSION)
915        mkdir -p $(DESTDIR)/$(PACKAGE_NAME)-$(PACKAGE_VERSION)/share
916        cp -R doc man [A-Z]* $(DESTDIR)/$(PACKAGE_NAME)-$(PACKAGE_VERSION)/share
917
918# Tell versions [3.59,3.63) of GNU make to not export all variables.
919# Otherwise a system limit (for SysV at least) may be exceeded.
920.NOEXPORT: