source: rtems/scripts/rtems/Makefile.am @ e4e9d60

4.104.114.84.95
Last change on this file since e4e9d60 was e4e9d60, checked in by Joel Sherrill <joel.sherrill@…>, on 09/29/04 at 17:29:10

2004-09-29 Joel Sherrill <joel@…>

  • buildall.in, buildalltar.in, binutils/Makefile.am, cpukit/Makefile.am, gcc3newlib/Makefile.am, gcc3newlib/gccnewlib.add, gdb/Makefile.am, rtems/Makefile.am, rtemsdoc/.cvsignore, rtemsdoc/Makefile.am: i960 obsoleted.
  • Property mode set to 100644
File size: 1.3 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
15m68k-rtems-gen68360-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
16        $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtems gen68360
17
18powerpc-rtems-mcp750-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
19        $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . powerpc-rtems mcp750
20
21sh-rtems-gensh1-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
22        $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . sh-rtems gensh1
23
24sh-rtemself-gensh1-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
25        $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . sh-rtemself gensh1
26
27sparc-rtems-erc32-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
28        $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . sparc-rtems erc32
29
30TEMPLATES = rtems.spec.in
31
32RPM_SPECS_DATA = i386-rtems-pc386-$(BSPVERS).spec \
33    m68k-rtems-gen68360-$(BSPVERS).spec powerpc-rtems-mcp750-$(BSPVERS).spec \
34    sh-rtems-gensh1-$(BSPVERS).spec sh-rtemself-gensh1-$(BSPVERS).spec \
35    sparc-rtems-erc32-$(BSPVERS).spec
36
37noinst_DATA = $(TEMPLATES)
38
39EXTRA_DIST = $(TEMPLATES)
40
41CLEANFILES = $(RPM_SPECS_DATA)
42
43include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.