source: trunk/libs/newlib/src/newlib/libc/machine/ft32/Makefile.in @ 444

Last change on this file since 444 was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 14.7 KB
Line 
1# Makefile.in generated by automake 1.11.6 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
18VPATH = @srcdir@
19am__make_dryrun = \
20  { \
21    am__dry=no; \
22    case $$MAKEFLAGS in \
23      *\\[\ \   ]*) \
24        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
25          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
26      *) \
27        for am__flg in $$MAKEFLAGS; do \
28          case $$am__flg in \
29            *=*|--*) ;; \
30            *n*) am__dry=yes; break;; \
31          esac; \
32        done;; \
33    esac; \
34    test $$am__dry = yes; \
35  }
36pkgdatadir = $(datadir)/@PACKAGE@
37pkgincludedir = $(includedir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkglibexecdir = $(libexecdir)/@PACKAGE@
40am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
41install_sh_DATA = $(install_sh) -c -m 644
42install_sh_PROGRAM = $(install_sh) -c
43install_sh_SCRIPT = $(install_sh) -c
44INSTALL_HEADER = $(INSTALL_DATA)
45transform = $(program_transform_name)
46NORMAL_INSTALL = :
47PRE_INSTALL = :
48POST_INSTALL = :
49NORMAL_UNINSTALL = :
50PRE_UNINSTALL = :
51POST_UNINSTALL = :
52build_triplet = @build@
53host_triplet = @host@
54subdir = .
55DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
56        $(top_srcdir)/configure $(am__configure_deps) \
57        $(srcdir)/../../../../mkinstalldirs
58ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
59am__aclocal_m4_deps = $(top_srcdir)/../../../acinclude.m4 \
60        $(top_srcdir)/configure.in
61am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
62        $(ACLOCAL_M4)
63am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
64 configure.lineno config.status.lineno
65mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../mkinstalldirs
66CONFIG_CLEAN_FILES =
67CONFIG_CLEAN_VPATH_FILES =
68LIBRARIES = $(noinst_LIBRARIES)
69ARFLAGS = cru
70lib_a_AR = $(AR) $(ARFLAGS)
71lib_a_LIBADD =
72am_lib_a_OBJECTS = lib_a-setjmp.$(OBJEXT) lib_a-strlen.$(OBJEXT) \
73        lib_a-memcpy.$(OBJEXT) lib_a-strcmp.$(OBJEXT) \
74        lib_a-memset.$(OBJEXT) lib_a-strcpy.$(OBJEXT)
75lib_a_OBJECTS = $(am_lib_a_OBJECTS)
76DEFAULT_INCLUDES = -I.@am__isrc@
77depcomp =
78am__depfiles_maybe =
79CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
80        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
81COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
82        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
83CCLD = $(CC)
84LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
85SOURCES = $(lib_a_SOURCES)
86am__can_run_installinfo = \
87  case $$AM_UPDATE_INFO_DIR in \
88    n|no|NO) false;; \
89    *) (install-info --version) >/dev/null 2>&1;; \
90  esac
91ETAGS = etags
92CTAGS = ctags
93ACLOCAL = @ACLOCAL@
94AMTAR = @AMTAR@
95AR = @AR@
96AS = @AS@
97AUTOCONF = @AUTOCONF@
98AUTOHEADER = @AUTOHEADER@
99AUTOMAKE = @AUTOMAKE@
100AWK = @AWK@
101CC = @CC@
102CCAS = @CCAS@
103CCASFLAGS = @CCASFLAGS@
104CCDEPMODE = @CCDEPMODE@
105CYGPATH_W = @CYGPATH_W@
106DEFS = @DEFS@
107DEPDIR = @DEPDIR@
108ECHO_C = @ECHO_C@
109ECHO_N = @ECHO_N@
110ECHO_T = @ECHO_T@
111INSTALL = @INSTALL@
112INSTALL_DATA = @INSTALL_DATA@
113INSTALL_PROGRAM = @INSTALL_PROGRAM@
114INSTALL_SCRIPT = @INSTALL_SCRIPT@
115INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
116LDFLAGS = @LDFLAGS@
117LIBOBJS = @LIBOBJS@
118LIBS = @LIBS@
119LTLIBOBJS = @LTLIBOBJS@
120MAINT = @MAINT@
121MAKEINFO = @MAKEINFO@
122MKDIR_P = @MKDIR_P@
123NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
124NO_INCLUDE_LIST = @NO_INCLUDE_LIST@
125OBJEXT = @OBJEXT@
126PACKAGE = @PACKAGE@
127PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
128PACKAGE_NAME = @PACKAGE_NAME@
129PACKAGE_STRING = @PACKAGE_STRING@
130PACKAGE_TARNAME = @PACKAGE_TARNAME@
131PACKAGE_URL = @PACKAGE_URL@
132PACKAGE_VERSION = @PACKAGE_VERSION@
133PATH_SEPARATOR = @PATH_SEPARATOR@
134RANLIB = @RANLIB@
135READELF = @READELF@
136SET_MAKE = @SET_MAKE@
137SHELL = @SHELL@
138STRIP = @STRIP@
139VERSION = @VERSION@
140abs_builddir = @abs_builddir@
141abs_srcdir = @abs_srcdir@
142abs_top_builddir = @abs_top_builddir@
143abs_top_srcdir = @abs_top_srcdir@
144aext = @aext@
145am__include = @am__include@
146am__leading_dot = @am__leading_dot@
147am__quote = @am__quote@
148am__tar = @am__tar@
149am__untar = @am__untar@
150bindir = @bindir@
151build = @build@
152build_alias = @build_alias@
153build_cpu = @build_cpu@
154build_os = @build_os@
155build_vendor = @build_vendor@
156builddir = @builddir@
157datadir = @datadir@
158datarootdir = @datarootdir@
159docdir = @docdir@
160dvidir = @dvidir@
161exec_prefix = @exec_prefix@
162host = @host@
163host_alias = @host_alias@
164host_cpu = @host_cpu@
165host_os = @host_os@
166host_vendor = @host_vendor@
167htmldir = @htmldir@
168includedir = @includedir@
169infodir = @infodir@
170install_sh = @install_sh@
171libdir = @libdir@
172libexecdir = @libexecdir@
173libm_machine_dir = @libm_machine_dir@
174localedir = @localedir@
175localstatedir = @localstatedir@
176lpfx = @lpfx@
177machine_dir = @machine_dir@
178mandir = @mandir@
179mkdir_p = @mkdir_p@
180newlib_basedir = @newlib_basedir@
181oext = @oext@
182oldincludedir = @oldincludedir@
183pdfdir = @pdfdir@
184prefix = @prefix@
185program_transform_name = @program_transform_name@
186psdir = @psdir@
187sbindir = @sbindir@
188sharedstatedir = @sharedstatedir@
189srcdir = @srcdir@
190sys_dir = @sys_dir@
191sysconfdir = @sysconfdir@
192target_alias = @target_alias@
193top_build_prefix = @top_build_prefix@
194top_builddir = @top_builddir@
195top_srcdir = @top_srcdir@
196AUTOMAKE_OPTIONS = cygnus
197INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
198AM_CCASFLAGS = $(INCLUDES)
199noinst_LIBRARIES = lib.a
200lib_a_SOURCES = setjmp.S strlen.S memcpy.S strcmp.S memset.S strcpy.S
201lib_a_CCASFLAGS = $(AM_CCASFLAGS)
202lib_a_CFLAGS = $(AM_CFLAGS)
203ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
204CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
205all: all-am
206
207.SUFFIXES:
208.SUFFIXES: .S .o .obj
209am--refresh: Makefile
210        @:
211$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
212        @for dep in $?; do \
213          case '$(am__configure_deps)' in \
214            *$$dep*) \
215              echo ' cd $(srcdir) && $(AUTOMAKE) --cygnus'; \
216              $(am__cd) $(srcdir) && $(AUTOMAKE) --cygnus \
217                && exit 0; \
218              exit 1;; \
219          esac; \
220        done; \
221        echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile'; \
222        $(am__cd) $(top_srcdir) && \
223          $(AUTOMAKE) --cygnus Makefile
224.PRECIOUS: Makefile
225Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
226        @case '$?' in \
227          *config.status*) \
228            echo ' $(SHELL) ./config.status'; \
229            $(SHELL) ./config.status;; \
230          *) \
231            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
232            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
233        esac;
234
235$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
236        $(SHELL) ./config.status --recheck
237
238$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
239        $(am__cd) $(srcdir) && $(AUTOCONF)
240$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
241        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
242$(am__aclocal_m4_deps):
243
244clean-noinstLIBRARIES:
245        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
246lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES) $(EXTRA_lib_a_DEPENDENCIES)
247        -rm -f lib.a
248        $(lib_a_AR) lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
249        $(RANLIB) lib.a
250
251mostlyclean-compile:
252        -rm -f *.$(OBJEXT)
253
254distclean-compile:
255        -rm -f *.tab.c
256
257.S.o:
258        $(CPPASCOMPILE) -c -o $@ $<
259
260.S.obj:
261        $(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
262
263lib_a-setjmp.o: setjmp.S
264        $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CCASFLAGS) $(CCASFLAGS) -c -o lib_a-setjmp.o `test -f 'setjmp.S' || echo '$(srcdir)/'`setjmp.S
265
266lib_a-setjmp.obj: setjmp.S
267        $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CCASFLAGS) $(CCASFLAGS) -c -o lib_a-setjmp.obj `if test -f 'setjmp.S'; then $(CYGPATH_W) 'setjmp.S'; else $(CYGPATH_W) '$(srcdir)/setjmp.S'; fi`
268
269lib_a-strlen.o: strlen.S
270        $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CCASFLAGS) $(CCASFLAGS) -c -o lib_a-strlen.o `test -f 'strlen.S' || echo '$(srcdir)/'`strlen.S
271
272lib_a-strlen.obj: strlen.S
273        $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CCASFLAGS) $(CCASFLAGS) -c -o lib_a-strlen.obj `if test -f 'strlen.S'; then $(CYGPATH_W) 'strlen.S'; else $(CYGPATH_W) '$(srcdir)/strlen.S'; fi`
274
275lib_a-memcpy.o: memcpy.S
276        $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CCASFLAGS) $(CCASFLAGS) -c -o lib_a-memcpy.o `test -f 'memcpy.S' || echo '$(srcdir)/'`memcpy.S
277
278lib_a-memcpy.obj: memcpy.S
279        $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CCASFLAGS) $(CCASFLAGS) -c -o lib_a-memcpy.obj `if test -f 'memcpy.S'; then $(CYGPATH_W) 'memcpy.S'; else $(CYGPATH_W) '$(srcdir)/memcpy.S'; fi`
280
281lib_a-strcmp.o: strcmp.S
282        $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CCASFLAGS) $(CCASFLAGS) -c -o lib_a-strcmp.o `test -f 'strcmp.S' || echo '$(srcdir)/'`strcmp.S
283
284lib_a-strcmp.obj: strcmp.S
285        $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CCASFLAGS) $(CCASFLAGS) -c -o lib_a-strcmp.obj `if test -f 'strcmp.S'; then $(CYGPATH_W) 'strcmp.S'; else $(CYGPATH_W) '$(srcdir)/strcmp.S'; fi`
286
287lib_a-memset.o: memset.S
288        $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CCASFLAGS) $(CCASFLAGS) -c -o lib_a-memset.o `test -f 'memset.S' || echo '$(srcdir)/'`memset.S
289
290lib_a-memset.obj: memset.S
291        $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CCASFLAGS) $(CCASFLAGS) -c -o lib_a-memset.obj `if test -f 'memset.S'; then $(CYGPATH_W) 'memset.S'; else $(CYGPATH_W) '$(srcdir)/memset.S'; fi`
292
293lib_a-strcpy.o: strcpy.S
294        $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CCASFLAGS) $(CCASFLAGS) -c -o lib_a-strcpy.o `test -f 'strcpy.S' || echo '$(srcdir)/'`strcpy.S
295
296lib_a-strcpy.obj: strcpy.S
297        $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CCASFLAGS) $(CCASFLAGS) -c -o lib_a-strcpy.obj `if test -f 'strcpy.S'; then $(CYGPATH_W) 'strcpy.S'; else $(CYGPATH_W) '$(srcdir)/strcpy.S'; fi`
298
299ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
300        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
301        unique=`for i in $$list; do \
302            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
303          done | \
304          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
305              END { if (nonempty) { for (i in files) print i; }; }'`; \
306        mkid -fID $$unique
307tags: TAGS
308
309TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
310                $(TAGS_FILES) $(LISP)
311        set x; \
312        here=`pwd`; \
313        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
314        unique=`for i in $$list; do \
315            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
316          done | \
317          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
318              END { if (nonempty) { for (i in files) print i; }; }'`; \
319        shift; \
320        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
321          test -n "$$unique" || unique=$$empty_fix; \
322          if test $$# -gt 0; then \
323            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
324              "$$@" $$unique; \
325          else \
326            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
327              $$unique; \
328          fi; \
329        fi
330ctags: CTAGS
331CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
332                $(TAGS_FILES) $(LISP)
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        test -z "$(CTAGS_ARGS)$$unique" \
340          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
341             $$unique
342
343GTAGS:
344        here=`$(am__cd) $(top_builddir) && pwd` \
345          && $(am__cd) $(top_srcdir) \
346          && gtags -i $(GTAGS_ARGS) "$$here"
347
348distclean-tags:
349        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
350check-am:
351check: check-am
352all-am: Makefile $(LIBRARIES)
353installdirs:
354install: install-am
355install-exec: install-exec-am
356install-data: install-data-am
357uninstall: uninstall-am
358
359install-am: all-am
360        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
361
362installcheck: installcheck-am
363install-strip:
364        if test -z '$(STRIP)'; then \
365          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
366            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
367              install; \
368        else \
369          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
370            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
371            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
372        fi
373mostlyclean-generic:
374
375clean-generic:
376
377distclean-generic:
378        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
379        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
380
381maintainer-clean-generic:
382        @echo "This command is intended for maintainers to use"
383        @echo "it deletes files that may require special tools to rebuild."
384clean: clean-am
385
386clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
387
388distclean: distclean-am
389        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
390        -rm -f Makefile
391distclean-am: clean-am distclean-compile distclean-generic \
392        distclean-tags
393
394dvi: dvi-am
395
396dvi-am:
397
398html: html-am
399
400html-am:
401
402info: info-am
403
404info-am:
405
406install-data-am:
407
408install-dvi: install-dvi-am
409
410install-dvi-am:
411
412install-exec-am:
413
414install-html: install-html-am
415
416install-html-am:
417
418install-info: install-info-am
419
420install-info-am:
421
422install-man:
423
424install-pdf: install-pdf-am
425
426install-pdf-am:
427
428install-ps: install-ps-am
429
430install-ps-am:
431
432installcheck-am:
433
434maintainer-clean: maintainer-clean-am
435        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
436        -rm -rf $(top_srcdir)/autom4te.cache
437        -rm -f Makefile
438maintainer-clean-am: distclean-am maintainer-clean-generic
439
440mostlyclean: mostlyclean-am
441
442mostlyclean-am: mostlyclean-compile mostlyclean-generic
443
444pdf: pdf-am
445
446pdf-am:
447
448ps: ps-am
449
450ps-am:
451
452uninstall-am:
453
454.MAKE: install-am install-strip
455
456.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
457        clean-generic clean-noinstLIBRARIES ctags distclean \
458        distclean-compile distclean-generic distclean-tags dvi dvi-am \
459        html html-am info info-am install install-am install-data \
460        install-data-am install-dvi install-dvi-am install-exec \
461        install-exec-am install-html install-html-am install-info \
462        install-info-am install-man install-pdf install-pdf-am \
463        install-ps install-ps-am install-strip installcheck \
464        installcheck-am installdirs maintainer-clean \
465        maintainer-clean-generic mostlyclean mostlyclean-compile \
466        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
467        uninstall-am
468
469
470# Tell versions [3.59,3.63) of GNU make to not export all variables.
471# Otherwise a system limit (for SysV at least) may be exceeded.
472.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.