From c34635be66a922aad67af49a7b5f5ba54add6fb4 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 8 Nov 2002 17:57:06 +0000 Subject: 2002-11-08 Ralf Corsepius * rtems/Makefile.am: Reworked. * sapi/Makefile.am: Reworked. * rel.am: New. --- c/src/optman/sapi/Makefile.am | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) (limited to 'c/src/optman/sapi') diff --git a/c/src/optman/sapi/Makefile.am b/c/src/optman/sapi/Makefile.am index 1a1ca0e893..87d357e6ab 100644 --- a/c/src/optman/sapi/Makefile.am +++ b/c/src/optman/sapi/Makefile.am @@ -6,27 +6,11 @@ C_FILES = no-ext.c no-io.c C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) -PGMS = $(C_FILES:%.c=$(ARCH)/%.rel) +PGMS = $(C_FILES:%.c=$(ARCH)/%$(LIB_VARIANT).rel) +include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../../../automake/compile.am include $(top_srcdir)/../../../automake/lib.am - -bsplib_DATA = $(PGMS) - -TMPINSTALL_FILES += \ - $(C_FILES:%.c=$(PROJECT_RELEASE)/lib/%$(LIB_VARIANT).rel) - -$(PROJECT_RELEASE)/lib$(MULTISUBDIR)/%$(LIB_VARIANT).rel: $(ARCH)/%.rel - $(INSTALL_DATA) $< $@ - -# -# (OPTIONAL) Add local stuff here using += -# - -all-local: ${ARCH} $(PGMS) $(TMPINSTALL_FILES) - -.PRECIOUS: $(PGMS) - -EXTRA_DIST = $(C_FILES) +include ../rel.am include $(top_srcdir)/../../../automake/local.am -- cgit v1.2.3