X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fautoconf%2FMake.common.in;h=c00958580e4f7562ab0c9a42ea2d37450f53c5c4;hb=d13cee7718918198918a64bd1d67de8772d81f00;hp=e2d86db61d37bb0f8da617fc7ced3571569d9814;hpb=1ef84681d13d0c355d6ae78579d2afe1c8d8d0e2;p=bacula%2Fbacula diff --git a/bacula/autoconf/Make.common.in b/bacula/autoconf/Make.common.in index e2d86db61d..c00958580e 100644 --- a/bacula/autoconf/Make.common.in +++ b/bacula/autoconf/Make.common.in @@ -1,5 +1,8 @@ -# autoconf/Make.common.in -*- Makefile -*- -# release date (man), LSM date, version number/name, current maintainer +# +# This file is pulled in by all the Unix Bacula Makefiles +# so it has all the "common" definitions +# + DATE="@DATE@" LSMDATE=@LSMDATE@ VERSION=@VERSION@ @@ -15,22 +18,19 @@ 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@ binprefix = manprefix = +datarootdir = @datarootdir@ sbindir = @sbindir@ sysconfdir = @sysconfdir@ -mandir = @mandir@/man1 -manext = 1 +scriptdir = @scriptdir@ +mandir = @mandir@ +manext = 8 + +NO_ECHO = @ # Tools & program stuff CC = @CC@ @@ -47,20 +47,32 @@ CMP = @CMP@ TBL = @TBL@ AR = @AR@ RANLIB = @RANLIB@ +MKDIR = @BUILD_DIR@/autoconf/mkinstalldirs 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@ +CFLAGS = @CFLAGS@ @OPENSSL_INC@ +CPPFLAGS = @CPPFLAGS@ @OPENSSL_INC@ LDFLAGS = @LDFLAGS@ -#DEFS = @DEFS@ +TTOOL_LDFLAGS = @TTOOL_LDFLAGS@ +#DEFS = @DEFS@ @LOCAL_DEFS@ LIBS = @LIBS@ +WRAPLIBS = @WRAPLIBS@ DINCLUDE = @DINCLUDE@ DLIB = @DLIB@ +DB_LIBS = @DB_LIBS@ +PYTHON_LIBS = @PYTHON_LIBS@ +PYTHON_INC = @PYTHON_INCDIR@ +OPENSSL_LIBS = @OPENSSL_LIBS@ + +# Windows (cygwin) flags +WCFLAGS = @WCFLAGS@ +WLDFLAGS = @WLDFLAGS@ # X Include directory #XINC = @X_CFLAGS@ @XPM_CFLAGS@