openldap/libraries/libldif/Makefile.in

18 lines
402 B
Makefile
Raw Normal View History

1999-09-09 06:52:19 +08:00
# $OpenLDAP$
2000-05-13 10:43:19 +08:00
## Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
1998-10-25 09:41:42 +08:00
##
## Makefile for -lldif
##
LIBRARY = libldif.a
SRCS = line64.c fetch.c
OBJS = line64.o fetch.o
1998-10-25 09:41:42 +08:00
LDAP_INCDIR= ../../include
LDAP_LIBDIR= ../../libraries
NT_DYN_LIB_DEFS = -DLDAP_DECL=dllimport -DLBER_DECL=dllimport
1999-11-28 07:40:08 +08:00
CPPFLAGS = $(@PLAT@_@LIB_LINKAGE@_LIB_DEFS)