~ubuntu-branches/debian/sid/freeciv/sid

« back to all changes in this revision

Viewing changes to .pc/debian-changes-2.2.7-2/win32/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Clint Adams, Karl Goetz, Clint Adams
  • Date: 2011-08-28 22:40:00 UTC
  • mfrom: (1.2.19 upstream)
  • Revision ID: package-import@ubuntu.com-20110828224000-j2r1erewlem25dox
Tags: 2.3.0-1
[ Karl Goetz ]
* New upstream version.
* Fix themes_sdl_use_system_fonts.diff to apply cleanly on 2.3.0
* Massage work_around_unity_induced_breakage.diff to get it
  applying to the new codebase (The patch assumes commits made
  after 2.3.0 was tagged upstream).

[ Clint Adams ]
* Fudge build system to think there is no libtool mismatch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 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  Free Software Foundation,
6
 
# 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
 
VPATH = @srcdir@
19
 
pkgdatadir = $(datadir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
21
 
pkglibdir = $(libdir)/@PACKAGE@
22
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
23
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
 
install_sh_DATA = $(install_sh) -c -m 644
25
 
install_sh_PROGRAM = $(install_sh) -c
26
 
install_sh_SCRIPT = $(install_sh) -c
27
 
INSTALL_HEADER = $(INSTALL_DATA)
28
 
transform = $(program_transform_name)
29
 
NORMAL_INSTALL = :
30
 
PRE_INSTALL = :
31
 
POST_INSTALL = :
32
 
NORMAL_UNINSTALL = :
33
 
PRE_UNINSTALL = :
34
 
POST_UNINSTALL = :
35
 
build_triplet = @build@
36
 
host_triplet = @host@
37
 
subdir = win32
38
 
DIST_COMMON = $(dist_noinst_DATA) $(srcdir)/Makefile.am \
39
 
        $(srcdir)/Makefile.in
40
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41
 
am__aclocal_m4_deps = $(top_srcdir)/dependencies/m4/mkstemp.m4 \
42
 
        $(top_srcdir)/dependencies/m4/stdlib_h.m4 \
43
 
        $(top_srcdir)/m4/auth.m4 $(top_srcdir)/m4/c99.m4 \
44
 
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/compiler.m4 \
45
 
        $(top_srcdir)/m4/debug.m4 $(top_srcdir)/m4/freetype2.m4 \
46
 
        $(top_srcdir)/m4/gettimeofday.m4 $(top_srcdir)/m4/ggz.m4 \
47
 
        $(top_srcdir)/m4/glib-gettext.m4 $(top_srcdir)/m4/gtk-2.0.m4 \
48
 
        $(top_srcdir)/m4/gtk2-client.m4 $(top_srcdir)/m4/iconv.m4 \
49
 
        $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
50
 
        $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/locale.m4 \
51
 
        $(top_srcdir)/m4/ngettext.m4 $(top_srcdir)/m4/no-client.m4 \
52
 
        $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/readline.m4 \
53
 
        $(top_srcdir)/m4/sdl-client.m4 $(top_srcdir)/m4/sdl.m4 \
54
 
        $(top_srcdir)/m4/sound.m4 $(top_srcdir)/m4/vsnprintf.m4 \
55
 
        $(top_srcdir)/m4/win32-client.m4 $(top_srcdir)/m4/x.m4 \
56
 
        $(top_srcdir)/m4/xaw-client.m4 $(top_srcdir)/version.in \
57
 
        $(top_srcdir)/configure.ac
58
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
59
 
        $(ACLOCAL_M4)
60
 
mkinstalldirs = $(SHELL) $(top_srcdir)/bootstrap/mkinstalldirs
61
 
CONFIG_HEADER = $(top_builddir)/config.h
62
 
CONFIG_CLEAN_FILES =
63
 
CONFIG_CLEAN_VPATH_FILES =
64
 
SOURCES =
65
 
DIST_SOURCES =
66
 
DATA = $(dist_noinst_DATA) $(nodist_noinst_DATA)
67
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
68
 
ACLOCAL = @ACLOCAL@
69
 
AMTAR = @AMTAR@
70
 
AR = @AR@
71
 
AUTH_CFLAGS = @AUTH_CFLAGS@
72
 
AUTH_LIBS = @AUTH_LIBS@
73
 
AUTOCONF = @AUTOCONF@
74
 
AUTOHEADER = @AUTOHEADER@
75
 
AUTOMAKE = @AUTOMAKE@
76
 
AUTO_DEPS = @AUTO_DEPS@
77
 
AWK = @AWK@
78
 
CAIRO_CFLAGS = @CAIRO_CFLAGS@
79
 
CAIRO_LIBS = @CAIRO_LIBS@
80
 
CATALOGS = @CATALOGS@
81
 
CATOBJEXT = @CATOBJEXT@
82
 
CC = @CC@
83
 
CCDEPMODE = @CCDEPMODE@
84
 
CFLAGS = @CFLAGS@
85
 
CLIENT_LIBS = @CLIENT_LIBS@
86
 
COMMON_LIBS = @COMMON_LIBS@
87
 
CONFIGURE_DEPENDENCIES = @CONFIGURE_DEPENDENCIES@
88
 
CPP = @CPP@
89
 
CPPFLAGS = @CPPFLAGS@
90
 
CXX = @CXX@
91
 
CXXCPP = @CXXCPP@
92
 
CXXDEPMODE = @CXXDEPMODE@
93
 
CXXFLAGS = @CXXFLAGS@
94
 
CYGPATH_W = @CYGPATH_W@
95
 
DATADIRNAME = @DATADIRNAME@
96
 
DEFS = @DEFS@
97
 
DEPDIR = @DEPDIR@
98
 
DSYMUTIL = @DSYMUTIL@
99
 
DUMPBIN = @DUMPBIN@
100
 
ECHO_C = @ECHO_C@
101
 
ECHO_N = @ECHO_N@
102
 
ECHO_T = @ECHO_T@
103
 
EGREP = @EGREP@
104
 
EXEEXT = @EXEEXT@
105
 
FGREP = @FGREP@
106
 
FT2_CFLAGS = @FT2_CFLAGS@
107
 
FT2_CONFIG = @FT2_CONFIG@
108
 
FT2_LIBS = @FT2_LIBS@
109
 
FTWL_CFLAGS = @FTWL_CFLAGS@
110
 
GGZDMOD_INCLUDES = @GGZDMOD_INCLUDES@
111
 
GGZDMOD_LDFLAGS = @GGZDMOD_LDFLAGS@
112
 
GGZMOD_INCLUDES = @GGZMOD_INCLUDES@
113
 
GGZMOD_LDFLAGS = @GGZMOD_LDFLAGS@
114
 
GGZ_CONFIG = @GGZ_CONFIG@
115
 
GGZ_GTK_INCLUDES = @GGZ_GTK_INCLUDES@
116
 
GGZ_GTK_LDFLAGS = @GGZ_GTK_LDFLAGS@
117
 
GMOFILES = @GMOFILES@
118
 
GMSGFMT = @GMSGFMT@
119
 
GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@
120
 
GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@
121
 
GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@
122
 
GNULIB_MKDTEMP = @GNULIB_MKDTEMP@
123
 
GNULIB_MKSTEMP = @GNULIB_MKSTEMP@
124
 
GNULIB_PUTENV = @GNULIB_PUTENV@
125
 
GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@
126
 
GNULIB_RPMATCH = @GNULIB_RPMATCH@
127
 
GNULIB_SETENV = @GNULIB_SETENV@
128
 
GNULIB_STRTOD = @GNULIB_STRTOD@
129
 
GNULIB_UNSETENV = @GNULIB_UNSETENV@
130
 
GREP = @GREP@
131
 
GTK_CFLAGS = @GTK_CFLAGS@
132
 
GTK_LIBS = @GTK_LIBS@
133
 
GUI_beos_CFLAGS = @GUI_beos_CFLAGS@
134
 
GUI_beos_CXXFLAGS = @GUI_beos_CXXFLAGS@
135
 
GUI_beos_LDFLAGS = @GUI_beos_LDFLAGS@
136
 
GUI_beos_LIBS = @GUI_beos_LIBS@
137
 
GUI_ftwl_CFLAGS = @GUI_ftwl_CFLAGS@
138
 
GUI_ftwl_CXXFLAGS = @GUI_ftwl_CXXFLAGS@
139
 
GUI_ftwl_LDFLAGS = @GUI_ftwl_LDFLAGS@
140
 
GUI_ftwl_LIBS = @GUI_ftwl_LIBS@
141
 
GUI_gtk2_CFLAGS = @GUI_gtk2_CFLAGS@
142
 
GUI_gtk2_CXXFLAGS = @GUI_gtk2_CXXFLAGS@
143
 
GUI_gtk2_LDFLAGS = @GUI_gtk2_LDFLAGS@
144
 
GUI_gtk2_LIBS = @GUI_gtk2_LIBS@
145
 
GUI_sdl_CFLAGS = @GUI_sdl_CFLAGS@
146
 
GUI_sdl_CXXFLAGS = @GUI_sdl_CXXFLAGS@
147
 
GUI_sdl_LDFLAGS = @GUI_sdl_LDFLAGS@
148
 
GUI_sdl_LIBS = @GUI_sdl_LIBS@
149
 
GUI_stub_CFLAGS = @GUI_stub_CFLAGS@
150
 
GUI_stub_CXXFLAGS = @GUI_stub_CXXFLAGS@
151
 
GUI_stub_LDFLAGS = @GUI_stub_LDFLAGS@
152
 
GUI_stub_LIBS = @GUI_stub_LIBS@
153
 
GUI_win32_CFLAGS = @GUI_win32_CFLAGS@
154
 
GUI_win32_CXXFLAGS = @GUI_win32_CXXFLAGS@
155
 
GUI_win32_LDFLAGS = @GUI_win32_LDFLAGS@
156
 
GUI_win32_LIBS = @GUI_win32_LIBS@
157
 
GUI_xaw_CFLAGS = @GUI_xaw_CFLAGS@
158
 
GUI_xaw_CXXFLAGS = @GUI_xaw_CXXFLAGS@
159
 
GUI_xaw_LDFLAGS = @GUI_xaw_LDFLAGS@
160
 
GUI_xaw_LIBS = @GUI_xaw_LIBS@
161
 
GZIP = @GZIP@
162
 
HAVE_CALLOC_POSIX = @HAVE_CALLOC_POSIX@
163
 
HAVE_GETSUBOPT = @HAVE_GETSUBOPT@
164
 
HAVE_MALLOC_POSIX = @HAVE_MALLOC_POSIX@
165
 
HAVE_MKDTEMP = @HAVE_MKDTEMP@
166
 
HAVE_REALLOC_POSIX = @HAVE_REALLOC_POSIX@
167
 
HAVE_RPMATCH = @HAVE_RPMATCH@
168
 
HAVE_SETENV = @HAVE_SETENV@
169
 
HAVE_STRTOD = @HAVE_STRTOD@
170
 
HAVE_UNSETENV = @HAVE_UNSETENV@
171
 
HOST_PATH_SEPARATOR = @HOST_PATH_SEPARATOR@
172
 
INSTALL = @INSTALL@
173
 
INSTALL_DATA = @INSTALL_DATA@
174
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
175
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
176
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
177
 
INSTOBJEXT = @INSTOBJEXT@
178
 
INTLLIBS = @INTLLIBS@
179
 
LD = @LD@
180
 
LDFLAGS = @LDFLAGS@
181
 
LIBGGZ_INCLUDES = @LIBGGZ_INCLUDES@
182
 
LIBGGZ_LDFLAGS = @LIBGGZ_LDFLAGS@
183
 
LIBICONV = @LIBICONV@
184
 
LIBOBJS = @LIBOBJS@
185
 
LIBS = @LIBS@
186
 
LIBTOOL = @LIBTOOL@
187
 
LIB_GGZ = @LIB_GGZ@
188
 
LIB_GGZDMOD = @LIB_GGZDMOD@
189
 
LIB_GGZMOD = @LIB_GGZMOD@
190
 
LIB_GGZ_GTK = @LIB_GGZ_GTK@
191
 
LIPO = @LIPO@
192
 
LN_S = @LN_S@
193
 
LTLIBICONV = @LTLIBICONV@
194
 
LTLIBOBJS = @LTLIBOBJS@
195
 
LUA_AS_DEPENDENCY = @LUA_AS_DEPENDENCY@
196
 
LUA_CFLAGS = @LUA_CFLAGS@
197
 
LUA_LIBS = @LUA_LIBS@
198
 
MAJOR_VERSION = @MAJOR_VERSION@
199
 
MAKEINFO = @MAKEINFO@
200
 
MINOR_VERSION = @MINOR_VERSION@
201
 
MKDIR_P = @MKDIR_P@
202
 
MKINSTALLDIRS = @MKINSTALLDIRS@
203
 
MSGFMT = @MSGFMT@
204
 
MSGFMT_OPTS = @MSGFMT_OPTS@
205
 
NETWORK_CAPSTRING_MANDATORY = @NETWORK_CAPSTRING_MANDATORY@
206
 
NETWORK_CAPSTRING_OPTIONAL = @NETWORK_CAPSTRING_OPTIONAL@
207
 
NM = @NM@
208
 
NMEDIT = @NMEDIT@
209
 
OBJDUMP = @OBJDUMP@
210
 
OBJEXT = @OBJEXT@
211
 
OTOOL = @OTOOL@
212
 
OTOOL64 = @OTOOL64@
213
 
PACKAGE = @PACKAGE@
214
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
215
 
PACKAGE_NAME = @PACKAGE_NAME@
216
 
PACKAGE_STRING = @PACKAGE_STRING@
217
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
218
 
PACKAGE_URL = @PACKAGE_URL@
219
 
PACKAGE_VERSION = @PACKAGE_VERSION@
220
 
PATH_SEPARATOR = @PATH_SEPARATOR@
221
 
PKG_CONFIG = @PKG_CONFIG@
222
 
PNG_CFLAGS = @PNG_CFLAGS@
223
 
PNG_LIBS = @PNG_LIBS@
224
 
POFILES = @POFILES@
225
 
POSUB = @POSUB@
226
 
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
227
 
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
228
 
RANLIB = @RANLIB@
229
 
REPLACE_MKSTEMP = @REPLACE_MKSTEMP@
230
 
REPLACE_PUTENV = @REPLACE_PUTENV@
231
 
REPLACE_STRTOD = @REPLACE_STRTOD@
232
 
SDL_CFLAGS = @SDL_CFLAGS@
233
 
SDL_CONFIG = @SDL_CONFIG@
234
 
SDL_LIBS = @SDL_LIBS@
235
 
SED = @SED@
236
 
SERVER_LIBS = @SERVER_LIBS@
237
 
SET_MAKE = @SET_MAKE@
238
 
SHELL = @SHELL@
239
 
SOUND_CFLAGS = @SOUND_CFLAGS@
240
 
SOUND_LIBS = @SOUND_LIBS@
241
 
STRIP = @STRIP@
242
 
TOLUA = @TOLUA@
243
 
TOLUA_AS_DEPENDENCY = @TOLUA_AS_DEPENDENCY@
244
 
TOLUA_CFLAGS = @TOLUA_CFLAGS@
245
 
TOLUA_LIBS = @TOLUA_LIBS@
246
 
UNAME = @UNAME@
247
 
USE_NLS = @USE_NLS@
248
 
UTILITY_LIBS = @UTILITY_LIBS@
249
 
VERSION = @VERSION@
250
 
VERSION_LABEL = @VERSION_LABEL@
251
 
VERSION_WITHOUT_LABEL = @VERSION_WITHOUT_LABEL@
252
 
VOID_UNSETENV = @VOID_UNSETENV@
253
 
WINDRES = @WINDRES@
254
 
XGETTEXT = @XGETTEXT@
255
 
XMKMF = @XMKMF@
256
 
X_CFLAGS = @X_CFLAGS@
257
 
X_EXTRA_LIBS = @X_EXTRA_LIBS@
258
 
X_LIBS = @X_LIBS@
259
 
X_PRE_LIBS = @X_PRE_LIBS@
260
 
abs_builddir = @abs_builddir@
261
 
abs_srcdir = @abs_srcdir@
262
 
abs_top_builddir = @abs_top_builddir@
263
 
abs_top_srcdir = @abs_top_srcdir@
264
 
ac_ct_CC = @ac_ct_CC@
265
 
ac_ct_CXX = @ac_ct_CXX@
266
 
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
267
 
am__include = @am__include@
268
 
am__leading_dot = @am__leading_dot@
269
 
am__quote = @am__quote@
270
 
am__tar = @am__tar@
271
 
am__untar = @am__untar@
272
 
bindir = @bindir@
273
 
build = @build@
274
 
build_alias = @build_alias@
275
 
build_cpu = @build_cpu@
276
 
build_os = @build_os@
277
 
build_vendor = @build_vendor@
278
 
builddir = @builddir@
279
 
datadir = @datadir@
280
 
datarootdir = @datarootdir@
281
 
docdir = @docdir@
282
 
dvidir = @dvidir@
283
 
exec_prefix = @exec_prefix@
284
 
ggz_config = @ggz_config@
285
 
ggz_gtk_includes = @ggz_gtk_includes@
286
 
ggz_gtk_libraries = @ggz_gtk_libraries@
287
 
ggzdatadir = @ggzdatadir@
288
 
ggzdconfdir = @ggzdconfdir@
289
 
ggzddatadir = @ggzddatadir@
290
 
ggzdexecmoddir = @ggzdexecmoddir@
291
 
ggzdexecmodpath = @ggzdexecmodpath@
292
 
ggzdmod_includes = @ggzdmod_includes@
293
 
ggzdmod_libraries = @ggzdmod_libraries@
294
 
ggzexecmoddir = @ggzexecmoddir@
295
 
ggzmod_includes = @ggzmod_includes@
296
 
ggzmod_libraries = @ggzmod_libraries@
297
 
ggzmoduleconfdir = @ggzmoduleconfdir@
298
 
host = @host@
299
 
host_alias = @host_alias@
300
 
host_cpu = @host_cpu@
301
 
host_os = @host_os@
302
 
host_vendor = @host_vendor@
303
 
htmldir = @htmldir@
304
 
includedir = @includedir@
305
 
infodir = @infodir@
306
 
install_sh = @install_sh@
307
 
libdir = @libdir@
308
 
libexecdir = @libexecdir@
309
 
libggz_includes = @libggz_includes@
310
 
libggz_libraries = @libggz_libraries@
311
 
localedir = @localedir@
312
 
localstatedir = @localstatedir@
313
 
lt_ECHO = @lt_ECHO@
314
 
mandir = @mandir@
315
 
mkdir_p = @mkdir_p@
316
 
oldincludedir = @oldincludedir@
317
 
packagesrcdir = @packagesrcdir@
318
 
pdfdir = @pdfdir@
319
 
prefix = @prefix@
320
 
program_transform_name = @program_transform_name@
321
 
psdir = @psdir@
322
 
sbindir = @sbindir@
323
 
sharedstatedir = @sharedstatedir@
324
 
srcdir = @srcdir@
325
 
sysconfdir = @sysconfdir@
326
 
target_alias = @target_alias@
327
 
top_build_prefix = @top_build_prefix@
328
 
top_builddir = @top_builddir@
329
 
top_srcdir = @top_srcdir@
330
 
dist_noinst_DATA = \
331
 
                client.ico \
332
 
                server.ico \
333
 
                clienticon.rc \
334
 
                servericon.rc
335
 
 
336
 
@MINGW32_TRUE@nodist_noinst_DATA = \
337
 
@MINGW32_TRUE@          clienticon.o \
338
 
@MINGW32_TRUE@          servericon.o
339
 
 
340
 
@MINGW32_TRUE@CLEANFILES = $(nodist_noinst_DATA)
341
 
all: all-am
342
 
 
343
 
.SUFFIXES:
344
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
345
 
        @for dep in $?; do \
346
 
          case '$(am__configure_deps)' in \
347
 
            *$$dep*) \
348
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
349
 
                && { if test -f $@; then exit 0; else break; fi; }; \
350
 
              exit 1;; \
351
 
          esac; \
352
 
        done; \
353
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu win32/Makefile'; \
354
 
        $(am__cd) $(top_srcdir) && \
355
 
          $(AUTOMAKE) --gnu win32/Makefile
356
 
.PRECIOUS: Makefile
357
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
358
 
        @case '$?' in \
359
 
          *config.status*) \
360
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
361
 
          *) \
362
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
363
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
364
 
        esac;
365
 
 
366
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
367
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
368
 
 
369
 
$(top_srcdir)/configure:  $(am__configure_deps)
370
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
371
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
372
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
373
 
$(am__aclocal_m4_deps):
374
 
 
375
 
mostlyclean-libtool:
376
 
        -rm -f *.lo
377
 
 
378
 
clean-libtool:
379
 
        -rm -rf .libs _libs
380
 
tags: TAGS
381
 
TAGS:
382
 
 
383
 
ctags: CTAGS
384
 
CTAGS:
385
 
 
386
 
 
387
 
distdir: $(DISTFILES)
388
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
389
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
390
 
        list='$(DISTFILES)'; \
391
 
          dist_files=`for file in $$list; do echo $$file; done | \
392
 
          sed -e "s|^$$srcdirstrip/||;t" \
393
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
394
 
        case $$dist_files in \
395
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
396
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
397
 
                           sort -u` ;; \
398
 
        esac; \
399
 
        for file in $$dist_files; do \
400
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
401
 
          if test -d $$d/$$file; then \
402
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
403
 
            if test -d "$(distdir)/$$file"; then \
404
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
405
 
            fi; \
406
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
407
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
408
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
409
 
            fi; \
410
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
411
 
          else \
412
 
            test -f "$(distdir)/$$file" \
413
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
414
 
            || exit 1; \
415
 
          fi; \
416
 
        done
417
 
check-am: all-am
418
 
check: check-am
419
 
all-am: Makefile $(DATA)
420
 
installdirs:
421
 
install: install-am
422
 
install-exec: install-exec-am
423
 
install-data: install-data-am
424
 
uninstall: uninstall-am
425
 
 
426
 
install-am: all-am
427
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
428
 
 
429
 
installcheck: installcheck-am
430
 
install-strip:
431
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
432
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
433
 
          `test -z '$(STRIP)' || \
434
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
435
 
mostlyclean-generic:
436
 
 
437
 
clean-generic:
438
 
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
439
 
 
440
 
distclean-generic:
441
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
442
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
443
 
 
444
 
maintainer-clean-generic:
445
 
        @echo "This command is intended for maintainers to use"
446
 
        @echo "it deletes files that may require special tools to rebuild."
447
 
clean: clean-am
448
 
 
449
 
clean-am: clean-generic clean-libtool mostlyclean-am
450
 
 
451
 
distclean: distclean-am
452
 
        -rm -f Makefile
453
 
distclean-am: clean-am distclean-generic
454
 
 
455
 
dvi: dvi-am
456
 
 
457
 
dvi-am:
458
 
 
459
 
html: html-am
460
 
 
461
 
html-am:
462
 
 
463
 
info: info-am
464
 
 
465
 
info-am:
466
 
 
467
 
install-data-am:
468
 
 
469
 
install-dvi: install-dvi-am
470
 
 
471
 
install-dvi-am:
472
 
 
473
 
install-exec-am:
474
 
 
475
 
install-html: install-html-am
476
 
 
477
 
install-html-am:
478
 
 
479
 
install-info: install-info-am
480
 
 
481
 
install-info-am:
482
 
 
483
 
install-man:
484
 
 
485
 
install-pdf: install-pdf-am
486
 
 
487
 
install-pdf-am:
488
 
 
489
 
install-ps: install-ps-am
490
 
 
491
 
install-ps-am:
492
 
 
493
 
installcheck-am:
494
 
 
495
 
maintainer-clean: maintainer-clean-am
496
 
        -rm -f Makefile
497
 
maintainer-clean-am: distclean-am maintainer-clean-generic
498
 
 
499
 
mostlyclean: mostlyclean-am
500
 
 
501
 
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
502
 
 
503
 
pdf: pdf-am
504
 
 
505
 
pdf-am:
506
 
 
507
 
ps: ps-am
508
 
 
509
 
ps-am:
510
 
 
511
 
uninstall-am:
512
 
 
513
 
.MAKE: install-am install-strip
514
 
 
515
 
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
516
 
        distclean distclean-generic distclean-libtool distdir dvi \
517
 
        dvi-am html html-am info info-am install install-am \
518
 
        install-data install-data-am install-dvi install-dvi-am \
519
 
        install-exec install-exec-am install-html install-html-am \
520
 
        install-info install-info-am install-man install-pdf \
521
 
        install-pdf-am install-ps install-ps-am install-strip \
522
 
        installcheck installcheck-am installdirs maintainer-clean \
523
 
        maintainer-clean-generic mostlyclean mostlyclean-generic \
524
 
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
525
 
 
526
 
 
527
 
@MINGW32_TRUE@clienticon.o: clienticon.rc
528
 
@MINGW32_TRUE@  $(WINDRES) -I$(srcdir) -i $(srcdir)/clienticon.rc -o clienticon.o
529
 
 
530
 
@MINGW32_TRUE@servericon.o: servericon.rc
531
 
@MINGW32_TRUE@  $(WINDRES) -I$(srcdir) -i $(srcdir)/servericon.rc -o servericon.o
532
 
 
533
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
534
 
# Otherwise a system limit (for SysV at least) may be exceeded.
535
 
.NOEXPORT: