Print this page
1681 support for BUILD64=# no longer works
*** 21,100 ****
#
# Copyright 2011 Nexenta Systems, Inc. All rights reserved.
# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
# Copyright 2012 OmniTI Computer Consulting, Inc. All rights reserved.
#
set name=pkg.fmri value=pkg:/developer/library/lint@$(PKGVERS)
set name=pkg.description \
value="lint libraries and startup objects for software development"
set name=pkg.summary value="Lint Libraries"
set name=info.classification value=org.opensolaris.category.2008:Development/C
set name=variant.arch value=$(ARCH)
dir path=lib
! dir path=lib/$(ARCH64)
dir path=usr group=sys
dir path=usr/ccs
dir path=usr/ccs/lib
! dir path=usr/ccs/lib/$(ARCH64)
dir path=usr/lib
! dir path=usr/lib/$(ARCH64)
dir path=usr/lib/scsi
! dir path=usr/lib/scsi/$(ARCH64)
dir path=usr/xpg4
dir path=usr/xpg4/lib
! dir path=usr/xpg4/lib/$(ARCH64)
! file path=lib/$(ARCH64)/llib-ladm.ln
! file path=lib/$(ARCH64)/llib-laio.ln
! file path=lib/$(ARCH64)/llib-lbsm.ln
! file path=lib/$(ARCH64)/llib-lc.ln
! file path=lib/$(ARCH64)/llib-lc_db.ln
! file path=lib/$(ARCH64)/llib-lcontract.ln
! file path=lib/$(ARCH64)/llib-lcryptoutil.ln
! file path=lib/$(ARCH64)/llib-lctf.ln
! file path=lib/$(ARCH64)/llib-lcurses.ln
! file path=lib/$(ARCH64)/llib-ldevice.ln
! file path=lib/$(ARCH64)/llib-ldevid.ln
! file path=lib/$(ARCH64)/llib-ldevinfo.ln
! file path=lib/$(ARCH64)/llib-ldl.ln
! file path=lib/$(ARCH64)/llib-ldladm.ln
! file path=lib/$(ARCH64)/llib-ldlpi.ln
! file path=lib/$(ARCH64)/llib-ldoor.ln
! file path=lib/$(ARCH64)/llib-lefi.ln
! file path=lib/$(ARCH64)/llib-lelf.ln
! $(i386_ONLY)file path=lib/$(ARCH64)/llib-lfdisk.ln
! file path=lib/$(ARCH64)/llib-lgen.ln
! file path=lib/$(ARCH64)/llib-lintl.ln
! file path=lib/$(ARCH64)/llib-lkmf.ln
! file path=lib/$(ARCH64)/llib-lkmfberder.ln
! file path=lib/$(ARCH64)/llib-lkstat.ln
! file path=lib/$(ARCH64)/llib-lmd.ln
! file path=lib/$(ARCH64)/llib-lmd5.ln
! file path=lib/$(ARCH64)/llib-lnsl.ln
! file path=lib/$(ARCH64)/llib-lnvpair.ln
! file path=lib/$(ARCH64)/llib-lpam.ln
! file path=lib/$(ARCH64)/llib-lpthread.ln
! file path=lib/$(ARCH64)/llib-lrcm.ln
! file path=lib/$(ARCH64)/llib-lresolv.ln
! file path=lib/$(ARCH64)/llib-lrpcsvc.ln
! file path=lib/$(ARCH64)/llib-lrt.ln
! file path=lib/$(ARCH64)/llib-lrtld_db.ln
! file path=lib/$(ARCH64)/llib-lscf.ln
! file path=lib/$(ARCH64)/llib-lsec.ln
! file path=lib/$(ARCH64)/llib-lsecdb.ln
! file path=lib/$(ARCH64)/llib-lsendfile.ln
! file path=lib/$(ARCH64)/llib-lsocket.ln
! file path=lib/$(ARCH64)/llib-lsysevent.ln
! file path=lib/$(ARCH64)/llib-ltermcap.ln
! file path=lib/$(ARCH64)/llib-lthread.ln
! file path=lib/$(ARCH64)/llib-ltsnet.ln
! file path=lib/$(ARCH64)/llib-ltsol.ln
! file path=lib/$(ARCH64)/llib-lumem.ln
! file path=lib/$(ARCH64)/llib-luuid.ln
! $(i386_ONLY)file path=lib/$(ARCH64)/llib-luutil.ln
! file path=lib/$(ARCH64)/llib-lxnet.ln
file path=lib/llib-ladm
file path=lib/llib-ladm.ln
file path=lib/llib-laio
file path=lib/llib-laio.ln
file path=lib/llib-lbsm
--- 21,101 ----
#
# Copyright 2011 Nexenta Systems, Inc. All rights reserved.
# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
# Copyright 2012 OmniTI Computer Consulting, Inc. All rights reserved.
+ # Copyright 2014 Andrew Stormont.
#
set name=pkg.fmri value=pkg:/developer/library/lint@$(PKGVERS)
set name=pkg.description \
value="lint libraries and startup objects for software development"
set name=pkg.summary value="Lint Libraries"
set name=info.classification value=org.opensolaris.category.2008:Development/C
set name=variant.arch value=$(ARCH)
dir path=lib
! $(BUILD64)dir path=lib/$(ARCH64)
dir path=usr group=sys
dir path=usr/ccs
dir path=usr/ccs/lib
! $(BUILD64)dir path=usr/ccs/lib/$(ARCH64)
dir path=usr/lib
! $(BUILD64)dir path=usr/lib/$(ARCH64)
dir path=usr/lib/scsi
! $(BUILD64)dir path=usr/lib/scsi/$(ARCH64)
dir path=usr/xpg4
dir path=usr/xpg4/lib
! $(BUILD64)dir path=usr/xpg4/lib/$(ARCH64)
! $(BUILD64)file path=lib/$(ARCH64)/llib-ladm.ln
! $(BUILD64)file path=lib/$(ARCH64)/llib-laio.ln
! $(BUILD64)file path=lib/$(ARCH64)/llib-lbsm.ln
! $(BUILD64)file path=lib/$(ARCH64)/llib-lc.ln
! $(BUILD64)file path=lib/$(ARCH64)/llib-lc_db.ln
! $(BUILD64)file path=lib/$(ARCH64)/llib-lcontract.ln
! $(BUILD64)file path=lib/$(ARCH64)/llib-lcryptoutil.ln
! $(BUILD64)file path=lib/$(ARCH64)/llib-lctf.ln
! $(BUILD64)file path=lib/$(ARCH64)/llib-lcurses.ln
! $(BUILD64)file path=lib/$(ARCH64)/llib-ldevice.ln
! $(BUILD64)file path=lib/$(ARCH64)/llib-ldevid.ln
! $(BUILD64)file path=lib/$(ARCH64)/llib-ldevinfo.ln
! $(BUILD64)file path=lib/$(ARCH64)/llib-ldl.ln
! $(BUILD64)file path=lib/$(ARCH64)/llib-ldladm.ln
! $(BUILD64)file path=lib/$(ARCH64)/llib-ldlpi.ln
! $(BUILD64)file path=lib/$(ARCH64)/llib-ldoor.ln
! $(BUILD64)file path=lib/$(ARCH64)/llib-lefi.ln
! $(BUILD64)file path=lib/$(ARCH64)/llib-lelf.ln
! $(i386_BUILD64)file path=lib/$(ARCH64)/llib-lfdisk.ln
! $(BUILD64)file path=lib/$(ARCH64)/llib-lgen.ln
! $(BUILD64)file path=lib/$(ARCH64)/llib-lintl.ln
! $(BUILD64)file path=lib/$(ARCH64)/llib-lkmf.ln
! $(BUILD64)file path=lib/$(ARCH64)/llib-lkmfberder.ln
! $(BUILD64)file path=lib/$(ARCH64)/llib-lkstat.ln
! $(BUILD64)file path=lib/$(ARCH64)/llib-lmd.ln
! $(BUILD64)file path=lib/$(ARCH64)/llib-lmd5.ln
! $(BUILD64)file path=lib/$(ARCH64)/llib-lnsl.ln
! $(BUILD64)file path=lib/$(ARCH64)/llib-lnvpair.ln
! $(BUILD64)file path=lib/$(ARCH64)/llib-lpam.ln
! $(BUILD64)file path=lib/$(ARCH64)/llib-lpthread.ln
! $(BUILD64)file path=lib/$(ARCH64)/llib-lrcm.ln
! $(BUILD64)file path=lib/$(ARCH64)/llib-lresolv.ln
! $(BUILD64)file path=lib/$(ARCH64)/llib-lrpcsvc.ln
! $(BUILD64)file path=lib/$(ARCH64)/llib-lrt.ln
! $(BUILD64)file path=lib/$(ARCH64)/llib-lrtld_db.ln
! $(BUILD64)file path=lib/$(ARCH64)/llib-lscf.ln
! $(BUILD64)file path=lib/$(ARCH64)/llib-lsec.ln
! $(BUILD64)file path=lib/$(ARCH64)/llib-lsecdb.ln
! $(BUILD64)file path=lib/$(ARCH64)/llib-lsendfile.ln
! $(BUILD64)file path=lib/$(ARCH64)/llib-lsocket.ln
! $(BUILD64)file path=lib/$(ARCH64)/llib-lsysevent.ln
! $(BUILD64)file path=lib/$(ARCH64)/llib-ltermcap.ln
! $(BUILD64)file path=lib/$(ARCH64)/llib-lthread.ln
! $(BUILD64)file path=lib/$(ARCH64)/llib-ltsnet.ln
! $(BUILD64)file path=lib/$(ARCH64)/llib-ltsol.ln
! $(BUILD64)file path=lib/$(ARCH64)/llib-lumem.ln
! $(BUILD64)file path=lib/$(ARCH64)/llib-luuid.ln
! $(i386_BUILD64)file path=lib/$(ARCH64)/llib-luutil.ln
! $(BUILD64)file path=lib/$(ARCH64)/llib-lxnet.ln
file path=lib/llib-ladm
file path=lib/llib-ladm.ln
file path=lib/llib-laio
file path=lib/llib-laio.ln
file path=lib/llib-lbsm
*** 189,246 ****
file path=lib/llib-lumem.ln
file path=lib/llib-luuid
file path=lib/llib-luuid.ln
file path=lib/llib-lxnet
file path=lib/llib-lxnet.ln
! $(i386_ONLY)file path=usr/lib/$(ARCH64)/crt1.o
! file path=usr/lib/$(ARCH64)/crti.o
! file path=usr/lib/$(ARCH64)/crtn.o
! $(i386_ONLY)file path=usr/lib/$(ARCH64)/gcrt1.o
! file path=usr/lib/$(ARCH64)/llib-ladutils.ln
! file path=usr/lib/$(ARCH64)/llib-lbsdmalloc.ln
! file path=usr/lib/$(ARCH64)/llib-lcfgadm.ln
! file path=usr/lib/$(ARCH64)/llib-lcommputil.ln
! file path=usr/lib/$(ARCH64)/llib-lcrypt.ln
! file path=usr/lib/$(ARCH64)/llib-lexacct.ln
! file path=usr/lib/$(ARCH64)/llib-lform.ln
! file path=usr/lib/$(ARCH64)/llib-lfstyp.ln
! file path=usr/lib/$(ARCH64)/llib-lgss.ln
! file path=usr/lib/$(ARCH64)/llib-lhotplug.ln
! file path=usr/lib/$(ARCH64)/llib-lidmap.ln
! file path=usr/lib/$(ARCH64)/llib-lipmi.ln
! file path=usr/lib/$(ARCH64)/llib-lipp.ln
! file path=usr/lib/$(ARCH64)/llib-lkvm.ln
! file path=usr/lib/$(ARCH64)/llib-lldap.ln
! file path=usr/lib/$(ARCH64)/llib-llgrp.ln
! file path=usr/lib/$(ARCH64)/llib-lmail.ln
! file path=usr/lib/$(ARCH64)/llib-lmalloc.ln
! file path=usr/lib/$(ARCH64)/llib-lmapmalloc.ln
! file path=usr/lib/$(ARCH64)/llib-lmenu.ln
! file path=usr/lib/$(ARCH64)/llib-lmtmalloc.ln
! file path=usr/lib/$(ARCH64)/llib-lnls.ln
! file path=usr/lib/$(ARCH64)/llib-lpanel.ln
! file path=usr/lib/$(ARCH64)/llib-lpasswdutil.ln
! file path=usr/lib/$(ARCH64)/llib-lpkcs11.ln
! file path=usr/lib/$(ARCH64)/llib-lproject.ln
! file path=usr/lib/$(ARCH64)/llib-lreparse.ln
! file path=usr/lib/$(ARCH64)/llib-lsasl.ln
! file path=usr/lib/$(ARCH64)/llib-lsched.ln
! file path=usr/lib/$(ARCH64)/llib-lsctp.ln
! file path=usr/lib/$(ARCH64)/llib-lshare.ln
! file path=usr/lib/$(ARCH64)/llib-lsip.ln
! file path=usr/lib/$(ARCH64)/llib-lsldap.ln
! file path=usr/lib/$(ARCH64)/llib-lsmbios.ln
! $(sparc_ONLY)file path=usr/lib/$(ARCH64)/llib-lv12n.ln
! file path=usr/lib/$(ARCH64)/llib-lvolmgt.ln
! file path=usr/lib/$(ARCH64)/llib-lwrap.ln
! file path=usr/lib/$(ARCH64)/llib-lzoneinfo.ln
! file path=usr/lib/$(ARCH64)/values-Xa.o
! file path=usr/lib/$(ARCH64)/values-Xc.o
! file path=usr/lib/$(ARCH64)/values-Xs.o
! file path=usr/lib/$(ARCH64)/values-Xt.o
! file path=usr/lib/$(ARCH64)/values-xpg4.o
! file path=usr/lib/$(ARCH64)/values-xpg6.o
$(i386_ONLY)file path=usr/lib/crt1.o
file path=usr/lib/crti.o
file path=usr/lib/crtn.o
$(i386_ONLY)file path=usr/lib/gcrt1.o
file path=usr/lib/llib-ladutils
--- 190,247 ----
file path=lib/llib-lumem.ln
file path=lib/llib-luuid
file path=lib/llib-luuid.ln
file path=lib/llib-lxnet
file path=lib/llib-lxnet.ln
! $(i386_BUILD64)file path=usr/lib/$(ARCH64)/crt1.o
! $(BUILD64)file path=usr/lib/$(ARCH64)/crti.o
! $(BUILD64)file path=usr/lib/$(ARCH64)/crtn.o
! $(i386_BUILD64)file path=usr/lib/$(ARCH64)/gcrt1.o
! $(BUILD64)file path=usr/lib/$(ARCH64)/llib-ladutils.ln
! $(BUILD64)file path=usr/lib/$(ARCH64)/llib-lbsdmalloc.ln
! $(BUILD64)file path=usr/lib/$(ARCH64)/llib-lcfgadm.ln
! $(BUILD64)file path=usr/lib/$(ARCH64)/llib-lcommputil.ln
! $(BUILD64)file path=usr/lib/$(ARCH64)/llib-lcrypt.ln
! $(BUILD64)file path=usr/lib/$(ARCH64)/llib-lexacct.ln
! $(BUILD64)file path=usr/lib/$(ARCH64)/llib-lform.ln
! $(BUILD64)file path=usr/lib/$(ARCH64)/llib-lfstyp.ln
! $(BUILD64)file path=usr/lib/$(ARCH64)/llib-lgss.ln
! $(BUILD64)file path=usr/lib/$(ARCH64)/llib-lhotplug.ln
! $(BUILD64)file path=usr/lib/$(ARCH64)/llib-lidmap.ln
! $(BUILD64)file path=usr/lib/$(ARCH64)/llib-lipmi.ln
! $(BUILD64)file path=usr/lib/$(ARCH64)/llib-lipp.ln
! $(BUILD64)file path=usr/lib/$(ARCH64)/llib-lkvm.ln
! $(BUILD64)file path=usr/lib/$(ARCH64)/llib-lldap.ln
! $(BUILD64)file path=usr/lib/$(ARCH64)/llib-llgrp.ln
! $(BUILD64)file path=usr/lib/$(ARCH64)/llib-lmail.ln
! $(BUILD64)file path=usr/lib/$(ARCH64)/llib-lmalloc.ln
! $(BUILD64)file path=usr/lib/$(ARCH64)/llib-lmapmalloc.ln
! $(BUILD64)file path=usr/lib/$(ARCH64)/llib-lmenu.ln
! $(BUILD64)file path=usr/lib/$(ARCH64)/llib-lmtmalloc.ln
! $(BUILD64)file path=usr/lib/$(ARCH64)/llib-lnls.ln
! $(BUILD64)file path=usr/lib/$(ARCH64)/llib-lpanel.ln
! $(BUILD64)file path=usr/lib/$(ARCH64)/llib-lpasswdutil.ln
! $(BUILD64)file path=usr/lib/$(ARCH64)/llib-lpkcs11.ln
! $(BUILD64)file path=usr/lib/$(ARCH64)/llib-lproject.ln
! $(BUILD64)file path=usr/lib/$(ARCH64)/llib-lreparse.ln
! $(BUILD64)file path=usr/lib/$(ARCH64)/llib-lsasl.ln
! $(BUILD64)file path=usr/lib/$(ARCH64)/llib-lsched.ln
! $(BUILD64)file path=usr/lib/$(ARCH64)/llib-lsctp.ln
! $(BUILD64)file path=usr/lib/$(ARCH64)/llib-lshare.ln
! $(BUILD64)file path=usr/lib/$(ARCH64)/llib-lsip.ln
! $(BUILD64)file path=usr/lib/$(ARCH64)/llib-lsldap.ln
! $(BUILD64)file path=usr/lib/$(ARCH64)/llib-lsmbios.ln
! $(sparc_BUILD64)file path=usr/lib/$(ARCH64)/llib-lv12n.ln
! $(BUILD64)file path=usr/lib/$(ARCH64)/llib-lvolmgt.ln
! $(BUILD64)file path=usr/lib/$(ARCH64)/llib-lwrap.ln
! $(BUILD64)file path=usr/lib/$(ARCH64)/llib-lzoneinfo.ln
! $(BUILD64)file path=usr/lib/$(ARCH64)/values-Xa.o
! $(BUILD64)file path=usr/lib/$(ARCH64)/values-Xc.o
! $(BUILD64)file path=usr/lib/$(ARCH64)/values-Xs.o
! $(BUILD64)file path=usr/lib/$(ARCH64)/values-Xt.o
! $(BUILD64)file path=usr/lib/$(ARCH64)/values-xpg4.o
! $(BUILD64)file path=usr/lib/$(ARCH64)/values-xpg6.o
$(i386_ONLY)file path=usr/lib/crt1.o
file path=usr/lib/crti.o
file path=usr/lib/crtn.o
$(i386_ONLY)file path=usr/lib/gcrt1.o
file path=usr/lib/llib-ladutils
*** 316,328 ****
file path=usr/lib/llib-lvolmgt.ln
file path=usr/lib/llib-lwrap
file path=usr/lib/llib-lwrap.ln
file path=usr/lib/llib-lzoneinfo
file path=usr/lib/llib-lzoneinfo.ln
! file path=usr/lib/scsi/$(ARCH64)/llib-lscsi.ln
! file path=usr/lib/scsi/$(ARCH64)/llib-lses.ln
! file path=usr/lib/scsi/$(ARCH64)/llib-lsmp.ln
file path=usr/lib/scsi/llib-lscsi
file path=usr/lib/scsi/llib-lscsi.ln
file path=usr/lib/scsi/llib-lses
file path=usr/lib/scsi/llib-lses.ln
file path=usr/lib/scsi/llib-lsmp
--- 317,329 ----
file path=usr/lib/llib-lvolmgt.ln
file path=usr/lib/llib-lwrap
file path=usr/lib/llib-lwrap.ln
file path=usr/lib/llib-lzoneinfo
file path=usr/lib/llib-lzoneinfo.ln
! $(BUILD64)file path=usr/lib/scsi/$(ARCH64)/llib-lscsi.ln
! $(BUILD64)file path=usr/lib/scsi/$(ARCH64)/llib-lses.ln
! $(BUILD64)file path=usr/lib/scsi/$(ARCH64)/llib-lsmp.ln
file path=usr/lib/scsi/llib-lscsi
file path=usr/lib/scsi/llib-lscsi.ln
file path=usr/lib/scsi/llib-lses
file path=usr/lib/scsi/llib-lses.ln
file path=usr/lib/scsi/llib-lsmp
*** 331,385 ****
file path=usr/lib/values-Xc.o
file path=usr/lib/values-Xs.o
file path=usr/lib/values-Xt.o
file path=usr/lib/values-xpg4.o
file path=usr/lib/values-xpg6.o
! file path=usr/xpg4/lib/$(ARCH64)/llib-lcurses.ln
file path=usr/xpg4/lib/llib-lcurses
file path=usr/xpg4/lib/llib-lcurses.ln
legacy pkg=SUNWarc \
desc="lint libraries and startup objects for software development" \
name="Lint Libraries (usr)"
legacy pkg=SUNWarcr desc="lint libraries for software development" \
name="Lint Libraries (root)"
license cr_Sun license=cr_Sun
license lic_CDDL license=lic_CDDL
! link path=lib/$(ARCH64)/llib-lposix4.ln target=./llib-lrt.ln
! link path=lib/$(ARCH64)/llib-ltermlib.ln target=./llib-lcurses.ln
link path=lib/llib-lposix4 target=./llib-lrt
link path=lib/llib-lposix4.ln target=./llib-lrt.ln
link path=lib/llib-ltermlib target=./llib-lcurses
link path=lib/llib-ltermlib.ln target=./llib-lcurses.ln
! link path=usr/ccs/lib/$(ARCH64)/llib-lcurses.ln \
target=../../../../lib/$(ARCH64)/llib-lcurses.ln
! link path=usr/ccs/lib/$(ARCH64)/llib-lform.ln \
target=../../../lib/$(ARCH64)/llib-lform.ln
! link path=usr/ccs/lib/$(ARCH64)/llib-lgen.ln \
target=../../../../lib/$(ARCH64)/llib-lgen.ln
! link path=usr/ccs/lib/$(ARCH64)/llib-ll.ln \
target=../../../lib/$(ARCH64)/llib-ll.ln
! link path=usr/ccs/lib/$(ARCH64)/llib-lmenu.ln \
target=../../../lib/$(ARCH64)/llib-lmenu.ln
! link path=usr/ccs/lib/$(ARCH64)/llib-lpanel.ln \
target=../../../lib/$(ARCH64)/llib-lpanel.ln
! link path=usr/ccs/lib/$(ARCH64)/llib-ltermcap.ln \
target=../../../../lib/$(ARCH64)/llib-ltermcap.ln
! link path=usr/ccs/lib/$(ARCH64)/llib-ltermlib.ln \
target=../../../../lib/$(ARCH64)/llib-lcurses.ln
! link path=usr/ccs/lib/$(ARCH64)/llib-ly.ln \
target=../../../lib/$(ARCH64)/llib-ly.ln
! link path=usr/ccs/lib/$(ARCH64)/values-Xa.o \
target=../../../lib/$(ARCH64)/values-Xa.o
! link path=usr/ccs/lib/$(ARCH64)/values-Xc.o \
target=../../../lib/$(ARCH64)/values-Xc.o
! link path=usr/ccs/lib/$(ARCH64)/values-Xs.o \
target=../../../lib/$(ARCH64)/values-Xs.o
! link path=usr/ccs/lib/$(ARCH64)/values-Xt.o \
target=../../../lib/$(ARCH64)/values-Xt.o
! link path=usr/ccs/lib/$(ARCH64)/values-xpg4.o \
target=../../../lib/$(ARCH64)/values-xpg4.o
! link path=usr/ccs/lib/$(ARCH64)/values-xpg6.o \
target=../../../lib/$(ARCH64)/values-xpg6.o
link path=usr/ccs/lib/llib-lcurses target=../../../lib/llib-lcurses
link path=usr/ccs/lib/llib-lcurses.ln target=../../../lib/llib-lcurses.ln
link path=usr/ccs/lib/llib-lform target=../../lib/llib-lform
link path=usr/ccs/lib/llib-lform.ln target=../../lib/llib-lform.ln
--- 332,386 ----
file path=usr/lib/values-Xc.o
file path=usr/lib/values-Xs.o
file path=usr/lib/values-Xt.o
file path=usr/lib/values-xpg4.o
file path=usr/lib/values-xpg6.o
! $(BUILD64)file path=usr/xpg4/lib/$(ARCH64)/llib-lcurses.ln
file path=usr/xpg4/lib/llib-lcurses
file path=usr/xpg4/lib/llib-lcurses.ln
legacy pkg=SUNWarc \
desc="lint libraries and startup objects for software development" \
name="Lint Libraries (usr)"
legacy pkg=SUNWarcr desc="lint libraries for software development" \
name="Lint Libraries (root)"
license cr_Sun license=cr_Sun
license lic_CDDL license=lic_CDDL
! $(BUILD64)link path=lib/$(ARCH64)/llib-lposix4.ln target=./llib-lrt.ln
! $(BUILD64)link path=lib/$(ARCH64)/llib-ltermlib.ln target=./llib-lcurses.ln
link path=lib/llib-lposix4 target=./llib-lrt
link path=lib/llib-lposix4.ln target=./llib-lrt.ln
link path=lib/llib-ltermlib target=./llib-lcurses
link path=lib/llib-ltermlib.ln target=./llib-lcurses.ln
! $(BUILD64)link path=usr/ccs/lib/$(ARCH64)/llib-lcurses.ln \
target=../../../../lib/$(ARCH64)/llib-lcurses.ln
! $(BUILD64)link path=usr/ccs/lib/$(ARCH64)/llib-lform.ln \
target=../../../lib/$(ARCH64)/llib-lform.ln
! $(BUILD64)link path=usr/ccs/lib/$(ARCH64)/llib-lgen.ln \
target=../../../../lib/$(ARCH64)/llib-lgen.ln
! $(BUILD64)link path=usr/ccs/lib/$(ARCH64)/llib-ll.ln \
target=../../../lib/$(ARCH64)/llib-ll.ln
! $(BUILD64)link path=usr/ccs/lib/$(ARCH64)/llib-lmenu.ln \
target=../../../lib/$(ARCH64)/llib-lmenu.ln
! $(BUILD64)link path=usr/ccs/lib/$(ARCH64)/llib-lpanel.ln \
target=../../../lib/$(ARCH64)/llib-lpanel.ln
! $(BUILD64)link path=usr/ccs/lib/$(ARCH64)/llib-ltermcap.ln \
target=../../../../lib/$(ARCH64)/llib-ltermcap.ln
! $(BUILD64)link path=usr/ccs/lib/$(ARCH64)/llib-ltermlib.ln \
target=../../../../lib/$(ARCH64)/llib-lcurses.ln
! $(BUILD64)link path=usr/ccs/lib/$(ARCH64)/llib-ly.ln \
target=../../../lib/$(ARCH64)/llib-ly.ln
! $(BUILD64)link path=usr/ccs/lib/$(ARCH64)/values-Xa.o \
target=../../../lib/$(ARCH64)/values-Xa.o
! $(BUILD64)link path=usr/ccs/lib/$(ARCH64)/values-Xc.o \
target=../../../lib/$(ARCH64)/values-Xc.o
! $(BUILD64)link path=usr/ccs/lib/$(ARCH64)/values-Xs.o \
target=../../../lib/$(ARCH64)/values-Xs.o
! $(BUILD64)link path=usr/ccs/lib/$(ARCH64)/values-Xt.o \
target=../../../lib/$(ARCH64)/values-Xt.o
! $(BUILD64)link path=usr/ccs/lib/$(ARCH64)/values-xpg4.o \
target=../../../lib/$(ARCH64)/values-xpg4.o
! $(BUILD64)link path=usr/ccs/lib/$(ARCH64)/values-xpg6.o \
target=../../../lib/$(ARCH64)/values-xpg6.o
link path=usr/ccs/lib/llib-lcurses target=../../../lib/llib-lcurses
link path=usr/ccs/lib/llib-lcurses.ln target=../../../lib/llib-lcurses.ln
link path=usr/ccs/lib/llib-lform target=../../lib/llib-lform
link path=usr/ccs/lib/llib-lform.ln target=../../lib/llib-lform.ln
*** 397,491 ****
link path=usr/ccs/lib/values-Xc.o target=../../lib/values-Xc.o
link path=usr/ccs/lib/values-Xs.o target=../../lib/values-Xs.o
link path=usr/ccs/lib/values-Xt.o target=../../lib/values-Xt.o
link path=usr/ccs/lib/values-xpg4.o target=../../lib/values-xpg4.o
link path=usr/ccs/lib/values-xpg6.o target=../../lib/values-xpg6.o
! link path=usr/lib/$(ARCH64)/llib-ladm.ln \
target=../../../lib/$(ARCH64)/llib-ladm.ln
! link path=usr/lib/$(ARCH64)/llib-laio.ln \
target=../../../lib/$(ARCH64)/llib-laio.ln
! link path=usr/lib/$(ARCH64)/llib-lbsm.ln \
target=../../../lib/$(ARCH64)/llib-lbsm.ln
! link path=usr/lib/$(ARCH64)/llib-lc.ln \
target=../../../lib/$(ARCH64)/llib-lc.ln
! link path=usr/lib/$(ARCH64)/llib-lcontract.ln \
target=../../../lib/$(ARCH64)/llib-lcontract.ln
! link path=usr/lib/$(ARCH64)/llib-lctf.ln \
target=../../../lib/$(ARCH64)/llib-lctf.ln
! link path=usr/lib/$(ARCH64)/llib-lcurses.ln \
target=../../../lib/$(ARCH64)/llib-lcurses.ln
! link path=usr/lib/$(ARCH64)/llib-ldevice.ln \
target=../../../lib/$(ARCH64)/llib-ldevice.ln
! link path=usr/lib/$(ARCH64)/llib-ldevid.ln \
target=../../../lib/$(ARCH64)/llib-ldevid.ln
! link path=usr/lib/$(ARCH64)/llib-ldevinfo.ln \
target=../../../lib/$(ARCH64)/llib-ldevinfo.ln
! link path=usr/lib/$(ARCH64)/llib-ldl.ln \
target=../../../lib/$(ARCH64)/llib-ldl.ln
! link path=usr/lib/$(ARCH64)/llib-ldoor.ln \
target=../../../lib/$(ARCH64)/llib-ldoor.ln
! link path=usr/lib/$(ARCH64)/llib-lefi.ln \
target=../../../lib/$(ARCH64)/llib-lefi.ln
! link path=usr/lib/$(ARCH64)/llib-lelf.ln \
target=../../../lib/$(ARCH64)/llib-lelf.ln
! $(i386_ONLY)link path=usr/lib/$(ARCH64)/llib-lfdisk.ln \
target=../../../lib/$(ARCH64)/llib-lfdisk.ln
! link path=usr/lib/$(ARCH64)/llib-lgen.ln \
target=../../../lib/$(ARCH64)/llib-lgen.ln
! link path=usr/lib/$(ARCH64)/llib-lintl.ln \
target=../../../lib/$(ARCH64)/llib-lintl.ln
! link path=usr/lib/$(ARCH64)/llib-lkstat.ln \
target=../../../lib/$(ARCH64)/llib-lkstat.ln
! link path=usr/lib/$(ARCH64)/llib-lmd5.ln \
target=../../../lib/$(ARCH64)/llib-lmd5.ln
! link path=usr/lib/$(ARCH64)/llib-lnsl.ln \
target=../../../lib/$(ARCH64)/llib-lnsl.ln
! link path=usr/lib/$(ARCH64)/llib-lnvpair.ln \
target=../../../lib/$(ARCH64)/llib-lnvpair.ln
! link path=usr/lib/$(ARCH64)/llib-lpam.ln \
target=../../../lib/$(ARCH64)/llib-lpam.ln
! link path=usr/lib/$(ARCH64)/llib-lposix4.ln \
target=../../../lib/$(ARCH64)/llib-lrt.ln
! link path=usr/lib/$(ARCH64)/llib-lpthread.ln \
target=../../../lib/$(ARCH64)/llib-lpthread.ln
! link path=usr/lib/$(ARCH64)/llib-lresolv.ln \
target=../../../lib/$(ARCH64)/llib-lresolv.ln
! link path=usr/lib/$(ARCH64)/llib-lrpcsvc.ln \
target=../../../lib/$(ARCH64)/llib-lrpcsvc.ln
! link path=usr/lib/$(ARCH64)/llib-lrt.ln \
target=../../../lib/$(ARCH64)/llib-lrt.ln
! link path=usr/lib/$(ARCH64)/llib-lrtld_db.ln \
target=../../../lib/$(ARCH64)/llib-lrtld_db.ln
! link path=usr/lib/$(ARCH64)/llib-lscf.ln \
target=../../../lib/$(ARCH64)/llib-lscf.ln
! link path=usr/lib/$(ARCH64)/llib-lsec.ln \
target=../../../lib/$(ARCH64)/llib-lsec.ln
! link path=usr/lib/$(ARCH64)/llib-lsecdb.ln \
target=../../../lib/$(ARCH64)/llib-lsecdb.ln
! link path=usr/lib/$(ARCH64)/llib-lsendfile.ln \
target=../../../lib/$(ARCH64)/llib-lsendfile.ln
! link path=usr/lib/$(ARCH64)/llib-lsocket.ln \
target=../../../lib/$(ARCH64)/llib-lsocket.ln
! link path=usr/lib/$(ARCH64)/llib-lsysevent.ln \
target=../../../lib/$(ARCH64)/llib-lsysevent.ln
! link path=usr/lib/$(ARCH64)/llib-ltermcap.ln \
target=../../../lib/$(ARCH64)/llib-ltermcap.ln
! link path=usr/lib/$(ARCH64)/llib-ltermlib.ln \
target=../../../lib/$(ARCH64)/llib-lcurses.ln
! link path=usr/lib/$(ARCH64)/llib-lthread.ln \
target=../../../lib/$(ARCH64)/llib-lthread.ln
! link path=usr/lib/$(ARCH64)/llib-lthread_db.ln \
target=../../../lib/$(ARCH64)/llib-lc_db.ln
! link path=usr/lib/$(ARCH64)/llib-ltsnet.ln \
target=../../../lib/$(ARCH64)/llib-ltsnet.ln
! link path=usr/lib/$(ARCH64)/llib-ltsol.ln \
target=../../../lib/$(ARCH64)/llib-ltsol.ln
! link path=usr/lib/$(ARCH64)/llib-lumem.ln \
target=../../../lib/$(ARCH64)/llib-lumem.ln
! link path=usr/lib/$(ARCH64)/llib-luuid.ln \
target=../../../lib/$(ARCH64)/llib-luuid.ln
! link path=usr/lib/$(ARCH64)/llib-lxnet.ln \
target=../../../lib/$(ARCH64)/llib-lxnet.ln
link path=usr/lib/llib-ladm target=../../lib/llib-ladm
link path=usr/lib/llib-ladm.ln target=../../lib/llib-ladm.ln
link path=usr/lib/llib-laio target=../../lib/llib-laio
link path=usr/lib/llib-laio.ln target=../../lib/llib-laio.ln
--- 398,492 ----
link path=usr/ccs/lib/values-Xc.o target=../../lib/values-Xc.o
link path=usr/ccs/lib/values-Xs.o target=../../lib/values-Xs.o
link path=usr/ccs/lib/values-Xt.o target=../../lib/values-Xt.o
link path=usr/ccs/lib/values-xpg4.o target=../../lib/values-xpg4.o
link path=usr/ccs/lib/values-xpg6.o target=../../lib/values-xpg6.o
! $(BUILD64)link path=usr/lib/$(ARCH64)/llib-ladm.ln \
target=../../../lib/$(ARCH64)/llib-ladm.ln
! $(BUILD64)link path=usr/lib/$(ARCH64)/llib-laio.ln \
target=../../../lib/$(ARCH64)/llib-laio.ln
! $(BUILD64)link path=usr/lib/$(ARCH64)/llib-lbsm.ln \
target=../../../lib/$(ARCH64)/llib-lbsm.ln
! $(BUILD64)link path=usr/lib/$(ARCH64)/llib-lc.ln \
target=../../../lib/$(ARCH64)/llib-lc.ln
! $(BUILD64)link path=usr/lib/$(ARCH64)/llib-lcontract.ln \
target=../../../lib/$(ARCH64)/llib-lcontract.ln
! $(BUILD64)link path=usr/lib/$(ARCH64)/llib-lctf.ln \
target=../../../lib/$(ARCH64)/llib-lctf.ln
! $(BUILD64)link path=usr/lib/$(ARCH64)/llib-lcurses.ln \
target=../../../lib/$(ARCH64)/llib-lcurses.ln
! $(BUILD64)link path=usr/lib/$(ARCH64)/llib-ldevice.ln \
target=../../../lib/$(ARCH64)/llib-ldevice.ln
! $(BUILD64)link path=usr/lib/$(ARCH64)/llib-ldevid.ln \
target=../../../lib/$(ARCH64)/llib-ldevid.ln
! $(BUILD64)link path=usr/lib/$(ARCH64)/llib-ldevinfo.ln \
target=../../../lib/$(ARCH64)/llib-ldevinfo.ln
! $(BUILD64)link path=usr/lib/$(ARCH64)/llib-ldl.ln \
target=../../../lib/$(ARCH64)/llib-ldl.ln
! $(BUILD64)link path=usr/lib/$(ARCH64)/llib-ldoor.ln \
target=../../../lib/$(ARCH64)/llib-ldoor.ln
! $(BUILD64)link path=usr/lib/$(ARCH64)/llib-lefi.ln \
target=../../../lib/$(ARCH64)/llib-lefi.ln
! $(BUILD64)link path=usr/lib/$(ARCH64)/llib-lelf.ln \
target=../../../lib/$(ARCH64)/llib-lelf.ln
! $(i386_BUILD64)link path=usr/lib/$(ARCH64)/llib-lfdisk.ln \
target=../../../lib/$(ARCH64)/llib-lfdisk.ln
! $(BUILD64)link path=usr/lib/$(ARCH64)/llib-lgen.ln \
target=../../../lib/$(ARCH64)/llib-lgen.ln
! $(BUILD64)link path=usr/lib/$(ARCH64)/llib-lintl.ln \
target=../../../lib/$(ARCH64)/llib-lintl.ln
! $(BUILD64)link path=usr/lib/$(ARCH64)/llib-lkstat.ln \
target=../../../lib/$(ARCH64)/llib-lkstat.ln
! $(BUILD64)link path=usr/lib/$(ARCH64)/llib-lmd5.ln \
target=../../../lib/$(ARCH64)/llib-lmd5.ln
! $(BUILD64)link path=usr/lib/$(ARCH64)/llib-lnsl.ln \
target=../../../lib/$(ARCH64)/llib-lnsl.ln
! $(BUILD64)link path=usr/lib/$(ARCH64)/llib-lnvpair.ln \
target=../../../lib/$(ARCH64)/llib-lnvpair.ln
! $(BUILD64)link path=usr/lib/$(ARCH64)/llib-lpam.ln \
target=../../../lib/$(ARCH64)/llib-lpam.ln
! $(BUILD64)link path=usr/lib/$(ARCH64)/llib-lposix4.ln \
target=../../../lib/$(ARCH64)/llib-lrt.ln
! $(BUILD64)link path=usr/lib/$(ARCH64)/llib-lpthread.ln \
target=../../../lib/$(ARCH64)/llib-lpthread.ln
! $(BUILD64)link path=usr/lib/$(ARCH64)/llib-lresolv.ln \
target=../../../lib/$(ARCH64)/llib-lresolv.ln
! $(BUILD64)link path=usr/lib/$(ARCH64)/llib-lrpcsvc.ln \
target=../../../lib/$(ARCH64)/llib-lrpcsvc.ln
! $(BUILD64)link path=usr/lib/$(ARCH64)/llib-lrt.ln \
target=../../../lib/$(ARCH64)/llib-lrt.ln
! $(BUILD64)link path=usr/lib/$(ARCH64)/llib-lrtld_db.ln \
target=../../../lib/$(ARCH64)/llib-lrtld_db.ln
! $(BUILD64)link path=usr/lib/$(ARCH64)/llib-lscf.ln \
target=../../../lib/$(ARCH64)/llib-lscf.ln
! $(BUILD64)link path=usr/lib/$(ARCH64)/llib-lsec.ln \
target=../../../lib/$(ARCH64)/llib-lsec.ln
! $(BUILD64)link path=usr/lib/$(ARCH64)/llib-lsecdb.ln \
target=../../../lib/$(ARCH64)/llib-lsecdb.ln
! $(BUILD64)link path=usr/lib/$(ARCH64)/llib-lsendfile.ln \
target=../../../lib/$(ARCH64)/llib-lsendfile.ln
! $(BUILD64)link path=usr/lib/$(ARCH64)/llib-lsocket.ln \
target=../../../lib/$(ARCH64)/llib-lsocket.ln
! $(BUILD64)link path=usr/lib/$(ARCH64)/llib-lsysevent.ln \
target=../../../lib/$(ARCH64)/llib-lsysevent.ln
! $(BUILD64)link path=usr/lib/$(ARCH64)/llib-ltermcap.ln \
target=../../../lib/$(ARCH64)/llib-ltermcap.ln
! $(BUILD64)link path=usr/lib/$(ARCH64)/llib-ltermlib.ln \
target=../../../lib/$(ARCH64)/llib-lcurses.ln
! $(BUILD64)link path=usr/lib/$(ARCH64)/llib-lthread.ln \
target=../../../lib/$(ARCH64)/llib-lthread.ln
! $(BUILD64)link path=usr/lib/$(ARCH64)/llib-lthread_db.ln \
target=../../../lib/$(ARCH64)/llib-lc_db.ln
! $(BUILD64)link path=usr/lib/$(ARCH64)/llib-ltsnet.ln \
target=../../../lib/$(ARCH64)/llib-ltsnet.ln
! $(BUILD64)link path=usr/lib/$(ARCH64)/llib-ltsol.ln \
target=../../../lib/$(ARCH64)/llib-ltsol.ln
! $(BUILD64)link path=usr/lib/$(ARCH64)/llib-lumem.ln \
target=../../../lib/$(ARCH64)/llib-lumem.ln
! $(BUILD64)link path=usr/lib/$(ARCH64)/llib-luuid.ln \
target=../../../lib/$(ARCH64)/llib-luuid.ln
! $(BUILD64)link path=usr/lib/$(ARCH64)/llib-lxnet.ln \
target=../../../lib/$(ARCH64)/llib-lxnet.ln
link path=usr/lib/llib-ladm target=../../lib/llib-ladm
link path=usr/lib/llib-ladm.ln target=../../lib/llib-ladm.ln
link path=usr/lib/llib-laio target=../../lib/llib-laio
link path=usr/lib/llib-laio.ln target=../../lib/llib-laio.ln