mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 22:54:14 +08:00
build: Merge libgnat/Makefile.am
This commit is contained in:
+7
-1
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user