File:  [local] / rpl / rplawk / Attic / Makefile.in
Revision 1.7: download - view: text, annotated - select for diffs - revision graph
Thu Apr 21 15:59:43 2011 UTC (13 years, 2 months ago) by bertrand
Branches: MAIN
CVS tags: HEAD
Mise à jour de la procédure de compilation pour construire la bibliothèque
rplcas.

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

CVSweb interface <joel.bertrand@systella.fr>