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

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [boehm-gc/] [Makefile.in] - Blame information for rev 14

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 12 jlechner
# Makefile.in generated by automake 1.9.3 from Makefile.am.
2
# @configure_input@
3
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
# 2003, 2004  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
SOURCES = $(libgcjgc_la_SOURCES) $(libgcjgc_convenience_la_SOURCES) $(gctest_SOURCES)
18
 
19
srcdir = @srcdir@
20
top_srcdir = @top_srcdir@
21
VPATH = @srcdir@
22
pkgdatadir = $(datadir)/@PACKAGE@
23
pkglibdir = $(libdir)/@PACKAGE@
24
pkgincludedir = $(includedir)/@PACKAGE@
25
top_builddir = .
26
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27
INSTALL = @INSTALL@
28
install_sh_DATA = $(install_sh) -c -m 644
29
install_sh_PROGRAM = $(install_sh) -c
30
install_sh_SCRIPT = $(install_sh) -c
31
INSTALL_HEADER = $(INSTALL_DATA)
32
transform = $(program_transform_name)
33
NORMAL_INSTALL = :
34
PRE_INSTALL = :
35
POST_INSTALL = :
36
NORMAL_UNINSTALL = :
37
PRE_UNINSTALL = :
38
POST_UNINSTALL = :
39
build_triplet = @build@
40
host_triplet = @host@
41
target_triplet = @target@
42
check_PROGRAMS = gctest$(EXEEXT)
43
DIST_COMMON = $(srcdir)/../config.guess $(srcdir)/../config.sub \
44
        ChangeLog $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
45
        $(top_srcdir)/configure $(am__configure_deps) \
46
        $(srcdir)/../mkinstalldirs $(srcdir)/../compile \
47
        $(srcdir)/../compile $(srcdir)/../compile $(srcdir)/../compile \
48
        $(srcdir)/../compile $(srcdir)/../compile $(srcdir)/../compile \
49
        $(srcdir)/../compile $(srcdir)/../compile $(srcdir)/../compile \
50
        $(srcdir)/../compile $(srcdir)/../compile $(srcdir)/../compile \
51
        $(srcdir)/../compile $(srcdir)/../compile $(srcdir)/../compile \
52
        $(srcdir)/../compile $(srcdir)/../compile $(srcdir)/../compile \
53
        $(srcdir)/../compile $(srcdir)/../compile $(srcdir)/../compile \
54
        $(srcdir)/../compile $(srcdir)/../compile $(srcdir)/../compile \
55
        $(srcdir)/../compile $(srcdir)/../compile $(srcdir)/../compile \
56
        $(srcdir)/../compile $(srcdir)/../compile $(srcdir)/../compile \
57
        $(srcdir)/../compile $(srcdir)/../compile $(srcdir)/../compile \
58
        $(srcdir)/../compile $(srcdir)/../compile $(srcdir)/../compile \
59
        $(srcdir)/../compile $(srcdir)/../compile $(srcdir)/../compile \
60
        $(srcdir)/../compile $(srcdir)/../compile $(srcdir)/../compile \
61
        $(srcdir)/../compile $(srcdir)/../compile $(srcdir)/../compile \
62
        $(srcdir)/../compile $(srcdir)/../compile $(srcdir)/../compile \
63
        $(srcdir)/../compile $(srcdir)/../compile $(srcdir)/../compile \
64
        $(srcdir)/../compile $(srcdir)/../compile $(srcdir)/../compile \
65
        $(srcdir)/../compile $(srcdir)/../compile $(srcdir)/../compile \
66
        $(srcdir)/../compile $(srcdir)/../compile $(srcdir)/../compile \
67
        $(srcdir)/../compile $(srcdir)/../compile $(srcdir)/../compile \
68
        $(srcdir)/../compile $(srcdir)/../compile $(srcdir)/../compile \
69
        $(srcdir)/../ltmain.sh $(srcdir)/../config.guess \
70
        $(srcdir)/../config.sub
71
subdir = .
72
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
73
am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
74
        $(top_srcdir)/../config/no-executables.m4 \
75
        $(top_srcdir)/../libtool.m4 $(top_srcdir)/configure.ac
76
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
77
        $(ACLOCAL_M4)
78
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
79
 configure.lineno configure.status.lineno
80
CONFIG_HEADER = $(top_builddir)/include/gc_config.h \
81
        $(top_builddir)/include/gc_ext_config.h
82
CONFIG_CLEAN_FILES =
83
LTLIBRARIES = $(noinst_LTLIBRARIES)
84
am__DEPENDENCIES_1 =
85
@POWERPC_DARWIN_TRUE@am__objects_1 = powerpc_darwin_mach_dep.lo
86
am__objects_2 = allchblk.lo alloc.lo blacklst.lo checksums.lo \
87
        dbg_mlc.lo dyn_load.lo finalize.lo gc_dlopen.lo gcj_mlc.lo \
88
        headers.lo aix_irix_threads.lo malloc.lo mallocx.lo mark.lo \
89
        mark_rts.lo misc.lo new_hblk.lo obj_map.lo os_dep.lo \
90
        pcr_interface.lo ptr_chck.lo real_malloc.lo reclaim.lo \
91
        solaris_pthreads.lo solaris_threads.lo specific.lo stubborn.lo \
92
        typd_mlc.lo backgraph.lo win32_threads.lo pthread_support.lo \
93
        pthread_stop_world.lo darwin_stop_world.lo $(am__objects_1)
94
am_libgcjgc_la_OBJECTS = $(am__objects_2)
95
libgcjgc_la_OBJECTS = $(am_libgcjgc_la_OBJECTS)
96
am_libgcjgc_convenience_la_OBJECTS = $(am__objects_2)
97
libgcjgc_convenience_la_OBJECTS =  \
98
        $(am_libgcjgc_convenience_la_OBJECTS)
99
am__dirstamp = $(am__leading_dot)dirstamp
100
am_gctest_OBJECTS = tests/test.$(OBJEXT)
101
gctest_OBJECTS = $(am_gctest_OBJECTS)
102
gctest_DEPENDENCIES = ./libgcjgc.la $(am__DEPENDENCIES_1) \
103
        $(am__DEPENDENCIES_1)
104
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include -I$(top_builddir)/include
105
depcomp =
106
am__depfiles_maybe =
107
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
108
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
109
CCLD = $(CC)
110
CCASCOMPILE = $(CCAS) $(AM_CCASFLAGS) $(CCASFLAGS)
111
LTCCASCOMPILE = $(LIBTOOL) --mode=compile $(CCAS) $(AM_CCASFLAGS) \
112
        $(CCASFLAGS)
113
SOURCES = $(libgcjgc_la_SOURCES) $(libgcjgc_convenience_la_SOURCES) \
114
        $(gctest_SOURCES)
115
MULTISRCTOP =
116
MULTIBUILDTOP =
117
MULTIDIRS =
118
MULTISUBDIR =
119
MULTIDO = true
120
MULTICLEAN = true
121
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
122
        html-recursive info-recursive install-data-recursive \
123
        install-exec-recursive install-info-recursive \
124
        install-recursive installcheck-recursive installdirs-recursive \
125
        pdf-recursive ps-recursive uninstall-info-recursive \
126
        uninstall-recursive
127
ETAGS = etags
128
CTAGS = ctags
129
DIST_SUBDIRS = $(SUBDIRS)
130
ACLOCAL = @ACLOCAL@
131
AMDEP_FALSE = @AMDEP_FALSE@
132
AMDEP_TRUE = @AMDEP_TRUE@
133
AMTAR = @AMTAR@
134
AM_CPPFLAGS = @AM_CPPFLAGS@
135
AR = @AR@
136
AS = @AS@
137
AUTOCONF = @AUTOCONF@
138
AUTOHEADER = @AUTOHEADER@
139
AUTOMAKE = @AUTOMAKE@
140
AWK = @AWK@
141
CC = @CC@
142
CCAS = @CCAS@
143
CCASFLAGS = @CCASFLAGS@
144
CCDEPMODE = @CCDEPMODE@
145
CFLAGS = @CFLAGS@
146
CPLUSPLUS_FALSE = @CPLUSPLUS_FALSE@
147
CPLUSPLUS_TRUE = @CPLUSPLUS_TRUE@
148
CPP = @CPP@
149
CPPFLAGS = @CPPFLAGS@
150
CXX = @CXX@
151
CXXCPP = @CXXCPP@
152
CXXDEPMODE = @CXXDEPMODE@
153
CXXFLAGS = @CXXFLAGS@
154
CYGPATH_W = @CYGPATH_W@
155
DEFS = @DEFS@
156
DEPDIR = @DEPDIR@
157
ECHO_C = @ECHO_C@
158
ECHO_N = @ECHO_N@
159
ECHO_T = @ECHO_T@
160
EGREP = @EGREP@
161
EXEEXT = @EXEEXT@
162
EXTRA_TEST_LIBS = @EXTRA_TEST_LIBS@
163
GC_CFLAGS = @GC_CFLAGS@
164
INSTALL_DATA = @INSTALL_DATA@
165
INSTALL_PROGRAM = @INSTALL_PROGRAM@
166
INSTALL_SCRIPT = @INSTALL_SCRIPT@
167
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
168
LIBOBJS = @LIBOBJS@
169
LIBS = @LIBS@
170
LIBTOOL = @LIBTOOL@
171
LN_S = @LN_S@
172
LTLIBOBJS = @LTLIBOBJS@
173
MAINT = @MAINT@
174
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
175
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
176
MAKEINFO = @MAKEINFO@
177
MY_CFLAGS = @MY_CFLAGS@
178
OBJEXT = @OBJEXT@
179
PACKAGE = @PACKAGE@
180
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
181
PACKAGE_NAME = @PACKAGE_NAME@
182
PACKAGE_STRING = @PACKAGE_STRING@
183
PACKAGE_TARNAME = @PACKAGE_TARNAME@
184
PACKAGE_VERSION = @PACKAGE_VERSION@
185
PATH_SEPARATOR = @PATH_SEPARATOR@
186
POWERPC_DARWIN_FALSE = @POWERPC_DARWIN_FALSE@
187
POWERPC_DARWIN_TRUE = @POWERPC_DARWIN_TRUE@
188
RANLIB = @RANLIB@
189
SET_MAKE = @SET_MAKE@
190
SHELL = @SHELL@
191
STRIP = @STRIP@
192
THREADLIBS = @THREADLIBS@
193
VERSION = @VERSION@
194
ac_ct_AR = @ac_ct_AR@
195
ac_ct_AS = @ac_ct_AS@
196
ac_ct_CC = @ac_ct_CC@
197
ac_ct_CXX = @ac_ct_CXX@
198
ac_ct_RANLIB = @ac_ct_RANLIB@
199
ac_ct_STRIP = @ac_ct_STRIP@
200
addincludes = @addincludes@
201
addlibs = @addlibs@
202
addobjs = @addobjs@
203
addtests = @addtests@
204
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
205
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
206
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
207
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
208
am__include = @am__include@
209
am__leading_dot = @am__leading_dot@
210
am__quote = @am__quote@
211
am__tar = @am__tar@
212
am__untar = @am__untar@
213
bindir = @bindir@
214
build = @build@
215
build_alias = @build_alias@
216
build_cpu = @build_cpu@
217
build_os = @build_os@
218
build_vendor = @build_vendor@
219
datadir = @datadir@
220
exec_prefix = @exec_prefix@
221
host = @host@
222
host_alias = @host_alias@
223
host_cpu = @host_cpu@
224
host_os = @host_os@
225
host_vendor = @host_vendor@
226
includedir = @includedir@
227
infodir = @infodir@
228
install_sh = @install_sh@
229
libdir = @libdir@
230
libexecdir = @libexecdir@
231
localstatedir = @localstatedir@
232
mandir = @mandir@
233
mkdir_p = @mkdir_p@
234
mkinstalldirs = @mkinstalldirs@
235
multi_basedir = @multi_basedir@
236
oldincludedir = @oldincludedir@
237
prefix = @prefix@
238
program_transform_name = @program_transform_name@
239
sbindir = @sbindir@
240
sharedstatedir = @sharedstatedir@
241
sysconfdir = @sysconfdir@
242
target = @target@
243
target_alias = @target_alias@
244
target_all = @target_all@
245
target_cpu = @target_cpu@
246
target_noncanonical = @target_noncanonical@
247
target_os = @target_os@
248
target_vendor = @target_vendor@
249
toolexecdir = @toolexecdir@
250
toolexeclibdir = @toolexeclibdir@
251
AUTOMAKE_OPTIONS = cygnus subdir-objects
252
ACLOCAL_AMFLAGS = -I .. -I ../config
253
SUBDIRS = include
254
noinst_LTLIBRARIES = libgcjgc.la libgcjgc_convenience.la
255
@POWERPC_DARWIN_FALSE@asm_libgc_sources =
256
@POWERPC_DARWIN_TRUE@asm_libgc_sources = powerpc_darwin_mach_dep.s
257
GC_SOURCES = allchblk.c alloc.c blacklst.c checksums.c dbg_mlc.c \
258
dyn_load.c finalize.c gc_dlopen.c gcj_mlc.c headers.c aix_irix_threads.c \
259
malloc.c mallocx.c mark.c mark_rts.c misc.c new_hblk.c \
260
obj_map.c os_dep.c pcr_interface.c ptr_chck.c real_malloc.c reclaim.c \
261
solaris_pthreads.c solaris_threads.c specific.c stubborn.c typd_mlc.c \
262
backgraph.c win32_threads.c \
263
pthread_support.c pthread_stop_world.c darwin_stop_world.c \
264
$(asm_libgc_sources)
265
 
266
EXTRA_DIST = alpha_mach_dep.S \
267
mips_sgi_mach_dep.s mips_ultrix_mach_dep.s powerpc_darwin_mach_dep.s \
268
rs6000_mach_dep.s sparc_mach_dep.S sparc_netbsd_mach_dep.s \
269
sparc_sunos4_mach_dep.s ia64_save_regs_in_stack.s
270
 
271
libgcjgc_la_SOURCES = $(GC_SOURCES)
272
libgcjgc_convenience_la_SOURCES = $(GC_SOURCES)
273
 
274
# Include THREADLIBS here to ensure that the correct versions of
275
# linuxthread semaphore functions get linked:
276
libgcjgc_la_LIBADD = @addobjs@ $(THREADLIBS)
277
libgcjgc_la_DEPENDENCIES = @addobjs@
278
libgcjgc_la_LDFLAGS = -version-info 1:1:0 -rpath $(toolexeclibdir)
279
libgcjgc_convenience_la_LIBADD = @addobjs@
280
libgcjgc_convenience_la_DEPENDENCIES = @addobjs@
281
AM_CXXFLAGS = @GC_CFLAGS@
282
AM_CFLAGS = @GC_CFLAGS@
283
gctest_SOURCES = tests/test.c
284
gctest_LDADD = ./libgcjgc.la $(THREADLIBS) $(EXTRA_TEST_LIBS)
285
gctest_LDFLAGS = -shared-libgcc
286
TESTS_ENVIRONMENT = LD_LIBRARY_PATH=../../$(MULTIBUILDTOP)gcc
287
TESTS = gctest
288
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(AM_CPPFLAGS) $(CPPFLAGS) \
289
        $(AM_CFLAGS) $(MY_CFLAGS) $(GC_CFLAGS)
290
 
291
LINK = $(LIBTOOL) --mode=link $(CC) $(AM_CFLAGS) $(MY_CFLAGS) $(LDFLAGS) -o $@
292
 
293
# Work around what appears to be a GNU make bug handling MAKEFLAGS
294
# values defined in terms of make variables, as is the case for CC and
295
# friends when we are called from the top level Makefile.
296
AM_MAKEFLAGS = \
297
        "AR_FLAGS=$(AR_FLAGS)" \
298
        "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
299
        "CFLAGS=$(CFLAGS)" \
300
        "CXXFLAGS=$(CXXFLAGS)" \
301
        "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
302
        "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
303
        "INSTALL=$(INSTALL)" \
304
        "INSTALL_DATA=$(INSTALL_DATA)" \
305
        "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
306
        "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
307
        "LDFLAGS=$(LDFLAGS)" \
308
        "LIBCFLAGS=$(LIBCFLAGS)" \
309
        "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
310
        "MAKE=$(MAKE)" \
311
        "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
312
        "PICFLAG=$(PICFLAG)" \
313
        "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
314
        "SHELL=$(SHELL)" \
315
        "EXPECT=$(EXPECT)" \
316
        "RUNTEST=$(RUNTEST)" \
317
        "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
318
        "exec_prefix=$(exec_prefix)" \
319
        "infodir=$(infodir)" \
320
        "libdir=$(libdir)" \
321
        "prefix=$(prefix)" \
322
        "tooldir=$(tooldir)" \
323
        "AR=$(AR)" \
324
        "AS=$(AS)" \
325
        "CC=$(CC)" \
326
        "CXX=$(CXX)" \
327
        "LD=$(LD)" \
328
        "LIBCFLAGS=$(LIBCFLAGS)" \
329
        "NM=$(NM)" \
330
        "PICFLAG=$(PICFLAG)" \
331
        "RANLIB=$(RANLIB)" \
332
        "DESTDIR=$(DESTDIR)"
333
 
334
CONFIG_STATUS_DEPENDENCIES = $(srcdir)/configure.host
335
MAKEOVERRIDES =
336
all: all-recursive
337
 
338
.SUFFIXES:
339
.SUFFIXES: .S .c .lo .o .obj .s
340
am--refresh:
341
        @:
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
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
347
              cd $(srcdir) && $(AUTOMAKE) --foreign  \
348
                && exit 0; \
349
              exit 1;; \
350
          esac; \
351
        done; \
352
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
353
        cd $(top_srcdir) && \
354
          $(AUTOMAKE) --foreign  Makefile
355
.PRECIOUS: Makefile
356
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
357
        @case '$?' in \
358
          *config.status*) \
359
            echo ' $(SHELL) ./config.status'; \
360
            $(SHELL) ./config.status;; \
361
          *) \
362
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
363
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
364
        esac;
365
 
366
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
367
        $(SHELL) ./config.status --recheck
368
 
369
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
370
        cd $(srcdir) && $(AUTOCONF)
371
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
372
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
373
 
374
clean-noinstLTLIBRARIES:
375
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
376
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
377
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
378
          test "$$dir" != "$$p" || dir=.; \
379
          echo "rm -f \"$${dir}/so_locations\""; \
380
          rm -f "$${dir}/so_locations"; \
381
        done
382
libgcjgc.la: $(libgcjgc_la_OBJECTS) $(libgcjgc_la_DEPENDENCIES)
383
        $(LINK)  $(libgcjgc_la_LDFLAGS) $(libgcjgc_la_OBJECTS) $(libgcjgc_la_LIBADD) $(LIBS)
384
libgcjgc_convenience.la: $(libgcjgc_convenience_la_OBJECTS) $(libgcjgc_convenience_la_DEPENDENCIES)
385
        $(LINK)  $(libgcjgc_convenience_la_LDFLAGS) $(libgcjgc_convenience_la_OBJECTS) $(libgcjgc_convenience_la_LIBADD) $(LIBS)
386
 
387
clean-checkPROGRAMS:
388
        @list='$(check_PROGRAMS)'; for p in $$list; do \
389
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
390
          echo " rm -f $$p $$f"; \
391
          rm -f $$p $$f ; \
392
        done
393
tests/$(am__dirstamp):
394
        @$(mkdir_p) tests
395
        @: > tests/$(am__dirstamp)
396
tests/test.$(OBJEXT): tests/$(am__dirstamp)
397
gctest$(EXEEXT): $(gctest_OBJECTS) $(gctest_DEPENDENCIES)
398
        @rm -f gctest$(EXEEXT)
399
        $(LINK) $(gctest_LDFLAGS) $(gctest_OBJECTS) $(gctest_LDADD) $(LIBS)
400
 
401
mostlyclean-compile:
402
        -rm -f *.$(OBJEXT)
403
        -rm -f tests/test.$(OBJEXT)
404
 
405
distclean-compile:
406
        -rm -f *.tab.c
407
 
408
.c.o:
409
        $(COMPILE) -c -o $@ $<
410
 
411
.c.obj:
412
        $(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
413
 
414
.c.lo:
415
        $(LTCOMPILE) -c -o $@ $<
416
 
417
.s.o:
418
        $(CCASCOMPILE) -c $<
419
 
420
.s.obj:
421
        $(CCASCOMPILE) -c `$(CYGPATH_W) '$<'`
422
 
423
mostlyclean-libtool:
424
        -rm -f *.lo
425
 
426
clean-libtool:
427
        -rm -rf .libs _libs
428
 
429
distclean-libtool:
430
        -rm -f libtool
431
 
432
# GNU Make needs to see an explicit $(MAKE) variable in the command it
433
# runs to enable its job server during parallel builds.  Hence the
434
# comments below.
435
all-multi:
436
        $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
437
install-multi:
438
        $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
439
 
440
mostlyclean-multi:
441
        $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
442
clean-multi:
443
        $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
444
distclean-multi:
445
        $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
446
maintainer-clean-multi:
447
        $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
448
uninstall-info-am:
449
 
450
# This directory's subdirectories are mostly independent; you can cd
451
# into them and run `make' without going through this Makefile.
452
# To change the values of `make' variables: instead of editing Makefiles,
453
# (1) if the variable is set in `config.status', edit `config.status'
454
#     (which will cause the Makefiles to be regenerated when you run `make');
455
# (2) otherwise, pass the desired values on the `make' command line.
456
$(RECURSIVE_TARGETS):
457
        @set fnord $$MAKEFLAGS; amf=$$2; \
458
        dot_seen=no; \
459
        target=`echo $@ | sed s/-recursive//`; \
460
        list='$(SUBDIRS)'; for subdir in $$list; do \
461
          echo "Making $$target in $$subdir"; \
462
          if test "$$subdir" = "."; then \
463
            dot_seen=yes; \
464
            local_target="$$target-am"; \
465
          else \
466
            local_target="$$target"; \
467
          fi; \
468
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
469
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
470
        done; \
471
        if test "$$dot_seen" = "no"; then \
472
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
473
        fi; test -z "$$fail"
474
 
475
mostlyclean-recursive clean-recursive distclean-recursive \
476
maintainer-clean-recursive:
477
        @set fnord $$MAKEFLAGS; amf=$$2; \
478
        dot_seen=no; \
479
        case "$@" in \
480
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
481
          *) list='$(SUBDIRS)' ;; \
482
        esac; \
483
        rev=''; for subdir in $$list; do \
484
          if test "$$subdir" = "."; then :; else \
485
            rev="$$subdir $$rev"; \
486
          fi; \
487
        done; \
488
        rev="$$rev ."; \
489
        target=`echo $@ | sed s/-recursive//`; \
490
        for subdir in $$rev; do \
491
          echo "Making $$target in $$subdir"; \
492
          if test "$$subdir" = "."; then \
493
            local_target="$$target-am"; \
494
          else \
495
            local_target="$$target"; \
496
          fi; \
497
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
498
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
499
        done && test -z "$$fail"
500
tags-recursive:
501
        list='$(SUBDIRS)'; for subdir in $$list; do \
502
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
503
        done
504
ctags-recursive:
505
        list='$(SUBDIRS)'; for subdir in $$list; do \
506
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
507
        done
508
 
509
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
510
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
511
        unique=`for i in $$list; do \
512
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
513
          done | \
514
          $(AWK) '    { files[$$0] = 1; } \
515
               END { for (i in files) print i; }'`; \
516
        mkid -fID $$unique
517
tags: TAGS
518
 
519
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
520
                $(TAGS_FILES) $(LISP)
521
        tags=; \
522
        here=`pwd`; \
523
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
524
          include_option=--etags-include; \
525
          empty_fix=.; \
526
        else \
527
          include_option=--include; \
528
          empty_fix=; \
529
        fi; \
530
        list='$(SUBDIRS)'; for subdir in $$list; do \
531
          if test "$$subdir" = .; then :; else \
532
            test ! -f $$subdir/TAGS || \
533
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
534
          fi; \
535
        done; \
536
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
537
        unique=`for i in $$list; do \
538
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
539
          done | \
540
          $(AWK) '    { files[$$0] = 1; } \
541
               END { for (i in files) print i; }'`; \
542
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
543
          test -n "$$unique" || unique=$$empty_fix; \
544
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
545
            $$tags $$unique; \
546
        fi
547
ctags: CTAGS
548
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
549
                $(TAGS_FILES) $(LISP)
550
        tags=; \
551
        here=`pwd`; \
552
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
553
        unique=`for i in $$list; do \
554
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
555
          done | \
556
          $(AWK) '    { files[$$0] = 1; } \
557
               END { for (i in files) print i; }'`; \
558
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
559
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
560
             $$tags $$unique
561
 
562
GTAGS:
563
        here=`$(am__cd) $(top_builddir) && pwd` \
564
          && cd $(top_srcdir) \
565
          && gtags -i $(GTAGS_ARGS) $$here
566
 
567
distclean-tags:
568
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
569
 
570
check-TESTS: $(TESTS)
571
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
572
        srcdir=$(srcdir); export srcdir; \
573
        list='$(TESTS)'; \
574
        if test -n "$$list"; then \
575
          for tst in $$list; do \
576
            if test -f ./$$tst; then dir=./; \
577
            elif test -f $$tst; then dir=; \
578
            else dir="$(srcdir)/"; fi; \
579
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
580
              all=`expr $$all + 1`; \
581
              case " $(XFAIL_TESTS) " in \
582
              *" $$tst "*) \
583
                xpass=`expr $$xpass + 1`; \
584
                failed=`expr $$failed + 1`; \
585
                echo "XPASS: $$tst"; \
586
              ;; \
587
              *) \
588
                echo "PASS: $$tst"; \
589
              ;; \
590
              esac; \
591
            elif test $$? -ne 77; then \
592
              all=`expr $$all + 1`; \
593
              case " $(XFAIL_TESTS) " in \
594
              *" $$tst "*) \
595
                xfail=`expr $$xfail + 1`; \
596
                echo "XFAIL: $$tst"; \
597
              ;; \
598
              *) \
599
                failed=`expr $$failed + 1`; \
600
                echo "FAIL: $$tst"; \
601
              ;; \
602
              esac; \
603
            else \
604
              skip=`expr $$skip + 1`; \
605
              echo "SKIP: $$tst"; \
606
            fi; \
607
          done; \
608
          if test "$$failed" -eq 0; then \
609
            if test "$$xfail" -eq 0; then \
610
              banner="All $$all tests passed"; \
611
            else \
612
              banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
613
            fi; \
614
          else \
615
            if test "$$xpass" -eq 0; then \
616
              banner="$$failed of $$all tests failed"; \
617
            else \
618
              banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
619
            fi; \
620
          fi; \
621
          dashes="$$banner"; \
622
          skipped=""; \
623
          if test "$$skip" -ne 0; then \
624
            skipped="($$skip tests were not run)"; \
625
            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
626
              dashes="$$skipped"; \
627
          fi; \
628
          report=""; \
629
          if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
630
            report="Please report to $(PACKAGE_BUGREPORT)"; \
631
            test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
632
              dashes="$$report"; \
633
          fi; \
634
          dashes=`echo "$$dashes" | sed s/./=/g`; \
635
          echo "$$dashes"; \
636
          echo "$$banner"; \
637
          test -z "$$skipped" || echo "$$skipped"; \
638
          test -z "$$report" || echo "$$report"; \
639
          echo "$$dashes"; \
640
          test "$$failed" -eq 0; \
641
        else :; fi
642
check-am: $(check_PROGRAMS)
643
        $(MAKE) $(AM_MAKEFLAGS) check-TESTS
644
check: check-recursive
645
all-am: Makefile $(LTLIBRARIES) all-multi
646
installdirs: installdirs-recursive
647
installdirs-am:
648
install: install-recursive
649
install-exec: install-exec-recursive
650
install-data: install-data-recursive
651
uninstall: uninstall-recursive
652
 
653
install-am: all-am
654
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
655
 
656
installcheck: installcheck-recursive
657
install-strip:
658
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
659
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
660
          `test -z '$(STRIP)' || \
661
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
662
mostlyclean-generic:
663
 
664
clean-generic:
665
 
666
distclean-generic:
667
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
668
        -rm -f tests/$(am__dirstamp)
669
 
670
maintainer-clean-generic:
671
        @echo "This command is intended for maintainers to use"
672
        @echo "it deletes files that may require special tools to rebuild."
673
clean: clean-multi clean-recursive
674
 
675
clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
676
        clean-noinstLTLIBRARIES mostlyclean-am
677
 
678
distclean: distclean-multi distclean-recursive
679
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
680
        -rm -f Makefile
681
distclean-am: clean-am distclean-compile distclean-generic \
682
        distclean-libtool distclean-tags
683
 
684
dvi: dvi-recursive
685
 
686
dvi-am:
687
 
688
html: html-recursive
689
 
690
info: info-recursive
691
 
692
info-am:
693
 
694
install-data-am:
695
 
696
install-exec-am: install-multi
697
 
698
install-info: install-info-recursive
699
 
700
install-man:
701
 
702
installcheck-am:
703
 
704
maintainer-clean: maintainer-clean-multi maintainer-clean-recursive
705
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
706
        -rm -rf $(top_srcdir)/autom4te.cache
707
        -rm -f Makefile
708
maintainer-clean-am: distclean-am maintainer-clean-generic
709
 
710
mostlyclean: mostlyclean-multi mostlyclean-recursive
711
 
712
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
713
        mostlyclean-libtool
714
 
715
pdf: pdf-recursive
716
 
717
pdf-am:
718
 
719
ps: ps-recursive
720
 
721
ps-am:
722
 
723
uninstall-am:
724
 
725
uninstall-info: uninstall-info-recursive
726
 
727
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am all-multi \
728
        am--refresh check check-TESTS check-am clean \
729
        clean-checkPROGRAMS clean-generic clean-libtool clean-multi \
730
        clean-noinstLTLIBRARIES clean-recursive ctags ctags-recursive \
731
        distclean distclean-compile distclean-generic \
732
        distclean-libtool distclean-multi distclean-recursive \
733
        distclean-tags dvi dvi-am html html-am info info-am install \
734
        install-am install-data install-data-am install-exec \
735
        install-exec-am install-info install-info-am install-man \
736
        install-multi install-strip installcheck installcheck-am \
737
        installdirs installdirs-am maintainer-clean \
738
        maintainer-clean-generic maintainer-clean-multi \
739
        maintainer-clean-recursive mostlyclean mostlyclean-compile \
740
        mostlyclean-generic mostlyclean-libtool mostlyclean-multi \
741
        mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
742
        uninstall uninstall-am uninstall-info-am
743
 
744
 
745
.s.lo:
746
        $(LTCOMPILE) -Wp,-P -x assembler-with-cpp -c $<
747
.S.lo:
748
        $(LTCOMPILE) -Wp,-P -x assembler-with-cpp -c $<
749
# Tell versions [3.59,3.63) of GNU make to not export all variables.
750
# Otherwise a system limit (for SysV at least) may be exceeded.
751
.NOEXPORT:

powered by: WebSVN 2.1.0

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