]> git.sur5r.net Git - openldap/blob - libraries/liblunicode/Makefile.in
Fix ldaps / TLS processing...
[openldap] / libraries / liblunicode / Makefile.in
1 # $OpenLDAP$
2 ##
3 ## Makefile.in for LDAP -lldap
4 ##
5 LIBRARY = liblunicode.a
6
7 XXDIR = $(srcdir)/*/
8 XXHEADERS = ucdata.h ure.h
9 XXSRCS  = ucdata.c ucgendat.c ure.c urestubs.c
10 SRCS    = 
11 OBJS    = ucdata.o ure.o urestubs.o
12
13 XLIB = -llunicode
14 PROGRAMS = ucgendat
15
16 LDAP_INCDIR= ../../include       
17 LDAP_LIBDIR= ../../libraries
18
19 ucgendat: $(LIBRARY) ucgendat.o
20         $(LTLINK) $(LDFLAGS) -o $@ ucgendat.o $(LIBS)
21
22 .links :
23         @for i in $(XXSRCS) $(XXHEADERS); do \
24                 $(RM) $$i ; \
25                 $(LN_S) $(XXDIR)$$i . ; \
26         done
27         touch .links
28
29 $(XXSRCS) : .links
30
31 clean-local: FORCE
32         @$(RM) .links
33
34 depend-common: .links