]> git.sur5r.net Git - openldap/blob - tests/progs/Makefile.in
052b483cba4d52e9877432bd13d559b353ed8842
[openldap] / tests / progs / Makefile.in
1 ## Makefile.in for test programs
2 # $OpenLDAP$
3 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
4 ##
5 ## Copyright 1998-2005 The OpenLDAP Foundation.
6 ## All rights reserved.
7 ##
8 ## Redistribution and use in source and binary forms, with or without
9 ## modification, are permitted only as authorized by the OpenLDAP
10 ## Public License.
11 ##
12 ## A copy of this license is available in the file LICENSE in the
13 ## top-level directory of the distribution or, alternatively, at
14 ## <http://www.OpenLDAP.org/license.html>.
15
16 PROGRAMS = slapd-tester slapd-search slapd-read slapd-addel slapd-modrdn \
17                 slapd-modify slapd-bind
18
19 SRCS     = slapd-tester.c slapd-search.c slapd-read.c slapd-addel.c \
20                 slapd-modrdn.c slapd-modify.c slapd-bind.c
21
22 LDAP_INCDIR= ../../include
23 LDAP_LIBDIR= ../../libraries
24
25 XLIBS    = $(LDAP_LIBLDAP_LA) $(LDAP_LIBLBER_LA) $(LDAP_LIBLUTIL_A)
26 XXLIBS  = $(SECURITY_LIBS) $(LUTIL_LIBS)
27
28 # build-tools: FORCE
29 # $(MAKE) $(MFLAGS) load-tools
30
31 # load-tools: $(PROGRAMS)
32
33 slapd-tester: slapd-tester.o $(XLIBS)
34         $(LTLINK) -o $@ slapd-tester.o $(LIBS)
35
36 slapd-search: slapd-search.o $(XLIBS)
37         $(LTLINK) -o $@ slapd-search.o $(LIBS)
38
39 slapd-read: slapd-read.o $(XLIBS)
40         $(LTLINK) -o $@ slapd-read.o $(LIBS)
41
42 slapd-addel: slapd-addel.o $(XLIBS)
43         $(LTLINK) -o $@ slapd-addel.o $(LIBS)
44
45 slapd-modrdn: slapd-modrdn.o $(XLIBS)
46         $(LTLINK) -o $@ slapd-modrdn.o $(LIBS)
47
48 slapd-modify: slapd-modify.o $(XLIBS)
49         $(LTLINK) -o $@ slapd-modify.o $(LIBS)
50
51 slapd-bind: slapd-bind.o $(XLIBS)
52         $(LTLINK) -o $@ slapd-bind.o $(LIBS)