OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [classpath/] [native/] [jni/] [Makefile.in] - Blame information for rev 774

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 774 jeremybenn
# Makefile.in generated by automake 1.11.1 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  Free Software Foundation,
6
# 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
VPATH = @srcdir@
18
pkgdatadir = $(datadir)/@PACKAGE@
19
pkgincludedir = $(includedir)/@PACKAGE@
20
pkglibdir = $(libdir)/@PACKAGE@
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23
install_sh_DATA = $(install_sh) -c -m 644
24
install_sh_PROGRAM = $(install_sh) -c
25
install_sh_SCRIPT = $(install_sh) -c
26
INSTALL_HEADER = $(INSTALL_DATA)
27
transform = $(program_transform_name)
28
NORMAL_INSTALL = :
29
PRE_INSTALL = :
30
POST_INSTALL = :
31
NORMAL_UNINSTALL = :
32
PRE_UNINSTALL = :
33
POST_UNINSTALL = :
34
build_triplet = @build@
35
host_triplet = @host@
36
target_triplet = @target@
37
subdir = native/jni
38
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40
am__aclocal_m4_deps = $(top_srcdir)/../../config/depstand.m4 \
41
        $(top_srcdir)/../../config/lead-dot.m4 \
42
        $(top_srcdir)/../../config/lib-ld.m4 \
43
        $(top_srcdir)/../../config/lib-link.m4 \
44
        $(top_srcdir)/../../config/lib-prefix.m4 \
45
        $(top_srcdir)/../../config/multi.m4 \
46
        $(top_srcdir)/../../config/no-executables.m4 \
47
        $(top_srcdir)/../../config/override.m4 \
48
        $(top_srcdir)/../../libtool.m4 \
49
        $(top_srcdir)/../../ltoptions.m4 \
50
        $(top_srcdir)/../../ltsugar.m4 \
51
        $(top_srcdir)/../../ltversion.m4 \
52
        $(top_srcdir)/../../lt~obsolete.m4 \
53
        $(top_srcdir)/m4/ac_prog_antlr.m4 \
54
        $(top_srcdir)/m4/ac_prog_java.m4 \
55
        $(top_srcdir)/m4/ac_prog_java_works.m4 \
56
        $(top_srcdir)/m4/ac_prog_javac.m4 \
57
        $(top_srcdir)/m4/ac_prog_javac_works.m4 \
58
        $(top_srcdir)/m4/acattribute.m4 $(top_srcdir)/m4/accross.m4 \
59
        $(top_srcdir)/m4/acinclude.m4 \
60
        $(top_srcdir)/m4/ax_create_stdint_h.m4 \
61
        $(top_srcdir)/m4/ax_func_which_gethostbyname_r.m4 \
62
        $(top_srcdir)/m4/gcc_attribute.m4 $(top_srcdir)/m4/iconv.m4 \
63
        $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/configure.ac
64
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
65
        $(ACLOCAL_M4)
66
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
67
CONFIG_HEADER = $(top_builddir)/include/config.h
68
CONFIG_CLEAN_FILES =
69
CONFIG_CLEAN_VPATH_FILES =
70
SOURCES =
71
DIST_SOURCES =
72
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
73
        html-recursive info-recursive install-data-recursive \
74
        install-dvi-recursive install-exec-recursive \
75
        install-html-recursive install-info-recursive \
76
        install-pdf-recursive install-ps-recursive install-recursive \
77
        installcheck-recursive installdirs-recursive pdf-recursive \
78
        ps-recursive uninstall-recursive
79
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
80
  distclean-recursive maintainer-clean-recursive
81
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
82
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
83
        distdir
84
ETAGS = etags
85
CTAGS = ctags
86
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
87
am__relativize = \
88
  dir0=`pwd`; \
89
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
90
  sed_rest='s,^[^/]*/*,,'; \
91
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
92
  sed_butlast='s,/*[^/]*$$,,'; \
93
  while test -n "$$dir1"; do \
94
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
95
    if test "$$first" != "."; then \
96
      if test "$$first" = ".."; then \
97
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
98
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
99
      else \
100
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
101
        if test "$$first2" = "$$first"; then \
102
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
103
        else \
104
          dir2="../$$dir2"; \
105
        fi; \
106
        dir0="$$dir0"/"$$first"; \
107
      fi; \
108
    fi; \
109
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
110
  done; \
111
  reldir="$$dir2"
112
ACLOCAL = @ACLOCAL@
113
AMTAR = @AMTAR@
114
ANTLR = @ANTLR@
115
ANTLR_JAR = @ANTLR_JAR@
116
AR = @AR@
117
AUTOCONF = @AUTOCONF@
118
AUTOHEADER = @AUTOHEADER@
119
AUTOMAKE = @AUTOMAKE@
120
AWK = @AWK@
121
CAIRO_CFLAGS = @CAIRO_CFLAGS@
122
CAIRO_LIBS = @CAIRO_LIBS@
123
CC = @CC@
124
CCDEPMODE = @CCDEPMODE@
125
CFLAGS = @CFLAGS@
126
CLASSPATH_CONVENIENCE = @CLASSPATH_CONVENIENCE@
127
CLASSPATH_INCLUDES = @CLASSPATH_INCLUDES@
128
CLASSPATH_MODULE = @CLASSPATH_MODULE@
129
COLLECTIONS_PREFIX = @COLLECTIONS_PREFIX@
130
CP = @CP@
131
CPP = @CPP@
132
CPPFLAGS = @CPPFLAGS@
133
CXX = @CXX@
134
CXXCPP = @CXXCPP@
135
CXXDEPMODE = @CXXDEPMODE@
136
CXXFLAGS = @CXXFLAGS@
137
CYGPATH_W = @CYGPATH_W@
138
DATE = @DATE@
139
DEFAULT_PREFS_PEER = @DEFAULT_PREFS_PEER@
140
DEFS = @DEFS@
141
DEPDIR = @DEPDIR@
142
DSYMUTIL = @DSYMUTIL@
143
DUMPBIN = @DUMPBIN@
144
ECHO_C = @ECHO_C@
145
ECHO_N = @ECHO_N@
146
ECHO_T = @ECHO_T@
147
ECJ_JAR = @ECJ_JAR@
148
EGREP = @EGREP@
149
ERROR_CFLAGS = @ERROR_CFLAGS@
150
EXAMPLESDIR = @EXAMPLESDIR@
151
EXEEXT = @EXEEXT@
152
EXTRA_CFLAGS = @EXTRA_CFLAGS@
153
FGREP = @FGREP@
154
FIND = @FIND@
155
FREETYPE2_CFLAGS = @FREETYPE2_CFLAGS@
156
FREETYPE2_LIBS = @FREETYPE2_LIBS@
157
GCONF_CFLAGS = @GCONF_CFLAGS@
158
GCONF_LIBS = @GCONF_LIBS@
159
GDK_CFLAGS = @GDK_CFLAGS@
160
GDK_LIBS = @GDK_LIBS@
161
GJDOC = @GJDOC@
162
GLIB_CFLAGS = @GLIB_CFLAGS@
163
GLIB_LIBS = @GLIB_LIBS@
164
GMP_CFLAGS = @GMP_CFLAGS@
165
GMP_LIBS = @GMP_LIBS@
166
GREP = @GREP@
167
GSTREAMER_BASE_CFLAGS = @GSTREAMER_BASE_CFLAGS@
168
GSTREAMER_BASE_LIBS = @GSTREAMER_BASE_LIBS@
169
GSTREAMER_CFLAGS = @GSTREAMER_CFLAGS@
170
GSTREAMER_FILE_READER = @GSTREAMER_FILE_READER@
171
GSTREAMER_LIBS = @GSTREAMER_LIBS@
172
GSTREAMER_MIXER_PROVIDER = @GSTREAMER_MIXER_PROVIDER@
173
GSTREAMER_PLUGINS_BASE_CFLAGS = @GSTREAMER_PLUGINS_BASE_CFLAGS@
174
GSTREAMER_PLUGINS_BASE_LIBS = @GSTREAMER_PLUGINS_BASE_LIBS@
175
GST_PLUGIN_LDFLAGS = @GST_PLUGIN_LDFLAGS@
176
GTK_CFLAGS = @GTK_CFLAGS@
177
GTK_LIBS = @GTK_LIBS@
178
INIT_LOAD_LIBRARY = @INIT_LOAD_LIBRARY@
179
INSTALL = @INSTALL@
180
INSTALL_DATA = @INSTALL_DATA@
181
INSTALL_PROGRAM = @INSTALL_PROGRAM@
182
INSTALL_SCRIPT = @INSTALL_SCRIPT@
183
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
184
JAR = @JAR@
185
JAVA = @JAVA@
186
JAVAC = @JAVAC@
187
JAVAC_IS_GCJ = @JAVAC_IS_GCJ@
188
JAVAC_MEM_OPT = @JAVAC_MEM_OPT@
189
JAVA_LANG_SYSTEM_EXPLICIT_INITIALIZATION = @JAVA_LANG_SYSTEM_EXPLICIT_INITIALIZATION@
190
JAY = @JAY@
191
JAY_SKELETON = @JAY_SKELETON@
192
LD = @LD@
193
LDFLAGS = @LDFLAGS@
194
LIBDEBUG = @LIBDEBUG@
195
LIBICONV = @LIBICONV@
196
LIBMAGIC = @LIBMAGIC@
197
LIBOBJS = @LIBOBJS@
198
LIBS = @LIBS@
199
LIBTOOL = @LIBTOOL@
200
LIBVERSION = @LIBVERSION@
201
LIPO = @LIPO@
202
LN_S = @LN_S@
203
LTLIBICONV = @LTLIBICONV@
204
LTLIBOBJS = @LTLIBOBJS@
205
MAINT = @MAINT@
206
MAKEINFO = @MAKEINFO@
207
MKDIR = @MKDIR@
208
MKDIR_P = @MKDIR_P@
209
MOC = @MOC@
210
MOZILLA_CFLAGS = @MOZILLA_CFLAGS@
211
MOZILLA_LIBS = @MOZILLA_LIBS@
212
NM = @NM@
213
NMEDIT = @NMEDIT@
214
OBJDUMP = @OBJDUMP@
215
OBJEXT = @OBJEXT@
216
OTOOL = @OTOOL@
217
OTOOL64 = @OTOOL64@
218
PACKAGE = @PACKAGE@
219
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
220
PACKAGE_NAME = @PACKAGE_NAME@
221
PACKAGE_STRING = @PACKAGE_STRING@
222
PACKAGE_TARNAME = @PACKAGE_TARNAME@
223
PACKAGE_URL = @PACKAGE_URL@
224
PACKAGE_VERSION = @PACKAGE_VERSION@
225
PANGOFT2_CFLAGS = @PANGOFT2_CFLAGS@
226
PANGOFT2_LIBS = @PANGOFT2_LIBS@
227
PATH_SEPARATOR = @PATH_SEPARATOR@
228
PATH_TO_ESCHER = @PATH_TO_ESCHER@
229
PATH_TO_GLIBJ_ZIP = @PATH_TO_GLIBJ_ZIP@
230
PERL = @PERL@
231
PKG_CONFIG = @PKG_CONFIG@
232
PLUGIN_DIR = @PLUGIN_DIR@
233
QT_CFLAGS = @QT_CFLAGS@
234
QT_LIBS = @QT_LIBS@
235
RANLIB = @RANLIB@
236
REMOVE = @REMOVE@
237
SED = @SED@
238
SET_MAKE = @SET_MAKE@
239
SHELL = @SHELL@
240
STRICT_WARNING_CFLAGS = @STRICT_WARNING_CFLAGS@
241
STRIP = @STRIP@
242
TOOLSDIR = @TOOLSDIR@
243
USER_JAVAH = @USER_JAVAH@
244
VERSION = @VERSION@
245
WANT_NATIVE_BIG_INTEGER = @WANT_NATIVE_BIG_INTEGER@
246
WARNING_CFLAGS = @WARNING_CFLAGS@
247
XMKMF = @XMKMF@
248
XML_CFLAGS = @XML_CFLAGS@
249
XML_LIBS = @XML_LIBS@
250
XSLT_CFLAGS = @XSLT_CFLAGS@
251
XSLT_LIBS = @XSLT_LIBS@
252
XTEST_LIBS = @XTEST_LIBS@
253
X_CFLAGS = @X_CFLAGS@
254
X_EXTRA_LIBS = @X_EXTRA_LIBS@
255
X_LIBS = @X_LIBS@
256
X_PRE_LIBS = @X_PRE_LIBS@
257
ZIP = @ZIP@
258
abs_builddir = @abs_builddir@
259
abs_srcdir = @abs_srcdir@
260
abs_top_builddir = @abs_top_builddir@
261
abs_top_srcdir = @abs_top_srcdir@
262
ac_ct_ANTLR = @ac_ct_ANTLR@
263
ac_ct_CC = @ac_ct_CC@
264
ac_ct_CXX = @ac_ct_CXX@
265
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
266
am__include = @am__include@
267
am__leading_dot = @am__leading_dot@
268
am__quote = @am__quote@
269
am__tar = @am__tar@
270
am__untar = @am__untar@
271
bindir = @bindir@
272
build = @build@
273
build_alias = @build_alias@
274
build_cpu = @build_cpu@
275
build_os = @build_os@
276
build_vendor = @build_vendor@
277
builddir = @builddir@
278
datadir = @datadir@
279
datarootdir = @datarootdir@
280
default_toolkit = @default_toolkit@
281
docdir = @docdir@
282
dvidir = @dvidir@
283
exec_prefix = @exec_prefix@
284
glibjdir = @glibjdir@
285
host = @host@
286
host_alias = @host_alias@
287
host_cpu = @host_cpu@
288
host_os = @host_os@
289
host_vendor = @host_vendor@
290
htmldir = @htmldir@
291
includedir = @includedir@
292
infodir = @infodir@
293
install_sh = @install_sh@
294
libdir = @libdir@
295
libexecdir = @libexecdir@
296
localedir = @localedir@
297
localstatedir = @localstatedir@
298
mandir = @mandir@
299
mkdir_p = @mkdir_p@
300
multi_basedir = @multi_basedir@
301
nativeexeclibdir = @nativeexeclibdir@
302
oldincludedir = @oldincludedir@
303
pdfdir = @pdfdir@
304
prefix = @prefix@
305
program_transform_name = @program_transform_name@
306
psdir = @psdir@
307
sbindir = @sbindir@
308
sharedstatedir = @sharedstatedir@
309
srcdir = @srcdir@
310
sysconfdir = @sysconfdir@
311
target = @target@
312
target_alias = @target_alias@
313
target_cpu = @target_cpu@
314
target_os = @target_os@
315
target_vendor = @target_vendor@
316
toolexeclibdir = @toolexeclibdir@
317
top_build_prefix = @top_build_prefix@
318
top_builddir = @top_builddir@
319
top_srcdir = @top_srcdir@
320
uudecode = @uudecode@
321
vm_classes = @vm_classes@
322
@CREATE_CORE_JNI_LIBRARIES_TRUE@JNIDIRS = native-lib java-io java-lang java-net java-nio java-util
323
@CREATE_ALSA_LIBRARIES_TRUE@ALSADIR = midi-alsa
324
@CREATE_DSSI_LIBRARIES_TRUE@DSSIDIR = midi-dssi
325
@CREATE_GTK_PEER_LIBRARIES_TRUE@GTKDIR = gtk-peer
326
@CREATE_QT_PEER_LIBRARIES_TRUE@CLASSPATH_QT_PEER_DIR = qt-peer
327
@CREATE_GCONF_PEER_LIBRARIES_TRUE@CLASSPATH_GCONF_PEER_DIR = gconf-peer
328
@CREATE_GSTREAMER_PEER_LIBRARIES_TRUE@CLASSPATH_GSTREAMER_PEER_DIR = gstreamer-peer
329
@CREATE_XMLJ_LIBRARY_TRUE@XMLJDIR = xmlj
330
@CREATE_GMPBI_LIBRARY_TRUE@GMPDIR = java-math
331
SUBDIRS = classpath $(JNIDIRS) \
332
  $(ALSADIR) $(DSSIDIR) $(GTKDIR) $(CLASSPATH_QT_PEER_DIR) $(XMLJDIR) \
333
  $(CLASSPATH_GCONF_PEER_DIR) $(CLASSPATH_GSTREAMER_PEER_DIR) $(GMPDIR)
334
 
335
DIST_SUBDIRS = classpath java-io java-lang java-math java-net java-nio java-util \
336
               gtk-peer gconf-peer gstreamer-peer qt-peer xmlj midi-alsa \
337
               midi-dssi native-lib
338
 
339
all: all-recursive
340
 
341
.SUFFIXES:
342
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
343
        @for dep in $?; do \
344
          case '$(am__configure_deps)' in \
345
            *$$dep*) \
346
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
347
                && { if test -f $@; then exit 0; else break; fi; }; \
348
              exit 1;; \
349
          esac; \
350
        done; \
351
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu native/jni/Makefile'; \
352
        $(am__cd) $(top_srcdir) && \
353
          $(AUTOMAKE) --gnu native/jni/Makefile
354
.PRECIOUS: Makefile
355
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
356
        @case '$?' in \
357
          *config.status*) \
358
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
359
          *) \
360
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
361
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
362
        esac;
363
 
364
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
365
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
366
 
367
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
368
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
369
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
370
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
371
$(am__aclocal_m4_deps):
372
 
373
mostlyclean-libtool:
374
        -rm -f *.lo
375
 
376
clean-libtool:
377
        -rm -rf .libs _libs
378
 
379
# This directory's subdirectories are mostly independent; you can cd
380
# into them and run `make' without going through this Makefile.
381
# To change the values of `make' variables: instead of editing Makefiles,
382
# (1) if the variable is set in `config.status', edit `config.status'
383
#     (which will cause the Makefiles to be regenerated when you run `make');
384
# (2) otherwise, pass the desired values on the `make' command line.
385
$(RECURSIVE_TARGETS):
386
        @fail= failcom='exit 1'; \
387
        for f in x $$MAKEFLAGS; do \
388
          case $$f in \
389
            *=* | --[!k]*);; \
390
            *k*) failcom='fail=yes';; \
391
          esac; \
392
        done; \
393
        dot_seen=no; \
394
        target=`echo $@ | sed s/-recursive//`; \
395
        list='$(SUBDIRS)'; for subdir in $$list; do \
396
          echo "Making $$target in $$subdir"; \
397
          if test "$$subdir" = "."; then \
398
            dot_seen=yes; \
399
            local_target="$$target-am"; \
400
          else \
401
            local_target="$$target"; \
402
          fi; \
403
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
404
          || eval $$failcom; \
405
        done; \
406
        if test "$$dot_seen" = "no"; then \
407
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
408
        fi; test -z "$$fail"
409
 
410
$(RECURSIVE_CLEAN_TARGETS):
411
        @fail= failcom='exit 1'; \
412
        for f in x $$MAKEFLAGS; do \
413
          case $$f in \
414
            *=* | --[!k]*);; \
415
            *k*) failcom='fail=yes';; \
416
          esac; \
417
        done; \
418
        dot_seen=no; \
419
        case "$@" in \
420
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
421
          *) list='$(SUBDIRS)' ;; \
422
        esac; \
423
        rev=''; for subdir in $$list; do \
424
          if test "$$subdir" = "."; then :; else \
425
            rev="$$subdir $$rev"; \
426
          fi; \
427
        done; \
428
        rev="$$rev ."; \
429
        target=`echo $@ | sed s/-recursive//`; \
430
        for subdir in $$rev; do \
431
          echo "Making $$target in $$subdir"; \
432
          if test "$$subdir" = "."; then \
433
            local_target="$$target-am"; \
434
          else \
435
            local_target="$$target"; \
436
          fi; \
437
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
438
          || eval $$failcom; \
439
        done && test -z "$$fail"
440
tags-recursive:
441
        list='$(SUBDIRS)'; for subdir in $$list; do \
442
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
443
        done
444
ctags-recursive:
445
        list='$(SUBDIRS)'; for subdir in $$list; do \
446
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
447
        done
448
 
449
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
450
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
451
        unique=`for i in $$list; do \
452
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
453
          done | \
454
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
455
              END { if (nonempty) { for (i in files) print i; }; }'`; \
456
        mkid -fID $$unique
457
tags: TAGS
458
 
459
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
460
                $(TAGS_FILES) $(LISP)
461
        set x; \
462
        here=`pwd`; \
463
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
464
          include_option=--etags-include; \
465
          empty_fix=.; \
466
        else \
467
          include_option=--include; \
468
          empty_fix=; \
469
        fi; \
470
        list='$(SUBDIRS)'; for subdir in $$list; do \
471
          if test "$$subdir" = .; then :; else \
472
            test ! -f $$subdir/TAGS || \
473
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
474
          fi; \
475
        done; \
476
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
477
        unique=`for i in $$list; do \
478
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
479
          done | \
480
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
481
              END { if (nonempty) { for (i in files) print i; }; }'`; \
482
        shift; \
483
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
484
          test -n "$$unique" || unique=$$empty_fix; \
485
          if test $$# -gt 0; then \
486
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
487
              "$$@" $$unique; \
488
          else \
489
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
490
              $$unique; \
491
          fi; \
492
        fi
493
ctags: CTAGS
494
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
495
                $(TAGS_FILES) $(LISP)
496
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
497
        unique=`for i in $$list; do \
498
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
499
          done | \
500
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
501
              END { if (nonempty) { for (i in files) print i; }; }'`; \
502
        test -z "$(CTAGS_ARGS)$$unique" \
503
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
504
             $$unique
505
 
506
GTAGS:
507
        here=`$(am__cd) $(top_builddir) && pwd` \
508
          && $(am__cd) $(top_srcdir) \
509
          && gtags -i $(GTAGS_ARGS) "$$here"
510
 
511
distclean-tags:
512
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
513
 
514
distdir: $(DISTFILES)
515
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
516
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
517
        list='$(DISTFILES)'; \
518
          dist_files=`for file in $$list; do echo $$file; done | \
519
          sed -e "s|^$$srcdirstrip/||;t" \
520
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
521
        case $$dist_files in \
522
          */*) $(MKDIR_P) `echo "$$dist_files" | \
523
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
524
                           sort -u` ;; \
525
        esac; \
526
        for file in $$dist_files; do \
527
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
528
          if test -d $$d/$$file; then \
529
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
530
            if test -d "$(distdir)/$$file"; then \
531
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
532
            fi; \
533
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
534
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
535
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
536
            fi; \
537
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
538
          else \
539
            test -f "$(distdir)/$$file" \
540
            || cp -p $$d/$$file "$(distdir)/$$file" \
541
            || exit 1; \
542
          fi; \
543
        done
544
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
545
          if test "$$subdir" = .; then :; else \
546
            test -d "$(distdir)/$$subdir" \
547
            || $(MKDIR_P) "$(distdir)/$$subdir" \
548
            || exit 1; \
549
          fi; \
550
        done
551
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
552
          if test "$$subdir" = .; then :; else \
553
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
554
            $(am__relativize); \
555
            new_distdir=$$reldir; \
556
            dir1=$$subdir; dir2="$(top_distdir)"; \
557
            $(am__relativize); \
558
            new_top_distdir=$$reldir; \
559
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
560
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
561
            ($(am__cd) $$subdir && \
562
              $(MAKE) $(AM_MAKEFLAGS) \
563
                top_distdir="$$new_top_distdir" \
564
                distdir="$$new_distdir" \
565
                am__remove_distdir=: \
566
                am__skip_length_check=: \
567
                am__skip_mode_fix=: \
568
                distdir) \
569
              || exit 1; \
570
          fi; \
571
        done
572
check-am: all-am
573
check: check-recursive
574
all-am: Makefile all-local
575
installdirs: installdirs-recursive
576
installdirs-am:
577
install: install-recursive
578
install-exec: install-exec-recursive
579
install-data: install-data-recursive
580
uninstall: uninstall-recursive
581
 
582
install-am: all-am
583
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
584
 
585
installcheck: installcheck-recursive
586
install-strip:
587
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
588
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
589
          `test -z '$(STRIP)' || \
590
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
591
mostlyclean-generic:
592
 
593
clean-generic:
594
 
595
distclean-generic:
596
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
597
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
598
 
599
maintainer-clean-generic:
600
        @echo "This command is intended for maintainers to use"
601
        @echo "it deletes files that may require special tools to rebuild."
602
clean: clean-recursive
603
 
604
clean-am: clean-generic clean-libtool mostlyclean-am
605
 
606
distclean: distclean-recursive
607
        -rm -f Makefile
608
distclean-am: clean-am distclean-generic distclean-tags
609
 
610
dvi: dvi-recursive
611
 
612
dvi-am:
613
 
614
html: html-recursive
615
 
616
html-am:
617
 
618
info: info-recursive
619
 
620
info-am:
621
 
622
install-data-am:
623
 
624
install-dvi: install-dvi-recursive
625
 
626
install-dvi-am:
627
 
628
install-exec-am:
629
 
630
install-html: install-html-recursive
631
 
632
install-html-am:
633
 
634
install-info: install-info-recursive
635
 
636
install-info-am:
637
 
638
install-man:
639
 
640
install-pdf: install-pdf-recursive
641
 
642
install-pdf-am:
643
 
644
install-ps: install-ps-recursive
645
 
646
install-ps-am:
647
 
648
installcheck-am:
649
 
650
maintainer-clean: maintainer-clean-recursive
651
        -rm -f Makefile
652
maintainer-clean-am: distclean-am maintainer-clean-generic
653
 
654
mostlyclean: mostlyclean-recursive
655
 
656
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
657
 
658
pdf: pdf-recursive
659
 
660
pdf-am:
661
 
662
ps: ps-recursive
663
 
664
ps-am:
665
 
666
uninstall-am:
667
 
668
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
669
        install-am install-strip tags-recursive
670
 
671
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
672
        all all-am all-local check check-am clean clean-generic \
673
        clean-libtool ctags ctags-recursive distclean \
674
        distclean-generic distclean-libtool distclean-tags distdir dvi \
675
        dvi-am html html-am info info-am install install-am \
676
        install-data install-data-am install-dvi install-dvi-am \
677
        install-exec install-exec-am install-html install-html-am \
678
        install-info install-info-am install-man install-pdf \
679
        install-pdf-am install-ps install-ps-am install-strip \
680
        installcheck installcheck-am installdirs installdirs-am \
681
        maintainer-clean maintainer-clean-generic mostlyclean \
682
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
683
        tags tags-recursive uninstall uninstall-am
684
 
685
 
686
all-local:
687
        $(SHELL) $(top_builddir)/scripts/check_jni_methods.sh
688
 
689
# Tell versions [3.59,3.63) of GNU make to not export all variables.
690
# Otherwise a system limit (for SysV at least) may be exceeded.
691
.NOEXPORT:

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.