source: rtems/scripts/rtems/Makefile.am @ 43e7d103

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

Changes from Ralf with script-19991021-0. He fixed the %files
issue and has mkbspspec in a better state. user.cfg is now
gone.

There are some miscellaneous changes to buildall done by Joel
to clean up the build process.

  • Property mode set to 100644
File size: 1.6 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
[43e7d103]7i386-rtems-pc386-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
8        $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . i386-rtems pc386
[e171450]9
[43e7d103]10sh-rtems-gensh1-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
11        $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . sh-rtems gensh1
[e171450]12
[43e7d103]13powerpc-rtems-mcp750-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
14        $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . powerpc-rtems mcp750
[e171450]15
[43e7d103]16sparc-rtems-erc32-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
17        $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . sparc-rtems erc32
[e171450]18
[43e7d103]19m68k-rtems-gen68360-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
20        $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtems gen68360
[e171450]21
[43e7d103]22mips64orion-rtems-p4600-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
23        $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . mips64orion-rtems p4600
[e171450]24
[43e7d103]25i960-rtems-cvme961-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
26        $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . i960-rtems cvme961
[e171450]27
[43e7d103]28hppa1.1-rtems-simhppa-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
29        $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . hppa1.1-rtems simhppa
[e171450]30
31TEMPLATES = \
32rtems.spec.in
33
34RPM_SPECS_DATA = \
[43e7d103]35i386-rtems-pc386-$(BSPVERS).spec \
36sh-rtems-gensh1-$(BSPVERS).spec \
37powerpc-rtems-mcp750-$(BSPVERS).spec \
38sparc-rtems-erc32-$(BSPVERS).spec \
39m68k-rtems-gen68360-$(BSPVERS).spec \
40mips64orion-rtems-p4600-$(BSPVERS).spec \
41i960-rtems-cvme961-$(BSPVERS).spec \
42hppa1.1-rtems-simhppa-$(BSPVERS).spec
[e171450]43
44noinst_DATA = \
45$(TEMPLATES)
46
47EXTRA_DIST = \
48$(TEMPLATES)
49
50CLEANFILES = $(RPM_SPECS_DATA)
Note: See TracBrowser for help on using the repository browser.