defs-orig.mk: Placed LIB_SO and INSTALLED_LIB_SO under LIBTYPE==shared condition

This commit is contained in:
Jan Lindemann 2002-05-23 19:11:14 +00:00 committed by Jan Lindemann
commit 5e772b7964

View file

@ -86,9 +86,12 @@ TEXTCLEAN = $(wildcard *~ .*~ .*.swp *.rep)
INCLUDE = -I. -I$(TOPDIR)/include -I$(MODDIR)/include $(PROJECT_INCLUDE) $(LOCAL_INCLUDE)
INSTALL_LIBDIR = $(PREFIX)/lib
LIB_SO = $(LIBDIR)/lib$(LIBNAME).so
LIB_A = $(LIBDIR)/lib$(LIBNAME).a
ifeq ($(LIBTYPE),shared)
LIB_SO = $(LIBDIR)/lib$(LIBNAME).so
INSTALLED_LIB_SO = $(INSTALL_LIBDIR)/lib$(LIBNAME).so
else
endif
MEMBERS = $(LIB_A)($(OBJ))
#PREFIX = ../# CAUTION: This breaks the installation in the project
#MEMWATCH = -DMEMWATCH -DMW_STDIO