source: rtems/scripts/rtems/Makefile.am @ 99f97d3f

Last change on this file since 99f97d3f was 72503c6, checked in by Joel Sherrill <joel.sherrill@…>, on 05/29/02 at 16:55:09

2001-05-29 Joel Sherrill <joel@…>

  • setup.def: Updated to binutils 2.12.1.
  • rtems/Makefile.am: Remove m68k-rtemself references.
  • Property mode set to 100644
File size: 1.8 KB
Line 
1##
2## $Id$
3##
4
5
6MKBSPSPEC = $(SHELL) $(top_builddir)/mkbspspec
7
8MKBSPSPEC_DEPS = $(top_builddir)/mkbspspec rtems.spec.in \
9    $(top_builddir)/setup.cache
10
11hppa1.1-rtems-simhppa-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
12        $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . hppa1.1-rtems simhppa
13
14i386-rtems-pc386-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
15        $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . i386-rtems pc386
16
17i960-rtems-cvme961-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
18        $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . i960-rtems cvme961
19
20m68k-rtems-gen68360-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
21        $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtems gen68360
22
23mips64orion-rtems-p4600-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
24        $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . mips64orion-rtems p4600
25
26powerpc-rtems-mcp750-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
27        $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . powerpc-rtems mcp750
28
29sh-rtems-gensh1-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
30        $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . sh-rtems gensh1
31
32sh-rtemself-gensh1-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
33        $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . sh-rtemself gensh1
34
35sparc-rtems-erc32-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
36        $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . sparc-rtems erc32
37
38TEMPLATES = rtems.spec.in
39
40RPM_SPECS_DATA = hppa1.1-rtems-simhppa-$(BSPVERS).spec \
41    i386-rtems-pc386-$(BSPVERS).spec i960-rtems-cvme961-$(BSPVERS).spec \
42    m68k-rtems-gen68360-$(BSPVERS).spec \
43    mips64orion-rtems-p4600-$(BSPVERS).spec \
44    powerpc-rtems-mcp750-$(BSPVERS).spec sh-rtems-gensh1-$(BSPVERS).spec \
45    sh-rtemself-gensh1-$(BSPVERS).spec sparc-rtems-erc32-$(BSPVERS).spec
46
47noinst_DATA = $(TEMPLATES)
48
49EXTRA_DIST = $(TEMPLATES)
50
51CLEANFILES = $(RPM_SPECS_DATA)
52include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.