Propagate version numbers and installation directories throughout

the tree using Makefile.inc.


git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@214 185d5e19-27fe-0310-9dcf-9bff6b9f3609
This commit is contained in:
Dag-Erling Smørgrav 2003-05-13 14:37:12 +00:00
parent df6d850a38
commit 5ad9bf2e77
4 changed files with 14 additions and 4 deletions

View File

@ -1,5 +1,5 @@
#
# $P4: //depot/projects/openpam/MANIFEST#13 $
# $P4: //depot/projects/openpam/MANIFEST#14 $
#
CREDITS
HISTORY
@ -7,9 +7,11 @@ INSTALL
LICENSE
MANIFEST
Makefile
Makefile.inc
README
RELNOTES
bin/Makefile
bin/Makefile.inc
bin/su/Makefile
bin/su/su.c
doc/Makefile

7
Makefile.inc Normal file
View File

@ -0,0 +1,7 @@
# $P4: //depot/projects/openpam/Makefile.inc#1 $
BINDIR = ${DESTDIR}/bin
LIBDIR = ${DESTDIR}/lib
SHLIB_MAJOR = 2
SHLIB_MINOR = 0

3
bin/Makefile.inc Normal file
View File

@ -0,0 +1,3 @@
# $P4: //depot/projects/openpam/bin/Makefile.inc#1 $
.include "../Makefile.inc"

View File

@ -31,12 +31,10 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
# $P4: //depot/projects/openpam/lib/Makefile#16 $
# $P4: //depot/projects/openpam/lib/Makefile#17 $
#
LIB = pam
SHLIB_MAJOR = 2
SHLIB_MINOR = 0
WARNS ?= 4
NO_WERROR = yes