2007-12-12 Joel Sherrill <joel.sherrill@OARcorp.com>

* libgnat/Makefile.am, wrapup/Makefile.am: Another attempt at the
	automake variables.
This commit is contained in:
Joel Sherrill
2007-12-12 23:20:41 +00:00
parent 98dee44ba8
commit 16e0ba0f8d
3 changed files with 11 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2007-12-12 Joel Sherrill <joel.sherrill@OARcorp.com>
* libgnat/Makefile.am, wrapup/Makefile.am: Another attempt at the
automake variables.
2007-12-12 Joel Sherrill <joel.sherrill@OARcorp.com>
* rtems/Makefile.am, rtems/include/rtems/rtems/tasks.h,

View File

@@ -6,7 +6,9 @@ include $(top_srcdir)/automake/compile.am
EXTRA_DIST=
if LIBPOSIX
if HAS_PTHREADS
AM_CPPFLAGS += -D__RTEMS_INSIDE__
noinst_LIBRARIES = libgnat.a
libgnat_a_SOURCES = ada_intrsupp.c adasupp.c

View File

@@ -19,6 +19,9 @@ TMP_LIBS += ../rtems/librtems.a
if LIBPOSIX
TMP_LIBS += ../posix/libposix.a
endif
if HAS_PTHREADS
TMP_LIBS += ../libgnat/libgnat.a
endif