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
RevLine 
[e171450]1AUTOMAKE_OPTIONS = foreign
2
[43e7d103]3MKBSPSPEC = $(SHELL) $(top_builddir)/mkbspspec
[e171450]4
[43e7d103]5MKBSPSPEC_DEPS = $(top_builddir)/mkbspspec rtems.spec.in $(top_builddir)/setup.cache
[e171450]6
[39537657]7hppa1.1-rtems-simhppa-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
8        $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . hppa1.1-rtems simhppa
9
[43e7d103]10i386-rtems-pc386-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
11        $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . i386-rtems pc386
[e171450]12
[39537657]13i960-rtems-cvme961-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
14        $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . i960-rtems cvme961
[e171450]15
[43e7d103]16m68k-rtems-gen68360-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
17        $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtems gen68360
[e171450]18
[39537657]19m68k-rtemself-gen68360-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
20        $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtemself gen68360
21
[43e7d103]22mips64orion-rtems-p4600-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
23        $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . mips64orion-rtems p4600
[e171450]24
[39537657]25powerpc-rtems-mcp750-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
26        $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . powerpc-rtems mcp750
[e171450]27
[39537657]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
[e171450]36
37TEMPLATES = \
38rtems.spec.in
39
40RPM_SPECS_DATA = \
[39537657]41hppa1.1-rtems-simhppa-$(BSPVERS).spec \
[43e7d103]42i386-rtems-pc386-$(BSPVERS).spec \
[39537657]43i960-rtems-cvme961-$(BSPVERS).spec \
[43e7d103]44m68k-rtems-gen68360-$(BSPVERS).spec \
[39537657]45m68k-rtemself-gen68360-$(BSPVERS).spec \
[43e7d103]46mips64orion-rtems-p4600-$(BSPVERS).spec \
[39537657]47powerpc-rtems-mcp750-$(BSPVERS).spec \
48sh-rtems-gensh1-$(BSPVERS).spec \
49sh-rtemself-gensh1-$(BSPVERS).spec \
50sparc-rtems-erc32-$(BSPVERS).spec
[e171450]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.