1 |
38 |
julius |
# Makefile.in generated by automake 1.9.5 from Makefile.am.
|
2 |
|
|
# @configure_input@
|
3 |
|
|
|
4 |
|
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
5 |
|
|
# 2003, 2004, 2005 Free Software Foundation, Inc.
|
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 |
|
|
SOURCES = $(libssp_la_SOURCES) $(libssp_nonshared_la_SOURCES)
|
19 |
|
|
|
20 |
|
|
srcdir = @srcdir@
|
21 |
|
|
top_srcdir = @top_srcdir@
|
22 |
|
|
VPATH = @srcdir@
|
23 |
|
|
pkgdatadir = $(datadir)/@PACKAGE@
|
24 |
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
25 |
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
26 |
|
|
top_builddir = .
|
27 |
|
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
28 |
|
|
INSTALL = @INSTALL@
|
29 |
|
|
install_sh_DATA = $(install_sh) -c -m 644
|
30 |
|
|
install_sh_PROGRAM = $(install_sh) -c
|
31 |
|
|
install_sh_SCRIPT = $(install_sh) -c
|
32 |
|
|
INSTALL_HEADER = $(INSTALL_DATA)
|
33 |
|
|
transform = $(program_transform_name)
|
34 |
|
|
NORMAL_INSTALL = :
|
35 |
|
|
PRE_INSTALL = :
|
36 |
|
|
POST_INSTALL = :
|
37 |
|
|
NORMAL_UNINSTALL = :
|
38 |
|
|
PRE_UNINSTALL = :
|
39 |
|
|
POST_UNINSTALL = :
|
40 |
|
|
build_triplet = @build@
|
41 |
|
|
host_triplet = @host@
|
42 |
|
|
target_triplet = @target@
|
43 |
|
|
DIST_COMMON = $(am__configure_deps) $(nobase_libsubinclude_HEADERS) \
|
44 |
|
|
$(srcdir)/../compile $(srcdir)/../config.guess \
|
45 |
|
|
$(srcdir)/../config.sub $(srcdir)/../depcomp \
|
46 |
|
|
$(srcdir)/../install-sh $(srcdir)/../ltmain.sh \
|
47 |
|
|
$(srcdir)/../missing $(srcdir)/../mkinstalldirs \
|
48 |
|
|
$(srcdir)/Makefile.am $(srcdir)/Makefile.in \
|
49 |
|
|
$(srcdir)/config.h.in $(top_srcdir)/configure \
|
50 |
|
|
$(top_srcdir)/ssp/ssp.h.in ChangeLog
|
51 |
|
|
subdir = .
|
52 |
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
53 |
|
|
am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
|
54 |
|
|
$(top_srcdir)/../config/depstand.m4 \
|
55 |
|
|
$(top_srcdir)/../config/lead-dot.m4 \
|
56 |
|
|
$(top_srcdir)/../config/no-executables.m4 \
|
57 |
|
|
$(top_srcdir)/../libtool.m4 $(top_srcdir)/configure.ac
|
58 |
|
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
59 |
|
|
$(ACLOCAL_M4)
|
60 |
|
|
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
|
61 |
|
|
configure.lineno configure.status.lineno
|
62 |
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
|
63 |
|
|
CONFIG_HEADER = config.h
|
64 |
|
|
CONFIG_CLEAN_FILES = ssp/ssp.h
|
65 |
|
|
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
66 |
|
|
am__vpath_adj = case $$p in \
|
67 |
|
|
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
68 |
|
|
*) f=$$p;; \
|
69 |
|
|
esac;
|
70 |
|
|
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
|
71 |
|
|
am__installdirs = "$(DESTDIR)$(toolexeclibdir)" \
|
72 |
|
|
"$(DESTDIR)$(libsubincludedir)"
|
73 |
|
|
toolexeclibLTLIBRARIES_INSTALL = $(INSTALL)
|
74 |
|
|
LTLIBRARIES = $(toolexeclib_LTLIBRARIES)
|
75 |
|
|
am_libssp_la_OBJECTS = ssp.lo gets-chk.lo memcpy-chk.lo memmove-chk.lo \
|
76 |
|
|
mempcpy-chk.lo memset-chk.lo snprintf-chk.lo sprintf-chk.lo \
|
77 |
|
|
stpcpy-chk.lo strcat-chk.lo strcpy-chk.lo strncat-chk.lo \
|
78 |
|
|
strncpy-chk.lo vsnprintf-chk.lo vsprintf-chk.lo
|
79 |
|
|
libssp_la_OBJECTS = $(am_libssp_la_OBJECTS)
|
80 |
|
|
am_libssp_nonshared_la_OBJECTS = libssp_nonshared_la-ssp-local.lo
|
81 |
|
|
libssp_nonshared_la_OBJECTS = $(am_libssp_nonshared_la_OBJECTS)
|
82 |
|
|
DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
|
83 |
|
|
depcomp = $(SHELL) $(top_srcdir)/../depcomp
|
84 |
|
|
am__depfiles_maybe = depfiles
|
85 |
|
|
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
86 |
|
|
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
87 |
|
|
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
|
88 |
|
|
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
89 |
|
|
$(AM_CFLAGS) $(CFLAGS)
|
90 |
|
|
CCLD = $(CC)
|
91 |
|
|
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
92 |
|
|
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
93 |
|
|
SOURCES = $(libssp_la_SOURCES) $(libssp_nonshared_la_SOURCES)
|
94 |
|
|
DIST_SOURCES = $(libssp_la_SOURCES) $(libssp_nonshared_la_SOURCES)
|
95 |
|
|
MULTISRCTOP =
|
96 |
|
|
MULTIBUILDTOP =
|
97 |
|
|
MULTIDIRS =
|
98 |
|
|
MULTISUBDIR =
|
99 |
|
|
MULTIDO = true
|
100 |
|
|
MULTICLEAN = true
|
101 |
|
|
nobase_libsubincludeHEADERS_INSTALL = $(install_sh_DATA)
|
102 |
|
|
HEADERS = $(nobase_libsubinclude_HEADERS)
|
103 |
|
|
ETAGS = etags
|
104 |
|
|
CTAGS = ctags
|
105 |
|
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
106 |
|
|
distdir = $(PACKAGE)-$(VERSION)
|
107 |
|
|
top_distdir = $(distdir)
|
108 |
|
|
am__remove_distdir = \
|
109 |
|
|
{ test ! -d $(distdir) \
|
110 |
|
|
|| { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
|
111 |
|
|
&& rm -fr $(distdir); }; }
|
112 |
|
|
DIST_ARCHIVES = $(distdir).tar.gz
|
113 |
|
|
GZIP_ENV = --best
|
114 |
|
|
distuninstallcheck_listfiles = find . -type f -print
|
115 |
|
|
distcleancheck_listfiles = find . -type f -print
|
116 |
|
|
ACLOCAL = @ACLOCAL@
|
117 |
|
|
AMDEP_FALSE = @AMDEP_FALSE@
|
118 |
|
|
AMDEP_TRUE = @AMDEP_TRUE@
|
119 |
|
|
AMTAR = @AMTAR@
|
120 |
|
|
AUTOCONF = @AUTOCONF@
|
121 |
|
|
AUTOHEADER = @AUTOHEADER@
|
122 |
|
|
AUTOMAKE = @AUTOMAKE@
|
123 |
|
|
AWK = @AWK@
|
124 |
|
|
CC = @CC@
|
125 |
|
|
CCDEPMODE = @CCDEPMODE@
|
126 |
|
|
CFLAGS = @CFLAGS@
|
127 |
|
|
CPP = @CPP@
|
128 |
|
|
CPPFLAGS = @CPPFLAGS@
|
129 |
|
|
CYGPATH_W = @CYGPATH_W@
|
130 |
|
|
DEFS = @DEFS@
|
131 |
|
|
DEPDIR = @DEPDIR@
|
132 |
|
|
ECHO_C = @ECHO_C@
|
133 |
|
|
ECHO_N = @ECHO_N@
|
134 |
|
|
ECHO_T = @ECHO_T@
|
135 |
|
|
EGREP = @EGREP@
|
136 |
|
|
EXEEXT = @EXEEXT@
|
137 |
|
|
INSTALL_DATA = @INSTALL_DATA@
|
138 |
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
139 |
|
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
140 |
|
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
141 |
|
|
LIBOBJS = @LIBOBJS@
|
142 |
|
|
LIBS = @LIBS@
|
143 |
|
|
LIBSSP_USE_SYMVER_FALSE = @LIBSSP_USE_SYMVER_FALSE@
|
144 |
|
|
LIBSSP_USE_SYMVER_TRUE = @LIBSSP_USE_SYMVER_TRUE@
|
145 |
|
|
LIBTOOL = @LIBTOOL@
|
146 |
|
|
LN_S = @LN_S@
|
147 |
|
|
LTLIBOBJS = @LTLIBOBJS@
|
148 |
|
|
MAINT = @MAINT@
|
149 |
|
|
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
|
150 |
|
|
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
|
151 |
|
|
MAKEINFO = @MAKEINFO@
|
152 |
|
|
OBJEXT = @OBJEXT@
|
153 |
|
|
PACKAGE = @PACKAGE@
|
154 |
|
|
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
155 |
|
|
PACKAGE_NAME = @PACKAGE_NAME@
|
156 |
|
|
PACKAGE_STRING = @PACKAGE_STRING@
|
157 |
|
|
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
158 |
|
|
PACKAGE_VERSION = @PACKAGE_VERSION@
|
159 |
|
|
PATH_SEPARATOR = @PATH_SEPARATOR@
|
160 |
|
|
RANLIB = @RANLIB@
|
161 |
|
|
SET_MAKE = @SET_MAKE@
|
162 |
|
|
SHELL = @SHELL@
|
163 |
|
|
STRIP = @STRIP@
|
164 |
|
|
VERSION = @VERSION@
|
165 |
|
|
ac_ct_CC = @ac_ct_CC@
|
166 |
|
|
ac_ct_RANLIB = @ac_ct_RANLIB@
|
167 |
|
|
ac_ct_STRIP = @ac_ct_STRIP@
|
168 |
|
|
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
|
169 |
|
|
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
|
170 |
|
|
am__include = @am__include@
|
171 |
|
|
am__leading_dot = @am__leading_dot@
|
172 |
|
|
am__quote = @am__quote@
|
173 |
|
|
am__tar = @am__tar@
|
174 |
|
|
am__untar = @am__untar@
|
175 |
|
|
bindir = @bindir@
|
176 |
|
|
build = @build@
|
177 |
|
|
build_alias = @build_alias@
|
178 |
|
|
build_cpu = @build_cpu@
|
179 |
|
|
build_os = @build_os@
|
180 |
|
|
build_vendor = @build_vendor@
|
181 |
|
|
datadir = @datadir@
|
182 |
|
|
enable_shared = @enable_shared@
|
183 |
|
|
enable_static = @enable_static@
|
184 |
|
|
exec_prefix = @exec_prefix@
|
185 |
|
|
host = @host@
|
186 |
|
|
host_alias = @host_alias@
|
187 |
|
|
host_cpu = @host_cpu@
|
188 |
|
|
host_os = @host_os@
|
189 |
|
|
host_vendor = @host_vendor@
|
190 |
|
|
includedir = @includedir@
|
191 |
|
|
infodir = @infodir@
|
192 |
|
|
install_sh = @install_sh@
|
193 |
|
|
libdir = @libdir@
|
194 |
|
|
libexecdir = @libexecdir@
|
195 |
|
|
localstatedir = @localstatedir@
|
196 |
|
|
mandir = @mandir@
|
197 |
|
|
mkdir_p = @mkdir_p@
|
198 |
|
|
multi_basedir = @multi_basedir@
|
199 |
|
|
oldincludedir = @oldincludedir@
|
200 |
|
|
prefix = @prefix@
|
201 |
|
|
program_transform_name = @program_transform_name@
|
202 |
|
|
sbindir = @sbindir@
|
203 |
|
|
sharedstatedir = @sharedstatedir@
|
204 |
|
|
ssp_have_usable_vsnprintf = @ssp_have_usable_vsnprintf@
|
205 |
|
|
sysconfdir = @sysconfdir@
|
206 |
|
|
target = @target@
|
207 |
|
|
target_alias = @target_alias@
|
208 |
|
|
target_cpu = @target_cpu@
|
209 |
|
|
target_noncanonical = @target_noncanonical@
|
210 |
|
|
target_os = @target_os@
|
211 |
|
|
target_vendor = @target_vendor@
|
212 |
|
|
toolexecdir = @toolexecdir@
|
213 |
|
|
toolexeclibdir = @toolexeclibdir@
|
214 |
|
|
AUTOMAKE_OPTIONS = 1.9.5 foreign
|
215 |
|
|
ACLOCAL_AMFLAGS = -I .. -I ../config
|
216 |
|
|
MAINT_CHARSET = latin1
|
217 |
|
|
|
218 |
|
|
# May be used by various substitution variables.
|
219 |
|
|
gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
|
220 |
|
|
@LIBSSP_USE_SYMVER_FALSE@version_arg =
|
221 |
|
|
@LIBSSP_USE_SYMVER_TRUE@version_arg = -Wl,--version-script=$(srcdir)/ssp.map
|
222 |
|
|
@LIBSSP_USE_SYMVER_FALSE@version_dep =
|
223 |
|
|
@LIBSSP_USE_SYMVER_TRUE@version_dep = $(srcdir)/ssp.map
|
224 |
|
|
AM_CFLAGS = -Wall
|
225 |
|
|
toolexeclib_LTLIBRARIES = libssp.la libssp_nonshared.la
|
226 |
|
|
libsubincludedir = $(libdir)/gcc/$(target_noncanonical)/$(gcc_version)/include
|
227 |
|
|
nobase_libsubinclude_HEADERS = ssp/ssp.h ssp/string.h ssp/stdio.h ssp/unistd.h
|
228 |
|
|
libssp_la_SOURCES = \
|
229 |
|
|
ssp.c gets-chk.c memcpy-chk.c memmove-chk.c mempcpy-chk.c \
|
230 |
|
|
memset-chk.c snprintf-chk.c sprintf-chk.c stpcpy-chk.c \
|
231 |
|
|
strcat-chk.c strcpy-chk.c strncat-chk.c strncpy-chk.c \
|
232 |
|
|
vsnprintf-chk.c vsprintf-chk.c
|
233 |
|
|
|
234 |
|
|
libssp_la_LIBADD =
|
235 |
|
|
libssp_la_DEPENDENCIES = $(version_dep) $(libssp_la_LIBADD)
|
236 |
|
|
libssp_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version` \
|
237 |
|
|
$(version_arg)
|
238 |
|
|
|
239 |
|
|
libssp_nonshared_la_SOURCES = \
|
240 |
|
|
ssp-local.c
|
241 |
|
|
|
242 |
|
|
libssp_nonshared_la_CFLAGS = -prefer-pic
|
243 |
|
|
libssp_nonshared_la_LIBADD =
|
244 |
|
|
libssp_nonshared_la_DEPENDENCIES = $(libssp_nonshared_la_LIBADD)
|
245 |
|
|
libssp_nonshared_la_LDFLAGS = -static
|
246 |
|
|
|
247 |
|
|
# XXX hack alert
|
248 |
|
|
# From libffi/Makefile.am
|
249 |
|
|
|
250 |
|
|
# Work around what appears to be a GNU make bug handling MAKEFLAGS
|
251 |
|
|
# values defined in terms of make variables, as is the case for CC and
|
252 |
|
|
# friends when we are called from the top level Makefile.
|
253 |
|
|
AM_MAKEFLAGS = \
|
254 |
|
|
"AR_FLAGS=$(AR_FLAGS)" \
|
255 |
|
|
"CC_FOR_BUILD=$(CC_FOR_BUILD)" \
|
256 |
|
|
"CFLAGS=$(CFLAGS)" \
|
257 |
|
|
"CXXFLAGS=$(CXXFLAGS)" \
|
258 |
|
|
"CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
|
259 |
|
|
"CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
|
260 |
|
|
"INSTALL=$(INSTALL)" \
|
261 |
|
|
"INSTALL_DATA=$(INSTALL_DATA)" \
|
262 |
|
|
"INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
|
263 |
|
|
"INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
|
264 |
|
|
"JC1FLAGS=$(JC1FLAGS)" \
|
265 |
|
|
"LDFLAGS=$(LDFLAGS)" \
|
266 |
|
|
"LIBCFLAGS=$(LIBCFLAGS)" \
|
267 |
|
|
"LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
|
268 |
|
|
"MAKE=$(MAKE)" \
|
269 |
|
|
"MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
|
270 |
|
|
"PICFLAG=$(PICFLAG)" \
|
271 |
|
|
"PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
|
272 |
|
|
"SHELL=$(SHELL)" \
|
273 |
|
|
"RUNTESTFLAGS=$(RUNTESTFLAGS)" \
|
274 |
|
|
"exec_prefix=$(exec_prefix)" \
|
275 |
|
|
"infodir=$(infodir)" \
|
276 |
|
|
"libdir=$(libdir)" \
|
277 |
|
|
"prefix=$(prefix)" \
|
278 |
|
|
"includedir=$(includedir)" \
|
279 |
|
|
"AR=$(AR)" \
|
280 |
|
|
"AS=$(AS)" \
|
281 |
|
|
"CC=$(CC)" \
|
282 |
|
|
"CXX=$(CXX)" \
|
283 |
|
|
"LD=$(LD)" \
|
284 |
|
|
"LIBCFLAGS=$(LIBCFLAGS)" \
|
285 |
|
|
"NM=$(NM)" \
|
286 |
|
|
"PICFLAG=$(PICFLAG)" \
|
287 |
|
|
"RANLIB=$(RANLIB)" \
|
288 |
|
|
"DESTDIR=$(DESTDIR)"
|
289 |
|
|
|
290 |
|
|
MAKEOVERRIDES =
|
291 |
|
|
all: config.h
|
292 |
|
|
$(MAKE) $(AM_MAKEFLAGS) all-am
|
293 |
|
|
|
294 |
|
|
.SUFFIXES:
|
295 |
|
|
.SUFFIXES: .c .lo .o .obj
|
296 |
|
|
am--refresh:
|
297 |
|
|
@:
|
298 |
|
|
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
|
299 |
|
|
@for dep in $?; do \
|
300 |
|
|
case '$(am__configure_deps)' in \
|
301 |
|
|
*$$dep*) \
|
302 |
|
|
echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
|
303 |
|
|
cd $(srcdir) && $(AUTOMAKE) --foreign \
|
304 |
|
|
&& exit 0; \
|
305 |
|
|
exit 1;; \
|
306 |
|
|
esac; \
|
307 |
|
|
done; \
|
308 |
|
|
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
|
309 |
|
|
cd $(top_srcdir) && \
|
310 |
|
|
$(AUTOMAKE) --foreign Makefile
|
311 |
|
|
.PRECIOUS: Makefile
|
312 |
|
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
313 |
|
|
@case '$?' in \
|
314 |
|
|
*config.status*) \
|
315 |
|
|
echo ' $(SHELL) ./config.status'; \
|
316 |
|
|
$(SHELL) ./config.status;; \
|
317 |
|
|
*) \
|
318 |
|
|
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
|
319 |
|
|
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
|
320 |
|
|
esac;
|
321 |
|
|
|
322 |
|
|
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
323 |
|
|
$(SHELL) ./config.status --recheck
|
324 |
|
|
|
325 |
|
|
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
326 |
|
|
cd $(srcdir) && $(AUTOCONF)
|
327 |
|
|
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
328 |
|
|
cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
|
329 |
|
|
|
330 |
|
|
config.h: stamp-h1
|
331 |
|
|
@if test ! -f $@; then \
|
332 |
|
|
rm -f stamp-h1; \
|
333 |
|
|
$(MAKE) stamp-h1; \
|
334 |
|
|
else :; fi
|
335 |
|
|
|
336 |
|
|
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
|
337 |
|
|
@rm -f stamp-h1
|
338 |
|
|
cd $(top_builddir) && $(SHELL) ./config.status config.h
|
339 |
|
|
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
340 |
|
|
cd $(top_srcdir) && $(AUTOHEADER)
|
341 |
|
|
rm -f stamp-h1
|
342 |
|
|
touch $@
|
343 |
|
|
|
344 |
|
|
distclean-hdr:
|
345 |
|
|
-rm -f config.h stamp-h1
|
346 |
|
|
ssp/ssp.h: $(top_builddir)/config.status $(top_srcdir)/ssp/ssp.h.in
|
347 |
|
|
cd $(top_builddir) && $(SHELL) ./config.status $@
|
348 |
|
|
install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
|
349 |
|
|
@$(NORMAL_INSTALL)
|
350 |
|
|
test -z "$(toolexeclibdir)" || $(mkdir_p) "$(DESTDIR)$(toolexeclibdir)"
|
351 |
|
|
@list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
|
352 |
|
|
if test -f $$p; then \
|
353 |
|
|
f=$(am__strip_dir) \
|
354 |
|
|
echo " $(LIBTOOL) --mode=install $(toolexeclibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
|
355 |
|
|
$(LIBTOOL) --mode=install $(toolexeclibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(toolexeclibdir)/$$f"; \
|
356 |
|
|
else :; fi; \
|
357 |
|
|
done
|
358 |
|
|
|
359 |
|
|
uninstall-toolexeclibLTLIBRARIES:
|
360 |
|
|
@$(NORMAL_UNINSTALL)
|
361 |
|
|
@set -x; list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
|
362 |
|
|
p=$(am__strip_dir) \
|
363 |
|
|
echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$p'"; \
|
364 |
|
|
$(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$p"; \
|
365 |
|
|
done
|
366 |
|
|
|
367 |
|
|
clean-toolexeclibLTLIBRARIES:
|
368 |
|
|
-test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
|
369 |
|
|
@list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
|
370 |
|
|
dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
|
371 |
|
|
test "$$dir" != "$$p" || dir=.; \
|
372 |
|
|
echo "rm -f \"$${dir}/so_locations\""; \
|
373 |
|
|
rm -f "$${dir}/so_locations"; \
|
374 |
|
|
done
|
375 |
|
|
libssp.la: $(libssp_la_OBJECTS) $(libssp_la_DEPENDENCIES)
|
376 |
|
|
$(LINK) -rpath $(toolexeclibdir) $(libssp_la_LDFLAGS) $(libssp_la_OBJECTS) $(libssp_la_LIBADD) $(LIBS)
|
377 |
|
|
libssp_nonshared.la: $(libssp_nonshared_la_OBJECTS) $(libssp_nonshared_la_DEPENDENCIES)
|
378 |
|
|
$(LINK) -rpath $(toolexeclibdir) $(libssp_nonshared_la_LDFLAGS) $(libssp_nonshared_la_OBJECTS) $(libssp_nonshared_la_LIBADD) $(LIBS)
|
379 |
|
|
|
380 |
|
|
mostlyclean-compile:
|
381 |
|
|
-rm -f *.$(OBJEXT)
|
382 |
|
|
|
383 |
|
|
distclean-compile:
|
384 |
|
|
-rm -f *.tab.c
|
385 |
|
|
|
386 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gets-chk.Plo@am__quote@
|
387 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libssp_nonshared_la-ssp-local.Plo@am__quote@
|
388 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memcpy-chk.Plo@am__quote@
|
389 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memmove-chk.Plo@am__quote@
|
390 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mempcpy-chk.Plo@am__quote@
|
391 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memset-chk.Plo@am__quote@
|
392 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/snprintf-chk.Plo@am__quote@
|
393 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sprintf-chk.Plo@am__quote@
|
394 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ssp.Plo@am__quote@
|
395 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stpcpy-chk.Plo@am__quote@
|
396 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcat-chk.Plo@am__quote@
|
397 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcpy-chk.Plo@am__quote@
|
398 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncat-chk.Plo@am__quote@
|
399 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncpy-chk.Plo@am__quote@
|
400 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vsnprintf-chk.Plo@am__quote@
|
401 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vsprintf-chk.Plo@am__quote@
|
402 |
|
|
|
403 |
|
|
.c.o:
|
404 |
|
|
@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
|
405 |
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
|
406 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
407 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
408 |
|
|
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
|
409 |
|
|
|
410 |
|
|
.c.obj:
|
411 |
|
|
@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
|
412 |
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
|
413 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
414 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
415 |
|
|
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
|
416 |
|
|
|
417 |
|
|
.c.lo:
|
418 |
|
|
@am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
|
419 |
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
|
420 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
|
421 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
422 |
|
|
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
|
423 |
|
|
|
424 |
|
|
libssp_nonshared_la-ssp-local.lo: ssp-local.c
|
425 |
|
|
@am__fastdepCC_TRUE@ if $(LIBTOOL) --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; \
|
426 |
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libssp_nonshared_la-ssp-local.Tpo" "$(DEPDIR)/libssp_nonshared_la-ssp-local.Plo"; else rm -f "$(DEPDIR)/libssp_nonshared_la-ssp-local.Tpo"; exit 1; fi
|
427 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ssp-local.c' object='libssp_nonshared_la-ssp-local.lo' libtool=yes @AMDEPBACKSLASH@
|
428 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
429 |
|
|
@am__fastdepCC_FALSE@ $(LIBTOOL) --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
|
430 |
|
|
|
431 |
|
|
mostlyclean-libtool:
|
432 |
|
|
-rm -f *.lo
|
433 |
|
|
|
434 |
|
|
clean-libtool:
|
435 |
|
|
-rm -rf .libs _libs
|
436 |
|
|
|
437 |
|
|
distclean-libtool:
|
438 |
|
|
-rm -f libtool
|
439 |
|
|
|
440 |
|
|
# GNU Make needs to see an explicit $(MAKE) variable in the command it
|
441 |
|
|
# runs to enable its job server during parallel builds. Hence the
|
442 |
|
|
# comments below.
|
443 |
|
|
all-multi:
|
444 |
|
|
$(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
|
445 |
|
|
install-multi:
|
446 |
|
|
$(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
|
447 |
|
|
|
448 |
|
|
mostlyclean-multi:
|
449 |
|
|
$(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
|
450 |
|
|
clean-multi:
|
451 |
|
|
$(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
|
452 |
|
|
distclean-multi:
|
453 |
|
|
$(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
|
454 |
|
|
maintainer-clean-multi:
|
455 |
|
|
$(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
|
456 |
|
|
uninstall-info-am:
|
457 |
|
|
install-nobase_libsubincludeHEADERS: $(nobase_libsubinclude_HEADERS)
|
458 |
|
|
@$(NORMAL_INSTALL)
|
459 |
|
|
test -z "$(libsubincludedir)" || $(mkdir_p) "$(DESTDIR)$(libsubincludedir)"
|
460 |
|
|
@$(am__vpath_adj_setup) \
|
461 |
|
|
list='$(nobase_libsubinclude_HEADERS)'; for p in $$list; do \
|
462 |
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
463 |
|
|
$(am__vpath_adj) \
|
464 |
|
|
echo " $(nobase_libsubincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(libsubincludedir)/$$f'"; \
|
465 |
|
|
$(nobase_libsubincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(libsubincludedir)/$$f"; \
|
466 |
|
|
done
|
467 |
|
|
|
468 |
|
|
uninstall-nobase_libsubincludeHEADERS:
|
469 |
|
|
@$(NORMAL_UNINSTALL)
|
470 |
|
|
@$(am__vpath_adj_setup) \
|
471 |
|
|
list='$(nobase_libsubinclude_HEADERS)'; for p in $$list; do \
|
472 |
|
|
$(am__vpath_adj) \
|
473 |
|
|
echo " rm -f '$(DESTDIR)$(libsubincludedir)/$$f'"; \
|
474 |
|
|
rm -f "$(DESTDIR)$(libsubincludedir)/$$f"; \
|
475 |
|
|
done
|
476 |
|
|
|
477 |
|
|
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
478 |
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
479 |
|
|
unique=`for i in $$list; do \
|
480 |
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
481 |
|
|
done | \
|
482 |
|
|
$(AWK) ' { files[$$0] = 1; } \
|
483 |
|
|
END { for (i in files) print i; }'`; \
|
484 |
|
|
mkid -fID $$unique
|
485 |
|
|
tags: TAGS
|
486 |
|
|
|
487 |
|
|
TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
|
488 |
|
|
$(TAGS_FILES) $(LISP)
|
489 |
|
|
tags=; \
|
490 |
|
|
here=`pwd`; \
|
491 |
|
|
list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
|
492 |
|
|
unique=`for i in $$list; do \
|
493 |
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
494 |
|
|
done | \
|
495 |
|
|
$(AWK) ' { files[$$0] = 1; } \
|
496 |
|
|
END { for (i in files) print i; }'`; \
|
497 |
|
|
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
|
498 |
|
|
test -n "$$unique" || unique=$$empty_fix; \
|
499 |
|
|
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
500 |
|
|
$$tags $$unique; \
|
501 |
|
|
fi
|
502 |
|
|
ctags: CTAGS
|
503 |
|
|
CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
|
504 |
|
|
$(TAGS_FILES) $(LISP)
|
505 |
|
|
tags=; \
|
506 |
|
|
here=`pwd`; \
|
507 |
|
|
list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
|
508 |
|
|
unique=`for i in $$list; do \
|
509 |
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
510 |
|
|
done | \
|
511 |
|
|
$(AWK) ' { files[$$0] = 1; } \
|
512 |
|
|
END { for (i in files) print i; }'`; \
|
513 |
|
|
test -z "$(CTAGS_ARGS)$$tags$$unique" \
|
514 |
|
|
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
515 |
|
|
$$tags $$unique
|
516 |
|
|
|
517 |
|
|
GTAGS:
|
518 |
|
|
here=`$(am__cd) $(top_builddir) && pwd` \
|
519 |
|
|
&& cd $(top_srcdir) \
|
520 |
|
|
&& gtags -i $(GTAGS_ARGS) $$here
|
521 |
|
|
|
522 |
|
|
distclean-tags:
|
523 |
|
|
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
524 |
|
|
|
525 |
|
|
distdir: $(DISTFILES)
|
526 |
|
|
$(am__remove_distdir)
|
527 |
|
|
mkdir $(distdir)
|
528 |
|
|
$(mkdir_p) $(distdir)/.. $(distdir)/../config $(distdir)/ssp
|
529 |
|
|
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
|
530 |
|
|
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
|
531 |
|
|
list='$(DISTFILES)'; for file in $$list; do \
|
532 |
|
|
case $$file in \
|
533 |
|
|
$(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
|
534 |
|
|
$(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
|
535 |
|
|
esac; \
|
536 |
|
|
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
537 |
|
|
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
538 |
|
|
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
|
539 |
|
|
dir="/$$dir"; \
|
540 |
|
|
$(mkdir_p) "$(distdir)$$dir"; \
|
541 |
|
|
else \
|
542 |
|
|
dir=''; \
|
543 |
|
|
fi; \
|
544 |
|
|
if test -d $$d/$$file; then \
|
545 |
|
|
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
546 |
|
|
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
547 |
|
|
fi; \
|
548 |
|
|
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
|
549 |
|
|
else \
|
550 |
|
|
test -f $(distdir)/$$file \
|
551 |
|
|
|| cp -p $$d/$$file $(distdir)/$$file \
|
552 |
|
|
|| exit 1; \
|
553 |
|
|
fi; \
|
554 |
|
|
done
|
555 |
|
|
-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
|
556 |
|
|
! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
|
557 |
|
|
! -type d ! -perm -400 -exec chmod a+r {} \; -o \
|
558 |
|
|
! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
|
559 |
|
|
|| chmod -R a+r $(distdir)
|
560 |
|
|
dist-gzip: distdir
|
561 |
|
|
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
562 |
|
|
$(am__remove_distdir)
|
563 |
|
|
|
564 |
|
|
dist-bzip2: distdir
|
565 |
|
|
tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
|
566 |
|
|
$(am__remove_distdir)
|
567 |
|
|
|
568 |
|
|
dist-tarZ: distdir
|
569 |
|
|
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
|
570 |
|
|
$(am__remove_distdir)
|
571 |
|
|
|
572 |
|
|
dist-shar: distdir
|
573 |
|
|
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
|
574 |
|
|
$(am__remove_distdir)
|
575 |
|
|
|
576 |
|
|
dist-zip: distdir
|
577 |
|
|
-rm -f $(distdir).zip
|
578 |
|
|
zip -rq $(distdir).zip $(distdir)
|
579 |
|
|
$(am__remove_distdir)
|
580 |
|
|
|
581 |
|
|
dist dist-all: distdir
|
582 |
|
|
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
583 |
|
|
$(am__remove_distdir)
|
584 |
|
|
|
585 |
|
|
# This target untars the dist file and tries a VPATH configuration. Then
|
586 |
|
|
# it guarantees that the distribution is self-contained by making another
|
587 |
|
|
# tarfile.
|
588 |
|
|
distcheck: dist
|
589 |
|
|
case '$(DIST_ARCHIVES)' in \
|
590 |
|
|
*.tar.gz*) \
|
591 |
|
|
GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
|
592 |
|
|
*.tar.bz2*) \
|
593 |
|
|
bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
|
594 |
|
|
*.tar.Z*) \
|
595 |
|
|
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
|
596 |
|
|
*.shar.gz*) \
|
597 |
|
|
GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
|
598 |
|
|
*.zip*) \
|
599 |
|
|
unzip $(distdir).zip ;;\
|
600 |
|
|
esac
|
601 |
|
|
chmod -R a-w $(distdir); chmod a+w $(distdir)
|
602 |
|
|
mkdir $(distdir)/_build
|
603 |
|
|
mkdir $(distdir)/_inst
|
604 |
|
|
chmod a-w $(distdir)
|
605 |
|
|
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
|
606 |
|
|
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
|
607 |
|
|
&& cd $(distdir)/_build \
|
608 |
|
|
&& ../configure --srcdir=.. --prefix="$$dc_install_base" \
|
609 |
|
|
$(DISTCHECK_CONFIGURE_FLAGS) \
|
610 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) \
|
611 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
|
612 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) check \
|
613 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) install \
|
614 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) installcheck \
|
615 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) uninstall \
|
616 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
|
617 |
|
|
distuninstallcheck \
|
618 |
|
|
&& chmod -R a-w "$$dc_install_base" \
|
619 |
|
|
&& ({ \
|
620 |
|
|
(cd ../.. && umask 077 && mkdir "$$dc_destdir") \
|
621 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
|
622 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
|
623 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
|
624 |
|
|
distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
|
625 |
|
|
} || { rm -rf "$$dc_destdir"; exit 1; }) \
|
626 |
|
|
&& rm -rf "$$dc_destdir" \
|
627 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) dist \
|
628 |
|
|
&& rm -rf $(DIST_ARCHIVES) \
|
629 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) distcleancheck
|
630 |
|
|
$(am__remove_distdir)
|
631 |
|
|
@(echo "$(distdir) archives ready for distribution: "; \
|
632 |
|
|
list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
|
633 |
|
|
sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
|
634 |
|
|
distuninstallcheck:
|
635 |
|
|
@cd $(distuninstallcheck_dir) \
|
636 |
|
|
&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
|
637 |
|
|
|| { echo "ERROR: files left after uninstall:" ; \
|
638 |
|
|
if test -n "$(DESTDIR)"; then \
|
639 |
|
|
echo " (check DESTDIR support)"; \
|
640 |
|
|
fi ; \
|
641 |
|
|
$(distuninstallcheck_listfiles) ; \
|
642 |
|
|
exit 1; } >&2
|
643 |
|
|
distcleancheck: distclean
|
644 |
|
|
@if test '$(srcdir)' = . ; then \
|
645 |
|
|
echo "ERROR: distcleancheck can only run from a VPATH build" ; \
|
646 |
|
|
exit 1 ; \
|
647 |
|
|
fi
|
648 |
|
|
@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
|
649 |
|
|
|| { echo "ERROR: files left in build directory after distclean:" ; \
|
650 |
|
|
$(distcleancheck_listfiles) ; \
|
651 |
|
|
exit 1; } >&2
|
652 |
|
|
check-am: all-am
|
653 |
|
|
check: check-am
|
654 |
|
|
all-am: Makefile $(LTLIBRARIES) all-multi $(HEADERS) config.h
|
655 |
|
|
installdirs:
|
656 |
|
|
for dir in "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(libsubincludedir)"; do \
|
657 |
|
|
test -z "$$dir" || $(mkdir_p) "$$dir"; \
|
658 |
|
|
done
|
659 |
|
|
install: install-am
|
660 |
|
|
install-exec: install-exec-am
|
661 |
|
|
install-data: install-data-am
|
662 |
|
|
uninstall: uninstall-am
|
663 |
|
|
|
664 |
|
|
install-am: all-am
|
665 |
|
|
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
666 |
|
|
|
667 |
|
|
installcheck: installcheck-am
|
668 |
|
|
install-strip:
|
669 |
|
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
670 |
|
|
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
671 |
|
|
`test -z '$(STRIP)' || \
|
672 |
|
|
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
673 |
|
|
mostlyclean-generic:
|
674 |
|
|
|
675 |
|
|
clean-generic:
|
676 |
|
|
|
677 |
|
|
distclean-generic:
|
678 |
|
|
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
679 |
|
|
|
680 |
|
|
maintainer-clean-generic:
|
681 |
|
|
@echo "This command is intended for maintainers to use"
|
682 |
|
|
@echo "it deletes files that may require special tools to rebuild."
|
683 |
|
|
clean: clean-am clean-multi
|
684 |
|
|
|
685 |
|
|
clean-am: clean-generic clean-libtool clean-toolexeclibLTLIBRARIES \
|
686 |
|
|
mostlyclean-am
|
687 |
|
|
|
688 |
|
|
distclean: distclean-am distclean-multi
|
689 |
|
|
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
690 |
|
|
-rm -rf ./$(DEPDIR)
|
691 |
|
|
-rm -f Makefile
|
692 |
|
|
distclean-am: clean-am distclean-compile distclean-generic \
|
693 |
|
|
distclean-hdr distclean-libtool distclean-tags
|
694 |
|
|
|
695 |
|
|
dvi: dvi-am
|
696 |
|
|
|
697 |
|
|
dvi-am:
|
698 |
|
|
|
699 |
|
|
html: html-am
|
700 |
|
|
|
701 |
|
|
info: info-am
|
702 |
|
|
|
703 |
|
|
info-am:
|
704 |
|
|
|
705 |
|
|
install-data-am: install-nobase_libsubincludeHEADERS
|
706 |
|
|
|
707 |
|
|
install-exec-am: install-multi install-toolexeclibLTLIBRARIES
|
708 |
|
|
|
709 |
|
|
install-info: install-info-am
|
710 |
|
|
|
711 |
|
|
install-man:
|
712 |
|
|
|
713 |
|
|
installcheck-am:
|
714 |
|
|
|
715 |
|
|
maintainer-clean: maintainer-clean-am maintainer-clean-multi
|
716 |
|
|
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
717 |
|
|
-rm -rf $(top_srcdir)/autom4te.cache
|
718 |
|
|
-rm -rf ./$(DEPDIR)
|
719 |
|
|
-rm -f Makefile
|
720 |
|
|
maintainer-clean-am: distclean-am maintainer-clean-generic
|
721 |
|
|
|
722 |
|
|
mostlyclean: mostlyclean-am mostlyclean-multi
|
723 |
|
|
|
724 |
|
|
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
|
725 |
|
|
mostlyclean-libtool
|
726 |
|
|
|
727 |
|
|
pdf: pdf-am
|
728 |
|
|
|
729 |
|
|
pdf-am:
|
730 |
|
|
|
731 |
|
|
ps: ps-am
|
732 |
|
|
|
733 |
|
|
ps-am:
|
734 |
|
|
|
735 |
|
|
uninstall-am: uninstall-info-am uninstall-nobase_libsubincludeHEADERS \
|
736 |
|
|
uninstall-toolexeclibLTLIBRARIES
|
737 |
|
|
|
738 |
|
|
.PHONY: CTAGS GTAGS all all-am all-multi am--refresh check check-am \
|
739 |
|
|
clean clean-generic clean-libtool clean-multi \
|
740 |
|
|
clean-toolexeclibLTLIBRARIES ctags dist dist-all dist-bzip2 \
|
741 |
|
|
dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean \
|
742 |
|
|
distclean-compile distclean-generic distclean-hdr \
|
743 |
|
|
distclean-libtool distclean-multi distclean-tags \
|
744 |
|
|
distcleancheck distdir distuninstallcheck dvi dvi-am html \
|
745 |
|
|
html-am info info-am install install-am install-data \
|
746 |
|
|
install-data-am install-exec install-exec-am install-info \
|
747 |
|
|
install-info-am install-man install-multi \
|
748 |
|
|
install-nobase_libsubincludeHEADERS install-strip \
|
749 |
|
|
install-toolexeclibLTLIBRARIES installcheck installcheck-am \
|
750 |
|
|
installdirs maintainer-clean maintainer-clean-generic \
|
751 |
|
|
maintainer-clean-multi mostlyclean mostlyclean-compile \
|
752 |
|
|
mostlyclean-generic mostlyclean-libtool mostlyclean-multi pdf \
|
753 |
|
|
pdf-am ps ps-am tags uninstall uninstall-am uninstall-info-am \
|
754 |
|
|
uninstall-nobase_libsubincludeHEADERS \
|
755 |
|
|
uninstall-toolexeclibLTLIBRARIES
|
756 |
|
|
|
757 |
|
|
|
758 |
|
|
.PHONY: install-html
|
759 |
|
|
|
760 |
|
|
install-html:
|
761 |
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
762 |
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
763 |
|
|
.NOEXPORT:
|