Home | History | Annotate | Line # | Download | only in libssp
      1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
      2 # @configure_input@
      3 
      4 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
      5 
      6 # This Makefile.in is free software; the Free Software Foundation
      7 # gives unlimited permission to copy and/or distribute it,
      8 # with or without modifications, as long as this notice is preserved.
      9 
     10 # This program is distributed in the hope that it will be useful,
     11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
     12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
     13 # PARTICULAR PURPOSE.
     14 
     15 @SET_MAKE@
     16 
     17 
     18 VPATH = @srcdir@
     19 am__is_gnu_make = { \
     20   if test -z '$(MAKELEVEL)'; then \
     21     false; \
     22   elif test -n '$(MAKE_HOST)'; then \
     23     true; \
     24   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
     25     true; \
     26   else \
     27     false; \
     28   fi; \
     29 }
     30 am__make_running_with_option = \
     31   case $${target_option-} in \
     32       ?) ;; \
     33       *) echo "am__make_running_with_option: internal error: invalid" \
     34               "target option '$${target_option-}' specified" >&2; \
     35          exit 1;; \
     36   esac; \
     37   has_opt=no; \
     38   sane_makeflags=$$MAKEFLAGS; \
     39   if $(am__is_gnu_make); then \
     40     sane_makeflags=$$MFLAGS; \
     41   else \
     42     case $$MAKEFLAGS in \
     43       *\\[\ \	]*) \
     44         bs=\\; \
     45         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
     46           | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
     47     esac; \
     48   fi; \
     49   skip_next=no; \
     50   strip_trailopt () \
     51   { \
     52     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
     53   }; \
     54   for flg in $$sane_makeflags; do \
     55     test $$skip_next = yes && { skip_next=no; continue; }; \
     56     case $$flg in \
     57       *=*|--*) continue;; \
     58         -*I) strip_trailopt 'I'; skip_next=yes;; \
     59       -*I?*) strip_trailopt 'I';; \
     60         -*O) strip_trailopt 'O'; skip_next=yes;; \
     61       -*O?*) strip_trailopt 'O';; \
     62         -*l) strip_trailopt 'l'; skip_next=yes;; \
     63       -*l?*) strip_trailopt 'l';; \
     64       -[dEDm]) skip_next=yes;; \
     65       -[JT]) skip_next=yes;; \
     66     esac; \
     67     case $$flg in \
     68       *$$target_option*) has_opt=yes; break;; \
     69     esac; \
     70   done; \
     71   test $$has_opt = yes
     72 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
     73 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
     74 pkgdatadir = $(datadir)/@PACKAGE@
     75 pkgincludedir = $(includedir)/@PACKAGE@
     76 pkglibdir = $(libdir)/@PACKAGE@
     77 pkglibexecdir = $(libexecdir)/@PACKAGE@
     78 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
     79 install_sh_DATA = $(install_sh) -c -m 644
     80 install_sh_PROGRAM = $(install_sh) -c
     81 install_sh_SCRIPT = $(install_sh) -c
     82 INSTALL_HEADER = $(INSTALL_DATA)
     83 transform = $(program_transform_name)
     84 NORMAL_INSTALL = :
     85 PRE_INSTALL = :
     86 POST_INSTALL = :
     87 NORMAL_UNINSTALL = :
     88 PRE_UNINSTALL = :
     89 POST_UNINSTALL = :
     90 build_triplet = @build@
     91 host_triplet = @host@
     92 target_triplet = @target@
     93 subdir = .
     94 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     95 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
     96 	$(top_srcdir)/../config/cet.m4 \
     97 	$(top_srcdir)/../config/depstand.m4 \
     98 	$(top_srcdir)/../config/enable.m4 \
     99 	$(top_srcdir)/../config/lead-dot.m4 \
    100 	$(top_srcdir)/../config/lthostflags.m4 \
    101 	$(top_srcdir)/../config/multi.m4 \
    102 	$(top_srcdir)/../config/no-executables.m4 \
    103 	$(top_srcdir)/../config/override.m4 \
    104 	$(top_srcdir)/../config/toolexeclibdir.m4 \
    105 	$(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
    106 	$(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
    107 	$(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/configure.ac
    108 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
    109 	$(ACLOCAL_M4)
    110 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
    111 	$(am__configure_deps) $(nobase_libsubinclude_HEADERS)
    112 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
    113  configure.lineno config.status.lineno
    114 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
    115 CONFIG_HEADER = config.h
    116 CONFIG_CLEAN_FILES = ssp/ssp.h
    117 CONFIG_CLEAN_VPATH_FILES =
    118 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
    119 am__vpath_adj = case $$p in \
    120     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
    121     *) f=$$p;; \
    122   esac;
    123 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
    124 am__install_max = 40
    125 am__nobase_strip_setup = \
    126   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
    127 am__nobase_strip = \
    128   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
    129 am__nobase_list = $(am__nobase_strip_setup); \
    130   for p in $$list; do echo "$$p $$p"; done | \
    131   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
    132   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
    133     if (++n[$$2] == $(am__install_max)) \
    134       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
    135     END { for (dir in files) print dir, files[dir] }'
    136 am__base_list = \
    137   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
    138   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
    139 am__uninstall_files_from_dir = { \
    140   test -z "$$files" \
    141     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
    142     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
    143          $(am__cd) "$$dir" && rm -f $$files; }; \
    144   }
    145 am__installdirs = "$(DESTDIR)$(toolexeclibdir)" \
    146 	"$(DESTDIR)$(libsubincludedir)"
    147 LTLIBRARIES = $(toolexeclib_LTLIBRARIES)
    148 am_libssp_la_OBJECTS = ssp.lo gets-chk.lo memcpy-chk.lo memmove-chk.lo \
    149 	mempcpy-chk.lo memset-chk.lo snprintf-chk.lo sprintf-chk.lo \
    150 	stpcpy-chk.lo strcat-chk.lo strcpy-chk.lo strncat-chk.lo \
    151 	strncpy-chk.lo vsnprintf-chk.lo vsprintf-chk.lo
    152 libssp_la_OBJECTS = $(am_libssp_la_OBJECTS)
    153 AM_V_lt = $(am__v_lt_@AM_V@)
    154 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
    155 am__v_lt_0 = --silent
    156 am__v_lt_1 = 
    157 libssp_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
    158 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
    159 	$(libssp_la_LDFLAGS) $(LDFLAGS) -o $@
    160 am_libssp_nonshared_la_OBJECTS = libssp_nonshared_la-ssp-local.lo
    161 libssp_nonshared_la_OBJECTS = $(am_libssp_nonshared_la_OBJECTS)
    162 libssp_nonshared_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
    163 	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
    164 	$(libssp_nonshared_la_CFLAGS) $(CFLAGS) \
    165 	$(libssp_nonshared_la_LDFLAGS) $(LDFLAGS) -o $@
    166 AM_V_P = $(am__v_P_@AM_V@)
    167 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
    168 am__v_P_0 = false
    169 am__v_P_1 = :
    170 AM_V_GEN = $(am__v_GEN_@AM_V@)
    171 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
    172 am__v_GEN_0 = @echo "  GEN     " $@;
    173 am__v_GEN_1 = 
    174 AM_V_at = $(am__v_at_@AM_V@)
    175 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
    176 am__v_at_0 = @
    177 am__v_at_1 = 
    178 DEFAULT_INCLUDES = -I.@am__isrc@
    179 depcomp = $(SHELL) $(top_srcdir)/../depcomp
    180 am__depfiles_maybe = depfiles
    181 am__mv = mv -f
    182 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
    183 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
    184 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
    185 	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
    186 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
    187 	$(AM_CFLAGS) $(CFLAGS)
    188 AM_V_CC = $(am__v_CC_@AM_V@)
    189 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
    190 am__v_CC_0 = @echo "  CC      " $@;
    191 am__v_CC_1 = 
    192 CCLD = $(CC)
    193 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
    194 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
    195 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
    196 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
    197 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
    198 am__v_CCLD_0 = @echo "  CCLD    " $@;
    199 am__v_CCLD_1 = 
    200 SOURCES = $(libssp_la_SOURCES) $(libssp_nonshared_la_SOURCES)
    201 am__can_run_installinfo = \
    202   case $$AM_UPDATE_INFO_DIR in \
    203     n|no|NO) false;; \
    204     *) (install-info --version) >/dev/null 2>&1;; \
    205   esac
    206 HEADERS = $(nobase_libsubinclude_HEADERS)
    207 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
    208 	$(LISP)config.h.in
    209 # Read a list of newline-separated strings from the standard input,
    210 # and print each of them once, without duplicates.  Input order is
    211 # *not* preserved.
    212 am__uniquify_input = $(AWK) '\
    213   BEGIN { nonempty = 0; } \
    214   { items[$$0] = 1; nonempty = 1; } \
    215   END { if (nonempty) { for (i in items) print i; }; } \
    216 '
    217 # Make sure the list of sources is unique.  This is necessary because,
    218 # e.g., the same source file might be shared among _SOURCES variables
    219 # for different programs/libraries.
    220 am__define_uniq_tagged_files = \
    221   list='$(am__tagged_files)'; \
    222   unique=`for i in $$list; do \
    223     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    224   done | $(am__uniquify_input)`
    225 ETAGS = etags
    226 CTAGS = ctags
    227 CSCOPE = cscope
    228 AM_RECURSIVE_TARGETS = cscope
    229 ACLOCAL = @ACLOCAL@
    230 AMTAR = @AMTAR@
    231 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
    232 AR = @AR@
    233 AUTOCONF = @AUTOCONF@
    234 AUTOHEADER = @AUTOHEADER@
    235 AUTOMAKE = @AUTOMAKE@
    236 AWK = @AWK@
    237 CC = @CC@
    238 CCDEPMODE = @CCDEPMODE@
    239 CFLAGS = @CFLAGS@
    240 CPP = @CPP@
    241 CPPFLAGS = @CPPFLAGS@
    242 CYGPATH_W = @CYGPATH_W@
    243 DEFS = @DEFS@
    244 DEPDIR = @DEPDIR@
    245 DSYMUTIL = @DSYMUTIL@
    246 DUMPBIN = @DUMPBIN@
    247 ECHO_C = @ECHO_C@
    248 ECHO_N = @ECHO_N@
    249 ECHO_T = @ECHO_T@
    250 EGREP = @EGREP@
    251 EXEEXT = @EXEEXT@
    252 FGREP = @FGREP@
    253 GREP = @GREP@
    254 INSTALL = @INSTALL@
    255 INSTALL_DATA = @INSTALL_DATA@
    256 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    257 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    258 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    259 LD = @LD@
    260 LDFLAGS = @LDFLAGS@
    261 LIBOBJS = @LIBOBJS@
    262 LIBS = @LIBS@
    263 LIBTOOL = @LIBTOOL@
    264 LIPO = @LIPO@
    265 LN_S = @LN_S@
    266 LTLIBOBJS = @LTLIBOBJS@
    267 MAINT = @MAINT@
    268 MAKEINFO = @MAKEINFO@
    269 MKDIR_P = @MKDIR_P@
    270 NM = @NM@
    271 NMEDIT = @NMEDIT@
    272 OBJDUMP = @OBJDUMP@
    273 OBJEXT = @OBJEXT@
    274 OTOOL = @OTOOL@
    275 OTOOL64 = @OTOOL64@
    276 PACKAGE = @PACKAGE@
    277 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    278 PACKAGE_NAME = @PACKAGE_NAME@
    279 PACKAGE_STRING = @PACKAGE_STRING@
    280 PACKAGE_TARNAME = @PACKAGE_TARNAME@
    281 PACKAGE_URL = @PACKAGE_URL@
    282 PACKAGE_VERSION = @PACKAGE_VERSION@
    283 PATH_SEPARATOR = @PATH_SEPARATOR@
    284 RANLIB = @RANLIB@
    285 SED = @SED@
    286 SET_MAKE = @SET_MAKE@
    287 SHELL = @SHELL@
    288 STRIP = @STRIP@
    289 VERSION = @VERSION@
    290 XCFLAGS = @XCFLAGS@
    291 abs_builddir = @abs_builddir@
    292 abs_srcdir = @abs_srcdir@
    293 abs_top_builddir = @abs_top_builddir@
    294 abs_top_srcdir = @abs_top_srcdir@
    295 ac_ct_CC = @ac_ct_CC@
    296 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
    297 am__include = @am__include@
    298 am__leading_dot = @am__leading_dot@
    299 am__quote = @am__quote@
    300 am__tar = @am__tar@
    301 am__untar = @am__untar@
    302 bindir = @bindir@
    303 build = @build@
    304 build_alias = @build_alias@
    305 build_cpu = @build_cpu@
    306 build_os = @build_os@
    307 build_vendor = @build_vendor@
    308 builddir = @builddir@
    309 datadir = @datadir@
    310 datarootdir = @datarootdir@
    311 docdir = @docdir@
    312 dvidir = @dvidir@
    313 enable_shared = @enable_shared@
    314 enable_static = @enable_static@
    315 exec_prefix = @exec_prefix@
    316 get_gcc_base_ver = @get_gcc_base_ver@
    317 host = @host@
    318 host_alias = @host_alias@
    319 host_cpu = @host_cpu@
    320 host_os = @host_os@
    321 host_vendor = @host_vendor@
    322 htmldir = @htmldir@
    323 includedir = @includedir@
    324 infodir = @infodir@
    325 install_sh = @install_sh@
    326 libdir = @libdir@
    327 libexecdir = @libexecdir@
    328 localedir = @localedir@
    329 localstatedir = @localstatedir@
    330 lt_host_flags = @lt_host_flags@
    331 mandir = @mandir@
    332 mkdir_p = @mkdir_p@
    333 multi_basedir = @multi_basedir@
    334 oldincludedir = @oldincludedir@
    335 pdfdir = @pdfdir@
    336 prefix = @prefix@
    337 program_transform_name = @program_transform_name@
    338 psdir = @psdir@
    339 sbindir = @sbindir@
    340 sharedstatedir = @sharedstatedir@
    341 srcdir = @srcdir@
    342 ssp_have_usable_vsnprintf = @ssp_have_usable_vsnprintf@
    343 sysconfdir = @sysconfdir@
    344 target = @target@
    345 target_alias = @target_alias@
    346 target_cpu = @target_cpu@
    347 target_noncanonical = @target_noncanonical@
    348 target_os = @target_os@
    349 target_vendor = @target_vendor@
    350 toolexecdir = @toolexecdir@
    351 toolexeclibdir = @toolexeclibdir@
    352 top_build_prefix = @top_build_prefix@
    353 top_builddir = @top_builddir@
    354 top_srcdir = @top_srcdir@
    355 AUTOMAKE_OPTIONS = foreign
    356 ACLOCAL_AMFLAGS = -I .. -I ../config
    357 MAINT_CHARSET = latin1
    358 
    359 # May be used by various substitution variables.
    360 gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
    361 @LIBSSP_USE_SYMVER_FALSE@version_arg = 
    362 @LIBSSP_USE_SYMVER_GNU_TRUE@@LIBSSP_USE_SYMVER_TRUE@version_arg = -Wl,--version-script=$(srcdir)/ssp.map
    363 @LIBSSP_USE_SYMVER_SUN_TRUE@@LIBSSP_USE_SYMVER_TRUE@version_arg = -Wl,-M,ssp.map-sun
    364 @LIBSSP_USE_SYMVER_FALSE@version_dep = 
    365 @LIBSSP_USE_SYMVER_GNU_TRUE@@LIBSSP_USE_SYMVER_TRUE@version_dep = $(srcdir)/ssp.map
    366 @LIBSSP_USE_SYMVER_SUN_TRUE@@LIBSSP_USE_SYMVER_TRUE@version_dep = ssp.map-sun
    367 AM_CFLAGS = -Wall $(XCFLAGS)
    368 toolexeclib_LTLIBRARIES = libssp.la libssp_nonshared.la
    369 libsubincludedir = $(libdir)/gcc/$(target_noncanonical)/$(gcc_version)/include
    370 nobase_libsubinclude_HEADERS = ssp/ssp.h ssp/string.h ssp/stdio.h ssp/unistd.h
    371 libssp_la_SOURCES = \
    372 	ssp.c gets-chk.c memcpy-chk.c memmove-chk.c mempcpy-chk.c \
    373 	memset-chk.c snprintf-chk.c sprintf-chk.c stpcpy-chk.c \
    374 	strcat-chk.c strcpy-chk.c strncat-chk.c strncpy-chk.c \
    375 	vsnprintf-chk.c vsprintf-chk.c
    376 
    377 libssp_la_LIBADD = 
    378 libssp_la_DEPENDENCIES = $(version_dep) $(libssp_la_LIBADD)
    379 libssp_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version` \
    380 		    $(version_arg) $(lt_host_flags)
    381 
    382 libssp_nonshared_la_SOURCES = \
    383 	ssp-local.c
    384 
    385 libssp_nonshared_la_CFLAGS = -prefer-pic $(XCFLAGS)
    386 libssp_nonshared_la_LIBADD = 
    387 libssp_nonshared_la_DEPENDENCIES = $(libssp_nonshared_la_LIBADD)
    388 libssp_nonshared_la_LDFLAGS = -static
    389 
    390 # XXX hack alert
    391 # From libffi/Makefile.am
    392 
    393 # Work around what appears to be a GNU make bug handling MAKEFLAGS
    394 # values defined in terms of make variables, as is the case for CC and
    395 # friends when we are called from the top level Makefile.
    396 AM_MAKEFLAGS = \
    397 	"AR_FLAGS=$(AR_FLAGS)" \
    398 	"CC_FOR_BUILD=$(CC_FOR_BUILD)" \
    399 	"CFLAGS=$(CFLAGS)" \
    400 	"CXXFLAGS=$(CXXFLAGS)" \
    401 	"CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
    402 	"CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
    403 	"INSTALL=$(INSTALL)" \
    404 	"INSTALL_DATA=$(INSTALL_DATA)" \
    405 	"INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
    406 	"INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
    407 	"JC1FLAGS=$(JC1FLAGS)" \
    408 	"LDFLAGS=$(LDFLAGS)" \
    409 	"LIBCFLAGS=$(LIBCFLAGS)" \
    410 	"LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
    411 	"MAKE=$(MAKE)" \
    412 	"MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
    413 	"PICFLAG=$(PICFLAG)" \
    414 	"PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
    415 	"SHELL=$(SHELL)" \
    416 	"RUNTESTFLAGS=$(RUNTESTFLAGS)" \
    417 	"exec_prefix=$(exec_prefix)" \
    418 	"infodir=$(infodir)" \
    419 	"libdir=$(libdir)" \
    420 	"prefix=$(prefix)" \
    421 	"includedir=$(includedir)" \
    422 	"AR=$(AR)" \
    423 	"AS=$(AS)" \
    424 	"CC=$(CC)" \
    425 	"CXX=$(CXX)" \
    426 	"LD=$(LD)" \
    427 	"LIBCFLAGS=$(LIBCFLAGS)" \
    428 	"NM=$(NM)" \
    429 	"PICFLAG=$(PICFLAG)" \
    430 	"RANLIB=$(RANLIB)" \
    431 	"DESTDIR=$(DESTDIR)"
    432 
    433 MAKEOVERRIDES = 
    434 MULTISRCTOP = 
    435 MULTIBUILDTOP = 
    436 MULTIDIRS = 
    437 MULTISUBDIR = 
    438 MULTIDO = true
    439 MULTICLEAN = true
    440 all: config.h
    441 	$(MAKE) $(AM_MAKEFLAGS) all-am
    442 
    443 .SUFFIXES:
    444 .SUFFIXES: .c .lo .o .obj
    445 am--refresh: Makefile
    446 	@:
    447 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/../multilib.am $(am__configure_deps)
    448 	@for dep in $?; do \
    449 	  case '$(am__configure_deps)' in \
    450 	    *$$dep*) \
    451 	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
    452 	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
    453 		&& exit 0; \
    454 	      exit 1;; \
    455 	  esac; \
    456 	done; \
    457 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
    458 	$(am__cd) $(top_srcdir) && \
    459 	  $(AUTOMAKE) --foreign Makefile
    460 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    461 	@case '$?' in \
    462 	  *config.status*) \
    463 	    echo ' $(SHELL) ./config.status'; \
    464 	    $(SHELL) ./config.status;; \
    465 	  *) \
    466 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
    467 	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
    468 	esac;
    469 $(top_srcdir)/../multilib.am $(am__empty):
    470 
    471 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    472 	$(SHELL) ./config.status --recheck
    473 
    474 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
    475 	$(am__cd) $(srcdir) && $(AUTOCONF)
    476 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
    477 	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
    478 $(am__aclocal_m4_deps):
    479 
    480 config.h: stamp-h1
    481 	@test -f $@ || rm -f stamp-h1
    482 	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
    483 
    484 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
    485 	@rm -f stamp-h1
    486 	cd $(top_builddir) && $(SHELL) ./config.status config.h
    487 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
    488 	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
    489 	rm -f stamp-h1
    490 	touch $@
    491 
    492 distclean-hdr:
    493 	-rm -f config.h stamp-h1
    494 ssp/ssp.h: $(top_builddir)/config.status $(top_srcdir)/ssp/ssp.h.in
    495 	cd $(top_builddir) && $(SHELL) ./config.status $@
    496 
    497 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
    498 	@$(NORMAL_INSTALL)
    499 	@list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
    500 	list2=; for p in $$list; do \
    501 	  if test -f $$p; then \
    502 	    list2="$$list2 $$p"; \
    503 	  else :; fi; \
    504 	done; \
    505 	test -z "$$list2" || { \
    506 	  echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
    507 	  $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
    508 	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
    509 	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \
    510 	}
    511 
    512 uninstall-toolexeclibLTLIBRARIES:
    513 	@$(NORMAL_UNINSTALL)
    514 	@list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
    515 	for p in $$list; do \
    516 	  $(am__strip_dir) \
    517 	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
    518 	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \
    519 	done
    520 
    521 clean-toolexeclibLTLIBRARIES:
    522 	-test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
    523 	@list='$(toolexeclib_LTLIBRARIES)'; \
    524 	locs=`for p in $$list; do echo $$p; done | \
    525 	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
    526 	      sort -u`; \
    527 	test -z "$$locs" || { \
    528 	  echo rm -f $${locs}; \
    529 	  rm -f $${locs}; \
    530 	}
    531 
    532 libssp.la: $(libssp_la_OBJECTS) $(libssp_la_DEPENDENCIES) $(EXTRA_libssp_la_DEPENDENCIES) 
    533 	$(AM_V_CCLD)$(libssp_la_LINK) -rpath $(toolexeclibdir) $(libssp_la_OBJECTS) $(libssp_la_LIBADD) $(LIBS)
    534 
    535 libssp_nonshared.la: $(libssp_nonshared_la_OBJECTS) $(libssp_nonshared_la_DEPENDENCIES) $(EXTRA_libssp_nonshared_la_DEPENDENCIES) 
    536 	$(AM_V_CCLD)$(libssp_nonshared_la_LINK) -rpath $(toolexeclibdir) $(libssp_nonshared_la_OBJECTS) $(libssp_nonshared_la_LIBADD) $(LIBS)
    537 
    538 mostlyclean-compile:
    539 	-rm -f *.$(OBJEXT)
    540 
    541 distclean-compile:
    542 	-rm -f *.tab.c
    543 
    544 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gets-chk.Plo@am__quote@
    545 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libssp_nonshared_la-ssp-local.Plo@am__quote@
    546 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memcpy-chk.Plo@am__quote@
    547 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memmove-chk.Plo@am__quote@
    548 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mempcpy-chk.Plo@am__quote@
    549 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memset-chk.Plo@am__quote@
    550 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/snprintf-chk.Plo@am__quote@
    551 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sprintf-chk.Plo@am__quote@
    552 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ssp.Plo@am__quote@
    553 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stpcpy-chk.Plo@am__quote@
    554 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcat-chk.Plo@am__quote@
    555 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcpy-chk.Plo@am__quote@
    556 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncat-chk.Plo@am__quote@
    557 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncpy-chk.Plo@am__quote@
    558 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vsnprintf-chk.Plo@am__quote@
    559 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vsprintf-chk.Plo@am__quote@
    560 
    561 .c.o:
    562 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
    563 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
    564 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    565 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    566 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
    567 
    568 .c.obj:
    569 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
    570 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
    571 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    572 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    573 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
    574 
    575 .c.lo:
    576 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
    577 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
    578 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
    579 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    580 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
    581 
    582 libssp_nonshared_la-ssp-local.lo: ssp-local.c
    583 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libssp_nonshared_la_CFLAGS) $(CFLAGS) -MT libssp_nonshared_la-ssp-local.lo -MD -MP -MF $(DEPDIR)/libssp_nonshared_la-ssp-local.Tpo -c -o libssp_nonshared_la-ssp-local.lo `test -f 'ssp-local.c' || echo '$(srcdir)/'`ssp-local.c
    584 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libssp_nonshared_la-ssp-local.Tpo $(DEPDIR)/libssp_nonshared_la-ssp-local.Plo
    585 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ssp-local.c' object='libssp_nonshared_la-ssp-local.lo' libtool=yes @AMDEPBACKSLASH@
    586 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    587 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libssp_nonshared_la_CFLAGS) $(CFLAGS) -c -o libssp_nonshared_la-ssp-local.lo `test -f 'ssp-local.c' || echo '$(srcdir)/'`ssp-local.c
    588 
    589 mostlyclean-libtool:
    590 	-rm -f *.lo
    591 
    592 clean-libtool:
    593 	-rm -rf .libs _libs
    594 
    595 distclean-libtool:
    596 	-rm -f libtool config.lt
    597 install-nobase_libsubincludeHEADERS: $(nobase_libsubinclude_HEADERS)
    598 	@$(NORMAL_INSTALL)
    599 	@list='$(nobase_libsubinclude_HEADERS)'; test -n "$(libsubincludedir)" || list=; \
    600 	if test -n "$$list"; then \
    601 	  echo " $(MKDIR_P) '$(DESTDIR)$(libsubincludedir)'"; \
    602 	  $(MKDIR_P) "$(DESTDIR)$(libsubincludedir)" || exit 1; \
    603 	fi; \
    604 	$(am__nobase_list) | while read dir files; do \
    605 	  xfiles=; for file in $$files; do \
    606 	    if test -f "$$file"; then xfiles="$$xfiles $$file"; \
    607 	    else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
    608 	  test -z "$$xfiles" || { \
    609 	    test "x$$dir" = x. || { \
    610 	      echo " $(MKDIR_P) '$(DESTDIR)$(libsubincludedir)/$$dir'"; \
    611 	      $(MKDIR_P) "$(DESTDIR)$(libsubincludedir)/$$dir"; }; \
    612 	    echo " $(INSTALL_HEADER) $$xfiles '$(DESTDIR)$(libsubincludedir)/$$dir'"; \
    613 	    $(INSTALL_HEADER) $$xfiles "$(DESTDIR)$(libsubincludedir)/$$dir" || exit $$?; }; \
    614 	done
    615 
    616 uninstall-nobase_libsubincludeHEADERS:
    617 	@$(NORMAL_UNINSTALL)
    618 	@list='$(nobase_libsubinclude_HEADERS)'; test -n "$(libsubincludedir)" || list=; \
    619 	$(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
    620 	dir='$(DESTDIR)$(libsubincludedir)'; $(am__uninstall_files_from_dir)
    621 
    622 ID: $(am__tagged_files)
    623 	$(am__define_uniq_tagged_files); mkid -fID $$unique
    624 tags: tags-am
    625 TAGS: tags
    626 
    627 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    628 	set x; \
    629 	here=`pwd`; \
    630 	$(am__define_uniq_tagged_files); \
    631 	shift; \
    632 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
    633 	  test -n "$$unique" || unique=$$empty_fix; \
    634 	  if test $$# -gt 0; then \
    635 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    636 	      "$$@" $$unique; \
    637 	  else \
    638 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    639 	      $$unique; \
    640 	  fi; \
    641 	fi
    642 ctags: ctags-am
    643 
    644 CTAGS: ctags
    645 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    646 	$(am__define_uniq_tagged_files); \
    647 	test -z "$(CTAGS_ARGS)$$unique" \
    648 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
    649 	     $$unique
    650 
    651 GTAGS:
    652 	here=`$(am__cd) $(top_builddir) && pwd` \
    653 	  && $(am__cd) $(top_srcdir) \
    654 	  && gtags -i $(GTAGS_ARGS) "$$here"
    655 cscope: cscope.files
    656 	test ! -s cscope.files \
    657 	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
    658 clean-cscope:
    659 	-rm -f cscope.files
    660 cscope.files: clean-cscope cscopelist
    661 cscopelist: cscopelist-am
    662 
    663 cscopelist-am: $(am__tagged_files)
    664 	list='$(am__tagged_files)'; \
    665 	case "$(srcdir)" in \
    666 	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
    667 	  *) sdir=$(subdir)/$(srcdir) ;; \
    668 	esac; \
    669 	for i in $$list; do \
    670 	  if test -f "$$i"; then \
    671 	    echo "$(subdir)/$$i"; \
    672 	  else \
    673 	    echo "$$sdir/$$i"; \
    674 	  fi; \
    675 	done >> $(top_builddir)/cscope.files
    676 
    677 distclean-tags:
    678 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    679 	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
    680 check-am: all-am
    681 check: check-am
    682 all-am: Makefile $(LTLIBRARIES) $(HEADERS) config.h all-local
    683 installdirs:
    684 	for dir in "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(libsubincludedir)"; do \
    685 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
    686 	done
    687 install: install-am
    688 install-exec: install-exec-am
    689 install-data: install-data-am
    690 uninstall: uninstall-am
    691 
    692 install-am: all-am
    693 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    694 
    695 installcheck: installcheck-am
    696 install-strip:
    697 	if test -z '$(STRIP)'; then \
    698 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    699 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    700 	      install; \
    701 	else \
    702 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    703 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    704 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
    705 	fi
    706 mostlyclean-generic:
    707 
    708 clean-generic:
    709 
    710 distclean-generic:
    711 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    712 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
    713 
    714 maintainer-clean-generic:
    715 	@echo "This command is intended for maintainers to use"
    716 	@echo "it deletes files that may require special tools to rebuild."
    717 clean: clean-am
    718 
    719 clean-am: clean-generic clean-libtool clean-local \
    720 	clean-toolexeclibLTLIBRARIES mostlyclean-am
    721 
    722 distclean: distclean-am
    723 	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
    724 	-rm -rf ./$(DEPDIR)
    725 	-rm -f Makefile
    726 distclean-am: clean-am distclean-compile distclean-generic \
    727 	distclean-hdr distclean-libtool distclean-local distclean-tags
    728 
    729 dvi: dvi-am
    730 
    731 dvi-am:
    732 
    733 html: html-am
    734 
    735 html-am:
    736 
    737 info: info-am
    738 
    739 info-am:
    740 
    741 install-data-am: install-nobase_libsubincludeHEADERS
    742 
    743 install-dvi: install-dvi-am
    744 
    745 install-dvi-am:
    746 
    747 install-exec-am: install-exec-local install-toolexeclibLTLIBRARIES
    748 
    749 install-html: install-html-am
    750 
    751 install-html-am:
    752 
    753 install-info: install-info-am
    754 
    755 install-info-am:
    756 
    757 install-man:
    758 
    759 install-pdf: install-pdf-am
    760 
    761 install-pdf-am:
    762 
    763 install-ps: install-ps-am
    764 
    765 install-ps-am:
    766 
    767 installcheck-am:
    768 
    769 maintainer-clean: maintainer-clean-am
    770 	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
    771 	-rm -rf $(top_srcdir)/autom4te.cache
    772 	-rm -rf ./$(DEPDIR)
    773 	-rm -f Makefile
    774 maintainer-clean-am: distclean-am maintainer-clean-generic \
    775 	maintainer-clean-local
    776 
    777 mostlyclean: mostlyclean-am
    778 
    779 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
    780 	mostlyclean-libtool mostlyclean-local
    781 
    782 pdf: pdf-am
    783 
    784 pdf-am:
    785 
    786 ps: ps-am
    787 
    788 ps-am:
    789 
    790 uninstall-am: uninstall-nobase_libsubincludeHEADERS \
    791 	uninstall-toolexeclibLTLIBRARIES
    792 
    793 .MAKE: all install-am install-strip
    794 
    795 .PHONY: CTAGS GTAGS TAGS all all-am all-local am--refresh check \
    796 	check-am clean clean-cscope clean-generic clean-libtool \
    797 	clean-local clean-toolexeclibLTLIBRARIES cscope cscopelist-am \
    798 	ctags ctags-am distclean distclean-compile distclean-generic \
    799 	distclean-hdr distclean-libtool distclean-local distclean-tags \
    800 	dvi dvi-am html html-am info info-am install install-am \
    801 	install-data install-data-am install-dvi install-dvi-am \
    802 	install-exec install-exec-am install-exec-local install-html \
    803 	install-html-am install-info install-info-am install-man \
    804 	install-nobase_libsubincludeHEADERS install-pdf install-pdf-am \
    805 	install-ps install-ps-am install-strip \
    806 	install-toolexeclibLTLIBRARIES installcheck installcheck-am \
    807 	installdirs maintainer-clean maintainer-clean-generic \
    808 	maintainer-clean-local mostlyclean mostlyclean-compile \
    809 	mostlyclean-generic mostlyclean-libtool mostlyclean-local pdf \
    810 	pdf-am ps ps-am tags tags-am uninstall uninstall-am \
    811 	uninstall-nobase_libsubincludeHEADERS \
    812 	uninstall-toolexeclibLTLIBRARIES
    813 
    814 .PRECIOUS: Makefile
    815 
    816 @LIBSSP_USE_SYMVER_SUN_TRUE@@LIBSSP_USE_SYMVER_TRUE (a] ssp.map-sun : $(srcdir)/ssp.map \
    817 @LIBSSP_USE_SYMVER_SUN_TRUE@@LIBSSP_USE_SYMVER_TRUE@		$(top_srcdir)/../contrib/make_sunver.pl \
    818 @LIBSSP_USE_SYMVER_SUN_TRUE@@LIBSSP_USE_SYMVER_TRUE@		$(libssp_la_OBJECTS) $(libssp_la_LIBADD)
    819 @LIBSSP_USE_SYMVER_SUN_TRUE@@LIBSSP_USE_SYMVER_TRUE@	perl $(top_srcdir)/../contrib/make_sunver.pl \
    820 @LIBSSP_USE_SYMVER_SUN_TRUE@@LIBSSP_USE_SYMVER_TRUE@	  $(srcdir)/ssp.map \
    821 @LIBSSP_USE_SYMVER_SUN_TRUE@@LIBSSP_USE_SYMVER_TRUE@	  $(libssp_la_OBJECTS:%.lo=.libs/%.o) \
    822 @LIBSSP_USE_SYMVER_SUN_TRUE@@LIBSSP_USE_SYMVER_TRUE@	 `echo $(libssp_la_LIBADD) | \
    823 @LIBSSP_USE_SYMVER_SUN_TRUE@@LIBSSP_USE_SYMVER_TRUE@	    sed 's,/\([^/.]*\)\.la,/.libs/\1.a,g'` \
    824 @LIBSSP_USE_SYMVER_SUN_TRUE@@LIBSSP_USE_SYMVER_TRUE@	 > $@ || (rm -f $@ ; exit 1)
    825 
    826 # GNU Make needs to see an explicit $(MAKE) variable in the command it
    827 # runs to enable its job server during parallel builds.  Hence the
    828 # comments below.
    829 all-multi:
    830 	$(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
    831 install-multi:
    832 	$(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
    833 mostlyclean-multi:
    834 	$(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
    835 clean-multi:
    836 	$(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
    837 distclean-multi:
    838 	$(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
    839 maintainer-clean-multi:
    840 	$(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
    841 
    842 .MAKE .PHONY: all-multi clean-multi distclean-multi install-am \
    843 	      install-multi maintainer-clean-multi mostlyclean-multi
    844 
    845 install-exec-local: install-multi
    846 
    847 all-local: all-multi
    848 mostlyclean-local: mostlyclean-multi
    849 clean-local: clean-multi
    850 distclean-local: distclean-multi
    851 maintainer-clean-local: maintainer-clean-multi
    852 
    853 # Tell versions [3.59,3.63) of GNU make to not export all variables.
    854 # Otherwise a system limit (for SysV at least) may be exceeded.
    855 .NOEXPORT:
    856