source: rtems/c/src/lib/libbsp/powerpc/mvme5500/wrapup/Makefile.am @ b3a78e34

4.104.114.84.95
Last change on this file since b3a78e34 was b3a78e34, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/21/04 at 12:23:15

2004-10-21 Ralf Corsepius <ralf_corsepius@…>

  • Makefile.am: Build networking.rel conditionally. Reformat. Cosmetics.
  • wrapup/Makefile.am: Build networking.rel conditionally.
  • startup/bspstart.c: Eliminate RTEMS fixed size types.
  • Property mode set to 100644
File size: 804 bytes
Line 
1##
2## Makefile.am,v 1.12.2.1 2003/02/20 21:57:21 joel Exp
3##
4
5include $(top_srcdir)/../../../../automake/compile.am
6
7EXTRA_LIBRARIES = ../libbsp.a
8CLEANFILES = ../libbsp.a
9___libbsp_a_SOURCES =
10___libbsp_a_LIBADD = ../pclock$(LIB_VARIANT).rel ../console$(LIB_VARIANT).rel \
11    ../irq$(LIB_VARIANT).rel ../pci$(LIB_VARIANT).rel \
12    ../startup$(LIB_VARIANT).rel ../tod$(LIB_VARIANT).rel \
13    ../vectors$(LIB_VARIANT).rel ../GT64260$(LIB_VARIANT).rel
14if HAS_NETWORKING
15    ../network$(LIB_VARIANT).rel
16endif
17___libbsp_a_LIBADD += ../vme$(LIB_VARIANT).rel
18
19EXTRA_LIBRARIES += ../libbsp_g.a
20CLEANFILES += ../libbsp_g.a
21___libbsp_g_a_SOURCES = $(___libbsp_a_SOURCES)
22___libbsp_g_a_LIBADD = $(___libbsp_a_LIBADD)
23
24noinst_DATA = ../libbsp$(LIB_VARIANT).a
25
26include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.