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

Subversion Repositories or1k

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 158 chris
##
2 208 chris
## $Id: Makefile.am,v 1.2 2001-09-27 12:02:52 chris Exp $
3 158 chris
##
4
 
5
AUTOMAKE_OPTIONS = foreign 1.4
6
 
7
MKBINUTILSSPEC = $(SHELL) $(top_builddir)/mkbinutilspec
8
 
9
SUBPACKAGES = binutils.add \
10
  base-binutils.add target-binutils.add
11
 
12
binutils.spec.in: $(SUBPACKAGES)
13
        cat $^ > $@
14
CLEANFILES += binutils.spec.in
15
 
16
MKBINUTILSSPEC_DEPS = $(top_builddir)/mkbinutilspec binutils.spec.in \
17
    $(top_builddir)/setup.cache
18
 
19
hppa1.1-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
20
        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . hppa1.1-rtems
21
 
22
i386-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
23
        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . i386-rtems
24
 
25
i960-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
26
        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . i960-rtems
27
 
28
m68k-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
29
        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtems
30
 
31
m68k-rtemself-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
32
        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtemself
33
 
34
mips64orion-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
35
        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . mips64orion-rtems
36
 
37
powerpc-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
38
        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . powerpc-rtems
39
 
40
sh-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
41
        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . sh-rtems
42
 
43
sh-rtemself-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
44
        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . sh-rtemself
45
 
46
sparc-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
47
        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . sparc-rtems
48
 
49
RPM_SPECS_DATA = hppa1.1-rtems-$(BINUTILSVERS).spec \
50
    i386-rtems-$(BINUTILSVERS).spec i960-rtems-$(BINUTILSVERS).spec \
51
    m68k-rtems-$(BINUTILSVERS).spec m68k-rtemself-$(BINUTILSVERS).spec \
52
    mips64orion-rtems-$(BINUTILSVERS).spec \
53
    powerpc-rtems-$(BINUTILSVERS).spec sh-rtems-$(BINUTILSVERS).spec \
54
    sh-rtemself-$(BINUTILSVERS).spec sparc-rtems-$(BINUTILSVERS).spec
55
CLEANFILES += $(RPM_SPECS_DATA)
56
 
57
EXTRA_DIST = $(SUBPACKAGES)
58
 
59
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.