Allow LIBOBJS_<archclass> definitions.

This commit is contained in:
Janet B. Anderson
1998-04-23 21:15:37 +00:00
parent 8dca7ebe56
commit d6e1aed936

View File

@@ -1,5 +1,9 @@
# $Id$
ifneq (x$(LIBOBJS_$(ARCH_CLASS)),x)
LIBOBJS += $(subst -nil-,,$(LIBOBJS_$(ARCH_CLASS)))
endif
INCREC +=$(RECTYPES) $(MENUS)
INSTALL_PROD = $(PROD:%= $(INSTALL_BIN)/%)
INSTALL_LIBS = $(LIBNAME:%= $(INSTALL_BIN)/%)