Makefile revision 5680
318N/A# The contents of this file are subject to the terms of the 318N/A# Common Development and Distribution License (the "License"). 318N/A# You may not use this file except in compliance with the License. 318N/A# See the License for the specific language governing permissions 318N/A# and limitations under the License. 318N/A# When distributing Covered Code, include this CDDL HEADER in each 318N/A# If applicable, add the following below this CDDL HEADER, with the 318N/A# fields enclosed by brackets "[]" replaced with your own identifying 318N/A# information: Portions Copyright [yyyy] [name of copyright owner] 5680N/A# Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved. 5680N/A# We currently only want some of the text-utils text utilities from this 5680N/A# component, so enumerate it in a macro that we can use for build and install. 5680N/A# Anything else that we want should be added to this macro in the future. 5680N/A# Build a utility program used by one of the hexdump tests. 318N/A# Limit translations to the text utilities (and lib/* and include/* ) only. 1459N/A# We don't need the Python bindings built. 4698N/A# Makefile incorrectly includes gcc(1) '-fsigned-char' in AM_CFLAGS, so we 4698N/A# Always show the build and link lines for easier debugging. 4698N/A# Only build the programs that we want. 4698N/A# Only install the bits we want. 4698N/A# Install the message files. # The hexdump tests expect the test_sysinfo program in a different location # Build the test_sysinfo program; copy it where the tests are looking for it.