X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fsetup.mak;h=a24056e9edb692d26d55fd9454b98f218a065407;hb=4a1f6466824345cac65c02d8d7de13d812a34eef;hp=e8175c6cb0a9273b46c68c8b8eacc81281308dba;hpb=61bf5877b85cbe7e2eab7e1fe255779c6d624330;p=openldap diff --git a/include/setup.mak b/include/setup.mak index e8175c6cb0..a24056e9ed 100644 --- a/include/setup.mak +++ b/include/setup.mak @@ -1,14 +1,20 @@ +# $OpenLDAP$ +# +# Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved. +# COPYING RESTRICTIONS APPLY, see COPYRIGHT file +# -all: setup.txt +.SUFFIXES: .nt -setup.txt: ldap_config.h ldap_features.h portable.h - copy setup.mak setup.txt +.nt.h: + copy $*.nt $*.h -ldap_config.h: ldap_config.h.nt - copy ldap_config.h.nt ldap_config.h +all: setup.txt -ldap_features.h: ldap_features.h.nt - copy ldap_features.h.nt ldap_features.h +setup.txt: lber_types.h ldap_config.h ldap_features.h portable.h setup.mak + copy setup.mak setup.txt -portable.h: portable.h.nt - copy portable.h.nt portable.h +lber_types.h: lber_types.nt +ldap_config.h: ldap_config.nt +ldap_features.h: ldap_features.nt +portable.h: portable.nt