source: rtems/c/src/lib/libbsp/bfin/bf537Stamp/Makefile.am @ bfd7d72

4.115
Last change on this file since bfd7d72 was bfd7d72, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/18/11 at 07:20:50

2011-06-18 Ralf Corsépius <ralf.corsepius@…>

  • Makefile.am: Remove reference to non-existing file times.
  • Property mode set to 100644
File size: 1.8 KB
RevLine 
[61f8fb0e]1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../../../../aclocal
6
7include $(top_srcdir)/../../../../automake/compile.am
8
[13374cf]9include_bspdir = $(includedir)/bsp
10
[61f8fb0e]11dist_project_lib_DATA = bsp_specs
12
13include_HEADERS = include/bsp.h
14include_HEADERS += ../../shared/include/tm27.h
15
16nodist_include_HEADERS = include/bspopts.h
[13374cf]17nodist_include_bsp_HEADERS = ../../shared/include/bootcard.h
[61f8fb0e]18DISTCLEANFILES = include/bspopts.h
19
20noinst_PROGRAMS =
21
22include_HEADERS += ../../shared/include/coverhd.h
23
[336b9ce]24noinst_LIBRARIES = libbspstart.a
25libbspstart_a_SOURCES = start/start.S
[61f8fb0e]26project_lib_DATA = start.$(OBJEXT)
27
28dist_project_lib_DATA += startup/linkcmds
29
[336b9ce]30noinst_LIBRARIES += libbsp.a
[64eb0c7]31libbsp_a_SOURCES =
[e94666d]32
[6ab0094]33libbsp_a_SOURCES += ../../shared/bsplibc.c ../../shared/bsppost.c \
[61f8fb0e]34        ../../shared/bsppredriverhook.c startup/bspstart.c \
35        ../../shared/bspclean.c ../../shared/sbrk.c ../../shared/setvec.c \
[018e3821]36        ../../shared/bootcard.c ../../shared/gnatinstallhandler.c \
[2a65e6d5]37        ../../shared/bspgetworkarea.c
[61f8fb0e]38
[6ab0094]39libbsp_a_SOURCES += console/console.c
[61f8fb0e]40
41if HAS_NETWORKING
42networkconfig_CPPFLAGS = -D__INSIDE_RTEMS_BSD_TCPIP_STACK__
43noinst_PROGRAMS += networkconfig.rel
44networkconfig_rel_SOURCES = network/networkconfig.c
45networkconfig_rel_CPPFLAGS = $(AM_CPPFLAGS) $(networkconfig_CPPFLAGS)
46networkconfig_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
47endif
48
[6ab0094]49libbsp_a_LIBADD  = ../../../libcpu/@RTEMS_CPU@/mmu.rel
[61f8fb0e]50libbsp_a_LIBADD += ../../../libcpu/@RTEMS_CPU@/interrupt.rel
51libbsp_a_LIBADD += ../../../libcpu/@RTEMS_CPU@/cache.rel
52libbsp_a_LIBADD += ../../../libcpu/@RTEMS_CPU@/uart.rel
53libbsp_a_LIBADD += ../../../libcpu/@RTEMS_CPU@/clock.rel
54libbsp_a_LIBADD += ../../../libcpu/@RTEMS_CPU@/rtc.rel
55libbsp_a_LIBADD += ../../../libcpu/@RTEMS_CPU@/timer.rel
56
[6ab0094]57if HAS_NETWORKING
58libbsp_a_LIBADD += networkconfig.rel
59libbsp_a_LIBADD += ../../../libcpu/@RTEMS_CPU@/network.rel
60endif
61
[61f8fb0e]62include $(srcdir)/preinstall.am
63include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.