build: Merge libgnat/Makefile.am

This commit is contained in:
Sebastian Huber
2018-10-10 07:53:11 +02:00
parent b45a85322a
commit 8d677cf009
4 changed files with 7 additions and 16 deletions
+7 -1
View File
@@ -478,6 +478,13 @@ libcpukit_a_SOURCES += libdrvmgr/drvmgr_unregister.c
endif
if LIBGNAT
libcpukit_a_SOURCES += libgnat/ada_intrsupp.c
libcpukit_a_SOURCES += libgnat/adasupp.c
endif
#
# Create a new Version VC Key header if the VC state has changed.
#
@@ -518,7 +525,6 @@ _SUBDIRS += libpci
_SUBDIRS += libi2c
_SUBDIRS += libmisc
_SUBDIRS += libmd
_SUBDIRS += libgnat
_SUBDIRS += libstdthreads
_SUBDIRS += wrapup
-1
View File
@@ -497,7 +497,6 @@ score/cpu/v850/Makefile
score/cpu/x86_64/Makefile
score/cpu/no_cpu/Makefile
posix/Makefile
libgnat/Makefile
libnetworking/Makefile
libpci/Makefile
librpc/Makefile
-10
View File
@@ -1,10 +0,0 @@
include $(top_srcdir)/automake/compile.am
if LIBGNAT
noinst_LIBRARIES = libgnat.a
libgnat_a_SOURCES = ada_intrsupp.c adasupp.c
endif
include $(top_srcdir)/automake/local.am
-4
View File
@@ -19,10 +19,6 @@ TMP_LIBS += ../libcpukit.a
TMP_LIBS += ../rtems/librtems.a
TMP_LIBS += ../posix/libposix.a
if LIBGNAT
TMP_LIBS += ../libgnat/libgnat.a
endif
TMP_LIBS += ../libstdthreads/libstdthreads.a
TMP_LIBS += ../libmisc/libmonitor.a