2005-10-29 20:27:43 +04:00
|
|
|
SubDir HAIKU_TOP src system kernel disk_device_manager ;
|
2003-06-10 03:10:09 +04:00
|
|
|
|
|
|
|
SEARCH_SOURCE += [ FDirName $(SUBDIR) jobs ] ;
|
2007-10-18 13:57:15 +04:00
|
|
|
SEARCH_SOURCE += [ FDirName $(HAIKU_TOP) src kits storage disk_device ] ;
|
2003-06-27 21:38:12 +04:00
|
|
|
# DiskDeviceTypes.cpp
|
2003-06-10 03:10:09 +04:00
|
|
|
|
2005-10-29 20:27:43 +04:00
|
|
|
UsePrivateHeaders [ FDirName kernel boot platform $(TARGET_BOOT_PLATFORM) ] ;
|
2003-06-10 03:10:09 +04:00
|
|
|
UsePrivateHeaders [ FDirName kernel disk_device_manager ] ;
|
2004-06-12 01:03:31 +04:00
|
|
|
UsePrivateHeaders [ FDirName kernel ] ;
|
2004-10-28 01:57:23 +04:00
|
|
|
UsePrivateHeaders [ FDirName kernel fs ] ;
|
|
|
|
UsePrivateHeaders [ FDirName kernel util ] ;
|
2009-10-01 07:07:42 +04:00
|
|
|
UsePrivateSystemHeaders ;
|
2003-07-07 03:01:22 +04:00
|
|
|
UsePrivateHeaders shared ;
|
|
|
|
UsePrivateHeaders storage ;
|
2003-06-10 03:10:09 +04:00
|
|
|
|
2004-06-12 01:25:23 +04:00
|
|
|
KernelMergeObject kernel_disk_device_manager.o :
|
2003-07-09 03:23:27 +04:00
|
|
|
ddm_userland_interface.cpp
|
2003-07-05 03:45:26 +04:00
|
|
|
disk_device_manager.cpp
|
2003-06-10 03:10:09 +04:00
|
|
|
KDiskDevice.cpp
|
|
|
|
KDiskDeviceManager.cpp
|
2004-10-28 20:05:22 +04:00
|
|
|
KFileDiskDevice.cpp
|
2003-06-10 03:10:09 +04:00
|
|
|
KDiskSystem.cpp
|
|
|
|
KFileSystem.cpp
|
|
|
|
KPartition.cpp
|
|
|
|
KPartitioningSystem.cpp
|
2003-09-29 02:04:37 +04:00
|
|
|
KPartitionListener.cpp
|
2003-08-03 22:23:53 +04:00
|
|
|
KPartitionVisitor.cpp
|
2003-07-07 03:01:22 +04:00
|
|
|
UserDataWriter.cpp
|
2003-06-10 03:10:09 +04:00
|
|
|
|
2003-06-23 03:28:04 +04:00
|
|
|
# disk device types
|
|
|
|
DiskDeviceTypes.cpp
|
2004-06-13 00:58:30 +04:00
|
|
|
|
2008-07-05 03:14:19 +04:00
|
|
|
: $(TARGET_KERNEL_PIC_CCFLAGS)
|
2003-06-10 03:10:09 +04:00
|
|
|
;
|
2003-06-11 02:47:10 +04:00
|
|
|
|
2003-09-28 04:43:40 +04:00
|
|
|
# KFileDiskDevice.cpp needs the virtualdrive.h Header. Add it here to not
|
|
|
|
# contaminate the include paths for the other files.
|
|
|
|
ObjectHdrs [ FGristFiles KFileDiskDevice$(SUFOBJ) ]
|
2005-10-29 20:27:43 +04:00
|
|
|
: [ FDirName $(HAIKU_TOP) src tests kits storage virtualdrive ] ;
|