summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/leon/Makefile.am
blob: b0159b6d68c6436ef493930e359ec177f24141c3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
##
## $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 = . start startup gnatsupp console clock timer leon_open_eth wrapup \
    tools

include $(top_srcdir)/../../bsp.am

include_HEADERS += include/leon.h 

all-local: $(PREINSTALL_FILES)

EXTRA_DIST = times

$(PROJECT_INCLUDE)/leon.h: include/leon.h
	$(INSTALL_DATA) $< $@
PREINSTALL_FILES += $(PROJECT_INCLUDE)/leon.h

include $(top_srcdir)/../../../../automake/subdirs.am
include $(top_srcdir)/../../../../automake/local.am