Ignore:
Timestamp:
Jun 1, 2015, 12:55:33 PM (11 years ago)
Author:
Rob Schluntz <rschlunt@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
Children:
6db50d5
Parents:
46cbfe1 (diff), db82596 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' into labels

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/examples/Makefile.in

    r46cbfe1 r76934fb  
    1 ######################### -*- Mode: Makefile-Gmake -*- ########################
    2 ##
    3 ## Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo
    4 ##
    5 ## The contents of this file are covered under the licence agreement in the
    6 ## file "LICENCE" distributed with Cforall.
    7 ##
    8 ## Makefile.in --
    9 ##
    10 ## Author           : Peter A. Buhr
    11 ## Created On       : Sat May 16 11:34:24 2015
    12 ## Last Modified By : Peter A. Buhr
    13 ## Last Modified On : Sat May 16 11:35:25 2015
    14 ## Update Count     : 2
     1# Makefile.in generated by automake 1.11.3 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, 2010, 2011 Free Software
     6# Foundation, 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######################## -*- Mode: Makefile-Automake -*- ######################
    1519###############################################################################
    1620
    17 CC := @CFA_BINDIR@/cfa
    18 CFLAGS = -g -Wall -Wno-unused-function -MMD
    19 MAKEFILE_NAME = ${firstword ${MAKEFILE_LIST}}   # makefile name
    20 
    21 OBJECTS1 = iostream.o fstream.o fstream_test.o
    22 EXEC1 = fstream_test
    23 
    24 OBJECTS2 = vector_int.o fstream.o iostream.o array.o iterator.o vector_test.o
    25 EXEC2 = vector_test
    26 
    27 OBJECTS = ${OBJECTS1} ${OBJECTS2}               # all object files
    28 DEPENDS = ${OBJECTS:.o=.d}                      # substitute ".o" with ".d"
    29 EXECS = ${EXEC1} ${EXEC2}                       # all executables
    30 
    31 ########## Targets ##########
    32 
    33 .PHONY : all clean                              # not file names
    34 
    35 all : ${EXECS}                                  # build all executables
    36 
    37 ${EXEC1} : ${OBJECTS1}                          # link step 1st executable
    38         ${CC} ${CFLAGS} $^ -o $@                # additional object files before $^
    39 
    40 ${EXEC2} : ${OBJECTS2}                          # link step 2nd executable
    41         ${CC} ${CFLAGS} $^ -o $@                # additional object files before $^
    42 
    43 ${OBJECTS} : ${MAKEFILE_NAME}                   # OPTIONAL : changes to this file => recompile
    44 
    45 -include ${DEPENDS}                             # include *.d files containing program dependences
    46 
    47 clean :                                         # remove files that can be regenerated
    48         rm -f ${DEPENDS} ${OBJECTS} ${EXECS} *.class
    49 
    50 distclean : clean
     21# create object files in directory with source files
     22#AUTOMAKE_OPTIONS = subdir-objects
     23
     24VPATH = @srcdir@
     25pkgdatadir = $(datadir)/@PACKAGE@
     26pkgincludedir = $(includedir)/@PACKAGE@
     27pkglibdir = $(libdir)/@PACKAGE@
     28pkglibexecdir = $(libexecdir)/@PACKAGE@
     29am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
     30install_sh_DATA = $(install_sh) -c -m 644
     31install_sh_PROGRAM = $(install_sh) -c
     32install_sh_SCRIPT = $(install_sh) -c
     33INSTALL_HEADER = $(INSTALL_DATA)
     34transform = $(program_transform_name)
     35NORMAL_INSTALL = :
     36PRE_INSTALL = :
     37POST_INSTALL = :
     38NORMAL_UNINSTALL = :
     39PRE_UNINSTALL = :
     40POST_UNINSTALL = :
     41noinst_PROGRAMS = fstream_test$(EXEEXT) vector_test$(EXEEXT)
     42subdir = src/examples
     43DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
     44ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     45am__aclocal_m4_deps = $(top_srcdir)/configure.ac
     46am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
     47        $(ACLOCAL_M4)
     48mkinstalldirs = $(install_sh) -d
     49CONFIG_HEADER = $(top_builddir)/config.h
     50CONFIG_CLEAN_FILES =
     51CONFIG_CLEAN_VPATH_FILES =
     52PROGRAMS = $(noinst_PROGRAMS)
     53am_fstream_test_OBJECTS = iostream.$(OBJEXT) fstream.$(OBJEXT) \
     54        fstream_test.$(OBJEXT)
     55fstream_test_OBJECTS = $(am_fstream_test_OBJECTS)
     56fstream_test_LDADD = $(LDADD)
     57am_vector_test_OBJECTS = vector_int.$(OBJEXT) fstream.$(OBJEXT) \
     58        iostream.$(OBJEXT) array.$(OBJEXT) iterator.$(OBJEXT) \
     59        vector_test.$(OBJEXT)
     60vector_test_OBJECTS = $(am_vector_test_OBJECTS)
     61vector_test_LDADD = $(LDADD)
     62DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
     63depcomp = $(SHELL) $(top_srcdir)/automake/depcomp
     64am__depfiles_maybe = depfiles
     65am__mv = mv -f
     66COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
     67        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
     68CCLD = $(CC)
     69LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
     70SOURCES = $(fstream_test_SOURCES) $(vector_test_SOURCES)
     71DIST_SOURCES = $(fstream_test_SOURCES) $(vector_test_SOURCES)
     72ETAGS = etags
     73CTAGS = ctags
     74DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
     75ACLOCAL = @ACLOCAL@
     76ALLOCA = @ALLOCA@
     77AMTAR = @AMTAR@
     78AUTOCONF = @AUTOCONF@
     79AUTOHEADER = @AUTOHEADER@
     80AUTOMAKE = @AUTOMAKE@
     81AWK = @AWK@
     82BACKEND_CC = @BACKEND_CC@
     83CC = @CFA_BINDIR@/cfa
     84CCDEPMODE = @CCDEPMODE@
     85CFA_BINDIR = @CFA_BINDIR@
     86CFA_INCDIR = @CFA_INCDIR@
     87CFA_LIBDIR = @CFA_LIBDIR@
     88CFA_PREFIX = @CFA_PREFIX@
     89
     90# applies to both programs
     91CFLAGS = -g -Wall -Wno-unused-function # TEMPORARY: does not build with -O2
     92CPP = @CPP@
     93CPPFLAGS = @CPPFLAGS@
     94CXX = @CXX@
     95CXXDEPMODE = @CXXDEPMODE@
     96CXXFLAGS = @CXXFLAGS@
     97CYGPATH_W = @CYGPATH_W@
     98DEFS = @DEFS@
     99DEPDIR = @DEPDIR@
     100ECHO_C = @ECHO_C@
     101ECHO_N = @ECHO_N@
     102ECHO_T = @ECHO_T@
     103EGREP = @EGREP@
     104EXEEXT = @EXEEXT@
     105GCC_PATH = @GCC_PATH@
     106GREP = @GREP@
     107INSTALL = @INSTALL@
     108INSTALL_DATA = @INSTALL_DATA@
     109INSTALL_PROGRAM = @INSTALL_PROGRAM@
     110INSTALL_SCRIPT = @INSTALL_SCRIPT@
     111INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
     112LDFLAGS = @LDFLAGS@
     113LEX = @LEX@
     114LEXLIB = @LEXLIB@
     115LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
     116LIBOBJS = @LIBOBJS@
     117LIBS = @LIBS@
     118LTLIBOBJS = @LTLIBOBJS@
     119MAINT = @MAINT@
     120MAKEINFO = @MAKEINFO@
     121MKDIR_P = @MKDIR_P@
     122OBJEXT = @OBJEXT@
     123PACKAGE = @PACKAGE@
     124PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
     125PACKAGE_NAME = @PACKAGE_NAME@
     126PACKAGE_STRING = @PACKAGE_STRING@
     127PACKAGE_TARNAME = @PACKAGE_TARNAME@
     128PACKAGE_URL = @PACKAGE_URL@
     129PACKAGE_VERSION = @PACKAGE_VERSION@
     130PATH_SEPARATOR = @PATH_SEPARATOR@
     131RANLIB = @RANLIB@
     132SET_MAKE = @SET_MAKE@
     133SHELL = @SHELL@
     134STRIP = @STRIP@
     135VERSION = @VERSION@
     136YACC = @YACC@
     137YFLAGS = @YFLAGS@
     138abs_builddir = @abs_builddir@
     139abs_srcdir = @abs_srcdir@
     140abs_top_builddir = @abs_top_builddir@
     141abs_top_srcdir = @abs_top_srcdir@
     142ac_ct_CC = @ac_ct_CC@
     143ac_ct_CXX = @ac_ct_CXX@
     144am__include = @am__include@
     145am__leading_dot = @am__leading_dot@
     146am__quote = @am__quote@
     147am__tar = @am__tar@
     148am__untar = @am__untar@
     149bindir = @bindir@
     150build_alias = @build_alias@
     151builddir = @builddir@
     152datadir = @datadir@
     153datarootdir = @datarootdir@
     154docdir = @docdir@
     155dvidir = @dvidir@
     156exec_prefix = @exec_prefix@
     157host_alias = @host_alias@
     158htmldir = @htmldir@
     159includedir = @includedir@
     160infodir = @infodir@
     161install_sh = @install_sh@
     162libdir = @libdir@
     163libexecdir = @libexecdir@
     164localedir = @localedir@
     165localstatedir = @localstatedir@
     166mandir = @mandir@
     167mkdir_p = @mkdir_p@
     168oldincludedir = @oldincludedir@
     169pdfdir = @pdfdir@
     170prefix = @prefix@
     171program_transform_name = @program_transform_name@
     172psdir = @psdir@
     173sbindir = @sbindir@
     174sharedstatedir = @sharedstatedir@
     175srcdir = @srcdir@
     176sysconfdir = @sysconfdir@
     177target_alias = @target_alias@
     178top_build_prefix = @top_build_prefix@
     179top_builddir = @top_builddir@
     180top_srcdir = @top_srcdir@
     181fstream_test_SOURCES = iostream.c fstream.c fstream_test.c
     182vector_test_SOURCES = vector_int.c fstream.c iostream.c array.c iterator.c vector_test.c
     183all: all-am
     184
     185.SUFFIXES:
     186.SUFFIXES: .c .o .obj
     187$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
     188        @for dep in $?; do \
     189          case '$(am__configure_deps)' in \
     190            *$$dep*) \
     191              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
     192                && { if test -f $@; then exit 0; else break; fi; }; \
     193              exit 1;; \
     194          esac; \
     195        done; \
     196        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/examples/Makefile'; \
     197        $(am__cd) $(top_srcdir) && \
     198          $(AUTOMAKE) --gnu src/examples/Makefile
     199.PRECIOUS: Makefile
     200Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
     201        @case '$?' in \
     202          *config.status*) \
     203            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
     204          *) \
     205            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
     206            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
     207        esac;
     208
     209$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
     210        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
     211
     212$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
     213        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
     214$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
     215        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
     216$(am__aclocal_m4_deps):
     217
     218clean-noinstPROGRAMS:
     219        -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
     220fstream_test$(EXEEXT): $(fstream_test_OBJECTS) $(fstream_test_DEPENDENCIES) $(EXTRA_fstream_test_DEPENDENCIES)
     221        @rm -f fstream_test$(EXEEXT)
     222        $(LINK) $(fstream_test_OBJECTS) $(fstream_test_LDADD) $(LIBS)
     223vector_test$(EXEEXT): $(vector_test_OBJECTS) $(vector_test_DEPENDENCIES) $(EXTRA_vector_test_DEPENDENCIES)
     224        @rm -f vector_test$(EXEEXT)
     225        $(LINK) $(vector_test_OBJECTS) $(vector_test_LDADD) $(LIBS)
     226
     227mostlyclean-compile:
     228        -rm -f *.$(OBJEXT)
     229
     230distclean-compile:
     231        -rm -f *.tab.c
     232
     233@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/array.Po@am__quote@
     234@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fstream.Po@am__quote@
     235@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fstream_test.Po@am__quote@
     236@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iostream.Po@am__quote@
     237@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iterator.Po@am__quote@
     238@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vector_int.Po@am__quote@
     239@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vector_test.Po@am__quote@
     240
     241.c.o:
     242@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
     243@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
     244@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
     245@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
     246@am__fastdepCC_FALSE@   $(COMPILE) -c $<
     247
     248.c.obj:
     249@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
     250@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
     251@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
     252@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
     253@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
     254
     255ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
     256        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
     257        unique=`for i in $$list; do \
     258            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
     259          done | \
     260          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
     261              END { if (nonempty) { for (i in files) print i; }; }'`; \
     262        mkid -fID $$unique
     263tags: TAGS
     264
     265TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
     266                $(TAGS_FILES) $(LISP)
     267        set x; \
     268        here=`pwd`; \
     269        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
     270        unique=`for i in $$list; do \
     271            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
     272          done | \
     273          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
     274              END { if (nonempty) { for (i in files) print i; }; }'`; \
     275        shift; \
     276        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
     277          test -n "$$unique" || unique=$$empty_fix; \
     278          if test $$# -gt 0; then \
     279            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
     280              "$$@" $$unique; \
     281          else \
     282            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
     283              $$unique; \
     284          fi; \
     285        fi
     286ctags: CTAGS
     287CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
     288                $(TAGS_FILES) $(LISP)
     289        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
     290        unique=`for i in $$list; do \
     291            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
     292          done | \
     293          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
     294              END { if (nonempty) { for (i in files) print i; }; }'`; \
     295        test -z "$(CTAGS_ARGS)$$unique" \
     296          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
     297             $$unique
     298
     299GTAGS:
     300        here=`$(am__cd) $(top_builddir) && pwd` \
     301          && $(am__cd) $(top_srcdir) \
     302          && gtags -i $(GTAGS_ARGS) "$$here"
     303
     304distclean-tags:
     305        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
     306
     307distdir: $(DISTFILES)
     308        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
     309        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
     310        list='$(DISTFILES)'; \
     311          dist_files=`for file in $$list; do echo $$file; done | \
     312          sed -e "s|^$$srcdirstrip/||;t" \
     313              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
     314        case $$dist_files in \
     315          */*) $(MKDIR_P) `echo "$$dist_files" | \
     316                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
     317                           sort -u` ;; \
     318        esac; \
     319        for file in $$dist_files; do \
     320          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
     321          if test -d $$d/$$file; then \
     322            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
     323            if test -d "$(distdir)/$$file"; then \
     324              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
     325            fi; \
     326            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
     327              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
     328              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
     329            fi; \
     330            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
     331          else \
     332            test -f "$(distdir)/$$file" \
     333            || cp -p $$d/$$file "$(distdir)/$$file" \
     334            || exit 1; \
     335          fi; \
     336        done
     337check-am: all-am
     338check: check-am
     339all-am: Makefile $(PROGRAMS)
     340installdirs:
     341install: install-am
     342install-exec: install-exec-am
     343install-data: install-data-am
     344uninstall: uninstall-am
     345
     346install-am: all-am
     347        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
     348
     349installcheck: installcheck-am
     350install-strip:
     351        if test -z '$(STRIP)'; then \
     352          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
     353            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
     354              install; \
     355        else \
     356          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
     357            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
     358            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
     359        fi
     360mostlyclean-generic:
     361
     362clean-generic:
     363
     364distclean-generic:
     365        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
     366        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
     367
     368maintainer-clean-generic:
     369        @echo "This command is intended for maintainers to use"
     370        @echo "it deletes files that may require special tools to rebuild."
     371clean: clean-am
     372
     373clean-am: clean-generic clean-noinstPROGRAMS mostlyclean-am
     374
     375distclean: distclean-am
     376        -rm -rf ./$(DEPDIR)
     377        -rm -f Makefile
     378distclean-am: clean-am distclean-compile distclean-generic \
     379        distclean-tags
     380
     381dvi: dvi-am
     382
     383dvi-am:
     384
     385html: html-am
     386
     387html-am:
     388
     389info: info-am
     390
     391info-am:
     392
     393install-data-am:
     394
     395install-dvi: install-dvi-am
     396
     397install-dvi-am:
     398
     399install-exec-am:
     400
     401install-html: install-html-am
     402
     403install-html-am:
     404
     405install-info: install-info-am
     406
     407install-info-am:
     408
     409install-man:
     410
     411install-pdf: install-pdf-am
     412
     413install-pdf-am:
     414
     415install-ps: install-ps-am
     416
     417install-ps-am:
     418
     419installcheck-am:
     420
     421maintainer-clean: maintainer-clean-am
     422        -rm -rf ./$(DEPDIR)
     423        -rm -f Makefile
     424maintainer-clean-am: distclean-am maintainer-clean-generic
     425
     426mostlyclean: mostlyclean-am
     427
     428mostlyclean-am: mostlyclean-compile mostlyclean-generic
     429
     430pdf: pdf-am
     431
     432pdf-am:
     433
     434ps: ps-am
     435
     436ps-am:
     437
     438uninstall-am:
     439
     440.MAKE: install-am install-strip
     441
     442.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
     443        clean-noinstPROGRAMS ctags distclean distclean-compile \
     444        distclean-generic distclean-tags distdir dvi dvi-am html \
     445        html-am info info-am install install-am install-data \
     446        install-data-am install-dvi install-dvi-am install-exec \
     447        install-exec-am install-html install-html-am install-info \
     448        install-info-am install-man install-pdf install-pdf-am \
     449        install-ps install-ps-am install-strip installcheck \
     450        installcheck-am installdirs maintainer-clean \
     451        maintainer-clean-generic mostlyclean mostlyclean-compile \
     452        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
     453        uninstall-am
     454
     455
     456# Tell versions [3.59,3.63) of GNU make to not export all variables.
     457# Otherwise a system limit (for SysV at least) may be exceeded.
     458.NOEXPORT:
Note: See TracChangeset for help on using the changeset viewer.