source: rtems/c/src/lib/libbsp/powerpc/dmv177/wrapup/Makefile.am @ f3d07e5

4.104.114.84.95
Last change on this file since f3d07e5 was f3d07e5, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/06/04 at 16:54:31

2004-02-06 Ralf Corsepius <corsepiu@…>

  • wrapup/Makefile.am: Convert to automake-building rules.
  • Property mode set to 100644
File size: 800 bytes
Line 
1##
2## $Id$
3##
4
5include $(top_srcdir)/../../../../automake/compile.am
6
7EXTRA_LIBRARIES = ../libbsp.a
8CLEANFILES = ../libbsp.a
9___libbsp_a_SOURCES =
10
11___libbsp_a_LIBADD = ../startup$(LIB_VARIANT).rel ../clock$(LIB_VARIANT).rel \
12    ../console$(LIB_VARIANT).rel ../scv64$(LIB_VARIANT).rel \
13    ../timer$(LIB_VARIANT).rel ../tod$(LIB_VARIANT).rel
14if HAS_NETWORKING
15___libbsp_a_LIBADD += ../sonic$(LIB_VARIANT).rel
16endif
17___libbsp_a_LIBADD += ../@exceptions@/rtems-cpu$(LIB_VARIANT).rel \
18    ../../../../libcpu/@RTEMS_CPU@/shared/cache$(LIB_VARIANT).rel
19
20EXTRA_LIBRARIES += ../libbsp_g.a
21CLEANFILES += ../libbsp_g.a
22___libbsp_g_a_SOURCES = $(___libbsp_a_SOURCES)
23___libbsp_g_a_LIBADD = $(___libbsp_a_LIBADD)
24
25noinst_DATA = ../libbsp$(LIB_VARIANT).a
26
27include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.