]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/autoconf/Make.common.in
Add DISTDIR everywhere
[bacula/bacula] / bacula / autoconf / Make.common.in
index 431c35ee129774ec822124eb55be68b639f27ed6..659401dc42610e8cca1d35e6a2363e7c562e0527 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,6 +22,7 @@ binprefix =
 manprefix =
 sbindir = @sbindir@
 sysconfdir = @sysconfdir@
+scriptdir = @scriptdir@
 mandir = @mandir@/man1
 manext = 1
 
@@ -49,9 +43,10 @@ AR = @AR@
 RANLIB = @RANLIB@
 INSTALL = @INSTALL@
 # add the -s to the following in PRODUCTION mode
-INSTALL_PROGRAM = @INSTALL@ -m 755
+INSTALL_PROGRAM = @INSTALL@ -m 754
 INSTALL_DATA = @INSTALL@ -m 644
-INSTALL_SCRIPT = @INSTALL@ -m 755
+INSTALL_SCRIPT = @INSTALL@ -m 754
+INSTALL_CONFIG = @INSTALL@ -m 640
 
 # Flags & libs
 CFLAGS = @CFLAGS@ 
@@ -64,6 +59,10 @@ DINCLUDE = @DINCLUDE@
 DLIB = @DLIB@
 DB_LIBS = @DB_LIBS@
 
+# Windows (cygwin) flags 
+WCFLAGS = @WCFLAGS@
+WLDFLAGS = @WLDFLAGS@
+
 # X Include directory
 #XINC = @X_CFLAGS@ @XPM_CFLAGS@