summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/i960/i960ca/Makefile.am
blob: 4837a057f15b96a20708d907014ac80e09dbeff5 (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
26
27
##
## $Id$
##

include $(top_srcdir)/../../../automake/compile.am

EXTRA_PROGRAMS =
CLEANFILES =
noinst_DATA =

if i960ca
EXTRA_PROGRAMS += score.rel
CLEANFILES += score.rel
score_rel_SOURCES = cpu_install_intr_stack.c cpu_install_raw_isr.c
score_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
score_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)

EXTRA_PROGRAMS += score_g.rel
CLEANFILES += score_g.rel
score_g_rel_SOURCES = $(score_rel_SOURCES)
score_g_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V)
score_g_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)

noinst_DATA += score$(LIB_VARIANT).rel
endif

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