~ubuntu-branches/debian/squeeze/axis2c/squeeze

« back to all changes in this revision

Viewing changes to samples/client/amqp/mtom/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Kyo Lee
  • Date: 2009-12-16 20:27:31 UTC
  • mfrom: (6.1.9 karmic)
  • Revision ID: james.westby@ubuntu.com-20091216202731-ucim9tlbmpwucfz0
Tags: 1.6.0-1
Build for debian package based largely on Ubuntu package (#497594)

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
VPATH = @srcdir@
 
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkglibdir = $(libdir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
 
21
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
22
install_sh_DATA = $(install_sh) -c -m 644
 
23
install_sh_PROGRAM = $(install_sh) -c
 
24
install_sh_SCRIPT = $(install_sh) -c
 
25
INSTALL_HEADER = $(INSTALL_DATA)
 
26
transform = $(program_transform_name)
 
27
NORMAL_INSTALL = :
 
28
PRE_INSTALL = :
 
29
POST_INSTALL = :
 
30
NORMAL_UNINSTALL = :
 
31
PRE_UNINSTALL = :
 
32
POST_UNINSTALL = :
 
33
build_triplet = @build@
 
34
host_triplet = @host@
 
35
target_triplet = @target@
 
36
prgbin_PROGRAMS = mtom$(EXEEXT)
 
37
subdir = client/amqp/mtom
 
38
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
39
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
40
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
41
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
42
        $(ACLOCAL_M4)
 
43
mkinstalldirs = $(install_sh) -d
 
44
CONFIG_HEADER = $(top_builddir)/config.h
 
45
CONFIG_CLEAN_FILES =
 
46
am__installdirs = "$(DESTDIR)$(prgbindir)"
 
47
prgbinPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
 
48
PROGRAMS = $(prgbin_PROGRAMS)
 
49
am_mtom_OBJECTS = mtom_client.$(OBJEXT)
 
50
mtom_OBJECTS = $(am_mtom_OBJECTS)
 
51
am__DEPENDENCIES_1 =
 
52
mtom_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
 
53
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
 
54
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
55
am__depfiles_maybe = depfiles
 
56
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
57
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
58
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
59
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
60
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
61
CCLD = $(CC)
 
62
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
63
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
64
        $(LDFLAGS) -o $@
 
65
SOURCES = $(mtom_SOURCES)
 
66
DIST_SOURCES = $(mtom_SOURCES)
 
67
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
68
        html-recursive info-recursive install-data-recursive \
 
69
        install-dvi-recursive install-exec-recursive \
 
70
        install-html-recursive install-info-recursive \
 
71
        install-pdf-recursive install-ps-recursive install-recursive \
 
72
        installcheck-recursive installdirs-recursive pdf-recursive \
 
73
        ps-recursive uninstall-recursive
 
74
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
75
  distclean-recursive maintainer-clean-recursive
 
76
ETAGS = etags
 
77
CTAGS = ctags
 
78
DIST_SUBDIRS = $(SUBDIRS)
 
79
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
80
ACLOCAL = @ACLOCAL@
 
81
AMTAR = @AMTAR@
 
82
APACHE2INC = @APACHE2INC@
 
83
APRINC = @APRINC@
 
84
AR = @AR@
 
85
AUTOCONF = @AUTOCONF@
 
86
AUTOHEADER = @AUTOHEADER@
 
87
AUTOMAKE = @AUTOMAKE@
 
88
AWK = @AWK@
 
89
AXIS2INC = @AXIS2INC@
 
90
CC = @CC@
 
91
CCDEPMODE = @CCDEPMODE@
 
92
CFLAGS = @CFLAGS@
 
93
CPP = @CPP@
 
94
CPPFLAGS = @CPPFLAGS@
 
95
CXX = @CXX@
 
96
CXXCPP = @CXXCPP@
 
97
CXXDEPMODE = @CXXDEPMODE@
 
98
CXXFLAGS = @CXXFLAGS@
 
99
CYGPATH_W = @CYGPATH_W@
 
100
DEFS = @DEFS@
 
101
DEPDIR = @DEPDIR@
 
102
DICLIENT_DIR = @DICLIENT_DIR@
 
103
ECHO = @ECHO@
 
104
ECHO_C = @ECHO_C@
 
105
ECHO_N = @ECHO_N@
 
106
ECHO_T = @ECHO_T@
 
107
EGREP = @EGREP@
 
108
EXEEXT = @EXEEXT@
 
109
F77 = @F77@
 
110
FFLAGS = @FFLAGS@
 
111
GREP = @GREP@
 
112
GUTHTHILA_DIR = @GUTHTHILA_DIR@
 
113
GUTHTHILA_LIBS = @GUTHTHILA_LIBS@
 
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
LDFLAGS = @LDFLAGS@
 
120
LIBOBJS = @LIBOBJS@
 
121
LIBS = @LIBS@
 
122
LIBTOOL = @LIBTOOL@
 
123
LN_S = @LN_S@
 
124
LTLIBOBJS = @LTLIBOBJS@
 
125
MAKEINFO = @MAKEINFO@
 
126
MKDIR_P = @MKDIR_P@
 
127
OBJEXT = @OBJEXT@
 
128
PACKAGE = @PACKAGE@
 
129
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
130
PACKAGE_NAME = @PACKAGE_NAME@
 
131
PACKAGE_STRING = @PACKAGE_STRING@
 
132
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
133
PACKAGE_VERSION = @PACKAGE_VERSION@
 
134
PATH_SEPARATOR = @PATH_SEPARATOR@
 
135
RANLIB = @RANLIB@
 
136
SED = @SED@
 
137
SET_MAKE = @SET_MAKE@
 
138
SHELL = @SHELL@
 
139
STRIP = @STRIP@
 
140
VERSION = @VERSION@
 
141
abs_builddir = @abs_builddir@
 
142
abs_srcdir = @abs_srcdir@
 
143
abs_top_builddir = @abs_top_builddir@
 
144
abs_top_srcdir = @abs_top_srcdir@
 
145
ac_ct_CC = @ac_ct_CC@
 
146
ac_ct_CXX = @ac_ct_CXX@
 
147
ac_ct_F77 = @ac_ct_F77@
 
148
am__include = @am__include@
 
149
am__leading_dot = @am__leading_dot@
 
150
am__quote = @am__quote@
 
151
am__tar = @am__tar@
 
152
am__untar = @am__untar@
 
153
bindir = @bindir@
 
154
build = @build@
 
155
build_alias = @build_alias@
 
156
build_cpu = @build_cpu@
 
157
build_os = @build_os@
 
158
build_vendor = @build_vendor@
 
159
builddir = @builddir@
 
160
datadir = @datadir@
 
161
datarootdir = @datarootdir@
 
162
docdir = @docdir@
 
163
dvidir = @dvidir@
 
164
exec_prefix = @exec_prefix@
 
165
host = @host@
 
166
host_alias = @host_alias@
 
167
host_cpu = @host_cpu@
 
168
host_os = @host_os@
 
169
host_vendor = @host_vendor@
 
170
htmldir = @htmldir@
 
171
includedir = @includedir@
 
172
infodir = @infodir@
 
173
install_sh = @install_sh@
 
174
libdir = @libdir@
 
175
libexecdir = @libexecdir@
 
176
localedir = @localedir@
 
177
localstatedir = @localstatedir@
 
178
mandir = @mandir@
 
179
mkdir_p = @mkdir_p@
 
180
oldincludedir = @oldincludedir@
 
181
pdfdir = @pdfdir@
 
182
prefix = @prefix@
 
183
program_transform_name = @program_transform_name@
 
184
psdir = @psdir@
 
185
sbindir = @sbindir@
 
186
sharedstatedir = @sharedstatedir@
 
187
srcdir = @srcdir@
 
188
sysconfdir = @sysconfdir@
 
189
target = @target@
 
190
target_alias = @target_alias@
 
191
target_cpu = @target_cpu@
 
192
target_os = @target_os@
 
193
target_vendor = @target_vendor@
 
194
top_builddir = @top_builddir@
 
195
top_srcdir = @top_srcdir@
 
196
SUBDIRS = resources
 
197
prgbindir = $(prefix)/samples/bin/amqp
 
198
mtom_SOURCES = mtom_client.c
 
199
mtom_LDADD = $(LDFLAGS) \
 
200
             -L$(AXIS2C_HOME)/lib \
 
201
                     -laxutil \
 
202
             -laxis2_axiom \
 
203
             -laxis2_engine \
 
204
             -laxis2_parser \
 
205
             -lpthread \
 
206
             $(GUTHTHILA_LIBS)
 
207
 
 
208
INCLUDES = @AXIS2INC@
 
209
all: all-recursive
 
210
 
 
211
.SUFFIXES:
 
212
.SUFFIXES: .c .lo .o .obj
 
213
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
214
        @for dep in $?; do \
 
215
          case '$(am__configure_deps)' in \
 
216
            *$$dep*) \
 
217
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
218
                && exit 0; \
 
219
              exit 1;; \
 
220
          esac; \
 
221
        done; \
 
222
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  client/amqp/mtom/Makefile'; \
 
223
        cd $(top_srcdir) && \
 
224
          $(AUTOMAKE) --gnu  client/amqp/mtom/Makefile
 
225
.PRECIOUS: Makefile
 
226
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
227
        @case '$?' in \
 
228
          *config.status*) \
 
229
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
230
          *) \
 
231
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
232
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
233
        esac;
 
234
 
 
235
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
236
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
237
 
 
238
$(top_srcdir)/configure:  $(am__configure_deps)
 
239
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
240
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
241
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
242
install-prgbinPROGRAMS: $(prgbin_PROGRAMS)
 
243
        @$(NORMAL_INSTALL)
 
244
        test -z "$(prgbindir)" || $(MKDIR_P) "$(DESTDIR)$(prgbindir)"
 
245
        @list='$(prgbin_PROGRAMS)'; for p in $$list; do \
 
246
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
247
          if test -f $$p \
 
248
             || test -f $$p1 \
 
249
          ; then \
 
250
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
 
251
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(prgbinPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(prgbindir)/$$f'"; \
 
252
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(prgbinPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(prgbindir)/$$f" || exit 1; \
 
253
          else :; fi; \
 
254
        done
 
255
 
 
256
uninstall-prgbinPROGRAMS:
 
257
        @$(NORMAL_UNINSTALL)
 
258
        @list='$(prgbin_PROGRAMS)'; for p in $$list; do \
 
259
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
 
260
          echo " rm -f '$(DESTDIR)$(prgbindir)/$$f'"; \
 
261
          rm -f "$(DESTDIR)$(prgbindir)/$$f"; \
 
262
        done
 
263
 
 
264
clean-prgbinPROGRAMS:
 
265
        @list='$(prgbin_PROGRAMS)'; for p in $$list; do \
 
266
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
267
          echo " rm -f $$p $$f"; \
 
268
          rm -f $$p $$f ; \
 
269
        done
 
270
mtom$(EXEEXT): $(mtom_OBJECTS) $(mtom_DEPENDENCIES) 
 
271
        @rm -f mtom$(EXEEXT)
 
272
        $(LINK) $(mtom_OBJECTS) $(mtom_LDADD) $(LIBS)
 
273
 
 
274
mostlyclean-compile:
 
275
        -rm -f *.$(OBJEXT)
 
276
 
 
277
distclean-compile:
 
278
        -rm -f *.tab.c
 
279
 
 
280
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mtom_client.Po@am__quote@
 
281
 
 
282
.c.o:
 
283
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
284
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
285
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
286
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
287
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
288
 
 
289
.c.obj:
 
290
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
291
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
292
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
293
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
294
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
295
 
 
296
.c.lo:
 
297
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
298
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
299
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
300
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
301
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
302
 
 
303
mostlyclean-libtool:
 
304
        -rm -f *.lo
 
305
 
 
306
clean-libtool:
 
307
        -rm -rf .libs _libs
 
308
 
 
309
# This directory's subdirectories are mostly independent; you can cd
 
310
# into them and run `make' without going through this Makefile.
 
311
# To change the values of `make' variables: instead of editing Makefiles,
 
312
# (1) if the variable is set in `config.status', edit `config.status'
 
313
#     (which will cause the Makefiles to be regenerated when you run `make');
 
314
# (2) otherwise, pass the desired values on the `make' command line.
 
315
$(RECURSIVE_TARGETS):
 
316
        @failcom='exit 1'; \
 
317
        for f in x $$MAKEFLAGS; do \
 
318
          case $$f in \
 
319
            *=* | --[!k]*);; \
 
320
            *k*) failcom='fail=yes';; \
 
321
          esac; \
 
322
        done; \
 
323
        dot_seen=no; \
 
324
        target=`echo $@ | sed s/-recursive//`; \
 
325
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
326
          echo "Making $$target in $$subdir"; \
 
327
          if test "$$subdir" = "."; then \
 
328
            dot_seen=yes; \
 
329
            local_target="$$target-am"; \
 
330
          else \
 
331
            local_target="$$target"; \
 
332
          fi; \
 
333
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
334
          || eval $$failcom; \
 
335
        done; \
 
336
        if test "$$dot_seen" = "no"; then \
 
337
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
338
        fi; test -z "$$fail"
 
339
 
 
340
$(RECURSIVE_CLEAN_TARGETS):
 
341
        @failcom='exit 1'; \
 
342
        for f in x $$MAKEFLAGS; do \
 
343
          case $$f in \
 
344
            *=* | --[!k]*);; \
 
345
            *k*) failcom='fail=yes';; \
 
346
          esac; \
 
347
        done; \
 
348
        dot_seen=no; \
 
349
        case "$@" in \
 
350
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
351
          *) list='$(SUBDIRS)' ;; \
 
352
        esac; \
 
353
        rev=''; for subdir in $$list; do \
 
354
          if test "$$subdir" = "."; then :; else \
 
355
            rev="$$subdir $$rev"; \
 
356
          fi; \
 
357
        done; \
 
358
        rev="$$rev ."; \
 
359
        target=`echo $@ | sed s/-recursive//`; \
 
360
        for subdir in $$rev; do \
 
361
          echo "Making $$target in $$subdir"; \
 
362
          if test "$$subdir" = "."; then \
 
363
            local_target="$$target-am"; \
 
364
          else \
 
365
            local_target="$$target"; \
 
366
          fi; \
 
367
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
368
          || eval $$failcom; \
 
369
        done && test -z "$$fail"
 
370
tags-recursive:
 
371
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
372
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
373
        done
 
374
ctags-recursive:
 
375
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
376
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
377
        done
 
378
 
 
379
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
380
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
381
        unique=`for i in $$list; do \
 
382
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
383
          done | \
 
384
          $(AWK) '    { files[$$0] = 1; } \
 
385
               END { for (i in files) print i; }'`; \
 
386
        mkid -fID $$unique
 
387
tags: TAGS
 
388
 
 
389
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
390
                $(TAGS_FILES) $(LISP)
 
391
        tags=; \
 
392
        here=`pwd`; \
 
393
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
394
          include_option=--etags-include; \
 
395
          empty_fix=.; \
 
396
        else \
 
397
          include_option=--include; \
 
398
          empty_fix=; \
 
399
        fi; \
 
400
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
401
          if test "$$subdir" = .; then :; else \
 
402
            test ! -f $$subdir/TAGS || \
 
403
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
404
          fi; \
 
405
        done; \
 
406
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
407
        unique=`for i in $$list; do \
 
408
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
409
          done | \
 
410
          $(AWK) '    { files[$$0] = 1; } \
 
411
               END { for (i in files) print i; }'`; \
 
412
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
413
          test -n "$$unique" || unique=$$empty_fix; \
 
414
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
415
            $$tags $$unique; \
 
416
        fi
 
417
ctags: CTAGS
 
418
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
419
                $(TAGS_FILES) $(LISP)
 
420
        tags=; \
 
421
        here=`pwd`; \
 
422
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
423
        unique=`for i in $$list; do \
 
424
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
425
          done | \
 
426
          $(AWK) '    { files[$$0] = 1; } \
 
427
               END { for (i in files) print i; }'`; \
 
428
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
429
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
430
             $$tags $$unique
 
431
 
 
432
GTAGS:
 
433
        here=`$(am__cd) $(top_builddir) && pwd` \
 
434
          && cd $(top_srcdir) \
 
435
          && gtags -i $(GTAGS_ARGS) $$here
 
436
 
 
437
distclean-tags:
 
438
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
439
 
 
440
distdir: $(DISTFILES)
 
441
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
442
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
443
        list='$(DISTFILES)'; \
 
444
          dist_files=`for file in $$list; do echo $$file; done | \
 
445
          sed -e "s|^$$srcdirstrip/||;t" \
 
446
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
447
        case $$dist_files in \
 
448
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
449
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
450
                           sort -u` ;; \
 
451
        esac; \
 
452
        for file in $$dist_files; do \
 
453
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
454
          if test -d $$d/$$file; then \
 
455
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
456
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
457
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
458
            fi; \
 
459
            cp -pR $$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
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
467
          if test "$$subdir" = .; then :; else \
 
468
            test -d "$(distdir)/$$subdir" \
 
469
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
470
            || exit 1; \
 
471
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
472
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
473
            (cd $$subdir && \
 
474
              $(MAKE) $(AM_MAKEFLAGS) \
 
475
                top_distdir="$$top_distdir" \
 
476
                distdir="$$distdir/$$subdir" \
 
477
                am__remove_distdir=: \
 
478
                am__skip_length_check=: \
 
479
                distdir) \
 
480
              || exit 1; \
 
481
          fi; \
 
482
        done
 
483
check-am: all-am
 
484
check: check-recursive
 
485
all-am: Makefile $(PROGRAMS)
 
486
installdirs: installdirs-recursive
 
487
installdirs-am:
 
488
        for dir in "$(DESTDIR)$(prgbindir)"; do \
 
489
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
490
        done
 
491
install: install-recursive
 
492
install-exec: install-exec-recursive
 
493
install-data: install-data-recursive
 
494
uninstall: uninstall-recursive
 
495
 
 
496
install-am: all-am
 
497
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
498
 
 
499
installcheck: installcheck-recursive
 
500
install-strip:
 
501
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
502
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
503
          `test -z '$(STRIP)' || \
 
504
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
505
mostlyclean-generic:
 
506
 
 
507
clean-generic:
 
508
 
 
509
distclean-generic:
 
510
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
511
 
 
512
maintainer-clean-generic:
 
513
        @echo "This command is intended for maintainers to use"
 
514
        @echo "it deletes files that may require special tools to rebuild."
 
515
clean: clean-recursive
 
516
 
 
517
clean-am: clean-generic clean-libtool clean-prgbinPROGRAMS \
 
518
        mostlyclean-am
 
519
 
 
520
distclean: distclean-recursive
 
521
        -rm -rf ./$(DEPDIR)
 
522
        -rm -f Makefile
 
523
distclean-am: clean-am distclean-compile distclean-generic \
 
524
        distclean-tags
 
525
 
 
526
dvi: dvi-recursive
 
527
 
 
528
dvi-am:
 
529
 
 
530
html: html-recursive
 
531
 
 
532
info: info-recursive
 
533
 
 
534
info-am:
 
535
 
 
536
install-data-am: install-prgbinPROGRAMS
 
537
 
 
538
install-dvi: install-dvi-recursive
 
539
 
 
540
install-exec-am:
 
541
 
 
542
install-html: install-html-recursive
 
543
 
 
544
install-info: install-info-recursive
 
545
 
 
546
install-man:
 
547
 
 
548
install-pdf: install-pdf-recursive
 
549
 
 
550
install-ps: install-ps-recursive
 
551
 
 
552
installcheck-am:
 
553
 
 
554
maintainer-clean: maintainer-clean-recursive
 
555
        -rm -rf ./$(DEPDIR)
 
556
        -rm -f Makefile
 
557
maintainer-clean-am: distclean-am maintainer-clean-generic
 
558
 
 
559
mostlyclean: mostlyclean-recursive
 
560
 
 
561
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
562
        mostlyclean-libtool
 
563
 
 
564
pdf: pdf-recursive
 
565
 
 
566
pdf-am:
 
567
 
 
568
ps: ps-recursive
 
569
 
 
570
ps-am:
 
571
 
 
572
uninstall-am: uninstall-prgbinPROGRAMS
 
573
 
 
574
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
575
        install-strip
 
576
 
 
577
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
578
        all all-am check check-am clean clean-generic clean-libtool \
 
579
        clean-prgbinPROGRAMS ctags ctags-recursive distclean \
 
580
        distclean-compile distclean-generic distclean-libtool \
 
581
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
582
        install install-am install-data install-data-am install-dvi \
 
583
        install-dvi-am install-exec install-exec-am install-html \
 
584
        install-html-am install-info install-info-am install-man \
 
585
        install-pdf install-pdf-am install-prgbinPROGRAMS install-ps \
 
586
        install-ps-am install-strip installcheck installcheck-am \
 
587
        installdirs installdirs-am maintainer-clean \
 
588
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
589
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
590
        tags tags-recursive uninstall uninstall-am \
 
591
        uninstall-prgbinPROGRAMS
 
592
 
 
593
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
594
# Otherwise a system limit (for SysV at least) may be exceeded.
 
595
.NOEXPORT: