mirror of
https://github.com/AdaCore/PolyORB.git
synced 2026-02-12 13:01:15 -08:00
Allow experimental shared libs build using gprbuild For F613-011, L821-003 Subversion-branch: /trunk/polyorb Subversion-revision: 201088
20 lines
601 B
Makefile
20 lines
601 B
Makefile
# 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@
|