source: rtems/c/src/lib/libbsp/m68k/gen68302/Makefile.am @ 0ccb2bb

4.104.114.95
Last change on this file since 0ccb2bb 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.7 KB
RevLine 
[df49c60]1##
[7068e246]2## $Id$
[df49c60]3##
[7068e246]4
[fe8bc62f]5ACLOCAL_AMFLAGS = -I ../../../../aclocal
[7068e246]6
[65cf99c]7include $(top_srcdir)/../../../../automake/compile.am
8include $(top_srcdir)/../../bsp.am
9
[2a7f9a28]10dist_project_lib_DATA = bsp_specs
11
12include_HEADERS = include/bsp.h
[3defec6]13include_HEADERS += include/tm27.h
[4cbf22a]14
[2a7f9a28]15nodist_include_HEADERS = include/bspopts.h
[4cbf22a]16DISTCLEANFILES = include/bspopts.h
17noinst_PROGRAMS =
[7068e246]18
[2821666f]19include_HEADERS += include/coverhd.h
20include_HEADERS += include/m302_int.h
21
22EXTRA_DIST = times
23
[eb40b1c]24EXTRA_DIST += start/start.S
[4cbf22a]25start.$(OBJEXT): start/start.S
[57357d9]26        $(CPPASCOMPILE) -o $@ -c $<
[4cbf22a]27project_lib_DATA = start.$(OBJEXT)
[65cf99c]28
[eb40b1c]29dist_project_lib_DATA += startup/linkcmds
30
[1d0ee80e]31startup_SOURCES = startup/bspclean.c ../../shared/bsplibc.c \
[558bc25]32    ../../shared/bsppredriverhook.c \
[eb40b1c]33    ../../shared/bsppost.c startup/bspstart.c ../../shared/bootcard.c \
[aa4369c]34    ../../m68k/shared/m68kpretaskinghook.c \
[4cb9d26]35    ../../shared/sbrk.c ../../m68k/shared/setvec.c \
36    ../../shared/gnatinstallhandler.c
[1d0ee80e]37clock_SOURCES = clock/ckinit.c
38console_SOURCES = console/console.c ../../shared/dummy_printk_support.c
39timer_SOURCES = timer/timer.c timer/timerisr.S
[eb40b1c]40
41if HAS_NETWORKING
42network_CPPFLAGS = -D__INSIDE_RTEMS_BSD_TCPIP_STACK__
[4cbf22a]43noinst_PROGRAMS += network.rel
[eb40b1c]44network_rel_SOURCES = network/network.c
[9d83387b]45network_rel_CPPFLAGS = $(AM_CPPFLAGS) $(network_CPPFLAGS)
[eb40b1c]46network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
47endif
48
[4cbf22a]49noinst_LIBRARIES = libbsp.a
[1d0ee80e]50libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
51    $(timer_SOURCES)
52
53libbsp_a_LIBADD = \
54    ../../../libcpu/@RTEMS_CPU@/shared/cache.rel \
55    ../../../libcpu/@RTEMS_CPU@/shared/misc.rel
[eb40b1c]56if HAS_NETWORKING
[4cbf22a]57libbsp_a_LIBADD += network.rel
[eb40b1c]58endif
[65cf99c]59
[760486f7]60include $(srcdir)/preinstall.am
[88daa3d]61include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.