xref: /haiku/src/add-ons/print/drivers/pcl5/Jamfile (revision ada60fd8ccf223fb6a4aa2b498e166eae2e88fde)
1SubDir HAIKU_TOP src add-ons print drivers pcl5 ;
2
3SetSubDirSupportedPlatformsBeOSCompatible ;
4
5SubDirHdrs [ FDirName $(HAIKU_TOP) headers private print libprint ] ;
6
7AddResources PCL5\ Compatible : PCL5.rsrc ;
8
9Addon PCL5\ Compatible : Print :
10	PCL5Entry.cpp
11	PCL5.cpp
12	PCL5Cap.cpp
13;
14
15LinkAgainst PCL5\ Compatible : be libprint.a $(TARGET_LIBSTDC++) ;
16
17Package haiku-printingkit-cvs :
18	PCL5\ Compatible :
19	boot home config add-ons Print ;
20