Added install_shrlib definition and allowed prod for ioc builds.

This commit is contained in:
Janet B. Anderson
2000-04-11 14:25:37 +00:00
parent b14725f360
commit 227d3ac6d6
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -60,6 +60,7 @@ INSTALL_JAVA = $(INSTALL_LOCATION)/javalib
ifdef T_A
INSTALL_LIB = $(INSTALL_LOCATION_LIB)/$(T_A)
INSTALL_SHRLIB = $(INSTALL_LOCATION_LIB)/$(T_A)
INSTALL_TCLLIB = $(INSTALL_LOCATION_LIB)/$(T_A)
INSTALL_BIN = $(INSTALL_LOCATION_BIN)/$(T_A)
+1 -1
View File
@@ -61,7 +61,7 @@ LIBRARY_HOST += $(LIBRARY)
OBJS += $(OBJS_HOST)
else
# PROD and TESTPROD not built for ioc only builds
PROD =
PROD = $(PROD_$(OS_CLASS))
TESTPROD =
LIBRARY_HOST =
LIBRARY_IOC += $(LIBRARY)