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

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

CVSweb interface <joel.bertrand@systella.fr>