OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems/] [scripts/] [gdb/] [Makefile.am] - Blame information for rev 1772

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 158 chris
##
2 208 chris
## $Id: Makefile.am,v 1.2 2001-09-27 12:02:52 chris Exp $
3 158 chris
##
4
 
5
AUTOMAKE_OPTIONS = foreign 1.4
6
 
7
MKGDBSPEC = $(SHELL) $(top_builddir)/mkgdbspec
8
 
9
SUBPACKAGES = gdb.add base-gdb.add target-gdb.add
10
 
11
gdb.spec.in: $(SUBPACKAGES)
12
        cat $^ > $@
13
CLEANFILES += gdb.spec.in
14
 
15
MKGDBSPEC_DEPS = $(top_builddir)/mkgdbspec gdb.spec.in \
16
    $(top_builddir)/setup.cache
17
 
18
hppa1.1-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
19
        $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . hppa1.1-rtems
20
 
21
i386-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
22
        $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . i386-rtems
23
 
24
i960-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
25
        $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . i960-rtems
26
 
27
m68k-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
28
        $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtems
29
 
30
m68k-rtemself-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
31
        $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtemself
32
 
33
mips64orion-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
34
        $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . mips64orion-rtems
35
 
36
powerpc-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
37
        $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . powerpc-rtems
38
 
39
sh-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
40
        $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . sh-rtems
41
 
42
sh-rtemself-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
43
        $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . sh-rtemself
44
 
45
sparc-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
46
        $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . sparc-rtems
47
 
48
RPM_SPECS_DATA = hppa1.1-rtems-$(GDBVERS).spec i386-rtems-$(GDBVERS).spec \
49
    i960-rtems-$(GDBVERS).spec m68k-rtems-$(GDBVERS).spec \
50
    m68k-rtemself-$(GDBVERS).spec mips64orion-rtems-$(GDBVERS).spec \
51
    powerpc-rtems-$(GDBVERS).spec sh-rtems-$(GDBVERS).spec \
52
    sh-rtemself-$(GDBVERS).spec sparc-rtems-$(GDBVERS).spec
53
CLEANFILES += $(RPM_SPECS_DATA)
54
 
55
EXTRA_DIST = $(SUBPACKAGES)
56
 
57
include $(top_srcdir)/../automake/local.am

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.