1 diff -urN jamvm-1.4.0-orig/configure jamvm-1.4.0/configure
2 --- jamvm-1.4.0-orig/configure 2005-11-20 08:18:52.000000000 +0100
3 +++ jamvm-1.4.0/configure 2005-11-27 17:02:15.000000000 +0100
5 i[456]86-*-openbsd*) host_cpu=i386 host_os=linux libdl_needed=no ;;
6 x86_64-*-linux*) host_os=linux ;;
7 arm*-*-linux*) host_cpu=arm host_os=linux ;;
8 +mips*-linux*) host_cpu=mips host_os=linux ;;
9 powerpc*-*-linux*) host_cpu=powerpc host_os=linux ;;
10 powerpc-*-darwin*) host_os=darwin ;;
11 *) { { echo "$as_me:$LINENO: error: $host not supported" >&5
13 ac_config_links="$ac_config_links src/arch.h:src/arch/$arch.h"
16 - ac_config_files="$ac_config_files Makefile src/Makefile src/arch/Makefile src/os/Makefile src/os/linux/Makefile src/os/darwin/Makefile src/os/linux/powerpc/Makefile src/os/linux/arm/Makefile src/os/linux/i386/Makefile src/os/linux/x86_64/Makefile src/os/darwin/powerpc/Makefile lib/Makefile lib/java/Makefile lib/java/lang/Makefile lib/jamvm/Makefile lib/jamvm/java/Makefile lib/jamvm/java/lang/Makefile lib/java/lang/reflect/Makefile lib/java/security/Makefile lib/gnu/Makefile lib/gnu/classpath/Makefile"
17 + ac_config_files="$ac_config_files Makefile src/Makefile src/arch/Makefile src/os/Makefile src/os/linux/Makefile src/os/darwin/Makefile src/os/linux/powerpc/Makefile src/os/linux/arm/Makefile src/os/linux/i386/Makefile src/os/linux/x86_64/Makefile src/os/linux/mips/Makefile src/os/darwin/powerpc/Makefile lib/Makefile lib/java/Makefile lib/java/lang/Makefile lib/jamvm/Makefile lib/jamvm/java/Makefile lib/jamvm/java/lang/Makefile lib/java/lang/reflect/Makefile lib/java/security/Makefile lib/gnu/Makefile lib/gnu/classpath/Makefile"
20 cat >confcache <<\_ACEOF
22 "src/os/linux/arm/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/os/linux/arm/Makefile" ;;
23 "src/os/linux/i386/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/os/linux/i386/Makefile" ;;
24 "src/os/linux/x86_64/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/os/linux/x86_64/Makefile" ;;
25 + "src/os/linux/mips/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/os/linux/mips/Makefile" ;;
26 "src/os/darwin/powerpc/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/os/darwin/powerpc/Makefile" ;;
27 "lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
28 "lib/java/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/java/Makefile" ;;
29 diff -urN jamvm-1.4.0-orig/configure.ac jamvm-1.4.0/configure.ac
30 --- jamvm-1.4.0-orig/configure.ac 2005-11-20 08:18:33.000000000 +0100
31 +++ jamvm-1.4.0/configure.ac 2005-11-27 16:29:53.000000000 +0100
33 i[[456]]86-*-openbsd*) host_cpu=i386 host_os=linux libdl_needed=no ;;
34 x86_64-*-linux*) host_os=linux ;;
35 arm*-*-linux*) host_cpu=arm host_os=linux ;;
36 +mips*-linux*) host_cpu=mips host_os=linux ;;
37 powerpc*-*-linux*) host_cpu=powerpc host_os=linux ;;
38 powerpc-*-darwin*) host_os=darwin ;;
39 *) AC_MSG_ERROR($host not supported) ;;
41 src/os/linux/arm/Makefile \
42 src/os/linux/i386/Makefile \
43 src/os/linux/x86_64/Makefile \
44 + src/os/linux/mips/Makefile \
45 src/os/darwin/powerpc/Makefile \
48 diff -urN jamvm-1.4.0-orig/src/arch/Makefile.am jamvm-1.4.0/src/arch/Makefile.am
49 --- jamvm-1.4.0-orig/src/arch/Makefile.am 2005-09-05 02:02:58.000000000 +0200
50 +++ jamvm-1.4.0/src/arch/Makefile.am 2005-11-24 23:09:02.000000000 +0100
52 # used by automake to generate Makefile.in
54 -EXTRA_DIST = powerpc.h arm.h i386.h x86_64.h
55 +EXTRA_DIST = powerpc.h arm.h i386.h x86_64.h mips.h
56 diff -urN jamvm-1.4.0-orig/src/arch/Makefile.in jamvm-1.4.0/src/arch/Makefile.in
57 --- jamvm-1.4.0-orig/src/arch/Makefile.in 2005-11-20 08:18:49.000000000 +0100
58 +++ jamvm-1.4.0/src/arch/Makefile.in 2005-11-27 17:04:08.000000000 +0100
60 use_zip_no = @use_zip_no@
61 use_zip_yes = @use_zip_yes@
62 with_classpath_install_dir = @with_classpath_install_dir@
63 -EXTRA_DIST = powerpc.h arm.h i386.h x86_64.h
64 +EXTRA_DIST = powerpc.h arm.h i386.h x86_64.h mips.h
68 diff -urN jamvm-1.4.0-orig/src/arch/mips.h jamvm-1.4.0/src/arch/mips.h
69 --- jamvm-1.4.0-orig/src/arch/mips.h 1970-01-01 01:00:00.000000000 +0100
70 +++ jamvm-1.4.0/src/arch/mips.h 2005-11-29 22:31:08.000000000 +0100
73 + * Copyright (C) 2003, 2004, 2005 Robert Lougher <rob@lougher.demon.co.uk>.
75 + * This file is part of JamVM.
77 + * This program is free software; you can redistribute it and/or
78 + * modify it under the terms of the GNU General Public License
79 + * as published by the Free Software Foundation; either version 2,
80 + * or (at your option) any later version.
82 + * This program is distributed in the hope that it will be useful,
83 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
84 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
85 + * GNU General Public License for more details.
87 + * You should have received a copy of the GNU General Public License
88 + * along with this program; if not, write to the Free Software
89 + * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
92 +#define OS_ARCH "mips"
94 +#include <bits/atomicity.h>
95 +#include <asm/atomic.h>
97 +/* Override default min and max heap sizes. mips machines are
98 + usually embedded, and the standard defaults are too large. */
99 +#define DEFAULT_MAX_HEAP 16*MB
100 +#define DEFAULT_MIN_HEAP 1*MB
103 +#define HANDLER_TABLE_T static const void
105 +#define HANDLER_TABLE_T void
108 +#if defined(__MIPSEL__)
109 +#define DOUBLE_1_BITS 0x3ff0000000000000LL
111 +#error DOUBLE_1_BITS was not tested on a big endian mips!
112 +#define DOUBLE_1_BITS 0x000000003ff00000LL
115 +#if defined(__MIPSEL__)
116 +#define READ_DBL(v,p,l) v = ((u8)p[0]<<56)|((u8)p[1]<<48)|((u8)p[2]<<40) \
117 + |((u8)p[3]<<32)|((u8)p[4]<<24)|((u8)p[5]<<16) \
118 + |((u8)p[6]<<8)|(u8)p[7]; p+=8
120 +#error READ_DBL was not tested on a big endian mips!
121 +#define READ_DBL(v,p,l) v = ((u8)p[4]<<56)|((u8)p[5]<<48)|((u8)p[6]<<40) \
122 + |((u8)p[7]<<32)|((u8)p[0]<<24)|((u8)p[1]<<16) \
123 + |((u8)p[2]<<8)|(u8)p[3]; p+=8
126 +/* Needed for i386 -- empty here */
129 +#define COMPARE_AND_SWAP(addr, old_val, new_val) compare_and_swap(addr,old_val,new_val)
132 +#define ATOMIC_READ(addr) *addr
133 +#define ATOMIC_WRITE(addr, new_val) *addr = new_val
137 +#define MBARRIER() __asm__ __volatile__ ("" ::: "memory")
138 +#define UNLOCK_MBARRIER() __asm__ __volatile__ ("" ::: "memory")
139 +#define JMM_LOCK_MBARRIER() __asm__ __volatile__ ("" ::: "memory")
140 +#define JMM_UNLOCK_MBARRIER() __asm__ __volatile__ ("" ::: "memory")
142 diff -urN jamvm-1.4.0-orig/src/os/linux/Makefile.am jamvm-1.4.0/src/os/linux/Makefile.am
143 --- jamvm-1.4.0-orig/src/os/linux/Makefile.am 2005-09-08 22:53:16.000000000 +0200
144 +++ jamvm-1.4.0/src/os/linux/Makefile.am 2005-11-24 23:05:44.000000000 +0100
147 -DIST_SUBDIRS = powerpc arm i386 x86_64
148 +DIST_SUBDIRS = powerpc arm i386 x86_64 mips
150 noinst_LIBRARIES = libos.a
151 libos_a_SOURCES = dll_os.c
152 diff -urN jamvm-1.4.0-orig/src/os/linux/Makefile.in jamvm-1.4.0/src/os/linux/Makefile.in
153 --- jamvm-1.4.0-orig/src/os/linux/Makefile.in 2005-11-20 08:18:50.000000000 +0100
154 +++ jamvm-1.4.0/src/os/linux/Makefile.in 2005-11-27 17:04:10.000000000 +0100
156 use_zip_yes = @use_zip_yes@
157 with_classpath_install_dir = @with_classpath_install_dir@
159 -DIST_SUBDIRS = powerpc arm i386 x86_64
160 +DIST_SUBDIRS = powerpc arm i386 x86_64 mips
161 noinst_LIBRARIES = libos.a
162 libos_a_SOURCES = dll_os.c
163 EXTRA_DIST = dll_os.c
164 diff -urN jamvm-1.4.0-orig/src/os/linux/mips/init.c jamvm-1.4.0/src/os/linux/mips/init.c
165 --- jamvm-1.4.0-orig/src/os/linux/mips/init.c 1970-01-01 01:00:00.000000000 +0100
166 +++ jamvm-1.4.0/src/os/linux/mips/init.c 2005-11-02 22:42:21.000000000 +0100
169 + * Copyright (C) 2003, 2004 Robert Lougher <rob@lougher.demon.co.uk>.
171 + * This file is part of JamVM.
173 + * This program is free software; you can redistribute it and/or
174 + * modify it under the terms of the GNU General Public License
175 + * as published by the Free Software Foundation; either version 2,
176 + * or (at your option) any later version.
178 + * This program is distributed in the hope that it will be useful,
179 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
180 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
181 + * GNU General Public License for more details.
183 + * You should have received a copy of the GNU General Public License
184 + * along with this program; if not, write to the Free Software
185 + * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
188 +void initialisePlatform() {
189 + /* Nothing to do for mips */
191 diff -urN jamvm-1.4.0-orig/src/os/linux/mips/Makefile.am jamvm-1.4.0/src/os/linux/mips/Makefile.am
192 --- jamvm-1.4.0-orig/src/os/linux/mips/Makefile.am 1970-01-01 01:00:00.000000000 +0100
193 +++ jamvm-1.4.0/src/os/linux/mips/Makefile.am 2005-09-05 02:03:01.000000000 +0200
195 +noinst_LIBRARIES = libnative.a
196 +libnative_a_SOURCES = init.c
198 +AM_CPPFLAGS = -I$(top_builddir)/src
199 diff -urN jamvm-1.4.0-orig/src/os/linux/mips/Makefile.in jamvm-1.4.0/src/os/linux/mips/Makefile.in
200 --- jamvm-1.4.0-orig/src/os/linux/mips/Makefile.in 1970-01-01 01:00:00.000000000 +0100
201 +++ jamvm-1.4.0/src/os/linux/mips/Makefile.in 2005-11-27 17:04:11.000000000 +0100
203 +# Makefile.in generated by automake 1.9.6 from Makefile.am.
206 +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
207 +# 2003, 2004, 2005 Free Software Foundation, Inc.
208 +# This Makefile.in is free software; the Free Software Foundation
209 +# gives unlimited permission to copy and/or distribute it,
210 +# with or without modifications, as long as this notice is preserved.
212 +# This program is distributed in the hope that it will be useful,
213 +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
214 +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
215 +# PARTICULAR PURPOSE.
220 +top_srcdir = @top_srcdir@
222 +pkgdatadir = $(datadir)/@PACKAGE@
223 +pkglibdir = $(libdir)/@PACKAGE@
224 +pkgincludedir = $(includedir)/@PACKAGE@
225 +top_builddir = ../../../..
226 +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
228 +install_sh_DATA = $(install_sh) -c -m 644
229 +install_sh_PROGRAM = $(install_sh) -c
230 +install_sh_SCRIPT = $(install_sh) -c
231 +INSTALL_HEADER = $(INSTALL_DATA)
232 +transform = $(program_transform_name)
236 +NORMAL_UNINSTALL = :
239 +build_triplet = @build@
240 +host_triplet = @host@
241 +subdir = src/os/linux/mips
242 +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
243 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
244 +am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
245 + $(top_srcdir)/configure.ac
246 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
248 +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
249 +CONFIG_CLEAN_FILES =
250 +LIBRARIES = $(noinst_LIBRARIES)
253 +libnative_a_AR = $(AR) $(ARFLAGS)
254 +libnative_a_LIBADD =
255 +am_libnative_a_OBJECTS = init.$(OBJEXT)
256 +libnative_a_OBJECTS = $(am_libnative_a_OBJECTS)
257 +DEFAULT_INCLUDES = -I. -I$(srcdir)
258 +depcomp = $(SHELL) $(top_srcdir)/depcomp
259 +am__depfiles_maybe = depfiles
260 +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
261 + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
263 +LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
264 +SOURCES = $(libnative_a_SOURCES)
265 +DIST_SOURCES = $(libnative_a_SOURCES)
268 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
271 +AMDEP_FALSE = @AMDEP_FALSE@
272 +AMDEP_TRUE = @AMDEP_TRUE@
274 +AUTOCONF = @AUTOCONF@
275 +AUTOHEADER = @AUTOHEADER@
276 +AUTOMAKE = @AUTOMAKE@
280 +CCASFLAGS = @CCASFLAGS@
281 +CCDEPMODE = @CCDEPMODE@
284 +CPPFLAGS = @CPPFLAGS@
285 +CYGPATH_W = @CYGPATH_W@
293 +INSTALL_DATA = @INSTALL_DATA@
294 +INSTALL_PROGRAM = @INSTALL_PROGRAM@
295 +INSTALL_SCRIPT = @INSTALL_SCRIPT@
296 +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
300 +LTLIBOBJS = @LTLIBOBJS@
302 +MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
303 +MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
304 +MAKEINFO = @MAKEINFO@
307 +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
308 +PACKAGE_NAME = @PACKAGE_NAME@
309 +PACKAGE_STRING = @PACKAGE_STRING@
310 +PACKAGE_TARNAME = @PACKAGE_TARNAME@
311 +PACKAGE_VERSION = @PACKAGE_VERSION@
312 +PATH_SEPARATOR = @PATH_SEPARATOR@
314 +SET_MAKE = @SET_MAKE@
318 +ac_ct_CC = @ac_ct_CC@
319 +ac_ct_RANLIB = @ac_ct_RANLIB@
320 +ac_ct_STRIP = @ac_ct_STRIP@
321 +am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
322 +am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
323 +am__include = @am__include@
324 +am__leading_dot = @am__leading_dot@
325 +am__quote = @am__quote@
327 +am__untar = @am__untar@
331 +build_alias = @build_alias@
332 +build_cpu = @build_cpu@
333 +build_os = @build_os@
334 +build_vendor = @build_vendor@
336 +exec_prefix = @exec_prefix@
338 +host_alias = @host_alias@
339 +host_cpu = @host_cpu@
341 +host_vendor = @host_vendor@
342 +includedir = @includedir@
344 +install_sh = @install_sh@
346 +libexecdir = @libexecdir@
347 +localstatedir = @localstatedir@
350 +oldincludedir = @oldincludedir@
353 +program_transform_name = @program_transform_name@
355 +sharedstatedir = @sharedstatedir@
356 +sysconfdir = @sysconfdir@
357 +target_alias = @target_alias@
358 +use_zip_no = @use_zip_no@
359 +use_zip_yes = @use_zip_yes@
360 +with_classpath_install_dir = @with_classpath_install_dir@
361 +noinst_LIBRARIES = libnative.a
362 +libnative_a_SOURCES = init.c
363 +AM_CPPFLAGS = -I$(top_builddir)/src
367 +.SUFFIXES: .c .o .obj
368 +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
369 + @for dep in $?; do \
370 + case '$(am__configure_deps)' in \
372 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
377 + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/os/linux/mips/Makefile'; \
378 + cd $(top_srcdir) && \
379 + $(AUTOMAKE) --gnu src/os/linux/mips/Makefile
381 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
384 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
386 + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
387 + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
390 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
391 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
393 +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
394 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
395 +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
396 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
398 +clean-noinstLIBRARIES:
399 + -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
400 +libnative.a: $(libnative_a_OBJECTS) $(libnative_a_DEPENDENCIES)
402 + $(libnative_a_AR) libnative.a $(libnative_a_OBJECTS) $(libnative_a_LIBADD)
403 + $(RANLIB) libnative.a
405 +mostlyclean-compile:
411 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/init.Po@am__quote@
414 +@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
415 +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
416 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
417 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
418 +@am__fastdepCC_FALSE@ $(COMPILE) -c $<
421 +@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
422 +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
423 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
424 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
425 +@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
428 +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
429 + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
430 + unique=`for i in $$list; do \
431 + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
433 + $(AWK) ' { files[$$0] = 1; } \
434 + END { for (i in files) print i; }'`; \
438 +TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
439 + $(TAGS_FILES) $(LISP)
442 + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
443 + unique=`for i in $$list; do \
444 + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
446 + $(AWK) ' { files[$$0] = 1; } \
447 + END { for (i in files) print i; }'`; \
448 + if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
449 + test -n "$$unique" || unique=$$empty_fix; \
450 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
454 +CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
455 + $(TAGS_FILES) $(LISP)
458 + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
459 + unique=`for i in $$list; do \
460 + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
462 + $(AWK) ' { files[$$0] = 1; } \
463 + END { for (i in files) print i; }'`; \
464 + test -z "$(CTAGS_ARGS)$$tags$$unique" \
465 + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
469 + here=`$(am__cd) $(top_builddir) && pwd` \
470 + && cd $(top_srcdir) \
471 + && gtags -i $(GTAGS_ARGS) $$here
474 + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
476 +distdir: $(DISTFILES)
477 + @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
478 + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
479 + list='$(DISTFILES)'; for file in $$list; do \
481 + $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
482 + $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
484 + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
485 + dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
486 + if test "$$dir" != "$$file" && test "$$dir" != "."; then \
488 + $(mkdir_p) "$(distdir)$$dir"; \
492 + if test -d $$d/$$file; then \
493 + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
494 + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
496 + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
498 + test -f $(distdir)/$$file \
499 + || cp -p $$d/$$file $(distdir)/$$file \
505 +all-am: Makefile $(LIBRARIES)
508 +install-exec: install-exec-am
509 +install-data: install-data-am
510 +uninstall: uninstall-am
513 + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
515 +installcheck: installcheck-am
517 + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
518 + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
519 + `test -z '$(STRIP)' || \
520 + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
521 +mostlyclean-generic:
526 + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
528 +maintainer-clean-generic:
529 + @echo "This command is intended for maintainers to use"
530 + @echo "it deletes files that may require special tools to rebuild."
533 +clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
535 +distclean: distclean-am
536 + -rm -rf ./$(DEPDIR)
538 +distclean-am: clean-am distclean-compile distclean-generic \
555 +install-info: install-info-am
561 +maintainer-clean: maintainer-clean-am
562 + -rm -rf ./$(DEPDIR)
564 +maintainer-clean-am: distclean-am maintainer-clean-generic
566 +mostlyclean: mostlyclean-am
568 +mostlyclean-am: mostlyclean-compile mostlyclean-generic
578 +uninstall-am: uninstall-info-am
580 +.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
581 + clean-noinstLIBRARIES ctags distclean distclean-compile \
582 + distclean-generic distclean-tags distdir dvi dvi-am html \
583 + html-am info info-am install install-am install-data \
584 + install-data-am install-exec install-exec-am install-info \
585 + install-info-am install-man install-strip installcheck \
586 + installcheck-am installdirs maintainer-clean \
587 + maintainer-clean-generic mostlyclean mostlyclean-compile \
588 + mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
589 + uninstall-am uninstall-info-am
591 +# Tell versions [3.59,3.63) of GNU make to not export all variables.
592 +# Otherwise a system limit (for SysV at least) may be exceeded.