source: rtems/c/src/lib/libbsp/lm32/lm32_evr/Makefile.am @ e44ffe5

4.104.115
Last change on this file since e44ffe5 was e44ffe5, checked in by Joel Sherrill <joel.sherrill@…>, on 12/04/08 at 22:54:49

2008-12-04 Jukka Pietarinen <jukka.pietarinen@…>

  • ChangeLog?, Makefile.am, bsp_specs, configure.ac, preinstall.am, include/.cvsignore, include/bsp.h, include/coverhd.h, include/irq-config.h, include/system_conf.h, include/tm27.h, startup/linkcmds: New files.
  • Property mode set to 100644
File size: 1.4 KB
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../../../../aclocal
6
7include $(top_srcdir)/../../../../automake/compile.am
8include $(top_srcdir)/../../bsp.am
9
10include_bspdir = $(includedir)/bsp
11
12dist_project_lib_DATA = bsp_specs
13
14include_HEADERS = include/bsp.h
15include_HEADERS += include/tm27.h
16
17nodist_include_HEADERS = include/bspopts.h
18nodist_include_bsp_HEADERS = ../../shared/include/bootcard.h
19DISTCLEANFILES = include/bspopts.h
20
21noinst_PROGRAMS =
22
23include_HEADERS += include/coverhd.h
24include_HEADERS += include/system_conf.h
25
26EXTRA_DIST = ../shared/start/start.S
27start.$(OBJEXT): ../shared/start/start.S
28        $(CPPASCOMPILE) -o $@ -c $<
29project_lib_DATA = start.$(OBJEXT)
30
31dist_project_lib_DATA += startup/linkcmds
32
33startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \
34    ../../shared/bsppost.c ../shared/startup/bspstart.c \
35    ../../shared/bsppretaskinghook.c ../../shared/bspgetworkarea.c \
36    ../../shared/bootcard.c ../../shared/sbrk.c ../shared/startup/setvec.c \
37    ../../shared/gnatinstallhandler.c
38clock_SOURCES = ../shared/clock/ckinit.c
39console_SOURCES = ../shared/console/console.c ../shared/console/uart.c
40network_SOURCES = ../shared/tsmac/tsmac.c
41timer_SOURCES = ../shared/timer/timer.c
42
43noinst_LIBRARIES = libbsp.a
44libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
45    $(network_SOURCES) $(timer_SOURCES)
46
47include $(srcdir)/preinstall.am
48include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.