From d7a75734b05154f0a44fe00fbe026027814e0c4e Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 9 Jan 2004 18:14:38 +0000 Subject: 2004-01-08 Ralf Corsepius * 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. --- cpukit/wrapup/Makefile.am | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'cpukit/wrapup') diff --git a/cpukit/wrapup/Makefile.am b/cpukit/wrapup/Makefile.am index 9497f5cefd..da988688fe 100644 --- a/cpukit/wrapup/Makefile.am +++ b/cpukit/wrapup/Makefile.am @@ -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): -- cgit v1.2.3