mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
defs.mk: Now only defining some INSTALL_ variables unless they are already defined
This commit is contained in:
parent
a01315fab4
commit
362d9299cf
1 changed files with 13 additions and 0 deletions
13
make/defs.mk
13
make/defs.mk
|
|
@ -80,10 +80,23 @@ ALL_CSRC = $(LOCAL_CSRC) $(PREREQ_CSRC)
|
|||
|
||||
TEXTCLEAN = $(wildcard *~ .*~ .*.swp *.rep)
|
||||
INCLUDE = -I. -I$(TOPDIR)/include -I$(MODDIR)/include $(PROJECT_INCLUDE) $(LOCAL_INCLUDE)
|
||||
|
||||
ifndef INSTALL_LIBDIR
|
||||
INSTALL_LIBDIR = $(PREFIX)/lib
|
||||
endif
|
||||
|
||||
ifndef INSTALL_HDRDIR
|
||||
INSTALL_HDRDIR = $(PREFIX)/include
|
||||
endif
|
||||
|
||||
ifndef INSTALL_MKDIR
|
||||
INSTALL_MKDIR = $(PREFIX)/make
|
||||
endif
|
||||
|
||||
ifndef INSTALL_BINDIR
|
||||
INSTALL_BINDIR = $(PREFIX)/bin
|
||||
endif
|
||||
|
||||
BUILD_BINDIR = $(TOPDIR)/bin
|
||||
INSTALL_DOCDIR_DIST = $(DOC_PREFIX)
|
||||
INSTALL_DOCDIR_DEVEL = $(DOC_PREFIX)-devel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue