~ubuntu-branches/debian/sid/freeipa/sid

« back to all changes in this revision

Viewing changes to daemons/ipa-slapi-plugins/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Timo Aaltonen
  • Date: 2014-10-25 02:43:59 UTC
  • Revision ID: package-import@ubuntu.com-20141025024359-to6c607ln0lmzwik
Tags: upstream-4.0.4
ImportĀ upstreamĀ versionĀ 4.0.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.14.1 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
5
 
 
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
VPATH = @srcdir@
 
17
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
18
am__make_running_with_option = \
 
19
  case $${target_option-} in \
 
20
      ?) ;; \
 
21
      *) echo "am__make_running_with_option: internal error: invalid" \
 
22
              "target option '$${target_option-}' specified" >&2; \
 
23
         exit 1;; \
 
24
  esac; \
 
25
  has_opt=no; \
 
26
  sane_makeflags=$$MAKEFLAGS; \
 
27
  if $(am__is_gnu_make); then \
 
28
    sane_makeflags=$$MFLAGS; \
 
29
  else \
 
30
    case $$MAKEFLAGS in \
 
31
      *\\[\ \   ]*) \
 
32
        bs=\\; \
 
33
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
34
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
35
    esac; \
 
36
  fi; \
 
37
  skip_next=no; \
 
38
  strip_trailopt () \
 
39
  { \
 
40
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
41
  }; \
 
42
  for flg in $$sane_makeflags; do \
 
43
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
44
    case $$flg in \
 
45
      *=*|--*) continue;; \
 
46
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
47
      -*I?*) strip_trailopt 'I';; \
 
48
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
49
      -*O?*) strip_trailopt 'O';; \
 
50
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
51
      -*l?*) strip_trailopt 'l';; \
 
52
      -[dEDm]) skip_next=yes;; \
 
53
      -[JT]) skip_next=yes;; \
 
54
    esac; \
 
55
    case $$flg in \
 
56
      *$$target_option*) has_opt=yes; break;; \
 
57
    esac; \
 
58
  done; \
 
59
  test $$has_opt = yes
 
60
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
61
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
 
62
pkgdatadir = $(datadir)/@PACKAGE@
 
63
pkgincludedir = $(includedir)/@PACKAGE@
 
64
pkglibdir = $(libdir)/@PACKAGE@
 
65
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
66
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
67
install_sh_DATA = $(install_sh) -c -m 644
 
68
install_sh_PROGRAM = $(install_sh) -c
 
69
install_sh_SCRIPT = $(install_sh) -c
 
70
INSTALL_HEADER = $(INSTALL_DATA)
 
71
transform = $(program_transform_name)
 
72
NORMAL_INSTALL = :
 
73
PRE_INSTALL = :
 
74
POST_INSTALL = :
 
75
NORMAL_UNINSTALL = :
 
76
PRE_UNINSTALL = :
 
77
POST_UNINSTALL = :
 
78
build_triplet = @build@
 
79
host_triplet = @host@
 
80
subdir = ipa-slapi-plugins
 
81
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am README
 
82
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
83
am__aclocal_m4_deps = $(top_srcdir)/../version.m4 \
 
84
        $(top_srcdir)/configure.ac
 
85
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
86
        $(ACLOCAL_M4)
 
87
mkinstalldirs = $(install_sh) -d
 
88
CONFIG_HEADER = $(top_builddir)/config.h
 
89
CONFIG_CLEAN_FILES =
 
90
CONFIG_CLEAN_VPATH_FILES =
 
91
AM_V_P = $(am__v_P_@AM_V@)
 
92
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
93
am__v_P_0 = false
 
94
am__v_P_1 = :
 
95
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
96
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
97
am__v_GEN_0 = @echo "  GEN     " $@;
 
98
am__v_GEN_1 = 
 
99
AM_V_at = $(am__v_at_@AM_V@)
 
100
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
101
am__v_at_0 = @
 
102
am__v_at_1 = 
 
103
SOURCES =
 
104
DIST_SOURCES =
 
105
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
106
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
107
        install-data-recursive install-dvi-recursive \
 
108
        install-exec-recursive install-html-recursive \
 
109
        install-info-recursive install-pdf-recursive \
 
110
        install-ps-recursive install-recursive installcheck-recursive \
 
111
        installdirs-recursive pdf-recursive ps-recursive \
 
112
        tags-recursive uninstall-recursive
 
113
am__can_run_installinfo = \
 
114
  case $$AM_UPDATE_INFO_DIR in \
 
115
    n|no|NO) false;; \
 
116
    *) (install-info --version) >/dev/null 2>&1;; \
 
117
  esac
 
118
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
119
  distclean-recursive maintainer-clean-recursive
 
120
am__recursive_targets = \
 
121
  $(RECURSIVE_TARGETS) \
 
122
  $(RECURSIVE_CLEAN_TARGETS) \
 
123
  $(am__extra_recursive_targets)
 
124
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
 
125
        distdir
 
126
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
127
# Read a list of newline-separated strings from the standard input,
 
128
# and print each of them once, without duplicates.  Input order is
 
129
# *not* preserved.
 
130
am__uniquify_input = $(AWK) '\
 
131
  BEGIN { nonempty = 0; } \
 
132
  { items[$$0] = 1; nonempty = 1; } \
 
133
  END { if (nonempty) { for (i in items) print i; }; } \
 
134
'
 
135
# Make sure the list of sources is unique.  This is necessary because,
 
136
# e.g., the same source file might be shared among _SOURCES variables
 
137
# for different programs/libraries.
 
138
am__define_uniq_tagged_files = \
 
139
  list='$(am__tagged_files)'; \
 
140
  unique=`for i in $$list; do \
 
141
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
142
  done | $(am__uniquify_input)`
 
143
ETAGS = etags
 
144
CTAGS = ctags
 
145
DIST_SUBDIRS = $(SUBDIRS)
 
146
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
147
am__relativize = \
 
148
  dir0=`pwd`; \
 
149
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
150
  sed_rest='s,^[^/]*/*,,'; \
 
151
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
152
  sed_butlast='s,/*[^/]*$$,,'; \
 
153
  while test -n "$$dir1"; do \
 
154
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
155
    if test "$$first" != "."; then \
 
156
      if test "$$first" = ".."; then \
 
157
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
158
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
159
      else \
 
160
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
161
        if test "$$first2" = "$$first"; then \
 
162
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
163
        else \
 
164
          dir2="../$$dir2"; \
 
165
        fi; \
 
166
        dir0="$$dir0"/"$$first"; \
 
167
      fi; \
 
168
    fi; \
 
169
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
170
  done; \
 
171
  reldir="$$dir2"
 
172
ACLOCAL = @ACLOCAL@
 
173
AMTAR = @AMTAR@
 
174
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
175
AR = @AR@
 
176
AUTOCONF = @AUTOCONF@
 
177
AUTOHEADER = @AUTOHEADER@
 
178
AUTOMAKE = @AUTOMAKE@
 
179
AWK = @AWK@
 
180
CC = @CC@
 
181
CCDEPMODE = @CCDEPMODE@
 
182
CFLAGS = @CFLAGS@
 
183
CHECK_CFLAGS = @CHECK_CFLAGS@
 
184
CHECK_LIBS = @CHECK_LIBS@
 
185
CMOCKA_CFLAGS = @CMOCKA_CFLAGS@
 
186
CMOCKA_LIBS = @CMOCKA_LIBS@
 
187
CPP = @CPP@
 
188
CPPFLAGS = @CPPFLAGS@
 
189
CYGPATH_W = @CYGPATH_W@
 
190
DEFS = @DEFS@
 
191
DEPDIR = @DEPDIR@
 
192
DIRSRV_CFLAGS = @DIRSRV_CFLAGS@
 
193
DIRSRV_LIBS = @DIRSRV_LIBS@
 
194
DLLTOOL = @DLLTOOL@
 
195
DSYMUTIL = @DSYMUTIL@
 
196
DUMPBIN = @DUMPBIN@
 
197
ECHO_C = @ECHO_C@
 
198
ECHO_N = @ECHO_N@
 
199
ECHO_T = @ECHO_T@
 
200
EGREP = @EGREP@
 
201
EXEEXT = @EXEEXT@
 
202
FGREP = @FGREP@
 
203
GREP = @GREP@
 
204
INSTALL = @INSTALL@
 
205
INSTALL_DATA = @INSTALL_DATA@
 
206
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
207
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
208
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
209
IPA_DATA_DIR = @IPA_DATA_DIR@
 
210
KRAD_LIBS = @KRAD_LIBS@
 
211
KRB5_LIBS = @KRB5_LIBS@
 
212
LD = @LD@
 
213
LDAP_CFLAGS = @LDAP_CFLAGS@
 
214
LDAP_LIBS = @LDAP_LIBS@
 
215
LDFLAGS = @LDFLAGS@
 
216
LIBOBJS = @LIBOBJS@
 
217
LIBS = @LIBS@
 
218
LIBTOOL = @LIBTOOL@
 
219
LIBVERTO_CFLAGS = @LIBVERTO_CFLAGS@
 
220
LIBVERTO_LIBS = @LIBVERTO_LIBS@
 
221
LIPO = @LIPO@
 
222
LN_S = @LN_S@
 
223
LTLIBOBJS = @LTLIBOBJS@
 
224
MAINT = @MAINT@
 
225
MAKEINFO = @MAKEINFO@
 
226
MANIFEST_TOOL = @MANIFEST_TOOL@
 
227
MKDIR_P = @MKDIR_P@
 
228
NDRNBT_CFLAGS = @NDRNBT_CFLAGS@
 
229
NDRNBT_LIBS = @NDRNBT_LIBS@
 
230
NDRPAC_CFLAGS = @NDRPAC_CFLAGS@
 
231
NDRPAC_LIBS = @NDRPAC_LIBS@
 
232
NDR_CFLAGS = @NDR_CFLAGS@
 
233
NDR_LIBS = @NDR_LIBS@
 
234
NM = @NM@
 
235
NMEDIT = @NMEDIT@
 
236
NSPR_CFLAGS = @NSPR_CFLAGS@
 
237
NSPR_LIBS = @NSPR_LIBS@
 
238
NSS_CFLAGS = @NSS_CFLAGS@
 
239
NSS_LIBS = @NSS_LIBS@
 
240
OBJDUMP = @OBJDUMP@
 
241
OBJEXT = @OBJEXT@
 
242
OPENLDAP_CFLAGS = @OPENLDAP_CFLAGS@
 
243
OPENLDAP_LIBS = @OPENLDAP_LIBS@
 
244
OTOOL = @OTOOL@
 
245
OTOOL64 = @OTOOL64@
 
246
PACKAGE = @PACKAGE@
 
247
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
248
PACKAGE_NAME = @PACKAGE_NAME@
 
249
PACKAGE_STRING = @PACKAGE_STRING@
 
250
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
251
PACKAGE_URL = @PACKAGE_URL@
 
252
PACKAGE_VERSION = @PACKAGE_VERSION@
 
253
PATH_SEPARATOR = @PATH_SEPARATOR@
 
254
PKG_CONFIG = @PKG_CONFIG@
 
255
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
256
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
257
PYTHON = @PYTHON@
 
258
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
 
259
PYTHON_PLATFORM = @PYTHON_PLATFORM@
 
260
PYTHON_PREFIX = @PYTHON_PREFIX@
 
261
PYTHON_VERSION = @PYTHON_VERSION@
 
262
RANLIB = @RANLIB@
 
263
SAMBA40EXTRA_LIBPATH = @SAMBA40EXTRA_LIBPATH@
 
264
SAMBAUTIL_CFLAGS = @SAMBAUTIL_CFLAGS@
 
265
SAMBAUTIL_LIBS = @SAMBAUTIL_LIBS@
 
266
SED = @SED@
 
267
SET_MAKE = @SET_MAKE@
 
268
SHELL = @SHELL@
 
269
SSL_LIBS = @SSL_LIBS@
 
270
SSSIDMAP_CFLAGS = @SSSIDMAP_CFLAGS@
 
271
SSSIDMAP_LIBS = @SSSIDMAP_LIBS@
 
272
SSSNSSIDMAP_CFLAGS = @SSSNSSIDMAP_CFLAGS@
 
273
SSSNSSIDMAP_LIBS = @SSSNSSIDMAP_LIBS@
 
274
STRIP = @STRIP@
 
275
TALLOC_CFLAGS = @TALLOC_CFLAGS@
 
276
TALLOC_LIBS = @TALLOC_LIBS@
 
277
TEVENT_CFLAGS = @TEVENT_CFLAGS@
 
278
TEVENT_LIBS = @TEVENT_LIBS@
 
279
UNISTRING_LIBS = @UNISTRING_LIBS@
 
280
UNLINK = @UNLINK@
 
281
UUID_LIBS = @UUID_LIBS@
 
282
VERSION = @VERSION@
 
283
abs_builddir = @abs_builddir@
 
284
abs_srcdir = @abs_srcdir@
 
285
abs_top_builddir = @abs_top_builddir@
 
286
abs_top_srcdir = @abs_top_srcdir@
 
287
ac_ct_AR = @ac_ct_AR@
 
288
ac_ct_CC = @ac_ct_CC@
 
289
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
290
am__include = @am__include@
 
291
am__leading_dot = @am__leading_dot@
 
292
am__quote = @am__quote@
 
293
am__tar = @am__tar@
 
294
am__untar = @am__untar@
 
295
bindir = @bindir@
 
296
build = @build@
 
297
build_alias = @build_alias@
 
298
build_cpu = @build_cpu@
 
299
build_os = @build_os@
 
300
build_vendor = @build_vendor@
 
301
builddir = @builddir@
 
302
datadir = @datadir@
 
303
datarootdir = @datarootdir@
 
304
docdir = @docdir@
 
305
dvidir = @dvidir@
 
306
exec_prefix = @exec_prefix@
 
307
host = @host@
 
308
host_alias = @host_alias@
 
309
host_cpu = @host_cpu@
 
310
host_os = @host_os@
 
311
host_vendor = @host_vendor@
 
312
htmldir = @htmldir@
 
313
includedir = @includedir@
 
314
infodir = @infodir@
 
315
install_sh = @install_sh@
 
316
krb5rundir = @krb5rundir@
 
317
libdir = @libdir@
 
318
libexecdir = @libexecdir@
 
319
localedir = @localedir@
 
320
localstatedir = @localstatedir@
 
321
mandir = @mandir@
 
322
mkdir_p = @mkdir_p@
 
323
oldincludedir = @oldincludedir@
 
324
pdfdir = @pdfdir@
 
325
pkgpyexecdir = @pkgpyexecdir@
 
326
pkgpythondir = @pkgpythondir@
 
327
prefix = @prefix@
 
328
program_transform_name = @program_transform_name@
 
329
psdir = @psdir@
 
330
pyexecdir = @pyexecdir@
 
331
pythondir = @pythondir@
 
332
sbindir = @sbindir@
 
333
sharedstatedir = @sharedstatedir@
 
334
srcdir = @srcdir@
 
335
sysconfdir = @sysconfdir@
 
336
systemdsystemunitdir = @systemdsystemunitdir@
 
337
target_alias = @target_alias@
 
338
top_build_prefix = @top_build_prefix@
 
339
top_builddir = @top_builddir@
 
340
top_srcdir = @top_srcdir@
 
341
NULL = 
 
342
SUBDIRS = \
 
343
        libotp                  \
 
344
        ipa-cldap               \
 
345
        ipa-dns                 \
 
346
        ipa-enrollment          \
 
347
        ipa-lockout             \
 
348
        ipa-modrdn              \
 
349
        ipa-otp-lasttoken       \
 
350
        ipa-pwd-extop           \
 
351
        ipa-extdom-extop        \
 
352
        ipa-uuid                \
 
353
        ipa-version             \
 
354
        ipa-winsync             \
 
355
        ipa-sidgen              \
 
356
        ipa-range-check         \
 
357
        $(NULL)
 
358
 
 
359
EXTRA_DIST = \
 
360
        README                  \
 
361
        $(NULL)
 
362
 
 
363
MAINTAINERCLEANFILES = \
 
364
        *~                      \
 
365
        Makefile.in
 
366
 
 
367
all: all-recursive
 
368
 
 
369
.SUFFIXES:
 
370
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
371
        @for dep in $?; do \
 
372
          case '$(am__configure_deps)' in \
 
373
            *$$dep*) \
 
374
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
375
                && { if test -f $@; then exit 0; else break; fi; }; \
 
376
              exit 1;; \
 
377
          esac; \
 
378
        done; \
 
379
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ipa-slapi-plugins/Makefile'; \
 
380
        $(am__cd) $(top_srcdir) && \
 
381
          $(AUTOMAKE) --foreign ipa-slapi-plugins/Makefile
 
382
.PRECIOUS: Makefile
 
383
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
384
        @case '$?' in \
 
385
          *config.status*) \
 
386
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
387
          *) \
 
388
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
389
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
390
        esac;
 
391
 
 
392
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
393
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
394
 
 
395
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
396
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
397
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
398
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
399
$(am__aclocal_m4_deps):
 
400
 
 
401
mostlyclean-libtool:
 
402
        -rm -f *.lo
 
403
 
 
404
clean-libtool:
 
405
        -rm -rf .libs _libs
 
406
 
 
407
# This directory's subdirectories are mostly independent; you can cd
 
408
# into them and run 'make' without going through this Makefile.
 
409
# To change the values of 'make' variables: instead of editing Makefiles,
 
410
# (1) if the variable is set in 'config.status', edit 'config.status'
 
411
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
412
# (2) otherwise, pass the desired values on the 'make' command line.
 
413
$(am__recursive_targets):
 
414
        @fail=; \
 
415
        if $(am__make_keepgoing); then \
 
416
          failcom='fail=yes'; \
 
417
        else \
 
418
          failcom='exit 1'; \
 
419
        fi; \
 
420
        dot_seen=no; \
 
421
        target=`echo $@ | sed s/-recursive//`; \
 
422
        case "$@" in \
 
423
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
424
          *) list='$(SUBDIRS)' ;; \
 
425
        esac; \
 
426
        for subdir in $$list; do \
 
427
          echo "Making $$target in $$subdir"; \
 
428
          if test "$$subdir" = "."; then \
 
429
            dot_seen=yes; \
 
430
            local_target="$$target-am"; \
 
431
          else \
 
432
            local_target="$$target"; \
 
433
          fi; \
 
434
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
435
          || eval $$failcom; \
 
436
        done; \
 
437
        if test "$$dot_seen" = "no"; then \
 
438
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
439
        fi; test -z "$$fail"
 
440
 
 
441
ID: $(am__tagged_files)
 
442
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
443
tags: tags-recursive
 
444
TAGS: tags
 
445
 
 
446
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
447
        set x; \
 
448
        here=`pwd`; \
 
449
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
450
          include_option=--etags-include; \
 
451
          empty_fix=.; \
 
452
        else \
 
453
          include_option=--include; \
 
454
          empty_fix=; \
 
455
        fi; \
 
456
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
457
          if test "$$subdir" = .; then :; else \
 
458
            test ! -f $$subdir/TAGS || \
 
459
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 
460
          fi; \
 
461
        done; \
 
462
        $(am__define_uniq_tagged_files); \
 
463
        shift; \
 
464
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
465
          test -n "$$unique" || unique=$$empty_fix; \
 
466
          if test $$# -gt 0; then \
 
467
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
468
              "$$@" $$unique; \
 
469
          else \
 
470
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
471
              $$unique; \
 
472
          fi; \
 
473
        fi
 
474
ctags: ctags-recursive
 
475
 
 
476
CTAGS: ctags
 
477
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
478
        $(am__define_uniq_tagged_files); \
 
479
        test -z "$(CTAGS_ARGS)$$unique" \
 
480
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
481
             $$unique
 
482
 
 
483
GTAGS:
 
484
        here=`$(am__cd) $(top_builddir) && pwd` \
 
485
          && $(am__cd) $(top_srcdir) \
 
486
          && gtags -i $(GTAGS_ARGS) "$$here"
 
487
cscopelist: cscopelist-recursive
 
488
 
 
489
cscopelist-am: $(am__tagged_files)
 
490
        list='$(am__tagged_files)'; \
 
491
        case "$(srcdir)" in \
 
492
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
493
          *) sdir=$(subdir)/$(srcdir) ;; \
 
494
        esac; \
 
495
        for i in $$list; do \
 
496
          if test -f "$$i"; then \
 
497
            echo "$(subdir)/$$i"; \
 
498
          else \
 
499
            echo "$$sdir/$$i"; \
 
500
          fi; \
 
501
        done >> $(top_builddir)/cscope.files
 
502
 
 
503
distclean-tags:
 
504
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
505
 
 
506
distdir: $(DISTFILES)
 
507
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
508
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
509
        list='$(DISTFILES)'; \
 
510
          dist_files=`for file in $$list; do echo $$file; done | \
 
511
          sed -e "s|^$$srcdirstrip/||;t" \
 
512
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
513
        case $$dist_files in \
 
514
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
515
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
516
                           sort -u` ;; \
 
517
        esac; \
 
518
        for file in $$dist_files; do \
 
519
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
520
          if test -d $$d/$$file; then \
 
521
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
522
            if test -d "$(distdir)/$$file"; then \
 
523
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
524
            fi; \
 
525
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
526
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
527
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
528
            fi; \
 
529
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
530
          else \
 
531
            test -f "$(distdir)/$$file" \
 
532
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
533
            || exit 1; \
 
534
          fi; \
 
535
        done
 
536
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
537
          if test "$$subdir" = .; then :; else \
 
538
            $(am__make_dryrun) \
 
539
              || test -d "$(distdir)/$$subdir" \
 
540
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
541
              || exit 1; \
 
542
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
543
            $(am__relativize); \
 
544
            new_distdir=$$reldir; \
 
545
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
546
            $(am__relativize); \
 
547
            new_top_distdir=$$reldir; \
 
548
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
549
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
550
            ($(am__cd) $$subdir && \
 
551
              $(MAKE) $(AM_MAKEFLAGS) \
 
552
                top_distdir="$$new_top_distdir" \
 
553
                distdir="$$new_distdir" \
 
554
                am__remove_distdir=: \
 
555
                am__skip_length_check=: \
 
556
                am__skip_mode_fix=: \
 
557
                distdir) \
 
558
              || exit 1; \
 
559
          fi; \
 
560
        done
 
561
check-am: all-am
 
562
check: check-recursive
 
563
all-am: Makefile
 
564
installdirs: installdirs-recursive
 
565
installdirs-am:
 
566
install: install-recursive
 
567
install-exec: install-exec-recursive
 
568
install-data: install-data-recursive
 
569
uninstall: uninstall-recursive
 
570
 
 
571
install-am: all-am
 
572
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
573
 
 
574
installcheck: installcheck-recursive
 
575
install-strip:
 
576
        if test -z '$(STRIP)'; then \
 
577
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
578
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
579
              install; \
 
580
        else \
 
581
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
582
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
583
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
584
        fi
 
585
mostlyclean-generic:
 
586
 
 
587
clean-generic:
 
588
 
 
589
distclean-generic:
 
590
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
591
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
592
 
 
593
maintainer-clean-generic:
 
594
        @echo "This command is intended for maintainers to use"
 
595
        @echo "it deletes files that may require special tools to rebuild."
 
596
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
 
597
clean: clean-recursive
 
598
 
 
599
clean-am: clean-generic clean-libtool mostlyclean-am
 
600
 
 
601
distclean: distclean-recursive
 
602
        -rm -f Makefile
 
603
distclean-am: clean-am distclean-generic distclean-tags
 
604
 
 
605
dvi: dvi-recursive
 
606
 
 
607
dvi-am:
 
608
 
 
609
html: html-recursive
 
610
 
 
611
html-am:
 
612
 
 
613
info: info-recursive
 
614
 
 
615
info-am:
 
616
 
 
617
install-data-am:
 
618
 
 
619
install-dvi: install-dvi-recursive
 
620
 
 
621
install-dvi-am:
 
622
 
 
623
install-exec-am:
 
624
 
 
625
install-html: install-html-recursive
 
626
 
 
627
install-html-am:
 
628
 
 
629
install-info: install-info-recursive
 
630
 
 
631
install-info-am:
 
632
 
 
633
install-man:
 
634
 
 
635
install-pdf: install-pdf-recursive
 
636
 
 
637
install-pdf-am:
 
638
 
 
639
install-ps: install-ps-recursive
 
640
 
 
641
install-ps-am:
 
642
 
 
643
installcheck-am:
 
644
 
 
645
maintainer-clean: maintainer-clean-recursive
 
646
        -rm -f Makefile
 
647
maintainer-clean-am: distclean-am maintainer-clean-generic
 
648
 
 
649
mostlyclean: mostlyclean-recursive
 
650
 
 
651
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
652
 
 
653
pdf: pdf-recursive
 
654
 
 
655
pdf-am:
 
656
 
 
657
ps: ps-recursive
 
658
 
 
659
ps-am:
 
660
 
 
661
uninstall-am:
 
662
 
 
663
.MAKE: $(am__recursive_targets) install-am install-strip
 
664
 
 
665
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
 
666
        check-am clean clean-generic clean-libtool cscopelist-am ctags \
 
667
        ctags-am distclean distclean-generic distclean-libtool \
 
668
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
669
        install install-am install-data install-data-am install-dvi \
 
670
        install-dvi-am install-exec install-exec-am install-html \
 
671
        install-html-am install-info install-info-am install-man \
 
672
        install-pdf install-pdf-am install-ps install-ps-am \
 
673
        install-strip installcheck installcheck-am installdirs \
 
674
        installdirs-am maintainer-clean maintainer-clean-generic \
 
675
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 
676
        ps ps-am tags tags-am uninstall uninstall-am
 
677
 
 
678
 
 
679
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
680
# Otherwise a system limit (for SysV at least) may be exceeded.
 
681
.NOEXPORT: