# # Copyright 2005 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # CDDL HEADER START # # The contents of this file are subject to the terms of the # Common Development and Distribution License, Version 1.0 only # (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 # # ident "%Z%%M% %I% %E% SMI" # # vers file for libtecla # # The instances of "tecla_l.5" below (note "l" vs "1") are by design; # quoting the author: # # Unfortunately the tecla_l.5 version string is by now embedded in any # executable that linked with libtecla versions 1.5 ..., so I can't fix # the typo without preventing those programs from linking against 1.6. # Thus I now have to derive tecla_1.6 from tecla_l.5, in the map file. # sparc { tecla_1.6: {tecla_l.5}; tecla_l.5: {tecla_1.4}; tecla_1.4: {tecla_1.3}; tecla_1.3: {tecla_1.2}; tecla_1.2; } sparcv9 { tecla_1.6: {tecla_l.5}; tecla_l.5: {tecla_1.4}; tecla_1.4: {tecla_1.3}; tecla_1.3: {tecla_1.2}; tecla_1.2; } i386 { tecla_1.6: {tecla_l.5}; tecla_l.5: {tecla_1.4}; tecla_1.4: {tecla_1.3}; tecla_1.3: {tecla_1.2}; tecla_1.2; } amd64 { tecla_1.6: {tecla_l.5}; tecla_l.5: {tecla_1.4}; tecla_1.4: {tecla_1.3}; tecla_1.3: {tecla_1.2}; tecla_1.2; }