forked from Imagelibrary/rtems
build: Merge libmd/Makefile.am
This commit is contained in:
@@ -362,6 +362,8 @@ libcpukit_a_SOURCES += libfs/src/rfs/rtems-rfs-rtems-utils.c
|
|||||||
libcpukit_a_SOURCES += libfs/src/rfs/rtems-rfs-shell.c
|
libcpukit_a_SOURCES += libfs/src/rfs/rtems-rfs-shell.c
|
||||||
libcpukit_a_SOURCES += libfs/src/rfs/rtems-rfs-trace.c
|
libcpukit_a_SOURCES += libfs/src/rfs/rtems-rfs-trace.c
|
||||||
libcpukit_a_SOURCES += libi2c/libi2c.c
|
libcpukit_a_SOURCES += libi2c/libi2c.c
|
||||||
|
libcpukit_a_SOURCES += libmd/md4.c
|
||||||
|
libcpukit_a_SOURCES += libmd/md5.c
|
||||||
libcpukit_a_SOURCES += sapi/src/chainappendnotify.c
|
libcpukit_a_SOURCES += sapi/src/chainappendnotify.c
|
||||||
libcpukit_a_SOURCES += sapi/src/chaingetnotify.c
|
libcpukit_a_SOURCES += sapi/src/chaingetnotify.c
|
||||||
libcpukit_a_SOURCES += sapi/src/chaingetwait.c
|
libcpukit_a_SOURCES += sapi/src/chaingetwait.c
|
||||||
@@ -486,6 +488,13 @@ libcpukit_a_SOURCES += libgnat/adasupp.c
|
|||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if SHA
|
||||||
|
|
||||||
|
libcpukit_a_SOURCES += libmd/sha256c.c
|
||||||
|
libcpukit_a_SOURCES += libmd/sha512c.c
|
||||||
|
|
||||||
|
endif
|
||||||
|
|
||||||
#
|
#
|
||||||
# Create a new Version VC Key header if the VC state has changed.
|
# Create a new Version VC Key header if the VC state has changed.
|
||||||
#
|
#
|
||||||
@@ -524,7 +533,6 @@ _SUBDIRS = . score rtems posix
|
|||||||
_SUBDIRS += libnetworking librpc
|
_SUBDIRS += libnetworking librpc
|
||||||
_SUBDIRS += libpci
|
_SUBDIRS += libpci
|
||||||
_SUBDIRS += libmisc
|
_SUBDIRS += libmisc
|
||||||
_SUBDIRS += libmd
|
|
||||||
_SUBDIRS += libstdthreads
|
_SUBDIRS += libstdthreads
|
||||||
_SUBDIRS += wrapup
|
_SUBDIRS += wrapup
|
||||||
|
|
||||||
|
|||||||
@@ -501,7 +501,6 @@ libnetworking/Makefile
|
|||||||
libpci/Makefile
|
libpci/Makefile
|
||||||
librpc/Makefile
|
librpc/Makefile
|
||||||
libmisc/Makefile
|
libmisc/Makefile
|
||||||
libmd/Makefile
|
|
||||||
libstdthreads/Makefile
|
libstdthreads/Makefile
|
||||||
zlib/Makefile
|
zlib/Makefile
|
||||||
telnetd/Makefile
|
telnetd/Makefile
|
||||||
|
|||||||
@@ -1,14 +0,0 @@
|
|||||||
include $(top_srcdir)/automake/compile.am
|
|
||||||
|
|
||||||
if NEWLIB
|
|
||||||
noinst_LIBRARIES = libmd.a
|
|
||||||
libmd_a_SOURCES =
|
|
||||||
libmd_a_SOURCES += md4.c
|
|
||||||
libmd_a_SOURCES += md5.c
|
|
||||||
if SHA
|
|
||||||
libmd_a_SOURCES += sha256c.c
|
|
||||||
libmd_a_SOURCES += sha512c.c
|
|
||||||
endif
|
|
||||||
endif
|
|
||||||
|
|
||||||
include $(top_srcdir)/automake/local.am
|
|
||||||
@@ -66,10 +66,6 @@ TMP_LIBS += ../librpc/librpc.a
|
|||||||
TMP_LIBS += ../librpc/libxdr.a
|
TMP_LIBS += ../librpc/libxdr.a
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if NEWLIB
|
|
||||||
TMP_LIBS += ../libmd/libmd.a
|
|
||||||
endif
|
|
||||||
|
|
||||||
librtemscpu.a: $(TMP_LIBS)
|
librtemscpu.a: $(TMP_LIBS)
|
||||||
$(AM_V_GEN)rm -f $@
|
$(AM_V_GEN)rm -f $@
|
||||||
$(AM_V_GEN)$(MKDIR_P) $(ARCH)
|
$(AM_V_GEN)$(MKDIR_P) $(ARCH)
|
||||||
|
|||||||
Reference in New Issue
Block a user