[BACK]Return to Makefile.in CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / plot

Annotation of OpenXM_contrib2/asir2000/plot/Makefile.in, Revision 1.15

1.15    ! ohara       1: # Makefile.in generated by automake 1.11.1 from Makefile.am.
1.12      ohara       2: # @configure_input@
1.1       ohara       3:
1.12      ohara       4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1.15    ! ohara       5: # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
        !             6: # Inc.
1.1       ohara       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@
1.10      ohara      17:
1.1       ohara      18: VPATH = @srcdir@
                     19: pkgdatadir = $(datadir)/@PACKAGE@
1.15    ! ohara      20: pkgincludedir = $(includedir)/@PACKAGE@
1.1       ohara      21: pkglibdir = $(libdir)/@PACKAGE@
1.15    ! ohara      22: pkglibexecdir = $(libexecdir)/@PACKAGE@
1.12      ohara      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
1.1       ohara      27: INSTALL_HEADER = $(INSTALL_DATA)
1.12      ohara      28: transform = $(program_transform_name)
1.1       ohara      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@
1.12      ohara      38: subdir = plot
                     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_CLEAN_FILES =
1.15    ! ohara      46: CONFIG_CLEAN_VPATH_FILES =
1.12      ohara      47: LIBRARIES = $(noinst_LIBRARIES)
                     48: AR = ar
                     49: ARFLAGS = cru
                     50: libplot_a_AR = $(AR) $(ARFLAGS)
                     51: libplot_a_LIBADD =
                     52: am_libplot_a_OBJECTS = calc.$(OBJEXT) if.$(OBJEXT) plotp.$(OBJEXT) \
                     53:        plotg.$(OBJEXT) ox_plot.$(OBJEXT) plotf.$(OBJEXT) \
                     54:        ox_plot_xevent.$(OBJEXT) smoothing.$(OBJEXT)
                     55: libplot_a_OBJECTS = $(am_libplot_a_OBJECTS)
                     56: DEFAULT_INCLUDES = -I.@am__isrc@
                     57: depcomp = $(SHELL) $(top_srcdir)/depcomp
                     58: am__depfiles_maybe = depfiles
1.15    ! ohara      59: am__mv = mv -f
1.12      ohara      60: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
                     61:        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
                     62: CCLD = $(CC)
                     63: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
                     64: SOURCES = $(libplot_a_SOURCES)
                     65: DIST_SOURCES = $(libplot_a_SOURCES)
                     66: ETAGS = etags
                     67: CTAGS = ctags
                     68: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                     69: ACLOCAL = @ACLOCAL@
1.1       ohara      70: AMTAR = @AMTAR@
1.15    ! ohara      71: ASIR_GCLIB = @ASIR_GCLIB@
1.12      ohara      72: AUTOCONF = @AUTOCONF@
                     73: AUTOHEADER = @AUTOHEADER@
                     74: AUTOMAKE = @AUTOMAKE@
1.1       ohara      75: AWK = @AWK@
                     76: CC = @CC@
1.12      ohara      77: CCDEPMODE = @CCDEPMODE@
                     78: CFLAGS = @CFLAGS@
                     79: CPP = @CPP@
                     80: CPPFLAGS = @CPPFLAGS@
                     81: CYGPATH_W = @CYGPATH_W@
                     82: DEFS = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\"
1.1       ohara      83: DEPDIR = @DEPDIR@
1.12      ohara      84: ECHO_C = @ECHO_C@
                     85: ECHO_N = @ECHO_N@
                     86: ECHO_T = @ECHO_T@
                     87: EGREP = @EGREP@
1.10      ohara      88: EXEEXT = @EXEEXT@
1.1       ohara      89: FEPLIB = @FEPLIB@
1.12      ohara      90: GC = @GC@
1.15    ! ohara      91: GCINC = @GCINC@
        !            92: GCLIB = @GCLIB@
1.12      ohara      93: GC_CONFIGURE_ARGS = @GC_CONFIGURE_ARGS@
1.11      ohara      94: GC_DISTDIR = @GC_DISTDIR@
1.12      ohara      95: GREP = @GREP@
                     96: INSTALL = @INSTALL@
                     97: INSTALL_DATA = @INSTALL_DATA@
                     98: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                     99: INSTALL_SCRIPT = @INSTALL_SCRIPT@
1.1       ohara     100: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                    101: LAPACKLIB = @LAPACKLIB@
1.12      ohara     102: LDFLAGS = @LDFLAGS@
                    103: LIBOBJS = @LIBOBJS@
                    104: LIBS = @LIBS@
1.1       ohara     105: LN_S = @LN_S@
1.12      ohara     106: LTLIBOBJS = @LTLIBOBJS@
1.4       ohara     107: MAINT = @MAINT@
1.12      ohara     108: MAKEINFO = @MAKEINFO@
                    109: MKDIR_P = @MKDIR_P@
1.10      ohara     110: OBJEXT = @OBJEXT@
1.1       ohara     111: PACKAGE = @PACKAGE@
1.12      ohara     112: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    113: PACKAGE_NAME = @PACKAGE_NAME@
                    114: PACKAGE_STRING = @PACKAGE_STRING@
                    115: PACKAGE_TARNAME = @PACKAGE_TARNAME@
1.15    ! ohara     116: PACKAGE_URL = @PACKAGE_URL@
1.12      ohara     117: PACKAGE_VERSION = @PACKAGE_VERSION@
1.1       ohara     118: PARIINC = @PARIINC@
                    119: PARILIB = @PARILIB@
1.12      ohara     120: PATH_SEPARATOR = @PATH_SEPARATOR@
1.1       ohara     121: RANLIB = @RANLIB@
1.12      ohara     122: SET_MAKE = @SET_MAKE@
                    123: SHELL = @SHELL@
                    124: STRIP = @STRIP@
1.8       ohara     125: USE_GC_SPARC64 = @USE_GC_SPARC64@
1.1       ohara     126: VERSION = @VERSION@
1.12      ohara     127: XMKMF = @XMKMF@
1.4       ohara     128: XPMLIB = @XPMLIB@
1.1       ohara     129: X_CFLAGS = @X_CFLAGS@
                    130: X_EXTRA_LIBS = @X_EXTRA_LIBS@
                    131: X_LIBS = @X_LIBS@
                    132: X_PRE_LIBS = @X_PRE_LIBS@
                    133: YACC = @YACC@
1.12      ohara     134: YFLAGS = @YFLAGS@
                    135: abs_builddir = @abs_builddir@
                    136: abs_srcdir = @abs_srcdir@
                    137: abs_top_builddir = @abs_top_builddir@
                    138: abs_top_srcdir = @abs_top_srcdir@
                    139: ac_ct_CC = @ac_ct_CC@
1.1       ohara     140: am__include = @am__include@
1.12      ohara     141: am__leading_dot = @am__leading_dot@
1.1       ohara     142: am__quote = @am__quote@
1.12      ohara     143: am__tar = @am__tar@
                    144: am__untar = @am__untar@
1.1       ohara     145: asm_obj = @asm_obj@
1.12      ohara     146: bindir = @bindir@
                    147: build = @build@
                    148: build_alias = @build_alias@
                    149: build_cpu = @build_cpu@
                    150: build_os = @build_os@
                    151: build_vendor = @build_vendor@
                    152: builddir = @builddir@
                    153: datadir = @datadir@
                    154: datarootdir = @datarootdir@
                    155: docdir = @docdir@
                    156: dvidir = @dvidir@
                    157: exec_prefix = @exec_prefix@
                    158: host = @host@
                    159: host_alias = @host_alias@
                    160: host_cpu = @host_cpu@
                    161: host_os = @host_os@
                    162: host_vendor = @host_vendor@
                    163: htmldir = @htmldir@
                    164: includedir = @includedir@
                    165: infodir = @infodir@
1.1       ohara     166: install_sh = @install_sh@
                    167: libasir_postfix = @libasir_postfix@
1.12      ohara     168: libdir = @libdir@
                    169: libexecdir = @libexecdir@
                    170: localedir = @localedir@
                    171: localstatedir = @localstatedir@
                    172: mandir = @mandir@
                    173: mkdir_p = @mkdir_p@
                    174: oldincludedir = @oldincludedir@
                    175: pdfdir = @pdfdir@
                    176: prefix = @prefix@
                    177: program_transform_name = @program_transform_name@
                    178: psdir = @psdir@
                    179: sbindir = @sbindir@
                    180: sharedstatedir = @sharedstatedir@
                    181: srcdir = @srcdir@
                    182: sysconfdir = @sysconfdir@
                    183: target = @target@
                    184: target_alias = @target_alias@
                    185: target_cpu = @target_cpu@
                    186: target_os = @target_os@
                    187: target_vendor = @target_vendor@
1.15    ! ohara     188: top_build_prefix = @top_build_prefix@
1.12      ohara     189: top_builddir = @top_builddir@
                    190: top_srcdir = @top_srcdir@
1.6       ohara     191: asirdir = ${prefix}/lib/asir
1.1       ohara     192: INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
                    193:            -I${top_srcdir}/gc/include \
1.14      ohara     194:            @PARIINC@ @X_CFLAGS@
1.1       ohara     195:
                    196: noinst_LIBRARIES = libplot.a
                    197: libplot_a_SOURCES = calc.c if.c plotp.c plotg.c ox_plot.c plotf.c \
                    198:                     ox_plot_xevent.c smoothing.c
                    199:
                    200: all: all-am
                    201:
                    202: .SUFFIXES:
                    203: .SUFFIXES: .c .o .obj
1.12      ohara     204: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
                    205:        @for dep in $?; do \
                    206:          case '$(am__configure_deps)' in \
                    207:            *$$dep*) \
1.15    ! ohara     208:              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
        !           209:                && { if test -f $@; then exit 0; else break; fi; }; \
1.12      ohara     210:              exit 1;; \
                    211:          esac; \
                    212:        done; \
1.15    ! ohara     213:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plot/Makefile'; \
        !           214:        $(am__cd) $(top_srcdir) && \
        !           215:          $(AUTOMAKE) --gnu plot/Makefile
1.12      ohara     216: .PRECIOUS: Makefile
                    217: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    218:        @case '$?' in \
                    219:          *config.status*) \
                    220:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    221:          *) \
                    222:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    223:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    224:        esac;
                    225:
                    226: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    227:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    228:
                    229: $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
                    230:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    231: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
                    232:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.15    ! ohara     233: $(am__aclocal_m4_deps):
1.1       ohara     234:
                    235: clean-noinstLIBRARIES:
                    236:        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
                    237: libplot.a: $(libplot_a_OBJECTS) $(libplot_a_DEPENDENCIES)
                    238:        -rm -f libplot.a
                    239:        $(libplot_a_AR) libplot.a $(libplot_a_OBJECTS) $(libplot_a_LIBADD)
                    240:        $(RANLIB) libplot.a
                    241:
                    242: mostlyclean-compile:
1.12      ohara     243:        -rm -f *.$(OBJEXT)
1.1       ohara     244:
                    245: distclean-compile:
                    246:        -rm -f *.tab.c
                    247:
1.12      ohara     248: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/calc.Po@am__quote@
                    249: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/if.Po@am__quote@
                    250: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ox_plot.Po@am__quote@
                    251: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ox_plot_xevent.Po@am__quote@
                    252: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plotf.Po@am__quote@
                    253: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plotg.Po@am__quote@
                    254: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plotp.Po@am__quote@
                    255: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smoothing.Po@am__quote@
1.1       ohara     256:
                    257: .c.o:
1.12      ohara     258: @am__fastdepCC_TRUE@   $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1.15    ! ohara     259: @am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1.12      ohara     260: @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    261: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    262: @am__fastdepCC_FALSE@  $(COMPILE) -c $<
1.1       ohara     263:
                    264: .c.obj:
1.12      ohara     265: @am__fastdepCC_TRUE@   $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1.15    ! ohara     266: @am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1.12      ohara     267: @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    268: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    269: @am__fastdepCC_FALSE@  $(COMPILE) -c `$(CYGPATH_W) '$<'`
1.1       ohara     270:
                    271: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1.12      ohara     272:        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1.1       ohara     273:        unique=`for i in $$list; do \
                    274:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    275:          done | \
1.15    ! ohara     276:          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
        !           277:              END { if (nonempty) { for (i in files) print i; }; }'`; \
1.12      ohara     278:        mkid -fID $$unique
                    279: tags: TAGS
1.1       ohara     280:
                    281: TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    282:                $(TAGS_FILES) $(LISP)
1.15    ! ohara     283:        set x; \
1.1       ohara     284:        here=`pwd`; \
1.12      ohara     285:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
                    286:        unique=`for i in $$list; do \
                    287:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    288:          done | \
1.15    ! ohara     289:          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
        !           290:              END { if (nonempty) { for (i in files) print i; }; }'`; \
        !           291:        shift; \
        !           292:        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1.12      ohara     293:          test -n "$$unique" || unique=$$empty_fix; \
1.15    ! ohara     294:          if test $$# -gt 0; then \
        !           295:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
        !           296:              "$$@" $$unique; \
        !           297:          else \
        !           298:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
        !           299:              $$unique; \
        !           300:          fi; \
1.12      ohara     301:        fi
                    302: ctags: CTAGS
                    303: CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    304:                $(TAGS_FILES) $(LISP)
                    305:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1.1       ohara     306:        unique=`for i in $$list; do \
                    307:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    308:          done | \
1.15    ! ohara     309:          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
        !           310:              END { if (nonempty) { for (i in files) print i; }; }'`; \
        !           311:        test -z "$(CTAGS_ARGS)$$unique" \
1.12      ohara     312:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1.15    ! ohara     313:             $$unique
1.1       ohara     314:
                    315: GTAGS:
1.12      ohara     316:        here=`$(am__cd) $(top_builddir) && pwd` \
1.15    ! ohara     317:          && $(am__cd) $(top_srcdir) \
        !           318:          && gtags -i $(GTAGS_ARGS) "$$here"
1.1       ohara     319:
                    320: distclean-tags:
1.12      ohara     321:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1.1       ohara     322:
                    323: distdir: $(DISTFILES)
1.12      ohara     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; \
1.1       ohara     337:          if test -d $$d/$$file; then \
1.12      ohara     338:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1.15    ! ohara     339:            if test -d "$(distdir)/$$file"; then \
        !           340:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
        !           341:            fi; \
1.12      ohara     342:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.15    ! ohara     343:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
        !           344:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1.12      ohara     345:            fi; \
1.15    ! ohara     346:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1.1       ohara     347:          else \
1.15    ! ohara     348:            test -f "$(distdir)/$$file" \
        !           349:            || cp -p $$d/$$file "$(distdir)/$$file" \
1.1       ohara     350:            || exit 1; \
                    351:          fi; \
                    352:        done
                    353: check-am: all-am
                    354: check: check-am
                    355: all-am: Makefile $(LIBRARIES)
                    356: installdirs:
                    357: install: install-am
                    358: install-exec: install-exec-am
                    359: install-data: install-data-am
                    360: uninstall: uninstall-am
                    361:
                    362: install-am: all-am
                    363:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    364:
                    365: installcheck: installcheck-am
                    366: install-strip:
                    367:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1.12      ohara     368:          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1.1       ohara     369:          `test -z '$(STRIP)' || \
                    370:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
                    371: mostlyclean-generic:
                    372:
                    373: clean-generic:
                    374:
                    375: distclean-generic:
1.12      ohara     376:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.15    ! ohara     377:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1.1       ohara     378:
                    379: maintainer-clean-generic:
                    380:        @echo "This command is intended for maintainers to use"
                    381:        @echo "it deletes files that may require special tools to rebuild."
                    382: clean: clean-am
                    383:
                    384: clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
                    385:
                    386: distclean: distclean-am
1.12      ohara     387:        -rm -rf ./$(DEPDIR)
                    388:        -rm -f Makefile
                    389: distclean-am: clean-am distclean-compile distclean-generic \
                    390:        distclean-tags
1.1       ohara     391:
                    392: dvi: dvi-am
                    393:
                    394: dvi-am:
                    395:
1.12      ohara     396: html: html-am
                    397:
1.15    ! ohara     398: html-am:
        !           399:
1.1       ohara     400: info: info-am
                    401:
                    402: info-am:
                    403:
                    404: install-data-am:
                    405:
1.12      ohara     406: install-dvi: install-dvi-am
                    407:
1.15    ! ohara     408: install-dvi-am:
        !           409:
1.1       ohara     410: install-exec-am:
                    411:
1.12      ohara     412: install-html: install-html-am
                    413:
1.15    ! ohara     414: install-html-am:
        !           415:
1.1       ohara     416: install-info: install-info-am
                    417:
1.15    ! ohara     418: install-info-am:
        !           419:
1.1       ohara     420: install-man:
                    421:
1.12      ohara     422: install-pdf: install-pdf-am
                    423:
1.15    ! ohara     424: install-pdf-am:
        !           425:
1.12      ohara     426: install-ps: install-ps-am
                    427:
1.15    ! ohara     428: install-ps-am:
        !           429:
1.1       ohara     430: installcheck-am:
                    431:
                    432: maintainer-clean: maintainer-clean-am
1.12      ohara     433:        -rm -rf ./$(DEPDIR)
                    434:        -rm -f Makefile
1.1       ohara     435: maintainer-clean-am: distclean-am maintainer-clean-generic
                    436:
                    437: mostlyclean: mostlyclean-am
                    438:
                    439: mostlyclean-am: mostlyclean-compile mostlyclean-generic
                    440:
1.12      ohara     441: pdf: pdf-am
                    442:
                    443: pdf-am:
                    444:
                    445: ps: ps-am
                    446:
                    447: ps-am:
                    448:
                    449: uninstall-am:
                    450:
                    451: .MAKE: install-am install-strip
1.1       ohara     452:
1.12      ohara     453: .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
                    454:        clean-noinstLIBRARIES ctags distclean distclean-compile \
                    455:        distclean-generic distclean-tags distdir dvi dvi-am html \
                    456:        html-am info info-am install install-am install-data \
                    457:        install-data-am install-dvi install-dvi-am install-exec \
                    458:        install-exec-am install-html install-html-am install-info \
                    459:        install-info-am install-man install-pdf install-pdf-am \
                    460:        install-ps install-ps-am install-strip installcheck \
1.1       ohara     461:        installcheck-am installdirs maintainer-clean \
                    462:        maintainer-clean-generic mostlyclean mostlyclean-compile \
1.12      ohara     463:        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
                    464:        uninstall-am
1.1       ohara     465:
1.15    ! ohara     466:
1.1       ohara     467: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    468: # Otherwise a system limit (for SysV at least) may be exceeded.
                    469: .NOEXPORT:

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>