File:  [local] / rpl / man / Attic / Makefile.in
Revision 1.42: download - view: text, annotated - select for diffs - revision graph
Wed Oct 5 13:14:18 2011 UTC (12 years, 7 months ago) by bertrand
Branches: MAIN
CVS tags: HEAD
Patches pour OS/2 et eComStation. Avec ces patches, j'ai réussi à compiler
le RPL/2 sur un eComStation 2.1 avec gcc/gfortran/g++ 4.4.4. La gestion
des signaux ne fonctionne pas encore correctement.

    1: # Makefile.in generated by automake 1.11.1 from Makefile.am.
    2: # @configure_input@
    3: 
    4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
    5: # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
    6: # Inc.
    7: # 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: VPATH = @srcdir@
   18: pkgdatadir = $(datadir)/@PACKAGE@
   19: pkgincludedir = $(includedir)/@PACKAGE@
   20: pkglibdir = $(libdir)/@PACKAGE@
   21: pkglibexecdir = $(libexecdir)/@PACKAGE@
   22: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
   23: install_sh_DATA = $(install_sh) -c -m 644
   24: install_sh_PROGRAM = $(install_sh) -c
   25: install_sh_SCRIPT = $(install_sh) -c
   26: INSTALL_HEADER = $(INSTALL_DATA)
   27: transform = $(program_transform_name)
   28: NORMAL_INSTALL = :
   29: PRE_INSTALL = :
   30: POST_INSTALL = :
   31: NORMAL_UNINSTALL = :
   32: PRE_UNINSTALL = :
   33: POST_UNINSTALL = :
   34: build_triplet = @build@
   35: host_triplet = @host@
   36: target_triplet = @target@
   37: subdir = man
   38: DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
   39:     $(srcdir)/mkrplso.1.in $(srcdir)/rpl.1.in $(srcdir)/rplcc.1.in \
   40:     $(srcdir)/rpllink.1.in $(srcdir)/rpltags.1.in
   41: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
   42: am__aclocal_m4_deps = $(top_srcdir)/configure.ac
   43: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
   44:     $(ACLOCAL_M4)
   45: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
   46: CONFIG_HEADER = $(top_builddir)/rplconfig.h
   47: CONFIG_CLEAN_FILES = rpl.1 rplcc.1 rpllink.1 rpltags.1 mkrplso.1
   48: CONFIG_CLEAN_VPATH_FILES =
   49: SOURCES =
   50: DIST_SOURCES =
   51: RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
   52:     html-recursive info-recursive install-data-recursive \
   53:     install-dvi-recursive install-exec-recursive \
   54:     install-html-recursive install-info-recursive \
   55:     install-pdf-recursive install-ps-recursive install-recursive \
   56:     installcheck-recursive installdirs-recursive pdf-recursive \
   57:     ps-recursive uninstall-recursive
   58: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
   59: am__vpath_adj = case $$p in \
   60:     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
   61:     *) f=$$p;; \
   62:   esac;
   63: am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
   64: am__install_max = 40
   65: am__nobase_strip_setup = \
   66:   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
   67: am__nobase_strip = \
   68:   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
   69: am__nobase_list = $(am__nobase_strip_setup); \
   70:   for p in $$list; do echo "$$p $$p"; done | \
   71:   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
   72:   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
   73:     if (++n[$$2] == $(am__install_max)) \
   74:       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
   75:     END { for (dir in files) print dir, files[dir] }'
   76: am__base_list = \
   77:   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
   78:   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
   79: man1dir = $(mandir)/man1
   80: am__installdirs = "$(DESTDIR)$(man1dir)"
   81: NROFF = nroff
   82: MANS = $(man_MANS)
   83: RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
   84:   distclean-recursive maintainer-clean-recursive
   85: AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
   86:     $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
   87:     distdir
   88: ETAGS = etags
   89: CTAGS = ctags
   90: DIST_SUBDIRS = $(SUBDIRS)
   91: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
   92: am__relativize = \
   93:   dir0=`pwd`; \
   94:   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
   95:   sed_rest='s,^[^/]*/*,,'; \
   96:   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
   97:   sed_butlast='s,/*[^/]*$$,,'; \
   98:   while test -n "$$dir1"; do \
   99:     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  100:     if test "$$first" != "."; then \
  101:       if test "$$first" = ".."; then \
  102:         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  103:         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  104:       else \
  105:         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  106:         if test "$$first2" = "$$first"; then \
  107:           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  108:         else \
  109:           dir2="../$$dir2"; \
  110:         fi; \
  111:         dir0="$$dir0"/"$$first"; \
  112:       fi; \
  113:     fi; \
  114:     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  115:   done; \
  116:   reldir="$$dir2"
  117: ABI = @ABI@
  118: ACLOCAL = @ACLOCAL@
  119: AMTAR = @AMTAR@
  120: AUTOCONF = @AUTOCONF@
  121: AUTOHEADER = @AUTOHEADER@
  122: AUTOMAKE = @AUTOMAKE@
  123: AWK = @AWK@
  124: BSH_PATH = @BSH_PATH@
  125: BUILD_OPENMOTIF = @BUILD_OPENMOTIF@
  126: CC = @CC@
  127: CCDEPMODE = @CCDEPMODE@
  128: CFLAGS = @CFLAGS@
  129: COCOA = @COCOA@
  130: CPP = @CPP@
  131: CPPFLAGS = @CPPFLAGS@
  132: CXX = @CXX@
  133: CXXDEPMODE = @CXXDEPMODE@
  134: CXXFLAGS = @CXXFLAGS@
  135: CYGPATH_W = @CYGPATH_W@
  136: C_STANDARD = @C_STANDARD@
  137: DATE = @DATE@
  138: DATE_FR = @DATE_FR@
  139: DEBUG = @DEBUG@
  140: DEFS = @DEFS@
  141: DEPDIR = @DEPDIR@
  142: DVIPS = @DVIPS@
  143: ECHO_C = @ECHO_C@
  144: ECHO_N = @ECHO_N@
  145: ECHO_T = @ECHO_T@
  146: EGREP = @EGREP@
  147: ELF = @ELF@
  148: EXEEXT = @EXEEXT@
  149: EXPERIMENTAL_CODE = @EXPERIMENTAL_CODE@
  150: EXPORT_DYNAMIC = @EXPORT_DYNAMIC@
  151: EXT_SQL = @EXT_SQL@
  152: F77 = @F77@
  153: FC = @FC@
  154: FCFLAGS = @FCFLAGS@
  155: FFLAGS = @FFLAGS@
  156: FILE = @FILE@
  157: FINAL_ENCODING = @FINAL_ENCODING@
  158: FORCE_GNUPLOT_PATH = @FORCE_GNUPLOT_PATH@
  159: GIAC = @GIAC@
  160: GMP = @GMP@
  161: GNUPLOT = @GNUPLOT@
  162: GNUPLOT_COMPILATION = @GNUPLOT_COMPILATION@
  163: GNUPLOT_P = @GNUPLOT_P@
  164: GNUPLOT_SUPPORT = @GNUPLOT_SUPPORT@
  165: GPP = @GPP@
  166: GREP = @GREP@
  167: GS = @GS@
  168: GSL = @GSL@
  169: GV = @GV@
  170: HOST = @HOST@
  171: ICONV = @ICONV@
  172: INCMOTIF = @INCMOTIF@
  173: INSTALL = @INSTALL@
  174: INSTALL_DATA = @INSTALL_DATA@
  175: INSTALL_PROGRAM = @INSTALL_PROGRAM@
  176: INSTALL_SCRIPT = @INSTALL_SCRIPT@
  177: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  178: IPCS_SYSV = @IPCS_SYSV@
  179: IPV6 = @IPV6@
  180: LATEX = @LATEX@
  181: LDFLAGS = @LDFLAGS@
  182: LIBMOTIF = @LIBMOTIF@
  183: LIBOBJS = @LIBOBJS@
  184: LIBRPLCAS = @LIBRPLCAS@
  185: LIBS = @LIBS@
  186: LIBXPM = @LIBXPM@
  187: LN_S = @LN_S@
  188: LTLIBOBJS = @LTLIBOBJS@
  189: MAKEINFO = @MAKEINFO@
  190: MALLOC = @MALLOC@
  191: MKDIR_P = @MKDIR_P@
  192: MOTIF_SUPPORT = @MOTIF_SUPPORT@
  193: MPFR = @MPFR@
  194: MYSQL_SUPPORT = @MYSQL_SUPPORT@
  195: NCURSES = @NCURSES@
  196: NESTED_FUNCTIONS = @NESTED_FUNCTIONS@
  197: NTL = @NTL@
  198: OBJEXT = @OBJEXT@
  199: OPENMOTIF = @OPENMOTIF@
  200: OPENSSL = @OPENSSL@
  201: OS = @OS@
  202: PACKAGE = @PACKAGE@
  203: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  204: PACKAGE_NAME = @PACKAGE_NAME@
  205: PACKAGE_STRING = @PACKAGE_STRING@
  206: PACKAGE_TARNAME = @PACKAGE_TARNAME@
  207: PACKAGE_URL = @PACKAGE_URL@
  208: PACKAGE_VERSION = @PACKAGE_VERSION@
  209: PARI = @PARI@
  210: PATH_SEPARATOR = @PATH_SEPARATOR@
  211: POSTGRESQL_SUPPORT = @POSTGRESQL_SUPPORT@
  212: POSTSCRIPT_SUPPORT = @POSTSCRIPT_SUPPORT@
  213: PROFILAGE = @PROFILAGE@
  214: RANLIB = @RANLIB@
  215: READLINE = @READLINE@
  216: RPLCAS = @RPLCAS@
  217: RPLTOOLS = @RPLTOOLS@
  218: RUNPATH = @RUNPATH@
  219: SED = @SED@
  220: SEMAPHORES_NOMMES = @SEMAPHORES_NOMMES@
  221: SEMUN = @SEMUN@
  222: SET_MAKE = @SET_MAKE@
  223: SHARED_MEMORY = @SHARED_MEMORY@
  224: SHELL = @SHELL@
  225: SIGSEGV = @SIGSEGV@
  226: SQLITE = @SQLITE@
  227: STRIP = @STRIP@
  228: TEX = @TEX@
  229: UNITS = @UNITS@
  230: VERSION = @VERSION@
  231: VIM = @VIM@
  232: VIM_SUPPORT = @VIM_SUPPORT@
  233: WHOLE_LIB1 = @WHOLE_LIB1@
  234: WHOLE_LIB2 = @WHOLE_LIB2@
  235: XMKMF = @XMKMF@
  236: X_CFLAGS = @X_CFLAGS@
  237: X_EXTRA_LIBS = @X_EXTRA_LIBS@
  238: X_LIBS = @X_LIBS@
  239: X_PRE_LIBS = @X_PRE_LIBS@
  240: abs_builddir = @abs_builddir@
  241: abs_srcdir = @abs_srcdir@
  242: abs_top_builddir = @abs_top_builddir@
  243: abs_top_srcdir = @abs_top_srcdir@
  244: ac_ct_CC = @ac_ct_CC@
  245: ac_ct_CXX = @ac_ct_CXX@
  246: ac_ct_F77 = @ac_ct_F77@
  247: ac_ct_FC = @ac_ct_FC@
  248: am__include = @am__include@
  249: am__leading_dot = @am__leading_dot@
  250: am__quote = @am__quote@
  251: am__tar = @am__tar@
  252: am__untar = @am__untar@
  253: bindir = @bindir@
  254: build = @build@
  255: build_alias = @build_alias@
  256: build_cpu = @build_cpu@
  257: build_os = @build_os@
  258: build_vendor = @build_vendor@
  259: builddir = @builddir@
  260: datadir = @datadir@
  261: datarootdir = @datarootdir@
  262: docdir = @docdir@
  263: dvidir = @dvidir@
  264: exec_prefix = @exec_prefix@
  265: host = @host@
  266: host_alias = @host_alias@
  267: host_cpu = @host_cpu@
  268: host_os = @host_os@
  269: host_vendor = @host_vendor@
  270: htmldir = @htmldir@
  271: includeX = @includeX@
  272: includedir = @includedir@
  273: infodir = @infodir@
  274: install_sh = @install_sh@
  275: libMySQLinc = @libMySQLinc@
  276: libMySQLlib = @libMySQLlib@
  277: libPgSQLinc = @libPgSQLinc@
  278: libPgSQLlib = @libPgSQLlib@
  279: libX = @libX@
  280: libdir = @libdir@
  281: libexecdir = @libexecdir@
  282: localedir = @localedir@
  283: localstatedir = @localstatedir@
  284: mandir = @mandir@
  285: mkdir_p = @mkdir_p@
  286: oldincludedir = @oldincludedir@
  287: pdfdir = @pdfdir@
  288: prefix = @prefix@
  289: program_transform_name = @program_transform_name@
  290: psdir = @psdir@
  291: sbindir = @sbindir@
  292: sharedstatedir = @sharedstatedir@
  293: srcdir = @srcdir@
  294: subdirs = @subdirs@
  295: sysconfdir = @sysconfdir@
  296: target = @target@
  297: target_alias = @target_alias@
  298: target_cpu = @target_cpu@
  299: target_os = @target_os@
  300: target_vendor = @target_vendor@
  301: top_build_prefix = @top_build_prefix@
  302: top_builddir = @top_builddir@
  303: top_srcdir = @top_srcdir@
  304: SUBDIRS = fr_FR
  305: man_MANS = rpl.1 rpltags.1 mkrplso.1 rplcc.1 rpllink.1
  306: all: all-recursive
  307: 
  308: .SUFFIXES:
  309: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  310:     @for dep in $?; do \
  311:       case '$(am__configure_deps)' in \
  312:         *$$dep*) \
  313:           ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  314:             && { if test -f $@; then exit 0; else break; fi; }; \
  315:           exit 1;; \
  316:       esac; \
  317:     done; \
  318:     echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu man/Makefile'; \
  319:     $(am__cd) $(top_srcdir) && \
  320:       $(AUTOMAKE) --gnu man/Makefile
  321: .PRECIOUS: Makefile
  322: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  323:     @case '$?' in \
  324:       *config.status*) \
  325:         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  326:       *) \
  327:         echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  328:         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  329:     esac;
  330: 
  331: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  332:     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  333: 
  334: $(top_srcdir)/configure:  $(am__configure_deps)
  335:     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  336: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  337:     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  338: $(am__aclocal_m4_deps):
  339: rpl.1: $(top_builddir)/config.status $(srcdir)/rpl.1.in
  340:     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
  341: rplcc.1: $(top_builddir)/config.status $(srcdir)/rplcc.1.in
  342:     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
  343: rpllink.1: $(top_builddir)/config.status $(srcdir)/rpllink.1.in
  344:     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
  345: rpltags.1: $(top_builddir)/config.status $(srcdir)/rpltags.1.in
  346:     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
  347: mkrplso.1: $(top_builddir)/config.status $(srcdir)/mkrplso.1.in
  348:     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
  349: install-man1: $(man_MANS)
  350:     @$(NORMAL_INSTALL)
  351:     test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
  352:     @list=''; test -n "$(man1dir)" || exit 0; \
  353:     { for i in $$list; do echo "$$i"; done; \
  354:     l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
  355:       sed -n '/\.1[a-z]*$$/p'; \
  356:     } | while read p; do \
  357:       if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
  358:       echo "$$d$$p"; echo "$$p"; \
  359:     done | \
  360:     sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
  361:           -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
  362:     sed 'N;N;s,\n, ,g' | { \
  363:     list=; while read file base inst; do \
  364:       if test "$$base" = "$$inst"; then list="$$list $$file"; else \
  365:         echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
  366:         $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
  367:       fi; \
  368:     done; \
  369:     for i in $$list; do echo "$$i"; done | $(am__base_list) | \
  370:     while read files; do \
  371:       test -z "$$files" || { \
  372:         echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
  373:         $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
  374:     done; }
  375: 
  376: uninstall-man1:
  377:     @$(NORMAL_UNINSTALL)
  378:     @list=''; test -n "$(man1dir)" || exit 0; \
  379:     files=`{ for i in $$list; do echo "$$i"; done; \
  380:     l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
  381:       sed -n '/\.1[a-z]*$$/p'; \
  382:     } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
  383:           -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
  384:     test -z "$$files" || { \
  385:       echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
  386:       cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
  387: 
  388: # This directory's subdirectories are mostly independent; you can cd
  389: # into them and run `make' without going through this Makefile.
  390: # To change the values of `make' variables: instead of editing Makefiles,
  391: # (1) if the variable is set in `config.status', edit `config.status'
  392: #     (which will cause the Makefiles to be regenerated when you run `make');
  393: # (2) otherwise, pass the desired values on the `make' command line.
  394: $(RECURSIVE_TARGETS):
  395:     @fail= failcom='exit 1'; \
  396:     for f in x $$MAKEFLAGS; do \
  397:       case $$f in \
  398:         *=* | --[!k]*);; \
  399:         *k*) failcom='fail=yes';; \
  400:       esac; \
  401:     done; \
  402:     dot_seen=no; \
  403:     target=`echo $@ | sed s/-recursive//`; \
  404:     list='$(SUBDIRS)'; for subdir in $$list; do \
  405:       echo "Making $$target in $$subdir"; \
  406:       if test "$$subdir" = "."; then \
  407:         dot_seen=yes; \
  408:         local_target="$$target-am"; \
  409:       else \
  410:         local_target="$$target"; \
  411:       fi; \
  412:       ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  413:       || eval $$failcom; \
  414:     done; \
  415:     if test "$$dot_seen" = "no"; then \
  416:       $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  417:     fi; test -z "$$fail"
  418: 
  419: $(RECURSIVE_CLEAN_TARGETS):
  420:     @fail= failcom='exit 1'; \
  421:     for f in x $$MAKEFLAGS; do \
  422:       case $$f in \
  423:         *=* | --[!k]*);; \
  424:         *k*) failcom='fail=yes';; \
  425:       esac; \
  426:     done; \
  427:     dot_seen=no; \
  428:     case "$@" in \
  429:       distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  430:       *) list='$(SUBDIRS)' ;; \
  431:     esac; \
  432:     rev=''; for subdir in $$list; do \
  433:       if test "$$subdir" = "."; then :; else \
  434:         rev="$$subdir $$rev"; \
  435:       fi; \
  436:     done; \
  437:     rev="$$rev ."; \
  438:     target=`echo $@ | sed s/-recursive//`; \
  439:     for subdir in $$rev; do \
  440:       echo "Making $$target in $$subdir"; \
  441:       if test "$$subdir" = "."; then \
  442:         local_target="$$target-am"; \
  443:       else \
  444:         local_target="$$target"; \
  445:       fi; \
  446:       ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  447:       || eval $$failcom; \
  448:     done && test -z "$$fail"
  449: tags-recursive:
  450:     list='$(SUBDIRS)'; for subdir in $$list; do \
  451:       test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  452:     done
  453: ctags-recursive:
  454:     list='$(SUBDIRS)'; for subdir in $$list; do \
  455:       test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  456:     done
  457: 
  458: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  459:     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  460:     unique=`for i in $$list; do \
  461:         if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  462:       done | \
  463:       $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  464:           END { if (nonempty) { for (i in files) print i; }; }'`; \
  465:     mkid -fID $$unique
  466: tags: TAGS
  467: 
  468: TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
  469:         $(TAGS_FILES) $(LISP)
  470:     set x; \
  471:     here=`pwd`; \
  472:     if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  473:       include_option=--etags-include; \
  474:       empty_fix=.; \
  475:     else \
  476:       include_option=--include; \
  477:       empty_fix=; \
  478:     fi; \
  479:     list='$(SUBDIRS)'; for subdir in $$list; do \
  480:       if test "$$subdir" = .; then :; else \
  481:         test ! -f $$subdir/TAGS || \
  482:           set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  483:       fi; \
  484:     done; \
  485:     list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
  486:     unique=`for i in $$list; do \
  487:         if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  488:       done | \
  489:       $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  490:           END { if (nonempty) { for (i in files) print i; }; }'`; \
  491:     shift; \
  492:     if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  493:       test -n "$$unique" || unique=$$empty_fix; \
  494:       if test $$# -gt 0; then \
  495:         $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  496:           "$$@" $$unique; \
  497:       else \
  498:         $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  499:           $$unique; \
  500:       fi; \
  501:     fi
  502: ctags: CTAGS
  503: CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
  504:         $(TAGS_FILES) $(LISP)
  505:     list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
  506:     unique=`for i in $$list; do \
  507:         if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  508:       done | \
  509:       $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  510:           END { if (nonempty) { for (i in files) print i; }; }'`; \
  511:     test -z "$(CTAGS_ARGS)$$unique" \
  512:       || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  513:          $$unique
  514: 
  515: GTAGS:
  516:     here=`$(am__cd) $(top_builddir) && pwd` \
  517:       && $(am__cd) $(top_srcdir) \
  518:       && gtags -i $(GTAGS_ARGS) "$$here"
  519: 
  520: distclean-tags:
  521:     -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  522: 
  523: distdir: $(DISTFILES)
  524:     @list='$(MANS)'; if test -n "$$list"; then \
  525:       list=`for p in $$list; do \
  526:         if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
  527:         if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
  528:       if test -n "$$list" && \
  529:         grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
  530:         echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
  531:         grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
  532:         echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
  533:         echo "       typically \`make maintainer-clean' will remove them" >&2; \
  534:         exit 1; \
  535:       else :; fi; \
  536:     else :; fi
  537:     @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  538:     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  539:     list='$(DISTFILES)'; \
  540:       dist_files=`for file in $$list; do echo $$file; done | \
  541:       sed -e "s|^$$srcdirstrip/||;t" \
  542:           -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  543:     case $$dist_files in \
  544:       */*) $(MKDIR_P) `echo "$$dist_files" | \
  545:                sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  546:                sort -u` ;; \
  547:     esac; \
  548:     for file in $$dist_files; do \
  549:       if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  550:       if test -d $$d/$$file; then \
  551:         dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  552:         if test -d "$(distdir)/$$file"; then \
  553:           find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  554:         fi; \
  555:         if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  556:           cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  557:           find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  558:         fi; \
  559:         cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  560:       else \
  561:         test -f "$(distdir)/$$file" \
  562:         || cp -p $$d/$$file "$(distdir)/$$file" \
  563:         || exit 1; \
  564:       fi; \
  565:     done
  566:     @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  567:       if test "$$subdir" = .; then :; else \
  568:         test -d "$(distdir)/$$subdir" \
  569:         || $(MKDIR_P) "$(distdir)/$$subdir" \
  570:         || exit 1; \
  571:       fi; \
  572:     done
  573:     @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  574:       if test "$$subdir" = .; then :; else \
  575:         dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  576:         $(am__relativize); \
  577:         new_distdir=$$reldir; \
  578:         dir1=$$subdir; dir2="$(top_distdir)"; \
  579:         $(am__relativize); \
  580:         new_top_distdir=$$reldir; \
  581:         echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  582:         echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  583:         ($(am__cd) $$subdir && \
  584:           $(MAKE) $(AM_MAKEFLAGS) \
  585:             top_distdir="$$new_top_distdir" \
  586:             distdir="$$new_distdir" \
  587:         am__remove_distdir=: \
  588:         am__skip_length_check=: \
  589:         am__skip_mode_fix=: \
  590:             distdir) \
  591:           || exit 1; \
  592:       fi; \
  593:     done
  594: check-am: all-am
  595: check: check-recursive
  596: all-am: Makefile $(MANS)
  597: installdirs: installdirs-recursive
  598: installdirs-am:
  599:     for dir in "$(DESTDIR)$(man1dir)"; do \
  600:       test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  601:     done
  602: install: install-recursive
  603: install-exec: install-exec-recursive
  604: install-data: install-data-recursive
  605: uninstall: uninstall-recursive
  606: 
  607: install-am: all-am
  608:     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  609: 
  610: installcheck: installcheck-recursive
  611: install-strip:
  612:     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  613:       install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  614:       `test -z '$(STRIP)' || \
  615:         echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  616: mostlyclean-generic:
  617: 
  618: clean-generic:
  619: 
  620: distclean-generic:
  621:     -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  622:     -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  623: 
  624: maintainer-clean-generic:
  625:     @echo "This command is intended for maintainers to use"
  626:     @echo "it deletes files that may require special tools to rebuild."
  627: clean: clean-recursive
  628: 
  629: clean-am: clean-generic mostlyclean-am
  630: 
  631: distclean: distclean-recursive
  632:     -rm -f Makefile
  633: distclean-am: clean-am distclean-generic distclean-tags
  634: 
  635: dvi: dvi-recursive
  636: 
  637: dvi-am:
  638: 
  639: html: html-recursive
  640: 
  641: html-am:
  642: 
  643: info: info-recursive
  644: 
  645: info-am:
  646: 
  647: install-data-am: install-man
  648: 
  649: install-dvi: install-dvi-recursive
  650: 
  651: install-dvi-am:
  652: 
  653: install-exec-am:
  654: 
  655: install-html: install-html-recursive
  656: 
  657: install-html-am:
  658: 
  659: install-info: install-info-recursive
  660: 
  661: install-info-am:
  662: 
  663: install-man: install-man1
  664: 
  665: install-pdf: install-pdf-recursive
  666: 
  667: install-pdf-am:
  668: 
  669: install-ps: install-ps-recursive
  670: 
  671: install-ps-am:
  672: 
  673: installcheck-am:
  674: 
  675: maintainer-clean: maintainer-clean-recursive
  676:     -rm -f Makefile
  677: maintainer-clean-am: distclean-am maintainer-clean-generic
  678: 
  679: mostlyclean: mostlyclean-recursive
  680: 
  681: mostlyclean-am: mostlyclean-generic
  682: 
  683: pdf: pdf-recursive
  684: 
  685: pdf-am:
  686: 
  687: ps: ps-recursive
  688: 
  689: ps-am:
  690: 
  691: uninstall-am: uninstall-man
  692: 
  693: uninstall-man: uninstall-man1
  694: 
  695: .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
  696:     install-am install-strip tags-recursive
  697: 
  698: .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
  699:     all all-am check check-am clean clean-generic ctags \
  700:     ctags-recursive distclean distclean-generic distclean-tags \
  701:     distdir dvi dvi-am html html-am info info-am install \
  702:     install-am install-data install-data-am install-dvi \
  703:     install-dvi-am install-exec install-exec-am install-html \
  704:     install-html-am install-info install-info-am install-man \
  705:     install-man1 install-pdf install-pdf-am install-ps \
  706:     install-ps-am install-strip installcheck installcheck-am \
  707:     installdirs installdirs-am maintainer-clean \
  708:     maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
  709:     pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
  710:     uninstall-man uninstall-man1
  711: 
  712: 
  713: # Tell versions [3.59,3.63) of GNU make to not export all variables.
  714: # Otherwise a system limit (for SysV at least) may be exceeded.
  715: .NOEXPORT:

CVSweb interface <joel.bertrand@systella.fr>