openldap/include/setup.mak

21 lines
410 B
Makefile
Raw Normal View History

1999-09-09 13:30:12 +08:00
# $OpenLDAP$
1999-08-05 07:59:53 +08:00
#
2000-05-13 10:25:54 +08:00
# Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
1999-08-05 07:59:53 +08:00
# COPYING RESTRICTIONS APPLY, see COPYRIGHT file
#
.SUFFIXES: .nt
.nt.h:
copy $*.nt $*.h
all: setup.txt
setup.txt: lber_types.h ldap_config.h ldap_features.h portable.h setup.mak
copy setup.mak setup.txt
lber_types.h: lber_types.nt
ldap_config.h: ldap_config.nt
ldap_features.h: ldap_features.nt
portable.h: portable.nt