File:  [local] / rpl / rplawk / Attic / Makefile.in
Revision 1.4: download - view: text, annotated - select for diffs - revision graph
Thu Sep 23 15:17:27 2010 UTC (13 years, 8 months ago) by bertrand
Branches: MAIN
CVS tags: rpl-4_0_19, HEAD
Cohérence

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

CVSweb interface <joel.bertrand@systella.fr>