summaryrefslogtreecommitdiffstats
path: root/cpukit/libgnat/Makefile.am
blob: 4bfbca11e8f1bc39865108d9bbbd2cf0dc6e3772 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
include $(top_srcdir)/automake/compile.am

EXTRA_DIST=

if LIBGNAT
AM_CPPFLAGS += -D__RTEMS_INSIDE__

noinst_LIBRARIES = libgnat.a

libgnat_a_SOURCES = ada_intrsupp.c adasupp.c
endif

include $(top_srcdir)/automake/local.am