File:  [local] / rpl / rplawk / Attic / Makefile.in
Revision 1.10: download - view: text, annotated - select for diffs - revision graph
Sun Jul 24 15:34:16 2011 UTC (12 years, 10 months ago) by bertrand
Branches: MAIN
CVS tags: rpl-4_1_2, rpl-4_1_1, HEAD
Mise à jour des scripts de configuration.

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

CVSweb interface <joel.bertrand@systella.fr>