OSDN Git Service

libtoolized GC library. See ChangeLog for details.
[pf3gnuchains/gcc-fork.git] / boehm-gc / Makefile.in
1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
7
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
12
13
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = .
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 build_alias = @build_alias@
61 build_triplet = @build@
62 host_alias = @host_alias@
63 host_triplet = @host@
64 target_alias = @target_alias@
65 target_triplet = @target@
66 AR = @AR@
67 AS = @AS@
68 BOEHM_GC_CFLAGS = @BOEHM_GC_CFLAGS@
69 CC = @CC@
70 CPP = @CPP@
71 CXX = @CXX@
72 CXXCPP = @CXXCPP@
73 CXXINCLUDES = @CXXINCLUDES@
74 DLLTOOL = @DLLTOOL@
75 EXEEXT = @EXEEXT@
76 INCLUDES = @INCLUDES@
77 LD = @LD@
78 LIBTOOL = @LIBTOOL@
79 LN_S = @LN_S@
80 MAINT = @MAINT@
81 MAKEINFO = @MAKEINFO@
82 MY_CFLAGS = @MY_CFLAGS@
83 NM = @NM@
84 PACKAGE = @PACKAGE@
85 RANLIB = @RANLIB@
86 VERSION = @VERSION@
87 addobjs = @addobjs@
88 boehm_gc_basedir = @boehm_gc_basedir@
89 target_all = @target_all@
90
91 AUTOMAKE_OPTIONS = cygnus
92
93 # Multilib support variables.
94 MULTISRCTOP = 
95 MULTIBUILDTOP = 
96 MULTIDIRS = 
97 MULTISUBDIR = 
98 MULTIDO = true
99 MULTICLEAN = true
100
101 toolexecdir = $(exec_prefix)/$(target_alias)
102 toolexeclibdir = $(toolexecdir)/lib$(MULTISUBDIR)
103
104 toolexeclib_LTLIBRARIES = $(target_all)
105 EXTRA_LTLIBRARIES = libgcjgc.la
106 libgcjgc_la_SOURCES = allchblk.c alloc.c blacklst.c checksums.c \
107 config.h dbg_mlc.c dyn_load.c finalize.c gc.h gc_alloc.h gc_cpp.h \
108 gc_hdrs.h gc_mark.h gc_priv.h gc_private.h gc_typed.h headers.c \
109 irix_threads.c linux_threads.c malloc.c mallocx.c mark.c mark_rts.c \
110 misc.c new_hblk.c obj_map.c os_dep.c pcr_interface.c ptr_chck.c \
111 quick_threads.c real_malloc.c reclaim.c solaris_pthreads.c \
112 solaris_threads.c solaris_threads.h stubborn.c typd_mlc.c version.h \
113 weakpointer.h
114
115 libgcjgc_la_LIBADD = @addobjs@
116 libgcjgc_la_DEPENDENCIES = @addobjs@
117 libgcjgc_la_LDFLAGS = -release $(VERSION) -rpath $(toolexeclibdir)
118
119 EXTRA_libgcjgc_la_SOURCES = alpha_mach_dep.s mips_sgi_mach_dep.s \
120 mips_ultrix_mach_dep.s rs6000_mach_dep.s sparc_mach_dep.s \
121 sparc_sunos4_mach_dep.s mach_dep.c ecos.cc
122
123
124 AM_CXXFLAGS = @BOEHM_GC_CFLAGS@
125
126 AM_CFLAGS = @BOEHM_GC_CFLAGS@
127
128 check_PROGRAMS = gctest
129 gctest_SOURCES = test.c
130 gctest_LDADD = ./libgcjgc.la
131
132 all_objs = @addobjs@ $(libgcjgc_la_OBJECTS)
133
134 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) \
135         $(AM_CPPFLAGS) $(CPPFLAGS) \
136         $(AM_CFLAGS) $(MY_CFLAGS) $(BOEHM_GC_CFLAGS) 
137
138 LINK = $(LIBTOOL) --mode=link $(CC) $(AM_CFLAGS) $(MY_CFLAGS) $(LDFLAGS) -o $@
139
140 # Work around what appears to be a GNU make bug handling MAKEFLAGS
141 # values defined in terms of make variables, as is the case for CC and
142 # friends when we are called from the top level Makefile.
143 AM_MAKEFLAGS = \
144         "AR_FLAGS=$(AR_FLAGS)" \
145         "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
146         "CFLAGS=$(CFLAGS)" \
147         "CXXFLAGS=$(CXXFLAGS)" \
148         "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
149         "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
150         "INSTALL=$(INSTALL)" \
151         "INSTALL_DATA=$(INSTALL_DATA)" \
152         "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
153         "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
154         "LDFLAGS=$(LDFLAGS)" \
155         "LIBCFLAGS=$(LIBCFLAGS)" \
156         "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
157         "MAKE=$(MAKE)" \
158         "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
159         "PICFLAG=$(PICFLAG)" \
160         "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
161         "SHELL=$(SHELL)" \
162         "EXPECT=$(EXPECT)" \
163         "RUNTEST=$(RUNTEST)" \
164         "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
165         "exec_prefix=$(exec_prefix)" \
166         "infodir=$(infodir)" \
167         "libdir=$(libdir)" \
168         "prefix=$(prefix)" \
169         "tooldir=$(tooldir)" \
170         "AR=$(AR)" \
171         "AS=$(AS)" \
172         "CC=$(CC)" \
173         "CXX=$(CXX)" \
174         "LD=$(LD)" \
175         "LIBCFLAGS=$(LIBCFLAGS)" \
176         "NM=$(NM)" \
177         "PICFLAG=$(PICFLAG)" \
178         "RANLIB=$(RANLIB)" \
179         "DESTDIR=$(DESTDIR)"
180
181
182 CONFIG_STATUS_DEPENDENCIES = $(boehm_gc_basedir)/configure.host
183
184 MAKEOVERRIDES = 
185 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
186 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
187 CONFIG_CLEAN_FILES = 
188 LTLIBRARIES =  $(toolexeclib_LTLIBRARIES)
189
190
191 DEFS = @DEFS@ -I. -I$(srcdir) 
192 CPPFLAGS = @CPPFLAGS@
193 LDFLAGS = @LDFLAGS@
194 LIBS = @LIBS@
195 libgcjgc_la_OBJECTS =  allchblk.lo alloc.lo blacklst.lo checksums.lo \
196 dbg_mlc.lo dyn_load.lo finalize.lo headers.lo irix_threads.lo \
197 linux_threads.lo malloc.lo mallocx.lo mark.lo mark_rts.lo misc.lo \
198 new_hblk.lo obj_map.lo os_dep.lo pcr_interface.lo ptr_chck.lo \
199 quick_threads.lo real_malloc.lo reclaim.lo solaris_pthreads.lo \
200 solaris_threads.lo stubborn.lo typd_mlc.lo
201 check_PROGRAMS =  gctest$(EXEEXT)
202 gctest_OBJECTS =  test.o
203 gctest_DEPENDENCIES =  ./libgcjgc.la
204 gctest_LDFLAGS = 
205 CXXFLAGS = @CXXFLAGS@
206 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
207 LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
208 CXXLD = $(CXX)
209 CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
210 CFLAGS = @CFLAGS@
211 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
212 CCLD = $(CC)
213 DIST_COMMON =  README ChangeLog Makefile.am Makefile.in acinclude.m4 \
214 aclocal.m4 configure configure.in
215
216
217 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
218
219 TAR = tar
220 GZIP_ENV = --best
221 SOURCES = $(libgcjgc_la_SOURCES) $(EXTRA_libgcjgc_la_SOURCES) $(gctest_SOURCES)
222 OBJECTS = $(libgcjgc_la_OBJECTS) $(gctest_OBJECTS)
223
224 all: all-redirect
225 .SUFFIXES:
226 .SUFFIXES: .S .c .cc .lo .o .s
227 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
228         cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
229
230 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
231         cd $(top_builddir) \
232           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
233
234 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  acinclude.m4
235         cd $(srcdir) && $(ACLOCAL)
236
237 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
238         $(SHELL) ./config.status --recheck
239 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
240         cd $(srcdir) && $(AUTOCONF)
241
242 mostlyclean-toolexeclibLTLIBRARIES:
243
244 clean-toolexeclibLTLIBRARIES:
245         -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
246
247 distclean-toolexeclibLTLIBRARIES:
248
249 maintainer-clean-toolexeclibLTLIBRARIES:
250
251 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
252         @$(NORMAL_INSTALL)
253         $(mkinstalldirs) $(DESTDIR)$(toolexeclibdir)
254         @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
255           if test -f $$p; then \
256             echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(toolexeclibdir)/$$p"; \
257             $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(toolexeclibdir)/$$p; \
258           else :; fi; \
259         done
260
261 uninstall-toolexeclibLTLIBRARIES:
262         @$(NORMAL_UNINSTALL)
263         list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
264           $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(toolexeclibdir)/$$p; \
265         done
266
267 .c.o:
268         $(COMPILE) -c $<
269
270 .S.o:
271         $(COMPILE) -c $<
272
273 mostlyclean-compile:
274         -rm -f *.o core *.core
275
276 clean-compile:
277
278 distclean-compile:
279         -rm -f *.tab.c
280
281 maintainer-clean-compile:
282
283 .c.lo:
284         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
285
286 .s.lo:
287         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
288
289 .S.lo:
290         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
291
292 mostlyclean-libtool:
293         -rm -f *.lo
294
295 clean-libtool:
296         -rm -rf .libs _libs
297
298 distclean-libtool:
299
300 maintainer-clean-libtool:
301
302 libgcjgc.la: $(libgcjgc_la_OBJECTS) $(libgcjgc_la_DEPENDENCIES)
303         $(LINK)  $(libgcjgc_la_LDFLAGS) $(libgcjgc_la_OBJECTS) $(libgcjgc_la_LIBADD) $(LIBS)
304
305 mostlyclean-checkPROGRAMS:
306
307 clean-checkPROGRAMS:
308         -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
309
310 distclean-checkPROGRAMS:
311
312 maintainer-clean-checkPROGRAMS:
313
314 gctest$(EXEEXT): $(gctest_OBJECTS) $(gctest_DEPENDENCIES)
315         @rm -f gctest$(EXEEXT)
316         $(LINK) $(gctest_LDFLAGS) $(gctest_OBJECTS) $(gctest_LDADD) $(LIBS)
317 .cc.o:
318         $(CXXCOMPILE) -c $<
319 .cc.lo:
320         $(LTCXXCOMPILE) -c $<
321
322 tags: TAGS
323
324 ID: $(HEADERS) $(SOURCES) $(LISP)
325         list='$(SOURCES) $(HEADERS)'; \
326         unique=`for i in $$list; do echo $$i; done | \
327           awk '    { files[$$0] = 1; } \
328                END { for (i in files) print i; }'`; \
329         here=`pwd` && cd $(srcdir) \
330           && mkid -f$$here/ID $$unique $(LISP)
331
332 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
333         tags=; \
334         here=`pwd`; \
335         list='$(SOURCES) $(HEADERS)'; \
336         unique=`for i in $$list; do echo $$i; done | \
337           awk '    { files[$$0] = 1; } \
338                END { for (i in files) print i; }'`; \
339         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
340           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
341
342 mostlyclean-tags:
343
344 clean-tags:
345
346 distclean-tags:
347         -rm -f TAGS ID
348
349 maintainer-clean-tags:
350
351 distdir = $(PACKAGE)-$(VERSION)
352 top_distdir = $(distdir)
353
354 # This target untars the dist file and tries a VPATH configuration.  Then
355 # it guarantees that the distribution is self-contained by making another
356 # tarfile.
357 distcheck: dist
358         -rm -rf $(distdir)
359         GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
360         mkdir $(distdir)/=build
361         mkdir $(distdir)/=inst
362         dc_install_base=`cd $(distdir)/=inst && pwd`; \
363         cd $(distdir)/=build \
364           && ../configure --srcdir=.. --prefix=$$dc_install_base \
365           && $(MAKE) $(AM_MAKEFLAGS) \
366           && $(MAKE) $(AM_MAKEFLAGS) dvi \
367           && $(MAKE) $(AM_MAKEFLAGS) check \
368           && $(MAKE) $(AM_MAKEFLAGS) install \
369           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
370           && $(MAKE) $(AM_MAKEFLAGS) dist
371         -rm -rf $(distdir)
372         @banner="$(distdir).tar.gz is ready for distribution"; \
373         dashes=`echo "$$banner" | sed s/./=/g`; \
374         echo "$$dashes"; \
375         echo "$$banner"; \
376         echo "$$dashes"
377 dist: distdir
378         -chmod -R a+r $(distdir)
379         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
380         -rm -rf $(distdir)
381 dist-all: distdir
382         -chmod -R a+r $(distdir)
383         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
384         -rm -rf $(distdir)
385 distdir: $(DISTFILES)
386         -rm -rf $(distdir)
387         mkdir $(distdir)
388         -chmod 777 $(distdir)
389         @for file in $(DISTFILES); do \
390           if test -f $$file; then d=.; else d=$(srcdir); fi; \
391           if test -d $$d/$$file; then \
392             cp -pr $$/$$file $(distdir)/$$file; \
393           else \
394             test -f $(distdir)/$$file \
395             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
396             || cp -p $$d/$$file $(distdir)/$$file || :; \
397           fi; \
398         done
399 info-am:
400 info: info-am
401 dvi-am:
402 dvi: dvi-am
403 check-am: $(check_PROGRAMS)
404 check: check-am
405 installcheck-am:
406 installcheck: installcheck-am
407 install-info-am: 
408 install-info: install-info-am
409 install-exec-am: install-toolexeclibLTLIBRARIES
410 install-exec: install-exec-am
411
412 install-data-am:
413 install-data: install-data-am
414
415 install-am: all-am
416         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
417 install: install-am
418 uninstall-am: uninstall-toolexeclibLTLIBRARIES
419 uninstall: uninstall-am
420 all-am: Makefile $(LTLIBRARIES)
421 all-redirect: all-am
422 install-strip:
423         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
424 installdirs:
425         $(mkinstalldirs)  $(DESTDIR)$(toolexeclibdir)
426
427
428 mostlyclean-generic:
429
430 clean-generic:
431
432 distclean-generic:
433         -rm -f Makefile $(CONFIG_CLEAN_FILES)
434         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
435
436 maintainer-clean-generic:
437 mostlyclean-am:  mostlyclean-toolexeclibLTLIBRARIES mostlyclean-compile \
438                 mostlyclean-libtool mostlyclean-checkPROGRAMS \
439                 mostlyclean-tags mostlyclean-generic
440
441 mostlyclean: mostlyclean-am
442
443 clean-am:  clean-toolexeclibLTLIBRARIES clean-compile clean-libtool \
444                 clean-checkPROGRAMS clean-tags clean-generic \
445                 mostlyclean-am
446
447 clean: clean-am
448
449 distclean-am:  distclean-toolexeclibLTLIBRARIES distclean-compile \
450                 distclean-libtool distclean-checkPROGRAMS \
451                 distclean-tags distclean-generic clean-am
452         -rm -f libtool
453
454 distclean: distclean-am
455         -rm -f config.status
456
457 maintainer-clean-am:  maintainer-clean-toolexeclibLTLIBRARIES \
458                 maintainer-clean-compile maintainer-clean-libtool \
459                 maintainer-clean-checkPROGRAMS maintainer-clean-tags \
460                 maintainer-clean-generic distclean-am
461         @echo "This command is intended for maintainers to use;"
462         @echo "it deletes files that may require special tools to rebuild."
463
464 maintainer-clean: maintainer-clean-am
465         -rm -f config.status
466
467 .PHONY: mostlyclean-toolexeclibLTLIBRARIES \
468 distclean-toolexeclibLTLIBRARIES clean-toolexeclibLTLIBRARIES \
469 maintainer-clean-toolexeclibLTLIBRARIES \
470 uninstall-toolexeclibLTLIBRARIES install-toolexeclibLTLIBRARIES \
471 mostlyclean-compile distclean-compile clean-compile \
472 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
473 clean-libtool maintainer-clean-libtool mostlyclean-checkPROGRAMS \
474 distclean-checkPROGRAMS clean-checkPROGRAMS \
475 maintainer-clean-checkPROGRAMS tags mostlyclean-tags distclean-tags \
476 clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
477 check-am installcheck-am installcheck install-info-am install-info \
478 install-exec-am install-exec install-data-am install-data install-am \
479 install uninstall-am uninstall all-redirect all-am all installdirs \
480 mostlyclean-generic distclean-generic clean-generic \
481 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
482
483 $(all_objs) : config.h gc_priv.h gc_hdrs.h gc.h gc_mark.h
484
485 .s.o:
486         $(LTCOMPILE) -x assembler-with-cpp -c $<
487
488 # Multilib support.
489 .PHONY: all-multi mostlyclean-multi clean-multi distclean-multi \
490         maintainer-clean-multi
491
492 all-recursive: all-multi
493 install-recursive: install-multi
494 mostlyclean-recursive: mostlyclean-multi
495 clean-recursive: clean-multi
496 distclean-recursive: distclean-multi
497 maintainer-clean-recursive: maintainer-clean-multi
498
499 all-multi:
500         $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do
501 install-multi:
502         $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do
503 mostlyclean-multi:
504         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean
505 clean-multi:
506         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean
507 distclean-multi:
508         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean
509 maintainer-clean-multi:
510         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean
511
512 # Tell versions [3.59,3.63) of GNU make to not export all variables.
513 # Otherwise a system limit (for SysV at least) may be exceeded.
514 .NOEXPORT: