public software.sextractor

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

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