source: rtems/c/src/lib/libbsp/bfin/eZKit533/Makefile.am @ 64eb0c7

4.104.115
Last change on this file since 64eb0c7 was 64eb0c7, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/29/08 at 10:19:37

2008-09-29 Ralf Corsépius <ralf.corsepius@…>

  • Makefile.am: Eliminate *_SOURCES.
  • Property mode set to 100644
File size: 1.8 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
16include_HEADERS += include/cplb.h
17
18nodist_include_HEADERS = include/bspopts.h
19nodist_include_bsp_HEADERS = ../../shared/include/bootcard.h
20DISTCLEANFILES = include/bspopts.h
21
22noinst_PROGRAMS =
23
24include_HEADERS += ../../shared/include/coverhd.h
25
26EXTRA_DIST = ../shared/start/start.S
27start.$(OBJEXT): ../shared/start/start.S
28        $(CPPASCOMPILE) -DASM -o $@ -c $<
29project_lib_DATA = start.$(OBJEXT)
30
31dist_project_lib_DATA += startup/linkcmds
32
33noinst_LIBRARIES = libbsp.a
34libbsp_a_SOURCES =
35
36noinst_PROGRAMS += startup.rel
37startup_rel_SOURCES = ../../shared/bsplibc.c ../../shared/bsppost.c \
38        ../../shared/bsppredriverhook.c startup/bspstart.c \
39        ../../shared/bspclean.c ../../shared/sbrk.c ../../shared/setvec.c \
40        ../../shared/bootcard.c ../../shared/gnatinstallhandler.c \
41        ../../shared/bspgetworkarea.c
42startup_rel_CPPFLAGS = $(AM_CPPFLAGS)
43startup_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
44
45noinst_PROGRAMS += console.rel
46console_rel_SOURCES = console/console-io.c
47console_rel_CPPFLAGS = $(AM_CPPFLAGS)
48console_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
49
50libbsp_a_LIBADD = startup.rel console.rel
51libbsp_a_LIBADD += ../../../libcpu/@RTEMS_CPU@/mmu.rel
52libbsp_a_LIBADD += ../../../libcpu/@RTEMS_CPU@/interrupt.rel
53libbsp_a_LIBADD += ../../../libcpu/@RTEMS_CPU@/cache.rel
54libbsp_a_LIBADD += ../../../libcpu/@RTEMS_CPU@/uart.rel
55libbsp_a_LIBADD += ../../../libcpu/@RTEMS_CPU@/clock.rel
56libbsp_a_LIBADD += ../../../libcpu/@RTEMS_CPU@/rtc.rel
57libbsp_a_LIBADD += ../../../libcpu/@RTEMS_CPU@/timer.rel
58
59EXTRA_DIST += times
60
61include $(srcdir)/preinstall.am
62include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.