File:  [local] / rpl / rpltags / Attic / Makefile.in
Revision 1.37: download - view: text, annotated - select for diffs - revision graph
Fri Sep 16 14:42:03 2011 UTC (12 years, 8 months ago) by bertrand
Branches: MAIN
CVS tags: HEAD
Mise à jour globale. Le système semble stable sous Linux. Les autres ports
demandent quelques mises à niveau (MacOS ne connaît pas les sémaphores anonymes,
certains systèmes ne comprennent pas les IPC POSIX...).

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

CVSweb interface <joel.bertrand@systella.fr>