File:  [local] / rpl / rpltags / Attic / Makefile.in
Revision 1.7: download - view: text, annotated - select for diffs - revision graph
Wed Apr 7 07:16:12 2010 UTC (14 years, 1 month ago) by bertrand
Branches: MAIN
CVS tags: rpl-4_0_13, HEAD
Point de sauvegarde avant rajout des fonctions implicit none et implicit all.

    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: 
   18: VPATH = @srcdir@
   19: pkgdatadir = $(datadir)/@PACKAGE@
   20: pkgincludedir = $(includedir)/@PACKAGE@
   21: pkglibdir = $(libdir)/@PACKAGE@
   22: pkglibexecdir = $(libexecdir)/@PACKAGE@
   23: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
   24: install_sh_DATA = $(install_sh) -c -m 644
   25: install_sh_PROGRAM = $(install_sh) -c
   26: install_sh_SCRIPT = $(install_sh) -c
   27: INSTALL_HEADER = $(INSTALL_DATA)
   28: transform = $(program_transform_name)
   29: NORMAL_INSTALL = :
   30: PRE_INSTALL = :
   31: POST_INSTALL = :
   32: NORMAL_UNINSTALL = :
   33: PRE_UNINSTALL = :
   34: POST_UNINSTALL = :
   35: build_triplet = @build@
   36: host_triplet = @host@
   37: target_triplet = @target@
   38: bin_PROGRAMS = rpltags$(EXEEXT)
   39: subdir = rpltags
   40: DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
   41: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
   42: am__aclocal_m4_deps = $(top_srcdir)/configure.in
   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 =
   48: CONFIG_CLEAN_VPATH_FILES =
   49: am__installdirs = "$(DESTDIR)$(bindir)"
   50: PROGRAMS = $(bin_PROGRAMS)
   51: rpltags_SOURCES = rpltags.c
   52: rpltags_OBJECTS = rpltags-rpltags.$(OBJEXT)
   53: rpltags_LDADD = $(LDADD)
   54: rpltags_LINK = $(CCLD) $(rpltags_CFLAGS) $(CFLAGS) $(rpltags_LDFLAGS) \
   55:     $(LDFLAGS) -o $@
   56: DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
   57: depcomp = $(SHELL) $(top_srcdir)/depcomp
   58: am__depfiles_maybe = depfiles
   59: am__mv = mv -f
   60: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
   61:     $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
   62: CCLD = $(CC)
   63: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
   64: SOURCES = rpltags.c
   65: DIST_SOURCES = rpltags.c
   66: ETAGS = etags
   67: CTAGS = ctags
   68: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
   69: ACLOCAL = @ACLOCAL@
   70: AMTAR = @AMTAR@
   71: AUTOCONF = @AUTOCONF@
   72: AUTOHEADER = @AUTOHEADER@
   73: AUTOMAKE = @AUTOMAKE@
   74: AWK = @AWK@
   75: CC = @CC@
   76: CCDEPMODE = @CCDEPMODE@
   77: CFLAGS = @CFLAGS@
   78: CPP = @CPP@
   79: CPPFLAGS = @CPPFLAGS@
   80: CXX = @CXX@
   81: CXXDEPMODE = @CXXDEPMODE@
   82: CXXFLAGS = @CXXFLAGS@
   83: CYGPATH_W = @CYGPATH_W@
   84: DATE = @DATE@
   85: DATE_FR = @DATE_FR@
   86: DEBUG = @DEBUG@
   87: DEFS = @DEFS@
   88: DEPDIR = @DEPDIR@
   89: DVIPS = @DVIPS@
   90: ECHO_C = @ECHO_C@
   91: ECHO_N = @ECHO_N@
   92: ECHO_T = @ECHO_T@
   93: EGREP = @EGREP@
   94: EXEEXT = @EXEEXT@
   95: EXPERIMENTAL_CODE = @EXPERIMENTAL_CODE@
   96: F77 = @F77@
   97: FC = @FC@
   98: FCFLAGS = @FCFLAGS@
   99: FFLAGS = @FFLAGS@
  100: FILE = @FILE@
  101: FINAL_ENCODING = @FINAL_ENCODING@
  102: FORCE_GNUPLOT_PATH = @FORCE_GNUPLOT_PATH@
  103: GNUPLOT = @GNUPLOT@
  104: GNUPLOT_COMPILATION = @GNUPLOT_COMPILATION@
  105: GNUPLOT_P = @GNUPLOT_P@
  106: GNUPLOT_SUPPORT = @GNUPLOT_SUPPORT@
  107: GPP = @GPP@
  108: GREP = @GREP@
  109: GS = @GS@
  110: GSL = @GSL@
  111: GV = @GV@
  112: ICONV = @ICONV@
  113: INSTALL = @INSTALL@
  114: INSTALL_DATA = @INSTALL_DATA@
  115: INSTALL_PROGRAM = @INSTALL_PROGRAM@
  116: INSTALL_SCRIPT = @INSTALL_SCRIPT@
  117: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  118: LATEX = @LATEX@
  119: LDFLAGS = @LDFLAGS@
  120: LIBMTMALLOC = @LIBMTMALLOC@
  121: LIBOBJS = @LIBOBJS@
  122: LIBS = @LIBS@
  123: LIBTOOLIZE = @LIBTOOLIZE@
  124: LN_S = @LN_S@
  125: LTLIBOBJS = @LTLIBOBJS@
  126: MAKEINFO = @MAKEINFO@
  127: MKDIR_P = @MKDIR_P@
  128: MOTIF_SUPPORT = @MOTIF_SUPPORT@
  129: MYSQL_SUPPORT = @MYSQL_SUPPORT@
  130: NCURSES = @NCURSES@
  131: OBJEXT = @OBJEXT@
  132: OPENSSL = @OPENSSL@
  133: OS = @OS@
  134: PACKAGE = @PACKAGE@
  135: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  136: PACKAGE_NAME = @PACKAGE_NAME@
  137: PACKAGE_STRING = @PACKAGE_STRING@
  138: PACKAGE_TARNAME = @PACKAGE_TARNAME@
  139: PACKAGE_URL = @PACKAGE_URL@
  140: PACKAGE_VERSION = @PACKAGE_VERSION@
  141: PATH_SEPARATOR = @PATH_SEPARATOR@
  142: POSTGRESQL_SUPPORT = @POSTGRESQL_SUPPORT@
  143: POSTSCRIPT_SUPPORT = @POSTSCRIPT_SUPPORT@
  144: PROFILAGE = @PROFILAGE@
  145: RANLIB = @RANLIB@
  146: READLINE = @READLINE@
  147: RUNPATH = @RUNPATH@
  148: SED = @SED@
  149: SET_MAKE = @SET_MAKE@
  150: SHELL = @SHELL@
  151: SQLITE = @SQLITE@
  152: STRIP = @STRIP@
  153: TEX = @TEX@
  154: UNITS = @UNITS@
  155: VERSION = @VERSION@
  156: VIM = @VIM@
  157: VIM_SUPPORT = @VIM_SUPPORT@
  158: XMKMF = @XMKMF@
  159: X_CFLAGS = @X_CFLAGS@
  160: X_EXTRA_LIBS = @X_EXTRA_LIBS@
  161: X_LIBS = @X_LIBS@
  162: X_PRE_LIBS = @X_PRE_LIBS@
  163: abs_builddir = @abs_builddir@
  164: abs_srcdir = @abs_srcdir@
  165: abs_top_builddir = @abs_top_builddir@
  166: abs_top_srcdir = @abs_top_srcdir@
  167: ac_ct_CC = @ac_ct_CC@
  168: ac_ct_CXX = @ac_ct_CXX@
  169: ac_ct_F77 = @ac_ct_F77@
  170: ac_ct_FC = @ac_ct_FC@
  171: am__include = @am__include@
  172: am__leading_dot = @am__leading_dot@
  173: am__quote = @am__quote@
  174: am__tar = @am__tar@
  175: am__untar = @am__untar@
  176: bindir = @bindir@
  177: build = @build@
  178: build_alias = @build_alias@
  179: build_cpu = @build_cpu@
  180: build_os = @build_os@
  181: build_vendor = @build_vendor@
  182: builddir = @builddir@
  183: datadir = @datadir@
  184: datarootdir = @datarootdir@
  185: docdir = @docdir@
  186: dvidir = @dvidir@
  187: exec_prefix = @exec_prefix@
  188: host = @host@
  189: host_alias = @host_alias@
  190: host_cpu = @host_cpu@
  191: host_os = @host_os@
  192: host_vendor = @host_vendor@
  193: htmldir = @htmldir@
  194: includeX = @includeX@
  195: includedir = @includedir@
  196: infodir = @infodir@
  197: install_sh = @install_sh@
  198: libMySQLinc = @libMySQLinc@
  199: libMySQLlib = @libMySQLlib@
  200: libPgSQLinc = @libPgSQLinc@
  201: libPgSQLlib = @libPgSQLlib@
  202: libX = @libX@
  203: libdir = @libdir@
  204: libexecdir = @libexecdir@
  205: localedir = @localedir@
  206: localstatedir = @localstatedir@
  207: mandir = @mandir@
  208: mkdir_p = @mkdir_p@
  209: oldincludedir = @oldincludedir@
  210: pdfdir = @pdfdir@
  211: prefix = @prefix@
  212: program_transform_name = @program_transform_name@
  213: psdir = @psdir@
  214: sbindir = @sbindir@
  215: sharedstatedir = @sharedstatedir@
  216: srcdir = @srcdir@
  217: subdirs = @subdirs@
  218: sysconfdir = @sysconfdir@
  219: target = @target@
  220: target_alias = @target_alias@
  221: target_cpu = @target_cpu@
  222: target_os = @target_os@
  223: target_vendor = @target_vendor@
  224: top_build_prefix = @top_build_prefix@
  225: top_builddir = @top_builddir@
  226: top_srcdir = @top_srcdir@
  227: SRCC = rpltags.c
  228: SRCH = rpltags.h
  229: rpltags_LDFLAGS = -g
  230: rpltags_CFLAGS = $(AM_CFLAGS) -g
  231: EXTRA_DIST = $(SRCC) $(SRCH)
  232: all: all-am
  233: 
  234: .SUFFIXES:
  235: .SUFFIXES: .c .o .obj
  236: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  237:     @for dep in $?; do \
  238:       case '$(am__configure_deps)' in \
  239:         *$$dep*) \
  240:           ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  241:             && { if test -f $@; then exit 0; else break; fi; }; \
  242:           exit 1;; \
  243:       esac; \
  244:     done; \
  245:     echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu rpltags/Makefile'; \
  246:     $(am__cd) $(top_srcdir) && \
  247:       $(AUTOMAKE) --gnu rpltags/Makefile
  248: .PRECIOUS: Makefile
  249: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  250:     @case '$?' in \
  251:       *config.status*) \
  252:         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  253:       *) \
  254:         echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  255:         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  256:     esac;
  257: 
  258: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  259:     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  260: 
  261: $(top_srcdir)/configure:  $(am__configure_deps)
  262:     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  263: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  264:     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  265: $(am__aclocal_m4_deps):
  266: install-binPROGRAMS: $(bin_PROGRAMS)
  267:     @$(NORMAL_INSTALL)
  268:     test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
  269:     @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  270:     for p in $$list; do echo "$$p $$p"; done | \
  271:     sed 's/$(EXEEXT)$$//' | \
  272:     while read p p1; do if test -f $$p; \
  273:       then echo "$$p"; echo "$$p"; else :; fi; \
  274:     done | \
  275:     sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
  276:         -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
  277:     sed 'N;N;N;s,\n, ,g' | \
  278:     $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
  279:       { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
  280:         if ($$2 == $$4) files[d] = files[d] " " $$1; \
  281:         else { print "f", $$3 "/" $$4, $$1; } } \
  282:       END { for (d in files) print "f", d, files[d] }' | \
  283:     while read type dir files; do \
  284:         if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
  285:         test -z "$$files" || { \
  286:           echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
  287:           $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
  288:         } \
  289:     ; done
  290: 
  291: uninstall-binPROGRAMS:
  292:     @$(NORMAL_UNINSTALL)
  293:     @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  294:     files=`for p in $$list; do echo "$$p"; done | \
  295:       sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
  296:           -e 's/$$/$(EXEEXT)/' `; \
  297:     test -n "$$list" || exit 0; \
  298:     echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
  299:     cd "$(DESTDIR)$(bindir)" && rm -f $$files
  300: 
  301: clean-binPROGRAMS:
  302:     -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
  303: rpltags$(EXEEXT): $(rpltags_OBJECTS) $(rpltags_DEPENDENCIES) 
  304:     @rm -f rpltags$(EXEEXT)
  305:     $(rpltags_LINK) $(rpltags_OBJECTS) $(rpltags_LDADD) $(LIBS)
  306: 
  307: mostlyclean-compile:
  308:     -rm -f *.$(OBJEXT)
  309: 
  310: distclean-compile:
  311:     -rm -f *.tab.c
  312: 
  313: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rpltags-rpltags.Po@am__quote@
  314: 
  315: .c.o:
  316: @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  317: @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  318: @AMDEP_TRUE@@am__fastdepCC_FALSE@   source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  319: @AMDEP_TRUE@@am__fastdepCC_FALSE@   DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  320: @am__fastdepCC_FALSE@   $(COMPILE) -c $<
  321: 
  322: .c.obj:
  323: @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  324: @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  325: @AMDEP_TRUE@@am__fastdepCC_FALSE@   source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  326: @AMDEP_TRUE@@am__fastdepCC_FALSE@   DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  327: @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
  328: 
  329: rpltags-rpltags.o: rpltags.c
  330: @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpltags_CFLAGS) $(CFLAGS) -MT rpltags-rpltags.o -MD -MP -MF $(DEPDIR)/rpltags-rpltags.Tpo -c -o rpltags-rpltags.o `test -f 'rpltags.c' || echo '$(srcdir)/'`rpltags.c
  331: @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/rpltags-rpltags.Tpo $(DEPDIR)/rpltags-rpltags.Po
  332: @AMDEP_TRUE@@am__fastdepCC_FALSE@   source='rpltags.c' object='rpltags-rpltags.o' libtool=no @AMDEPBACKSLASH@
  333: @AMDEP_TRUE@@am__fastdepCC_FALSE@   DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  334: @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpltags_CFLAGS) $(CFLAGS) -c -o rpltags-rpltags.o `test -f 'rpltags.c' || echo '$(srcdir)/'`rpltags.c
  335: 
  336: rpltags-rpltags.obj: rpltags.c
  337: @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpltags_CFLAGS) $(CFLAGS) -MT rpltags-rpltags.obj -MD -MP -MF $(DEPDIR)/rpltags-rpltags.Tpo -c -o rpltags-rpltags.obj `if test -f 'rpltags.c'; then $(CYGPATH_W) 'rpltags.c'; else $(CYGPATH_W) '$(srcdir)/rpltags.c'; fi`
  338: @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/rpltags-rpltags.Tpo $(DEPDIR)/rpltags-rpltags.Po
  339: @AMDEP_TRUE@@am__fastdepCC_FALSE@   source='rpltags.c' object='rpltags-rpltags.obj' libtool=no @AMDEPBACKSLASH@
  340: @AMDEP_TRUE@@am__fastdepCC_FALSE@   DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  341: @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpltags_CFLAGS) $(CFLAGS) -c -o rpltags-rpltags.obj `if test -f 'rpltags.c'; then $(CYGPATH_W) 'rpltags.c'; else $(CYGPATH_W) '$(srcdir)/rpltags.c'; fi`
  342: 
  343: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  344:     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  345:     unique=`for i in $$list; do \
  346:         if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  347:       done | \
  348:       $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  349:           END { if (nonempty) { for (i in files) print i; }; }'`; \
  350:     mkid -fID $$unique
  351: tags: TAGS
  352: 
  353: TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
  354:         $(TAGS_FILES) $(LISP)
  355:     set x; \
  356:     here=`pwd`; \
  357:     list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
  358:     unique=`for i in $$list; do \
  359:         if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  360:       done | \
  361:       $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  362:           END { if (nonempty) { for (i in files) print i; }; }'`; \
  363:     shift; \
  364:     if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  365:       test -n "$$unique" || unique=$$empty_fix; \
  366:       if test $$# -gt 0; then \
  367:         $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  368:           "$$@" $$unique; \
  369:       else \
  370:         $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  371:           $$unique; \
  372:       fi; \
  373:     fi
  374: ctags: CTAGS
  375: CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
  376:         $(TAGS_FILES) $(LISP)
  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:       $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  382:           END { if (nonempty) { for (i in files) print i; }; }'`; \
  383:     test -z "$(CTAGS_ARGS)$$unique" \
  384:       || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  385:          $$unique
  386: 
  387: GTAGS:
  388:     here=`$(am__cd) $(top_builddir) && pwd` \
  389:       && $(am__cd) $(top_srcdir) \
  390:       && gtags -i $(GTAGS_ARGS) "$$here"
  391: 
  392: distclean-tags:
  393:     -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  394: 
  395: distdir: $(DISTFILES)
  396:     @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  397:     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  398:     list='$(DISTFILES)'; \
  399:       dist_files=`for file in $$list; do echo $$file; done | \
  400:       sed -e "s|^$$srcdirstrip/||;t" \
  401:           -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  402:     case $$dist_files in \
  403:       */*) $(MKDIR_P) `echo "$$dist_files" | \
  404:                sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  405:                sort -u` ;; \
  406:     esac; \
  407:     for file in $$dist_files; do \
  408:       if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  409:       if test -d $$d/$$file; then \
  410:         dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  411:         if test -d "$(distdir)/$$file"; then \
  412:           find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  413:         fi; \
  414:         if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  415:           cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  416:           find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  417:         fi; \
  418:         cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  419:       else \
  420:         test -f "$(distdir)/$$file" \
  421:         || cp -p $$d/$$file "$(distdir)/$$file" \
  422:         || exit 1; \
  423:       fi; \
  424:     done
  425: check-am: all-am
  426: check: check-am
  427: all-am: Makefile $(PROGRAMS)
  428: installdirs:
  429:     for dir in "$(DESTDIR)$(bindir)"; do \
  430:       test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  431:     done
  432: install: install-am
  433: install-exec: install-exec-am
  434: install-data: install-data-am
  435: uninstall: uninstall-am
  436: 
  437: install-am: all-am
  438:     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  439: 
  440: installcheck: installcheck-am
  441: install-strip:
  442:     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  443:       install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  444:       `test -z '$(STRIP)' || \
  445:         echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  446: mostlyclean-generic:
  447: 
  448: clean-generic:
  449: 
  450: distclean-generic:
  451:     -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  452:     -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  453: 
  454: maintainer-clean-generic:
  455:     @echo "This command is intended for maintainers to use"
  456:     @echo "it deletes files that may require special tools to rebuild."
  457: clean: clean-am
  458: 
  459: clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
  460: 
  461: distclean: distclean-am
  462:     -rm -rf ./$(DEPDIR)
  463:     -rm -f Makefile
  464: distclean-am: clean-am distclean-compile distclean-generic \
  465:     distclean-tags
  466: 
  467: dvi: dvi-am
  468: 
  469: dvi-am:
  470: 
  471: html: html-am
  472: 
  473: html-am:
  474: 
  475: info: info-am
  476: 
  477: info-am:
  478: 
  479: install-data-am:
  480: 
  481: install-dvi: install-dvi-am
  482: 
  483: install-dvi-am:
  484: 
  485: install-exec-am: install-binPROGRAMS
  486: 
  487: install-html: install-html-am
  488: 
  489: install-html-am:
  490: 
  491: install-info: install-info-am
  492: 
  493: install-info-am:
  494: 
  495: install-man:
  496: 
  497: install-pdf: install-pdf-am
  498: 
  499: install-pdf-am:
  500: 
  501: install-ps: install-ps-am
  502: 
  503: install-ps-am:
  504: 
  505: installcheck-am:
  506: 
  507: maintainer-clean: maintainer-clean-am
  508:     -rm -rf ./$(DEPDIR)
  509:     -rm -f Makefile
  510: maintainer-clean-am: distclean-am maintainer-clean-generic
  511: 
  512: mostlyclean: mostlyclean-am
  513: 
  514: mostlyclean-am: mostlyclean-compile mostlyclean-generic
  515: 
  516: pdf: pdf-am
  517: 
  518: pdf-am:
  519: 
  520: ps: ps-am
  521: 
  522: ps-am:
  523: 
  524: uninstall-am: uninstall-binPROGRAMS
  525: 
  526: .MAKE: install-am install-strip
  527: 
  528: .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
  529:     clean-generic ctags distclean distclean-compile \
  530:     distclean-generic distclean-tags distdir dvi dvi-am html \
  531:     html-am info info-am install install-am install-binPROGRAMS \
  532:     install-data install-data-am install-dvi install-dvi-am \
  533:     install-exec install-exec-am install-html install-html-am \
  534:     install-info install-info-am install-man install-pdf \
  535:     install-pdf-am install-ps install-ps-am install-strip \
  536:     installcheck installcheck-am installdirs maintainer-clean \
  537:     maintainer-clean-generic mostlyclean mostlyclean-compile \
  538:     mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
  539:     uninstall-am uninstall-binPROGRAMS
  540: 
  541: 
  542: # Tell versions [3.59,3.63) of GNU make to not export all variables.
  543: # Otherwise a system limit (for SysV at least) may be exceeded.
  544: .NOEXPORT:

CVSweb interface <joel.bertrand@systella.fr>