OpenSolaris_b135/lib/libldap4/Makefile.com

#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
# Use is subject to license terms.
#
# ident	"%Z%%M%	%I%	%E% SMI"
#

LIBRARY= libldap.a
VERS= .4

LDAPOBJS=	abandon.o             getentry.o            referral.o \
		add.o                 getfilter.o           regex.o \
		addentry.o            getmsg.o              rename.o \
		bind.o                getref.o              request.o \
		cache.o               getvalues.o           result.o \
		charset.o             kbind.o               saslbind.o \
		cldap.o               sbind.o 		    compare.o    \
		search.o 	      controls.o            sort.o \
		delete.o              srchpref.o	    disptmpl.o \
		tmplout.o 	      dsparse.o             \
		error.o               ufn.o \
		extensions.o          unbind.o 	            extop.o    \
		url.o         \
		free.o   modify.o              utils.o \
		friendly.o            modrdn.o    notif.o    Version.o \
		getattr.o             open.o                \
		getdn.o               option.o \
		getdxbyname.o         os-ip.o               sortctrl.o \
		vlistctrl.o

BEROBJS=	bprint.o	      decode.o \
		encode.o 	   \
		io.o		      i18n.o

UTILOBJS=	line64.o	log.o


SECOBJS=	cram_md5.o	secutil.o

OBJECTS=	$(LDAPOBJS)	$(BEROBJS)	$(UTILOBJS)	$(SECOBJS)

include ../../Makefile.lib

LDAPINC=	$(SRC)/lib/libldap4/include
LDAP_FLAGS=	-DLDAP_REFERRALS -DCLDAP -DLDAP_DNS -DSUN

SRCDIR =	../common
SRCS=		$(LDAPOBJS:%.o=../common/%.c)	$(BEROBJS:%.o=../ber/%.c) \
		$(UTILOBJS:%.o=../util/%.c)	$(SECOBJS:%.o=../sec/%.c) 

LIBS =		$(DYNLIB)

$(LINTLIB):= 	SRCS=../common/llib-lldap

LINTSRC=	$(LINTLIB:%.ln=%)
ROOTLINTDIR=	$(ROOTLIBDIR)
ROOTLINT=	$(LINTSRC:%=$(ROOTLINTDIR)/%)


CLEANFILES += 	$(LINTOUT) $(LINTLIB)

# Local Libldap definitions

LOCFLAGS +=	-D_SYS_STREAM_H -D_REENTRANT -DSVR4 -DSUNW_OPTIONS \
		-DTHREAD_SUNOS5_LWP -DSOUNDEX -DSTR_TRANSLATION \
		$(LDAP_FLAGS) -I$(LDAPINC)

CPPFLAGS =	$(LOCFLAGS) $(CPPFLAGS.master)
CFLAGS +=	$(CCVERBOSE)
LDLIBS +=	-lsocket -lnsl -lresolv -lc -lmd

.KEEP_STATE:

lint: lintcheck

# include library targets
include ../../Makefile.targ

objs/%.o pics/%.o: ../common/%.c
	$(COMPILE.c) -o $@ $<
	$(POST_PROCESS_O)

objs/%.o pics/%.o: ../ber/%.c
	$(COMPILE.c) -o $@ $<
	$(POST_PROCESS_O)

objs/%.o pics/%.o: ../util/%.c
	$(COMPILE.c) -o $@ $<
	$(POST_PROCESS_O)

objs/%.o pics/%.o: ../sec/%.c
	$(COMPILE.c) -o $@ $<
	$(POST_PROCESS_O)