]> Nishi Git Mirror - dataworks.git/commitdiff
move makefiles
authornishi <nishi@d4a5a174-5a4a-5b4b-b672-37683c10d7d5>
Wed, 12 Jun 2024 06:03:30 +0000 (06:03 +0000)
committernishi <nishi@d4a5a174-5a4a-5b4b-b672-37683c10d7d5>
Wed, 12 Jun 2024 06:03:30 +0000 (06:03 +0000)
git-svn-id: file:///raid/svn-main/nishi-dataworks/trunk@255 d4a5a174-5a4a-5b4b-b672-37683c10d7d5

12 files changed:
GNUmakefile
Makefile
Makefiles/Platforms/dos.mk [moved from Platforms/dos.mk with 100% similarity]
Makefiles/Platforms/dos32a.mk [moved from Platforms/dos32a.mk with 100% similarity]
Makefiles/Platforms/dos4g.mk [moved from Platforms/dos4g.mk with 100% similarity]
Makefiles/Platforms/dos4gnz.mk [moved from Platforms/dos4gnz.mk with 100% similarity]
Makefiles/Platforms/watcom.mk [moved from Platforms/watcom.mk with 100% similarity]
Makefiles/Platforms/win32.mk [moved from Platforms/win32.mk with 100% similarity]
Makefiles/Platforms/win64.mk [moved from Platforms/win64.mk with 100% similarity]
Makefiles/Platforms/win9x.mk [moved from Platforms/win9x.mk with 100% similarity]
Makefiles/common-decl.mk [moved from common-decl.mk with 100% similarity]
Makefiles/common.mk [moved from common.mk with 100% similarity]

index 37fb4ed1b2546c230f37978f0f32a4a707652200..177134a6ad738ec1bbc05a78ee74fdf1ff44f30d 100644 (file)
@@ -1,9 +1,9 @@
 # $Id$
 
-include common-decl.mk
+include Makefiles/common-decl.mk
 
 ifneq ("$(PLATFORM)", "")
-include Platforms/$(PLATFORM).mk
+include Makefiles/Platforms/$(PLATFORM).mk
 endif
 
-include common.mk
+include Makefiles/common.mk
index 351be58e38ac1951a4dc5f88cc962440a8c044e6..7e0f0b3a07309f9805b087753725c36440b0a4f1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,9 @@
 # $Id$
 
-include common-decl.mk
+include Makefiles/common-decl.mk
 
 .if "$(PLATFORM)" != ""
-include Platforms/$(PLATFORM).mk
+include Makefiles/Platforms/$(PLATFORM).mk
 .endif
 
-include common.mk
+include Makefiles/common.mk
similarity index 100%
rename from Platforms/dos.mk
rename to Makefiles/Platforms/dos.mk
similarity index 100%
rename from common-decl.mk
rename to Makefiles/common-decl.mk
similarity index 100%
rename from common.mk
rename to Makefiles/common.mk