xref: /haiku/src/add-ons/print/drivers/pcl6/Jamfile (revision b30304acc8c37e678a1bf66976d15bdab103f931)
1SubDir HAIKU_TOP src add-ons print drivers pcl6 ;
2
3SetSubDirSupportedPlatformsBeOSCompatible ;
4
5SubDirHdrs [ FDirName $(HAIKU_TOP) headers private print libprint ] ;
6SubDirHdrs [ FDirName $(HAIKU_TOP) headers private print utils ] ;
7
8AddResources PCL6\ Compatible : PCL6.rsrc ;
9
10Addon PCL6\ Compatible :
11	DeltaRowCompression.cpp
12	PCL6Entry.cpp
13	PCL6.cpp
14	PCL6Cap.cpp
15	PCL6Rasterizer.cpp
16	PCL6Writer.cpp
17	Rasterizer.cpp
18	:
19	be
20	libprint.a
21	libprintutils.a
22	$(TARGET_LIBSTDC++)
23;
24
25Package haiku-printingkit-cvs :
26	PCL6\ Compatible :
27	boot home config add-ons Print ;
28