X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libraries%2Fliblutil%2FMakefile.in;h=e08759033c142ec2ba7bb01ce9f1fab4f34451a0;hb=d8eace75a7472731d78f61df01e648e8af8deee5;hp=c0e2bbc7d60b1a544bbd4232171a3864104d242f;hpb=2c21fdcecb749b40b7fe1a053524febea3606f0b;p=openldap diff --git a/libraries/liblutil/Makefile.in b/libraries/liblutil/Makefile.in index c0e2bbc7d6..e08759033c 100644 --- a/libraries/liblutil/Makefile.in +++ b/libraries/liblutil/Makefile.in @@ -2,7 +2,7 @@ # $OpenLDAP$ ## This work is part of OpenLDAP Software . ## -## Copyright 1998-2003 The OpenLDAP Foundation. +## Copyright 1998-2006 The OpenLDAP Foundation. ## All rights reserved. ## ## Redistribution and use in source and binary forms, with or without @@ -29,22 +29,28 @@ XLIBS = $(LIBRARY) $(LDAP_LIBLBER_LA) SRCS = base64.c csn.c entropy.c sasl.c signal.c hash.c passfile.c \ md5.c passwd.c sha1.c getpass.c lockf.c utils.c uuid.c sockpair.c \ - avl.c ldif.c fetch.c \ + avl.c tavl.c ldif.c fetch.c \ testavl.c \ @LIBSRCS@ $(@PLAT@_SRCS) OBJS = base64.o csn.o entropy.o sasl.o signal.o hash.o passfile.o \ md5.o passwd.o sha1.o getpass.o lockf.o utils.o uuid.o sockpair.o \ - avl.o ldif.o fetch.o \ + avl.o tavl.o ldif.o fetch.o \ @LIBOBJS@ $(@PLAT@_OBJS) testavl: $(XLIBS) testavl.o (LTLINK) -o $@ testavl.o $(LIBS) +testtavl: $(XLIBS) testtavl.o + (LTLINK) -o $@ testtavl.o $(LIBS) + # These rules are for a Mingw32 build, specifically. # It's ok for them to be here because the clean rule is harmless, and # slapdmsg.res won't get built unless it's declared in OBJS. +slapdmsg.bin: FORCE + @if [ ! -f $@ ]; then cp $(srcdir)/$@ .; fi + slapdmsg.res: slapdmsg.rc slapdmsg.bin windres $< -O coff -o $@