1SubDir HAIKU_TOP src add-ons print drivers pcl6 ; 2 3SetSubDirSupportedPlatformsBeOSCompatible ; 4 5SubDirHdrs [ FDirName $(HAIKU_TOP) headers libs print libprint ] ; 6 7AddResources PCL6\ Compatible : PCL6.rdef ; 8 9Addon PCL6\ Compatible : 10 DeltaRowCompression.cpp 11 PCL6Entry.cpp 12 PCL6.cpp 13 PCL6Cap.cpp 14 PCL6Rasterizer.cpp 15 PCL6Writer.cpp 16 Rasterizer.cpp 17 : be libprint.a $(TARGET_LIBSTDC++) 18; 19