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

4.104.114.84.95
Last change on this file since f61731c was de2582f8, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/21/04 at 08:26:38

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

  • configure.ac: Adaptations to rtems-4.7.
  • Makefile.am, wrapup/Makefile.am: Reworked.
  • Property mode set to 100644
File size: 760 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 \
14    ../network$(LIB_VARIANT).rel ../vme$(LIB_VARIANT).rel
15
16EXTRA_LIBRARIES += ../libbsp_g.a
17CLEANFILES += ../libbsp_g.a
18___libbsp_g_a_SOURCES = $(___libbsp_a_SOURCES)
19___libbsp_g_a_LIBADD = $(___libbsp_a_LIBADD)
20
21noinst_DATA = ../libbsp$(LIB_VARIANT).a
22
23include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.