Makefile revision 6374
6585N/A# The contents of this file are subject to the terms of the 6585N/A# Common Development and Distribution License (the "License"). 6585N/A# You may not use this file except in compliance with the License. 6585N/A# See the License for the specific language governing permissions 6585N/A# and limitations under the License. 6585N/A# When distributing Covered Code, include this CDDL HEADER in each 6585N/A# If applicable, add the following below this CDDL HEADER, with the 6585N/A# fields enclosed by brackets "[]" replaced with your own identifying 6585N/A# information: Portions Copyright [yyyy] [name of copyright owner] 6585N/A# Copyright (c) 2012, 2016, Oracle and/or its affiliates. All rights reserved. 6585N/A# The documentation is in a separate download 6585N/A# There are tests, but gmake test is currently broken. 6585N/A# It was working in the previous version, but not sure why 6585N/A# it breaks now. Leaving it at no tests for now. 6585N/A# Requires mysql-57 not available on S11. 6585N/A# Automake fix, regenerates configure file to get rid of the 6585N/A# automake 'probably too old' error. This fixes gmake test 6585N/A# needing more than one try to run. This does not fix the 6585N/A# fact that gmake test runs no tests. 6585N/A# gmake test will generate different outputs if run multiple 6585N/A# times. This gets rid of all the unimportant output 6585N/A# This is needed for things to be built correctly. 6585N/A# A normal 64-bit build would result in /usr/lib/$(MACH64)/rsyslog but since we 6585N/A# have a self-contained eco-system, simplify things for customers and just use # The configure script runs the pkg-config command. This allows it to # find the non-default GnuTLS v3 library. # Rsyslog sources contain __FILE__ macros which contain full path to the workspace # This may appear in debug output which is not nice. By specifying the source # path relative we force the macro to be relative path too. # libgcrypt is not approved. # There are man pages in the tarball, which will require modification for # content. Also, building them from here requires python-docutils. # Make the build verbose, show executed commands # Docs to install are the tree under docs/build with some exceptions.