source: rtems/c/src/lib/libbsp/arm/edb7312/Makefile.am @ 7a6f8d0

4.104.115
Last change on this file since 7a6f8d0 was 309dbd0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/28/09 at 06:28:41

Whitespace removal.

  • Property mode set to 100644
File size: 1.9 KB
RevLine 
[3d6669cc]1##
2## $Id$
3##
4
[fe8bc62f]5ACLOCAL_AMFLAGS = -I ../../../../aclocal
[3d6669cc]6
[9e541e3]7include $(top_srcdir)/../../../../automake/compile.am
[3d6669cc]8
[3416c44]9include_bspdir = $(includedir)/bsp
10
[2a7f9a28]11dist_project_lib_DATA = bsp_specs
12
13include_HEADERS = include/bsp.h
[9957dbf]14include_HEADERS += ../../shared/include/tm27.h
[4cbf22a]15
[2a7f9a28]16nodist_include_HEADERS = include/bspopts.h
[3416c44]17nodist_include_bsp_HEADERS = ../../shared/include/bootcard.h
[4cbf22a]18DISTCLEANFILES = include/bspopts.h
19noinst_PROGRAMS =
[9e541e3]20
[d348010c]21include_HEADERS += include/ep7312.h
[9e541e3]22nodist_include_HEADERS += ../../shared/include/coverhd.h
23
[c0bea05]24noinst_LIBRARIES = libbspstart.a
25libbspstart_a_SOURCES = start/start.S
[4cbf22a]26project_lib_DATA = start.$(OBJEXT)
[9e541e3]27
28dist_project_lib_DATA += startup/linkcmds
29
[c0bea05]30noinst_LIBRARIES += libbsp.a
[64eb0c7]31libbsp_a_SOURCES =
[e94666d]32
[6b346ca]33include_HEADERS += ../../arm/shared/comm/uart.h
[64eb0c7]34# startup
35libbsp_a_SOURCES += ../../shared/bsppost.c ../../shared/bsplibc.c \
[127e726a]36    ../../shared/bspgetworkarea.c ../../shared/bsppretaskinghook.c \
[fe27e20f]37    ../../shared/bsppredriverhook.c startup/bspstart.c \
[1dad9e7]38    ../../shared/bspclean.c ../../shared/bootcard.c ../../shared/sbrk.c \
39    startup/bspreset.c ../../shared/gnatinstallhandler.c
[fe27e20f]40
[64eb0c7]41# clock
[81d86a0]42libbsp_a_SOURCES += clock/clockdrv.c ../../../shared/clockdrv_shell.h
[64eb0c7]43# console
44libbsp_a_SOURCES += console/uart.c ../../shared/console.c
45# timer
46libbsp_a_SOURCES += timer/timer.c
47# abort
48libbsp_a_SOURCES += ../shared/abort/abort.c
[a5ef8c53]49
[9e541e3]50include_HEADERS += irq/irq.h
[64eb0c7]51# irq
52libbsp_a_SOURCES += irq/irq.c irq/bsp_irq_init.c \
[ac904b6]53    ../../arm/shared/irq/irq_init.c irq/bsp_irq_asm.S \
[7ae2775]54    irq/irq.h
[9e541e3]55
56if HAS_NETWORKING
57network_CPPFLAGS = -D__INSIDE_RTEMS_BSD_TCPIP_STACK__
[4cbf22a]58noinst_PROGRAMS += network.rel
[9e541e3]59network_rel_SOURCES = network/network.c
[9d83387b]60network_rel_CPPFLAGS = $(AM_CPPFLAGS) $(network_CPPFLAGS)
[9e541e3]61network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
62endif
63
[1d0ee80e]64# libcpu libraries could go here
[309dbd0]65libbsp_a_LIBADD =
[9e541e3]66if HAS_NETWORKING
[4cbf22a]67libbsp_a_LIBADD += network.rel
[9e541e3]68endif
69
[dec6a8da]70include $(srcdir)/preinstall.am
[d8abd37]71include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.