⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.in

📁 开放源码的ldap系统
💻 IN
字号:
# $OpenLDAP: pkg/ldap/servers/slapd/tools/Makefile.in,v 1.19.2.8 2001/07/22 02:28:30 kurt Exp $## Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.## COPYING RESTRICTIONS APPLY, see COPYRIGHT file#-----------------------------------------------------------------------------# Portions Copyright (c) 1995 Regents of the University of Michigan.# All rights reserved.## Redistribution and use in source and binary forms are permitted# provided that this notice is preserved and that due credit is given# to the University of Michigan at Ann Arbor. The name of the University# may not be used to endorse or promote products derived from this# software without specific prior written permission. This software# is provided ``as is'' without express or implied warranty.##       Stand alone LDAP server tools makefile##-----------------------------------------------------------------------------BUILD_LDBM = @BUILD_LDBM@LDAP_INCDIR= ../../../include       LDAP_LIBDIR= ../../../librariesSLAP_DIR=../SLAPD_MODULES = @SLAPD_MODULES_LIST@XDEFS = $(MODULES_CPPFLAGS)XLDFLAGS = $(MODULES_LDFLAGS) $(SLAPD_MODULES)XLIBS = -lavl -lldif -lldbm -llutil -lldap_r -llberXXLIBS = $(SLAPD_LIBS) \	$(LDBM_LIBS) $(SECURITY_LIBS) \	$(LDIF_LIBS) $(LUTIL_LIBS)XXXLIBS = $(MODULES_LIBS) $(LTHREAD_LIBS)PROGRAMS=slapadd slapcat slapindex slappasswd# CPPFLAGS will include the defines for dynamic libs in Mingw32.NT_DYN_DEFS = -DLBER_DECL=dllimport -DLDAP_DECL=dllimportCPPFLAGS = $(@PLAT@_@LIB_LINKAGE@_DEFS)SRCS = mimic.c slapcommon.c \	slapadd.c slapcat.c slapindex.c slappasswd.cSLAPD_OBJS = ../config.o ../ch_malloc.o ../backend.o ../charray.o \		../module.o ../aclparse.o ../filterentry.o \		../schema.o ../schema_check.o ../schema_init.o ../schema_prep.o \		../schemaparse.o ../ad.o ../at.o ../mr.o ../oc.o ../syntax.o \		../acl.o ../phonetic.o ../attr.o ../value.o ../entry.o \		../dn.o ../filter.o ../str2filter.o ../ava.o ../init.o \		../controls.o ../kerberos.o ../passwd.o ../index.o \		../extended.o ../starttls.o ../sets.oSLAPOBJS = $(SLAPD_OBJS) slapcommon.o mimic.oall-local: build-progsbuild-progs: $(PROGRAMS)## SLAP Tools#slapadd:	slapadd.o ../libbackends.a $(SLAPOBJS) $(SLAPD_LIBDEPEND) 	$(LTLINK) -o $@ slapadd.o $(SLAPOBJS) ../libbackends.a $(LIBS)slapcat:	slapcat.o ../libbackends.a $(SLAPOBJS) $(SLAPD_LIBDEPEND) 	$(LTLINK) -o $@ slapcat.o $(SLAPOBJS) ../libbackends.a $(LIBS)slapindex:	slapindex.o ../libbackends.a $(SLAPOBJS) $(SLAPD_LIBDEPEND) 	$(LTLINK) -o $@ slapindex.o $(SLAPOBJS) ../libbackends.a $(LIBS)slappasswd:		slappasswd.o $(SLAPD_LIBDEPEND) 	$(LTLINK) -o $@ slappasswd.o $(LIBS)clean-local: FORCE	$(RM) $(PROGRAMS) $(XPROGRAMS) $(XSRCS) *.o core .libs/* *.exedepend-local: FORCE	$(MKDEP) $(DEFS) $(DEFINES) $(SRCS)install-local: install-ldbm-$(BUILD_LDBM)install-ldbm-no:install-ldbm-yes install-ldbm-mod: FORCE	-$(MKDIR) $(DESTDIR)$(sbindir)	@for bin in $(PROGRAMS); do \		$(LTINSTALL) $(INSTALLFLAGS) -s -m 755 \			$$bin$(EXEEXT) $(DESTDIR)$(sbindir); \	done

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -