Makefile.com revision f83b46baf98d276f5f84fa84c8b461f412ac1f5e
fa9e4066f08beec538e775443c5be79dd423fcabahrens# CDDL HEADER START
fa9e4066f08beec538e775443c5be79dd423fcabahrens# The contents of this file are subject to the terms of the
f808c858fa61e7769218966759510a8b1190dfcfraf# Common Development and Distribution License (the "License").
f808c858fa61e7769218966759510a8b1190dfcfraf# You may not use this file except in compliance with the License.
fa9e4066f08beec538e775443c5be79dd423fcabahrens# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
fa9e4066f08beec538e775443c5be79dd423fcabahrens# See the License for the specific language governing permissions
fa9e4066f08beec538e775443c5be79dd423fcabahrens# and limitations under the License.
fa9e4066f08beec538e775443c5be79dd423fcabahrens# When distributing Covered Code, include this CDDL HEADER in each
fa9e4066f08beec538e775443c5be79dd423fcabahrens# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
fa9e4066f08beec538e775443c5be79dd423fcabahrens# If applicable, add the following below this CDDL HEADER, with the
fa9e4066f08beec538e775443c5be79dd423fcabahrens# fields enclosed by brackets "[]" replaced with your own identifying
fa9e4066f08beec538e775443c5be79dd423fcabahrens# information: Portions Copyright [yyyy] [name of copyright owner]
fa9e4066f08beec538e775443c5be79dd423fcabahrens# CDDL HEADER END
3c112a2b34403220c06c3e2fcac403358cfba168Eric Taylor# Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
f83b46baf98d276f5f84fa84c8b461f412ac1f5ePaul Dagnelie# Copyright (c) 2013, 2015 by Delphix. All rights reserved.
088e9d477eee66081e407fbc5a33c4da25f66f6aeschrock# include the list of ZFS sources
3c112a2b34403220c06c3e2fcac403358cfba168Eric TaylorOBJECTS=$(ZFS_COMMON_OBJS) $(ZFS_SHARED_OBJS) $(KERNEL_OBJS)
fa9e4066f08beec538e775443c5be79dd423fcabahrens# include library definitions
fa9e4066f08beec538e775443c5be79dd423fcabahrensZFS_COMMON_SRCS= $(ZFS_COMMON_OBJS:%.o=../../../uts/common/fs/zfs/%.c)
088e9d477eee66081e407fbc5a33c4da25f66f6aeschrockZFS_SHARED_SRCS= $(ZFS_SHARED_OBJS:%.o=../../../common/zfs/%.c)
3c112a2b34403220c06c3e2fcac403358cfba168Eric TaylorSRCS=$(ZFS_COMMON_SRCS) $(ZFS_SHARED_SRCS) $(KERNEL_SRCS)
f808c858fa61e7769218966759510a8b1190dfcfraf# There should be a mapfile here
3c112a2b34403220c06c3e2fcac403358cfba168Eric TaylorLDLIBS += -lcmdutils -lumem -lavl -lnvpair -lz -lc -lsysevent -lmd
be6fd75a69ae679453d9cda5bff3326111e6d1caMatthew Ahrenspics/%.o: ../../../uts/common/fs/zfs/%.c ../common/zfs.h
be6fd75a69ae679453d9cda5bff3326111e6d1caMatthew Ahrenspics/%.o: ../../../common/zfs/%.c ../common/zfs.h