openldap/libraries/liblunicode/Makefile.in

37 lines
704 B
Makefile
Raw Normal View History

2000-01-25 19:00:45 -05:00
# $OpenLDAP$
2000-05-12 22:43:19 -04:00
## Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
2000-01-25 19:00:45 -05:00
##
## Makefile.in for LDAP -lldap
##
LIBRARY = liblunicode.a
2000-01-28 16:52:28 -05:00
XXDIR = $(srcdir)/*/
2000-01-25 19:00:45 -05:00
XXHEADERS = ucdata.h ure.h
XXSRCS = ucdata.c ucgendat.c ure.c urestubs.c
SRCS =
OBJS = ucdata.o ure.o urestubs.o
XLIB = -llunicode
PROGRAMS = ucgendat
LDAP_INCDIR= ../../include
LDAP_LIBDIR= ../../libraries
ucgendat: $(LIBRARY) ucgendat.o
$(LTLINK) $(LDFLAGS) -o $@ ucgendat.o $(LIBS)
.links :
@for i in $(XXSRCS) $(XXHEADERS); do \
$(RM) $$i ; \
2000-01-28 16:52:28 -05:00
$(LN_S) $(XXDIR)$$i . ; \
2000-01-25 19:00:45 -05:00
done
touch .links
$(XXSRCS) : .links
clean-local: FORCE
@$(RM) .links
depend-common: .links