source: rtems/c/src/lib/libbsp/bfin/eZKit533/Makefile.am @ 02aaec7

4.104.114.95
Last change on this file since 02aaec7 was 14a80d0, checked in by Joel Sherrill <joel.sherrill@…>, on 06/04/08 at 23:03:51

2008-06-04 Joel Sherrill <joel.sherrill@…>

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