forked from Imagelibrary/rtems
2004-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/enable-networking.m4: Don't AC_SUBST(RTEMS_HAS_NETWORKING). * aclocal/check-networking.m4: Don't AC_SUBST(HAS_NETWORKING). * automake/amcompile.am: Remove $(ARCH). * wrapup/Makefile.am: Add $(ARCH). Remove compile.am, lib.am. Include amcompile.am.
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
2004-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* aclocal/enable-networking.m4: Don't AC_SUBST(RTEMS_HAS_NETWORKING).
|
||||
* aclocal/check-networking.m4: Don't AC_SUBST(HAS_NETWORKING).
|
||||
* automake/amcompile.am: Remove $(ARCH).
|
||||
* wrapup/Makefile.am: Add $(ARCH).
|
||||
Remove compile.am, lib.am.
|
||||
Include amcompile.am.
|
||||
|
||||
2004-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Use ../*/*$(LIB_VARIANT).a instead of
|
||||
|
||||
@@ -25,5 +25,4 @@ if test "$rtems_cv_HAS_NETWORKING" = "yes"; then
|
||||
else
|
||||
HAS_NETWORKING="no";
|
||||
fi
|
||||
AC_SUBST(HAS_NETWORKING)dnl
|
||||
])
|
||||
|
||||
@@ -11,5 +11,4 @@ AC_HELP_STRING([--enable-networking],[enable TCP/IP stack]),
|
||||
no) RTEMS_HAS_NETWORKING=no ;;
|
||||
*) AC_MSG_ERROR(bad value ${enableval} for enable-networking option) ;;
|
||||
esac],[RTEMS_HAS_NETWORKING=yes])
|
||||
AC_SUBST(RTEMS_HAS_NETWORKING)dnl
|
||||
])
|
||||
|
||||
@@ -48,13 +48,6 @@ VARIANT_debug_V = DEBUG
|
||||
|
||||
VARIANT_V = $(VARIANT_$(VARIANT)_V)
|
||||
|
||||
## Setup the variant build subdirectory
|
||||
ARCH_OPTIMIZE_V = o-optimize
|
||||
ARCH_DEBUG_V = o-debug
|
||||
|
||||
ARCH__V = $(ARCH_OPTIMIZE_V)
|
||||
ARCH = $(ARCH_$(VARIANT_V)_V)
|
||||
|
||||
## Setup the library suffix
|
||||
LIBSUFFIX_OPTIMIZE_V =
|
||||
LIBSUFFIX_DEBUG_V = _g
|
||||
|
||||
@@ -3,8 +3,18 @@
|
||||
##
|
||||
|
||||
include $(top_srcdir)/automake/multilib.am
|
||||
include $(top_srcdir)/automake/compile.am
|
||||
include $(top_srcdir)/automake/lib.am
|
||||
include $(top_srcdir)/automake/amcompile.am
|
||||
|
||||
## Setup the variant build subdirectory
|
||||
ARCH_OPTIMIZE_V = o-optimize
|
||||
ARCH_DEBUG_V = o-debug
|
||||
|
||||
ARCH__V = $(ARCH_OPTIMIZE_V)
|
||||
ARCH = $(ARCH_$(VARIANT_V)_V)
|
||||
|
||||
${ARCH}/$(dirstamp):
|
||||
@$(mkdir_p) $(ARCH)
|
||||
@: > $(ARCH)/$(dirstamp)
|
||||
|
||||
project_lib_DATA = $(ARCH)/librtemscpu$(LIB_VARIANT).a
|
||||
|
||||
@@ -98,6 +108,8 @@ $(ARCH)/librtemscpu$(LIB_VARIANT).a: ${LIBS}
|
||||
rm -f $(ARCH)/*.$(OBJEXT) $(ARCH)/*.rel
|
||||
$(RANLIB) $@
|
||||
|
||||
TMPINSTALL_FILES =
|
||||
|
||||
all-local: $(TMPINSTALL_FILES)
|
||||
|
||||
$(PROJECT_LIB)/$(dirstamp):
|
||||
|
||||
Reference in New Issue
Block a user