diff options
Diffstat (limited to 'usr/src/lib/pysolaris')
-rw-r--r-- | usr/src/lib/pysolaris/Makefile | 7 | ||||
-rw-r--r-- | usr/src/lib/pysolaris/amd64/Makefile | 26 | ||||
-rw-r--r-- | usr/src/lib/pysolaris/i386/Makefile | 32 | ||||
-rw-r--r-- | usr/src/lib/pysolaris/py3/Makefile | 3 | ||||
-rw-r--r-- | usr/src/lib/pysolaris/sparc/Makefile | 27 | ||||
-rw-r--r-- | usr/src/lib/pysolaris/sparcv9/Makefile | 26 |
6 files changed, 3 insertions, 118 deletions
diff --git a/usr/src/lib/pysolaris/Makefile b/usr/src/lib/pysolaris/Makefile index f564e4782f..1e500d8dd2 100644 --- a/usr/src/lib/pysolaris/Makefile +++ b/usr/src/lib/pysolaris/Makefile @@ -26,11 +26,8 @@ include ../Makefile.lib -SUBDIRS= -$(BUILDPY2)SUBDIRS += $(MACH) -$(BUILD64)$(BUILDPY2)SUBDIRS += $(MACH64) -$(BUILD64)$(BUILDPY3)SUBDIRS += py3 -$(BUILD64)$(BUILDPY3b)SUBDIRS += py3b +SUBDIRS= py3 +$(BUILDPY3b)SUBDIRS += py3b all := TARGET= all install := TARGET= install diff --git a/usr/src/lib/pysolaris/amd64/Makefile b/usr/src/lib/pysolaris/amd64/Makefile deleted file mode 100644 index 91c7fbd58b..0000000000 --- a/usr/src/lib/pysolaris/amd64/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# -# CDDL HEADER START -# -# This file and its contents are supplied under the terms of the -# Common Development and Distribution License ("CDDL"), version 1.0. -# You may only use this file in accordance with the terms of version -# 1.0 of the CDDL. -# -# A full copy of the text of the CDDL should have accompanied this -# source. A copy of the CDDL is also available via the Internet at -# http://www.illumos.org/license/CDDL. -# -# CDDL HEADER END - -# -# Copyright 2018 OmniOS Community Edition (OmniOSce) Association. -# - -PYVER = $(PYTHON_VERSION) -PYSUFFIX = $(PYTHON_SUFFIX) - -include ../Makefile.com -include ../../Makefile.lib.64 - -all: $(LIBS) -install: all $(ROOTLIBS64) diff --git a/usr/src/lib/pysolaris/i386/Makefile b/usr/src/lib/pysolaris/i386/Makefile deleted file mode 100644 index c34c0504de..0000000000 --- a/usr/src/lib/pysolaris/i386/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# -# CDDL HEADER START -# -# The contents of this file are subject to the terms of the -# Common Development and Distribution License (the "License"). -# You may not use this file except in compliance with the License. -# -# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE -# or http://www.opensolaris.org/os/licensing. -# See the License for the specific language governing permissions -# and limitations under the License. -# -# When distributing Covered Code, include this CDDL HEADER in each -# file and include the License file at usr/src/OPENSOLARIS.LICENSE. -# If applicable, add the following below this CDDL HEADER, with the -# fields enclosed by brackets "[]" replaced with your own identifying -# information: Portions Copyright [yyyy] [name of copyright owner] -# -# CDDL HEADER END -# -# Copyright 2010 Sun Microsystems, Inc. All rights reserved. -# Use is subject to license terms. -# Copyright 2018 OmniOS Community Edition (OmniOSce) Association. -# - -PYVER = $(PYTHON_VERSION) -PYSUFFIX = $(PYTHON_SUFFIX) - -include ../Makefile.com - -all: $(PYOBJS) $(LIBS) -install: all $(ROOTPYSOLFILES) $(ROOTLIBS) diff --git a/usr/src/lib/pysolaris/py3/Makefile b/usr/src/lib/pysolaris/py3/Makefile index 12abf943c4..302ae473b3 100644 --- a/usr/src/lib/pysolaris/py3/Makefile +++ b/usr/src/lib/pysolaris/py3/Makefile @@ -16,9 +16,8 @@ include ../Makefile.com include ../../Makefile.lib.64 -PYSHEBANG = $(PYTHON3) PYVER = $(PYTHON3_VERSION) -PYSUFFIX = $(PYTHON3_SUFFIX) +PYSUFFIX= $(PYTHON3_SUFFIX) LDLIBS64 += -L$(ADJUNCT_PROTO)/usr/lib/$(MACH64) MAPFILES= $(SRCDIR)/mapfile-py3 diff --git a/usr/src/lib/pysolaris/sparc/Makefile b/usr/src/lib/pysolaris/sparc/Makefile deleted file mode 100644 index cf68e8eb6d..0000000000 --- a/usr/src/lib/pysolaris/sparc/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# -# CDDL HEADER START -# -# The contents of this file are subject to the terms of the -# Common Development and Distribution License (the "License"). -# You may not use this file except in compliance with the License. -# -# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE -# or http://www.opensolaris.org/os/licensing. -# See the License for the specific language governing permissions -# and limitations under the License. -# -# When distributing Covered Code, include this CDDL HEADER in each -# file and include the License file at usr/src/OPENSOLARIS.LICENSE. -# If applicable, add the following below this CDDL HEADER, with the -# fields enclosed by brackets "[]" replaced with your own identifying -# information: Portions Copyright [yyyy] [name of copyright owner] -# -# CDDL HEADER END -# -# Copyright 2010 Sun Microsystems, Inc. All rights reserved. -# Use is subject to license terms. -# - -include ../Makefile.com - -install: all $(ROOTLIBS) diff --git a/usr/src/lib/pysolaris/sparcv9/Makefile b/usr/src/lib/pysolaris/sparcv9/Makefile deleted file mode 100644 index 91c7fbd58b..0000000000 --- a/usr/src/lib/pysolaris/sparcv9/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# -# CDDL HEADER START -# -# This file and its contents are supplied under the terms of the -# Common Development and Distribution License ("CDDL"), version 1.0. -# You may only use this file in accordance with the terms of version -# 1.0 of the CDDL. -# -# A full copy of the text of the CDDL should have accompanied this -# source. A copy of the CDDL is also available via the Internet at -# http://www.illumos.org/license/CDDL. -# -# CDDL HEADER END - -# -# Copyright 2018 OmniOS Community Edition (OmniOSce) Association. -# - -PYVER = $(PYTHON_VERSION) -PYSUFFIX = $(PYTHON_SUFFIX) - -include ../Makefile.com -include ../../Makefile.lib.64 - -all: $(LIBS) -install: all $(ROOTLIBS64) |