source: rtems/c/src/lib/libbsp/h8300/h8sim/Makefile.am @ fc1a3ba

4.104.114.84.95
Last change on this file since fc1a3ba was fc1a3ba, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/12/06 at 10:12:31

Remove all-local:.

  • Property mode set to 100644
File size: 1.6 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
14
15nodist_include_HEADERS = include/bspopts.h
16DISTCLEANFILES = include/bspopts.h
17noinst_PROGRAMS =
18
19nodist_include_HEADERS += ../../shared/include/coverhd.h
20
21EXTRA_DIST = start/start.S
22start.$(OBJEXT): start/start.S
23        $(CPPASCOMPILE) -DASM -o $@ -c $<
24project_lib_DATA = start.$(OBJEXT)
25
26dist_project_lib_DATA += startup/linkcmds
27
28noinst_PROGRAMS += startup.rel
29startup_rel_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \
30    ../../shared/bsppost.c startup/bspstart.c ../../shared/bootcard.c \
31    ../../shared/main.c ../../shared/sbrk.c \
32    ../../shared/gnatinstallhandler.c startup/__main.c
33startup_rel_CPPFLAGS = $(AM_CPPFLAGS)
34startup_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
35
36noinst_PROGRAMS += clock.rel
37clock_rel_SOURCES = ../../shared/clock_driver_stub.c
38clock_rel_CPPFLAGS = $(AM_CPPFLAGS)
39clock_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
40
41noinst_PROGRAMS += console.rel
42console_rel_SOURCES = ../../shared/console-polled.c console/console-io.c
43console_rel_CPPFLAGS = $(AM_CPPFLAGS)
44console_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
45
46noinst_PROGRAMS += timer.rel
47timer_rel_SOURCES = ../../shared/timerstub.c
48timer_rel_CPPFLAGS = $(AM_CPPFLAGS)
49timer_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
50
51noinst_LIBRARIES = libbsp.a
52libbsp_a_SOURCES =
53libbsp_a_LIBADD = startup.rel clock.rel console.rel timer.rel
54
55EXTRA_DIST += times
56
57include $(srcdir)/preinstall.am
58include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.