~ubuntu-branches/ubuntu/hardy/transmission/hardy-updates

« back to all changes in this revision

Viewing changes to third-party/miniupnp/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Philipp Benner
  • Date: 2008-01-05 09:16:52 UTC
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: james.westby@ubuntu.com-20080105091652-8cf0z4rb3pu8d6jt
Tags: upstream-1.00
ImportĀ upstreamĀ versionĀ 1.00

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.10 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
 
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
 
 
18
VPATH = @srcdir@
 
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkglibdir = $(libdir)/@PACKAGE@
 
21
pkgincludedir = $(includedir)/@PACKAGE@
 
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
23
install_sh_DATA = $(install_sh) -c -m 644
 
24
install_sh_PROGRAM = $(install_sh) -c
 
25
install_sh_SCRIPT = $(install_sh) -c
 
26
INSTALL_HEADER = $(INSTALL_DATA)
 
27
transform = $(program_transform_name)
 
28
NORMAL_INSTALL = :
 
29
PRE_INSTALL = :
 
30
POST_INSTALL = :
 
31
NORMAL_UNINSTALL = :
 
32
PRE_UNINSTALL = :
 
33
POST_UNINSTALL = :
 
34
build_triplet = @build@
 
35
host_triplet = @host@
 
36
subdir = third-party/miniupnp
 
37
DIST_COMMON = README $(noinst_HEADERS) $(srcdir)/Makefile.am \
 
38
        $(srcdir)/Makefile.in
 
39
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
40
am__aclocal_m4_deps = $(top_srcdir)/m4/acintltool.m4 \
 
41
        $(top_srcdir)/m4/acx-pthread.m4 \
 
42
        $(top_srcdir)/m4/glib-gettext.m4 $(top_srcdir)/m4/pkg.m4 \
 
43
        $(top_srcdir)/m4/wxwin.m4 $(top_srcdir)/configure.ac
 
44
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
45
        $(ACLOCAL_M4)
 
46
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
47
CONFIG_CLEAN_FILES =
 
48
LIBRARIES = $(noinst_LIBRARIES)
 
49
ARFLAGS = cru
 
50
libminiupnp_a_AR = $(AR) $(ARFLAGS)
 
51
libminiupnp_a_LIBADD =
 
52
am_libminiupnp_a_OBJECTS = igd_desc_parse.$(OBJEXT) minisoap.$(OBJEXT) \
 
53
        minissdpc.$(OBJEXT) miniupnpc.$(OBJEXT) miniwget.$(OBJEXT) \
 
54
        minixml.$(OBJEXT) upnpcommands.$(OBJEXT) \
 
55
        upnpreplyparse.$(OBJEXT)
 
56
libminiupnp_a_OBJECTS = $(am_libminiupnp_a_OBJECTS)
 
57
DEFAULT_INCLUDES = -I.@am__isrc@
 
58
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
59
am__depfiles_maybe = depfiles
 
60
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
61
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
62
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
63
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
64
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
65
CCLD = $(CC)
 
66
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
67
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
68
        $(LDFLAGS) -o $@
 
69
SOURCES = $(libminiupnp_a_SOURCES)
 
70
DIST_SOURCES = $(libminiupnp_a_SOURCES)
 
71
HEADERS = $(noinst_HEADERS)
 
72
ETAGS = etags
 
73
CTAGS = ctags
 
74
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
75
ACLOCAL = @ACLOCAL@
 
76
ALL_LINGUAS = @ALL_LINGUAS@
 
77
AMTAR = @AMTAR@
 
78
AR = @AR@
 
79
AUTOCONF = @AUTOCONF@
 
80
AUTOHEADER = @AUTOHEADER@
 
81
AUTOMAKE = @AUTOMAKE@
 
82
AWK = @AWK@
 
83
CATALOGS = @CATALOGS@
 
84
CATOBJEXT = @CATOBJEXT@
 
85
CC = @CC@
 
86
CCDEPMODE = @CCDEPMODE@
 
87
CFLAGS = @CFLAGS@
 
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
ECHO = @ECHO@
 
99
ECHO_C = @ECHO_C@
 
100
ECHO_N = @ECHO_N@
 
101
ECHO_T = @ECHO_T@
 
102
EGREP = @EGREP@
 
103
EXEEXT = @EXEEXT@
 
104
F77 = @F77@
 
105
FFLAGS = @FFLAGS@
 
106
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
107
GLIB_MINIMUM = @GLIB_MINIMUM@
 
108
GMOFILES = @GMOFILES@
 
109
GMSGFMT = @GMSGFMT@
 
110
GREP = @GREP@
 
111
GTK_CFLAGS = @GTK_CFLAGS@
 
112
GTK_LIBS = @GTK_LIBS@
 
113
GTK_MINIMUM = @GTK_MINIMUM@
 
114
INSTALL = @INSTALL@
 
115
INSTALL_DATA = @INSTALL_DATA@
 
116
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
117
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
118
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
119
INSTOBJEXT = @INSTOBJEXT@
 
120
INTLLIBS = @INTLLIBS@
 
121
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
 
122
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
 
123
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
 
124
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
125
INTLTOOL_ICONV = @INTLTOOL_ICONV@
 
126
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
 
127
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
 
128
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
129
INTLTOOL_MSGFMT = @INTLTOOL_MSGFMT@
 
130
INTLTOOL_MSGMERGE = @INTLTOOL_MSGMERGE@
 
131
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
 
132
INTLTOOL_PERL = @INTLTOOL_PERL@
 
133
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
 
134
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
 
135
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
 
136
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
 
137
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
 
138
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
 
139
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
 
140
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
 
141
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
 
142
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
143
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
144
INTLTOOL_XGETTEXT = @INTLTOOL_XGETTEXT@
 
145
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
146
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
147
LDFLAGS = @LDFLAGS@
 
148
LIBEVENT_CPPFLAGS = @LIBEVENT_CPPFLAGS@
 
149
LIBOBJS = @LIBOBJS@
 
150
LIBS = @LIBS@
 
151
LIBTOOL = @LIBTOOL@
 
152
LN_S = @LN_S@
 
153
LTLIBOBJS = @LTLIBOBJS@
 
154
MAKEINFO = @MAKEINFO@
 
155
MKDIR_P = @MKDIR_P@
 
156
MKINSTALLDIRS = @MKINSTALLDIRS@
 
157
MSGFMT = @MSGFMT@
 
158
OBJEXT = @OBJEXT@
 
159
OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
 
160
OPENSSL_LIBS = @OPENSSL_LIBS@
 
161
PACKAGE = @PACKAGE@
 
162
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
163
PACKAGE_NAME = @PACKAGE_NAME@
 
164
PACKAGE_STRING = @PACKAGE_STRING@
 
165
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
166
PACKAGE_VERSION = @PACKAGE_VERSION@
 
167
PATH_SEPARATOR = @PATH_SEPARATOR@
 
168
PEERID_PREFIX = @PEERID_PREFIX@
 
169
PKG_CONFIG = @PKG_CONFIG@
 
170
POFILES = @POFILES@
 
171
POSUB = @POSUB@
 
172
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
173
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
174
PTHREAD_CC = @PTHREAD_CC@
 
175
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
 
176
PTHREAD_LIBS = @PTHREAD_LIBS@
 
177
RANLIB = @RANLIB@
 
178
SED = @SED@
 
179
SET_MAKE = @SET_MAKE@
 
180
SHELL = @SHELL@
 
181
STRIP = @STRIP@
 
182
USERAGENT_PREFIX = @USERAGENT_PREFIX@
 
183
USE_NLS = @USE_NLS@
 
184
VERSION = @VERSION@
 
185
WINDRES = @WINDRES@
 
186
WX_CFLAGS = @WX_CFLAGS@
 
187
WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@
 
188
WX_CONFIG_PATH = @WX_CONFIG_PATH@
 
189
WX_CPPFLAGS = @WX_CPPFLAGS@
 
190
WX_CXXFLAGS = @WX_CXXFLAGS@
 
191
WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@
 
192
WX_LIBS = @WX_LIBS@
 
193
WX_LIBS_STATIC = @WX_LIBS_STATIC@
 
194
WX_MINIMUM = @WX_MINIMUM@
 
195
WX_RESCOMP = @WX_RESCOMP@
 
196
WX_VERSION = @WX_VERSION@
 
197
XGETTEXT = @XGETTEXT@
 
198
abs_builddir = @abs_builddir@
 
199
abs_srcdir = @abs_srcdir@
 
200
abs_top_builddir = @abs_top_builddir@
 
201
abs_top_srcdir = @abs_top_srcdir@
 
202
ac_ct_CC = @ac_ct_CC@
 
203
ac_ct_CXX = @ac_ct_CXX@
 
204
ac_ct_F77 = @ac_ct_F77@
 
205
acx_pthread_config = @acx_pthread_config@
 
206
am__include = @am__include@
 
207
am__leading_dot = @am__leading_dot@
 
208
am__quote = @am__quote@
 
209
am__tar = @am__tar@
 
210
am__untar = @am__untar@
 
211
bindir = @bindir@
 
212
build = @build@
 
213
build_alias = @build_alias@
 
214
build_cpu = @build_cpu@
 
215
build_os = @build_os@
 
216
build_vendor = @build_vendor@
 
217
builddir = @builddir@
 
218
datadir = @datadir@
 
219
datarootdir = @datarootdir@
 
220
docdir = @docdir@
 
221
dvidir = @dvidir@
 
222
exec_prefix = @exec_prefix@
 
223
host = @host@
 
224
host_alias = @host_alias@
 
225
host_cpu = @host_cpu@
 
226
host_os = @host_os@
 
227
host_vendor = @host_vendor@
 
228
htmldir = @htmldir@
 
229
includedir = @includedir@
 
230
infodir = @infodir@
 
231
install_sh = @install_sh@
 
232
libdir = @libdir@
 
233
libexecdir = @libexecdir@
 
234
localedir = @localedir@
 
235
localstatedir = @localstatedir@
 
236
mandir = @mandir@
 
237
mkdir_p = @mkdir_p@
 
238
oldincludedir = @oldincludedir@
 
239
pdfdir = @pdfdir@
 
240
prefix = @prefix@
 
241
program_transform_name = @program_transform_name@
 
242
psdir = @psdir@
 
243
sbindir = @sbindir@
 
244
sharedstatedir = @sharedstatedir@
 
245
srcdir = @srcdir@
 
246
subdirs = @subdirs@
 
247
sysconfdir = @sysconfdir@
 
248
target_alias = @target_alias@
 
249
top_builddir = @top_builddir@
 
250
top_srcdir = @top_srcdir@
 
251
transmissionlocaledir = @transmissionlocaledir@
 
252
noinst_LIBRARIES = libminiupnp.a
 
253
AM_CPPFLAGS = -DNDEBUG
 
254
libminiupnp_a_SOURCES = \
 
255
    igd_desc_parse.c \
 
256
    minisoap.c \
 
257
    minissdpc.c \
 
258
    miniupnpc.c \
 
259
    miniwget.c \
 
260
    minixml.c \
 
261
    upnpcommands.c \
 
262
    upnpreplyparse.c
 
263
 
 
264
noinst_HEADERS = \
 
265
    bsdqueue.h \
 
266
    declspec.h \
 
267
    igd_desc_parse.h \
 
268
    minisoap.h \
 
269
    minissdpc.h \
 
270
    miniupnpc.h \
 
271
    miniwget.h \
 
272
    minixml.h \
 
273
    upnpcommands.h \
 
274
    upnpreplyparse.h
 
275
 
 
276
extra_DIST = \
 
277
    README \
 
278
    LICENSE
 
279
 
 
280
all: all-am
 
281
 
 
282
.SUFFIXES:
 
283
.SUFFIXES: .c .lo .o .obj
 
284
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
285
        @for dep in $?; do \
 
286
          case '$(am__configure_deps)' in \
 
287
            *$$dep*) \
 
288
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
289
                && exit 0; \
 
290
              exit 1;; \
 
291
          esac; \
 
292
        done; \
 
293
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  third-party/miniupnp/Makefile'; \
 
294
        cd $(top_srcdir) && \
 
295
          $(AUTOMAKE) --gnu  third-party/miniupnp/Makefile
 
296
.PRECIOUS: Makefile
 
297
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
298
        @case '$?' in \
 
299
          *config.status*) \
 
300
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
301
          *) \
 
302
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
303
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
304
        esac;
 
305
 
 
306
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
307
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
308
 
 
309
$(top_srcdir)/configure:  $(am__configure_deps)
 
310
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
311
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
312
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
313
 
 
314
clean-noinstLIBRARIES:
 
315
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
 
316
libminiupnp.a: $(libminiupnp_a_OBJECTS) $(libminiupnp_a_DEPENDENCIES) 
 
317
        -rm -f libminiupnp.a
 
318
        $(libminiupnp_a_AR) libminiupnp.a $(libminiupnp_a_OBJECTS) $(libminiupnp_a_LIBADD)
 
319
        $(RANLIB) libminiupnp.a
 
320
 
 
321
mostlyclean-compile:
 
322
        -rm -f *.$(OBJEXT)
 
323
 
 
324
distclean-compile:
 
325
        -rm -f *.tab.c
 
326
 
 
327
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/igd_desc_parse.Po@am__quote@
 
328
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/minisoap.Po@am__quote@
 
329
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/minissdpc.Po@am__quote@
 
330
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/miniupnpc.Po@am__quote@
 
331
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/miniwget.Po@am__quote@
 
332
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/minixml.Po@am__quote@
 
333
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/upnpcommands.Po@am__quote@
 
334
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/upnpreplyparse.Po@am__quote@
 
335
 
 
336
.c.o:
 
337
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
338
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
339
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
340
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
341
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
342
 
 
343
.c.obj:
 
344
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
345
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
346
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
347
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
348
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
349
 
 
350
.c.lo:
 
351
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
352
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
353
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
354
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
355
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
356
 
 
357
mostlyclean-libtool:
 
358
        -rm -f *.lo
 
359
 
 
360
clean-libtool:
 
361
        -rm -rf .libs _libs
 
362
 
 
363
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
364
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
365
        unique=`for i in $$list; do \
 
366
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
367
          done | \
 
368
          $(AWK) '    { files[$$0] = 1; } \
 
369
               END { for (i in files) print i; }'`; \
 
370
        mkid -fID $$unique
 
371
tags: TAGS
 
372
 
 
373
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
374
                $(TAGS_FILES) $(LISP)
 
375
        tags=; \
 
376
        here=`pwd`; \
 
377
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
378
        unique=`for i in $$list; do \
 
379
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
380
          done | \
 
381
          $(AWK) '    { files[$$0] = 1; } \
 
382
               END { for (i in files) print i; }'`; \
 
383
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
384
          test -n "$$unique" || unique=$$empty_fix; \
 
385
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
386
            $$tags $$unique; \
 
387
        fi
 
388
ctags: CTAGS
 
389
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
390
                $(TAGS_FILES) $(LISP)
 
391
        tags=; \
 
392
        here=`pwd`; \
 
393
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
394
        unique=`for i in $$list; do \
 
395
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
396
          done | \
 
397
          $(AWK) '    { files[$$0] = 1; } \
 
398
               END { for (i in files) print i; }'`; \
 
399
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
400
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
401
             $$tags $$unique
 
402
 
 
403
GTAGS:
 
404
        here=`$(am__cd) $(top_builddir) && pwd` \
 
405
          && cd $(top_srcdir) \
 
406
          && gtags -i $(GTAGS_ARGS) $$here
 
407
 
 
408
distclean-tags:
 
409
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
410
 
 
411
distdir: $(DISTFILES)
 
412
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
413
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
414
        list='$(DISTFILES)'; \
 
415
          dist_files=`for file in $$list; do echo $$file; done | \
 
416
          sed -e "s|^$$srcdirstrip/||;t" \
 
417
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
418
        case $$dist_files in \
 
419
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
420
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
421
                           sort -u` ;; \
 
422
        esac; \
 
423
        for file in $$dist_files; do \
 
424
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
425
          if test -d $$d/$$file; then \
 
426
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
427
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
428
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
429
            fi; \
 
430
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
431
          else \
 
432
            test -f $(distdir)/$$file \
 
433
            || cp -p $$d/$$file $(distdir)/$$file \
 
434
            || exit 1; \
 
435
          fi; \
 
436
        done
 
437
check-am: all-am
 
438
check: check-am
 
439
all-am: Makefile $(LIBRARIES) $(HEADERS)
 
440
installdirs:
 
441
install: install-am
 
442
install-exec: install-exec-am
 
443
install-data: install-data-am
 
444
uninstall: uninstall-am
 
445
 
 
446
install-am: all-am
 
447
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
448
 
 
449
installcheck: installcheck-am
 
450
install-strip:
 
451
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
452
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
453
          `test -z '$(STRIP)' || \
 
454
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
455
mostlyclean-generic:
 
456
 
 
457
clean-generic:
 
458
 
 
459
distclean-generic:
 
460
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
461
 
 
462
maintainer-clean-generic:
 
463
        @echo "This command is intended for maintainers to use"
 
464
        @echo "it deletes files that may require special tools to rebuild."
 
465
clean: clean-am
 
466
 
 
467
clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
 
468
        mostlyclean-am
 
469
 
 
470
distclean: distclean-am
 
471
        -rm -rf ./$(DEPDIR)
 
472
        -rm -f Makefile
 
473
distclean-am: clean-am distclean-compile distclean-generic \
 
474
        distclean-tags
 
475
 
 
476
dvi: dvi-am
 
477
 
 
478
dvi-am:
 
479
 
 
480
html: html-am
 
481
 
 
482
info: info-am
 
483
 
 
484
info-am:
 
485
 
 
486
install-data-am:
 
487
 
 
488
install-dvi: install-dvi-am
 
489
 
 
490
install-exec-am:
 
491
 
 
492
install-html: install-html-am
 
493
 
 
494
install-info: install-info-am
 
495
 
 
496
install-man:
 
497
 
 
498
install-pdf: install-pdf-am
 
499
 
 
500
install-ps: install-ps-am
 
501
 
 
502
installcheck-am:
 
503
 
 
504
maintainer-clean: maintainer-clean-am
 
505
        -rm -rf ./$(DEPDIR)
 
506
        -rm -f Makefile
 
507
maintainer-clean-am: distclean-am maintainer-clean-generic
 
508
 
 
509
mostlyclean: mostlyclean-am
 
510
 
 
511
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
512
        mostlyclean-libtool
 
513
 
 
514
pdf: pdf-am
 
515
 
 
516
pdf-am:
 
517
 
 
518
ps: ps-am
 
519
 
 
520
ps-am:
 
521
 
 
522
uninstall-am:
 
523
 
 
524
.MAKE: install-am install-strip
 
525
 
 
526
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
527
        clean-libtool clean-noinstLIBRARIES ctags distclean \
 
528
        distclean-compile distclean-generic distclean-libtool \
 
529
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
530
        install install-am install-data install-data-am install-dvi \
 
531
        install-dvi-am install-exec install-exec-am install-html \
 
532
        install-html-am install-info install-info-am install-man \
 
533
        install-pdf install-pdf-am install-ps install-ps-am \
 
534
        install-strip installcheck installcheck-am installdirs \
 
535
        maintainer-clean maintainer-clean-generic mostlyclean \
 
536
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
537
        pdf pdf-am ps ps-am tags uninstall uninstall-am
 
538
 
 
539
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
540
# Otherwise a system limit (for SysV at least) may be exceeded.
 
541
.NOEXPORT: