source: rtems/c/src/lib/libbsp/nios2/nios2_iss/Makefile.am @ 1d0ee80e

4.104.114.95
Last change on this file since 1d0ee80e was 1d0ee80e, checked in by Joel Sherrill <joel.sherrill@…>, on 05/14/08 at 20:28:09

2008-05-14 Joel Sherrill <joel.sherrill@…>

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