Makefile revision 4488
905N/A# The contents of this file are subject to the terms of the 905N/A# Common Development and Distribution License (the "License"). 905N/A# You may not use this file except in compliance with the License. 905N/A# See the License for the specific language governing permissions 905N/A# and limitations under the License. 905N/A# When distributing Covered Code, include this CDDL HEADER in each 905N/A# If applicable, add the following below this CDDL HEADER, with the 905N/A# fields enclosed by brackets "[]" replaced with your own identifying 905N/A# information: Portions Copyright [yyyy] [name of copyright owner] 3817N/A# Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved. 4429N/A# The documentation is in a separate download 4429N/A# Automake fix, regenerates configure file to get rid of the 4429N/A# automake 'probably too old' error. This fixes gmake test 4429N/A# needing more than one try to run. This does not fix the 4429N/A# fact that gmake test runs no tests. 4429N/A# gmake test will generate different outputs if run multiple 4429N/A# times. This gets rid of all the unimportant output 905N/A# This is needed for things to be built correctly. 1601N/A# A normal 64-bit build would result in /usr/lib/$(MACH64)/rsyslog but since we 1601N/A# have a self-contained eco-system, simplify things for customers and just use 4429N/A# libgcrypt is not approved. 4429N/A# There are man pages in the tarball, which will require modification for 4429N/A# content. Also, building them from here requires python-docutils. 4429N/A# There are tests, but gmake test is currently broken. 4429N/A# It was working in the previous version, but not sure why 4429N/A# it breaks now. Leaving it at no tests for now.