summaryrefslogtreecommitdiffstats
path: root/c/src/support/Makefile.am
blob: 55b549e7fabb9cb6542a280968a28a6a33f0a4b8 (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)

include $(top_srcdir)/automake/local.am