Build file for the Inkscape SVG editor. This version
is configured for Unix/Linux, but hopefully we can merge
in the future.
#define INKSCAPE_VERSION "${version}, revision ${svn.revision}"
#ifndef _CONFIG_H_
#define _CONFIG_H_
/*######################################
## This is for require-config.h, whose
## purpose I cannot fathom.
######################################*/
#define PACKAGE_TARNAME
/*######################################
#### RESOURCE DIRECTORIES
######################################*/
#define INKSCAPE_DATADIR "."
#define PACKAGE_LOCALE_DIR "locale"
/*######################################
#### OTHER DEFINITIONS
######################################*/
#define GETTEXT_PACKAGE "inkscape"
#define PACKAGE_STRING VERSION
#define HAVE_GETOPT_H 1
#define HAVE_STRING_H 1
#define HAVE_LIBINTL_H 1
#define HAVE_MALLOC_H 1
#define HAVE_STDLIB_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_ZLIB_H 1
#define ENABLE_LCMS 1
#define ENABLE_NLS 1
#define HAVE_BIND_TEXTDOMAIN_CODESET 1
/* make us relocatable */
#define BR_PTHREADS 1
#define ENABLE_BINRELOC 1
/* CairoPDF options */
#define HAVE_CAIRO_PDF 1
#define PANGO_ENABLE_ENGINE 1
#define RENDER_WITH_PANGO_CAIRO 1
#define HAVE_GTK_WINDOW_FULLSCREEN 1
/* internal interpreter */
#define WITH_PYTHON 1
/* shared whiteboard */
#undef WITH_INKBOARD
#undef HAVE_SSL
/* use poppler for pdf import? */
#define HAVE_POPPLER 1
#define HAVE_POPPLER_CAIRO 1
/* do we want bitmap manipulation? */
#define WITH_IMAGE_MAGICK 1
/* Allow reading WordPerfect? */
#define WITH_LIBWPG 1
/* Default to libwpg 0.1.x */
#define WITH_LIBWPG01 1
#endif /* _CONFIG_H_ */
-Wall -Wformat -Werror=format-security -W -Wpointer-arith -Wcast-align -Wsign-compare -Woverloaded-virtual -Wswitch
-O2
-DVERSION=\"${version}\"
-DHAVE_CONFIG_H
-D_INTL_REDIRECT_INLINE
-DHAVE_SSL
-DRELAYTOOL_SSL="static const int libssl_is_present=1; static int __attribute__((unused)) libssl_symbol_is_present(char *s){ return 1; }"
-I${devlibs}/include
${pcc.gtkmm-2.4}
${pcc.libxslt}
${pcc.freetype2}
${pcc.cairo}
${pcc.poppler}
-I${devlibs}/include/gc
${pcc.libwpg-0.1} ${pcc.libwpg-stream-0.1}
-I${devlibs}/python/include
-I${src}/bind/javainc -I${src}/bind/javainc/linux
-L${devlibs}/lib
${pcl.poppler} ${pcl.poppler-cairo} ${pcl.poppler-glib}
${pcl.gtkmm-2.4}
${pcl.cairo} ${pcl.cairomm-1.0}
${pcl.gthread-2.0}
${pcl.libxslt}
${pcl.libwpg-0.1} ${pcl.libwpg-stream-0.1}
${pcl.ImageMagick++}
${pcl.fontconfig} ${pcl.freetype2}
${pcl.lcms}
${pcl.gsl}
-lssl -lcrypto
-lpng -ljpeg -ltiff -lpopt -lz
-lgc -lm
-L${devlibs}/lib
${pcl.poppler}
${pcl.gtkmm-2.4}
${pcl.cairo} ${pcl.cairomm-1.0}
-L${devlibs}/perl/lib/CORE -lperl58
-L${devlibs}/python/libs -lpython25
-lxml2 -lxslt
-lwpg-0.1 -lwpg-stream-0.1
${pcl.ImageMagick++}
${pcl.fontconfig} ${pcl.freetype2}
${pcl.lcms}
-lssl -lcrypto
-lpng -ljpeg -ltiff -lpopt -lz
-lgc
-lintl -liconv -lm