1 1.1 lukem # LIBREWRITE 2 1.1.1.4 tron # $OpenLDAP$ 3 1.1 lukem ## This work is part of OpenLDAP Software <http://www.openldap.org/>. 4 1.1 lukem ## 5 1.1.1.10 christos ## Copyright 1998-2024 The OpenLDAP Foundation. 6 1.1 lukem ## All rights reserved. 7 1.1 lukem ## 8 1.1 lukem ## Redistribution and use in source and binary forms, with or without 9 1.1 lukem ## modification, are permitted only as authorized by the OpenLDAP 10 1.1 lukem ## Public License. 11 1.1 lukem ## 12 1.1 lukem ## A copy of this license is available in the file LICENSE in the 13 1.1 lukem ## top-level directory of the distribution or, alternatively, at 14 1.1 lukem ## <http://www.OpenLDAP.org/license.html>. 15 1.1 lukem ## 16 1.1 lukem ## Copyright 2000-2001 Pierangelo Masarati <ando (a] sys-net.it> 17 1.1 lukem ## 18 1.1 lukem 19 1.1 lukem SRCS = config.c context.c info.c ldapmap.c map.c params.c rule.c \ 20 1.1.1.10 christos session.c subst.c var.c xmap.c escapemap.c \ 21 1.1 lukem parse.c rewrite.c 22 1.1 lukem XSRCS = version.c 23 1.1 lukem OBJS = config.o context.o info.o ldapmap.o map.o params.o rule.o \ 24 1.1.1.10 christos session.o subst.o var.o xmap.o escapemap.o 25 1.1 lukem 26 1.1 lukem LDAP_INCDIR= ../../include 27 1.1 lukem LDAP_LIBDIR= ../../libraries 28 1.1 lukem 29 1.1 lukem LIBRARY = librewrite.a 30 1.1 lukem PROGRAMS = rewrite 31 1.1 lukem XLIBS = $(LIBRARY) $(LDAP_LIBLUTIL_A) \ 32 1.1.1.9 christos $(LDAP_LIBLDAP_LA) $(LDAP_LIBLBER_LA) 33 1.1 lukem XXLIBS = $(SECURITY_LIBS) $(LUTIL_LIBS) 34 1.1 lukem XXXLIBS = $(LTHREAD_LIBS) 35 1.1 lukem 36 1.1 lukem rewrite: $(XLIBS) rewrite.o parse.o 37 1.1 lukem $(LTLINK) -o $@ rewrite.o parse.o $(LIBS) 38