xref: /onnv-gate/usr/src/lib/smbsrv/libmlrpc/Makefile.com (revision 8334:5f1c6a3b0fad)
15331Samw#
25331Samw# CDDL HEADER START
35331Samw#
45331Samw# The contents of this file are subject to the terms of the
55331Samw# Common Development and Distribution License (the "License").
65331Samw# You may not use this file except in compliance with the License.
75331Samw#
85331Samw# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
95331Samw# or http://www.opensolaris.org/os/licensing.
105331Samw# See the License for the specific language governing permissions
115331Samw# and limitations under the License.
125331Samw#
135331Samw# When distributing Covered Code, include this CDDL HEADER in each
145331Samw# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
155331Samw# If applicable, add the following below this CDDL HEADER, with the
165331Samw# fields enclosed by brackets "[]" replaced with your own identifying
175331Samw# information: Portions Copyright [yyyy] [name of copyright owner]
185331Samw#
195331Samw# CDDL HEADER END
205331Samw#
215331Samw#
225772Sas200622# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
235331Samw# Use is subject to license terms.
245331Samw#
255331Samw
265331SamwLIBRARY =	libmlrpc.a
275331SamwVERS =		.1
285331Samw
295331SamwOBJS_COMMON = 			\
305772Sas200622	ndr_client.o		\
315772Sas200622	ndr_heap.o		\
325772Sas200622	ndr_marshal.o		\
335772Sas200622	ndr_ops.o		\
345772Sas200622	ndr_process.o		\
355772Sas200622	ndr_server.o		\
365772Sas200622	ndr_svc.o
375331Samw
385331SamwNDLLIST = rpcpdu
395331Samw
405331SamwOBJECTS=	$(OBJS_COMMON) $(OBJS_SHARED) $(NDLLIST:%=%_ndr.o)
415331Samw
425331Samwinclude ../../../Makefile.lib
435331Samwinclude ../../Makefile.lib
445331Samw
455331SamwINCS += -I$(SRC)/common/smbsrv
465331Samw
475521Sas200622LDLIBS +=	$(MACH_LDLIBS)
48*8334SJose.Borrego@Sun.COMLDLIBS +=	-lsmb -luuid -lc
495331Samw
505331SamwCPPFLAGS += $(INCS) -D_REENTRANT
515331Samw
525331SamwSRCS=   $(OBJS_COMMON:%.o=$(SRCDIR)/%.c)		\
535331Samw	$(OBJS_SHARED:%.o=$(SRC)/common/smbsrv/%.c)
545331Samw
555331Samwinclude ../../Makefile.targ
565331Samwinclude ../../../Makefile.targ
57