Makefile.lib (0bb073995ac5a95bd35f2dd790df1ea3d8c2d507) | Makefile.lib (257873cfc1dd3337766407f80397db60a56f2f5a) |
---|---|
1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE --- 4 unchanged lines hidden (view full) --- 13# When distributing Covered Code, include this CDDL HEADER in each 14# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15# If applicable, add the following below this CDDL HEADER, with the 16# fields enclosed by brackets "[]" replaced with your own identifying 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# | 1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE --- 4 unchanged lines hidden (view full) --- 13# When distributing Covered Code, include this CDDL HEADER in each 14# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15# If applicable, add the following below this CDDL HEADER, with the 16# fields enclosed by brackets "[]" replaced with your own identifying 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# |
21# | |
22# Copyright 2008 Sun Microsystems, Inc. All rights reserved. 23# Use is subject to license terms. 24# 25# 26# Definitions common to libraries. 27# 28# include global definitions; SRC should be defined in the shell. 29# SRC is needed until RFE 1026993 is implemented. --- 92 unchanged lines hidden (view full) --- 122DEMOFILESRCDIR= common 123ROOTDEMODIRBASE= __nonexistent_directory__ 124ROOTDEMODIRS= 125ROOTDEMOFILES= $(DEMOFILES:%=$(ROOTDEMODIRBASE)/%) 126$(ROOTDEMODIRS) := OWNER = root 127$(ROOTDEMODIRS) := GROUP = bin 128$(ROOTDEMODIRS) := DIRMODE = 755 129 | 21# Copyright 2008 Sun Microsystems, Inc. All rights reserved. 22# Use is subject to license terms. 23# 24# 25# Definitions common to libraries. 26# 27# include global definitions; SRC should be defined in the shell. 28# SRC is needed until RFE 1026993 is implemented. --- 92 unchanged lines hidden (view full) --- 121DEMOFILESRCDIR= common 122ROOTDEMODIRBASE= __nonexistent_directory__ 123ROOTDEMODIRS= 124ROOTDEMOFILES= $(DEMOFILES:%=$(ROOTDEMODIRBASE)/%) 125$(ROOTDEMODIRS) := OWNER = root 126$(ROOTDEMODIRS) := GROUP = bin 127$(ROOTDEMODIRS) := DIRMODE = 755 128 |
130# 131# Begin /usr/sfw freeware rules for freeware that has "External" 132# taxonomy stability level. 133# 134ROOTSFW= $(ROOT)/usr/sfw 135ROOTSFWBIN= $(ROOT)/usr/sfw/bin 136ROOTSFWETC= $(ROOT)/etc/sfw 137ROOTSFWVAR= $(ROOT)/var/sfw 138ROOTSFWSHARE= $(ROOT)/usr/sfw/share 139ROOTSFWSHSRC= $(ROOT)/usr/sfw/share/src 140ROOTSFWINCLUDE= $(ROOT)/usr/sfw/include 141ROOTSFWLIB= $(ROOT)/usr/sfw/lib 142ROOTSFWLIB64= $(ROOT)/usr/sfw/lib/$(MACH64) 143ROOTSFWMAN= $(ROOT)/usr/sfw/share/man 144ROOTSFWMANN= $(ROOT)/usr/sfw/share/mann 145ROOTSFWMAN1= $(ROOT)/usr/sfw/share/man/man1 146ROOTSFWMAN1M= $(ROOT)/usr/sfw/share/man/man1m 147ROOTSFWMAN3= $(ROOT)/usr/sfw/share/man/man3 148ROOTSFWMAN5= $(ROOT)/usr/sfw/share/man/man5 149ROOTSFWMAN7= $(ROOT)/usr/sfw/share/man/man7 150# 151# End /usr/sfw freeware rules 152# 153 | |
154LINTLIB= llib-l$(LIBNAME).ln 155LINTFLAGS= -uaxm 156LINTFLAGS64= -uaxm -m64 157LINTSRC= $(LINTLIB:%.ln=%) 158LINTOUT= lint.out 159ARFLAGS= r 160SONAME= $(DYNLIB) 161# For most libraries, we should be able to resolve all symbols at link time, --- 121 unchanged lines hidden --- | 129LINTLIB= llib-l$(LIBNAME).ln 130LINTFLAGS= -uaxm 131LINTFLAGS64= -uaxm -m64 132LINTSRC= $(LINTLIB:%.ln=%) 133LINTOUT= lint.out 134ARFLAGS= r 135SONAME= $(DYNLIB) 136# For most libraries, we should be able to resolve all symbols at link time, --- 121 unchanged lines hidden --- |