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