File:  [local] / rpl / rpltags / Attic / Makefile.in
Revision 1.4: download - view: text, annotated - select for diffs - revision graph
Thu Mar 4 10:09:31 2010 UTC (14 years, 2 months ago) by bertrand
Branches: MAIN
CVS tags: rpl-4_0_11, HEAD
Modifications des scripts de configuration pour Cygwin.

    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: LIBICONV = @LIBICONV@
  121: LIBMTMALLOC = @LIBMTMALLOC@
  122: LIBOBJS = @LIBOBJS@
  123: LIBS = @LIBS@
  124: LIBTOOLIZE = @LIBTOOLIZE@
  125: LN_S = @LN_S@
  126: LTLIBOBJS = @LTLIBOBJS@
  127: MAKEINFO = @MAKEINFO@
  128: MKDIR_P = @MKDIR_P@
  129: MOTIF_SUPPORT = @MOTIF_SUPPORT@
  130: MYSQL_SUPPORT = @MYSQL_SUPPORT@
  131: NCURSES = @NCURSES@
  132: OBJEXT = @OBJEXT@
  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: STRIP = @STRIP@
  152: TEX = @TEX@
  153: UNITS = @UNITS@
  154: VERSION = @VERSION@
  155: VIM = @VIM@
  156: VIM_SUPPORT = @VIM_SUPPORT@
  157: XMKMF = @XMKMF@
  158: X_CFLAGS = @X_CFLAGS@
  159: X_EXTRA_LIBS = @X_EXTRA_LIBS@
  160: X_LIBS = @X_LIBS@
  161: X_PRE_LIBS = @X_PRE_LIBS@
  162: abs_builddir = @abs_builddir@
  163: abs_srcdir = @abs_srcdir@
  164: abs_top_builddir = @abs_top_builddir@
  165: abs_top_srcdir = @abs_top_srcdir@
  166: ac_ct_CC = @ac_ct_CC@
  167: ac_ct_CXX = @ac_ct_CXX@
  168: ac_ct_F77 = @ac_ct_F77@
  169: ac_ct_FC = @ac_ct_FC@
  170: am__include = @am__include@
  171: am__leading_dot = @am__leading_dot@
  172: am__quote = @am__quote@
  173: am__tar = @am__tar@
  174: am__untar = @am__untar@
  175: bindir = @bindir@
  176: build = @build@
  177: build_alias = @build_alias@
  178: build_cpu = @build_cpu@
  179: build_os = @build_os@
  180: build_vendor = @build_vendor@
  181: builddir = @builddir@
  182: datadir = @datadir@
  183: datarootdir = @datarootdir@
  184: docdir = @docdir@
  185: dvidir = @dvidir@
  186: exec_prefix = @exec_prefix@
  187: host = @host@
  188: host_alias = @host_alias@
  189: host_cpu = @host_cpu@
  190: host_os = @host_os@
  191: host_vendor = @host_vendor@
  192: htmldir = @htmldir@
  193: includeX = @includeX@
  194: includedir = @includedir@
  195: infodir = @infodir@
  196: install_sh = @install_sh@
  197: libMySQLinc = @libMySQLinc@
  198: libMySQLlib = @libMySQLlib@
  199: libPgSQLinc = @libPgSQLinc@
  200: libPgSQLlib = @libPgSQLlib@
  201: libX = @libX@
  202: libdir = @libdir@
  203: libexecdir = @libexecdir@
  204: localedir = @localedir@
  205: localstatedir = @localstatedir@
  206: mandir = @mandir@
  207: mkdir_p = @mkdir_p@
  208: oldincludedir = @oldincludedir@
  209: pdfdir = @pdfdir@
  210: prefix = @prefix@
  211: program_transform_name = @program_transform_name@
  212: psdir = @psdir@
  213: sbindir = @sbindir@
  214: sharedstatedir = @sharedstatedir@
  215: srcdir = @srcdir@
  216: subdirs = @subdirs@
  217: sysconfdir = @sysconfdir@
  218: target = @target@
  219: target_alias = @target_alias@
  220: target_cpu = @target_cpu@
  221: target_os = @target_os@
  222: target_vendor = @target_vendor@
  223: top_build_prefix = @top_build_prefix@
  224: top_builddir = @top_builddir@
  225: top_srcdir = @top_srcdir@
  226: SRCC = rpltags.c
  227: SRCH = rpltags.h
  228: rpltags_LDFLAGS = -g
  229: rpltags_CFLAGS = $(AM_CFLAGS) -g
  230: EXTRA_DIST = $(SRCC) $(SRCH)
  231: all: all-am
  232: 
  233: .SUFFIXES:
  234: .SUFFIXES: .c .o .obj
  235: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  236:     @for dep in $?; do \
  237:       case '$(am__configure_deps)' in \
  238:         *$$dep*) \
  239:           ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  240:             && { if test -f $@; then exit 0; else break; fi; }; \
  241:           exit 1;; \
  242:       esac; \
  243:     done; \
  244:     echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu rpltags/Makefile'; \
  245:     $(am__cd) $(top_srcdir) && \
  246:       $(AUTOMAKE) --gnu rpltags/Makefile
  247: .PRECIOUS: Makefile
  248: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  249:     @case '$?' in \
  250:       *config.status*) \
  251:         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  252:       *) \
  253:         echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  254:         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  255:     esac;
  256: 
  257: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  258:     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  259: 
  260: $(top_srcdir)/configure:  $(am__configure_deps)
  261:     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  262: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  263:     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  264: $(am__aclocal_m4_deps):
  265: install-binPROGRAMS: $(bin_PROGRAMS)
  266:     @$(NORMAL_INSTALL)
  267:     test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
  268:     @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  269:     for p in $$list; do echo "$$p $$p"; done | \
  270:     sed 's/$(EXEEXT)$$//' | \
  271:     while read p p1; do if test -f $$p; \
  272:       then echo "$$p"; echo "$$p"; else :; fi; \
  273:     done | \
  274:     sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
  275:         -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
  276:     sed 'N;N;N;s,\n, ,g' | \
  277:     $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
  278:       { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
  279:         if ($$2 == $$4) files[d] = files[d] " " $$1; \
  280:         else { print "f", $$3 "/" $$4, $$1; } } \
  281:       END { for (d in files) print "f", d, files[d] }' | \
  282:     while read type dir files; do \
  283:         if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
  284:         test -z "$$files" || { \
  285:           echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
  286:           $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
  287:         } \
  288:     ; done
  289: 
  290: uninstall-binPROGRAMS:
  291:     @$(NORMAL_UNINSTALL)
  292:     @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  293:     files=`for p in $$list; do echo "$$p"; done | \
  294:       sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
  295:           -e 's/$$/$(EXEEXT)/' `; \
  296:     test -n "$$list" || exit 0; \
  297:     echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
  298:     cd "$(DESTDIR)$(bindir)" && rm -f $$files
  299: 
  300: clean-binPROGRAMS:
  301:     -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
  302: rpltags$(EXEEXT): $(rpltags_OBJECTS) $(rpltags_DEPENDENCIES) 
  303:     @rm -f rpltags$(EXEEXT)
  304:     $(rpltags_LINK) $(rpltags_OBJECTS) $(rpltags_LDADD) $(LIBS)
  305: 
  306: mostlyclean-compile:
  307:     -rm -f *.$(OBJEXT)
  308: 
  309: distclean-compile:
  310:     -rm -f *.tab.c
  311: 
  312: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rpltags-rpltags.Po@am__quote@
  313: 
  314: .c.o:
  315: @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  316: @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  317: @AMDEP_TRUE@@am__fastdepCC_FALSE@   source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  318: @AMDEP_TRUE@@am__fastdepCC_FALSE@   DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  319: @am__fastdepCC_FALSE@   $(COMPILE) -c $<
  320: 
  321: .c.obj:
  322: @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  323: @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  324: @AMDEP_TRUE@@am__fastdepCC_FALSE@   source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  325: @AMDEP_TRUE@@am__fastdepCC_FALSE@   DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  326: @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
  327: 
  328: rpltags-rpltags.o: rpltags.c
  329: @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
  330: @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/rpltags-rpltags.Tpo $(DEPDIR)/rpltags-rpltags.Po
  331: @AMDEP_TRUE@@am__fastdepCC_FALSE@   source='rpltags.c' object='rpltags-rpltags.o' libtool=no @AMDEPBACKSLASH@
  332: @AMDEP_TRUE@@am__fastdepCC_FALSE@   DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  333: @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
  334: 
  335: rpltags-rpltags.obj: rpltags.c
  336: @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`
  337: @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/rpltags-rpltags.Tpo $(DEPDIR)/rpltags-rpltags.Po
  338: @AMDEP_TRUE@@am__fastdepCC_FALSE@   source='rpltags.c' object='rpltags-rpltags.obj' libtool=no @AMDEPBACKSLASH@
  339: @AMDEP_TRUE@@am__fastdepCC_FALSE@   DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  340: @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`
  341: 
  342: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  343:     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  344:     unique=`for i in $$list; do \
  345:         if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  346:       done | \
  347:       $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  348:           END { if (nonempty) { for (i in files) print i; }; }'`; \
  349:     mkid -fID $$unique
  350: tags: TAGS
  351: 
  352: TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
  353:         $(TAGS_FILES) $(LISP)
  354:     set x; \
  355:     here=`pwd`; \
  356:     list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
  357:     unique=`for i in $$list; do \
  358:         if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  359:       done | \
  360:       $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  361:           END { if (nonempty) { for (i in files) print i; }; }'`; \
  362:     shift; \
  363:     if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  364:       test -n "$$unique" || unique=$$empty_fix; \
  365:       if test $$# -gt 0; then \
  366:         $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  367:           "$$@" $$unique; \
  368:       else \
  369:         $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  370:           $$unique; \
  371:       fi; \
  372:     fi
  373: ctags: CTAGS
  374: CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
  375:         $(TAGS_FILES) $(LISP)
  376:     list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
  377:     unique=`for i in $$list; do \
  378:         if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  379:       done | \
  380:       $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  381:           END { if (nonempty) { for (i in files) print i; }; }'`; \
  382:     test -z "$(CTAGS_ARGS)$$unique" \
  383:       || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  384:          $$unique
  385: 
  386: GTAGS:
  387:     here=`$(am__cd) $(top_builddir) && pwd` \
  388:       && $(am__cd) $(top_srcdir) \
  389:       && gtags -i $(GTAGS_ARGS) "$$here"
  390: 
  391: distclean-tags:
  392:     -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  393: 
  394: distdir: $(DISTFILES)
  395:     @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  396:     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  397:     list='$(DISTFILES)'; \
  398:       dist_files=`for file in $$list; do echo $$file; done | \
  399:       sed -e "s|^$$srcdirstrip/||;t" \
  400:           -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  401:     case $$dist_files in \
  402:       */*) $(MKDIR_P) `echo "$$dist_files" | \
  403:                sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  404:                sort -u` ;; \
  405:     esac; \
  406:     for file in $$dist_files; do \
  407:       if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  408:       if test -d $$d/$$file; then \
  409:         dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  410:         if test -d "$(distdir)/$$file"; then \
  411:           find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  412:         fi; \
  413:         if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  414:           cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  415:           find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  416:         fi; \
  417:         cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  418:       else \
  419:         test -f "$(distdir)/$$file" \
  420:         || cp -p $$d/$$file "$(distdir)/$$file" \
  421:         || exit 1; \
  422:       fi; \
  423:     done
  424: check-am: all-am
  425: check: check-am
  426: all-am: Makefile $(PROGRAMS)
  427: installdirs:
  428:     for dir in "$(DESTDIR)$(bindir)"; do \
  429:       test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  430:     done
  431: install: install-am
  432: install-exec: install-exec-am
  433: install-data: install-data-am
  434: uninstall: uninstall-am
  435: 
  436: install-am: all-am
  437:     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  438: 
  439: installcheck: installcheck-am
  440: install-strip:
  441:     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  442:       install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  443:       `test -z '$(STRIP)' || \
  444:         echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  445: mostlyclean-generic:
  446: 
  447: clean-generic:
  448: 
  449: distclean-generic:
  450:     -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  451:     -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  452: 
  453: maintainer-clean-generic:
  454:     @echo "This command is intended for maintainers to use"
  455:     @echo "it deletes files that may require special tools to rebuild."
  456: clean: clean-am
  457: 
  458: clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
  459: 
  460: distclean: distclean-am
  461:     -rm -rf ./$(DEPDIR)
  462:     -rm -f Makefile
  463: distclean-am: clean-am distclean-compile distclean-generic \
  464:     distclean-tags
  465: 
  466: dvi: dvi-am
  467: 
  468: dvi-am:
  469: 
  470: html: html-am
  471: 
  472: html-am:
  473: 
  474: info: info-am
  475: 
  476: info-am:
  477: 
  478: install-data-am:
  479: 
  480: install-dvi: install-dvi-am
  481: 
  482: install-dvi-am:
  483: 
  484: install-exec-am: install-binPROGRAMS
  485: 
  486: install-html: install-html-am
  487: 
  488: install-html-am:
  489: 
  490: install-info: install-info-am
  491: 
  492: install-info-am:
  493: 
  494: install-man:
  495: 
  496: install-pdf: install-pdf-am
  497: 
  498: install-pdf-am:
  499: 
  500: install-ps: install-ps-am
  501: 
  502: install-ps-am:
  503: 
  504: installcheck-am:
  505: 
  506: maintainer-clean: maintainer-clean-am
  507:     -rm -rf ./$(DEPDIR)
  508:     -rm -f Makefile
  509: maintainer-clean-am: distclean-am maintainer-clean-generic
  510: 
  511: mostlyclean: mostlyclean-am
  512: 
  513: mostlyclean-am: mostlyclean-compile mostlyclean-generic
  514: 
  515: pdf: pdf-am
  516: 
  517: pdf-am:
  518: 
  519: ps: ps-am
  520: 
  521: ps-am:
  522: 
  523: uninstall-am: uninstall-binPROGRAMS
  524: 
  525: .MAKE: install-am install-strip
  526: 
  527: .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
  528:     clean-generic ctags distclean distclean-compile \
  529:     distclean-generic distclean-tags distdir dvi dvi-am html \
  530:     html-am info info-am install install-am install-binPROGRAMS \
  531:     install-data install-data-am install-dvi install-dvi-am \
  532:     install-exec install-exec-am install-html install-html-am \
  533:     install-info install-info-am install-man install-pdf \
  534:     install-pdf-am install-ps install-ps-am install-strip \
  535:     installcheck installcheck-am installdirs maintainer-clean \
  536:     maintainer-clean-generic mostlyclean mostlyclean-compile \
  537:     mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
  538:     uninstall-am uninstall-binPROGRAMS
  539: 
  540: 
  541: # Tell versions [3.59,3.63) of GNU make to not export all variables.
  542: # Otherwise a system limit (for SysV at least) may be exceeded.
  543: .NOEXPORT:

CVSweb interface <joel.bertrand@systella.fr>