~ubuntu-branches/ubuntu/raring/openvswitch/raring-proposed

« back to all changes in this revision

Viewing changes to datapath/Makefile.in

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2013-03-01 14:25:54 UTC
  • mfrom: (1.1.16)
  • Revision ID: package-import@ubuntu.com-20130301142554-r4qs457r39t7ymjq
Tags: 1.9.0-0ubuntu1
* New upstream release.
* Added watch file. 

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
VPATH = @srcdir@
 
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
 
20
pkglibdir = $(libdir)/@PACKAGE@
 
21
pkglibexecdir = $(libexecdir)/@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
@LINUX_ENABLED_TRUE@am__append_1 = linux
 
35
DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
36
        $(srcdir)/Modules.mk $(srcdir)/linux/Modules.mk
 
37
subdir = datapath
 
38
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
39
am__aclocal_m4_deps = $(top_srcdir)/m4/openvswitch.m4 \
 
40
        $(top_srcdir)/acinclude.m4 $(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
CONFIG_CLEAN_VPATH_FILES =
 
47
SOURCES =
 
48
DIST_SOURCES =
 
49
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
50
        html-recursive info-recursive install-data-recursive \
 
51
        install-dvi-recursive install-exec-recursive \
 
52
        install-html-recursive install-info-recursive \
 
53
        install-pdf-recursive install-ps-recursive install-recursive \
 
54
        installcheck-recursive installdirs-recursive pdf-recursive \
 
55
        ps-recursive uninstall-recursive
 
56
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
57
  distclean-recursive maintainer-clean-recursive
 
58
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
59
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
60
        distdir
 
61
ETAGS = etags
 
62
CTAGS = ctags
 
63
DIST_SUBDIRS = linux
 
64
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
65
am__relativize = \
 
66
  dir0=`pwd`; \
 
67
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
68
  sed_rest='s,^[^/]*/*,,'; \
 
69
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
70
  sed_butlast='s,/*[^/]*$$,,'; \
 
71
  while test -n "$$dir1"; do \
 
72
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
73
    if test "$$first" != "."; then \
 
74
      if test "$$first" = ".."; then \
 
75
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
76
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
77
      else \
 
78
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
79
        if test "$$first2" = "$$first"; then \
 
80
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
81
        else \
 
82
          dir2="../$$dir2"; \
 
83
        fi; \
 
84
        dir0="$$dir0"/"$$first"; \
 
85
      fi; \
 
86
    fi; \
 
87
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
88
  done; \
 
89
  reldir="$$dir2"
 
90
ACLOCAL = @ACLOCAL@
 
91
AMTAR = @AMTAR@
 
92
AUTOCONF = @AUTOCONF@
 
93
AUTOHEADER = @AUTOHEADER@
 
94
AUTOM4TE = @AUTOM4TE@
 
95
AUTOMAKE = @AUTOMAKE@
 
96
AWK = @AWK@
 
97
BUILD_BRCOMPAT = @BUILD_BRCOMPAT@
 
98
CC = @CC@
 
99
CCDEPMODE = @CCDEPMODE@
 
100
CFLAGS = @CFLAGS@
 
101
CGCCFLAGS = @CGCCFLAGS@
 
102
CPP = @CPP@
 
103
CPPFLAGS = @CPPFLAGS@
 
104
CYGPATH_W = @CYGPATH_W@
 
105
DBDIR = @DBDIR@
 
106
DEFS = @DEFS@
 
107
DEPDIR = @DEPDIR@
 
108
ECHO_C = @ECHO_C@
 
109
ECHO_N = @ECHO_N@
 
110
ECHO_T = @ECHO_T@
 
111
EGREP = @EGREP@
 
112
EXEEXT = @EXEEXT@
 
113
FGREP = @FGREP@
 
114
GREP = @GREP@
 
115
HAVE_OPENSSL = @HAVE_OPENSSL@
 
116
HAVE_PYTHON = @HAVE_PYTHON@
 
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
KARCH = @KARCH@
 
123
KBUILD = @KBUILD@
 
124
LDFLAGS = @LDFLAGS@
 
125
LIBOBJS = @LIBOBJS@
 
126
LIBS = @LIBS@
 
127
LOGDIR = @LOGDIR@
 
128
LTLIBOBJS = @LTLIBOBJS@
 
129
MAKEINFO = @MAKEINFO@
 
130
MKDIR_P = @MKDIR_P@
 
131
OBJEXT = @OBJEXT@
 
132
PACKAGE = @PACKAGE@
 
133
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
134
PACKAGE_NAME = @PACKAGE_NAME@
 
135
PACKAGE_STRING = @PACKAGE_STRING@
 
136
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
137
PACKAGE_URL = @PACKAGE_URL@
 
138
PACKAGE_VERSION = @PACKAGE_VERSION@
 
139
PATH_SEPARATOR = @PATH_SEPARATOR@
 
140
PERL = @PERL@
 
141
PKG_CONFIG = @PKG_CONFIG@
 
142
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
143
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
144
PKIDIR = @PKIDIR@
 
145
PYTHON = @PYTHON@
 
146
PYUIC4 = @PYUIC4@
 
147
RANLIB = @RANLIB@
 
148
RUNDIR = @RUNDIR@
 
149
SET_MAKE = @SET_MAKE@
 
150
SHELL = @SHELL@
 
151
SPARSE = @SPARSE@
 
152
SPARSEFLAGS = @SPARSEFLAGS@
 
153
SSL_CFLAGS = @SSL_CFLAGS@
 
154
SSL_LIBS = @SSL_LIBS@
 
155
STRIP = @STRIP@
 
156
VERSION = @VERSION@
 
157
WARNING_FLAGS = @WARNING_FLAGS@
 
158
abs_builddir = @abs_builddir@
 
159
abs_srcdir = @abs_srcdir@
 
160
abs_top_builddir = @abs_top_builddir@
 
161
abs_top_srcdir = @abs_top_srcdir@
 
162
ac_ct_CC = @ac_ct_CC@
 
163
am__include = @am__include@
 
164
am__leading_dot = @am__leading_dot@
 
165
am__quote = @am__quote@
 
166
am__tar = @am__tar@
 
167
am__untar = @am__untar@
 
168
bindir = @bindir@
 
169
build_alias = @build_alias@
 
170
builddir = @builddir@
 
171
datadir = @datadir@
 
172
datarootdir = @datarootdir@
 
173
docdir = @docdir@
 
174
dvidir = @dvidir@
 
175
exec_prefix = @exec_prefix@
 
176
host_alias = @host_alias@
 
177
htmldir = @htmldir@
 
178
includedir = @includedir@
 
179
infodir = @infodir@
 
180
install_sh = @install_sh@
 
181
libdir = @libdir@
 
182
libexecdir = @libexecdir@
 
183
localedir = @localedir@
 
184
localstatedir = @localstatedir@
 
185
mandir = @mandir@
 
186
mkdir_p = @mkdir_p@
 
187
oldincludedir = @oldincludedir@
 
188
pdfdir = @pdfdir@
 
189
prefix = @prefix@
 
190
program_transform_name = @program_transform_name@
 
191
psdir = @psdir@
 
192
sbindir = @sbindir@
 
193
sharedstatedir = @sharedstatedir@
 
194
srcdir = @srcdir@
 
195
sysconfdir = @sysconfdir@
 
196
target_alias = @target_alias@
 
197
top_build_prefix = @top_build_prefix@
 
198
top_builddir = @top_builddir@
 
199
top_srcdir = @top_srcdir@
 
200
SUBDIRS = $(am__append_1)
 
201
EXTRA_DIST = $(dist_headers) $(dist_sources) $(dist_extras)
 
202
 
 
203
# Suppress warnings about GNU extensions in Modules.mk files.
 
204
AUTOMAKE_OPTIONS = -Wno-portability
 
205
 
 
206
# Some modules should be built and distributed, e.g. openvswitch.
 
207
#
 
208
# Some modules should be distributed but not built, e.g. we do not build
 
209
# brcompat if configured without it
 
210
#
 
211
# Some modules should be built but not distributed, e.g. third-party
 
212
# hwtable modules.
 
213
both_modules = openvswitch
 
214
build_modules = $(both_modules) $(if $(BUILD_BRCOMPAT),brcompat)
 
215
 
 
216
# always distribute brcompat source regardless of local build configuration
 
217
dist_modules = $(both_modules) brcompat
 
218
openvswitch_sources = actions.c checksum.c datapath.c dp_notify.c \
 
219
        dp_sysfs_dp.c dp_sysfs_if.c flow.c genl_exec.c tunnel.c vlan.c \
 
220
        vport.c vport-capwap.c vport-generic.c vport-gre.c \
 
221
        vport-internal_dev.c vport-netdev.c vport-patch.c \
 
222
        linux/compat/addrconf_core-openvswitch.c \
 
223
        linux/compat/dev-openvswitch.c linux/compat/exthdrs_core.c \
 
224
        linux/compat/flex_array.c linux/compat/genetlink-openvswitch.c \
 
225
        linux/compat/ip_output-openvswitch.c linux/compat/kmemdup.c \
 
226
        linux/compat/netdevice.c linux/compat/net_namespace.c \
 
227
        linux/compat/reciprocal_div.c \
 
228
        linux/compat/skbuff-openvswitch.c linux/compat/time.c \
 
229
        linux/compat/workqueue.c
 
230
openvswitch_headers = checksum.h compat.h datapath.h dp_sysfs.h flow.h \
 
231
        genl_exec.h tunnel.h vlan.h vport.h vport-capwap.h \
 
232
        vport-generic.h vport-internal_dev.h vport-netdev.h \
 
233
        linux/compat/include/linux/bug.h \
 
234
        linux/compat/include/linux/compiler.h \
 
235
        linux/compat/include/linux/compiler-gcc.h \
 
236
        linux/compat/include/linux/cpumask.h \
 
237
        linux/compat/include/linux/dmi.h \
 
238
        linux/compat/include/linux/err.h \
 
239
        linux/compat/include/linux/etherdevice.h \
 
240
        linux/compat/include/linux/flex_array.h \
 
241
        linux/compat/include/linux/genetlink.h \
 
242
        linux/compat/include/linux/icmp.h \
 
243
        linux/compat/include/linux/icmpv6.h \
 
244
        linux/compat/include/linux/if.h \
 
245
        linux/compat/include/linux/if_arp.h \
 
246
        linux/compat/include/linux/if_ether.h \
 
247
        linux/compat/include/linux/if_vlan.h \
 
248
        linux/compat/include/linux/in.h \
 
249
        linux/compat/include/linux/inetdevice.h \
 
250
        linux/compat/include/linux/ip.h \
 
251
        linux/compat/include/linux/ipv6.h \
 
252
        linux/compat/include/linux/jiffies.h \
 
253
        linux/compat/include/linux/kernel.h \
 
254
        linux/compat/include/linux/kobject.h \
 
255
        linux/compat/include/linux/lockdep.h \
 
256
        linux/compat/include/linux/log2.h \
 
257
        linux/compat/include/linux/mutex.h \
 
258
        linux/compat/include/linux/net.h \
 
259
        linux/compat/include/linux/netdevice.h \
 
260
        linux/compat/include/linux/netfilter_bridge.h \
 
261
        linux/compat/include/linux/netfilter_ipv4.h \
 
262
        linux/compat/include/linux/netlink.h \
 
263
        linux/compat/include/linux/poison.h \
 
264
        linux/compat/include/linux/rculist.h \
 
265
        linux/compat/include/linux/rcupdate.h \
 
266
        linux/compat/include/linux/reciprocal_div.h \
 
267
        linux/compat/include/linux/rtnetlink.h \
 
268
        linux/compat/include/linux/skbuff.h \
 
269
        linux/compat/include/linux/slab.h \
 
270
        linux/compat/include/linux/stddef.h \
 
271
        linux/compat/include/linux/tcp.h \
 
272
        linux/compat/include/linux/timer.h \
 
273
        linux/compat/include/linux/types.h \
 
274
        linux/compat/include/linux/u64_stats_sync.h \
 
275
        linux/compat/include/linux/udp.h \
 
276
        linux/compat/include/linux/workqueue.h \
 
277
        linux/compat/include/net/checksum.h \
 
278
        linux/compat/include/net/dst.h \
 
279
        linux/compat/include/net/genetlink.h \
 
280
        linux/compat/include/net/inet_frag.h \
 
281
        linux/compat/include/net/ip.h linux/compat/include/net/ipv6.h \
 
282
        linux/compat/include/net/net_namespace.h \
 
283
        linux/compat/include/net/netlink.h \
 
284
        linux/compat/include/net/protocol.h \
 
285
        linux/compat/include/net/route.h \
 
286
        linux/compat/include/net/sock.h \
 
287
        linux/compat/include/net/netns/generic.h \
 
288
        linux/compat/genetlink.inc
 
289
openvswitch_extras = \
 
290
        README \
 
291
        CAPWAP.txt
 
292
 
 
293
dist_sources = $(foreach module,$(dist_modules),$($(module)_sources))
 
294
dist_headers = $(foreach module,$(dist_modules),$($(module)_headers))
 
295
dist_extras = $(foreach module,$(dist_modules),$($(module)_extras))
 
296
build_sources = $(foreach module,$(build_modules),$($(module)_sources))
 
297
build_headers = $(foreach module,$(build_modules),$($(module)_headers))
 
298
build_links = $(notdir $(build_sources))
 
299
build_objects = $(notdir $(patsubst %.c,%.o,$(build_sources)))
 
300
brcompat_sources = linux/compat/genetlink-brcompat.c brcompat_main.c
 
301
brcompat_headers = 
 
302
CLEANFILES = distfiles
 
303
all: all-recursive
 
304
 
 
305
.SUFFIXES:
 
306
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/Modules.mk $(srcdir)/linux/Modules.mk $(am__configure_deps)
 
307
        @for dep in $?; do \
 
308
          case '$(am__configure_deps)' in \
 
309
            *$$dep*) \
 
310
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
311
                && { if test -f $@; then exit 0; else break; fi; }; \
 
312
              exit 1;; \
 
313
          esac; \
 
314
        done; \
 
315
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign datapath/Makefile'; \
 
316
        $(am__cd) $(top_srcdir) && \
 
317
          $(AUTOMAKE) --foreign datapath/Makefile
 
318
.PRECIOUS: Makefile
 
319
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
320
        @case '$?' in \
 
321
          *config.status*) \
 
322
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
323
          *) \
 
324
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
325
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
326
        esac;
 
327
 
 
328
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
329
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
330
 
 
331
$(top_srcdir)/configure:  $(am__configure_deps)
 
332
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
333
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
334
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
335
$(am__aclocal_m4_deps):
 
336
 
 
337
# This directory's subdirectories are mostly independent; you can cd
 
338
# into them and run `make' without going through this Makefile.
 
339
# To change the values of `make' variables: instead of editing Makefiles,
 
340
# (1) if the variable is set in `config.status', edit `config.status'
 
341
#     (which will cause the Makefiles to be regenerated when you run `make');
 
342
# (2) otherwise, pass the desired values on the `make' command line.
 
343
$(RECURSIVE_TARGETS):
 
344
        @fail= failcom='exit 1'; \
 
345
        for f in x $$MAKEFLAGS; do \
 
346
          case $$f in \
 
347
            *=* | --[!k]*);; \
 
348
            *k*) failcom='fail=yes';; \
 
349
          esac; \
 
350
        done; \
 
351
        dot_seen=no; \
 
352
        target=`echo $@ | sed s/-recursive//`; \
 
353
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
354
          echo "Making $$target in $$subdir"; \
 
355
          if test "$$subdir" = "."; then \
 
356
            dot_seen=yes; \
 
357
            local_target="$$target-am"; \
 
358
          else \
 
359
            local_target="$$target"; \
 
360
          fi; \
 
361
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
362
          || eval $$failcom; \
 
363
        done; \
 
364
        if test "$$dot_seen" = "no"; then \
 
365
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
366
        fi; test -z "$$fail"
 
367
 
 
368
$(RECURSIVE_CLEAN_TARGETS):
 
369
        @fail= failcom='exit 1'; \
 
370
        for f in x $$MAKEFLAGS; do \
 
371
          case $$f in \
 
372
            *=* | --[!k]*);; \
 
373
            *k*) failcom='fail=yes';; \
 
374
          esac; \
 
375
        done; \
 
376
        dot_seen=no; \
 
377
        case "$@" in \
 
378
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
379
          *) list='$(SUBDIRS)' ;; \
 
380
        esac; \
 
381
        rev=''; for subdir in $$list; do \
 
382
          if test "$$subdir" = "."; then :; else \
 
383
            rev="$$subdir $$rev"; \
 
384
          fi; \
 
385
        done; \
 
386
        rev="$$rev ."; \
 
387
        target=`echo $@ | sed s/-recursive//`; \
 
388
        for subdir in $$rev; do \
 
389
          echo "Making $$target in $$subdir"; \
 
390
          if test "$$subdir" = "."; then \
 
391
            local_target="$$target-am"; \
 
392
          else \
 
393
            local_target="$$target"; \
 
394
          fi; \
 
395
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
396
          || eval $$failcom; \
 
397
        done && test -z "$$fail"
 
398
tags-recursive:
 
399
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
400
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
401
        done
 
402
ctags-recursive:
 
403
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
404
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
405
        done
 
406
 
 
407
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
408
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
409
        unique=`for i in $$list; do \
 
410
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
411
          done | \
 
412
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
413
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
414
        mkid -fID $$unique
 
415
tags: TAGS
 
416
 
 
417
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
418
                $(TAGS_FILES) $(LISP)
 
419
        set x; \
 
420
        here=`pwd`; \
 
421
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
422
          include_option=--etags-include; \
 
423
          empty_fix=.; \
 
424
        else \
 
425
          include_option=--include; \
 
426
          empty_fix=; \
 
427
        fi; \
 
428
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
429
          if test "$$subdir" = .; then :; else \
 
430
            test ! -f $$subdir/TAGS || \
 
431
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 
432
          fi; \
 
433
        done; \
 
434
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
435
        unique=`for i in $$list; do \
 
436
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
437
          done | \
 
438
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
439
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
440
        shift; \
 
441
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
442
          test -n "$$unique" || unique=$$empty_fix; \
 
443
          if test $$# -gt 0; then \
 
444
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
445
              "$$@" $$unique; \
 
446
          else \
 
447
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
448
              $$unique; \
 
449
          fi; \
 
450
        fi
 
451
ctags: CTAGS
 
452
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
453
                $(TAGS_FILES) $(LISP)
 
454
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
455
        unique=`for i in $$list; do \
 
456
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
457
          done | \
 
458
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
459
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
460
        test -z "$(CTAGS_ARGS)$$unique" \
 
461
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
462
             $$unique
 
463
 
 
464
GTAGS:
 
465
        here=`$(am__cd) $(top_builddir) && pwd` \
 
466
          && $(am__cd) $(top_srcdir) \
 
467
          && gtags -i $(GTAGS_ARGS) "$$here"
 
468
 
 
469
distclean-tags:
 
470
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
471
 
 
472
distdir: $(DISTFILES)
 
473
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
474
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
475
        list='$(DISTFILES)'; \
 
476
          dist_files=`for file in $$list; do echo $$file; done | \
 
477
          sed -e "s|^$$srcdirstrip/||;t" \
 
478
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
479
        case $$dist_files in \
 
480
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
481
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
482
                           sort -u` ;; \
 
483
        esac; \
 
484
        for file in $$dist_files; do \
 
485
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
486
          if test -d $$d/$$file; then \
 
487
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
488
            if test -d "$(distdir)/$$file"; then \
 
489
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
490
            fi; \
 
491
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
492
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
493
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
494
            fi; \
 
495
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
496
          else \
 
497
            test -f "$(distdir)/$$file" \
 
498
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
499
            || exit 1; \
 
500
          fi; \
 
501
        done
 
502
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
503
          if test "$$subdir" = .; then :; else \
 
504
            test -d "$(distdir)/$$subdir" \
 
505
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
506
            || exit 1; \
 
507
          fi; \
 
508
        done
 
509
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
510
          if test "$$subdir" = .; then :; else \
 
511
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
512
            $(am__relativize); \
 
513
            new_distdir=$$reldir; \
 
514
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
515
            $(am__relativize); \
 
516
            new_top_distdir=$$reldir; \
 
517
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
518
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
519
            ($(am__cd) $$subdir && \
 
520
              $(MAKE) $(AM_MAKEFLAGS) \
 
521
                top_distdir="$$new_top_distdir" \
 
522
                distdir="$$new_distdir" \
 
523
                am__remove_distdir=: \
 
524
                am__skip_length_check=: \
 
525
                am__skip_mode_fix=: \
 
526
                distdir) \
 
527
              || exit 1; \
 
528
          fi; \
 
529
        done
 
530
check-am: all-am
 
531
check: check-recursive
 
532
all-am: Makefile
 
533
installdirs: installdirs-recursive
 
534
installdirs-am:
 
535
install: install-recursive
 
536
install-exec: install-exec-recursive
 
537
install-data: install-data-recursive
 
538
uninstall: uninstall-recursive
 
539
 
 
540
install-am: all-am
 
541
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
542
 
 
543
installcheck: installcheck-recursive
 
544
install-strip:
 
545
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
546
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
547
          `test -z '$(STRIP)' || \
 
548
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
549
mostlyclean-generic:
 
550
 
 
551
clean-generic:
 
552
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
553
 
 
554
distclean-generic:
 
555
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
556
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
557
 
 
558
maintainer-clean-generic:
 
559
        @echo "This command is intended for maintainers to use"
 
560
        @echo "it deletes files that may require special tools to rebuild."
 
561
clean: clean-recursive
 
562
 
 
563
clean-am: clean-generic mostlyclean-am
 
564
 
 
565
distclean: distclean-recursive
 
566
        -rm -f Makefile
 
567
distclean-am: clean-am distclean-generic distclean-tags
 
568
 
 
569
dvi: dvi-recursive
 
570
 
 
571
dvi-am:
 
572
 
 
573
html: html-recursive
 
574
 
 
575
html-am:
 
576
 
 
577
info: info-recursive
 
578
 
 
579
info-am:
 
580
 
 
581
install-data-am:
 
582
 
 
583
install-dvi: install-dvi-recursive
 
584
 
 
585
install-dvi-am:
 
586
 
 
587
install-exec-am:
 
588
 
 
589
install-html: install-html-recursive
 
590
 
 
591
install-html-am:
 
592
 
 
593
install-info: install-info-recursive
 
594
 
 
595
install-info-am:
 
596
 
 
597
install-man:
 
598
 
 
599
install-pdf: install-pdf-recursive
 
600
 
 
601
install-pdf-am:
 
602
 
 
603
install-ps: install-ps-recursive
 
604
 
 
605
install-ps-am:
 
606
 
 
607
installcheck-am:
 
608
 
 
609
maintainer-clean: maintainer-clean-recursive
 
610
        -rm -f Makefile
 
611
maintainer-clean-am: distclean-am maintainer-clean-generic
 
612
 
 
613
mostlyclean: mostlyclean-recursive
 
614
 
 
615
mostlyclean-am: mostlyclean-generic
 
616
 
 
617
pdf: pdf-recursive
 
618
 
 
619
pdf-am:
 
620
 
 
621
ps: ps-recursive
 
622
 
 
623
ps-am:
 
624
 
 
625
uninstall-am:
 
626
 
 
627
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
628
        install-am install-strip tags-recursive
 
629
 
 
630
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
631
        all all-am check check-am clean clean-generic ctags \
 
632
        ctags-recursive distclean distclean-generic distclean-tags \
 
633
        distdir dvi dvi-am html html-am info info-am install \
 
634
        install-am install-data install-data-am install-dvi \
 
635
        install-dvi-am install-exec install-exec-am install-html \
 
636
        install-html-am install-info install-info-am install-man \
 
637
        install-pdf install-pdf-am install-ps install-ps-am \
 
638
        install-strip installcheck installcheck-am installdirs \
 
639
        installdirs-am maintainer-clean maintainer-clean-generic \
 
640
        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
 
641
        tags-recursive uninstall uninstall-am
 
642
 
 
643
 
 
644
# The following is based on commands for the Automake "distdir" target.
 
645
distfiles: Makefile
 
646
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
647
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
648
        list='$(DISTFILES)'; \
 
649
        for file in $$list; do echo $$file; done | \
 
650
          sed -e "s|^$$srcdirstrip/||;t" \
 
651
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t" | sort -u > $@
 
652
 
 
653
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
654
# Otherwise a system limit (for SysV at least) may be exceeded.
 
655
.NOEXPORT: