public software.sextractor

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

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