Annotation of rpl/rplawk/Makefile.in, revision 1.26

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

CVSweb interface <joel.bertrand@systella.fr>