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