Annotation of rpl/rpltags/Makefile.in, revision 1.35

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

CVSweb interface <joel.bertrand@systella.fr>