public software.sextractor

[/] [branches/] [multi/] [man/] [Makefile.in] - Blame information for rev 267

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

Line No. Rev Author Line
1 267 bertin
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2 2 bertin
# @configure_input@
3
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 267 bertin
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
# Inc.
7 2 bertin
# This Makefile.in is free software; the Free Software Foundation
8
# gives unlimited permission to copy and/or distribute it,
9
# with or without modifications, as long as this notice is preserved.
10
 
11
# This program is distributed in the hope that it will be useful,
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14
# PARTICULAR PURPOSE.
15
 
16
@SET_MAKE@
17 234 bertin
 
18
#
19
#                               Makefile.am
20
#
21
# Man Makefile. Process this file with automake to generate a Makefile
22
#
23
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
24
#
25
#       This file part of:      SExtractor
26
#
27 235 bertin
#       Copyright:              (C) 2002-2010 Emmanuel Bertin -- IAP/CNRS/UPMC
28 234 bertin
#
29
#       License:                GNU General Public License
30
#
31
#       SExtractor is free software: you can redistribute it and/or modify
32
#       it under the terms of the GNU General Public License as published by
33
#       the Free Software Foundation, either version 3 of the License, or
34
#       (at your option) any later version.
35
#       SExtractor is distributed in the hope that it will be useful,
36
#       but WITHOUT ANY WARRANTY; without even the implied warranty of
37
#       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
38
#       GNU General Public License for more details.
39
#       You should have received a copy of the GNU General Public License
40
#       along with SExtractor. If not, see .
41
#
42
#       Last modified:          12/10/2010
43
#
44
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
45 2 bertin
VPATH = @srcdir@
46
pkgdatadir = $(datadir)/@PACKAGE@
47 267 bertin
pkgincludedir = $(includedir)/@PACKAGE@
48 2 bertin
pkglibdir = $(libdir)/@PACKAGE@
49 267 bertin
pkglibexecdir = $(libexecdir)/@PACKAGE@
50 2 bertin
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
51
install_sh_DATA = $(install_sh) -c -m 644
52
install_sh_PROGRAM = $(install_sh) -c
53
install_sh_SCRIPT = $(install_sh) -c
54
INSTALL_HEADER = $(INSTALL_DATA)
55
transform = $(program_transform_name)
56
NORMAL_INSTALL = :
57
PRE_INSTALL = :
58
POST_INSTALL = :
59
NORMAL_UNINSTALL = :
60
PRE_UNINSTALL = :
61
POST_UNINSTALL = :
62 173 bertin
build_triplet = @build@
63
host_triplet = @host@
64 2 bertin
subdir = man
65
DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.am \
66
        $(srcdir)/Makefile.in $(srcdir)/sex.1.in
67
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
68 173 bertin
am__aclocal_m4_deps = $(top_srcdir)/acx_atlas.m4 \
69
        $(top_srcdir)/acx_fftw.m4 $(top_srcdir)/acx_prog_cc_optim.m4 \
70
        $(top_srcdir)/acx_pthread.m4 \
71
        $(top_srcdir)/acx_urbi_resolve_dir.m4 \
72 4 bertin
        $(top_srcdir)/configure.ac
73 2 bertin
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
74
        $(ACLOCAL_M4)
75
mkinstalldirs = $(SHELL) $(top_srcdir)/autoconf/mkinstalldirs
76
CONFIG_HEADER = $(top_builddir)/config.h
77
CONFIG_CLEAN_FILES = sex.1
78 267 bertin
CONFIG_CLEAN_VPATH_FILES =
79 2 bertin
SOURCES =
80
DIST_SOURCES =
81 267 bertin
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
82
am__vpath_adj = case $$p in \
83
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
84
    *) f=$$p;; \
85
  esac;
86
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
87
am__install_max = 40
88
am__nobase_strip_setup = \
89
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
90
am__nobase_strip = \
91
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
92
am__nobase_list = $(am__nobase_strip_setup); \
93
  for p in $$list; do echo "$$p $$p"; done | \
94
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
95
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
96
    if (++n[$$2] == $(am__install_max)) \
97
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
98
    END { for (dir in files) print dir, files[dir] }'
99
am__base_list = \
100
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
101
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
102 2 bertin
man1dir = $(mandir)/man1
103
am__installdirs = "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(manxdir)"
104
manxdir = $(mandir)/manx
105
NROFF = nroff
106
MANS = $(dist_man_MANS)
107
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
108
ACLOCAL = @ACLOCAL@
109
AMTAR = @AMTAR@
110 201 bertin
AM_CFLAGS = @AM_CFLAGS@
111
AM_CPPFLAGS = @AM_CPPFLAGS@
112
AM_LDFLAGS = @AM_LDFLAGS@
113 173 bertin
AR = @AR@
114
ATLAS_CFLAGS = @ATLAS_CFLAGS@
115
ATLAS_ERROR = @ATLAS_ERROR@
116
ATLAS_LIB = @ATLAS_LIB@
117
ATLAS_LIBPATH = @ATLAS_LIBPATH@
118 197 bertin
ATLAS_WARN = @ATLAS_WARN@
119 2 bertin
AUTOCONF = @AUTOCONF@
120
AUTOHEADER = @AUTOHEADER@
121
AUTOMAKE = @AUTOMAKE@
122
AWK = @AWK@
123
CC = @CC@
124
CCDEPMODE = @CCDEPMODE@
125
CFLAGS = @CFLAGS@
126
CPP = @CPP@
127
CPPFLAGS = @CPPFLAGS@
128
CYGPATH_W = @CYGPATH_W@
129
DATE2 = @DATE2@
130
DATE3 = @DATE3@
131
DEFS = @DEFS@
132
DEPDIR = @DEPDIR@
133 267 bertin
DLLTOOL = @DLLTOOL@
134
DSYMUTIL = @DSYMUTIL@
135
DUMPBIN = @DUMPBIN@
136 2 bertin
ECHO_C = @ECHO_C@
137
ECHO_N = @ECHO_N@
138
ECHO_T = @ECHO_T@
139
EGREP = @EGREP@
140
EXEEXT = @EXEEXT@
141 173 bertin
FFTW_ERROR = @FFTW_ERROR@
142
FFTW_LIBS = @FFTW_LIBS@
143 197 bertin
FFTW_WARN = @FFTW_WARN@
144 267 bertin
FGREP = @FGREP@
145 173 bertin
GREP = @GREP@
146
INSTALL = @INSTALL@
147 2 bertin
INSTALL_DATA = @INSTALL_DATA@
148
INSTALL_PROGRAM = @INSTALL_PROGRAM@
149
INSTALL_SCRIPT = @INSTALL_SCRIPT@
150
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
151 267 bertin
LD = @LD@
152 2 bertin
LDFLAGS = @LDFLAGS@
153
LIBOBJS = @LIBOBJS@
154
LIBS = @LIBS@
155 173 bertin
LIBTOOL = @LIBTOOL@
156 267 bertin
LIPO = @LIPO@
157 173 bertin
LN_S = @LN_S@
158 2 bertin
LTLIBOBJS = @LTLIBOBJS@
159
MAKEINFO = @MAKEINFO@
160 267 bertin
MANIFEST_TOOL = @MANIFEST_TOOL@
161 173 bertin
MKDIR_P = @MKDIR_P@
162 267 bertin
NM = @NM@
163
NMEDIT = @NMEDIT@
164
OBJDUMP = @OBJDUMP@
165 2 bertin
OBJEXT = @OBJEXT@
166 267 bertin
OTOOL = @OTOOL@
167
OTOOL64 = @OTOOL64@
168 2 bertin
PACKAGE = @PACKAGE@
169
PACKAGER = @PACKAGER@
170
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
171
PACKAGE_NAME = @PACKAGE_NAME@
172
PACKAGE_STRING = @PACKAGE_STRING@
173
PACKAGE_TARNAME = @PACKAGE_TARNAME@
174 267 bertin
PACKAGE_URL = @PACKAGE_URL@
175 2 bertin
PACKAGE_VERSION = @PACKAGE_VERSION@
176
PATH_SEPARATOR = @PATH_SEPARATOR@
177 173 bertin
PTHREAD_CC = @PTHREAD_CC@
178
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
179
PTHREAD_LIBS = @PTHREAD_LIBS@
180 2 bertin
RANLIB = @RANLIB@
181 173 bertin
SED = @SED@
182 2 bertin
SET_MAKE = @SET_MAKE@
183
SHELL = @SHELL@
184
STRIP = @STRIP@
185
VERSION = @VERSION@
186 173 bertin
abs_builddir = @abs_builddir@
187
abs_srcdir = @abs_srcdir@
188
abs_top_builddir = @abs_top_builddir@
189
abs_top_srcdir = @abs_top_srcdir@
190 267 bertin
ac_ct_AR = @ac_ct_AR@
191 2 bertin
ac_ct_CC = @ac_ct_CC@
192 267 bertin
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
193 2 bertin
am__include = @am__include@
194
am__leading_dot = @am__leading_dot@
195
am__quote = @am__quote@
196 4 bertin
am__tar = @am__tar@
197
am__untar = @am__untar@
198 2 bertin
bindir = @bindir@
199 173 bertin
build = @build@
200 2 bertin
build_alias = @build_alias@
201 173 bertin
build_cpu = @build_cpu@
202
build_os = @build_os@
203
build_vendor = @build_vendor@
204
builddir = @builddir@
205 2 bertin
datadir = @datadir@
206 173 bertin
datarootdir = @datarootdir@
207
docdir = @docdir@
208
dvidir = @dvidir@
209 2 bertin
exec_prefix = @exec_prefix@
210 173 bertin
host = @host@
211 2 bertin
host_alias = @host_alias@
212 173 bertin
host_cpu = @host_cpu@
213
host_os = @host_os@
214
host_vendor = @host_vendor@
215
htmldir = @htmldir@
216 2 bertin
includedir = @includedir@
217
infodir = @infodir@
218
install_sh = @install_sh@
219
libdir = @libdir@
220
libexecdir = @libexecdir@
221 173 bertin
localedir = @localedir@
222 2 bertin
localstatedir = @localstatedir@
223
mandir = @mandir@
224
mkdir_p = @mkdir_p@
225
oldincludedir = @oldincludedir@
226 173 bertin
pdfdir = @pdfdir@
227 2 bertin
prefix = @prefix@
228
program_transform_name = @program_transform_name@
229 173 bertin
psdir = @psdir@
230 2 bertin
sbindir = @sbindir@
231
sharedstatedir = @sharedstatedir@
232 173 bertin
srcdir = @srcdir@
233 2 bertin
sysconfdir = @sysconfdir@
234
target_alias = @target_alias@
235 197 bertin
top_build_prefix = @top_build_prefix@
236 173 bertin
top_builddir = @top_builddir@
237
top_srcdir = @top_srcdir@
238 2 bertin
dist_man_MANS = sex.1 sex.x
239
all: all-am
240
 
241
.SUFFIXES:
242
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
243
        @for dep in $?; do \
244
          case '$(am__configure_deps)' in \
245
            *$$dep*) \
246 267 bertin
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
247
                && { if test -f $@; then exit 0; else break; fi; }; \
248 2 bertin
              exit 1;; \
249
          esac; \
250
        done; \
251 267 bertin
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu man/Makefile'; \
252
        $(am__cd) $(top_srcdir) && \
253
          $(AUTOMAKE) --gnu man/Makefile
254 2 bertin
.PRECIOUS: Makefile
255
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
256
        @case '$?' in \
257
          *config.status*) \
258
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
259
          *) \
260
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
261
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
262
        esac;
263
 
264
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
265
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
266
 
267
$(top_srcdir)/configure:  $(am__configure_deps)
268
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
269
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
270
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
271 267 bertin
$(am__aclocal_m4_deps):
272 2 bertin
sex.1: $(top_builddir)/config.status $(srcdir)/sex.1.in
273
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
274 173 bertin
 
275
mostlyclean-libtool:
276
        -rm -f *.lo
277
 
278
clean-libtool:
279
        -rm -rf .libs _libs
280 267 bertin
install-man1: $(dist_man_MANS)
281 2 bertin
        @$(NORMAL_INSTALL)
282 173 bertin
        test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
283 267 bertin
        @list=''; test -n "$(man1dir)" || exit 0; \
284
        { for i in $$list; do echo "$$i"; done; \
285
        l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
286
          sed -n '/\.1[a-z]*$$/p'; \
287
        } | while read p; do \
288
          if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
289
          echo "$$d$$p"; echo "$$p"; \
290
        done | \
291
        sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
292
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
293
        sed 'N;N;s,\n, ,g' | { \
294
        list=; while read file base inst; do \
295
          if test "$$base" = "$$inst"; then list="$$list $$file"; else \
296
            echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
297
            $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
298
          fi; \
299 2 bertin
        done; \
300 267 bertin
        for i in $$list; do echo "$$i"; done | $(am__base_list) | \
301
        while read files; do \
302
          test -z "$$files" || { \
303
            echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
304
            $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
305
        done; }
306
 
307 2 bertin
uninstall-man1:
308
        @$(NORMAL_UNINSTALL)
309 267 bertin
        @list=''; test -n "$(man1dir)" || exit 0; \
310
        files=`{ for i in $$list; do echo "$$i"; done; \
311
        l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
312
          sed -n '/\.1[a-z]*$$/p'; \
313
        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
314
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
315
        test -z "$$files" || { \
316
          echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
317
          cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
318
install-manx: $(dist_man_MANS)
319 2 bertin
        @$(NORMAL_INSTALL)
320 173 bertin
        test -z "$(manxdir)" || $(MKDIR_P) "$(DESTDIR)$(manxdir)"
321 267 bertin
        @list=''; test -n "$(manxdir)" || exit 0; \
322
        { for i in $$list; do echo "$$i"; done; \
323
        l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
324
          sed -n '/\.x[a-z]*$$/p'; \
325
        } | while read p; do \
326
          if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
327
          echo "$$d$$p"; echo "$$p"; \
328
        done | \
329
        sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^x][0-9a-z]*$$,x,;x' \
330
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
331
        sed 'N;N;s,\n, ,g' | { \
332
        list=; while read file base inst; do \
333
          if test "$$base" = "$$inst"; then list="$$list $$file"; else \
334
            echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(manxdir)/$$inst'"; \
335
            $(INSTALL_DATA) "$$file" "$(DESTDIR)$(manxdir)/$$inst" || exit $$?; \
336
          fi; \
337 2 bertin
        done; \
338 267 bertin
        for i in $$list; do echo "$$i"; done | $(am__base_list) | \
339
        while read files; do \
340
          test -z "$$files" || { \
341
            echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(manxdir)'"; \
342
            $(INSTALL_DATA) $$files "$(DESTDIR)$(manxdir)" || exit $$?; }; \
343
        done; }
344
 
345 2 bertin
uninstall-manx:
346
        @$(NORMAL_UNINSTALL)
347 267 bertin
        @list=''; test -n "$(manxdir)" || exit 0; \
348
        files=`{ for i in $$list; do echo "$$i"; done; \
349
        l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
350
          sed -n '/\.x[a-z]*$$/p'; \
351
        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^x][0-9a-z]*$$,x,;x' \
352
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
353
        test -z "$$files" || { \
354
          echo " ( cd '$(DESTDIR)$(manxdir)' && rm -f" $$files ")"; \
355
          cd "$(DESTDIR)$(manxdir)" && rm -f $$files; }
356 2 bertin
tags: TAGS
357
TAGS:
358
 
359
ctags: CTAGS
360
CTAGS:
361
 
362
 
363
distdir: $(DISTFILES)
364 267 bertin
        @list='$(MANS)'; if test -n "$$list"; then \
365
          list=`for p in $$list; do \
366
            if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
367
            if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
368
          if test -n "$$list" && \
369
            grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
370
            echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
371
            grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
372
            echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
373
            echo "       typically \`make maintainer-clean' will remove them" >&2; \
374
            exit 1; \
375
          else :; fi; \
376
        else :; fi
377 173 bertin
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
378
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
379
        list='$(DISTFILES)'; \
380
          dist_files=`for file in $$list; do echo $$file; done | \
381
          sed -e "s|^$$srcdirstrip/||;t" \
382
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
383
        case $$dist_files in \
384
          */*) $(MKDIR_P) `echo "$$dist_files" | \
385
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
386
                           sort -u` ;; \
387
        esac; \
388
        for file in $$dist_files; do \
389 2 bertin
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
390
          if test -d $$d/$$file; then \
391 173 bertin
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
392 267 bertin
            if test -d "$(distdir)/$$file"; then \
393
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
394
            fi; \
395 2 bertin
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
396 267 bertin
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
397
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
398 2 bertin
            fi; \
399 267 bertin
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
400 2 bertin
          else \
401 267 bertin
            test -f "$(distdir)/$$file" \
402
            || cp -p $$d/$$file "$(distdir)/$$file" \
403 2 bertin
            || exit 1; \
404
          fi; \
405
        done
406
check-am: all-am
407
check: check-am
408
all-am: Makefile $(MANS)
409
installdirs:
410
        for dir in "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(manxdir)"; do \
411 173 bertin
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
412 2 bertin
        done
413
install: install-am
414
install-exec: install-exec-am
415
install-data: install-data-am
416
uninstall: uninstall-am
417
 
418
install-am: all-am
419
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
420
 
421
installcheck: installcheck-am
422
install-strip:
423
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
424
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
425
          `test -z '$(STRIP)' || \
426
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
427
mostlyclean-generic:
428
 
429
clean-generic:
430
 
431
distclean-generic:
432 4 bertin
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
433 267 bertin
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
434 2 bertin
 
435
maintainer-clean-generic:
436
        @echo "This command is intended for maintainers to use"
437
        @echo "it deletes files that may require special tools to rebuild."
438
clean: clean-am
439
 
440 173 bertin
clean-am: clean-generic clean-libtool mostlyclean-am
441 2 bertin
 
442
distclean: distclean-am
443
        -rm -f Makefile
444
distclean-am: clean-am distclean-generic
445
 
446
dvi: dvi-am
447
 
448
dvi-am:
449
 
450
html: html-am
451
 
452 267 bertin
html-am:
453
 
454 2 bertin
info: info-am
455
 
456
info-am:
457
 
458
install-data-am: install-man
459
 
460 173 bertin
install-dvi: install-dvi-am
461
 
462 267 bertin
install-dvi-am:
463
 
464 2 bertin
install-exec-am:
465
 
466 173 bertin
install-html: install-html-am
467
 
468 267 bertin
install-html-am:
469
 
470 2 bertin
install-info: install-info-am
471
 
472 267 bertin
install-info-am:
473
 
474 2 bertin
install-man: install-man1 install-manx
475
 
476 173 bertin
install-pdf: install-pdf-am
477
 
478 267 bertin
install-pdf-am:
479
 
480 173 bertin
install-ps: install-ps-am
481
 
482 267 bertin
install-ps-am:
483
 
484 2 bertin
installcheck-am:
485
 
486
maintainer-clean: maintainer-clean-am
487
        -rm -f Makefile
488
maintainer-clean-am: distclean-am maintainer-clean-generic
489
 
490
mostlyclean: mostlyclean-am
491
 
492 173 bertin
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
493 2 bertin
 
494
pdf: pdf-am
495
 
496
pdf-am:
497
 
498
ps: ps-am
499
 
500
ps-am:
501
 
502 173 bertin
uninstall-am: uninstall-man
503 2 bertin
 
504
uninstall-man: uninstall-man1 uninstall-manx
505
 
506 173 bertin
.MAKE: install-am install-strip
507 2 bertin
 
508 173 bertin
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
509
        distclean distclean-generic distclean-libtool distdir dvi \
510
        dvi-am html html-am info info-am install install-am \
511
        install-data install-data-am install-dvi install-dvi-am \
512
        install-exec install-exec-am install-html install-html-am \
513
        install-info install-info-am install-man install-man1 \
514
        install-manx install-pdf install-pdf-am install-ps \
515
        install-ps-am install-strip installcheck installcheck-am \
516
        installdirs maintainer-clean maintainer-clean-generic \
517
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
518
        ps ps-am uninstall uninstall-am uninstall-man uninstall-man1 \
519
        uninstall-manx
520
 
521 267 bertin
 
522 2 bertin
# Tell versions [3.59,3.63) of GNU make to not export all variables.
523
# Otherwise a system limit (for SysV at least) may be exceeded.
524
.NOEXPORT: