]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
s/.h.nt/.nt/ to allow for better NMAKE processing
authorKurt Zeilenga <kurt@openldap.org>
Tue, 24 Aug 1999 23:47:11 +0000 (23:47 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 24 Aug 1999 23:47:11 +0000 (23:47 +0000)
include/lber_types.nt [moved from include/lber_types.h.nt with 100% similarity]
include/ldap_config.nt [moved from include/ldap_config.h.nt with 100% similarity]
include/ldap_features.nt [moved from include/ldap_features.h.nt with 100% similarity]
include/portable.nt [moved from include/portable.h.nt with 100% similarity]
include/setup.dsp
include/setup.mak

similarity index 100%
rename from include/portable.h.nt
rename to include/portable.nt
index 144fdf68651a9d0cb71f700862a7d97fd55fc5e1..2114f7205e36a637fcdc69acfe3f16561d329819 100644 (file)
@@ -78,19 +78,19 @@ CFG=setup - Win32 Debug
 
 # Begin Source File
 
-SOURCE=.\lber_types.h.nt
+SOURCE=.\lber_types.nt
 # End Source File
 # Begin Source File
 
-SOURCE=.\ldap_config.h.nt
+SOURCE=.\ldap_config.nt
 # End Source File
 # Begin Source File
 
-SOURCE=.\ldap_features.h.nt
+SOURCE=.\ldap_features.nt
 # End Source File
 # Begin Source File
 
-SOURCE=.\portable.h.nt
+SOURCE=.\portable.nt
 # End Source File
 # Begin Source File
 
index ad8ddaa022226c787ddf1fccfffdc1a11f43bdbe..13f25b36ea8a1826d8949b4dfb4c73a885d82a9b 100644 (file)
@@ -3,19 +3,17 @@
 # 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