Adjusted the SubDir and SubInclude parameters.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@15 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2002-07-09 20:15:44 +00:00
parent 8b3bd88c41
commit 54f76689cb
46 changed files with 95 additions and 95 deletions
+6 -6
View File
@@ -1,4 +1,4 @@
SubDir OBOS_TOP sources os kits kernel core ;
SubDir OBOS_TOP src kernel core ;
KernelObjects
<$(SOURCE_GRIST)>cbuf.c
@@ -36,8 +36,8 @@ KernelLd linkhack.so :
-shared -Bdynamic
;
SubInclude OBOS_TOP sources os kits kernel core addons ;
SubInclude OBOS_TOP sources os kits kernel core arch ;
SubInclude OBOS_TOP sources os kits kernel core fs ;
SubInclude OBOS_TOP sources os kits kernel core vm ;
SubInclude OBOS_TOP sources os kits kernel core net ;
SubInclude OBOS_TOP src kernel core addons ;
SubInclude OBOS_TOP src kernel core arch ;
SubInclude OBOS_TOP src kernel core fs ;
SubInclude OBOS_TOP src kernel core vm ;
SubInclude OBOS_TOP src kernel core net ;
+3 -3
View File
@@ -1,4 +1,4 @@
SubDir OBOS_TOP sources os kits kernel core addons ;
SubDir OBOS_TOP src kernel core addons ;
SubInclude OBOS_TOP sources os kits kernel core addons bus_managers ;
SubInclude OBOS_TOP sources os kits kernel core addons fs ;
SubInclude OBOS_TOP src kernel core addons bus_managers ;
SubInclude OBOS_TOP src kernel core addons fs ;
+2 -2
View File
@@ -1,4 +1,4 @@
SubDir OBOS_TOP sources os kits kernel core addons bus_managers ;
SubDir OBOS_TOP src kernel core addons bus_managers ;
KernelStaticLibrary libbus :
<$(SOURCE_GRIST)>bus_init.c
@@ -10,4 +10,4 @@ KernelStaticLibrary libbus :
-fno-pic
;
SubInclude OBOS_TOP sources os kits kernel core addons bus_managers isa ;
SubInclude OBOS_TOP src kernel core addons bus_managers isa ;
@@ -1,3 +1,3 @@
SubDir OBOS_TOP sources os kits kernel core addons bus_managers isa ;
SubDir OBOS_TOP src kernel core addons bus_managers isa ;
KernelObjects isa.c : -fno-pic ;
@@ -1,3 +1,3 @@
SubDir OBOS_TOP sources os kits kernel core addons bus_managers pci ;
SubDir OBOS_TOP src kernel core addons bus_managers pci ;
KernelStaticLibrary libbuspci : pci.c pci_bus.c ;
+2 -2
View File
@@ -1,3 +1,3 @@
SubDir OBOS_TOP sources os kits kernel core arch ;
SubDir OBOS_TOP src kernel core arch ;
SubInclude OBOS_TOP sources os kits kernel core arch $(OBOS_TARGET_DIR) ;
SubInclude OBOS_TOP src kernel core arch $(OBOS_TARGET_DIR) ;
+1 -1
View File
@@ -1,4 +1,4 @@
SubDir OBOS_TOP sources os kits kernel core arch x86 ;
SubDir OBOS_TOP src kernel core arch x86 ;
KernelStaticLibrary libx86 :
<$(SOURCE_GRIST)>arch_cpu.c
+1 -1
View File
@@ -1,4 +1,4 @@
SubDir OBOS_TOP sources os kits kernel core fs ;
SubDir OBOS_TOP src kernel core fs ;
KernelStaticLibrary libfs :
<$(SOURCE_GRIST)>bootfs.c
+1 -1
View File
@@ -1,4 +1,4 @@
SubDir OBOS_TOP sources os kits kernel core vm ;
SubDir OBOS_TOP src kernel core vm ;
KernelStaticLibrary libvm :
<$(SOURCE_GRIST)>vm.c