Support specifying a JAR manifest
This commit is contained in:
parent
44e7e3bb9b
commit
9648222ef0
2 changed files with 12 additions and 1 deletions
11
lib.mk
11
lib.mk
|
|
@ -14,11 +14,22 @@ dist-files :=
|
|||
OS = $(shell uname -s)
|
||||
|
||||
|
||||
# Use bash (required for process substitution in the JAR function).
|
||||
SHELL = bash
|
||||
|
||||
|
||||
# Hack to define a literal space.
|
||||
space :=
|
||||
space +=
|
||||
|
||||
|
||||
# Hack to define a literal newline.
|
||||
define newline
|
||||
|
||||
|
||||
endef
|
||||
|
||||
|
||||
# Default installation paths.
|
||||
prefix ?= /usr/local
|
||||
libdir ?= $(prefix)/lib
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue