1999-09-11 06:25:02 +08:00
|
|
|
# $OpenLDAP$
|
1999-08-20 05:32:17 +08:00
|
|
|
#
|
2000-06-14 03:56:15 +08:00
|
|
|
# Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
|
1999-08-20 05:32:17 +08:00
|
|
|
# COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
|
|
|
#
|
|
|
|
|
1999-09-11 06:25:02 +08:00
|
|
|
.SUFFIXES: .nt
|
1999-08-20 05:32:17 +08:00
|
|
|
|
1999-09-11 06:25:02 +08:00
|
|
|
.nt.h:
|
|
|
|
copy $*.nt $*.h
|
1999-08-20 05:32:17 +08:00
|
|
|
|
1999-09-11 06:25:02 +08:00
|
|
|
all: setup.txt
|
1999-08-20 05:32:17 +08:00
|
|
|
|
1999-09-11 06:25:02 +08:00
|
|
|
setup.txt: lber_types.h ldap_config.h ldap_features.h portable.h setup.mak
|
|
|
|
copy setup.mak setup.txt
|
1999-08-20 05:32:17 +08:00
|
|
|
|
1999-09-11 06:25:02 +08:00
|
|
|
lber_types.h: lber_types.nt
|
|
|
|
ldap_config.h: ldap_config.nt
|
|
|
|
ldap_features.h: ldap_features.nt
|
|
|
|
portable.h: portable.nt
|