From 637546a659cd71fba108bbdce4478e466d3b65bb Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 5 Oct 2018 20:12:40 +0200 Subject: build: Merge score/cpu/*/Makefile.am --- cpukit/wrapup/Makefile.am | 53 ----------------------------------------------- 1 file changed, 53 deletions(-) delete mode 100644 cpukit/wrapup/Makefile.am (limited to 'cpukit/wrapup/Makefile.am') diff --git a/cpukit/wrapup/Makefile.am b/cpukit/wrapup/Makefile.am deleted file mode 100644 index 8286752fba..0000000000 --- a/cpukit/wrapup/Makefile.am +++ /dev/null @@ -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 -- cgit v1.2.3