Changeset 0610a988 in rtems for scripts-ada/gdb/Makefile.am
- Timestamp:
- 01/26/00 20:50:23 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 318f591
- Parents:
- 64ab2e9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts-ada/gdb/Makefile.am
r64ab2e9 r0610a988 5 5 MKGDBSPEC_DEPS = \ 6 6 $(top_builddir)/mkgdbspec gdb.spec.in $(top_builddir)/setup.cache 7 8 hppa1.1-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)9 $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . hppa1.1-rtems10 11 i386-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)12 $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . i386-rtems13 14 i960-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)15 $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . i960-rtems16 17 m68k-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)18 $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtems19 20 m68k-rtemself-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)21 $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtemself22 23 mips64orion-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)24 $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . mips64orion-rtems25 26 powerpc-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)27 $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . powerpc-rtems28 29 sh-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)30 $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . sh-rtems31 32 sh-rtemself-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)33 $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . sh-rtemself34 7 35 8 sparc-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS) … … 40 13 41 14 RPM_SPECS_DATA = \ 42 hppa1.1-rtems-$(GDBVERS).spec \43 i386-rtems-$(GDBVERS).spec \44 i960-rtems-$(GDBVERS).spec \45 m68k-rtems-$(GDBVERS).spec \46 m68k-rtemself-$(GDBVERS).spec \47 mips64orion-rtems-$(GDBVERS).spec \48 powerpc-rtems-$(GDBVERS).spec \49 sh-rtems-$(GDBVERS).spec \50 sh-rtemself-$(GDBVERS).spec \51 15 sparc-rtems-$(GDBVERS).spec 52 16
Note: See TracChangeset
for help on using the changeset viewer.