source: rtems/scripts/rtems/Makefile.am @ 98e6eb8

4.104.114.84.95
Last change on this file since 98e6eb8 was 98e6eb8, checked in by Joel Sherrill <joel.sherrill@…>, on 10/21/99 at 05:07:17

Shipping this all to Ralf.

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