Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/examples/Makefile.in

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