forked from Imagelibrary/rtems
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:
@@ -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>
|
2007-12-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
* rtems/Makefile.am, rtems/include/rtems/rtems/tasks.h,
|
* rtems/Makefile.am, rtems/include/rtems/rtems/tasks.h,
|
||||||
|
|||||||
@@ -6,7 +6,9 @@ include $(top_srcdir)/automake/compile.am
|
|||||||
|
|
||||||
EXTRA_DIST=
|
EXTRA_DIST=
|
||||||
|
|
||||||
if LIBPOSIX
|
if HAS_PTHREADS
|
||||||
|
AM_CPPFLAGS += -D__RTEMS_INSIDE__
|
||||||
|
|
||||||
noinst_LIBRARIES = libgnat.a
|
noinst_LIBRARIES = libgnat.a
|
||||||
|
|
||||||
libgnat_a_SOURCES = ada_intrsupp.c adasupp.c
|
libgnat_a_SOURCES = ada_intrsupp.c adasupp.c
|
||||||
|
|||||||
@@ -19,6 +19,9 @@ TMP_LIBS += ../rtems/librtems.a
|
|||||||
|
|
||||||
if LIBPOSIX
|
if LIBPOSIX
|
||||||
TMP_LIBS += ../posix/libposix.a
|
TMP_LIBS += ../posix/libposix.a
|
||||||
|
endif
|
||||||
|
|
||||||
|
if HAS_PTHREADS
|
||||||
TMP_LIBS += ../libgnat/libgnat.a
|
TMP_LIBS += ../libgnat/libgnat.a
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user