]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/autoconf/Make.common.in
- Make default mandir /usr/share/man
[bacula/bacula] / bacula / autoconf / Make.common.in
index 69d857be80ff0c7b3a8fcf6df406eb43df521760..cb078251b6e48bc7d24f2e1e11dcf934fcb19c82 100644 (file)
@@ -15,13 +15,6 @@ FTPSITEDIR=#
 
 SHELL = /bin/sh
 
-# This variable makes it possible to move the installation root to another
-# directory. This is useful when you're creating a binary distribution
-# If empty, normal root will be used.
-# You can run eg. 'make install DESTDIR=/packages/rxvt-xx' to accomplish
-# that.
-# DESTDIR = /usr/local/X11/$(VERNAME)
-
 # Installation target directories & other installation stuff
 prefix = @prefix@
 exec_prefix = @exec_prefix@
@@ -29,8 +22,9 @@ binprefix =
 manprefix =
 sbindir = @sbindir@
 sysconfdir = @sysconfdir@
-mandir = @mandir@/man1
-manext = 1
+scriptdir = @scriptdir@
+mandir = @mandir@/man8
+manext = 8
 
 # Tools & program stuff
 CC = @CC@
@@ -49,9 +43,9 @@ AR = @AR@
 RANLIB = @RANLIB@
 INSTALL = @INSTALL@
 # add the -s to the following in PRODUCTION mode
-INSTALL_PROGRAM = @INSTALL@ -m 755
+INSTALL_PROGRAM = @INSTALL@ -m @SBINPERM@
 INSTALL_DATA = @INSTALL@ -m 644
-INSTALL_SCRIPT = @INSTALL@ -m 755
+INSTALL_SCRIPT = @INSTALL@ -m @SBINPERM@
 INSTALL_CONFIG = @INSTALL@ -m 640
 
 # Flags & libs
@@ -64,6 +58,12 @@ LIBS = @LIBS@
 DINCLUDE = @DINCLUDE@
 DLIB = @DLIB@
 DB_LIBS = @DB_LIBS@
+PYTHON_LIBS = @PYTHON_LIBS@
+PYTHON_INC = @PYTHON_INCDIR@
+
+# Windows (cygwin) flags 
+WCFLAGS = @WCFLAGS@
+WLDFLAGS = @WLDFLAGS@
 
 # X Include directory
 #XINC = @X_CFLAGS@ @XPM_CFLAGS@