mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
defs-orig.mk: Placed LIB_SO and INSTALLED_LIB_SO under LIBTYPE==shared condition
This commit is contained in:
parent
29beda6305
commit
5e772b7964
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue