HaikuDepot: notify work status from main window
[haiku.git] / src / kits / device / Jamfile
blob933345ce95cbac723db66cb4aee1d97deaa87706
1 SubDir HAIKU_TOP src kits device ;
3 SetSubDirSupportedPlatformsBeOSCompatible ;
5 UsePrivateHeaders device ;
7 # for usb_raw.h that defines the ioctl protocol used by the USB classes
8 UseHeaders [ FDirName $(HAIKU_TOP) src add-ons kernel drivers bus usb ] : true ;
10 local architectureObject ;
11 for architectureObject in [ MultiArchSubDirSetup ] {
12         on $(architectureObject) {
13                 SharedLibrary [ MultiArchDefaultGristFiles libdevice.so ] :
14                         A2D.cpp
15                         D2A.cpp
16                         DigitalPort.cpp
17                         Joystick.cpp
18                         JoystickTweaker.cpp
19                         SerialPort.cpp
20                         USBConfiguration.cpp
21                         USBDevice.cpp
22                         USBEndpoint.cpp
23                         USBInterface.cpp
24                         USBRoster.cpp
25                         : be [ TargetLibsupc++ ]
26                         ;
27         }