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

include $(top_srcdir)/automake/compile.am

EXTRA_DIST=

if LIBPOSIX

noinst_LIBRARIES = libgnat.a

libgnat_a_SOURCES = ada_intrsupp.c adasupp.c

include $(top_srcdir)/automake/local.am
endif