xref: /haiku/src/add-ons/print/drivers/pcl6/Jamfile (revision fce4895d1884da5ae6fb299d23c735c598e690b1)
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 [ TargetLibstdc++ ]
18;
19