1SubDir HAIKU_TOP src tests add-ons print ppd ui ; 2 3# SetSubDirSupportedPlatformsBeOSCompatible ; 4 5SubDirHdrs $(HAIKU_TOP) src tests add-ons print ppd model ; 6SubDirHdrs $(HAIKU_TOP) src tests add-ons print ppd parser ; 7 8StaticLibrary 9 libppdtest.a 10 : 11 PPDConfigView.cpp 12 PrinterSelection.cpp 13 UIUtils.cpp 14 ; 15