Changeset 00cc023 for src/examples


Ignore:
Timestamp:
May 31, 2015, 1:54:23 PM (9 years ago)
Author:
Peter A. Buhr <pabuhr@…>
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:
5cb5f842
Parents:
86bd7c1f
Message:

redo automake first attempt

Location:
src/examples
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • src/examples/Makefile.in

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