]> git.sur5r.net Git - openldap/blobdiff - include/setup.mak
Move experimental Back-BDB2 to Attic
[openldap] / include / setup.mak
index e8175c6cb0a9273b46c68c8b8eacc81281308dba..a24056e9edb692d26d55fd9454b98f218a065407 100644 (file)
@@ -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