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

4.104.114.84.95
Last change on this file since 39537657 was 39537657, checked in by Joel Sherrill <joel.sherrill@…>, on 10/21/99 at 16:15:54

Added sh-rtemself and m68k-rtemself.

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