## ## $Id$ ## ACLOCAL_AMFLAGS = -I ../../../../aclocal # wrapup is the one that actually builds and installs the library # from the individual .rel files built in other directories SUBDIRS = . tools include $(top_srcdir)/../../../../automake/compile.am dist_project_lib_DATA = bsp_specs include_HEADERS = include/bsp.h include_HEADERS += include/tm27.h nodist_include_HEADERS = include/bspopts.h DISTCLEANFILES = include/bspopts.h include_HEADERS += include/simio.h nodist_include_HEADERS += ../../shared/include/coverhd.h noinst_LIBRARIES = libbspstart.a libbspstart_a_SOURCES = start/start.S project_lib_DATA = start.$(OBJEXT) dist_project_lib_DATA += startup/linkcmds noinst_LIBRARIES += libbsp.a libbsp_a_SOURCES = # startup libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsplibc.c \ ../../shared/bsppredriverhook.c ../../shared/bspgetworkarea.c \ ../../shared/bsppost.c startup/bsppretaksinghook.c ../../shared/bspstart.c \ ../../shared/bootcard.c ../../shared/sbrk.c ../../shared/setvec.c \ ../../c4x/shared/c3xspurious.c ../../c4x/shared/c4xspurious.c \ ../../c4x/shared/bspspuriousinit.c startup/spurious.c \ ../../shared/gnatinstallhandler.c # clock libbsp_a_SOURCES += clock/clock.c ../../../shared/clockdrv_shell.h # console libbsp_a_SOURCES += console/consolereserveresources.c console/debugio.c \ console/simio.c ../../shared/console.c # debugio libbsp_a_SOURCES += console/debugio.c # timer libbsp_a_SOURCES += timer/timer.c EXTRA_DIST = times include $(srcdir)/preinstall.am include $(top_srcdir)/../../../../automake/local.am