Makefile.files (5d7b4d438c4a51eccc95e77a83a437b4d48380eb) | Makefile.files (f52228b83292315dabb975359cdcf9db662845b2) |
---|---|
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 --- 7 unchanged lines hidden (view full) --- 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# 23# Copyright (c) 1991, 2010, Oracle and/or its affiliates. All rights reserved. | 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 --- 7 unchanged lines hidden (view full) --- 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# 23# Copyright (c) 1991, 2010, Oracle and/or its affiliates. All rights reserved. |
24# Copyright (c) 2012 Nexenta Systems, Inc. All rights reserved. | |
25# Copyright (c) 2013 by Delphix. All rights reserved. 26# Copyright (c) 2013 by Saso Kiselkov. All rights reserved. | 24# Copyright (c) 2013 by Delphix. All rights reserved. 25# Copyright (c) 2013 by Saso Kiselkov. All rights reserved. |
26# Copyright 2014 Nexenta Systems, Inc. All rights reserved. |
|
27# 28 29# 30# This Makefile defines all file modules for the directory uts/common 31# and its children. These are the source files which may be considered 32# common to all SunOS systems. 33 34i386_CORE_OBJS += \ --- 1827 unchanged lines hidden (view full) --- 1862 idm.o idm_impl.o idm_text.o idm_conn_sm.o idm_so.o 1863 1864VR_OBJS += vr.o 1865 1866ATGE_OBJS += atge_main.o atge_l1e.o atge_mii.o atge_l1.o atge_l1c.o 1867 1868YGE_OBJS = yge.o 1869 | 27# 28 29# 30# This Makefile defines all file modules for the directory uts/common 31# and its children. These are the source files which may be considered 32# common to all SunOS systems. 33 34i386_CORE_OBJS += \ --- 1827 unchanged lines hidden (view full) --- 1862 idm.o idm_impl.o idm_text.o idm_conn_sm.o idm_so.o 1863 1864VR_OBJS += vr.o 1865 1866ATGE_OBJS += atge_main.o atge_l1e.o atge_mii.o atge_l1.o atge_l1c.o 1867 1868YGE_OBJS = yge.o 1869 |
1870SKD_OBJS = skd.o 1871 |
|
1870# 1871# Build up defines and paths. 1872# 1873LINT_DEFS += -Dunix 1874 1875# 1876# This duality can be removed when the native and target compilers 1877# are the same (or at least recognize the same command line syntax!) --- 199 unchanged lines hidden --- | 1872# 1873# Build up defines and paths. 1874# 1875LINT_DEFS += -Dunix 1876 1877# 1878# This duality can be removed when the native and target compilers 1879# are the same (or at least recognize the same command line syntax!) --- 199 unchanged lines hidden --- |