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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [scripts/] [cpukit/] [Makefile.am] - Blame information for rev 1774

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

Line No. Rev Author Line
1 1026 ivang
##
2
## Makefile.am,v 1.1 2002/07/29 07:40:53 ralf Exp
3
##
4
 
5
 
6
MKSPEC = $(SHELL) ./mkspec
7
 
8
MKSPEC_DEPS = mkspec rtems-cpukit.spec.in \
9
    $(top_builddir)/setup.cache
10
 
11
c4x-rtems-cpukit.spec: $(MKSPEC_DEPS)
12
        $(MKSPEC) -cfg $(top_builddir)/setup.cache -o . c4x-rtems > $@
13
RPM_SPECS_DATA = c4x-rtems-cpukit.spec
14
 
15
hppa1.1-rtems-cpukit.spec: $(MKSPEC_DEPS)
16
        $(MKSPEC) -cfg $(top_builddir)/setup.cache -o . hppa1.1-rtems > $@
17
RPM_SPECS_DATA += hppa1.1-rtems-cpukit.spec
18
 
19
h8300-rtems-cpukit.spec: $(MKSPEC_DEPS)
20
        $(MKSPEC) -cfg $(top_builddir)/setup.cache -o . h8300-rtems > $@
21
RPM_SPECS_DATA += h8300-rtems-cpukit.spec
22
 
23
i386-rtems-cpukit.spec: $(MKSPEC_DEPS)
24
        $(MKSPEC) -cfg $(top_builddir)/setup.cache -o . i386-rtems > $@
25
RPM_SPECS_DATA += i386-rtems-cpukit.spec
26
 
27
i960-rtems-cpukit.spec: $(MKSPEC_DEPS)
28
        $(MKSPEC) -cfg $(top_builddir)/setup.cache -o . i960-rtems > $@
29
RPM_SPECS_DATA += i960-rtems-cpukit.spec
30
 
31
m68k-rtems-cpukit.spec: $(MKSPEC_DEPS)
32
        $(MKSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtems > $@
33
RPM_SPECS_DATA += m68k-rtems-cpukit.spec
34
 
35
mips64orion-rtems-cpukit.spec: $(MKSPEC_DEPS)
36
        $(MKSPEC) -cfg $(top_builddir)/setup.cache -o . mips64orion-rtems > $@
37
RPM_SPECS_DATA += mips64orion-rtems-cpukit.spec
38
 
39
mips-rtems-cpukit.spec: $(MKSPEC_DEPS)
40
        $(MKSPEC) -cfg $(top_builddir)/setup.cache -o . mips-rtems > $@
41
RPM_SPECS_DATA += mips-rtems-cpukit.spec
42
 
43
powerpc-rtems-cpukit.spec: $(MKSPEC_DEPS)
44
        $(MKSPEC) -cfg $(top_builddir)/setup.cache -o . powerpc-rtems > $@
45
RPM_SPECS_DATA += powerpc-rtems-cpukit.spec
46
 
47
sh-rtems-cpukit.spec: $(MKSPEC_DEPS)
48
        $(MKSPEC) -cfg $(top_builddir)/setup.cache -o . sh-rtems > $@
49
RPM_SPECS_DATA += sh-rtems-cpukit.spec
50
 
51
sh-rtemself-cpukit.spec: $(MKSPEC_DEPS)
52
        $(MKSPEC) -cfg $(top_builddir)/setup.cache -o . sh-rtemself > $@
53
RPM_SPECS_DATA += sh-rtemself-cpukit.spec
54
 
55
sparc-rtems-cpukit.spec: $(MKSPEC_DEPS)
56
        $(MKSPEC) -cfg $(top_builddir)/setup.cache -o . sparc-rtems > $@
57
RPM_SPECS_DATA += sparc-rtems-cpukit.spec
58
 
59
TEMPLATES = rtems-cpukit.spec.in
60
 
61
noinst_DATA = $(TEMPLATES)
62
 
63
EXTRA_DIST = $(TEMPLATES)
64
 
65
CLEANFILES = $(RPM_SPECS_DATA)
66
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.