]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/autoconf/Make.common.in
Split the bacula start/start script into four files:
[bacula/bacula] / bacula / autoconf / Make.common.in
index 431c35ee129774ec822124eb55be68b639f27ed6..840eb5a17a134cf04b6113937e1c25ab27024eda 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,20 +43,28 @@ 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
 CFLAGS = @CFLAGS@ 
 CPPFLAGS = @CPPFLAGS@
 LDFLAGS = @LDFLAGS@
 TTOOL_LDFLAGS = @TTOOL_LDFLAGS@
-#DEFS = @DEFS@
+#DEFS = @DEFS@ @LOCAL_DEFS@
 LIBS = @LIBS@
+WRAPLIBS = @WRAPLIBS@
 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@