]> git.sur5r.net Git - openldap/blob - libraries/libldap_r/Makefile.in
Regarding previous commit:
[openldap] / libraries / libldap_r / Makefile.in
1 ##
2 ## Makefile.in for LDAP -lldap
3 ##
4 LIBRARY = libldap_r.la
5 XLIBRARY = ../libldap_r.a
6
7 PROGRAMS = apitest ltest ttest
8
9 XXDIR = $(srcdir)/../libldap
10 XXSRCS  = apitest.c test.c tmpltest.c extended.c \
11         bind.c controls.c open.c result.c error.c compare.c search.c \
12         modify.c add.c modrdn.c delete.c abandon.c ufn.c cache.c \
13         getfilter.c sasl.c sbind.c kbind.c unbind.c friendly.c cldap.c \
14         free.c disptmpl.c srchpref.c dsparse.c tmplout.c sort.c \
15         getdn.c getentry.c getattr.c getvalues.c addentry.c \
16         request.c getdxbyname.c os-ip.c url.c charset.c \
17         init.c options.c print.c string.c util-int.c schema.c
18 SRCS    = thr_posix.c thr_cthreads.c thr_thr.c thr_lwp.c thr_nt.c \
19         thr_sleep.c thr_stub.c rdwr.c
20 OBJS    = extended.lo \
21         bind.lo controls.lo open.lo result.lo error.lo compare.lo search.lo \
22         modify.lo add.lo modrdn.lo delete.lo abandon.lo ufn.lo cache.lo \
23         getfilter.lo sasl.lo sbind.lo kbind.lo unbind.lo friendly.lo cldap.lo \
24         free.lo disptmpl.lo srchpref.lo dsparse.lo tmplout.lo sort.lo \
25         getdn.lo getentry.lo getattr.lo getvalues.lo addentry.lo \
26         request.lo getdxbyname.lo os-ip.lo url.lo charset.lo \
27         init.lo options.lo print.lo string.lo util-int.lo schema.lo \
28         thr_posix.lo thr_cthreads.lo thr_thr.lo thr_lwp.lo thr_nt.lo \
29         thr_sleep.lo thr_stub.lo rdwr.lo        
30
31 LDAP_INCDIR= ../../include       
32 LDAP_LIBDIR= ../../libraries
33
34 XDEFS = -DLDAP_R_COMPILE -I$(XXDIR)
35 XLIBS = -lldap_r -llber
36 XXLIBS = $(LUTIL_LIBS) $(KRB_LIBS)
37 XXXLIBS = $(LTHREAD_LIBS)
38
39 .links :
40         @for i in $(XXSRCS); do \
41                 $(RM) $$i ; \
42                 $(LN_S) $(XXDIR)/$$i . ; \
43         done
44         touch .links
45
46 $(XXSRCS) : .links
47
48 clean-local: FORCE
49         @$(RM) .links
50
51 depend-common: .links
52
53 apitest:        $(LIBRARY) apitest.o $(LDAP_LIBLBER_DEPEND)
54         $(LTLINK) $(LDFLAGS) -o $@ apitest.o $(LIBS)
55 ltest:  $(LIBRARY) test.o $(LDAP_LIBLBER_DEPEND)
56         $(LTLINK) $(LDFLAGS) -o $@ test.o $(LIBS)
57 ttest:  $(LIBRARY) tmpltest.o $(LDAP_LIBLBER_DEPEND)
58         $(LTLINK) $(LDFLAGS) -o $@ tmpltest.o $(LIBS)
59
60 install-local: $(CFFILES) FORCE
61         -$(MKDIR) $(libdir)
62         $(LTINSTALL) $(INSTALLFLAGS) -m 644 $(LIBRARY) $(libdir)