Annotation of rpl/scripts/Makefile.in, revision 1.22

1.7       bertrand    1: # Makefile.in generated by automake 1.11.1 from Makefile.am.
1.1       bertrand    2: # @configure_input@
                      3: 
                      4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1.7       bertrand    5: # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
                      6: # 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@
1.7       bertrand   20: pkgincludedir = $(includedir)/@PACKAGE@
1.6       bertrand   21: pkglibdir = $(libdir)/@PACKAGE@
1.7       bertrand   22: pkglibexecdir = $(libexecdir)/@PACKAGE@
1.1       bertrand   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 = scripts
                     39: DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
                     40:    $(srcdir)/mkrplso.in $(srcdir)/rplcc.in $(srcdir)/rpllink.in
                     41: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
                     42: am__aclocal_m4_deps = $(top_srcdir)/configure.in
                     43: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                     44:    $(ACLOCAL_M4)
                     45: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                     46: CONFIG_HEADER = $(top_builddir)/rplconfig.h
                     47: CONFIG_CLEAN_FILES = mkrplso rplcc rpllink
1.7       bertrand   48: CONFIG_CLEAN_VPATH_FILES =
                     49: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
                     50: am__vpath_adj = case $$p in \
                     51:     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
                     52:     *) f=$$p;; \
                     53:   esac;
                     54: am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
                     55: am__install_max = 40
                     56: am__nobase_strip_setup = \
                     57:   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
                     58: am__nobase_strip = \
                     59:   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
                     60: am__nobase_list = $(am__nobase_strip_setup); \
                     61:   for p in $$list; do echo "$$p $$p"; done | \
                     62:   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
                     63:   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
                     64:     if (++n[$$2] == $(am__install_max)) \
                     65:       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
                     66:     END { for (dir in files) print dir, files[dir] }'
                     67: am__base_list = \
                     68:   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
                     69:   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
1.1       bertrand   70: am__installdirs = "$(DESTDIR)$(bindir)"
                     71: SCRIPTS = $(bin_SCRIPTS)
                     72: SOURCES =
                     73: DIST_SOURCES =
                     74: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                     75: ACLOCAL = @ACLOCAL@
                     76: AMTAR = @AMTAR@
                     77: AUTOCONF = @AUTOCONF@
                     78: AUTOHEADER = @AUTOHEADER@
                     79: AUTOMAKE = @AUTOMAKE@
                     80: AWK = @AWK@
1.21      bertrand   81: BROKEN_SIGINFO = @BROKEN_SIGINFO@
1.1       bertrand   82: CC = @CC@
                     83: CCDEPMODE = @CCDEPMODE@
                     84: CFLAGS = @CFLAGS@
                     85: CPP = @CPP@
                     86: CPPFLAGS = @CPPFLAGS@
                     87: CXX = @CXX@
                     88: CXXDEPMODE = @CXXDEPMODE@
                     89: CXXFLAGS = @CXXFLAGS@
                     90: CYGPATH_W = @CYGPATH_W@
1.19      bertrand   91: C_STANDARD = @C_STANDARD@
1.1       bertrand   92: DATE = @DATE@
                     93: DATE_FR = @DATE_FR@
                     94: DEBUG = @DEBUG@
                     95: DEFS = @DEFS@
                     96: DEPDIR = @DEPDIR@
                     97: DVIPS = @DVIPS@
                     98: ECHO_C = @ECHO_C@
                     99: ECHO_N = @ECHO_N@
                    100: ECHO_T = @ECHO_T@
                    101: EGREP = @EGREP@
                    102: EXEEXT = @EXEEXT@
                    103: EXPERIMENTAL_CODE = @EXPERIMENTAL_CODE@
1.8       bertrand  104: EXPORT_DYNAMIC = @EXPORT_DYNAMIC@
1.17      bertrand  105: EXT_SQL = @EXT_SQL@
1.1       bertrand  106: F77 = @F77@
                    107: FC = @FC@
                    108: FCFLAGS = @FCFLAGS@
                    109: FFLAGS = @FFLAGS@
                    110: FILE = @FILE@
                    111: FINAL_ENCODING = @FINAL_ENCODING@
                    112: FORCE_GNUPLOT_PATH = @FORCE_GNUPLOT_PATH@
                    113: GNUPLOT = @GNUPLOT@
                    114: GNUPLOT_COMPILATION = @GNUPLOT_COMPILATION@
                    115: GNUPLOT_P = @GNUPLOT_P@
                    116: GNUPLOT_SUPPORT = @GNUPLOT_SUPPORT@
                    117: GPP = @GPP@
                    118: GREP = @GREP@
                    119: GS = @GS@
                    120: GSL = @GSL@
                    121: GV = @GV@
                    122: ICONV = @ICONV@
                    123: INSTALL = @INSTALL@
                    124: INSTALL_DATA = @INSTALL_DATA@
                    125: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    126: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                    127: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1.22    ! bertrand  128: IPCS_SYSV = @IPCS_SYSV@
1.20      bertrand  129: IPV6 = @IPV6@
1.1       bertrand  130: LATEX = @LATEX@
                    131: LDFLAGS = @LDFLAGS@
                    132: LIBOBJS = @LIBOBJS@
                    133: LIBS = @LIBS@
                    134: LN_S = @LN_S@
                    135: LTLIBOBJS = @LTLIBOBJS@
                    136: MAKEINFO = @MAKEINFO@
1.12      bertrand  137: MALLOC = @MALLOC@
1.1       bertrand  138: MKDIR_P = @MKDIR_P@
                    139: MOTIF_SUPPORT = @MOTIF_SUPPORT@
                    140: MYSQL_SUPPORT = @MYSQL_SUPPORT@
                    141: NCURSES = @NCURSES@
1.8       bertrand  142: NESTED_FUNCTIONS = @NESTED_FUNCTIONS@
1.1       bertrand  143: OBJEXT = @OBJEXT@
1.5       bertrand  144: OPENSSL = @OPENSSL@
1.4       bertrand  145: OS = @OS@
1.1       bertrand  146: PACKAGE = @PACKAGE@
                    147: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    148: PACKAGE_NAME = @PACKAGE_NAME@
                    149: PACKAGE_STRING = @PACKAGE_STRING@
                    150: PACKAGE_TARNAME = @PACKAGE_TARNAME@
1.7       bertrand  151: PACKAGE_URL = @PACKAGE_URL@
1.1       bertrand  152: PACKAGE_VERSION = @PACKAGE_VERSION@
                    153: PATH_SEPARATOR = @PATH_SEPARATOR@
                    154: POSTGRESQL_SUPPORT = @POSTGRESQL_SUPPORT@
                    155: POSTSCRIPT_SUPPORT = @POSTSCRIPT_SUPPORT@
                    156: PROFILAGE = @PROFILAGE@
                    157: RANLIB = @RANLIB@
                    158: READLINE = @READLINE@
                    159: RUNPATH = @RUNPATH@
                    160: SED = @SED@
1.8       bertrand  161: SEMAPHORES_NOMMES = @SEMAPHORES_NOMMES@
1.19      bertrand  162: SEMAPHORES_SYSV = @SEMAPHORES_SYSV@
                    163: SEMUN = @SEMUN@
1.1       bertrand  164: SET_MAKE = @SET_MAKE@
                    165: SHELL = @SHELL@
1.5       bertrand  166: SQLITE = @SQLITE@
1.1       bertrand  167: STRIP = @STRIP@
                    168: TEX = @TEX@
                    169: UNITS = @UNITS@
                    170: VERSION = @VERSION@
                    171: VIM = @VIM@
                    172: VIM_SUPPORT = @VIM_SUPPORT@
                    173: XMKMF = @XMKMF@
                    174: X_CFLAGS = @X_CFLAGS@
                    175: X_EXTRA_LIBS = @X_EXTRA_LIBS@
                    176: X_LIBS = @X_LIBS@
                    177: X_PRE_LIBS = @X_PRE_LIBS@
                    178: abs_builddir = @abs_builddir@
                    179: abs_srcdir = @abs_srcdir@
                    180: abs_top_builddir = @abs_top_builddir@
                    181: abs_top_srcdir = @abs_top_srcdir@
                    182: ac_ct_CC = @ac_ct_CC@
                    183: ac_ct_CXX = @ac_ct_CXX@
                    184: ac_ct_F77 = @ac_ct_F77@
                    185: ac_ct_FC = @ac_ct_FC@
                    186: am__include = @am__include@
                    187: am__leading_dot = @am__leading_dot@
                    188: am__quote = @am__quote@
                    189: am__tar = @am__tar@
                    190: am__untar = @am__untar@
                    191: bindir = @bindir@
                    192: build = @build@
                    193: build_alias = @build_alias@
                    194: build_cpu = @build_cpu@
                    195: build_os = @build_os@
                    196: build_vendor = @build_vendor@
                    197: builddir = @builddir@
                    198: datadir = @datadir@
                    199: datarootdir = @datarootdir@
                    200: docdir = @docdir@
                    201: dvidir = @dvidir@
                    202: exec_prefix = @exec_prefix@
                    203: host = @host@
                    204: host_alias = @host_alias@
                    205: host_cpu = @host_cpu@
                    206: host_os = @host_os@
                    207: host_vendor = @host_vendor@
                    208: htmldir = @htmldir@
                    209: includeX = @includeX@
                    210: includedir = @includedir@
                    211: infodir = @infodir@
                    212: install_sh = @install_sh@
                    213: libMySQLinc = @libMySQLinc@
                    214: libMySQLlib = @libMySQLlib@
                    215: libPgSQLinc = @libPgSQLinc@
                    216: libPgSQLlib = @libPgSQLlib@
                    217: libX = @libX@
                    218: libdir = @libdir@
                    219: libexecdir = @libexecdir@
                    220: localedir = @localedir@
                    221: localstatedir = @localstatedir@
                    222: mandir = @mandir@
                    223: mkdir_p = @mkdir_p@
                    224: oldincludedir = @oldincludedir@
                    225: pdfdir = @pdfdir@
                    226: prefix = @prefix@
                    227: program_transform_name = @program_transform_name@
                    228: psdir = @psdir@
                    229: sbindir = @sbindir@
                    230: sharedstatedir = @sharedstatedir@
                    231: srcdir = @srcdir@
                    232: subdirs = @subdirs@
                    233: sysconfdir = @sysconfdir@
                    234: target = @target@
                    235: target_alias = @target_alias@
                    236: target_cpu = @target_cpu@
                    237: target_os = @target_os@
                    238: target_vendor = @target_vendor@
1.7       bertrand  239: top_build_prefix = @top_build_prefix@
1.1       bertrand  240: top_builddir = @top_builddir@
                    241: top_srcdir = @top_srcdir@
                    242: bin_SCRIPTS = mkrplso rplcc rpllink
                    243: all: all-am
                    244: 
                    245: .SUFFIXES:
                    246: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
                    247:    @for dep in $?; do \
                    248:      case '$(am__configure_deps)' in \
                    249:        *$$dep*) \
1.7       bertrand  250:          ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
                    251:            && { if test -f $@; then exit 0; else break; fi; }; \
1.1       bertrand  252:          exit 1;; \
                    253:      esac; \
                    254:    done; \
1.7       bertrand  255:    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu scripts/Makefile'; \
                    256:    $(am__cd) $(top_srcdir) && \
                    257:      $(AUTOMAKE) --gnu scripts/Makefile
1.1       bertrand  258: .PRECIOUS: Makefile
                    259: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    260:    @case '$?' in \
                    261:      *config.status*) \
                    262:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    263:      *) \
                    264:        echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    265:        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    266:    esac;
                    267: 
                    268: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    269:    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    270: 
                    271: $(top_srcdir)/configure:  $(am__configure_deps)
                    272:    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    273: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
                    274:    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.7       bertrand  275: $(am__aclocal_m4_deps):
1.1       bertrand  276: mkrplso: $(top_builddir)/config.status $(srcdir)/mkrplso.in
                    277:    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
                    278: rplcc: $(top_builddir)/config.status $(srcdir)/rplcc.in
                    279:    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
                    280: rpllink: $(top_builddir)/config.status $(srcdir)/rpllink.in
                    281:    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
                    282: install-binSCRIPTS: $(bin_SCRIPTS)
                    283:    @$(NORMAL_INSTALL)
                    284:    test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
1.7       bertrand  285:    @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
                    286:    for p in $$list; do \
1.1       bertrand  287:      if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1.7       bertrand  288:      if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
                    289:    done | \
                    290:    sed -e 'p;s,.*/,,;n' \
                    291:        -e 'h;s|.*|.|' \
                    292:        -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
                    293:    $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
                    294:      { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
                    295:        if ($$2 == $$4) { files[d] = files[d] " " $$1; \
                    296:          if (++n[d] == $(am__install_max)) { \
                    297:        print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
                    298:        else { print "f", d "/" $$4, $$1 } } \
                    299:      END { for (d in files) print "f", d, files[d] }' | \
                    300:    while read type dir files; do \
                    301:         if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
                    302:         test -z "$$files" || { \
                    303:           echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
                    304:           $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
                    305:         } \
                    306:    ; done
1.1       bertrand  307: 
                    308: uninstall-binSCRIPTS:
                    309:    @$(NORMAL_UNINSTALL)
1.7       bertrand  310:    @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
                    311:    files=`for p in $$list; do echo "$$p"; done | \
                    312:           sed -e 's,.*/,,;$(transform)'`; \
                    313:    test -n "$$list" || exit 0; \
                    314:    echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
                    315:    cd "$(DESTDIR)$(bindir)" && rm -f $$files
1.1       bertrand  316: tags: TAGS
                    317: TAGS:
                    318: 
                    319: ctags: CTAGS
                    320: CTAGS:
                    321: 
                    322: 
                    323: distdir: $(DISTFILES)
                    324:    @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    325:    topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    326:    list='$(DISTFILES)'; \
                    327:      dist_files=`for file in $$list; do echo $$file; done | \
                    328:      sed -e "s|^$$srcdirstrip/||;t" \
                    329:          -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    330:    case $$dist_files in \
                    331:      */*) $(MKDIR_P) `echo "$$dist_files" | \
                    332:               sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    333:               sort -u` ;; \
                    334:    esac; \
                    335:    for file in $$dist_files; do \
                    336:      if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    337:      if test -d $$d/$$file; then \
                    338:        dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1.7       bertrand  339:        if test -d "$(distdir)/$$file"; then \
                    340:          find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    341:        fi; \
1.1       bertrand  342:        if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.7       bertrand  343:          cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    344:          find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1.1       bertrand  345:        fi; \
1.7       bertrand  346:        cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1.1       bertrand  347:      else \
1.7       bertrand  348:        test -f "$(distdir)/$$file" \
                    349:        || cp -p $$d/$$file "$(distdir)/$$file" \
1.1       bertrand  350:        || exit 1; \
                    351:      fi; \
                    352:    done
                    353: check-am: all-am
                    354: check: check-am
                    355: all-am: Makefile $(SCRIPTS)
                    356: installdirs:
                    357:    for dir in "$(DESTDIR)$(bindir)"; do \
                    358:      test -z "$$dir" || $(MKDIR_P) "$$dir"; \
                    359:    done
                    360: install: install-am
                    361: install-exec: install-exec-am
                    362: install-data: install-data-am
                    363: uninstall: uninstall-am
                    364: 
                    365: install-am: all-am
                    366:    @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    367: 
                    368: installcheck: installcheck-am
                    369: install-strip:
                    370:    $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    371:      install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    372:      `test -z '$(STRIP)' || \
                    373:        echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
                    374: mostlyclean-generic:
                    375: 
                    376: clean-generic:
                    377: 
                    378: distclean-generic:
                    379:    -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.7       bertrand  380:    -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1.1       bertrand  381: 
                    382: maintainer-clean-generic:
                    383:    @echo "This command is intended for maintainers to use"
                    384:    @echo "it deletes files that may require special tools to rebuild."
                    385: clean: clean-am
                    386: 
                    387: clean-am: clean-generic mostlyclean-am
                    388: 
                    389: distclean: distclean-am
                    390:    -rm -f Makefile
                    391: distclean-am: clean-am distclean-generic
                    392: 
                    393: dvi: dvi-am
                    394: 
                    395: dvi-am:
                    396: 
                    397: html: html-am
                    398: 
1.7       bertrand  399: html-am:
                    400: 
1.1       bertrand  401: info: info-am
                    402: 
                    403: info-am:
                    404: 
                    405: install-data-am:
                    406: 
                    407: install-dvi: install-dvi-am
                    408: 
1.7       bertrand  409: install-dvi-am:
                    410: 
1.1       bertrand  411: install-exec-am: install-binSCRIPTS
                    412: 
                    413: install-html: install-html-am
                    414: 
1.7       bertrand  415: install-html-am:
                    416: 
1.1       bertrand  417: install-info: install-info-am
                    418: 
1.7       bertrand  419: install-info-am:
                    420: 
1.1       bertrand  421: install-man:
                    422: 
                    423: install-pdf: install-pdf-am
                    424: 
1.7       bertrand  425: install-pdf-am:
                    426: 
1.1       bertrand  427: install-ps: install-ps-am
                    428: 
1.7       bertrand  429: install-ps-am:
                    430: 
1.1       bertrand  431: installcheck-am:
                    432: 
                    433: maintainer-clean: maintainer-clean-am
                    434:    -rm -f Makefile
                    435: maintainer-clean-am: distclean-am maintainer-clean-generic
                    436: 
                    437: mostlyclean: mostlyclean-am
                    438: 
                    439: mostlyclean-am: mostlyclean-generic
                    440: 
                    441: pdf: pdf-am
                    442: 
                    443: pdf-am:
                    444: 
                    445: ps: ps-am
                    446: 
                    447: ps-am:
                    448: 
                    449: uninstall-am: uninstall-binSCRIPTS
                    450: 
                    451: .MAKE: install-am install-strip
                    452: 
                    453: .PHONY: all all-am check check-am clean clean-generic distclean \
                    454:    distclean-generic distdir dvi dvi-am html html-am info info-am \
                    455:    install install-am install-binSCRIPTS install-data \
                    456:    install-data-am install-dvi install-dvi-am install-exec \
                    457:    install-exec-am install-html install-html-am install-info \
                    458:    install-info-am install-man install-pdf install-pdf-am \
                    459:    install-ps install-ps-am install-strip installcheck \
                    460:    installcheck-am installdirs maintainer-clean \
                    461:    maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
                    462:    pdf-am ps ps-am uninstall uninstall-am uninstall-binSCRIPTS
                    463: 
1.7       bertrand  464: 
1.1       bertrand  465: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    466: # Otherwise a system limit (for SysV at least) may be exceeded.
                    467: .NOEXPORT:

CVSweb interface <joel.bertrand@systella.fr>