summaryrefslogtreecommitdiffstats
path: root/c/src/support/Makefile.am
blob: 2427bdee38e974371796c3ee092d66dafc5f39cb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
##
## $Id$
##

include $(top_srcdir)/automake/compile.am

AM_CPPFLAGS += -DRTEMS_BSP=\"@RTEMS_BSP@\"

noinst_LIBRARIES = libsupport.a

libsupport_a_SOURCES = version.c
libsupport_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)

include $(top_srcdir)/automake/local.am