xref: /haiku/src/add-ons/print/drivers/postscript/Jamfile (revision 51978af14a173e7fae0563b562be5603bc652aeb)
1SubDir OBOS_TOP src add-ons print drivers postscript ;
2
3SubDirHdrs [ FDirName $(OBOS_TOP) src add-ons print drivers canon_lips
4					  libprint ] ;
5
6AddResources PS\ Compatible : PS.rsrc ;
7
8Addon PS\ Compatible : print :
9	PSEntry.cpp
10	PS.cpp
11	PSCap.cpp
12;
13
14LinkSharedOSLibs PS\ Compatible : be stdc++.r4 libprint.a ;
15
16