Annotation of rpl/rpliconv/Makefile.in, revision 1.28

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

CVSweb interface <joel.bertrand@systella.fr>