source: rtems/scripts/rtems/Makefile.am @ 923ecb6

4.104.114.84.95
Last change on this file since 923ecb6 was 923ecb6, checked in by Joel Sherrill <joel.sherrill@…>, on 09/26/03 at 21:48:56

2003-09-26 Joel Sherrill <joel@…>

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