URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [rtos/] [rtems/] [scripts/] [rtems/] [Makefile.am] - Rev 173
Compare with Previous | Blame | View Log
#### $Id: Makefile.am,v 1.2 2001-09-27 12:02:52 chris Exp $##AUTOMAKE_OPTIONS = foreign 1.4MKBSPSPEC = $(SHELL) $(top_builddir)/mkbspspecMKBSPSPEC_DEPS = $(top_builddir)/mkbspspec rtems.spec.in \$(top_builddir)/setup.cachehppa1.1-rtems-simhppa-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)$(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . hppa1.1-rtems simhppai386-rtems-pc386-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)$(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . i386-rtems pc386i960-rtems-cvme961-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)$(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . i960-rtems cvme961m68k-rtems-gen68360-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)$(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtems gen68360m68k-rtemself-gen68360-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)$(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtemself gen68360mips64orion-rtems-p4600-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)$(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . mips64orion-rtems p4600powerpc-rtems-mcp750-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)$(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . powerpc-rtems mcp750sh-rtems-gensh1-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)$(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . sh-rtems gensh1sh-rtemself-gensh1-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)$(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . sh-rtemself gensh1sparc-rtems-erc32-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)$(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . sparc-rtems erc32TEMPLATES = rtems.spec.inRPM_SPECS_DATA = hppa1.1-rtems-simhppa-$(BSPVERS).spec \i386-rtems-pc386-$(BSPVERS).spec i960-rtems-cvme961-$(BSPVERS).spec \m68k-rtems-gen68360-$(BSPVERS).spec \m68k-rtemself-gen68360-$(BSPVERS).spec \mips64orion-rtems-p4600-$(BSPVERS).spec \powerpc-rtems-mcp750-$(BSPVERS).spec sh-rtems-gensh1-$(BSPVERS).spec \sh-rtemself-gensh1-$(BSPVERS).spec sparc-rtems-erc32-$(BSPVERS).specnoinst_DATA = $(TEMPLATES)EXTRA_DIST = $(TEMPLATES)CLEANFILES = $(RPM_SPECS_DATA)include $(top_srcdir)/../automake/local.am
