|
|
@ -1,59 +1,59 @@ |
|
|
|
# $Id$
|
|
|
|
|
|
|
|
INCLUDES = \
|
|
|
|
-I$(top_srcdir) \
|
|
|
|
-DG_LOG_DOMAIN=\"libxfce4panel\" \
|
|
|
|
-DPACKAGE_LOCALE_DIR=\"$(localedir)\" \
|
|
|
|
-DLIBXFCE4PANEL_COMPILATION \
|
|
|
|
INCLUDES = \
|
|
|
|
-I$(top_srcdir) \
|
|
|
|
-DG_LOG_DOMAIN=\"libxfce4panel\" \
|
|
|
|
-DPACKAGE_LOCALE_DIR=\"$(localedir)\" \
|
|
|
|
-DLIBXFCE4PANEL_COMPILATION \
|
|
|
|
$(PLATFORM_CPPFLAGS) |
|
|
|
|
|
|
|
lib_LTLIBRARIES = \
|
|
|
|
lib_LTLIBRARIES = \
|
|
|
|
libxfce4panel.la |
|
|
|
|
|
|
|
libxfce4panel_built_sources = \
|
|
|
|
libxfce4panel-marshal.c \
|
|
|
|
libxfce4panel_built_sources = \
|
|
|
|
libxfce4panel-marshal.c \
|
|
|
|
libxfce4panel-marshal.h |
|
|
|
|
|
|
|
libxfce4panel_headers = \
|
|
|
|
libxfce4panel.h \
|
|
|
|
xfce-arrow-button.h \
|
|
|
|
xfce-hvbox.h \
|
|
|
|
xfce-panel-convenience.h \
|
|
|
|
xfce-panel-macros.h \
|
|
|
|
xfce-panel-plugin.h \
|
|
|
|
libxfce4panel_headers = \
|
|
|
|
libxfce4panel.h \
|
|
|
|
xfce-arrow-button.h \
|
|
|
|
xfce-hvbox.h \
|
|
|
|
xfce-panel-convenience.h \
|
|
|
|
xfce-panel-enums.h \
|
|
|
|
xfce-panel-macros.h \
|
|
|
|
xfce-panel-plugin.h \
|
|
|
|
xfce-scaled-image.h |
|
|
|
|
|
|
|
libxfce4panel_includedir = \
|
|
|
|
libxfce4panel_includedir = \
|
|
|
|
$(includedir)/xfce4/libxfce4panel |
|
|
|
|
|
|
|
libxfce4panel_include_HEADERS = \
|
|
|
|
libxfce4panel_include_HEADERS = \
|
|
|
|
$(libxfce4panel_headers) |
|
|
|
|
|
|
|
libxfce4panel_la_SOURCES = \
|
|
|
|
$(libxfce4panel_built_sources) \
|
|
|
|
$(libxfce4panel_headers) \
|
|
|
|
xfce-arrow-button.c \
|
|
|
|
xfce-hvbox.c \
|
|
|
|
xfce-panel-convenience.c \
|
|
|
|
xfce-panel-plugin.c \
|
|
|
|
xfce-panel-plugin-provider.c \
|
|
|
|
xfce-panel-plugin-provider.h \
|
|
|
|
libxfce4panel_la_SOURCES = \
|
|
|
|
$(libxfce4panel_built_sources) \
|
|
|
|
$(libxfce4panel_headers) \
|
|
|
|
xfce-arrow-button.c \
|
|
|
|
xfce-hvbox.c \
|
|
|
|
xfce-panel-convenience.c \
|
|
|
|
xfce-panel-plugin.c \
|
|
|
|
xfce-panel-plugin-provider.c \
|
|
|
|
xfce-panel-plugin-provider.h \
|
|
|
|
xfce-scaled-image.c |
|
|
|
|
|
|
|
libxfce4panel_la_CFLAGS = \
|
|
|
|
$(GTK_CFLAGS) \
|
|
|
|
$(LIBXFCE4UTIL_CFLAGS) \
|
|
|
|
libxfce4panel_la_CFLAGS = \
|
|
|
|
$(GTK_CFLAGS) \
|
|
|
|
$(LIBXFCE4UTIL_CFLAGS) \
|
|
|
|
$(PLATFORM_CFLAGS) |
|
|
|
|
|
|
|
libxfce4panel_la_LDFLAGS = \
|
|
|
|
-no-undefined \
|
|
|
|
-export-dynamic \
|
|
|
|
-export-symbols-regex "^[^_].*" \
|
|
|
|
-version-info $(LIBXFCE4PANEL_VERINFO) \
|
|
|
|
libxfce4panel_la_LDFLAGS = \
|
|
|
|
-no-undefined \
|
|
|
|
-export-dynamic \
|
|
|
|
-version-info $(LIBXFCE4PANEL_VERINFO) \
|
|
|
|
$(PLATFORM_LDFLAGS) |
|
|
|
|
|
|
|
libxfce4panel_la_LIBADD = \
|
|
|
|
$(GTK_LIBS) \
|
|
|
|
libxfce4panel_la_LIBADD = \
|
|
|
|
$(GTK_LIBS) \
|
|
|
|
$(LIBXFCE4UTIL_LIBS) |
|
|
|
|
|
|
|
#
|
|
|
@ -62,7 +62,7 @@ libxfce4panel_la_LIBADD = \ |
|
|
|
pkgconfigdir = $(libdir)/pkgconfig |
|
|
|
pkgconfig_DATA = libxfce4panel-1.0.pc |
|
|
|
|
|
|
|
EXTRA_DIST = \
|
|
|
|
EXTRA_DIST = \
|
|
|
|
libxfce4panel-marshal.list |
|
|
|
|
|
|
|
#
|
|
|
@ -75,10 +75,10 @@ libxfce4panel-marshal.h: libxfce4panel-marshal.list Makefile |
|
|
|
libxfce4panel-marshal.c: libxfce4panel-marshal.list Makefile |
|
|
|
glib-genmarshal --prefix=_libxfce4panel_marshal --body $< > $@ |
|
|
|
|
|
|
|
DISTCLEANFILES = \
|
|
|
|
DISTCLEANFILES = \
|
|
|
|
$(libxfce4panel_built_sources) |
|
|
|
|
|
|
|
BUILT_SOURCES = \
|
|
|
|
BUILT_SOURCES = \
|
|
|
|
$(libxfce4panel_built_sources) |
|
|
|
endif |
|
|
|
|
|
|
|