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