1SubDir HAIKU_TOP src add-ons print drivers preview ; 2 3SetSubDirSupportedPlatformsBeOSCompatible ; 4 5SubDirHdrs [ FDirName $(HAIKU_TOP) headers libs print libprint ] ; 6 7AddResources Preview : Preview.rdef ; 8 9Addon Preview : 10 PageSetupWindow.cpp 11 JobSetupWindow.cpp 12 Driver.cpp 13 PrinterDriver.cpp 14 PreviewDriver.cpp 15 : be libprint.a $(TARGET_LIBSTDC++) 16; 17 18Package haiku-printingkit-cvs : 19 Preview : 20 boot home config add-ons Print ; 21