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