build udf for r5
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18733 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -3,4 +3,4 @@ SubDir HAIKU_TOP src tests add-ons kernel file_systems ;
|
|||||||
SubInclude HAIKU_TOP src tests add-ons kernel file_systems bfs ;
|
SubInclude HAIKU_TOP src tests add-ons kernel file_systems bfs ;
|
||||||
SubInclude HAIKU_TOP src tests add-ons kernel file_systems fs_shell ;
|
SubInclude HAIKU_TOP src tests add-ons kernel file_systems fs_shell ;
|
||||||
#SubInclude HAIKU_TOP src tests add-ons kernel file_systems iso9660 ;
|
#SubInclude HAIKU_TOP src tests add-ons kernel file_systems iso9660 ;
|
||||||
#SubInclude HAIKU_TOP src tests add-ons kernel file_systems udf ;
|
SubInclude HAIKU_TOP src tests add-ons kernel file_systems udf ;
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
SubDir HAIKU_TOP src tests add-ons kernel file_systems udf ;
|
SubDir HAIKU_TOP src tests add-ons kernel file_systems udf ;
|
||||||
|
|
||||||
|
SubInclude HAIKU_TOP src tests add-ons kernel file_systems udf r5 ;
|
||||||
SubInclude HAIKU_TOP src tests add-ons kernel file_systems udf udf_shell ;
|
SubInclude HAIKU_TOP src tests add-ons kernel file_systems udf udf_shell ;
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
SubDir HAIKU_TOP src add-ons kernel file_systems udf ;
|
SubDir HAIKU_TOP src tests add-ons kernel file_systems udf r5 ;
|
||||||
|
|
||||||
SetSubDirSupportedPlatformsBeOSCompatible ;
|
SetSubDirSupportedPlatformsBeOSCompatible ;
|
||||||
SubDirC++Flags -fno-rtti ;
|
SubDirC++Flags -fno-rtti ;
|
||||||
@@ -27,7 +27,7 @@ oldOPTIM = $(OPTIM) ;
|
|||||||
UsePrivateHeaders kernel ; # For kernel_cpp.cpp
|
UsePrivateHeaders kernel ; # For kernel_cpp.cpp
|
||||||
UsePrivateHeaders [ FDirName kernel util ] ; # For all the UDF source files
|
UsePrivateHeaders [ FDirName kernel util ] ; # For all the UDF source files
|
||||||
|
|
||||||
KernelAddon udf : kernel file_systems :
|
KernelAddon <r5>udf : kernel file_systems :
|
||||||
kernel_cpp.cpp
|
kernel_cpp.cpp
|
||||||
udf.cpp
|
udf.cpp
|
||||||
|
|
||||||
@@ -66,4 +66,4 @@ InstallUDF install : udf ;
|
|||||||
# restore original optimization level
|
# restore original optimization level
|
||||||
OPTIM = $(oldOPTIM) ;
|
OPTIM = $(oldOPTIM) ;
|
||||||
|
|
||||||
SubInclude HAIKU_TOP src add-ons kernel file_systems udf drive_setup_addon ;
|
SubInclude HAIKU_TOP src tests add-ons kernel file_systems udf r5 drive_setup_addon ;
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
SubDir HAIKU_TOP src add-ons kernel file_systems udf drive_setup_addon ;
|
SubDir HAIKU_TOP src tests add-ons kernel file_systems udf r5 drive_setup_addon ;
|
||||||
|
|
||||||
|
SetSubDirSupportedPlatformsBeOSCompatible ;
|
||||||
|
|
||||||
# save original optimization level
|
# save original optimization level
|
||||||
oldOPTIM = $(OPTIM) ;
|
oldOPTIM = $(OPTIM) ;
|
||||||
@@ -26,12 +28,12 @@ oldOPTIM = $(OPTIM) ;
|
|||||||
}
|
}
|
||||||
|
|
||||||
UsePrivateHeaders [ FDirName kernel util ] ;
|
UsePrivateHeaders [ FDirName kernel util ] ;
|
||||||
SubDirHdrs [ FDirName $(HAIKU_TOP) src add-ons kernel file_systems udf ] ;
|
SubDirHdrs [ FDirName $(SUBDIR) .. ] ;
|
||||||
|
|
||||||
# Note that the add-on is named "i-udf-ds" to put it alphabetically
|
# Note that the add-on is named "i-udf-ds" to put it alphabetically
|
||||||
# before the standard iso9660 add-on, thus giving it first dibs at
|
# before the standard iso9660 add-on, thus giving it first dibs at
|
||||||
# iso9660/UDF hybrid discs.
|
# iso9660/UDF hybrid discs.
|
||||||
Addon i-udf-ds : [ FDirName drive_setup fs ] :
|
Addon <r5>i-udf-ds : [ FDirName drive_setup fs ] :
|
||||||
udf-ds.cpp
|
udf-ds.cpp
|
||||||
Recognition.cpp
|
Recognition.cpp
|
||||||
UdfDebug.cpp
|
UdfDebug.cpp
|
||||||
@@ -45,7 +47,7 @@ Addon i-udf-ds : [ FDirName drive_setup fs ] :
|
|||||||
|
|
||||||
SEARCH on [ FGristFiles
|
SEARCH on [ FGristFiles
|
||||||
Recognition.cpp UdfDebug.cpp UdfString.cpp UdfStructures.cpp Utils.cpp
|
Recognition.cpp UdfDebug.cpp UdfString.cpp UdfStructures.cpp Utils.cpp
|
||||||
] = [ FDirName $(HAIKU_TOP) src add-ons kernel file_systems udf ] ;
|
] = [ FDirName $(SUBDIR) .. ] ;
|
||||||
|
|
||||||
rule InstallUDFDS
|
rule InstallUDFDS
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user