mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-28 15:52:49 +01:00
defs-orig.mk, rules.mk: Add INSTALL_LIBDIR into framework
This commit is contained in:
parent
010cb4a9b6
commit
95ecc89ead
2 changed files with 5 additions and 4 deletions
|
|
@ -83,7 +83,7 @@ ALL_CSRC = $(LOCAL_CSRC) $(PREREQ_CSRC)
|
|||
|
||||
TEXTCLEAN = $(wildcard *~ .*~ .*.swp *.rep)
|
||||
INCLUDE = -I. -I$(TOPDIR)/include -I$(MODDIR)/include $(PROJECT_INCLUDE) $(LOCAL_INCLUDE)
|
||||
LIBDIR = $(MODDIR)/lib
|
||||
INSTALL_LIBDIR = $(PREFIX)/lib
|
||||
LIB = $(LIBDIR)/lib$(LIBNAME).a
|
||||
MEMBERS = $(LIB)($(OBJ))
|
||||
#PREFIX = ../# CAUTION: This breaks the installation in the project
|
||||
|
|
@ -102,7 +102,8 @@ CFLAGS += $(CFLAGS_DEBUG)
|
|||
CPPFLAGS += $(CFLAGS_DEBUG)
|
||||
endif
|
||||
|
||||
INSTALLED_SHOBJS = $(addprefix $(PREFIX)/lib/,$(SHOBJS))
|
||||
LIBDIR = $(MODDIR)/lib
|
||||
INSTALLED_SHOBJS = $(addprefix $(INSTALL_LIBDIR)/,$(SHOBJS))
|
||||
|
||||
ifeq ($(USE_QT),true)
|
||||
USE_X = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue