summaryrefslogtreecommitdiffstats
path: root/cpukit/libgnat/Makefile.am
blob: 85414cb8cb38c8de39cf484ad681868d50d1f419 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
##
##  $Id$
##

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