~ubuntu-branches/ubuntu/lucid/transmission/lucid

« back to all changes in this revision

Viewing changes to .pc/99_autoreconf.patch/third-party/libnatpmp/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Krzysztof Klimonda, Krzysztof Klimonda, Chris Coulson
  • Date: 2010-03-03 02:55:26 UTC
  • mfrom: (1.1.34 upstream) (2.1.17 sid)
  • Revision ID: james.westby@ubuntu.com-20100303025526-qcjmpnlvk9jv3y5o
Tags: 1.92-0ubuntu1
[ Krzysztof Klimonda ]
* New upstream release (LP: #538034), rebased on debian testing.
  Remaining changes:
  - debian/control:
    + Added replaces & provides clutch (now included as part of transmission).
      Can be removed in lucid+1
    + Added liblaunchpad-integration-dev and lsb-release to Build-Depends
  - debian/rules:
    + create a po template during package build.
  - debian/patches/01_lpi.patch:
    + integrate transmission with launchpad
  - debian/patches/20_add_x-ubuntu-gettext-domain.diff:
    + add x-ubuntu-gettext-domain to .desktop file.
  - debian/transmission-daemon.default:
    - remove --auth from OPTIONS
  - debian/control, debian/rules:
    + build transmission gtk+ client with both gconf and libcanberra support.
  - debian/patches/dont_build_libevent.patch:
    + disable libevent in configure.ac and Makefile.am because we use autotools
      to regenerate build files.
  - lucid/debian/patches/updateminiupnpcstrings_double_escape_slash.patch:
    + Deleted as the bug is fixed upstream
* Fixes bugs:
  - Fix directory selection error in GTK+ 2.19 (LP: #518692)
  - Transmission "Set Location" - dialog doesn't disappear (LP: #529037)
  - The "Torrent Options" dialog's Torrent Priority row gets too much
    vertical stretch (LP: #527299)
  - "Open Folder" behavior can be confusing for single-file torrents
    (LP: #505861)
* Refreshed 99_autoreconf.patch

[ Chris Coulson ]
* debian/patches/disable_web_ui.patch:
  - Disable the web UI by default again (LP: #542194)

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
 
 
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
subdir = third-party/libnatpmp
 
39
DIST_COMMON = README $(noinst_HEADERS) $(srcdir)/Makefile.am \
 
40
        $(srcdir)/Makefile.in
 
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
42
am__aclocal_m4_deps = $(top_srcdir)/m4/acx-pthread.m4 \
 
43
        $(top_srcdir)/m4/check-ssl.m4 $(top_srcdir)/m4/glib-gettext.m4 \
 
44
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
45
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
46
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/pkg.m4 \
 
47
        $(top_srcdir)/m4/zlib.m4 $(top_srcdir)/configure.ac
 
48
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
49
        $(ACLOCAL_M4)
 
50
mkinstalldirs = $(install_sh) -d
 
51
CONFIG_CLEAN_FILES =
 
52
CONFIG_CLEAN_VPATH_FILES =
 
53
LIBRARIES = $(noinst_LIBRARIES)
 
54
ARFLAGS = cru
 
55
AM_V_AR = $(am__v_AR_$(V))
 
56
am__v_AR_ = $(am__v_AR_$(AM_DEFAULT_VERBOSITY))
 
57
am__v_AR_0 = @echo "  AR    " $@;
 
58
AM_V_at = $(am__v_at_$(V))
 
59
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
60
am__v_at_0 = @
 
61
libnatpmp_a_AR = $(AR) $(ARFLAGS)
 
62
libnatpmp_a_LIBADD =
 
63
am_libnatpmp_a_OBJECTS = getgateway.$(OBJEXT) natpmp.$(OBJEXT) \
 
64
        wingettimeofday.$(OBJEXT)
 
65
libnatpmp_a_OBJECTS = $(am_libnatpmp_a_OBJECTS)
 
66
DEFAULT_INCLUDES = -I.@am__isrc@
 
67
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
68
am__depfiles_maybe = depfiles
 
69
am__mv = mv -f
 
70
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
71
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
72
AM_V_lt = $(am__v_lt_$(V))
 
73
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
 
74
am__v_lt_0 = --silent
 
75
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
76
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
77
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
78
        $(AM_CFLAGS) $(CFLAGS)
 
79
AM_V_CC = $(am__v_CC_$(V))
 
80
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
 
81
am__v_CC_0 = @echo "  CC    " $@;
 
82
CCLD = $(CC)
 
83
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
84
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
85
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
86
AM_V_CCLD = $(am__v_CCLD_$(V))
 
87
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
 
88
am__v_CCLD_0 = @echo "  CCLD  " $@;
 
89
AM_V_GEN = $(am__v_GEN_$(V))
 
90
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
91
am__v_GEN_0 = @echo "  GEN   " $@;
 
92
SOURCES = $(libnatpmp_a_SOURCES)
 
93
DIST_SOURCES = $(libnatpmp_a_SOURCES)
 
94
HEADERS = $(noinst_HEADERS)
 
95
ETAGS = etags
 
96
CTAGS = ctags
 
97
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
98
ACLOCAL = @ACLOCAL@
 
99
ALL_LINGUAS = @ALL_LINGUAS@
 
100
AMTAR = @AMTAR@
 
101
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
102
AR = @AR@
 
103
AUTOCONF = @AUTOCONF@
 
104
AUTOHEADER = @AUTOHEADER@
 
105
AUTOMAKE = @AUTOMAKE@
 
106
AWK = @AWK@
 
107
CANBERRA_MINIMUM = @CANBERRA_MINIMUM@
 
108
CATALOGS = @CATALOGS@
 
109
CATOBJEXT = @CATOBJEXT@
 
110
CC = @CC@
 
111
CCDEPMODE = @CCDEPMODE@
 
112
CFLAGS = @CFLAGS@
 
113
CPP = @CPP@
 
114
CPPFLAGS = @CPPFLAGS@
 
115
CURL_MINIMUM = @CURL_MINIMUM@
 
116
CXX = @CXX@
 
117
CXXCPP = @CXXCPP@
 
118
CXXDEPMODE = @CXXDEPMODE@
 
119
CXXFLAGS = @CXXFLAGS@
 
120
CYGPATH_W = @CYGPATH_W@
 
121
DATADIRNAME = @DATADIRNAME@
 
122
DBUS_BINDING_TOOL = @DBUS_BINDING_TOOL@
 
123
DBUS_GLIB_CFLAGS = @DBUS_GLIB_CFLAGS@
 
124
DBUS_GLIB_LIBS = @DBUS_GLIB_LIBS@
 
125
DBUS_GLIB_MINIMUM = @DBUS_GLIB_MINIMUM@
 
126
DEFS = @DEFS@
 
127
DEPDIR = @DEPDIR@
 
128
DHT_CFLAGS = @DHT_CFLAGS@
 
129
DHT_LIBS = @DHT_LIBS@
 
130
DSYMUTIL = @DSYMUTIL@
 
131
DUMPBIN = @DUMPBIN@
 
132
ECHO_C = @ECHO_C@
 
133
ECHO_N = @ECHO_N@
 
134
ECHO_T = @ECHO_T@
 
135
EGREP = @EGREP@
 
136
EXEEXT = @EXEEXT@
 
137
FGREP = @FGREP@
 
138
GCONF2_MINIMUM = @GCONF2_MINIMUM@
 
139
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
140
GIO_CFLAGS = @GIO_CFLAGS@
 
141
GIO_LIBS = @GIO_LIBS@
 
142
GIO_MINIMUM = @GIO_MINIMUM@
 
143
GLIB_MINIMUM = @GLIB_MINIMUM@
 
144
GMOFILES = @GMOFILES@
 
145
GMSGFMT = @GMSGFMT@
 
146
GREP = @GREP@
 
147
GTK_CFLAGS = @GTK_CFLAGS@
 
148
GTK_LIBS = @GTK_LIBS@
 
149
GTK_MINIMUM = @GTK_MINIMUM@
 
150
INSTALL = @INSTALL@
 
151
INSTALL_DATA = @INSTALL_DATA@
 
152
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
153
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
154
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
155
INSTOBJEXT = @INSTOBJEXT@
 
156
INTLLIBS = @INTLLIBS@
 
157
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
158
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
159
INTLTOOL_PERL = @INTLTOOL_PERL@
 
160
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
161
LD = @LD@
 
162
LDFLAGS = @LDFLAGS@
 
163
LIBAPPINDICATOR_CFLAGS = @LIBAPPINDICATOR_CFLAGS@
 
164
LIBAPPINDICATOR_LIBS = @LIBAPPINDICATOR_LIBS@
 
165
LIBAPPINDICATOR_MINIMUM = @LIBAPPINDICATOR_MINIMUM@
 
166
LIBCANBERRA_CFLAGS = @LIBCANBERRA_CFLAGS@
 
167
LIBCANBERRA_LIBS = @LIBCANBERRA_LIBS@
 
168
LIBCURL_CFLAGS = @LIBCURL_CFLAGS@
 
169
LIBCURL_LIBS = @LIBCURL_LIBS@
 
170
LIBEVENT_CFLAGS = @LIBEVENT_CFLAGS@
 
171
LIBEVENT_LIBS = @LIBEVENT_LIBS@
 
172
LIBEVENT_MINIUM = @LIBEVENT_MINIUM@
 
173
LIBGCONF_CFLAGS = @LIBGCONF_CFLAGS@
 
174
LIBGCONF_LIBS = @LIBGCONF_LIBS@
 
175
LIBNOTIFY_CFLAGS = @LIBNOTIFY_CFLAGS@
 
176
LIBNOTIFY_LIBS = @LIBNOTIFY_LIBS@
 
177
LIBNOTIFY_MINIMUM = @LIBNOTIFY_MINIMUM@
 
178
LIBOBJS = @LIBOBJS@
 
179
LIBS = @LIBS@
 
180
LIBTOOL = @LIBTOOL@
 
181
LIPO = @LIPO@
 
182
LN_S = @LN_S@
 
183
LTLIBOBJS = @LTLIBOBJS@
 
184
MAKEINFO = @MAKEINFO@
 
185
MKDIR_P = @MKDIR_P@
 
186
MKINSTALLDIRS = @MKINSTALLDIRS@
 
187
MSGFMT = @MSGFMT@
 
188
MSGMERGE = @MSGMERGE@
 
189
NM = @NM@
 
190
NMEDIT = @NMEDIT@
 
191
OBJDUMP = @OBJDUMP@
 
192
OBJEXT = @OBJEXT@
 
193
OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
 
194
OPENSSL_LIBS = @OPENSSL_LIBS@
 
195
OPENSSL_MINIMUM = @OPENSSL_MINIMUM@
 
196
OTOOL = @OTOOL@
 
197
OTOOL64 = @OTOOL64@
 
198
PACKAGE = @PACKAGE@
 
199
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
200
PACKAGE_NAME = @PACKAGE_NAME@
 
201
PACKAGE_STRING = @PACKAGE_STRING@
 
202
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
203
PACKAGE_VERSION = @PACKAGE_VERSION@
 
204
PATH_SEPARATOR = @PATH_SEPARATOR@
 
205
PEERID_PREFIX = @PEERID_PREFIX@
 
206
PKG_CONFIG = @PKG_CONFIG@
 
207
POFILES = @POFILES@
 
208
POSUB = @POSUB@
 
209
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
210
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
211
PTHREAD_CC = @PTHREAD_CC@
 
212
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
 
213
PTHREAD_LIBS = @PTHREAD_LIBS@
 
214
RANLIB = @RANLIB@
 
215
SED = @SED@
 
216
SET_MAKE = @SET_MAKE@
 
217
SHELL = @SHELL@
 
218
STRIP = @STRIP@
 
219
USERAGENT_PREFIX = @USERAGENT_PREFIX@
 
220
USE_NLS = @USE_NLS@
 
221
VERSION = @VERSION@
 
222
WINDRES = @WINDRES@
 
223
XGETTEXT = @XGETTEXT@
 
224
ZLIB_CFLAGS = @ZLIB_CFLAGS@
 
225
ZLIB_LDFLAGS = @ZLIB_LDFLAGS@
 
226
ZLIB_LIBS = @ZLIB_LIBS@
 
227
abs_builddir = @abs_builddir@
 
228
abs_srcdir = @abs_srcdir@
 
229
abs_top_builddir = @abs_top_builddir@
 
230
abs_top_srcdir = @abs_top_srcdir@
 
231
ac_ct_CC = @ac_ct_CC@
 
232
ac_ct_CXX = @ac_ct_CXX@
 
233
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
234
acx_pthread_config = @acx_pthread_config@
 
235
am__include = @am__include@
 
236
am__leading_dot = @am__leading_dot@
 
237
am__quote = @am__quote@
 
238
am__tar = @am__tar@
 
239
am__untar = @am__untar@
 
240
bindir = @bindir@
 
241
build = @build@
 
242
build_alias = @build_alias@
 
243
build_cpu = @build_cpu@
 
244
build_os = @build_os@
 
245
build_vendor = @build_vendor@
 
246
builddir = @builddir@
 
247
datadir = @datadir@
 
248
datarootdir = @datarootdir@
 
249
docdir = @docdir@
 
250
dvidir = @dvidir@
 
251
exec_prefix = @exec_prefix@
 
252
host = @host@
 
253
host_alias = @host_alias@
 
254
host_cpu = @host_cpu@
 
255
host_os = @host_os@
 
256
host_vendor = @host_vendor@
 
257
htmldir = @htmldir@
 
258
includedir = @includedir@
 
259
infodir = @infodir@
 
260
install_sh = @install_sh@
 
261
libdir = @libdir@
 
262
libexecdir = @libexecdir@
 
263
localedir = @localedir@
 
264
localstatedir = @localstatedir@
 
265
lt_ECHO = @lt_ECHO@
 
266
mandir = @mandir@
 
267
mkdir_p = @mkdir_p@
 
268
oldincludedir = @oldincludedir@
 
269
pdfdir = @pdfdir@
 
270
prefix = @prefix@
 
271
program_transform_name = @program_transform_name@
 
272
psdir = @psdir@
 
273
sbindir = @sbindir@
 
274
sharedstatedir = @sharedstatedir@
 
275
srcdir = @srcdir@
 
276
subdirs = @subdirs@
 
277
sysconfdir = @sysconfdir@
 
278
target_alias = @target_alias@
 
279
top_build_prefix = @top_build_prefix@
 
280
top_builddir = @top_builddir@
 
281
top_srcdir = @top_srcdir@
 
282
transmissionlocaledir = @transmissionlocaledir@
 
283
noinst_LIBRARIES = libnatpmp.a
 
284
AM_CFLAGS = @PTHREAD_CFLAGS@ -DENABLE_STRNATPMPERR
 
285
libnatpmp_a_SOURCES = \
 
286
    getgateway.c \
 
287
    natpmp.c \
 
288
    wingettimeofday.c
 
289
 
 
290
noinst_HEADERS = \
 
291
    declspec.h \
 
292
    getgateway.h \
 
293
    natpmp.h \
 
294
    wingettimeofday.h
 
295
 
 
296
EXTRA_DIST = \
 
297
    README \
 
298
    LICENSE
 
299
 
 
300
all: all-am
 
301
 
 
302
.SUFFIXES:
 
303
.SUFFIXES: .c .lo .o .obj
 
304
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
305
        @for dep in $?; do \
 
306
          case '$(am__configure_deps)' in \
 
307
            *$$dep*) \
 
308
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
309
                && { if test -f $@; then exit 0; else break; fi; }; \
 
310
              exit 1;; \
 
311
          esac; \
 
312
        done; \
 
313
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu third-party/libnatpmp/Makefile'; \
 
314
        $(am__cd) $(top_srcdir) && \
 
315
          $(AUTOMAKE) --gnu third-party/libnatpmp/Makefile
 
316
.PRECIOUS: Makefile
 
317
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
318
        @case '$?' in \
 
319
          *config.status*) \
 
320
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
321
          *) \
 
322
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
323
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
324
        esac;
 
325
 
 
326
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
327
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
328
 
 
329
$(top_srcdir)/configure:  $(am__configure_deps)
 
330
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
331
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
332
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
333
$(am__aclocal_m4_deps):
 
334
 
 
335
clean-noinstLIBRARIES:
 
336
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
 
337
libnatpmp.a: $(libnatpmp_a_OBJECTS) $(libnatpmp_a_DEPENDENCIES) 
 
338
        $(AM_V_at)-rm -f libnatpmp.a
 
339
        $(AM_V_AR)$(libnatpmp_a_AR) libnatpmp.a $(libnatpmp_a_OBJECTS) $(libnatpmp_a_LIBADD)
 
340
        $(AM_V_at)$(RANLIB) libnatpmp.a
 
341
 
 
342
mostlyclean-compile:
 
343
        -rm -f *.$(OBJEXT)
 
344
 
 
345
distclean-compile:
 
346
        -rm -f *.tab.c
 
347
 
 
348
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getgateway.Po@am__quote@
 
349
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/natpmp.Po@am__quote@
 
350
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wingettimeofday.Po@am__quote@
 
351
 
 
352
.c.o:
 
353
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
354
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
355
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
356
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
357
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
358
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
359
 
 
360
.c.obj:
 
361
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
362
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
363
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
364
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
365
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
366
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
367
 
 
368
.c.lo:
 
369
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
370
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
371
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
372
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
373
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
374
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
375
 
 
376
mostlyclean-libtool:
 
377
        -rm -f *.lo
 
378
 
 
379
clean-libtool:
 
380
        -rm -rf .libs _libs
 
381
 
 
382
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
383
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
384
        unique=`for i in $$list; do \
 
385
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
386
          done | \
 
387
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
388
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
389
        mkid -fID $$unique
 
390
tags: TAGS
 
391
 
 
392
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
393
                $(TAGS_FILES) $(LISP)
 
394
        set x; \
 
395
        here=`pwd`; \
 
396
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
397
        unique=`for i in $$list; do \
 
398
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
399
          done | \
 
400
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
401
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
402
        shift; \
 
403
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
404
          test -n "$$unique" || unique=$$empty_fix; \
 
405
          if test $$# -gt 0; then \
 
406
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
407
              "$$@" $$unique; \
 
408
          else \
 
409
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
410
              $$unique; \
 
411
          fi; \
 
412
        fi
 
413
ctags: CTAGS
 
414
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
415
                $(TAGS_FILES) $(LISP)
 
416
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
417
        unique=`for i in $$list; do \
 
418
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
419
          done | \
 
420
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
421
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
422
        test -z "$(CTAGS_ARGS)$$unique" \
 
423
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
424
             $$unique
 
425
 
 
426
GTAGS:
 
427
        here=`$(am__cd) $(top_builddir) && pwd` \
 
428
          && $(am__cd) $(top_srcdir) \
 
429
          && gtags -i $(GTAGS_ARGS) "$$here"
 
430
 
 
431
distclean-tags:
 
432
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
433
 
 
434
distdir: $(DISTFILES)
 
435
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
436
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
437
        list='$(DISTFILES)'; \
 
438
          dist_files=`for file in $$list; do echo $$file; done | \
 
439
          sed -e "s|^$$srcdirstrip/||;t" \
 
440
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
441
        case $$dist_files in \
 
442
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
443
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
444
                           sort -u` ;; \
 
445
        esac; \
 
446
        for file in $$dist_files; do \
 
447
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
448
          if test -d $$d/$$file; then \
 
449
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
450
            if test -d "$(distdir)/$$file"; then \
 
451
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
452
            fi; \
 
453
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
454
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
455
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
456
            fi; \
 
457
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
458
          else \
 
459
            test -f "$(distdir)/$$file" \
 
460
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
461
            || exit 1; \
 
462
          fi; \
 
463
        done
 
464
check-am: all-am
 
465
check: check-am
 
466
all-am: Makefile $(LIBRARIES) $(HEADERS)
 
467
installdirs:
 
468
install: install-am
 
469
install-exec: install-exec-am
 
470
install-data: install-data-am
 
471
uninstall: uninstall-am
 
472
 
 
473
install-am: all-am
 
474
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
475
 
 
476
installcheck: installcheck-am
 
477
install-strip:
 
478
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
479
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
480
          `test -z '$(STRIP)' || \
 
481
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
482
mostlyclean-generic:
 
483
 
 
484
clean-generic:
 
485
 
 
486
distclean-generic:
 
487
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
488
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
489
 
 
490
maintainer-clean-generic:
 
491
        @echo "This command is intended for maintainers to use"
 
492
        @echo "it deletes files that may require special tools to rebuild."
 
493
clean: clean-am
 
494
 
 
495
clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
 
496
        mostlyclean-am
 
497
 
 
498
distclean: distclean-am
 
499
        -rm -rf ./$(DEPDIR)
 
500
        -rm -f Makefile
 
501
distclean-am: clean-am distclean-compile distclean-generic \
 
502
        distclean-tags
 
503
 
 
504
dvi: dvi-am
 
505
 
 
506
dvi-am:
 
507
 
 
508
html: html-am
 
509
 
 
510
html-am:
 
511
 
 
512
info: info-am
 
513
 
 
514
info-am:
 
515
 
 
516
install-data-am:
 
517
 
 
518
install-dvi: install-dvi-am
 
519
 
 
520
install-dvi-am:
 
521
 
 
522
install-exec-am:
 
523
 
 
524
install-html: install-html-am
 
525
 
 
526
install-html-am:
 
527
 
 
528
install-info: install-info-am
 
529
 
 
530
install-info-am:
 
531
 
 
532
install-man:
 
533
 
 
534
install-pdf: install-pdf-am
 
535
 
 
536
install-pdf-am:
 
537
 
 
538
install-ps: install-ps-am
 
539
 
 
540
install-ps-am:
 
541
 
 
542
installcheck-am:
 
543
 
 
544
maintainer-clean: maintainer-clean-am
 
545
        -rm -rf ./$(DEPDIR)
 
546
        -rm -f Makefile
 
547
maintainer-clean-am: distclean-am maintainer-clean-generic
 
548
 
 
549
mostlyclean: mostlyclean-am
 
550
 
 
551
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
552
        mostlyclean-libtool
 
553
 
 
554
pdf: pdf-am
 
555
 
 
556
pdf-am:
 
557
 
 
558
ps: ps-am
 
559
 
 
560
ps-am:
 
561
 
 
562
uninstall-am:
 
563
 
 
564
.MAKE: install-am install-strip
 
565
 
 
566
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
567
        clean-libtool clean-noinstLIBRARIES ctags distclean \
 
568
        distclean-compile distclean-generic distclean-libtool \
 
569
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
570
        install install-am install-data install-data-am install-dvi \
 
571
        install-dvi-am install-exec install-exec-am install-html \
 
572
        install-html-am install-info install-info-am install-man \
 
573
        install-pdf install-pdf-am install-ps install-ps-am \
 
574
        install-strip installcheck installcheck-am installdirs \
 
575
        maintainer-clean maintainer-clean-generic mostlyclean \
 
576
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
577
        pdf pdf-am ps ps-am tags uninstall uninstall-am
 
578
 
 
579
 
 
580
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
581
# Otherwise a system limit (for SysV at least) may be exceeded.
 
582
.NOEXPORT: