summaryrefslogtreecommitdiffstats
path: root/c/src/support/Makefile.am
blob: 66c81546c2656e2d6f79ee07cfe8a3e69c7181a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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