mirror of
https://github.com/samba-team/samba.git
synced 2025-11-18 00:23:50 +03:00
r17681: fixed standalone talloc build to support building in a separate
directory
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
a81a3874e1
commit
c137a7049e
@@ -4,10 +4,13 @@ exec_prefix = @exec_prefix@
|
||||
includedir = @includedir@
|
||||
libdir = @libdir@
|
||||
mandir = @mandir@
|
||||
VPATH = @srcdir@
|
||||
srcdir = @srcdir@
|
||||
builddir = @builddir@
|
||||
XSLTPROC = @XSLTPROC@
|
||||
INSTALLCMD = @INSTALL@
|
||||
CC = @CC@
|
||||
CFLAGS = @CFLAGS@ -DHAVE_CONFIG_H=
|
||||
CFLAGS = @CFLAGS@ -DHAVE_CONFIG_H= -I$(srcdir)
|
||||
EXTRA_TARGETS = @DOC_TARGET@
|
||||
|
||||
.SUFFIXES: .c .o .3 .3.xml .xml .html
|
||||
@@ -25,8 +28,8 @@ install: all
|
||||
${INSTALLCMD} -d ${libdir}
|
||||
${INSTALLCMD} -m 755 libtalloc.a $(libdir)
|
||||
${INSTALLCMD} -d ${includedir}
|
||||
${INSTALLCMD} -m 644 talloc.h $(includedir)
|
||||
${INSTALLCMD} -m 644 talloc.pc $(libdir)/pkgconfig
|
||||
${INSTALLCMD} -m 644 $(srcdir)/talloc.h $(includedir)
|
||||
${INSTALLCMD} -m 644 $(srcdir)/talloc.pc $(libdir)/pkgconfig
|
||||
${INSTALLCMD} -d ${mandir}/man3
|
||||
test -z "$(XSLTPROC)" || ${INSTALLCMD} -m 644 talloc.3 $(mandir)/man3
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
AC_PREREQ(2.50)
|
||||
AC_INIT(talloc.h)
|
||||
AC_CONFIG_SRCDIR([talloc.c])
|
||||
AC_SUBST(datarootdir)
|
||||
AC_PROG_CC
|
||||
if test "x$GCC" = "xyes"; then
|
||||
|
||||
Reference in New Issue
Block a user