public software.sextractor

[/] [trunk/] [Makefile.in] - Blame information for rev 233

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 173 bertin
# Makefile.in generated by automake 1.10.1 from Makefile.am.
2 2 bertin
# @configure_input@
3
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 173 bertin
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
6 2 bertin
# 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 173 bertin
 
17 233 bertin
#
18
#                               Makefile.am
19
#
20
# Main Makefile. Process this file with automake to generate a Makefile
21
#
22
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
23
#
24
#       This file part of:      SExtractor
25
#
26
#       Copyright:              (C) 2002-2010 IAP/CNRS/UPMC
27
#
28
#       Author:                 Emmanuel Bertin (IAP)
29
#
30
#       License:                GNU General Public License
31
#
32
#       SExtractor is free software: you can redistribute it and/or modify
33
#       it under the terms of the GNU General Public License as published by
34
#       the Free Software Foundation, either version 3 of the License, or
35
#       (at your option) any later version.
36
#       SExtractor is distributed in the hope that it will be useful,
37
#       but WITHOUT ANY WARRANTY; without even the implied warranty of
38
#       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
39
#       GNU General Public License for more details.
40
#       You should have received a copy of the GNU General Public License
41
#       along with SExtractor. If not, see .
42
#
43
#       Last modified:          11/10/2010
44
#
45
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
46
 
47 2 bertin
VPATH = @srcdir@
48
pkgdatadir = $(datadir)/@PACKAGE@
49
pkglibdir = $(libdir)/@PACKAGE@
50
pkgincludedir = $(includedir)/@PACKAGE@
51
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
52
install_sh_DATA = $(install_sh) -c -m 644
53
install_sh_PROGRAM = $(install_sh) -c
54
install_sh_SCRIPT = $(install_sh) -c
55
INSTALL_HEADER = $(INSTALL_DATA)
56
transform = $(program_transform_name)
57
NORMAL_INSTALL = :
58
PRE_INSTALL = :
59
POST_INSTALL = :
60
NORMAL_UNINSTALL = :
61
PRE_UNINSTALL = :
62
POST_UNINSTALL = :
63 173 bertin
build_triplet = @build@
64
host_triplet = @host@
65 2 bertin
subdir = .
66 173 bertin
DIST_COMMON = README $(am__configure_deps) $(dist_pkgdata_DATA) \
67
        $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
68
        $(srcdir)/config.h.in $(srcdir)/sextractor.spec.in \
69 177 bertin
        $(top_srcdir)/configure AUTHORS ChangeLog INSTALL THANKS \
70
        autoconf/config.guess autoconf/config.sub autoconf/depcomp \
71
        autoconf/install-sh autoconf/ltmain.sh autoconf/missing \
72
        autoconf/mkinstalldirs
73 2 bertin
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
74 173 bertin
am__aclocal_m4_deps = $(top_srcdir)/acx_atlas.m4 \
75
        $(top_srcdir)/acx_fftw.m4 $(top_srcdir)/acx_prog_cc_optim.m4 \
76
        $(top_srcdir)/acx_pthread.m4 \
77
        $(top_srcdir)/acx_urbi_resolve_dir.m4 \
78 4 bertin
        $(top_srcdir)/configure.ac
79 2 bertin
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
80
        $(ACLOCAL_M4)
81
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
82 173 bertin
 configure.lineno config.status.lineno
83 2 bertin
mkinstalldirs = $(SHELL) $(top_srcdir)/autoconf/mkinstalldirs
84
CONFIG_HEADER = config.h
85 173 bertin
CONFIG_CLEAN_FILES = sextractor.spec
86 2 bertin
depcomp =
87
am__depfiles_maybe =
88
SOURCES =
89
DIST_SOURCES =
90
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
91
        html-recursive info-recursive install-data-recursive \
92 173 bertin
        install-dvi-recursive install-exec-recursive \
93
        install-html-recursive install-info-recursive \
94
        install-pdf-recursive install-ps-recursive install-recursive \
95
        installcheck-recursive installdirs-recursive pdf-recursive \
96
        ps-recursive uninstall-recursive
97
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
98
am__vpath_adj = case $$p in \
99
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
100
    *) f=$$p;; \
101
  esac;
102
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
103
am__installdirs = "$(DESTDIR)$(pkgdatadir)"
104
dist_pkgdataDATA_INSTALL = $(INSTALL_DATA)
105
DATA = $(dist_pkgdata_DATA)
106
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
107
  distclean-recursive maintainer-clean-recursive
108 2 bertin
ETAGS = etags
109
CTAGS = ctags
110
DIST_SUBDIRS = $(SUBDIRS)
111
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
112
distdir = $(PACKAGE)-$(VERSION)
113
top_distdir = $(distdir)
114
am__remove_distdir = \
115
  { test ! -d $(distdir) \
116
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
117
         && rm -fr $(distdir); }; }
118
DIST_ARCHIVES = $(distdir).tar.gz
119
GZIP_ENV = --best
120
distuninstallcheck_listfiles = find . -type f -print
121
distcleancheck_listfiles = find . -type f -print
122
ACLOCAL = @ACLOCAL@
123
AMTAR = @AMTAR@
124 201 bertin
AM_CFLAGS = @AM_CFLAGS@
125
AM_CPPFLAGS = @AM_CPPFLAGS@
126
AM_LDFLAGS = @AM_LDFLAGS@
127 173 bertin
AR = @AR@
128
ATLAS_CFLAGS = @ATLAS_CFLAGS@
129
ATLAS_ERROR = @ATLAS_ERROR@
130
ATLAS_LIB = @ATLAS_LIB@
131
ATLAS_LIBPATH = @ATLAS_LIBPATH@
132 197 bertin
ATLAS_WARN = @ATLAS_WARN@
133 2 bertin
AUTOCONF = @AUTOCONF@
134
AUTOHEADER = @AUTOHEADER@
135
AUTOMAKE = @AUTOMAKE@
136
AWK = @AWK@
137
CC = @CC@
138
CCDEPMODE = @CCDEPMODE@
139
CFLAGS = @CFLAGS@
140
CPP = @CPP@
141
CPPFLAGS = @CPPFLAGS@
142 173 bertin
CXX = @CXX@
143
CXXCPP = @CXXCPP@
144
CXXDEPMODE = @CXXDEPMODE@
145
CXXFLAGS = @CXXFLAGS@
146 2 bertin
CYGPATH_W = @CYGPATH_W@
147
DATE2 = @DATE2@
148
DATE3 = @DATE3@
149
DEFS = @DEFS@
150
DEPDIR = @DEPDIR@
151 173 bertin
ECHO = @ECHO@
152 2 bertin
ECHO_C = @ECHO_C@
153
ECHO_N = @ECHO_N@
154
ECHO_T = @ECHO_T@
155
EGREP = @EGREP@
156
EXEEXT = @EXEEXT@
157 173 bertin
F77 = @F77@
158
FFLAGS = @FFLAGS@
159
FFTW_ERROR = @FFTW_ERROR@
160
FFTW_LIBS = @FFTW_LIBS@
161 197 bertin
FFTW_WARN = @FFTW_WARN@
162 173 bertin
GREP = @GREP@
163
INSTALL = @INSTALL@
164 2 bertin
INSTALL_DATA = @INSTALL_DATA@
165
INSTALL_PROGRAM = @INSTALL_PROGRAM@
166
INSTALL_SCRIPT = @INSTALL_SCRIPT@
167
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
168
LDFLAGS = @LDFLAGS@
169
LIBOBJS = @LIBOBJS@
170
LIBS = @LIBS@
171 173 bertin
LIBTOOL = @LIBTOOL@
172
LN_S = @LN_S@
173 2 bertin
LTLIBOBJS = @LTLIBOBJS@
174
MAKEINFO = @MAKEINFO@
175 173 bertin
MKDIR_P = @MKDIR_P@
176 2 bertin
OBJEXT = @OBJEXT@
177
PACKAGE = @PACKAGE@
178
PACKAGER = @PACKAGER@
179
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
180
PACKAGE_NAME = @PACKAGE_NAME@
181
PACKAGE_STRING = @PACKAGE_STRING@
182
PACKAGE_TARNAME = @PACKAGE_TARNAME@
183
PACKAGE_VERSION = @PACKAGE_VERSION@
184
PATH_SEPARATOR = @PATH_SEPARATOR@
185 173 bertin
PTHREAD_CC = @PTHREAD_CC@
186
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
187
PTHREAD_LIBS = @PTHREAD_LIBS@
188 2 bertin
RANLIB = @RANLIB@
189 173 bertin
SED = @SED@
190 2 bertin
SET_MAKE = @SET_MAKE@
191
SHELL = @SHELL@
192
STRIP = @STRIP@
193
VERSION = @VERSION@
194 173 bertin
abs_builddir = @abs_builddir@
195
abs_srcdir = @abs_srcdir@
196
abs_top_builddir = @abs_top_builddir@
197
abs_top_srcdir = @abs_top_srcdir@
198 2 bertin
ac_ct_CC = @ac_ct_CC@
199 173 bertin
ac_ct_CXX = @ac_ct_CXX@
200
ac_ct_F77 = @ac_ct_F77@
201 2 bertin
am__include = @am__include@
202
am__leading_dot = @am__leading_dot@
203
am__quote = @am__quote@
204 4 bertin
am__tar = @am__tar@
205
am__untar = @am__untar@
206 2 bertin
bindir = @bindir@
207 173 bertin
build = @build@
208 2 bertin
build_alias = @build_alias@
209 173 bertin
build_cpu = @build_cpu@
210
build_os = @build_os@
211
build_vendor = @build_vendor@
212
builddir = @builddir@
213 2 bertin
datadir = @datadir@
214 173 bertin
datarootdir = @datarootdir@
215
docdir = @docdir@
216
dvidir = @dvidir@
217 2 bertin
exec_prefix = @exec_prefix@
218 173 bertin
host = @host@
219 2 bertin
host_alias = @host_alias@
220 173 bertin
host_cpu = @host_cpu@
221
host_os = @host_os@
222
host_vendor = @host_vendor@
223
htmldir = @htmldir@
224 2 bertin
includedir = @includedir@
225
infodir = @infodir@
226
install_sh = @install_sh@
227
libdir = @libdir@
228
libexecdir = @libexecdir@
229 173 bertin
localedir = @localedir@
230 2 bertin
localstatedir = @localstatedir@
231
mandir = @mandir@
232
mkdir_p = @mkdir_p@
233
oldincludedir = @oldincludedir@
234 173 bertin
pdfdir = @pdfdir@
235 2 bertin
prefix = @prefix@
236
program_transform_name = @program_transform_name@
237 173 bertin
psdir = @psdir@
238 2 bertin
sbindir = @sbindir@
239
sharedstatedir = @sharedstatedir@
240 173 bertin
srcdir = @srcdir@
241 2 bertin
sysconfdir = @sysconfdir@
242
target_alias = @target_alias@
243 197 bertin
top_build_prefix = @top_build_prefix@
244 173 bertin
top_builddir = @top_builddir@
245
top_srcdir = @top_srcdir@
246 2 bertin
AUTOMAKE_OPTIONS = foreign no-dependencies
247 173 bertin
SUBDIRS = man src tests
248 233 bertin
dist_pkgdata_DATA = config/* xsl/sextractor.xsl
249
EXTRA_DIST = doc AUTHORS BUGS ChangeLog COPYRIGHT HISTORY \
250
                          INSTALL LICENSE README THANKS \
251 173 bertin
                          acx_atlas.m4 acx_prog_cc_optim.m4 \
252
                          acx_urbi_resolve_dir.m4
253 2 bertin
 
254 173 bertin
RPM_ROOTDIR = `rpmbuild --nobuild -E %_topdir`
255 2 bertin
RPM_SRCDIR = $(RPM_ROOTDIR)/SOURCES
256
all: config.h
257
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
258
 
259
.SUFFIXES:
260
am--refresh:
261
        @:
262
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
263
        @for dep in $?; do \
264
          case '$(am__configure_deps)' in \
265
            *$$dep*) \
266
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
267
              cd $(srcdir) && $(AUTOMAKE) --foreign  \
268
                && exit 0; \
269
              exit 1;; \
270
          esac; \
271
        done; \
272
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
273
        cd $(top_srcdir) && \
274
          $(AUTOMAKE) --foreign  Makefile
275
.PRECIOUS: Makefile
276
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
277
        @case '$?' in \
278
          *config.status*) \
279
            echo ' $(SHELL) ./config.status'; \
280
            $(SHELL) ./config.status;; \
281
          *) \
282
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
283
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
284
        esac;
285
 
286
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
287
        $(SHELL) ./config.status --recheck
288
 
289
$(top_srcdir)/configure:  $(am__configure_deps)
290
        cd $(srcdir) && $(AUTOCONF)
291
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
292
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
293
 
294
config.h: stamp-h1
295
        @if test ! -f $@; then \
296
          rm -f stamp-h1; \
297 173 bertin
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
298 2 bertin
        else :; fi
299
 
300
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
301
        @rm -f stamp-h1
302
        cd $(top_builddir) && $(SHELL) ./config.status config.h
303
$(srcdir)/config.h.in:  $(am__configure_deps)
304
        cd $(top_srcdir) && $(AUTOHEADER)
305
        rm -f stamp-h1
306
        touch $@
307
 
308
distclean-hdr:
309
        -rm -f config.h stamp-h1
310
sextractor.spec: $(top_builddir)/config.status $(srcdir)/sextractor.spec.in
311
        cd $(top_builddir) && $(SHELL) ./config.status $@
312
 
313 173 bertin
mostlyclean-libtool:
314
        -rm -f *.lo
315
 
316
clean-libtool:
317
        -rm -rf .libs _libs
318
 
319
distclean-libtool:
320
        -rm -f libtool
321
install-dist_pkgdataDATA: $(dist_pkgdata_DATA)
322
        @$(NORMAL_INSTALL)
323
        test -z "$(pkgdatadir)" || $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)"
324
        @list='$(dist_pkgdata_DATA)'; for p in $$list; do \
325
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
326
          f=$(am__strip_dir) \
327
          echo " $(dist_pkgdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgdatadir)/$$f'"; \
328
          $(dist_pkgdataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgdatadir)/$$f"; \
329
        done
330
 
331
uninstall-dist_pkgdataDATA:
332
        @$(NORMAL_UNINSTALL)
333
        @list='$(dist_pkgdata_DATA)'; for p in $$list; do \
334
          f=$(am__strip_dir) \
335
          echo " rm -f '$(DESTDIR)$(pkgdatadir)/$$f'"; \
336
          rm -f "$(DESTDIR)$(pkgdatadir)/$$f"; \
337
        done
338
 
339 2 bertin
# This directory's subdirectories are mostly independent; you can cd
340
# into them and run `make' without going through this Makefile.
341
# To change the values of `make' variables: instead of editing Makefiles,
342
# (1) if the variable is set in `config.status', edit `config.status'
343
#     (which will cause the Makefiles to be regenerated when you run `make');
344
# (2) otherwise, pass the desired values on the `make' command line.
345
$(RECURSIVE_TARGETS):
346 4 bertin
        @failcom='exit 1'; \
347
        for f in x $$MAKEFLAGS; do \
348
          case $$f in \
349
            *=* | --[!k]*);; \
350
            *k*) failcom='fail=yes';; \
351
          esac; \
352
        done; \
353 2 bertin
        dot_seen=no; \
354
        target=`echo $@ | sed s/-recursive//`; \
355
        list='$(SUBDIRS)'; for subdir in $$list; do \
356
          echo "Making $$target in $$subdir"; \
357
          if test "$$subdir" = "."; then \
358
            dot_seen=yes; \
359
            local_target="$$target-am"; \
360
          else \
361
            local_target="$$target"; \
362
          fi; \
363
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
364 4 bertin
          || eval $$failcom; \
365 2 bertin
        done; \
366
        if test "$$dot_seen" = "no"; then \
367
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
368
        fi; test -z "$$fail"
369
 
370 173 bertin
$(RECURSIVE_CLEAN_TARGETS):
371 4 bertin
        @failcom='exit 1'; \
372
        for f in x $$MAKEFLAGS; do \
373
          case $$f in \
374
            *=* | --[!k]*);; \
375
            *k*) failcom='fail=yes';; \
376
          esac; \
377
        done; \
378 2 bertin
        dot_seen=no; \
379
        case "$@" in \
380
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
381
          *) list='$(SUBDIRS)' ;; \
382
        esac; \
383
        rev=''; for subdir in $$list; do \
384
          if test "$$subdir" = "."; then :; else \
385
            rev="$$subdir $$rev"; \
386
          fi; \
387
        done; \
388
        rev="$$rev ."; \
389
        target=`echo $@ | sed s/-recursive//`; \
390
        for subdir in $$rev; do \
391
          echo "Making $$target in $$subdir"; \
392
          if test "$$subdir" = "."; then \
393
            local_target="$$target-am"; \
394
          else \
395
            local_target="$$target"; \
396
          fi; \
397
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
398 4 bertin
          || eval $$failcom; \
399 2 bertin
        done && test -z "$$fail"
400
tags-recursive:
401
        list='$(SUBDIRS)'; for subdir in $$list; do \
402
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
403
        done
404
ctags-recursive:
405
        list='$(SUBDIRS)'; for subdir in $$list; do \
406
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
407
        done
408
 
409
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
410
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
411
        unique=`for i in $$list; do \
412
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
413
          done | \
414 173 bertin
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
415
              END { if (nonempty) { for (i in files) print i; }; }'`; \
416 2 bertin
        mkid -fID $$unique
417
tags: TAGS
418
 
419
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
420
                $(TAGS_FILES) $(LISP)
421
        tags=; \
422
        here=`pwd`; \
423
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
424
          include_option=--etags-include; \
425
          empty_fix=.; \
426
        else \
427
          include_option=--include; \
428
          empty_fix=; \
429
        fi; \
430
        list='$(SUBDIRS)'; for subdir in $$list; do \
431
          if test "$$subdir" = .; then :; else \
432
            test ! -f $$subdir/TAGS || \
433
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
434
          fi; \
435
        done; \
436
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
437
        unique=`for i in $$list; do \
438
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
439
          done | \
440 173 bertin
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
441
              END { if (nonempty) { for (i in files) print i; }; }'`; \
442 2 bertin
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
443
          test -n "$$unique" || unique=$$empty_fix; \
444
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
445
            $$tags $$unique; \
446
        fi
447
ctags: CTAGS
448
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
449
                $(TAGS_FILES) $(LISP)
450
        tags=; \
451
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
452
        unique=`for i in $$list; do \
453
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
454
          done | \
455 173 bertin
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
456
              END { if (nonempty) { for (i in files) print i; }; }'`; \
457 2 bertin
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
458
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
459
             $$tags $$unique
460
 
461
GTAGS:
462
        here=`$(am__cd) $(top_builddir) && pwd` \
463
          && cd $(top_srcdir) \
464
          && gtags -i $(GTAGS_ARGS) $$here
465
 
466
distclean-tags:
467
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
468
 
469
distdir: $(DISTFILES)
470
        $(am__remove_distdir)
471 173 bertin
        test -d $(distdir) || mkdir $(distdir)
472
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
473
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
474
        list='$(DISTFILES)'; \
475
          dist_files=`for file in $$list; do echo $$file; done | \
476
          sed -e "s|^$$srcdirstrip/||;t" \
477
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
478
        case $$dist_files in \
479
          */*) $(MKDIR_P) `echo "$$dist_files" | \
480
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
481
                           sort -u` ;; \
482
        esac; \
483
        for file in $$dist_files; do \
484 2 bertin
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
485
          if test -d $$d/$$file; then \
486 173 bertin
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
487 2 bertin
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
488
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
489
            fi; \
490
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
491
          else \
492
            test -f $(distdir)/$$file \
493
            || cp -p $$d/$$file $(distdir)/$$file \
494
            || exit 1; \
495
          fi; \
496
        done
497 4 bertin
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
498 2 bertin
          if test "$$subdir" = .; then :; else \
499
            test -d "$(distdir)/$$subdir" \
500 173 bertin
            || $(MKDIR_P) "$(distdir)/$$subdir" \
501 2 bertin
            || exit 1; \
502 4 bertin
            distdir=`$(am__cd) $(distdir) && pwd`; \
503
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
504 2 bertin
            (cd $$subdir && \
505
              $(MAKE) $(AM_MAKEFLAGS) \
506 4 bertin
                top_distdir="$$top_distdir" \
507
                distdir="$$distdir/$$subdir" \
508 173 bertin
                am__remove_distdir=: \
509
                am__skip_length_check=: \
510 2 bertin
                distdir) \
511
              || exit 1; \
512
          fi; \
513
        done
514 173 bertin
        $(MAKE) $(AM_MAKEFLAGS) \
515
          top_distdir="$(top_distdir)" distdir="$(distdir)" \
516
          dist-hook
517 2 bertin
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
518
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
519
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
520 173 bertin
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
521 2 bertin
        || chmod -R a+r $(distdir)
522
dist-gzip: distdir
523 4 bertin
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
524 2 bertin
        $(am__remove_distdir)
525
 
526
dist-bzip2: distdir
527 4 bertin
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
528 2 bertin
        $(am__remove_distdir)
529
 
530 173 bertin
dist-lzma: distdir
531
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
532
        $(am__remove_distdir)
533
 
534 2 bertin
dist-tarZ: distdir
535 4 bertin
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
536 2 bertin
        $(am__remove_distdir)
537
 
538
dist-shar: distdir
539
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
540
        $(am__remove_distdir)
541
 
542
dist-zip: distdir
543
        -rm -f $(distdir).zip
544
        zip -rq $(distdir).zip $(distdir)
545
        $(am__remove_distdir)
546
 
547
dist dist-all: distdir
548 4 bertin
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
549 2 bertin
        $(am__remove_distdir)
550
 
551
# This target untars the dist file and tries a VPATH configuration.  Then
552
# it guarantees that the distribution is self-contained by making another
553
# tarfile.
554
distcheck: dist
555
        case '$(DIST_ARCHIVES)' in \
556
        *.tar.gz*) \
557 4 bertin
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
558 2 bertin
        *.tar.bz2*) \
559 4 bertin
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
560 173 bertin
        *.tar.lzma*) \
561
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
562 2 bertin
        *.tar.Z*) \
563 4 bertin
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
564 2 bertin
        *.shar.gz*) \
565
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
566
        *.zip*) \
567
          unzip $(distdir).zip ;;\
568
        esac
569
        chmod -R a-w $(distdir); chmod a+w $(distdir)
570
        mkdir $(distdir)/_build
571
        mkdir $(distdir)/_inst
572
        chmod a-w $(distdir)
573
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
574
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
575
          && cd $(distdir)/_build \
576
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
577
            $(DISTCHECK_CONFIGURE_FLAGS) \
578
          && $(MAKE) $(AM_MAKEFLAGS) \
579
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
580
          && $(MAKE) $(AM_MAKEFLAGS) check \
581
          && $(MAKE) $(AM_MAKEFLAGS) install \
582
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
583
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
584
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
585
                distuninstallcheck \
586
          && chmod -R a-w "$$dc_install_base" \
587
          && ({ \
588
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
589
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
590
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
591
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
592
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
593
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
594
          && rm -rf "$$dc_destdir" \
595
          && $(MAKE) $(AM_MAKEFLAGS) dist \
596
          && rm -rf $(DIST_ARCHIVES) \
597
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
598
        $(am__remove_distdir)
599
        @(echo "$(distdir) archives ready for distribution: "; \
600
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
601 173 bertin
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
602 2 bertin
distuninstallcheck:
603
        @cd $(distuninstallcheck_dir) \
604
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
605
           || { echo "ERROR: files left after uninstall:" ; \
606
                if test -n "$(DESTDIR)"; then \
607
                  echo "  (check DESTDIR support)"; \
608
                fi ; \
609
                $(distuninstallcheck_listfiles) ; \
610
                exit 1; } >&2
611
distcleancheck: distclean
612
        @if test '$(srcdir)' = . ; then \
613
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
614
          exit 1 ; \
615
        fi
616
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
617
          || { echo "ERROR: files left in build directory after distclean:" ; \
618
               $(distcleancheck_listfiles) ; \
619
               exit 1; } >&2
620
check-am: all-am
621
check: check-recursive
622 173 bertin
all-am: Makefile $(DATA) config.h
623 2 bertin
installdirs: installdirs-recursive
624
installdirs-am:
625 173 bertin
        for dir in "$(DESTDIR)$(pkgdatadir)"; do \
626
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
627
        done
628 2 bertin
install: install-recursive
629
install-exec: install-exec-recursive
630
install-data: install-data-recursive
631
uninstall: uninstall-recursive
632
 
633
install-am: all-am
634
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
635
 
636
installcheck: installcheck-recursive
637
install-strip:
638
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
639
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
640
          `test -z '$(STRIP)' || \
641
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
642
mostlyclean-generic:
643
 
644
clean-generic:
645
 
646
distclean-generic:
647 4 bertin
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
648 2 bertin
 
649
maintainer-clean-generic:
650
        @echo "This command is intended for maintainers to use"
651
        @echo "it deletes files that may require special tools to rebuild."
652
clean: clean-recursive
653
 
654 173 bertin
clean-am: clean-generic clean-libtool mostlyclean-am
655 2 bertin
 
656
distclean: distclean-recursive
657
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
658
        -rm -f Makefile
659 173 bertin
distclean-am: clean-am distclean-generic distclean-hdr \
660
        distclean-libtool distclean-tags
661 2 bertin
 
662
dvi: dvi-recursive
663
 
664
dvi-am:
665
 
666
html: html-recursive
667
 
668
info: info-recursive
669
 
670
info-am:
671
 
672 173 bertin
install-data-am: install-dist_pkgdataDATA
673 2 bertin
 
674 173 bertin
install-dvi: install-dvi-recursive
675
 
676 2 bertin
install-exec-am:
677
 
678 173 bertin
install-html: install-html-recursive
679
 
680 2 bertin
install-info: install-info-recursive
681
 
682
install-man:
683
 
684 173 bertin
install-pdf: install-pdf-recursive
685
 
686
install-ps: install-ps-recursive
687
 
688 2 bertin
installcheck-am:
689
 
690
maintainer-clean: maintainer-clean-recursive
691
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
692
        -rm -rf $(top_srcdir)/autom4te.cache
693
        -rm -f Makefile
694
maintainer-clean-am: distclean-am maintainer-clean-generic
695
 
696
mostlyclean: mostlyclean-recursive
697
 
698 173 bertin
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
699 2 bertin
 
700
pdf: pdf-recursive
701
 
702
pdf-am:
703
 
704
ps: ps-recursive
705
 
706
ps-am:
707
 
708 173 bertin
uninstall-am: uninstall-dist_pkgdataDATA
709 2 bertin
 
710 173 bertin
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
711
        install-strip
712 2 bertin
 
713 173 bertin
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
714
        all all-am am--refresh check check-am clean clean-generic \
715
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
716
        dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-zip \
717
        distcheck distclean distclean-generic distclean-hdr \
718
        distclean-libtool distclean-tags distcleancheck distdir \
719
        distuninstallcheck dvi dvi-am html html-am info info-am \
720
        install install-am install-data install-data-am \
721
        install-dist_pkgdataDATA install-dvi install-dvi-am \
722
        install-exec install-exec-am install-html install-html-am \
723
        install-info install-info-am install-man install-pdf \
724
        install-pdf-am install-ps install-ps-am install-strip \
725
        installcheck installcheck-am installdirs installdirs-am \
726
        maintainer-clean maintainer-clean-generic mostlyclean \
727
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
728
        tags tags-recursive uninstall uninstall-am \
729
        uninstall-dist_pkgdataDATA
730 2 bertin
 
731 173 bertin
dist-hook:
732
        rm -rf `find $(distdir) -name .svn`
733
 
734 2 bertin
rpm:    dist
735
        cp -f $(PACKAGE_NAME)-$(PACKAGE_VERSION).tar.gz $(RPM_SRCDIR)
736 173 bertin
        rpmbuild -ba --clean --nodeps $(PACKAGE_NAME).spec
737 2 bertin
 
738 173 bertin
rpm-icc:        dist
739
        cp -f $(PACKAGE_NAME)-$(PACKAGE_VERSION).tar.gz $(RPM_SRCDIR)
740
        USE_ICC="1" rpmbuild -ba --clean --nodeps $(PACKAGE_NAME).spec
741 204 bertin
 
742
rpm-best:       dist
743
        cp -f $(PACKAGE_NAME)-$(PACKAGE_VERSION).tar.gz $(RPM_SRCDIR)
744
        USE_BEST="1" rpmbuild -ba --clean --nodeps $(PACKAGE_NAME).spec
745 2 bertin
# Tell versions [3.59,3.63) of GNU make to not export all variables.
746
# Otherwise a system limit (for SysV at least) may be exceeded.
747
.NOEXPORT: