From 00c0d5218adb4e46934aa0c58ec948409753c22b Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 16 Mar 1998 22:38:56 +0000 Subject: [PATCH] Added USR_LIBS_$(ARCH_CLASS) definitions. --- config/RULES.Host | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/config/RULES.Host b/config/RULES.Host index 6f82bfbd9..3d1eac6af 100644 --- a/config/RULES.Host +++ b/config/RULES.Host @@ -55,6 +55,7 @@ vpath %.h $(USER_VPATH) # INC include-files to install # LIBSRCS source files for building library # PROD_LIBS EPICS libs needed by PROD and TESTPROD +# USR_LIBS NONEPICS libs needed by PROD and TESTPROD # SYS_PROD_LIBS system libs needed by PROD and TESTPROD # PROD products to build and install # SCRIPTS scripts to install @@ -129,6 +130,20 @@ endif endif +# +# concat specific library contents (if defined) to USR_LIBS +# +ifneq (x$(USR_LIBS_$(ARCH_CLASS)),x) +USR_LIBS += $(subst -nil-,,$(USR_LIBS_$(ARCH_CLASS))) + +else + +ifdef USR_LIBS_DEFAULT +USR_LIBS += $(USR_LIBS_DEFAULT) +endif + +endif + # # concat specific library contents (if defined) to SYS_PROD_LIBS #