File: makefile.common

package info (click to toggle)
p7zip-rar 16.02-3
  • links: PTS, VCS
  • area: non-free
  • in suites: bookworm, bullseye, buster
  • size: 14,320 kB
  • sloc: cpp: 171,289; ansic: 14,992; python: 1,911; asm: 1,688; sh: 959; makefile: 676
file content (11 lines) | stat: -rw-r--r-- 197 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
MKDIR = mkdir -p

DEST_HOME=/usr/local
DEST_BIN=$(DEST_HOME)/bin
DEST_SHARE=$(DEST_HOME)/lib/p7zip
DEST_SHARE_DOC=$(DEST_HOME)/share/doc/p7zip
DEST_MAN=$(DEST_HOME)/man

include makefile.machine