# This file was automatically generated.
package Prima::Config;
use vars qw(%Config);
my $bin = q(/usr/bin);
# Determine lib based on the location of this module
use File::Basename qw(dirname);
use File::Spec;
my $lib = File::Spec->catfile(dirname(__FILE__), '..');
%Config = (
ifs => '\/',
quote => '\'',
platform => 'unix',
incpaths => [ "$lib/Prima/CORE","$lib/Prima/CORE/generic","/usr/include/fribidi","/usr/include/freetype2","/usr/include/libpng16","/usr/include/uuid","/usr/include/harfbuzz","/usr/include/glib-2.0","/usr/lib64/glib-2.0/include","/usr/include/gtk-2.0","/usr/lib64/gtk-2.0/include","/usr/include/pango-1.0","/usr/include/cairo","/usr/include/pixman-1","/usr/include/gdk-pixbuf-2.0","/usr/include/atk-1.0" ],
gencls => "$bin/prima-gencls",
tmlink => "$bin/prima-tmlink",
scriptext => '',
genclsoptions => '--tml --h --inc',
cobjflag => '-o ',
coutexecflag => '-o ',
clinkprefix => '',
clibpathflag => '-L',
cdefs => [],
libext => '.a',
libprefix => '',
libname => "$lib/auto/Prima/Prima.a",
dlname => "$lib/auto/Prima/Prima.so",
ldoutflag => '-o ',
ldlibflag => '-l',
ldlibpathflag => '-L',
ldpaths => [],
ldlibs => ['jpeg','gif','fribidi','X11','Xext','Xft','freetype','fontconfig','Xrender','harfbuzz','gtk-x11-2.0','gdk-x11-2.0','pangocairo-1.0','atk-1.0','cairo','gdk_pixbuf-2.0','gio-2.0','pangoft2-1.0','pango-1.0','gobject-2.0','glib-2.0','Xrandr','Xcomposite','Xcursor','png16','z','tiff','webp','webpdemux','webpmux','Xpm'],
ldlibext => '',
inline => 'inline',
dl_load_flags => 1,
optimize => ' -g -Wall',
openmp => '-fopenmp',
inc => "-I$lib/Prima/CORE -I$lib/Prima/CORE/generic -I/usr/include/fribidi -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0",
define => '',
libs => "",
);
1;