Home | History | Annotate | Line # | Download | only in back-passwd
      1       1.1     lukem # Makefile.in for back-passwd
      2   1.1.1.4      tron # $OpenLDAP$
      3       1.1     lukem ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
      4       1.1     lukem ##
      5  1.1.1.10  christos ## Copyright 1998-2024 The OpenLDAP Foundation.
      6       1.1     lukem ## All rights reserved.
      7       1.1     lukem ##
      8       1.1     lukem ## Redistribution and use in source and binary forms, with or without
      9       1.1     lukem ## modification, are permitted only as authorized by the OpenLDAP
     10       1.1     lukem ## Public License.
     11       1.1     lukem ##
     12       1.1     lukem ## A copy of this license is available in the file LICENSE in the
     13       1.1     lukem ## top-level directory of the distribution or, alternatively, at
     14       1.1     lukem ## <http://www.OpenLDAP.org/license.html>.
     15       1.1     lukem 
     16       1.1     lukem SRCS	= search.c config.c init.c
     17       1.1     lukem OBJS	= search.lo config.lo init.lo
     18       1.1     lukem 
     19       1.1     lukem LDAP_INCDIR= ../../../include       
     20       1.1     lukem LDAP_LIBDIR= ../../../libraries
     21       1.1     lukem 
     22       1.1     lukem BUILD_OPT = "--enable-passwd"
     23       1.1     lukem BUILD_MOD = @BUILD_PASSWD@
     24       1.1     lukem 
     25       1.1     lukem mod_DEFS = -DSLAPD_IMPORT
     26       1.1     lukem MOD_DEFS = $(@BUILD_PASSWD@_DEFS)
     27       1.1     lukem 
     28   1.1.1.9  christos shared_LDAP_LIBS = $(LDAP_LIBLDAP_LA) $(LDAP_LIBLBER_LA)
     29       1.1     lukem NT_LINK_LIBS = -L.. -lslapd $(@BUILD_LIBS_DYNAMIC@_LDAP_LIBS)
     30       1.1     lukem UNIX_LINK_LIBS = $(@BUILD_LIBS_DYNAMIC@_LDAP_LIBS)
     31       1.1     lukem 
     32       1.1     lukem LIBBASE = back_passwd
     33       1.1     lukem 
     34       1.1     lukem XINCPATH = -I.. -I$(srcdir)/..
     35       1.1     lukem XDEFS = $(MODULES_CPPFLAGS)
     36       1.1     lukem 
     37       1.1     lukem all-local-lib:	../.backend
     38       1.1     lukem 
     39       1.1     lukem ../.backend: lib$(LIBBASE).a
     40       1.1     lukem 	@touch $@
     41       1.1     lukem 
     42