Debug.cpp => UdfDebug.cpp
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3223 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -14,7 +14,7 @@ oldOPTIM = $(OPTIM) ;
|
|||||||
}
|
}
|
||||||
|
|
||||||
if $(DEBUG) {
|
if $(DEBUG) {
|
||||||
defines += DEBUG ;
|
#defines += DEBUG ;
|
||||||
} else {
|
} else {
|
||||||
# the gcc on BeOS doesn't compile BFS correctly with -O2 or more
|
# the gcc on BeOS doesn't compile BFS correctly with -O2 or more
|
||||||
OPTIM = -O1 ;
|
OPTIM = -O1 ;
|
||||||
@@ -29,10 +29,11 @@ R5KernelAddon udf : [ FDirName kernel file_systems udf ] :
|
|||||||
cpp.cpp
|
cpp.cpp
|
||||||
vfs_interface.cpp
|
vfs_interface.cpp
|
||||||
|
|
||||||
Debug.cpp
|
UdfDebug.cpp
|
||||||
DiskStructures.cpp
|
DiskStructures.cpp
|
||||||
Volume.cpp
|
Volume.cpp
|
||||||
;
|
;
|
||||||
|
LinkSharedOSLibs udf : /boot/beos/system/lib/libroot.so ;
|
||||||
|
|
||||||
rule InstallUDF
|
rule InstallUDF
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -9,20 +9,22 @@ SubDirHdrs $(OBOS_TOP) src add-ons kernel file_systems udf ;
|
|||||||
SubDirC++Flags $(defines) -fno-exceptions -fno-rtti ; #-fcheck-memory-usage
|
SubDirC++Flags $(defines) -fno-exceptions -fno-rtti ; #-fcheck-memory-usage
|
||||||
}
|
}
|
||||||
|
|
||||||
|
NO_TEST_DEBUG = true ;
|
||||||
|
|
||||||
SimpleTest udf_shell
|
SimpleTest udf_shell
|
||||||
:
|
:
|
||||||
fsh.c rootfs.c initfs.c kernel.c cache.c sl.c stub.c
|
fsh.c rootfs.c initfs.c kernel.c cache.c sl.c stub.c
|
||||||
sysdep.c hexdump.c argv.c
|
sysdep.c hexdump.c argv.c
|
||||||
|
|
||||||
cpp.cpp vfs_interface.cpp
|
cpp.cpp vfs_interface.cpp
|
||||||
Debug.cpp DiskStructures.cpp Volume.cpp
|
UdfDebug.cpp DiskStructures.cpp Volume.cpp
|
||||||
:
|
:
|
||||||
;
|
;
|
||||||
|
|
||||||
# Tell Jam where to find these sources
|
# Tell Jam where to find these sources
|
||||||
SEARCH on [ FGristFiles
|
SEARCH on [ FGristFiles
|
||||||
cpp.cpp vfs_interface.cpp
|
cpp.cpp vfs_interface.cpp
|
||||||
Debug.cpp DiskStructures.cpp Volume.cpp
|
UdfDebug.cpp DiskStructures.cpp Volume.cpp
|
||||||
] = [ FDirName $(OBOS_TOP) src add-ons kernel file_systems udf ] ;
|
] = [ FDirName $(OBOS_TOP) src add-ons kernel file_systems udf ] ;
|
||||||
|
|
||||||
SEARCH on [ FGristFiles
|
SEARCH on [ FGristFiles
|
||||||
|
|||||||
Reference in New Issue
Block a user