Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/examples/Makefile.in

    r56c3935 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 # create object files in directory with source files
    22 #AUTOMAKE_OPTIONS = subdir-objects
     17CC := @CFA_BINDIR@/cfa
     18CFLAGS = -g -Wall -Wno-unused-function -MMD
     19MAKEFILE_NAME = ${firstword ${MAKEFILE_LIST}}   # makefile name
    2320
    24 VPATH = @srcdir@
    25 pkgdatadir = $(datadir)/@PACKAGE@
    26 pkgincludedir = $(includedir)/@PACKAGE@
    27 pkglibdir = $(libdir)/@PACKAGE@
    28 pkglibexecdir = $(libexecdir)/@PACKAGE@
    29 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
    30 install_sh_DATA = $(install_sh) -c -m 644
    31 install_sh_PROGRAM = $(install_sh) -c
    32 install_sh_SCRIPT = $(install_sh) -c
    33 INSTALL_HEADER = $(INSTALL_DATA)
    34 transform = $(program_transform_name)
    35 NORMAL_INSTALL = :
    36 PRE_INSTALL = :
    37 POST_INSTALL = :
    38 NORMAL_UNINSTALL = :
    39 PRE_UNINSTALL = :
    40 POST_UNINSTALL = :
    41 noinst_PROGRAMS = fstream_test$(EXEEXT) vector_test$(EXEEXT)
    42 subdir = src/examples
    43 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
    44 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    45 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
    46 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
    47         $(ACLOCAL_M4)
    48 mkinstalldirs = $(install_sh) -d
    49 CONFIG_HEADER = $(top_builddir)/config.h
    50 CONFIG_CLEAN_FILES =
    51 CONFIG_CLEAN_VPATH_FILES =
    52 PROGRAMS = $(noinst_PROGRAMS)
    53 am_fstream_test_OBJECTS = iostream.$(OBJEXT) fstream.$(OBJEXT) \
    54         fstream_test.$(OBJEXT)
    55 fstream_test_OBJECTS = $(am_fstream_test_OBJECTS)
    56 fstream_test_LDADD = $(LDADD)
    57 am_vector_test_OBJECTS = vector_int.$(OBJEXT) fstream.$(OBJEXT) \
    58         iostream.$(OBJEXT) array.$(OBJEXT) iterator.$(OBJEXT) \
    59         vector_test.$(OBJEXT)
    60 vector_test_OBJECTS = $(am_vector_test_OBJECTS)
    61 vector_test_LDADD = $(LDADD)
    62 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
    63 depcomp = $(SHELL) $(top_srcdir)/automake/depcomp
    64 am__depfiles_maybe = depfiles
    65 am__mv = mv -f
    66 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
    67         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
    68 CCLD = $(CC)
    69 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
    70 SOURCES = $(fstream_test_SOURCES) $(vector_test_SOURCES)
    71 DIST_SOURCES = $(fstream_test_SOURCES) $(vector_test_SOURCES)
    72 ETAGS = etags
    73 CTAGS = ctags
    74 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    75 ACLOCAL = @ACLOCAL@
    76 ALLOCA = @ALLOCA@
    77 AMTAR = @AMTAR@
    78 AUTOCONF = @AUTOCONF@
    79 AUTOHEADER = @AUTOHEADER@
    80 AUTOMAKE = @AUTOMAKE@
    81 AWK = @AWK@
    82 BACKEND_CC = @BACKEND_CC@
    83 CC = @CFA_BINDIR@/cfa
    84 CCDEPMODE = @CCDEPMODE@
    85 CFA_BINDIR = @CFA_BINDIR@
    86 CFA_INCDIR = @CFA_INCDIR@
    87 CFA_LIBDIR = @CFA_LIBDIR@
    88 CFA_PREFIX = @CFA_PREFIX@
     21OBJECTS1 = iostream.o fstream.o fstream_test.o
     22EXEC1 = fstream_test
    8923
    90 # applies to both programs
    91 CFLAGS = -g -Wall -Wno-unused-function # TEMPORARY: does not build with -O2
    92 CPP = @CPP@
    93 CPPFLAGS = @CPPFLAGS@
    94 CXX = @CXX@
    95 CXXDEPMODE = @CXXDEPMODE@
    96 CXXFLAGS = @CXXFLAGS@
    97 CYGPATH_W = @CYGPATH_W@
    98 DEFS = @DEFS@
    99 DEPDIR = @DEPDIR@
    100 ECHO_C = @ECHO_C@
    101 ECHO_N = @ECHO_N@
    102 ECHO_T = @ECHO_T@
    103 EGREP = @EGREP@
    104 EXEEXT = @EXEEXT@
    105 GCC_PATH = @GCC_PATH@
    106 GREP = @GREP@
    107 INSTALL = @INSTALL@
    108 INSTALL_DATA = @INSTALL_DATA@
    109 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    110 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    111 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    112 LDFLAGS = @LDFLAGS@
    113 LEX = @LEX@
    114 LEXLIB = @LEXLIB@
    115 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
    116 LIBOBJS = @LIBOBJS@
    117 LIBS = @LIBS@
    118 LTLIBOBJS = @LTLIBOBJS@
    119 MAINT = @MAINT@
    120 MAKEINFO = @MAKEINFO@
    121 MKDIR_P = @MKDIR_P@
    122 OBJEXT = @OBJEXT@
    123 PACKAGE = @PACKAGE@
    124 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    125 PACKAGE_NAME = @PACKAGE_NAME@
    126 PACKAGE_STRING = @PACKAGE_STRING@
    127 PACKAGE_TARNAME = @PACKAGE_TARNAME@
    128 PACKAGE_URL = @PACKAGE_URL@
    129 PACKAGE_VERSION = @PACKAGE_VERSION@
    130 PATH_SEPARATOR = @PATH_SEPARATOR@
    131 RANLIB = @RANLIB@
    132 SET_MAKE = @SET_MAKE@
    133 SHELL = @SHELL@
    134 STRIP = @STRIP@
    135 VERSION = @VERSION@
    136 YACC = @YACC@
    137 YFLAGS = @YFLAGS@
    138 abs_builddir = @abs_builddir@
    139 abs_srcdir = @abs_srcdir@
    140 abs_top_builddir = @abs_top_builddir@
    141 abs_top_srcdir = @abs_top_srcdir@
    142 ac_ct_CC = @ac_ct_CC@
    143 ac_ct_CXX = @ac_ct_CXX@
    144 am__include = @am__include@
    145 am__leading_dot = @am__leading_dot@
    146 am__quote = @am__quote@
    147 am__tar = @am__tar@
    148 am__untar = @am__untar@
    149 bindir = @bindir@
    150 build_alias = @build_alias@
    151 builddir = @builddir@
    152 datadir = @datadir@
    153 datarootdir = @datarootdir@
    154 docdir = @docdir@
    155 dvidir = @dvidir@
    156 exec_prefix = @exec_prefix@
    157 host_alias = @host_alias@
    158 htmldir = @htmldir@
    159 includedir = @includedir@
    160 infodir = @infodir@
    161 install_sh = @install_sh@
    162 libdir = @libdir@
    163 libexecdir = @libexecdir@
    164 localedir = @localedir@
    165 localstatedir = @localstatedir@
    166 mandir = @mandir@
    167 mkdir_p = @mkdir_p@
    168 oldincludedir = @oldincludedir@
    169 pdfdir = @pdfdir@
    170 prefix = @prefix@
    171 program_transform_name = @program_transform_name@
    172 psdir = @psdir@
    173 sbindir = @sbindir@
    174 sharedstatedir = @sharedstatedir@
    175 srcdir = @srcdir@
    176 sysconfdir = @sysconfdir@
    177 target_alias = @target_alias@
    178 top_build_prefix = @top_build_prefix@
    179 top_builddir = @top_builddir@
    180 top_srcdir = @top_srcdir@
    181 fstream_test_SOURCES = iostream.c fstream.c fstream_test.c
    182 vector_test_SOURCES = vector_int.c fstream.c iostream.c array.c iterator.c vector_test.c
    183 all: all-am
     24OBJECTS2 = vector_int.o fstream.o iostream.o array.o iterator.o vector_test.o
     25EXEC2 = vector_test
    18426
    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
    200 Makefile: $(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;
     27OBJECTS = ${OBJECTS1} ${OBJECTS2}               # all object files
     28DEPENDS = ${OBJECTS:.o=.d}                      # substitute ".o" with ".d"
     29EXECS = ${EXEC1} ${EXEC2}                       # all executables
    20830
    209 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    210         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
     31########## Targets ##########
    21132
    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):
     33.PHONY : all clean                              # not file names
    21734
    218 clean-noinstPROGRAMS:
    219         -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
    220 fstream_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)
    223 vector_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)
     35all : ${EXECS}                                  # build all executables
    22636
    227 mostlyclean-compile:
    228         -rm -f *.$(OBJEXT)
     37${EXEC1} : ${OBJECTS1}                          # link step 1st executable
     38        ${CC} ${CFLAGS} $^ -o $@                # additional object files before $^
    22939
    230 distclean-compile:
    231         -rm -f *.tab.c
     40${EXEC2} : ${OBJECTS2}                          # link step 2nd executable
     41        ${CC} ${CFLAGS} $^ -o $@                # additional object files before $^
    23242
    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@
     43${OBJECTS} : ${MAKEFILE_NAME}                   # OPTIONAL : changes to this file => recompile
    24044
    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 $<
     45-include ${DEPENDS}                             # include *.d files containing program dependences
    24746
    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) '$<'`
     47clean :                                         # remove files that can be regenerated
     48        rm -f ${DEPENDS} ${OBJECTS} ${EXECS} *.class
    25449
    255 ID: $(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
    263 tags: TAGS
    264 
    265 TAGS:  $(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
    286 ctags: CTAGS
    287 CTAGS:  $(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 
    299 GTAGS:
    300         here=`$(am__cd) $(top_builddir) && pwd` \
    301           && $(am__cd) $(top_srcdir) \
    302           && gtags -i $(GTAGS_ARGS) "$$here"
    303 
    304 distclean-tags:
    305         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    306 
    307 distdir: $(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
    337 check-am: all-am
    338 check: check-am
    339 all-am: Makefile $(PROGRAMS)
    340 installdirs:
    341 install: install-am
    342 install-exec: install-exec-am
    343 install-data: install-data-am
    344 uninstall: uninstall-am
    345 
    346 install-am: all-am
    347         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    348 
    349 installcheck: installcheck-am
    350 install-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
    360 mostlyclean-generic:
    361 
    362 clean-generic:
    363 
    364 distclean-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 
    368 maintainer-clean-generic:
    369         @echo "This command is intended for maintainers to use"
    370         @echo "it deletes files that may require special tools to rebuild."
    371 clean: clean-am
    372 
    373 clean-am: clean-generic clean-noinstPROGRAMS mostlyclean-am
    374 
    375 distclean: distclean-am
    376         -rm -rf ./$(DEPDIR)
    377         -rm -f Makefile
    378 distclean-am: clean-am distclean-compile distclean-generic \
    379         distclean-tags
    380 
    381 dvi: dvi-am
    382 
    383 dvi-am:
    384 
    385 html: html-am
    386 
    387 html-am:
    388 
    389 info: info-am
    390 
    391 info-am:
    392 
    393 install-data-am:
    394 
    395 install-dvi: install-dvi-am
    396 
    397 install-dvi-am:
    398 
    399 install-exec-am:
    400 
    401 install-html: install-html-am
    402 
    403 install-html-am:
    404 
    405 install-info: install-info-am
    406 
    407 install-info-am:
    408 
    409 install-man:
    410 
    411 install-pdf: install-pdf-am
    412 
    413 install-pdf-am:
    414 
    415 install-ps: install-ps-am
    416 
    417 install-ps-am:
    418 
    419 installcheck-am:
    420 
    421 maintainer-clean: maintainer-clean-am
    422         -rm -rf ./$(DEPDIR)
    423         -rm -f Makefile
    424 maintainer-clean-am: distclean-am maintainer-clean-generic
    425 
    426 mostlyclean: mostlyclean-am
    427 
    428 mostlyclean-am: mostlyclean-compile mostlyclean-generic
    429 
    430 pdf: pdf-am
    431 
    432 pdf-am:
    433 
    434 ps: ps-am
    435 
    436 ps-am:
    437 
    438 uninstall-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:
     50distclean : clean
Note: See TracChangeset for help on using the changeset viewer.