]> git.sur5r.net Git - openldap/blobdiff - libraries/liblunicode/Makefile.in
Sync with HEAD
[openldap] / libraries / liblunicode / Makefile.in
index 55413c54f501a8a66dd2bc51fe3ec97cbbb4e3c6..91a60bfb71cf5f3997ae99359861c5c0049d0a80 100644 (file)
@@ -1,9 +1,18 @@
+# Makefile.in for LDAP -llunicode
 # $OpenLDAP$
-## Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
-## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
+## This work is part of OpenLDAP Software <http://www.openldap.org/>.
 ##
-## Makefile.in for LDAP -lldap
+## Copyright 1998-2004 The OpenLDAP Foundation.
+## All rights reserved.
 ##
+## Redistribution and use in source and binary forms, with or without
+## modification, are permitted only as authorized by the OpenLDAP
+## Public License.
+##
+## A copy of this license is available in the file LICENSE in the
+## top-level directory of the distribution or, alternatively, at
+## <http://www.OpenLDAP.org/license.html>.
+
 LIBRARY = liblunicode.a
 
 XXDIR = $(srcdir)/*/
@@ -13,17 +22,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 +52,6 @@ install-local: $(PROGRAMS) FORCE
 $(XXSRCS) : .links
 
 clean-local: FORCE
-       @$(RM) *.dat .links
+       @$(RM) *.dat .links $(XXHEADERS)
 
 depend-common: .links