File:  [local] / rpl / rplawk / Attic / Makefile.in
Revision 1.5: download - view: text, annotated - select for diffs - revision graph
Tue Dec 21 13:56:33 2010 UTC (13 years, 5 months ago) by bertrand
Branches: MAIN
CVS tags: rpl-4_0_24, rpl-4_0_22, rpl-4_0_21, rpl-4_0_20, rpl-4_0, HEAD
Mise à jour de lapack vers la version 3.3.0.

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

CVSweb interface <joel.bertrand@systella.fr>