source: rtems/cpukit/libgnat/Makefile.am @ 20cdfd4

4.104.114.95
Last change on this file since 20cdfd4 was 20cdfd4, checked in by Joel Sherrill <joel.sherrill@…>, on 12/12/07 at 14:54:42

2007-12-12 Joel Sherrill <joel.sherrill@…>

  • libgnat/Makefile.am: Handle POSIX being disabled correctly.
  • Property mode set to 100644
File size: 206 bytes
Line 
1##
2##  $Id$
3##
4
5include $(top_srcdir)/automake/compile.am
6
7EXTRA_DIST=
8
9if LIBPOSIX
10noinst_LIBRARIES = libgnat.a
11
12libgnat_a_SOURCES = ada_intrsupp.c adasupp.c
13endif
14
15include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.