X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fsetup.mak;h=a24056e9edb692d26d55fd9454b98f218a065407;hb=78066c08c0650e5b1e7e205946d409e3dd10e73b;hp=3d346a4eb8d505eaa65b5b99ee227162bbe68388;hpb=87149de7714c4139b727d23f87cfb151dcd2c0dc;p=openldap diff --git a/include/setup.mak b/include/setup.mak index 3d346a4eb8..a24056e9ed 100644 --- a/include/setup.mak +++ b/include/setup.mak @@ -1,17 +1,20 @@ +# $OpenLDAP$ +# +# Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved. +# COPYING RESTRICTIONS APPLY, see COPYRIGHT file +# -all: setup.txt - -setup.txt: lber_types.h ldap_config.h ldap_features.h portable.h - copy setup.mak setup.txt +.SUFFIXES: .nt -lber_types.h: lber_types.h.nt - copy lber_types.h.nt lber_types.h +.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