4.104.114.84.95
Last change
on this file since 0e2094d was
0e2094d,
checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/09/04 at 14:45:26
|
2004-02-09 Ralf Corsepius <corsepiu@…>
- wrapup/Makefile.am: Convert to automake-building rules.
|
-
Property mode set to
100644
|
File size:
1.2 KB
|
Line | |
---|
1 | ## |
---|
2 | ## $Id$ |
---|
3 | ## |
---|
4 | |
---|
5 | include $(top_srcdir)/../../../../automake/compile.am |
---|
6 | |
---|
7 | EXTRA_LIBRARIES = ../libbsp.a |
---|
8 | CLEANFILES = ../libbsp.a |
---|
9 | ___libbsp_a_SOURCES = |
---|
10 | ___libbsp_a_LIBADD = ../pclock$(LIB_VARIANT).rel ../irq$(LIB_VARIANT).rel \ |
---|
11 | ../startup$(LIB_VARIANT).rel ../console$(LIB_VARIANT).rel \ |
---|
12 | ../vectors$(LIB_VARIANT).rel |
---|
13 | if HAS_NETWORKING |
---|
14 | ___libbsp_a_LIBADD += ../network$(LIB_VARIANT).rel |
---|
15 | endif |
---|
16 | ___libbsp_a_LIBADD += \ |
---|
17 | ../../../../libcpu/powerpc/shared/cpuIdent$(LIB_VARIANT).rel \ |
---|
18 | ../../../../libcpu/powerpc/shared/cache$(LIB_VARIANT).rel \ |
---|
19 | ../@exceptions@/rtems-cpu$(LIB_VARIANT).rel \ |
---|
20 | ../../../../libcpu/powerpc/mpc8260/clock$(LIB_VARIANT).rel \ |
---|
21 | ../../../../libcpu/powerpc/mpc8260/console-generic$(LIB_VARIANT).rel \ |
---|
22 | ../../../../libcpu/powerpc/mpc8260/cpm$(LIB_VARIANT).rel \ |
---|
23 | ../../../../libcpu/powerpc/mpc8260/mmu$(LIB_VARIANT).rel \ |
---|
24 | ../../../../libcpu/powerpc/mpc8260/timer$(LIB_VARIANT).rel \ |
---|
25 | ../../../../libcpu/powerpc/mpc8260/exceptions$(LIB_VARIANT).rel |
---|
26 | |
---|
27 | EXTRA_LIBRARIES += ../libbsp_g.a |
---|
28 | CLEANFILES += ../libbsp_g.a |
---|
29 | ___libbsp_g_a_SOURCES = $(___libbsp_a_SOURCES) |
---|
30 | ___libbsp_g_a_LIBADD = $(___libbsp_a_LIBADD) |
---|
31 | |
---|
32 | noinst_DATA = ../libbsp$(LIB_VARIANT).a |
---|
33 | |
---|
34 | include $(top_srcdir)/../../../../automake/local.am |
---|
Note: See
TracBrowser
for help on using the repository browser.