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