xref: /titanic_51/usr/src/lib/pylibbe/amd64/Makefile (revision f9a65297fd75450985a096391df758311f6c3a32)
1f5c2e7eaSTheo Schlossnagle#
2f5c2e7eaSTheo Schlossnagle# CDDL HEADER START
3f5c2e7eaSTheo Schlossnagle#
4f5c2e7eaSTheo Schlossnagle# The contents of this file are subject to the terms of the
5f5c2e7eaSTheo Schlossnagle# Common Development and Distribution License (the "License").
6f5c2e7eaSTheo Schlossnagle# You may not use this file except in compliance with the License.
7f5c2e7eaSTheo Schlossnagle#
8f5c2e7eaSTheo Schlossnagle# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9f5c2e7eaSTheo Schlossnagle# or http://www.opensolaris.org/os/licensing.
10f5c2e7eaSTheo Schlossnagle# See the License for the specific language governing permissions
11f5c2e7eaSTheo Schlossnagle# and limitations under the License.
12f5c2e7eaSTheo Schlossnagle#
13f5c2e7eaSTheo Schlossnagle# When distributing Covered Code, include this CDDL HEADER in each
14f5c2e7eaSTheo Schlossnagle# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15f5c2e7eaSTheo Schlossnagle# If applicable, add the following below this CDDL HEADER, with the
16f5c2e7eaSTheo Schlossnagle# fields enclosed by brackets "[]" replaced with your own identifying
17f5c2e7eaSTheo Schlossnagle# information: Portions Copyright [yyyy] [name of copyright owner]
18f5c2e7eaSTheo Schlossnagle#
19f5c2e7eaSTheo Schlossnagle# CDDL HEADER END
20f5c2e7eaSTheo Schlossnagle#
21f5c2e7eaSTheo Schlossnagle
22f5c2e7eaSTheo Schlossnagle#
23f5c2e7eaSTheo Schlossnagle# Copyright 2012 OmniTI Computer Consulting, Inc.  All rights reserved.
24*f9a65297SAndy Fiddaman# Copyright 2018 OmniOS Community Edition (OmniOSce) Association.
25f5c2e7eaSTheo Schlossnagle#
26f5c2e7eaSTheo Schlossnagle
27*f9a65297SAndy FiddamanPYVER = $(PYTHON_VERSION)
28*f9a65297SAndy FiddamanPYSUFFIX = $(PYTHON_SUFFIX)
29*f9a65297SAndy Fiddaman
30f5c2e7eaSTheo Schlossnagleinclude ../Makefile.com
31f5c2e7eaSTheo Schlossnagleinclude ../../Makefile.lib.64
32f5c2e7eaSTheo Schlossnagle
33f5c2e7eaSTheo Schlossnagleinstall: all $(ROOTLIBS64)
34