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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [scripts/] [binutils/] [Makefile.am] - Blame information for rev 1774

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

Line No. Rev Author Line
1 1026 ivang
##
2
## Makefile.am,v 1.13 2002/07/22 09:57:30 ralf Exp
3
##
4
 
5
 
6
MKBINUTILSSPEC = $(SHELL) $(top_builddir)/mkbinutilspec
7
 
8
SUBPACKAGES = binutils.add \
9
  base-binutils.add target-binutils.add
10
 
11
binutils.spec.in: $(SUBPACKAGES)
12
        cat $^ > $@
13
CLEANFILES = binutils.spec.in
14
 
15
MKBINUTILSSPEC_DEPS = $(top_builddir)/mkbinutilspec binutils.spec.in \
16
    $(top_builddir)/setup.cache
17
 
18
a29k-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
19
        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . a29k-rtems
20
 
21
arm-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
22
        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . arm-rtems
23
 
24
c4x-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
25
        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . c4x-rtems
26
 
27
h8300-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
28
        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . h8300-rtems
29
 
30
hppa1.1-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
31
        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . hppa1.1-rtems
32
 
33
i386-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
34
        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . i386-rtems
35
 
36
i960-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
37
        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . i960-rtems
38
 
39
m68k-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
40
        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtems
41
 
42
mips64orion-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
43
        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . mips64orion-rtems
44
mips-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
45
        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . mips-rtems
46
 
47
or32-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
48
        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . or32-rtems
49
 
50
powerpc-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
51
        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . powerpc-rtems
52
 
53
sh-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
54
        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . sh-rtems
55
 
56
sh-rtemself-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
57
        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . sh-rtemself
58
 
59
sparc-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
60
        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . sparc-rtems
61
 
62
RPM_SPECS_DATA = \
63
    a29k-rtems-$(BINUTILSVERS).spec arm-rtems-$(BINUTILSVERS).spec \
64
    c4x-rtems-$(BINUTILSVERS).spec h8300-rtems-$(BINUTILSVERS).spec \
65
    hppa1.1-rtems-$(BINUTILSVERS).spec \
66
    i386-rtems-$(BINUTILSVERS).spec i960-rtems-$(BINUTILSVERS).spec \
67
    m68k-rtems-$(BINUTILSVERS).spec \
68
    mips-rtems-$(BINUTILSVERS).spec mips64orion-rtems-$(BINUTILSVERS).spec \
69
    or32-rtems-$(BINUTILSVERS).spec \
70
    powerpc-rtems-$(BINUTILSVERS).spec sh-rtems-$(BINUTILSVERS).spec \
71
    sh-rtemself-$(BINUTILSVERS).spec sparc-rtems-$(BINUTILSVERS).spec
72
CLEANFILES += $(RPM_SPECS_DATA)
73
 
74
EXTRA_DIST = $(SUBPACKAGES)
75
 
76
include $(top_srcdir)/../automake/local.am

powered by: WebSVN 2.1.0

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