source: rtems/cpukit/libgnat/Makefile.am @ 1de949a8

4.104.115
Last change on this file since 1de949a8 was b7154b5, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/30/08 at 14:49:37

Use LIBGNAT.

  • Property mode set to 100644
File size: 240 bytes
Line 
1##
2##  $Id$
3##
4
5include $(top_srcdir)/automake/compile.am
6
7EXTRA_DIST=
8
9if LIBGNAT
10AM_CPPFLAGS += -D__RTEMS_INSIDE__
11
12noinst_LIBRARIES = libgnat.a
13
14libgnat_a_SOURCES = ada_intrsupp.c adasupp.c
15endif
16
17include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.