File: Makefile.common.in

package info (click to toggle)
polyorb 2.11~20140418-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 30,012 kB
  • ctags: 465
  • sloc: ada: 273,015; sh: 4,507; makefile: 4,265; python: 1,332; cpp: 1,213; java: 507; ansic: 274; xml: 30; perl: 23; exp: 6
file content (19 lines) | stat: -rw-r--r-- 601 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# PolyORB Makefile common definitions (shared by top-level and docs Makefiles)

top_srcdir	:= @abs_top_srcdir@
top_builddir	:= @abs_top_builddir@

prefix          := @prefix@
datadir         := ${prefix}/share

install_sh		:= @install_sh@
MOVEIFCHANGE		:= ${top_builddir}/support/move-if-change
RM			:= @RM@
PINSTALL		:= @PYTHON@ ${top_srcdir}/bldtools/install.py
INSTALL_SCRIPT		:= ${PINSTALL} -m 555
INSTALL_BIN		:= ${PINSTALL} -m 555
INSTALL_DATA            := ${PINSTALL} -m 444
INSTALL_PROGRAM		:= ${INSTALL_BIN}
INSTALL_STRIP_PROGRAM	:= ${INSTALL_PROGRAM} -s
LN_S			:= @LN_S@
SHELL			:= @SHELL@