X-Git-Url: https://git.wpitchoune.net/gitweb/?p=prss.git;a=blobdiff_plain;f=Makefile;h=434c90ef2ad4e22b1484ff5978ebd251597a7e72;hp=f894675690f58af613431a1926c3a2b591cf1250;hb=7d847f77b7f18f13654d34d20f515f27574b70e8;hpb=4e2d7bd36f2aada1e8c5addb204525294c4725e0 diff --git a/Makefile b/Makefile index f894675..434c90e 100644 --- a/Makefile +++ b/Makefile @@ -157,21 +157,21 @@ distuninstallcheck_listfiles = find . -type f -print am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' distcleancheck_listfiles = find . -type f -print -ACLOCAL = ${SHELL} /home/jporsini/work.local/wpitchoune/svnpub/prss/trunk/missing --run aclocal-1.11 +ACLOCAL = ${SHELL} /home/jporsini/work/wpitchoune/svnpub/prss/trunk/missing --run aclocal-1.11 AMTAR = $${TAR-tar} -AUTOCONF = ${SHELL} /home/jporsini/work.local/wpitchoune/svnpub/prss/trunk/missing --run autoconf -AUTOHEADER = ${SHELL} /home/jporsini/work.local/wpitchoune/svnpub/prss/trunk/missing --run autoheader -AUTOMAKE = ${SHELL} /home/jporsini/work.local/wpitchoune/svnpub/prss/trunk/missing --run automake-1.11 +AUTOCONF = ${SHELL} /home/jporsini/work/wpitchoune/svnpub/prss/trunk/missing --run autoconf +AUTOHEADER = ${SHELL} /home/jporsini/work/wpitchoune/svnpub/prss/trunk/missing --run autoheader +AUTOMAKE = ${SHELL} /home/jporsini/work/wpitchoune/svnpub/prss/trunk/missing --run automake-1.11 AWK = gawk -CC = gcc +CC = gcc -std=gnu99 CCDEPMODE = depmode=gcc3 CFLAGS = -g -O2 -CPP = gcc -E +CPP = gcc -std=gnu99 -E CPPFLAGS = CURL_CFLAGS = CURL_LIBS = -lcurl CYGPATH_W = echo -DEFS = -DPACKAGE_NAME=\"prss\" -DPACKAGE_TARNAME=\"prss\" -DPACKAGE_VERSION=\"0.0.x\" -DPACKAGE_STRING=\"prss\ 0.0.x\" -DPACKAGE_BUGREPORT=\"jeanfi@gmail.com\" -DPACKAGE_URL=\"http://wpitchoune.net/prss\" -DPACKAGE=\"prss\" -DVERSION=\"0.0.x\" -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 +DEFS = -DPACKAGE_NAME=\"prss\" -DPACKAGE_TARNAME=\"prss\" -DPACKAGE_VERSION=\"0.0.x\" -DPACKAGE_STRING=\"prss\ 0.0.x\" -DPACKAGE_BUGREPORT=\"jeanfi@gmail.com\" -DPACKAGE_URL=\"http://wpitchoune.net/prss\" -DPACKAGE=\"prss\" -DVERSION=\"0.0.x\" -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DHAVE_LIBPTHREAD=1 DEPDIR = .deps ECHO_C = ECHO_N = -n @@ -184,7 +184,7 @@ GMSGFMT = /usr/bin/msgfmt GMSGFMT_015 = /usr/bin/msgfmt GREP = /bin/grep GSETTINGS_DISABLE_SCHEMAS_COMPILE = -GTK_CFLAGS = -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng12 -DGTK_DISABLE_SINGLE_INCLUDES -DGDK_DISABLE_DEPRECATED -DGSEAL_ENABLE +GTK_CFLAGS = -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng12 -DGTK_DISABLE_SINGLE_INCLUDES -DGDK_DISABLE_DEPRECATED -DGSEAL_ENABLE GTK_LIBS = -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0 HAVE_CPPCHECK = yes HELP2MAN = help2man @@ -201,11 +201,11 @@ LDFLAGS = LIBICONV = -liconv LIBINTL = LIBOBJS = -LIBS = +LIBS = -lpthread LTLIBICONV = -liconv LTLIBINTL = LTLIBOBJS = -MAKEINFO = ${SHELL} /home/jporsini/work.local/wpitchoune/svnpub/prss/trunk/missing --run makeinfo +MAKEINFO = ${SHELL} /home/jporsini/work/wpitchoune/svnpub/prss/trunk/missing --run makeinfo MKDIR_P = /bin/mkdir -p MSGFMT = /usr/bin/msgfmt MSGFMT_015 = /usr/bin/msgfmt @@ -223,12 +223,13 @@ PKG_CONFIG = /usr/bin/pkg-config PKG_CONFIG_LIBDIR = PKG_CONFIG_PATH = POSUB = po +PTHREAD_LIBS = -pthread SET_MAKE = SHELL = /bin/bash STRIP = USE_NLS = yes VERSION = 0.0.x -WEBKIT_CFLAGS = -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gtk-3.0 -I/usr/include/libsoup-2.4 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/webkitgtk-3.0 +WEBKIT_CFLAGS = -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gtk-3.0 -I/usr/include/libsoup-2.4 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/webkitgtk-3.0 WEBKIT_LIBS = -lwebkitgtk-3.0 -lgtk-3 -lsoup-2.4 -ljavascriptcoregtk-3.0 -lgdk-3 -latk-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgio-2.0 -lgobject-2.0 -lglib-2.0 X11_CFLAGS = X11_LIBS = -lX11 @@ -238,10 +239,10 @@ XGETTEXT = /usr/bin/xgettext XGETTEXT_015 = /usr/bin/xgettext XGETTEXT_EXTRA_OPTIONS = XMKMF = -abs_builddir = /home/jporsini/work.local/wpitchoune/svnpub/prss/trunk -abs_srcdir = /home/jporsini/work.local/wpitchoune/svnpub/prss/trunk -abs_top_builddir = /home/jporsini/work.local/wpitchoune/svnpub/prss/trunk -abs_top_srcdir = /home/jporsini/work.local/wpitchoune/svnpub/prss/trunk +abs_builddir = /home/jporsini/work/wpitchoune/svnpub/prss/trunk +abs_srcdir = /home/jporsini/work/wpitchoune/svnpub/prss/trunk +abs_top_builddir = /home/jporsini/work/wpitchoune/svnpub/prss/trunk +abs_top_srcdir = /home/jporsini/work/wpitchoune/svnpub/prss/trunk ac_ct_CC = gcc am__include = include am__leading_dot = . @@ -269,7 +270,7 @@ host_vendor = unknown htmldir = ${docdir} includedir = ${prefix}/include infodir = ${datarootdir}/info -install_sh = ${SHELL} /home/jporsini/work.local/wpitchoune/svnpub/prss/trunk/install-sh +install_sh = ${SHELL} /home/jporsini/work/wpitchoune/svnpub/prss/trunk/install-sh libdir = ${exec_prefix}/lib libexecdir = ${exec_prefix}/libexec localedir = ${datarootdir}/locale @@ -278,7 +279,7 @@ mandir = ${datarootdir}/man mkdir_p = /bin/mkdir -p oldincludedir = /usr/include pdfdir = ${docdir} -prefix = /tmp +prefix = /usr/local program_transform_name = s,x,x, psdir = ${docdir} sbindir = ${exec_prefix}/sbin @@ -289,7 +290,9 @@ target_alias = top_build_prefix = top_builddir = . top_srcdir = . -SUBDIRS = po \ +SUBDIRS = doc \ + po \ + icons/hicolor/scalable \ src \ tests