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

Subversion Repositories or1k

[/] [or1k/] [tags/] [stable_0_2_0_rc2/] [or1ksim/] [testbench/] [Makefile.in] - Blame information for rev 224

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

Line No. Rev Author Line
1 224 markom
# Makefile.in generated automatically by automake 1.4 from Makefile.am
2
 
3
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4
# This Makefile.in is free software; the Free Software Foundation
5
# gives unlimited permission to copy and/or distribute it,
6
# with or without modifications, as long as this notice is preserved.
7
 
8
# This program is distributed in the hope that it will be useful,
9
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11
# PARTICULAR PURPOSE.
12
 
13
#
14
# This file is part of OpenRISC 1000 Architectural Simulator.
15
#
16
# This program is free software; you can redistribute it and/or modify
17
# it under the terms of the GNU General Public License as published by
18
# the Free Software Foundation; either version 2 of the License, or
19
# (at your option) any later version.
20
#
21
# This program is distributed in the hope that it will be useful,
22
# but WITHOUT ANY WARRANTY; without even the implied warranty of
23
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
24
# GNU General Public License for more details.
25
#
26
# You should have received a copy of the GNU General Public License
27
# along with this program; if not, write to the Free Software
28
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
29
#
30
 
31
################### Tests #####################
32
# tests in this directory
33
 
34
 
35
SHELL = @SHELL@
36
 
37
srcdir = @srcdir@
38
top_srcdir = @top_srcdir@
39
VPATH = @srcdir@
40
prefix = @prefix@
41
exec_prefix = @exec_prefix@
42
 
43
bindir = @bindir@
44
sbindir = @sbindir@
45
libexecdir = @libexecdir@
46
datadir = @datadir@
47
sysconfdir = @sysconfdir@
48
sharedstatedir = @sharedstatedir@
49
localstatedir = @localstatedir@
50
libdir = @libdir@
51
infodir = @infodir@
52
mandir = @mandir@
53
includedir = @includedir@
54
oldincludedir = /usr/include
55
 
56
DESTDIR =
57
 
58
pkgdatadir = $(datadir)/@PACKAGE@
59
pkglibdir = $(libdir)/@PACKAGE@
60
pkgincludedir = $(includedir)/@PACKAGE@
61
 
62
top_builddir = .
63
 
64
ACLOCAL = @ACLOCAL@
65
AUTOCONF = @AUTOCONF@
66
AUTOMAKE = @AUTOMAKE@
67
AUTOHEADER = @AUTOHEADER@
68
 
69
INSTALL = @INSTALL@
70
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
71
INSTALL_DATA = @INSTALL_DATA@
72
INSTALL_SCRIPT = @INSTALL_SCRIPT@
73
transform = @program_transform_name@
74
 
75
NORMAL_INSTALL = :
76
PRE_INSTALL = :
77
POST_INSTALL = :
78
NORMAL_UNINSTALL = :
79
PRE_UNINSTALL = :
80
POST_UNINSTALL = :
81
host_alias = @host_alias@
82
host_triplet = @host@
83
AS = @AS@
84
CC = @CC@
85
CFLAGS = @CFLAGS@
86
DLLTOOL = @DLLTOOL@
87
INCLUDES = @INCLUDES@
88
LD = @LD@
89
LIBTOOL = @LIBTOOL@
90
LN_S = @LN_S@
91
MAKEINFO = @MAKEINFO@
92
MAKE_SHELL = @MAKE_SHELL@
93
OBJDUMP = @OBJDUMP@
94
PACKAGE = @PACKAGE@
95
RANLIB = @RANLIB@
96
VERSION = @VERSION@
97
 
98
TESTS = exit cbasic local_global mul mycompress dhry
99
OR1K_TESTS = basic cache excpt cfg pic dma
100
# Subdirectory tests
101
SUB_TESTS =
102
OR1K_SUB_TESTS = uos
103
###############################################
104
 
105
bin_PROGRAMS = $(TESTS) $(OR1K_TESTS)
106
 
107
######### Platform Independent Tests ##########
108
exit_SOURCES = $(OR1K_SUPPORT_S) support.h exit.c
109
cbasic_SOURCES = $(OR1K_SUPPORT_S) support.h cbasic.c
110
local_global_SOURCES = $(OR1K_SUPPORT_S) support.h local_global.c
111
mul_SOURCES = $(OR1K_SUPPORT_S) support.h mul.c
112
dhry_SOURCES = $(OR1K_SUPPORT_S) support.h dhry.h dhry.c
113
mycompress_SOURCES = $(OR1K_SUPPORT_S) support.h mycompress.c
114
################################################
115
 
116
##### Platform Dependent Tests - not OR1K #####
117
@OR1K_EXCEPT_TRUE@basic_SOURCES = basic.s spr_defs.h
118
@OR1K_EXCEPT_FALSE@basic_SOURCES =
119
@OR1K_EXCEPT_TRUE@basic_LDFLAGS =
120
@OR1K_EXCEPT_FALSE@basic_LDFLAGS =
121
@OR1K_EXCEPT_TRUE@basic_LDADD =
122
@OR1K_EXCEPT_FALSE@basic_LDADD =
123
@OR1K_EXCEPT_TRUE@cache_SOURCES = $(OR1K_SUPPORT_S) support.h cache.c
124
@OR1K_EXCEPT_FALSE@cache_SOURCES =
125
@OR1K_EXCEPT_TRUE@excpt_SOURCES = excpt.S spr_defs.h
126
@OR1K_EXCEPT_FALSE@excpt_SOURCES =
127
@OR1K_EXCEPT_TRUE@excpt_LDFLAGS =
128
@OR1K_EXCEPT_FALSE@excpt_LDFLAGS =
129
@OR1K_EXCEPT_TRUE@excpt_LDADD =
130
@OR1K_EXCEPT_FALSE@excpt_LDADD =
131
@OR1K_EXCEPT_TRUE@cfg_SOURCES = cfg.S spr_defs.h
132
@OR1K_EXCEPT_FALSE@cfg_SOURCES =
133
@OR1K_EXCEPT_TRUE@cfg_LDFLAGS =
134
@OR1K_EXCEPT_TRUE@cfg_LDADD =
135
@OR1K_EXCEPT_TRUE@pic_SOURCES = $(OR1K_SUPPORT_S) support.h pic.c
136
@OR1K_EXCEPT_FALSE@pic_SOURCES =
137
@OR1K_EXCEPT_TRUE@dma_SOURCES = $(OR1K_SUPPORT_S) support.h dma.c
138
@OR1K_EXCEPT_FALSE@dma_SOURCES =
139
@OR1K_EXCEPT_TRUE@SUBDIRS = support $(SUB_TESTS) $(OR1K_SUB_TESTS)
140
@OR1K_EXCEPT_FALSE@SUBDIRS = support $(SUB_TESTS)
141
@OR1K_EXCEPT_TRUE@OR1K_SUPPORT_S = except.s
142
@OR1K_EXCEPT_FALSE@OR1K_SUPPORT_S =
143
 
144
LDADD = support/libsupport.a
145
LDFLAGS = -T${top_srcdir}/except.ld
146
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
147
mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
148
CONFIG_CLEAN_FILES =
149
PROGRAMS =  $(bin_PROGRAMS)
150
 
151
 
152
DEFS = @DEFS@ -I. -I$(srcdir)
153
CPPFLAGS = @CPPFLAGS@
154
LIBS = @LIBS@
155
@OR1K_EXCEPT_TRUE@exit_OBJECTS =  except.o exit.o
156
@OR1K_EXCEPT_FALSE@exit_OBJECTS =  exit.o
157
exit_LDADD = $(LDADD)
158
exit_DEPENDENCIES =  support/libsupport.a
159
exit_LDFLAGS =
160
@OR1K_EXCEPT_TRUE@cbasic_OBJECTS =  except.o cbasic.o
161
@OR1K_EXCEPT_FALSE@cbasic_OBJECTS =  cbasic.o
162
cbasic_LDADD = $(LDADD)
163
cbasic_DEPENDENCIES =  support/libsupport.a
164
cbasic_LDFLAGS =
165
@OR1K_EXCEPT_TRUE@local_global_OBJECTS =  except.o local_global.o
166
@OR1K_EXCEPT_FALSE@local_global_OBJECTS =  local_global.o
167
local_global_LDADD = $(LDADD)
168
local_global_DEPENDENCIES =  support/libsupport.a
169
local_global_LDFLAGS =
170
@OR1K_EXCEPT_TRUE@mul_OBJECTS =  except.o mul.o
171
@OR1K_EXCEPT_FALSE@mul_OBJECTS =  mul.o
172
mul_LDADD = $(LDADD)
173
mul_DEPENDENCIES =  support/libsupport.a
174
mul_LDFLAGS =
175
@OR1K_EXCEPT_TRUE@mycompress_OBJECTS =  except.o mycompress.o
176
@OR1K_EXCEPT_FALSE@mycompress_OBJECTS =  mycompress.o
177
mycompress_LDADD = $(LDADD)
178
mycompress_DEPENDENCIES =  support/libsupport.a
179
mycompress_LDFLAGS =
180
@OR1K_EXCEPT_TRUE@dhry_OBJECTS =  except.o dhry.o
181
@OR1K_EXCEPT_FALSE@dhry_OBJECTS =  dhry.o
182
dhry_LDADD = $(LDADD)
183
dhry_DEPENDENCIES =  support/libsupport.a
184
dhry_LDFLAGS =
185
@OR1K_EXCEPT_TRUE@basic_OBJECTS =  basic.o
186
@OR1K_EXCEPT_FALSE@basic_OBJECTS =
187
@OR1K_EXCEPT_TRUE@basic_DEPENDENCIES =
188
@OR1K_EXCEPT_FALSE@basic_DEPENDENCIES =
189
@OR1K_EXCEPT_TRUE@cache_OBJECTS =  except.o cache.o
190
@OR1K_EXCEPT_FALSE@cache_OBJECTS =
191
cache_LDADD = $(LDADD)
192
cache_DEPENDENCIES =  support/libsupport.a
193
cache_LDFLAGS =
194
@OR1K_EXCEPT_TRUE@excpt_OBJECTS =  excpt.o
195
@OR1K_EXCEPT_FALSE@excpt_OBJECTS =
196
@OR1K_EXCEPT_TRUE@excpt_DEPENDENCIES =
197
@OR1K_EXCEPT_FALSE@excpt_DEPENDENCIES =
198
@OR1K_EXCEPT_TRUE@cfg_OBJECTS =  cfg.o
199
@OR1K_EXCEPT_FALSE@cfg_OBJECTS =
200
@OR1K_EXCEPT_TRUE@cfg_DEPENDENCIES =
201
@OR1K_EXCEPT_TRUE@pic_OBJECTS =  except.o pic.o
202
@OR1K_EXCEPT_FALSE@pic_OBJECTS =
203
pic_LDADD = $(LDADD)
204
pic_DEPENDENCIES =  support/libsupport.a
205
pic_LDFLAGS =
206
@OR1K_EXCEPT_TRUE@dma_OBJECTS =  except.o dma.o
207
@OR1K_EXCEPT_FALSE@dma_OBJECTS =
208
dma_LDADD = $(LDADD)
209
dma_DEPENDENCIES =  support/libsupport.a
210
dma_LDFLAGS =
211
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
212
CCLD = $(CC)
213
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
214
DIST_COMMON =  COPYING INSTALL Makefile.am Makefile.in TODO acinclude.m4 \
215
aclocal.m4 config.sub configure configure.in
216
 
217
 
218
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
219
 
220
TAR = gtar
221
GZIP_ENV = --best
222
DIST_SUBDIRS =  support uos support
223
DEP_FILES =  .deps/basic.P .deps/cache.P .deps/cbasic.P .deps/cfg.P \
224
.deps/dhry.P .deps/dma.P .deps/except.P .deps/excpt.P .deps/exit.P \
225
.deps/local_global.P .deps/mul.P .deps/mycompress.P .deps/pic.P
226
SOURCES = $(exit_SOURCES) $(cbasic_SOURCES) $(local_global_SOURCES) $(mul_SOURCES) $(mycompress_SOURCES) $(dhry_SOURCES) $(basic_SOURCES) $(cache_SOURCES) $(excpt_SOURCES) $(cfg_SOURCES) $(pic_SOURCES) $(dma_SOURCES)
227
OBJECTS = $(exit_OBJECTS) $(cbasic_OBJECTS) $(local_global_OBJECTS) $(mul_OBJECTS) $(mycompress_OBJECTS) $(dhry_OBJECTS) $(basic_OBJECTS) $(cache_OBJECTS) $(excpt_OBJECTS) $(cfg_OBJECTS) $(pic_OBJECTS) $(dma_OBJECTS)
228
 
229
all: all-redirect
230
.SUFFIXES:
231
.SUFFIXES: .S .c .o .s
232
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
233
        cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
234
 
235
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
236
        cd $(top_builddir) \
237
          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
238
 
239
$(ACLOCAL_M4):  configure.in  acinclude.m4
240
        cd $(srcdir) && $(ACLOCAL)
241
 
242
config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
243
        $(SHELL) ./config.status --recheck
244
$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
245
        cd $(srcdir) && $(AUTOCONF)
246
 
247
mostlyclean-binPROGRAMS:
248
 
249
clean-binPROGRAMS:
250
        -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
251
 
252
distclean-binPROGRAMS:
253
 
254
maintainer-clean-binPROGRAMS:
255
 
256
install-binPROGRAMS: $(bin_PROGRAMS)
257
        @$(NORMAL_INSTALL)
258
        $(mkinstalldirs) $(DESTDIR)$(bindir)
259
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
260
          if test -f $$p; then \
261
            echo " $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
262
            $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
263
          else :; fi; \
264
        done
265
 
266
uninstall-binPROGRAMS:
267
        @$(NORMAL_UNINSTALL)
268
        list='$(bin_PROGRAMS)'; for p in $$list; do \
269
          rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
270
        done
271
 
272
.s.o:
273
        $(COMPILE) -c $<
274
 
275
.S.o:
276
        $(COMPILE) -c $<
277
 
278
mostlyclean-compile:
279
        -rm -f *.o core *.core
280
 
281
clean-compile:
282
 
283
distclean-compile:
284
        -rm -f *.tab.c
285
 
286
maintainer-clean-compile:
287
 
288
exit: $(exit_OBJECTS) $(exit_DEPENDENCIES)
289
        @rm -f exit
290
        $(LINK) $(exit_LDFLAGS) $(exit_OBJECTS) $(exit_LDADD) $(LIBS)
291
 
292
cbasic: $(cbasic_OBJECTS) $(cbasic_DEPENDENCIES)
293
        @rm -f cbasic
294
        $(LINK) $(cbasic_LDFLAGS) $(cbasic_OBJECTS) $(cbasic_LDADD) $(LIBS)
295
 
296
local_global: $(local_global_OBJECTS) $(local_global_DEPENDENCIES)
297
        @rm -f local_global
298
        $(LINK) $(local_global_LDFLAGS) $(local_global_OBJECTS) $(local_global_LDADD) $(LIBS)
299
 
300
mul: $(mul_OBJECTS) $(mul_DEPENDENCIES)
301
        @rm -f mul
302
        $(LINK) $(mul_LDFLAGS) $(mul_OBJECTS) $(mul_LDADD) $(LIBS)
303
 
304
mycompress: $(mycompress_OBJECTS) $(mycompress_DEPENDENCIES)
305
        @rm -f mycompress
306
        $(LINK) $(mycompress_LDFLAGS) $(mycompress_OBJECTS) $(mycompress_LDADD) $(LIBS)
307
 
308
dhry: $(dhry_OBJECTS) $(dhry_DEPENDENCIES)
309
        @rm -f dhry
310
        $(LINK) $(dhry_LDFLAGS) $(dhry_OBJECTS) $(dhry_LDADD) $(LIBS)
311
 
312
basic: $(basic_OBJECTS) $(basic_DEPENDENCIES)
313
        @rm -f basic
314
        $(LINK) $(basic_LDFLAGS) $(basic_OBJECTS) $(basic_LDADD) $(LIBS)
315
 
316
cache: $(cache_OBJECTS) $(cache_DEPENDENCIES)
317
        @rm -f cache
318
        $(LINK) $(cache_LDFLAGS) $(cache_OBJECTS) $(cache_LDADD) $(LIBS)
319
 
320
excpt: $(excpt_OBJECTS) $(excpt_DEPENDENCIES)
321
        @rm -f excpt
322
        $(LINK) $(excpt_LDFLAGS) $(excpt_OBJECTS) $(excpt_LDADD) $(LIBS)
323
 
324
cfg: $(cfg_OBJECTS) $(cfg_DEPENDENCIES)
325
        @rm -f cfg
326
        $(LINK) $(cfg_LDFLAGS) $(cfg_OBJECTS) $(cfg_LDADD) $(LIBS)
327
 
328
pic: $(pic_OBJECTS) $(pic_DEPENDENCIES)
329
        @rm -f pic
330
        $(LINK) $(pic_LDFLAGS) $(pic_OBJECTS) $(pic_LDADD) $(LIBS)
331
 
332
dma: $(dma_OBJECTS) $(dma_DEPENDENCIES)
333
        @rm -f dma
334
        $(LINK) $(dma_LDFLAGS) $(dma_OBJECTS) $(dma_LDADD) $(LIBS)
335
 
336
# This directory's subdirectories are mostly independent; you can cd
337
# into them and run `make' without going through this Makefile.
338
# To change the values of `make' variables: instead of editing Makefiles,
339
# (1) if the variable is set in `config.status', edit `config.status'
340
#     (which will cause the Makefiles to be regenerated when you run `make');
341
# (2) otherwise, pass the desired values on the `make' command line.
342
 
343
@SET_MAKE@
344
 
345
all-recursive install-data-recursive install-exec-recursive \
346
installdirs-recursive install-recursive uninstall-recursive  \
347
check-recursive installcheck-recursive info-recursive dvi-recursive:
348
        @set fnord $(MAKEFLAGS); amf=$$2; \
349
        dot_seen=no; \
350
        target=`echo $@ | sed s/-recursive//`; \
351
        list='$(SUBDIRS)'; for subdir in $$list; do \
352
          echo "Making $$target in $$subdir"; \
353
          if test "$$subdir" = "."; then \
354
            dot_seen=yes; \
355
            local_target="$$target-am"; \
356
          else \
357
            local_target="$$target"; \
358
          fi; \
359
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
360
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
361
        done; \
362
        if test "$$dot_seen" = "no"; then \
363
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
364
        fi; test -z "$$fail"
365
 
366
mostlyclean-recursive clean-recursive distclean-recursive \
367
maintainer-clean-recursive:
368
        @set fnord $(MAKEFLAGS); amf=$$2; \
369
        dot_seen=no; \
370
        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
371
          rev="$$subdir $$rev"; \
372
          test "$$subdir" = "." && dot_seen=yes; \
373
        done; \
374
        test "$$dot_seen" = "no" && rev=". $$rev"; \
375
        target=`echo $@ | sed s/-recursive//`; \
376
        for subdir in $$rev; do \
377
          echo "Making $$target in $$subdir"; \
378
          if test "$$subdir" = "."; then \
379
            local_target="$$target-am"; \
380
          else \
381
            local_target="$$target"; \
382
          fi; \
383
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
384
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
385
        done && test -z "$$fail"
386
tags-recursive:
387
        list='$(SUBDIRS)'; for subdir in $$list; do \
388
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
389
        done
390
 
391
tags: TAGS
392
 
393
ID: $(HEADERS) $(SOURCES) $(LISP)
394
        list='$(SOURCES) $(HEADERS)'; \
395
        unique=`for i in $$list; do echo $$i; done | \
396
          awk '    { files[$$0] = 1; } \
397
               END { for (i in files) print i; }'`; \
398
        here=`pwd` && cd $(srcdir) \
399
          && mkid -f$$here/ID $$unique $(LISP)
400
 
401
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
402
        tags=; \
403
        here=`pwd`; \
404
        list='$(SUBDIRS)'; for subdir in $$list; do \
405
   if test "$$subdir" = .; then :; else \
406
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
407
   fi; \
408
        done; \
409
        list='$(SOURCES) $(HEADERS)'; \
410
        unique=`for i in $$list; do echo $$i; done | \
411
          awk '    { files[$$0] = 1; } \
412
               END { for (i in files) print i; }'`; \
413
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
414
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
415
 
416
mostlyclean-tags:
417
 
418
clean-tags:
419
 
420
distclean-tags:
421
        -rm -f TAGS ID
422
 
423
maintainer-clean-tags:
424
 
425
distdir = $(PACKAGE)-$(VERSION)
426
top_distdir = $(distdir)
427
 
428
# This target untars the dist file and tries a VPATH configuration.  Then
429
# it guarantees that the distribution is self-contained by making another
430
# tarfile.
431
distcheck: dist
432
        -rm -rf $(distdir)
433
        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
434
        mkdir $(distdir)/=build
435
        mkdir $(distdir)/=inst
436
        dc_install_base=`cd $(distdir)/=inst && pwd`; \
437
        cd $(distdir)/=build \
438
          && ../configure --srcdir=.. --prefix=$$dc_install_base \
439
          && $(MAKE) $(AM_MAKEFLAGS) \
440
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
441
          && $(MAKE) $(AM_MAKEFLAGS) check \
442
          && $(MAKE) $(AM_MAKEFLAGS) install \
443
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
444
          && $(MAKE) $(AM_MAKEFLAGS) dist
445
        -rm -rf $(distdir)
446
        @banner="$(distdir).tar.gz is ready for distribution"; \
447
        dashes=`echo "$$banner" | sed s/./=/g`; \
448
        echo "$$dashes"; \
449
        echo "$$banner"; \
450
        echo "$$dashes"
451
dist: distdir
452
        -chmod -R a+r $(distdir)
453
        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
454
        -rm -rf $(distdir)
455
dist-all: distdir
456
        -chmod -R a+r $(distdir)
457
        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
458
        -rm -rf $(distdir)
459
distdir: $(DISTFILES)
460
        -rm -rf $(distdir)
461
        mkdir $(distdir)
462
        -chmod 777 $(distdir)
463
        here=`cd $(top_builddir) && pwd`; \
464
        top_distdir=`cd $(distdir) && pwd`; \
465
        distdir=`cd $(distdir) && pwd`; \
466
        cd $(top_srcdir) \
467
          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile
468
        @for file in $(DISTFILES); do \
469
          d=$(srcdir); \
470
          if test -d $$d/$$file; then \
471
            cp -pr $$d/$$file $(distdir)/$$file; \
472
          else \
473
            test -f $(distdir)/$$file \
474
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
475
            || cp -p $$d/$$file $(distdir)/$$file || :; \
476
          fi; \
477
        done
478
        for subdir in $(DIST_SUBDIRS); do \
479
          if test "$$subdir" = .; then :; else \
480
            test -d $(distdir)/$$subdir \
481
            || mkdir $(distdir)/$$subdir \
482
            || exit 1; \
483
            chmod 777 $(distdir)/$$subdir; \
484
            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
485
              || exit 1; \
486
          fi; \
487
        done
488
 
489
DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
490
 
491
-include $(DEP_FILES)
492
 
493
mostlyclean-depend:
494
 
495
clean-depend:
496
 
497
distclean-depend:
498
        -rm -rf .deps
499
 
500
maintainer-clean-depend:
501
 
502
%.o: %.c
503
        @echo '$(COMPILE) -c $<'; \
504
        $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
505
        @-cp .deps/$(*F).pp .deps/$(*F).P; \
506
        tr ' ' '\012' < .deps/$(*F).pp \
507
          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
508
            >> .deps/$(*F).P; \
509
        rm .deps/$(*F).pp
510
 
511
%.lo: %.c
512
        @echo '$(LTCOMPILE) -c $<'; \
513
        $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
514
        @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
515
          < .deps/$(*F).pp > .deps/$(*F).P; \
516
        tr ' ' '\012' < .deps/$(*F).pp \
517
          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
518
            >> .deps/$(*F).P; \
519
        rm -f .deps/$(*F).pp
520
check-TESTS: $(TESTS)
521
        @failed=0; all=0; \
522
        srcdir=$(srcdir); export srcdir; \
523
        for tst in $(TESTS); do \
524
          if test -f $$tst; then dir=.; \
525
          else dir="$(srcdir)"; fi; \
526
          if $(TESTS_ENVIRONMENT) $$dir/$$tst; then \
527
            all=`expr $$all + 1`; \
528
            echo "PASS: $$tst"; \
529
          elif test $$? -ne 77; then \
530
            all=`expr $$all + 1`; \
531
            failed=`expr $$failed + 1`; \
532
            echo "FAIL: $$tst"; \
533
          fi; \
534
        done; \
535
        if test "$$failed" -eq 0; then \
536
          banner="All $$all tests passed"; \
537
        else \
538
          banner="$$failed of $$all tests failed"; \
539
        fi; \
540
        dashes=`echo "$$banner" | sed s/./=/g`; \
541
        echo "$$dashes"; \
542
        echo "$$banner"; \
543
        echo "$$dashes"; \
544
        test "$$failed" -eq 0
545
info-am:
546
info: info-recursive
547
dvi-am:
548
dvi: dvi-recursive
549
check-am: all-am
550
        $(MAKE) $(AM_MAKEFLAGS) check-TESTS
551
check: check-recursive
552
installcheck-am:
553
installcheck: installcheck-recursive
554
install-exec-am: install-binPROGRAMS
555
install-exec: install-exec-recursive
556
 
557
install-data-am:
558
install-data: install-data-recursive
559
 
560
install-am: all-am
561
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
562
install: install-recursive
563
uninstall-am: uninstall-binPROGRAMS
564
uninstall: uninstall-recursive
565
all-am: Makefile $(PROGRAMS)
566
all-redirect: all-recursive
567
install-strip:
568
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
569
installdirs: installdirs-recursive
570
installdirs-am:
571
        $(mkinstalldirs)  $(DESTDIR)$(bindir)
572
 
573
 
574
mostlyclean-generic:
575
 
576
clean-generic:
577
 
578
distclean-generic:
579
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
580
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
581
 
582
maintainer-clean-generic:
583
mostlyclean-am:  mostlyclean-binPROGRAMS mostlyclean-compile \
584
                mostlyclean-tags mostlyclean-depend mostlyclean-generic
585
 
586
mostlyclean: mostlyclean-recursive
587
 
588
clean-am:  clean-binPROGRAMS clean-compile clean-tags clean-depend \
589
                clean-generic mostlyclean-am
590
 
591
clean: clean-recursive
592
 
593
distclean-am:  distclean-binPROGRAMS distclean-compile distclean-tags \
594
                distclean-depend distclean-generic clean-am
595
 
596
distclean: distclean-recursive
597
        -rm -f config.status
598
 
599
maintainer-clean-am:  maintainer-clean-binPROGRAMS \
600
                maintainer-clean-compile maintainer-clean-tags \
601
                maintainer-clean-depend maintainer-clean-generic \
602
                distclean-am
603
        @echo "This command is intended for maintainers to use;"
604
        @echo "it deletes files that may require special tools to rebuild."
605
 
606
maintainer-clean: maintainer-clean-recursive
607
        -rm -f config.status
608
 
609
.PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
610
maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
611
mostlyclean-compile distclean-compile clean-compile \
612
maintainer-clean-compile install-data-recursive \
613
uninstall-data-recursive install-exec-recursive \
614
uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
615
all-recursive check-recursive installcheck-recursive info-recursive \
616
dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
617
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
618
distclean-tags clean-tags maintainer-clean-tags distdir \
619
mostlyclean-depend distclean-depend clean-depend \
620
maintainer-clean-depend check-TESTS info-am info dvi-am dvi check \
621
check-am installcheck-am installcheck install-exec-am install-exec \
622
install-data-am install-data install-am install uninstall-am uninstall \
623
all-redirect all-am all installdirs-am installdirs mostlyclean-generic \
624
distclean-generic clean-generic maintainer-clean-generic clean \
625
mostlyclean distclean maintainer-clean
626
 
627
 
628
again: clean all
629
 
630
# Tell versions [3.59,3.63) of GNU make to not export all variables.
631
# Otherwise a system limit (for SysV at least) may be exceeded.
632
.NOEXPORT:

powered by: WebSVN 2.1.0

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