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

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

CVSweb interface <joel.bertrand@systella.fr>