X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=libraries%2Fliblunicode%2FMakefile.in;h=01c9b7e1b1d97552244ac61013f447be477a7805;hb=f963a161500b55d6e575a227b4cf334465904cc2;hp=55413c54f501a8a66dd2bc51fe3ec97cbbb4e3c6;hpb=bfff7ce1f5cfe651274882e39a250ceb0a7e3d40;p=openldap diff --git a/libraries/liblunicode/Makefile.in b/libraries/liblunicode/Makefile.in index 55413c54f5..01c9b7e1b1 100644 --- a/libraries/liblunicode/Makefile.in +++ b/libraries/liblunicode/Makefile.in @@ -1,5 +1,5 @@ # $OpenLDAP$ -## Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved. +## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved. ## COPYING RESTRICTIONS APPLY, see COPYRIGHT file ## ## Makefile.in for LDAP -lldap @@ -13,17 +13,18 @@ XXSRCS = ucdata.c ucgendat.c ure.c urestubs.c SRCS = ucstr.c OBJS = ucdata.o ure.o urestubs.o ucstr.o -XLIB = -llunicode +XLIB = $(LIBRARY) +XLIBS = $(LDAP_LIBLBER_LA) $(LDAP_LIBLUTIL_A) PROGRAMS = ucgendat LDAP_INCDIR= ../../include LDAP_LIBDIR= ../../libraries -ucgendat: $(LIBRARY) ucgendat.o - $(LTLINK) $(LDFLAGS) -o $@ ucgendat.o $(LIBS) - ./ucgendat $(srcdir)/UnicodeData.txt +ucgendat: $(XLIBS) ucgendat.o + $(LTLINK) -o $@ ucgendat.o $(LIBS) + ./ucgendat $(srcdir)/UnicodeData.txt -x $(srcdir)/CompositionExclusions.txt -DATFILES = case.dat cmbcl.dat ctype.dat decomp.dat num.dat +DATFILES = case.dat cmbcl.dat comp.dat ctype.dat decomp.dat num.dat kdecomp.dat install-local: $(PROGRAMS) FORCE -$(MKDIR) $(DESTDIR)$(datadir)/ucdata @@ -42,6 +43,6 @@ install-local: $(PROGRAMS) FORCE $(XXSRCS) : .links clean-local: FORCE - @$(RM) *.dat .links + @$(RM) *.dat .links $(XXHEADERS) depend-common: .links