Makefile.lib (ee637354acf5da3e4a5853a500f444e3aec1a76e) | Makefile.lib (7b07063d906859b2be1e88791f801b3c96e432f6) |
---|---|
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 --- 5 unchanged lines hidden (view full) --- 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# Copyright 2015 Gary Mills | 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 --- 5 unchanged lines hidden (view full) --- 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# Copyright 2015 Gary Mills |
22# Copyright 2015 Igor Kozhukhov <ikozhukhov@gmail.com> |
|
22# Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved. 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. 29 30include $(SRC)/Makefile.master 31 32LORDER= lorder 33TSORT= tsort | 23# Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved. 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. 30 31include $(SRC)/Makefile.master 32 33LORDER= lorder 34TSORT= tsort |
34AWK= awk | |
35 36# 37# By default, we define the source directory for libraries to be 38# one level up from the ISA-specific directory, where the code is 39# actually built. Many libraries define a 'common' directory to 40# contain the source. These libraries must redefine SRCDIR as: 41# SRCDIR = ../common 42# Other variations are possible (../port, ../src, etc). --- 214 unchanged lines hidden --- | 35 36# 37# By default, we define the source directory for libraries to be 38# one level up from the ISA-specific directory, where the code is 39# actually built. Many libraries define a 'common' directory to 40# contain the source. These libraries must redefine SRCDIR as: 41# SRCDIR = ../common 42# Other variations are possible (../port, ../src, etc). --- 214 unchanged lines hidden --- |