~quequotion/glippy/glippy

« back to all changes in this revision

Viewing changes to src/snippets/Makefile.in

  • Committer: Que Quotion
  • Date: 2018-07-01 13:34:36 UTC
  • Revision ID: quequotion@bugmenot.com-20180701133436-usy073goo274fh6a
Glippy: Simple, powerful clipboard manager

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.11.3 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
 
7
# This Makefile.in is free software; the Free Software Foundation
 
8
# gives unlimited permission to copy and/or distribute it,
 
9
# with or without modifications, as long as this notice is preserved.
 
10
 
 
11
# This program is distributed in the hope that it will be useful,
 
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
14
# PARTICULAR PURPOSE.
 
15
 
 
16
@SET_MAKE@
 
17
 
 
18
 
 
19
VPATH = @srcdir@
 
20
pkgdatadir = $(datadir)/@PACKAGE@
 
21
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibdir = $(libdir)/@PACKAGE@
 
23
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
25
install_sh_DATA = $(install_sh) -c -m 644
 
26
install_sh_PROGRAM = $(install_sh) -c
 
27
install_sh_SCRIPT = $(install_sh) -c
 
28
INSTALL_HEADER = $(INSTALL_DATA)
 
29
transform = $(program_transform_name)
 
30
NORMAL_INSTALL = :
 
31
PRE_INSTALL = :
 
32
POST_INSTALL = :
 
33
NORMAL_UNINSTALL = :
 
34
PRE_UNINSTALL = :
 
35
POST_UNINSTALL = :
 
36
build_triplet = @build@
 
37
host_triplet = @host@
 
38
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
39
        $(top_srcdir)/Makefile.include
 
40
subdir = src/snippets
 
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
42
am__aclocal_m4_deps = $(top_srcdir)/expansions.m4 \
 
43
        $(top_srcdir)/configure.ac
 
44
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
45
        $(ACLOCAL_M4)
 
46
mkinstalldirs = $(install_sh) -d
 
47
CONFIG_CLEAN_FILES =
 
48
CONFIG_CLEAN_VPATH_FILES =
 
49
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
50
am__vpath_adj = case $$p in \
 
51
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
52
    *) f=$$p;; \
 
53
  esac;
 
54
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
55
am__install_max = 40
 
56
am__nobase_strip_setup = \
 
57
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
58
am__nobase_strip = \
 
59
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
60
am__nobase_list = $(am__nobase_strip_setup); \
 
61
  for p in $$list; do echo "$$p $$p"; done | \
 
62
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
63
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
64
    if (++n[$$2] == $(am__install_max)) \
 
65
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
66
    END { for (dir in files) print dir, files[dir] }'
 
67
am__base_list = \
 
68
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
69
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
70
am__uninstall_files_from_dir = { \
 
71
  test -z "$$files" \
 
72
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
73
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
74
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
75
  }
 
76
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(programfilesdir)"
 
77
SCRIPTS = $(bin_SCRIPTS)
 
78
SOURCES =
 
79
DIST_SOURCES =
 
80
DATA = $(programfiles_DATA)
 
81
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
82
ACLOCAL = @ACLOCAL@
 
83
AMTAR = @AMTAR@
 
84
APPINDICATOR_SHARP_01_CFLAGS = @APPINDICATOR_SHARP_01_CFLAGS@
 
85
APPINDICATOR_SHARP_01_LIBS = @APPINDICATOR_SHARP_01_LIBS@
 
86
AUTOCONF = @AUTOCONF@
 
87
AUTOHEADER = @AUTOHEADER@
 
88
AUTOMAKE = @AUTOMAKE@
 
89
AWK = @AWK@
 
90
CC = @CC@
 
91
CCDEPMODE = @CCDEPMODE@
 
92
CFLAGS = @CFLAGS@
 
93
CPP = @CPP@
 
94
CPPFLAGS = @CPPFLAGS@
 
95
CYGPATH_W = @CYGPATH_W@
 
96
DEFS = @DEFS@
 
97
DEPDIR = @DEPDIR@
 
98
DMCS = @DMCS@
 
99
ECHO_C = @ECHO_C@
 
100
ECHO_N = @ECHO_N@
 
101
ECHO_T = @ECHO_T@
 
102
EGREP = @EGREP@
 
103
EXEEXT = @EXEEXT@
 
104
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
 
105
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
 
106
GCONF_SHARP_20_CFLAGS = @GCONF_SHARP_20_CFLAGS@
 
107
GCONF_SHARP_20_LIBS = @GCONF_SHARP_20_LIBS@
 
108
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
 
109
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
110
GMSGFMT = @GMSGFMT@
 
111
GMSGFMT_015 = @GMSGFMT_015@
 
112
GNOME_SHARP_20_CFLAGS = @GNOME_SHARP_20_CFLAGS@
 
113
GNOME_SHARP_20_LIBS = @GNOME_SHARP_20_LIBS@
 
114
GREP = @GREP@
 
115
GTK_SHARP_20_CFLAGS = @GTK_SHARP_20_CFLAGS@
 
116
GTK_SHARP_20_LIBS = @GTK_SHARP_20_LIBS@
 
117
INSTALL = @INSTALL@
 
118
INSTALL_DATA = @INSTALL_DATA@
 
119
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
120
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
121
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
122
INTLLIBS = @INTLLIBS@
 
123
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
 
124
LDFLAGS = @LDFLAGS@
 
125
LIBICONV = @LIBICONV@
 
126
LIBINTL = @LIBINTL@
 
127
LIBOBJS = @LIBOBJS@
 
128
LIBS = @LIBS@
 
129
LTLIBICONV = @LTLIBICONV@
 
130
LTLIBINTL = @LTLIBINTL@
 
131
LTLIBOBJS = @LTLIBOBJS@
 
132
MAINT = @MAINT@
 
133
MAKEINFO = @MAKEINFO@
 
134
MKDIR_P = @MKDIR_P@
 
135
MSGFMT = @MSGFMT@
 
136
MSGFMT_015 = @MSGFMT_015@
 
137
MSGMERGE = @MSGMERGE@
 
138
OBJEXT = @OBJEXT@
 
139
PACKAGE = @PACKAGE@
 
140
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
141
PACKAGE_NAME = @PACKAGE_NAME@
 
142
PACKAGE_STRING = @PACKAGE_STRING@
 
143
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
144
PACKAGE_URL = @PACKAGE_URL@
 
145
PACKAGE_VERSION = @PACKAGE_VERSION@
 
146
PATH_SEPARATOR = @PATH_SEPARATOR@
 
147
PKG_CONFIG = @PKG_CONFIG@
 
148
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
149
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
150
POSUB = @POSUB@
 
151
SET_MAKE = @SET_MAKE@
 
152
SHELL = @SHELL@
 
153
STRIP = @STRIP@
 
154
USE_NLS = @USE_NLS@
 
155
VERSION = @VERSION@
 
156
XGETTEXT = @XGETTEXT@
 
157
XGETTEXT_015 = @XGETTEXT_015@
 
158
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
 
159
abs_builddir = @abs_builddir@
 
160
abs_srcdir = @abs_srcdir@
 
161
abs_top_builddir = @abs_top_builddir@
 
162
abs_top_srcdir = @abs_top_srcdir@
 
163
ac_ct_CC = @ac_ct_CC@
 
164
am__include = @am__include@
 
165
am__leading_dot = @am__leading_dot@
 
166
am__quote = @am__quote@
 
167
am__tar = @am__tar@
 
168
am__untar = @am__untar@
 
169
bindir = @bindir@
 
170
build = @build@
 
171
build_alias = @build_alias@
 
172
build_cpu = @build_cpu@
 
173
build_os = @build_os@
 
174
build_vendor = @build_vendor@
 
175
builddir = @builddir@
 
176
datadir = @datadir@
 
177
datarootdir = @datarootdir@
 
178
docdir = @docdir@
 
179
dvidir = @dvidir@
 
180
exec_prefix = @exec_prefix@
 
181
expanded_bindir = @expanded_bindir@
 
182
expanded_datadir = @expanded_datadir@
 
183
expanded_libdir = @expanded_libdir@
 
184
host = @host@
 
185
host_alias = @host_alias@
 
186
host_cpu = @host_cpu@
 
187
host_os = @host_os@
 
188
host_vendor = @host_vendor@
 
189
htmldir = @htmldir@
 
190
includedir = @includedir@
 
191
infodir = @infodir@
 
192
install_sh = @install_sh@
 
193
libdir = @libdir@
 
194
libexecdir = @libexecdir@
 
195
localedir = @localedir@
 
196
localstatedir = @localstatedir@
 
197
mandir = @mandir@
 
198
mkdir_p = @mkdir_p@
 
199
oldincludedir = @oldincludedir@
 
200
pdfdir = @pdfdir@
 
201
prefix = @prefix@
 
202
program_transform_name = @program_transform_name@
 
203
psdir = @psdir@
 
204
sbindir = @sbindir@
 
205
sharedstatedir = @sharedstatedir@
 
206
srcdir = @srcdir@
 
207
sysconfdir = @sysconfdir@
 
208
target_alias = @target_alias@
 
209
top_build_prefix = @top_build_prefix@
 
210
top_builddir = @top_builddir@
 
211
top_srcdir = @top_srcdir@
 
212
EXTRA_DIST = $(build_sources) $(build_resx_files) \
 
213
        $(build_others_files) $(ASSEMBLY_WRAPPER_IN) $(EXTRAS) \
 
214
        $(DATA_FILES) $(build_culture_res_files)
 
215
 
 
216
# Warning: This is an automatically generated file, do not edit!
 
217
@ENABLE_DEBUG_X86_TRUE@ASSEMBLY_COMPILER_COMMAND = dmcs
 
218
@ENABLE_RELEASE_X86_TRUE@ASSEMBLY_COMPILER_COMMAND = dmcs
 
219
@ENABLE_DEBUG_X86_TRUE@ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4 -optimize- -debug "-define:DEBUG"
 
220
@ENABLE_RELEASE_X86_TRUE@ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4 -optimize+
 
221
@ENABLE_DEBUG_X86_TRUE@ASSEMBLY = ../../build/Debug/libglippysnippets.dll
 
222
@ENABLE_RELEASE_X86_TRUE@ASSEMBLY = ../../build/Release/libglippysnippets.dll
 
223
@ENABLE_DEBUG_X86_TRUE@ASSEMBLY_MDB = $(ASSEMBLY).mdb
 
224
@ENABLE_RELEASE_X86_TRUE@ASSEMBLY_MDB = 
 
225
@ENABLE_DEBUG_X86_TRUE@COMPILE_TARGET = library
 
226
@ENABLE_RELEASE_X86_TRUE@COMPILE_TARGET = library
 
227
@ENABLE_DEBUG_X86_TRUE@PROJECT_REFERENCES = \
 
228
@ENABLE_DEBUG_X86_TRUE@ ../../build/Debug/libglippycore.dll \
 
229
@ENABLE_DEBUG_X86_TRUE@ ../../build/Debug/libglippyxhotkeys.dll
 
230
 
 
231
@ENABLE_RELEASE_X86_TRUE@PROJECT_REFERENCES = \
 
232
@ENABLE_RELEASE_X86_TRUE@       ../../build/Release/libglippycore.dll \
 
233
@ENABLE_RELEASE_X86_TRUE@       ../../build/Release/libglippyxhotkeys.dll
 
234
 
 
235
@ENABLE_DEBUG_X86_TRUE@BUILD_DIR = ../../build/Debug
 
236
@ENABLE_RELEASE_X86_TRUE@BUILD_DIR = ../../build/Release
 
237
@ENABLE_DEBUG_X86_TRUE@LIBGLIPPYSNIPPETS_DLL_MDB_SOURCE = ../../build/Debug/libglippysnippets.dll.mdb
 
238
@ENABLE_DEBUG_X86_TRUE@LIBGLIPPYSNIPPETS_DLL_MDB = $(BUILD_DIR)/libglippysnippets.dll.mdb
 
239
@ENABLE_RELEASE_X86_TRUE@LIBGLIPPYSNIPPETS_DLL_MDB = 
 
240
@ENABLE_DEBUG_X86_TRUE@LIBGLIPPYCORE_DLL_SOURCE = ../../build/Debug/libglippycore.dll
 
241
@ENABLE_RELEASE_X86_TRUE@LIBGLIPPYCORE_DLL_SOURCE = ../../build/Release/libglippycore.dll
 
242
@ENABLE_DEBUG_X86_TRUE@LIBGLIPPYXHOTKEYS_DLL_SOURCE = ../../build/Debug/libglippyxhotkeys.dll
 
243
@ENABLE_RELEASE_X86_TRUE@LIBGLIPPYXHOTKEYS_DLL_SOURCE = ../../build/Release/libglippyxhotkeys.dll
 
244
AL = al
 
245
SATELLITE_ASSEMBLY_NAME = $(notdir $(basename $(ASSEMBLY))).resources.dll
 
246
PROGRAMFILES = \
 
247
        $(LIBGLIPPYSNIPPETS_DLL_MDB) \
 
248
        $(LIBGLIPPYCORE_DLL) \
 
249
        $(LIBGLIPPYXHOTKEYS_DLL)  
 
250
 
 
251
RESGEN = resgen2
 
252
FILES = \
 
253
        Snippets.cs \
 
254
        gtk-gui/generated.cs \
 
255
        SnippetsPreferencesPage.cs \
 
256
        gtk-gui/Glippy.Snippets.SnippetsPreferencesPage.cs \
 
257
        Snippet.cs \
 
258
        SettingsKeys.cs \
 
259
        EditSnippetWindow.cs \
 
260
        gtk-gui/Glippy.Snippets.EditSnippetWindow.cs \
 
261
        AssemblyInfo.cs 
 
262
 
 
263
DATA_FILES = 
 
264
RESOURCES = \
 
265
        gtk-gui/gui.stetic 
 
266
 
 
267
EXTRAS = 
 
268
REFERENCES = \
 
269
        $(GTK_SHARP_20_LIBS) \
 
270
        System \
 
271
        System.Xml \
 
272
        Mono.Posix \
 
273
        System.Core
 
274
 
 
275
DLL_REFERENCES = 
 
276
CLEANFILES = $(PROGRAMFILES) $(ASSEMBLY) $(ASSEMBLY).mdb $(BINARIES) \
 
277
        $(build_resx_resources) $(build_satellite_assembly_list)
 
278
VALID_CULTURES = ar bg ca zh-CHS cs da de el en es fi fr he hu is it ja ko nl no pl pt ro ru hr sk sq sv th tr id uk be sl et lv lt fa vi hy eu mk af ka fo hi sw gu ta te kn mr gl kok ar-SA bg-BG ca-ES zh-TW cs-CZ da-DK de-DE el-GR en-US fi-FI fr-FR he-IL hu-HU is-IS it-IT ja-JP ko-KR nl-NL nb-NO pl-PL pt-BR ro-RO ru-RU hr-HR sk-SK sq-AL sv-SE th-TH tr-TR id-ID uk-UA be-BY sl-SI et-EE lv-LV lt-LT fa-IR vi-VN hy-AM eu-ES mk-MK af-ZA ka-GE fo-FO hi-IN sw-KE gu-IN ta-IN te-IN kn-IN mr-IN gl-ES kok-IN ar-IQ zh-CN de-CH en-GB es-MX fr-BE it-CH nl-BE nn-NO pt-PT sv-FI ar-EG zh-HK de-AT en-AU es-ES fr-CA ar-LY zh-SG de-LU en-CA es-GT fr-CH ar-DZ zh-MO en-NZ es-CR fr-LU ar-MA en-IE es-PA ar-TN en-ZA es-DO ar-OM es-VE ar-YE es-CO ar-SY es-PE ar-JO en-TT es-AR ar-LB en-ZW es-EC ar-KW en-PH es-CL ar-AE es-UY ar-BH es-PY ar-QA es-BO es-SV es-HN es-NI es-PR zh-CHT
 
279
s2q = $(subst \ ,?,$1)
 
280
q2s = $(subst ?,\ ,$1)
 
281
# use this when result will be quoted
 
282
unesc2 = $(subst ?, ,$1)
 
283
build_sources = $(FILES) $(GENERATED_FILES)
 
284
build_sources_esc = $(call s2q,$(build_sources))
 
285
# use unesc2, as build_sources_embed is quoted
 
286
build_sources_embed = $(call unesc2,$(build_sources_esc:%='$(srcdir)/%'))
 
287
comma__ = ,
 
288
get_resource_name = $(firstword $(subst $(comma__), ,$1))
 
289
get_culture = $(lastword $(subst ., ,$(basename $1)))
 
290
is_cultured_resource = $(and $(word 3,$(subst ., ,$1)), $(filter $(VALID_CULTURES),$(lastword $(subst ., ,$(basename $1)))))
 
291
RESOURCES_ESC = $(call s2q,$(RESOURCES))
 
292
build_resx_list = $(foreach res, $(RESOURCES_ESC), $(if $(filter %.resx, $(call get_resource_name,$(res))),$(res),))
 
293
build_non_culture_resx_list = $(foreach res, $(build_resx_list),$(if $(call is_cultured_resource,$(call get_resource_name,$(res))),,$(res)))
 
294
build_non_culture_others_list = $(foreach res, $(filter-out $(build_resx_list),$(RESOURCES_ESC)),$(if $(call is_cultured_resource,$(call get_resource_name,$(res))),,$(res)))
 
295
build_others_list = $(build_non_culture_others_list)
 
296
build_xamlg_list = $(filter %.xaml.g.cs, $(FILES))
 
297
 
 
298
# resgen all .resx resources
 
299
build_resx_files = $(foreach res, $(build_resx_list), $(call get_resource_name,$(res)))
 
300
build_resx_resources_esc = $(build_resx_files:.resx=.resources)
 
301
build_resx_resources = $(call q2s,$(build_resx_resources_esc))
 
302
 
 
303
# embed resources for the main assembly
 
304
build_resx_resources_hack = $(subst .resx,.resources, $(build_non_culture_resx_list))
 
305
# use unesc2, as build_resx_resources_embed is quoted
 
306
build_resx_resources_embed = $(call unesc2,$(build_resx_resources_hack:%='-resource:%'))
 
307
build_others_files = $(call q2s,$(foreach res, $(build_others_list),$(call get_resource_name,$(res))))
 
308
build_others_resources = $(build_others_files)
 
309
# use unesc2, as build_others_resources_embed is quoted
 
310
build_others_resources_embed = $(call unesc2,$(build_others_list:%='-resource:$(srcdir)/%'))
 
311
build_resources = $(build_resx_resources) $(build_others_resources)
 
312
build_resources_embed = $(build_resx_resources_embed) $(build_others_resources_embed)
 
313
 
 
314
# -usesourcepath is available only for resgen2
 
315
emit_resgen_target_1 = $(call q2s,$1) : $(call q2s,$(subst .resources,.resx,$1)); cd '$$(shell dirname '$$<')' && MONO_IOMAP=drive $$(RESGEN) '$$(shell basename '$$<')' '$$(shell basename '$$@')'
 
316
emit_resgen_target_2 = $(call q2s,$1) : $(call q2s,$(subst .resources,.resx,$1)); MONO_IOMAP=drive $$(RESGEN) -usesourcepath '$$<' '$$@'
 
317
emit_resgen_target = $(if $(filter resgen2,$(RESGEN)),$(emit_resgen_target_2),$(emit_resgen_target_1))
 
318
emit_resgen_targets = $(foreach res,$(build_resx_resources_esc),$(eval $(call emit_resgen_target,$(res))))
 
319
build_references_ref = $(call q2s,$(foreach ref, $(call \
 
320
        s2q,$(REFERENCES)), $(if $(filter -pkg:%, $(ref)), $(ref), \
 
321
        $(if $(filter -r:%, $(ref)), $(ref), -r:$(ref))))) $(call \
 
322
        q2s,$(foreach ref, $(call s2q,$(DLL_REFERENCES)), -r:$(ref))) \
 
323
        $(call q2s,$(foreach ref, $(call s2q,$(PROJECT_REFERENCES)), \
 
324
        -r:$(ref)))
 
325
s2q2s = $(call unesc2,$(call s2q,$1))
 
326
cp_actual = test -z $1 || cp $1 $2
 
327
cp = $(call cp_actual,'$(call s2q2s,$1)','$(call s2q2s,$2)')
 
328
rm_actual = test -z '$1' || rm -f '$2'
 
329
rm = $(call rm_actual,$(call s2q2s,$1),$(call s2q2s,$2)/$(shell basename '$(call s2q2s,$1)'))
 
330
DISTCLEANFILES = $(GENERATED_FILES) $(pc_files) $(BUILD_DIR)/*
 
331
bin_SCRIPTS = $(BINARIES)
 
332
programfilesdir = @libdir@/@PACKAGE@
 
333
programfiles_DATA = $(PROGRAMFILES)
 
334
 
 
335
# generating satellite assemblies
 
336
culture_resources = $(foreach res, $(RESOURCES_ESC), $(if $(call is_cultured_resource,$(call get_resource_name, $(res))),$(res)))
 
337
cultures = $(sort $(foreach res, $(culture_resources), $(call get_culture,$(call get_resource_name,$(res)))))
 
338
culture_resource_dependencies = $(call q2s,$(BUILD_DIR)/$1/$(SATELLITE_ASSEMBLY_NAME): $(subst .resx,.resources,$2))
 
339
culture_resource_commandlines = $(call unesc2,cmd_line_satellite_$1 += '/embed:$(subst .resx,.resources,$2)')
 
340
build_satellite_assembly_list = $(call q2s,$(cultures:%=$(BUILD_DIR)/%/$(SATELLITE_ASSEMBLY_NAME)))
 
341
build_culture_res_files = $(call q2s,$(foreach res, $(culture_resources),$(call get_resource_name,$(res))))
 
342
install_satellite_assembly_list = $(subst $(BUILD_DIR),$(DESTDIR)$(libdir)/$(PACKAGE),$(build_satellite_assembly_list))
 
343
LIBGLIPPYCORE_DLL = $(BUILD_DIR)/libglippycore.dll
 
344
LIBGLIPPYXHOTKEYS_DLL = $(BUILD_DIR)/libglippyxhotkeys.dll
 
345
all: all-am
 
346
 
 
347
.SUFFIXES:
 
348
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.include $(am__configure_deps)
 
349
        @for dep in $?; do \
 
350
          case '$(am__configure_deps)' in \
 
351
            *$$dep*) \
 
352
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
353
                && { if test -f $@; then exit 0; else break; fi; }; \
 
354
              exit 1;; \
 
355
          esac; \
 
356
        done; \
 
357
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/snippets/Makefile'; \
 
358
        $(am__cd) $(top_srcdir) && \
 
359
          $(AUTOMAKE) --foreign src/snippets/Makefile
 
360
.PRECIOUS: Makefile
 
361
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
362
        @case '$?' in \
 
363
          *config.status*) \
 
364
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
365
          *) \
 
366
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
367
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
368
        esac;
 
369
$(top_srcdir)/Makefile.include:
 
370
 
 
371
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
372
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
373
 
 
374
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
375
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
376
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
377
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
378
$(am__aclocal_m4_deps):
 
379
install-binSCRIPTS: $(bin_SCRIPTS)
 
380
        @$(NORMAL_INSTALL)
 
381
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
 
382
        @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
 
383
        for p in $$list; do \
 
384
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
385
          if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
 
386
        done | \
 
387
        sed -e 'p;s,.*/,,;n' \
 
388
            -e 'h;s|.*|.|' \
 
389
            -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
 
390
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
 
391
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
392
            if ($$2 == $$4) { files[d] = files[d] " " $$1; \
 
393
              if (++n[d] == $(am__install_max)) { \
 
394
                print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
 
395
            else { print "f", d "/" $$4, $$1 } } \
 
396
          END { for (d in files) print "f", d, files[d] }' | \
 
397
        while read type dir files; do \
 
398
             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
399
             test -z "$$files" || { \
 
400
               echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
 
401
               $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
 
402
             } \
 
403
        ; done
 
404
 
 
405
uninstall-binSCRIPTS:
 
406
        @$(NORMAL_UNINSTALL)
 
407
        @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
 
408
        files=`for p in $$list; do echo "$$p"; done | \
 
409
               sed -e 's,.*/,,;$(transform)'`; \
 
410
        dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
 
411
install-programfilesDATA: $(programfiles_DATA)
 
412
        @$(NORMAL_INSTALL)
 
413
        test -z "$(programfilesdir)" || $(MKDIR_P) "$(DESTDIR)$(programfilesdir)"
 
414
        @list='$(programfiles_DATA)'; test -n "$(programfilesdir)" || list=; \
 
415
        for p in $$list; do \
 
416
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
417
          echo "$$d$$p"; \
 
418
        done | $(am__base_list) | \
 
419
        while read files; do \
 
420
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(programfilesdir)'"; \
 
421
          $(INSTALL_DATA) $$files "$(DESTDIR)$(programfilesdir)" || exit $$?; \
 
422
        done
 
423
 
 
424
uninstall-programfilesDATA:
 
425
        @$(NORMAL_UNINSTALL)
 
426
        @list='$(programfiles_DATA)'; test -n "$(programfilesdir)" || list=; \
 
427
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
428
        dir='$(DESTDIR)$(programfilesdir)'; $(am__uninstall_files_from_dir)
 
429
tags: TAGS
 
430
TAGS:
 
431
 
 
432
ctags: CTAGS
 
433
CTAGS:
 
434
 
 
435
 
 
436
distdir: $(DISTFILES)
 
437
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
438
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
439
        list='$(DISTFILES)'; \
 
440
          dist_files=`for file in $$list; do echo $$file; done | \
 
441
          sed -e "s|^$$srcdirstrip/||;t" \
 
442
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
443
        case $$dist_files in \
 
444
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
445
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
446
                           sort -u` ;; \
 
447
        esac; \
 
448
        for file in $$dist_files; do \
 
449
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
450
          if test -d $$d/$$file; then \
 
451
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
452
            if test -d "$(distdir)/$$file"; then \
 
453
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
454
            fi; \
 
455
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
456
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
457
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
458
            fi; \
 
459
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
460
          else \
 
461
            test -f "$(distdir)/$$file" \
 
462
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
463
            || exit 1; \
 
464
          fi; \
 
465
        done
 
466
check-am: all-am
 
467
check: check-am
 
468
all-am: Makefile $(SCRIPTS) $(DATA)
 
469
installdirs:
 
470
        for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(programfilesdir)"; do \
 
471
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
472
        done
 
473
install: install-am
 
474
install-exec: install-exec-am
 
475
install-data: install-data-am
 
476
uninstall: uninstall-am
 
477
 
 
478
install-am: all-am
 
479
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
480
 
 
481
installcheck: installcheck-am
 
482
install-strip:
 
483
        if test -z '$(STRIP)'; then \
 
484
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
485
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
486
              install; \
 
487
        else \
 
488
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
489
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
490
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
491
        fi
 
492
mostlyclean-generic:
 
493
 
 
494
clean-generic:
 
495
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
496
 
 
497
distclean-generic:
 
498
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
499
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
500
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
 
501
 
 
502
maintainer-clean-generic:
 
503
        @echo "This command is intended for maintainers to use"
 
504
        @echo "it deletes files that may require special tools to rebuild."
 
505
clean: clean-am
 
506
 
 
507
clean-am: clean-generic mostlyclean-am
 
508
 
 
509
distclean: distclean-am
 
510
        -rm -f Makefile
 
511
distclean-am: clean-am distclean-generic
 
512
 
 
513
dvi: dvi-am
 
514
 
 
515
dvi-am:
 
516
 
 
517
html: html-am
 
518
 
 
519
html-am:
 
520
 
 
521
info: info-am
 
522
 
 
523
info-am:
 
524
 
 
525
install-data-am: install-programfilesDATA
 
526
 
 
527
install-dvi: install-dvi-am
 
528
 
 
529
install-dvi-am:
 
530
 
 
531
install-exec-am: install-binSCRIPTS
 
532
 
 
533
install-html: install-html-am
 
534
 
 
535
install-html-am:
 
536
 
 
537
install-info: install-info-am
 
538
 
 
539
install-info-am:
 
540
 
 
541
install-man:
 
542
 
 
543
install-pdf: install-pdf-am
 
544
 
 
545
install-pdf-am:
 
546
 
 
547
install-ps: install-ps-am
 
548
 
 
549
install-ps-am:
 
550
 
 
551
installcheck-am:
 
552
 
 
553
maintainer-clean: maintainer-clean-am
 
554
        -rm -f Makefile
 
555
maintainer-clean-am: distclean-am maintainer-clean-generic
 
556
 
 
557
mostlyclean: mostlyclean-am
 
558
 
 
559
mostlyclean-am: mostlyclean-generic
 
560
 
 
561
pdf: pdf-am
 
562
 
 
563
pdf-am:
 
564
 
 
565
ps: ps-am
 
566
 
 
567
ps-am:
 
568
 
 
569
uninstall-am: uninstall-binSCRIPTS uninstall-programfilesDATA
 
570
 
 
571
.MAKE: install-am install-strip
 
572
 
 
573
.PHONY: all all-am check check-am clean clean-generic distclean \
 
574
        distclean-generic distdir dvi dvi-am html html-am info info-am \
 
575
        install install-am install-binSCRIPTS install-data \
 
576
        install-data-am install-dvi install-dvi-am install-exec \
 
577
        install-exec-am install-html install-html-am install-info \
 
578
        install-info-am install-man install-pdf install-pdf-am \
 
579
        install-programfilesDATA install-ps install-ps-am \
 
580
        install-strip installcheck installcheck-am installdirs \
 
581
        maintainer-clean maintainer-clean-generic mostlyclean \
 
582
        mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
 
583
        uninstall-binSCRIPTS uninstall-programfilesDATA
 
584
 
 
585
 
 
586
all: $(ASSEMBLY) $(PROGRAMFILES) 
 
587
 
 
588
# macros
 
589
 
 
590
# $(call emit-deploy-target,deploy-variable-name)
 
591
define emit-deploy-target
 
592
$($1): $($1_SOURCE)
 
593
        mkdir -p '$$(shell dirname '$$@')'
 
594
        cp '$$<' '$$@'
 
595
endef
 
596
 
 
597
# $(call emit-deploy-wrapper,wrapper-variable-name,wrapper-sourcefile,x)
 
598
# assumes that for a wrapper foo.pc its source template is foo.pc.in
 
599
# if $3 is non-empty then wrapper is marked exec
 
600
define emit-deploy-wrapper
 
601
$($1): $2 
 
602
        mkdir -p '$$(shell dirname '$$@')'
 
603
        cp '$$<' '$$@'
 
604
        $(if $3,chmod +x '$$@')
 
605
 
 
606
endef
 
607
 
 
608
$(eval $(foreach res, $(culture_resources), $(eval $(call culture_resource_dependencies,$(call get_culture,$(call get_resource_name,$(res))),$(call get_resource_name,$(res))))))
 
609
$(eval $(foreach res, $(culture_resources), $(eval $(call culture_resource_commandlines,$(call get_culture,$(call get_resource_name,$(res))),$(res)))))
 
610
 
 
611
$(build_satellite_assembly_list): $(BUILD_DIR)/%/$(SATELLITE_ASSEMBLY_NAME):
 
612
        mkdir -p '$(@D)'
 
613
        $(AL) -out:'$@' -culture:$* -t:lib $(cmd_line_satellite_$*)
 
614
 
 
615
$(install_satellite_assembly_list):
 
616
        mkdir -p '$(@D)'
 
617
        cp $(subst $(DESTDIR)$(libdir)/$(PACKAGE), $(BUILD_DIR), $@) $@
 
618
 
 
619
install-satellite-assemblies: $(install_satellite_assembly_list)
 
620
 
 
621
uninstall-satellite-assemblies:
 
622
        rm -rf $(install_satellite_assembly_list)
 
623
 
 
624
$(eval $(call emit_resgen_targets))
 
625
$(build_xamlg_list): %.xaml.g.cs: %.xaml
 
626
        xamlg '$<'
 
627
 
 
628
$(ASSEMBLY_MDB): $(ASSEMBLY)
 
629
 
 
630
$(ASSEMBLY): $(build_sources) $(build_resources) $(build_datafiles) $(DLL_REFERENCES) $(PROJECT_REFERENCES) $(build_xamlg_list) $(build_satellite_assembly_list)
 
631
        mkdir -p $(shell dirname $(ASSEMBLY))
 
632
        $(ASSEMBLY_COMPILER_COMMAND) $(ASSEMBLY_COMPILER_FLAGS) -out:$(ASSEMBLY) -target:$(COMPILE_TARGET) $(build_sources_embed) $(build_resources_embed) $(build_references_ref)
 
633
 
 
634
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
635
# Otherwise a system limit (for SysV at least) may be exceeded.
 
636
.NOEXPORT: