View | Details | Raw Unified | Return to bug 219928 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-6 / +15 lines)
Lines 2-11 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	garcon
4
PORTNAME=	garcon
5
PORTVERSION=	0.4.0
5
PORTVERSION=	0.6.1
6
PORTREVISION=	1
7
CATEGORIES=	sysutils xfce
6
CATEGORIES=	sysutils xfce
8
MASTER_SITES=	XFCE
7
MASTER_SITES=	XFCE/src/xfce/${PORTNAME}/${PORTVERSION:R}
9
DIST_SUBDIR=	xfce4
8
DIST_SUBDIR=	xfce4
10
9
11
MAINTAINER=	xfce@FreeBSD.org
10
MAINTAINER=	xfce@FreeBSD.org
Lines 15-31 Link Here
15
# documentation is under GFDL 1.1.
14
# documentation is under GFDL 1.1.
16
LICENSE=	GPLv2
15
LICENSE=	GPLv2
17
16
17
LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
18
	libfreetype.so:print/freetype2
19
18
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
19
INSTALL_TARGET=	install-strip
21
INSTALL_TARGET=	install-strip
20
USES=	gmake libtool pathfix pkgconfig gettext-tools xfce tar:bzip2
22
USES=	gettext-tools gmake libtool pathfix pkgconfig tar:bzip2 xfce:gtk3
21
USE_GNOME=	glib20 gtk20 intltool intlhack
23
USE_GNOME=	glib20 gtk30 intltool cairo gdkpixbuf2
22
USE_XFCE=	libmenu
24
USE_XFCE=	libmenu
23
25
24
CONFIGURE_ARGS=--without-html-dir
26
CONFIGURE_ARGS=--without-html-dir
25
27
26
OPTIONS_DEFINE=		NLS
28
OPTIONS_DEFINE=	GTK2 NLS
29
OPTIONS_DEFAULT=	GTK2
30
GTK2_USE=	gnome=gtk20
31
GTK2_CONFIGURE_ENABLE=	gtk2
27
NLS_USES=	gettext-runtime
32
NLS_USES=	gettext-runtime
28
NLS_CONFIGURE_ENABLE=	nls
33
NLS_CONFIGURE_ENABLE=	nls
29
OPTIONS_SUB=	yes
34
OPTIONS_SUB=	yes
30
35
36
## https://bugzilla.xfce.org/show_bug.cgi?id=13635
37
post-extract:
38
	@${CP} ${FILESDIR}/Makefile.in ${WRKSRC}/garcon-gtk
39
31
.include <bsd.port.mk>
40
.include <bsd.port.mk>
(-)distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (xfce4/garcon-0.4.0.tar.bz2) = 787dc859713b6518992d760d4b858fb02e8a30705e6f6e871d7a14cc97bca972
1
TIMESTAMP = 1497180847
2
SIZE (xfce4/garcon-0.4.0.tar.bz2) = 466118
2
SHA256 (xfce4/garcon-0.6.1.tar.bz2) = 41c31ba0498c2cc39de4a8e0c2367510adbf4bc2104c17feee358e51e6acf603
3
SIZE (xfce4/garcon-0.6.1.tar.bz2) = 511415
(-)files/Makefile.in (+976 lines)
Line 0 Link Here
1
# Makefile.in generated by automake 1.15 from Makefile.am.
2
# @configure_input@
3
4
# Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
6
# This Makefile.in is free software; the Free Software Foundation
7
# gives unlimited permission to copy and/or distribute it,
8
# with or without modifications, as long as this notice is preserved.
9
10
# This program is distributed in the hope that it will be useful,
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
# PARTICULAR PURPOSE.
14
15
@SET_MAKE@
16
17
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
18
# 
19
# Copyright (c) 2013 Nick Schermer <nick@xfce.org>
20
# 
21
# This library is free software; you can redistribute it and/or
22
# modify it under the terms of the GNU Library General Public
23
# License as published by the Free Software Foundation; either
24
# version 2 of the License, or (at your option) any later version.
25
# 
26
# This library is distributed in the hope that it will be useful,
27
# but WITHOUT ANY WARRANTY; without even the implied warranty of
28
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
29
# GNU Library General Public License for more details.
30
# 
31
# You should have received a copy of the GNU Library General 
32
# Public License along with this library; if not, write to the 
33
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
34
# Boston, MA 02110-1301, USA.
35
36
37
38
VPATH = @srcdir@
39
am__is_gnu_make = { \
40
  if test -z '$(MAKELEVEL)'; then \
41
    false; \
42
  elif test -n '$(MAKE_HOST)'; then \
43
    true; \
44
  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
45
    true; \
46
  else \
47
    false; \
48
  fi; \
49
}
50
am__make_running_with_option = \
51
  case $${target_option-} in \
52
      ?) ;; \
53
      *) echo "am__make_running_with_option: internal error: invalid" \
54
              "target option '$${target_option-}' specified" >&2; \
55
         exit 1;; \
56
  esac; \
57
  has_opt=no; \
58
  sane_makeflags=$$MAKEFLAGS; \
59
  if $(am__is_gnu_make); then \
60
    sane_makeflags=$$MFLAGS; \
61
  else \
62
    case $$MAKEFLAGS in \
63
      *\\[\ \	]*) \
64
        bs=\\; \
65
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
66
          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
67
    esac; \
68
  fi; \
69
  skip_next=no; \
70
  strip_trailopt () \
71
  { \
72
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
73
  }; \
74
  for flg in $$sane_makeflags; do \
75
    test $$skip_next = yes && { skip_next=no; continue; }; \
76
    case $$flg in \
77
      *=*|--*) continue;; \
78
        -*I) strip_trailopt 'I'; skip_next=yes;; \
79
      -*I?*) strip_trailopt 'I';; \
80
        -*O) strip_trailopt 'O'; skip_next=yes;; \
81
      -*O?*) strip_trailopt 'O';; \
82
        -*l) strip_trailopt 'l'; skip_next=yes;; \
83
      -*l?*) strip_trailopt 'l';; \
84
      -[dEDm]) skip_next=yes;; \
85
      -[JT]) skip_next=yes;; \
86
    esac; \
87
    case $$flg in \
88
      *$$target_option*) has_opt=yes; break;; \
89
    esac; \
90
  done; \
91
  test $$has_opt = yes
92
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
93
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
94
pkgdatadir = $(datadir)/@PACKAGE@
95
pkgincludedir = $(includedir)/@PACKAGE@
96
pkglibdir = $(libdir)/@PACKAGE@
97
pkglibexecdir = $(libexecdir)/@PACKAGE@
98
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
99
install_sh_DATA = $(install_sh) -c -m 644
100
install_sh_PROGRAM = $(install_sh) -c
101
install_sh_SCRIPT = $(install_sh) -c
102
INSTALL_HEADER = $(INSTALL_DATA)
103
transform = $(program_transform_name)
104
NORMAL_INSTALL = :
105
PRE_INSTALL = :
106
POST_INSTALL = :
107
NORMAL_UNINSTALL = :
108
PRE_UNINSTALL = :
109
POST_UNINSTALL = :
110
build_triplet = @build@
111
host_triplet = @host@
112
target_triplet = @target@
113
@ENABLE_GTK2_LIBRARY_TRUE@am__append_1 = libgarcon-gtk2-1.la
114
@ENABLE_GTK2_LIBRARY_TRUE@am__append_2 = garcon-gtk2-1.pc
115
subdir = garcon-gtk
116
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
117
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
118
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
119
	$(ACLOCAL_M4)
120
DIST_COMMON = $(srcdir)/Makefile.am \
121
	$(am__libgarcon_gtk2include_HEADERS_DIST) \
122
	$(libgarcon_gtk3include_HEADERS) $(am__DIST_COMMON)
123
mkinstalldirs = $(install_sh) -d
124
CONFIG_HEADER = $(top_builddir)/config.h
125
CONFIG_CLEAN_FILES = garcon-gtk2-1.pc garcon-gtk3-1.pc
126
CONFIG_CLEAN_VPATH_FILES =
127
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
128
am__vpath_adj = case $$p in \
129
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
130
    *) f=$$p;; \
131
  esac;
132
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
133
am__install_max = 40
134
am__nobase_strip_setup = \
135
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
136
am__nobase_strip = \
137
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
138
am__nobase_list = $(am__nobase_strip_setup); \
139
  for p in $$list; do echo "$$p $$p"; done | \
140
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
141
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
142
    if (++n[$$2] == $(am__install_max)) \
143
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
144
    END { for (dir in files) print dir, files[dir] }'
145
am__base_list = \
146
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
147
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
148
am__uninstall_files_from_dir = { \
149
  test -z "$$files" \
150
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
151
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
152
         $(am__cd) "$$dir" && rm -f $$files; }; \
153
  }
154
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" \
155
	"$(DESTDIR)$(libgarcon_gtk2includedir)" \
156
	"$(DESTDIR)$(libgarcon_gtk3includedir)"
157
LTLIBRARIES = $(lib_LTLIBRARIES)
158
am__DEPENDENCIES_1 =
159
am__libgarcon_gtk2_1_la_SOURCES_DIST = garcon-gtk-menu.c garcon-gtk.h \
160
	garcon-gtk-menu.h
161
am__objects_1 = libgarcon_gtk2_1_la-garcon-gtk-menu.lo
162
am__objects_2 =
163
@ENABLE_GTK2_LIBRARY_TRUE@am_libgarcon_gtk2_1_la_OBJECTS =  \
164
@ENABLE_GTK2_LIBRARY_TRUE@	$(am__objects_1) $(am__objects_2)
165
libgarcon_gtk2_1_la_OBJECTS = $(am_libgarcon_gtk2_1_la_OBJECTS)
166
AM_V_lt = $(am__v_lt_@AM_V@)
167
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
168
am__v_lt_0 = --silent
169
am__v_lt_1 = 
170
libgarcon_gtk2_1_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
171
	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
172
	$(libgarcon_gtk2_1_la_CFLAGS) $(CFLAGS) \
173
	$(libgarcon_gtk2_1_la_LDFLAGS) $(LDFLAGS) -o $@
174
@ENABLE_GTK2_LIBRARY_TRUE@am_libgarcon_gtk2_1_la_rpath = -rpath \
175
@ENABLE_GTK2_LIBRARY_TRUE@	$(libdir)
176
am__objects_3 = libgarcon_gtk3_1_la-garcon-gtk-menu.lo
177
am_libgarcon_gtk3_1_la_OBJECTS = $(am__objects_3) $(am__objects_2)
178
libgarcon_gtk3_1_la_OBJECTS = $(am_libgarcon_gtk3_1_la_OBJECTS)
179
libgarcon_gtk3_1_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
180
	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
181
	$(libgarcon_gtk3_1_la_CFLAGS) $(CFLAGS) \
182
	$(libgarcon_gtk3_1_la_LDFLAGS) $(LDFLAGS) -o $@
183
AM_V_P = $(am__v_P_@AM_V@)
184
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
185
am__v_P_0 = false
186
am__v_P_1 = :
187
AM_V_GEN = $(am__v_GEN_@AM_V@)
188
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
189
am__v_GEN_0 = @echo "  GEN     " $@;
190
am__v_GEN_1 = 
191
AM_V_at = $(am__v_at_@AM_V@)
192
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
193
am__v_at_0 = @
194
am__v_at_1 = 
195
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
196
depcomp = $(SHELL) $(top_srcdir)/depcomp
197
am__depfiles_maybe = depfiles
198
am__mv = mv -f
199
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
200
	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
201
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
202
	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
203
	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
204
	$(AM_CFLAGS) $(CFLAGS)
205
AM_V_CC = $(am__v_CC_@AM_V@)
206
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
207
am__v_CC_0 = @echo "  CC      " $@;
208
am__v_CC_1 = 
209
CCLD = $(CC)
210
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
211
	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
212
	$(AM_LDFLAGS) $(LDFLAGS) -o $@
213
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
214
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
215
am__v_CCLD_0 = @echo "  CCLD    " $@;
216
am__v_CCLD_1 = 
217
SOURCES = $(libgarcon_gtk2_1_la_SOURCES) \
218
	$(libgarcon_gtk3_1_la_SOURCES)
219
DIST_SOURCES = $(am__libgarcon_gtk2_1_la_SOURCES_DIST) \
220
	$(libgarcon_gtk3_1_la_SOURCES)
221
am__can_run_installinfo = \
222
  case $$AM_UPDATE_INFO_DIR in \
223
    n|no|NO) false;; \
224
    *) (install-info --version) >/dev/null 2>&1;; \
225
  esac
226
DATA = $(pkgconfig_DATA)
227
am__libgarcon_gtk2include_HEADERS_DIST = garcon-gtk.h \
228
	garcon-gtk-menu.h
229
HEADERS = $(libgarcon_gtk2include_HEADERS) \
230
	$(libgarcon_gtk3include_HEADERS)
231
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
232
# Read a list of newline-separated strings from the standard input,
233
# and print each of them once, without duplicates.  Input order is
234
# *not* preserved.
235
am__uniquify_input = $(AWK) '\
236
  BEGIN { nonempty = 0; } \
237
  { items[$$0] = 1; nonempty = 1; } \
238
  END { if (nonempty) { for (i in items) print i; }; } \
239
'
240
# Make sure the list of sources is unique.  This is necessary because,
241
# e.g., the same source file might be shared among _SOURCES variables
242
# for different programs/libraries.
243
am__define_uniq_tagged_files = \
244
  list='$(am__tagged_files)'; \
245
  unique=`for i in $$list; do \
246
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
247
  done | $(am__uniquify_input)`
248
ETAGS = etags
249
CTAGS = ctags
250
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/garcon-gtk2-1.pc.in \
251
	$(srcdir)/garcon-gtk3-1.pc.in $(top_srcdir)/depcomp
252
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
253
ACLOCAL = @ACLOCAL@
254
ALL_LINGUAS = @ALL_LINGUAS@
255
AMTAR = @AMTAR@
256
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
257
AR = @AR@
258
AUTOCONF = @AUTOCONF@
259
AUTOHEADER = @AUTOHEADER@
260
AUTOMAKE = @AUTOMAKE@
261
AWK = @AWK@
262
CATALOGS = @CATALOGS@
263
CATOBJEXT = @CATOBJEXT@
264
CC = @CC@
265
CCAS = @CCAS@
266
CCASDEPMODE = @CCASDEPMODE@
267
CCASFLAGS = @CCASFLAGS@
268
CCDEPMODE = @CCDEPMODE@
269
CFLAGS = @CFLAGS@
270
CPP = @CPP@
271
CPPFLAGS = @CPPFLAGS@
272
CYGPATH_W = @CYGPATH_W@
273
DATADIRNAME = @DATADIRNAME@
274
DEFS = @DEFS@
275
DEPDIR = @DEPDIR@
276
DLLTOOL = @DLLTOOL@
277
DSYMUTIL = @DSYMUTIL@
278
DUMPBIN = @DUMPBIN@
279
ECHO_C = @ECHO_C@
280
ECHO_N = @ECHO_N@
281
ECHO_T = @ECHO_T@
282
EGREP = @EGREP@
283
EXEEXT = @EXEEXT@
284
FGREP = @FGREP@
285
GARCON_VERINFO = @GARCON_VERINFO@
286
GARCON_VERSION_API = @GARCON_VERSION_API@
287
GARCON_VERSION_API_MAJOR = @GARCON_VERSION_API_MAJOR@
288
GARCON_VERSION_MAJOR = @GARCON_VERSION_MAJOR@
289
GARCON_VERSION_MICRO = @GARCON_VERSION_MICRO@
290
GARCON_VERSION_MINOR = @GARCON_VERSION_MINOR@
291
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
292
GIO_CFLAGS = @GIO_CFLAGS@
293
GIO_LIBS = @GIO_LIBS@
294
GIO_REQUIRED_VERSION = @GIO_REQUIRED_VERSION@
295
GIO_VERSION = @GIO_VERSION@
296
GLIB_CFLAGS = @GLIB_CFLAGS@
297
GLIB_LIBS = @GLIB_LIBS@
298
GLIB_REQUIRED_VERSION = @GLIB_REQUIRED_VERSION@
299
GLIB_VERSION = @GLIB_VERSION@
300
GMOFILES = @GMOFILES@
301
GMSGFMT = @GMSGFMT@
302
GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
303
GOBJECT_LIBS = @GOBJECT_LIBS@
304
GOBJECT_REQUIRED_VERSION = @GOBJECT_REQUIRED_VERSION@
305
GOBJECT_VERSION = @GOBJECT_VERSION@
306
GREP = @GREP@
307
GTHREAD_CFLAGS = @GTHREAD_CFLAGS@
308
GTHREAD_LIBS = @GTHREAD_LIBS@
309
GTHREAD_REQUIRED_VERSION = @GTHREAD_REQUIRED_VERSION@
310
GTHREAD_VERSION = @GTHREAD_VERSION@
311
GTK2_CFLAGS = @GTK2_CFLAGS@
312
GTK2_LIBS = @GTK2_LIBS@
313
GTK2_REQUIRED_VERSION = @GTK2_REQUIRED_VERSION@
314
GTK2_VERSION = @GTK2_VERSION@
315
GTK3_CFLAGS = @GTK3_CFLAGS@
316
GTK3_LIBS = @GTK3_LIBS@
317
GTK3_REQUIRED_VERSION = @GTK3_REQUIRED_VERSION@
318
GTK3_VERSION = @GTK3_VERSION@
319
GTKDOC_CHECK = @GTKDOC_CHECK@
320
GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
321
GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
322
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
323
GTKDOC_MKPDF = @GTKDOC_MKPDF@
324
GTKDOC_REBASE = @GTKDOC_REBASE@
325
HTML_DIR = @HTML_DIR@
326
INSTALL = @INSTALL@
327
INSTALL_DATA = @INSTALL_DATA@
328
INSTALL_PROGRAM = @INSTALL_PROGRAM@
329
INSTALL_SCRIPT = @INSTALL_SCRIPT@
330
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
331
INSTOBJEXT = @INSTOBJEXT@
332
INTLLIBS = @INTLLIBS@
333
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
334
INTLTOOL_MERGE = @INTLTOOL_MERGE@
335
INTLTOOL_PERL = @INTLTOOL_PERL@
336
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
337
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
338
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
339
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
340
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
341
LD = @LD@
342
LDFLAGS = @LDFLAGS@
343
LIBOBJS = @LIBOBJS@
344
LIBS = @LIBS@
345
LIBTOOL = @LIBTOOL@
346
LIBXFCE4UI2_CFLAGS = @LIBXFCE4UI2_CFLAGS@
347
LIBXFCE4UI2_LIBS = @LIBXFCE4UI2_LIBS@
348
LIBXFCE4UI2_REQUIRED_VERSION = @LIBXFCE4UI2_REQUIRED_VERSION@
349
LIBXFCE4UI2_VERSION = @LIBXFCE4UI2_VERSION@
350
LIBXFCE4UI_CFLAGS = @LIBXFCE4UI_CFLAGS@
351
LIBXFCE4UI_LIBS = @LIBXFCE4UI_LIBS@
352
LIBXFCE4UI_REQUIRED_VERSION = @LIBXFCE4UI_REQUIRED_VERSION@
353
LIBXFCE4UI_VERSION = @LIBXFCE4UI_VERSION@
354
LIBXFCE4UTIL_CFLAGS = @LIBXFCE4UTIL_CFLAGS@
355
LIBXFCE4UTIL_LIBS = @LIBXFCE4UTIL_LIBS@
356
LIBXFCE4UTIL_REQUIRED_VERSION = @LIBXFCE4UTIL_REQUIRED_VERSION@
357
LIBXFCE4UTIL_VERSION = @LIBXFCE4UTIL_VERSION@
358
LIPO = @LIPO@
359
LN_S = @LN_S@
360
LTLIBOBJS = @LTLIBOBJS@
361
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
362
MAINT = @MAINT@
363
MAKEINFO = @MAKEINFO@
364
MANIFEST_TOOL = @MANIFEST_TOOL@
365
MKDIR_P = @MKDIR_P@
366
MKINSTALLDIRS = @MKINSTALLDIRS@
367
MSGFMT = @MSGFMT@
368
MSGFMT_OPTS = @MSGFMT_OPTS@
369
MSGMERGE = @MSGMERGE@
370
NM = @NM@
371
NMEDIT = @NMEDIT@
372
OBJDUMP = @OBJDUMP@
373
OBJEXT = @OBJEXT@
374
OTOOL = @OTOOL@
375
OTOOL64 = @OTOOL64@
376
PACKAGE = @PACKAGE@
377
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
378
PACKAGE_NAME = @PACKAGE_NAME@
379
PACKAGE_STRING = @PACKAGE_STRING@
380
PACKAGE_TARNAME = @PACKAGE_TARNAME@
381
PACKAGE_URL = @PACKAGE_URL@
382
PACKAGE_VERSION = @PACKAGE_VERSION@
383
PATH_SEPARATOR = @PATH_SEPARATOR@
384
PKG_CONFIG = @PKG_CONFIG@
385
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
386
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
387
POFILES = @POFILES@
388
POSUB = @POSUB@
389
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
390
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
391
RANLIB = @RANLIB@
392
SED = @SED@
393
SET_MAKE = @SET_MAKE@
394
SHELL = @SHELL@
395
STRIP = @STRIP@
396
USE_NLS = @USE_NLS@
397
VERSION = @VERSION@
398
XGETTEXT = @XGETTEXT@
399
XGETTEXT_ARGS = @XGETTEXT_ARGS@
400
abs_builddir = @abs_builddir@
401
abs_srcdir = @abs_srcdir@
402
abs_top_builddir = @abs_top_builddir@
403
abs_top_srcdir = @abs_top_srcdir@
404
ac_ct_AR = @ac_ct_AR@
405
ac_ct_CC = @ac_ct_CC@
406
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
407
am__include = @am__include@
408
am__leading_dot = @am__leading_dot@
409
am__quote = @am__quote@
410
am__tar = @am__tar@
411
am__untar = @am__untar@
412
bindir = @bindir@
413
build = @build@
414
build_alias = @build_alias@
415
build_cpu = @build_cpu@
416
build_os = @build_os@
417
build_vendor = @build_vendor@
418
builddir = @builddir@
419
datadir = @datadir@
420
datarootdir = @datarootdir@
421
docdir = @docdir@
422
dvidir = @dvidir@
423
exec_prefix = @exec_prefix@
424
host = @host@
425
host_alias = @host_alias@
426
host_cpu = @host_cpu@
427
host_os = @host_os@
428
host_vendor = @host_vendor@
429
htmldir = @htmldir@
430
includedir = @includedir@
431
infodir = @infodir@
432
install_sh = @install_sh@
433
intltool__v_merge_options_ = @intltool__v_merge_options_@
434
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
435
libdir = @libdir@
436
libexecdir = @libexecdir@
437
localedir = @localedir@
438
localstatedir = @localstatedir@
439
mandir = @mandir@
440
mkdir_p = @mkdir_p@
441
oldincludedir = @oldincludedir@
442
pdfdir = @pdfdir@
443
prefix = @prefix@
444
program_transform_name = @program_transform_name@
445
psdir = @psdir@
446
sbindir = @sbindir@
447
sharedstatedir = @sharedstatedir@
448
srcdir = @srcdir@
449
sysconfdir = @sysconfdir@
450
target = @target@
451
target_alias = @target_alias@
452
target_cpu = @target_cpu@
453
target_os = @target_os@
454
target_vendor = @target_vendor@
455
top_build_prefix = @top_build_prefix@
456
top_builddir = @top_builddir@
457
top_srcdir = @top_srcdir@
458
AM_CPPFLAGS = \
459
	-I$(top_srcdir) \
460
	-DGARCON_COMPILATION \
461
	-DGARCON_VERSION_API=\"$(GARCON_VERSION_API)\" \
462
	-DG_LOG_DOMAIN=\"garcon\" \
463
	-DSYSCONFIGDIR=\"$(sysconfdir)/xdg\" \
464
	$(PLATFORM_CFLAGS)
465
466
lib_LTLIBRARIES = libgarcon-gtk3-1.la $(am__append_1)
467
libgarcon_gtk_headers = \
468
	garcon-gtk.h \
469
	garcon-gtk-menu.h
470
471
libgarcon_gtk_sources = \
472
	garcon-gtk-menu.c
473
474
libgarcon_gtk3includedir = \
475
	$(includedir)/garcon-gtk3-1/garcon-gtk
476
477
libgarcon_gtk3include_HEADERS = \
478
	$(libgarcon_gtk_headers)
479
480
libgarcon_gtk3_1_la_SOURCES = \
481
	$(libgarcon_gtk_sources) \
482
	$(libgarcon_gtk_headers)
483
484
libgarcon_gtk3_1_la_CFLAGS = \
485
	$(GIO_CFLAGS) \
486
	$(GLIB_CFLAGS) \
487
	$(GTK3_CFLAGS) \
488
	$(LIBXFCE4UTIL_CFLAGS) \
489
	$(GOBJECT_CFLAGS) \
490
	$(GTHREAD_CFLAGS) \
491
	$(LIBXFCE4UI2_CFLAGS) \
492
	$(PLATFORM_CFLAGS)
493
494
libgarcon_gtk3_1_la_LDFLAGS = \
495
	-no-undefined \
496
	-export-dynamic \
497
	-version-info $(GARCON_VERINFO) \
498
	-export-symbols-regex "^[^_].*" \
499
	$(PLATFORM_LDFLAGS)
500
501
libgarcon_gtk3_1_la_LIBADD = \
502
	$(top_builddir)/garcon/libgarcon-$(GARCON_VERSION_API).la \
503
	$(GIO_LIBS) \
504
	$(GLIB_LIBS) \
505
	$(GTK3_LIBS) \
506
	$(LIBXFCE4UTIL_LIBS) \
507
	$(GOBJECT_LIBS) \
508
	$(GTHREAD_LIBS) \
509
	$(LIBXFCE4UI2_LIBS)
510
511
libgarcon_gtk3_1_la_DEPENDENCIES = \
512
	$(top_builddir)/garcon/libgarcon-$(GARCON_VERSION_API).la
513
514
pkgconfigdir = $(libdir)/pkgconfig
515
pkgconfig_DATA = garcon-gtk3-1.pc $(am__append_2)
516
@ENABLE_GTK2_LIBRARY_TRUE@libgarcon_gtk2includedir = \
517
@ENABLE_GTK2_LIBRARY_TRUE@	$(includedir)/garcon-gtk2-1/garcon-gtk
518
519
@ENABLE_GTK2_LIBRARY_TRUE@libgarcon_gtk2include_HEADERS = \
520
@ENABLE_GTK2_LIBRARY_TRUE@	$(libgarcon_gtk_headers)
521
522
@ENABLE_GTK2_LIBRARY_TRUE@libgarcon_gtk2_1_la_SOURCES = \
523
@ENABLE_GTK2_LIBRARY_TRUE@	$(libgarcon_gtk_sources) \
524
@ENABLE_GTK2_LIBRARY_TRUE@	$(libgarcon_gtk_headers)
525
526
@ENABLE_GTK2_LIBRARY_TRUE@libgarcon_gtk2_1_la_CFLAGS = \
527
@ENABLE_GTK2_LIBRARY_TRUE@	$(GIO_CFLAGS) \
528
@ENABLE_GTK2_LIBRARY_TRUE@	$(GLIB_CFLAGS) \
529
@ENABLE_GTK2_LIBRARY_TRUE@	$(GTK2_CFLAGS) \
530
@ENABLE_GTK2_LIBRARY_TRUE@	$(LIBXFCE4UTIL_CFLAGS) \
531
@ENABLE_GTK2_LIBRARY_TRUE@	$(GOBJECT_CFLAGS) \
532
@ENABLE_GTK2_LIBRARY_TRUE@	$(GTHREAD_CFLAGS) \
533
@ENABLE_GTK2_LIBRARY_TRUE@	$(LIBXFCE4UI_CFLAGS) \
534
@ENABLE_GTK2_LIBRARY_TRUE@	$(PLATFORM_CFLAGS)
535
536
@ENABLE_GTK2_LIBRARY_TRUE@libgarcon_gtk2_1_la_LDFLAGS = \
537
@ENABLE_GTK2_LIBRARY_TRUE@	-no-undefined \
538
@ENABLE_GTK2_LIBRARY_TRUE@	-export-dynamic \
539
@ENABLE_GTK2_LIBRARY_TRUE@	-version-info $(GARCON_VERINFO) \
540
@ENABLE_GTK2_LIBRARY_TRUE@	-export-symbols-regex "^[^_].*" \
541
@ENABLE_GTK2_LIBRARY_TRUE@	$(PLATFORM_LDFLAGS)
542
543
@ENABLE_GTK2_LIBRARY_TRUE@libgarcon_gtk2_1_la_LIBADD = \
544
@ENABLE_GTK2_LIBRARY_TRUE@	$(top_builddir)/garcon/libgarcon-$(GARCON_VERSION_API).la \
545
@ENABLE_GTK2_LIBRARY_TRUE@	$(GIO_LIBS) \
546
@ENABLE_GTK2_LIBRARY_TRUE@	$(GLIB_LIBS) \
547
@ENABLE_GTK2_LIBRARY_TRUE@	$(GTK2_LIBS) \
548
@ENABLE_GTK2_LIBRARY_TRUE@	$(LIBXFCE4UTIL_LIBS) \
549
@ENABLE_GTK2_LIBRARY_TRUE@	$(GOBJECT_LIBS) \
550
@ENABLE_GTK2_LIBRARY_TRUE@	$(GTHREAD_LIBS) \
551
@ENABLE_GTK2_LIBRARY_TRUE@	$(LIBXFCE4UI_LIBS)
552
553
@ENABLE_GTK2_LIBRARY_TRUE@libgarcon_gtk2_1_la_DEPENDENCIES = \
554
@ENABLE_GTK2_LIBRARY_TRUE@	$(top_builddir)/garcon/libgarcon-$(GARCON_VERSION_API).la
555
556
all: all-am
557
558
.SUFFIXES:
559
.SUFFIXES: .c .lo .o .obj
560
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
561
	@for dep in $?; do \
562
	  case '$(am__configure_deps)' in \
563
	    *$$dep*) \
564
	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
565
	        && { if test -f $@; then exit 0; else break; fi; }; \
566
	      exit 1;; \
567
	  esac; \
568
	done; \
569
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu garcon-gtk/Makefile'; \
570
	$(am__cd) $(top_srcdir) && \
571
	  $(AUTOMAKE) --gnu garcon-gtk/Makefile
572
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
573
	@case '$?' in \
574
	  *config.status*) \
575
	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
576
	  *) \
577
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
578
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
579
	esac;
580
581
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
582
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
583
584
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
585
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
586
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
587
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
588
$(am__aclocal_m4_deps):
589
garcon-gtk2-1.pc: $(top_builddir)/config.status $(srcdir)/garcon-gtk2-1.pc.in
590
	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
591
garcon-gtk3-1.pc: $(top_builddir)/config.status $(srcdir)/garcon-gtk3-1.pc.in
592
	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
593
594
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
595
	@$(NORMAL_INSTALL)
596
	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
597
	list2=; for p in $$list; do \
598
	  if test -f $$p; then \
599
	    list2="$$list2 $$p"; \
600
	  else :; fi; \
601
	done; \
602
	test -z "$$list2" || { \
603
	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
604
	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
605
	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
606
	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
607
	}
608
609
uninstall-libLTLIBRARIES:
610
	@$(NORMAL_UNINSTALL)
611
	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
612
	for p in $$list; do \
613
	  $(am__strip_dir) \
614
	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
615
	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
616
	done
617
618
clean-libLTLIBRARIES:
619
	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
620
	@list='$(lib_LTLIBRARIES)'; \
621
	locs=`for p in $$list; do echo $$p; done | \
622
	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
623
	      sort -u`; \
624
	test -z "$$locs" || { \
625
	  echo rm -f $${locs}; \
626
	  rm -f $${locs}; \
627
	}
628
629
libgarcon-gtk2-1.la: $(libgarcon_gtk2_1_la_OBJECTS) $(libgarcon_gtk2_1_la_DEPENDENCIES) $(EXTRA_libgarcon_gtk2_1_la_DEPENDENCIES) 
630
	$(AM_V_CCLD)$(libgarcon_gtk2_1_la_LINK) $(am_libgarcon_gtk2_1_la_rpath) $(libgarcon_gtk2_1_la_OBJECTS) $(libgarcon_gtk2_1_la_LIBADD) $(LIBS)
631
632
libgarcon-gtk3-1.la: $(libgarcon_gtk3_1_la_OBJECTS) $(libgarcon_gtk3_1_la_DEPENDENCIES) $(EXTRA_libgarcon_gtk3_1_la_DEPENDENCIES) 
633
	$(AM_V_CCLD)$(libgarcon_gtk3_1_la_LINK) -rpath $(libdir) $(libgarcon_gtk3_1_la_OBJECTS) $(libgarcon_gtk3_1_la_LIBADD) $(LIBS)
634
635
mostlyclean-compile:
636
	-rm -f *.$(OBJEXT)
637
638
distclean-compile:
639
	-rm -f *.tab.c
640
641
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgarcon_gtk2_1_la-garcon-gtk-menu.Plo@am__quote@
642
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgarcon_gtk3_1_la-garcon-gtk-menu.Plo@am__quote@
643
644
.c.o:
645
@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
646
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
647
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
648
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
649
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
650
651
.c.obj:
652
@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
653
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
654
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
655
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
656
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
657
658
.c.lo:
659
@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
660
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
661
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
662
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
663
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
664
665
libgarcon_gtk2_1_la-garcon-gtk-menu.lo: garcon-gtk-menu.c
666
@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgarcon_gtk2_1_la_CFLAGS) $(CFLAGS) -MT libgarcon_gtk2_1_la-garcon-gtk-menu.lo -MD -MP -MF $(DEPDIR)/libgarcon_gtk2_1_la-garcon-gtk-menu.Tpo -c -o libgarcon_gtk2_1_la-garcon-gtk-menu.lo `test -f 'garcon-gtk-menu.c' || echo '$(srcdir)/'`garcon-gtk-menu.c
667
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgarcon_gtk2_1_la-garcon-gtk-menu.Tpo $(DEPDIR)/libgarcon_gtk2_1_la-garcon-gtk-menu.Plo
668
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='garcon-gtk-menu.c' object='libgarcon_gtk2_1_la-garcon-gtk-menu.lo' libtool=yes @AMDEPBACKSLASH@
669
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
670
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgarcon_gtk2_1_la_CFLAGS) $(CFLAGS) -c -o libgarcon_gtk2_1_la-garcon-gtk-menu.lo `test -f 'garcon-gtk-menu.c' || echo '$(srcdir)/'`garcon-gtk-menu.c
671
672
libgarcon_gtk3_1_la-garcon-gtk-menu.lo: garcon-gtk-menu.c
673
@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgarcon_gtk3_1_la_CFLAGS) $(CFLAGS) -MT libgarcon_gtk3_1_la-garcon-gtk-menu.lo -MD -MP -MF $(DEPDIR)/libgarcon_gtk3_1_la-garcon-gtk-menu.Tpo -c -o libgarcon_gtk3_1_la-garcon-gtk-menu.lo `test -f 'garcon-gtk-menu.c' || echo '$(srcdir)/'`garcon-gtk-menu.c
674
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgarcon_gtk3_1_la-garcon-gtk-menu.Tpo $(DEPDIR)/libgarcon_gtk3_1_la-garcon-gtk-menu.Plo
675
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='garcon-gtk-menu.c' object='libgarcon_gtk3_1_la-garcon-gtk-menu.lo' libtool=yes @AMDEPBACKSLASH@
676
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
677
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgarcon_gtk3_1_la_CFLAGS) $(CFLAGS) -c -o libgarcon_gtk3_1_la-garcon-gtk-menu.lo `test -f 'garcon-gtk-menu.c' || echo '$(srcdir)/'`garcon-gtk-menu.c
678
679
mostlyclean-libtool:
680
	-rm -f *.lo
681
682
clean-libtool:
683
	-rm -rf .libs _libs
684
install-pkgconfigDATA: $(pkgconfig_DATA)
685
	@$(NORMAL_INSTALL)
686
	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
687
	if test -n "$$list"; then \
688
	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
689
	  $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
690
	fi; \
691
	for p in $$list; do \
692
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
693
	  echo "$$d$$p"; \
694
	done | $(am__base_list) | \
695
	while read files; do \
696
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
697
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
698
	done
699
700
uninstall-pkgconfigDATA:
701
	@$(NORMAL_UNINSTALL)
702
	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
703
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
704
	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
705
install-libgarcon_gtk2includeHEADERS: $(libgarcon_gtk2include_HEADERS)
706
	@$(NORMAL_INSTALL)
707
	@list='$(libgarcon_gtk2include_HEADERS)'; test -n "$(libgarcon_gtk2includedir)" || list=; \
708
	if test -n "$$list"; then \
709
	  echo " $(MKDIR_P) '$(DESTDIR)$(libgarcon_gtk2includedir)'"; \
710
	  $(MKDIR_P) "$(DESTDIR)$(libgarcon_gtk2includedir)" || exit 1; \
711
	fi; \
712
	for p in $$list; do \
713
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
714
	  echo "$$d$$p"; \
715
	done | $(am__base_list) | \
716
	while read files; do \
717
	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libgarcon_gtk2includedir)'"; \
718
	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(libgarcon_gtk2includedir)" || exit $$?; \
719
	done
720
721
uninstall-libgarcon_gtk2includeHEADERS:
722
	@$(NORMAL_UNINSTALL)
723
	@list='$(libgarcon_gtk2include_HEADERS)'; test -n "$(libgarcon_gtk2includedir)" || list=; \
724
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
725
	dir='$(DESTDIR)$(libgarcon_gtk2includedir)'; $(am__uninstall_files_from_dir)
726
install-libgarcon_gtk3includeHEADERS: $(libgarcon_gtk3include_HEADERS)
727
	@$(NORMAL_INSTALL)
728
	@list='$(libgarcon_gtk3include_HEADERS)'; test -n "$(libgarcon_gtk3includedir)" || list=; \
729
	if test -n "$$list"; then \
730
	  echo " $(MKDIR_P) '$(DESTDIR)$(libgarcon_gtk3includedir)'"; \
731
	  $(MKDIR_P) "$(DESTDIR)$(libgarcon_gtk3includedir)" || exit 1; \
732
	fi; \
733
	for p in $$list; do \
734
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
735
	  echo "$$d$$p"; \
736
	done | $(am__base_list) | \
737
	while read files; do \
738
	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libgarcon_gtk3includedir)'"; \
739
	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(libgarcon_gtk3includedir)" || exit $$?; \
740
	done
741
742
uninstall-libgarcon_gtk3includeHEADERS:
743
	@$(NORMAL_UNINSTALL)
744
	@list='$(libgarcon_gtk3include_HEADERS)'; test -n "$(libgarcon_gtk3includedir)" || list=; \
745
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
746
	dir='$(DESTDIR)$(libgarcon_gtk3includedir)'; $(am__uninstall_files_from_dir)
747
748
ID: $(am__tagged_files)
749
	$(am__define_uniq_tagged_files); mkid -fID $$unique
750
tags: tags-am
751
TAGS: tags
752
753
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
754
	set x; \
755
	here=`pwd`; \
756
	$(am__define_uniq_tagged_files); \
757
	shift; \
758
	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
759
	  test -n "$$unique" || unique=$$empty_fix; \
760
	  if test $$# -gt 0; then \
761
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
762
	      "$$@" $$unique; \
763
	  else \
764
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
765
	      $$unique; \
766
	  fi; \
767
	fi
768
ctags: ctags-am
769
770
CTAGS: ctags
771
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
772
	$(am__define_uniq_tagged_files); \
773
	test -z "$(CTAGS_ARGS)$$unique" \
774
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
775
	     $$unique
776
777
GTAGS:
778
	here=`$(am__cd) $(top_builddir) && pwd` \
779
	  && $(am__cd) $(top_srcdir) \
780
	  && gtags -i $(GTAGS_ARGS) "$$here"
781
cscopelist: cscopelist-am
782
783
cscopelist-am: $(am__tagged_files)
784
	list='$(am__tagged_files)'; \
785
	case "$(srcdir)" in \
786
	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
787
	  *) sdir=$(subdir)/$(srcdir) ;; \
788
	esac; \
789
	for i in $$list; do \
790
	  if test -f "$$i"; then \
791
	    echo "$(subdir)/$$i"; \
792
	  else \
793
	    echo "$$sdir/$$i"; \
794
	  fi; \
795
	done >> $(top_builddir)/cscope.files
796
797
distclean-tags:
798
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
799
800
distdir: $(DISTFILES)
801
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
802
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
803
	list='$(DISTFILES)'; \
804
	  dist_files=`for file in $$list; do echo $$file; done | \
805
	  sed -e "s|^$$srcdirstrip/||;t" \
806
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
807
	case $$dist_files in \
808
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
809
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
810
			   sort -u` ;; \
811
	esac; \
812
	for file in $$dist_files; do \
813
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
814
	  if test -d $$d/$$file; then \
815
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
816
	    if test -d "$(distdir)/$$file"; then \
817
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
818
	    fi; \
819
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
820
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
821
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
822
	    fi; \
823
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
824
	  else \
825
	    test -f "$(distdir)/$$file" \
826
	    || cp -p $$d/$$file "$(distdir)/$$file" \
827
	    || exit 1; \
828
	  fi; \
829
	done
830
	$(MAKE) $(AM_MAKEFLAGS) \
831
	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
832
	  dist-hook
833
check-am: all-am
834
check: check-am
835
all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
836
installdirs:
837
	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(libgarcon_gtk2includedir)" "$(DESTDIR)$(libgarcon_gtk3includedir)"; do \
838
	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
839
	done
840
install: install-am
841
install-exec: install-exec-am
842
install-data: install-data-am
843
uninstall: uninstall-am
844
845
install-am: all-am
846
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
847
848
installcheck: installcheck-am
849
install-strip:
850
	if test -z '$(STRIP)'; then \
851
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
852
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
853
	      install; \
854
	else \
855
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
856
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
857
	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
858
	fi
859
mostlyclean-generic:
860
861
clean-generic:
862
863
distclean-generic:
864
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
865
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
866
867
maintainer-clean-generic:
868
	@echo "This command is intended for maintainers to use"
869
	@echo "it deletes files that may require special tools to rebuild."
870
clean: clean-am
871
872
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
873
	mostlyclean-am
874
875
distclean: distclean-am
876
	-rm -rf ./$(DEPDIR)
877
	-rm -f Makefile
878
distclean-am: clean-am distclean-compile distclean-generic \
879
	distclean-tags
880
881
dvi: dvi-am
882
883
dvi-am:
884
885
html: html-am
886
887
html-am:
888
889
info: info-am
890
891
info-am:
892
893
install-data-am: install-libgarcon_gtk2includeHEADERS \
894
	install-libgarcon_gtk3includeHEADERS install-pkgconfigDATA
895
896
install-dvi: install-dvi-am
897
898
install-dvi-am:
899
900
install-exec-am: install-libLTLIBRARIES
901
902
install-html: install-html-am
903
904
install-html-am:
905
906
install-info: install-info-am
907
908
install-info-am:
909
910
install-man:
911
912
install-pdf: install-pdf-am
913
914
install-pdf-am:
915
916
install-ps: install-ps-am
917
918
install-ps-am:
919
920
installcheck-am:
921
922
maintainer-clean: maintainer-clean-am
923
	-rm -rf ./$(DEPDIR)
924
	-rm -f Makefile
925
maintainer-clean-am: distclean-am maintainer-clean-generic
926
927
mostlyclean: mostlyclean-am
928
929
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
930
	mostlyclean-libtool
931
932
pdf: pdf-am
933
934
pdf-am:
935
936
ps: ps-am
937
938
ps-am:
939
940
uninstall-am: uninstall-libLTLIBRARIES \
941
	uninstall-libgarcon_gtk2includeHEADERS \
942
	uninstall-libgarcon_gtk3includeHEADERS uninstall-pkgconfigDATA
943
944
.MAKE: install-am install-strip
945
946
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
947
	clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \
948
	ctags-am dist-hook distclean distclean-compile \
949
	distclean-generic distclean-libtool distclean-tags distdir dvi \
950
	dvi-am html html-am info info-am install install-am \
951
	install-data install-data-am install-dvi install-dvi-am \
952
	install-exec install-exec-am install-html install-html-am \
953
	install-info install-info-am install-libLTLIBRARIES \
954
	install-libgarcon_gtk2includeHEADERS \
955
	install-libgarcon_gtk3includeHEADERS install-man install-pdf \
956
	install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
957
	install-strip installcheck installcheck-am installdirs \
958
	maintainer-clean maintainer-clean-generic mostlyclean \
959
	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
960
	pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
961
	uninstall-libLTLIBRARIES \
962
	uninstall-libgarcon_gtk2includeHEADERS \
963
	uninstall-libgarcon_gtk3includeHEADERS uninstall-pkgconfigDATA
964
965
.PRECIOUS: Makefile
966
967
968
# Required for gtk-doc and make distcheck
969
dist-hook: all
970
971
# Tell versions [3.59,3.63) of GNU make to not export all variables.
972
# Otherwise a system limit (for SysV at least) may be exceeded.
973
.NOEXPORT:
974
native
975
FreeBSD=%H
976
text/plain
(-)files/patch-configure (-3 / +3 lines)
Lines 1-6 Link Here
1
--- ./configure.orig	2013-05-05 16:32:02.000000000 +0000
1
--- configure.orig	2017-04-16 04:37:20 UTC
2
+++ ./configure	2013-05-05 21:17:24.000000000 +0000
2
+++ configure
3
@@ -13632,7 +13632,7 @@
3
@@ -14201,7 +14201,7 @@ $as_echo "#define HAVE_LC_MESSAGES 1" >>
4
 
4
 
5
     fi
5
     fi
6
   fi
6
   fi
(-)pkg-descr (-1 / +1 lines)
Lines 1-4 Link Here
1
Garcon is an implementation of the freedesktop.org menu specification
1
Garcon is an implementation of the Freedesktop.org menu specification
2
replacing the former Xfce menu library libxfce4menu. It is based on
2
replacing the former Xfce menu library libxfce4menu. It is based on
3
GLib/GIO only and aims at covering the entire specification except for
3
GLib/GIO only and aims at covering the entire specification except for
4
legacy menus.
4
legacy menus.
(-)pkg-plist (-6 / +14 lines)
Lines 4-9 Link Here
4
include/garcon-1/garcon/garcon-marshal.h
4
include/garcon-1/garcon/garcon-marshal.h
5
include/garcon-1/garcon/garcon-menu-directory.h
5
include/garcon-1/garcon/garcon-menu-directory.h
6
include/garcon-1/garcon/garcon-menu-element.h
6
include/garcon-1/garcon/garcon-menu-element.h
7
include/garcon-1/garcon/garcon-menu-item-action.h
7
include/garcon-1/garcon/garcon-menu-item-cache.h
8
include/garcon-1/garcon/garcon-menu-item-cache.h
8
include/garcon-1/garcon/garcon-menu-item-pool.h
9
include/garcon-1/garcon/garcon-menu-item-pool.h
9
include/garcon-1/garcon/garcon-menu-item.h
10
include/garcon-1/garcon/garcon-menu-item.h
Lines 14-29 Link Here
14
include/garcon-1/garcon/garcon-menu-tree-provider.h
15
include/garcon-1/garcon/garcon-menu-tree-provider.h
15
include/garcon-1/garcon/garcon-menu.h
16
include/garcon-1/garcon/garcon-menu.h
16
include/garcon-1/garcon/garcon.h
17
include/garcon-1/garcon/garcon.h
17
include/garcon-gtk2-1/garcon-gtk/garcon-gtk-menu.h
18
%%GTK2%%include/garcon-gtk2-1/garcon-gtk/garcon-gtk-menu.h
18
include/garcon-gtk2-1/garcon-gtk/garcon-gtk.h
19
%%GTK2%%include/garcon-gtk2-1/garcon-gtk/garcon-gtk.h
20
include/garcon-gtk3-1/garcon-gtk/garcon-gtk-menu.h
21
include/garcon-gtk3-1/garcon-gtk/garcon-gtk.h
19
lib/libgarcon-1.so
22
lib/libgarcon-1.so
20
lib/libgarcon-1.so.0
23
lib/libgarcon-1.so.0
21
lib/libgarcon-1.so.0.0.0
24
lib/libgarcon-1.so.0.0.0
22
lib/libgarcon-gtk2-1.so
25
%%GTK2%%lib/libgarcon-gtk2-1.so
23
lib/libgarcon-gtk2-1.so.0
26
%%GTK2%%lib/libgarcon-gtk2-1.so.0
24
lib/libgarcon-gtk2-1.so.0.0.0
27
%%GTK2%%lib/libgarcon-gtk2-1.so.0.0.0
28
lib/libgarcon-gtk3-1.so
29
lib/libgarcon-gtk3-1.so.0
30
lib/libgarcon-gtk3-1.so.0.0.0
25
libdata/pkgconfig/garcon-1.pc
31
libdata/pkgconfig/garcon-1.pc
26
libdata/pkgconfig/garcon-gtk2-1.pc
32
%%GTK2%%libdata/pkgconfig/garcon-gtk2-1.pc
33
libdata/pkgconfig/garcon-gtk3-1.pc
27
share/desktop-directories/xfce-accessories.directory
34
share/desktop-directories/xfce-accessories.directory
28
share/desktop-directories/xfce-development.directory
35
share/desktop-directories/xfce-development.directory
29
share/desktop-directories/xfce-education.directory
36
share/desktop-directories/xfce-education.directory
Lines 38-43 Link Here
38
share/desktop-directories/xfce-screensavers.directory
45
share/desktop-directories/xfce-screensavers.directory
39
share/desktop-directories/xfce-settings.directory
46
share/desktop-directories/xfce-settings.directory
40
share/desktop-directories/xfce-system.directory
47
share/desktop-directories/xfce-system.directory
48
%%NLS%%share/locale/am/LC_MESSAGES/garcon.mo
41
%%NLS%%share/locale/ar/LC_MESSAGES/garcon.mo
49
%%NLS%%share/locale/ar/LC_MESSAGES/garcon.mo
42
%%NLS%%share/locale/ast/LC_MESSAGES/garcon.mo
50
%%NLS%%share/locale/ast/LC_MESSAGES/garcon.mo
43
%%NLS%%share/locale/bg/LC_MESSAGES/garcon.mo
51
%%NLS%%share/locale/bg/LC_MESSAGES/garcon.mo

Return to bug 219928