Files
rtems/cpukit/libgnat/Makefile.am
Joel Sherrill 16e0ba0f8d 2007-12-12 Joel Sherrill <joel.sherrill@OARcorp.com>
* libgnat/Makefile.am, wrapup/Makefile.am: Another attempt at the
	automake variables.
2007-12-12 23:20:41 +00:00

18 lines
245 B
Makefile

##
## $Id$
##
include $(top_srcdir)/automake/compile.am
EXTRA_DIST=
if HAS_PTHREADS
AM_CPPFLAGS += -D__RTEMS_INSIDE__
noinst_LIBRARIES = libgnat.a
libgnat_a_SOURCES = ada_intrsupp.c adasupp.c
endif
include $(top_srcdir)/automake/local.am