X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fautoconf%2FMake.common.in;h=c00958580e4f7562ab0c9a42ea2d37450f53c5c4;hb=d13cee7718918198918a64bd1d67de8772d81f00;hp=840eb5a17a134cf04b6113937e1c25ab27024eda;hpb=3a56a14761c01d655be1499268d8bd82d650c384;p=bacula%2Fbacula diff --git a/bacula/autoconf/Make.common.in b/bacula/autoconf/Make.common.in index 840eb5a17a..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@ @@ -20,12 +23,15 @@ prefix = @prefix@ exec_prefix = @exec_prefix@ binprefix = manprefix = +datarootdir = @datarootdir@ sbindir = @sbindir@ sysconfdir = @sysconfdir@ scriptdir = @scriptdir@ -mandir = @mandir@/man8 +mandir = @mandir@ manext = 8 +NO_ECHO = @ + # Tools & program stuff CC = @CC@ CPP = @CPP@ @@ -41,6 +47,7 @@ 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 @SBINPERM@ @@ -49,8 +56,8 @@ 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@ TTOOL_LDFLAGS = @TTOOL_LDFLAGS@ #DEFS = @DEFS@ @LOCAL_DEFS@ @@ -61,6 +68,7 @@ DLIB = @DLIB@ DB_LIBS = @DB_LIBS@ PYTHON_LIBS = @PYTHON_LIBS@ PYTHON_INC = @PYTHON_INCDIR@ +OPENSSL_LIBS = @OPENSSL_LIBS@ # Windows (cygwin) flags WCFLAGS = @WCFLAGS@