]> git.sur5r.net Git - openldap/blob - libraries/liblutil/Makefile.in
238b1a68ea1885685d1d7aac45a51f800af2a4a4
[openldap] / libraries / liblutil / Makefile.in
1 # $OpenLDAP$
2 ## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
3 ## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
4 ##
5 ## Makefile for -llutil
6 ##
7
8 LIBRARY = liblutil.a
9
10 NT_SRCS = ntservice.c
11 NT_OBJS = ntservice.o slapdmsg.res
12
13 UNIX_SRCS = detach.c
14 UNIX_OBJS = detach.o
15
16 SRCS    = base64.c csn.c entropy.c sasl.c signal.c hash.c passfile.c \
17         md5.c passwd.c sha1.c getpass.c lockf.c utils.c uuid.c sockpair.c \
18         ldif.c fetch.c \
19         @LIBSRCS@ $(@PLAT@_SRCS)
20
21 OBJS    = base64.o csn.o entropy.o sasl.o signal.o hash.o passfile.o \
22         md5.o passwd.o sha1.o getpass.o lockf.o utils.o uuid.o sockpair.o \
23         ldif.o fetch.o \
24         @LIBOBJS@ $(@PLAT@_OBJS)
25
26 LDAP_INCDIR= ../../include       
27 LDAP_LIBDIR= ../../libraries
28
29 # These rules are for a Mingw32 build, specifically.
30 # It's ok for them to be here because the clean rule is harmless, and
31 # slapdmsg.res won't get built unless it's declared in OBJS.
32
33 slapdmsg.res: slapdmsg.rc slapdmsg.bin
34         windres $< -O coff -o $@
35
36 clean-local:
37         $(RM) *.res
38