forked from Imagelibrary/rtems
build: Merge score/cpu/*/Makefile.am
This commit is contained in:
3107
cpukit/Makefile.am
3107
cpukit/Makefile.am
File diff suppressed because it is too large
Load Diff
@@ -467,6 +467,25 @@ esac
|
||||
AM_CONDITIONAL(LIBDRVMGR,[test x"$HAVE_LIBDRVMGR" = x"yes"])
|
||||
AC_MSG_RESULT([$HAVE_LIBDRVMGR])
|
||||
|
||||
AM_CONDITIONAL([CPU_ARM],[test $RTEMS_CPU = "arm"])
|
||||
AM_CONDITIONAL([CPU_BFIN],[test $RTEMS_CPU = "bfin"])
|
||||
AM_CONDITIONAL([CPU_EPIPHANY],[test $RTEMS_CPU = "epiphany"])
|
||||
AM_CONDITIONAL([CPU_I386],[test $RTEMS_CPU = "i386"])
|
||||
AM_CONDITIONAL([CPU_LM32],[test $RTEMS_CPU = "lm32"])
|
||||
AM_CONDITIONAL([CPU_M32C],[test $RTEMS_CPU = "m32c"])
|
||||
AM_CONDITIONAL([CPU_M68K],[test $RTEMS_CPU = "m68k"])
|
||||
AM_CONDITIONAL([CPU_MIPS],[test $RTEMS_CPU = "mips"])
|
||||
AM_CONDITIONAL([CPU_MOXIE],[test $RTEMS_CPU = "moxie"])
|
||||
AM_CONDITIONAL([CPU_NIOS2],[test $RTEMS_CPU = "nios2"])
|
||||
AM_CONDITIONAL([CPU_NO_CPU],[test $RTEMS_CPU = "no_cpu"])
|
||||
AM_CONDITIONAL([CPU_OR1K],[test $RTEMS_CPU = "or1k"])
|
||||
AM_CONDITIONAL([CPU_POWERPC],[test $RTEMS_CPU = "powerpc"])
|
||||
AM_CONDITIONAL([CPU_RISCV],[test $RTEMS_CPU = "riscv"])
|
||||
AM_CONDITIONAL([CPU_SH],[test $RTEMS_CPU = "sh"])
|
||||
AM_CONDITIONAL([CPU_SPARC64],[test $RTEMS_CPU = "sparc64"])
|
||||
AM_CONDITIONAL([CPU_SPARC],[test $RTEMS_CPU = "sparc"])
|
||||
AM_CONDITIONAL([CPU_V850],[test $RTEMS_CPU = "v850"])
|
||||
AM_CONDITIONAL([CPU_X86_64],[test $RTEMS_CPU = "x86_64"])
|
||||
|
||||
RTEMS_AMPOLISH3
|
||||
|
||||
@@ -495,7 +514,6 @@ score/cpu/sparc64/Makefile
|
||||
score/cpu/v850/Makefile
|
||||
score/cpu/x86_64/Makefile
|
||||
score/cpu/no_cpu/Makefile
|
||||
libnetworking/Makefile
|
||||
wrapup/Makefile])
|
||||
libnetworking/Makefile])
|
||||
|
||||
AC_OUTPUT
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
include $(top_srcdir)/automake/multilib.am
|
||||
include $(top_srcdir)/automake/compile.am
|
||||
|
||||
_SUBDIRS = cpu
|
||||
|
||||
@@ -8,4 +7,3 @@ include_rtems_scoredir = $(includedir)/rtems/score
|
||||
include_rtems_score_HEADERS = ../../include/rtems/score/cpuopts.h
|
||||
|
||||
include $(top_srcdir)/automake/subdirs.am
|
||||
include $(top_srcdir)/automake/local.am
|
||||
|
||||
@@ -1,35 +1 @@
|
||||
include $(top_srcdir)/automake/compile.am
|
||||
noinst_LIBRARIES = libscorecpu.a
|
||||
libscorecpu_a_SOURCES =
|
||||
libscorecpu_a_SOURCES += __aeabi_read_tp.c
|
||||
libscorecpu_a_SOURCES += __tls_get_addr.c
|
||||
libscorecpu_a_SOURCES += cpu.c
|
||||
libscorecpu_a_SOURCES += cpu_asm.S
|
||||
libscorecpu_a_SOURCES += arm-context-validate.S
|
||||
libscorecpu_a_SOURCES += arm-context-volatile-clobber.S
|
||||
libscorecpu_a_SOURCES += arm_exc_abort.S
|
||||
libscorecpu_a_SOURCES += arm_exc_interrupt.S
|
||||
libscorecpu_a_SOURCES += arm-exception-frame-print.c
|
||||
libscorecpu_a_SOURCES += arm-exception-default.c
|
||||
libscorecpu_a_SOURCES += armv4-exception-default.S
|
||||
libscorecpu_a_SOURCES += armv4-sync-synchronize.c
|
||||
libscorecpu_a_SOURCES += armv7-thread-idle.c
|
||||
libscorecpu_a_SOURCES += armv7m-context-initialize.c
|
||||
libscorecpu_a_SOURCES += armv7m-context-restore.c
|
||||
libscorecpu_a_SOURCES += armv7m-context-switch.c
|
||||
libscorecpu_a_SOURCES += armv7m-exception-default.c
|
||||
libscorecpu_a_SOURCES += armv7m-exception-handler-get.c
|
||||
libscorecpu_a_SOURCES += armv7m-exception-handler-set.c
|
||||
libscorecpu_a_SOURCES += armv7m-exception-priority-get.c
|
||||
libscorecpu_a_SOURCES += armv7m-exception-priority-handler.c
|
||||
libscorecpu_a_SOURCES += armv7m-exception-priority-set.c
|
||||
libscorecpu_a_SOURCES += armv7m-initialize.c
|
||||
libscorecpu_a_SOURCES += armv7m-isr-dispatch.c
|
||||
libscorecpu_a_SOURCES += armv7m-isr-enter-leave.c
|
||||
libscorecpu_a_SOURCES += armv7m-isr-level-get.c
|
||||
libscorecpu_a_SOURCES += armv7m-isr-level-set.c
|
||||
libscorecpu_a_SOURCES += armv7m-isr-vector-install.c
|
||||
libscorecpu_a_SOURCES += armv7m-multitasking-start-stop.c
|
||||
|
||||
include $(top_srcdir)/automake/local.am
|
||||
include $(srcdir)/headers.am
|
||||
|
||||
@@ -1,10 +1 @@
|
||||
include $(top_srcdir)/automake/compile.am
|
||||
|
||||
noinst_LIBRARIES = libscorecpu.a
|
||||
libscorecpu_a_SOURCES = cpu.c cpu_asm.S
|
||||
libscorecpu_a_SOURCES += ../no_cpu/cpucounterfrequency.c
|
||||
libscorecpu_a_SOURCES += ../no_cpu/cpucounterread.c
|
||||
libscorecpu_a_SOURCES += bfin-exception-frame-print.c
|
||||
|
||||
include $(top_srcdir)/automake/local.am
|
||||
include $(srcdir)/headers.am
|
||||
|
||||
@@ -1,17 +1 @@
|
||||
include $(top_srcdir)/automake/compile.am
|
||||
|
||||
CLEANFILES =
|
||||
|
||||
noinst_LIBRARIES = libscorecpu.a
|
||||
|
||||
libscorecpu_a_SOURCES = cpu.c
|
||||
libscorecpu_a_SOURCES += epiphany-exception-handler.S
|
||||
libscorecpu_a_SOURCES += epiphany-context-switch.S
|
||||
libscorecpu_a_SOURCES += epiphany-context-initialize.c
|
||||
libscorecpu_a_SOURCES += ../no_cpu/cpucounterfrequency.c
|
||||
libscorecpu_a_SOURCES += setjmp.S
|
||||
|
||||
all-local: $(PREINSTALL_FILES)
|
||||
|
||||
include $(top_srcdir)/automake/local.am
|
||||
include $(srcdir)/headers.am
|
||||
|
||||
@@ -1,10 +1 @@
|
||||
include $(top_srcdir)/automake/compile.am
|
||||
|
||||
noinst_LIBRARIES = libscorecpu.a
|
||||
libscorecpu_a_SOURCES = cpu.c cpu_asm.S
|
||||
libscorecpu_a_SOURCES += ../no_cpu/cpucounterfrequency.c
|
||||
libscorecpu_a_SOURCES += ../no_cpu/cpucounterread.c
|
||||
libscorecpu_a_SOURCES += ../no_cpu/cpuidle.c
|
||||
|
||||
include $(top_srcdir)/automake/local.am
|
||||
include $(srcdir)/headers.am
|
||||
|
||||
@@ -1,10 +1 @@
|
||||
include $(top_srcdir)/automake/compile.am
|
||||
|
||||
noinst_LIBRARIES = libscorecpu.a
|
||||
libscorecpu_a_SOURCES = cpu.c cpu_asm.S irq.c
|
||||
libscorecpu_a_SOURCES += ../no_cpu/cpucounterfrequency.c
|
||||
libscorecpu_a_SOURCES += ../no_cpu/cpucounterread.c
|
||||
libscorecpu_a_SOURCES += lm32-exception-frame-print.c
|
||||
|
||||
include $(top_srcdir)/automake/local.am
|
||||
include $(srcdir)/headers.am
|
||||
|
||||
@@ -1,11 +1 @@
|
||||
include $(top_srcdir)/automake/compile.am
|
||||
|
||||
noinst_LIBRARIES = libscorecpu.a
|
||||
libscorecpu_a_SOURCES = cpu.c cpu_asm.c context_switch.S context_init.c \
|
||||
varvects.S
|
||||
libscorecpu_a_SOURCES += ../no_cpu/cpucounterfrequency.c
|
||||
libscorecpu_a_SOURCES += ../no_cpu/cpucounterread.c
|
||||
libscorecpu_a_SOURCES += m32c-exception-frame-print.c
|
||||
|
||||
include $(top_srcdir)/automake/local.am
|
||||
include $(srcdir)/headers.am
|
||||
|
||||
@@ -1,12 +1 @@
|
||||
include $(top_srcdir)/automake/compile.am
|
||||
|
||||
noinst_LIBRARIES = libscorecpu.a
|
||||
|
||||
libscorecpu_a_SOURCES = cpu.c cpu_asm.S
|
||||
libscorecpu_a_SOURCES += ../no_cpu/cpucounterfrequency.c
|
||||
libscorecpu_a_SOURCES += ../no_cpu/cpucounterread.c
|
||||
libscorecpu_a_SOURCES += m68k-exception-frame-print.c
|
||||
libscorecpu_a_SOURCES += __m68k_read_tp.c
|
||||
|
||||
include $(top_srcdir)/automake/local.am
|
||||
include $(srcdir)/headers.am
|
||||
|
||||
@@ -1,9 +1 @@
|
||||
include $(top_srcdir)/automake/compile.am
|
||||
|
||||
noinst_LIBRARIES = libscorecpu.a
|
||||
libscorecpu_a_SOURCES = cpu.c cpu_asm.S
|
||||
libscorecpu_a_SOURCES += ../no_cpu/cpucounterfrequency.c
|
||||
libscorecpu_a_SOURCES += ../no_cpu/cpucounterread.c
|
||||
|
||||
include $(top_srcdir)/automake/local.am
|
||||
include $(srcdir)/headers.am
|
||||
|
||||
@@ -1,14 +1 @@
|
||||
##
|
||||
## $Id: Makefile.am,v 1.35 2006/01/12 09:57:43 ralf Exp $
|
||||
##
|
||||
|
||||
include $(top_srcdir)/automake/compile.am
|
||||
|
||||
noinst_LIBRARIES = libscorecpu.a
|
||||
libscorecpu_a_SOURCES = cpu.c moxie-exception-frame-print.c cpu_asm.S
|
||||
libscorecpu_a_SOURCES += ../no_cpu/cpucounterfrequency.c
|
||||
libscorecpu_a_SOURCES += ../no_cpu/cpucounterread.c
|
||||
libscorecpu_a_SOURCES += ../no_cpu/cpuidle.c
|
||||
|
||||
include $(top_srcdir)/automake/local.am
|
||||
include $(srcdir)/headers.am
|
||||
|
||||
@@ -1,38 +1 @@
|
||||
include $(top_srcdir)/automake/compile.am
|
||||
|
||||
CLEANFILES =
|
||||
|
||||
noinst_LIBRARIES = libscorecpu.a
|
||||
|
||||
libscorecpu_a_SOURCES =
|
||||
libscorecpu_a_SOURCES += ../no_cpu/cpucounterfrequency.c
|
||||
libscorecpu_a_SOURCES += ../no_cpu/cpucounterread.c
|
||||
libscorecpu_a_SOURCES += ../no_cpu/cpuidle.c
|
||||
libscorecpu_a_SOURCES += nios2-context-initialize.c
|
||||
libscorecpu_a_SOURCES += nios2-context-switch.S
|
||||
libscorecpu_a_SOURCES += nios2-context-validate.S
|
||||
libscorecpu_a_SOURCES += nios2-context-volatile-clobber.S
|
||||
libscorecpu_a_SOURCES += nios2-eic-il-low-level.S
|
||||
libscorecpu_a_SOURCES += nios2-eic-rsie-low-level.S
|
||||
libscorecpu_a_SOURCES += nios2-exception-frame-print.c
|
||||
libscorecpu_a_SOURCES += nios2-fatal-halt.c
|
||||
libscorecpu_a_SOURCES += nios2-iic-low-level.S
|
||||
libscorecpu_a_SOURCES += nios2-iic-irq.c
|
||||
libscorecpu_a_SOURCES += nios2-initialize.c
|
||||
libscorecpu_a_SOURCES += nios2-isr-get-level.c
|
||||
libscorecpu_a_SOURCES += nios2-isr-install-raw-handler.c
|
||||
libscorecpu_a_SOURCES += nios2-isr-install-vector.c
|
||||
libscorecpu_a_SOURCES += nios2-isr-is-in-progress.c
|
||||
libscorecpu_a_SOURCES += nios2-isr-set-level.c
|
||||
libscorecpu_a_SOURCES += nios2-mpu-add-region.c
|
||||
libscorecpu_a_SOURCES += nios2-mpu-configuration.c
|
||||
libscorecpu_a_SOURCES += nios2-mpu-descriptor.c
|
||||
libscorecpu_a_SOURCES += nios2-mpu-disable-protected.c
|
||||
libscorecpu_a_SOURCES += nios2-mpu-reset.c
|
||||
libscorecpu_a_SOURCES += nios2-thread-dispatch-disabled.c
|
||||
|
||||
all-local: $(PREINSTALL_FILES)
|
||||
|
||||
|
||||
include $(top_srcdir)/automake/local.am
|
||||
include $(srcdir)/headers.am
|
||||
|
||||
@@ -1,10 +1 @@
|
||||
include $(top_srcdir)/automake/compile.am
|
||||
|
||||
noinst_LIBRARIES = libscorecpu.a
|
||||
libscorecpu_a_SOURCES = cpu.c cpu_asm.c
|
||||
libscorecpu_a_SOURCES += cpucounterfrequency.c
|
||||
libscorecpu_a_SOURCES += cpucounterread.c
|
||||
libscorecpu_a_SOURCES += cpuidle.c
|
||||
|
||||
include $(top_srcdir)/automake/local.am
|
||||
include $(srcdir)/headers.am
|
||||
|
||||
@@ -1,21 +1 @@
|
||||
include $(top_srcdir)/automake/compile.am
|
||||
|
||||
CLEANFILES =
|
||||
|
||||
noinst_LIBRARIES = libscorecpu.a
|
||||
|
||||
libscorecpu_a_SOURCES =
|
||||
libscorecpu_a_SOURCES += cpu.c
|
||||
libscorecpu_a_SOURCES += ../no_cpu/cpucounterfrequency.c
|
||||
libscorecpu_a_SOURCES += or1k-context-initialize.c
|
||||
libscorecpu_a_SOURCES += or1k-context-switch.S
|
||||
libscorecpu_a_SOURCES += or1k-context-validate.S
|
||||
libscorecpu_a_SOURCES += or1k-context-volatile-clobber.S
|
||||
libscorecpu_a_SOURCES += or1k-exception-default.c
|
||||
libscorecpu_a_SOURCES += or1k-exception-frame-print.c
|
||||
libscorecpu_a_SOURCES += or1k-exception-handler-low.S
|
||||
|
||||
all-local: $(PREINSTALL_FILES)
|
||||
|
||||
include $(top_srcdir)/automake/local.am
|
||||
include $(srcdir)/headers.am
|
||||
|
||||
@@ -1,12 +1 @@
|
||||
include $(top_srcdir)/automake/compile.am
|
||||
|
||||
noinst_LIBRARIES = libscorecpu.a
|
||||
libscorecpu_a_SOURCES = cpu.c
|
||||
libscorecpu_a_SOURCES += ../no_cpu/cpuidle.c
|
||||
libscorecpu_a_SOURCES += ppc-context-volatile-clobber.S
|
||||
libscorecpu_a_SOURCES += ppc-context-validate.S
|
||||
libscorecpu_a_SOURCES += ppc-isr-disable-mask.S
|
||||
libscorecpu_a_SOURCES += ppc-isr-vector-install.c
|
||||
|
||||
include $(top_srcdir)/automake/local.am
|
||||
include $(srcdir)/headers.am
|
||||
|
||||
@@ -1,13 +1 @@
|
||||
include $(top_srcdir)/automake/compile.am
|
||||
noinst_LIBRARIES = libscorecpu.a
|
||||
libscorecpu_a_SOURCES = cpu.c
|
||||
libscorecpu_a_SOURCES += riscv-exception-handler.S
|
||||
libscorecpu_a_SOURCES += riscv-exception-frame-print.c
|
||||
libscorecpu_a_SOURCES += riscv-context-switch.S
|
||||
libscorecpu_a_SOURCES += riscv-context-initialize.c
|
||||
libscorecpu_a_SOURCES += riscv-context-validate.S
|
||||
libscorecpu_a_SOURCES += riscv-context-volatile-clobber.S
|
||||
libscorecpu_a_SOURCES += riscv-counter.S
|
||||
|
||||
include $(top_srcdir)/automake/local.am
|
||||
include $(srcdir)/headers.am
|
||||
|
||||
@@ -1,11 +1 @@
|
||||
include $(top_srcdir)/automake/compile.am
|
||||
|
||||
noinst_LIBRARIES = libscorecpu.a
|
||||
libscorecpu_a_SOURCES = cpu.c context.c
|
||||
libscorecpu_a_SOURCES += ../no_cpu/cpucounterfrequency.c
|
||||
libscorecpu_a_SOURCES += ../no_cpu/cpucounterread.c
|
||||
libscorecpu_a_SOURCES += ../no_cpu/cpuidle.c
|
||||
libscorecpu_a_SOURCES += sh-exception-frame-print.c
|
||||
|
||||
include $(top_srcdir)/automake/local.am
|
||||
include $(srcdir)/headers.am
|
||||
|
||||
@@ -1,18 +1 @@
|
||||
include $(top_srcdir)/automake/compile.am
|
||||
|
||||
noinst_LIBRARIES = libscorecpu.a
|
||||
libscorecpu_a_SOURCES =
|
||||
libscorecpu_a_SOURCES += access_le.c
|
||||
libscorecpu_a_SOURCES += cpu_asm.S
|
||||
libscorecpu_a_SOURCES += cpu.c
|
||||
libscorecpu_a_SOURCES += ../no_cpu/cpuidle.c
|
||||
libscorecpu_a_SOURCES += sparc-access.S
|
||||
libscorecpu_a_SOURCES += sparc-context-validate.S
|
||||
libscorecpu_a_SOURCES += sparc-context-volatile-clobber.S
|
||||
libscorecpu_a_SOURCES += sparc-counter-asm.S
|
||||
libscorecpu_a_SOURCES += sparc-counter.c
|
||||
libscorecpu_a_SOURCES += syscall.S
|
||||
libscorecpu_a_SOURCES += window.S
|
||||
|
||||
include $(top_srcdir)/automake/local.am
|
||||
include $(srcdir)/headers.am
|
||||
|
||||
@@ -1,15 +1 @@
|
||||
include $(top_srcdir)/automake/compile.am
|
||||
|
||||
noinst_LIBRARIES = libscorecpu.a
|
||||
libscorecpu_a_SOURCES =
|
||||
libscorecpu_a_SOURCES += context.S
|
||||
libscorecpu_a_SOURCES += cpu.c
|
||||
libscorecpu_a_SOURCES += interrupt.S
|
||||
libscorecpu_a_SOURCES += ../no_cpu/cpucounterfrequency.c
|
||||
libscorecpu_a_SOURCES += ../no_cpu/cpucounterread.c
|
||||
libscorecpu_a_SOURCES += ../no_cpu/cpuidle.c
|
||||
libscorecpu_a_SOURCES += sparc64-exception-frame-print.c
|
||||
libscorecpu_a_SOURCES += sparc64-syscall.S
|
||||
|
||||
include $(top_srcdir)/automake/local.am
|
||||
include $(srcdir)/headers.am
|
||||
|
||||
@@ -1,12 +1 @@
|
||||
include $(top_srcdir)/automake/compile.am
|
||||
|
||||
noinst_LIBRARIES = libscorecpu.a
|
||||
libscorecpu_a_SOURCES = cpu.c
|
||||
libscorecpu_a_SOURCES += cpu_asm.S
|
||||
libscorecpu_a_SOURCES += ../no_cpu/cpucounterfrequency.c
|
||||
libscorecpu_a_SOURCES += ../no_cpu/cpucounterread.c
|
||||
libscorecpu_a_SOURCES += ../no_cpu/cpuidle.c
|
||||
libscorecpu_a_SOURCES += v850-exception-frame-print.c
|
||||
|
||||
include $(top_srcdir)/automake/local.am
|
||||
include $(srcdir)/headers.am
|
||||
|
||||
@@ -1,12 +1 @@
|
||||
include $(top_srcdir)/automake/compile.am
|
||||
|
||||
noinst_LIBRARIES = libscorecpu.a
|
||||
libscorecpu_a_SOURCES = cpu.c
|
||||
libscorecpu_a_SOURCES += ../no_cpu/cpucounterfrequency.c
|
||||
libscorecpu_a_SOURCES += ../no_cpu/cpucounterread.c
|
||||
libscorecpu_a_SOURCES += ../no_cpu/cpuidle.c
|
||||
libscorecpu_a_SOURCES += x86_64-context-initialize.c
|
||||
libscorecpu_a_SOURCES += x86_64-context-switch.S
|
||||
|
||||
include $(top_srcdir)/automake/local.am
|
||||
include $(srcdir)/headers.am
|
||||
|
||||
@@ -1,53 +0,0 @@
|
||||
include $(top_srcdir)/automake/multilib.am
|
||||
include $(top_srcdir)/automake/compile.am
|
||||
|
||||
## Setup the variant build subdirectory
|
||||
ARCH = o-optimize
|
||||
|
||||
project_lib_LIBRARIES = librtemscpu.a
|
||||
|
||||
$(PROJECT_LIB)/librtemscpu.a: librtemscpu.a
|
||||
$(INSTALL_DATA) $< $(PROJECT_LIB)/librtemscpu.a
|
||||
TMPINSTALL_FILES = $(PROJECT_LIB)/librtemscpu.a
|
||||
|
||||
librtemscpu_a_SOURCES =
|
||||
|
||||
TMP_LIBS =
|
||||
TMP_LIBS += ../score/cpu/@RTEMS_CPU@/libscorecpu.a
|
||||
TMP_LIBS += ../libcpukit.a
|
||||
|
||||
librtemscpu.a: $(TMP_LIBS)
|
||||
$(AM_V_GEN)rm -f $@
|
||||
$(AM_V_GEN)$(MKDIR_P) $(ARCH)
|
||||
$(AM_V_GEN)rm -rf $(ARCH)/*.$(OBJEXT) $(ARCH)/*.rel
|
||||
$(AM_V_at)for f in $(TMP_LIBS); do \
|
||||
case $$f in \
|
||||
*.$(OBJEXT) | *.rel) \
|
||||
if test -f $(ARCH)/`basename $$f`; then \
|
||||
if cmp $$f $(ARCH)/`basename $$f`; then \
|
||||
true; \
|
||||
else \
|
||||
echo 1>&2 "ERROR -- `basename $$f` in multiple files"; \
|
||||
exit 1; \
|
||||
fi; \
|
||||
else \
|
||||
cp $$f $(ARCH)/; \
|
||||
chmod a-w $(ARCH)/`basename $$f`; \
|
||||
fi; \
|
||||
;; \
|
||||
*.a) \
|
||||
cd $(ARCH); \
|
||||
$(AR) xv ../$$f > /dev/null || exit 1; \
|
||||
chmod a-w * ; \
|
||||
cd ..; \
|
||||
;; \
|
||||
esac; \
|
||||
done
|
||||
$(AM_V_GEN)ls $(ARCH)/* > $@-list
|
||||
$(AM_V_AR)$(AR) rc $@ @$@-list
|
||||
$(AM_V_GEN)rm -f $@-list $(ARCH)/*.$(OBJEXT) $(ARCH)/*.rel
|
||||
$(AM_V_at)$(RANLIB) $@
|
||||
|
||||
all-local: $(TMPINSTALL_FILES)
|
||||
|
||||
include $(top_srcdir)/automake/local.am
|
||||
Reference in New Issue
Block a user