xref: /haiku/src/add-ons/print/drivers/pcl6/Jamfile (revision 002f37b0cca92e4cf72857c72ac95db5a8b09615)
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