1999-09-09 01:30:12 -04:00
|
|
|
# $OpenLDAP$
|
1999-08-04 19:59:53 -04:00
|
|
|
#
|
|
|
|
|
# Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved.
|
|
|
|
|
# COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
|
|
|
|
#
|
1999-06-18 17:24:04 -04:00
|
|
|
|
1999-08-24 19:47:11 -04:00
|
|
|
.SUFFIXES: .nt
|
1999-06-18 17:24:04 -04:00
|
|
|
|
1999-08-24 19:47:11 -04:00
|
|
|
.nt.h:
|
|
|
|
|
copy $*.nt $*.h
|
1999-06-18 21:53:15 -04:00
|
|
|
|
1999-08-24 19:47:11 -04:00
|
|
|
all: setup.txt
|
1999-06-18 17:24:04 -04:00
|
|
|
|
1999-08-24 19:47:11 -04:00
|
|
|
setup.txt: lber_types.h ldap_config.h ldap_features.h portable.h setup.mak
|
|
|
|
|
copy setup.mak setup.txt
|
1999-06-18 17:24:04 -04:00
|
|
|
|
1999-08-24 19:47:11 -04:00
|
|
|
lber_types.h: lber_types.nt
|
|
|
|
|
ldap_config.h: ldap_config.nt
|
|
|
|
|
ldap_features.h: ldap_features.nt
|
|
|
|
|
portable.h: portable.nt
|