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

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

CVSweb interface <joel.bertrand@systella.fr>